@charset "UTF-8";
.c-svg-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.c-svg-text img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ======================================
      【PC】  components
========================================= */
@media screen and (min-width: 768px) {
  .c-cta {
    width: 350px;
    margin-inline: auto;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #f9fafb;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }
  .c-cta__text {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
    text-align: center;
    color: #332F2F;
  }
  .c-cta__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .c-cta__item {
    width: 100%;
  }
  .c-btn {
    display: block;
    width: 100%;
    padding-block: 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.7px;
    text-align: center;
  }
  .c-btn--pink {
    color: #fff;
    background-color: #D43F70;
  }
  .c-btn--white {
    color: #dd4777;
    background-color: #fff;
    border: 1px solid #D43F70;
  }
  .c-btn span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 1px;
    text-align: center;
  }
  .c-btn--pink span {
    color: #fff;
  }
  .c-btn--white span {
    color: #dd4777;
  }
  .c-section-title {
    text-align: center;
    margin-bottom: 16px;
  }
  .c-section-title img {
    display: block;
    margin-inline: auto;
  }
}
/* ======================================
      【SP】  components
========================================= */
@media screen and (max-width: 767px) {
  .c-cta {
    width: 89.74vw;
    margin-inline: auto;
    padding: 6.15vw;
    background-color: #fff;
    border: 0.26vw solid #f9fafb;
    border-radius: 3.08vw;
    box-shadow: 0 2.56vw 3.85vw -0.77vw rgba(0, 0, 0, 0.1), 0 1.03vw 1.54vw -1.03vw rgba(0, 0, 0, 0.1);
  }
  .c-cta__text {
    margin-bottom: 4.1vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #332F2F;
  }
  .c-cta__list {
    display: flex;
    flex-direction: column;
    gap: 3.08vw;
  }
  .c-cta__item {
    width: 100%;
  }
  .c-btn {
    display: block;
    width: 100%;
    padding-block: 5.13vw;
    border-radius: 1.54vw;
    font-size: 4.1vw;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.18vw;
    text-align: center;
  }
  .c-btn--pink {
    color: #fff;
    background-color: #D43F70;
  }
  .c-btn--white {
    color: #dd4777;
    background-color: #fff;
    border: 0.26vw solid #D43F70;
  }
  .c-btn span {
    display: block;
    font-size: 3.08vw;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.26vw;
    text-align: center;
  }
  .c-btn--pink span {
    color: #fff;
  }
  .c-btn--white span {
    color: #dd4777;
  }
  .c-section-title {
    text-align: center;
    margin-bottom: 4.1vw;
  }
  .c-section-title img {
    display: block;
    margin-inline: auto;
  }
}
/* ==========================================================================
  レスポンス設計の注釈
  ・SP：デザインカンプの幅（414px）を基準にvw計算しています。
  ・PC：基本として768px〜1920pxの間で可変（clamp）するように設定しています。
========================================================================== */
/* ===== Base / Reset (universal) ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #332F2F;
  background: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Media elements */
img,
picture,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-inline {
  display: inline-block;
  vertical-align: middle;
}

/* form */
button,
input,
textarea,
select {
  font: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0091ff;
  outline-offset: 2px;
}

/* buttonタグの打ち消し */
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: middle;
}

/* フォーム等で無効化した時の見た目 */
button:disabled {
  cursor: default;
}

/* ページ特有のスタイル */
body.u-noscroll {
  overflow: hidden;
}

main {
  position: relative;
  max-width: 390px;
  margin-inline: auto;
}

/* ======================================
      【SP】  base
========================================= */
@media screen and (min-width: 768px) {
  main {
    max-width: 390px;
  }
}
/* ======================================
      【SP】  base
========================================= */
@media screen and (max-width: 767px) {
  main {
    max-width: 100vw;
  }
}
/* ===== Layout / pc-layout（3カラムの枠のみ） ===== */
@media screen and (min-width: 768px) {
  body#index {
    overflow-x: clip;
  }
  body#index::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url(../images/page-top/pc-layout-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pc-layout {
    display: grid;
    grid-template-columns: 1fr 390px 1fr;
    align-items: start;
  }
  .pc-layout__left,
  .pc-layout__right {
    position: sticky;
    top: 0;
    align-self: start;
    height: 100vh;
  }
  /* 左カラム（ロゴ＆SNS） */
  .pc-layout__left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .pc-left__text {
    display: block;
    width: 203px;
    height: auto;
  }
  .pc-left__sns {
    width: 80px;
    height: auto;
  }
  /* 右カラム（ナビゲーション） */
  .pc-right {
    /* ctaブロックの幅の設定 */
    --pc-right-cta-width: min(540px, calc(100% - 48px));
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: clamp(48px, 10vh, 90px);
  }
  .pc-right::after {
    content: "";
    position: absolute;
    right: calc(50% - var(--pc-right-cta-width) / 2 - clamp(12px, 1.56vw, 60px));
    bottom: 0;
    width: 100px;
    aspect-ratio: 100/142;
    background: url(../images/page-top/expert-woman.png) no-repeat center bottom/contain;
    pointer-events: none;
    z-index: 1;
  }
  .pc-right__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: clamp(32px, 5.8333333333vw, 112px);
  }
  .pc-right__link {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .pc-right__section-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
  }
  .pc-right__cta {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: var(--pc-right-cta-width);
    margin-top: 40px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index .pc-layout > main {
    max-width: none;
    width: 390px;
    margin-inline: 0;
  }
  .pc-layout {
    grid-template-columns: 390px 1fr;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
  .pc-layout__left {
    display: none;
  }
  .pc-layout__right {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .pc-layout {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
  .pc-layout__left {
    display: none;
  }
  .pc-layout__right {
    display: none;
  }
}
/* ===== Layout / Header ===== */
/* ===== Layout / menu ===== */
/* ===== Layout / Footer ===== */
.footer {
  background-color: #A68585;
}
.footer .footer__inner {
  padding-block: 64px;
}
.footer .footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer .footer__logo {
  width: 80px;
  height: auto;
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.footer .footer__sns {
  width: 80px;
  height: auto;
}
.footer .footer__sns img {
  width: 100%;
}
.footer .footer__copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

/* ======================================
      【PC】  fv
========================================= */
@media screen and (min-width: 768px) {
  .fv {
    background-image: url("../images/page-top/fv-bg.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f5e5e4;
  }
  .fv__inner {
    padding-top: 16px;
    padding-bottom: 100px;
  }
  .fv__logo {
    margin-bottom: 24px;
    margin-left: 16px;
  }
  .fv__logo img {
    width: 81px;
    height: auto;
  }
  .fv__text {
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0;
    margin-bottom: 3px;
  }
  .fv__title {
    padding-left: 5px;
  }
  .fv__title img {
    width: 213px;
  }
  .fv__badges {
    display: block;
    width: 256px;
    margin-top: -38px;
    margin-left: auto;
  }
  .fv__btm-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: fit-content;
    margin-left: auto;
    margin-right: 24px;
  }
  .fv__btm-text {
    display: block;
    width: 200px;
  }
  .fv__btm-text img {
    width: 100%;
    height: auto;
  }
  .cta--top {
    background-color: #f5e5e4;
  }
  .cta__content {
    position: relative;
    transform: translateY(-64px);
  }
  .cta--top .c-btn {
    font-size: 14px;
  }
}
/* ======================================
      【PC】  fv
========================================= */
@media screen and (max-width: 767px) {
  .fv {
    background-image: url("../images/page-top/fv-bg.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f5e5e4;
  }
  .fv__inner {
    padding-top: 4.1vw;
    padding-bottom: 25.6vw;
  }
  .fv__logo {
    margin-bottom: 6.2vw;
    margin-left: 4.1vw;
  }
  .fv__logo img {
    width: 20.8vw;
    height: auto;
  }
  .fv__text {
    padding-left: 4.1vw;
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0;
    margin-bottom: 0.8vw;
  }
  .fv__title {
    padding-left: 1.3vw;
  }
  .fv__title img {
    width: 54.6vw;
  }
  .fv__badges {
    display: block;
    width: 65.6vw;
    margin-top: -9.7vw;
    margin-left: auto;
  }
  .fv__btm-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.1vw;
    width: fit-content;
    margin-left: auto;
    margin-right: 6.2vw;
  }
  .fv__btm-text {
    display: block;
    width: 51.3vw;
  }
  .fv__btm-text img {
    width: 100%;
    height: auto;
  }
  .cta--top {
    background-color: #f5e5e4;
  }
  .cta__content {
    position: relative;
    transform: translateY(-16.4vw);
  }
  .cta--top .c-btn {
    font-size: 3.6vw;
  }
}
/* ======================================
      【PC】  worry
========================================= */
@media screen and (min-width: 768px) {
  .worry {
    background-color: #B0B6BB;
  }
  .worry .worry__inner {
    padding-block: 56px;
    padding-inline: 24px;
  }
  .worry .worry__title {
    margin-bottom: 50px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  .worry .worry__title span {
    font-size: 32px;
    line-height: 1;
  }
  .worry .worry__box-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .worry .worry__box {
    position: relative;
    padding: 24px;
    background-color: #FAF6F6;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .worry .worry__box::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 24px;
    width: 80px;
    height: 80px;
  }
  .worry .worry__box:nth-child(1)::before {
    background: url("../images/page-top/worry-icon01.png") no-repeat center center/contain;
  }
  .worry .worry__box:nth-child(2)::before {
    background: url("../images/page-top/worry-icon02.png") no-repeat center center/contain;
  }
  .worry .worry__box:nth-child(3)::before {
    background: url("../images/page-top/worry-icon03.png") no-repeat center center/contain;
  }
  .worry .worry__list-title {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 0;
    color: #332F2F;
    border-bottom: 1px solid #332F2F;
  }
  .worry .worry__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .worry .worry__item {
    position: relative;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3928571429;
    letter-spacing: 0;
    color: #332F2F;
  }
  .worry .worry__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 20px;
    background: url("../images/page-top/check-mark.svg") no-repeat center center/contain;
  }
  .worry .worry__item span {
    color: #A68585;
  }
  .worry .worry__btm-text {
    padding: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0;
    color: #332F2F;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
  }
}
/* ======================================
      【SP】  worry
========================================= */
@media screen and (max-width: 767px) {
  .worry {
    background-color: #B0B6BB;
  }
  .worry .worry__inner {
    padding-block: 14.36vw;
    padding-inline: 6.15vw;
  }
  .worry .worry__title {
    margin-bottom: 12.82vw;
    padding-bottom: 2.05vw;
    font-size: 6.15vw;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    border-bottom: 0.51vw solid #fff;
  }
  .worry .worry__title span {
    font-size: 8.21vw;
    line-height: 1;
  }
  .worry .worry__box-list {
    display: flex;
    flex-direction: column;
    gap: 12.82vw;
  }
  .worry .worry__box {
    position: relative;
    padding: 6.15vw;
    background-color: #FAF6F6;
    border-top-right-radius: 3.08vw;
    border-bottom-right-radius: 3.08vw;
    box-shadow: 0 0.26vw 0.51vw 0 rgba(0, 0, 0, 0.05);
  }
  .worry .worry__box::before {
    content: "";
    position: absolute;
    top: -7.69vw;
    right: 6.15vw;
    width: 20.51vw;
    height: 20.51vw;
  }
  .worry .worry__box:nth-child(1)::before {
    background: url("../images/page-top/worry-icon01.png") no-repeat center center/contain;
  }
  .worry .worry__box:nth-child(2)::before {
    background: url("../images/page-top/worry-icon02.png") no-repeat center center/contain;
  }
  .worry .worry__box:nth-child(3)::before {
    background: url("../images/page-top/worry-icon03.png") no-repeat center center/contain;
  }
  .worry .worry__list-title {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-bottom: 6.15vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.5555555556;
    letter-spacing: 0;
    color: #332F2F;
    border-bottom: 0.26vw solid #332F2F;
  }
  .worry .worry__list {
    display: flex;
    flex-direction: column;
    gap: 3.08vw;
    margin-top: 6.2vw;
    margin-bottom: 3.08vw;
  }
  .worry .worry__item {
    position: relative;
    padding-left: 1.2em;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.3928571429;
    letter-spacing: 0;
    color: #332F2F;
  }
  .worry .worry__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.33vw;
    height: 5.13vw;
    background: url("../images/page-top/check-mark.svg") no-repeat center center/contain;
  }
  .worry .worry__item span {
    color: #A68585;
  }
  .worry .worry__btm-text {
    padding: 3.08vw;
    font-size: 3.08vw;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0;
    color: #332F2F;
    background-color: #fff;
    border: 0.26vw solid #E5E7EB;
    border-radius: 1.03vw;
  }
}
/* ======================================
      【PC】  solution
========================================= */
@media screen and (min-width: 768px) {
  .solution {
    background: url("../images/page-top/solution-bg.jpg") no-repeat center center/cover;
  }
  .solution .solution__inner {
    padding-top: 60px;
  }
  .solution .solution__text {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0;
    text-align: center;
    color: #332F2F;
  }
  .solution .solution__copy {
    margin-bottom: 32px;
    text-align: center;
  }
  .solution .solution__copy img {
    display: block;
    margin-inline: auto;
  }
  .solution .solution__box {
    position: relative;
    width: 342px;
    margin-inline: auto;
    padding: 20px 26px;
    text-align: center;
    background: linear-gradient(to right, #592B39 0%, #8B4D64 100%);
    border-radius: 10px;
    z-index: 1;
  }
  .solution .solution__box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 24px;
    background: linear-gradient(to right, #6F3A4C 0%, #753E51 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .solution .solution__box-text-intro {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0;
    color: #fff;
  }
  .solution .solution__box-text-main {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
  }
  .solution .solution__box-text-main span {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  .solution .solution__box-text-main span span {
    border-bottom: 1px solid #fff;
  }
}
/* ======================================
      【SP】  solution
========================================= */
@media screen and (max-width: 767px) {
  .solution {
    background: url("../images/page-top/solution-bg.jpg") no-repeat center center/cover;
  }
  .solution .solution__inner {
    padding-top: 15.38vw;
  }
  .solution .solution__text {
    margin-bottom: 2.05vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0;
    text-align: center;
    color: #332F2F;
  }
  .solution .solution__copy {
    margin-bottom: 8.21vw;
    text-align: center;
  }
  .solution .solution__copy img {
    display: block;
    margin-inline: auto;
  }
  .solution .solution__box {
    position: relative;
    width: 87.69vw;
    margin-inline: auto;
    padding: 5.13vw 6.67vw;
    text-align: center;
    background: linear-gradient(to right, #592B39 0%, #8B4D64 100%);
    border-radius: 2.56vw;
    z-index: 1;
  }
  .solution .solution__box::after {
    content: "";
    position: absolute;
    bottom: -5.13vw;
    left: 50%;
    transform: translateX(-50%);
    width: 15.38vw;
    height: 6.15vw;
    background: linear-gradient(to right, #6F3A4C 0%, #753E51 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .solution .solution__box-text-intro {
    margin-bottom: 3.59vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: 0;
    color: #fff;
  }
  .solution .solution__box-text-main {
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
  }
  .solution .solution__box-text-main span {
    display: inline-block;
    padding-bottom: 1.03vw;
    font-size: 6.15vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  .solution .solution__box-text-main span span {
    border-bottom: 0.26vw solid #fff;
  }
}
/* ======================================
      【PC】  about
========================================= */
@media screen and (min-width: 768px) {
  .about {
    background-image: url("../images/page-top/about-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -32px;
    padding-bottom: 40px;
  }
  .about .about__inner {
    padding-top: 90px;
  }
  .about .about__top-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 330px;
  }
  .about .about__top-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #fff;
  }
  .about .about__top-text-image {
    width: 340px;
  }
  .about .about__top-logo-image {
    width: 274px;
  }
  .about .about__content {
    position: relative;
    margin-bottom: 10px;
  }
  .about .about__message {
    position: relative;
    z-index: 1;
  }
  .about .about__message img {
    width: 320px;
  }
  .about .about__cta {
    position: relative;
  }
  .about .about__cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-100%);
    width: 104px;
    height: auto;
    aspect-ratio: 104/148.05;
    background: url("../images/page-top/expert-woman.png") no-repeat center center/contain;
    z-index: 0;
  }
}
/* ======================================
      【SP】  about
========================================= */
@media screen and (max-width: 767px) {
  .about {
    background-image: url("../images/page-top/about-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -8.2vw;
    padding-bottom: 10.3vw;
  }
  .about .about__inner {
    padding-top: 23.1vw;
  }
  .about .about__top-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.1vw;
    margin-bottom: 84.6vw;
  }
  .about .about__top-text {
    font-size: 5.1vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #fff;
  }
  .about .about__top-text-image {
    width: 87.2vw;
  }
  .about .about__top-logo-image {
    width: 70.3vw;
  }
  .about .about__content {
    position: relative;
    margin-bottom: 2.6vw;
  }
  .about .about__message {
    position: relative;
    z-index: 1;
  }
  .about .about__message img {
    width: 82.1vw;
  }
  .about .about__cta {
    position: relative;
  }
  .about .about__cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.6vw;
    transform: translateY(-100%);
    width: 26.7vw;
    height: auto;
    aspect-ratio: 104/148.05;
    background: url("../images/page-top/expert-woman.png") no-repeat center center/contain;
    z-index: 0;
  }
}
/* ======================================
      【PC】  reason
========================================= */
@media screen and (min-width: 768px) {
  .reason {
    background-color: #fff;
  }
  .reason .reason__inner {
    padding-top: 64px;
  }
  .reason .reason__title {
    margin-bottom: 26px;
  }
  .reason .reason__title img {
    display: block;
    width: 316px;
    height: auto;
    margin-inline: auto;
  }
  .reason {
    /* merit01 / merit common */
  }
  .reason .reason__item:first-child {
    overflow: hidden;
    padding-top: 51px;
    background-image: url("../images/page-top/reason-merit01-bg.png");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
  }
  .reason .reason__item-title-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }
  .reason .reason__item-title-wrap img {
    display: block;
    width: 62px;
    height: auto;
  }
  .reason .reason__item-title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0;
    color: #332F2F;
  }
  .reason .reason__item-image {
    width: 93.85%;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .reason .reason__item-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .reason .reason__item-text-wrap {
    margin-bottom: 24px;
    padding-inline: 24px;
  }
  .reason .reason__item:nth-child(1) .reason__item-text-wrap {
    margin-bottom: 80px;
  }
  .reason .reason__item-text {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #332F2F;
  }
  .reason .reason__item-text--box {
    padding: 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    background-color: #fff;
    border-radius: 8px;
  }
  .reason .reason__item-text:last-child {
    margin-bottom: 0;
  }
  .reason .reason__item-btm {
    position: relative;
    padding-inline: 24px;
    padding-bottom: 40px;
    background-color: #FAF6F6;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, #FAF6F6 20%, #FAF6F6 100%);
  }
  .reason .reason__bg-circle {
    position: absolute;
    top: -144px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }
  .reason .reason__bg-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .reason .reason__item-btm-content {
    position: relative;
    z-index: 1;
  }
  .reason .reason__item-btm-text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }
  .reason .reason__item-btm-text span {
    display: inline-block;
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #BD566C;
  }
  .reason .reason__feature-list-title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: 0;
    color: #A68585;
    background-color: #fff;
  }
  .reason .reason__feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: -12px;
    margin-bottom: 16px;
    padding: 30px 20px 20px;
    border: 2px solid #A68585;
    border-radius: 8px;
    background-color: #fff;
  }
  .reason .reason__feature-item {
    position: relative;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
  .reason .reason__feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 20px;
    background: url("../images/page-top/check-mark.svg") no-repeat center center/contain;
  }
  .reason .reason__success-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .reason .reason__success-image {
    display: block;
    width: 100px;
    height: auto;
  }
  .reason .reason__success-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .reason .reason__success-item {
    position: relative;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
  .reason .reason__success-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("../images/page-top/reason-success-list-icon.svg") no-repeat center center/contain;
  }
  .reason {
    /* merit02 */
  }
  .reason .reason__item--merit02 {
    padding-top: 64px;
    padding-bottom: 200px;
    background: linear-gradient(90deg, #EBD3CB 0%, #F5EAE9 53%, #F5E4E3 100%);
  }
  .reason .reason__item--merit02 .reason__merit02-image {
    display: block;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 12px;
    width: 100%;
    height: auto;
  }
  .reason .reason__item--merit02 .reason__item:nth-child(2) .reason__item-text-wrap {
    margin-bottom: 24px;
  }
  .reason .reason__item--merit02 .reason__price-box {
    margin-inline: 24px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .reason .reason__item--merit02 .reason__price-title {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0;
    text-align: center;
  }
  .reason .reason__item--merit02 .reason__price-list {
    margin-bottom: 16px;
  }
  .reason .reason__item--merit02 .reason__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E7EB;
  }
  .reason .reason__item--merit02 .reason__price-row:last-child {
    margin-bottom: 0;
  }
  .reason .reason__item--merit02 .reason__price-term {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .reason .reason__item--merit02 .reason__price-detail {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .reason .reason__item--merit02 .reason__price-detail span {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .reason .reason__item--merit02 .reason__price-note {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
    color: #6B7280;
  }
  .reason {
    /* merit03 */
  }
  .reason .reason__item--merit03 {
    position: relative;
    overflow-x: clip;
    margin-top: -164px;
    padding-top: 38px;
    padding-bottom: 64px;
    background-image: url("../images/page-top/reason-merit03-bg.png");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .reason .reason__item--merit03 > .reason__bg-wave,
  .reason .reason__item--merit03 > .reason__content {
    position: relative;
    z-index: 1;
  }
  .reason .reason__item--merit03 .reason__item-image {
    margin-left: auto;
    margin-right: 0;
  }
  .reason .reason__item--merit03 .reason__item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    padding-inline: 24px;
  }
  .reason .reason__item--merit03 .reason__item-list-item {
    position: relative;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3928571429;
    letter-spacing: 0;
  }
  .reason .reason__item--merit03 .reason__item-list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("../images/page-top/check-mark.svg") no-repeat center center/contain;
  }
  .reason .reason__item--merit03 .reason__point-box {
    margin-inline: 24px;
    padding: 24px 20px;
    background-color: #fff;
    border-radius: 8px;
  }
  .reason .reason__item--merit03 .reason__point-title {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3125;
    letter-spacing: 0;
    text-align: center;
    color: #BD566C;
    border-bottom: 1px solid #E5E7EB;
  }
  .reason .reason__item--merit03 .reason__item-text-wrap {
    margin-bottom: 16px;
  }
  .reason .reason__item--merit03 .reason__point-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .reason .reason__item--merit03 .reason__point-item {
    position: relative;
    padding-left: 1.5em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0;
  }
  .reason .reason__item--merit03 .reason__point-item::before {
    content: "◎";
    position: absolute;
    top: 0.2em;
    left: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.21875;
    letter-spacing: 0;
    color: #A68585;
  }
}
/* ======================================
      【SP】  reason
========================================= */
@media screen and (max-width: 767px) {
  .reason {
    background-color: #fff;
  }
  .reason .reason__inner {
    padding-top: 16.41vw;
  }
  .reason .reason__title {
    margin-bottom: 6.67vw;
  }
  .reason .reason__title img {
    display: block;
    width: 81.03vw;
    height: auto;
    margin-inline: auto;
  }
  .reason {
    /* merit01 / merit common */
  }
  .reason .reason__item:first-child {
    overflow: hidden;
    padding-top: 13.08vw;
    padding-bottom: 0;
    background-image: url("../images/page-top/reason-merit01-bg.png");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
  }
  .reason .reason__item-title-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.05vw;
  }
  .reason .reason__item-title-wrap img {
    display: block;
    width: 15.9vw;
    height: auto;
  }
  .reason .reason__item-title {
    margin-bottom: 6.15vw;
    font-size: 5.13vw;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0;
    color: #332F2F;
  }
  .reason .reason__item-image {
    width: 93.85%;
    margin-right: auto;
    margin-bottom: 6.15vw;
  }
  .reason .reason__item-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .reason .reason__item-text-wrap {
    margin-bottom: 6.153vw;
    padding-inline: 6.15vw;
  }
  .reason .reason__item:nth-child(1) .reason__item-text-wrap {
    margin-bottom: 20.5vw;
  }
  .reason .reason__item-text {
    margin-bottom: 4.1vw;
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #332F2F;
  }
  .reason .reason__item-text--box {
    padding: 4.1vw;
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    background-color: #fff;
    border-radius: 2.1vw;
  }
  .reason .reason__item-text:last-child {
    margin-bottom: 0;
  }
  .reason .reason__item-btm {
    position: relative;
    padding-inline: 6.2vw;
    padding-bottom: 10.3vw;
    background-color: #FAF6F6;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, #FAF6F6 20%, #FAF6F6 100%);
  }
  .reason .reason__bg-circle {
    position: absolute;
    top: -36.9vw;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }
  .reason .reason__bg-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .reason .reason__item-btm-content {
    position: relative;
    z-index: 1;
  }
  .reason .reason__item-btm-text {
    margin-bottom: 2.56vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }
  .reason .reason__item-btm-text span {
    display: inline-block;
    margin-top: 2.05vw;
    font-size: 6.15vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #BD566C;
  }
  .reason .reason__feature-list-title {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    padding: 1.03vw 3.08vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: 0;
    color: #A68585;
    background-color: #fff;
  }
  .reason .reason__feature-list {
    display: flex;
    flex-direction: column;
    gap: 3.08vw;
    margin-top: -3.08vw;
    margin-bottom: 4.1vw;
    padding: 7.69vw 5.13vw 5.13vw;
    border: 0.51vw solid #A68585;
    border-radius: 2.05vw;
    background-color: #fff;
  }
  .reason .reason__feature-item {
    position: relative;
    padding-left: 1.2em;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
  .reason .reason__feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.33vw;
    height: 5.13vw;
    background: url("../images/page-top/check-mark.svg") no-repeat center center/contain;
  }
  .reason .reason__success-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.54vw;
  }
  .reason .reason__success-image {
    display: block;
    width: 25.64vw;
    height: auto;
  }
  .reason .reason__success-list {
    display: flex;
    flex-direction: column;
    gap: 2.05vw;
  }
  .reason .reason__success-item {
    position: relative;
    padding-left: 1.2em;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
  .reason .reason__success-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.33vw;
    height: 3.33vw;
    background: url("../images/page-top/reason-success-list-icon.svg") no-repeat center center/contain;
  }
  .reason {
    /* merit02 */
  }
  .reason .reason__item--merit02 {
    padding-top: 16.41vw;
    padding-bottom: 51.28vw;
    background: linear-gradient(90deg, #EBD3CB 0%, #F5EAE9 53%, #F5E4E3 100%);
  }
  .reason .reason__item--merit02 .reason__merit02-image {
    display: block;
    margin-bottom: 6.15vw;
    padding-left: 6.15vw;
    padding-right: 3.08vw;
    width: 100%;
    height: auto;
  }
  .reason .reason__item--merit02 .reason__item:nth-child(2) .reason__item-text-wrap {
    margin-bottom: 6.15vw;
  }
  .reason .reason__item--merit02 .reason__price-box {
    margin-inline: 6.15vw;
    padding: 5.13vw;
    background-color: #fff;
    border: 0.26vw solid #E5E7EB;
    border-radius: 2.05vw;
    box-shadow: 0 0.26vw 0.51vw 0 rgba(0, 0, 0, 0.05);
  }
  .reason .reason__item--merit02 .reason__price-title {
    margin-bottom: 4.1vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0;
    text-align: center;
  }
  .reason .reason__item--merit02 .reason__price-list {
    margin-bottom: 4.1vw;
  }
  .reason .reason__item--merit02 .reason__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.1vw;
    margin-bottom: 3.08vw;
    padding-bottom: 2.05vw;
    border-bottom: 0.26vw solid #E5E7EB;
  }
  .reason .reason__item--merit02 .reason__price-row:last-child {
    margin-bottom: 0;
  }
  .reason .reason__item--merit02 .reason__price-term {
    font-size: 3.33vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .reason .reason__item--merit02 .reason__price-detail {
    font-size: 3.33vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .reason .reason__item--merit02 .reason__price-detail span {
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .reason .reason__item--merit02 .reason__price-note {
    font-size: 2.82vw;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
    color: #6B7280;
  }
  .reason {
    /* merit03 */
  }
  .reason .reason__item--merit03 {
    position: relative;
    overflow-x: clip;
    margin-top: -42.05vw;
    padding-top: 9.74vw;
    padding-bottom: 16.41vw;
    background-image: url("../images/page-top/reason-merit03-bg.png");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .reason .reason__item--merit03 > .reason__bg-wave,
  .reason .reason__item--merit03 > .reason__content {
    position: relative;
    z-index: 1;
  }
  .reason .reason__item--merit03 .reason__item-image {
    margin-left: auto;
    margin-right: 0;
  }
  .reason .reason__item--merit03 .reason__item-list {
    display: flex;
    flex-direction: column;
    gap: 3.077vw;
    margin-bottom: 6.15vw;
    padding-inline: 6.15vw;
  }
  .reason .reason__item--merit03 .reason__item-list-item {
    position: relative;
    padding-left: 1.2em;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.3928571429;
    letter-spacing: 0;
  }
  .reason .reason__item--merit03 .reason__item-list-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.33vw;
    height: 3.33vw;
    background: url("../images/page-top/check-mark.svg") no-repeat center center/contain;
  }
  .reason .reason__item--merit03 .reason__point-box {
    margin-inline: 6.15vw;
    padding: 6.15vw 5.13vw;
    background-color: #fff;
    border-radius: 2.05vw;
  }
  .reason .reason__item--merit03 .reason__point-title {
    margin-bottom: 3.08vw;
    padding-bottom: 2.05vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.3125;
    letter-spacing: 0;
    text-align: center;
    color: #BD566C;
    border-bottom: 0.26vw solid #E5E7EB;
  }
  .reason .reason__item--merit03 .reason__item-text-wrap {
    margin-bottom: 4.1vw;
  }
  .reason .reason__item--merit03 .reason__point-list {
    display: flex;
    flex-direction: column;
    gap: 3.08vw;
  }
  .reason .reason__item--merit03 .reason__point-item {
    position: relative;
    padding-left: 1.5em;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: 0;
  }
  .reason .reason__item--merit03 .reason__point-item::before {
    content: "◎";
    position: absolute;
    top: 0.2em;
    left: 0;
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1.21875;
    letter-spacing: 0;
    color: #A68585;
  }
}
/* ======================================
      【PC】  middle-cta
========================================= */
@media screen and (min-width: 768px) {
  .middle-cta {
    position: relative;
    background: url("../images/page-top/middle-cta-bg.jpg") no-repeat center center/cover;
  }
  .middle-cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 11px;
    width: 78px;
    height: auto;
    aspect-ratio: 78.7/112.46;
    background: url("../images/page-top/expert-woman.png") no-repeat center center/cover;
  }
  .middle-cta .middle-cta__inner {
    padding-block: 40px;
    padding-inline: 20px;
  }
}
/* ======================================
      【SP】  middle-cta
========================================= */
@media screen and (max-width: 767px) {
  .middle-cta {
    position: relative;
    background: url("../images/page-top/middle-cta-bg.jpg") no-repeat center center/cover;
  }
  .middle-cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2.82vw;
    width: 20vw;
    height: auto;
    aspect-ratio: 78.7/112.46;
    background: url("../images/page-top/expert-woman.png") no-repeat center center/cover;
  }
  .middle-cta .middle-cta__inner {
    padding-block: 10.26vw;
    padding-inline: 5.13vw;
  }
}
/* ======================================
      【PC】  cases
========================================= */
@media screen and (min-width: 768px) {
  .cases {
    background-color: #faf6f6;
  }
  .cases .cases__inner {
    padding-block: 64px;
  }
  .cases .cases__title img {
    width: 129px;
    height: auto;
  }
  .cases .cases__intro {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
    text-align: center;
  }
  .cases .cases__text {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.38px;
    text-align: center;
    color: #bd566c;
    border-bottom: 1px solid #bd566c;
  }
  .cases .cases__list {
    padding-inline: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .cases .cases__item-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0;
    color: #fff;
    background-color: #a68585;
    border-radius: 2px;
  }
  .cases {
    /* modal */
  }
  .cases .c-modal {
    display: none;
  }
  .cases .c-modal.is-open {
    display: block;
  }
  .cases .c-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .cases .c-modal__window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 360px);
    z-index: 101;
  }
  .cases .c-modal__content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cases .c-modal__close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
  }
  .cases .c-modal__close-btn::before,
  .cases .c-modal__close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  .cases .c-modal__close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .cases .c-modal__close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/* ======================================
      【PC】  cases
========================================= */
@media screen and (max-width: 767px) {
  .cases {
    background-color: #faf6f6;
  }
  .cases .cases__inner {
    padding-block: 16.41vw;
  }
  .cases .cases__title img {
    width: 33.08vw;
    height: auto;
  }
  .cases .cases__intro {
    margin-bottom: 2.05vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1vw;
    text-align: center;
  }
  .cases .cases__text {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 8.21vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #bd566c;
    border-bottom: 0.26vw solid #bd566c;
  }
  .cases .cases__list {
    padding-inline: 6.15vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.15vw 4.1vw;
  }
  .cases .cases__item-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 2.05vw;
    padding: 1.03vw 3.08vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0;
    color: #fff;
    background-color: #a68585;
    border-radius: 0.51vw;
  }
  .cases {
    /* modal */
  }
  .cases .c-modal {
    display: none;
  }
  .cases .c-modal.is-open {
    display: block;
  }
  .cases .c-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .cases .c-modal__window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 92.31vw);
    z-index: 101;
  }
  .cases .c-modal__content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cases .c-modal__close-btn {
    position: absolute;
    top: 1.03vw;
    right: 1.03vw;
    width: 10.26vw;
    height: 10.26vw;
    background: none;
    cursor: pointer;
  }
  .cases .c-modal__close-btn::before,
  .cases .c-modal__close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.13vw;
    height: 0.26vw;
    background-color: #fff;
  }
  .cases .c-modal__close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .cases .c-modal__close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/* ======================================
      【PC】  voice
========================================= */
@media screen and (min-width: 768px) {
  .voice {
    background: url("../images/page-top/voice-bg.jpg") no-repeat top center/cover;
  }
  .voice .voice__inner {
    padding-block: 64px;
  }
  .voice .voice__title img {
    width: 152px;
    height: auto;
  }
  .voice .voice__intro {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
    text-align: center;
  }
  .voice .voice__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-inline: 24px;
  }
  .voice .voice__item {
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
  }
  .voice .voice__item-label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    color: #A68585;
  }
  .voice .voice__item-title {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
    border-bottom: 1px solid #E5E7EB;
  }
  .voice .voice__item-image {
    margin-bottom: 16px;
  }
  .voice .voice__item-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .voice .voice__item-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .voice .voice__item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
  }
}
/* ======================================
      【SP】  voice
========================================= */
@media screen and (max-width: 767px) {
  .voice {
    background: url("../images/page-top/voice-bg.jpg") no-repeat top center/cover;
  }
  .voice .voice__inner {
    padding-block: 16.41vw;
  }
  .voice .voice__title img {
    width: 38.97vw;
    height: auto;
  }
  .voice .voice__intro {
    margin-bottom: 10.26vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1vw;
    text-align: center;
  }
  .voice .voice__list {
    display: flex;
    flex-direction: column;
    gap: 10.26vw;
    margin-inline: 6.15vw;
  }
  .voice .voice__item {
    padding: 6.15vw;
    background-color: #fff;
    border-radius: 3.08vw;
  }
  .voice .voice__item-label {
    margin-bottom: 0.51vw;
    font-size: 3.08vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    color: #A68585;
  }
  .voice .voice__item-title {
    margin-bottom: 4.1vw;
    padding-bottom: 2.56vw;
    font-size: 4.1vw;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
    border-bottom: 0.26vw solid #E5E7EB;
  }
  .voice .voice__item-image {
    margin-bottom: 4.1vw;
  }
  .voice .voice__item-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.03vw;
  }
  .voice .voice__item-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 4.1vw;
  }
  .voice .voice__item-text {
    font-size: 3.33vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
  }
}
/* ======================================
      【PC】  faq
========================================= */
@media screen and (min-width: 768px) {
  .faq {
    background-color: #fff;
  }
  .faq .faq__inner {
    padding-block: 64px;
  }
  .faq .faq__title {
    margin-bottom: 10px;
  }
  .faq .faq__title img {
    width: 84px;
    height: auto;
  }
  .faq .faq__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
    text-align: center;
  }
  .faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-inline: 15px;
  }
  .faq .faq__item {
    background-color: #FAF6F6;
    border-radius: 8px;
  }
  .faq .faq__question {
    position: relative;
    padding: 16px 20px 12px 44px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: 1px solid #fff;
  }
  .faq .faq__answer {
    position: relative;
    padding: 16px 20px 16px 41px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8571428571;
    letter-spacing: 0;
  }
  .faq .faq__question::before,
  .faq .faq__answer::before {
    position: absolute;
    top: 1.1em;
    left: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #A68585;
  }
  .faq .faq__question::before {
    content: "Q.";
  }
  .faq .faq__answer::before {
    content: "A.";
    font-size: 13px;
    line-height: 1.6230769231;
  }
}
/* ======================================
      【SP】  faq
========================================= */
@media screen and (max-width: 767px) {
  .faq {
    background-color: #fff;
  }
  .faq .faq__inner {
    padding-block: 16.41vw;
  }
  .faq .faq__title {
    margin-bottom: 2.56vw;
  }
  .faq .faq__title img {
    width: 21.54vw;
    height: auto;
  }
  .faq .faq__sub-title {
    margin-bottom: 10.26vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1vw;
    text-align: center;
  }
  .faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: 2.05vw;
    padding-inline: 3.85vw;
  }
  .faq .faq__item {
    background-color: #FAF6F6;
    border-radius: 2.05vw;
  }
  .faq .faq__question {
    position: relative;
    padding: 4.1vw 5.13vw 3.08vw 11.28vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: 0.26vw solid #fff;
  }
  .faq .faq__answer {
    position: relative;
    padding: 4.1vw 5.13vw 4.1vw 10.51vw;
    font-size: 3.33vw;
    font-weight: 400;
    line-height: 1.8571428571;
    letter-spacing: 0;
  }
  .faq .faq__question::before,
  .faq .faq__answer::before {
    position: absolute;
    top: 1.1em;
    left: 5.13vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #A68585;
  }
  .faq .faq__question::before {
    content: "Q.";
  }
  .faq .faq__answer::before {
    content: "A.";
    font-size: 3.33vw;
    line-height: 1.6230769231;
  }
}
/* ======================================
      【PC】  end-msg
========================================= */
@media screen and (min-width: 768px) {
  .end-msg {
    position: relative;
    background-image: url("../images/page-top/end-msg-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .end-msg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 79px;
    height: auto;
    aspect-ratio: 79/112;
    background: url("../images/page-top/expert-woman.png") no-repeat center center/contain;
  }
  .end-msg .end-msg__inner {
    padding-top: 64px;
    padding-bottom: 31px;
  }
  .end-msg .end-msg__copy-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .end-msg .end-meg__copy img {
    width: 352px;
  }
  .end-msg .end-msg__copy-text {
    margin-bottom: 337px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: center;
  }
  .end-msg .end-msg__content {
    position: relative;
  }
}
/* ======================================
      【SP】  end-msg
========================================= */
@media screen and (max-width: 767px) {
  .end-msg {
    position: relative;
    background-image: url("../images/page-top/end-msg-bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .end-msg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2.56vw;
    width: 20.26vw;
    height: auto;
    aspect-ratio: 79/112;
    background: url("../images/page-top/expert-woman.png") no-repeat center center/contain;
  }
  .end-msg .end-msg__inner {
    padding-top: 16.4vw;
    padding-bottom: 7.9vw;
  }
  .end-msg .end-msg__copy-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.1vw;
  }
  .end-msg .end-meg__copy img {
    width: 90.3vw;
  }
  .end-msg .end-msg__copy-text {
    margin-bottom: 86.4vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: center;
  }
  .end-msg .end-msg__content {
    position: relative;
  }
}
/* ======================================
      【PC】  contact
========================================= */
@media screen and (min-width: 768px) {
  .contact {
    background-color: #faf6f6;
  }
  .contact .cases__inner {
    padding-block: 64px;
  }
  .contact .cases__title img {
    width: 129px;
    height: auto;
  }
  .contact .cases__intro {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
    text-align: center;
  }
  .contact .cases__text {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.38px;
    text-align: center;
    color: #bd566c;
    border-bottom: 1px solid #bd566c;
  }
  .contact .cases__list {
    padding-inline: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .contact .cases__item-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0;
    color: #fff;
    background-color: #a68585;
    border-radius: 2px;
  }
  .contact {
    /* modal */
  }
  .contact .c-modal {
    display: none;
  }
  .contact .c-modal.is-open {
    display: block;
  }
  .contact .c-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .contact .c-modal__window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 360px);
    z-index: 101;
  }
  .contact .c-modal__content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .contact .c-modal__close-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
  }
  .contact .c-modal__close-btn::before,
  .contact .c-modal__close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  .contact .c-modal__close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .contact .c-modal__close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /* ===== Pages / contact ===== */
  .contact {
    background-color: #faf6f6;
  }
  .contact .contact__inner {
    padding-block: 64px;
  }
  .contact .contact__title {
    margin-bottom: 10px;
  }
  .contact .contact__title img {
    width: 196px;
    height: auto;
  }
  .contact .contact__sub-title {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.38px;
    text-align: center;
  }
  .contact .contact__intro {
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8333333333;
    letter-spacing: 0.38px;
    text-align: center;
  }
  .contact {
    /* Contact Form 7（LP専用の強制上書き） */
  }
  .contact .wpcf7 {
    max-width: 100% !important;
    margin-inline: auto !important;
    padding: 24px !important;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact .wpcf7 table,
  .contact .wpcf7 tbody,
  .contact .wpcf7 tr,
  .contact .wpcf7 th,
  .contact .wpcf7 td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .contact .wpcf7 table {
    margin: 0 !important;
    border: 0 !important;
  }
  .contact .wpcf7 tr {
    border: 0 !important;
  }
  .contact .wpcf7 tr + tr {
    margin-top: 20px;
  }
  .contact {
    /* ラベル(th)を入力欄(td)の上に配置 */
  }
  .contact .wpcf7 th {
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }
  .contact .wpcf7 td {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .contact {
    /* 必須バッジ（th.required）の崩れ対策 */
  }
  .contact .wpcf7 th.required::before,
  .contact .wpcf7 th.required::after {
    position: static !important;
    transform: none !important;
  }
  .contact .wpcf7 input[type=text],
  .contact .wpcf7 input[type=email],
  .contact .wpcf7 input[type=tel],
  .contact .wpcf7 input[type=date],
  .contact .wpcf7 input[type=datetime-local],
  .contact .wpcf7 select,
  .contact .wpcf7 textarea,
  .contact .wpcf7 .list,
  .contact .wpcf7 .from-btn-02 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
  }
  .contact .wpcf7 input,
  .contact .wpcf7 textarea,
  .contact .wpcf7 select {
    border-radius: 4px;
    border: 1px solid #d1d5db;
    padding: 10px;
    font-weight: 400 !important;
  }
  .contact .wpcf7 p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
  .contact .wpcf7 .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .contact .wpcf7 .wpcf7-list-item-label + .wpcf7-list-item-label {
    margin-top: 8px;
  }
  .contact .wpcf7 .inquiry-type p span {
    color: #111827;
    padding-left: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #9ca3af;
  }
}
/* ======================================
      【SP】  contact
========================================= */
@media screen and (max-width: 767px) {
  .contact {
    background-color: #faf6f6;
  }
  .contact .cases__inner {
    padding-block: 16.41vw;
  }
  .contact .cases__title img {
    width: 33.08vw;
    height: auto;
  }
  .contact .cases__intro {
    margin-bottom: 2.05vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1vw;
    text-align: center;
  }
  .contact .cases__text {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 8.21vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #bd566c;
    border-bottom: 0.26vw solid #bd566c;
  }
  .contact .cases__list {
    padding-inline: 6.15vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.15vw 4.1vw;
  }
  .contact .cases__item-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 2.05vw;
    padding: 1.03vw 3.08vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0;
    color: #fff;
    background-color: #a68585;
    border-radius: 0.51vw;
  }
  .contact {
    /* modal */
  }
  .contact .c-modal {
    display: none;
  }
  .contact .c-modal.is-open {
    display: block;
  }
  .contact .c-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .contact .c-modal__window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(90%, 92.31vw);
    z-index: 101;
  }
  .contact .c-modal__content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .contact .c-modal__close-btn {
    position: absolute;
    top: 1.03vw;
    right: 1.03vw;
    width: 10.26vw;
    height: 10.26vw;
    background: none;
    cursor: pointer;
  }
  .contact .c-modal__close-btn::before,
  .contact .c-modal__close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.13vw;
    height: 0.26vw;
    background-color: #fff;
  }
  .contact .c-modal__close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .contact .c-modal__close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  /* ===== Pages / contact ===== */
  .contact {
    background-color: #faf6f6;
  }
  .contact .contact__inner {
    padding-block: 16.41vw;
  }
  .contact .contact__title {
    margin-bottom: 2.56vw;
  }
  .contact .contact__title img {
    width: 50.26vw;
    height: auto;
  }
  .contact .contact__sub-title {
    margin-bottom: 10.26vw;
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1vw;
    text-align: center;
  }
  .contact .contact__intro {
    margin-bottom: 10.26vw;
    font-size: 3.08vw;
    font-weight: 500;
    line-height: 1.8333333333;
    letter-spacing: 0.1vw;
    text-align: center;
  }
  .contact {
    /* Contact Form 7（LP専用の強制上書き） */
  }
  .contact .wpcf7 {
    width: calc(100% - 7.69vw) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding: 6.15vw !important;
    background-color: #fff;
    border-radius: 3.08vw;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact .wpcf7 table,
  .contact .wpcf7 tbody,
  .contact .wpcf7 tr,
  .contact .wpcf7 th,
  .contact .wpcf7 td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .contact .wpcf7 table {
    margin: 0 !important;
    border: 0 !important;
  }
  .contact .wpcf7 tr {
    border: 0 !important;
  }
  .contact .wpcf7 tr + tr {
    margin-top: 5.13vw;
  }
  .contact {
    /* ラベル(th)を入力欄(td)の上に配置 */
  }
  .contact .wpcf7 th {
    display: flex !important;
    align-items: center;
    gap: 1.03vw;
    margin: 0 0 1.03vw !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    writing-mode: horizontal-tb !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }
  .contact .wpcf7 td {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .contact {
    /* 必須バッジ（th.required）の崩れ対策 */
  }
  .contact .wpcf7 th.required::before,
  .contact .wpcf7 th.required::after {
    position: static !important;
    transform: none !important;
  }
  .contact .wpcf7 input[type=text],
  .contact .wpcf7 input[type=email],
  .contact .wpcf7 input[type=tel],
  .contact .wpcf7 input[type=date],
  .contact .wpcf7 input[type=datetime-local],
  .contact .wpcf7 select,
  .contact .wpcf7 textarea,
  .contact .wpcf7 .list,
  .contact .wpcf7 .from-btn-02 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
  }
  .contact .wpcf7 input,
  .contact .wpcf7 textarea,
  .contact .wpcf7 select {
    border-radius: 1.03vw;
    border: 0.26vw solid #d1d5db;
    padding: 2.56vw;
    font-weight: 400 !important;
  }
  .contact .wpcf7 p {
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
  .contact .wpcf7 .wpcf7-list-item-label {
    font-size: 3.33vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .contact .wpcf7 .wpcf7-list-item-label + .wpcf7-list-item-label {
    margin-top: 2.05vw;
  }
  .contact .wpcf7 .inquiry-type p span {
    color: #111827;
    padding-left: 2.05vw;
    font-size: 2.56vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #9ca3af;
  }
}
/* ======================================
      【PC】  sticky-cta
========================================= */
@media screen and (min-width: 768px) {
  .sticky-cta {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .sticky-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .sticky-cta .sticky-cta__inner {
    padding: 9px 15px;
  }
  .sticky-cta .sticky-cta__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .sticky-cta .sticky-cta__btn {
    display: block;
    width: 100%;
    padding-block: 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3846153846;
    letter-spacing: 0.7px;
    text-align: center;
    border-radius: 6px;
  }
  .sticky-cta .sticky-cta__btn--pink {
    color: #fff;
    background-color: #D43F70;
  }
  .sticky-cta .sticky-cta__btn--white {
    color: #D43F70;
    background-color: #fff;
    border: 1px solid #D43F70;
  }
}
/* 2カラム（768〜1199）：main 390px 列の中央 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #index .sticky-cta {
    left: 195px;
  }
}
/* ======================================
      【PC】  hero
========================================= */
@media screen and (max-width: 767px) {
  .sticky-cta {
    position: fixed;
    bottom: 4.1vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.74vw;
    background-color: #fff;
    border-radius: 1.28vw;
    z-index: 100;
    box-shadow: 0 2.56vw 3.85vw -0.77vw rgba(0, 0, 0, 0.1), 0 1.03vw 1.54vw -1.03vw rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .sticky-cta.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .sticky-cta .sticky-cta__inner {
    padding: 2.31vw 3.85vw;
  }
  .sticky-cta .sticky-cta__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.08vw;
  }
  .sticky-cta .sticky-cta__btn {
    display: block;
    width: 100%;
    padding-block: 4.1vw;
    font-size: 3.33vw;
    font-weight: 700;
    line-height: 1.3846153846;
    letter-spacing: 0.18vw;
    text-align: center;
    border-radius: 1.54vw;
  }
  .sticky-cta .sticky-cta__btn--pink {
    color: #fff;
    background-color: #D43F70;
  }
  .sticky-cta .sticky-cta__btn--white {
    color: #D43F70;
    background-color: #fff;
    border: 0.26vw solid #D43F70;
  }
}/*# sourceMappingURL=page-top.css.map */