@charset "UTF-8";
main{
    display: flex;
    justify-content: center;
    overflow: clip;
    position: relative;
    &::before {
        content: '';
        background: url(../img/T-HOLDER.png) no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 380px;
        display: block;
        position: absolute;
        z-index: -1;
        margin: auto;
        top: 3.1%;
        right: 0px;
    }
}

main .right_block {
    width: 80%;
    max-width: 1200px;
}

h1.ttl{
    width: 420px;
    margin: 0 auto 21px;
    background: url(../img/h1_ttl_bg.png) no-repeat;
    color: #fff;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
p.sub-ttl{
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 4px;
}

h1.ttl2{
    font-size: 31px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 5px;
}
h1.ttl2 span{
    margin-left: 23px;
    font-size: 24px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    color: #42bd9d;
    display: inline-block;
    letter-spacing: 0px;
}

.bth {
    width: 200px;
}
.bth a{
    width: 100%;
    background: #000;
    color: #fff;
    text-decoration: none;
    line-height: 2.5;
    display: block;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    &::before{
        content: '';
        background: url(../img/btn_icon_w.png) no-repeat;
        background-size: 100%;
        width: 21px;
        height: 17px;
        display: inline-block;
        position: absolute;
        right: 14px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

.bth2 {
    width: 126px;
}
.bth2 a{
    width: 100%;
    background: #000;
    color: #41bf99;
    text-decoration: none;
    line-height: 2.1;
    font-size: 14px;
    display: block;
    position: relative;
    letter-spacing: 1px;
    padding-left: 16px;
    &::before{
        content: '';
        background: url(../img/btn_icon_g.png) no-repeat;
        background-size: 100%;
        width: 21px;
        height: 17px;
        display: inline-block;
        position: absolute;
        right: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    main {
        &::before{
            display: none;
        }
    }
    main .right_block{
        width: 100%;
    }

    h1.ttl{
        width: 70%;
        max-width: 242px;
        margin: 0 auto 2.8%;
        background-size: 100%;
        font-size: 26px;
    }
    p.sub-ttl{
        margin-bottom: 3.6%;
        font-size: 16px;
        letter-spacing: 3px;
    }

    h1.ttl2{
        font-size: 17px;
    }
    h1.ttl2 span{
        margin-left: 11px;
        font-size: 14px;
    }

    .bth{
        width: 170px;
    }
    .bth a{
        letter-spacing: 1px;
        &::before{
            right: 7px;
        }
    }
    .bth2{
        width: 100px;
    }
    .bth2 a{
        padding-left: 6px;
        padding-right: 27px;
        font-size: 12px;
        &::before{
            width: 18px;
            height: 16px;
            right: 5px;
        }
    }
}


.mv{
    position: relative;
}
.mv .inner{
    max-width: 1088px;
    margin: 40px auto 98px;
}


@media screen and (max-width: 768px) {
    .mv{
        background: none;
    }
    .mv .inner {
        margin: 41px 0 10.9%;
        padding: 3.7% 0 0;
    }

    main {
        overflow: hidden;
    }
}


section#service{
    counter-reset: listnum;
}
section#service .service_block{
    max-width: 1060px;
    margin: 138px auto 144px;
}

section#service .service_block .img_block {
    margin-bottom: 27px;
    box-shadow: 10px 10px #42bd9d;
    border: 2px solid #42bd9d;
}

section#service .service_block h2.ttl {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3.4px;
    position: relative;
    &::before{
        content: '';
        counter-increment: listnum;
        content: "0"counter(listnum);
        font-size: 260px;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: normal;
        color: rgba(65, 189, 157, 0.2);
        line-height: 0;
        letter-spacing: -16px;
        position: absolute;
        z-index: -1;
        top: 28px;
        left: -62px;
    }
}

section#service .service_block ul.list {
    margin-bottom: 21px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
section#service .service_block ul.list li{
    min-width: 180px;
    background: url(../img/tag_bg.png)repeat;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #333333
;
    line-height: 2.32;
    font-weight: 600;
    letter-spacing: 2.3px;
}

section#service .service_block p{
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.82;
}

@media screen and (max-width: 768px) {
    section#service .service_block{
        width: 98%;
        margin: 16% auto 18.6%;
    }

    section#service .service_block .img_block{
        width: 98%;
        margin-bottom: 4.4%;
    }

    section#service .service_block h2.ttl{
        margin: 0 0 4.1% 4.8%;
        font-size: 23px;
        letter-spacing: 1.9px;
        position: relative;
        &::before{
            font-size: 148px;
            left: -30px;
            top: 15px;
            letter-spacing: -5px;
        }
    }

    section#service .service_block ul.list{
        margin-bottom: 11px;
        gap: 11px 20px;
    }
    section#service .service_block ul.list li{
        min-width: 155px;
        padding: 0 5px;
        font-size: 13px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    section#service .service_block p{
        line-height: 1.72;
    }
    
}


section#strengths .strengths_block {
    margin: 71px auto 124px;
    display: flex;
    justify-content: center;
    gap: 0 7.3%;
}

section#strengths .strengths_block .box {
    width: 270px;
}

section#strengths .strengths_block .box .img_block {
    margin-bottom: 59px;
    text-align: center;
}
section#strengths .strengths_block .box .img_block img{
    display: inline-block;
}

section#strengths .strengths_block .box .txt_block h2{
    margin-bottom: 20px;
    padding-left: 30px;
    background: url(../img/h2_ttl_bg.png)no-repeat center center;
    font-size: 22px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 2.22;
    text-align: center;
    letter-spacing: 3px;
}
section#strengths .strengths_block .box .txt_block p{
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.82;
    text-align: center;

}

@media screen and (max-width: 768px) {
    section#strengths .strengths_block{
        margin: 16% auto 18%;
        display: block;
    }

    section#strengths .strengths_block .box{
        width: 100%;
        margin-bottom: 10%;
        display: grid;
        grid-template-columns: 38% 58%;
        gap: 11px;
        align-items: center;
    }

    section#strengths .strengths_block .box .img_block{
        margin-bottom: 0;
        padding: 0 20%;
    }
    section#strengths .strengths_block .box .txt_block h2{
        width: 87%;
        max-width: 258px;
        margin-bottom: 2%;
        padding-left: 17%;
        background: url(../img/h2_ttl_bg.png) no-repeat center left;
        background-size: 100% 100%;
        font-size: 14px;
        line-height: 1.9;
        text-align: left;
        letter-spacing: 3px;
    }
    section#strengths .strengths_block .box .txt_block p{
        line-height: 1.82;
        text-align: left;
        margin-left: 7%;
    }
}


section#company{
    max-width: 960px;
    margin: 0 auto 54px;
}

section#company dl {
    max-width: 960px;
    margin: 53px auto 61px;
    display: grid;
    grid-template-columns: 24% 72%;
    gap: 47px 31px;
}

section#company dl dt{
    margin-left: 14px;
    background: #42bd9e;
    font-size: 22px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
    line-height: 2.12;
    align-items: center;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
    &::before{
        content: '';
        width: 25px;
        height: 12px;
        background: #000;
        position: absolute;
        left: -11px;
        top: 0px;
        bottom: 0;
        margin: auto;
    }
}

section#company dl dd{
    font-size: 26px;

    line-height: 1.82;
    letter-spacing: 3.7px;
}

section#company .bth{
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    section#company{
        margin: 0 auto 9%;
    }
    section#company dl{
        max-width: 960px;
        margin: 11.1% auto 9.5%;
        grid-template-columns: 25% 72%;
        gap: 20px 11px;
        align-items: center;
    }

    section#company dl dt{
        margin-left: 14px;
        font-size: 15px;
        &::before{
            width: 18px;
            height: 10px;
        }
    }

    section#company dl dd{
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    section#company .bth{
        margin: 0 auto;
    }
}


section#services {
    max-width: 1060px;
    margin: 0 auto 110px;;
    padding: 43px 70px 65px 93px;
    background: url(../img/stripe_block_bg.png)repeat;
    border: 1px solid #000;
}

section#services ul.list2{
    margin: 48px 0 0;
    letter-spacing: 2px;
}

section#services ul.list2 li {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 2px;
    display: flex;
    &::before{
        content: '・';
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    section#services{
        width: 98%;
        margin: 0 auto 9%;
        padding: 6% 2% 4% 3%;
    }

    section#services ul.list2{
        margin: 7% 0 0;
    }
    section#services ul.list2 li{
        font-size: 14px;
        line-height: 2;
        letter-spacing: 1px;
    }
}

section#access{
    max-width: 1130px;
    margin: 0 auto 124px;
    padding: 80px 0 0;
    position: relative;
}

section#access h1 {
    font-size: 160px;
    font-family: aktiv-grotesk, sans-serif;
    color: #d6d6d6;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    top: 0;
    line-height: 1;
}

section#access .map {
    max-width: 1060px;
    height: 360px;
    margin: 0 auto;
    position: relative;
} 

@media screen and (max-width: 768px) {
    section#access{
        margin: 0 auto 12.9%;
        padding: 56px 0 0;
        font-size: calc(100vw * 12 / 375);
    }
    section#access h1 {
        font-size: clamp(50px, 730%, 99px);
    }

    section#access .map{
        width: 96%;
        height: 200px;
    }
}


section#report{
    margin-bottom: 220px;
}
section#report p.header_txt {
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.82;
    text-align: center;
}

section#report .report_wrap {
    margin: 67px auto 0;
    overflow: hidden;
    max-width: 1060px;
}

article.report_block .img_block {
    width: 100%;
    height: 240px;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
}
article.report_block .img_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.report_block time{
    margin: 0 0 12px 5px;
    padding: 4px 13px 3px;
    background: #42bd9e;
    font-size: 16px;

    line-height: 1.2;
    display: inline-block;
    text-align: center;
}
article.report_block h2{
    margin: 0 0 9px 5px;
    font-size: 18px;
    color: #42bf9a;
    line-height: 1.82;
}
article.report_block h2 a{
    text-decoration: none;
}
article.report_block p{
    margin: 0 0 0 5px;
    line-height: 1.82;
}

section#report .swiper-pagination{ 
    width: 70px; 
    font-size: 16px;
    color: #42bf9a;
    line-height: 1.2;
    position: relative; 
    top: 0;
}
/*.swiper .pagination .progressbar-fill { background: #7c8789; }*/
section#report .swiper-pagination2 { 
    width: 57%;
    max-width: 710px;
    height: 1px;
    margin: 0 5.6% 0 4.4%;
    position: relative;
}

section#report .pagination_container { 
    margin-left: 58px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    top: 76px;
}

section#report .pagination_container .navi{
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

section#report .swiper-button-next, section#report .swiper-button-prev{
    z-index: 999;
    width: 60px;
    height: 48px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s
}
section#report .swiper-button-next{
    right: 7px;
}
section#report .swiper-button-prev{
    left: 7px;
}

section#report .swiper-button-next:hover {
    right: 5px;
}
section#report .swiper-button-prev:hover{
    left: 5px;
}


section#report .swiper-button-next:after, section#report .swiper-button-prev:after{
    content: '';
    background: url(../img/slider_icon.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
section#report .swiper-button-next:after{
    transform: rotate(180deg);
}

section#report .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #42bd9e;
}

section#report .swiper-pagination-progressbar{
    background: #eee;
}

@media screen and (max-width: 768px) {
    section#report{
        margin-bottom: 10%;
    }
    section#report .report_wrap{
        width: 90%;
        margin: 4% auto 8%;
    }

    article.report_block .img_block{
        height: 160px;
    }

    article.report_block time{
        margin: 0 0 6px 5px;
        padding: 4px 8px 3px;
        font-size: 14px;
    }
    article.report_block h2{
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }

    article.report_block p{
        line-height: 1.5;
    }

    section#report .swiper-button-next, section#report .swiper-button-prev{
        width: 35px;
        height: 28px;
    }

    section#report .swiper-pagination{
        width: 50px;
        font-size: 13px;
    }
    section#report .swiper-pagination2{
        width: 34%;
        margin: 0 3.6% 0 2.4%;
    }
    section#report .pagination_container{
        margin-left: 0;
        top: 0;
    }
    section#report .pagination_container .navi{
        width: 30%;
        max-width: 196px;
    }
}

section.contact {
    background: #f7f7f7;
}

section.contact .inner{
    max-width: 1210px;
    margin: 0 auto;
    padding-bottom: 135px;
    display: flex;
    justify-content: space-between;
}

section.contact h1 {
    margin-right: 110px;
}

section.contact .txt_block{
    margin-top: 56px;
}
section.contact .txt_block p{
    margin-bottom: 50px;
    font-weight: 600;
    line-height: 2.5;
}

@media screen and (max-width: 768px) {
    section.contact .inner{
        padding-bottom: 4%;
        flex-wrap: wrap-reverse;
    }

    section.contact h1{
        width: 45%; 
        margin: 0 auto;
    }
    section.contact .txt_block{
        width: 93%;
        margin: 3% auto;
    }
    section.contact .txt_block p{
        margin-bottom: 6%;
    }

    section.contact .txt_block .bth {
        margin: 0 auto;
    }
}

