@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  color: #333;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-access {
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .top-access {
    margin-top: 7.5rem;
  }
}
.top-flow {
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
  .top-flow {
    margin-top: 8.25rem;
    padding-bottom: 7.4375rem;
  }
}
.top-footer {
  margin-top: 1.875rem;
  margin-bottom: 5.25rem;
}

@media screen and (min-width: 768px) {
  .top-footer {
    margin-top: 4.20625rem;
    margin-bottom: 7.1875rem;
  }
}
.access__inner.inner {
  max-width: 500px;
  margin: auto;
  padding: 0 2.03125rem;
}

@media screen and (min-width: 768px) {
  .access__inner.inner {
    max-width: 75rem;
    padding: 0 1.875rem;
  }
}
.access__img {
  margin-top: 2.5rem;
  aspect-ratio: 310/162.5;
}

@media screen and (min-width: 768px) {
  .access__img {
    margin-top: 4.96875rem;
    aspect-ratio: 1140/325;
  }
}
.access__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.access__content {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .access__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8.75rem;
    margin-top: 4.21875rem;
  }
}
.access__map {
  width: 100%;
  height: 100%;
  margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
  .access__map {
    width: 43.6%;
    margin-top: 0rem;
  }
}
.access__map iframe {
  width: 100%;
  height: 10.15625rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .access__map iframe {
    width: 100%;
    height: 15.625rem;
  }
}
.access__list {
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .access__list {
    width: 45.03%;
    margin-top: 0rem;
  }
}
.access__item {
  padding-top: 1.20625rem;
  padding-bottom: 1.14375rem;
  padding-left: 0.6875rem;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  border-bottom: solid 1px #A69564;
}

@media screen and (min-width: 768px) {
  .access__item {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.access__item:first-child {
  padding-top: 0;
}

.access__item dt {
  color: #A69564;
  font-weight: 700;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .access__item dt {
    width: 30%;
  }
}
.access__item dd {
  font-weight: 500;
  width: 100%;
  margin-top: 0.375rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .access__item dd {
    width: 70%;
    margin-top: 0rem;
  }
}
.accordion__item {
  background-color: #fff;
  border-radius: 1.6875rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.accordion__item + .accordion__item {
  margin-top: 0.40625rem;
}

@media screen and (min-width: 768px) {
  .accordion__item + .accordion__item {
    margin-top: 1.875rem;
  }
}
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  color: #5e5e5e;
  cursor: pointer;
  padding: 0.625rem 0.875rem 0.5rem 1.1875rem;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .accordion__header {
    padding: 1.3125rem 1.5rem 1.3125rem 2.375rem;
  }
}
.accordion__item.active .accordion__header {
  border-radius: 1.6875rem 1.6875rem 0 0; /* 上部の border-radius だけ適用 */
}

.accordion__item.active .accordion__content {
  border-radius: 0 0 1.6875rem 1.6875rem; /* 下部の border-radius を適用 */
}

.accordion__item .accordion__header {
  border-radius: 1.6875rem; /* アコーディオンが閉じたときに全体に適用 */
}

.accordion__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.03125rem;
}

@media screen and (min-width: 768px) {
  .accordion__textBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion__textBox--aline {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.accordion__head {
  font-family: "Didot", serif;
  color: #A69564;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-top: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .accordion__head {
    font-size: 2rem;
    padding-top: 0;
  }
}
.accordion__question {
  max-width: 83%;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .accordion__question {
    max-width: 59.625rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.accordion__question--text {
  padding-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .accordion__question--text {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.accordion__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.accordion__border {
  display: none; /* 初期状態では非表示 */
}

.accordion__item.active .accordion__border {
  display: block; /* アコーディオンが開いた時に表示 */
  border-top: 1px solid #A69564;
  width: 96%;
  margin: 0 auto;
}

.accordion__content {
  display: block; /* デフォルトで block にする */
  max-height: 0; /* 初期状態は高さゼロ */
  overflow: hidden; /* コンテンツが溢れないようにする */
  opacity: 0; /* 初期状態は透明にする */
  padding: 0; /* 初期はパディングもゼロ */
  -webkit-transition: max-height 0.7s ease, opacity 0.7s ease, padding 0.7s ease;
  transition: max-height 0.7s ease, opacity 0.7s ease, padding 0.7s ease; /* アニメーションの設定 */
}

.accordion__item.active .accordion__content {
  max-height: 500px; /* 十分に大きい値を指定。コンテンツの高さに応じて調整可能 */
  opacity: 1; /* 表示する */
  padding: 0.84375rem 0rem 1.4375rem 1.1875rem; /* パディングを元に戻す */
}

@media screen and (min-width: 768px) {
  .accordion__item.active .accordion__content {
    padding: 2.125rem 2.375rem 1.71875rem;
  }
}
.accordion__item.active .accordion__content {
  display: block;
}

.accordion__icon,
.accordion__icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion__icon {
  background-color: #A69564;
  position: relative;
  height: 1.34375rem; /* 円の高さ */
  max-width: 1.34375rem;
  width: 100%; /* 円の幅 */
  border-radius: 50%; /* 丸にする */
  border: 2px solid #A69564; /* 外枠の色 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .accordion__icon {
    max-width: 100%;
    height: 2.6875rem; /* 円の高さ */
    width: 2.6875rem; /* 円の幅 */
  }
}
.accordion__icon span {
  background-color: #fff; /* 線の色 */
  height: 1px; /* 線の厚み */
  width: 50%; /* 円の中に収まる幅 */
  position: absolute;
}

@media screen and (min-width: 768px) {
  .accordion__icon span {
    width: 50%; /* 円の中に収まる幅 */
  }
}
.accordion__icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); /* 横線 */
  visibility: visible;
  opacity: 1;
}

.accordion__icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); /* 縦線 */
  visibility: visible;
  opacity: 1;
}

.accordion__item.active .accordion__icon span:nth-of-type(1) {
  visibility: hidden; /* アコーディオンが開いた時に横線を非表示 */
  opacity: 0;
}

.accordion__item.active .accordion__icon span:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); /* アコーディオンが開いた時に縦線を回転させない */
}

.button a {
  display: inline-block;
}

.button--block a {
  display: block;
}

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

.button__comment {
  position: absolute;
  top: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12.1875rem;
  height: 2.125rem;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .button__comment {
    width: 19.1875rem;
    height: 3.375rem;
  }
}
.button__item {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  background: #06C855;
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding-right: 1.25rem;
  letter-spacing: 0.08em;
  width: 17.5625rem;
  height: 3.21875rem;
  border-radius: 3.125rem;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .button__item {
    width: 31.625rem;
    height: 5.4375rem;
    padding-right: 4rem;
    font-size: 2rem;
  }
}
.button__item span::after {
  background-image: url(../img/button-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75rem;
  width: 1.3125rem;
  height: 1.3125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

@media screen and (min-width: 768px) {
  .button__item span::after {
    right: 4.625rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
.button__item:hover {
  opacity: 0.5;
}

.button__item:hover span::after {
  right: 1.5rem; /* ここで右に移動する値を指定します */
  -webkit-transition: 0.4s right;
  transition: 0.4s right; /* rightの移動に対するアニメーション */
}

@media screen and (min-width: 768px) {
  .button__item:hover span::after {
    right: 4.125rem; /* ここで右に移動する値を指定します */
  }
}
.button__item--method {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFDBDB));
  background: linear-gradient(180deg, #FFFFFF, #FFDBDB);
  position: relative;
  color: #794E4E;
  font-size: 1.375rem;
  font-weight: 700;
  padding-right: 2rem;
  letter-spacing: 0.03em;
  width: 14.3125rem;
  height: 3.34375rem;
  border-radius: 3.125rem;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .button__item--method {
    width: 100%;
    height: 4.8125rem;
    font-size: 2rem;
    padding-right: 4rem;
  }
}
.button__item--method span::after {
  background-image: url(../img/method-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 1rem;
  height: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

@media screen and (min-width: 768px) {
  .button__item--method span::after {
    right: 6.875rem;
    width: 2rem;
    height: 1.75rem;
  }
}
.button__item--brown {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDD1AE));
  background: linear-gradient(180deg, #FFFFFF, #DDD1AE);
  position: relative;
  color: #794E4E;
  font-size: 1.375rem;
  font-weight: 700;
  padding-right: 1.25rem;
  letter-spacing: 0.03em;
  width: 17rem;
  height: 3.34375rem;
  border-radius: 3.125rem;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .button__item--brown {
    width: 100%;
    height: 4.8125rem;
    font-size: 2rem;
    padding-right: 4rem;
  }
}
.button__item--brown span::after {
  background-image: url(../img/method-arrow-brown.webp);
  top: 50%;
  right: 0.9375rem;
  width: 1rem;
  height: 0.875rem;
}

@media screen and (min-width: 768px) {
  .button__item--brown span::after {
    right: 4.0625rem;
    width: 2rem;
    height: 1.75rem;
  }
}
/* マウスオーバー時の押し込み効果 */
.button__item--method:hover,
.button__item--brown:hover {
  -webkit-box-shadow: none;
  box-shadow: none; /* 影をなくす */
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem); /* 下に少し移動させて押し込む効果を表現 */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; /* アニメーションを滑らかに */
}

.button__box--cta {
  position: relative;
  z-index: 1;
}

.button__comment--cta {
  position: absolute;
  top: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10.21875rem;
  height: 1.78125rem;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .button__comment--cta {
    width: 12.5rem;
    height: 2.1875rem;
  }
}
.button__item--cta {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  background: #06C855;
  position: relative;
  color: #fff;
  font-size: 1.03125rem;
  font-weight: 600;
  padding-right: 1.25rem;
  letter-spacing: 0.08em;
  width: 14.71875rem;
  height: 2.6875rem;
  border-radius: 3.125rem;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .button__item--cta {
    width: 25.3125rem;
    height: 3.5rem;
    padding-right: 3.125rem;
    font-size: 1.25rem;
  }
}
.button__item--cta span::after {
  background-image: url(../img/button-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.09375rem;
  height: 1.09375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

@media screen and (min-width: 768px) {
  .button__item--cta span::after {
    right: 5.3125rem;
    width: 1.725rem;
    height: 1.725rem;
  }
}
.button__item--cta:hover {
  opacity: 0.5;
}

.button__item--cta:hover span::after {
  right: 1.25rem; /* ここで右に移動する値を指定します */
  -webkit-transition: 0.4s right;
  transition: 0.4s right; /* rightの移動に対するアニメーション */
}

@media screen and (min-width: 768px) {
  .button__item--cta:hover span::after {
    right: 4.6875rem; /* ここで右に移動する値を指定します */
  }
}
.cta__buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 224, 224, 0.5);
  height: 5.28125rem;
  padding-top: 0.9375rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; /* 最初は透明にする */
  -webkit-transform: translateY(20px);
  transform: translateY(20px); /* 最初は少し下に移動 */
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; /* トランジション効果 */
}

@media screen and (min-width: 768px) {
  .cta__buttons {
    height: 7.3125rem;
  }
}
.cta__buttons.show {
  opacity: 1; /* 表示時に透明度を1に */
  -webkit-transform: translateY(0);
  transform: translateY(0); /* 元の位置に戻す */
}

.doctor {
  background-image: url("../img/doctor-bg-sp.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 26.875rem;
  text-align: center;
  margin-top: -120px;
  position: relative;
  padding-bottom: 100px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .doctor {
    background-image: url("../img/doctor-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 44.875rem;
    text-align: center;
    margin-top: -11%;
    padding: 12.125rem 0 13.75rem;
    position: relative;
    z-index: 2;
  }
}
.doctor__inner {
  max-width: 500px;
}

.doctor__images {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -19.45%;
  gap: 0 0.9375rem;
}

@media screen and (min-width: 768px) {
  .doctor__images {
    margin-top: -19.45%;
    gap: 0 1.625rem;
  }
}
.doctor__images img {
  position: relative;
  z-index: 9999;
  width: 5.9375rem;
  height: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .doctor__images img {
    width: 10.4375rem;
    height: 10.4375rem;
  }
}
.doctor__content {
  background-color: #A69564;
  margin-top: 1.5625rem;
  padding: 1.65625rem 0 1.1875rem;
  border-radius: 0.71875rem;
}

@media screen and (min-width: 768px) {
  .doctor__content {
    margin-top: 3.3125rem;
    padding: 1.6875rem 0 2.625rem;
    border-radius: 1.4375rem;
  }
}
.doctor__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.875rem;
}

.doctor__woman {
  width: 2.8125rem;
  height: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .doctor__woman {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.doctor__text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .doctor__text {
    margin-top: 0.8125rem;
    font-size: 2rem;
    line-height: 1.875;
  }
}
.doctor__text span {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .doctor__text span {
    font-size: 1.25rem;
  }
}
.doctor__buttons {
  margin-top: 3.15625rem;
}

.fag {
  background-color: #FBFAF6;
  padding: 3.125rem 0;
}

@media screen and (min-width: 768px) {
  .fag {
    padding: 7.5rem 0 7.625rem;
  }
}
.faq__inner {
  max-width: 500px;
}

.fag--second {
  background-color: #EDE8DC;
  padding: 3.125rem 0 2.6875rem;
}

@media screen and (min-width: 768px) {
  .fag--second {
    padding: 7.5rem 0 6.875rem;
  }
}
.fag__accordion {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .fag__accordion {
    margin-top: 5.1875rem;
  }
}
.fag__accordion--second {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .fag__accordion--second {
    margin-top: 4.96875rem;
  }
}
.fag__buttons {
  text-align: center;
  margin-top: 4.15625rem;
}

@media screen and (min-width: 768px) {
  .fag__buttons {
    margin-top: 7.25rem;
  }
}
.flow__list {
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 5.25rem;
  }
}
.flow__inner {
  max-width: 500px;
}

.flow__item + .flow__item {
  margin-top: 1rem;
}

.flow__content {
  background-color: #EDE8DC;
  padding: 1rem 1rem 0.625rem;
  border-radius: 0.84375rem;
}

@media screen and (min-width: 768px) {
  .flow__content {
    padding: 2.75rem 4.125rem 2.4375rem 2rem;
    border-radius: 1.6875rem;
  }
}
.flow__subtitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .flow__subtitle {
    font-size: 1.25rem;
  }
}
.flow__text {
  margin-top: 0.78125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .flow__text {
    margin-top: 1.6875rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.flow-arrow {
  width: 3.21875rem;
  height: 1.40625rem;
  margin: 0.78125rem auto;
}

@media screen and (min-width: 768px) {
  .flow-arrow {
    width: 4.4375rem;
    height: 1.9375rem;
    margin: 1.0625rem auto;
  }
}
.footer {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  background-color: #FBFAF6;
  text-align: center;
  font-size: 0.5625rem;
  font-weight: 300;
  padding: 0.6875rem 0;
}

@media screen and (min-width: 768px) {
  .footer {
    font-size: 0.75rem;
    padding: 1.5625rem 0;
  }
}
.fv__inner.inner {
  max-width: 500px;
  padding: 0 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .fv__inner.inner {
    max-width: 75rem;
    padding: 0 1.875rem;
  }
}
.fv__bg {
  background-image: url("../img/fv-sp.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1.875rem;
  padding-bottom: 9.375rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .fv__bg {
    background-image: url("../img/fv.webp");
    background-position: calc(50% - 182px) center; /* 中央から左に移動 */
    background-repeat: no-repeat;
    background-size: 150%; /* 画像を少し拡大して右側が見切れないようにする */
    padding-bottom: 15%;
    padding-top: 1.25rem;
  }
}
.fv__tab {
  max-width: 10.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.46875rem;
  text-align: left;
  padding-top: 4.1875rem;
}

@media screen and (min-width: 768px) {
  .fv__tab {
    max-width: 100%;
    padding-top: 7.1875rem;
    gap: 0 0.8125rem;
  }
}
.fv__ta-item {
  text-align: center;
  background-color: #fff;
  color: #A69564;
  display: inline-block;
  width: 3.84375rem;
  padding: 0.3125rem 0;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-radius: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .fv__ta-item {
    width: 7.6875rem;
    padding: 0.65625rem 0;
    font-size: 1.625rem;
    border-radius: 0.625rem;
  }
}
.fv__text {
  margin-top: 1.1875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .fv__text {
    margin-top: 1.6875rem;
    font-size: 2rem;
    line-height: 1.5625;
  }
}
.fv__title {
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .fv__title {
    margin-top: 1.875rem;
  }
}
.fv__title span {
  background-color: #ED9C9B;
  padding: 0.65625rem 0.578125rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.3076923077;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .fv__title span {
    padding: 1.3125rem 1.15625rem;
    font-size: 3.25rem;
    line-height: 2.3076923077;
  }
}
.header {
  height: 2.71875rem;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 水平方向中央揃え */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* 垂直方向中央揃え */
}

@media screen and (min-width: 768px) {
  .header {
    height: 5.4375rem;
  }
}
.header__logo {
  width: 8.09375rem;
  height: 1.3125rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 16.1875rem;
    height: 2.625rem;
  }
}
.header__logo img {
  max-height: 100%; /* 親要素の高さに合わせる */
  display: block; /* 余計なスペースを防ぐためにblockを指定 */
}

.hospital {
  text-align: center;
  padding: 2.6125rem 0 3.19375rem;
  background-color: #FBFAF7;
}

@media screen and (min-width: 768px) {
  .hospital {
    padding: 7.5rem 0 7.875rem;
  }
}
.hospital__inner.inner {
  max-width: 500px;
  margin: auto;
  padding: 0 0.3125rem;
}

@media screen and (min-width: 768px) {
  .hospital__inner.inner {
    max-width: 75rem;
    padding: 0 1.875rem;
  }
}
.hospital__content {
  border-radius: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.hospital__content + .hospital__content {
  margin-top: 3.66875rem;
}

@media screen and (min-width: 768px) {
  .hospital__content + .hospital__content {
    margin-top: 6.375rem;
  }
}
.hospital__wrapper {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 2.44375rem 0 2.225rem;
}

@media screen and (min-width: 768px) {
  .hospital__wrapper {
    padding: 5.0625rem 0 6.6875rem;
  }
}
.hospital__title {
  background-color: #A69564;
  color: #fff;
  margin: 0 0.71875rem;
  padding: 1.1875rem 0 1.125rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 0.375rem;
}

@media screen and (min-width: 768px) {
  .hospital__title {
    padding: 2.5rem 0;
    font-size: 2.375rem;
    margin: 0;
    border-radius: 0.75rem;
  }
}
.hospital__title--padding {
  padding: 0.9375rem 0 1.4375rem;
}

@media screen and (min-width: 768px) {
  .hospital__title--padding {
    padding: 1.875rem 0 3.125rem;
  }
}
.dots {
  color: #fff;
  -webkit-text-emphasis: dot #fff;
  text-emphasis: dot #fff;
}

.hospital__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.375rem;
  padding: 0 0.75rem;
}

@media screen and (min-width: 768px) {
  .hospital__list {
    margin-top: 2.125rem;
    padding: 0;
  }
}
.hospital__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(33.3333% - 1.0625rem);
  width: 100%;
  min-height: 6rem;
  background-color: #F1EDDD;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .hospital__item {
    max-width: calc(33.3333% - 1.5416666667rem);
    min-height: 6.875rem;
    border-radius: 0.75rem;
  }
}
.hospital__item + .hospital__item {
  margin-left: 1.59375rem;
}

@media screen and (min-width: 768px) {
  .hospital__item + .hospital__item {
    margin-left: 2.3125rem;
  }
}
.hospital__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .hospital__subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.hospital__subtitle--padding {
  padding-top: 0.34375rem;
}

@media screen and (min-width: 768px) {
  .hospital__subtitle--padding {
    padding-top: 0;
  }
}
.hospital__subtitle span {
  font-size: 0.5625rem;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .hospital__subtitle span {
    font-size: 1rem;
    margin-top: 0rem;
  }
}
.hospital__box {
  margin-top: 1.46875rem;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .hospital__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 2.8125rem;
    margin-top: 4.86875rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .hospital__box--width {
    gap: 0 1.59375rem;
  }
}
.hospital__text {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .hospital__text {
    font-size: 1rem;
    line-height: 1.6875;
    width: 66.33%;
  }
}
.hospital__text--width {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hospital__text--width {
    width: 61.33%;
  }
}
.hospital__img {
  width: 55.7%;
  margin: 1.25rem auto 0;
}

@media screen and (min-width: 768px) {
  .hospital__img {
    width: 28.66%;
    margin: 0;
  }
}
.hospital__img img {
  aspect-ratio: 181/168;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .hospital__img img {
    aspect-ratio: 258/239;
  }
}
.hospital__img--width {
  width: 72.7%;
  margin: 1.25rem auto 0;
}

@media screen and (min-width: 768px) {
  .hospital__img--width {
    width: 35.88%;
    margin: 0;
  }
}
.hospital__img--width img {
  aspect-ratio: 236/144.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .hospital__img--width img {
    aspect-ratio: 323/185;
  }
}
.hospital__table {
  width: 100%;
  border-collapse: collapse;
}

.hospital__table.is-pc {
  display: none;
}

.hospital__table.is-sp {
  display: block;
}

.hospital__table.is-sp:nth-child(3) {
  margin-top: 10px;
}
.hospital__table.is-sp:nth-child(3) th:nth-child(1),
.hospital__table.is-sp:nth-child(3) td:nth-child(1) {
  width: 58.5px;
}
.hospital__table.is-sp:nth-child(3) th:nth-child(2),
.hospital__table.is-sp:nth-child(3) td:nth-child(2) {
  width: 280.5px;
}
.hospital__table.is-sp:nth-child(3) th:nth-child(2) {
  padding: 0.5rem 0 0;
}

.hospital__table-wrapper {
  margin: 2.225rem auto 0;
  max-width: 21.1875rem;
}

@media screen and (min-width: 768px) {
  .hospital__table.is-pc {
    display: block;
  }
  .hospital__table.is-sp {
    display: none;
  }
  .hospital__table-wrapper {
    margin: 4.84375rem auto 0;
    max-width: 53.125rem;
  }
}
.hospital__table th {
  padding: 0.78125rem 0;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .hospital__table th {
    font-size: 1rem;
    padding: 1.0625rem 0;
  }
}
.hospital__table td {
  padding: 0.78125rem 0;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .hospital__table td {
    font-size: 1rem;
    padding: 0.5rem 0 0.25rem;
    line-height: 1;
  }
}
.hospital__table th span {
  font-size: 0.5rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.hospital__table td .small {
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-left: 1.625rem;
}

.hospital__table td .note {
  font-size: 0.5rem;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .hospital__table th span {
    font-size: 0.625rem;
  }
  .hospital__table td .small {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
  .hospital__table td .note {
    font-size: 0.625rem;
  }
}
.hospital__table th {
  background-color: #FFE8E8;
}

/* 指定の列幅を適用 */
.hospital__table th:first-child,
.hospital__table td:first-child {
  width: 58.5px;
}

@media screen and (min-width: 768px) {
  .hospital__table th:first-child,
  .hospital__table td:first-child {
    width: 174px;
  }
}
.hospital__table td:nth-child(2) {
  width: 140.5px;
  background-color: #EDEDED; /* 金額が入っている通常価格のセルに背景色 */
}

@media screen and (min-width: 768px) {
  .hospital__table td:nth-child(2) {
    width: 225px;
  }
}
.hospital__table th:nth-child(2) {
  width: 140.5px;
  background-color: #FFE0E0; /* 金額が入っている通常価格のセルに背景色 */
}

@media screen and (min-width: 768px) {
  .hospital__table th:nth-child(2) {
    width: 225px;
  }
}
.hospital__table th:nth-child(3),
.hospital__table td:nth-child(3) {
  width: 140.5px;
}

.hospital__table th:nth-child(4) {
  background-color: #FFE0E0;
  padding: 0.4375rem 0 0;
}

.hospital__table td:nth-child(4) {
  background-color: #EDEDED;
}

.hospital__table th:nth-child(4),
.hospital__table td:nth-child(4) {
  width: 140.5px;
}

@media screen and (min-width: 768px) {
  .hospital__table th:nth-child(3),
  .hospital__table td:nth-child(3) {
    width: 225px;
  }
  .hospital__table th:nth-child(4),
  .hospital__table td:nth-child(4) {
    width: 225px;
  }
}
.hospital__table tbody td {
  background-color: #F6F6F6;
}

.hospital__table td {
  vertical-align: middle;
}

.hospital__buttons {
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .hospital__buttons {
    margin-top: 5.675rem;
  }
}
.hospital__table tbody tr:nth-child(2) {
  border-top: 1px solid #C7C7C7;
}

.improvement {
  background-image: url("../img/improvement-bg-sp.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.665625rem 0 8.875rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .improvement {
    background-image: url("../img/improvement-bg.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6.5rem 0 16.875rem;
  }
}
.improvement__inner {
  max-width: 500px;
}

.improvement__list {
  margin-top: 2.625rem;
}

@media screen and (min-width: 768px) {
  .improvement__list {
    margin-top: 8.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.improvement__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .improvement__item {
    max-width: calc(25% - 1.3125rem);
    width: 100%;
  }
}
.improvement__item + .improvement__item {
  margin-top: 1.46875rem;
}

@media screen and (min-width: 768px) {
  .improvement__item + .improvement__item {
    margin-top: 0;
    margin-left: 1.75rem;
  }
}
/* 枚数が増えたときのための処理 */
@media screen and (min-width: 768px) {
  .improvement__item:nth-child(4n+1) {
    margin-left: 0;
  }
}
/* 枚数が増えたときのための処理 */
@media screen and (min-width: 768px) {
  .improvement__item:nth-child(n+5) {
    margin-top: 8.25rem;
  }
}
.improvement__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.21875rem 1.875rem 1.21875rem 1.375rem;
  background-color: #fff;
  border-radius: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .improvement__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.1875rem 2.4375rem 2.5625rem;
  }
}
.improvement__sentence {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .improvement__sentence {
    width: 100%;
  }
}
.improvement__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.9375rem;
  color: #A69564;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .improvement__subtitle {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.improvement__img {
  width: 38%;
}

@media screen and (min-width: 768px) {
  .improvement__img {
    width: 11.625rem;
    height: 11.625rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 2.0625rem auto 0;
  }
}
.improvement__img img {
  aspect-ratio: 100/100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .improvement__img img {
    aspect-ratio: 186/186;
  }
}
.inner {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.method {
  text-align: center;
}

.method__head {
  color: #fff;
  background-image: url("../img/method-bg-sp.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.98125rem 0 2.98125rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .method__head {
    background-image: url("../img/method-bg.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7.76875rem 0 6.575rem;
  }
}
.method__subtitle {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .method__subtitle {
    font-size: 2rem;
  }
}
.method__subtitle-pink {
  background-color: #EFA1A1;
}

.method__subtitle-gold {
  background-color: #A69564;
}

.method__subtitle-pink,
.method__subtitle-gold {
  display: inline-block;
  padding: 0.46875rem 0.6875rem;
  border: solid 2px #fff;
  border-radius: 0.46875rem;
}

@media screen and (min-width: 768px) {
  .method__subtitle-pink,
  .method__subtitle-gold {
    padding: 0.78125rem 1.5625rem;
    border-radius: 0.9375rem;
  }
}
.method__title {
  margin-top: 1.4375rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4772727273;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .method__title {
    margin-top: 2.625rem;
    font-size: 2.375rem;
    line-height: 1.6315789474;
  }
}
.method__content {
  background-image: url("../img/method-bg-gold-sp.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -4.6875rem;
  padding: 6.875rem 0 9.375rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .method__content {
    background-image: url("../img/method-bg-gold.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13.0625rem 0 16.875rem;
  }
}
.method__inner.inner {
  max-width: 500px;
  margin: auto;
  padding: 0 0.9375rem;
}

@media screen and (min-width: 768px) {
  .method__inner.inner {
    max-width: 75rem;
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.method__item {
  background-color: #EFA1A1;
  border-radius: 0.78125rem;
  padding: 1.74375rem 0.9375rem 1.75rem;
}

@media screen and (min-width: 768px) {
  .method__item {
    max-width: calc(50% - 1.75rem);
    width: 100%;
    border-radius: 2.1875rem;
    padding: 2.625rem 2.625rem 4.1875rem;
  }
}
.method__item--brown {
  background-color: #BFB288;
}

.method__item + .method__item {
  margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
  .method__item + .method__item {
    margin-top: 0;
    margin-left: 3.5rem;
  }
}
.method__box {
  text-align: left;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5625rem;
  min-height: 3.96875rem;
  padding: 0.78125rem 0 0.78125rem 0.9375rem;
  border-radius: 0.75rem;
}

@media screen and (min-width: 768px) {
  .method__box {
    gap: 0 1.125rem;
    min-height: 5.9375rem;
    padding: 1.59375rem 0 1.59375rem 1.375rem;
    border-radius: 1.5rem;
  }
}
.method__box--padding {
  min-height: 3.96875rem;
  padding: 0.78125rem 0 0.78125rem 0.9375rem;
}

@media screen and (min-width: 768px) {
  .method__box--padding {
    min-height: 5.9375rem;
    padding: 1.28125rem 0 1.28125rem 1.375rem;
  }
}
.method__box + .method__box {
  margin-top: 0.48125rem;
}

@media screen and (min-width: 768px) {
  .method__box + .method__box {
    margin-top: 1.5625rem;
  }
}
.method__check {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .method__check {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.method__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .method__text {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.method__bottom {
  margin-top: 1.76875rem;
}

@media screen and (min-width: 768px) {
  .method__bottom {
    margin-top: 4.55625rem;
  }
}
.method__recommendation {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.7105263158;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .method__recommendation {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.method__buttons {
  padding: 0.4375rem 0;
}

@media screen and (min-width: 768px) {
  .method__buttons {
    padding: 1.0625rem 0;
  }
}
@media screen and (min-width: 768px) {
  .reason-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.reason-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .reason-card__list {
    max-width: calc(33.3333% - 1.7916666667rem);
    width: 100%;
  }
}
.reason-card__list + .reason-card__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .reason-card__list + .reason-card__list {
    margin-top: 0;
    margin-left: 2.6875rem;
  }
}
.reason-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reason-card__number {
  font-family: "Zen Old Mincho", serif;
  color: #A69564;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (min-width: 768px) {
  .reason-card__number {
    font-size: 3.125rem;
    line-height: 1.44;
  }
}
.reason-card__img {
  width: 72%;
  margin: 0.625rem auto 0;
}

@media screen and (min-width: 768px) {
  .reason-card__img {
    width: 97%;
    margin-top: 1.9375rem;
  }
}
.reason-card__img img {
  aspect-ratio: 214.5/141;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .reason-card__img img {
    aspect-ratio: 340/224;
  }
}
.reason-card__sentence {
  background-color: #A69564;
  color: #fff;
  min-height: 4.25rem;
  margin-top: 1.28125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0.71875rem;
}

@media screen and (min-width: 768px) {
  .reason-card__sentence {
    margin-top: 1.375rem;
    min-height: 8.375rem;
    border-radius: 1.4375rem;
  }
}
.reason-card__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .reason-card__subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
.reason-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  margin-top: 1.21875rem;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .reason-card__text {
    margin-top: 1.7375rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.reason {
  text-align: center;
}

.reason__inner.inner {
  max-width: 500px;
  margin: auto;
  padding: 0 2.4375rem;
}

@media screen and (min-width: 768px) {
  .reason__inner.inner {
    max-width: 75rem;
    padding: 0 1.875rem;
  }
}
.reason__list {
  margin-top: 1.625rem;
}

@media screen and (min-width: 768px) {
  .reason__list {
    margin-top: 4.8625rem;
  }
}
.recommendation-card__wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.78125rem 0 0.78125rem 0.9375rem;
  gap: 0 0.5625rem;
  border-radius: 0.75rem;
}

@media screen and (min-width: 768px) {
  .recommendation-card__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.59375rem 0 1.59375rem 1.1875rem;
    gap: 0 1.2625rem;
    border-radius: 1.5rem;
  }
}
.recommendation-card__wrapper + .recommendation-card__wrapper {
  margin-top: 0.5625rem;
}

@media screen and (min-width: 768px) {
  .recommendation-card__wrapper + .recommendation-card__wrapper {
    margin-top: 1.5625rem;
  }
}
.recommendation-card__check {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (min-width: 768px) {
  .recommendation-card__check {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.recommendation-card__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .recommendation-card__text {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.recommendation__sentence {
  margin-top: 2.96875rem;
}

@media screen and (min-width: 768px) {
  .recommendation__sentence {
    margin-top: 5.45rem;
  }
}
.recommendation__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .recommendation__title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.recommendation__title--white {
  background-color: #fff;
  color: #A69564;
  padding: 0.375rem 1.95rem;
  font-size: 1.375rem;
  line-height: 1.4772727273;
}

@media screen and (min-width: 768px) {
  .recommendation__title--white {
    padding: 1.125rem 5.75rem 0.6875rem;
    font-size: 2.375rem;
    line-height: 1.7105263158;
  }
}
.recommendation__title--font {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4772727273;
}

@media screen and (min-width: 768px) {
  .recommendation__title--font {
    font-size: 2.375rem;
    line-height: 1;
  }
}
.recommendation {
  background-image: url("../img/recommendation-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #EDE8DC;
  padding: 3.125rem 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .recommendation {
    padding: 6.625rem 0;
  }
}
.recommendation__inner {
  max-width: 500px;
  margin: auto;
  padding: 0 1.875rem;
}

@media screen and (min-width: 768px) {
  .recommendation__inner {
    max-width: 65rem;
    padding: 0;
  }
}
.recommendation__subtitle {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .recommendation__subtitle {
    font-size: 2.375rem;
  }
}
.recommendation__list {
  margin-top: 1.96875rem;
}

@media screen and (min-width: 768px) {
  .recommendation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.90625rem;
  }
}
@media screen and (min-width: 768px) {
  .recommendation__item {
    max-width: calc(50% - 3.953125rem);
    width: 100%;
  }
}
.recommendation__item + .recommendation__item {
  margin-top: 0.5625rem;
}

@media screen and (min-width: 768px) {
  .recommendation__item + .recommendation__item {
    margin-top: 0;
    margin-left: 7.90625rem;
  }
}
/* 枚数が増えたときのための処理 */
@media screen and (min-width: 768px) {
  .recommendation__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
/* 枚数が増えたときのための処理 */
@media screen and (min-width: 768px) {
  .recommendation__item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
.section-title {
  text-align: center;
}

.section-title__head {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .section-title__head {
    font-size: 2rem;
  }
}
.section-title__jp {
  text-align: center;
  color: #A69564;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .section-title__jp {
    font-size: 2rem;
  }
}
.section-title__jp--wprries {
  color: #333;
  font-size: 1.375rem;
  line-height: 1.4772727273;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .section-title__jp--wprries {
    margin-top: 0.25rem;
    font-size: 2.375rem;
    line-height: 1.4473684211;
  }
}
.section-title__jp--improvement {
  color: #333;
  font-size: 1.375rem;
  line-height: 1.4772727273;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .section-title__jp--improvement {
    margin-top: 0.25rem;
    font-size: 2.375rem;
    line-height: 1.4473684211;
  }
}
.section-title__jp--font {
  color: #333;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .section-title__jp--font {
    font-size: 2.375rem;
  }
}
.section-title__jp--flow {
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .section-title__jp--flow {
    font-size: 2rem;
  }
}
.marker {
  position: relative;
  font-size: 1.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ECE8DC));
  background: linear-gradient(transparent 60%, #ECE8DC 60%);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .marker {
    font-size: 2.375rem;
  }
}
.marker--font {
  background: none;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .marker--font {
    font-size: 2.375rem;
  }
}
.marker::before,
.marker::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40%;
  background-color: #ECE8DC;
  width: 5px;
}

@media screen and (min-width: 768px) {
  .marker::before,
  .marker::after {
    width: 20px;
  }
}
.marker::before {
  left: -5px;
}

@media screen and (min-width: 768px) {
  .marker::before {
    left: -15px;
  }
}
.marker::after {
  right: -5px;
}

@media screen and (min-width: 768px) {
  .marker::after {
    right: -15px;
  }
}
.marker--darkBrown {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D4CBAD));
  background: linear-gradient(transparent 60%, #D4CBAD 60%);
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .marker--darkBrown {
    font-size: 2.375rem;
  }
}
.marker--darkBrown::before,
.marker--darkBrown::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40%;
  background-color: #D4CBAD;
  width: 5px;
}

@media screen and (min-width: 768px) {
  .marker--darkBrown::before,
  .marker--darkBrown::after {
    width: 20px;
  }
}
.marker--darkBrown::before {
  left: -5px;
}

@media screen and (min-width: 768px) {
  .marker--darkBrown::before {
    left: -20px;
  }
}
.marker--darkBrown::after {
  right: -5px;
}

@media screen and (min-width: 768px) {
  .marker--darkBrown::after {
    right: -20px;
  }
}
.spots-back__title {
  background-color: #A69564;
  color: #fff;
  text-align: center;
  margin: 0 0.71875rem;
  padding: 0.6875rem 0.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  border-radius: 0.375rem;
}

@media screen and (min-width: 768px) {
  .spots-back__title {
    margin: 0;
    padding: 1.65625rem 0;
    font-size: 2.375rem;
    line-height: 1.7105263158;
    border-radius: 0.75rem;
  }
}
.spots-back__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.375rem;
  padding: 0 0.75rem;
}

@media screen and (min-width: 768px) {
  .spots-back__list {
    margin-top: 2.43125rem;
    padding: 0;
  }
}
.spots-back__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(33.3333% - 1.0625rem);
  width: 100%;
  min-height: 6rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .spots-back__item {
    max-width: calc(33.3333% - 1.5416666667rem);
    min-height: 6.875rem;
    border-radius: 0.75rem;
  }
}
.spots-back__item + .spots-back__item {
  margin-left: 1.59375rem;
}

@media screen and (min-width: 768px) {
  .spots-back__item + .spots-back__item {
    margin-left: 2.3125rem;
  }
}
.spots-back__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.84375rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.034em;
}

@media screen and (min-width: 768px) {
  .spots-back__subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.spots-back__subtitle span {
  font-size: 0.5625rem;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .spots-back__subtitle span {
    font-size: 1rem;
    margin-top: 0rem;
  }
}
.spots-back__box {
  margin-top: 1.46875rem;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .spots-back__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 3.25rem;
    margin-top: 3.75rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .spots-back__box--third {
    gap: 0 1.625rem;
  }
}
.spots-back__text {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .spots-back__text {
    font-size: 1rem;
    line-height: 1.6875;
    width: 61.35%;
  }
}
.spots-back__img {
  width: 53.7%;
  margin: 1.875rem auto 0;
}

@media screen and (min-width: 768px) {
  .spots-back__img {
    width: 33.3%;
    margin: 0;
  }
}
.spots-back__img img {
  aspect-ratio: 176/143;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .spots-back__img img {
    aspect-ratio: 298/243;
  }
}
.spots-back__img--third {
  width: 69.7%;
  margin: 1.875rem auto 0;
}

@media screen and (min-width: 768px) {
  .spots-back__img--third {
    width: 36.3%;
    margin: 0;
  }
}
.spots-back__img--third img {
  aspect-ratio: 227/146;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .spots-back__img--third img {
    aspect-ratio: 324/208;
  }
}
.spots-first__title {
  background-color: #A69564;
  color: #fff;
  text-align: center;
  margin: 0 0.71875rem;
  padding: 0.6875rem 0.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  border-radius: 0.375rem;
}

@media screen and (min-width: 768px) {
  .spots-first__title {
    margin: 0;
    padding: 1.65625rem 0;
    font-size: 2.375rem;
    line-height: 1.7105263158;
    border-radius: 0.75rem;
  }
}
.spots-first__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.234375rem;
  margin-top: 1.49375rem;
  padding: 0 1.71875rem;
}

@media screen and (min-width: 768px) {
  .spots-first__subtitle {
    gap: 0 1.9375rem;
    margin-top: 2.10625rem;
    padding: 0;
  }
}
.spots-first__border {
  border-top: 1px solid #A69564;
  width: 37.5%;
}

@media screen and (min-width: 768px) {
  .spots-first__border {
    width: 41.5%;
  }
}
.spots-first__subtitle-text {
  color: #A69564;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
}

@media screen and (min-width: 768px) {
  .spots-first__subtitle-text {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.spots-first__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1875rem;
  text-align: center;
  margin-top: 0.9375rem;
  padding: 0 14px;
}

@media screen and (min-width: 768px) {
  .spots-first__tabs {
    margin-top: 1.675rem;
    padding: 0;
    gap: 0 0.75rem;
  }
}
.spots-first__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* フレックスボックスを使用 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* 水平方向中央揃え */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* 垂直方向中央揃え */
  text-align: center; /* テキストの中央揃え */
  background-color: #F1EDDD;
  padding: 0.28125rem 0.6875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .spots-first__tab {
    padding: 0.5625rem 0.75rem;
    font-size: 1.25rem;
    border-radius: 0.625rem;
  }
}
.spots-first__box {
  margin-top: 1.6875rem;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .spots-first__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 2.4375rem;
    margin-top: 3.425rem;
    padding: 0;
  }
}
.spots-first__text {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .spots-first__text {
    font-size: 1rem;
    line-height: 1.6875;
    width: 61.35%;
  }
}
.spots-first__img {
  width: 68%;
  margin: 1.875rem auto 0;
}

@media screen and (min-width: 768px) {
  .spots-first__img {
    width: 33.555%;
    margin: 0;
  }
}
.spots-first__img img {
  aspect-ratio: 221.5/148;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .spots-first__img img {
    aspect-ratio: 302/201;
  }
}
.spots-table {
  max-width: 20.3125rem;
  width: 100%;
  margin: 2.78125rem auto 0;
  border-collapse: collapse;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
}

.spots__wrapper2.is-pc {
  display: none;
}

.spots__wrapper2.is-sp {
  display: block;
}

.spots__wrapper2.is-sp .spots-table:nth-child(2) {
  margin-top: 10px;
}
.spots__wrapper2.is-sp .spots-table:nth-child(2) th:nth-child(2) {
  padding: 5px 0 0;
  line-height: 0.9;
}
.spots__wrapper2.is-sp .spots-table:nth-child(2) th:nth-child(2) span {
  font-size: 0.5rem;
}

@media screen and (min-width: 768px) {
  .spots-table {
    max-width: 58.42rem;
    margin: 5.91875rem auto 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  .spots__wrapper2.is-pc {
    display: block;
  }
  .spots__wrapper2.is-sp {
    display: none;
  }
}
.spots-table span {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .spots-table span {
    line-height: 1.7692307692;
    font-size: 0.8125rem;
  }
}
.spots-table thead th {
  background-color: #FFE8E8;
  text-align: center;
  padding: 0.75rem 0;
  border-bottom: 2px solid #ddd;
  width: 33.33%; /* 各列を50%に */
}

@media screen and (min-width: 768px) {
  .spots-table thead th {
    padding: 1.0625rem 0;
  }
  .spots-table thead th:nth-child(3) {
    padding: 6px 0 0;
    line-height: 0.9;
  }
  .spots-table thead th:nth-child(3) span {
    font-size: 0.625rem;
  }
}
/* 価格の見出しだけ背景色を #FFE0E0 に変更 */
.spots-table thead th:nth-child(2) {
  background-color: #FFE0E0;
}

/* デフォルトで全てのセルの背景色を #F6F6F6 に設定 */
.spots-table tbody tr td {
  background-color: #F6F6F6;
  padding: 0.85625rem 0.75rem;
  border-bottom: 1px solid #ddd;
  width: 33.33%; /* 各列を50%に */
}

@media screen and (min-width: 768px) {
  .spots-table tbody tr td {
    padding: 0.39375rem 2.34375rem;
  }
}
/* 価格が入っているタブだけ背景色を #EDEDED に変更 */
.spots-table tbody tr:nth-child(1) td:nth-child(2),
.spots-table tbody tr:nth-child(2) td:nth-child(2),
.spots-table tbody tr:nth-child(3) td:nth-child(2),
.spots-table tbody tr:nth-child(4) td:nth-child(2),
.spots-table tbody tr:nth-child(5) td:nth-child(2),
.spots-table tbody tr:nth-child(6) td:nth-child(2),
.spots-table tbody tr:nth-child(7) td:nth-child(2),
.spots-table tbody tr:nth-child(8) td:nth-child(2),
.spots-table tbody tr:nth-child(9) td:nth-child(2) {
  background-color: #EDEDED;
  text-align: right; /* 価格の列は右寄せ */
  padding: 0.85625rem 0.75rem;
}

@media screen and (min-width: 768px) {
  .spots-table tbody tr:nth-child(1) td:nth-child(2),
  .spots-table tbody tr:nth-child(2) td:nth-child(2),
  .spots-table tbody tr:nth-child(3) td:nth-child(2),
  .spots-table tbody tr:nth-child(4) td:nth-child(2),
  .spots-table tbody tr:nth-child(5) td:nth-child(2),
  .spots-table tbody tr:nth-child(6) td:nth-child(2),
  .spots-table tbody tr:nth-child(7) td:nth-child(2),
  .spots-table tbody tr:nth-child(8) td:nth-child(2),
  .spots-table tbody tr:nth-child(9) td:nth-child(2) {
    padding: 0.39375rem 2.34375rem;
  }
  .spots-table td:nth-child(3) {
    text-align: right;
  }
}
.spots-table td[colspan="2"] {
  background-color: #F6F6F6; /* カテゴリ名などは #F6F6F6 */
  font-weight: 500;
  text-align: left;
  padding: 0.75rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .spots-table td[colspan="3"] {
    padding: 1.0625rem 2.34375rem;
    background-color: #F6F6F6; /* カテゴリ名などは #F6F6F6 */
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
  }
}
.spots {
  background-color: #FBFAF7;
  padding-bottom: 2.78125rem;
}

@media screen and (min-width: 768px) {
  .spots {
    padding-bottom: 7.36875rem;
  }
}
.spots__inner.inner {
  max-width: 500px;
  margin: auto;
  padding: 0 0.3125rem;
}

@media screen and (min-width: 768px) {
  .spots__inner.inner {
    max-width: 71.25rem;
    padding: 0 1.875rem;
  }
}
/*input要素は非表示*/
input {
  display: none;
}

/*タブエリアの設定*/
.spots__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*タブボタン部分の共通スタイル*/
label {
  display: block;
  padding: 1.0625rem 0 0.5rem;
  border-radius: 10px 10px 0 0;
  float: left;
  cursor: pointer;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 121.6px; /* タブの幅を243pxに統一 */
  text-align: center; /* タブのテキストを中央に配置 */
  color: #A69564;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  label {
    width: 243px; /* タブの幅を243pxに統一 */
    margin-right: 2px;
    font-size: 1.5rem;
    padding: 1.5rem 0 1.25rem;
  }
}
/* タブ1が選択されていない時の背景色 */
#tab1:not(:checked) + .btn_tab {
  background: #FFFFFF;
}

/* タブ1がマウスオーバーされたときの背景色 */
#tab1:not(:checked) + .btn_tab:hover {
  background-color: #F8F8F8;
}

/* タブ2が選択されていない時の背景色 */
#tab2:not(:checked) + .btn_tab {
  background: #F4EFE6;
}

#tab2:not(:checked) + .btn_tab:hover {
  background-color: #E5E0D6;
}

/* タブ3が選択されていない時の背景色 */
#tab3:not(:checked) + .btn_tab {
  background: #EDE8DC;
}

#tab3:not(:checked) + .btn_tab:hover {
  background-color: #D9D5CB;
}

/*タブを選択したとき*/
input:checked + .btn_tab {
  background: #E7CCE6;
}

input:checked + .btn_tab + .spots__content {
  display: block;
}

/*コンテンツをフェイドインするアニメーション*/
input:checked + .btn_tab + .spots__content .aaa {
  -webkit-animation: fadeIn 1.5s forwards;
  animation: fadeIn 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* タブ1が選択されたときのスタイル */
#tab1:checked + .btn_tab {
  background: #fff; /* タブボタンの背景色 */
}

#tab1:checked + .btn_tab + .spots__content {
  background: #FFFFFF; /* コンテンツの背景色 */
}

/* タブ2が選択されたときのスタイル */
#tab2:checked + .btn_tab {
  background: #F4EFE6; /* タブボタンの背景色 */
}

#tab2:checked + .btn_tab + .spots__content {
  background: #F4EFE6; /* コンテンツの背景色 */
}

/* タブ3が選択されたときのスタイル */
#tab3:checked + .btn_tab {
  background: #EDE8DC; /* タブボタンの背景色 */
}

#tab3:checked + .btn_tab + .spots__content {
  background: #EDE8DC; /* コンテンツの背景色 */
}

/*コンテンツ部分*/
.spots__content {
  padding: 2.28125rem 0 3.59375rem;
  display: none;
  width: 100%;
  background: #E7CCE6;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0px -2px 3px rgba(0, 0, 0, 0);
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 768px) {
  .spots__content {
    padding: 5.96875rem 0 5.5375rem;
    border-radius: 0 10px 10px 10px;
  }
}
.spots__wrapper {
  max-width: 56.25rem;
  margin: 0 auto;
}

.spots__buttons {
  text-align: center;
  margin-top: 3.875rem;
}

@media screen and (min-width: 768px) {
  .spots__buttons {
    margin-top: 7.5rem;
  }
}
.woman {
  background-color: #A69564;
  padding: 2.9375rem 0 3.15625rem;
}

@media screen and (min-width: 768px) {
  .woman {
    padding: 8.4375rem 0;
  }
}
.woman__inner.inner {
  max-width: 500px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .woman__inner.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 74.375rem;
    padding: 0 1.5625rem;
  }
}
.woman__img {
  width: 82.5%;
  margin-left: -1.25rem;
}

@media screen and (min-width: 768px) {
  .woman__img {
    width: 50%;
    margin-left: 0rem;
  }
}
.woman__sentence {
  position: relative;
  z-index: 100;
  width: 85.6%;
  margin-top: -2.25rem;
  margin-left: auto;
  background-color: #fff;
  padding: 1rem 0 1rem 1.1875rem;
}

@media screen and (min-width: 768px) {
  .woman__sentence {
    padding: 3.25rem 0 2.9375rem 5rem;
    width: 56.3%;
    margin-top: 13.1875rem;
    margin-left: -4.375rem;
  }
}
.woman__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .woman__title {
    font-size: 2rem;
  }
}
.woman__remarks {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .woman__remarks {
    font-size: 1.25rem;
  }
}
.worries {
  background-color: #EDE8DC;
  padding-bottom: 3.10625rem;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .worries {
    margin-top: -0.625rem;
    padding-bottom: 7.625rem;
  }
}
.worries__inner.inner {
  max-width: 500px;
  margin: auto;
  padding: 0 1.875rem;
}

@media screen and (min-width: 768px) {
  .worries__inner.inner {
    max-width: 75rem;
    padding: 0 1.875rem;
  }
}
.worries__list {
  margin-top: 3.084375rem;
}

@media screen and (min-width: 768px) {
  .worries__list {
    margin-top: 5.2625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .worries__item {
    max-width: calc(33.3333% - 1.875rem);
    width: 100%;
  }
}
.worries__item + .worries__item {
  margin-top: 1.34375rem;
}

@media screen and (min-width: 768px) {
  .worries__item + .worries__item {
    margin-top: 0;
    margin-left: 2.8125rem;
  }
}
.worries__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.18125rem 1.5625rem 0.88125rem 1.0625rem;
  background-color: #fff;
  border-radius: 0.59375rem;
}

@media screen and (min-width: 768px) {
  .worries__content {
    padding: 3.3125rem 2.5rem 2.6375rem;
    border-radius: 1.1875rem;
  }
}
.worries__subtitle {
  text-align: center;
  color: #A69564;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .worries__subtitle {
    font-size: 1.25rem;
  }
}
.worries__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.625rem;
}

@media screen and (min-width: 768px) {
  .worries__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.worries__sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  margin-top: 1.55625rem;
  width: 63.41%;
}

@media screen and (min-width: 768px) {
  .worries__sentence {
    width: 100%;
    margin-top: 1.8125rem;
  }
}
.worries__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .worries__text {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.worries__img {
  width: 38.4%;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .worries__img {
    width: 186px;
    height: 186px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 1.875rem auto 0;
  }
}
.worries__img img {
  aspect-ratio: 100/100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .worries__img img {
    aspect-ratio: 186/186;
  }
}
.introduction {
  background-color: #ede8dc;
  padding: 2.9375rem 0 3.15625rem;
}

.introduction__inner {
  max-width: 67.5rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}

.introduction__box {
  margin-top: 2.9375rem;
  background-color: #fff;
  border-radius: 16px;
  padding: 2.6rem 1.5rem 2.6rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.introduction-first__title {
  color: #a69564;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.introduction-sub__title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.introduction-first__title span,
.introduction-sub__title span {
  display: inline-block;
}

.introduction-list_title {
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #a69564;
  display: inline-block;
  padding: 4px 12px 2px;
  border-radius: 20px;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.introduction-list_title.mobile {
  margin-top: 0.625rem;
}

.introduction-list li {
  font-size: 0.75rem;
  position: relative;
  padding-left: 12px;
}

.introduction-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #a69564;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

.introduction-table__img {
  text-align: center;
  margin-top: 1.25rem;
}

.introduction-table__img img {
  width: 250px;
  width: clamp(9.438rem, 6.006rem + 17.16vw, 18.875rem);
  display: inline-block;
}

.introduction__box > p {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .introduction {
    padding: 8.4375rem 0;
  }
  .introduction__box {
    padding: 2rem 3rem 5rem;
    margin-top: 5rem;
  }
  .introduction-first__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .introduction-sub__title {
    font-size: 1.5rem;
    text-align: left;
  }
  .introduction-table__flex {
    display: grid;
    grid-template-columns: 1fr 302px;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .introduction__box > p {
    margin-top: 0;
  }
  .introduction-table__img {
    margin-top: 0;
  }
}
.monitor-note {
  text-align: right;
  font-size: 0.5rem;
  margin-top: 4px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .monitor-note {
    font-size: 0.625rem;
  }
}
.payment {
  margin-top: 1.9375rem;
}
.payment__inner {
  padding: 0.9375rem 0.8125rem 1.5rem;
  border: 1.5px solid #ED9C9B;
  border-radius: 0.3125rem;
  text-align: center;
}
.payment__ttl {
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: bold;
  color: #fff;
  background-color: #ED9C9B;
  padding: 0.8125rem 1.5625rem 0.6875rem;
}
.payment__ttl br {
  display: block;
}
.payment__sub {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.0357142857;
}
.payment__example {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: -0.8625rem;
}
.payment__example p {
  position: relative;
  padding-left: 8px;
  display: inline-block;
}
.payment__example p::before {
  position: absolute;
  content: "※";
  font-size: 8px;
  top: 32%;
  left: 0;
}
.payment__example .num {
  font-size: 2.1875rem;
  color: #ED9C9B;
  margin-left: 0.125rem;
}
.payment__example .small {
  font-size: 0.5rem;
  margin-left: 0.125rem;
}
.payment__note {
  font-size: 0.5rem;
  margin-top: -0.375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .payment {
    margin-top: 6.25rem;
  }
  .payment__inner {
    padding: 2rem 1.25rem 2.375rem;
    border: 3px solid #ED9C9B;
    border-radius: 0.625rem;
  }
  .payment__ttl {
    max-width: 932px;
    margin: auto;
    font-size: 1.25rem;
    border-radius: 0.625rem;
    padding: 0.9375rem 0.9375rem 0.6875rem;
    line-height: 2;
  }
  .payment__ttl br {
    display: none;
  }
  .payment__sub {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
  .payment__example {
    font-size: 1.875rem;
  }
  .payment__example p {
    padding-left: 0.875rem;
  }
  .payment__example p::before {
    font-size: 0.875rem;
  }
  .payment__example .num {
    font-size: 3.125rem;
    margin-left: 0.375rem;
  }
  .payment__example .small {
    font-size: 0.875rem;
    margin-left: 0.4375rem;
  }
  .payment__note {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.relief {
  text-align: center;
  background: url(../img/bg_relief_sp.png) no-repeat top center/cover;
  margin-top: -4.25rem;
  padding-top: 4rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 3;
}
.relief__inner {
  padding: 0 0.9375rem;
  max-width: 500px;
}
.relief__title {
  line-height: 1.3;
}
.relief__title .num {
  font-size: 1.75rem;
  position: relative;
  z-index: 3;
}
.relief__contents {
  background-color: #fff;
  padding: 1.5rem 0.9375rem 3.125rem;
  margin-top: 1.7185rem;
}
.relief__item:not(:first-child) {
  margin-top: 3.75rem;
}
.relief__item:nth-child(3) .relief-card__heading {
  font-size: 0.875rem;
  padding: 0.375rem 0.5625rem 0.3125rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .relief__item:nth-child(3) .relief-card__heading {
    font-size: 1.5rem;
    padding: 0.8125rem 1.875rem 0.75rem;
  }
}
.relief__item:nth-child(6) .relief-card__heading {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding: 0.375rem 0.75rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .relief__item:nth-child(6) .relief-card__heading {
    font-size: 1.5rem;
    padding: 0.8125rem 1.875rem 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .relief {
    background: url(../img/bg_relief.png) no-repeat top center/cover;
    padding-top: 11.625rem;
    padding-bottom: 7.5rem;
    margin-top: -6.75rem;
  }
  .relief__inner {
    max-width: 1170px;
  }
  .relief__title {
    line-height: 1;
  }
  .relief__title .num {
    font-size: 3.75rem;
  }
  .relief__contents {
    margin-top: 4.9375rem;
    padding-top: 2.875rem;
    padding-bottom: 6.25rem;
  }
  .relief__list {
    max-width: 56.25rem;
    margin: auto;
  }
}

.relief-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.relief-card__number {
  font-family: "Zen Old Mincho", serif;
  color: #a69564;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .relief-card__number {
    font-size: 6.25rem;
  }
}
.relief-card__heading {
  background-color: #a69564;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding: 0.375rem 0.9375rem 0.3125rem;
  border-radius: 0.3125rem;
  position: relative;
  top: -0.875rem;
  margin-left: 0.5rem;
  text-align: left;
}
.relief-card__heading .is-sp {
  display: block;
}
.relief-card__heading .is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .relief-card__heading {
    font-size: 1.5rem;
    padding: 0.8125rem 1.875rem 0.75rem;
    top: -1.75rem;
    margin-left: 1rem;
    border-radius: 0.625rem;
  }
  .relief-card__heading .is-sp {
    display: none;
  }
  .relief-card__heading .is-pc {
    display: block;
  }
}
.relief-card__bottom {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .relief-card__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .relief-card__text {
    max-width: 28.125rem;
  }
}
.relief-card__desc {
  font-size: 0.875rem;
  line-height: 1.6071428571;
}
@media screen and (min-width: 768px) {
  .relief-card__desc {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.relief-card__note {
  font-size: 0.625rem;
  margin-top: 0.5625rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .relief-card__note {
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}
.relief-card__image {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .relief-card__image {
    margin-left: 2.5rem;
    margin-top: 0;
    max-width: 25.625rem;
  }
}