@charset "utf-8";

/* main_cisual */
.main_visual{
    height : 90vh;
    min-height: 550px;
    background-color: #fff;

    display: flex;
    align-items: center;

    position: relative;

    &::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: var(--color_main_dark);
    position: absolute;
    bottom: 0px;
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
    }

    &::after {
    content: "";
    width: 100%;
    height: 60px;
    background-color: var(--color_main_dark);
    position: absolute;
    bottom: 0px;
    clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
    }

}

.main_visual_wrap{
    width: 80vw;
    margin: 0 auto;
    position: relative;
    /* top:120px;
    top:20vh; */
}

.main_visual_title_catch_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--size_gap);
        /* height : 80vh; */

}

.main_visual_title_catch{
    font-size: 3.6rem;
    font-style: normal;
    letter-spacing: .03em;
}
.main_visual_title_catch_wrap_left{
    width: 50%;
}
.main_visual_title_catch img{
    width: 350px;
    height: auto;
    margin-bottom: 20px;
}
.main_visual_title_catch_textA{
    padding-bottom: var(--size_gap);
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.5;
    font-weight: 500;
}
.main_visual_title_catch_textA span.spanA{
    font-size: 1.1rem;
}
.main_visual_title_catch_textA span.spanB{
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.3;
}
.btn_main_visual_title_catch{
    height: 60px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
}

.main_visual_title_catch_wrap_right{
    width: 50%;
}
.main_visual_title_catch_wrap_right img{
    width: 100%;
    height: auto;
    border-radius: var(--size_radius);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    box-shadow: rgb(139 139 255 / 25%) 0px 50px 100px -20px, rgb(106 107 190 / 30%) 0px 30px 60px -30px;
}


.fadeIn {
animation: fadeIn 1.2s ease 0s 1 normal;
}

/* fadeIn */
@keyframes fadeIn {
    0% {
    opacity: 0;
    transform: translateY(30px);
    }
    100% {
    opacity: 1;
    }
}

@media screen and (max-width: 768px)  {
    .main_visual{
        height: 1000px;
    }
    .main_visual_title_catch_wrap{
        /* top: 500px; */
        flex-direction: column;
        gap: var(--size_gap);
    }
    .main_visual_title_catch{
        margin-bottom: var(--size_gap);
        font-size: 3rem;
    }
    .main_visual_title_catch img {
        width: 100%;
    }
    .main_visual_title_catch_wrap_left{
        width: 100%;
    }
    .main_visual_title_catch_wrap_right{
        width: 100%;
    }
    .main_visual_title_catch_textA{
        white-space: wrap;
        margin-bottom: 20px;
    }
    .main_visual_title_catch_textB{
        white-space: wrap;
        font-size: 1.5rem;
        padding-bottom: 0;
        text-align: left;
    }

}
@media screen and (max-width: 1200px)  {
.main_visual{
    height : 950px;
    min-height: 550px;
    }

    .main_visual_title_catch_wrap_left{
        text-align: center;
    }
    .btn_main_visual_title_catch{
        margin: 0 auto;
    }
}

section{
    width: 100%;
}




/* summary */
.summary{
    padding: 150px 0 150px 0;
    background-color: var(--color_main_dark);
    color: #fff;
}
.summary h2{
    margin-bottom: var(--size_gap_double);
    font-weight: 500;
}
.summary__text{
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
    margin-bottom: var(--size_gap_double);
}
.summary video{
    width: 75vw;
    max-width: 1200px;
    border-radius: var(--size_radius);
}
@media screen and (max-width: 768px) {
}


/* feature */
.feature{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background: #fff;
}
.feature h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.feature h3{
    margin-bottom: var(--size_gap);
    border-left: solid 5px var(--color_main);
    padding-left: var(--size_gap_half);
}

.feature__list{
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: var(--size_gap_double);
    margin-bottom: var(--size_gap_double);
}
.feature__list_item{
    width: calc(100% / 3);
}
.feature__list_item__head{
    font-size: 1.2rem;
    /* font-weight: 700; */
    margin-bottom: var(--size_gap_half);
    text-align: center;
    line-height: 1.5;
}
.feature__list_item__text{
    text-align: left;
    line-height: 1.8;
}
.feature__list_item__text_list{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.feature__list_item__text_list p{
    border: solid 1px var(--color_main);
    padding: var(--size_gap_half);
    width: 100%;
    text-align: center;
    background-color: var(--color_gray_pale);
}
.feature__list_item__text_list p span{
    color: var(--color_main);
    font-weight: 700;
    padding: 0 2px;
    font-size: 1.1rem;
}
.feature__list_item__text_list p span.spanA{
    letter-spacing: -0.1rem;
}

.feature img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .feature__list{
        flex-direction: column;
        gap: var(--size_gap_double);
        /* margin-bottom: var(--size_gap_half); */
    }
    .feature__list_item{
        width: 100%;
    }
}





/* action */
.action{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: var(--color_green);
}
.action h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
    color: #fff;
}
.action h3{
    margin: 0 auto;
    margin-bottom: var(--size_gap);
}
.action h3 span.number{
    background-color: var(--color_main);
    border-radius: 20px;
    color: #fff;
    padding-top: 5px;
    font-size: 1.4rem;
    font-family: "Outfit", sans-serif;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.action h3 span.break{
    padding-left: 45px;
}
.action__list_wrap{
    display: flex;
    align-items: center;
    margin-top: var(--size_gap);
    padding: var(--size_gap);
    border-radius: var(--size_radius_big);
    background-color: #fff;
    flex-direction: column;
}
.action__list{
    display: flex;
    align-items: center;
    margin-top: var(--size_gap);
    padding: var(--size_gap);
    gap: var(--size_gap);
}
.action__list.reverse{
    flex-direction: row-reverse;
}
.action__list_left{
    width: 50%;
    font-size: 1.3rem;
    color: var(--color_main);
    padding-right: var(--size_gap_half);
}
.action__list_right{
    width: 50%;
}
.action__list img{
    width: 100%;
}

.action__list_text{
    line-height: 2;
}


@media screen and (max-width: 768px) {
    .action__list{
        flex-direction: column;
        gap: var(--size_gap);
        margin-bottom: var(--size_gap_half);
        padding: 0;
    }
    .action__list_left{
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .action__list_right{
        width: 100%;
    }
    .action__list.reverse{
    flex-direction: column;
}
.action h3 span.break{
    padding-left: 0;
}

}




/* schedule */
.schedule{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
}
.schedule h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.schedule h3{
    margin-bottom: var(--size_gap);
    border-left: solid 5px var(--color_main);
    padding-left: var(--size_gap_half);
}

.schedule img{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .schedule img{
        width: 100%;
    }
}


/* support */
.support{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
    text-align: center;
}
.support h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.support__list{
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: var(--size_gap_double);
    margin-top: var(--size_gap_double);
}
.support__list_item{
    width: calc(100% / 3);
}
.support__list_item__head{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: var(--size_gap);
    text-align: center;
    line-height: 1.5;
}
.support__list_item__img{
    height: 170px;
    width: auto;
    margin-bottom: var(--size_gap);
}
.support__list_item__text{
    text-align: left;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .support__list{
        flex-direction: column;
        gap: var(--size_gap_double);
        margin-bottom: var(--size_gap_half);
    }
    .support__list_item{
        width: 100%;
    }
}





/* case */
.case{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: var(--color_gray_pale);
}
.case h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.case__list{
    background-color: #fff;
    padding: var(--size_gap_double);
    border-radius: var(--size_radius);
}
.case h3 {
    margin-bottom: var(--size_gap);
    border-left: solid 5px var(--color_main);
    padding-left: var(--size_gap_half);
}
.case h3 span {
    padding-left: 10px;
    font-size: 1.2rem;
}
.case__list_caption{
    margin-bottom: var(--size_gap);
}
.case__list_head{
    border-bottom: solid 3px var(--color_main);
    padding: 10px 0;
    color: var(--color_main);
    margin-top: var(--size_gap_half);
    font-weight: 700;
}
.case__list_text{
    margin-top: 10px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .case__list{
        padding: var(--size_gap);
    }
}




/* plan */
.plan{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
}
.plan h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.plan .tableA > tbody > tr > th{
    width:20%;
}
.plan .tableA > tbody > tr > td:nth-child(1){
    background-color: var(--color_main_pale);
    font-weight: 700;
}
.plan .tableA > tbody > tr > td > span.unit{
    font-size: .7rem;
}
.plan .tableA > tbody > tr > td > span.num{
    font-size: 1.2rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .plan .tableA > tbody > tr > td:nth-child(1) > span{
        transform: rotate(90deg);
        display: block;
        position: relative;
        left: 1px;
    }
}


/* flow */
.flow{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
}
.flow h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}

.flow__list{
    display:flex;
    width:100%;
    height:100px;
    margin-bottom: var(--size_gap_section);
}
.flow__list_item{
    display:block;
    width:20%;
    position:relative;
}
.flow__list_item p{
    display:flex;
    align-items: center;
    justify-content: center;
    /* float: left; */
    width:75%;
    height:100px;
    text-align: center;
    clip:rect(0px 500px 100px 0px);
    position:absolute;
    color:#fff;
    letter-spacing: 0.15rem;
}
.flow__list_item span {
    font-size: 1rem;
    font-weight: 400;
    display:block;
    margin-left:40px;
}
.flow__list div:first-child p{background:#aaa;}
.flow__list div:nth-child(2) p{ background:#999; }
.flow__list div:nth-child(3) p{ background:#2e8cff; }
.flow__list div:nth-child(4) p{ background:var(--color_main); }
.flow__list div:nth-child(5) p{ background: #003e89; }

.flow__list_item p:after{
    content:'';
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    position: absolute;
    top: -50%;
    left: 100%;
    z-index: 1;
}
.flow__list div:first-child p:after{border-left: 50px solid #aaa;}
.flow__list div:nth-child(2) p:after{ border-left: 50px solid #999; }
.flow__list div:nth-child(3) p:after{ border-left: 50px solid #2e8cff; }
.flow__list div:nth-child(4) p:after{ border-left: 50px solid var(--color_main); }
.flow__list div:nth-child(5) p:after{ border-left: 50px solid #003e89; }

@media screen and (max-width: 768px) {
    .flow{
        height: 900px;
    }
    .flow__list{
        transform: rotate(90deg);
        position: relative;
        top: 180px;
        left: calc(50% - 100px);
        width: 400px;
        height: auto;
        gap: 20px;
    }
    .flow__list_item p{
        width: 100%;
        height: 200px;
        clip:rect(0px 500px 200px 0px);
    }
    .flow__list_item p:after{
        top: 0;
    }
    .flow__list_item span {
        transform: rotate(-90deg);
        white-space: nowrap;
    }

}








/* inquiry */
.main > section.inquiry{
    padding: 50px 0;
    width: 100%;
    background-color: var(--color_main);
}
.main > section.inquiry > div{
    text-align: center;
}
.inquiry_head{
    font-size: 1.7rem;
    color: #fff;
    font-weight: 800;
    padding-bottom: var(--size_gap_half);
    position: relative;
    left: -4px;
}
.inquiry_head > span{
    width: fit-content;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 3px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    display: block;
    color: var(--color_yellow);
    font-family: "Outfit", sans-serif;
}
.inquiry_text{
    color: #fff;
    padding-bottom: var(--size_gap_half);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.inquiry_text > span{
    font-size: .9rem;
}
.inquiry_text_small{
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
}

.inquiry_tel{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: var(--size_gap);
    color: #fff;
}
.inquiry_tel > img {
    width: 28px;
    height: auto;
    margin-right: 10px;
}
.inquiry .layout__btn{
    background-color: #fff;
    border: solid 2px #fff;
    color: var(--color_main);
    font-weight: 500;
    transition: all .2s;
    margin: 0 auto;
    width: 500px;
}
.inquiry .layout__btn:hover{
    background:var(--color_main);
    transition: all .2s;
    border-color: var(--color_main_pale);
    background:var(--color_main_pale);

}
@media screen and (max-width: 1024px) {
    .main > section.inquiry > div{
        flex-direction: column;
    }
    .inquiry .layout__btn{
        width: 80vw;
        font-size: 1rem;
    }
    .dli-caret-circle-fill-right{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .contact .btn_main_visual {
    width: 250px;
    display: block;
    height: 53px;
    text-align: center;
    padding: 10px 0;
}
}
