body {
    margin: 0;
    font-family: "Meiryo", sans-serif;
}

/* 画面全体のローダー */
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: rgba(255, 255, 255, 0.9);
}

/* グルグル（スピナー） */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1030px) {
    .fast-view-img {
        width: 100%;
        display: block;
    }

    .fast-view-img-sp {
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .fast-view-img {
        display: none;
    }

    .fast-view-img-sp {
        width: 100%;
        display: block;
    }

}

@media screen and (min-width: 1030px) {
    .manga {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1030px) {
    .manga {
        display: block;
        margin: 0 auto;
        width: 85%;
    }
}

.scientific-method {
    background-color: #FFF8ED;
}

@media screen and (min-width: 1030px) {
    .scientific-method-text-wrap {
        display: flex;
        flex-flow: column;
        width: 60%;
        margin: 0 auto;
        padding: 71px;
    }

    .scientific-method-text {
        height: 3.6vw;
        margin-bottom: 1vw;
    }

    .scientific-method-text-highlight {
        height: 5vw;
        margin-top: 0.4vw;
    }
}

@media screen and (max-width: 1030px) {
    .scientific-method-text-wrap {
        display: flex;
        flex-flow: column;
        width: 95%;
        margin: 0 auto;
        padding: 3vw 0 2vw 0px;
    }

    .scientific-method-text {
        height: 6.5vw;
        margin-bottom: 1vw;
    }

    .scientific-method-text-highlight {
        height: 8.6vw;
        margin-bottom: 1vw;
    }
}

.scientific-method-wave {
    width: 100%;
}

@media screen and (min-width: 1030px) {
    .negative-method-img {
        width: 100%;
        display: block;
    }

    .negative-method-img-sp {
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .negative-method-img {
        display: none;
    }

    .negative-method-img-sp {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 1030px) {
    .insomnia-help-profile {
        width: 45%;
        margin: 45px auto 27px auto;
        display: flex;
        background: linear-gradient(to right, #FFF8ED, #F9EFCD);
        padding: 2vw 2.5vw 2vw 2.5vw;
        gap: 40px;
        border-radius: 13px;
    }

    .insomnia-help h1 {
        text-align: center;
        border-bottom: 3px solid #A2680C;
        width: 60%;
        margin: 45px auto 27px auto;
        color: #A2680C;
        font-size: 2vw;
    }

    .insomnia-help-profile-text {
        font-size: 1.3vw;
        font-weight: 600;
        color: #5B5B5B;
        margin: 5px 0px;
    }

    .insomnia-help-arrow-img {
        margin: 45px auto 27px auto;
        display: block;
    }

    .insomnia-help-message {
        width: 45%;
        margin: 45px auto 60px auto;
        background: #FFF8EC;
        padding: 45px 36px 45px 36px;
        border-radius: 13px;
    }

    .insomnia-help-message-text-wrap {
        margin: 36px 0px;
        display: block;
    }

    .insomnia-help-message-text-wrap-sp {
        margin: 36px 0px;
        display: none;
    }

    .ininsomnia-help-message-text--bg-wrap {
        margin: 34px 0px 23px 0px;
        display: block;
    }

    .insomnia-help-message-text--bg {
        font-size: 1.7vw;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #907D3D;
        margin: 7px auto;
        width: max-content;
        display: block;
    }

    .ininsomnia-help-message-text--bg-wrap-sp {
        display: none;
    }

    .insomnia-help-message-text--bg-sp {
        display: none;
    }

    .insomnia-help-message-sub-text {
        text-align: center;
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        line-height: 4vh;
        margin: 20px 0px 0px 0px;
    }

    .insomnia-help-message-sub-text-sp {
        display: none;
    }

    .insomnia-help-profile-img {
        width: 40%;
    }
}

@media screen and (max-width: 1030px) {
    .insomnia-help-profile {
        width: 88%;
        margin: 17px auto 17px auto;
        background: linear-gradient(to right, #FFF8ED, #F9EFCD);
        padding: 2vw 2.5vw 2vw 2.5vw;
        gap: 2vw;
        border-radius: 13px;
    }

    .insomnia-help h1 {
        text-align: center;
        border-bottom: 3px solid #A2680C;
        width: 90%;
        margin: 1vw auto 0vw auto;
        color: #A2680C;
        font-size: 5vw;
    }

    .insomnia-help-profile-text {
        font-size: 4.2vw;
        font-weight: 600;
        color: #5B5B5B;
        margin: 5px 0px;
    }

    .insomnia-help-arrow-img {
        margin: 20px auto 20px auto;
        display: block;
        width: 36vw;
    }

    .insomnia-help-message {
        width: 95%;
        margin: 20px auto 30px auto;
        background: #FFF8EC;
        padding: 24px 3px 45px 3px;
        border-radius: 13px;
    }

    .insomnia-help-message-text-wrap {
        margin: 36px 0px;
        display: none;
    }

    .insomnia-help-message-text-wrap-sp {
        margin: 36px 0px;
        display: block;
    }

    .insomnia-help-message-text-sp {
        display: block;
        margin: 0 auto;
        height: 60vw;
    }


    .ininsomnia-help-message-text--bg-wrap {
        display: none;
    }

    .insomnia-help-message-text--bg {
        display: none;
    }

    .ininsomnia-help-message-text--bg-wrap-sp {

        margin: 34px 0px 23px 0px;
        display: block;
    }

    .insomnia-help-message-text--bg-sp {
        font-size: 4.6vw;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #907D3D;
        margin: 7px auto;
        width: max-content;
        display: block;
    }

    .insomnia-help-message-sub-text {
        display: none;
    }

    .insomnia-help-message-sub-text-sp {
        text-align: center;
        font-size: 4.6vw;
        font-weight: bold;
        color: #5B5B5B;
        line-height: 4vh;
        margin: 20px 0px 0px 0px;
    }

    .insomnia-help-profile-img {
        width: 36%;
        object-fit: contain;
        margin: 10px auto;
        display: block;
    }
}

.insomnia-help-message-img-wrap {
    display: flex;
    gap: 5%;
    justify-content: center;
}

.insomnia-help-message-img {
    width: 45%;
}




.insomnia-help-message-text-1 {
    width: 90%;
    margin: 20px auto;
    display: block;
}

.insomnia-help-message-text-2 {
    width: 80%;
    margin: 20px auto;
    display: block;
}

.insomnia-help-message-text-3 {
    width: 63%;
    margin: 20px auto;
    display: block;
}

.insomnia-help-message-text-4 {
    width: 89%;
    margin: 20px auto;
    display: block;
}

.insomnia-help-message-text-5 {
    width: 90%;
    margin: 20px auto;
    display: block;
}

.feelings-of-inferiority {
    background-color: #f4e8d5;
}

@media screen and (min-width: 1030px) {
    .feelings-of-inferiority-img {
        width: 100%;
        display: block;
    }

    .feelings-of-inferiority-img-sp {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .feelings-of-inferiority-img {
        width: 100%;
        display: none;
    }

    .feelings-of-inferiority-img-sp {
        width: 100%;
        display: block;
    }
}


@media screen and (min-width: 1030px) {
    .self-help-warp {
        width: 55%;
        margin: 91px auto 0 auto;
        border-radius: 47px;
        background-color: white;
        padding: 0px 40px 25px 40px;
    }

    .self-help-text {
        font-size: 22px;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .self-help-warp h1 {
        margin: 0px auto;
        background-color: #A79A83;
        color: white;
        font-size: 25px;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 31px;
        position: relative;
        padding: 14px 79px;
        border-radius: 25px;
    }

    .self-help-contents-warp {
        display: flex;
        gap: 45px;
    }
}

@media screen and (max-width: 1030px) {
    .self-help-warp {
        width: 85%;
        margin: 53px auto 0 auto;
        border-radius: 47px;
        background-color: white;
        padding: 0px 15px 25px 15px;
        display: block;
    }

    .self-help-text {
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0px;
        line-height: 6vw;
        margin-bottom: 10px;
    }

    .self-help-img {
        width: 23vw;
    }

    .self-help-warp h1 {
        margin: 0px auto;
        background-color: #A79A83;
        color: white;
        font-size: 4.6vw;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        width: max-content;
        max-width: 300px;
        bottom: 19px;
        position: relative;
        padding: 8px 20px;
        border-radius: 15px;
    }

    .self-help-contents-warp {
        display: flex;
        gap: 25px;
    }
}


.self-help {
    background-color: #F4E8D5;
    display: inline-block;
    width: 100%;
}

.self-help-text-red {
    color: red;
}

.self-help-text-highlight {
    background: linear-gradient(transparent 47%, #FFEFD2 83%);
}

@media screen and (min-width: 1030px) {
    .system-hormones-title {
        margin: 0 auto;
        width: 47%;
        padding-right: 25%;
        display: block;
    }

    .system-hormones-warp {
        width: 55%;
        margin: 105px auto 0 auto;
        background-color: white;
        padding: 0px 65px 50px 65px;
    }

    .system-hormones-warp h1 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 51px;
        position: relative;
        padding: 0px 16px;
        border: 1px solid;
    }

    .system-hormones-text {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }
}

@media screen and (max-width: 1030px) {
    .system-hormones-title {
        margin: 22px auto 0 auto;
        width: 95%;
        display: block;
    }

    .system-hormones-warp {
        width: 84%;
        margin: 53px auto 0 auto;
        background-color: white;
        padding: 0px 20px 25px 20px;
    }

    .system-hormones-warp h1 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 8vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 25px;
        position: relative;
        padding: 0px 16px;
        border: 1px solid;
    }

    .system-hormones-text {
        font-size: 5.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }
}

.system-hormones {
    background-color: #A79A83;
}

.scientific-method-wave-cream {
    width: 100%;
}






.system-hormones-red {
    color: red;
}

@media screen and (min-width: 1030px) {
    .testimonials-next {
        width: 100%;
        display: block;
    }

    .testimonials-next-sp {
        display: none;
    }

    .testimonials-warp {
        width: 70%;
        margin: 0 auto;
        padding-top: 60px;
    }

    .testimonials-title {
        border: 4px solid #5B5B5B;
        border-radius: 123px;
        display: flex;
        padding: 7px 22px;
        margin: 0px auto 0 auto;
        background-color: white;
    }

    .testimonials-title h1 {
        font-size: 2.0vw;
        color: #5B5B5B;
        margin: auto auto auto 16px;
    }

    .testimonials-text h2 {
        background-color: #A99068;
        color: white;
        padding: 13px 22px;
        border-radius: 31px;
        font-size: 1.5vw;
        width: max-content;
    }

    .testimonials-contents-warp {
        display: flex;
        gap: 28px;
        margin-top: 31px;
    }

    .testimonials-img {
        height: fit-content;
        width: 55%;
    }

    .testimonials-text p {
        font-size: 1.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 3px 0px 12px 35px;
    }

    .testimonials-text h3 {
        font-size: 1.5vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 20px 0px 0px 0px;
    }

    .testimonials-explanation-text {
        font-size: 1.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 6% auto;
        padding: 0px 84px;
    }

    .testimonials-explanation-text::first-letter {
        font-size: 2.9vw;
        color: #10AF9E;
    }

    .testimonials-explanation-img {
        object-fit: cover;
        width: 35%;
    }

    .testimonials-explanation-warp {
        display: flex;
    }

    .testimonials-separate {
        border-top: dotted 7px #a99068;
        width: 75%;
        margin: 60px auto 0px auto;
    }
}

@media screen and (max-width: 1030px) {
    .testimonials-next {
        display: none;
    }

    .testimonials-next-sp {
        width: 100%;
        display: block;
    }

    .testimonials-warp {
        width: 88%;
        margin: 0 auto;
        padding-top: 21px;
    }

    .testimonials-title {
        border: 2px solid #5B5B5B;
        border-radius: 29px;
        display: flex;
        padding: 3px 10px;
        margin: 0px auto 0 auto;
        background-color: white;
    }

    .testimonials-title h1 {
        font-size: 4.5vw;
        color: #5B5B5B;
        margin: auto auto auto 10px;
    }

    .testimonials-face {
        width: 17vw;
    }

    .testimonials-text h2 {
        background-color: #A99068;
        color: white;
        padding: 6px 13px;
        border-radius: 16px;
        font-size: 4.5vw;
        width: max-content;
        max-width: 293px;
        margin: 9px auto;
    }

    .testimonials-contents-warp {
        margin-top: 16px;
    }

    .testimonials-img {
        width: 100%;
        object-fit: cover;
    }

    .testimonials-text p {
        font-size: 4vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 3px 0px 12px 25px;
    }

    .testimonials-text h3 {
        font-size: 5vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 15px 0px 0px 0px;
    }

    .testimonials-explanation-text {
        font-size: 4.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 4% auto;
        padding: 0px 30px;
    }

    .testimonials-explanation-text::first-letter {
        font-size: 5.9vw;
        color: #10AF9E;
    }

    .testimonials-explanation-img {
        object-fit: cover;
        width: 100%;
    }

    .testimonials-explanation-warp {
        display: flex;
        flex-direction: column;
    }

    .testimonials-explanation-warp-reverse-sp {
        display: flex;
        flex-direction: column-reverse;
    }

    .testimonials-separate {
        border-top: dotted 4px #a99068;
        width: 83%;
        margin: 26px auto 11px auto;
    }
}

.testimonials-explanation-text-red {
    color: red;
}

.testimonials {
    background-color: #FFF8ED;
    padding-bottom: 45px;
    background-image: linear-gradient(to right, orange 0%, orange 3%, #fff8ed 3%, #fff8ed 97%, orange 97%, orange 100%);
}

.testimonials-text-highlight {
    background: linear-gradient(transparent 51%, #ffe2ad 40%);
}






@media screen and (min-width: 1030px) {
    .why-problem-warp {
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }

    .why-problem-text-warp {
        width: 26%;
        border-radius: 47px 0px 0 47px;
        background-color: white;
        padding: 10px 49px;
    }

    .why-problem-text {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .why-problem-text::first-letter {
        font-size: 2.4vw;
        color: #10AF9E;
    }

    .why-problem-img {
        object-fit: cover;
        border-radius: 0px 47px 47px 0px;
        width: 31%;
    }

    .why-problem-title {
        margin: 0 auto;
        padding-top: 130px;
        padding-bottom: 107px;
        width: 45%;
        padding-right: 37%;
        display: block;
    }

    .why-problem-title-sp {
        display: none;
    }

    .why-problem-title-img {
        position: absolute;
        transform: translate(210px, -429px);
    }

    .why-problem-text--bg {
        font-size: 3.2vw;
        font-weight: bold;
        text-align: center;
        color: #a79a83;
        background-color: #ffffff;
        display: block;
        margin: 15px auto;
        width: max-content;
        padding: 0px 16px;
    }

    .why-problem-text--bg-wrap {
        padding: 73px 0;
    }

    .why-problem-example-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-items: center;
        margin: 0px auto 95px auto;
        width: 65%;
    }

    .why-problem-example-warp {
        padding: 48px 48px;
        background-color: white;
        width: 78%;
    }

    .why-problem-example-warp h3 {
        font-size: 1.5vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 30px 0px 12px 0px;
    }

    .why-problem-example-warp h4 {
        font-size: 1.4vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0px;
    }

    .why-problem-example-warp li {
        font-size: 1.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0px;
    }
}

@media screen and (max-width: 1030px) {
    .why-problem-warp {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

    .why-problem-text-warp {
        width: 85%;
        border-radius: 27px 27px 0 0;
        background-color: white;
        padding: 10px 15px;
        margin: 0 auto;
    }

    .why-problem-text {
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .why-problem-text::first-letter {
        font-size: 5.4vw;
        color: #10AF9E;
    }

    .why-problem-img {
        object-fit: cover;
        border-radius: 0 0 27px 27px;
        width: 93%;
        margin: 0 auto;
    }

    .why-problem-title {
        display: none;
    }

    .why-problem-title-sp {
        margin: 0 auto;
        padding-top: 32px;
        padding-bottom: 32px;
        width: 65%;
        padding-right: 29%;
        display: block;
    }

    .why-problem-text--bg {
        font-size: 6.2vw;
        font-weight: bold;
        text-align: center;
        color: #a79a83;
        background-color: #ffffff;
        display: block;
        margin: 10px auto;
        width: max-content;
        padding: 0px 16px;
    }

    .why-problem-text--bg-wrap {
        padding: 13px 0;
    }

    .why-problem-example-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-items: center;
        margin: 0px auto 39px auto;
        width: 87%;
    }

    .why-problem-example-warp {
        padding: 10px;
        background-color: white;
        width: 102%;
    }

    .why-problem-example-warp h3 {
        font-size: 4.5vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 7px 0px 7px 0px;
    }

    .why-problem-example-warp h4 {
        font-size: 4.5vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0px;
    }

    .why-problem-example-warp ul {
        margin: 1px 0px 1px 0;
        padding: 0 0 0 18px;
    }

    .why-problem-example-warp li {
        font-size: 4.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0px;
    }
}


@media (max-width: 1030px) and (min-width: 930px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 166%, 590px), -237px);
        width: 355px;
    }
}

@media (max-width: 930px) and (min-width: 830px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 163%, 535px), -205px);
        width: 308px;
    }
}

@media (max-width: 830px) and (min-width: 730px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 146%, 440px), -205px);
        width: 308px;
    }
}

@media (max-width: 730px) and (min-width: 630px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 110%, 336px), -205px);
        width: 308px;
    }
}

@media (max-width: 630px) and (min-width: 430px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 184%, 296px), -151px);
        width: 225px;
    }
}

@media (max-width: 500px) and (min-width: 400px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 134%, 230px), -116px);
        width: 173px;
    }
}

@media (max-width: 400px) and (min-width: 370px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 117%, 201px), -116px);
        width: 173px;
    }
}

@media (max-width: 370px) {
    .why-problem-title-img {
        position: absolute;
        transform: translate(clamp(0px, 103%, 178px), -116px);
        width: 173px;
    }
}

.why-problem {
    background-color: #A79A83;
}

.why-problem-example-text-red {
    color: red;
}

.why-problem-text-red {
    color: red;
}

.why-problem-example-warp img {
    margin: 0 auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

.why-problem-wave-brown {
    width: 100%;
}

@media screen and (min-width: 1030px) {
    .real-cause h1 {
        text-align: center;
        border-bottom: 3px solid #5B5B5B;
        width: 60%;
        margin: 70px auto 10px auto;
        color: #5B5B5B;
        font-size: 2.2vw;
    }

    .real-cause-text-warp {
        position: relative;
        background: #ffffff;
        border-radius: 36px;
        padding: 0px 50px 35px 50px;
        color: #000;
        margin: 80px auto 0 auto;
        border: 1px solid #000000;
        width: 50%;
    }

    .real-cause-text-warp p {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .real-cause h2 {
        margin: 0px auto;
        background-color: #FFB4A3;
        color: white;
        font-size: 1.4vw;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 31px;
        position: relative;
        padding: 14px 79px;
        border-radius: 25px;
    }

    .real-cause-img {
        display: block;
        margin: 20px auto 0 auto;
        width: 55%;
    }

}

@media screen and (max-width: 1030px) {
    .real-cause h1 {
        text-align: center;
        border-bottom: 3px solid #5B5B5B;
        width: 90%;
        margin: 16px auto 10px auto;
        color: #5B5B5B;
        font-size: 5.2vw;
    }

    .real-cause-text-warp {
        position: relative;
        background: #ffffff;
        border-radius: 36px;
        padding: 0px 14px 11px 14px;
        color: #000;
        margin: 50px auto 0 auto;
        border: 1px solid #000000;
        width: 82%;
    }

    .real-cause-text-warp p {
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0 0 10px 0;
    }

    .real-cause h2 {
        margin: 0px auto;
        background-color: #FFB4A3;
        color: white;
        font-size: 5vw;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        max-width: 212px;
        bottom: 25px;
        position: relative;
        padding: 9px 41px;
        border-radius: 17px;
    }


    .real-cause-img {
        display: block;
        margin: 20px auto 0 auto;
        width: 98%;
    }

}

.real-cause-text--fukidashi {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 32px solid #5b5b5b;
    margin: 0 auto;
}



.real-cause-text-red {
    color: red;
}

.real-cause-text--fukidashi::after {
    content: '';
    position: absolute;
    top: -34px;
    left: -60px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 32px solid white;
    display: block;
}

.what-to-do-wave-white {
    width: 100%;
}

.what-to-do {
    background-color: #A79A83;
}

@media screen and (min-width: 1030px) {
    .what-to-do h1 {
        font-size: 3.0vw;
        font-weight: bold;
        text-align: center;
        color: #a79a83;
        background-color: #ffffff;
        display: block;
        margin: 110px auto 15px auto;
        width: 55%;
        padding: 10px 50px;
    }

    .what-to-do-text-warp {
        width: 55%;
        margin: 50px auto 0 auto;
        background-color: white;
        padding: 25px 50px;
        position: relative;
        background: #ffffff;
        color: white;
    }

    .what-to-do-text {
        font-size: 1.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .what-to-do-text-highlight {
        font-size: 1.7vw;
        font-weight: bold;
        color: white;
        background-color: #907D3D;
        width: max-content;
    }

    .what-to-do-text-highlight-sp {
        display: none;
    }

    .what-to-do-img {
        margin: 40px auto 0 auto;
        display: block;
        width: 61%;
    }

    .what-to-do-img-sp {
        display: none;
    }

    .what-to-do-text-warp--fukidashi {
        position: relative;
        background: #ffffff;
        color: white;
        padding: 37px 40px;
        width: 55%;
        display: block;
        margin: 70px auto 0 auto;
        border-radius: 84px;
    }

    .what-to-do-text-warp--fukidashi::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 36px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }
}

@media screen and (max-width: 1030px) {
    .what-to-do h1 {
        font-size: 6.2vw;
        font-weight: bold;
        text-align: center;
        color: #a79a83;
        background-color: #ffffff;
        display: block;
        margin: 53px auto 15px auto;
        width: 90%;
        padding: 10px 10px;
    }

    .what-to-do-text-warp {
        width: 90%;
        margin: 20px auto 0 auto;
        background-color: white;
        padding: 10px 10px;
        position: relative;
        background: #ffffff;
        color: white;
    }

    .what-to-do-text {
        font-size: 4.3vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .what-to-do-text-highlight {
        display: none;
    }

    .what-to-do-text-highlight-sp {
        font-size: 4.7vw;
        font-weight: bold;
        color: white;
        background-color: #907D3D;
        width: max-content;
        margin: 11px 0px;
    }

    .what-to-do-img {
        display: none;
    }

    .what-to-do-img-sp {
        margin: 19px auto 0 auto;
        display: block;
        width: 95%;
    }

    .what-to-do-text-warp--fukidashi {
        position: relative;
        background: #ffffff;
        color: white;
        padding: 26px 26px;
        width: 73%;
        display: block;
        margin: 52px auto 0 auto;
        border-radius: 60px;
    }

    .what-to-do-text-warp--fukidashi::after {
        content: "";
        position: absolute;
        bottom: 97%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 36px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }
}










@media screen and (min-width: 1030px) {
    .natural-painless-title {
        margin: 90px auto 0 auto;
        display: block;
        width: 52%;
    }

    .natural-painless-title-1-warp {
        color: white;
        font-size: 25px;
        display: flex;
        width: max-content;
        bottom: -3vw;
        right: 37px;
        position: relative;
        border-radius: 25px;
    }

    .natural-painless-title-1-warp h1 {
        background-color: #9B7437;
        padding: 6px 29px;
        margin: 71px 0 0 0;
        border-radius: 26px;
        height: max-content;
        font-size: 2.4vw;
    }

    .natural-painless-text-1 {
        margin: 7% 56px 26px 56px;
        font-size: 1.1vw;
        font-weight: bold;
        line-height: 1.9vw;
        color: #5B5B5B;
    }

    .natural-painless-img-reason {
        width: 8.6vw;
        margin-right: 37px;
    }

    .natural-painless-1-warp {
        width: 52%;
        margin: 0 auto;
    }

    .natural-painless-text-2 {
        margin: 27px 56px 26px 56px;
        font-size: 1.1vw;
        font-weight: bold;
        line-height: 1.9vw;
        color: #5B5B5B;
    }

    .natural-painless-text-2-warp {
        width: 52%;
        margin: 50px auto 0 auto;
    }

    .natural-painless-2-warp h1 {
        margin: 0;
        padding: 10px 45px;
        background-color: #9b7437;
        width: fit-content;
        border-radius: 30px 0 30px 0;
        color: white;
        font-size: 1.8vw;
    }

    .natural-painless-text-img {
        width: 36%;
        float: right;
        margin: 31px 36px 0px 24px;
    }

    .natural-painless-text-3 {
        margin: 27px 56px 26px 56px;
        font-size: 1.1vw;
        font-weight: bold;
        line-height: 1.9vw;
        color: #5B5B5B;
    }

    .natural-painless-text-3-warp {
        width: 52%;
        margin: 50px auto 0 auto;
    }

    .natural-painless-3-warp h1 {
        margin: 0;
        padding: 10px 45px;
        background-color: #9b7437;
        width: fit-content;
        border-radius: 0 30px 0 30px;
        color: white;
        font-size: 1.8vw;
        margin-left: auto;
    }
}

@media screen and (max-width: 1030px) {
    .natural-painless-title {
        margin: 35px auto 0 auto;
        display: block;
        width: 90%;
    }

    .natural-painless-title-1-warp {
        color: white;
        font-size: 39px;
        display: flex;
        width: max-content;
        bottom: -7vw;
        right: 8px;
        position: relative;
        border-radius: 25px;
    }

    .natural-painless-title-1-warp h1 {
        background-color: #9B7437;
        padding: 3px 18px;
        margin: 37px 0 0 0;
        border-radius: 15px;
        height: max-content;
        font-size: 5.4vw;
    }

    .natural-painless-text-1 {
        margin: 9% 17px 12px 17px;
        font-size: 4.5vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .natural-painless-img-reason {
        width: 20.6vw;
        margin-right: 18px;
    }

    .natural-painless-1-warp {
        width: 90%;
        margin: 0 auto;
    }

    .natural-painless-text-2 {
        margin: 5% 17px 12px 17px;
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .natural-painless-text-2-warp {
        width: 90%;
        margin: 50px auto 0 auto;
    }

    .natural-painless-2-warp h1 {
        margin: 0;
        padding: 4px 22px;
        background-color: #9b7437;
        width: fit-content;
        max-width: 209px;
        border-radius: 30px 0 30px 0;
        color: white;
        font-size: 5.6vw;
    }

    .natural-painless-text-img {
        width: 36%;
        float: right;
        margin: 5% 36px 0px 24px;
    }

    .natural-painless-text-3 {
        margin: 5% 17px 12px 17px;
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .natural-painless-text-3-warp {
        width: 90%;
        margin: 50px auto 0 auto;
    }

    .natural-painless-3-warp h1 {
        margin: 0;
        padding: 4px 22px;
        background-color: #9b7437;
        width: fit-content;
        max-width: 234px;
        border-radius: 0 30px 0 30px;
        color: white;
        font-size: 4.8vw;
        margin-left: auto;
    }
}

.natural-painless {
    background-color: #FFF8ED;
}

.natural-painless-wave-brown {
    width: 100%;
}

.natural-painless-text-1-warp {
    background-color: white;
    border: solid 4px #9b7437;
    border-radius: 39px;
}

.natural-painless-text-1-warp h1 {
    margin: 0;
    padding: 10px 45px;
    background-color: #9b7437;
    width: fit-content;
    border-radius: 30px 0 30px 0;
    color: white;
    font-size: 2.4vw;
}

.natural-painless-text-2-warp {
    background-color: white;
    border: solid 4px #9b7437;
    border-radius: 39px;
}

.natural-painless-text-3-warp {
    background-color: white;
    border: solid 4px #9b7437;
    border-radius: 39px;
}

.natural-painless-text-red {
    color: red;
}

.solution-attempt {
    background-color: #A79A83;
}

@media screen and (min-width: 1030px) {
    .solution-attempt-title {
        margin: 70px auto 0 auto;
        display: block;
        width: 61%;
    }

    .solution-attempt-warp h1 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 51px;
        position: relative;
        padding: 0px 66px;
        border: 1px solid;
    }

    .solution-attempt-text {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .solution-attempt-warp {
        width: 55%;
        margin: 140px auto 0 auto;
        background-color: white;
        padding: 0px 65px 5% 65px;
    }

    .solution-attempt-img--right {
        width: 36%;
        float: right;
        margin: 0px 0px 0px 28px;
    }

    .solution-attempt-img--left {
        width: 36%;
        float: left;
        margin: 0px 28px 0px 0px;
    }

    .solution-attempt-warp-Turnaround {
        padding: 0px 65px 2% 65px !important;
    }

    .solution-attempt-warp--fukidashi {
        position: relative;
        background: #ffffff;
        color: white;
        padding: 37px 40px;
        width: 59%;
        display: block;
        margin: 70px auto 0 auto;
        border-radius: 84px;
    }

    .solution-attempt-warp--fukidashi::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 36px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }
}

@media screen and (max-width: 1030px) {
    .solution-attempt-title {
        margin: 29px auto 0 auto;
        display: block;
        width: 90%;
    }

    .solution-attempt-warp h1 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 7.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 27px;
        position: relative;
        padding: 0px 20px;
        border: 1px solid;
    }

    .solution-attempt-text {
        font-size: 5.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .solution-attempt-warp {
        width: 80%;
        margin: 66px auto 0 auto;
        background-color: white;
        padding: 0px 20px 6% 20px;
    }

    .solution-attempt-img--right {
        width: 60%;
        margin: 0 auto 20px auto;
        display: block;
    }

    .solution-attempt-img--left {
        width: 60%;
        margin: 0 auto 20px auto;
        display: block;
    }

    .solution-attempt-warp--fukidashi {
        position: relative;
        background: #ffffff;
        color: white;
        padding: 26px 26px;
        width: 73%;
        display: block;
        margin: 52px auto 0 auto;
        border-radius: 60px;
    }

    .solution-attempt-warp--fukidashi::after {
        content: "";
        position: absolute;
        bottom: 97%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 36px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

}













.solution-attempt-text-highlight {
    background: linear-gradient(transparent 47%, #FFEFD2 83%);
}

.solution-attempt-text-red {
    color: red;
}

.fee-about-wave-brown {
    width: 100%;
}

.fee-about {
    background-color: #FFF0D9;
}

@media screen and (min-width: 1030px) {
    .fee-about h1 {
        font-size: 3.6vw;
        background-color: white;
        width: 58%;
        padding: 0 52px;
        text-align: center;
        display: block;
        margin: 58px auto 0 auto;
        border: 2px solid #A79A83;
        border-radius: 21px;
        color: #A79A83;
    }

    .fee-about h2 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 2.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: -33px;
        position: relative;
        padding: 0px 66px;
        border: 2px solid;
        border-radius: 16px;
    }

    .fee-about-text-warp {
        width: 26%;
        border-radius: 47px 0px 0 47px;
        background-color: white;
        padding: 10px 49px;
    }

    .fee-about-img-1 {
        object-fit: cover;
        border-radius: 0px 47px 47px 0px;
        width: 35%;
    }

    .fee-about-warp {
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }

    .fee-about-text {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin-top: 53px;
        line-height: 2.4vw;
    }

    .fee-about-text::first-letter {
        font-size: 2.9vw;
        color: #10AF9E;
    }

    .fee-about-arrow-img {
        width: 65%;
        margin: 65px auto;
        display: block;
    }

    .fee-about-arrow-img-sp {
        display: none;
    }

    .fee-about-img-2 {
        border-radius: 0px 47px 47px 0;
        object-fit: cover;
    }

    .fee-about-explanation-text-warp {
        background-color: white;
        border-radius: 25px;
        padding: 36px 53px;
        width: 56%;
        margin: 0 auto;
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .fee-about-pickup-text-warp {
        font-size: 2.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 50px auto 50px auto;
        line-height: 4vw;
        width: fit-content;
        display: block;
    }

    .fee-about-pickup-text-warp-sp {
        display: none;
    }

    .fee-about-pickup-text-highlight {
        color: white;
        background-color: #A79A83;
        padding: 5px 5px 5px 19px;
        margin: 0 14px 0 7px;
    }

    .fee-about-pickup-text-highlight-sp {
        display: none;
    }

    .fee-about-pickup-text--bk {
        font-size: 2.4vw;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #A79A83;
        display: block;
        margin: 7px auto;
        width: max-content;
        padding: 6px 18px;
    }

    .fee-about-price-text {
        font-size: 2.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 66px auto 42px auto;
        line-height: 5.6vw;
        width: fit-content;
        display: block;
    }

    .fee-about-price-text-highlight {
        padding: 10px 28px 10px 28px;
        background-color: white;
        font-size: 3vw;
        margin: 20px;
        color: red;
        border-radius: 26px;
        box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.2);
    }

    .fee-about-price-text-sp {
        display: none;
    }

    .fee-about-price-text-highlight-sp {
        display: none;
    }
}

@media screen and (max-width: 1030px) {
    .fee-about h1 {
        font-size: 7.6vw;
        background-color: white;
        width: 58%;
        padding: 0 52px;
        text-align: center;
        display: block;
        margin: 58px auto 0 auto;
        border: 2px solid #A79A83;
        border-radius: 21px;
        color: #A79A83;
    }

    .fee-about h2 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 5.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: -28px;
        position: relative;
        padding: 0px 16px;
        border: 2px solid;
        border-radius: 8px;
    }

    .fee-about-text-warp {
        width: 85%;
        border-radius: 27px 27px 0 0;
        background-color: white;
        padding: 10px 15px;
        margin: 0 auto;
    }

    .fee-about-img-1 {
        object-fit: cover;
        border-radius: 0 0 27px 27px;
        width: 93%;
        margin: 0 auto;
        display: block;
    }

    .fee-about-text {
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin-top: 38px;
        line-height: 5.8vw;
    }

    .fee-about-text::first-letter {
        font-size: 6.3vw;
        color: #10AF9E;
    }

    .fee-about-arrow-img {
        display: none;
    }

    .fee-about-arrow-img-sp {
        width: 90%;
        margin: 31px auto;
        display: block;
    }

    .fee-about-img-2 {
        object-fit: cover;
        border-radius: 0 0 27px 27px;
        width: 93%;
        margin: 0 auto;
        display: block;
    }

    .fee-about-explanation-text-warp {
        background-color: white;
        border-radius: 25px;
        padding: 20px 20px;
        width: 75%;
        margin: 0 auto;
        font-size: 4.6vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .fee-about-pickup-text-warp {
        display: none;
    }

    .fee-about-pickup-text-warp-sp {
        font-size: 5.0vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 50px auto 50px auto;
        width: fit-content;
        display: block;
        text-align: center;
        line-height: 9vw;
    }

    .fee-about-pickup-text-highlight {
        display: none;
    }

    .fee-about-pickup-text-highlight-sp {
        color: white;
        background-color: #A79A83;
        padding: 5px 0px 5px 9px;
        margin: 0 11px 0 -3px;
    }

    .fee-about-pickup-text--bk {
        font-size: 6.4vw;
        font-weight: bold;
        text-align: center;
        color: white;
        background-color: #A79A83;
        display: block;
        margin: 7px auto;
        width: max-content;
        padding: 6px 18px;
    }

    .fee-about-price-text {
        display: none;
    }

    .fee-about-price-text-highlight {
        display: none;
    }

    .fee-about-price-text-sp {
        font-size: 6.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 66px auto 42px auto;
        line-height: 13.6vw;
        width: fit-content;
        display: block;
        text-align: center;
    }

    .fee-about-price-text-highlight-sp {
        padding: 3px 10px 3px 10px;
        background-color: white;
        font-size: 7vw;
        margin: 0 6px;
        color: red;
        border-radius: 18px;
        box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.2);
    }
}



.fee-about-text-red {
    color: red;
}

.contact-form-wave-brown {
    width: 100%;
}

@media screen and (min-width: 1030px) {
    .contact-form-warp {
        width: 60%;
        margin: 94px auto;
        background-color: #FFF0D9;
        border-radius: 60px;
        padding: 0px 0px 31px 0px;
    }

    .contact-form-title-warp {
        padding: 22px 0px 0px 0px;
        background-color: #DBCBB3;
        border-radius: 60px 60px 0px 0px;
    }

    .contact-form-title-warp h1 {
        background-color: #A79A83;
        padding: 14px 0px;
        text-align: center;
        width: 79%;
        margin: 0 auto;
        color: white;
        font-size: 2vw;
        border-radius: 17px;
    }

    .contact-form-title-img-1 {
        bottom: -3px;
        position: relative;
        width: 14%;
    }

    .contact-form-title-img-2 {
        bottom: 0px;
        position: relative;
        width: 19%;
    }

    .contact-form-title-text-warp {
        margin: 7px 20px 15px 20px;
        width: 47%;
    }

    .contact-form-title-contents-warp {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .contact-form-title-text-1 {
        text-align: left;
        width: 100%;
        margin: 0;
        color: #5B5B5B;
        font-size: 1.6vw;
        font-weight: bold;
    }

    .contact-form-title-text-2 {
        text-align: right;
        width: 100%;
        margin: 0;
        color: #5B5B5B;
        font-size: 1.6vw;
        font-weight: bold;
    }

    .contact-form-title-text-3 {
        text-align: end;
        width: 100%;
        margin: 6px 0 0 0;
        color: #5B5B5B;
        font-size: 1.3vw;
        font-weight: bold;
    }

    .contact-form-text-warp {
        display: flex;
        padding: 29px 0px;
        gap: 29px;
        width: 80%;
        margin: 0 auto;
    }

    .contact-form-text-warp h2 {
        margin: 0;
        background-color: #a79a83;
        color: white;
        text-align: center;
        padding: 10px 8px;
        font-size: 1.7vw;
        width: 100%;
    }

    .contact-form-contents-warp p {
        margin: 0;
        font-size: 1.1vw;
        color: #5B5B5B;
        font-weight: bold;
    }

    .contact-form-text-img-2 {
        width: 100%;
        margin: 17px 0px 0px 0px;
    }

    .contact-form-sleepingbrainbody-text {
        font-size: 1.8vw;
        font-weight: bold;
        color: #7290A6;
        width: fit-content;
        margin: 0 auto 28px auto;
    }

    .contact-form-contact-warp {
        width: 80%;
        margin: 0 auto;
    }

    .contact-form-contact-warp h3 {
        background-color: #ffffff;
        padding: 14px 0px;
        text-align: center;
        width: 99%;
        margin: 0px 0 16px 0;
        color: #A79A83;
        font-size: 2vw;
        border-radius: 17px;
        border: solid;
    }

    .contact-form-contact-linephon-warp {
        display: flex;
        justify-content: center;
        gap: min(20vw, 41px);
        width: 100%;
    }

    .contact-form-contact-form-img {
        width: 100%;
        margin: 0px 0 10px 0;
    }

    .contact-form-contact-line-img {
        width: 100%;
    }

    .contact-form-contact-phon-img {
        width: 100%;
    }

    .contact-form-contact-form-img-sp {
        display: none;
    }

    .contact-form-contact-line-img-sp {
        display: none;
    }

    .contact-form-contact-phon-img-sp {
        display: none;
    }

    .contact-form-information-text-warp h4 {
        margin: 0;
        background-color: #a79a83;
        color: white;
        text-align: center;
        padding: 10px 8px;
        font-size: 1.7vw;
        border-radius: 13px;
    }

    .contact-form-information-warp {
        display: flex;
        justify-content: center;
        width: 80%;
        margin: 13px auto 0 auto;
        gap: 19px;
    }

    .contact-form-information-text-contents {
        background-color: white;
        border-radius: 14px;
        padding: 11px 14px;
        margin-top: 19px;
        border: solid 2px #A79A83;
    }

    .contact-form-information-text {
        margin: 0;
        font-size: 1.1vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .contact-form-information-text-number {
        margin: 0;
        font-size: 1.6vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .contact-form-map {
        width: 60%;
        height: 674px;
        margin: 94px auto 0px auto;
        display: block;
        border-radius: 55px;
    }

    .contact-form-map-text-1 {
        width: 60%;
        margin: 8px auto 8px auto;
        display: block;
        font-size: 1vw;
        font-weight: bold;
        color: #5B5B5B;
        text-align: center;
    }

    .contact-form-map-text-2 {
        width: 60%;
        margin: 8px auto 81px auto;
        display: block;
        font-size: 1vw;
        font-weight: bold;
        color: #5B5B5B;
        text-align: left;
    }

    .contact-form-text-img-1 {
        width: 40%;
    }

    .contact-form-contents-warp {
        width: 50%;
    }
}

@media screen and (max-width: 1030px) {
    .contact-form-warp {
        width: 95%;
        margin: 25px auto;
        background-color: #FFF0D9;
        border-radius: 17px;
        padding: 0px 0px 18px 0px;
    }

    .contact-form-title-warp {
        padding: 14px 0px 0px 0px;
        background-color: #DBCBB3;
        border-radius: 17px 17px 0px 0px;
    }

    .contact-form-title-warp h1 {
        background-color: #A79A83;
        padding: 8px 0px;
        text-align: center;
        width: 94%;
        margin: 0 auto;
        color: white;
        font-size: 4.4vw;
        border-radius: 16px;
    }

    .contact-form-title-img-1 {
        bottom: 1px;
        position: relative;
        width: 19%;
    }

    .contact-form-title-img-2 {
        bottom: 0px;
        position: relative;
        width: 24%;
    }

    .contact-form-title-text-warp {
        margin: 1px 4px 0px 4px;
        width: 55%;
    }

    .contact-form-title-contents-warp {
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }

    .contact-form-title-text-1 {
        text-align: left;
        width: 100%;
        margin: 0;
        color: #5B5B5B;
        font-size: 3.4vw;
        font-weight: bold;
    }

    .contact-form-title-text-2 {
        text-align: right;
        width: 100%;
        margin: 0;
        color: #5B5B5B;
        font-size: 3.4vw;
        font-weight: bold;
    }

    .contact-form-title-text-3 {
        text-align: end;
        width: 100%;
        margin: 6px 0 0 0;
        color: #5B5B5B;
        font-size: 3.4vw;
        font-weight: bold;
    }

    .contact-form-text-warp {
        padding: 15px 0px;
        width: 94%;
        margin: 0 auto;
    }

    .contact-form-text-warp h2 {
        margin: 0 auto;
        background-color: #a79a83;
        color: white;
        text-align: center;
        padding: 7px 0px;
        font-size: 4.7vw;
        width: 94%;
    }

    .contact-form-contents-warp p {
        margin: 0;
        font-size: 3.8vw;
        color: #5B5B5B;
        font-weight: bold;
    }

    .contact-form-text-img-2 {
        width: 94%;
        margin: 9px auto;
        display: block;
    }

    .contact-form-sleepingbrainbody-text {
        font-size: 4.8vw;
        font-weight: bold;
        color: #7290A6;
        width: fit-content;
        margin: 0 auto 20px auto;
    }

    .contact-form-contact-warp {
        width: 95%;
        margin: 0 auto;
    }

    .contact-form-contact-warp h3 {
        background-color: #ffffff;
        padding: 8px 0px;
        text-align: center;
        width: 98%;
        margin: 0 auto 10px auto;
        color: #A79A83;
        font-size: 4.4vw;
        border-radius: 7px;
        border: solid;
    }

    .contact-form-contact-form-img {
        width: 100%;
        margin: 6px 0;
    }

    .contact-form-contact-linephon-warp-sp {
        width: 100%;
    }

    .contact-form-contact-form-img {
        display: none;
    }

    .contact-form-contact-line-img {
        display: none;
    }

    .contact-form-contact-phon-img {
        display: none;
    }

    .contact-form-contact-form-img-sp {
        width: 100%;
        margin: 7px 0;
        display: block;
    }

    .contact-form-contact-line-img-sp {
        width: 100%;
    }

    .contact-form-contact-phon-img-sp {
        width: 100%;
    }

    .contact-form-information-text-warp h4 {
        margin: 0;
        background-color: #a79a83;
        color: white;
        text-align: center;
        padding: 5px 3px;
        font-size: 3.2vw;
        border-radius: 7px;
    }

    .contact-form-information-warp {
        display: flex;
        justify-content: center;
        width: 93%;
        margin: 3px auto 0 auto;
        gap: 5px;
    }

    .contact-form-information-text-contents {
        background-color: white;
        border-radius: 8px;
        padding: 3px 5px;
        margin-top: 5px;
        border: solid 1px #A79A83;
    }

    .contact-form-information-text {
        margin: 0;
        font-size: 3.2vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .contact-form-information-text-number {
        margin: 0;
        font-size: 3.6vw;
        font-weight: bold;
        color: #5B5B5B;
    }

    .contact-form-map {
        width: 95%;
        height: 330px;
        margin: 34px auto 0px auto;
        display: block;
        border-radius: 55px;
    }

    .contact-form-map-text-1 {
        width: 95%;
        margin: 8px auto 8px auto;
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #5B5B5B;
        text-align: center;
    }

    .contact-form-map-text-2 {
        width: 95%;
        margin: 8px auto 38px auto;
        display: block;
        font-size: 3.8vw;
        font-weight: bold;
        color: #5B5B5B;
        text-align: left;
    }

    .contact-form-text-img-1 {
        width: 59%;
        display: block;
        margin: 0 auto 10px auto;
    }

    .contact-form-contents-warp {
        width: 95%;
        margin: 0 auto;
    }
}






.contact-form-contact-form {
    display: block;
    background-color: #ffffff;
    padding: 9px 33px;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    color: #A79A83;
    font-size: 2vw;
    font-weight: bold;
    border-radius: 22px;
    border: 3px solid;
    text-decoration: none;
}

.contact-form-information-img {
    width: 45%;
    object-fit: cover;
}

.contact-form-information-text-warp {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 1030px) {
    .three-ways {
        background-color: #A79A83;
        padding-top: 10px;
        padding-bottom: 95px;
    }

    .three-ways h1 {
        font-size: 3.0vw;
        font-weight: bold;
        text-align: center;
        color: #a79a83;
        background-color: #ffffff;
        display: block;
        margin: 110px auto 15px auto;
        width: 55%;
        padding: 10px 50px;
    }

    .three-ways-warp {
        width: 67%;
        margin: 140px auto 0 auto;
        background-color: white;
        padding: 0px 65px 5% 65px;
    }

    .three-ways-warp h2 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        bottom: 51px;
        position: relative;
        padding: 0px 66px;
        border: 1px solid;
    }

    .three-ways-text {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .three-ways-explanation-text-warp--fukidashi {
        position: relative;
        background: #ffffff;
        color: white;
        padding: 37px 88px;
        width: 66%;
        display: block;
        margin: 70px auto 0 auto;
        border-radius: 84px;
    }

    .three-ways-explanation-text-warp--fukidashi::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 36px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

    .three-ways-explanation-text {
        font-size: 1.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }
}

@media screen and (max-width: 1030px) {
    .three-ways {
        background-color: #A79A83;
        padding-top: 10px;
        padding-bottom: 33px;
    }

    .three-ways h1 {
        font-size: 6.2vw;
        font-weight: bold;
        text-align: center;
        color: #a79a83;
        background-color: #ffffff;
        display: block;
        margin: 29px auto 12px auto;
        width: 90%;
        padding: 3px 5px;
    }

    .three-ways-warp {
        width: 84%;
        margin: 40px auto 0 auto;
        background-color: white;
        padding: 0px 15px 2% 15px;
    }

    .three-ways-warp h2 {
        margin: 0px auto;
        background-color: #ffffff;
        color: #a79a83;
        font-size: 7vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-flow: column;
        width: max-content;
        max-width: 285px;
        bottom: 12px;
        position: relative;
        padding: 0px 18px;
        border: 1px solid;
    }

    .three-ways-text {
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }

    .three-ways-explanation-text-warp--fukidashi {
        position: relative;
        background: #ffffff;
        color: white;
        padding: 22px 18px;
        width: 82%;
        display: block;
        margin: 52px auto 0 auto;
        border-radius: 46px;
    }

    .three-ways-explanation-text-warp--fukidashi::after {
        content: "";
        position: absolute;
        bottom: 97%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 36px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }

    .three-ways-explanation-text {
        font-size: 4.2vw;
        font-weight: bold;
        color: #5B5B5B;
        margin: 0;
    }
}



.three-ways-img--left {
    width: 25%;
    float: left;
    margin: 0px 3.3vw 0px 0px;
}

.three-ways-text-red {
    color: red;
}

@media screen and (min-width: 1030px) {
    .introducing-representative {
        background-color: #A79A83;
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .introducing-representative-warp h1 {
        font-size: 2vw;
        font-weight: bold;
        text-align: center;
        color: #fdfdfd;
        background-color: #a79a83;
        display: block;
        margin: 0px auto 15px auto;
        width: 100%;
        padding: 10px 0px;
        border-radius: 28px;
    }

    .introducing-representative-warp {
        background-color: white;
        width: 53%;
        margin: 0 auto;
        padding: 49px 85px;
        border-radius: 110px;
    }

    .introducing-representative-profile-warp {
        display: flex;
        justify-content: center;
        gap: 36px;
    }

    .introducing-representative-profile-warp h2 {
        font-size: 1.3vw;
        text-align: center;
        color: #fdfdfd;
        background-color: #a79a83;
        margin: 0px auto 15px auto;
        width: 100%;
        padding: 10px 11px;
    }

    .introducing-representative-profile-warp p {
        margin: 6px 0 0 0;
        font-size: 1.1vw;
        color: #5B5B5B;
        font-weight: bold;
    }

    .introducing-representative-text {
        font-size: 1vw;
        color: #5B5B5B;
        font-weight: bold;
    }
}

@media screen and (max-width: 1030px) {
    .introducing-representative {
        background-color: #A79A83;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .introducing-representative-warp h1 {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
        color: #fdfdfd;
        background-color: #a79a83;
        display: block;
        margin: 0px auto 7px auto;
        width: 100%;
        padding: 6px 0px;
        border-radius: 10px;
    }

    .introducing-representative-img {
        width: 60%;
        margin: 0 auto 6px auto;
        display: block;
    }

    .introducing-representative-warp {
        background-color: white;
        width: 80%;
        margin: 0 auto;
        padding: 15px 15px;
        border-radius: 30px;
    }

    .introducing-representative-profile-warp h2 {
        font-size: 4.2vw;
        text-align: center;
        color: #fdfdfd;
        background-color: #a79a83;
        margin: 0px auto 5px auto;
        width: 100%;
        padding: 3px 3px;
    }

    .introducing-representative-profile-warp p {
        margin: 0px 0 0 0;
        font-size: 4.2vw;
        color: #5B5B5B;
        font-weight: bold;
    }

    .introducing-representative-text {
        font-size: 4.2vw;
        color: #5B5B5B;
        font-weight: bold;
    }
}

.introducing-representative-profile-name-text {
    font-size: 1.6vw;
    font-weight: bold;
    color: #5B5B5B;
    margin: 0px;
    border-bottom: solid #A79A83;
}