:root {
  /*--header-height: 110px;*/
  --c-accent: #ff6b1a;
  --c-cta: #ff6b1a;
  --c-cta-dark: #e85d04;
  --c-cta-light: #ff9a3d;
  --c-text: #333333;
  --c-muted: #6b7280;
  --c-border: rgba(0, 0, 0, .08);
}
html, body {
  height: auto;
  overflow: visible;
}
.minchou {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
}
.box_shadow {
    box-shadow:  8px 8px 20px rgba(0, 0, 0, 0.15);
}
.round {
    border-radius: 10px;
}
.bg-blue {
  background: #ebf4fc;
}
.bg_beige {
  background: #fcf7ef;
}
.bg_gray {
  background: #f7f7f7;
}
.bg_01, .bg_02, .bg_03, .bg_04, .bg_05, .bg_06, .bg_07 {
  position: relative;
  overflow: hidden;
}
.bg_01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_01.webp") center / cover no-repeat;
  z-index: -1;
}
.bg_02::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_02.webp") center / cover no-repeat;
  z-index: -1;
}
.bg_03::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_03.webp") center / cover no-repeat;
  z-index: -1;
}
.bg_04::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/ripples.webp) bottom right / 50% no-repeat;
  z-index: -1;
}
.bg_05::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_05.webp") center / cover no-repeat;
  z-index: -1;
}
.bg_06::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_06.webp") center / cover no-repeat;
  z-index: -1;
}
.bg_07::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg_07.webp") center / cover no-repeat;
  z-index: -1;
}
.bg_trouble {
  position: relative;
  overflow: hidden;
}
.bg_trouble::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/onayami.webp") center / cover no-repeat;
  z-index: -1;
}
/* ===== お悩みセクション（明るい） ===== */
.trouble {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 64px 0 0;
}
.trouble__container {
  position: relative;
  width: min(860px, calc(100% - 40px));
  margin-inline: auto;
  min-height: 420px;
  background: url("../images/trouble_woman.webp") right bottom / auto 100% no-repeat;
}
.trouble__inner {
  position: relative;
  z-index: 1;
}
.trouble__title {
  color: #333;
  margin: 0 0 36px;
}
.trouble__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.trouble__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.trouble__list li:last-child {
  margin-bottom: 0;
}
.trouble__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}
@media (max-width: 740px) {
  .trouble {
    padding: 48px 0 0;
  }
  .trouble__container {
    min-height: 320px;
    background: none;
  }
  .trouble__container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/trouble_woman.webp") right -10px bottom / auto 70% no-repeat;
    opacity: .5;
    z-index: 0;
  }
  .trouble__title {
    margin-bottom: 24px;
  }
  .trouble__list {
    font-size: 15px;
  }
  .trouble__list li {
    margin-bottom: 5px;
  }
}
.bg_graph {
  position: relative;
  overflow: hidden;
}
.bg_graph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/graph.webp") top center / cover no-repeat;
  z-index: -1;
}
/* ===== 頬脂肪細胞の優位性（3カラム） ===== */
.lead-navy {
  font-size: 18px;
  color: #2d436b;
  font-weight: 700;
}
.superiority__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 10px;
}
.superiority__img {
  margin-bottom: 14px;
}
.superiority__img img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #998c70;
}
.superiority__ttl {
  font-weight: 700;
  font-size: 18px;
  color: #998c70;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(153, 140, 112, .4);
}
.superiority__ttl::before {
  content: "●";
  margin-right: 4px;
  font-size: 90%;
}
.superiority__text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 740px) {
  .superiority__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 360px;
    margin-inline: auto;
  }
  .superiority__card {
    display: flex;
    flex-direction: column;
  }
  .superiority__ttl {
    order: 1;
    margin-bottom: 16px;
  }
  .superiority__img {
    order: 2;
    margin: 0 0 16px;
  }
  .superiority__text {
    order: 3;
  }
}
/* ===== Reason SD（選ばれる理由） ===== */
.reason__badge {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}
.reason-sd {
  margin-bottom: 60px;
  overflow: hidden;
}
.reason-sd:last-child {
  margin-bottom: 0;
}
.reason-sd__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.reason-sd__ttl {
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.reason-sd__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: -600px;
  height: 2px;
  background: #998c70;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(.22,.61,.36,1);
}
.reason-sd__head.is-active .reason-sd__ttl::after {
  transform: scaleX(1);
}
.reason-sd__ttl small {
  font-size: 70%;
}
.reason-sd__body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.reason-sd__text {
  flex: 1;
  line-height: 1.9;
}
.reason-sd__text p {
  margin: 0 0 16px;
}
.reason-sd__check {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.reason-sd__check li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  font-weight: 700;
}
.reason-sd__check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #998c70;
  font-weight: 900;
}
.reason-sd__note {
  color: #e95513;
  font-weight: 600;
}
.reason-sd .compare-table-wrap {
  margin-bottom: 0;
}
.reason-sd__img {
  flex-shrink: 0;
  width: 360px;
}
.reason-sd__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 740px) {
  .reason__badge {
    width: 70px;
  }
  .reason-sd__ttl {
    font-size: 18px;
  }
  .reason-sd__body {
    flex-direction: column;
  }
  .reason-sd__img {
    width: 100%;
    max-width: none;
  }
}
/* ===== 費用について ===== */
.price__card {
  max-width: 860px;
  margin: 0 auto;
  border: 2px solid #2d436b;
  border-radius: 4px;
  overflow: hidden;
}
.price__row {
  display: grid;
  grid-template-columns: 38% 1fr;
}
.price__name {
  background: #fff;
  color: #2d436b;
  font-weight: 700;
  font-size: 20px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  border-right: 2px solid #2d436b;
}
.price__value {
  background: #e6ecf6;
  color: #2d436b;
  font-weight: 700;
  font-size: 22px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
}
.price__note {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
  line-height: 1.8;
}
@media (max-width: 740px) {
  .price__name {
    font-size: 16px;
    padding: 18px 16px;
  }
  .price__value {
    font-size: 18px;
    padding: 18px 16px;
  }
}
/* ===== よくあるご質問 ===== */
.faq {
  background: #eef1f7;
}
.faq__list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}
.faq__item {
  background: #fff;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 8px 20px rgba(45, 67, 107, .06);
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__q,
.faq__a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.faq__q {
  font-weight: 700;
}
.faq__a {
  margin-top: 16px;
  line-height: 1.8;
}
.faq__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #2d436b;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border-radius: 50%;
}
.faq__label--a {
  background: #998c70;
}
.faq__q p,
.faq__a p {
  margin: 0;
  padding-top: 7px;
  font-size: 15px;
}
@media (max-width: 740px) {
  .faq__item {
    padding: 22px 20px;
  }
  .faq__q,
  .faq__a {
    gap: 12px;
  }
  .faq__label {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .faq__q p,
  .faq__a p {
    font-size: 14px;
    padding-top: 3px;
  }
}
/* ===== CTAブロック ===== */
.cta-block {
  background: #1a5f9e;
  text-align: center;
}
.cta-block__title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.7;
  margin: 0 0 40px;
}
.cta-block__badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.cta-block__badges img {
  width: 150px;
  height: auto;
}
.cta-block__web {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 24px;
  letter-spacing: .06em;
}
.cta-block__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cta-block__btns .access_btn {
  max-width: 540px;
}
.access_btn--line {
  background: #06c755;
}
.access_btn__sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.access_btn__icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 740px) {
  .cta-block__title {
    font-size: 16px;
  }
  .cta-block__badges {
    flex-wrap: wrap;
    gap: 16px;
  }
  .access_btn__sub {
    font-size: 11px;
  }
  .access_btn__icon {
    width: 22px;
    height: 22px;
  }
}
/* ===== 安全性検査体制 ===== */
.safety__ttl {
  font-weight: 700;
  font-size: 18px;
  color: #2d436b;
  margin-bottom: 14px;
  line-height: 1.4;
}
@media (max-width: 740px) {
  .safety__ttl {
    font-size: 17px;
  }
}
/* ===== 治療方法の選択肢 ===== */
.method__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}
.method__card {
  border: 2px solid #2d436b;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  padding: 32px 20px;
  color: #2d436b;
  line-height: 1.6;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
}
.method__lead {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 8px;
}
.method__name {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 740px) {
  .method__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 360px;
  }
  .method__card {
    padding: 24px 16px;
  }
  .method__name {
    font-size: 19px;
  }
}
/* ===== 品質管理と安全性 ===== */
.quality__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.quality__card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 36px;
  box-shadow: 0 8px 20px rgba(45, 67, 107, .08);
}
.quality__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.quality__num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2d436b;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
}
.quality__ttl {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
  font-weight: 700;
  font-size: 21px;
  color: #2d436b;
  line-height: 1.4;
  margin: 0;
}
.quality__text {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  padding-left: 44px;
}
@media (max-width: 740px) {
  .quality__card {
    padding: 22px 20px;
  }
  .quality__ttl {
    font-size: 17px;
  }
  .quality__text {
    font-size: 14px;
    padding-left: 0;
  }
}
/* ===== Compare Table（比較表） ===== */
.compare-table-wrap {
  max-width: 700px;
  margin: 0 auto 40px;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  text-align: center;
}
.compare-table th,
.compare-table td {
  padding: 12px 14px;
  border: 1px solid #999;
}
.compare-table thead th {
  background: #f3f4f6;
  color: #333;
  font-weight: 800;
}
.compare-table thead th:first-child {
  background: #fff;
}
.compare-table thead .compare-table__hl {
  background: #e6f2ff;
  color: #333;
}
.compare-table tbody th {
  background: #fff;
  font-weight: 800;
  text-align: left;
}
.compare-table tbody td {
  background: #f3f4f6;
  color: #333;
  font-weight: 600;
}
.compare-table tbody .compare-table__hl {
  background: #e6f2ff;
  color: #333;
}
.compare-table__zero {
  color: #e95513;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.compare-table__zero small {
  font-size: 18px;
}
.compare-table__notes {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 12px;
  color: #e95513;
  font-weight: 600;
}
.compare-table__notes li {
  margin-bottom: 2px;
}
@media (max-width: 740px) {
  .compare-table {
    font-size: 13px;
  }
  .compare-table thead th,
  .compare-table tbody th,
  .compare-table tbody td {
    padding: 8px 8px;
  }
  .compare-table__zero {
    font-size: 26px;
  }
}
/* キャンペーン */
.bg_campaign {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fcf3dd 0%, #fef9ee 100%);
}
.campaign__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 50px 40px;
  background: #fff;
  border: 3px solid var(--c-accent);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.campaign__badge {
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 24px;
  background: var(--c-accent);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(255, 107, 26, 0.35);
}
.campaign__lead {
  font-size: 26px;
  color: #2d436b;
  margin: 14px 0 24px;
  line-height: 1.4;
}
.campaign__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.campaign__price-original {
  font-size: 24px;
  color: #888;
  text-decoration: line-through;
  font-weight: 700;
}
.campaign__price-arrow {
  font-size: 28px;
  color: var(--c-accent);
  font-weight: 700;
}
.campaign__price-new {
  font-size: 56px;
  font-weight: 900;
  color: var(--c-accent);
  line-height: 1;
  letter-spacing: 0.05em;
}
.campaign__note {
  padding: 18px 20px;
  background: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 30px;
  text-align: center;
}
.campaign__cta .access_btn {
  margin: 0 auto;
}
@media (max-width: 740px) {
  .campaign__card {
    padding: 40px 20px 30px;
  }
  .campaign__badge {
    font-size: 14px;
    padding: 6px 18px;
  }
  .campaign__lead {
    font-size: 20px;
  }
  .campaign__price-original {
    font-size: 20px;
  }
  .campaign__price-new {
    font-size: 44px;
  }
}
/* 専門医紹介 */
.doctor__img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
}
.doctor__profile {
  list-style: none;
  padding: 0;
  margin: 0;
}
.doctor__profile li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #333;
}
.doctor__profile li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: #998c70;
  border-radius: 50%;
}
.doctor__quote {
  position: relative;
  padding: 24px 28px;
  background: #fcf9f3;
  border-left: 4px solid #998c70;
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}
.doctor__name {
  line-height: 1.2;
}
.doctor__name-sub {
  font-weight: 400;
}
@media (max-width: 740px) {
  .doctor__quote {
    padding: 18px 20px;
  }
}
/* 選ばれる理由カード */
.reason__card {
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reason__num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.reason__title {
  line-height: 1.45;
  margin-bottom: 16px;
}
.reason__text {
  line-height: 1.7;
}
@media (max-width: 740px) {
  .reason__card {
    padding: 28px 20px;
  }
  .reason__num {
    font-size: 40px;
  }
}
@media (max-width: 740px) {
.bg_04::before {
  background: url(../images/ripples.webp) bottom right / 70% no-repeat;
}
}
/* sticky header */
.header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #fff;
  height: var(--header-h);
  border-bottom: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.header__inner {
  align-items: center;
}
/* ===== Brand ===== */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--c-text);
}
a.brand img {
  width: 300px;
}
/* ===== Right area ===== */
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.header__info {
  text-align: right;
  line-height: 1.2;
}
.header__tel {
  display: inline-block;
  text-decoration: none;
  color: var(--c-text);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .02em;
}
.header__hours {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
}
.header__hoursRow {
  display: block;
}
.header__hours_beige {
  background: #998c70;
  color: #fff;
  font-size: 80%;
  padding: 3px 6px;
  margin-left: 5px;
}
/* CTA */
.header__ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--c-cta-dark) 0%, var(--c-cta) 50%, var(--c-cta-light) 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  padding: 14px 22px;
  border-radius: 8px;
  line-height: 1.1;
  min-width: 240px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .28), 0 2px 4px rgba(0, 0, 0, .18);
  white-space: nowrap;
  transition: transform .2s, box-shadow .2s;
}
@media (min-width: 741px) {
  .header__ctaBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .22);
  }
}
/* SP固定CTAボタン（headerの外に配置） */
.sp-fixed-cta {
  display: none;
}
@media (max-width: 840px) {
  /* SP/タブレット下部固定CTA（pill＋隙間＋フロート） */
  .sp-fixed-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
  .sp-fixed-cta .header__ctaBtn {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border-radius: 999px;
    font-size: 15px;
    animation: ctaFloat 2.8s ease-in-out infinite;
  }
  .sp-fixed-cta .header__ctaBtn-text {
    position: relative;
    display: inline-block;
  }
  .sp-fixed-cta .header__ctaBtn-text::after {
    content: "";
    position: absolute;
    top: 53%;
    right: -18px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .brand__org {
    font-size: 16px;
  }
  .header__tel {
    font-size: 22px;
  }
  .header__ctaBtn {
    min-width: 220px;
  }
}
@media (max-width: 840px) {
  /* タブレット以下では旧ヘッダーCTAを隠し、pill型固定CTAに一本化 */
  .header__cta._forPC {
    display: none !important;
  }
}
@media (max-width: 740px) {
  :root {
    /*--header-h: 112px;-*/
  }
  .header {
    height: var(--header-h);
    align-items: stretch;
    padding: 10px 0;
  }
  .header__brand {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__right {
    gap: 10px;
  }
  .header__info {
    white-space: nowrap;
  }
  .header__tel {
    font-size: 18px;
  }
  .header__hours {
    font-size: 11px;
  }
  .header__cta {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
  .header__ctaBtn {
    width: 100%;
    min-width: unset;
    padding: 12px 12px;
    white-space: normal;
  }
}
/* ===== Hero base ===== */
.hero {
    position: relative;
    overflow: hidden;
    padding: 141px 0;
}
@keyframes lpHeroSlide {
  0% {
    opacity: 0;
    transform: scale(1.00);
  }
  6% {
    opacity: 1;
    transform: scale(1.01);
  } /* fade in */
  30% {
    opacity: 1;
    transform: scale(1.07);
  } /* hold + zoom */
  40% {
    opacity: 0;
    transform: scale(1.08);
  } /* fade out */
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}
/* ===== Content ===== */
.hero__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .hero__cross-term {
    font-size: 4.6vw;
  }
  .hero__cross-x {
    font-size: 5.4vw;
  }
}
@media (max-width: 740px) {
  .hero__cross {
    gap: 12px;
    margin: 18px 0 24px;
  }
  .hero__cross-term {
    font-size: 7.2vw;
  }
  .hero__cross-x {
    font-size: 8.4vw;
  }
}
.badge {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff8c6, #c9a100);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.4;
}
.badge strong {
  display: block;
  font-size: 28px;
  color: #c40000;
}
@media (max-width: 1000px) {
.hero__title {
  font-size: 4.2vw;
}
}
@media (max-width: 740px) {
  .hero {
    padding: 25% 0;
  }
.hero__title {
  font-size: 8.4vw;
  -webkit-text-stroke: 5px #fff;
}
  .hero__lead {
      font-size: 5.52vw;
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
  }
  .hero__container {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
  .hero__badges {
    width: 100%;
  }
  .badge {
    width: 100%;
    height: auto;
  }
  .container.hero__container {
    padding: 0;
  }
}
/* CTA */
.hero__ctaBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--c-cta-dark) 0%, var(--c-cta) 50%, var(--c-cta-light) 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 28px;
  border-radius: 6px;
  line-height: 1.1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}
@media (min-width: 741px) {
  .hero__ctaBtn:hover {
    filter: brightness(0.98);
  }
}
@media (max-width: 740px) {
  .hero__ctaBtn {
    width: 100%;
    padding: 16px 18px;
  }
}
@media (max-width: 740px) {
  .hero__barText {
    font-size: 16px;
  }
}
/* ユーザーが「動き減らす」設定なら止める */
@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.section_title {
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
  margin-bottom: 60px;
}
.text_gold {
  color: #998c70 !important
}
.text_navy {
  color: #1c4370 !important
}
.text_blue {
  color: #3f6eb4 !important
}
.text_red {
  color: #c50018 !important
}
.text_white {
  color: #ffffff !important
}
.title_bg_blue {
  text-align: left;
  color: #1c4370;
  background: #dfeaf8;
  padding: 20px 25px;
}
.title_bg_beige {
  text-align: center;
  color: #1c4370;
  background: #fcf3dd;
  padding: 20px 15px;
}
.js-line {
  position: relative;
  display: inline-block;
  z-index: 0; /* ← 追加：スタックコンテキスト基準 */
  isolation: isolate; /* ← 追加：-1でも裏に消えにくい */
}
.js-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  background: #f3de3a;
  z-index: -1; /* 文字の後ろ */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .8s cubic-bezier(.77, 0, .18, 1);
}
.js-line.is-active::after {
  transform: scaleX(1);
}
.section_title__sub {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.section_title--line {
  position: relative;
  padding: 20px 0;
  text-align: center;
  overflow: hidden;
}
/* 共通ライン */
.section_title--line::before, .section_title--line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0); /* ← 初期0 */
  transform-origin: center; /* ← 中央から */
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #998c70 20%, #998c70 80%, transparent);
  transition: transform 0.8s cubic-bezier(.22, .61, .36, 1);
}
.section_title--line::before {
  top: 0;
}
.section_title--line::after {
  bottom: 0;
}
/* 発火後 */
.section_title--line.is-active::before, .section_title--line.is-active::after {
  transform: translateX(-50%) scaleX(1);
}
.section_title--line.section_title--line-navy::before, .section_title--line.section_title--line-navy::after {
  height: 1px;
  background: #1c4370;
}
/* 左右に線（横並び）バリエーション */
.section_title--line.section_title--line-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
  overflow: visible;
}
.section_title--line.section_title--line-side::before,
.section_title--line.section_title--line-side::after {
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
  flex: 0 0 100px;
  width: 100px;
}
.section_title--line.section_title--line-side::before {
  transform: scaleX(0);
  transform-origin: right center;
}
.section_title--line.section_title--line-side::after {
  transform: scaleX(0);
  transform-origin: left center;
}
.section_title--line.section_title--line-side.is-active::before,
.section_title--line.section_title--line-side.is-active::after {
  transform: scaleX(1);
}
@media (max-width: 740px) {
  .section_title--line.section_title--line-side {
    gap: 16px;
  }
  .section_title--line.section_title--line-side::before,
  .section_title--line.section_title--line-side::after {
    flex: 0 0 40px;
    width: 40px;
  }
}
.section_title--line::before {
  top: 0;
}
.section_title--line::after {
  bottom: 0;
}
/* about */
.white_box {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .12);
}
.align-center {
  align-items: center;
}
.exo__image img {
  width: 100%;
  height: auto;
  display: block;
}
.check_list {
  max-width: 940px;
  margin: 60px auto 0;
}
.check_list__inner {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 18px;
    max-width: 460px;
}
.check_list__inner li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.check_list__inner li span {
  font-size: 120%;
  color: #3f6eb4;
}
.check_list__inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  background: url("../images/check_yel.webp") no-repeat center / contain;
}
.check_list_box {
    padding: 20px;
    border: solid 1px;
}
@media (max-width: 980px) {
  .check_list.grid__wrapper {
    gap: 0;
  }
}
@media (max-width: 740px) {
  .check_list__inner {
    font-size: 16px;
  }
  .check_list__inner li::before {
    top: 4px;
  }
}
/* equipment */
.equipment__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.equipment__grid {
  align-items: center;
}
.grid__wrapper.equipment__grid {
  gap: 40px;
}
.equipment__title {
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "HGS明朝E", serif;
}
.equipment__line{
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: #1c4370;

  transform: scaleX(0);           /* 初期0 */
  transform-origin: left center;  /* 左から伸びる */
  transition: transform 0.8s cubic-bezier(.22,.61,.36,1);
}
.equipment__line.is-active{
  transform: scaleX(1);
}
.equipment__media img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 740px) {
  .grid__wrapper.equipment__grid {
    gap: 16px;
  }
}
@media (max-width: 740px) {
  .equipment__list {
    gap: 45px;
  }
  .equipment__item .equipment__text {
    order: 1;
  }
  .equipment__item .equipment__media {
    order: 2;
    margin-top: 18px;
  }
}
/* table */
.meds_table_wrap{
  overflow-x: auto; /* スマホ保険 */
  -webkit-overflow-scrolling: touch;
}
.meds_table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 760px; /* SPで横スク防止したいなら消してもOK */
  background: rgba(255,255,255,.92);
}
.meds_table__th{
  background: #8f856f;
  color: #fff;
  font-weight: 700;
  padding: 14px 16px;
  border: 1px solid #998c70;
}
.meds_table__th--name{ width: 200px; }
.meds_table__th--desc{ width: auto; }
.meds_table__name{
  font-weight: 700;
  padding: 16px 16px;
  border: 1px solid #998c70;
  background: rgba(255,255,255,.6);
  vertical-align: middle;
  text-align: left;
  line-height: 1.6;
}
.meds_table__desc{
  padding: 16px 18px;
  border: 1px solid #998c70;
  vertical-align: top;
  line-height: 1.9;
  color: rgba(0,0,0,.82);
}
.meds_table tbody tr:nth-child(even) .meds_table__desc,
.meds_table tbody tr:nth-child(even) .meds_table__name{
  background: rgba(255,255,255,.85);
}
.table_scroll_note{
  text-align: right;
  font-size: 11px;
  color: rgba(0,0,0,.55);
  margin-bottom: 6px;
}
@media (min-width:741px){
  .sm-only{
    display: none;
  }
}
/* SP */
@media (max-width:740px){
  .meds_table{
    min-width: 680px; /* テキスト量多いので横スク推奨 */
  }
  .meds_table__th--name{ width: 180px; }
}
/* flow */
.flow__wrap .container {
  max-width: 900px;
}
.flow__schedule {
  position: relative;
  background-image: url("../images/time_00.webp");
  background-size: 80px auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
/* 各ブロック */
.flow__item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.5;
}
.flow__item--01, .flow__item--02, .flow__item--04 {
  padding-right: 65%;
  padding-left: 0;
}
.flow__item--03, .flow__item--05 {
  padding-left: 65%;
  padding-right: 0;
}
.flow__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  margin: 0;
}
.flow__item--04 .flow__photo, .flow__item--05 .flow__photo {
  left: 0;
  right: auto;
}
.flow__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.flow__item--03 {
  margin-top: -204px;
}
.flow__photo.flow__photo--02 {
  top: 211px;
}
.flow__item--04 {
  margin-top: -17px;
}
.flow__photo.flow__photo--03 {
  top: 155px;
}
.flow__item--05 {
  margin-top: 66px;
}
.flow__ttl {
  font-weight: 700;
  margin-bottom: 10px;
}
.flow__disc {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}
.flow__disc li {
  margin-bottom: 6px;
}
.flow__text {
  line-height: 1.9;
  margin-bottom: 30px;
}
.flow__time_sp {
  display: none;
}
@media (max-width: 950px) {
  .flow__schedule {
    background: none;
    padding-bottom: 0;
  }
  .flow__wrap .text-center {
    text-align: left;
  }
  .flow__item--01, .flow__item--02, .flow__item--03, .flow__item--04, .flow__item--05 {
    padding-left: 62px;
    padding-right: 0;
  }
  .flow__photo {
    position: static;
    max-width: 222px;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .flow__item--03 {
    margin-top: 0;
  }
  .flow__photo.flow__photo--02 {
    top: 211px;
  }
  .flow__item--04 {
    margin-top: 0;
  }
  .flow__photo.flow__photo--03 {
    top: 155px;
  }
  .flow__item--05 {
    margin-top: 0;
  }
  .flow__time_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
  }
  .flow__schedule:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: #998c70;
    left: 24px;
  }
  .flow_title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
  }
  .flow_title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #998c70;
    display: block;
  }
}
.check_list.check_list_dark {
  max-width: 480px;
  margin: 60px auto 0;
  color: #fff;
}
.check_list_dark .check_list__inner li::before {
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(../images/check_blk.webp) no-repeat center / contain;
}
.check_list_dark .check_list__inner {
  font-size: 16px;
}
.check_list__inner li:last-child {
  margin-bottom: 0;
}
/* case */
.grid__wrapper.case__grid {
  gap: 40px;
}
@media (max-width: 740px) {
  .grid__wrapper.case__grid {
    column-gap: 0;
  }
}
/* flow b */
.flow_b__ttl {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.flow_b__disc {
  padding-left: 18px;
  list-style: disc;
}
.flow_b__disc li {
  margin-bottom: 0;
}
.flow_b__img img {
  width: 100%;
  height: auto;
  display: block;
}
.flow_tel {
  color: #998c70;
  font-weight: 700;
}
a.btn_gold {
  background: #998c70;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
  font-size: 85%;
}
@media (max-width:740px) {
  .flow_b__img {
    margin-top: 20px;
  }
}
/* doctor */
.career_box {
  background: #ffffff;
  border: 1px solid #998c70;
  padding: 30px 30px;
  margin-top: 30px;
}
.career_box__ttl {
  font-weight: 700;
  margin: 0 0 14px;
}
.career_dl {
  margin: 0;
}
.career_dl__row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: center;
}
.career_dl__row dt {
  font-weight: 700;
  white-space: nowrap;
}
.career_dl__row dd {
  margin: 0;
  line-height: 1.2;
}
.career_list {
  margin: 0;
}
.career_list li {
  margin-bottom: 10px;
  line-height: 1.2;
}
.career_list li:last-child {
  margin-bottom: 0;
}
/* SP */
@media (max-width: 740px) {
  .career_box {
    padding: 20px 18px;
  }
  .career_dl__row {
    grid-template-columns: 72px 1fr;
    gap: 10px;
  }
  .career_list {
    margin-top: 18px;
  }
}
/* cost */
.cost__head {
  text-align: center;
}
.cost__price {
  margin: 20px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.cost__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(120, 110, 90, .9);
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 2px;
}
.cost__yen {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 700;
  color: #1c4370;
}
.cost__notes {
  margin: 18px auto 60px;
  padding: 0;
  list-style: none;
  max-width: 625px;
  text-align: left;
  line-height: 1.7;
}
.cost__notes li {
  margin-bottom: 6px;
}
.cost__subline {
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  max-width: 860px;
  line-height: 1.6;
}
.cost__subline::before, .cost__subline::after {
  content: "";
  height: 1px;
  background: #998c70;
}
.cost__subline::after {
  background: #998c70;
}
.cost__grid {
  margin: 34px auto 0;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 22px;
}
.cost__item {
  border: 1px solid rgba(140, 120, 80, .55);
  background: rgba(255, 255, 255, .85);
  padding: 012px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cost__item small {
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
}
.cost__item--empty {
  border: none;
  background: transparent;
}
.cost__bottomnote {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, .65);
}
/* SP */
@media (max-width: 740px) {
  .cost__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cost__item--empty {
    display: none; /* 空枠は消す */
  }
  .cost__subline {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cost__subline::before, .cost__subline::after {
    display: none;
  }
  .cost__notes {
    font-size: 11px;
  }
}
.warranty__lead {
  font-weight: 700;
  color: #1c4370;
  line-height: 1.8;
}
.warranty__sq {
  display: inline-block;
  margin-right: 3px;
  color: #1c4370;
}
.warranty__titleimg {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.warranty__titleimg img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}
.warranty__list {
  margin: 10px 0;
  padding-left: 18px;
  list-style: disc;
}
.warranty__list li {
  line-height: 1.8;
}
/* 適用外 見出し（左右ライン） */
.warranty__exclude_ttl {
  margin: 0 0 15px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 0 16px;
}
.warranty__exclude_ttl::before, .warranty__exclude_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34%;
  height: 1px;
  background: #998c70;
}
.warranty__exclude_ttl::before {
  left: 0;
}
.warranty__exclude_ttl::after {
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 740px) {
  .warranty__titleimg {
    margin: 26px 0;
  }
  .warranty__exclude_ttl::before, .warranty__exclude_ttl::after {
    width: 8%;
  }
}
/* =========================
  CTA
========================= */
.access_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin: 0 0 90px;
}
.access_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: min(560px, 100%);
  height: 75px;
  padding: 18px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--c-cta-dark) 0%, var(--c-cta) 50%, var(--c-cta-light) 100%);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.12);
  animation: ctaFloat 2.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}
@keyframes ctaFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28), 0 4px 10px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 741px) {
  .access_btn:hover {
    animation-play-state: paused;
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32), 0 6px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
}
@media (prefers-reduced-motion: reduce) {
  .access_btn {
    animation: none;
  }
}
@media (min-width: 741px) {
  .access_btn:hover {
    opacity: .92;
  }
}
/* =========================
  Block
========================= */
.access_title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
}
/* Table */
.access_table_wrap {
  overflow-x: auto;
}
.access_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  border: 1px solid rgba(15, 23, 42, .2);
}
.access_table th, .access_table td {
  padding: 10px 10px;
  border-right: 1px solid rgba(15, 23, 42, .2);
  border-bottom: 1px solid rgba(15, 23, 42, .2);
  text-align: center;
  white-space: nowrap;
}
.access_table thead th {
  background: #5b7695;
  color: #fff;
  font-weight: 800;
}
.access_table tbody th {
  background: #edf2f7;
  font-weight: 800;
}
.access_table tr > *:last-child {
  border-right: none;
}
.access_table tbody tr:last-child > * {
  border-bottom: none;
}
.access_hours {
  margin: 20px 0 10px;
  font-size: 15px;
}
.access_notes {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 15px;
}
.access_notes li {
  position: relative;
  padding-left: 1.1em;
}
.access_notes li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.access_address {
  margin: 0 0 20px;
}
.access_address_name {
  margin: 0 0;
  font-weight: 900;
  font-size: 15px;
}
.access_address_text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
/* Map */
.access_map {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(15, 23, 42, .2);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.access_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.access_caption {
  margin: 10px 0 0;
  font-size: 15px;
  text-align: right;
}
.access_iframe iframe {
  width: 100%;
}
@media (max-width: 740px) {
  .access_block {
    grid-template-columns: 1fr;
  }
  .access_cta {
    margin: 0 0 60px;
  }
  .access_btn {
    padding: 16px 18px;
  }
}
/* ===== Hero（リバースエイジング版） ===== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #9a9ca6 0%, #74757f 55%, #5c5d66 100%);
}
.hero__person {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: max(0px, calc((100% - 1240px) / 2));
  width: 52%;
  background-image: url("../images/hero_woman.webp");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.hero__inner {
  position: relative;
  z-index: 1;
}
.hero__catch {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.65;
  margin: 0 0 22px;
  letter-spacing: .02em;
}
.hero__tag {
  display: inline-block;
  background: #dca265;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 9px 20px;
  margin: 0 0 30px;
}
.hero__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1.55;
  letter-spacing: .02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
  -webkit-text-stroke: 0;
}
.hero__em {
  color: #f0c64a;
  font-size: 44px;
}
@media (max-width: 1000px) {
  .hero__catch { font-size: 2.4vw; }
  .hero__title { font-size: 3.3vw; }
  .hero__em { font-size: 4vw; }
}
@media (max-width: 740px) {
  .hero { padding: 56px 0 60px; }
  .hero__person {
    width: 78%;
    right: -8%;
    opacity: .5;
    background-size: auto 100%;
  }
  .hero__catch { font-size: 17px; margin-bottom: 16px; }
  .hero__tag { font-size: 13px; padding: 7px 14px; margin-bottom: 22px; }
  .hero__title { font-size: 21px; line-height: 1.6; }
  .hero__em { font-size: 26px; }
}
.hero__bar {
  background: #998c70;
  padding: 18px 12px;
}
.hero__barText {
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 22px;
}
@media (max-width: 740px) {
  .hero__barText { font-size: 16px; }
}
/* その悩みセクションのアンダーラインは細め */
.bg_05 .js-line::after {
  height: 3px;
  bottom: 1px;
}
.footer {
  border-top: solid 1px;
  color: #333;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 840px) {
  .footer {
    padding-bottom: 93px;
    display: block;
  }
}