
.flow-content{
    padding-block: 60px 0;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.5;
}
.flow-content h2 {
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 2rem;
    letter-spacing: 0.15em;
}
.flow-content picture{
    padding: 40px 20px 0;
    display: block;
}
@media only screen and (min-width: 768px){
    .flow-content{
        padding-block: 120px 0;
        font-size: 16px;
    }
    .flow-content h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
}

.flow-list{

}
.flow-list>img{
    display: none;
}
.flow-list .item-step{
    padding-block: 25px 0;
}
.flow-list .item-step h3{
    font-size: 4rem;
    line-height: 1.5;
    font-family: "Libre Baskerville", sans-serif;
}
.flow-list .item-step h3 span{
    font-size: 2rem;
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.flow-list .item-step h3 span:before{
    content: "";
    width: 30px;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.flow-list .item-step h2{
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
.flow-list .item-step p{
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 0;
}

@media only screen and (min-width: 768px){
    .flow-list{
        position: relative;
        padding-block: 40px;
    }
    .flow-list .flow_img img{
        display: block;
        position: absolute;
        z-index: -1;
    }
    .flow-list img.flow-top-img{
        top: 15%;
        right: 0;
		max-width: calc(50% - 300px);
    }
    .flow-list img.flow-bottom-img{
        bottom: 0;
        left: 0;
    }
    .flow-list .item-step{
        padding-block: 40px;
    }
    .flow-list .item-step:nth-child(even){
        padding-left: 80px;
    }
    .flow-list .item-step h3{
        font-size: 24px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        margin: 0 0 15px;
    }
    .flow-list .item-step h3 span{
        font-size: 16px;
        padding-left: 80px;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-left: 30px;
        display: inline-block;
    }
    .flow-list .item-step h3 span:before{
        position: absolute;
        width: 50px;
        top: 50%;
        right: calc(77% - 30px);
        transform: translateY(-50%);
        height: 1px;
    }
    .flow-list .item-step h2{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .flow-list .item-step p{
        font-size: 16px;
    }
}


.faq-list{
    padding-block: 60px 40px;
}
.item-faq{
    padding-block: 20px;
    border-top: 1px solid #ddd;
}
.item-faq:last-child{
    border-bottom: 1px solid #ddd;
}
.item-faq h2{
    position: relative;
    font-size: 2.1rem;
    letter-spacing: 0.15em;
    padding-inline: 6rem 2rem;
    min-height: 5rem;
    display: flex;
    align-items: center;
    margin: 0;
}
.item-faq h2:before{
    content: "";
    background: url(../images/qa/icon_q.png) left top no-repeat;
    background-size: cover;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 0 ;
    top: 0;
}
.item-faq h2:after{
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.item-faq.active h2:after{
    content: "-";
}

.item-faq p{
    margin: 15px 0 0 3.5rem;
    margin-left: 2.5rem;
    border-left: 1px solid #ddd;
    font-size: 1.75rem;
    line-height: 1.5;
    display: none;
}

@media only screen and (min-width: 768px){
    .faq-list{
        padding-block: 120px 100px;
    }
    .item-faq{
        padding-block: 30px;
    }
    .item-faq h2{
        font-size: 22px;
        min-height: 60px;
        padding-left: 110px;
    }
    .item-faq h2:before{
        content: "";
        background: url(../images/qa/icon_q.png) left top no-repeat;
        background-size: cover;
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0 ;
        top: 0;
    }
    .item-faq h2:after{
        content: "+";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .item-faq p{
        font-size: 16px;
        padding-left: 80px;
        margin-left: 30px;
    }
}


.company-content{
    padding-block: 60px 40px;
}
.table.table-info{
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
}
@media only screen and (max-width: 767px){
    .table.table-info tr,
    .table.table-info tr th,
    .table.table-info tr td{
        display: block;
    }
}
.table.table-info tr th,
.table.table-info tr td{
    font-size: 1.75rem;
    line-height: 1.5;
}
.table.table-info tr th{
    padding-top: 15px;
    border-top: 1px solid #ababab;
}
.table.table-info tr td{
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px){
    .company-content{
        padding-block: 120px 100px;
    }
    .table.table-info tr th,
    .table.table-info tr td{
        font-size: 16px;
        padding-block: 30px;
        border-top: 1px solid #ababab;
        vertical-align: top;
    }
    .table.table-info tr th{
        width: 140px;
    }
}


.content-news{
    padding-block: 60px 40px;
}
@media only screen and (min-width: 768px){
    .content-news{
        padding-block: 120px 100px;
    }
    .content-news .news__list{
        width: 640px;
        margin: 0 auto;
    }
}

.inner-content-single{
}
.inner-content-single h2{
    text-align: center;
    font-size: 2.75rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.inner-content-single time{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    display: block;
}
.entry-single{
    font-size: 1.75rem;
}
.entry-single p{
    margin-bottom: 1.5rem;
    line-height: 1.8;
}
.entry-single h3{
    font-size: 2.2rem;
    padding-left: 1rem;
    border-left: 3px solid #19929A;
    margin-block: 1.5rem;
    line-height: 1.6;
}

.btn.no-round{
    border-radius: 0;
}

.inner-content-single .btn{
    max-width: 360px;
    display: block;
    margin: 40px auto 0;
    font-size: 1.5rem;
}
.inner-content-single .btn:hover{
    color: var(--primary);
    opacity: 0.7;
}
@media only screen and (min-width: 768px){
    .inner-content-single{
        max-width: 640px;
        margin: 0 auto;
    }
    .inner-content-single h2{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .inner-content-single time{
        font-size: 12px;
        margin-bottom: 30px;
    }
    .entry-single{
        font-size: 16px;
    }
    .entry-single p{
        margin-bottom: 20px;
        line-height: 1.8;
    }
    .entry-single h3{
        font-size: 18px;
        padding-left: 27px;
        margin-block: 30px 20px;
        line-height: 1.6;
    }
    .inner-content-single .btn{
        margin: 60px auto 0;
        font-size: 16px;
    }
}

.model-plan-content{
    padding-block: 60px 40px;
}
.title-model-plan{
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.5;
}

.plan-item{
    padding-top: 8rem;
}
.plan-item:first-child{
    padding-top: 0;
}

.content-image__body .plan-name{
    font-size: 5.4rem;
    color: #19929a;
    opacity: 0.2;
    font-family: "Libre Baskerville", sans-serif;
    margin: 2rem 0 0;
}
.content-image__body .plan-title{
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0;
}
.content-image__body .plan-sub{
    font-size: 1.25rem;
}
.content-image__body .plan-price{
    font-size: 3rem;
    font-weight: 700;
    font-family: "Libre Baskerville", sans-serif;
    margin: 0 0 2rem;
}
.content-image__body .plan-price span{
    font-size: 2rem;
    font-weight: 400;
}
.content-image__body .plan-intro{
    font-size: 1.75rem;
    margin: 0 0 2rem;
}

.plan-obs{
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.icon-cirle-text{
    background: #19929A;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-style: normal;
    margin-right: 5px;
    padding-left: 0.2rem;
}
.plan-note{
    font-size: 1.75rem;
    line-height: 1.5;
    padding-left: 2rem;
    text-indent: -2rem;
    margin: 2rem 0 0;
}

.plan-included{
    margin: 5rem 0 0;
    padding-block: 4rem;
    background: #f3f9fa;
    position: relative;
}
.plan-included:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 2.5rem solid #f3f9fa;
}
.included-list{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.included-item{
    background: #19929A;
    width: 100%;
    padding-block: 2rem;
}
.included-item h3{
    font-size: 1.75rem;
    line-height: 1.5;
    color: #fff;
    margin: 0;    
    text-align: center;
}
.included-item p{
    text-align: center;
    margin: 0.5rem 0 0;
}
.included-item p span{
    background: #fff;
    color: #19929A;
    font-size: 1.25rem;
    border-radius: 1rem;
    padding-inline: 1rem;
    font-weight: 700;
}
@media only screen and (min-width: 768px){
    .model-plan-content{
        padding-block: 120px 100px;
    }
    .plan-item{
        padding-top: 120px;
    }
    .plan-item:first-child{
        padding-top: 0;
    }

    .title-model-plan{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .mb8-title-model-plan{
        margin-bottom: 80px;
    }
    .content-image{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .content-image__body{
        padding-left: 40px;
        width: 50%;
    }
    .content-image__body .plan-name{
        font-size: 80px;
        margin: 0;
    }
    .content-image__body .plan-title{
        font-size: 22px;
    }
    .content-image__body .plan-sub{
        font-size: 12px;
    }
    .content-image__body .plan-price{
        font-size: 28px;
        margin: 0 0 20px;
    }
    .content-image__body .plan-price span{
        font-size: 18px;
    }
    .content-image__body .plan-intro{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .plan-obs{
        font-size: 12px;
    }
    .icon-cirle-text{
        background: #19929A;
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 19px;
        padding-left: 4px;
    }
    .plan-note{
        font-size: 12px;
        padding-left: 15px;
        text-indent: -15px;
        margin: 10px 0 0;
    }

    .plan-included{
        margin: 60px 0 0;
        padding-block: 40px 60px;
    }
    .plan-included:before{
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 30px solid #f3f9fa;
    }

    .included-item{
        width: calc(100%/3 - 20px);
        padding: 20px 15px;
    }
    .included-item h3{
        font-size: 16px;
    }
    .included-item p{
        margin: 0;
    }
    .included-item p span{
        font-size: 12px;
        border-radius: 12px;
        padding-inline: 12px;
        display: inline-block;
    }
}

.model-plan-intro{
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    color: #19929A;
    font-weight: 700;
    padding-block: 8rem 6rem;
}
@media only screen and (min-width: 768px){
    .model-plan-intro{
        font-size: 20px;
        padding-block: 120px 100px;
    }
}

.items-grid{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.items-grid__item{
    width: 100%;
}
.items-grid__item h3{
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    margin-block: 1.5rem;
    color: #19929A;
}
.items-grid__item p{
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: justify;
}
@media only screen and (min-width: 768px){
    .items-grid{
        gap: 40px;
    }
    .items-grid__item{
        width: calc(50% - 20px);
    }
    .items-grid__item h3{
        font-size: 22px;
        margin-block: 15px;
    }
    .items-grid__item p{
        font-size: 16px;
        margin: 0;
    }
}

.service-row figure{
    position: relative;
}
.service-row figure figcaption{
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    color: #fff;
}
.flow-list .flow_img .flow-img {display: none;}
@media only screen and (max-width: 1100px){
	.flow_img {display: flex;justify-content: center;gap: 20px;align-items: center;max-width: 980px;margin-inline: auto;}
	.flow-list .flow_img img{position: unset;height: 100%;width: auto;display: none;}
        .flow-list .flow_img .flow-img {display: block;}
}
@media only screen and (min-width:1101px) and (max-width: 1199px){
	.flow-list img.flow-bottom-img{max-width:60px;}
}
@media only screen and (min-width:1200px) and (max-width: 1399px){
	.flow-list img.flow-bottom-img{max-width:100px;}
}
@media only screen and (min-width:1024px){
	.step2 {max-width: 780px;}
}
@media only screen and (max-width:767px){
	.flow_img {padding-top: 30px;}
}

.banner__images{
    position: relative;
}
.banner__images picture:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fade 18s infinite;
}

.banner__images picture:nth-child(1) { animation-delay: 0s; }
.banner__images picture:nth-child(2) { animation-delay: 6s; }
.banner__images picture:nth-child(3) { animation-delay: 12s; }

@keyframes fade {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    30%  { opacity: 1; }
    40%  { opacity: 0; }
    100% { opacity: 0; }
}