.tab {
    display: none !important;
}

.sp {
    display: none !important;
}

html {
    font-size: 62.5%;
    font-style: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
}

body {
    color: #fff;
}

.header {
    height: 100vh;
    display: flex;
    min-height: 1100px;
}

.header__kv {
    background: url(../img/kv.jpeg);
    background-size: cover;
    background-position: left;
    width: 64%;
}

.header__form-area {
    background-color: #524b48;
    width: 36%;
    padding: 80px;
    box-sizing: border-box;
}

.form__title {
    font-size: 42px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 36px;
}

.form__group {
    margin-bottom: 36px;
}

.form__label {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.form__input {
    font-size: 26px;
    background-color: #fff;
    height: 56px;
}

.form__input input {
    height: 56px;
    width: 100%;
    color: #717171;
}

.form__group--submit {
    text-align: center;
    background-color: #fff;
    margin: 100px auto 0;
    height: 70px;
    line-height: 70px;
    width: 80%;
    border-radius: 9999px;
}

.form__group--submit input {
    font-size: 28px !important;
    font-weight: 500;
    color: #717171;
    letter-spacing: 0.08em;
}

.form__group--submit input:hover {
    opacity: 0.8;
}

main {
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: top;
}

.concerns {
    width: 86%;
    margin: 0 auto;
    padding: 150px 0 110px 0;
}

.concerns__heading {
}

.concerns__title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 72px;
}

.concerns__title span {
    font-size: 62px;
    letter-spacing: 0.08em;
}

.concerns__title:after {
    content: "";
    height: 100px;
    width: 100%;
    display: block;
    background: url(../img/underline.png);
    background-repeat: no-repeat;
    background-position: center;
}

.concerns__list {
    display: flex;
    flex-direction: column;
}

.concerns__item {
    display: flex;
    box-sizing: border-box;
    padding: 36px;
    margin-bottom: 24px;
}

.concerns__image-wrapper {
    width: 36%;
    position: relative;
}

.concerns__image {
    width: 100%;
    max-height: 370px;
    display: block;
}

.concerns__content {
    width: 64%;
    padding: 80px 0;
    box-sizing: border-box;
}

.concerns__subtitle {
    font-size: 38px;
    letter-spacing: 0.003em;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding: 0 0 36px 80px;
    margin-bottom: 36px;
    margin-right: 48px;
}

.concerns__text {
    font-size: 24px;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.08em;
    padding: 0 0 0 80px;
}

.concerns__item--reverse {
}

.concerns__item--reverse .concerns__subtitle {
    padding: 0 0 36px 0;
    margin-right: 0;
    margin-left: 52px;
}

.concerns__item--reverse .concerns__text {
    padding: 0 0 0 52px;
}

.recommend {
    padding: 0;
    position: relative;
}

.recommend__heading {
    text-align: center;
    margin-bottom: 60px;
}

.recommend__title {
    font-size: 50px;
    letter-spacing: 0.056em;
    font-weight: 600;
    margin-bottom: 72px;
}

.recommend__title:before {
    content: url(../img/left.png);
    margin-right: 0.5em;
}

.recommend__title:after {
    content: url(../img/right.png);
    margin-left: 0.5em;
}

.recommend__title.sub {
    font-size: 50px;
    letter-spacing: 0.056em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 220px;
    position: relative;
    z-index: 3;
}

.recommend__title.sub span {
    margin-top: 48px;
}

.recommend__title.sub:before {
    content: "";
}

.recommend__title.sub:after {
    content: "";
}

.recommend__logo {
    width: 24%;
    margin-right: 1em;
}

.recommend__intro {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
    top: 120px;
}

.recommend__intro-image {
    width: 40%;
    display: block;
    margin-right: 96px;
    margin-left: 64px;
    position: relative;
    z-index: 2;
}

.recommend__intro-text {
    text-align: center;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    padding: 48px 0 48px 0;
    position: relative;
    z-index: 2;
}

.recommend__intro-title {
    font-size: 62px;
    letter-spacing: 0.003em;
    font-weight: 500;
    margin-bottom: 110px;
}

.recommend__intro-title span {
    font-size: 47px;
    margin-left: 0.5em;
}

.recommend__intro-paragraph {
    font-size: 26px;
    line-height: 2.26;
    letter-spacing: 0.18em;
    font-weight: 400;
}

.recommend__features {
    background-color: #524b48;
    position: relative;
    top: -425px;
    padding-top: 500px;
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    margin: 0 auto;
    padding-right: 10%;
    padding-left: 10%;
}

.recommend__feature {
    width: 28%;
}

.recommend__feature-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

.recommend__feature-text {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
}

.campaign {
    position: relative;
    top: -280px;
}

.campaign__heading {
    text-align: center;
}

.campaign__title {
    font-size: 36px;
    letter-spacing: 0.056em;
    font-weight: 400;
    margin-bottom: 30px;
}

.campaign__title:before {
    content: url(../img/dleft.png);
    margin-right: 0.5em;
}

.campaign__title:after {
    content: url(../img/dright.png);
    margin-left: 0.5em;
}

.campaign__title.title {
    font-size: 40px;
    letter-spacing: 0.063em;
    font-weight: 600;
}

.campaign__title.title:before {
    content: "";
}

.campaign__title.title:after {
    content: "";
}

.campaign__content {
}

.campaign__image {
    margin-bottom: 100px;
}

.campaign__image img {
    display: block;
    width: 94%;
}

main .campaign__button:hover {
    opacity: 0.8;
}

main .campaign__button img {
    cursor: pointer;
    display: block;
    width: 30%;
    margin: 0 auto;
}

.features {
    background-color: #e2e0de;
    position: relative;
    top: -180px;
    padding: 120px 0 60px;
}

.features__list {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.features__item {
    width: 27%;
}

.features__image img {
    display: block;
    width: 100%;
    height: inherit;
    border-radius: 30px;
}

.features__title {
    color: #524b48;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.features__text {
    color: #524b48;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: center;
}

.reviews {
    position: relative;
    top: -36px;
    padding: 0 0 88px 0;
}

.reviews__heading {
    text-align: center;
    margin-bottom: 130px;
}

.reviews__title {
    font-size: 36px;
    letter-spacing: 0.056em;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}

.reviews__title:after {
    content: url(../img/underline2.png);
    display: block;
}

.reviews__subtitle {
    font-size: 40px;
    letter-spacing: 0.103em;
    font-weight: 600;
}

.reviews__list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews__item {
    width: 47%;
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}

.reviews__image {
    width: 40%;
    margin-right: 30px;
}

.reviews__image img {
    display: block;
    width: 100%;
}

.reviews__content {
    display: flex;
    flex-direction: column;
    width: 73%;
}

.reviews__user {
    color: #e5c87d;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 15px;
}

.reviews__text {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300;
}

.differences {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 195px 0;
}

.difference {
}

.difference__title {
    font-size: 40px;
    letter-spacing: 0.063em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}

.difference__text {
    background-color: #524b48;
    height: 48vh;
}

.flow {
    background-color: #3c3c3a;
    padding: 85px 0 105px;
}

.flow__title {
    font-size: 40px;
    letter-spacing: 0.063em;
    font-weight: 600;
    text-align: center;
}

.flow__steps {
    width: 84%;
    margin: 0 auto;
    padding: 80px 0 0;
    display: flex;
    justify-content: space-between;
}

.flow__step {
    background-color: #f2f2f2;
    width: 18%;
    position: relative;
    border-radius: 20px;
    padding: 30px 0 30px 0;
}

.flow__step:after {
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    border: 22.5px solid transparent;
    border-left-color: #f2f2f2;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.flow__steps .flow__step:last-child::after {
    border: none;
}

.flow__step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.flow__step-title {
    color: #524b48;
    font-size: 24px;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.flow__step-image {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.flow__step-text {
    color: #524b48;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.023em;
    font-weight: 400;
    text-align: center;
}

.faq {
    width: 80%;
    margin: 0 auto;
    padding: 225px 0 500px 0;
}

.faq__title {
    font-size: 40px;
    letter-spacing: 0.063em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}

.faq__list {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.faq__item {
    background-color: #fff;
    border-radius: 25px 0 25px 0;
    padding: 30px 30px 0 30px;
}

.faq__question {
    color: #e5be6e;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.faq__label {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-size: 42px;
    line-height: 1.35;
    width: 60px;
    display: block;
}

.faq__answer {
    color: #998675;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.62;
    letter-spacing: 0.06em;
    display: flex;
}

.faq__item__inner {
    display: flex;
}

.footer {
    padding: 100px 0 90px 0;
    background-color: #524b48;
}

.footer__icons {
    width: 88.5%;
    display: flex;
    justify-content: right;
    gap: 40px;
    margin-bottom: 220px;
}

.footer__icon {
}

.footer__copyright {
    display: flex;
    justify-content: center;
}

.footer__copyright img {
    display: block;
    width: 30%;
}

.footer__icon a {
    display: block;
}

.footer__icon a img {
    display: block;
    max-height: 60px;
}

@media screen and (max-width: 1750px) {
    .concerns__subtitle {
        font-size: 34px;
    }

    .recommend__intro-image img {
        width: 100%;
        display: block;
    }

    .features__text {
        font-size: 20px;
    }

    .reviews__image {
        width: 25%;
        margin-right: 16px;
    }

    .faq__question {
        font-size: 26px;
    }

    .faq__label {
        font-size: 36px;
    }

    .faq__answer {
        font-size: 22px;
    }
}

@media screen and (max-width: 1650px) {
    .concerns__subtitle {
        font-size: 30px;
    }

    .concerns__text {
        font-size: 20px;
    }

    .recommend__intro-paragraph {
        font-size: 20px;
    }

    .recommend__feature-text {
        font-size: 24px;
    }

    .features__title {
        font-size: 28px;
    }

    .features__text {
        font-size: 20px;
    }

    .flow__step-title {
        font-size: 18px;
    }

    .flow__step-text {
        font-size: 15px;
    }

    .faq__question {
        font-size: 22px;
    }

    .faq__label {
        font-size: 30px;
    }

    .faq__answer {
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .header {
        height: 75vh;
        display: flex;
        min-height: 800px;
    }

    .header__form-area {
        background-color: #524b48;
        width: 36%;
        padding: 30px;
        box-sizing: border-box;
    }

    .form__title {
        font-size: 34px;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 36px;
    }

    .form__label {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .form__input {
        font-size: 26px;
        background-color: #fff;
        height: 42px;
    }

    .form__input input {
        height: 42px;
        width: 100%;
        color: #717171;
    }

    .form__group--submit {
        text-align: center;
        background-color: #fff;
        margin: 50px auto 0;
        height: 52.5px;
        line-height: 52.5px;
        width: 80%;
        border-radius: 9999px;
    }

    .form__group--submit input {
        font-size: 22px !important;
        font-weight: 500;
        color: #717171;
        letter-spacing: 0.08em;
    }

    .concerns__title {
        font-size: 37.5px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.08em;
        margin-bottom: 54px;
    }

    .concerns__title span {
        font-size: 46.5px;
        letter-spacing: 0.08em;
    }

    .concerns__item {
        display: flex;
        box-sizing: border-box;
        padding: 27px;
        margin-bottom: 18px;
    }

    .concerns__content {
        width: 64%;
        padding: 60px 0;
        box-sizing: border-box;
    }

    .concerns {
        width: 86%;
        margin: 0 auto;
        padding: 112.5px 0 82.5px 0;
    }

    .recommend__title {
        font-size: 37.5px;
        letter-spacing: 0.056em;
        font-weight: 600;
        margin-bottom: 54px;
    }

    .recommend__intro {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 100px;
        position: relative;
        top: 30px;
    }

    .recommend__intro-title {
        font-size: 46.5px;
        letter-spacing: 0.003em;
        font-weight: 500;
        margin-bottom: 60.5px;
    }

    .recommend__features {
        background-color: #524b48;
        position: relative;
        top: -425px;
        padding-top: 400px;
        padding-bottom: 112.5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 48px;
        width: 100%;
        margin: 0 auto;
        padding-right: 10%;
        padding-left: 10%;
    }

    .features__title {
        font-size: 24px;
    }

    .features__text {
        font-size: 16px;
    }

    .reviews {
        position: relative;
        top: -36px;
        padding: 0 0 66px 0;
    }

    .reviews__image {
        width: 40%;
        margin-right: 16px;
    }

    .reviews__user {
        color: #e5c87d;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .reviews__text {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 300;
    }

    .differences {
        width: 80%;
        margin: 0 auto;
        padding: 0 0 146.25px 0;
    }

    .flow__step-image img {
        max-height: 125px;
    }

    .flow__step-text {
        font-size: 13px;
    }

    .faq {
        width: 80%;
        margin: 0 auto;
        padding: 168.75px 0 375px 0;
    }

    .concerns__subtitle {
        font-size: 26px;
    }

    .concerns__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1350px) {
    .header {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: url(../img/bg.png);
    }

    .header__kv {
        width: 100vw;
        height: 100vh;
        position: static;
    }

    .header__catchcopy {
        position: absolute;
        top: 17.5%;
        left: 12%;
        z-index: 2;
    }

    .header__title {
        font-size: 70px;
    }

    .header__visual .campaign__button {
        display: none;
    }

    .header__visual {
        position: absolute;
        bottom: -15%;
        left: 3.5%;
    }

    .header__image {
        border-radius: 40px;
    }

    .header__form-area {
        width: 95%;
        margin: 0 auto;
        padding: 200px 20%;
    }

    .concerns__content {
        padding: 80px 0 0;
    }

    .concerns__item {
        margin-bottom: 0px;
    }

    .recommend__intro {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .recommend__intro-image {
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .recommend__intro-title {
        padding-top: 1000px;
        margin-bottom: 92px;
        background-color: #524b48;
    }

    .recommend__intro-text {
        width: 100%;
        padding: 160px 0 48px 0;
        z-index: 1;
    }

    .recommend__intro-paragraph {
        font-size: 26px;
    }

    .recommend__features {
        /* top: -1200px; */
        /* padding-top: 1200px; */
        padding-bottom: 150px;
        gap: 104px;
        flex-direction: column;
    }

    .recommend__feature {
        display: flex;
        width: 90%;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        gap: 64px;
    }

    .recommend__features .recommend__feature:nth-child(2) {
        flex-direction: row-reverse;
    }

    .recommend__feature-image {
        width: 25%;
    }

    .recommend__feature-image img {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .recommend__feature-text {
        font-size: 28px;
        position: relative;
    }

    .recommend__features .recommend__feature:first-child .recommend__feature-text:after,
    .recommend__features .recommend__feature:last-child .recommend__feature-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: -100%;
        width: 200%;
        border-bottom: 1px solid #e2e0de;
        z-index: 1;
    }

    .recommend__feature-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 200%;
        border-bottom: 1px solid #e2e0de;
        z-index: 1;
    }

    .features__list {
        width: 95%;
        display: flex;
        flex-direction: column;
    }

    .features__item {
        width: 100%;
    }

    .features__image {
        margin-bottom: 40px;
    }

    .features__image img {
        margin: 0 auto;
        width: 80%;
        max-height: 600px;
    }

    .features__title {
        font-size: 36.5px;
    }

    .features__text {
        width: 80%;
        margin: 0 auto 60px;
        text-align: left;
    }

    .reviews {
        position: relative;
        top: -36px;
        padding: 0 0 88px 0;
    }

    .reviews__heading {
        text-align: center;
        margin-bottom: 130px;
    }

    .reviews__title {
        font-size: 48px;
        letter-spacing: 0.056em;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .reviews__title:after {
        content: url(../img/underline2.png);
        display: block;
    }

    .reviews__subtitle {
        font-size: 58px;
        letter-spacing: 0.103em;
        font-weight: 600;
    }

    .reviews__list {
        width: 95%;
        flex-direction: column;
    }

    .reviews__item {
        width: 100%;
        margin-bottom: 80px;
        justify-content: center;
        gap: 24px;
    }

    .reviews__list .reviews__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .reviews__image {
        width: 27%;
    }

    .reviews__content {
        width: 50%;
    }

    .flow__steps {
        width: 95%;
        padding: 80px 0 0;
        gap: 30px;
        flex-direction: column;
    }

    .flow__step {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .flow__step:after {
        border: 22.5px solid transparent;
        border-top-color: #f2f2f2;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
    }

    .flow__steps .flow__step:last-child::after {
        border: none;
    }

    .flow__step-header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 100%;
    }

    .flow__step-title {
        color: #524b48;
        font-size: 24px;
        letter-spacing: 0.02em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
    }

    .flow__step-image {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .flow__step-text {
        font-size: 17px;
        text-align: left;
        width: 35%;
        padding: 50px;
    }

    .faq {
        width: 95%;
        margin: 0 auto;
        padding: 225px 0 480px 0;
    }

    .faq__list {
        width: 100%;
    }

    .faq__question {
        color: #e5be6e;
        font-size: 30px;
        align-items: center;
    }

    .faq__label {
        font-size: 42px;
        width: 60px;
        display: block;
    }

    .faq__answer.tab__hidden {
        display: none !important;
    }

    .faq__answer.tab {
        color: #998675;
        font-size: 27px;
        display: block !important;
        width: calc(100% - 60px);
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .tab {
        display: block !important;
    }

    .tab__hidden {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sp_hidden {
        display: none !important;
    }

    .header__kv {
        width: 100vw;
        height: 100vh;
        position: relative;
        background: url(../img/sp_kv.png);
        background-size: cover;
        min-height: 1500px;
    }

    .header__form-area {
        width: 90%;
        margin: 0 auto;
        padding: 100px 10%;
        margin: 80px auto 0 auto;
    }

    .form__input {
        font-size: 26px;
        height: 56px;
    }

    .form__input input {
        height: 56px;
    }

    .form__group--submit {
        height: 58px;
        line-height: 58px;
    }

    .concerns {
        width: 90%;
        margin: 0 auto;
        padding: 112.5px 5% 82.5px;
    }

    .concerns__item {
        display: flex;
        padding: 0;
        margin-bottom: 18px;
        flex-direction: column;
    }

    .concerns__image-wrapper {
        width: 60%;
        position: relative;
        margin: 0 auto;
    }

    .concerns__content {
        width: 100%;
        padding: 30px 0 60px;
        box-sizing: border-box;
        text-align: center;
    }

    .concerns__subtitle {
        font-size: 38px;
        letter-spacing: 0.003em;
        font-weight: 500;
        border-bottom: 1px solid #fff;
        padding: 0 0 36px 0;
        margin-bottom: 36px;
        margin-right: 0;
    }

    .concerns__text {
        font-size: 24px;
        font-weight: 500;
        line-height: 2.11;
        letter-spacing: 0.08em;
        padding: 0 0 0 0;
    }

    .concerns__item--reverse {
        flex-direction: column-reverse;
    }

    .recommend__intro-image {
        position: absolute;
        width: auto;
        margin: 0 auto;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .recommend__intro-image img {
        width: auto;
        max-height: 600px;
    }

    .recommend__features {
        top: -435px;
        padding-top: 500px;
        padding-bottom: 150px;
        gap: 104px;
        flex-direction: column;
        border-radius: 0 0 60px 60px;
    }

    .recommend__intro-title {
        padding-top: 1000px;
        margin-bottom: 60px;
        background-color: #524b48;
    }

    .recommend__feature-image {
        width: 40%;
    }

    .recommend__feature-text {
        font-size: 28px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        font-weight: 500;
        text-align: left;
    }

    .features {
        top: -180px;
        padding: 120px 5% 60px;
    }

    .flow {
        background-color: #3c3c3a;
        padding: 85px 5% 105px;
        border-radius: 60px 60px 0 0;
    }

    .flow__step-text {
        font-size: 17px;
        text-align: left;
        width: 50%;
        padding: 50px;
        line-height: 2;
    }

    .faq {
        width: 100%;
        margin: 0 auto;
        padding: 95px 5% 240px;
    }

    .campaign.bottom {
        position: relative;
        top: -20px;
        padding-bottom: 80px;
    }

    .flow__step-image img {
        max-height: 250px;
    }

    .features__text {
        font-size: 20px;
    }

    .concerns__title {
        font-size: 50px;
    }

    .concerns__title span {
        font-size: 65px;
        letter-spacing: 0.08em;
    }

    .concerns__subtitle {
        font-size: 30px;
    }

    .recommend__logo {
        width: 50%;
    }

    .concerns__text {
        font-size: 20px;
    }

    .recommend__title {
        font-size: 50px;
    }

    .campaign__title {
        font-size: 40px;
    }

    .campaign__title.title {
        font-size: 62px;
    }

    main .campaign__button img {
        width: 50%;
    }

    .header__title {
        font-size: 60px;
    }

    .concerns__title {
        font-size: 38px;
    }

    .concerns__title span {
        font-size: 50px;
    }

    .concerns__subtitle {
        font-size: 26px;
    }

    .concerns__text {
        font-size: 22px;
    }

    .recommend__intro-image img {
        width: auto;
        max-height: 500px;
    }

    .recommend__intro-paragraph {
        font-size: 20px;
    }

    .recommend__title {
        font-size: 38px;
    }

    .recommend__title.sub span {
        margin-top: 38px;
    }

    .recommend__title.sub {
        margin-left: 20%;
    }

    .recommend__intro-title {
        padding-top: 400px;
    }

    .campaign__title {
        font-size: 30px;
    }

    .campaign__title.title {
        font-size: 48px;
    }

    .reviews__title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .reviews__subtitle {
        font-size: 38px;
    }

    .difference__title {
        font-size: 38px;
    }

    .flow__title {
        font-size: 38px;
    }

    .faq__title {
        font-size: 38px;
    }

    .faq__label {
        font-size: 32px;
    }

    .faq__question {
        font-size: 22px;
    }

    .faq__answer.tab {
        font-size: 18px;
    }
}

@media screen and (max-width: 834px) {
    .header__kv {
        width: 100vw;
        height: 100vh;
        position: relative;
        background: url(../img/sp_kv.png);
        background-size: cover;
        min-height: 1300px;
    }

    .recommend__features .recommend__feature:first-child .recommend__feature-text:after,
    .recommend__features .recommend__feature:last-child .recommend__feature-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: -70%;
        width: 200%;
        border-bottom: 1px solid #e2e0de;
        z-index: 1;
    }

    .recommend__feature-text:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 170%;
        border-bottom: 1px solid #e2e0de;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .header__kv {
        width: 100vw;
        height: 100vh;
        position: relative;
        background: url(../img/sp_kv.png);
        background-size: cover;
        min-height: 1100px;
    }

    .recommend__features {
        gap: 0px;
    }

    .footer__icons {
        margin-bottom: 120px;
    }

    .footer__copyright img {
        display: block;
        width: 50%;
    }

    .header__catchcopy {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header__title {
        font-size: 50px;
        width: 80vw;
    }

    .concerns {
        width: 95%;
        margin: 0 auto;
        padding: 130px 0 60px 0;
    }

    .concerns__title {
        font-size: 28px;
    }

    .concerns__title span {
        font-size: 38px;
    }

    .concerns__item {
        padding: 12px;
    }

    .concerns__subtitle {
        font-size: 26px;
        padding-left: 0;
        margin: 0 auto 36px;
    }

    .concerns__text {
        font-size: 22px;
        margin: 0 auto;
        padding: 0;
    }

    .concerns__item--reverse .concerns__subtitle {
        padding: 0 0 36px 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 36px;
    }

    .recommend__title {
        font-size: 28px;
    }

    .recommend__title.sub span {
        margin-top: 28px;
    }

    .recommend__logo {
        width: 40%;
    }

    .recommend__title.sub {
        margin-left: 5%;
    }

    .recommend__intro-title {
        padding-top: 400px;
    }

    .recommend__feature-image {
        width: 40%;
    }

    .recommend__feature-text {
        font-size: 20px;
        position: relative;
    }

    .recommend__features .recommend__feature:first-child .recommend__feature-text:after,
    .recommend__features .recommend__feature:last-child .recommend__feature-text:after {
        width: 200%;
    }

    .campaign__title {
        font-size: 28px;
    }

    .campaign__title.title {
        font-size: 38px;
    }

    .features__title {
        font-size: 26.5px;
    }

    .features__text {
        font-size: 18px;
    }

    .reviews__title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .reviews__subtitle {
        font-size: 38px;
    }

    .reviews__user {
        font-size: 16px;
    }

    .reviews__text {
        font-size: 16px;
    }

    .differences {
        width: 95%;
        margin: 0 auto;
        padding: 0 0 125px 0;
    }

    .difference__title {
        font-size: 28px;
    }

    .flow__title {
        font-size: 28px;
    }

    .flow__step-text {
        width: 50%;
        padding: 25px;
    }

    .faq__title {
        font-size: 28px;
    }

    .faq__question {
        font-size: 18px;
    }

    .faq__label {
        font-size: 22px;
    }

    .faq__answer.tab {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .tab {
        display: block !important;
    }

    .tab__hidden {
        display: none !important;
    }

    .header {
        background: url(../img/bg.png);
    }

    .header__kv {
        width: 100vw;
        height: auto;
        background: url(../img/sp_kv.png);
        background-size: cover;
        min-height: 650px;
    }

    .recommend__intro-image img {
        width: auto;
        max-height: 250px;
    }

    .header__title {
        font-size: 31px;
        width: 90vw;
    }

    .header__catchcopy {
        top: 35%;
        left: 50%;
        transform: translate(-44%, -65%);
    }

    .header__visual {
        position: absolute;
        bottom: 19.5%;
        left: 10.5%;
    }

    .header__image {
        border-radius: 40px;
        max-height: 200px;
    }

    .header__form-area {
        width: 85%;
        margin: 65px auto 0;
        padding: 20px 30px;
    }

    .form {
        height: auto;
    }

    .form__title {
        font-size: 19.5px;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 12px;
    }

    .form__group {
        margin-left: 0;
        margin-bottom: 12px;
    }

    .form__label {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .form__input {
        font-size: 12px;
        background-color: #fff;
        height: 30px;
    }

    .form__input input {
        height: 30px;
        width: 100%;
        color: #717171;
    }

    .form__group--submit {
        margin: 24px auto 0;
        height: 33px;
        line-height: 33px;
    }

    .form__group--submit input {
        font-size: 13px !important;
    }

    .concerns {
        width: 80%;
        margin: 0 auto;
        padding: 44px 0 19px 0;
    }

    .concerns__title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .concerns__title span {
        font-size: 23px;
    }

    .concerns__title:after {
        content: "";
        height: 50px;
        width: 100%;
        display: block;
        background: url(../img/underline.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .concerns__item {
        display: flex;
        flex-direction: column;
    }

    .concerns__image {
        width: 100%;
        max-height: 190px;
        margin: 0 auto;
    }

    .concerns__image-wrapper {
        width: 100%;
        position: relative;
    }

    .concerns__content {
        width: 100%;
        padding: 25px 0;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .concerns__item {
        padding: 0 12px 0;
    }

    .concerns__item--reverse {
        flex-direction: column-reverse;
    }

    .concerns__subtitle {
        font-size: 16px;
        padding-left: 0;
        margin: 0 auto 20px;
        line-height: 1.5;
        padding: 0 0 15px 0px;
        text-align: center;
    }

    .concerns__text {
        font-size: 12px;
        font-weight: 500;
        line-height: 2.11;
        letter-spacing: 0.08em;
        padding: 0 0 0 0;
        text-align: center;
    }

    .concerns__item--reverse .concerns__text {
        padding: 0 0 0 0;
    }

    .concerns__item--reverse .concerns__subtitle {
        padding: 0 0 18px 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 18px;
    }

    .recommend__title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .recommend__title:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 0.3em;
        background-image: url(../img/left.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 0.5em;
    }

    .recommend__title:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 0.3em;
        background-image: url(../img/right.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 0.3em;
    }

    .recommend__title.sub:before {
        content: "";
        display: none;
    }

    .recommend__title.sub:after {
        content: "";
        display: none;
    }

    .recommend__logo {
        width: 50%;
        margin-right: 0;
    }

    .recommend__title.sub span {
        font-size: 16px;
        margin-top: 16px;
    }

    .recommend__heading {
        text-align: center;
        margin-bottom: 0px;
    }

    .recommend__intro-text {
        width: 100%;
        padding: 10px 0 36px 0;
        z-index: 1;
    }

    .recommend__intro-title {
        padding-top: 170px;
        margin-bottom: 92px;
        background-color: #524b48;
    }

    .recommend__title.sub {
        margin-bottom: 82.5px;
    }

    .recommend__intro-image {
        position: absolute;
        margin: 0 auto;
        left: 50%;
        top: -14%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .recommend__intro-title {
        margin-top: 40px;
        font-size: 19px;
        margin-bottom: 32px;
    }

    .recommend__intro-title span {
        font-size: 19px;
        margin-left: 0.5em;
    }

    .recommend__intro-paragraph {
        font-size: 12px;
        line-height: 2;
        width: 300px;
        margin: 0 auto;
    }

    .recommend__feature-image {
        width: 50%;
    }

    .recommend__feature-text {
        font-size: 10px;
        position: relative;
        text-align: left;
    }

    .recommend__feature-image {
        margin-bottom: 0;
    }

    .recommend__feature {
        gap: 40px;
    }

    .recommend__features .recommend__feature:first-child .recommend__feature-text:after,
    .recommend__features .recommend__feature:last-child .recommend__feature-text:after {
        width: 180%;
    }

    .campaign__title:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 0.3em;
        background-image: url(../img/dleft.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 0.5em;
    }

    .campaign__title:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 0.3em;
        background-image: url(../img/dright.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-left: 0.5em;
    }

    .campaign__title.title:before {
        content: "";
        background: none;
    }

    .campaign__title.title:after {
        content: "";
        background: none;
    }

    .campaign__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .recommend__features {
        padding-top: 500px;
        padding-bottom: 60px;
        gap: 4px;
        flex-direction: column;
        border-radius: 0 0 30px 30px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .campaign__content {
        padding-bottom: 100px;
    }

    .campaign__title.title {
        font-size: 25px;
    }

    .sp {
        display: block !important;
    }

    .sp_hidden {
        display: none !important;
    }

    main .campaign__button img {
        cursor: pointer;
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .features {
        background-color: #e2e0de;
        position: relative;
        top: -300px;
        padding: 60px 0 0px;
    }

    .features__image img {
        margin: 0 auto;
        width: 95%;
        max-height: 220px;
    }

    .features__image {
        margin-bottom: 0;
    }

    .features__title {
        font-size: 19px;
        margin: 12px 0 4px;
    }

    .features__text {
        width: 95%;
        margin: 0 auto 30px;
        text-align: left;
        font-size: 14px;
        line-height: 2.5;
    }

    .features__item {
        width: 90%;
        margin: 0 auto;
    }

    .reviews {
        position: relative;
        top: -250px;
        padding: 0 0 0 0;
        margin-bottom: -250px;
    }

    .reviews__title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .reviews__subtitle {
        font-size: 25px;
    }

    .reviews__title:after {
        content: "";
        display: block;
        width: 50%;
        margin: 0 auto;
        background: url(../img/underline2.png);
        background-size: cover;
        height: 10px;
    }

    .reviews__list {
        width: 100%;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .reviews__user {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .reviews__text {
        font-size: 10px;
    }

    .reviews__image {
        width: 35%;
    }

    .reviews__item {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
    }

    .reviews__heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .differences {
        width: 85%;
        margin: -200px auto 0;
        padding: 0 0 90px 0;
    }

    .difference__title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .flow {
        background-color: #3c3c3a;
        padding: 45px 0 60px;
        border-radius: 30px 30px 0 0;
    }

    .flow__title {
        font-size: 20px;
    }

    .flow__steps {
        width: 90%;
        padding: 45px 0 0;
        gap: 36px;
        flex-direction: column;
    }

    .flow__step {
        padding: 12px 0;
    }

    .flow__step-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .flow__step-header {
        margin-top: 20px;
        height: 30px;
    }

    .flow__step-image {
        width: 35%;
        margin-bottom: 15px;
    }

    .flow__step-text {
        width: 55%;
        padding: 6px 0 20px 18px;
        font-size: 12px;
        line-height: 2.2;
    }

    .flow__step-image img {
        max-height: 160px;
    }

    .faq {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 240px 0;
    }

    .faq__title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .faq__item {
        background-color: #fff;
        border-radius: 15px 0 15px 0;
        padding: 13px 13px 13px 13px;
    }

    .faq__question {
        color: #e5be6e;
        font-size: 14px;
        align-items: stretch;
        margin-bottom: 8px;
    }

    .faq__label {
        font-size: 15px;
        width: 20px;
    }

    .faq__answer.tab {
        font-size: 12px;
        padding-bottom: 0;
        width: calc(100% - 20px);
    }

    .faq__list {
        gap: 16px;
    }

    .campaign.bottom {
        top: -140px;
    }

    .campaign.bottom {
        padding-bottom: 0;
    }

    .bottom .campaign__content {
        padding-bottom: 0;
    }

    .footer {
        margin-top: -50px;
        padding: 40px 0 30px 0;
        background-color: #524b48;
    }

    .footer__icons {
        width: 90%;
        display: flex;
        justify-content: right;
        gap: 16px;
        margin-right: 30px;
        margin-bottom: 110px;
    }

    .footer__icon img {
        max-height: 40px;
    }

    .footer__copyright {
        display: flex;
        justify-content: center;
    }

    .footer__icon a img {
        display: block;
        max-height: 48px;
    }

    .footer__copyright img {
        width: 80%;
    }

    .faq__question .tea {
        display: inline-block;
        width: calc(100% - 20px);
    }

    .campaign__content.sp {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    .header__kv {
        width: 100vw;
        height: auto;
        min-height: 600px;
    }

    .campaign {
        position: relative;
        top: -340px;
    }

    .campaign__content {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 375px) {
    .header__kv {
        width: 100vw;
        height: auto;
        min-height: 600px;
    }

    .campaign {
        position: relative;
        top: -340px;
    }

    .campaign__content {
        padding-bottom: 50px;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.modal__inner {
    background: white;
    padding: 30px;
    text-align: center;
    color: #524b48;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.modal__ttl {
    font-size: clamp(8px, 2.8125vw, 25px);
    margin-bottom: 30px;
}

.modal__dis {
    font-size: clamp(8px, 1.25vw, 16px);
    margin-bottom: 30px;
    line-height: 1.5;
}

.modla__btn {
    color: #fff;
    background-color: #524b48;
    padding: 20px 70px;
    font-size: clamp(8px, 1.25vw, 16px);
    box-shadow: 1px 1px 4px 1px #8e8e8e;
}

.sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .modal__ttl {
        font-size: 5vw;
    }
    .modal__dis {
        font-size: 3.54vw;
        margin-bottom: 30px;
        
    }

    .modal__inner {
        width: 90%;
    }

    .modla__btn {
        font-size: 3.54vw;
    }

    .sp {
        display: block;
    }
}
