@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
私たちは、日常に明かりを灯す電気工事の会社です。
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  padding: 50px;
  overflow: hidden;
  position: relative; }
  #about .about-copy {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 10;
    color: #F1FF4E; }
    #about .about-copy h1 {
      font-family: bebas-kai, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.0em; }
      @media (min-width: 1024px) {
        #about .about-copy h1 {
          font-size: 1.6em; } }
    #about .about-copy h2 {
      font-size: 2em;
      line-height: 1.15em; }
      @media (min-width: 768px) {
        #about .about-copy h2 {
          font-size: 2.5em; } }
      @media (min-width: 1024px) {
        #about .about-copy h2 {
          font-size: 3.125em; } }
  #about .loop-area {
    transform: rotate(-5deg);
    opacity: 0.6; }
    #about .loop-area .back-txt {
      margin-bottom: 20px; }
      #about .loop-area .back-txt:last-child {
        margin-bottom: 0; }
      #about .loop-area .back-txt .YokoScroll {
        display: flex;
        align-items: center; }
        #about .loop-area .back-txt .YokoScroll .slideshow {
          display: flex; }
          #about .loop-area .back-txt .YokoScroll .slideshow figure {
            margin-right: 20px; }
            #about .loop-area .back-txt .YokoScroll .slideshow figure img {
              width: 130px;
              border-radius: 10px; }
              @media (min-width: 1024px) {
                #about .loop-area .back-txt .YokoScroll .slideshow figure img {
                  width: 180px;
                  border-radius: 15px; } }
              @media (min-width: 1250px) {
                #about .loop-area .back-txt .YokoScroll .slideshow figure img {
                  width: 200px;
                  border-radius: 20px; } }
          #about .loop-area .back-txt .YokoScroll .slideshow.show1 {
            animation: loop-slide1 80s infinite linear 1s both; }
          #about .loop-area .back-txt .YokoScroll .slideshow.show2 {
            animation: loop-slide2 80s infinite linear 1s both; }
          #about .loop-area .back-txt .YokoScroll .slideshow.show3 {
            animation: loop-slide3 100s infinite linear 1s both; }
@keyframes loop-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-slide2 {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes loop-slide3 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
事業内容
---------------------------------------------------------------------------------------------------------------------
*/
#company-info {
  max-width: 1200px;
  margin: -6em auto 0;
  width: 90%;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    #company-info {
      margin: -18em auto 0; } }
  @media (min-width: 768px) {
    #company-info .company-info-in {
      display: flex; } }
  #company-info .company-info-in .info-txt {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #company-info .company-info-in .info-txt {
        width: calc(100% - 300px);
        margin: auto 0 5% 0;
        padding-right: 5%; } }
    @media (min-width: 1024px) {
      #company-info .company-info-in .info-txt {
        width: calc(100% - 400px); } }
    #company-info .company-info-in .info-txt p {
      font-size: 1.0em;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #company-info .company-info-in .info-txt p {
          font-size: 1.25em; } }
    #company-info .company-info-in .info-txt .waku {
      position: relative;
      overflow: hidden; }
      #company-info .company-info-in .info-txt .waku .title {
        position: absolute;
        top: 10px;
        left: 20px; }
        @media (min-width: 1024px) {
          #company-info .company-info-in .info-txt .waku .title {
            top: 20px; } }
        #company-info .company-info-in .info-txt .waku .title h3 {
          font-size: 1.125em;
          color: #979BA0; }
          @media (min-width: 1024px) {
            #company-info .company-info-in .info-txt .waku .title h3 {
              font-size: 1.625em; } }
        #company-info .company-info-in .info-txt .waku .title img {
          width: 60px;
          margin-top: 5px; }
          @media (min-width: 1024px) {
            #company-info .company-info-in .info-txt .waku .title img {
              margin-top: 10px; } }
      #company-info .company-info-in .info-txt .waku #repeat-txt {
        position: absolute;
        bottom: 25%; }
        #company-info .company-info-in .info-txt .waku #repeat-txt .loop {
          display: flex;
          align-items: center;
          color: #fff;
          width: 100%;
          white-space: nowrap;
          z-index: 1; }
          #company-info .company-info-in .info-txt .waku #repeat-txt .loop ul.loop-area {
            display: flex;
            animation: loop-slide 180s infinite linear 1s both;
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 1.125em;
            font-weight: 900; }
            @media (min-width: 1024px) {
              #company-info .company-info-in .info-txt .waku #repeat-txt .loop ul.loop-area {
                font-size: 2.0em; } }
            #company-info .company-info-in .info-txt .waku #repeat-txt .loop ul.loop-area li {
              display: inline-block;
              padding-right: 20px; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  #company-info .company-info-in .work {
    background-color: #BC1B21;
    border-radius: 20px;
    padding: 30px 0;
    position: relative; }
    @media (min-width: 768px) {
      #company-info .company-info-in .work {
        width: 300px;
        padding: 30px 0; } }
    @media (min-width: 1024px) {
      #company-info .company-info-in .work {
        width: 400px;
        padding: 60px 0;
        border-radius: 40px; } }
    #company-info .company-info-in .work .kousa {
      width: 60px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      display: flex; }
      #company-info .company-info-in .work .kousa.up {
        top: 0; }
      #company-info .company-info-in .work .kousa.down {
        bottom: 0; }
    #company-info .company-info-in .work .work-in {
      max-width: 240px;
      margin: auto; }
      @media (min-width: 768px) {
        #company-info .company-info-in .work .work-in {
          max-width: 220px; } }
      @media (min-width: 1024px) {
        #company-info .company-info-in .work .work-in {
          max-width: 300px; } }
    #company-info .company-info-in .work .txt-ue ul li {
      margin-bottom: 10px; }
      #company-info .company-info-in .work .txt-ue ul li:nth-child(1) {
        max-width: 340px;
        width: 90%; }
      #company-info .company-info-in .work .txt-ue ul li:nth-child(2) {
        max-width: 160px;
        width: 90%;
        margin-bottom: 0; }
    #company-info .company-info-in .work .txt-ue p {
      font-size: 0.8em;
      text-align: justify;
      line-height: 1.8em;
      margin: 10px 0 20px; }
      @media (min-width: 1024px) {
        #company-info .company-info-in .work .txt-ue p {
          font-size: 0.9em;
          margin: 20px 0 40px; } }
    #company-info .company-info-in .work .kazu {
      border-top: 1px solid #fff;
      padding-top: 20px; }
      @media (min-width: 1024px) {
        #company-info .company-info-in .work .kazu {
          padding-top: 40px; } }
      #company-info .company-info-in .work .kazu .total {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #company-info .company-info-in .work .kazu .total h2 {
          font-size: 1.0em; }
          @media (min-width: 1024px) {
            #company-info .company-info-in .work .kazu .total h2 {
              font-size: 1.125em; } }
        #company-info .company-info-in .work .kazu .total .number {
          display: flex;
          justify-content: end; }
          #company-info .company-info-in .work .kazu .total .number h3 {
            font-family: bebas-kai, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 3.00em; }
            @media (min-width: 1024px) {
              #company-info .company-info-in .work .kazu .total .number h3 {
                font-size: 4.75em; } }
          #company-info .company-info-in .work .kazu .total .number h4 {
            font-size: 0.9em;
            margin-top: 30px; }
            @media (min-width: 1024px) {
              #company-info .company-info-in .work .kazu .total .number h4 {
                font-size: 1.125em;
                margin-top: 53px; } }
      #company-info .company-info-in .work .kazu ul {
        margin: 20px 0 0; }
        #company-info .company-info-in .work .kazu ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px; }
          #company-info .company-info-in .work .kazu ul li:last-child {
            margin-bottom: 0; }
          #company-info .company-info-in .work .kazu ul li .item h2 {
            font-size: 1.0em; }
            @media (min-width: 1024px) {
              #company-info .company-info-in .work .kazu ul li .item h2 {
                font-size: 1.125em; } }
          #company-info .company-info-in .work .kazu ul li .number {
            display: flex; }
            #company-info .company-info-in .work .kazu ul li .number h3 {
              font-family: bebas-kai, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 2em; }
              @media (min-width: 1024px) {
                #company-info .company-info-in .work .kazu ul li .number h3 {
                  font-size: 2.5em; } }
            #company-info .company-info-in .work .kazu ul li .number h4 {
              font-size: 0.9em;
              margin-top: 15px; }
              @media (min-width: 1024px) {
                #company-info .company-info-in .work .kazu ul li .number h4 {
                  font-size: 1.125em;
                  margin-top: 18px; } }
  #company-info .common-btn-type1 {
    margin: 20px auto 0;
    display: flex;
    justify-content: center; }

/*
---------------------------------------------------------------------------------------------------------------------
プラモ対談
---------------------------------------------------------------------------------------------------------------------
*/
#puramo-talk {
  height: auto;
  border-radius: 30px;
  position: relative;
  margin: 20px auto 0;
  width: 90%;
  max-width: 1600px; }
  @media (min-width: 768px) {
    #puramo-talk {
      border-radius: 50px; } }
  @media (min-width: 1250px) {
    #puramo-talk {
      border-radius: 100px;
      margin: 50px auto 0; } }
  #puramo-talk .movie {
    padding-top: 40px; }
    @media (min-width: 1024px) {
      #puramo-talk .movie {
        padding-top: 100px; } }
    #puramo-talk .movie .movie-in {
      position: relative; }
      #puramo-talk .movie .movie-in .thumbnail img, #puramo-talk .movie .movie-in .thumbnail video {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        border: 4px solid #F1FF4E;
        border-radius: 10px; }
        @media (min-width: 768px) {
          #puramo-talk .movie .movie-in .thumbnail img, #puramo-talk .movie .movie-in .thumbnail video {
            border: 6px solid #F1FF4E;
            border-radius: 20px; } }
      #puramo-talk .movie .movie-in .video-play-button img {
        border-radius: 0; }
      #puramo-talk .movie .movie-in .video-play-button:after {
        background-color: #F1FF4E; }
      #puramo-talk .movie .movie-in .video-play-button:before {
        background-color: #F1FF4E; }
    #puramo-talk .movie .data {
      position: absolute;
      bottom: 20px;
      right: -14px; }
      @media (min-width: 768px) {
        #puramo-talk .movie .data {
          bottom: 30px;
          right: -29px; } }
      @media (min-width: 1250px) {
        #puramo-talk .movie .data {
          right: -39px; } }
      #puramo-talk .movie .data img {
        width: 15px; }
        @media (min-width: 768px) {
          #puramo-talk .movie .data img {
            width: 30px; } }
        @media (min-width: 1250px) {
          #puramo-talk .movie .data img {
            width: 40px; } }
  #puramo-talk .video-title {
    width: 100%;
    margin: auto; }
    @media (min-width: 768px) {
      #puramo-talk .video-title {
        display: flex; } }
    @media (min-width: 1024px) {
      #puramo-talk .video-title {
        width: 90%; } }
    #puramo-talk .video-title .puromo-logo {
      margin: -3.5px auto 0;
      text-align: center; }
      @media (min-width: 768px) {
        #puramo-talk .video-title .puromo-logo {
          width: 50%;
          margin: -5px auto 0; } }
      #puramo-talk .video-title .puromo-logo img {
        width: 70%; }
        @media (min-width: 768px) {
          #puramo-talk .video-title .puromo-logo img {
            width: 90%; } }
    #puramo-talk .video-title .txt {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #puramo-talk .video-title .txt {
          width: 50%; } }
      #puramo-talk .video-title .txt h2 {
        font-size: 1.25em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em; }
        @media (min-width: 1024px) {
          #puramo-talk .video-title .txt h2 {
            font-size: 3vw; } }
        @media (min-width: 1600px) {
          #puramo-talk .video-title .txt h2 {
            font-size: 3.5em; } }
      #puramo-talk .video-title .txt p {
        font-size: 0.9em;
        line-height: 1.6em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #puramo-talk .video-title .txt p {
            font-size: 1.0em;
            margin-top: 20px; } }
        @media (min-width: 1600px) {
          #puramo-talk .video-title .txt p {
            font-size: 1.125em; } }
  #puramo-talk .common-btn-type1 {
    display: flex;
    justify-content: center;
    margin: 40px auto 0; }

/*
---------------------------------------------------------------------------------------------------------------------
ビリビリ図鑑
---------------------------------------------------------------------------------------------------------------------
*/
#feature-area {
  padding-top: 80px; }
  @media (min-width: 1024px) {
    #feature-area {
      padding-top: 120px; } }
  #feature-area .feature-title {
    margin: auto;
    text-align: center; }
    #feature-area .feature-title h2 {
      max-width: 360px;
      width: 80%;
      margin: auto; }
      @media (min-width: 768px) {
        #feature-area .feature-title h2 {
          width: 90%; } }
      @media (min-width: 1024px) {
        #feature-area .feature-title h2 {
          width: 90%;
          max-width: 560px; } }
    #feature-area .feature-title p {
      font-size: 0.9em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #feature-area .feature-title p {
          font-size: 1.125em;
          margin-top: 20px; } }
  #feature-area .swiper-button-prev,
  #feature-area .swiper-button-next {
    top: 27%; }
    @media (min-width: 768px) {
      #feature-area .swiper-button-prev,
      #feature-area .swiper-button-next {
        top: 50%; } }
  #feature-area .card-feature {
    overflow: hidden;
    position: relative;
    margin-top: 20px; }
    #feature-area .card-feature .swiper-area {
      position: relative; }
      #feature-area .card-feature .swiper-area .swiper {
        overflow: visible;
        padding-left: 5%; }
        @media (min-width: 1024px) {
          #feature-area .card-feature .swiper-area .swiper {
            padding-left: 2.5%; } }
        @media (min-width: 768px) {
          #feature-area .card-feature .swiper-area .swiper {
            padding-left: 0%; } }
        #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide {
          position: relative;
          padding-right: 5%; }
          @media (min-width: 768px) {
            #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide {
              display: flex;
              padding-right: 0; } }
          #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail {
            position: relative; }
            @media (min-width: 768px) {
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail {
                width: 55%; } }
            @media (min-width: 1024px) {
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail {
                width: 65%; } }
            #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail a .imgWrap {
              position: relative;
              overflow: hidden;
              display: block;
              z-index: 1; }
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail a .imgWrap img {
                width: 100%;
                height: auto;
                display: block;
                transition-duration: 0.8s;
                transform: scale(1); }
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail a .imgWrap img:hover {
                  transform: scale(1.04); }
            #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .thumbnail .back-shita-sp {
              position: absolute;
              z-index: 10;
              width: 100%;
              bottom: 0;
              scale: 110%;
              display: none; }
          #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info {
            display: flex;
            align-items: center;
            position: relative; }
            @media (min-width: 768px) {
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info {
                width: 45%;
                padding-left: 20px; } }
            @media (min-width: 1024px) {
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info {
                width: 35%; } }
            @media (min-width: 1250px) {
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info {
                padding-left: 40px; } }
            #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in {
              margin-top: 10px; }
              @media (min-width: 768px) {
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in {
                  margin-top: 0; } }
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt {
                color: #fff; }
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt h2 {
                  font-size: 1.4em;
                  font-feature-settings: "palt";
                  letter-spacing: 0.04em;
                  line-height: 1.3em; }
                  @media (min-width: 1250px) {
                    #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt h2 {
                      font-size: 2.0vw; } }
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt h3 {
                  font-size: 0.9em;
                  line-height: 1.3em;
                  font-feature-settings: "palt";
                  letter-spacing: 0.04em;
                  margin-top: 10px; }
                  @media (min-width: 1250px) {
                    #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt h3 {
                      font-size: 1.25em;
                      margin-top: 20px; } }
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt p {
                  font-size: 0.7em;
                  font-weight: normal;
                  line-height: 1.6em;
                  text-align: justify;
                  margin-top: 10px; }
                  @media (min-width: 1250px) {
                    #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt p {
                      font-size: 0.9em;
                      margin-top: 20px; } }
                  @media (min-width: 1450px) {
                    #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .txt p {
                      font-size: 1.0em; } }
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .opus-info-in .common-btn-type1 {
                margin-top: 20px; }
            #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number {
              position: absolute;
              bottom: 0;
              right: 0;
              display: flex;
              align-items: center;
              font-family: bebas-kai, sans-serif;
              font-weight: 400;
              font-style: normal; }
              @media (min-width: 1024px) {
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number {
                  bottom: 5%; } }
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number h2 {
                font-size: 2.4em;
                color: #F1FF4E;
                line-height: 1.0em;
                margin-top: 2px; }
                @media (min-width: 1250px) {
                  #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number h2 {
                    font-size: 3.0em; } }
              #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number .bunbo {
                color: #fff;
                text-align: center;
                border-left: 1px solid #fff;
                padding-left: 8px;
                margin-left: 8px; }
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number .bunbo h5 {
                  font-size: 0.8em;
                  line-height: 1.0em; }
                  @media (min-width: 1250px) {
                    #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number .bunbo h5 {
                      font-size: 0.9em; } }
                #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number .bunbo h6 {
                  font-size: 1.6em;
                  line-height: 1.0em; }
                  @media (min-width: 1250px) {
                    #feature-area .card-feature .swiper-area .swiper .swiper-wrapper .swiper-slide .opus-info .number .bunbo h6 {
                      font-size: 1.8em; } }
      #feature-area .card-feature .swiper-area .back-ue {
        position: absolute;
        top: -15px;
        z-index: 10;
        width: 100%;
        display: none; }
        @media (min-width: 768px) {
          #feature-area .card-feature .swiper-area .back-ue {
            top: -40px;
            display: block; } }
        @media (min-width: 1024px) {
          #feature-area .card-feature .swiper-area .back-ue {
            top: -10px; } }
        @media (min-width: 1250px) {
          #feature-area .card-feature .swiper-area .back-ue {
            top: -10px; } }
      #feature-area .card-feature .swiper-area .back-shita-pc {
        display: none; }
        @media (min-width: 768px) {
          #feature-area .card-feature .swiper-area .back-shita-pc {
            position: absolute;
            z-index: 10;
            width: 100%;
            bottom: -15px; } }
        @media (min-width: 1024px) {
          #feature-area .card-feature .swiper-area .back-shita-pc {
            bottom: -10px;
            display: block; } }

/*
---------------------------------------------------------------------------------------------------------------------
RADIO&BLOG　社長のラジオとブログ「ビリビリでんきショック」
---------------------------------------------------------------------------------------------------------------------
*/
#radio-blog {
  padding-top: 60px; }
  @media (min-width: 768px) {
    #radio-blog {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    #radio-blog {
      padding-top: 100px; } }
  #radio-blog .radio-title {
    max-width: 1400px;
    width: 90%;
    margin: auto;
    text-align: center; }
    #radio-blog .radio-title h2 {
      font-family: bebas-kai, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 3.0em;
      color: #F1FF4E;
      margin-right: 10px;
      line-height: 0.8em; }
      @media (min-width: 1024px) {
        #radio-blog .radio-title h2 {
          font-size: 5.4em; } }
    #radio-blog .radio-title h3 {
      font-size: 1.125em;
      color: #fff;
      line-height: 1.2em;
      margin-top: 5px; }
      @media (min-width: 1024px) {
        #radio-blog .radio-title h3 {
          font-size: 1.5em;
          margin-top: 10px; } }
  #radio-blog .swiper-button-prev, #radio-blog .swiper-button-next {
    top: 38%; }
  #radio-blog .blog-new {
    max-width: 1000px;
    width: 90%;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      #radio-blog .blog-new {
        display: flex; } }
    @media (min-width: 1024px) {
      #radio-blog .blog-new {
        margin: 60px auto 0; } }
    #radio-blog .blog-new .thumbnail {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1;
      width: 90%;
      margin: auto; }
      @media (min-width: 768px) {
        #radio-blog .blog-new .thumbnail {
          width: 45%;
          border-radius: 20px; } }
      #radio-blog .blog-new .thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        transition-duration: 0.8s;
        transform: scale(1);
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #radio-blog .blog-new .thumbnail img {
            border-radius: 20px; } }
        #radio-blog .blog-new .thumbnail img:hover {
          transform: scale(1.04); }
    #radio-blog .blog-new .blog-txt {
      margin-top: 10px; }
      @media (min-width: 768px) {
        #radio-blog .blog-new .blog-txt {
          width: 55%;
          padding-left: 5%;
          display: flex;
          align-items: center;
          margin-top: 0; } }
      #radio-blog .blog-new .blog-txt .blog-txt-in .txt h2 {
        font-size: 1.5em;
        line-height: 1.4em; }
        @media (min-width: 1024px) {
          #radio-blog .blog-new .blog-txt .blog-txt-in .txt h2 {
            font-size: 2.5em; } }
      #radio-blog .blog-new .blog-txt .blog-txt-in .txt p {
        font-size: 0.9em;
        line-height: 1.8em;
        margin-top: 10px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (min-width: 1024px) {
          #radio-blog .blog-new .blog-txt .blog-txt-in .txt p {
            font-size: 1.125em;
            margin-top: 20px; } }
      #radio-blog .blog-new .blog-txt .blog-txt-in .txt h5 {
        font-family: bebas-kai, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.125em;
        color: #979BA0;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #radio-blog .blog-new .blog-txt .blog-txt-in .txt h5 {
            font-size: 1.875em;
            margin-top: 20px; } }
      #radio-blog .blog-new .blog-txt .blog-txt-in .common-btn-type1 {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #radio-blog .blog-new .blog-txt .blog-txt-in .common-btn-type1 {
            margin-top: 40px; } }
  #radio-blog .blog-second {
    margin: auto;
    padding: 60px 0 30px; }
    @media (min-width: 1024px) {
      #radio-blog .blog-second {
        padding: 60px 0 60px; } }
    #radio-blog .blog-second .news-card {
      padding: 0 0 0 4%;
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 768px) {
        #radio-blog .blog-second .news-card {
          padding: 0 0 0 5%; } }
      #radio-blog .blog-second .news-card .swiper-slide {
        width: 180px;
        margin: 0 15px 0 0; }
        @media (min-width: 768px) {
          #radio-blog .blog-second .news-card .swiper-slide {
            width: 220px;
            margin: 0 20px 0 0; } }
        @media (min-width: 1250px) {
          #radio-blog .blog-second .news-card .swiper-slide {
            width: 260px;
            margin: 0 30px 0 0; } }
        #radio-blog .blog-second .news-card .swiper-slide:last-child {
          margin-right: 3%; }
      #radio-blog .blog-second .news-card .common-post-box a:hover .iCatch > img {
        transform: scale(1.04); }
      #radio-blog .blog-second .news-card .common-post-box a:hover .txt > h3 {
        color: #F1FF4E; }
      #radio-blog .blog-second .news-card .common-post-box a .iCatch {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        z-index: 1; }
        #radio-blog .blog-second .news-card .common-post-box a .iCatch img {
          border-radius: 10px;
          transition-duration: 0.8s;
          transform: scale(1); }
      #radio-blog .blog-second .news-card .common-post-box a .txt {
        margin-top: 10px; }
        #radio-blog .blog-second .news-card .common-post-box a .txt h3 {
          font-size: 0.9em;
          line-height: 1.4em;
          font-feature-settings: "palt";
          letter-spacing: 0.08em;
          transition: .5s;
          color: #fff; }
          @media (min-width: 768px) {
            #radio-blog .blog-second .news-card .common-post-box a .txt h3 {
              font-size: 1.125em; } }
        #radio-blog .blog-second .news-card .common-post-box a .txt h5 {
          font-family: bebas-kai, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.125em;
          line-height: 1.0;
          color: #979BA0;
          margin-top: 10px; }
          @media (min-width: 768px) {
            #radio-blog .blog-second .news-card .common-post-box a .txt h5 {
              font-size: 1.25em;
              margin-top: 20px; } }
    #radio-blog .blog-second .common-btn-type1 {
      display: flex;
      justify-content: center;
      margin: 40px auto 0; }

/*
---------------------------------------------------------------------------------------------------------------------
採用情報
---------------------------------------------------------------------------------------------------------------------
*/
#recruit {
  padding-top: 80px; }
  @media (min-width: 1024px) {
    #recruit {
      padding-top: 140px; } }
  #recruit .back-txt .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden; }
    #recruit .back-txt .YokoScroll .slideshow {
      display: flex; }
      #recruit .back-txt .YokoScroll .slideshow figure {
        width: 1500px; }
        @media (min-width: 768px) {
          #recruit .back-txt .YokoScroll .slideshow figure {
            width: 2000px; } }
        @media (min-width: 1024px) {
          #recruit .back-txt .YokoScroll .slideshow figure {
            width: 3000px; } }
      #recruit .back-txt .YokoScroll .slideshow.show1 {
        animation: loop-slide1 200s infinite linear 1s both; }
@keyframes loop-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  #recruit .common-title {
    margin: 80px auto 0; }
    @media (min-width: 1024px) {
      #recruit .common-title {
        margin: 140px auto 0; } }
    #recruit .common-title h2 {
      color: #F1FF4E; }

/*
---------------------------------------------------------------------------------------------------------------------
募集職種
---------------------------------------------------------------------------------------------------------------------
*/
#recruitment {
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #recruitment {
      padding-top: 100px; } }
  #recruitment .common-title h2 {
    color: #F1FF4E; }
