@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 4.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec_ttl .en{
    position: relative;
    font-size: 4.0rem;
    letter-spacing: .4rem;
}
.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: #646464;
}

.lead{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.col01{ color: #873a3b !important; /* red */}
.col01{ color: #55a933 !important; /* green */}

@media screen and (max-width: 767px) {
    .sec_ttl{
        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;
    }

    .lead{
        font-size: 5vw;
        margin-bottom: 8%;
    }
}
/*  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: #eeeeee;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    max-width: 1180px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .img{
    position: relative;
    margin-bottom: -25px;
    width: 43%;
    max-width: 501px;
}
.sec01 .mainBtm .flex .txt{
    width: 57%;
    padding-left: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .txt p{
    color: #646464;
    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: #646464;
    font-size: 4.0rem;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 5px;
    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;
    line-height: 2.4;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec01 .box{
    margin-top: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec01 .under_border{
    border-bottom: 1px solid #646464;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.ie .sec01 .under_border{
    padding-bottom: 2px;
}

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

    .sec01 .mainBtm .flex{
        display: block;
        max-width: inherit;
        padding: 12% 0 8% 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: 7.4vw;
        margin-bottom: 7%;
        letter-spacing: .2rem;
    }
    .sec01 .mainBtm .flex .txt h2 .small{ font-size: 3.6vw;}

    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5.8vw;
        line-height: 2;
        margin-bottom: 5%;
        text-align: left;
    }
    .sec01 .box{
        margin-top: 8%;
        padding-left: 0;
    }
    .sec01 .box.wrap{
        width: 86%;
    }
    .sec01 .box p{
        font-size: 3.6vw;
        line-height: 2;
        margin-top: 4%;
    }
    .sec01 .under_border{
        border-bottom: none;
        font-feature-settings: "palt";
    }


}

/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding:130px 0 90px 0;
    box-sizing: border-box;
}
.sec02 .sec_ttl,
.sec04 .sec_ttl,
.sec05 .sec_ttl,
.sec06 .sec_ttl{ margin-bottom: 20px; letter-spacing: .2rem;}
.sec02 .sub,
.sec04 .sub,
.sec05 .sub,
.sec06 .sub{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
}
.sec02 .lead{
    font-size: 1.4rem;
    line-height: 2.14;
    margin-bottom: 40px;
}

.sec02 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec02 .box{
    position: relative;
    width: 24%;
    max-width: 281px;
    margin-bottom: 45px;
}
.sec02 .box .img{
    position: relative;
    margin-bottom: 15px;
}

.sec02 .box p{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.14;
}

.sec02 .box a:hover{ text-decoration: none;}


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

    .sec02 .sec_ttl,
    .sec04 .sec_ttl,
    .sec05 .sec_ttl,
    .sec06 .sec_ttl{  margin-bottom: 5%; font-size: 7.4vw;}
    .sec02 .sub,
    .sec04 .sub,
    .sec05 .sub,
    .sec06 .sub{
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .sec02 .lead{
        width: 86%;
        margin: 0 auto 8% auto;
        font-size: 4.2vw;
        font-weight: 500;
        text-align: left;
        line-height: 2;
        font-feature-settings: "palt";
    }

    .sec02 .box_wrap{
        display: block;
    }
    .sec02 .box{
        text-align: center;
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .sec02 .box+.box{ margin-top: 10%;}

    .sec02 .box p{
        font-size: 3.6vw;
    }
}


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

.style_box{
    position: relative;
    box-sizing: border-box;
}
.style_box+.style_box{ margin-top: 75px;}

.style_box .boxIn{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f0f0f0;
    padding: 36px 26px;
    box-sizing: border-box;
}
.style_box.reverse .boxIn{flex-direction: row-reverse;}

.style_box .txt{
    width: 45%;
    box-sizing: border-box;
}
.style_box h3{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 10px;
}
.style_box h3 span{ font-size: 3.0rem; margin-right: 10px;}

.style_box h4{
    position: relative;
    font-size: 1.4rem;
    line-height: 2.14;
    font-weight: 700;
    padding-left: 20px;
    font-feature-settings: "palt";
    box-sizing: border-box;
}
.style_box h4:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '■';
    margin-right: 3px;
}
.style_box p+h4{ margin-top: 32px;}

.style_box p{
    font-size: 1.4rem;
    line-height: 2.14;
    font-feature-settings: "palt";
}
.style_box .img{
    width: 53%;
    max-width:591px;
}

.style_box .img_box{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.style_box .img_box .img{
    width: 48%;
    max-width: 239px;
}
.style_box .img_box .img img{
    max-width: inherit;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .sec03{
        padding:0 0 10% 0;
    }
    .style_box+.style_box{ margin-top: 10%;}

    .style_box .boxIn.wrap{
        width: 100%;
        max-width: inherit;
    }

    .style_box .boxIn{
        display: block;
        padding: 8% 7% 10% 7%;
    }
    .style_box .boxIn .flex_box{
        display: block;
    }

    .style_box h3{
        font-size: 3.8vw;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 5%;
    }
    .style_box h3 span{ font-size: 6.6vw; margin-right: 7px;}

    .style_box p{
        font-size: 3.6vw;
        line-height: 2;
    }
    .style_box h4{
        font-size: 3.6vw;
        line-height: 2;
        padding-left: 0;
    }
    .style_box h4:before {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        content: '■';
        margin-right: 3px;
    }
    .style_box p+h4 {
        margin-top: 8%;
    }

    .style_box .txt{
        width: 100%;
        padding-top: 0;
        margin: 7% auto 0 auto;
    }

    .style_box .img{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .style_box .img_box{
        margin-top: 7%;
    }
    .style_box .img_box .img{
        width: 48%;
        max-width: inherit;
        margin: 0;
    }
    .style_box .img_box .img img{
        max-width: inherit;
        width: 100%;
    }

}

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

.sec04 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec04 .box_wrap .box{
    width: 29%;
    max-width: 340px;
    margin-bottom: 60px;
}
.sec04 .box_wrap .box:nth-of-type(2),
.sec04 .box_wrap .box:nth-of-type(5){
    width: 31%;
    max-width: 363px;
}
.sec04 .box_wrap .box:nth-of-type(1),
.sec04 .box_wrap .box:nth-of-type(4){
    width: 30%;
    max-width: 354px;
}

.sec04 .box_wrap .box .img{ margin-bottom: 20px;}
.sec04 .box_wrap .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}

@media screen and (max-width: 767px) {
    .sec04{
        padding:8% 0 10% 0;
    }
    .sec04 .box_wrap{
        display: block;
    }
    .sec04 .box_wrap .box{
        width: auto;
        max-width: 800px!important;
        margin: 0 auto;
    }

    .sec04 .box_wrap .box .img{ margin-bottom: 20px;}
    .sec04 .box_wrap .box p{
        font-size: 3.6vw;
        line-height: 2;
    }

    .slider{
        display: block;
        width: 86%;
        margin: 0 auto;
    }
    .slider .slick-slide img{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        text-align: center;
    }
    .slider .slick-next {
        right: -4.5vw;
    }
    .slick-prev {
        left: -4.5vw;
        z-index: 5;
    }
    .slider .slick-prev, .slider .slick-next {
        width: 9vw;
        height: 9vw;
        top: 64%;
        margin-top: -4.5vw;
    }
    .slider .slick-next:before ,
    .slider .slick-prev:before {
        content: '';
    }
    .slider .slick-prev:before, .slider .slick-next:before {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: -2vw;
        opacity: 1;
        color: #646464;
        width: 3vw;
        height: 3vw;

        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 3;
    }
    .slider .slick-prev:before{
        margin-left: -1vw;
        border-bottom: 1px solid #646464;
        border-left: 1px solid #646464;
    }
    .slider .slick-next:before {
        margin-left: -2vw;
        border-top: 1px solid #646464;
        border-right: 1px solid #646464;
    }

    .slider .slick-prev:after, .slider .slick-next:after{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        content: '';
        width: 9vw;
        height: 9vw;
        background: #FFF;
        border: 1px solid #646464;
        border-radius: 100%;
        z-index: 1;
    }
}

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

.sec05 .lead{
    font-size: 1.4rem;
    line-height: 2.14;
    font-weight: 500;
    margin: 0;
}
.sec05 .lead+.lead{ margin-top: 20px;}

.sec05 .box_wrap{
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec05 .box_wrap .box{
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec05 .box_wrap .box .txt{
    width: 47%;
}
.sec05 .box_wrap .box .txt h3{
    position: relative;
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.sec05 .box_wrap .box .txt h3:before{
    position: absolute;
    left: -16px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 18px;
    display: block;
    content: '';
    border-bottom: 1px solid #646464;
    border-right: 1px solid #646464;
    transform: skew(45deg);
}
.sec05 .box_wrap .box .txt p{
    font-size: 1.4rem;
}

.sec05 .box_wrap .box .img{
    width: 50%;
    max-width: 281px;
}



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

    .sec05 .lead{
        width: 86%;
        font-size: 3.6vw;
        line-height: 2;
        text-align: left;
        margin: 0 auto;
    }
    .sec05 .lead+.lead{ margin-top: 0;}
    .sec05 .wrap{ width: 86%;}
    .sec05 .box_wrap{
        margin-top: 10%;
        display: block;
    }

    .sec05 .box_wrap .box{
        width: 100%;
        display: block;
    }
    .sec05 .box_wrap .box+.box{ margin-top: 12%;}

    .sec05 .box_wrap .box .txt{
        width: 100%;
        margin-bottom: 4%;
    }
    .sec05 .box_wrap .box .txt h3{
        font-size: 5.4vw;
        padding-bottom: 4%;
        margin-bottom: 5%;
    }
    .sec05 .box_wrap .box .txt h3:before{
        left: -2vw;
        right: auto;
        width: 64%;
        height: 18px;
    }
    .sec05 .box_wrap .box .txt p{
        font-size: 3.6vw;
    }

    .sec05 .box_wrap .box .img{
        width: 100%;
        max-width: inherit;
    }


}
/*  sec06 -------------------------------------------*/
.sec06{
    position: relative;
    padding:60px 0 50px 0;
    box-sizing: border-box;
}
.sec06 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec06 .box_wrap .box{
    width: 29%;
    max-width: 341px;
}

.sec06 .box .img{ margin-bottom: 15px;}
.sec06 .box .txt{}
.sec06 .box .txt h3{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.666;
}
.sec06 .box .txt p{
    font-size: 1.8rem;
    line-height: 1.3;
}
.sec06 .box .txt p.small{
    font-size: 1.2rem;
    line-height: 1.3;
}


.last.btn_wrap{ margin-top: 70px;}
.last.btn_wrap .btn a{
    margin: 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}


@media screen and (max-width: 767px) {
    .sec06{
        padding:8% 0 14% 0;
        }
    .sec06 .wrap{ width: 86%;}
    .sec06 .box_wrap{
        display: block;
    }
    .sec06 .box_wrap .box{
        width: 100%;
        max-width: inherit;
    }
    .sec06 .box_wrap .box+.box{ margin-top: 10%;}

    .sec06 .box .img{ margin-bottom: 3%;}
    .sec06 .box .txt{}
    .sec06 .box .txt h3{
        font-size: 5.4vw;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 2%;
    }
    .sec06 .box .txt p{
        font-size: 4.6vw;
        text-align: center;
    }
    .sec06 .box .txt p.small{
        font-size: 3.2vw;
        margin-top: 7px;
    }

    .last.btn_wrap{
        margin: 14% auto 0 auto;
    }

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

