@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec_ttl .en{
    position: relative;
    font-size: 4.0rem;
}
.sec_ttl .jp{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700 !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.sec_ttl:after{
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    width: 200px;
    height: 5px;
    background: #9db380;
}

.col01{ color: #9db380;}

@media screen and (max-width: 767px) {
    .sec_ttl{
        text-align: center;
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 12%;
    }
    .sec_ttl .en{
        font-size: 7.8vw;
    }
    .sec_ttl .jp{
        top: -6vw;
        font-size: 3.8vw;
    }
    .sec_ttl:after{
        margin: 10px auto 0 auto;
        width: 45vw;
    }


}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01 .main{
    width: 100%;
}
.sec01 .main img{
    display: block;
    width: 100%;
    max-width: inherit;
}
.sec01 .mainBtm{
    position: relative;
    background: #9db380;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1180px;
}
.sec01 .mainBtm .flex .img{
    position: relative;
    bottom: -35px;
    width: 43%;
    max-width: 501px;
}
.sec01 .mainBtm .flex .txt{
    width: 58%;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .txt p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 2.1;
}
.sec01 .mainBtm .flex .txt .subttl{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.sec01 .mainBtm .flex .txt h2{
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    letter-spacing: .5rem;
}
.sec01 .mainBtm .flex .txt h2 .en{ font-size: 4.0rem;}
.sec01 .mainBtm .flex .txt h2 .small{
    font-size: 2.0rem;
}
.sec01 .mainBtm .flex .txt .catch{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 0 0 10% 0;
    }

    .sec01 .mainBtm .flex{
        display: block;
        max-width: inherit;
        padding: 12% 0;
    }
    .sec01 .mainBtm .flex.wrap{ width: 86%;}
    .sec01 .mainBtm .flex .img{
        margin: 0 auto 5% auto;
        bottom: 0;
        width: 100%;
        max-width: 501px;
    }
    .sec01 .mainBtm .flex .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .sec01 .mainBtm .flex .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec01 .mainBtm .flex .txt .subttl{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec01 .mainBtm .flex .txt h2{
        position: relative;
        text-align: center;
        font-size: 6vw;
        margin-bottom: 4%;
        letter-spacing: .5rem;
    }
    .sec01 .mainBtm .flex .txt h2 .en{ font-size: 7vw;}
    .sec01 .mainBtm .flex .txt h2 .small{
        position: absolute;
        top: -8vw;
        left: 22vw;
        font-size: 3.8vw;
    }
    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5vw;
        text-align: center;
    }

}

/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding:185px 0 100px 0;
    box-sizing: border-box;
}

.sec02 p{
    font-size: 1.4rem;
    line-height: 2.14;
    text-align: center;
}
.sec02 p.lead{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.sec02 .img_list{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sec02 .img_list li+li{ margin-left: 65px;}




@media screen and (max-width: 767px) {
    .sec02{
        padding:10% 0 5% 0;
    }
    .sec02.wrap{ width: 86%;}
    .sec02 p{
        font-size: 3.7vw;
        line-height: 2;
        text-align: left;
    }
    .sec02 p.lead{
        font-size: 5.2vw;
        margin-bottom: 6%;
        text-align: center;
    }

    .sec02 .img_list{
        margin-top: 8%;
    }
    .sec02 .img_list li+li{ margin-left: 0;}

}


/*  sec03 -------------------------------------------*/
.sec03{
    position: relative;
    padding:50px 0 100px 0;
    box-sizing: border-box;
}
.sec03 p.lead{
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.sec03 .box_wrap .box{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.sec03 .box_wrap .box+.box{ margin-top: 85px;}

.sec03 .box_wrap .box:after{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 90%;
    height: 420px;
    background: #e9e9e9;
    box-sizing: border-box;
    z-index: -1;
}

.sec03 .box_wrap .box .img{
    width: 58%;
    max-width: 701px;
}
.sec03 .box_wrap .box .txt{
    width: 42%;
    padding-left: 40px;
    padding-right: 22px;
    box-sizing: border-box;
}
.sec03 .box_wrap .box .txt p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec03 .box_wrap .box .txt p.text{
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
}
.sec03 .box_wrap .box .txt p.text.en{
    margin-top: 15px;
    font-size: 2.0rem;
    font-weight: 500;
}
.sec03 .box_wrap .box .txt p.name{
    font-size: 2.2rem;
    font-weight: 700;
}
.sec03 .box_wrap .box .txt p.name span{ font-size: 1.4rem; margin-right: 15px;}




@media screen and (max-width: 767px) {
    .sec03{
        padding:8% 0 6% 0;
    }
    .sec03 p.lead{
        font-size: 5.2vw;
        margin-bottom: 8%;
    }
    .sec03 .box_wrap.wrap{ width: 86%;}
    .sec03 .box_wrap .box{
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 6%;
    }
    .sec03 .box_wrap .box+.box{ margin-top: 10%;}

    .sec03 .box_wrap .box:after{
        width: 116%;
        height: 120vw;
        left: -8%;
        right: -8%;
    }

    .sec03 .box_wrap .box .img{
        width: 100%;
        margin: 0 auto;
    }
    .sec03 .box_wrap .box .txt{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .sec03 .box_wrap .box .txt .sp-flex{
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding-top: 6%;
        margin-bottom: 6%;
        box-sizing: border-box;
    }
    .sec03 .box_wrap .box .txt .sp-flex img{
        display: block;
        width: 40%;
        max-width: 220px;
    }
    .sec03 .box_wrap .box .txt .sp-flex .infoBox{
        width: 60%;
        margin-left: 6%;
        box-sizing: border-box;
    }

    .sec03 .box_wrap .box .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec03 .box_wrap .box .txt p.text{
        margin-top: 0;
        font-size: 1.8rem;
    }
    .sec03 .box_wrap .box .txt p.text.en{
        margin-top: 0;
        font-size: 4.8vw;
    }
    .sec03 .box_wrap .box .txt p.name{
        font-size: 5vw;
    }
    .sec03 .box_wrap .box .txt p.name span{ font-size: 3.4vw; margin-right: 10px; }

}

/*  sec04 -------------------------------------------*/
.sec04{
    position: relative;
    padding:50px 0 50px 0;
    box-sizing: border-box;
}

.sec04 p.lead{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.sec04 .case_wrap{
    position: relative;
}
.sec04 .case_wrap:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    margin: 0 auto;
    display: block;
    content: '';
    width: 100%;
    height: 200px;
    background: #9db380;
    z-index: -1;
}

.sec04 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec04 .box_wrap .box{
    width: 32%;
    max-width: 370px;
}
.sec04 .box_wrap .box img{}
.sec04 .box_wrap p{
    font-size:1.8rem;
    font-weight: 700;
    margin-top: 15px;
}

.sec04 .bn_wrap{ margin-top: 110px; text-align: center;}

.sec04 .btn_wrap{
    margin: 75px auto 0 auto;
    text-align: center;
}
.sec04 .btn_wrap .btn a{
    margin: 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}


@media screen and (max-width: 767px) {
    .sec04{
        padding:10% 0 14% 0;
    }

    .sec04 p.lead{
        font-size: 5.2vw;
        margin-bottom: 8%;
    }

    .sec04 .case_wrap:after{
        display: none;
    }

    .sec04 .box_wrap.wrap{ width: 100%;}
    .sec04 .box_wrap{
        display: block;
    }
    .sec04 .box_wrap .box{
        position: relative;
        width: 100%;
        max-width: inherit;
    }
    .sec04 .case_wrap .box:after{
        position: absolute;
        left: 0;
        right: 0;
        top: 6vw;
        margin: 0 auto;
        display: block;
        content: '';
        width: 100%;
        height: 43vw;
        background: #9db380;
        z-index: -1;
    }
    .sec04 .case_wrap .box+.box{ margin-top: 10%;}
    .sec04 .box_wrap .box img{
        display: block;
        width: 86%;
        max-width: 370px;
        margin: 0 auto;
    }
    .sec04 .box_wrap p{
        width: 86%;
        margin: 5px auto 0 auto;
        font-size:4vw;
    }

    .sec04 .bn_wrap{
        width: 92%;
        margin: 12% auto 0 auto;
    }
    .sec04 .btn_wrap{
        margin: 12% auto 0 auto;
    }

    .sec04 .btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .sec04 .btn_wrap .btn a:after{
        position: absolute;
        right: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -2vw;
    }
}







