html {
  scroll-padding-top: 80px;
}

#recruit_test {

  .spBr{
    display:block;
    @media screen and (min-width: 768px) {
      display:none;
    }
  }

  .fvUnder {
    background: url(../images/recruit/fv_bg2024.jpg) no-repeat center/cover!important;
    height: 105vw;
    @media screen and (min-width: 768px) {
      background: url(../images/recruit/fv_bg2024.jpg) no-repeat center/cover!important;
      height: 65vw;
    }
    .fvUnder__ttl{
      width: calc(550 / 750* 100vw);
    }
    .en {
      letter-spacing: .2em;
      text-indent: .2em;
    }
  }

  .vision{

      background:#3382C1;
      padding: 6rem 1rem;

      @media screen and (min-width: 768px) {
        padding: 7vw 1rem;
      }
      .visionEn{
        font-family: Montserrat, sans-serif;
        font-size: calc(116 / 750* 100vw);
        text-align: center;
        font-weight: 700;
        line-height: 1;
        color: #FFF;
        padding: 0 0 calc(20 / 750* 100vw) 0;

        @media screen and (min-width: 768px) {
          font-size: calc(75 / 750* 100vw);
        }
      }
      .upperP{
            color: #FFF;
            text-align: center;
        @media screen and (min-width: 768px) {
          font-size: 14px;
        }
      }
      .underP{
            color: #FFF;
            text-align: center;
            font-size: calc(36 / 750* 100vw);
            line-height: 180%;
            margin: 4rem 0;
            font-weight: 700;
            margin-bottom: 5rem;
        @media screen and (min-width: 768px) {
            font-size:20px;
            margin-bottom: 11rem;
        }
      }
      .whatbox{
          background: #FFF;
          border: 5px solid #002D49;
          padding: calc(65 / 750* 100vw);

          @media screen and (min-width: 768px) {
            padding: 32px;
          }

          h2{
            text-align: center;
            font-weight: 700;
            font-size: calc(37 / 750* 100vw);
            @media screen and (min-width: 768px) {
              font-size: 22px;
            }
          }
          .whatboxP{
              text-align: center;
              margin: 3rem 0;
          }
          h3{
            color: #3382C1;
            position: relative;
            font-weight: 700;
            @media screen and (min-width: 768px) {
              font-size: 22px;
            }
          }
          h3:after{
            content: "";
            position: absolute;
            width: 55%;
            height: 1px;
            background: #3382C1;
            top: 50%;
            right: 0;
          }
          @media screen and (min-width: 768px) {
            h3:after{
              width: 83%;
            }
          }
          p{
            text-align:center;
            margin: 2rem 0 5rem 0;
            font-size: calc(23 / 750* 100vw);
            @media screen and (min-width: 768px) {
              font-size:16px;
            }
          }
          .flowFlex{
            display:flex;
            margin: 4rem 0;
            flex-wrap: wrap;
            justify-content: center;

            li{
              width: 100%;
              margin: 1rem 0 3rem 0;
              position: relative;
              text-align: center;
              @media screen and (min-width: 768px) {
                flex:1;
                margin: 0 2rem;
                width: 45%;
              }
            }
/*            li:nth-of-type(even){
              margin-right:0;
            }*/
            li:after{
              content: "";
              background: url(../images/recruit/vision_flow_arrow.svg) no-repeat;
              width: 50px;
              height: 30px;
              position: absolute;
              transform: rotate(90deg);
              left: 0;
              right: 0;
              margin: auto;
              bottom: -35px;
            }
            li:last-child:after{
              display:none;
            }
            @media screen and (min-width: 768px) {
              li:after{
              width: 50px;
              height: 30px;
              top: 0;
              bottom: 0;
              left: auto;
              margin: auto;
              right: -44px;
              transform: rotate(0deg);
              }
            }
          }
      }
  }

  .voice{

    h2{
      font-size: calc(38 / 750* 100vw);
      font-weight: 700;
      line-height: 120%;
      @media screen and (min-width: 768px) {
          font-size: 36px;
            margin: 0 0 4rem 0;
      }
    }
    h2 span{
      display: block;
      color: #3382C1;
      font-size: calc(26 / 750* 100vw);
      font-family: Montserrat, sans-serif;
      font-weight:bold;
      @media screen and (min-width: 768px) {
        font-size: 16px;
      }
    }
    .linkFlex{

      @media screen and (min-width: 768px) {
          display:flex;
      }

      li{
        flex:1;

        a{
          display: block;
          background:url(../images/recruit/voice1link.jpg) no-repeat;
          background-size: cover;

          p{
              font-size: calc(42 / 750* 100vw);
              font-weight: 700;
              text-align: center;
              color: #FFF;
              line-height: 120%;
              padding: calc(114 / 750* 100vw);

              @media screen and (min-width: 768px) {
                padding: calc(64 / 750* 100vw);
                font-size: 44px;
              }

            span{
              display: block;
              font-size: calc(23 / 750* 100vw);
              font-family: Montserrat, sans-serif;
              font-weight: bold;
              @media screen and (min-width: 768px) {
                font-size: 16px;
              }
            }
          }
        }

        a:hover{
          opacity:0.8;
        }
      }

      li:nth-of-type(2) a{
          background:url(../images/recruit/voiceLink2.jpg) no-repeat;
          background-size: cover;
      }
    }

    .l__wrap{

      position: relative;
      margin: calc(210 / 750* 100vw) 0 calc(110 / 750* 100vw) 0;
      @media screen and (min-width: 768px) {
        margin: 10vw 0;
      }

      figure{
        position:relative;
        z-index:1;
      }
      .floatTxt{
          font-family: Montserrat, sans-serif;
          position: absolute;
          color: #0041712b;
          font-size: calc(123 / 750* 100vw);
          width: 100%;
          left: calc(70 / 750* 100vw);
          top: calc(-160 / 750* 100vw);
          z-index: 2;
          @media screen and (min-width: 768px) {
            font-size: calc(63 / 750* 100vw);
            top: calc(-70 / 750* 100vw);
          }
      }
      .notes{

        position:relative;
        z-index:1;
        @media screen and (min-width: 768px) {
          padding: 27rem 0 7rem 7rem;
        }
        h2{
          margin: 0 0 1rem 0;
          @media screen and (min-width: 768px) {
            font-size: 38px;
          }
        }
        .from{
          color: #3382C1;
          @media screen and (min-width: 768px) {
            font-size: 20px;
          }
        }
      }
    }
    #voice2.l__wrap:after{
        right: 0;
        border-radius: 0 0 0 80px;
        height: calc(3810 / 750* 100vw);
    }
    @media screen and (min-width: 768px) {
        #voice2.l__wrap:after{
          height: 290%;
        }
    }
    #voice2 {
      .notes{
        width: 90%;
        margin: 0 0 0 auto;
        @media screen and (min-width: 768px) {
/*          padding: 7rem 0 7rem 7rem;*/

        }
      }
      .floatTxt{
        text-align: right;
        left: auto;
        right: calc(70 / 750* 100vw);
      }
    }
    .l__wrap:after{
      content: "";
      position: absolute;
      width: 95%;
      height: calc(3400 / 750* 100vw);
      background: #F0F3F5;
      top: calc(80 / 750* 100vw);
      border-radius: 0 0 80px 0;    
    }
    @media screen and (min-width: 768px) {
      .l__wrap:after{
        width: 90%;
        height: 270%;
      }
    }
    .container{

      position:relative;
      z-index:1;

      .txtWrap{
          padding-bottom: 3rem;
          margin-bottom: 3rem;
          border-bottom: 1px solid;
          width: 90%;
          @media screen and (min-width: 768px) {
            width:100%;
            margin-bottom: 7rem;
            padding-bottom: 7rem;
          }

        h3{
          color: #3382C1;
          font-size: calc(34 / 750* 100vw);
          margin-bottom: 3rem;
          font-weight: 700;
          @media screen and (min-width: 768px) {
            font-size: 30px;
          }
        }
        p{
          font-size: calc(26 / 750* 100vw);
          @media screen and (min-width: 768px) {
            font-size:14px;
          }
        }
      }
      .txtWrap:nth-of-type(3){
        border-bottom:none;
      }
      .labelIndex{
        padding: 6rem 0 4rem 0;
        @media screen and (min-width: 768px) {
          padding: 16rem 0 4rem 0;
        }

        h2{
          text-align:center;
          margin-bottom: 2rem;
          @media screen and (min-width: 768px) {
            margin-bottom: 4rem;
          }
        }
        p{
          text-align: left;
          margin: 0 auto;
          @media screen and (min-width: 768px) {
            width: 75%;
          }
        }
      }
    }
    .container.rev{
      .txtWrap{
        margin-left: auto;
      }
    }
  }

.strong{

    h2{
      font-weight: 700;
      line-height: 120%;
      margin: 6rem 0 1rem 0;
      font-size: calc(38 / 750* 100vw);
      @media screen and (min-width: 768px) {
        font-size: 36px;
        margin: 0 0 4rem 0;
      }
    }
    h2 span{
      display: block;
      color: #3382C1;
      font-size: calc(26 / 750* 100vw);
      font-family: Montserrat, sans-serif;
      font-weight: bold;
      @media screen and (min-width: 768px) {
        font-size: 16px;
      }
    }

    .strongWrap{
      position: relative;
      margin: calc(100 / 750* 100vw) 0;
      @media screen and (min-width: 768px) {
        display: flex;
        justify-content: flex-start;
      }

      .imgWrap{
        flex:1.2;
        position:relative;
        z-index:1;

        figure{
          position: relative;
          z-index: 1;

          img{
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
      .txtWrap{
        position:relative;
        z-index:1;
        flex:1;
        padding: calc(20 / 750* 100vw);

        h3{
            color: #3382C1;
            font-size: calc(56 / 750* 100vw);
            font-weight: 700;
            line-height: 130%;
            @media screen and (min-width: 768px) {
              font-size: 54px;
            }
        }
        p{
            line-height: 270%;
            margin: 4rem 0;
            width: 90%;
            font-size: calc(23 / 750* 100vw);
            @media screen and (min-width: 768px) {
              font-size: 16px;
              width: 70%;
            }
        }
      }
    }
    .strongWrap:after{
      content: "";
      position: absolute;
      width: 95%;
      height: calc(930 / 750* 100vw);;
      background: #F0F3F5;
      top: calc(-50 / 750* 100vw);
      border-radius: 0 80px 80px 0;
      z-index: 0;
    }
    @media screen and (min-width: 768px) {
      .strongWrap:after{
        width: 70%;
        height: calc(350 / 750* 100vw);
      }
    }
    .strongWrap.rev{
      flex-direction:row-reverse;

      .txtWrap{
        width: 90%;
        margin: 0 0 0 auto;
        @media screen and (min-width: 768px) {
          width:100%;
          margin:0;
        }
      }
    }
    .strongWrap.rev:after{
      right: 0;
      border-radius: 80px 0 0 80px;
    }
}

  .introUnder {
    .deco {
      top: calc(70/750*100vw);
      @media screen and (min-width: 768px) {
        top: -70px;
      }
    }

    &__en {
      font-size: calc(116/750*100vw);
      letter-spacing: .1em;
      opacity: 1;
      @media screen and (min-width: 768px) {
        font-size: 120px;
        text-indent: .05em;
      }
    }
  }


  .Pos {
    padding: calc(100/750*100vw) 0;
    @media screen and (min-width: 768px) {
      padding: 100px 0;
    }

    .block {
      @media screen and (min-width: 768px) {
        width: 800px;
        margin: 0 auto;
      }

      .block:not(:last-of-type) {
        margin-bottom: calc(40/750*100vw);
        @media screen and (min-width: 768px) {
          margin-bottom: 40px;
        }
      }

      .ttl {
        position: relative;
        background-color: #002d49;
        font-size: calc(38/750*100vw);
        color: #fff;
        padding: calc(10/750*100vw) calc(20/750*100vw);
        margin-bottom: calc(20/750*100vw);
        @media screen and (min-width: 768px) {
          font-size: 28px;
          padding: 10px 20px;
          margin-bottom: 20px;
        }

        span {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: calc(30/750*100vw);
          width: calc(40/750*100vw);
          height: calc(40/750*100vw);
          transform-origin: center;
          transition: .5s all;
          @media screen and (min-width: 768px) {
            right: 20px;
            width: 30px;
            height: 30px;
          }
        }
        span::before, span::after {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: block;
          content: "";
          background-color: #fff;
        }

        span::before {
          width: calc(40/750*100vw);
          height: 1px;
        }

        span::after {
          width: 1px;
          height: calc(40/750*100vw);
        }

        @media screen and (min-width: 768px) {
          span::after{
            height: 30px;
          }
          span::before{
            width: 30px;
          }
        }
        

        &.is-active {
          span {
            transform: translateY(-50%) rotate(180deg);
            &::after {
              display: none;
            }
          }
        }



        &:hover {
          cursor: pointer;
        }
      }

      .contents {
        display: none;
      }
    }
  }


  .Entry {
    padding: calc(100/750*100vw) 0 0;
    @media screen and (min-width: 768px) {
      padding: 100px 0 0;
    }
    background-color: #f0f3f5;
    .Entry__ttl .en {
      .Entry__ttl .en::after {
        background-color: #f0f3f5;
      }
    }
    .ttlSec--c .en::after{
      background: #f1f3f5;
    }

    .lead {
      margin-bottom: calc(200/750*100vw);
      @media screen and (min-width: 768px) {
        text-align: center;
        margin-bottom: 150px;
      }
    }

    .Form {
      padding-top: 0;
      .Form__inner {
        padding-top: calc(150/750*100vw);
        @media screen and (min-width: 768px) {
          padding-top: 150px;
        }
      }
    }

  }

  @media screen and (min-width: 1440px) {
    #voice1-img {
          width: 100%!important;
          height: 100%!important;
          object-fit: fill!important;
    }
}



}
