body {
	--main-color: #EA7F73;
	--bg-color: #FFF1F0;
}

.free_contact a::before {
    transform: rotate(40deg);
    top: 37%;
}

.free_contact a::after {
    transform: rotate(-40deg);
    top: 57%;
}



@media screen and (min-width: 1440px) {
    .top-mv {
        padding: 0 7.29% 0 15%;
    }
}

@media screen and (max-width: 960px) {

    .sales-test .header-nav {
        display: none;
    }
}


@media screen and (min-width: 768px) {


    .top-mv {
        padding: 0 7.29% 0 10%;
        display: flex;
        justify-content: start;
        align-items: center;
    }
}

.top-mv-inner {
    margin: 0;
}

.mv-first-view {
    position: relative;
}


@media screen and (max-width: 767px) {
    .mv-first-view {
        height: auto;
        overflow: visible;
    }
}


@media screen and (min-width: 768px) {
    .mv-title-wrapper {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .mv-title_first .big-text {
        font-size: clamp(46px, 7vw, 90px);
    }
}

@media screen and (min-width: 768px) {
    .mv-title_first {
        font-size: clamp(34px, 5.5vw, 80px);
    }
}

.mv-title_first {
    line-height: 1.2;
}


@media screen and (min-width: 1440px) {
    .mv-title_first .small-text {
        font-size: 7.6vh;
    }
}

@media screen and (min-width: 768px) {
    .mv-title_first .small-text {
        font-size: 3.9vw;
    }
}

@media screen and (min-width: 768px) {
    .mv-title_second {
        font-size: 2vw;
    }
}


@media screen and (min-width: 1440px) {
    .mv-title_strength {
        padding-left: 0;
        width: 100%;
        display: flex;
        padding-top: 2vh;
        gap: 10px;
    }
}

@media screen and (min-width: 768px) {
    .mv-title_strength {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 5vh;
        display: flex!important;
        gap: 10px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .mv-title_strength {
        width: 100%;
        padding-left: 0.9vh;
        padding-right: 0.9vh;
    }
}

@media screen and (min-width: 768px) {
    .mv-title-strength-flexbox {
        flex-wrap: nowrap;
        gap: 10px;
    }
}

.mv-title-strength-flexbox .mv-title-strength_img {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .mv-title-strength-flexbox .mv-title-strength_img {
        margin-top: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}

.mv-title-strength_img {
    width: 23vh;
}



@media screen and (min-width: 1440px) {
    .mv-title-strength_img {
        width: 25.8vh;
    }

}

@media screen and (min-width: 768px) {
    .mv-title-strength_img {
        width: 14.4vw;
        margin: 0;
    }

}



@media screen and (min-width: 1024px) {
    .mv-title_strength-text {
        font-size: 10px;
        margin-left: 1vh;
        transform: scale(1);
    }
}

.mv-title_strength-text {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .mv-document-request_text {
        font-size: 2.2vh;
        white-space: wrap;
        letter-spacing: 0.01rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-request-wrapper {
        margin-top: 1vw;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .mv_docrequest-btn--red a {
        width: 100%;
        height: 4vw;
        font-size: clamp(18px, 2.2vw, 23px);
        padding-right: .5vw;
    }
}

.mv_docrequest-btn--red a {
    font-size: 3.1vh;
    letter-spacing: .14em;
    height: 6.8vh;
    padding-right: 1vh;
}

@media screen and (min-width: 768px) {
    .mv-document-request_text .number {
        font-size: 2.2vw;
        letter-spacing: 0;
    }
}

.mv-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    width: 37vw;
    min-width: 310px;
    border-radius: 30px;
}

@media screen and (max-width: 767px) {
    .mv-form {
        margin-top: 30px;
        width: 100%;
        position: static;
        transform: translateY(0);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3rem;
        border-radius: 20px;
    }
}

.mv-form__inner {
    background: rgb(255 255 255 / 80%);
    padding: 0.8rem 2vw;
    border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 767px) {
    .mv-form__inner {
        border-radius: 0 0 20px 20px;
    }
}

.mv-form .wpcf7 {
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .mv-form .wpcf7 {
        margin: 0;
        width: 100%;
    }
}

.mv-form__content--head {
    text-align: center;
    position: relative;
    background: #FFF67F;
    border-radius: 30px 30px 0 0;
    padding: 2rem 0.5rem 1rem;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head {
        border-radius: 20px 20px 0 0;
    }
}

.mv-form__content--head .setimg {
    position: absolute;
    top: 10px;
    left: -4vw;
    width: clamp(50px, 7.5vw, 115px);
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .setimg {
        position: static;
        width: clamp(60px, 21vw, 92px);
        margin-top: -20px;
    }
}

.mv-form__content--head .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.4vw, 20px);
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex {
        flex-direction: column;
        gap: clamp(10px, 1.4vw, 20px);
    }
}

.mv-form__content--head .flex .left {
    padding-left: 1.5rem;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .left {
        display: flex;
        align-items: center;
        gap: clamp(5px, 1.8vw, 10px);
        margin-left: -1.5rem;
        margin-top: 0;
        padding-left: 0;
    }
}

.mv-form__content--head .flex .left p {
    font-weight: 700;
    font-size: clamp(15px, 1.68vw, 24px);
    text-align: center;
    line-height: 0.6;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .left p {
        font-size: clamp(23px, 4.2vw, 30px);
    }
}

.mv-form__content--head .flex .left p span {
    font-weight: 900;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .left p span {
        font-size: clamp(45px, 6.5vw, 50px);
    }
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .right {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mv-form__content--head .flex .right ul {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .right ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: stretch;
        gap: clamp(10px, 2.7vw, 20px);
    }
}

.mv-form__content--head .flex .right ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .right ul li {
        flex-direction: column;
    }
}

.mv-form__content--head .flex .right ul li+li {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .right ul li+li {
        margin-top: 0;
    }
}

.mv-form__content--head .flex .right ul li p {
    background: #fff;
    font-weight: 700;
    font-size: clamp(12px, 1.25vw, 18px);
    width: 100%;
    padding: 2px 8px 0px;
    line-height: 1.4;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .right ul li p {
        margin-top: -10px;
        font-size: clamp(12px, 3.2vw, 24px);
        padding: 1rem 8px 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}

.mv-form__content--head .flex .right ul li .img {
    width: clamp(20px, 2vw, 30px);
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 767px) {
    .mv-form__content--head .flex .right ul li .img {
        width: clamp(20px, 4vw, 30px);
    }
}

.mv-form__content--head .flex .right ul li .img img {
    vertical-align: bottom;
    line-height: 1.0em;
}



.mv-form .wpcf7 .form_label-title {
    display: inline-block;
    font-size: .85rem;
    letter-spacing: .075rem;
    font-weight: 700;
    width: 100%
}

@media screen and (min-width:768px) {
    .mv-form .wpcf7 .form_label-title {
        font-size: 1rem;
        letter-spacing: .06em
    }
}

.mv-form .wpcf7 .form_label-title .red {
    font-size: 13px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: #de352e;
    padding: 0 .71875rem;
    margin-left: .9375rem
}

@media screen and (min-width:768px) {
    .mv-form .wpcf7 .form_label-title .red {
        font-size: 12px;
        font-weight: 700;
        padding: 0 .9rem;
        margin-left: 1.15rem
    }
}

.mv-form .top-contact input {
    background-color: rgb(255, 255, 255);
    width: 100%;
    font-size: .75rem;
    letter-spacing: .0625rem;
    border: rgb(200, 200, 200) 1px solid;
    border-radius: .3125rem;
    margin-top: .4375rem;
    padding: .375rem .75rem .5625rem
}

@media screen and (min-width:768px) {
    .mv-form .top-contact input {
        font-size: 13px;
        padding: .6rem 1rem;
        margin-top: .5rem
    }
}

.mv-form .wpcf7 .wpcf7-list-item {
    margin: 0 !important
}

.mv-form input[type=text],
.mv-form input[type=email],
.mv-form input[type=tel] {
    display: inline-block;
    padding: 0.5vh;
    font-size: 1rem;
    margin-bottom: 0;
    border: rgb(200, 200, 200) 1px solid;
    border-radius: .3125rem;
    background-color: rgb(255, 255, 255);
    color: rgb(40, 40, 50)
}

.mv-form .wpcf7 p:nth-child(n+2) {
    margin-top: clamp(2px, 0.5vw, 10px);
}

@media screen and (min-width: 1441px) {
    .mv-form .wpcf7 p:nth-child(n+2) {
        margin-top: 1.27vh;
    }
}


@media screen and (max-width: 767px) {
    .mv-form .wpcf7 p:nth-child(n+2) {
        margin-top: .75rem;
    }
}

.mv-form .top-contact .wpcf7-response-output {
    display: none;
}

.mv-form .wpcf7-spinner {
    display: none;
}

.mv-form .wpcf7 p:nth-child(7) {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    z-index: 200;

}

.mv-form .wpcf7 p:nth-child(7)::before,
.mv-form .wpcf7 p:nth-child(7)::after {
    content: "";
    position: absolute;
    display: block;
    right: 5.3%;
    width: 1.0rem;
    height: .12rem;
    background-color: rgb(255, 255, 255);
    z-index: 210;
}

.mv-form .wpcf7 p:nth-child(7)::before {
    transform: rotate(40deg);
    top: 37%;
}

.mv-form .wpcf7 p:nth-child(7)::after {
    transform: rotate(-40deg);
    top: 58%;
}

.mv-form .wpcf7 select {
    background-color: #fff;
    border: rgb(200, 200, 200) 1px solid;
    font-size: 1rem;
    border-radius: .3125rem;
    padding: 0.5vh;
}




.mv-form .contact_btn {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 18.375rem;
    font-size: clamp(20px, 3.2vw, 24px);
    font-weight: 700;
    letter-spacing: .15rem;
    color: rgb(255, 255, 255);
    background-color: #de352e;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 .625rem .625rem rgba(102, 102, 102, .3);
    padding: .4375rem 1.125rem .4375rem .9375rem;
    margin-top: 2vh;
}

@media screen and (min-width: 768px) {
    .mv-form .contact_btn {
        width: 17.65rem;
        font-size: clamp(20px, 2.2vw, 22px);
        letter-spacing: .11em;
        border-radius: .5rem;
        padding: .325rem 1.2rem .45rem 0;
        margin-top: 10px;
    }
}

/* section-title */

@media screen and (max-width: 767px) {
    .section-title {
        font-size: clamp(14px, 2.7vw, 20px);
    }
}



/* worries */

.top-worries {
    padding: 1.625rem 0 1.875rem;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .top-worries {
        padding: 4rem 0 4.25rem;
    }
}


.worries__content {}

.worries__lead {
    text-align: center;
    margin-top: 2rem;
    font-weight: 600;
    font-size: clamp(18px, 2vw, 28px);
}

.worries__contents {
    margin-top: 20px;

}

.worries__head {
    display: flex;
    justify-content: center;
}

.worries__head ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    margin: 0 auto;
    width: 95%;
    max-width: 1028px;
}


.worries__head ul li {
    width: 25%;
    background: #ffffff;
    border: 2px solid #06256C;
    position: relative;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
}

.worries__head ul li .head {
    background: #06256C;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    height: clamp(80px, 9vw, 120px);
    font-size: clamp(16px, 1.5vw, 22px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.worries__head ul li .img {
    width: clamp(85px, 25vw, 160px);
}

.worries__head ul li .img02 {
    width: clamp(105px, 31vw, 200px);
}

@media screen and (max-width: 767px) {

    .worries__head ul li .head {
        height: clamp(70px, 9vw, 120px);
        font-size: clamp(14px, 1.5vw, 22px);
    }

    .worries__head ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1.3rem;
        row-gap: 1.3rem;
        width: 80%;
    }

    .worries__head ul li {
        width: 100%;
        min-height: 170px;
        height: auto;
    }

    .worries__head ul li .img {
        margin-top: 10px;
        width: clamp(95px, 25vw, 160px);
    }

    .worries__head ul li .img02 {
        margin-top: 10px;
        width: clamp(120px, 31vw, 200px);
    }


}

.worries__contents .lead {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.worries__contents .lead p {
    display: inline-block;
    background: #024CE4;
    text-align: center;
    padding: 12px 35px 9px;
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.6;
    border-radius: 60px;
}

@media screen and (max-width: 767px) {
    .worries__contents .lead {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .worries__contents .lead p {
        padding: 12px 25px 12px;
        font-size: clamp(14px, 4vw, 28px);
        line-height: 1.2;
    }

}

.worries__contents .lead p>span {
    color: #FFF67F;
}

.worries__body {
    margin-top: -20px;
    background: rgb(238, 246, 254);
}



@media screen and (max-width: 767px) {
    .worries__body {
        margin-top: -40px;
    }
}

.worries__body-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(10px, 1.4vw, 20px);
    padding-top: 5.5rem;
    padding-bottom: 5rem;
    margin: 0 auto;
    width: 95%;
    max-width: 1028px;
}

@media screen and (max-width: 767px) {
    .worries__body-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 3rem;
        column-gap: 1.3rem;
        row-gap: clamp(20px, 7vw, 50px);
    }
}


.worries__body-item {
    background: #fff;
    border-radius: 10px;
    width: 25%;
    padding-bottom: 30px;
    position: relative;
}

.worries__body-item::after {
    content: "";
    position: absolute;
    top: -2.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(30px, 4.2vw, 60px);
    height: clamp(30px, 4.2vw, 60px);
    background: url(../img/ai-kenshu/arrow.webp)no-repeat center center / contain;
}


@media screen and (max-width: 767px) {

    .worries__body-item {
        width: 100%;
        padding-bottom: 15px;
    }

    .worries__body-item::after {
        top: -4vw;
        left: 50%;
        transform: translateX(-50%);
        width: clamp(30px, 6.2vw, 60px);
        height: clamp(30px, 6.2vw, 60px);
    }
}


.worries__body-item__head {
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: clamp(10px, 1.4vw, 20px);
    height: clamp(100px, 12vw, 160px);
    background: #024CE4;
}

@media screen and (max-width: 767px) {
    .worries__body-item__head {
        height: clamp(90px, 16vw, 120px);
    }
}

.worries__title {
    text-align: center;
    font-size: clamp(16px, 1.6vw, 24px);
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .worries__title {
        font-size: clamp(12px, 2.7vw, 20px);
    }
}

.worries__img {
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.worries__img img {
    width: auto;
    max-width: inherit;
    height: clamp(105px, 10.1vw, 145px);
}


@media screen and (max-width: 767px) {
    .worries__img img {
        height: clamp(70px, 19.1vw, 145px);
    }
}



.worries__body-item__body {
    padding-left: 10px;
    padding-right: 10px;
}

/* .worries__body-item__body>.container:before {
    background: linear-gradient(0deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
}

.worries__body-item__body>.container {
    min-height: 8.625rem;
}

.worries__body-item__body>.container.active {
    height: auto;
}


.worries__body-item__body>.container .more-btn {
    width: 10.1rem;
    top: 3.5rem;
} */


.worries__body-item p {
    margin-top: 10px;
    font-size: clamp(12px, 1.3vw, 18px);
    line-height: 1.6;
    letter-spacing: 0.03rem;
}

@media screen and (max-width: 767px) {
    .worries__body-item p {
        margin-top: 10px;
        font-size: clamp(10px, 3.2vw, 16px);
        line-height: 1.6;
        font-weight: 500;
        letter-spacing: -0.03rem;
    }

}


/* about */

@media screen and (min-width: 768px) {
    .about {
        padding: 4rem 30px 4.25rem;
    }
}

.about {
    padding: 1.625rem 0 1.875rem;
    margin: 0 auto;
}

.sales-test .about {
    padding: 4.625rem 0 1.875rem;
}

.about__content {
    margin-top: 2rem;
}

.about__lead {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .about__lead {
        text-align: center;
    }
}

.about__lead p+p {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .about__lead p+p {
        margin-top: 10px;
    }
}

.about__lead p {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: clamp(22px, 2.1vw, 30px);
    position: relative;
    padding-bottom: 5px;
    line-height: 1.2;
}

.about__lead p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #272732;
}

@media screen and (max-width: 767px) {
    .about__lead p {
        padding-bottom: 2px;
        font-size: clamp(16px, 4.5vw, 30px);
    }
}

.about__lead span {
    color: #024CE4;


}

.about__imgBox {
    margin-top: 50px;
}

.about__content .bottom__text {
    margin-top: 2rem;
}


.about__content .bottom__text p {
    text-align: center;
    font-size: clamp(26px, 2.4vw, 34px);
    line-height: 1.4;
    font-weight: 700;
}

.about__content .bottom__text p strong {
    display: inline-block;
    font-weight: 900;
    font-size: clamp(36px, 3.5vw, 50px);
    letter-spacing: -0.05rem;
    color: #024CE4;
}

.about__content .bottom__text p strong>span {
    position: relative;
    z-index: 1;
}


.about__content .bottom__text p strong>span:after {
    position: absolute;
    content: "";
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    height: clamp(13px, 1.5vw, 21px);
    width: 100%;
    background: #FFDD86;
    z-index: -1;
}

@media screen and (max-width: 767px) {

    .about__content .bottom__text p {
        font-size: clamp(18px, 5.4vw, 35px);
    }

    .about__content .bottom__text p strong {
        font-size: clamp(24px, 6.7vw, 45px);
    }
}




/* point */
.point {
    padding: 4rem 0 0.875rem;
    margin: 0 auto;
    background-color: #eef6fe;
}

@media screen and (min-width: 768px) {
    .point {
        padding: 5rem 30px 1.25rem;
    }
}

.point__content {
    margin-top: 2rem;
}

.point__dl {}

.point__dl .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .point__dl .row {
        flex-direction: column;
    }
}

.point__dl .row:not(:first-child) {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .point__dl .row:not(:first-child) {
        margin-top: 30px;
    }
}


.point__dl .row dt {
    background: #06256C;
    padding: 20px;
    max-width: 460px;
    width: 40%;
    font-size: clamp(20px, 2.1vw, 30px);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: clamp(15px, 1.4vw, 20px);
}

@media screen and (max-width: 767px) {
    .point__dl .row dt {
        width: 100%;
        max-width: 100%;
        padding: 10px 15px;
        font-size: clamp(16px, 4.5vw, 22px);
    }
}

.point__dl .row dt h3 {
    font-size: clamp(20px, 2.1vw, 30px);
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .point__dl .row dt h3 {
        font-size: clamp(16px, 4.5vw, 22px);
        margin-top: 4px;
    }
}


.point__dl .row dt h3 span {
    line-height: 1.6;
}

.point__dl .row dt h3 strong {
    color: #FFF67F;
}


.point__dl .row dt .num {
    text-align: center;
    font-size: clamp(35px, 4vw, 50px);
    letter-spacing: -0.1rem;
    color: #fff;
    padding-right: 10px;
    position: relative;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .point__dl .row dt .num {
        padding-right: 20px;
        font-size: clamp(22px, 5.5vw, 40px);
        line-height: 2;
    }
}

.point__dl .row dt .num::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 160%;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .point__dl .row dt .num::after {
        height: 90%;
    }
}



.point__dl .row dd {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    max-width: 700px;
    width: 60%;
}

@media screen and (max-width: 767px) {
    .point__dl .row dd {
        width: 100%;
        max-width: 100%;
        padding: 10px 15px;
    }
}

.point__dl .row dd .dd-inner {
    font-size: clamp(15px, 1.6vw, 22px);
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .point__dl .row dd .dd-inner {
        font-size: clamp(14px, 2.4vw, 18px);
        letter-spacing: -0.04rem;
    }
}

.point__dl .row dd strong {
    font-weight: 700;
    color: #1E4ADC;
}

.point__dl .row dd .caption {
    font-size: 0.8em;
}

.comparison-title h2 {
    display: inline-block;
    font-size: 1.2375rem;
    line-height: 1.3;
    letter-spacing: .09375rem;
    border-bottom: 1px solid #000;
    padding-bottom: .0625rem;

}



.comparison-title .text {
    display: inline-block;
    line-height: 1.3;
    letter-spacing: .09375rem;
    border-bottom: 1px solid #000;
    font-size: 1.75rem;
    letter-spacing: .08em;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 0;
}

.comparison-title .text span {
    color: rgb(30, 74, 220);
}

@media screen and (max-width: 767px) {
    .comparison-title .text {
        font-size: 1.2375rem;
        padding-bottom: .0625rem;
    }
}

/* お客さまの声  */

.reputation-content_banner {
    margin-top: 0;
    font-size: 1.2em;
    text-align: center;
    padding: 5px 10px 2px;
}

@media screen and (max-width: 767px) {
    .reputation-content_banner {
        margin-top: 1rem;
        font-size: 1em;
    }
}

.reputation-content_text-title {
    margin-top: 1rem;
}

.reputation-inner-wrapper .container:before {
    opacity: 0;
}

.reputation-inner-wrapper .container {
    height: auto;
}

@media screen and (max-width: 767px) {

    .reputation-inner-wrapper .container {
        height: 8.375rem;
    }

    .reputation-inner-wrapper .container:before {
        opacity: 1;
        bottom: -2rem;
    }

    .reputation-inner .more-btn {
        top: 7.125rem;
    }
}




/* 導入企業 */



.companys-slider-wrapper .container {
    height: auto;
}

.companys-slider-wrapper .slick-slide {
    height: auto;
}

.companys-slider-wrapper .container:before {
    display: none;
}

.companys-slider-wrapper .slick-track {
    display: flex;
    align-items: stretch;
}


.companys-content_result {
    margin-top: 1rem;
    font-size: 1.2em;
    color: #1e4adc;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .companys-content_result {
        font-size: 1.6em;
        margin-left: .875rem;
    }
}

.companys-content_text-title {
    padding-left: 0;
}


@media screen and (min-width: 768px) {
    .companys-content_text-title {
        font-size: 2rem;
        margin-top: 0.8rem;
        letter-spacing: .02em;
        margin-left: .875rem;
        padding-right: 2rem;
    }
}

/* refund */

.refund_text .text {
    font-size: .9375rem;
    line-height: 1.55;
    letter-spacing: .09375rem;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .refund_text .text {
        font-size: 2rem;
        letter-spacing: .05em;
        text-align: left;
        font-weight: 700;
    }
}

/* example*/


.example .example-success-before_list .title {
    font-size: .95625rem;
    letter-spacing: .075rem;
    background-color: rgb(102, 102, 102);
    padding: .125rem;
    margin: 0;
    color: rgb(255, 255, 255);
    text-align: center;
}

.example .example-success-after_list .title {
    font-size: .9375rem;
    background-color: rgb(30, 74, 220);
    padding: .125rem .125rem .125rem;
    margin: 0;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .example-success-before_list .title {
        font-size: 1rem;
        letter-spacing: .1875rem;
        padding: .1875rem .3125rem .21875rem;
    }

    .example .example-success-after_list .title {
        font-size: 1.4rem;
        letter-spacing: .06em;
        padding: .3rem;
    }
}


/* flow */

.flow {
    padding: 4rem 0 1.875rem;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .flow {
        padding: 5rem 30px 4.25rem;
    }
}

@media screen and (min-width: 768px) {
    .flow__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.flow__content {
    margin-top: 2rem;
}

.flow__content--top {
    margin-top: 3rem;
}


.flow__content--center {
    margin-top: 10px;
    width: clamp(550px, 61vw, 790px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    background: #cfe8ff;
    padding: 5px;
}


.flow__content--bottom {
    margin-top: 3rem;
}


.flow__content--top h3,
.flow__content--bottom h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.flow__items {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 3rem;
}

@media screen and (max-width: 767px) {
    .flow__items {
        flex-direction: column;
    }
}

.flow__item {
    width: clamp(160px, 17vw, 230px);
    border: 1px solid #009ef3;
    border-radius: 5px;
    padding: 20px 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.flow__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3.3rem;
    width: 3.5rem;
    height: 1.5rem;
    background: url(../img/top/arrow.svg) no-repeat center center / contain;
}


@media screen and (max-width: 767px) {
    .flow__item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 10px;
    }

    .flow__item:not(:last-child):after {
        top: auto;
        transform: translateY(-50%);
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        bottom: -2.3rem;
    }

}

.flow__item--head {
    text-align: center;
    height: 140px;
}

@media screen and (max-width: 767px) {
    .flow__item--head {
        height: auto;
        display: flex;
        align-items: center;
        gap: 5px;
        border-bottom: 1px solid #0084ff;
        padding-bottom: 5px;
    }
}

.flow__item--head .num {
    font-weight: 700;
    font-size: 30px;
    color: #0084ff;
}

@media screen and (max-width: 767px) {
    .flow__item--head .num {
        line-height: 1;
    }
}

.flow__item--head h4 {
    margin-top: 10px;
    font-weight: 700;
    font-size: clamp(13px, 1.4vw, 18px);
}

@media screen and (max-width: 767px) {
    .flow__item--head h4 {
        margin-top: 0;
        font-weight: 700;
        font-size: clamp(13px, 4.4vw, 18px);
    }
}

.flow__item--body {
    margin-top: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .flow__item--body {
        margin-top: 10px;
    }
}

.flow__item--body p {
    text-align: center;
    font-size: clamp(14px, 1.3vw, 16px);
}

.flow__item--body .schedule {
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    background: #cfe8ff;
    padding: 5px 0;
    line-height: 1.6;
}


/* contact */


.top-contact .wpcf7 .form_label-title .gray {
    font-size: .75rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: #5d5d5d;
    padding: 0 .71875rem;
    margin-left: .9375rem;
}

@media screen and (min-width: 768px) {
    .top-contact .wpcf7 .form_label-title .gray {
        font-size: 1rem;
        padding: 0 .9rem;
        margin-left: 1.15rem;
    }
}


.top-contact .wpcf7 p:nth-child(8) {
    position: static;
    display: block;
    margin-top: .75rem;
    width: 100%;
}

.top-contact .wpcf7 p:nth-child(9) {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    z-index: 200;

}

.top-contact .wpcf7 p:nth-child(9)::before,
.top-contact .wpcf7 p:nth-child(9)::after {
    content: "";
    position: absolute;
    display: block;
    right: 5.3%;
    width: 1.0625rem;
    height: .125rem;
    background-color: rgb(255, 255, 255);
    z-index: 210;
}

.top-contact .wpcf7 p:nth-child(9)::before {
    transform: rotate(40deg);
    top: 1.4375rem;
}

.top-contact .wpcf7 p:nth-child(9)::after {
    transform: rotate(-40deg);
    top: 2.0625rem;
}

@media screen and (min-width: 768px) {
    .wpcf7 .radio_button input {
        width: 1.05rem;
        height: 1.05rem;
        margin: .85rem .05rem 0 0;
    }
}

.wpcf7 .wpcf7-list-item {
    margin: 0 1.5rem 0 0 !important;
}

.top-contact .wpcf7 select {
    background-color: #fff;
    border: rgb(200, 200, 200) 1px solid;
    font-size: 1rem;
    border-radius: .3125rem;
}

@media screen and (max-width: 767px) {
    .top-contact .wpcf7 select {
        font-size: .75rem;
    }


}

.top-contact .wpcf7 textarea {
    background-color: #fff;
    border: rgb(200, 200, 200) 1px solid;
    font-size: 1rem;
    border-radius: .3125rem;
}


/* cta */

.banner-set-wrapper_new {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .banner-set-wrapper {
        padding-top: 0;
    }
}

.banner-set-links {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .banner-set-links {
        margin-top: 0;
    }
}


.the-bottom-text .title {
    font-size: .975rem;
    letter-spacing: .0625rem;
}

@media screen and (min-width: 768px) {
    .the-bottom-text .title {
        font-size: 1.6rem;
        letter-spacing: .07em;
    }
}


/*-----------------------------------------
    追記
-----------------------------------------*/


.sales-test .header-nav {
    margin-left: auto;
    margin-right: 1vw;
}

.sales-test .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sales-test .header-nav ul li:not(:first-child) {
    margin-left: clamp(5px, 0.6vw, 20px);
}


.sales-test .header-nav ul li a {
    display: block;
    padding: 2px 0.6rem;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    color: #222;
}

.sales-test .header-nav ul li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: clamp(12px, 1.3vw, 14px);
}


.sales-test .introduce-campany {
    margin-top: 0;
    padding-bottom: 0;
}

.sales-test #worries {
    padding-top: 2rem;
    margin-top: 1.25rem;
}

/*----------------- cta-fix -------------------*/
.cta-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
}

.cta-fix__button {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cta-fix__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 100%;
    background: #de352e;
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 960px) {
    .sales-test .header-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sales-test .header-logo {
        width: 10.625rem;
    }

    .sales-test .introduce-campany {
        margin-top: 0;
        padding-bottom: 0;
    }

    .sales-test #worries {
        padding-top: 5rem;
        margin-top: 2.45rem;
    }
}



/*-----------------------------------------
    bpo
-----------------------------------------*/


#bpo .mv-form__content--head .flex .left p {
    color: #010101;
}

#bpo .mv-form__content--head .flex .right ul li p {
    color: #DF332F;
}

#bpo .mv-title_second {
    color: #ee1a00;
}

#bpo .mv-document-request_text .yellow {
    color: #FFF77E;
    text-shadow: none;
}

#bpo .mv-title-wrapper {
    max-width: 63.8vh;
}

#bpo .section-title {
    color: var(--main-color);
}

#bpo .section-title_border {
    background-color: var(--main-color);
}

#bpo .header-nav {
    margin-left: auto;
    margin-right: 1vw;
}

#bpo .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#bpo .header-nav ul li:not(:first-child) {
    margin-left: clamp(5px, 0.6vw, 20px);
}


#bpo .header-nav ul li a {
    display: block;
    padding: 2px 0.6rem;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    color: #222;
}

#bpo .header-nav ul li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: clamp(12px, 1.3vw, 14px);
}


#bpo .about {
    padding: 4.625rem 0 1.875rem;
}

#bpo .worries__head ul {
    justify-content: center;
    gap: clamp(10px, 1.5vw, 20px);
}

#bpo .worries__head ul li {
    border: 2px solid #666;
    gap: 10px;
}

#bpo .worries__head ul li .img {
    width: clamp(135px, 11vw, 160px);
}

#bpo .worries__head ul li .img02 {
    width: clamp(170px, 14vw, 200px);
}


#bpo .worries__head ul li .head {
    background: #666;
}

#bpo .worries__contents .lead p {
    background: #DE352E;
}

#bpo .worries__body {
    background: #fff1f0;
}

#bpo .worries__body-item__body>.container:before {
    background: linear-gradient(0deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
}

#bpo .worries__body-items {
    justify-content: center;
    gap: clamp(10px, 1.4vw, 20px);
}

#bpo .worries__body-item__head {
    background: var(--main-color);
    line-height: 1.4;
}

#bpo .worries__body-item::after {
    background: url(../img/ai-kenshu/arrow.webp) no-repeat center center / contain;
}

#bpo .about__lead p.mt {
    margin-top: 1rem;
}

#bpo .about__lead span {
    color: #DE352E;
}

#bpo .about__content .bottom__text p strong {
    color: #DE352E;
}

#bpo .about__content .bottom__text p strong>span:after {
    background: #FFF67F;
}

#bpo .point {
    background-color: #fff1f0;
}


#bpo .point__dl .row dt {
    background: var(--main-color);
    padding: 25px 20px;
}

#bpo .point__dl .row dt h3 {
    line-height: 1.4;
}

#bpo .point__dl .row dd {
    padding: 40px 20px;
}

#bpo .point__dl .row dd .dd-inner {
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

#bpo .point__dl .row dd strong {
    color: var(--main-color);
}

#bpo .banner-set-wrapper {
    padding-top: 2rem;
}

#bpo .banner-set-wrapper_new {
    padding-top: 0rem;
}

#bpo .comparison-title p {
    display: inline-block;
    font-size: 1.2375rem;
    line-height: 1.3;
    letter-spacing: .09375rem;
    border-bottom: 1px solid #000;
    padding-bottom: .0625rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

#bpo .orange-text-banner h3 {
    border: none;
}

#bpo .orange-text-banner h3 p {
    font-size: .9125rem;
    letter-spacing: .07em;
    line-height: 1.2;
    border-bottom: 1px solid rgb(255, 255, 255);
    display: inline-block;
}

#bpo .orange-text-banner h3 p:nth-child(n+2) {
    margin-top: .4375rem;
}

#bpo .orange-text-banner h3 p .yellow {
    color: #fce44e;
}

#bpo .introduce-campany {
    margin-top: 0;
    padding-bottom: 0;
}

#bpo #industries {
    padding-top: 2rem;
}

#bpo .top-comparison {
    margin: 0 0 1.625rem;
}

#bpo .top-companys {
    padding: 4.625rem 0 0;
}



#bpo .flow__content--center {
    background-color: #fee7d3;
}



#bpo .flow__item {
    border: 1px solid var(--main-color);
}

#bpo .flow__item--head .num {
    color: var(--main-color);
}


#bpo .flow__item--body .schedule {
    background-color: #fee7d3
}

#bpo .flow__item:not(:last-child):after {
    background: url(../img/bpo/arrow.svg) no-repeat center center / contain;
}


@media screen and (min-width: 768px) {
    #bpo .header-logo {
        width: 10.625rem;
    }


    #bpo .top-mv {
        padding: 9vh 2.29% 5vh;
    }

    #bpo .mv-title-wrapper {
        max-width: none;
    }




    #bpo .mv-title_first {
        font-size: clamp(30px, 4vw, 53px);
        letter-spacing: .01em;
    }

    #bpo .mv-title_first span {
        font-size: clamp(20px, 3vw, 40px);
    }

    #bpo .mv-title_first .big-text {
        font-size: clamp(38px, 5vw, 70px);
    }

    #bpo .mv-title_first .big-text span {
        font-size: clamp(30px, 3.6vw, 53px);
    }

    #bpo .mv-request-wrapper {
        margin-top: 1vw;
        padding-bottom: 0;
    }

    #bpo .introduce-type_grid_head {
        padding-bottom: 2.5rem;
    }

    #bpo .orange-text-banner h3 {
        font-size: 1.78rem;
        letter-spacing: .02em;
    }

    #bpo .point .point__inner {
        padding-left: 0;
        padding-right: 0;
    }

    #bpo .comparison-title p {
        font-size: 1.75rem;
        letter-spacing: .08em;
        padding-bottom: 0;
    }

    #bpo .orange-text-banner h3 p {
        font-size: 1.78rem;
        letter-spacing: .02em;
    }

    #bpo .orange-text-banner h3 p:nth-child(n+2) {
        margin-top: 1rem;
    }

    #bpo .introduce-campany {
        margin-top: 0;
        padding-bottom: 0;
    }

    #bpo #industries {
        padding-top: 5rem;
    }


    #bpo .top-comparison {
        margin: 0 0 2.45rem;
    }

    #bpo .top-companys {
        padding: 8.5rem 0 2.4375rem;
    }
}

@media screen and (min-width: 1440px) {
    #bpo .mv-title_first .big-text {
        font-size: 10vh;
        letter-spacing: .01em;
    }

    #bpo .mv-title_second {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 960px) {

    #bpo .header-nav {
        display: none;
    }

    #bpo .introduce-type_grid .introduce-type_grid_li {
        width: clamp(210px, 26vw, 249px);
    }
}

@media screen and (max-width: 767px) {

    #bpo .top-mv {
        background-color: var(--main-color);
    }

    #bpo .mv-first-view {
        background-color: var(--main-color);
    }

    #bpo .mv-first-view {
        display: block;
        height: auto;
    }

    #bpo .mv-title_strength {
        margin-top: 30px;
    }

    #bpo .mv-title_first {
        font-size: clamp(24px, 3.2vw, 25px);
        letter-spacing: .01rem;
    }

    #bpo .mv-title_first span {
        font-size: clamp(17px, 2.7vw, 20px);
    }

    #bpo .mv-title_first .big-text {
        font-size: clamp(35px, 5vw, 38px);
    }

    #bpo .mv-title_first .big-text span {
        font-size: clamp(26px, 4.3vw, 33px);
    }

    #bpo .mv-title_second {
        font-size: clamp(18px, 3vw, 20px);
    }

    #bpo .mv-document-request_text {
        font-size: clamp(14px, 3vw, 18px);
        font-weight: 700;
    }

    #bpo .mv-form {
        margin-top: 0;
    }

    #bpo .worries__head ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #bpo .worries__head ul li {
        gap: 0;
    }

    #bpo .worries__head ul .last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    #bpo .worries__head ul li .img {
        width: clamp(107px, 20vw, 160px);
    }

    #bpo .worries__head ul li .img02 {
        width: clamp(135px, 25vw, 200px);
    }

    #bpo .worries__body-items {
        column-gap: 10px;
        row-gap: clamp(30px, 7vw, 50px);
        grid-template-columns: repeat(2, 1fr);
    }

    #bpo .worries__body-item {
        padding-bottom: 5px;
    }

    #bpo .worries__body-item-last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    #bpo .worries__body-item__body>.container {
        min-height: 5.625rem;
    }

    #bpo .point__dl .row dt {
        padding: 5px 20px;
    }

    #bpo .point__dl .row dd {
        padding: 15px;
    }

    #bpo .introduce-type_grid .introduce-type_grid_li {
        width: 100%;
    }

    #bpo .flow__item--head {
        border-bottom: 1px solid var(--main-color);
    }
}


/*-----------------------------------------
    jimu
-----------------------------------------*/

#jimu .header-nav {
    margin-left: auto;
    margin-right: 1vw;
}

#jimu .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#jimu .header-nav ul li:not(:first-child) {
    margin-left: clamp(5px, 0.6vw, 20px);
}


#jimu .header-nav ul li a {
    display: block;
    padding: 2px 0.6rem;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    color: #222;
}

#jimu .header-nav ul li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: clamp(12px, 1.3vw, 14px);
}


#jimu .mv-form__content--head .flex .left p {
    color: #010101;
}

#jimu .mv-form__content--head .flex .right ul li p {
    color: #388c8a;
}

#jimu .mv-title-wrapper {
    max-width: 52.8vh;
}


#jimu .section-title {
    color: #388c8a;
}

#jimu .section-title_border {
    background-color: #388c8a;
}


#jimu .worries__head ul {
    justify-content: center;
    gap: clamp(10px, 1.5vw, 20px);
}

#jimu .worries__head ul li {
    border: 2px solid #666;
    gap: 10px;
}

#jimu .worries__head ul li .img {
    width: clamp(135px, 11vw, 160px);
}

#jimu .worries__head ul li .img02 {
    width: clamp(170px, 14vw, 200px);
}


#jimu .worries__head ul li .head {
    background: #666;
}

#jimu .worries__contents .lead p {
    background: #4eb7b4;
}

#jimu .worries__body {
    background: #e0f7f6;
}

#jimu .worries__body-item__body>.container:before {
    background: linear-gradient(0deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
}

#jimu .worries__body-items {
    justify-content: center;
    gap: clamp(10px, 1.4vw, 20px);
}

#jimu .worries__body-item__head {
    background: #4eb7b4;
    line-height: 1.4;
}

#jimu .worries__body-item::after {
    background: url(../img/jimu/arrow.webp) no-repeat center center / contain;
}

#jimu.jimu-test .about {
    padding: 4.625rem 0 1.875rem;
}

#jimu .about__lead span {
    color: #f17e00;
}

#jimu .about__lead p.mt {
    margin-top: 1rem;
}

#jimu .about__content .bottom__text p strong {
    color: #f17e00;
}

#jimu .point {
    background-color: #e0f7f6;
}

#jimu .point__dl .row dt {
    background: #4eb7b4;
    padding: 25px 20px;
}


#jimu .point__dl .row dt h3 {
    line-height: 1.4;
}

#jimu .point__dl .row dd {
    padding: 40px 20px;
}

#jimu .point__dl .row dd .dd-inner {
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

#jimu .point__dl .row dd strong {
    color: #f17e00;
}

#jimu .banner-set-wrapper {
    padding-top: 2rem;
}

#jimu .banner-set-wrapper_new {
    padding-top: 0rem;
}


#jimu .green-text-banner h3 {
    border: none;
}

#jimu .green-text-banner h3 p {
    font-size: .9125rem;
    letter-spacing: .07em;
    line-height: 1.2;
    border-bottom: 1px solid rgb(255, 255, 255);
    display: inline-block;
}

#jimu .green-text-banner h3 p:nth-child(n+2) {
    margin-top: .4375rem;
}

#jimu .green-text-banner h3 p .yellow {
    color: #fce44e;
}

#jimu.jimu-test .introduce-campany {
    margin-top: 0;
    padding-bottom: 0;
}

#jimu.jimu-test #industries {
    padding-top: 2rem;
}

#jimu.jimu-test .top-comparison {
    margin: 0 0 1.625rem;
}

#jimu.jimu-test .top-companys {
    padding: 4.625rem 0 0;
}

#jimu .comparison-title p {
    display: inline-block;
    font-size: 1.2375rem;
    line-height: 1.3;
    letter-spacing: .09375rem;
    border-bottom: 1px solid #000;
    padding-bottom: .0625rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

#jimu .example-success-after_list h4 {
    background-color: #4eb7b4;
}

#jimu .flow__item {
    border: 1px solid #5FD6D2;
}

#jimu .flow__item--head .num {
    color: #4EB7B4;
}


#jimu .flow__item:not(:last-child):after {
    background: url(../img/jimu/arrow.svg) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
    #jimu.jimu-test .header-logo {
        width: 10.625rem;
    }

    #jimu .mv-title-wrapper {
        max-width: none;
    }

    #jimu .mv-title_first {
        font-size: clamp(30px, 4vw, 53px);
        letter-spacing: .01em;
    }

    #jimu .mv-title_first span {
        font-size: clamp(20px, 3vw, 40px);
    }

    #jimu .mv-title_first .big-text {
        font-size: clamp(46px, 6vw, 78px);
    }

    #jimu .mv-title_first .big-text span {
        font-size: clamp(30px, 3.6vw, 53px);
    }

    #jimu .green-text-banner h3 p {
        font-size: 1.78rem;
        letter-spacing: .02em;
    }

    #jimu.jimu-test .introduce-campany {
        margin-top: 0;
        padding-bottom: 0;
    }

    #jimu.jimu-test #industries {
        padding-top: 5rem;
    }


    #jimu.jimu-test .top-comparison {
        margin: 0 0 2.45rem;
    }

    #jimu.jimu-test .top-companys {
        padding: 8.5rem 0 2.4375rem;
    }

    #jimu .comparison-title p {
        font-size: 1.75rem;
        letter-spacing: .08em;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1440px) {

    #jimu .mv-title_first {
        font-size: 6vh;
        letter-spacing: .04em;
    }

    #jimu .mv-title_first .big-text {
        font-size: 11vh;
        letter-spacing: .01em;
    }
}

@media screen and (max-width: 960px) {
    #jimu.jimu-test .header-nav {
        display: none;
    }

    #jimu .introduce-type_grid .introduce-type_grid_li {
        width: clamp(210px, 26vw, 249px);
    }
}

@media screen and (max-width: 767px) {

    #jimu .top-mv {
        background-color: #4eb7b4;
    }

    #jimu .mv-first-view {
        background-color: #4eb7b4;
    }

    #jimu .mv-first-view {
        display: block;
        height: auto;
    }

    #jimu .mv-title_strength {
        margin-top: 30px;
    }

    #jimu .mv-title_first {
        font-size: clamp(24px, 3.2vw, 25px);
        letter-spacing: .01rem;
    }

    #jimu .mv-title_first span {
        font-size: clamp(17px, 2.7vw, 20px);
    }

    #jimu .mv-title_first .big-text {
        font-size: clamp(35px, 6vw, 40px);
    }

    #jimu .mv-title_first .big-text span {
        font-size: clamp(26px, 4.3vw, 33px);
    }

    #jimu .mv-title_second {
        font-size: clamp(18px, 3vw, 20px);
    }

    #jimu .mv-document-request_text {
        font-size: clamp(14px, 3vw, 18px);
        font-weight: 700;
    }

    #jimu .mv-form {
        margin-top: 0;
    }

    #jimu .worries__head ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #jimu .worries__head ul li {
        gap: 0;
    }

    #jimu .worries__head ul .last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    #jimu .worries__head ul li .img {
        width: clamp(107px, 20vw, 160px);
    }

    #jimu .worries__head ul li .img02 {
        width: clamp(135px, 25vw, 200px);
    }

    #jimu .worries__body-items {
        column-gap: 10px;
        row-gap: clamp(30px, 7vw, 50px);
        grid-template-columns: repeat(2, 1fr);
    }

    #jimu .worries__body-item {
        padding-bottom: 5px;
    }

    #jimu .worries__body-item-last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    #jimu .worries__body-item__body>.container {
        min-height: 5.625rem;
    }

    #jimu .point__dl .row dt {
        padding: 5px 20px;
    }

    #jimu .point__dl .row dd {
        padding: 15px;
    }

    #jimu .introduce-type_grid .introduce-type_grid_li {
        width: 100%;
    }

}



/*-----------------------------------------
    sekoukeikaku
-----------------------------------------*/

.jimu-sekoukeikaku .header-logo {
    width: 10.5rem!important;
    margin: .8rem .5rem .4rem 1.85rem!important;
}



.jimu-sekoukeikaku .banner-set_title {
    font-size: 2.2rem;
}

.jimu-sekoukeikaku .contact-title-wrapper h2 {
    font-size: 2.3rem;

}

.jimu-sekoukeikaku .comparison .comparison-table-wrapper table .tsukunobi_th {
    font-size: 1.1rem;
}

#jimu .introduce-type2{
    border: 1px solid #888;
}

#jimu .introduce-type2 h4{
    padding: 0;
}


#jimu .introduce-type2 .body {
    border-top: 1px solid #888;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#jimu .introduce-type2 .body p {
           font-size: 1.3rem;
}


@media screen and (max-width: 960px) {
    .jimu-sekoukeikaku .header-nav {
        display: none;
    }

    .jimu-sekoukeikaku .top-mv {
        padding: 9vh 4.29% 5vh !important;
    }

    .jimu-sekoukeikaku .comparison .comparison-table-wrapper table .tsukunobi_th {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 767px) {
    .jimu-sekoukeikaku .header-logo {
    margin: .4rem .5rem .4rem 1.85rem!important;
}
        .jimu-sekoukeikaku .top-mv {
        padding: 0 !important;
    }

    .jimu-sekoukeikaku .about__content .bottom__text p strong {
        font-size: clamp(32px, 6.7vw, 45px);
    }

    .jimu-sekoukeikaku .banner-set_title {
        font-size: 1.3rem;
    }

    #jimu .introduce-type2 .body p {
    font-size: clamp(13px, 2.4vw, 16px);
}

    .jimu-sekoukeikaku .contact-title-wrapper h2 {
    font-size: 1.3rem;
}
}

@media screen and (min-width: 768px) {
    .introduce-type2 {
        margin-top: 6.45rem;
    }
}

/*-----------------------------------------
    koukyou
-----------------------------------------*/

#koukyou .mv-form__content--head {
    /* background: #1e4adc; */
}

#koukyou .mv-form__content--head .flex .left p {
    /* color: #fff; */
}

#koukyou .mv-form__content--head .flex .right ul li p {
    /* color: #0f2469; */
}

#koukyou .mv-title_second {
    color: #1e4adc;
}

#koukyou .mv-document-request_text .yellow {
    color: #fedb27;
    text-shadow: none;
}

#koukyou .mv-title-wrapper {
    max-width: 63.8vh;
}


#koukyou .section-title {
    color: #0f2469;
}

#koukyou .section-title_border {
    background-color: #0f2469;
}

#koukyou .header-nav {
    margin-left: auto;
    margin-right: 1vw;
}

#koukyou .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#koukyou .header-nav ul li:not(:first-child) {
    margin-left: clamp(5px, 0.6vw, 20px);
}


#koukyou .header-nav ul li a {
    display: block;
    padding: 2px 0.6rem;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    color: #222;
}

#koukyou .header-nav ul li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: clamp(12px, 1.3vw, 14px);
}


#koukyou .about {
    padding: 4.625rem 0 1.875rem;
}

#koukyou .worries__head ul {
    justify-content: center;
    gap: clamp(10px, 1.5vw, 20px);
}

#koukyou .worries__head ul li {
    border: 2px solid #666;
    gap: 10px;
}

#koukyou .worries__head ul li .img {
    width: clamp(135px, 11vw, 160px);
}

#koukyou .worries__head ul li .img02 {
    width: clamp(170px, 14vw, 200px);
}


#koukyou .worries__head ul li .head {
    background: #666;
}

#koukyou .worries__contents .lead p {
    background: #0f2469;
}

#koukyou .worries__body {
    background: #edeeff;
}

#koukyou .worries__body-item__body>.container:before {
    background: linear-gradient(0deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
}

#koukyou .worries__body-items {
    justify-content: center;
    gap: clamp(10px, 1.4vw, 20px);
}

#koukyou .worries__body-item__head {
    background: #0f2469;
    line-height: 1.4;
}



#koukyou .about__lead p.mt {
    margin-top: 1rem;
}


#koukyou .about__content .bottom__text p strong>span:after {
    background: #FFF67F;
}

#koukyou .point {
    background-color: #edeeff;
}

#koukyou .point__dl .row dt {
    padding: 25px 20px;
}

#koukyou .point__dl .row dt h3 {
    line-height: 1.4;
}

#koukyou .point__dl .row dd {
    padding: 40px 20px;
}

#koukyou .point__dl .row dd .dd-inner {
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

#koukyou .banner-set-wrapper {
    padding-top: 2rem;
}

#koukyou .banner-set-wrapper_new {
    padding-top: 0rem;
}

#koukyou .comparison-title p {
    display: inline-block;
    font-size: 1.2375rem;
    line-height: 1.3;
    letter-spacing: .09375rem;
    border-bottom: 1px solid #000;
    padding-bottom: .0625rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

#koukyou .orange-text-banner h3 {
    border: none;
}

#koukyou .orange-text-banner h3 p {
    font-size: .9125rem;
    letter-spacing: .07em;
    line-height: 1.2;
    border-bottom: 1px solid rgb(255, 255, 255);
    display: inline-block;
}

#koukyou .orange-text-banner h3 p:nth-child(n+2) {
    margin-top: .4375rem;
}

#koukyou .orange-text-banner h3 p .yellow {
    color: #FFF67F;
}

#koukyou .introduce-campany {
    margin-top: 0;
    padding-bottom: 0;
}

#koukyou #industries {
    padding-top: 2rem;
}

#koukyou .top-comparison {
    margin: 0 0 1.625rem;
}

#koukyou .top-companys {
    padding: 4.625rem 0 0;
}

#koukyou .example .example-success-after_list ul li .orange {
    color: #1e4adc;
}


#koukyou .flow__content--center {
    background-color: #fee7d3;
}



#koukyou .flow__item {
    border: 1px solid #0f2469;
}

#koukyou .flow__item--head .num {
    color: #0f2469;
}


#koukyou .flow__item--body .schedule {
    background-color: #fee7d3
}

#koukyou .flow__item:not(:last-child):after {
    background: url(../img/koukyou/arrow.svg) no-repeat center center / contain;
}


@media screen and (min-width: 768px) {
    #koukyou .header-logo {
        width: clamp(178px, 18.5vw, 270px);
        margin: 0.75% .7rem .4rem 1.5rem;
    }


    #koukyou .top-mv {
        padding: 9vh 2.29% 5vh;
    }

    #koukyou .mv-title-wrapper {
        max-width: none;
    }




    #koukyou .mv-title_first {
        font-size: clamp(30px, 4vw, 53px);
        letter-spacing: .01em;
    }

    #koukyou .mv-title_first span {
        font-size: clamp(20px, 3vw, 40px);
    }

    #koukyou .mv-title_first .big-text {
        font-size: clamp(38px, 5vw, 70px);
    }

    #koukyou .mv-title_first .big-text span {
        font-size: clamp(30px, 3.6vw, 53px);
    }

    #koukyou .mv-request-wrapper {
        margin-top: 1vw;
        padding-bottom: 0;
    }

    #koukyou .introduce-type_grid_head {
        padding-bottom: 2.5rem;
    }

    #koukyou .orange-text-banner h3 {
        font-size: 1.78rem;
        letter-spacing: .02em;
    }

    #koukyou .point .point__inner {
        padding-left: 0;
        padding-right: 0;
    }

    #koukyou .comparison-title p {
        font-size: 1.75rem;
        letter-spacing: .08em;
        padding-bottom: 0;
    }

    #koukyou .orange-text-banner h3 p {
        font-size: 1.78rem;
        letter-spacing: .02em;
    }

    #koukyou .orange-text-banner h3 p:nth-child(n+2) {
        margin-top: 1rem;
    }

    #koukyou .introduce-campany {
        margin-top: 0;
        padding-bottom: 0;
    }

    #koukyou #industries {
        padding-top: 5rem;
    }


    #koukyou .top-comparison {
        margin: 0 0 2.45rem;
    }

    #koukyou .top-companys {
        padding: 8.5rem 0 2.4375rem;
    }
}

@media screen and (min-width: 1440px) {
    #koukyou .mv-title_first .big-text {
        font-size: 9vh;
        letter-spacing: .01em;
    }

    #koukyou .mv-title_second {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 960px) {

    #koukyou .header-nav {
        display: none;
    }

    #koukyou .introduce-type_grid .introduce-type_grid_li {
        width: clamp(210px, 26vw, 249px);
    }
}

@media screen and (max-width: 767px) {


    #koukyou .mv-first-view {
        display: block;
        height: auto;
        background-color: #6377b8;
    }

    #koukyou .mv-title_strength {
        margin-top: 0;
        margin-bottom: 30px;

    }

    #koukyou .mv-title_first {
        font-size: clamp(24px, 3.2vw, 25px);
        letter-spacing: .01rem;
    }

    #koukyou .mv-title_first span {
        font-size: clamp(17px, 2.7vw, 20px);
    }

    #koukyou .mv-title_first .big-text {
        font-size: clamp(35px, 5vw, 38px);
    }

    #koukyou .mv-title_first .big-text span {
        font-size: clamp(26px, 4.3vw, 33px);
    }

    #koukyou .mv-title_second {
        font-size: clamp(18px, 3vw, 20px);
    }

    #koukyou .mv-document-request_text {
        font-size: clamp(14px, 3vw, 18px);
        font-weight: 700;
    }

    #koukyou .mv-form {
        margin-top: 0;
    }

    #koukyou .worries__head ul {
        grid-template-columns: repeat(2, 1fr);
    }

    #koukyou .worries__head ul li {
        gap: 0;
    }

    #koukyou .worries__head ul .last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    #koukyou .worries__head ul li .img {
        width: clamp(107px, 20vw, 160px);
    }

    #koukyou .worries__head ul li .img02 {
        width: clamp(135px, 25vw, 200px);
    }

    #koukyou .worries__body-items {
        column-gap: 10px;
        row-gap: clamp(30px, 7vw, 50px);
        grid-template-columns: repeat(2, 1fr);
    }

    #koukyou .worries__body-item {
        padding-bottom: 5px;
    }

    #koukyou .worries__body-item-last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    #koukyou .worries__body-item__body>.container {
        min-height: 5.625rem;
    }

    #koukyou .point__dl .row dt {
        padding: 5px 20px;
    }

    #koukyou .point__dl .row dd {
        padding: 15px;
    }

    #koukyou .introduce-type_grid .introduce-type_grid_li {
        width: 100%;
    }

    #koukyou .flow__item--head {
        border-bottom: 1px solid #0f2469;
    }

}


/*-----------------------------------------
    cad
-----------------------------------------*/

.cad-test .header-nav {
    margin-left: auto;
    margin-right: 1vw;
}

.cad-test .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cad-test .header-nav ul li:not(:first-child) {
    margin-left: clamp(5px, 0.6vw, 20px);
}


.cad-test .header-nav ul li a {
    display: block;
    padding: 2px 0.6rem;
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 700;
    position: relative;
    color: #222;
}

.cad-test .header-nav ul li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: clamp(12px, 1.3vw, 14px);
}


.cad-test .mv-form__content--head .flex .left p {
    color: #010101;
}

.cad-test .mv-form__content--head .flex .right ul li p {
    color: #388c8a;
}

.cad-test .mv-title-wrapper {
    max-width: 52.8vh;
}


.cad-test .section-title {
    color: #388c8a;
}

.cad-test .section-title_border {
    background-color: #388c8a;
}


.cad-test .worries__head ul {
    justify-content: center;
    gap: clamp(10px, 1.5vw, 20px);
}

.cad-test .worries__head ul li {
    border: 2px solid #666;
    gap: 10px;
}

.cad-test .worries__head ul li .img {
    width: clamp(135px, 11vw, 160px);
}

.cad-test .worries__head ul li .img02 {
    width: clamp(170px, 14vw, 200px);
}


.cad-test .worries__head ul li .head {
    background: #666;
}

.cad-test .worries__contents .lead p {
    background: #53B655;
}

.cad-test .worries__body {
    background: #F3FFF3;
}

.cad-test .worries__body-item__body>.container:before {
    background: linear-gradient(0deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
}

.cad-test .worries__body-items {
    justify-content: center;
    gap: clamp(10px, 1.4vw, 20px);
}

.cad-test .worries__body-item__head {
    background: #53B655;
    line-height: 1.4;
}

.cad-test .worries__body-item::after {
    background: url(../img/cad/arrow.webp) no-repeat center center / contain;
}

.cad-test.cad-test .about {
    padding: 4.625rem 0 1.875rem;
}

.cad-test .about__lead span {
    color: #53B655;
}

.cad-test .about__lead p.mt {
    margin-top: 1rem;
}

.cad-test .about__content .bottom__text p strong {
    color: #53B655;
}

.cad-test .point {
    background-color: #F3FFF3;
}

.cad-test .point__dl .row dt {
    background: #53B655;
    padding: 25px 20px;
}


.cad-test .point__dl .row dt h3 {
    line-height: 1.4;
}

.cad-test .point__dl .row dd {
    padding: 40px 20px;
}

.cad-test .point__dl .row dd .dd-inner {
    line-height: 1.6;
    letter-spacing: 0.02rem;
}

.cad-test .point__dl .row dd strong {
    color: #53B655;
}

.cad-test .banner-set-wrapper {
    padding-top: 2rem;
}

.cad-test .banner-set-wrapper_new {
    padding-top: 0rem;
}


.cad-test .green-text-banner h3 {
    border: none;
}

.cad-test .green-text-banner h3 p {
    font-size: .9125rem;
    letter-spacing: .07em;
    line-height: 1.2;
    border-bottom: 1px solid rgb(255, 255, 255);
    display: inline-block;
}

.cad-test .green-text-banner h3 p:nth-child(n+2) {
    margin-top: .4375rem;
}

.cad-test .green-text-banner h3 p .yellow {
    color: #fce44e;
}

.cad-test.cad-test .introduce-campany {
    margin-top: 0;
    padding-bottom: 0;
}

.cad-test.cad-test #industries {
    padding-top: 2rem;
}

.cad-test.cad-test .top-comparison {
    margin: 0 0 1.625rem;
}

.cad-test.cad-test .top-companys {
    padding: 4.625rem 0 0;
}

.cad-test .comparison-title p {
    display: inline-block;
    font-size: 1.2375rem;
    line-height: 1.3;
    letter-spacing: .09375rem;
    border-bottom: 1px solid #000;
    padding-bottom: .0625rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.cad-test .example-success-after_list h4 {
    background-color: #53B655;
}

.cad-test .flow__item {
    border: 1px solid #53B655;
}

.cad-test .flow__item--head .num {
    color: #53B655;
}


.cad-test .flow__item:not(:last-child):after {
    background: url(../img/cad/arrow.svg) no-repeat center center / contain;
}


.cad-test .refund_text-banner h4 {
    border: 3.2px solid #53B655;
    color: #53B655;
    padding: .9rem 1.5rem .65rem;
}

@media screen and (min-width: 768px) {
    .cad-test.cad-test .header-logo {
        width: 10.625rem;
    }

    .cad-test .top-mv {
        padding: 9vh 2.29% 5vh !important;
    }

    .cad-test .mv-title-wrapper {
        max-width: none !important;
    }

    .cad-test .mv-title_first {
        font-size: clamp(30px, 4vw, 53px);
        letter-spacing: .01em;
    }

    .cad-test .mv-title_first span {
        font-size: clamp(20px, 3vw, 40px);
    }

    .cad-test .mv-title_first .big-text {
        font-size: clamp(46px, 6vw, 78px);
    }

    .cad-test .mv-title_first .big-text span {
        font-size: clamp(30px, 3.6vw, 53px);
    }

    .cad-test .green-text-banner h3 p {
        font-size: 1.78rem;
        letter-spacing: .02em;
    }

    .cad-test.cad-test .introduce-campany {
        margin-top: 0;
        padding-bottom: 0;
    }

    .cad-test.cad-test #industries {
        padding-top: 5rem;
    }


    .cad-test.cad-test .top-comparison {
        margin: 0 0 2.45rem;
    }

    .cad-test.cad-test .top-companys {
        padding: 8.5rem 0 2.4375rem;
    }

    .cad-test .comparison-title p {
        font-size: 1.75rem;
        letter-spacing: .08em;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1440px) {

    .cad-test .mv-title_first {
        font-size: 6vh;
        letter-spacing: .04em;
    }

    .cad-test .mv-title_first .big-text {
        font-size: 11vh;
        letter-spacing: .01em;
    }

    .cad-test .mv-title_second {
        font-size: 2.4vw !important;
    }

}

@media screen and (max-width: 960px) {
    .cad-test.cad-test .header-nav {
        display: none;
    }

    .cad-test .introduce-type_grid .introduce-type_grid_li {
        width: clamp(210px, 26vw, 249px);
    }
}

@media screen and (max-width: 767px) {

    .cad-test .top-mv {
        background-color: #53B655;
    }

    .cad-test .mv-first-view {
        background-color: #53B655;
    }

    .cad-test .mv-first-view {
        display: block;
        height: auto;
    }

    .cad-test .mv-title_strength {
        margin-top: 30px;
    }

    .cad-test .mv-title_first {
        font-size: clamp(24px, 3.2vw, 25px);
        letter-spacing: .01rem;
    }

    .cad-test .mv-title_first span {
        font-size: clamp(17px, 2.7vw, 20px);
    }

    .cad-test .mv-title_first .big-text {
        font-size: clamp(35px, 6vw, 40px);
    }

    .cad-test .mv-title_first .big-text span {
        font-size: clamp(26px, 4.3vw, 33px);
    }

    .cad-test .mv-title_second {
        font-size: clamp(18px, 3vw, 20px);
    }

    .cad-test .mv-document-request_text {
        font-size: clamp(14px, 3vw, 18px);
        font-weight: 700;
    }

    .cad-test .mv-form {
        margin-top: 0;
    }

    .cad-test .worries__head ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .cad-test .worries__head ul li {
        gap: 0;
    }

    .cad-test .worries__head ul .last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    .cad-test .worries__head ul li .img {
        width: clamp(107px, 20vw, 160px);
    }

    .cad-test .worries__head ul li .img02 {
        width: clamp(135px, 25vw, 200px);
    }

    .cad-test .worries__body-items {
        column-gap: 10px;
        row-gap: clamp(30px, 7vw, 50px);
        grid-template-columns: repeat(2, 1fr);
    }

    .cad-test .worries__body-item {
        padding-bottom: 5px;
    }

    .cad-test .worries__body-item-last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 49%;
    }

    .cad-test .worries__body-item__body>.container {
        min-height: 5.625rem;
    }

    .cad-test .point__dl .row dt {
        padding: 5px 20px;
    }

    .cad-test .point__dl .row dd {
        padding: 15px;
    }

    .cad-test .introduce-type_grid .introduce-type_grid_li {
        width: 100%;
    }

}
