@charset "utf-8";

/* index.html
-------------------------------*/

.top01{
    margin-top: -160px;
    width: 100%;
    position: relative;
}
.top01 .top_img{
    width: 100%;
    height: 51.7vw;
    background: url(../img/top/top01.png) center center/cover no-repeat;
}
.top01 .txt{
    position: absolute;
    left: 7.1vw;
    top: 13.5vw;
}
.top01 .txt .txt1{
    display: inline-block;
    background-color: #d9e1ee;
    color: #305ba1;
    font-size: 1.66vw;
    line-height: 1.2;
    font-weight: 500;
    padding: 0.4vw 0.7vw;
    margin-bottom: 1.5vw;
}
.top01 .txt .txt2{
    margin-bottom: 0.52vw;
}
.top01 .txt .txt2 li{
    display: inline-block;
    width: 10.4vw;
    text-align: center;
    background-color: #305ba1;
    border-radius: 1.5vw;
    font-size: 1.45vw;
    line-height: 1.2;
    color: #fff;
    padding: 0.4vw;
}
.top01 .txt .txt2 li:nth-child(2){
    background-color: #007d59;
}

.top01 .txt .txt3{
    font-size: 3.64vw;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 2vw;
}

.top01 .txt .txt4{
    font-size: 1vw;
    line-height: 1.8;
    font-weight: 700;
}
.top01 .txt .txt4 span{
    color: #305ba1;
}

.top01 .top-news{
    position: absolute;
    left: calc(50% - 475px);
    bottom: 90px;
    width: 950px;
}
.top01 .top-news dl{
    width: 100%;
    background-color: #d9e1ee;
    border-radius: 100px;
    padding: 20px 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top01 .top-news dt{
    width: 160px;
    font-size: 30px;
}
.top01 .top-news dd{
    width: calc(100% - 160px);
    font-size: 18px;
    line-height: 1.8;
    padding-left: 40px;
    border-left: solid 1px #fff;
}
@media screen and (max-width:1920px){
    .top01 .top-news{
        left: calc(50% - 24.7vw);
        bottom: 4.68vw;
        width: 49.47vw;
    }
    .top01 .top-news dl{
        border-radius: 5.2vw;
        padding: 1vw 3.9vw;
    }
    .top01 .top-news dt{
        width: 8.3vw;
        font-size: 1.56vw;
    }
    .top01 .top-news dd{
        width: calc(100% - 8.3vw);
        font-size: 0.93vw;
        line-height: 1.8;
        padding-left: 2vw;
    }
}
@media screen and (max-width:1320px){
    
    .top01{
        margin-top: -135px;
    }
    
}
@media screen and (max-width:910px){
    .top01{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .top01 .txt{
        left: 5%;
    }
    .top01 .txt .txt1{
        font-size: 3vw;
        line-height: 1.2;
        padding: 0.8vw 1.4vw;
    }
    .top01 .txt .txt2 li{
        width: 20.8vw;
        border-radius: 3vw;
        font-size: 2.9vw;
        line-height: 1.2;
        padding: 0.8vw;
    }
    .top01 .txt .txt3{
        font-size: 7.2vw;
        line-height: 1.3;
        text-shadow: 0 0 3px #fff;
    }
    .top01 .txt .txt4{
        font-size: 2vw;
        line-height: 1.8;
        text-shadow: 0 0 3px #fff;
    }
    
    .top01 .top-news{
        position: static;
        margin-top: 30px;
        width: 100%;
    }
    .top01 .top-news dl{
        width: 90%;
        max-width: 900px;
        margin: auto;
        padding: 20px;
        border-radius: 20px;
    }
    .top01 .top-news dt{
        width: 100px;
        font-size: 20px;
    }
    .top01 .top-news dd{
        width: calc(100% - 100px);
        font-size: 16px;
        line-height: 1.7;
        padding-left: 20px;
    }
}
@media screen and (max-width:640px){
    .top01 .top_img{
        width: 100%;
        height: 100vw;
        background-position: right top;
    }
    .top01 .txt{
        position: static;
        width: 90%;
        margin: auto;
        margin-top: -10vw;
    }
    .top01 .txt .txt1{
        font-size: 4.2vw;
        line-height: 1.2;
        margin-bottom: 3.5vw;
    }
    .top01 .txt .txt2 li{
        width: 22vw;
        font-size: 4vw;
        line-height: 1.2;
        padding: 0.8vw;
    }

    .top01 .txt .txt3{
        font-size: 9vw;
        line-height: 1.3;
        margin-bottom: 7vw;
    }

    .top01 .txt .txt4{
        font-size: 15px;
        line-height: 1.8;
    }
    .top01 .txt .txt4 br{
        display: none;
    }
    
    .top01 .top-news dl{
        display: block;
        border-radius: 10px;
    }
    .top01 .top-news dt{
        display: inline-block;
        width: auto;
        font-size: 18px;
        font-weight: 500;
    }
    .top01 .top-news dd{
        width: 100%;
        font-size: 14px;
        line-height: 1.7;
        padding-left: 0;
        padding-top: 10px;
        border-top: solid 1px #fff;
        margin-top: 10px;
        border-left: none;
    }
    
}




.top02_ttl{
    font-size: 50px;
    line-height: 1.5;
    font-weight: 500;
    color: #305ba1;
    margin-bottom: 50px;
}
.top02_ttl br.sp{
    display: none;
}


.top02 .l-txt1 .fig1{
    margin-top: 60px;
}
.line_more{
    margin-top: 30px;
    padding-top: 50px;
}
.line_more li{
    width: 48%;
}
.line_more li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 260px;
    background-color: #305ba1;
    border-radius: 10px;
    background-image: url(../img/common/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px);
    font-size: 46px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.line_more li:nth-child(2) a{
    background-color: #007d59;
}
.line_more li a .img_maru{
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 288px;
}
.line_more li a .cap{
    padding-left: 360px;
}
.line_more li a .cap2{
    position: absolute;
    left: 360px;
    top: 40px;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width:911px){
    .top02 .l-txt1 p{
        font-size: 18px;
        line-height: 1.8em;
    }
}
@media screen and (max-width:1700px){
    .line_more{
        padding-top: 2.9vw;
    }
    .line_more li a{
        height: 15.2vw;
        border-radius: 0.58vw;
        background-position: calc(100% - 2.9vw);
        font-size: 2.7vw;
        line-height: 1.3;
    }
    .line_more li a .img_maru{
        left: 1.4vw;
        bottom: 1.4vw;
        width: 16.9vw;
    }
    .line_more li a .cap{
        padding-left: 21vw;
    }
    .line_more li a .cap2{
        left: 21vw;
        top: 2.3vw;
        font-size: 1vw;
    }

}

@media screen and (max-width:910px){
    .top02_ttl br.sp{
        display: inline-block;
    }

    .top02 .l-txt1 .fig1{
        margin-top: 30px;
    }
    .line_more li a .cap2{
        font-size: 1.4vw;
    }
}

@media screen and (max-width:740px){
    .top02_ttl{
        font-size: 6.5vw;
        line-height: 1.5;
        margin-bottom: 6.5vw;
    }
}
@media screen and (max-width:640px){
    .line_more{
        padding-top: 0;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .line_more li{
        width: 100%;
        margin-bottom: 20px;
    }
    .line_more li a{
        height: auto;
        padding: 10px 20px;
        background-position: calc(100% - 20px);
        background-size: 12px auto;
        font-size: 24px;
        line-height: 1.4;
    }
    .line_more li a .img_maru{
        position: static;
        width: 90px;
        margin-right: 20px;
    }
    .line_more li a .cap{
        padding-left: 0;
    }
    .line_more li a .cap2{
        position: absolute;
        left: 130px;
        top: 10px;
        font-size: 12px;
    }
    
}





.top03{
    min-height: 800px
}

.top03.rev .l-txt1 ._in {
    max-width: 750px;
}
.top03 .btn_ao{
    margin-left: 100px;
}
.top03 .btn_ao.bk{
    margin-top: 30px;
}
.top03 .btn_ao.bk a{
    background-color: #344056;
}

@media screen and (max-width:910px){
    .top03 .btn_ao{
        margin-left: 0;
    }
}
@media screen and (max-width:640px){
    .top03{
        min-height: initial;
        min-height: auto;
    }
    .top03.lin_cont{
        padding-top: 1px;
        padding-bottom: 80px;
    }
    
}















/* 施工実績 */
.top04_cont1{
    align-items: center;
}
.top04_cont1 .txt{
    width: 40%;
    order: 2;
    font-size: 46px;
    line-height: 1.8;
    font-weight: 500;
    color: #305ba1;
}
.top04_cont1 .img{
    width: 52%;
    order: 1;
}
.top04_cont2{
    position: relative;
    z-index: 3;
    margin-top: -120px;
    width: 100%;
    height: 848px;
    padding-bottom: 50px;
    background: url(../img/top/top04_bg.png) center center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-work .item{
    padding-left: 10px;
    padding-right: 10px;
}
.slide-work .item a{
    display: block;
}
.slide-work .item .img img{
    width: 100%;
    aspect-ratio:40 / 27;
    object-fit: cover;
    object-position: center;
}
.slide-work .item .txt{
    background-color: #ebf0f9;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}
.slide-work .item .txt .cat{
    margin-bottom: 5px;
}
.slide-work .item .txt .cat span{
    display: inline-block;
    margin-right: 3px;
    background-color: #475474;
    color: #fff;
    font-size: 85%;
    padding: 2px 15px;
    border-radius: 20px;
    margin-bottom: 3px;
}
.slide-work .slick-prev,
.slide-work .slick-next{
    width: 30px;
    height: 30px;
}
.slide-work .slick-prev::before,
.slide-work .slick-next::before {
    font-size: 30px;
    line-height: 1;
    color: #305ba1;
}

.top04_cont2 .btn_ao{
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform:translateX(-50%);
}
.top04_cont2 .btn_ao a {
    min-width: 560px;
    padding-top: 20px;
    padding-bottom: 20px;
}



@media screen and (max-width:1200px){
    .top04_cont1 .txt{
        font-size: 3.8vw;
        line-height: 1.8;
    }
    .top04_cont2{
        margin-top: -10vw;
        height: 70vw;
        background-size: auto 100%;
    }
    
}
@media screen and (max-width:1050px){
    .top04_cont2 .btn_ao{
        bottom: 90px;
    }
}
@media screen and (max-width:910px){

    .top04_cont1 .txt{
        width: 43%;
    }
    .top04_cont2{
        margin-top: 30px;
        height: auto;
        background-image: none;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        padding-top: 30px;
        padding-bottom: 40px;
        display: block;
    }
    
    .top04_cont2 .btn_ao{
        width: 100%;
        position: static;
        transform:translateX(0);
        margin-top: 30px;
    }
    .top04_cont2 .btn_ao a {
        margin: auto;
        width: 90%;
        min-width: initial;
        min-width: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    
}
@media screen and (max-width:640px){
    .top04_cont1 .txt{
        width: 100%;
        order: 1;
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .top04_cont1 .img{
        width: 100%;
        order: 2;
        text-align: center;
    }
    .slide-work{
        width: 94%;
        margin: auto;
    }
}
@media screen and (max-width:530px){
    .top04_cont1 .txt{
        font-size: 7.5vw;
        line-height: 1.4;
        margin-bottom: 20px;
    }

}

























/*  対応エリア */
.top05{
    padding-top: 50px;
    padding-bottom: 220px;
    background-image: url(../img/top/top05_bg.png);
    background-repeat: no-repeat;
    background-position: center 220px;
    margin-bottom: 60px;
}
.top05_ttl01{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top05_ttl01 .fuki{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    width: 192px;
    aspect-ratio:192 / 133;
    background-image: url(../img/top/fuki01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 28px;
    margin-left: 10px;
    margin-right: 10px;
}
.top05_ttl01 .fuki.f02{
    background-image: url(../img/top/fuki02.png);
}
.top05_ttl01 .fuki.f03{
    background-image: url(../img/top/fuki03.png);
}
.top05_ttl02{
    text-align: center;
    color: #305ba1;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
}
.top05_ttl03{
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 50px;
}

.area.opt_point_list details {
    width: 31%;
}
.area.opt_point_list details summary {
    height: 66px;
    background-color: transparent;
    border-radius: 0;
    border-top: solid 1px #b2b2b2;
    border-bottom:  solid 1px #b2b2b2;
    padding: 10px 40px 10px 15px;
    background-position: right center;
    font-size: 26px;
    line-height: 1.2;
    color: #344056;
}

.area.opt_point_list details div.sub {
    margin-top: -10px;
    padding: 20px 10px;
}
.area.opt_point_list details div.sub dd{
    margin-bottom: 30px;
}

.area.opt_point_list details div.sub dd span{
    display: inline-block;
}
.area.opt_point_list details div.sub dd span:not(:last-child):after{
    content: "｜";
}
.top05 .btn_ao{
    margin-top: 60px;
}
.top05 .btn_ao a{
    margin: auto;
}
@media screen and (max-width: 1350px) {
    .area.opt_point_list {
        max-width: 100%;
    }
    .area.opt_point_list details summary {
        font-size: 22px;
        line-height: 1.2;
    }
}
@media screen and (max-width:910px){
    .top05{
        padding-top: 50px;
        padding-bottom: 60px;
        background-position: center 180px;
    }
    .top05_ttl01 .fuki{
        font-size: 36px;
        line-height: 1.2;
        width: 150px;
        padding-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .area.opt_point_list {
        max-width: 420px;
        margin: auto;
    }
    .area.opt_point_list details {
        width: 100%;
        margin-bottom: 20px;
    }
    top05 .btn_ao{
        margin-top: 30px;
    }
}
@media screen and (max-width:640px){
    .top05{
        margin-bottom: 20px;
    }
    .area.opt_point_list details summary {
        font-size: 18px;
        line-height: 1.2;
    }
    .top05 .btn_ao {
        margin-top: 20px;
    }
}
@media screen and (max-width:530px){
    .top05_ttl01 .fuki{
        font-size: 6.7vw;
        line-height: 1.2;
        width: 28vw;
        padding-top: 3.7vw;
        margin-left: 3px;
        margin-right: 3px;
    }
    .top05_ttl02 {
        font-size: 9.4vw;
        line-height: 1.2;
    }
    .top05 .btn_ao a {
        background-image: none;
        padding: 20px 20px;
        text-align: center;
    }
    
}









/* こんな「困った」ありませんか？ */

.top06_ttl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 80px;
}
.top06_ttl .fuki{
    width: 283px;
    aspect-ratio:283 / 150;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../img/top/fuki_ao.png) center bottom/contain no-repeat;
}


.opt_point_list details{
    margin-bottom: 15px;
}

.opt_point_list details.end{
    margin-bottom: 0;
}
.opt_point_list details.end summary {
    height: 0;
    background-color: transparent;
    padding: 0;
    background-image:none;
}

.op_cat .btn_bohan{
    display: block;
    margin-top: 15px;
}
.op_cat .btn_bohan a{
    background-image: url(../img/common/btn_arrow.png);
    background-size: 8px auto;
}

.op_cat .btn_bohan.long a{
    width: 100%;
    max-width: 275px;
}
@media screen and (max-width:1050px){
    .top06_ttl{
        font-size: 5.7vw;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .top06_ttl .fuki{
        width: 26.9vw;
    }

}

@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}


@media screen and (max-width:420px){
    .top06_ttl{
        text-align: center;
        font-size: 26px;
        line-height: 1.4;

    }
    .top06_ttl .fuki{
        width: 150px;
    }

    .top06_ttl span:last-child{
        width: 100%;
    }

}











@media print{

    [data-aos^="fade"][data-aos^="fade"]{
        opacity: 1;
        transform: translateZ(0);
    }
    .top01 {
        margin-top: 10px !important;
    }
    .top01 .top_img {
        height: 600px !important;
    }
    .top01 .txt .txt1{
        font-size: 32px;
        line-height: 1.2;
        padding: 5px 15px;
        margin-bottom: 30px;
    }
    .top01 .txt .txt2{
        margin-bottom: 30px;
    }
    .top01 .txt .txt2 li{
        width: 200px;
        border-radius: 50px;
        font-size: 28px;
        line-height: 1.2;
    }

    .top01 .txt .txt3{
        font-size: 70px;
        margin-bottom: 50px;
    }

    .top01 .txt .txt4{
        font-size: 18px;
        line-height: 1.8;
    }

    .top01 .top-news {
        position: static;
        margin: auto;
    }

    .line_more li a {
        height: 170px;
        font-size: 40px;
        line-height: 1.3;
    }
    .line_more li a .img_maru {
        left: 1vw;
        bottom: 1vw;
        width: 25%;
    }
    .line_more li a .cap2 {
        left: 30%;
        font-size: 16px;
    }
    .line_more li a .cap {
        padding-left: 30%;
    }
    .top04_cont1 .txt {
        font-size: 36px;
    }
    
    
    
}
