html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 62.5px;
}

body {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    color: #4F4F4F;
    line-height: 1;
    background-color: rgba(255, 190, 211, 0.2);
}

.inner-container {
    max-width: 393px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.offer .border {
    position: relative;
    display: inline-block;
}

.offer .border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #4F4F4F;
}

/* カラー */
:root {
    --orange: #E39B34;
    --white: #FFFFFF;
    --gray: #A6A6A6;
    --pink: #EF8DAD;

}

/* ヘッダー */

.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100vw;
    max-width: 393px;
    height: 62px;
    padding: 1rem;
    z-index: 1000;

    background-color: #fff;
}

.header-logo img {
    height: 3.3rem;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17.5rem;
    height: 100%;
    padding: 0.6rem 0.8rem;
    border: none;
    border-radius: 0.3rem;
    background-color: var(--orange);
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.14;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.header-button_arrow {
    width: 1.2rem;
    height: 1.2rem;
}

/* fv */
#fv {
    padding-top: 62px;
}

/* 予約 */
.reservation-section {
    text-align: center;
    background-color: #fff;
    padding: 2.2rem 2.4rem;
}

.comment p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.15em;
}

.reserve-button {
    display: block;
    align-content: center;
    position: relative;
    background-color: var(--orange);
    color: #fff;
    text-decoration: none;
    border-radius: 1.2rem;
    padding: 1.7rem 3.7rem;
    max-width: 345px;
    margin: 0 auto;
}

.reservation-button_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
}


.reservation-button_wrap p:first-child {
    font-family: 'Noto Serif JP', serif;
}

.reservation-button_wrap p:last-child {
    font-size: 1.8rem;
}

.reservation-button_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.3rem;
    width: 1.6rem;
    height: auto;
}

.reservation_annotation{
    display: block;
     font-size: 12px;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 5px;
}

/* 料金 */
.offer {
    width: 100%;
    margin: 0 auto;
    background: url(../img/offer_bg.webp) center / cover no-repeat;
    padding: 5.7rem 2rem;
    box-sizing: border-box;
    text-align: center;
}

.offer .headline {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
}

.offer_img {
    width: 100%;
}

.offer-table {
    text-align: center;
    margin: 4rem auto 2rem;
}

.monitor-ttl{
    display: inline-block;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    color: #E0962B;
    font-size: 2.4rem;
    border-bottom: 1px solid #E39B34;
}

.price_monitor{
    margin-bottom: 25px;
}

.offer-table .price_monitor:not( first-child){
    margin-bottom: 10px;
}

.menu_annotation{
    text-align: left;
    font-size: 12px;
    padding-left: 15px;
}

.caption {
    font-size: 2rem;
    margin: 2rem 0 0 0;
}

.amount {
    font-family: "Optima", "Segoe UI", "Helvetica Neue", sans-serif;
    margin-top: -1rem;
    font-size: 5rem;
    letter-spacing: -0.04em;
    line-height: 1.5;
    color: #E0962B;
    font-style: italic;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

.amount span {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: unset;
}

.procedure-title {
    font-weight: 600;
    color: #444444;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin: 2.2rem 0 2rem;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 1rem 0;
}

.steps {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 3.9rem;
}

.step img {
    width: 108px;
    height: 108px;
    border: solid 3px #FFF;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.8rem;
}

.step p {
    font-weight: 400;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.4rem;
    line-height: 1.36;

}

.special {
    border-top: solid 1px #A9A9A9;
    text-align: center;
    position: relative;
    padding: 3.7rem 0 2.4rem;
}

.badge {
    font-weight: 600;
    font-size: 1.8rem;
    background: #A6A6A6;
    color: #fff;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.9rem 2.5rem;
}

.care-note {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1.3rem;
}

.present {
    font-size: 2.8rem;
    line-height: 1.5;
}

.highlight {
    position: relative;
    color: var(--white);
    z-index: 1;
}

.highlight::after {
    content: "";
    position: absolute;
    background-color: var(--pink);
    height: 35px;
    width: 105%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.offer .reservation-section {
    background-color: unset;
    padding: unset;
}

/* こんなお悩みありませんか */
#trouble {
    background: #F7F7F7;
    padding: 3rem 2rem 6rem;
    text-align: center;
    position: relative;
}

#trouble h2 {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2.3rem;
    color: #393939;
    line-height: 1.6;
}

#trouble h2 span {
    margin-left: 2rem;
}

.trouble_img {
    position: absolute;
    top: -4rem;
    right: 2rem;
    width: 42%;
}

.trouble-box {
    background: #FFF;
    border-radius: 8px;
    padding: 30px 20px 20px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    z-index: 10;
    position: relative;
}

.trouble-list {
    max-width: 310px;
    list-style: none;
    padding: 0;
    margin: 0 auto 20px 0;
}

.trouble-list li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.4rem;
    border-bottom: 1px dashed #958F7F;
    padding-bottom: 1.4rem;
}

.trouble-list li.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-weight: 700;

}

.check {
    width: 2rem;
    height: 2rem;
    background: url(../img/check.webp) center / cover no-repeat;
    display: inline-block;
    margin-top: 0.3rem;
    margin-right: 0.8rem;
    flex-shrink: 0;
}

.trouble-list .pink {
    color: var(--pink);
}

.trouble-comment {
    font-weight: 400;
    max-width: 113%;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5;
    padding: 20px;
    margin: 0 -20px -20px;
    background-color: rgba(239, 141, 173, 0.2);
}

.trouble-comment li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.trouble-comment li:last-child {
    margin-bottom: 0;
}

.trouble-comment span {
    margin-left: 15px;
}

.trouble-arrow {
    margin: 2rem auto 0.6rem;
    width: 6.7rem;
}

.trouble-lead .lead-sub {
    font-weight: 700;
    display: inline-block;
    color: var(--pink);
    font-size: 2rem;
    line-height: 1.6;
    border-bottom: solid 1px var(--pink);
    margin-bottom: 2.8rem;
}

.trouble-lead .lead-main {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #333;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.trouble-lead .lead-main .logo {
    display: block;
    height: 30px;
    width: 171.73px;
    position: relative;
    text-align: center;
    margin: 1.3rem auto -1.8rem;
}

.trouble-lead .lead-main .logo::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* マイクロニードリング */

#technic {
    margin: 2.9rem auto 0;
}

.technic-box {
    background: #fff;
    border: 2px solid var(--pink);
    border-radius: 1rem;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.technic-header {
    background-color:var(--pink);
    color: #fff;
    text-align: center;
    padding: 2rem;
    font-size: 2.4rem;
    line-height: 1.4;
}

.technic-highlight {
    text-align: center;
    margin: 2.5rem 0 2rem;
}

.technic-highlight p {
    display: inline-block;
    background-color: var(--pink);
    color: #fff;
    padding: 0.7rem 1rem;
    margin: 0.3rem 0;
    font-size: 2.6rem;
}

.technic-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}

.technic-text span {
    position: relative;
    display: inline-block;
}

.technic-text span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1.5px dashed #E86767;
}

.technic-img img {
    display: block;
    width: 29rem;
    height: 15rem;
    margin: 2rem auto 2.5rem;
}

/* trouble-reason */
#trouble-reason {
    position: relative;
    background: url(../img/trouble-reason_bg.webp) top center / cover no-repeat;
    color: #fff;
    padding: 7rem 2rem 2.5rem 2rem;
    text-align: center;
    margin-top: -4rem;
    z-index: 10;
}

.trouble-reason_inner {
    max-width: 353px;
    margin: 0 auto;
}

.trouble-reason_lead {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 2.4rem;
}

.trouble-reason_title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 2.4rem;
}

.boxed {
    display: inline-block;
    background-color: #fff;
    padding: 0 0.7rem;
    margin-right: -0.3rem;
    color: var(--pink);
}

.trouble-reason_bottom {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 3rem;
}

.trouble-reason_bottom .underlined {
    color: #F8F2DE;
    position: relative;
    display: inline-block;
    margin-right: -1rem;
}

.trouble-reason_bottom .underlined::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-bottom: 1.5px dashed #F8F2DE;
}

/* 効果 */
#effect {
    padding: 3.2rem 1.65rem 6rem;
    background: #FAF8F5;
}

.effect_inner {
    max-width: 360px;
    margin: 0 auto;
}

.effect_heading {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--pink);
    text-align: left;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.effect_heading .boxed {
    padding: 0 0.5rem;
    margin: 0 1px 7px;
}

.effect_heading .highlight {
    font-size: 2.8rem;
    line-height: 1;
    padding: 0 5px;
}

.effect_heading .highlight::after {
    width: 100%;
}

.effect_description {
    font-weight: 400;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.9;
    margin-bottom: 2rem;
}

.effect_image {
    text-align: center;
    margin-bottom: 4rem;
}

.effect_image img {
    width: 100%;
    max-width: 360px;
}

.effect_point {
    padding-top: 6rem;
    position: relative;
    background: #fff;
    margin-bottom: 4.8rem;
    box-shadow: 0 6px 8px rgba(0,0,0,0.08);
    text-align: center;
}

.point_number {
    font-family: "Optima", "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 400;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.8rem;
    color: var(--orange);
    margin-bottom: 0.3rem;
    text-align: center;
}

.point_number span {
    display: block;
    margin: 0 auto -1rem;
    width: 8rem;
    height: 3.2rem;
    background: url(../img/Point.webp) center / cover no-repeat;
}

.point_heading {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--pink);
    margin: 0.5rem 0;
}

.point_text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75;
    width: 96%;
    max-width: 300px;
    margin: 0 auto 2rem;
    letter-spacing: 0.1em;
    text-align: left;
}

.point_img {
    width: 100%;
    max-width: 360px;
}

.serum {
    max-width: 393px;
    margin: 0 auto;
}

.serum_header {
    position: relative;
    align-items: center;
    margin: 0 -3rem 1.5rem;
    padding: 2rem 2.5rem;
    background-color: var(--white);
}

.serum_title {
    font-size: 3rem;
    color: var(--pink);
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.serum_image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 143px;
    height: 143px;
    border-radius: 50%;
}

.serum_intro {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.serum_block {
    background: #fff;
    padding: 0 2rem 2.5rem;
    margin-top: 5rem;
}

.serum_subtitle {
    background: url(../img/pink-talkbubble.webp) center / cover no-repeat;
    color: #fff;
    font-size: 2rem;
    margin: -3rem -2rem 0 -2rem;
    text-align: center;
    height: 53px;
    padding-top: 1rem;
}

.serum_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.serum_item {
    background: #FBF7F9;
    border-radius: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #EF8DAD;
    line-height: 1.5;
    text-align: center;
}


.serum_item p:nth-child(2) {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

/* ビフォーアフター */
#beforeafter {
    background: url(../img/beforeafter_bg.webp) center / cover no-repeat;
    padding: 5rem 1rem;
    text-align: center;
}

.beforeafter_title {
    position: relative;
    display: inline-block;
}

.beforeafter_title h2 {
    background: linear-gradient(to right, #888888, #222222); /* 象風グラデ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 2.8rem;
    line-height: 1.8;
}

.white-blur {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background: #FCFCFC;
    opacity: 1;
    filter: blur(24px);
    z-index: 0;
    pointer-events: none;
    border-radius: 0.3rem;
}

.beforeafter_cards {
    margin: 3.5rem auto  0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.beforeafter_card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
}

.beforeafter_info {
    font-size: 1.3rem;
}

.info_row {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
}

.info_row .info {
    font-weight: 400;
    width: calc((100% - 1rem) / 2);
    display: flex;
}

.info_row .info.column-one{
    width: 100%;
}

.info_row .info p {
    height: 4.5rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    width: 100%;
    line-height: 1.2;
    border-bottom: solid 1px #C4C4C4;
    align-content: center;
}


.info_row .info .label {
    color: var(--pink);
    border-bottom: solid 1px var(--pink);
}

.note {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #7B7B7B;
    text-align: left;
    margin-top: 1.3rem;
}

/* 経過 */
#skin-progress {
    position: relative;
    padding: 5rem 2rem 6rem 3rem;
    background: #FAF8F5;
    margin: 0 auto;
}

.section-title {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5.7rem;
    letter-spacing: 0.1em;
}

.progress-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    position: relative;
}

.progress-item:nth-of-type(3) {
    padding-top: 1rem;
}

#skin-progress .progress-item.last-item {
    margin-bottom: 0;
}

.progress-item .label {
    position: absolute;
    font-style: italic;
    left: -3rem;
    top: -1rem;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0.3rem 1.7rem;
    border-radius: 0 0.4rem 0.4rem 0;
}

.progress-item .text {
    color: #333;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
}

.progress-item .text p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
}

.progress-item .text p.progress_title {
    font-family: unset;
    color: var(--pink);
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.progress-item img {
    width: 42%;
    border-radius: 50%;
    border: 3px solid #fff;
}

#skin-progress .offer_image-box {
    margin: 15px auto;
}

.progress-caption {
    margin-top: 1.5rem;
}

.skin-note {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #7B7B7B;
    line-height: 1.4;
    margin-top: 1.5rem;
}

.progress_arrow {
    position: absolute;
    top: 15rem;
    left: 0.9rem;
    height: 55%;
}

/* 理由 */
#reason {
    background-color: rgba(239, 141, 173, 0.1);
    padding: 5rem 0 4rem;
    text-align: center;
}

.section_title {
    font-weight: 500;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    line-height: 1.5;
    color: #4B4B4B;
}

.section_title span {
    font-size: 3.6rem;
}

.reason_item {
    background-color: var(--white);
    width: 36rem;
    margin-bottom: 2.2rem;
    padding: 2rem;
}

#reason .reason_item:nth-child(odd) {
    border-radius: 0 5rem 0 0;
    margin: 0 auto 2rem 0;
}

#reason .reason_item:nth-child(even) {
    border-radius: 5rem 0 0 0;
    margin: 0 0 2rem auto;
}

.reason_number {
    font-family: "Optima", "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    background-color: #F17FA4;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    align-content: center;
}

.reason_number span {
    font-size: 2rem;
}

.reason_title {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.reason_title h3 {
    font-weight: 400;
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.4;
    max-width: calc(100% -  9.2rem);
}

.reason_title h3 span {
    color: var(--pink);
}

.reason_img {
    width: 100%;
    margin-bottom: 2rem;
}

.reason_img_group {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.reason_img_small {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.reason_text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
}

.reason_text.center {
    text-align: center;
}

.reason_item h4 {
    color: #66283C;
    font-size: 2rem;
    background-color: rgba(255, 190, 211, 0.3);
    margin: 1.7rem -2rem 2rem -2rem;
    line-height: 2;
    font-weight: 400;
}

.reason_item h4.black {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.5;
    padding: 1.5rem 0;
}

.reason_item h4.black span {
    font-size: 1.2rem;
}

.orange-arrow {
    width: 164px;
    margin: 1.5rem auto;
}

.orange {
    color: #D8AD6F;
}

.pink-bg {
    padding: 2rem 1.5rem;
    background-color: rgba(255, 190, 211, 0.2);
    font-size: 1.4rem;
    color: #E083A1;
    list-style: none;
    text-align: left;
}

.pink-bg li {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    margin-bottom: 1.4rem;
    line-height: 1.75;
}

.pink-bg li:last-child {
    margin-bottom: 0;
}

/* 医療関係者から推薦の声・お客様の声 */

#medical-voice,
#customer-voice {
padding: 6rem 1.7rem;
}

#medical-voice {
    background-color: rgba(239, 141, 173, 0.1);
}

#customer-voice {
    background-color: #FAF8F5;
}

.voice_section_title {
    font-weight: 500;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 5.6rem;
}

.voice_card {
    background-color: #fff;
    padding: 3.7rem 3rem;
    margin-bottom: 3.1rem;
    position: relative;
}

.voice_img {
    position: absolute;
    top: -10%;
    right: 0;
    width: 27%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #D9D9D9;
    font-size: 1.3rem;
    text-align: center;
}

.voice_name {
    font-weight: 400;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.voice_job {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #777777;
    margin-bottom: 1.6rem;
}

.voice_card .border {
    background-color: #D9D9D9;
    width: 100%;
    height: 1px;
    margin-bottom: 2rem;
}

.voice_comment {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
}

/* 施術の流れ */
#flow {
    background: #FFF;
    padding: 5.5rem 1.7rem 3.4rem;
    position: relative;
}

.flow_title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 3.6rem;
}

.flow_caption {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    background-color: #FAF8F5;
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 2rem;
}

.flow_caption span {
    font-weight: 600;
}

.flow_step {
    margin-bottom: 2rem;
}

.flow_step_title_wrap {
    display: flex;
    align-items: ceter;
    gap: 1.5rem;
}

.flow_step_label {
    font-family: "Optima", "Segoe UI", "Helvetica Neue", sans-serif;
    width: 7.3rem;
    height: 6.8rem;
    background: #9D8F7A;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    align-content: center;
    line-height: 1;
    font-weight: 400;
    z-index: 1;
}

.flow_step_label span {
    font-size: 2.2rem;
}

.flow_step_title {
    font-size: 2.3rem;
    color: #333;
    font-weight: 400;
    align-content: center;
    margin-top: -1rem;
}

.flow_step img {
    width: 93%;
    margin: -1.2rem auto 0;
    z-index: 0;
}

.vertical-border {
    height: 68%;
    position: absolute;
    top: 30rem;
    left: 2rem;
    width: 1px;
    background-color: #4C4438;
    z-index: 0;
}

.flow_notice {
    background-color: #FFEBEB;
    padding: 2rem;
    margin-top: 3rem;
    font-size: 1.4rem;
    color: #C36565;
    line-height: 1.5;
    text-align: center;
}

.attention-icon {
    margin: 0 auto;
    width: 28px;
    height: 25px;
}

.flow_notice_title {
    font-weight: 500;
    margin: 1.3rem auto 1rem;
    font-size: 1.8rem;
}

.flow_notice .attention {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #333333;
}

.flow_notice .note {
    margin: 1rem auto;
    text-align: center;
}

.flow_notice_text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 382px) {
    .flow_notice_text {
        font-size: 1.3rem;
    }
}

/* アクセス */
#access {
    background-color: #FAF8F5;
    padding: 7rem 1.7rem 4.4rem;
    text-align: center;
}

.access_title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.access_title_annotation{
    font-size: 14px;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
}



.access_map {
    width: 100%;
    max-width: 360px;
    height: 235px;
    margin-bottom: 2rem;
}

.access_map iframe {
    width: 100%;
    height: 100%;
}

.access_info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.access_row {
    height: fit-content;
    display: flex;
    background-color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
}

.access_label {
    width: 23.5%;
    align-content: center;
}

.access_text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: left;
    width: calc(100% - 23.5%);
    padding: 1.3rem 0 1.3rem 1.2rem;
    border-left: solid 1px #CACACA;
    margin: 0.8rem auto;
    align-content: center;
    line-height: 1.5;
}

/* FAQ */
#faq {
    background-color: rgba(239, 141, 173, 0.1);
    padding: 7rem 0 3.5rem;
    text-align: center;
}

.faq_title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 3rem;
    font-weight: 400;
}

.faq_item {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    border-top: solid 1px #D5B9C4;
    padding: 2.5rem 3rem;
    text-align: left;
}

.faq_q, .faq_a {
    display: flex;
    gap: 8px;
    align-items: baseline;
    color: #444444;
    font-size: 1.4rem;
    line-height: 1.5;
}

.faq_q {
    margin-bottom: 1rem;
}

.faq_q p:nth-of-type(1), .faq_a p:nth-of-type(1) {
    font-family: 'Zen Old Mincho', serif;
    font-size: 2.4rem;
    color: #E97A9D;
    font-weight: 400;
}

.faq_a p:nth-of-type(1) {
    color: rgba(233, 122, 157, 0.6);
}


.faq_note {
    margin-top: 1rem;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6;
}

.bold {
    font-weight: 600;
}

/* フッター */
#footer {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    padding: 5rem 0 10.5rem;
    background-color: var(--white);
}

/* 固定ボタン */
.fixed_footer_button {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-content: center;
    width: 100%;
    max-width: 393px;
    height: 60px;
    background: var(--orange);
    color: white;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    z-index: 999;
}

.fixed_footer_button img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 16px;
    height: 16px;
}

a:hover {
    filter: brightness(50%);
    transition: .3s;
}

/* パソコン用メニュー */
.pc-nav-wrap {
    display: none;
    position: fixed;
    top: 4rem;
    left: 4rem;
}

.pc-menu {
    list-style: none;
}

.pc-nav {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
    padding: 0;
}

.pc-menu a {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    color: #4F4F4F;
    text-decoration: none;
}

.pc-menu a:hover {
    color: var(--pink);
    filter: unset;
}

.pc-menu a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--pink);
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.pc-menu a:hover::after {
    transform: scale(1 , 1);
    color: var(--pink);
}


.pc-logo {
    display: block;
    max-width: 200px;
    width: 80%;
}

/* レスポンシブ */

@media screen and (min-width: 1030px) {
    .pc-nav-wrap {
        display: block;
    }

    .header-button_arrow {
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 55%;
    }
}

@media screen and (max-width: 350px) {
    .point_text {
        max-width: 260px;
    }
}
