:root {
    --bg-base: #f3eff1;
    --bg-soft: #f7f4f5;
    --text-main: #544b46;
    --text-sub: #7f756f;
    --line: #d7cfc8;
    --card: #f7f6f7;
    --max-width: 1160px;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--text-main);
    background: var(--bg-base);
}

img {
    display: block;
    width: 100%;
    height: auto;
}

picture {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: min(var(--max-width), calc(100% - 48px));
    margin: 0 auto;
}

.section-label {
    margin: 0 0 20px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #b8849a;
}

.hero {
    background: #ece7e8;
}

.cta {
    width: 763px;
    margin: 51px auto 90px;
    position: relative;
    z-index: 2;
}

.cta--first {
    margin-top: 36px;
}

.cta a,
.cta picture,
.cta img {
    display: block;
    width: 763px;
    height: 172px;
}

.cta--second a>p {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
}

.consultation {
    position: relative;
    overflow: hidden;
    padding: 96px 0 110px;
}

.consultation::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/consurutation-bg.png") center top / cover no-repeat;
    z-index: 0;
}

.consultation__inner {
    position: relative;
    z-index: 1;
}

.consultation__body {
    width: min(1040px, calc(100% - 56px));
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.consultation__media {
    width: 716px;
    max-width: 716px;
    position: relative;
    z-index: 1;
    flex: 0 0 716px;
}

.consultation__media img {
    width: 716px;
}

.consultation__content {
    width: 514px;
    max-width: 514px;
    margin-left: -197px;
    position: relative;
    z-index: 2;
    flex: 0 0 514px;
}

@media (max-width: 1200px) and (min-width: 901px) {
    .consultation__content {
        margin-left: -262px;
    }
}

.consultation__title {
    margin: 0;
    color: var(--TXT, #544C40);
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.consultation__subtitle {
    margin: 0 0 36px;
    color: var(--PINK01, #BA8282);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.2287rem;
    font-weight: 400;
    line-height: 1.8;
}

.consultation__lead {
    margin: 0;
    color: var(--TXT, #544C40);
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
}

.consultation__lead span {
    background: linear-gradient(270deg, #DCBFD6 1.94%, #BF5C95 14.47%, #BF5C95 33.52%, #C991B7 43.59%, #B06FAE 61.83%, #D2A1C9 98.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.6rem;
}

.consultation__small {
    margin: 24px 0 0;
    color: var(--TXT, #544C40);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}

.consultation__keywords {
    margin: 12px 0 0;
    width: 500px;
    max-width: 100%;
    background: linear-gradient(270deg, #DCBFD6 5.85%, #BF5C95 15.45%, #BF5C95 36.34%, #C991B7 41.93%, #7E4D74 83.43%, #D2A1C9 96.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.7;
}

.consultation__text {
    margin: 24px 0 0;
    width: 500px;
    max-width: 100%;
    color: var(--TXT, #544C40);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}

@media (min-width: 901px) {
    .worries__lead {
        margin: 0;
        color: var(--TXT, #544C40);
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .worries__lead span {
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.8;
    }
}

.profile {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
}





.profile__image {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

.vision {
    background: url("../images/vision-bg.png") center top / cover no-repeat;
    padding: 77px 0 88px;
}

.vision__inner {
    width: min(1040px, calc(100% - 48px));
    margin: 0 auto;
}

.vision__question {
    margin: 0 0 120px;
    width: 100%;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}

.vision__row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.vision__row--top {
    gap: 126px;
}

.vision__row--bottom {
    gap: 163px;
    margin-top: 62px;
}

.vision__item {
    display: block;
    flex: 0 0 auto;
    opacity: 0;
    transform: translateY(18px);
}

.vision__item img {
    width: auto;
    max-width: none;
    height: 356px;
    display: block;
}

.vision.fade-in.is-visible .vision__item {
    animation: vision-item-fade 0.9s ease forwards;
}

.vision.fade-in.is-visible .vision__row--top .vision__item:nth-child(1) {
    animation-delay: 0.1s;
}

.vision.fade-in.is-visible .vision__row--top .vision__item:nth-child(2) {
    animation-delay: 0.22s;
}

.vision.fade-in.is-visible .vision__row--top .vision__item:nth-child(3) {
    animation-delay: 0.34s;
}

.vision.fade-in.is-visible .vision__row--bottom .vision__item:nth-child(1) {
    animation-delay: 0.46s;
}

.vision.fade-in.is-visible .vision__row--bottom .vision__item:nth-child(2) {
    animation-delay: 0.58s;
}

.vision-note {
    padding: 40px 0;
    background: linear-gradient(180deg, #f5f3f4 0%, #ece4e6 100%);
}

.vision-note p {
    margin: 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}

@keyframes vision-item-fade {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.worries {
    background: url("../images/moyamoya-bg.png") center top / cover no-repeat;
    margin-top: -1px;
    padding: 0 0 90px;
}

.worries__title {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

.worries__polygon {
    width: 45px;
    height: 42px;
    margin: 0 auto 0;
}

.worries__lead {
    width: min(980px, 100%);
    margin: 16px auto 0;
    text-align: center;
}

.worries__lead span {
    font-weight: 500;
}

.worries__row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.worries__row--top {
    margin-top: 46px;
    gap: 126px;
}

.worries__row--bottom {
    margin-top: 62px;
    gap: 163px;
}

.worries__item {
    display: block;
    opacity: 0;
    transform: translateY(18px);
}

.worries__item img {
    width: auto;
    height: 200px;
    max-width: none;
    margin: 0 auto;
}

.worries.fade-in.is-visible .worries__item {
    animation: vision-item-fade 0.9s ease forwards;
}

.worries.fade-in.is-visible .worries__row--top .worries__item:nth-child(1) {
    animation-delay: 0.1s;
}

.worries.fade-in.is-visible .worries__row--top .worries__item:nth-child(2) {
    animation-delay: 0.22s;
}

.worries.fade-in.is-visible .worries__row--top .worries__item:nth-child(3) {
    animation-delay: 0.34s;
}

.worries.fade-in.is-visible .worries__row--bottom .worries__item:nth-child(1) {
    animation-delay: 0.46s;
}

.worries.fade-in.is-visible .worries__row--bottom .worries__item:nth-child(2) {
    animation-delay: 0.58s;
}

.point-intro {
    background: url("../images/point-bg.png") center top / cover no-repeat;
    padding: 72px 0 0;
}

.points {
    background: #FEF6F6;
    padding: 10px 0 80px;
}

.point-intro__title {
    margin: 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.point-intro__subtitle {
    margin: 0;
    color: var(--PINK01, #BA8282);
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.2287rem;
    font-weight: 400;
    line-height: 1.8;
}

.point-intro__lead {
    margin: 54px 0 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.point-intro__lead--second {
    margin-top: -90px;
}

.point-intro__lead span {
    display: inline-block;
    text-align: center;
    font-family: "Ballet", cursive;
    font-size: 14.8rem;
    font-weight: 400;
    background: linear-gradient(270deg, #DCBFD6 1.28%, #BF5C95 6.07%, #BF5C95 32.21%, #C991B7 63.05%, #B46CC4 83.51%, #D2A1C9 99.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 17px;
}

.encourage {
    position: relative;
    overflow: visible;
    width: min(100%, 2560px);
    margin: 0 auto;
    aspect-ratio: 1280 / 430;
    display: grid;
    align-items: center;
}

.encourage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/woman-bg.png") center center / cover no-repeat;
    opacity: 0.5;
    pointer-events: none;
}

.encourage .container {
    position: relative;
    z-index: 1;
}

.encourage__bubble {
    position: absolute;
    left: 50%;
    bottom: -108px;
    transform: translateX(-50%);
    width: 564px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.encourage p {
    margin: 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
}

.encourage .container p:nth-of-type(3) {
    margin-top: 48px;
}

.encourage+.cta {
    margin-top: 118px;
}

.points__title {
    width: min(700px, 92%);
    margin: 0 auto;
}

.point-card {

    margin: 52px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    grid-template-areas:
        "heading main"
        "sub main"
        "text main";
    column-gap: 88px;
    row-gap: 22px;
    align-items: start;
}

.point-card:nth-of-type(n + 2) {
    margin: 150px auto 0;
}

.point-card__heading {
    grid-area: heading;
    width: min(680px, 100%);
    margin: 0;
}

.point-card>p {
    grid-area: text;
    margin: 0;
    color: var(--TXT, #544C40);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    width: 510px;
    max-width: 510px;
}

.point-card>p span {
    font-weight: 500;
}

.point-card__main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
}

.point-card__sub {
    grid-area: sub;
    width: min(620px, 100%);
    margin: 0;
}

.point-card__main-media {
    grid-area: main;
    width: 100%;
    max-width: 100%;
    margin: 0;
    justify-self: end;
    position: relative;
    display: block;
}

.point-card:nth-of-type(1) .point-card__heading,
.point-card:nth-of-type(1) .point-card__sub,
.point-card:nth-of-type(1)>p {
    justify-self: start;
    text-align: left;
}

.point-card:nth-of-type(1) .point-card__heading {
    width: 520px;
    max-width: 520px;
}

.point-card:nth-of-type(1) .point-card__sub {
    width: min(360px, 100%);
    max-width: 360px;
    margin: 30px auto;
    justify-self: center;
}

.point-card:nth-of-type(1) .point-card__main-media {
    align-self: end;
}

.point-card:nth-of-type(2) .point-card__main-media {
    align-self: end;
}

.point-card:nth-of-type(3) .point-card__main-media {
    align-self: end;
}

.point-card:nth-of-type(3) .point-card__heading {
    width: 373px;
    max-width: 373px;
}

.point-card:nth-of-type(3) .point-card__sub {
    width: min(376px, 100%);
    max-width: 376px;
    margin: 30px auto;
    justify-self: center;
}

.point-card:nth-of-type(2) .point-card__heading {
    width: 530px;
    max-width: 530px;
}

.point-card:nth-of-type(2) .point-card__sub {
    width: min(360px, 100%);
    max-width: 360px;
    margin: 30px auto;
    justify-self: center;
}


.point-card:nth-of-type(even) {
    grid-template-areas:
        "main heading"
        "main sub"
        "main text";
}

.point-card:nth-of-type(even) .point-card__heading,
.point-card:nth-of-type(even)>p,
.point-card:nth-of-type(even) .point-card__sub {
    grid-column: 2;
}

.point-card:nth-of-type(even) .point-card__main-media {
    grid-column: 1;
    justify-self: start;
}

@media (min-width: 901px) {
    .point-card {
        row-gap: 60px;
    }

    .point-card:nth-of-type(1) .point-card__sub,
    .point-card:nth-of-type(2) .point-card__sub,
    .point-card:nth-of-type(3) .point-card__sub {
        width: min(510px, 100%);
        max-width: 510px;
        margin: 0;
        justify-self: start;
    }
}


.story {
    background: url("../images/story-bg.png") center top / cover no-repeat;
    padding: 95px 0 110px;
}

.story-intro {
    margin: 0 auto 46px;
    text-align: center;
}

.story-intro__title {
    margin: 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.story-intro__subtitle {
    margin: 0;
    color: var(--PINK01, #BA8282);
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.2287rem;
    font-weight: 400;
    line-height: 1.8;
}

.story-intro__lead {
    margin: 12px 0 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
}

.story-intro__lead {
    margin-top: 52px;
}

.story-intro__lead--highlight {
    margin-top: 2px;
    background: linear-gradient(270deg, #DCBFD6 25.85%, #BF5C95 29.55%, #BF5C95 42.83%, #C991B7 45.03%, #D2A1C9 48.78%, #D3A4E6 72.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.7;
}

.story-break-320 {
    display: none;
}

.consultation-break-375 {
    display: none;
}

.story__list {
    display: grid;
    gap: 42px;
    width: min(1060px, 100%);
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 768px) {
    .cta {
        width: 85%;
    }

    .cta a,
    .cta picture,
    .cta img,
    .last__cta-mobile a,
    .last__cta-mobile picture,
    .last__cta-mobile img {
        width: 100%;
        height: auto;
    }

    .consultant-role__line br {
        display: none;
    }

    .consultant-role__text {
        margin-left: 21%;
        margin-right: 21%;
    }

    .story__list {
        width: 80%;
    }
}

.voice {
    background: url("../images/voice-bg.png") center top / cover no-repeat;
    padding: 96px 0 110px;
}

.voice-intro {
    margin: 0 auto 60px;
    text-align: center;
}

.voice-intro__title {
    margin: 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.voice-intro__subtitle {
    margin: 0;
    color: var(--PINK01, #BA8282);
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.2287rem;
    font-weight: 400;
    line-height: 1.8;
}

.voice-intro__lead {
    margin: 35px auto 0;
    width: min(500px, 100%);
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
}

.voice-intro__marker {
    text-decoration-line: underline;
    text-decoration-color: #F0E4E3;
    text-decoration-thickness: 10px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}

.voice__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.voice__grid picture {
    opacity: 0;
    transform: translateY(18px);
}

.voice.fade-in.is-visible .voice__grid picture {
    animation: vision-item-fade 0.9s ease forwards;
}

.voice.fade-in.is-visible .voice__grid picture:nth-child(1) {
    animation-delay: 0.1s;
}

.voice.fade-in.is-visible .voice__grid picture:nth-child(2) {
    animation-delay: 0.24s;
}

.voice.fade-in.is-visible .voice__grid picture:nth-child(3) {
    animation-delay: 0.38s;
}

.voice.fade-in.is-visible .voice__grid picture:nth-child(4) {
    animation-delay: 0.52s;
}


.message-intro__inner {
    display: block;
    background: #f8f6f7;
}

.message-intro__inner.container {
    width: min(1440px, 100vw);
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 0;
}

.message-intro__body {
    min-height: 700px;
    padding: 57px 0 114px;
    background-image: url("../images/message-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.message-intro__content {
    width: min(1040px, calc(100% - 56px));
    margin: 0 auto;
}

.message-intro__media-sp {
    display: none;
}

.consultant-role {
    position: relative;
    overflow: hidden;
    padding: 56px 0 70px;
}

.consultant-role::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 2560px;
    height: 100%;
    background: url("../images/role-bg.png") center center / cover no-repeat;
    pointer-events: none;
    z-index: 0;
}

.consultant-role__inner {
    display: block;
    position: relative;
    z-index: 1;
}

.consultant-role__inner.container {
    width: min(1440px, 100vw);
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 0;
}

.consultant-role__body {
    min-height: 700px;
    width: min(1040px, calc(100% - 56px));
    margin: 0 auto;
    padding: 62px 0 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 40px;
    align-items: center;
}

.consultant-role__content {
    width: 100%;
    margin: 0;
    padding-left: 0;
}

.consultant-role__image {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

.consultant-role__title {
    margin: 0;
    color: var(--TXT, #544C40);
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.consultant-role__subtitle {
    margin: 0 0 36px;
    color: var(--PINK01, #BA8282);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.consultant-role__line {
    margin: 0;
    color: var(--TXT, #544C40);
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.consultant-role__line+.consultant-role__line {
    margin-top: 6px;
}

.consultant-role__highlight {
    background: linear-gradient(270deg, #DCBFD6 1.28%, #BF5C95 6.07%, #BF5C95 32.21%, #C991B7 63.05%, #B46CC4 83.51%, #D2A1C9 99.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.7;
}

.consultant-role__text {
    margin: 22px 0 0;
    color: var(--TXT, #544C40);
    text-shadow: 0 0 8px #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}

.consultant-role__text--marker u {
    text-decoration-line: underline;
    text-decoration-color: #F2CDD8;
    text-decoration-thickness: 10px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}

.consultant-role__line+.consultant-role__text {
    margin-top: 40px;
}

.message-intro__title {
    margin: 0;
    color: var(--TXT, #544C40);
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.message-intro__subtitle {
    margin: 0 0 36px;
    color: var(--PINK01, #BA8282);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.message-intro__line {
    margin: 0;
    color: #544c40;
    font-size: 5.2rem;
    line-height: 1.45;
}

.message-intro__line--lead {
    color: var(--TXT, #544C40);
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.message-intro__highlight {
    background: linear-gradient(270deg, #DCBFD6 1.28%, #BF5C95 6.07%, #BF5C95 32.21%, #C991B7 63.05%, #B46CC4 83.51%, #D2A1C9 99.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.7;
}

.message-intro__particle {
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: var(--TXT, #544C40);
}

.message-intro__particle--left {
    text-align: left;
}

.message-intro__text {
    margin: 22px 0 0;
    color: var(--TXT, #544C40);
    text-shadow: 0 0 8px #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
}

.message-intro__particle--left+.message-intro__text {
    margin-top: 55px;
}

.message-intro__text u {
    text-decoration-line: underline;
    text-decoration-color: #F0E4E3;
    text-decoration-thickness: 10px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}

.faq {
    background: linear-gradient(180deg, #f8f7f8 0%, #f4eef3 100%);
    padding: 90px 0;
}

.faq-intro {
    margin: 0 auto 34px;
    text-align: center;
}

.faq-intro__title {
    margin: 0;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.68px;
}

.faq-intro__subtitle {
    margin: 0;
    color: var(--PINK01, #BA8282);
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.2287rem;
    font-weight: 400;
    line-height: 1.8;
}

.message-intro__subtitle,
.consultant-role__subtitle,
.point-intro__subtitle,
.story-intro__subtitle,
.consultation__subtitle,
.voice-intro__subtitle,
.faq-intro__subtitle {
    font-size: 1.4rem;
}

.faq__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.faq__cards img {
    opacity: 0;
    transform: translateY(18px);
}

.faq.fade-in.is-visible .faq__cards img {
    animation: vision-item-fade 0.9s ease forwards;
}

.faq.fade-in.is-visible .faq__cards img:nth-child(1) {
    animation-delay: 0.1s;
}

.faq.fade-in.is-visible .faq__cards img:nth-child(2) {
    animation-delay: 0.24s;
}

.faq.fade-in.is-visible .faq__cards img:nth-child(3) {
    animation-delay: 0.38s;
}

.closing-tail {
    background: linear-gradient(180deg, #f8f7f8 0%, #f4eef3 100%);
}

.last {
    position: relative;
    overflow: hidden;
    background: transparent;
}

.closing-gradient {
    margin-top: 100px;
    padding-top: 50px;
    position: relative;
}

.closing-gradient::after,
.last__media::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0) 72%);
    box-shadow: 0 0 32px rgba(255, 255, 255, 0.42);
    filter: blur(1px);
}

.last__media::after {
    width: 722px;
    height: 722px;
    top: 15%;
    right: -280px;
    animation: bubble-right-float 11s ease-in-out infinite;
}

.closing-gradient::after {
    width: 186px;
    height: 186px;
    top: calc(100% + 39px);
    left: 39px;
    animation: bubble-left-float 9.5s ease-in-out infinite;
}

.last__media {
    position: relative;
    z-index: 2;
}

.last__media img {
    position: relative;
    z-index: 2;
}

.last__cta-mobile {
    display: block;
    width: 763px;
    margin: 40px auto 0;
    position: relative;
    z-index: 3;
}

.last__cta-mobile a,
.last__cta-mobile picture,
.last__cta-mobile img {
    display: block;
    width: 763px;
    height: 172px;
}

.last__cta-mobile a>p {
    margin: 15px 0 10px;
    width: 100%;
    text-align: center;
    color: var(--TXT, #544C40);
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}

@keyframes bubble-left-float {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0.62;
    }

    50% {
        transform: translate3d(0, -14px, 0);
        opacity: 0.96;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 0.62;
    }
}

@keyframes bubble-right-float {
    0% {
        transform: translateY(-50%);
        opacity: 0.56;
    }

    50% {
        transform: translateY(calc(-50% - 18px));
        opacity: 0.88;
    }

    100% {
        transform: translateY(-50%);
        opacity: 0.56;
    }
}

@keyframes scroll-cue-arrow {
    0% {
        opacity: 0.45;
        transform: rotate(45deg) translateY(0);
    }

    50% {
        opacity: 0.95;
        transform: rotate(45deg) translateY(2px);
    }

    to {
        opacity: 0.45;
        transform: rotate(45deg) translateY(0);
    }
}

.english-copy {
    margin: 0 auto 40px;
    width: min(1240px, calc(100% - 24px));
    background: linear-gradient(270deg, rgba(220, 191, 214, 0.50) 1.28%, rgba(191, 92, 149, 0.50) 6.07%, rgba(191, 92, 149, 0.50) 32.21%, rgba(201, 145, 183, 0.50) 63.05%, rgba(180, 108, 196, 0.50) 83.51%, rgba(210, 161, 201, 0.50) 99.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Italianno", cursive;
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 1.14;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
}

.last.fade-in.is-visible .english-copy {
    animation: english-copy-sweep 2.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes english-copy-sweep {
    from {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    to {
        opacity: 0.3;
        clip-path: inset(0 0 0 0);
    }
}

.copy {
    position: relative;
    overflow: hidden;
    padding: 48px 16px 82px;
    margin: -10px 0 42px;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
}

.copy__lead {
    position: relative;
    padding-bottom: 105px;
}

.copy p {
    margin: 0;
    position: relative;
    z-index: 1;
}

.copy p+p {
    margin-top: 30px;
}

.sp-only {
    display: none;
}

.pc-only {
    display: inline;
}

.copy::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: min(1540px, 99vw);
    height: min(640px, 95%);
    border-radius: 50%;
    background: var(--bg-sub, radial-gradient(50% 50% at 50% 50%, #F5DCE8 0%, rgba(255, 255, 255, 0.00) 100%));
}

.copy__lead::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(60% + 11px);
    width: 0.5px;
    height: 83.15px;
    background: #544C40;
    transform: translateX(-50%);
    opacity: 0.9;
    animation: copy-line-flow 1.6s ease-in-out infinite;
}

@keyframes copy-line-flow {
    0% {
        transform: translateX(-50%) translateY(-10px);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(14px);
        opacity: 0;
    }
}

.copy__question {
    margin-top: 0;
}

.schedule {
    background: transparent;
    padding: 68px 0 84px;
}

.schedule__table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    background: #fff;
}

.schedule__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 1.4rem;
}

.schedule__table th,
.schedule__table td {
    border: 1px solid #e0d8d2;
    text-align: center;
    padding: 10px 8px;
}

.schedule__table thead th {
    background: #f1e8ea;
    font-weight: 600;
}

.schedule__table tbody th {
    background: #faf7f8;
    font-weight: 500;
}

.schedule__note {
    margin: 12px 0 0;
    text-align: right;
    font-size: 1.3rem;
    color: #867a74;
}

.footer {
    padding: 30px 16px 34px;
    color: var(--TXT, #544C40);
    background: transparent;
}

.footer__line {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: var(--TXT, #544C40);
    text-align: center;
    font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
}

.footer__line a {
    text-decoration: none;
}

.footer__line a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2px;
}

.schedule {
    background: transparent;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 900px) {
    .container {
        width: min(var(--max-width), calc(100% - 24px));
    }

    .section-label {
        margin-bottom: 14px;
        font-size: 2.6rem;
    }

    .cta {
        width: calc(100% - 24px);
        margin: -12px auto 54px;
    }

    .cta--first {
        margin-top: 10px;
    }

    .cta--second {
        margin: 36px auto;
    }

    .last__cta-mobile {
        width: calc(100% - 24px);
    }

    .cta a,
    .cta picture,
    .cta img,
    .last__cta-mobile a,
    .last__cta-mobile picture,
    .last__cta-mobile img {
        width: 100%;
        height: auto;
    }

    .consultation {
        padding: 58px 0 55px;
    }

    .consultation::before {
        background-image: url("../images/sp-consulutation-bg.png");
        background-position: center top;
    }

    .consultation__body {
        width: min(1040px, calc(100% - 20px));
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .consultation__media {
        width: min(390px, 100%);
        max-width: 390px;
        margin: 0 auto 0;
        order: 2;
        flex: 0 0 auto;
    }

    .consultation__media img {
        width: 100%;
    }

    .consultation__content {
        width: 100%;
        order: 1;
        margin-left: 0;
        max-width: none;
        flex: 0 0 auto;
    }

    .consultation__body>*:last-child {
        margin-bottom: 0;
    }

    .consultation__title {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.7;
        letter-spacing: 0.88px;
    }

    .consultation__subtitle {
        margin: 0 0 28px;
        text-align: center;
        font-size: 1rem;
    }

    .message-intro__subtitle,
    .consultant-role__subtitle,
    .point-intro__subtitle,
    .story-intro__subtitle,
    .consultation__subtitle,
    .voice-intro__subtitle,
    .faq-intro__subtitle {
        font-size: 1rem;
    }

    .consultation__lead {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .consultation__small {
        margin-top: 14px;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .consultation__keywords {
        margin-top: 8px;
        width: 100%;
        text-align: center;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.7;
    }

    .consultation__text {
        margin-top: 14px;
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .profile {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .profile__text img {
        width: min(420px, 100%);
    }

    .profile__text p {
        margin-top: 12px;
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .vision {
        background-image: url("../images/sp-vision-bg.png");
        padding: 2px 0 56px;
    }

    .vision__inner {
        width: min(1040px, calc(100% - 24px));
    }

    .vision__question {
        margin: 0 0 60px;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .vision__row {
        display: grid;
        gap: 16px;
    }

    .vision__row--top {
        gap: 16px;
    }

    .vision__row--bottom {
        gap: 16px;
        margin-top: 16px;
    }

    .vision__item img {
        width: auto;
        height: 168px;
        max-width: none;
        margin-inline: auto;
    }

    .vision img {
        width: auto;
        height: 168px;
        max-width: none;
        margin-inline: auto;
    }

    .vision-note p {
        font-size: 1.6rem;
        line-height: 1.8;
    }


    .worries {
        background-image: url("../images/sp-moyamoya-bg.png");
        padding: 0 0 60px;
    }

    .worries__title {
        width: 390px;
        max-width: 100%;
    }

    .worries__lead {
        color: var(--TXT, #544C40);
        text-align: left;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .worries__polygon {
        width: 45px;
        height: 42px;
        margin-bottom: 0;
    }

    .worries__row {
        display: grid;
        gap: 14px;
        justify-items: center;
    }

    .worries__row--top {
        margin-top: 26px;
        gap: 14px;
    }

    .worries__row--bottom {
        margin-top: 14px;
        gap: 14px;
    }

    .worries__item img {
        width: auto;
        height: 150px;
        max-width: none;
    }


    .point-intro {
        background-image: url("../images/sp-pointbg.png");
        padding: 56px 0 16px;
    }

    .point-intro__title {
        font-size: 2.2rem;
        letter-spacing: 0.88px;
    }

    .point-intro__subtitle {
        font-size: 1rem;
    }

    .point-intro__lead {
        margin-top: 12px;
        font-size: 2rem;
        line-height: 1.7;
    }

    .point-intro__lead--second {
        margin-top: -58px;
    }

    .point-intro__lead span {
        margin: 0 4px;
        font-size: 9.6rem;
        top: -36px;
        transform: none;
    }

    .encourage {
        width: 100%;
        aspect-ratio: 800 / 1200;
    }

    .encourage::before {
        background-image: url("../images/sp-woman-bg.png");
    }

    .encourage p {
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.7;
    }

    .encourage .container {
        transform: translateY(30px);
    }

    .encourage__bubble {
        bottom: -78px;
        width: 369px;
    }

    .encourage .container p:nth-of-type(3) {
        margin-top: 35px;
    }

    .encourage+.cta {
        margin-top: 88px;
    }

    .point-card {
        margin-top: 0;
        display: block;
    }

    .point-card+.point-card {
        margin-top: 60px;
    }

    .point-card__heading {
        margin-bottom: 12px;
    }

    .point-card:nth-of-type(1) .point-card__heading {
        width: min(390px, 100%);
        max-width: 390px;
        height: auto;
    }

    .point-card:nth-of-type(2) .point-card__heading,
    .point-card:nth-of-type(3) .point-card__heading {
        width: min(390px, 100%);
        max-width: 390px;
        height: auto;
    }

    .point-card>p {
        margin: 0 auto;
        color: var(--TXT, #544C40);
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
        width: calc(100vw - 32px);
        max-width: 358px;
    }

    .point-card__sub {
        margin-top: 10px;
    }

    .point-card__main-media {
        width: min(760px, 100%);
        max-width: 100%;
        margin: 10px auto 0;
    }

    .point-card__main {
        width: 100%;
        max-width: 100%;
    }

    .story {
        background-image: url("../images/sp-story-bg.png");
        padding: 30px 0 64px;
    }

    .story-intro {
        margin-bottom: 24px;
    }

    .story-intro__title {
        margin: 0;
        text-align: center;
        font-size: 2.2rem;
        letter-spacing: 0.88px;
    }

    .story-intro__subtitle {
        margin: 0 0 28px;
        color: var(--PINK01, #BA8282);
        text-align: center;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .story-intro__lead {
        margin-top: 8px;
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6;
    }

    .story-intro__lead:first-of-type {
        margin-top: 8px;
    }

    .story-intro__lead--highlight {
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.7;
        white-space: nowrap;
    }

    .story__list {
        gap: 75px;
    }

    .voice {
        background-image: url("../images/sp-voice.png");
        padding: 58px 0 62px;
    }

    .voice-intro {
        margin-bottom: 22px;
    }

    .voice-intro__title {
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 0.88px;
    }

    .voice-intro__subtitle {
        color: var(--PINK01, #BA8282);
        text-align: center;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .voice-intro__lead {
        margin-top: 16px;
        width: min(350px, 100%);
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.7;
    }

    .voice__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .message-intro {
        padding: 34px 0 44px;
    }

    .message-intro__inner {
        display: flex;
        flex-direction: column;
    }

    .message-intro__body {
        min-height: 0;
        padding: 16px 4px 24px;
        background-image: none;
    }

    .message-intro__content {
        width: min(1040px, calc(100% - 20px));
    }

    .message-intro__media-sp {
        display: block;
        margin-bottom: 16px;
        order: -1;
    }

    .message-intro__media-sp img {}

    .consultant-role {
        padding: 34px 0 44px;
    }

    .consultant-role::before {
        background-image: url("../images/sprole-bg.png");
        background-position: center top;
        background-size: cover;
    }

    .consultant-role__inner {
        display: flex;
        flex-direction: column;
    }

    .consultant-role__body {
        min-height: 0;
        width: min(1040px, calc(100% - 20px));
        padding: 16px 4px 24px;
        background-image: none;
        display: flex;
        flex-direction: column;
    }

    .consultant-role__content {
        width: min(1040px, calc(100% - 20px));
        padding-left: 0;
    }

    .consultant-role__image {
        margin: 16px auto 0;
        max-width: 360px;
        order: -1;
    }


    .consultant-role__title {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.7;
        letter-spacing: 0.88px;
    }

    .consultant-role__subtitle {
        margin: 0 0 28px;
        text-align: center;
    }

    .consultant-role__line {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .consultant-role__highlight {
        font-size: 2.4rem;
        line-height: 1.7;
    }

    .consultant-role__text {
        margin-top: 14px;
        text-shadow: 0 0 5.519px #FFF;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .consultant-role__line+.consultant-role__text {
        margin-top: 30px;
    }

    .message-intro__title {
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Bodoni Moda", "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 0.88px;
    }

    .message-intro__subtitle {
        margin: 0 0 28px;
        text-align: center;
    }

    .message-intro__line {
        font-size: 3.2rem;
    }

    .message-intro__line--story {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: wrap;
        text-align: center;
    }

    .message-intro__line--story .message-intro__highlight,
    .message-intro__line--story .message-intro__particle {
        white-space: nowrap;
    }

    .message-intro__highlight {
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.7;
    }

    .message-intro__particle {
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.7;
    }

    .message-intro__line--lead {
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Yu Mincho Pr6N", "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6;
    }

    .message-intro__text {
        margin-top: 14px;
        color: var(--TXT, #544C40);
        text-shadow: 0 0 5.519px #FFF;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .message-intro__particle--left+.message-intro__text {
        margin-top: 30px;
    }

    .faq {
        padding: 56px 0;
    }

    .faq-intro__title {
        font-size: 2.2rem;
        letter-spacing: 0.88px;
    }

    .faq-intro__subtitle {
        font-size: 1rem;
    }

    .faq__cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .english-copy {
        font-size: 4.3rem;
        line-height: 1.14;
    }

    .closing-gradient {
        margin-top: 0;
        padding-top: 72px;
    }

    .copy {
        padding: 52px 16px 56px;
        margin: 28px 0 10px;
        font-size: 1.6rem;
    }

    .copy__lead {
        padding-bottom: 84px;
    }

    .copy p+p {
        margin-top: 18px;
    }

    .sp-only {
        display: inline;
    }

    .pc-only {
        display: none;
    }

    .copy::before {
        width: min(780px, 128vw);
        height: min(420px, 98%);
    }

    .copy__lead::after {
        width: 0.371px;
        height: 61.674px;
        top: calc(64% + 11px);
    }

    .schedule {
        padding: 48px 0 56px;
    }

    .schedule__note {
        text-align: left;
    }

    .footer__line {
        gap: 10px;
        flex-wrap: nowrap;
        color: var(--TXT, #544C40);
        text-align: center;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.7;
        white-space: nowrap;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .encourage::before {
        background-image: url("../images/woman-bg.png");
    }

    .message-intro {
        padding: 0;
    }

    .message-intro__inner {
        display: block;
    }

    .message-intro__body {
        min-height: 700px;
        padding: 57px 0 114px;
        background-image: url("../images/message-img.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }

    .message-intro__content {
        width: min(1040px, calc(100% - 56px));
        margin: 0 auto;
    }

    .message-intro__media-sp {
        display: none;
    }

    .message-intro .pc-only {
        display: inline;
    }

    .message-intro .sp-only {
        display: none;
    }

    .message-intro__title {
        text-align: left;
        font-size: 4.2rem;
        line-height: 1.7;
        letter-spacing: 1.68px;
    }

    .message-intro__subtitle {
        margin: 0 0 36px;
        font-size: 1rem;
        line-height: 1.8;
        text-align: left;
    }

    .message-intro__line {
        font-size: 5.2rem;
        line-height: 1.45;
    }

    .message-intro__line--story {
        display: block;
        width: auto;
        text-align: left;
    }

    .message-intro__line--story .message-intro__highlight,
    .message-intro__line--story .message-intro__particle {
        white-space: normal;
    }

    .message-intro__line--lead {
        font-size: 2.4rem;
        line-height: 1.6;
        text-align: left;
    }

    .message-intro__highlight {
        text-align: left;
        font-size: 3.3rem;
        line-height: 1.7;
    }

    .message-intro__particle {
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.7;
    }

    .message-intro__particle--left {
        text-align: left;
    }

    .message-intro__text {
        margin-top: 22px;
        font-size: 1.8rem;
        line-height: 1.8;
    }

    .message-intro__particle--left+.message-intro__text {
        margin-top: 55px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .vision {
        background-image: url("../images/vision-bg.png");
        padding: 77px 0 88px;
    }

    .vision__inner {
        width: min(1040px, calc(100% - 48px));
    }

    .vision__question {
        margin: 0 0 120px;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .vision__row {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .vision__row--top {
        gap: 0;
    }

    .vision__row--bottom {
        gap: 34px;
        margin-top: 62px;
    }

    .vision__item img,
    .vision img {
        width: auto;
        max-width: none;
        height: 356px;
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .last__cta-mobile {
        width: calc(100% - 24px);
        margin: 20px auto 0;
    }

    .schedule {
        display: none;
    }
}

@media (max-width: 768px) {

    .cta,
    .last__cta-mobile {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .cta {
        width: calc(100% - 24px);
    }
}

@media (max-width: 768px) {
    .faq__cards {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .schedule {
        display: block;
    }
}


@media (min-width: 1024px) {
    .last__cta-mobile {
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .story-intro__lead--highlight {
        white-space: normal;
    }

    .story-break-320 {
        display: inline;
    }

    .vision__item {
        width: calc(100vw - 32px);
        margin-inline: auto;
    }

    .vision__item img,
    .vision img {
        width: 100%;
        height: auto;
        max-width: none;
    }

    .encourage__bubble {
        width: calc(100vw - 32px);
        max-width: 369px;
    }

}

@media (max-width: 375px) {
    .consultation-break-375 {
        display: inline;
    }
}

@media (max-width: 320px) {
    .point-intro__lead {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .point-intro__lead span {
        display: inline-block;
        font-size: 6rem;
        line-height: 1.45;
        padding: 0px 8px;
        overflow: visible;
    }

    .point-intro__lead--second {
        margin-top: -8px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .encourage {
        aspect-ratio: 2310 / 1200;
    }

    .vision__item {
        width: 30%;
        flex: 0 0 30%;
    }

    .vision__item img {
        width: 100%;
        height: auto;
    }

    .vision__row--top,
    .vision__row--bottom {
        gap: 8px;
    }

    .voice__grid picture {
        width: 50%;
        margin-inline: auto;
    }

    .faq__cards {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .faq__cards img {
        width: 90%;
        margin-inline: auto;
        flex: 1 1 0;
        min-width: 0;
    }

    .consultation__media img {
        margin-left: -122px;
    }

    .consultation__content {
        margin-left: -500px;
    }

    .point-card__heading {
        margin-inline: auto;
    }

    .consultant-role__content .consultant-role__text {
        margin-left: 21%;
        margin-right: 21%;
    }

    .worries__item img {
        height: 180px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .consultation {
        padding: 96px 0 110px;
    }

    .consultation::before {
        background-image: url("../images/consurutation-bg.png");
        background-position: center top;
    }

    .consultation__body {
        width: min(1040px, calc(100% - 56px));
        display: flex;
        flex-direction: row;
        gap: 0;
        align-items: center;
    }

    .consultation__media {
        width: 716px;
        max-width: 716px;
        margin: 0;
        order: 0;
        flex: 0 0 716px;
    }

    .consultation__media img {
        width: 716px;
    }

    .consultation__content {
        width: 514px;
        max-width: 514px;
        order: 0;
        margin-left: -488px;
        flex: 0 0 514px;
    }

    .consultation .pc-only {
        display: inline;
    }

    .consultation .sp-only {
        display: none;
    }

    .consultation__title {
        text-align: left;
        font-size: 2.2rem;
        line-height: 1.7;
        letter-spacing: 0.88px;
    }

    .consultation__subtitle {
        margin: 0 0 36px;
        text-align: left;
        font-size: 1rem;
    }

    .consultation__lead {
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .consultation__small {
        margin-top: 24px;
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .consultation__keywords {
        margin-top: 12px;
        width: 500px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .consultation__text {
        margin-top: 24px;
        width: 500px;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .worries {
        background-image: url("../images/moyamoya-bg.png");
        padding: 0 0 90px;
    }

    .worries__title {
        width: 50%;
    }

    .worries__lead {
        text-align: center;
        font-size: 1.8rem;
    }

    .worries__row {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 0;
    }

    .worries__row--top {
        margin-top: 46px;

    }

    .worries__row--bottom {
        margin-top: 62px;

    }

    .worries__item img {
        height: 200px;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .vision__item {
        width: 30%;
        flex: 0 0 30%;
    }

    .vision__item img {
        width: 100%;
        height: auto;
    }

    .vision__row--top,
    .vision__row--bottom {
        gap: 8px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .worries__item img {
        height: 180px;
    }
}
