/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 1.6;
    color: #231815;
    word-break: break-word;
}
a {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease-out;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
}
img{
    width: 100%;
}

.sp {
    display: none;
}
.pc {
    display: block;
}

.tab {
    display: none;
}
@media (max-width: 1101px) {
    .tab {
        display: block;
    }
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}



#pagetop{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.site-header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff;
    background-color: #6b0c3d;
}
.site-header h1{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 22px;
    font-weight: 800;
}
@media (max-width: 1100px){
    .site-header{
        height: 4.545vw;
    }
    .site-header h1{
        font-size: 2vw;
    }
}
@media (max-width: 750px){
    .site-header{
        height: 50px;
    }
    .site-header h1{
        font-size: 13px;
    }
}

.project{
    position: relative;
}

/* 2024/07/22 add */
.reason-selected{
    background: #FFFBDB;
    padding: 70px 0 60px;
}

.reason-selected-wrapper{
    width: 1000px;
    margin: auto;
}

.reason-selected ul{
    display: flex;
    justify-content: space-between;
    gap: 1.1%;
    margin-top: 15px;
}

.reason-selected li{
    width: 32.6%;
}

@media (max-width: 1100px){
    .reason-selected-wrapper{
        width: 90.909vw;
    }
}

@media (max-width: 767px){
    .reason-selected{
        padding: 10.66667vw 0 12.8vw;
    }

    .reason-selected-wrapper{
        width: 100%;
    }

    .reason-selected ul{
        width: 86.93333%;
        margin: 5.3333vw auto 0;
        gap: 5.3333vw;
        flex-direction: column;
    }

    .reason-selected li{
        width: 100%;
    }

}

.application{
    background: url(../img/240801/application_back.png) 50%;
    background-repeat: no-repeat;
    padding-bottom: 62px;
    background-size: cover;
}
.application-wrapper{
    width: 1030px;
    margin: 0 auto;
}
.application-ttl{
    padding: 68px 0 0;
    text-align: center;
}
.application-ttl h2{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.8;
    color: #01A4AE;
}
.application-ttl h2 span:not(.txt-small):not(.txt-large){
    font-size: 58px;
    font-weight: 800;
    color: #D51779;
}

.application-ttl h2 span.txt-large{
    font-size: 58px;
    font-weight: 800;
}

.application-ttl h2 .txt-small{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.58333;
}

.application-ttl p{
    margin-top: 14px;
    font-size: 19px;
}
.application-img{
    margin-top: 33px;
}
.application-btn{
    margin: 25px auto 0;
    text-align: center;
}
.application-btn .application-btn-01{
    font-size: 18px;
    color: #01A4AE;
    text-decoration: underline;
}
.application-btn p a{
    display: inline;
}
.application-btn .application-btn-02{
    width: 798px;
    margin: 30px auto 0;
}
.application-btn .application-btn-attention{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px auto 0;
    width: 550px;
    height: 92px;
    border: solid 2px #CC0033;
    border-radius: 5px;
    background-color: #fff;
}
.application-btn .application-btn-attention p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    color: #CC0033;
}
.application-btn .application-btn-03{
    margin: 18px auto 0;
    font-size: 18px;
    color: #01A4AE;
    text-decoration: underline;
}
/* .application-btn p:first-child{
    font-size: 18px;
    color: #01A4AE;
    text-decoration: underline;
}
.application-btn p a{
    display: inline;
}
.application-btn p:nth-child(2){
    width: 710px;
    margin: 34px auto 0;
}
.application-btn p:nth-child(3){
    margin: 12px auto 0;
    font-size: 18px;
    color: #01A4AE;
    text-decoration: underline;
} */

.trial{
    width: 840px;
    margin: 64px auto 66px;
}
.trial p{
    margin: 22px auto 0;
    font-size: 18px;
    color: #01A4AE;
    text-align: center;
    text-decoration: underline;
}
.trial p a{
    display: inline;
}

.solution{
    background: url(../img/solution_back.png) 50%;
    background-repeat: no-repeat;
    padding: 63px 0;
}
.solution h2{
    width: 1000px;
    margin: 0 auto;
}

.recommendation{
    padding-bottom: 64px;
    background-color: #FFFBDB;
}
.recommendation-ttl{
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding-top: 54px;
}
.recommendation-ttl h2:first-child{
    width: 588px;
    margin: 22px auto 0;
}
.recommendation-ttl p:nth-child(2){
    position: absolute;
    top: 54px;
    right: 17px;
    width: 99px;
}
.recommendation-point{
    width: 840px;
    margin: 64px auto 0;
}
.recommendation-point-01{
    margin-top: 38px;
}
.recommendation-point-ttl{
    position: relative;
}
.recommendation-point-ttl h3{ 
    position: absolute;
    top: 30px;
    left: 182px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.44;
    color: #01A4AE;
}

.recommendation-point-02 .recommendation-point-ttl,
.recommendation-point-05 .recommendation-point-ttl{
    padding-bottom: 30px;
}

.recommendation-point-contents{
    display: flex;
    justify-content: space-between;
    margin: 25px 0 0 21px;
}
.recommendation-point-07 .recommendation-point-contents{
    max-width: 662px;
    flex-direction: column;
    margin: 25px auto 0;
}

.recommendation-point-contents p:first-child{
    width: 300px;
}
.recommendation-point-contents p:nth-child(2),
.recommendation-point-contents div > .recommendation-point-text{
    width: 460px;
    margin-top: -2px;
    font-size: 20px;
    line-height: 1.7;
    word-break: break-word;
}
.recommendation-point-02 .recommendation-point-contents p:first-child{
    width: 323px;
}
.recommendation-point-03 .recommendation-point-contents p:first-child{
    width: 321px;
}
.recommendation-point-04 .recommendation-point-contents p:first-child{
    width: 303px;
}
.recommendation-point-07 .recommendation-point-contents p:first-child{
    width: 662px;
    margin-inline: auto;
}

.recommendation-point-07 .recommendation-point-contents p:last-child{
    width: 100%;
    margin-top: 35px;
}


.recommendation-point-contents p span{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.64;
    text-indent: -1em;
    padding-left: 1em;
}

.recommendation-point-06 .recommendation-point-contents > div{
    width: 460px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recommendation-point-06 .recommendation-point-bnr{
    width: 100%;
}

.review{
    padding: 100px 0 84px;
    background-image: url(../img/review_back.png);
    background-repeat: repeat-y;
}
.review-ttl{
    width: 560px;
    margin: 0 auto;
}
.review-wrapper{
    width: 840px;
    margin: 44px auto 0;
}
.review-contents{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 48px;
    padding: 26px 28px;
    background-color: #FFFBDB;
}
.review-contents::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background-image: url(../img/review_contents_line.png);
    width: 840px;
    height: 16px;
}
.review-contents-img{
    width: 305px;
}
.review-contents-txt{
    position: relative;
    width: 454px;
}
.review-contents-txt p:first-child{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
}
.review-contents-txt p:first-child span{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(transparent 50%, #F8E62C 0);
}
.review-contents-txt p:nth-child(2){
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
}
.review-contents-reverse .review-contents-img{
    order: 2;
}
.review-contents-reverse .review-contents-txt{
    order: 1;
}

.service{
    width: 840px;
    margin: 54px auto 0;
}
.service-ttl{
    display: inline-block;
    position: relative;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 0 6px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg) translateX(-50%);
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    color: #D51779;
    background: linear-gradient(transparent 60%, #f9edf0 0);
}
.service-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
}
.service-contents{
    width: 273px;
}
.service-contents p:nth-child(2){
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.service-contents p:nth-child(2) span{
    font-weight: 700;
}
.service-contents p:nth-child(3){
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.6;
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.step{
    width: 840px;
    margin: 70px auto 0;
    padding-bottom: 68px;
}
.step-ttl{
    display: inline-block;
    position: relative;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 0 6px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg) translateX(-50%);
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    color: #D51779;
    background: linear-gradient(transparent 60%, #f9edf0 0);
}
.step-lead{
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
}
.step-img{
    margin-top: 30px;
    line-height: 0;
}
.step-annotation{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.6;
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.question{
    padding-top: 56px;
    background-color: #ECF9FA;
}
.question-ttl{
    width: 840px;
    margin: 0 auto;
    text-align: center;
    color: #01A4AE;
}
.question-ttl h2{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 48px;
    font-weight: 800;
}
.question-ttl p{
    margin-top: 16px;
    font-size: 26px;
    font-weight: 700;
}
.question-wrapper{
    position: relative;
    width: 840px;
    margin: 34px auto 0;
    padding-bottom: 100px;
}
.question-contents{
    margin-top: 24px;
    border: solid 1px #00A5AE;
    background-color: #fff;
}
.question-contents-ttl{
    display: flex;
    padding: 16px 0 20px;
    color: #fff;
    background-color: #00A5AE;
}
.question-contents-ttl p:first-child{
    padding-left: 22px;
    font-size: 22px;
    color: #FFFBDB;
    font-weight: 700;
}
.question-contents-ttl h3:nth-child(2){
    padding-left: 17px;
    font-size: 22px;
    font-weight: 700;
}
.question-answer{
    display: flex;
    padding: 16px 0 20px;
}
.question-answer p:first-child{
    margin-top: 2px;
    padding-left: 32px;
    font-size: 22px;
    font-weight: 700;
    color: #00A5AE;
}
.question-answer  p:nth-child(2){
    padding: 0 24px 0 22px;
    font-size: 18px;
    line-height: 1.6;
}
.question-answer  p:nth-child(2) a{
    display: inline;
    color: #01A4AE;
    text-decoration: underline;
}
.question-answer-attention{
    padding: 0 24px 0 22px;
}
.question-answer-attention p:first-child{
    margin-top: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    color: #231815;
    line-height: 1.6;
}
.question-answer-attention p:nth-child(2){
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
}
.question-map{
    width: 742px;
    margin: 2px auto 24px;
    padding: 22px 0;
    border: solid 1px #00A5AE;
    border-radius: 10px;
}
.question-map h4{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotate(0.03deg);
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #00A5AE;
}
.question-map p:nth-child(2){
    width: 448px;
    margin: 14px auto 0;
}
.question-map p:nth-child(3){
    width: 700px;
    margin: 24px auto 0;
}
.question-map p:nth-child(4){
    width: 700px;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.5;
}
.question-map p:nth-child(4) a{
    display: inline;
    color: #01A4AE;
    text-decoration: underline;
}
.question-illust{
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 288px;
}

@media screen and (min-width:751px) and (max-width: 1100px){
    .application{
        padding-bottom: 5.636vw;
    }
    .application-wrapper{
        width: 76.364vw;
    }
    .application-ttl{
        padding: 6.1819vw 0 0;
    }
    .application-ttl h2{
        font-size: 4.54545vw;
    }
    .application-ttl h2 span:not(.txt-small):not(.txt-large){
        font-size: 5.27272vw;
    }
    .application-ttl h2 span.txt-large{
        font-size: 5.27272vw;
    }
    .application-ttl h2 .txt-small{
        font-size: 3.27272vw;
    } 
    .application-ttl p{
        margin-top: 1.273vw;
        font-size: 1.7273vw;
    }
    .application-img{
        margin-top: 3vw;
    }
    .application-btn{
        margin: 2.5455vw auto 0;
    }
    .application-btn{
        margin: 2.5455vw auto 0;
    }
    .application-btn p:first-child{
        font-size: 1.636vw;
    }
    .application-btn p:nth-child(2){
        width: 64.545vw;
        margin: 3.091vw auto 0;
    }
    .application-btn p:nth-child(3){
        margin: 1.091vw auto 0;
        font-size: 1.636vw;
    }

    .application-btn .application-btn-01{
        font-size: 1.636vw;
    }
    .application-btn p a{
        display: inline;
    }
    .application-btn .application-btn-02{
        width: 100%;
        margin: 2.72727vw auto 0;
    }
    .application-btn .application-btn-03{
        margin: 1.636vw auto 0;
        font-size: 1.636vw;
    }
    
    .trial{
        width: 76.364vw;
        margin: 5.6364vw auto 6vw;
    }
    .trial p{
        margin: 2vw auto 0;
        font-size: 1.636vw;
    }
    
    .solution{
        background: url(../img/solution_back.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5.727vw 0;
    }
    .solution h2{
        width: 90.909vw;
    }
    
    .recommendation{
        padding-bottom: 5.818vw;
    }
    .recommendation-ttl{
        width: 76.364vw;
        padding-top: 4.909vw;
    }
    .recommendation-ttl h2:first-child{
        width: 53.455vw;
        margin: 2vw auto 0;
    }
    .recommendation-ttl p:nth-child(2){
        top: 4.909vw;
        right: 1.545vw;
        width: 9vw;
    }
    .recommendation-point{
        width: 76.364vw;
        margin: 5.8182vw auto 0;
    }
    .recommendation-point-01{
        margin-top: 3.455vw;
    }
    .recommendation-point-ttl h3{ 
        top: 2.727vw;
        left: 16.545vw;
        font-size: 3.091vw;
    }
    .recommendation-point-contents{
        gap: 5%;
        margin: 2.273vw 0 0 1.909vw;
    }
    .recommendation-point-contents p:first-child{
        width: 27.273vw;
    }
    .recommendation-point-contents p:nth-child(2),
    .recommendation-point-contents div > .recommendation-point-text{
        /* width: 100%; */
        margin-top: -0.182vw;
        font-size: 1.818vw;
    }
    .recommendation-point-02 .recommendation-point-contents p:first-child{
        width: 26vw;
    }
    .recommendation-point-03 .recommendation-point-contents p:first-child{
        width: 26vw;
    }
    .recommendation-point-04 .recommendation-point-contents p:first-child{
        width: 26vw;
    }

    .recommendation-point-05 .recommendation-point-contents p:first-child{
        width: 26vw;
    }

    .recommendation-point-07 .recommendation-point-contents p:first-child{
        width: 80%;
    }
    
    .recommendation-point-07 .recommendation-point-contents p:last-child{
        width: 80%;
        margin-inline: auto;
    }

    .recommendation-point-contents p span{
        margin-top: 1.0909vw;
        font-size: 1.2727vw;
    }

    .recommendation-point-06 .recommendation-point-contents > div{
        width: 54%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .review{
        padding: 9.09091vw 0 7.636vw;
        background-image: url(../img/review_back.png);
        background-repeat: repeat-y;
    }
    .review-ttl{
        width: 50.9091vw;
        margin: 0 auto;
    }
    .review-wrapper{
        width: 76.364vw;
        margin: 4vw auto 0;
    }
    .review-contents{
        margin-top: 4.364vw;
        padding: 2.364vw 2.545vw;
    }
    .review-contents::after{
        width: 76.364vw;
        height: 1.455vw;
    }
    .review-contents-img{
        width: 27.727vw;
    }
    .review-contents-txt{
        width: 41.273vw;
    }
    .review-contents-txt p:first-child{
        font-size: 2.909vw;
    }
    .review-contents-txt p:first-child span{
        font-size: 2.909vw;
    }
    .review-contents-txt p:nth-child(2){
        font-size: 1.818vw;
    }
    
    .service{
        width: 76.364vw;
        margin: 4.9091vw auto 0;
    }
    .service-ttl{
        padding: 0 0.545vw;
        font-size: 4.364vw;
    }
    .service-wrapper{
        margin-top: 6.909vw;
    }
    .service-contents{
        width: 24.818vw;
    }
    .service-contents p:nth-child(2){
        margin-top: 0.364vw;
        font-size: 1.636vw;
    }
    .service-contents p:nth-child(3){
        margin-top: 0.545vw;
        font-size: 1.091vw;
    }
    
    .step{
        width: 76.364vw;
        margin: 6.3637vw auto 0;
        padding-bottom: 6.182vw;
    }
    .step-ttl{
        padding: 0 0.545vw;
        font-size: 4.364vw;
    }
    .step-lead{
        margin-top: 2.273vw;
        font-size: 1.636vw;
    }
    .step-img{
        margin-top: 2.727vw;
    }
    .step-annotation{
        margin-top: 0.727vw;
        font-size: 1.18182vw;
    }
    
    .question{
        padding-top: 5.091vw;
    }
    .question-ttl{
        width: 76.364vw;
    }
    .question-ttl h2{
        font-size: 4.364vw;
    }
    .question-ttl p{
        margin-top: 1.455vw;
        font-size: 2.364vw;
    }
    .question-wrapper{
        width: 76.364vw;
        margin: 3.091vw auto 0;
        padding-bottom: 9.091vw;
    }
    .question-contents{
        margin-top: 2.182vw;
    }
    .question-contents-ttl{
        padding: 1.455vw 0 1.818vw;
    }
    .question-contents-ttl p:first-child{
        padding-left: 2vw;
        font-size: 2vw;
    }
    .question-contents-ttl h3:nth-child(2){
        padding-left: 1.545vw;
        font-size: 2vw;
    }
    .question-answer{
        padding: 1.455vw 0 1.818vw;
    }
    .question-answer p:first-child{
        margin-top: 0.182vw;
        padding-left: 2.909vw;
        font-size: 2vw;
    }
    .question-answer  p:nth-child(2){
        padding: 0 2.182vw 0 2vw;
        font-size: 1.636vw;
    }
    .question-answer-attention{
        padding: 0 2.182vw 0 2vw;
    }
    .question-answer-attention p:first-child{
        margin-top: 0;
        padding-left: 0;
        font-size: 1.636vw;
        font-weight: 400;
        color: #231815;
        line-height: 1.6;
    }
    .question-answer-attention p:nth-child(2){
        padding: 0;
        font-size: 1.636vw;
        line-height: 1.6;
    }
    .question-map{
        width: 67.455vw;
        margin: 2px auto 24px;
        padding: 2vw 0;
        border-radius: 0.909vw;
    }
    .question-map h4{
        font-size: 2.182vw;
    }
    .question-map p:nth-child(2){
        width: 40.727vw;
        margin: 1.27273vw auto 0;
    }
    .question-map p:nth-child(3){
        width: 63.636vw;
        margin: 2.1819vw auto 0;
    }
    .question-map p:nth-child(4){
        width: 63.636vw;
        margin: 0.9091vw auto 0;
        font-size: 1.273vw;
    }
    .question-illust{
        right: 2.182vw;
        width: 26.182vw;
    }
}

@media (max-width: 750px){
    .application{
        background: url(../img/240801/application_back_sp.png) 50%;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 12.533vw;
    }
    .application-wrapper{
        width: 94.667vw;
        margin: 0 auto;
    }
    .application-ttl{
        padding: 10.667vw 0 0;
    }
    .application-ttl h2{
        font-size: 6.4vw;
        line-height: 1.5;
        
    }
    .application-ttl h2 span:not(.txt-small):not(.txt-large){
        font-size: 7.4666667vw;
        font-weight: 900;
        line-height: 1.4;
    }
    .application-ttl h2 span.txt-large{
        font-size: 7.4666667vw;
        font-weight: 900;
        line-height: 1;
        
    }
    .application-ttl h2 .txt-small{
        font-size: 4.8vw;
        font-weight: 900;
    }
    .application-ttl p{
        margin-top: 2.133vw;
        font-size: 3.73334vw;
        line-height: 1.5;
    }
    .application-img{
        margin-top: 4.267vw;
    }
    .application-btn{
        margin: 8vw auto 0;
        text-align: center;
    }
    .application-btn{
        margin: 4.26667vw auto 0;
        text-align: center;
    }
    .application-btn p:first-child{
        font-size: 3.733vw;
    }
    .application-btn p:nth-child(2){
        width: 100%;
        margin: 6.4vw auto 0;
    }
    .application-btn p:nth-child(3){
        margin: 4.26667vw auto 0;
        font-size: 3.733vw;
    }

    .application-btn .application-btn-01{
        font-size: 3.733vw;
    }
    .application-btn p a{
        display: inline;
    }
    .application-btn .application-btn-02{
        width: 100%;
        margin: 6.4vw auto 0;
    }
    .application-btn .application-btn-03{
        margin: 3.2vw auto 0;
        font-size: 4.26667vw;
    }
    
    .trial{
        width: 94.667vw;
        margin: 12.2667vw auto 10.1334vw;
    }
    .trial p{
        margin: 3.73334vw auto 0;
        font-size: 3.733vw;
    }
    
    .solution{
        background: url(../img/solution_back_sp.png) 50%;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 12.8vw 0;
    }
    .solution h2{
        width: 97.333vw;
        margin: 0 auto;
    }
    
    .recommendation{
        padding-bottom: 18.667vw;
    }
    .recommendation-ttl{
        position: relative;
        width: 95.2vw;
        margin: 0 auto;
        padding-top: 11.2vw;
    }
    .recommendation-ttl h2:first-child{
        width: 79.4667vw;
        margin: 0 auto;
    }
    .recommendation-point{
        width: 94.4vw;
        margin: 10.6667vw auto 0;
    }
    .recommendation-point-01{
        margin-top: 10.133vw;
    }
    .recommendation-point-ttl{
        position: relative;
    }
    .recommendation-point-ttl h3{ 
        position: absolute;
        top: 4.267vw;
        left: 30.933vw;
        font-size: 5.0667vw;
        line-height: 1.5;
    }
    .recommendation-point-02 .recommendation-point-ttl{
        padding-bottom: 0;
    }
    .recommendation-point-05 .recommendation-point-ttl{
        padding-bottom: 5.6vw;
    }

    .recommendation-point-contents{
        display: block;
        margin: 5.6vw auto 0;
        position: relative;
        width: 100%;
    }

    .recommendation-point-07 .recommendation-point-contents{
        width: 100%;
    }
    .recommendation-point-contents p:first-child{
        width: 61.6vw;
        margin: 0 auto;
    }

    .recommendation-point-07 .recommendation-point-contents p:first-child{
        min-width: 92%;
        width: 91.466vw;
        overflow: auto;
    }

    .recommendation-point-07 .recommendation-point-contents p:first-child img{
        width: 662px;
    }

    .recommendation-point-contents p:nth-child(2),
    .recommendation-point-contents div > .recommendation-point-text{
        width: 88.267vw;
        margin: 3.46667vw auto 0;
        padding-left: 1.067vw;
        font-size: 4.2667vw;
        line-height: 1.7;
        word-break: break-word;
    }
    .recommendation-point-02 .recommendation-point-contents p:first-child,
    .recommendation-point-03 .recommendation-point-contents p:first-child,
    .recommendation-point-04 .recommendation-point-contents p:first-child{
        width: 61.6vw;
    }

    .recommendation-point-07 .recommendation-point-contents p:first-child{
        width: 100%;
    }
    
    .recommendation-point-07 .recommendation-point-contents p:last-child{
        width: 88.267vw;
    }

    .recommendation-point-contents p span{
        margin-top: 3.46667vw;
        font-size: 3.73333vw;
        line-height: 1.64;
    }

    .recommendation-point-06 .recommendation-point-contents > div{
        width: 91.2vw;
        gap: 3.2vw;
        margin-inline: auto;
    }
    
    .review{
        padding: 12.8vw 0 15.467vw;
    }
    .review-ttl{
        width: 64vw;
        margin: 0 auto;
    }
    .review-wrapper{
        width: 89.333vw;
        margin: 5.8667vw auto 0;
    }
    .review-contents{
        margin-top: 6.667vw;
        padding: 2.667vw;
    }
    .review-contents::after{
        background-image: url(../img/review_contents_line_sp.png);
        width: 89.333vw;
        height: 2.933vw;
    }
    .review-contents-img{
        width: 40vw;
    }
    .review-contents-txt{
        position: relative;
        width: 41.6vw;
    }
    .review-contents-txt p:first-child{
        font-size: 3.467vw;
    }
    .review-contents-txt p:first-child span{
        font-size: 3.467vw;
    }
    .review-contents-txt p:nth-child(2){
        font-size: 3.2vw;
    }
    .review-contents-reverse .review-contents-img{
        order: 2;
    }
    .review-contents-reverse .review-contents-txt{
        order: 1;
    }
    
    .service{
        width: 100%;
        margin: 11.2vw auto 0;
    }
    .service-ttl{
        padding: 0 1.067vw;
        font-size: 7.733vw;
    }
    .service-wrapper{
        display: block;
        margin-top: 9.333vw;
    }
    .service-contents{
        width: 72.8vw;
        margin: 8vw auto 0;
    }
    .service-contents p:nth-child(2){
        margin-top: 4.267vw;
        font-size: 4.8vw;
        line-height: 1.6;
    }
    .service-contents p:nth-child(3){
        margin-top: 2.133vw;
        font-size: 3.2vw;
        line-height: 1.6;
    }
    
    .step{
        width: 100%;
        margin: 11.2vw auto 0;
        padding-bottom: 12.267vw;
    }
    .step-ttl{
        padding: 0 1.067vw;
        font-size: 7.733vw;
    }
    .step-lead{
        width: 89.333vw;
        margin: 4.8vw auto 0;
        font-size: 3.733vw;
        text-align: left;
        line-height: 1.4;
    }
    .step-img{
        width: 73.333vw;
        margin: 6.4vw auto 0;
        line-height: 0;
    }
    .step-annotation{
        width: 81.333vw;
        margin: 3.2vw auto 0;
        font-size: 2.93334vw;
        line-height: 1.6;
    }
    
    .question{
        padding-top: 11.2vw;
    }
    .question-ttl{
        width: 100%;
    }
    .question-ttl h2{
        font-size: 8vw;
    }
    .question-ttl p{
        margin-top: 2.133vw;
        font-size: 4.8vw;
    }
    .question-wrapper{
        position: relative;
        width: 94.667vw;
        margin: 4.26667vw auto 0;
        padding-bottom: 13.333vw;
    }
    .question-contents{
        margin-top: 4.267vw;
    }
    .question-contents-ttl{
        display: flex;
        align-items: center;
        padding: 3.2vw 0;
    }
    .question-contents-ttl p:first-child{
        padding-left: 2.667vw;
        font-size: 4.267vw;
        width: 8%;
    }
    .question-contents-ttl h3:nth-child(2){
        padding: 0 1.067vw 0 1.733vw;
        font-size: 3.467vw;
        line-height: 1.6;
        width: 86%;
    }
    .question-answer{
        display: flex;
        padding: 3.733vw 0 4.8vw;
    }
    .question-answer p:first-child{
        margin-top: 0.533vw;
        padding-left: 4.533vw;
        font-size: 4.267vw;
    }
    .question-answer  p:nth-child(2){
        padding: 0 3.2vw 0 4.533vw;
        font-size: 3.467vw;
        line-height: 1.6;
    }
    .question-answer  p:nth-child(2) a{
        display: inline;
        color: #01A4AE;
        text-decoration: underline;
    }
    .question-answer-attention{
        padding: 0 3.2vw 0 4.533vw;
    }
    .question-answer-attention p:first-child{
        margin-top: 0;
        padding-left: 0;
        font-size: 3.467vw;
        font-weight: 400;
        color: #231815;
        line-height: 1.6;
    }
    .question-answer-attention p:nth-child(2){
        padding: 5.3334vw 0 0 1em;
        font-size: 3.467vw;
        line-height: 1.6;
        text-indent: -1em;
    }
    .question-map{
        width: 89.067vw;
        margin: 0.53334vw auto 5.3334vw;
        padding: 0;
        border: none;
    }
    .question-map h4{
        font-size: 4.8vw;
    }
    .question-map p:nth-child(2){
        width: 89.6vw;
        margin: 2.13334vw auto 0;
        line-height: 0;
    }
    .question-map p:nth-child(3){
        width: 89.6vw;
        margin: 4.26667vw auto 0;
    }
    .question-map p:nth-child(4){
        width: 89.6vw;
        margin: 2.6667vw auto 0;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .question-map p:nth-child(4) a{
        display: inline;
        color: #01A4AE;
        text-decoration: underline;
    }
    .question-illust{
        position: absolute;
        bottom: 0;
        right: 1.333vw;
        width: 70.667vw;
    }
}

.btn-page{
    position: fixed;
    bottom: 12px;
    right: calc(50% - 660px);
    width: 442px;
    transition: 0.5s;
}
.btn-page a{
    transition: 0.3s;
}
.btn-page a:hover{
    opacity: 1;
    transform: translate(0, -20px);
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 1400px){
    .btn-page{
        position: fixed;
        bottom: 0.857vw;
        right: 2.857vw;
        width: 31.571vw;
    }
}
@media (max-width: 750px){
    .btn-page{
        position: fixed;
        bottom: 5.333vw;
        right: 50%;
        transform: translateX(50%);
        width: 94.667vw;
    }
    .btn-page a:hover{
        opacity: 1;
        transform: translate(0, -10px);
    }
}

.site-footer{
    padding: 32px 0 18px;
}
.footer-img{
    width: 100%;
}
.footer-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 18px;
}
.footer-link li{
    padding: 0 28px;
    border-right: solid 1px #231815;
}
.footer-link li:last-child{
    border-right: none;
}
.footer-copy{
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1100px){
    .site-footer{
        padding: 2.909vw 0 1.636vw;
    }
    .footer-img{
        width: 100%;
    }
    .footer-link{
        margin-top: 2.727vw;
        font-size: 1.636vw;
    }
    .footer-link li{
        padding: 0 2.545vw;
    }
    .footer-copy{
        margin-top: 2.727vw;
        font-size: 1.273vw;
    }
}
@media (max-width: 750px){
    .site-footer{
        padding: 6.4vw 0 4.267vw;
    }
    .footer-img{
        width: 100%;
    }
    .footer-link{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4.8vw;
        font-size: 2.933vw;
    }
    .footer-link li{
        padding: 0 3.733vw;
        border-right: solid 1px #231815;
    }
    .footer-link li:last-child{
        border-right: none;
    }
    .footer-copy{
        margin-top: 4.8vw;
        font-size: 2.933vw;
        text-align: center;
    }
}

#page-top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 10;
}
#page-top a{
    line-height: 0;
}
@media (max-width: 750px){
    #page-top {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        display: none;
        z-index: 10;
    }
}

/* 2400722 ADD */
.application-catalog{
    background: #fff;
    max-width: 1000px;
    border-radius: 20px;
    padding: 40px 0 60px;
    margin: 30px auto 0;
}

.application-catalog-wrapper{
    max-width: 720px;
    width: 72%;
    margin: auto;
}

.application-catalog-title{
    max-width: 640px;
    width: 88.8889%;
    margin: 0 auto 16px;
}

.application-catalog-tel{
    max-width: 680px;
    width: 94.444%;
    margin: 0 auto;
}

.application-catalog-customer{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1em;
    padding-bottom: 25px;
    border-bottom: 1px solid #333333;
    margin-bottom: 16px;
}

.application-catalog-customer span{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.application-catalog-notice{
    max-width: 518px;
    width: 71.944%;
    margin: 0 auto 40px;
}

.application-catalog-notice li{
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}

.application-catalog-btn_04{
    max-width: 720px;
    width: 72%;
    margin: auto;
}

@media (min-width: 751px) {
    .application-catalog-tel a{
        pointer-events: none;
    }
}  

@media (max-width: 1100px) {
    .application-catalog{
        margin: 2.72727vw auto 0;
    }

    .application-catalog-customer span{
        font-size: 1.818vw;
    }

    .application-catalog-notice li{
        font-size: 1.1818vw;
    }
}

@media (max-width: 750px) {
    .application-catalog{
        width: 94.93333%;
        margin: 6.13333vw auto 0;
        border-radius: 3.2vw;
        padding: 7.46667vw 0 8.5333vw;
    }
    
    .application-catalog-wrapper{
        width: 88.764%;
        margin: 0 auto;
    }
    
    .application-catalog-title{
        width: 87.34%;
        margin: 0 auto 2.4vw;
    }
    
    .application-catalog-tel{
        width: 99.367%;
        margin-bottom: 3.7333vw;
    }
    
    .application-catalog-customer{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2em;
        padding-bottom: 5.06666vw;
        margin-bottom: 2.9333vw;
    }
    
    .application-catalog-customer span{
        font-size: 4.26666vw;
    }
    
    .application-catalog-notice{
        width: 95.57%;
        margin: 0 auto 5.3333vw;
    }
    
    .application-catalog-notice li{
        font-size: 3.2vw;
        padding-left: 1em;
        text-indent: -1em;
    }

    .application-catalog-btn_04{
        width: 100%;
    }
    
}