@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
/* ---------------------------------------------------------
  今回はスマホ基準のみ
--------------------------------------------------------- */
/* ---------------------------------------------------------
  fluid-root（SPのみで使用）
--------------------------------------------------------- */
/* ---------------------------------------------------------
  実行：スマホだけのfluid設定
--------------------------------------------------------- */
:root {
  font-size: clamp(8px, 10 * 100vw / 375, 10.6666666667px);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 734px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
  background: #fff;
}
html body {
  font-family: "source-han-serif-japanese", serif;
  color: black;
  font-size: 1.6rem;
}
html body section {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
html body .contents {
  max-width: 33.5rem;
  width: 100%;
  margin: 0 auto;
}
html body img {
  width: 100%;
  height: auto;
}
html body .siro {
  color: #fff;
}
html body .murasaki {
  color: #828296;
}
html body .light-blue {
  color: #367c9c;
}
html body .blue {
  color: #6eb4cc;
}
html body .cha {
  color: #ba9d54;
}
html body .pink {
  color: #dc8a93;
}
html body h2 {
  font-size: 2.1rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
html body p {
  font-size: 1.2rem;
}
html body a {
  color: black;
  text-decoration: none;
}
html body li {
  list-style: none;
}
html body footer {
  width: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* =========================================
   全消しリセットCSS（フォームUIは残す）
   ========================================= */
/* すべての要素の余白・枠線・フォントサイズをリセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素のデフォルト表示をブロックに */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ボディ初期化 */
body {
  line-height: 1;
}

/* リストマーカー削除 */
ol, ul {
  list-style: none;
}

/* 引用符削除 */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* テーブル初期化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===== フォームUIは基本残すが最小限調整 ===== */
/* フォント継承（見た目の統一感を出す） */
input, select, textarea, button {
  font: inherit;
  color: inherit;
}

/* iOS Safariのズーム防止（必要な場合） */
input, textarea, select {
  font-size: 16px;
}

/* ボタンはポインター */
button {
  cursor: pointer;
}

/* Webkit系での余計なスタイル防止（外観は保持） */
input[type=search] {
  -webkit-appearance: textfield;
}

/* プレースホルダーの色だけ少し整える */
::-moz-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  color: black;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: black;
}

.header {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.header__cta {
  position: absolute;
  bottom: 1.6rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.footer {
  background-color: #dc8a93;
  height: 41.7661px;
  max-width: 400px;
  margin: 0 auto;
}

.cta {
  margin: 0 auto;
  width: 33.5rem;
}

.cta-btn {
  width: 33.5rem;
}

.faq__check {
  display: none;
}

.faq__item {
  margin-bottom: 1.2rem;
}

.faq__label {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1.2rem;
  cursor: pointer;
  position: relative;
  background-color: #f8f9fa;
  padding: 1.2rem 2rem;
  box-sizing: border-box;
}

.q {
  font-weight: bold;
  color: #dc8a93;
  flex-shrink: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.faq__question {
  color: #dc8a93;
  line-height: 1.5;
}

.toggle-icon {
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.8em;
  height: 0.8em;
  color: #dc8a93;
}

/* 初期は + */
.faq__check + .faq__label .toggle-icon::before,
.faq__check + .faq__label .toggle-icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  margin: auto;
  background-color: currentColor;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: center;
  opacity: 1;
}

.faq__check + .faq__label .toggle-icon::before {
  width: 100%;
  height: 2px;
}

.faq__check + .faq__label .toggle-icon::after {
  width: 2px;
  height: 100%;
}

/* 開いたら – */
.faq__check:checked + .faq__label .toggle-icon::before {
  transform: rotate(360deg);
}

.faq__check:checked + .faq__label .toggle-icon::after {
  transform: rotate(450deg);
  opacity: 0;
}

/* 回答表示 */
.answer {
  padding: 0 1.6rem;
  max-height: 0;
  background-color: #f8f9fa;
  border-top: none;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, padding 0.3s;
}
.answer p {
  font-size: 1.3rem;
  line-height: 2rem;
}

.faq__check:checked ~ .answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  padding: 1.6rem 1.6rem;
}

/* ==================================================
   FONT SETTINGS (Adobe Fonts)
================================================== */
/* ------------------------------
   筆記体（Parlare）
   用途：01,02,導入メリット上
------------------------------ */
.font-script {
  font-family: "parlare", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ------------------------------
   Futura PT
   用途：AFTERなど英字
------------------------------ */
.font-futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ------------------------------
   Q文字用（ヒラギノ角ゴ）
------------------------------ */
.font-q {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* ------------------------------
   源ノ明朝（Source Han Serif JP）
   用途：90%文字
------------------------------ */
.font-serif {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
}

/* ------------------------------
   秀英明朝（dnp-shuei-mincho-pr6）
------------------------------ */
.font-shuei-l {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
}
.font-shuei-m {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 500;
}
.font-shuei-b {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 600;
}

/* ------------------------------
   源ノ角ゴシック
------------------------------ */
.font-gothic-n {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
}
.font-gothic-r {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
}
.font-gothic-m {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}
.font-gothic-b {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
}

.fz105 {
  font-size: 1.05rem; /* 約10.5px */
}

.fz12 {
  font-size: 1.2rem; /* 約12px */
}

.fz13 {
  font-size: 1.3rem; /* 約13px */
}

.fz14 {
  font-size: 1.4rem; /* 約14px */
}

.fz15 {
  font-size: 1.5rem; /* 約14px */
}

.fz16 {
  font-size: 1.6rem; /* 約16px */
}

.fz18 {
  font-size: 1.8rem; /* 約18px */
}

.fz198 {
  font-size: 1.98rem; /* 約19.8px */
}

.fz21 {
  font-size: 2.1rem;
}

.fz23 {
  font-size: 2.3rem; /* 約23px */
}

.fz253 {
  font-size: 2.53rem; /* 約25.3px */
}

.fz282 {
  font-size: 2.82rem; /* 約28.2px */
}

.product {
  padding: 2.2rem 0 1.5rem 0;
  background: url(../img/product_bg.webp) no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.product__ttl-sub {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
}
.product__ttl-sub-img img {
  width: 2.07rem;
}
.product__ttl {
  margin: 0.7rem auto 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  background: linear-gradient(90deg, #ac802e 0%, #f4df88 15%, #ac802e 50% 70%, #f4df88 85%, #ac802e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.product__obi {
  margin: 0 auto;
  width: 28.7rem;
  display: block;
  color: #fff;
  background-color: #ba9d54;
  padding: 0.5rem 0;
  letter-spacing: 0.08rem;
  border-radius: 0.5rem;
}
.product__img {
  padding: 0 1.2rem;
  width: 42rem;
  margin-bottom: 1rem;
}
.worries {
  position: relative;
  z-index: 1;
}
.worries__wrap {
  position: relative;
  padding: 3rem 0;
  background: url(../img/bg-worry.webp) no-repeat;
  background-size: cover;
  height: 89rem;
  box-sizing: border-box;
}
.worries__ttl {
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
.worries__ttl-panel {
  display: block;
  margin: 0 auto;
  width: 9.2rem;
}
.worries__ttl-em {
  font-size: 1.58em;
}
.worries__list {
  text-align: left;
  padding-top: 2rem;
}
.worries__item {
  display: block;
  padding: 0.8em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  background-color: #fff;
  letter-spacing: -0.05em;
}
.worries__item--01 {
  margin-left: 2rem;
}
.worries__item--03 {
  margin-left: 2rem;
}
.worries__item--04 {
  margin-left: 0.5rem;
}
.worries__item--05 {
  margin-left: 3.5rem;
}
.worries__txt {
  position: absolute;
  bottom: 3rem;
  right: 0;
  left: 0;
  z-index: 1;
  letter-spacing: 0.08em;
}
.worries__txt-main {
  text-shadow: 0 0 2px #fff;
  letter-spacing: 0.1em;
}
.worries__txt-sub {
  display: block;
  margin-bottom: 1em;
  color: #000;
}
.worries__bubble {
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  width: 8.5rem;
  aspect-ratio: 1/2;
  z-index: 0;
}
.worries__bubble img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.how__wrap {
  position: relative;
}
.how__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 1;
}
.how__head-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.how__main {
  position: relative;
  background: url(../img/img-product.webp) no-repeat;
  background-size: contain;
  height: 123rem;
  padding: 5.3rem 0 0;
}
.how__main-head {
  position: absolute;
  top: 7rem;
  letter-spacing: 0.1rem;
  width: 100%;
  text-align: center;
}
.bf {
  background: url(../img/bg-before-after.webp) no-repeat;
  background-size: cover;
  margin-top: -10.5rem;
  padding: 4rem 0 4rem 0;
  box-sizing: border-box;
  position: relative;
  height: 110rem;
}
.bf__ttl {
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
.bf__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
.bf__box {
  margin-bottom: 3rem;
}
.bf__box--txt {
  display: block;
  margin-bottom: 1rem;
}
.up {
  position: relative;
}
.up__wrap {
  background: url(../img/bg-up.webp) no-repeat;
  background-size: contain;
  box-sizing: border-box;
  position: relative;
  height: 44rem;
}
.up__ttl-sub {
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
  background-color: #dc8a93;
  display: inline-block;
  transform: translateY(-50%);
}
.up__ttl {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 15rem;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
.up__ttl-gold {
  position: relative;
  text-shadow: none;
}
.up__ttl-gold .gold {
  padding-right: 0.15em;
  font-family: "source-han-serif-japanese", serif;
  background: linear-gradient(90deg, #ac802e 0%, #f4df88 15%, #ac802e 50%, #f4df88 85%, #ac802e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-weight: bold;
  font-style: italic;
}
.up__ttl-gold .gold.nine {
  position: relative;
  font-size: 5.36rem;
  z-index: 1;
}
.up__ttl-gold .gold.percent {
  position: relative;
  font-size: 2.9rem;
  z-index: 1;
}
.up__ttl-gold-outline {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 0;
}
.up__ttl-gold-outline .nine {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
.up__ttl-gold-outline .percent {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
.up__txt {
  font-size: 1.7rem;
  font-weight: 500;
}
.up__txt-bg {
  background-color: #dc8a93;
  display: inline;
  line-height: 4rem;
  padding: 0.2rem 0.5rem;
}
.up__cta {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -3.4rem;
}
.what__contents {
  padding: 4rem 0;
  margin-top: 6.8rem;
  background: url(../img/bg-w.webp) no-repeat;
  background-size: cover;
  height: 18rem;
}
.what__ttl-sub {
  padding: 0.4rem 1rem;
  background-color: #dc8a93;
  display: inline-block;
  margin-bottom: 2rem;
}
.what__ttl {
  background: linear-gradient(90deg, #70294e 0%, #e6b4b4 25%, #70294e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 0.05rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 0 auto 1rem;
}
.what__ttl img {
  margin: 0 1rem;
  width: 1.99rem;
}
.what__txt {
  margin-bottom: 2.4rem;
}
.what__box {
  margin-top: -2rem;
  padding: 4rem 0 7rem;
  position: relative;
}
.what__box--01 {
  background: url(../img/bg-w-01.webp) no-repeat;
  background-size: cover;
}
.what__box--02 {
  background: url(../img/bg-w-02.webp) no-repeat;
  background-size: cover;
}
.what__box--03 {
  background: url(../img/bg-w-03.webp) no-repeat;
  background-size: cover;
}
.what__box--04 {
  background: url(../img/bg-w-04.webp) no-repeat;
  background-size: cover;
}
.what__box-ttl {
  display: inline-block;
  margin-bottom: 0.7em;
}
.what__box-step {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  width: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(45deg, #e6b4b4 0%, #dc8a93 100%);
  border-radius: 50%;
  transform: translateY(-50%);
  line-height: 1;
  letter-spacing: 0.06em;
}
.what__box-step-number {
  display: block;
}
.what__box-txt {
  line-height: 1.5;
}
.what__box-img {
  display: block;
  width: 31rem;
  margin: 0 auto 1.5rem;
}
.what__main--txt {
  font-size: 1.5rem;
  line-height: 3rem;
}
.comp {
  margin-top: -2rem;
}
.comp__wrap {
  position: relative;
  padding: 5rem 0;
  background: url(../img/bg-compare.webp) no-repeat;
  background-size: cover;
}
.comp__barn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.25rem;
  padding: 0.8em 1em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.comp__barn::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.8rem solid #fff;
}
.comp__ttl {
  letter-spacing: 0.24rem;
  margin-bottom: 2rem;
}
.comp__imgarea {
  overflow: auto;
  /* scroll でも OK */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE, Edge */
  margin-left: 2rem;
}
.comp__imgarea::-webkit-scrollbar {
  display: none;
}
.comp__imgarea.is-dragging {
  cursor: grabbing;
}
.comp__img {
  width: 50.67203rem;
}
.price {
  padding: 5rem 0 3rem;
}
.price__ttl {
  margin-bottom: 2.5rem;
}
.price__box {
  border: solid #b3b3b3 1px;
  margin-bottom: 1.6rem;
}
.price__box--ttl {
  height: 2.75832rem;
  background-color: #f2f2f2;
  border-bottom: solid #b3b3b3 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.price__box--contents {
  height: 11.62412rem;
  position: relative;
}
.price__box--top {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 29.5rem;
  height: 7rem;
  border-bottom: 1px solid #b3b3b3;
}
.price__box--top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.91879rem;
  width: 4.91879rem;
  border-radius: 50%;
  background-color: #ba9d54;
  color: #fff;
  margin-right: 2rem;
}
.price__box--top .m-contents {
  font-size: 3.9698rem;
  letter-spacing: 0.2rem;
  color: #dc8a93;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.price__box--top .en {
  font-size: 2.87299rem;
  color: #dc8a93;
  margin-top: 0.5rem;
}
.price__box--btm {
  display: flex;
  align-items: center;
  height: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  justify-content: center;
}
.price__box--txtarea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
}
.price__box--txtarea p {
  align-items: baseline;
}
.price__box--txtarea .sinki {
  letter-spacing: 0.2rem;
  font-size: 2.11rem;
}
.price__box--txtarea .red-txt {
  color: #c1272c;
  font-size: 4.68rem;
}
.price__txt {
  line-height: 1.8;
  letter-spacing: 0.16em;
}
.price__txt-strong {
  padding: 0.2em 0.3em;
  background-color: #dc8a93;
}
.price__cta {
  margin-top: 3rem;
}
.merit__wrap {
  position: relative;
  background: url(../img/bg-merit.webp) no-repeat;
  background-size: contain;
  padding: 3.5rem 0 0;
  height: 49rem;
}
.merit__ttl {
  margin-bottom: 2rem;
}
.merit__ttl-em {
  position: relative;
  bottom: -0.1em;
  font-size: 2.6em;
}
.merit__barn {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 1em;
}
.merit__barn::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.8rem solid #fff;
}
.merit__boxarea {
  counter-reset: merit;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 30rem;
  background-color: #fff;
}
.merit__box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  font-size: 1.5rem;
  box-sizing: border-box;
  background-color: #fff;
}
.merit__box:not(:first-of-type) {
  border-top: 1px dashed #ba9d54;
}
.merit__box::before {
  counter-increment: merit;
  content: counter(merit, decimal-leading-zero);
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: 1rem;
  width: 3.7rem;
  aspect-ratio: 1/1;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #a03c5a 0% 15%, #dc9693 32%, #a03c5a 60% 100%);
  border-radius: 50%;
  color: #fff;
  line-height: 1.6;
}
.merit__box::after {
  position: absolute;
  top: 50%;
  content: "MERIT";
  width: 3.7rem;
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  transform: translateY(-170%);
}
.support {
  position: relative;
}
.support::after {
  content: "";
  position: absolute;
  background: url(../img/img-bubble-01.webp) no-repeat;
  background-size: cover;
  width: 13rem;
  aspect-ratio: 130/160;
  top: -1.5rem;
  right: 0;
}
.support__wrap {
  counter-reset: odd -1 even 0;
  position: relative;
  margin-top: -6rem;
  padding: 10rem 0 0;
  background: url(../img/bg-support.webp) no-repeat;
  background-size: contain;
  z-index: -1;
  overflow-x: hidden;
}
.support__ttl-sub {
  position: relative;
  width: 13.3rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10rem;
  margin-bottom: 1.5rem;
}
.support__ttl-sub::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.8rem solid #fff;
}
.support__ttl {
  letter-spacing: 0.1rem;
  margin-bottom: 3.5rem;
}
.support__box {
  padding: 2rem 0 2.5rem;
  width: 34.3rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-bottom: 3.2rem;
}
.support__box3::after {
  content: "";
  position: absolute;
  background: url(../img/img-bubble-02.webp) no-repeat;
  background-size: contain;
  width: 15rem;
  aspect-ratio: 1/1;
  top: -9rem;
  left: -6.5rem;
}
.support__box6::after {
  content: "";
  position: absolute;
  background: url(../img/img-bubble-02.webp) no-repeat;
  background-size: contain;
  width: 15rem;
  aspect-ratio: 1/1;
  top: -9rem;
  right: -5.5rem;
}
.support__box.left {
  border-radius: 0 20rem 20rem 0;
  padding-right: 3rem;
}
.support__box.left::before {
  position: absolute;
  counter-increment: odd 2;
  content: counter(odd, decimal-leading-zero);
  font-size: 4.3rem;
  font-weight: 400;
  color: #dc8a93;
  top: 0;
  right: 1rem;
  letter-spacing: 0.012em;
}
.support__box.rigth {
  border-radius: 20rem 0 0 20rem;
  margin-left: auto;
  padding-left: 3rem;
}
.support__box.rigth::before {
  position: absolute;
  counter-increment: even 2;
  content: counter(even, decimal-leading-zero);
  font-size: 4.3rem;
  font-weight: 400;
  color: #dc8a93;
  top: 0;
  left: 1rem;
  letter-spacing: 0.012em;
}
.support__box-ttl {
  background: linear-gradient(90deg, #70294e 0%, #e6b4b4 25%, #70294e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 0.05rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.2rem;
}
.support__box-txt {
  line-height: 2rem;
}
.support__img {
  width: 22.14465rem;
  margin-bottom: 1rem;
}
.support__img2, .support__img3, .support__img4 {
  height: 6.35rem;
  width: auto;
  margin-bottom: 0.5rem;
}
.support__img7 {
  height: 10.32rem;
  width: auto;
  margin: 1rem auto 2rem;
}
.support__img8 {
  height: 10.71rem;
  width: auto;
  margin: 1rem auto;
}
.support__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 28.37rem;
  margin: 2rem auto 0.9rem;
}
.support__txt12 {
  margin-bottom: 1.7rem;
  display: block;
}
.support__imgarea span {
  display: block;
  font-size: 1.2rem;
}
.flow {
  background: url(../img/bg-flow.webp) no-repeat;
  background-size: cover;
  padding: 4.4rem 0 1rem;
}
.flow__ttl-sub {
  color: #dc8a93;
  font-size: 3.8rem;
  margin-bottom: 1rem;
}
.flow__ttl {
  margin-bottom: 5rem;
}
.flow__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
  height: 8.56rem;
  border: #dc8a93 1px solid;
  background-color: #fff;
  z-index: 1;
}
.flow__subttl {
  position: absolute;
  background-color: #dc8a93;
  height: 3.1rem;
  width: 12.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.547rem;
  color: #fff;
  top: -1.7rem;
  letter-spacing: 0.1em;
}
.flow__subttl::after {
  position: absolute;
  content: "";
  background-color: #dc8a93;
  width: 4px;
  height: 2rem;
  right: 0;
  left: 0;
  top: -1.7rem;
  margin: 0 auto;
}
.flow__subttl.first::after {
  display: none;
}
.flow__txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.faq {
  padding: 2.2rem 0 4rem;
}
.faq__cta {
  margin-bottom: 5rem;
}
.faq__ttl {
  margin-bottom: 3.3rem;
}
.faq__ttl-sub {
  display: block;
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-size: 3.8rem;
  margin-bottom: 1rem;
}/*# sourceMappingURL=main.css.map */