@charset "utf-8";

/* main_cisual */
.main_visual{
    height : 770px;
    background-color: #fff;
}

.main_visual_wrap{
    width: 80vw;
    margin: 0 auto;
    position: relative;
    top: 82px;
}

.main_visual_title_catch_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--size_gap);
}

.main_visual_title_catch{
    font-size: 3.6rem;
    font-style: normal;
    letter-spacing: .03em;
}
.main_visual_title_catch_wrap_left{
    width: 48%;
}
.main_visual_title_catch_wrap_center{
    width: 20%;
    position: relative;
    top: -80px;
}
.main_visual_title_catch_wrap_right{
    width: 32%;
    background-color: #fff;
    padding: 15px;
    border-radius: var(--size_radius);
    background-color: var(--color_gray_pale);
}
.main_visual_title_catch img{
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}

.main_visual_title_catch_textA{
    font-size: 1.15rem;
    line-height: 1.5;
    white-space: nowrap;
    color: #fff;
    background: var(--color_main);
    width: fit-content;
    padding: 6px 6px 6px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.main_visual_title_catch_textB{
    padding-bottom: 20px;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--color_main);
}


.main_visual_title_catch_arrow_text{
    font-size: 1.4rem;
    color: var(--color_main);
    text-align: center;
}
.main_visual_title_catch_arrow_text span{
    font-size: 1.2rem;
}
.main_visual_title_catch_arrow_wrap{
    padding-top: var(--size_gap_half);
    position: relative;
}

/* .main_visual_title_catch_arrow {
    display: inline-block;
    vertical-align: middle;
    color: var(--color_main);
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6em 4em;
    border-left-color: currentColor;
    border-right: 0;
} */


.main_visual_title_catch_arrow {
    position: relative;
    display: inline-block;
    top: 60px;
    left: 60px;
}
.main_visual_title_catch_arrow:before {
    content: '';
    width: 110px;
    height: 110px;
    background: var(--color_main);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.main_visual_title_catch_arrow:after {
    content: '';
    width: 45px;
    height: 45px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    margin: auto;
}

.fadeInLeft {
    animation: fadeInLeft 0.7s ease 0s 1 normal;
}
/* fadeInLeft */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}


.main_visual_title_catch_wrap_right_text{
    text-align: center;
    line-height: 1.5;
    font-size: .9rem;
    color: #000;
}
.main_visual_title_catch_wrap_right_text span{
    font-size: .7rem;
}
.main_visual_title_catch_wrap_right_iframe{
    height: 595px;
}
.main_visual_title_catch_balloon{
    width: fit-content;
    padding: 22px;
    border-radius: var(--size_radius);
    margin-top: var(--size_gap);
    border: solid 1px var(--color_main);
}
.main_visual_title_catch_balloon p{
    font-size: .7rem;
    margin-bottom: 10px;
}
.main_visual_title_catch_balloon ul li{
    padding: 5px 0;
}

@media screen and (max-width: 768px)  {
    .main_visual{
        height: 1600px;
    }
    .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_wrap_left{
        width: 100%;
    }
    .main_visual_title_catch_wrap_center{
        width: 100%;
        position: relative;
        top: 10px;
    }
    .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;
    }
    .main_visual_title_catch_wrap_right_iframe{
    height: 600px;
    }

    .main_visual_title_catch_arrow_wrap{
        display: none;
    }

}
@media screen and (max-width: 1200px)  {
    .main_visual_title_catch_wrap_right img{
        width:800px
    }
}

section{
    width: 100%;
}




/* problem */
.problem{
    padding: 150px 0 150px 0;
    background-color: var(--color_main_pale);

    /* position: relative;

    &::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
    }

    &::after {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
    } */
}
.problem h2{
    margin-bottom: var(--size_gap_double);
}
.problem__list{
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: var(--size_gap_double);
}
.problem__list_item{
    width: calc(100% / 3);
}
.problem__list_item__head{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: var(--size_gap);
    text-align: center;
}
.problem__list_item__text{
    text-align: left;
    line-height: 1.8;
}
.problem__img{
    margin-top: var(--size_gap_double);
    text-align: center;
}
.problem__img img{
    width: 1000px;
}
.problem__arrow{
    text-align: center;
    padding: var(--size_gap) 0;
}
.dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: var(--color_gray);
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.8em 0.8em;
    border-top-color: currentColor;
    border-bottom: 0;
}
.problem__text{
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .problem__list{
        flex-direction: column;
        gap: var(--size_gap_double);
        margin-bottom: var(--size_gap_half);
    }
    .problem__list_item{
        width: 100%;
    }
    .problem__img img{
        width: 100%;
    }
    .problem__text{
        font-size: 1.7rem;
    }
}


/* example */
.example{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
    text-align: center;
}
.example h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.example__list{
    display: flex;
    align-items: stretch;
    gap: var(--size_gap);
    margin-top: var(--size_gap_double);
    flex-wrap: wrap;
}
.example__list_item{
    width: calc((100% - var(--size_gap)) / 2);
    border: solid 2px var(--color_main);
    border-radius: var(--size_radius);
    padding: var(--size_gap);
}
.example__list_item.sub{
    background-color: var(--color_main_pale);
}
.example__list_item__head{
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: var(--size_gap);
    text-align: center;
    line-height: 1.5;
    color: var(--color_main);
}
.example__list_item__head_sub{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: var(--size_gap_half);
    text-align: center;
    line-height: 1.5;
}
.example__list_item__text{
    text-align: left;
    line-height: 1.8;
    margin-bottom: var(--size_gap);
}
.example__list_item__text_sub{
    text-align: left;
    line-height: 1.8;
    margin-bottom: var(--size_gap_half);
    position: relative;
    padding-left: 40px;
}
.example__list_item__text_sub:last-child{
    margin-bottom: 0;
}
.example__list_item__text_sub span.number{
    background-color: var(--color_main);
    border-radius: 6px;
    color: #fff;
    padding-top: 5px;
    font-size: 1.1rem;
    font-family: "Outfit", sans-serif;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    line-height: 1.2;
}
.example__list_item__text_sub span.break {
    padding-left: 45px;
}
.example__list_item__img{
    height: auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .example__list{
        flex-direction: column;
        margin-bottom: var(--size_gap_half);
    }
    .example__list_item{
        width: 100%;
    }

    .child_1{
        order: 1;
    }
    .child_2{
        order: 3;
    }
    .child_3{
        order: 2;
    }
    .child_4{
        order: 4;
    }

}


/* ai */
.ai{
    padding: 150px 0 150px 0;
    background-color: var(--color_gray_pale);
}
.ai__img{
    margin-top: var(--size_gap_double);
    text-align: center;
}
.ai__img img{
    width: 1000px;
}

@media screen and (max-width: 768px) {
    .ai__img img{
        width: 100%;
    }
}



/* 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__wrap{
    display: flex;
    gap: var(--size_gap);
}

.flow__list{
    display:flex;
    width:100%;
    height:100px;
    margin-bottom: var(--size_gap_double);
}
.flow__list_item{
    display:block;
    width:25%;
    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;
    background:var(--color_main);
}
.flow__list_item:nth-child(2) p{
    background:#5b3b75;
}
.flow__list_item:nth-child(3) p{
    background:#3e2850;
}
.flow__list_item:nth-child(4) p{
    background:var(--color_main_dark);
}
.flow__list_item span {
    font-size: 1.2rem;
    font-weight: 400;
    display:block;
    margin-left:40px;
}

.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;
    border-left: 50px solid var(--color_main);
}
.flow__list_item:nth-child(2) p:after{
    border-left: 50px solid #5b3b75;
}
.flow__list_item:nth-child(3) p:after{
    border-left: 50px solid #3e2850;
}
.flow__list_item:nth-child(4) p:after{
    border-left: 50px solid var(--color_main_dark);
}

.flow_text{
    text-align: center;
    line-height: 1.5;
}


@media screen and (max-width: 768px) {
    .flow{
        height: 100vh;
    }
    .flow_list__wrap {
        gap: var(--size_gap_double);
        flex-direction: column;
    }
    .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;
    }
    .flow_text{
        position: relative;
        top: 400px;
}

}

/* license */
.license{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: var(--color_gray_pale);
}
.license h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.license .tableA > tbody > tr > td{
    /* font-size: 1.1rem; */
}



/* faq */
.faq{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: var(--color_gray_pale);
}
.faq h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap);
}

.faq__list{
    display: flex;
    align-items: flex-start;
    gap: var(--size_gap_double);
    margin-bottom: var(--size_gap);
}
.faq__list_item{
    width: 100%;
    background-color: #fff;
    padding: var(--size_gap);
    border-radius: var(--size_radius);
}
.faq__list_item__q{
    text-align: left;
    line-height: 2.25;
    margin-bottom: var(--size_gap_half);
    position: relative;
    padding-left: 50px;
    font-size: 1.2rem;
    font-weight: bold;
}
.faq__list_item__q span{
    background-color: var(--color_main);
    border-radius: 20px;
    color: #fff;
    padding-top: 5px;
    font-size: 1.5rem;
    font-family: "Outfit", sans-serif;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    line-height: 1.2;
}
.faq__list_item__a{
    text-align: left;
    line-height: 2.25;
    position: relative;
    padding-left: 50px;
}
.faq__list_item__a span{
    background-color: var(--color_main_dark);
    border-radius: 20px;
    color: #fff;
    padding-top: 5px;
    font-size: 1.5rem;
    font-family: "Outfit", sans-serif;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    line-height: 1.2;
    font-weight: bold;
}

.faq__list_item_sub{
    padding: var(--size_gap) 50px 0;
}
.faq__list_item_sub h3{
    margin-bottom: var(--size_gap_half);
}
.faq__list_item_sub_text{
    font-size: .9rem;
    margin-bottom: var(--size_gap_half);
}

.table_faq{
    margin-bottom: var(--size_gap);
}

.table_faq > tbody > tr:nth-child(2n),
.table_faq > tbody > tr:nth-child(2n+1){
    background-color: #fff;
}
.table_faq > tbody > tr:nth-child(1) > th{
    font-size: .8rem;
    white-space: nowrap;
}
.table_faq > tbody > tr > td:nth-child(1){
    background-color: #c1c1c1;
    white-space: nowrap;
    font-weight: bold;
}
.table_faq > tbody > tr > td:nth-child(1).nb{
    background-color: #dddddd;
    color: var(--color_dark);
    font-weight: normal;
}
.table_faq > tbody > tr > td:nth-child(2){
    background-color: #dddddd;
}
.table_faq > tbody > tr > td:nth-child(3){
    background-color: var(--color_gray_pale);
}
.table_faq > tbody > tr > td:nth-child(2).nb{
    background-color: var(--color_gray_pale);
}

.table_faq .listA > li{
    padding: 5px;
    padding-left: 20px;
}
.table_faq .listA > li::before{
    top: 10px;
}
@media screen and (max-width: 768px) {
    .faq__list{
        flex-direction: column;
        gap: var(--size_gap_double);
        margin-bottom: var(--size_gap_half);
    }
    .faq__list_item{
        width: 100%;
    }
}


/* trial */
.trial{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
}
.trial h2{
    margin: 0 auto;
    line-height: 2;
}
.trial h2 > span{
    color: var(--color_main);
    font-size: 2.3rem;
    border-bottom: dotted 4px;
}
.trial h2 > span > span{
    font-size: 3.2rem;
    position: relative;
    bottom: -2px;
}

@media screen and (max-width: 768px) {
    .trial h2{
        font-size: 1.3rem;
    }
    .trial h2 > span{
        font-size: 1.8rem;
        position: relative;
        top: -10px;
    }
}





/* 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;
    font-size: 1.2rem;
}
.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: 96px;
    text-align: center;
    padding: 10px 0;
}
}
