@charset "utf-8";
/*-------------------------
 共通
-------------------------*/
header{
    background-color: unset;
    position: absolute;
    width: 100%;    
}
header .gnav a.ttl{
    color: #fff;
}
.sec{
    overflow-x: hidden;
    position: relative;
}
main .honbun{
    font-size: 1.6rem;
    line-height: 2.3;
}
main .flex{
    flex-wrap: nowrap;
}
main .inner{
    z-index: 2;
    position: relative;
}
.viewmore{
    width: 329px;
    display: block;
    padding: 12px 84px 12px 84px;
    font-size: 2rem;
    margin-top: 35px;
    position: relative;
    border: 4px solid #50B363;
    text-align: center;
    color: #50B363;
    background:#ffffff75;
}
.viewmore:after {
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../../img/more.svg");
    width: 20px;
    height: 20px;
    transition: all 0.3s ease 0s;
    background-repeat: no-repeat;
}
.viewmore:hover{
    background: #94dca2;
    color: #fff;
}
.viewmore:hover:after{
    position: absolute;
    top: 50%;
    right:20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url("../img/btn_point_hover.png");
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){  
    header {
        position: fixed;
        top: 0;
        background: #fff;
    }
    main .honbun{
        font-size: 1.5rem;
        line-height: 1.7;
    }
    .viewmore{
        font-size: 1.6rem;
    }
}/*-spend*/



/*-------------------------
 MV
-------------------------*/
.mv{
    position: relative;
    margin-top: 0px!important;
}
.mv h1{
    font-size: clamp(3rem, 3.4vw, 7.2rem);
    margin-bottom: 30px;
}
.mv h1 span{
    font-size: clamp(1.6rem, 3vw, 3rem);
    line-height: 1.3;
}
.mv .pass{
    z-index: 1;
    position: absolute;
    top: -40px;
    left: 0;
    max-width: 766px;
    width: 44%;
}
.mv h1{
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    left: 7vw;
    line-height: 1.5;
}
@media only screen and (min-width: 768px){  
    .slick-slider.sp{
        display: none!important;
    }
}/*-spend*/
@media only screen and (max-width: 767px){  
    .mv{
        margin-top: 80px!important;
    }
    .slick-slider.pc{
        display: none!important;
    }
    .mv h1{
        font-size: clamp(2.5rem, 2vw, 7.2rem);
        margin-bottom: 8px;
    }
    .mv h1{
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        top: unset;
        margin: 0;
        transform:unset;
        -webkit-transform:unset;
    }
}/*-spend*/


/*-------------------------
 sec1
-------------------------*/
main .sec1{
    margin-top: 0px;
    padding: 130px 0;
    overflow: unset;
}
main .sec1 .pass{
    position: absolute;
    bottom: 0;
    right: 0;
}
main .sec1 .txt{
    width: 50%;
    max-width: 732px;
}
main .sec1 .img_wrap{
    display: flex;
    justify-content: end;
    flex: 1;
    margin-right: calc(50% - 49.5vw);
    margin-left: 4%;
    align-items: flex-start;
}
main .sec1 .img_wrap img{
    width: 41%;
    max-width: 374px;
}
main .sec1 .img_wrap .img2{
    margin-top: 80px;
    margin-left: 10px;   
}
main .sec1 h2{
    font-size: clamp(2.8rem, 3vw, 4.5rem);
    width: 100%;
    line-height: 1.4;
    margin-bottom: 4px;    
}
main .sec1 h2 span{
    color: #50b363;
    font-size: clamp(1.6rem, 3vw, 3rem);
    display: block;   
}
@media only screen and (max-width: 767px){  
    main .sec1 {
        padding: 10% 0;
    }
    main .sec1 h2{
        font-size: 3rem;
    }
    main .sec1 .txt{
        width: 100%;
        max-width: 100%; 
    }
    main .sec1 .img_wrap {
        margin-top: 10%;
    }
}/*-spend*/


/*-------------------------
 sec2
-------------------------*/
main .sec2{
    margin: 0;
    padding-top: 80px;    
}
main .sec2 .btn{
    height: 343px;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
main .sec2:after{
    background: #E9EEF6;
    width: 80%;
    height: 293px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
main .sec2 .btn a{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
main .sec2 .btn a:hover{
    transition: all 0.3s ease 0s;
}
main .sec2 .btn a:hover:before{
    background: #0000003b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
main .sec2 .btn span{
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.27);    
}
main .sec2 .btn1{
    background-image: url("../../recruit/img/btn1.jpg");
    width:50%;
}
main .sec2 .btn1 .flex{
    align-items: center;
    justify-content: center;
}
main .sec2 .btn2{
    background-image: url("../../recruit/img/btn2.jpg");
    width:25%;
}
main .sec2 .btn3{
    background-image: url(../../recruit/img/btn3.jpg);
    width: 25%;
    background-position: center;
}
main .sec2 .btn1 a img{
    margin-right: 20px;
}
@media only screen and (max-width: 767px){  
    main .sec2{
        padding-top: 10%;
    }
    main .sec2 .btn{
        width: 100% !important;
        padding: 5%;
        height: 150px;
        font-size: 2rem;
        margin-bottom: 4%;
    }
    main .sec2 .btn1 a img{
        width: 60px;
    }
    main .sec2 .btn2{
        background-image: url("../../recruit/img/btn2_sp.jpg");
    }
    main .sec2 .btn3{
        background-image: url(../../recruit/img/btn3_sp.jpg);

    }
}/*-spend*/


/*-------------------------
 sec3
-------------------------*/
main .sec3{
    margin: 0;
    padding-top: 80px;
}
main .sec3 h2{
    font-size: clamp(3rem, 7vw, 6rem);
    width: 100%;
    margin-bottom: -7px;    
}
main .sec3 .pass{
    position: absolute;
    top: 0;
    left: 0;    
}
main .sec3 .inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
}
main .sec3 .slide2 {
    width: 50%;
    box-sizing: border-box;
}
main .sec3 .txt {
    box-sizing: border-box;
}
main .sec3 .slide2 .slick-slide {
    box-sizing: border-box;
    padding: 0 10px;
}
main .sec3 .slide2 img {
    width: 100%; 
    height: auto;
    display: block;
}
main .sec3 .slick-prev-custom{
    width: 57px;
    position: absolute;
    right: 70px;
    bottom: 0;
    display: block !important;
}
main .sec3 .slick-next-custom{
    display: block!important;
    width: 57px;
    position: absolute;
    right: 0;
    bottom: 0;
}
main .sec3 .name{
    font-size: 3rem;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
main .sec3 .name .label{
    font-family: "Noto Sans JP", sans-serif, '游ゴシック', 'YuGothic', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    background: #60ba71;
    color: #fff;
    padding: 5px 10px;
    font-weight: 800;
    margin-left: 17px;
}
main .sec3 .slide2 .honbun{
    line-height: 2;
    font-weight: 600;    
}
main .sec3 .viewmore{
    margin-left: auto;
    margin-bottom: 130px;
    margin-top: 40px;   
}
main .sec3 .slick-prev{
    position: absolute;
    top: 33%;
    left: -60px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}
main .sec3 .slick-next{
    position: absolute;
    top: 33%;
    right: -60px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}
@media only screen and (min-width: 768px){  
    main .sec3 .sp{
        display: none!important;
    }
}/*-spend*/
@media only screen and (max-width: 767px){  
    main .sec3{
        padding-top: 10%;
    }
    main .sec3 h2{
        font-size: 3.2rem;
    }
    main .sec3 .inner {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        flex-direction: column-reverse;
    }
    main .sec3 .slide2{
        width: 100%;
        margin-top: 10%;
    }
    main .sec3 .name{
        display: block;
    }
    main .sec3 .name .label{
        display: inline;
        font-size: 1.4rem;
        margin-top: 0;
        margin-left: 17px;
    }
    main .sec3 .slide2 .honbun{
        font-size: 1.4rem;
    }
    main .sec3 .pc{
        display: none!important;
    }
    main .sec3 .pass {
        width: 80px;
    }
    main .sec3 .slide2 .slick-slide{
        padding: 0 10px;
    }
    main .sec3 .slick-prev{
    position: absolute;
    top: 33%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}
main .sec3 .slick-next{
    position: absolute;
    top: 33%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}
    main .sec3 .viewmore {
        margin: 5% auto 0;
    }
    main .sec3 .slide2 img{
        width: 67%;
        margin: 0 auto;
    }
}/*-spend*/


/*-------------------------
 sec4
-------------------------*/
main .sec4{
    margin-top: 80px;
    background-image: url("../../recruit/img/req_bg.jpg");
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
main .sec4 .pass{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    width: 20%;
}
main .sec4 div.flex{
    justify-content: flex-start;
    margin-top: 30px;
}
main .sec4 h2{
    font-size: clamp(3rem, 7vw, 6rem);
}
main .sec4 a{
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #50B363;
    width: 459px;
    padding: 40px;
    height: 147px;
    margin-right: 30px;
    margin-top: 30px;
}
main .sec4 a img{
    margin-right: 20px;
}
main .sec4 a:hover{
    opacity: 0.7;
}
@media only screen and (max-width: 767px){  
    main .sec4{
        margin-top: 10%;
        padding: 10% 5%;
    }
    main .sec4 a{
        width: 100%;
        display: flex;
        padding: 6%;
        height: auto;
        font-size: 1.8rem;
        justify-content: center;
        margin: 5% auto 0;
    }
    main .sec4 a img{
        width: 30px;
    }
    main .sec4 .btn2{
        margin-top: 3%;
    }
}/*-spend*/



