@charset "UTF-8";

/* ------------ MV ------------- */
.sec-mv{
    background:#fdf8ce ;
    position: relative;
    padding:80px 0 70px;
}
.sec-mv::before{
    position: absolute;
    content:'';
    background: url("../../img/recruit/bg_mv_understanding.png") no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
    mix-blend-mode:luminosity;
    top:0;
    left:0;
}
.mv-in{
    position: relative;
    z-index: 1;
    width:90%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mv-image{width:28%;}
.mv-image:last-of-type{
    display: flex;
    align-items: flex-end;
}
.mv-copy{
    width:44%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mv-copy > p{
    font-size:18px;
    font-weight: 700;
    line-height: 2.5;
}
.sec-mv h2{
    font-size:54px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.4;
    color:#df3b21;
}
.sec-mv h2 span{ 
    display: block;
    font-size:78px;
}
.mv-copy .sub-ttl{
    font-family: 'Roboto', sans-serif;
    font-size:28px;
    color:#c6891f;
    padding:30px 0 20px;
}

@media (max-width: 768px) {
    .sec-mv{padding:10vw 0 10vw;}
    .mv-image{
        width:50%;
        margin:0 auto;
    }
    .mv-image:first-of-type{margin-bottom:2vw;}
    .mv-image:last-of-type{margin: 0 26vw 0 auto;}
    .mv-copy{width:100%;}
    .mv-copy > p{
        font-size:3.4vw;
        line-height: 2;
    }
    .sec-mv h2{font-size:8vw;}
    .sec-mv h2 span{ font-size:12vw;}
    .mv-copy .sub-ttl{
        font-size: 4vw;
        padding:2vw 0 2vw;
    }
}

/* ------------ スクロール ------------- */
.scroll {
  margin-top:40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}

.mouse {
  width: 25px;
  height: 50px;
  border: 3px solid #e82727;
  border-radius: 60px;
  position: relative;
}

.mouse::before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e82727;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}
.scroll > p{
    font-size:14px;
    color:#e82727;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

@media (max-width: 768px) {
    .scroll {
      margin-top:3vw;
        margin-bottom:3vw;
    }
    .mouse {
      width: 20px;
      height: 40px;
    }

    .mouse::before{
        content: '';
        width: 5px;
        height: 5px;
        top: 3px;
    }
    .scroll > p{
        font-size:14px;
        color:#e82727;
    }
}

/* ------------ コンテンツ ------------- */
.sec-contents{
    background: #e6644f;
    position: relative;
    padding:80px 0;
    overflow: hidden;
}
.sec-contents .cont-in{max-width: 1000px}
.sec-contents::before{
    position: absolute;
    content:'';
    background: url("../../img/recruit/bg_dot.png");
    background-repeat: repeat;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.data-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.data-list li{
    margin-top:40px;
    position: relative;
}
.data-list li img{
    position: relative;
    z-index: 1;
}
.data-list li:nth-of-type(1),
.data-list li:nth-of-type(2){
    margin-top:0;
}
.data-list li.is-half{
    width:calc((100% - 40px)/2);
}
.data-list li:nth-of-type(2)::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/img_understanding_03.png") no-repeat center;
    background-size: contain;
    width:314px;
    height:134px;
    right:-200px;
    bottom:-60px;
}
.data-list li:nth-of-type(3)::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/img_understanding_04.png") no-repeat center;
    background-size: contain;
    width:246px;
    height:334px;
    left:-200px;
    bottom:-180px;
}
.data-list li:nth-of-type(7)::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/img_understanding_05.png") no-repeat center;
    background-size: contain;
    width:217px;
    height:182px;
    right:-220px;
    top:-50px;
}
.data-list li:nth-of-type(8)::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/img_understanding_06.png") no-repeat center;
    background-size: contain;
    width:148px;
    height:151px;
    left:-180px;
    top:150px;
}
.data-list li:nth-of-type(9)::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/img_understanding_07.png") no-repeat center;
    background-size: contain;
    width:230px;
    height:340px;
    right:-220px;
    bottom:-30px;
}
.link-box{
    border-radius: 20px;
    background: #fdf8ce;
    padding:50px;
    margin-top:60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link-box-txt{
    width:50%;
}
.link-box-txt p{
    font-weight: 700;
}
.link-box-ttl{
    font-size:70px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color:#df3b21;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}
.link-box-ttl::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/icon_arrow.svg") no-repeat center;
    background-size: contain;
    width:54px;
    height:54px;
    top:24px;
    right:-80px
}
.link-box-txt .txt-en{
    color:#c6891f;
    font-size:28px;
    margin-bottom:10px;
}
.link-box-image{width:50%;}

.link-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.link-con a{
    border-radius: 20px;
    background: #fdf8ce;
    padding:50px;
    margin-top:40px;
    display: block;
    width:calc((100% - 20px)/2);
}
.link-con a p{
    font-size:18px;
    font-weight: 700;
}
.link-con a p.link-con-ttl{
    font-size:32px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color:#df3b21;
    line-height: 1.4;
    margin-top:10px;
    position: relative;
    display: inline-block;
}
.link-con a.link-blank p.link-con-ttl::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/icon_next.png") no-repeat center;
    background-size: contain;
    width:24px;
    height:24px;
    top:10px;
    right:-40px
}
.link-con a p.link-con-ttl::after{
    position: absolute;
    content:'';
    background: url("../../img/recruit/icon_arrow.svg") no-repeat center;
    background-size: contain;
    width:27px;
    height:27px;
    top:10px;
    right:-40px
}

@media (max-width: 768px) {
    .sec-contents{padding:10vw 0;}
    .data-list li{margin-top:5vw;}
    .data-list li:nth-of-type(2){margin-top:5vw;}
    .data-list li.is-half{
        width:100%;
    }
    .data-list li:nth-of-type(2)::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/img_understanding_03.png") no-repeat center;
        background-size: contain;
        width: 53.867vw;
        height: 18.667vw;
        right: -23.2vw;
        bottom: -14.133vw;
    }
    .data-list li:nth-of-type(3)::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/img_understanding_04.png") no-repeat center;
        background-size: contain;
        width: 24.267vw;
        height: 33.067vw;
        left: -12.533vw;
        bottom: -32.8vw;
    }
    .data-list li:nth-of-type(7)::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/img_understanding_05.png") no-repeat center;
        background-size: contain;
        width: 29.867vw;
        height: 26.667vw;
        right: -12.533vw;
        top: -18.933vw;
    }
    .data-list li:nth-of-type(8)::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/img_understanding_06.png") no-repeat center;
        background-size: contain;
        width: 15.733vw;
        height: 17.6vw;
        left: -7.733vw;
        top: -4.8vw;
    }
    .data-list li:nth-of-type(9)::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/img_understanding_07.png") no-repeat center;
        background-size: contain;
        width: 20.267vw;
        height: 26.133vw;
        right: -10.133vw;
        bottom: -22.667vw;
    }
    .link-box{
        border-radius: 3.467vw;
        padding:4vw;
        margin-top:10vw;
    }
    .link-box-txt{width:100%;}
    .link-box-ttl{font-size:7vw;}
    .link-box-ttl::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/icon_arrow.svg") no-repeat center;
        background-size: contain;
        width:5.333vw;
        height:5.333vw;
        top:2.133vw;
        right:-8vw;
    }
    .link-box-txt .txt-en{
        font-size:3.4vw;
        margin-bottom:0;
    }
    .link-box-image{
        width:80%;
        margin:3vw auto 0;
    }

    .link-con a{
        border-radius: 3.467vw;
        padding:3vw;
        margin-top:5vw;
        width:100%;
    }
    .link-con a p{font-size:3.4vw;}
    .link-con a p.link-con-ttl{
        font-size:5vw;
        margin-top:3vw;
        margin-bottom:1vw;
    }
    .link-con a .link-con-image{
        width:80%;
        margin:0 auto;
    }
    .link-con a.link-blank p.link-con-ttl::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/icon_next.png") no-repeat center;
        background-size: contain;
        width:4vw;
        height:4vw;
        top:1.333vw;
        right:-6.933vw;
    }
    .link-con a.link-blank p.link-con-ttl::after{
        position: absolute;
        content:'';
        background: url("../../img/recruit/icon_arrow.svg") no-repeat center;
        background-size: contain;
        width:5.333vw;
        height:5.333vw;
        top:0.8vw;
        right:-8vw;
    }
}



