/* ==============================
  base
============================== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #0b2144;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.8;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 0px;
	}
}


a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* ==============================
  ヘッダー
============================== */
.asteo-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.asteo-header__inner {
  width: 100%;
  margin: 0 auto;
}

.asteo-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  height: 66px;
  margin: 0 auto;
  padding: 0 28px;
}

.asteo-header__logo {
  width: 304px;
  margin: 0;
  line-height: 1;
}

.asteo-header__logo a {
  display: block;
}

.asteo-header__logo img {
  width: 100%;
}

.asteo-header__info {
  display: flex;
  align-items: center;
  gap: 18px;
}

.asteo-header__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b2144;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.asteo-header__tel i {
  font-size: 18px;
}

.asteo-header__reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 170px;
  height: 44px;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(135deg, #b18a46 0%, #c9a763 100%);
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(126, 88, 34, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-header__reserve:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.asteo-header__hamburger {
  display: none;
}


/* ==============================
  メニュー
============================== */
.asteo-header__nav {
  border-top: 1px solid #f0ede8;
  background: #fff;
}

.asteo-header__nav > ul {
  display: flex;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
}

.asteo-header__nav > ul > li {
  position: relative;
  width: 12.5%;
}

.asteo-header__nav > ul > li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 32px;
  background: #e5ded2;
}

.asteo-header__nav > ul > li:last-child::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 1px;
  height: 32px;
  background: #e5ded2;
}

.asteo-header__nav > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 58px;
  color: #0b2144;
  transition: color 0.3s ease, background 0.3s ease;
}

.asteo-header__nav > ul > li > a:hover {
  color: #b18a46;
  background: #fbf8f1;
}

.asteo-header__nav > ul > li > a span {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.asteo-header__nav > ul > li > a small {
  display: block;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
}


/* ==============================
  Header Dropdown Menu
============================== */
.asteo-header__nav-item--has-dropdown {
  position: relative;
}

.asteo-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 200;
  width: 560px;
  background: #fff;
  border-top: 1px solid #d8d3cc;
  border-left: 1px solid #d8d3cc;
  box-shadow: 0 14px 28px rgba(15, 28, 54, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.asteo-header__nav-item--has-dropdown:hover .asteo-header__dropdown,
.asteo-header__nav-item--has-dropdown:focus-within .asteo-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.asteo-header__dropdown-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-header__dropdown-list li {
  width: auto;
}

.asteo-header__dropdown-list li::before,
.asteo-header__dropdown-list li::after {
  display: none !important;
}

.asteo-header__dropdown-list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 18px;
  color: #0b2144;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-right: 1px solid #d8d3cc;
  border-bottom: 1px solid #d8d3cc;
  transition: color 0.3s ease, background 0.3s ease;
}

.asteo-header__dropdown-list a:hover {
  color: #b18a46;
  background: #fbf8f1;
}


/* ==============================
  ファーストビュー
============================== */
.asteo-fv {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 100%),
    url("../images/top/fv_doctor.png") center right / cover no-repeat;
}

.asteo-fv::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -190px;
  width: 560px;
  height: 560px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0) 59%),
    conic-gradient(from 25deg, rgba(183, 145, 70, 0.32), rgba(255, 255, 255, 0), rgba(183, 145, 70, 0.22), rgba(255, 255, 255, 0));
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
}

.asteo-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 150px;
  background:
    linear-gradient(135deg, rgba(183, 145, 70, 0.14), rgba(255, 255, 255, 0) 70%);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.asteo-fv__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  min-height: 640px;
  margin: 0 auto;
  padding: 76px 3% 60px;
}

.asteo-fv__content {
  width: min(60%, 710px);
}

.asteo-fv__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 8px;
  color: #0b2144;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.asteo-fv__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: #b18a46;
}

.asteo-fv__catch {
  margin: 0;
  color: #0b2144;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.65;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.asteo-fv__catch span {
  color: #b18a46;
}

.asteo-fv__deco {
  position: relative;
  width: 410px;
  max-width: 100%;
  height: 20px;
  margin: 22px 0 24px;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-fv__deco::before,
.asteo-fv__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 18px);
  height: 1px;
  background: #b18a46;
}

.asteo-fv__deco::before {
  left: 0;
}

.asteo-fv__deco::after {
  right: 0;
}

.asteo-fv__text {
  margin: 0 0 30px;
  color: #1f3152;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.05;
}

.asteo-fv__btns {
  display: flex;
  align-items: center;
  gap: 22px;
}

.asteo-fv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 66px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 2px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-fv__btn:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.asteo-fv__btn--tel {
  gap: 10px;
  color: #0b2144;
  background: #fff;
  border: 1px solid #ded5c4;
  box-shadow: 0 5px 15px rgba(80, 64, 42, 0.08);
}

.asteo-fv__btn--reserve {
  gap: 16px;
  color: #fff;
  background: linear-gradient(135deg, #b18a46 0%, #c9a763 100%);
  box-shadow: 0 5px 15px rgba(126, 88, 34, 0.18);
}


/* ==============================
  Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-header__logo {
    width: 260px;
  }

  .asteo-header__tel {
    font-size: 22px;
  }

  .asteo-header__reserve {
    min-width: 150px;
    font-size: 13px;
  }

  .asteo-header__nav > ul > li > a span {
    font-size: 12px;
  }

  .asteo-fv {
    min-height: 560px;
    background-position: center right 32%;
  }

  .asteo-fv__inner {
    min-height: 560px;
    padding: 60px 5%;
  }

  .asteo-fv__content {
    width: 54%;
  }

  .asteo-fv__text {
    font-size: 15px;
  }

  .asteo-fv__btn {
    min-width: 200px;
    height: 58px;
    font-size: 16px;
  }
}


/* ==============================
  SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-header {
/*     position: sticky; */
    top: 0;
  }

  .asteo-header__top {
    height: 64px;
    padding: 0 16px;
  }

  .asteo-header__logo {
    width: 220px;
  }

  .asteo-header__info {
    display: none;
  }

  .asteo-header__hamburger {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #0b2144;
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }

  .asteo-header__hamburger span {
    position: absolute;
    left: 11px;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .asteo-header__hamburger span:nth-child(1) {
    top: 13px;
  }

  .asteo-header__hamburger span:nth-child(2) {
    top: 20px;
  }

  .asteo-header__hamburger span:nth-child(3) {
    top: 27px;
  }

  .asteo-header.is-open .asteo-header__hamburger span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }

  .asteo-header.is-open .asteo-header__hamburger span:nth-child(2) {
    opacity: 0;
  }

  .asteo-header.is-open .asteo-header__hamburger span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }

  .asteo-header__nav {
    display: none;
    border-top: 1px solid #eee8dc;
  }

  .asteo-header.is-open .asteo-header__nav {
    display: block;
  }

  .asteo-header__nav > ul {
    display: block;
    padding: 0;
  }

  .asteo-header__nav > ul > li {
    width: 100%;
  }

  .asteo-header__nav > ul > li::before,
  .asteo-header__nav > ul > li:last-child::after {
    display: none;
  }

  .asteo-header__nav > ul > li > a {
    align-items: flex-start;
    height: auto;
    padding: 16px 22px;
    border-bottom: 1px solid #eee8dc;
  }

  .asteo-header__nav > ul > li > a span {
    font-size: 15px;
  }

  .asteo-header__nav > ul > li > a small {
    margin-top: 3px;
    font-size: 10px;
  }

  .asteo-header__nav-item--has-dropdown > .asteo-header__nav-link {
    position: relative;
    padding-right: 52px;
  }

  .asteo-header__nav-item--has-dropdown > .asteo-header__nav-link::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 22px;
    color: #b18a46;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-50%);
  }

  .asteo-header__nav-item--has-dropdown.is-dropdown-open > .asteo-header__nav-link::after {
    content: "−";
  }

  .asteo-header__dropdown {
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .asteo-header__nav-item--has-dropdown:hover .asteo-header__dropdown,
  .asteo-header__nav-item--has-dropdown:focus-within .asteo-header__dropdown {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .asteo-header__nav-item--has-dropdown.is-dropdown-open .asteo-header__dropdown {
    max-height: 900px;
    opacity: 1;
    visibility: visible;
  }

  .asteo-header__dropdown-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee8dc;
    list-style: none;
  }

  .asteo-header__dropdown-list li {
    width: auto;
  }

  .asteo-header__dropdown-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 8px 8px;
    color: #0b2144;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    background: #fff;
    border-right: 1px solid #eee8dc;
    border-bottom: 1px solid #eee8dc;
  }

  .asteo-header__dropdown-list a:hover {
    color: #b18a46;
    background: #fbf8f1;
  }

  .asteo-fv {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.82) 52%, #fff 78%),
      url("../images/top/sp_fv.png") center top / 100% auto no-repeat;
  }

  .asteo-fv::before {
    left: -170px;
    bottom: -150px;
    width: 400px;
    height: 400px;
  }

  .asteo-fv::after {
    width: 70%;
    height: 120px;
  }

  .asteo-fv__inner {
    min-height: auto;
    padding: 50vw 20px 42px;
  }

  .asteo-fv__content {
    width: 100%;
  }

  .asteo-fv__lead {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .asteo-fv__catch {
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.65;
  }

  .asteo-fv__deco {
    width: 260px;
    height: 18px;
    margin: 18px 0;
  }

  .asteo-fv__text {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }

  .asteo-fv__text br {
    display: none;
  }

  .asteo-fv__btns {
    flex-direction: column;
    gap: 12px;
  }

  .asteo-fv__btn {
    width: 100%;
    min-width: initial;
    height: 56px;
    padding: 0 18px;
    font-size: 15px;
  }
}

/* ==============================
  アクセス（インフォメーションブロック）
============================== */
.asteo-access {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  background: #fff;
}

.asteo-access::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  background:
    radial-gradient(
      ellipse 58% 86% at 20% 52%,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.96) 38%,
      rgba(255, 255, 255, 0.72) 54%,
      rgba(255, 255, 255, 0.28) 68%,
      rgba(255, 255, 255, 0) 82%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.98) 30%,
      rgba(255, 255, 255, 0.78) 44%,
      rgba(255, 255, 255, 0.36) 58%,
      rgba(255, 255, 255, 0.08) 72%,
      rgba(255, 255, 255, 0) 88%
    );
  pointer-events: none;
}

.asteo-access::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -78px;
  z-index: 3;
  width: 116%;
  height: 160px;
  background: #061d3c;
  border-top: 4px solid #b18a46;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: rotate(2deg);
  pointer-events: none;
}

.asteo-access__visual {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 68%;
  height: 100%;
}

.asteo-access__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.asteo-access__inner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  min-height: 580px;
  margin: 0 auto;
  padding: 78px 6% 100px;
}

.asteo-access__content {
  width: min(44%, 520px);
  text-align: center;
}

.asteo-access__heading {
  position: relative;
}

.asteo-access__heading::before,
.asteo-access__heading::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 62px;
  height: 1px;
  background: #d5bd83;
}

.asteo-access__heading::before {
  left: calc(50% - 112px);
}

.asteo-access__heading::after {
  right: calc(50% - 112px);
}

.asteo-access__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 8px;
}

.asteo-access__icon::before {
  content: "✦";
  display: block;
  color: #b18a46;
  font-size: 16px;
  line-height: 1;
}

.asteo-access__en {
  margin: 0 0 14px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.35em;
  line-height: 1;
}

.asteo-access__title {
  margin: 0;
  color: #0b2144;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

.asteo-access__title span {
  display: inline-block;
  margin: 0 4px;
  color: #b18a46;
  font-size: 1.45em;
  line-height: 1;
}

.asteo-access__deco {
  position: relative;
  width: 380px;
  max-width: 100%;
  height: 18px;
  margin: 24px auto 22px;
}

.asteo-access__deco::before,
.asteo-access__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 18px);
  height: 1px;
  background: #d5bd83;
}

.asteo-access__deco::before {
  left: 0;
}

.asteo-access__deco::after {
  right: 0;
}

.asteo-access__deco {
  background:
    radial-gradient(circle at center, #d5bd83 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 8px) center, #d5bd83 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 8px) center, #d5bd83 0 2px, transparent 3px);
}

.asteo-access__text {
  margin: 0 0 34px;
  color: #0b2144;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.05;
}

.asteo-access__message {
  position: relative;
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 18px 42px;
  color: #0b2144;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d9bd82;
  border-radius: 999px;
}

.asteo-access__message::before,
.asteo-access__message::after {
  content: "✦";
  position: absolute;
  top: 50%;
  color: #c9a763;
  font-size: 16px;
  transform: translateY(-50%);
}

.asteo-access__message::before {
  left: 20px;
}

.asteo-access__message::after {
  right: 20px;
}

.asteo-access__message p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}


/* ==============================
  Access Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-access {
    min-height: 520px;
  }

  .asteo-access__inner {
    min-height: 520px;
    padding: 64px 5% 90px;
  }

  .asteo-access__content {
    width: 48%;
  }

  .asteo-access__title {
    font-size: 32px;
  }

  .asteo-access__text {
    font-size: 16px;
  }
}


/* ==============================
  Access SP
============================== */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .asteo-access {
    min-height: auto;
    padding-top: 0;
    background: #fff;
  }

  .asteo-access::before {
    display: none;
  }

  .asteo-access::after {
    left: -18%;
    bottom: -54px;
    width: 136%;
    height: 96px;
    border-top-width: 3px;
    transform: rotate(2deg);
  }

  .asteo-access__visual {
    position: relative;
    width: 100%;
    height: 260px;
  }

  .asteo-access__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, #fff 100%);
  }

  .asteo-access__visual img {
    object-position: center;
  }

  .asteo-access__inner {
    min-height: auto;
    padding: 36px 20px 74px;
  }

  .asteo-access__content {
    width: 100%;
  }

  .asteo-access__heading::before,
  .asteo-access__heading::after {
    width: 48px;
  }

  .asteo-access__heading::before {
    left: calc(50% - 94px);
  }

  .asteo-access__heading::after {
    right: calc(50% - 94px);
  }

  .asteo-access__en {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .asteo-access__title {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }

  .asteo-access__title span {
    font-size: 1.5em;
  }

  .asteo-access__deco {
    width: 260px;
    margin: 20px auto 18px;
  }

  .asteo-access__text {
    margin-bottom: 26px;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }

  .asteo-access__text br {
    display: none;
  }

  .asteo-access__message {
    padding: 16px 34px;
    border-radius: 18px;
  }

  .asteo-access__message::before {
    left: 14px;
  }

  .asteo-access__message::after {
    right: 14px;
  }

  .asteo-access__message p {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}

/* ==============================
  こんなお悩み・症状はありませんか？
============================== */
.asteo-worry {
  position: relative;
  overflow: hidden;
  padding: 70px 0 58px;
  background:
    radial-gradient(ellipse at 88% 4%, rgba(211, 185, 130, 0.18) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-worry::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -150px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(177, 138, 70, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.asteo-worry::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0) 56%, rgba(177, 138, 70, 0.2) 57%, rgba(177, 138, 70, 0.2) 58%, rgba(255, 255, 255, 0) 59%),
    conic-gradient(from 210deg, rgba(177, 138, 70, 0.22), rgba(255, 255, 255, 0), rgba(177, 138, 70, 0.12), rgba(255, 255, 255, 0));
  border-radius: 50%;
  pointer-events: none;
}

.asteo-worry__inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 55px;
}

.asteo-worry__person {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 0;
  width: 700px;
  pointer-events: none;
  overflow: hidden;
}

.asteo-worry__person img {
  display: block;
  width: 100%;
  height: auto;
}

.asteo-worry__person::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 16%, rgba(255,255,255,0) 34%),
    linear-gradient(270deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 16%),
    linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 16%),
    linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 22%, rgba(255,255,255,0) 42%);
}

.asteo-worry__heading {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto 32px;
  text-align: center;
}

.asteo-worry__ornament {
  position: relative;
  width: 110px;
  height: 20px;
  margin: 0 auto 14px;
}

.asteo-worry__ornament::before,
.asteo-worry__ornament::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background: #d5bd83;
}

.asteo-worry__ornament::before {
  left: 0;
}

.asteo-worry__ornament::after {
  right: 0;
}

.asteo-worry__ornament {
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 7px) center, #d5bd83 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 7px) center, #d5bd83 0 2px, transparent 3px);
}

.asteo-worry__title {
  margin: 0 0 18px;
  color: #0b2144;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.asteo-worry__title span {
  color: #b18a46;
}

.asteo-worry__lead {
  margin: 0;
  color: #1f3152;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}

.asteo-worry__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-worry__item {
  position: relative;
  min-height: 172px;
  padding: 24px 18px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #eadfcb;
  box-shadow: 0 8px 20px rgba(80, 64, 42, 0.08);
  text-align: center;
}

.asteo-worry__check {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 20px;
  height: 20px;
  border: 1px solid #c9a763;
  border-radius: 50%;
}

.asteo-worry__check::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 5px;
  border-left: 1.5px solid #c9a763;
  border-bottom: 1.5px solid #c9a763;
  transform: rotate(-45deg);
}

.asteo-worry__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 0 auto 12px;
  color: #0b2144;
  font-size: 36px;
  line-height: 1;
}

.asteo-worry__item h3 {
  margin: 0 0 12px;
  color: #0b2144;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.asteo-worry__item p {
  margin: 0;
  color: #1f3152;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.asteo-worry__btn-wrap {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  text-align: center;
}

.asteo-worry__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  min-width: 340px;
  height: 58px;
  padding: 0 34px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #b18a46 0%, #c9a763 100%);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(126, 88, 34, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-worry__btn:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}


/* ==============================
  Worry Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-worry__inner {
    padding: 0 32px;
  }

  .asteo-worry__person {
    width: 260px;
    right: 0;
  }

  .asteo-worry__heading {
    max-width: 680px;
  }

  .asteo-worry__list {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ==============================
  Worry SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-worry {
    padding: 52px 0 44px;
  }

  .asteo-worry::before {
    left: -220px;
    top: -190px;
  }

  .asteo-worry::after {
    left: -230px;
    bottom: -260px;
  }

  .asteo-worry__inner {
    padding: 0 18px;
  }

  .asteo-worry__person {
    width: min(78%, 260px);
    margin: 0 0 -8px auto;
  }

  .asteo-worry__heading {
    margin-bottom: 26px;
  }

  .asteo-worry__title {
    font-size: 25px;
    letter-spacing: 0.06em;
    line-height: 1.65;
    text-align: left;
    margin-top: -35px;
  }

  .asteo-worry__lead {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.9;
    text-align: left;
  }

  .asteo-worry__lead br {
    display: none;
  }

  .asteo-worry__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .asteo-worry__item {
    min-height: auto;
    padding: 22px 18px 18px;
  }

  .asteo-worry__icon {
    height: 38px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .asteo-worry__item h3 {
    font-size: 16px;
  }

  .asteo-worry__item p {
    font-size: 13px;
  }

  .asteo-worry__btn {
    width: 100%;
    min-width: initial;
    height: 56px;
    gap: 22px;
    padding: 0 18px;
    font-size: 15px;
  }
}

/* ==============================
  他院で「抜歯」と言われた方へ
============================== */
.asteo-second {
  position: relative;
  overflow: hidden;
  padding: 64px 0 0;
  background:
    radial-gradient(ellipse at 12% 8%, rgba(177, 138, 70, 0.14) 0%, rgba(255,255,255,0) 36%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-second::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(177, 138, 70, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.asteo-second::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 72px;
  z-index: 1;
  width: 116%;
  height: 130px;
  background: #061d3c;
  border-top: 4px solid #b18a46;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: rotate(-1.5deg);
  pointer-events: none;
}

.asteo-second__bg-photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 58%;
  height: 420px;
  overflow: hidden;
}

.asteo-second__bg-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 18%, rgba(255,255,255,0.2) 44%, rgba(255,255,255,0) 66%),
    linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 22%),
    linear-gradient(0deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0) 24%);
  pointer-events: none;
}

.asteo-second__bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.asteo-second__inner {
  position: relative;
  z-index: 2;
  max-width: 98%;
  margin: 0 auto;
  padding: 0 48px 96px;
}

.asteo-second__intro {
  position: relative;
  min-height: 330px;
}

.asteo-second__heading {
  width: min(48%, 620px);
  text-align: center;
}

.asteo-second__ornament {
  position: relative;
  width: 112px;
  height: 18px;
  margin: 0 auto 12px;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 7px) center, #d5bd83 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 7px) center, #d5bd83 0 2px, transparent 3px);
}

.asteo-second__ornament::before,
.asteo-second__ornament::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background: #d5bd83;
}

.asteo-second__ornament::before {
  left: 0;
}

.asteo-second__ornament::after {
  right: 0;
}

.asteo-second__title {
  margin: 0;
  color: #0b2144;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

.asteo-second__title span {
  color: #b18a46;
}

.asteo-second__sub {
  margin: 0 0 18px;
  color: #b18a46;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.asteo-second__catch {
  margin: 0 0 16px;
  color: #0b2144;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.asteo-second__lead {
  /* margin: 0; */
  color: #1f3152;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.asteo-second__points {
  position: absolute;
  right: 18%;
  bottom: 36px;
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-second__points li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(80, 64, 42, 0.12);
  text-align: center;
}

.asteo-second__point-icon {
  margin-bottom: 8px;
  color: #b18a46;
  font-size: 34px;
  line-height: 1;
}

.asteo-second__points p {
  margin: 0;
  color: #0b2144;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.asteo-second__cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.asteo-second-card {
  position: relative;
  padding: 34px 38px 32px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(80, 64, 42, 0.12);
  border: 1px solid #eadfcb;
}

.asteo-second-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8c493;
}

.asteo-second-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  background: linear-gradient(135deg, #b18a46 0%, #d8bd7f 100%);
  transform: rotate(45deg);
}

.asteo-second-card__num::before {
  content: attr(class);
}

.asteo-second-card__num {
  position: relative;
}

.asteo-second-card__num {
  font-size: 0;
}

.asteo-second-card__num::after {
  content: "01";
  font-size: 20px;
  transform: rotate(-45deg);
}

.asteo-second-card:nth-child(2) .asteo-second-card__num::after {
  content: "02";
}

.asteo-second-card__head h3 {
  margin: 0;
  color: #0b2144;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.asteo-second-card__body p {
  margin: 0 0 22px;
  color: #1f3152;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

.asteo-second-card__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.asteo-second-card__photos figure {
  margin: 0;
}

.asteo-second-card__photos img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.asteo-second-card__photos figcaption {
  margin-top: 8px;
  color: #1f3152;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}

.asteo-second-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.asteo-second-flow li {
  position: relative;
  text-align: center;
}

.asteo-second-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 64px;
  right: -14px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #b18a46;
  border-right: 2px solid #b18a46;
  transform: rotate(45deg);
}

.asteo-second-flow__num {
  display: block;
  margin-bottom: 6px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 17px;
  line-height: 1;
}

.asteo-second-flow h4 {
  margin: 0 0 12px;
  color: #0b2144;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.asteo-second-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  color: #b18a46;
  font-size: 28px;
  background: #fbf4e8;
  border-radius: 50%;
}

.asteo-second-flow p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.asteo-second__bottom {
  position: relative;
  z-index: 4;
  background: #061d3c;
}

.asteo-second__bottom-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 48px 26px;
}

.asteo-second__bottom-copy {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.65;
}

.asteo-second__bottom-copy::first-line {
  color: #fff;
}

.asteo-second__bottom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 340px;
  height: 58px;
  padding: 0 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #b18a46 0%, #c9a763 100%);
  border-radius: 4px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-second__bottom-btn:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.asteo-second__bottom-tel {
  display: block;
  padding-left: 28px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.asteo-second__bottom-tel span {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.asteo-second__bottom-tel strong {
  display: block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* ==============================
  Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-second__bg-photo {
    width: 60%;
    height: 360px;
  }

  .asteo-second__inner {
    padding: 0 32px 86px;
  }

  .asteo-second__heading {
    width: 52%;
  }

  .asteo-second__points {
    right: 6%;
    bottom: 26px;
  }

  .asteo-second__points li {
    width: 112px;
    height: 112px;
  }

  .asteo-second__cards {
    grid-template-columns: 1fr;
  }

  .asteo-second__bottom-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .asteo-second__bottom-tel {
    padding-left: 0;
    border-left: none;
  }
}

/* ==============================
  SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-second {
    padding-top: 46px;
  }

  .asteo-second::before {
    top: -220px;
    right: -280px;
  }

  .asteo-second::after {
    bottom: 220px;
    height: 92px;
    border-top-width: 3px;
  }

  .asteo-second__bg-photo {
    /* position: relative; */
    width: 100%;
    height: 260px;
    margin-top: 24px;
  }

  .asteo-second__bg-photo::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 40%, #fbf8f1 100%),
      linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0) 32%);
  }

  .asteo-second__bg-photo img {
  object-position: left;
}

  .asteo-second__inner {
    padding: 0 18px 64px;
  }

  .asteo-second__intro {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .asteo-second__heading {
    width: 100%;
    order: -1;
  }

  .asteo-second__title {
    font-size: 30px;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .asteo-second__sub {
    font-size: 14px;
    text-align: left;
  }

  .asteo-second__catch {
    font-size: 17px;
  }

  .asteo-second__lead {
    font-size: 13px;
    text-align: left;
  }

  .asteo-second__lead br {
    display: none;
  }

  .asteo-second__points {
    position: static;
    justify-content: center;
    gap: 8px;
    margin: 0 0 10px 0;
  }

  .asteo-second__points li {
    width: 104px;
    height: 104px;
    padding: 16px 5px;
  }

  .asteo-second__point-icon {
    font-size: 26px;
  }

  .asteo-second__points p {
    font-size: 10px;
  }

  .asteo-second__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .asteo-second-card {
    padding: 28px 20px 24px;
  }

  .asteo-second-card__head {
    gap: 14px;
  }

  .asteo-second-card__num {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .asteo-second-card__num::after {
    font-size: 17px;
  }

  .asteo-second-card__head h3 {
    font-size: 18px;
  }

  .asteo-second-card__body p {
    font-size: 13px;
  }

  .asteo-second-card__photos {
    grid-template-columns: 1fr;
  }

  .asteo-second-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .asteo-second-flow li {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
    align-items: center;
    text-align: left;
  }

  .asteo-second-flow li:not(:last-child)::after {
    display: none;
  }

  .asteo-second-flow__num {
    grid-column: 2;
    margin-bottom: 2px;
  }

  .asteo-second-flow h4 {
    grid-column: 2;
    margin-bottom: 8px;
  }

  .asteo-second-flow__icon {
    grid-row: 1 / 4;
    width: 44px;
    height: 44px;
    margin: 0;
    font-size: 20px;
  }

  .asteo-second-flow p {
    grid-column: 2;
    font-size: 12px;
  }

  .asteo-second__bottom-inner {
    padding: 26px 18px 28px;
  }

  .asteo-second__bottom-copy {
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .asteo-second__bottom-btn {
    width: 100%;
    min-width: initial;
    height: 56px;
    gap: 18px;
    padding: 0 18px;
    font-size: 14px;
  }

  .asteo-second__bottom-tel strong {
    font-size: 26px;
  }
}

/* ==============================
  神戸三宮アステオ歯科が選ばれる理由
============================== */
.asteo-reason {
  position: relative;
  overflow: hidden;
  padding: 72px 0 74px;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(177, 138, 70, 0.14) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fbf8f1 0%, #fff 100%);
}

.asteo-reason__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 20px;
  max-width: 98%;
  margin: 0 auto;
  padding: 0 20px;
}

.asteo-reason__heading {
  padding-top: 18px;
}

.asteo-reason__en {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 12px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.34em;
  line-height: 1;
}

.asteo-reason__en::before,
.asteo-reason__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 1px;
  background: #b18a46;
}

.asteo-reason__en::before {
  left: -22px;
}

.asteo-reason__en::after {
  right: -22px;
}

.asteo-reason__title {
  margin: 0 0 28px;
  color: #0b2144;
  font-size: clamp(34px, 3.5vw, 54px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.asteo-reason__title span {
  position: relative;
  display: inline-block;
  font-size: 1.16em;
}

.asteo-reason__title span::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 6px;
  width: 92px;
  height: 22px;
  border-bottom: 2px solid #b18a46;
  border-radius: 0 0 100% 100%;
  transform: rotate(-8deg);
}

.asteo-reason__lead {
  margin: 0;
  color: #1f3152;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.05;
}

.asteo-reason__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "card01 card02"
    "card03 card04"
    "card05 card05";
  gap: 22px;
}

.asteo-reason-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 190px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e6d8bf;
  border-radius: 0 0 34px 0;
  box-shadow: 0 12px 24px rgba(80, 64, 42, 0.12);
}

.asteo-reason-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  pointer-events: none;
}

.asteo-reason-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  z-index: 3;
  width: 92px;
  height: 92px;
  border: 2px solid rgba(177, 138, 70, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.asteo-reason-card--01 {
  grid-area: card01;
}

.asteo-reason-card--02 {
  grid-area: card02;
}

.asteo-reason-card--03 {
  grid-area: card03;
}

.asteo-reason-card--04 {
  grid-area: card04;
}

.asteo-reason-card--05 {
  grid-area: card05;
  grid-template-columns: 42% 58%;
  min-height: 160px;
}

.asteo-reason-card__body {
  position: relative;
  z-index: 4;
  padding: 26px 10px 24px 22px;
}

.asteo-reason-card__num {
  display: inline-block;
  margin-right: 12px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.asteo-reason-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b18a46;
  font-size: 26px;
  vertical-align: top;
  transform: translateY(6px);
}

.asteo-reason-card h3 {
  margin: 18px 0 14px;
  color: #0b2144;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.asteo-reason-card p {
  margin: 0;
  color: #1f3152;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.85;
}

.asteo-reason-card__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
}

.asteo-reason-card__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.78) 20%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.asteo-reason-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asteo-reason-card--01 .asteo-reason-card__photo img {
  object-position: center;
}

.asteo-reason-card--02 .asteo-reason-card__photo img,
.asteo-reason-card--05 .asteo-reason-card__photo img {
  object-position: center right;
}

.asteo-reason-card--03 .asteo-reason-card__photo img {
  object-position: center;
}

.asteo-reason-card--04 .asteo-reason-card__photo img {
  object-position: center;
}


/* ==============================
  Reason Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-reason {
    padding: 64px 0 68px;
  }

  .asteo-reason__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0 32px;
  }

  .asteo-reason__heading {
    max-width: 760px;
    padding-top: 0;
    text-align: center;
    margin: 0 auto;
  }

  .asteo-reason__lead {
    font-size: 14px;
  }

  .asteo-reason__cards {
    max-width: 960px;
    margin: 0 auto;
  }

  .asteo-reason__heading::after {
    display: none;
  }
}


/* ==============================
  Reason SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-reason {
    padding: 52px 0 58px;
  }

  .asteo-reason::before {
    left: -24%;
    bottom: -96px;
    width: 148%;
    height: 150px;
    border-top-width: 3px;
  }

  .asteo-reason::after {
    right: -330px;
    top: -250px;
  }

  .asteo-reason__inner {
    padding: 0 18px;
  }

  .asteo-reason__en {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .asteo-reason__title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.06em;
  }

  .asteo-reason__title span::after {
    right: -18px;
    width: 70px;
  }

  .asteo-reason__lead {
    font-size: 14px;
    text-align: left;
  }

  .asteo-reason__lead br {
    display: none;
  }

  .asteo-reason__cards {
    grid-template-columns: 1fr;
    grid-template-areas:
      "card01"
      "card02"
      "card03"
      "card04"
      "card05";
    gap: 16px;
  }

  .asteo-reason-card,
  .asteo-reason-card--05 {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 0 0 28px 0;
  }

  .asteo-reason-card__body {
    padding: 24px 20px 20px;
  }

  .asteo-reason-card__num {
    font-size: 42px;
  }

  .asteo-reason-card h3 {
    margin-top: 14px;
    font-size: 18px;
  }

  .asteo-reason-card__photo {
    height: 190px;
  }

  .asteo-reason-card__photo::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 16%, rgba(255,255,255,0) 42%);
  }
}

/* ==============================
  Shields Banner
============================== */
.asteo-shields-banner {
  padding: 56px 0;
  background: #fbf8f1;
}

.asteo-shields-banner__inner {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.asteo-shields-banner__link {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(52, 40, 22, 0.12);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-shields-banner__link:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.asteo-shields-banner picture,
.asteo-shields-banner img {
  display: block;
  width: 100%;
}

.asteo-shields-banner img {
  height: auto;
}

/* ==============================
  SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-shields-banner {
    padding: 36px 0;
  }

  .asteo-shields-banner__inner {
    width: calc(100% - 32px);
  }

  .asteo-shields-banner__link {
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(52, 40, 22, 0.1);
  }
}

/* ==============================
  あなたの歯を守る、歯を残す 3つの盾
============================== */
/* .asteo-shields {
  position: relative;
  overflow: hidden;
  padding: 58px 0 70px;
  color: #fff;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.12) 0%, rgba(6,29,60,0) 46%),
    linear-gradient(180deg, #071f3f 0%, #061a36 100%);
}

.asteo-shields::before,
.asteo-shields::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  pointer-events: none;
}

.asteo-shields::before {
  top: -360px;
  left: -9%;
  width: 118%;
  height: 740px;
  transform: rotate(-8deg);
}

.asteo-shields::after {
  right: -20%;
  bottom: -360px;
  width: 92%;
  height: 720px;
  transform: rotate(-16deg);
}

.asteo-shields__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-shields__heading {
  margin-bottom: 34px;
  text-align: center;
}

.asteo-shields__en {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 10px;
  color: #d6bd81;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.28em;
  line-height: 1;
}

.asteo-shields__en::before,
.asteo-shields__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: #d6bd81;
}

.asteo-shields__en::before {
  left: -42px;
}

.asteo-shields__en::after {
  right: -42px;
}

.asteo-shields__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

.asteo-shields__title span {
  display: inline-block;
  margin: 0 4px;
  color: #d6bd81;
  font-size: 1.45em;
  line-height: 1;
}

.asteo-shields__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}

.asteo-shields__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.asteo-shield-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 62px 26px 0;
  color: #0b2144;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,244,232,0.96) 100%);
  border: 2px solid rgba(214, 189, 129, 0.68);
  border-radius: 96px 96px 18px 18px / 58px 58px 18px 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.asteo-shield-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 1;
  border: 1px solid rgba(177, 138, 70, 0.28);
  border-radius: 86px 86px 14px 14px / 52px 52px 14px 14px;
  pointer-events: none;
}

.asteo-shield-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  z-index: 3;
  width: 94%;
  height: 52px;
  background: #071f3f;
  border-top: 2px solid rgba(214, 189, 129, 0.75);
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.asteo-shield-card__badge {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 70px;
  color: #8d6b35;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(141, 107, 53, 0.55);
  clip-path: polygon(50% 0, 92% 14%, 92% 62%, 50% 100%, 8% 62%, 8% 14%);
  transform: translateX(-50%);
}

.asteo-shield-card__badge span {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 8px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.asteo-shield-card__badge strong {
  display: block;
  margin-top: 3px;
  font-family: "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.asteo-shield-card__body {
  position: relative;
  z-index: 2;
}

.asteo-shield-card h3 {
  margin: 52px 0 10px;
  color: #0b2144;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.55;
}

.asteo-shield-card__sub {
  margin: 0 0 16px;
  color: #8d6b35;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.asteo-shield-card__text {
  margin: 0;
  color: #1f3152;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
  text-align: left;
}

.asteo-shield-card__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 178px;
  overflow: hidden;
}

.asteo-shield-card__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(250,244,232,1) 0%, rgba(250,244,232,0.54) 26%, rgba(250,244,232,0) 48%),
    linear-gradient(0deg, rgba(250,244,232,0.12) 0%, rgba(250,244,232,0) 46%);
  pointer-events: none;
}

.asteo-shield-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asteo-shield-card:nth-child(1) .asteo-shield-card__photo img {
  object-position: center bottom;
}

.asteo-shield-card:nth-child(2) .asteo-shield-card__photo img {
  object-position: center;
}

.asteo-shield-card:nth-child(3) .asteo-shield-card__photo img {
  object-position: center;
}

.sp-only {
  display: none;
}


/* ==============================
  Three Shields Tablet
============================== */
/* @media screen and (max-width: 1100px) {
  .asteo-shields__inner {
    padding: 0 32px;
  }

  .asteo-shields__cards {
    gap: 24px;
    max-width: 920px;
  }

  .asteo-shield-card {
    padding: 58px 22px 0;
  }

  .asteo-shield-card h3 {
    font-size: 23px;
  }
} */


/* ==============================
  Three Shields SP
============================== */
/* @media screen and (max-width: 767px) {
  .asteo-shields {
    padding: 50px 0 58px;
  }

  .asteo-shields::before {
    top: -260px;
    left: -42%;
    width: 170%;
    height: 520px;
  }

  .asteo-shields::after {
    right: -80%;
    bottom: -300px;
    width: 150%;
    height: 560px;
  }

  .asteo-shields__inner {
    padding: 0 18px;
  }

  .asteo-shields__heading {
    margin-bottom: 28px;
  }

  .asteo-shields__en {
    font-size: 13px;
  }

  .asteo-shields__title {
    font-size: 27px;
    letter-spacing: 0.06em;
  }

  .asteo-shields__lead {
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .asteo-shields__lead br {
    display: none;
  }

  .asteo-shields__cards {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 320px;
  }

  .asteo-shield-card {
    min-height: 420px;
    padding: 58px 24px 0;
  }

  .asteo-shield-card h3 {
    margin-top: 50px;
    font-size: 24px;
  }

  .asteo-shield-card__sub {
    font-size: 14px;
  }

  .asteo-shield-card__text {
    font-size: 13px;
  }

  .asteo-shield-card__photo {
    height: 170px;
  }

  .sp-only {
    display: block;
  }
}  */

/* ==============================
  わかりやすい説明と痛みに配慮した治療
============================== */
.asteo-comfort {
  position: relative;
  overflow: hidden;
  padding: 58px 0 48px;
  background:
    linear-gradient(180deg, #071f3f 0%, #071f3f 44%, #fbf7ef 44%, #fbf7ef 100%);
}

.asteo-comfort::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 46%;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.16) 0%, rgba(7,31,63,0) 54%),
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.asteo-comfort__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-comfort__heading {
  margin-bottom: 34px;
  color: #fff;
  text-align: center;
}

.asteo-comfort__title {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.55;
}

.asteo-comfort__deco {
  position: relative;
  width: 270px;
  height: 20px;
  margin: 12px auto 16px;
  background:
    radial-gradient(circle at center, #d6bd81 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 10px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 10px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-comfort__deco::before,
.asteo-comfort__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 28px);
  height: 1px;
  background: #d6bd81;
}

.asteo-comfort__deco::before {
  left: 0;
}

.asteo-comfort__deco::after {
  right: 0;
}

.asteo-comfort__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}

.asteo-comfort__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.asteo-comfort-card {
  position: relative;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e4d3b8;
  border-radius: 10px;
  box-shadow: 0 14px 26px rgba(52, 40, 22, 0.16);
}

.asteo-comfort-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #dec79a;
  border-radius: 8px;
  pointer-events: none;
}

.asteo-comfort-card__inner {
  position: relative;
  z-index: 1;
  padding: 24px 26px 24px;
}

.asteo-comfort-card__head {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7bd82;
}

.asteo-comfort-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  color: #0b2144;
  font-family: "Times New Roman", serif;
  font-size: 32px;
  line-height: 1;
  background:
    radial-gradient(circle, #fff 0%, #fff 58%, #f9f1e3 59%, #f9f1e3 100%);
  border: 1px solid #d8c493;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #fbf7ef;
}

.asteo-comfort-card__head h3 {
  margin: 0;
  color: #0b2144;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.asteo-comfort-card__content {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 22px;
  align-items: start;
}

.asteo-comfort-card__photo {
  overflow: hidden;
  border-radius: 8px;
}

.asteo-comfort-card__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.asteo-comfort-card__text p {
  margin: 0 0 14px;
  color: #1f3152;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.95;
}

.asteo-comfort-card__text p:last-child {
  margin-bottom: 0;
}

.asteo-comfort-card__note {
  padding: 10px 12px;
  background: #fbf4e8;
  border-radius: 6px;
}

.asteo-comfort-card__bottom {
  margin-top: 26px;
}

.asteo-comfort-card__bottom-title {
  position: relative;
  margin: 0 0 18px;
  color: #b18a46;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.asteo-comfort-card__bottom-title::before,
.asteo-comfort-card__bottom-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  height: 1px;
  background: #d8c493;
}

.asteo-comfort-card__bottom-title::before {
  left: 0;
}

.asteo-comfort-card__bottom-title::after {
  right: 0;
}

.asteo-comfort-card__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-comfort-card__features li {
  position: relative;
  padding: 0 12px;
  text-align: center;
}

.asteo-comfort-card__features li + li {
  border-left: 1px solid #ded2bd;
}

.asteo-comfort-card__features span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  color: #0b2144;
  font-size: 24px;
  background: #fbf4e8;
  border: 1px solid #eadcc4;
  border-radius: 50%;
}

.asteo-comfort-card__features p {
  margin: 0;
  color: #1f3152;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.65;
}

.asteo-comfort__message {
  position: relative;
  width: min(100%, 820px);
  margin: 16px auto 0;
  padding: 12px 42px;
  color: #0b2144;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d8c493;
  border-radius: 4px;
  text-align: center;
}

.asteo-comfort__message::before {
  content: "❧";
  position: absolute;
  left: 24px;
  top: 50%;
  color: #b18a46;
  font-size: 22px;
  transform: translateY(-50%);
}

.asteo-comfort__message p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.7;
}


/* ==============================
  Comfort Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-comfort__inner {
    padding: 0 32px;
  }

  .asteo-comfort__cards {
    gap: 22px;
  }

  .asteo-comfort-card__inner {
    padding: 22px 20px;
  }

  .asteo-comfort-card__head {
    grid-template-columns: 64px 1fr;
  }

  .asteo-comfort-card__num {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .asteo-comfort-card__head h3 {
    font-size: 22px;
  }

  .asteo-comfort-card__content {
    grid-template-columns: 1fr;
  }
}


/* ==============================
  Comfort SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-comfort {
    padding: 48px 0 42px;
    background:
      linear-gradient(180deg, #071f3f 0%, #071f3f 28%, #fbf7ef 28%, #fbf7ef 100%);
  }

  .asteo-comfort__inner {
    padding: 0 18px;
  }

  .asteo-comfort__heading {
    margin-bottom: 28px;
  }

  .asteo-comfort__title {
    font-size: 27px;
    letter-spacing: 0.06em;
  }

  .asteo-comfort__deco {
    width: 220px;
  }

  .asteo-comfort__lead {
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .asteo-comfort__lead br {
    display: none;
  }

  .asteo-comfort__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .asteo-comfort-card {
    padding: 9px;
  }

  .asteo-comfort-card__inner {
    padding: 22px 16px 20px;
  }

  .asteo-comfort-card__head {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .asteo-comfort-card__num {
    width: 56px;
    height: 56px;
    font-size: 24px;
    box-shadow: inset 0 0 0 4px #fbf7ef;
  }

  .asteo-comfort-card__head h3 {
    font-size: 19px;
    letter-spacing: 0.05em;
  }

  .asteo-comfort-card__content {
    gap: 16px;
  }

  .asteo-comfort-card__text p {
    font-size: 13px;
  }

  .asteo-comfort-card__text br {
    display: none;
  }

  .asteo-comfort-card__bottom-title::before,
  .asteo-comfort-card__bottom-title::after {
    width: 18%;
  }

  .asteo-comfort-card__features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .asteo-comfort-card__features li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    text-align: left;
  }

  .asteo-comfort-card__features li + li {
    padding-top: 14px;
    border-left: none;
    border-top: 1px solid #ded2bd;
  }

  .asteo-comfort-card__features span {
    margin: 0;
  }

  .asteo-comfort__message {
    margin-top: 18px;
    padding: 14px 20px;
  }

  .asteo-comfort__message::before {
    display: none;
  }

  .asteo-comfort__message p {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

/* ==============================
  精密治療を支える設備
============================== */
.asteo-equipment {
  position: relative;
  overflow: hidden;
  padding: 56px 0 62px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(177, 138, 70, 0.08) 0%, rgba(255,255,255,0) 46%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-equipment::before {
  content: "";
  position: absolute;
  inset: 14px 12px;
  border: 1px solid rgba(7, 31, 63, 0.38);
  pointer-events: none;
}

.asteo-equipment__inner {
  position: relative;
  z-index: 1;
  max-width: 98%;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-equipment__heading {
  margin-bottom: 28px;
  text-align: center;
}

.asteo-equipment__en {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.32em;
  line-height: 1;
}

.asteo-equipment__en::before,
.asteo-equipment__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 76px;
  height: 1px;
  background: #d6bd81;
}

.asteo-equipment__en::before {
  right: calc(100% + 18px);
}

.asteo-equipment__en::after {
  left: calc(100% + 18px);
}

.asteo-equipment__title {
  margin: 0;
  color: #0b2144;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

.asteo-equipment__deco {
  position: relative;
  width: 310px;
  height: 18px;
  margin: 10px auto 0;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 10px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 10px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-equipment__deco::before,
.asteo-equipment__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 32px);
  height: 1px;
  background: #d6bd81;
}

.asteo-equipment__deco::before {
  left: 0;
}

.asteo-equipment__deco::after {
  right: 0;
}

.asteo-equipment__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px 18px;
}

.asteo-equipment-card {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  grid-column: span 2;
  min-height: 150px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 31, 63, 0.42);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(52, 40, 22, 0.06);
}

.asteo-equipment-card--wide {
  grid-column: span 3;
}

.asteo-equipment-card__photo {
  overflow: hidden;
  border-radius: 2px;
}

.asteo-equipment-card__photo img {
  width: 100%;
  height: 100%;
  min-height: 134px;
  object-fit: cover;
}

.asteo-equipment-card__body {
  padding: 16px 16px 14px 22px;
}

.asteo-equipment-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.asteo-equipment-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #b18a46;
  font-size: 22px;
  border: 1px solid #d6bd81;
  border-radius: 50%;
}

.asteo-equipment-card h3 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: #0b2144;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.asteo-equipment-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 8px;
  background:
    radial-gradient(circle at center, #d6bd81 0 2px, transparent 3px),
    linear-gradient(90deg, #d6bd81 0%, #d6bd81 100%);
  background-size: 10px 8px, 100% 1px;
  background-position: center center, center center;
  background-repeat: no-repeat;
}

.asteo-equipment-card h3 span {
  font-size: 0.5em;
}

.asteo-equipment-card p {
  margin: 0;
  color: #1f3152;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

/* ==============================
  Equipment Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-equipment__inner {
    padding: 0 32px;
  }

  .asteo-equipment__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .asteo-equipment-card,
  .asteo-equipment-card--wide {
    grid-column: auto;
    grid-template-columns: 44% 56%;
  }

  .asteo-equipment-card h3 {
    font-size: 19px;
  }
}

/* ==============================
  Equipment SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-equipment {
    padding: 46px 0 48px;
  }

  .asteo-equipment::before {
    inset: 8px;
  }

  .asteo-equipment__inner {
    padding: 0 18px;
  }

  .asteo-equipment__heading {
    margin-bottom: 24px;
  }

  .asteo-equipment__en {
    font-size: 13px;
    letter-spacing: 0.24em;
  }

  .asteo-equipment__en::before,
  .asteo-equipment__en::after {
    width: 44px;
  }

  .asteo-equipment__title {
    font-size: 27px;
    letter-spacing: 0.1em;
  }

  .asteo-equipment__deco {
    width: 230px;
  }

  .asteo-equipment__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .asteo-equipment-card,
  .asteo-equipment-card--wide {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .asteo-equipment-card__photo img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .asteo-equipment-card__body {
    padding: 18px 16px 16px;
  }

  .asteo-equipment-card__head {
    gap: 10px;
  }

  .asteo-equipment-card__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .asteo-equipment-card h3 {
    font-size: 18px;
  }

  .asteo-equipment-card p {
    font-size: 13px;
  }

  .asteo-equipment-card p br {
    display: none;
  }
}

/* ==============================
  徹底した滅菌・感染予防対策
============================== */
.asteo-sterilization {
  position: relative;
  overflow: hidden;
  padding: 54px 0 58px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(177, 138, 70, 0.08) 0%, rgba(255,255,255,0) 44%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-sterilization::before {
  content: "";
  position: absolute;
  inset: 14px 12px;
  border: 1px solid rgba(7, 31, 63, 0.42);
  pointer-events: none;
}

.asteo-sterilization__inner {
  position: relative;
  z-index: 1;
  max-width: 98%;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-sterilization__heading {
  margin-bottom: 26px;
  text-align: center;
}

.asteo-sterilization__en {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  line-height: 1;
}

.asteo-sterilization__en::before,
.asteo-sterilization__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 1px;
  background: #d6bd81;
}

.asteo-sterilization__en::before {
  right: calc(100% + 18px);
}

.asteo-sterilization__en::after {
  left: calc(100% + 18px);
}

.asteo-sterilization__title {
  margin: 0;
  color: #0b2144;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.asteo-sterilization__deco {
  position: relative;
  width: 220px;
  height: 18px;
  margin: 8px auto 0;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-sterilization__deco::before,
.asteo-sterilization__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 28px);
  height: 1px;
  background: #d6bd81;
}

.asteo-sterilization__deco::before {
  left: 0;
}

.asteo-sterilization__deco::after {
  right: 0;
}

.asteo-sterilization__content {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 28px;
  align-items: stretch;
}

.asteo-sterilization__photo {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(52, 40, 22, 0.06);
}

.asteo-sterilization__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 72%, rgba(255,255,255,0.78) 100%),
    linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 28%);
  pointer-events: none;
}

.asteo-sterilization__photo img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.asteo-sterilization__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-sterilization__list li {
  display: grid;
  grid-template-columns: 55px 210px 1fr;
  align-items: center;
  min-height: 68px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e7dcc8;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(52, 40, 22, 0.04);
}

.asteo-sterilization__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #b18a46;
  font-size: 21px;
  border: 1px solid #d6bd81;
  border-radius: 4px;
}

.asteo-sterilization__list h3 {
  position: relative;
  margin: 0;
  padding: 0 5px;
  color: #0b2144;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.asteo-sterilization__list h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 34px;
  background: #e1d6c4;
  transform: translateY(-50%);
}

.asteo-sterilization__list p {
  margin: 0;
  padding-left: 24px;
  color: #1f3152;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}


/* ==============================
  Sterilization Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-sterilization__inner {
    padding: 0 32px;
  }

  .asteo-sterilization__content {
    grid-template-columns: 1fr;
  }

  .asteo-sterilization__photo {
    min-height: 280px;
  }

  .asteo-sterilization__photo img {
    min-height: 280px;
  }

  .asteo-sterilization__list li {
    grid-template-columns: 70px 220px 1fr;
  }
}


/* ==============================
  Sterilization SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-sterilization {
    padding: 46px 0 48px;
  }

  .asteo-sterilization::before {
    inset: 8px;
  }

  .asteo-sterilization__inner {
    padding: 0 18px;
  }

  .asteo-sterilization__heading {
    margin-bottom: 22px;
  }

  .asteo-sterilization__en {
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .asteo-sterilization__en::before,
  .asteo-sterilization__en::after {
    width: 42px;
  }

  .asteo-sterilization__title {
    font-size: 26px;
    letter-spacing: 0.08em;
  }

  .asteo-sterilization__deco {
    width: 200px;
  }

  .asteo-sterilization__content {
    gap: 20px;
  }

  .asteo-sterilization__photo {
    min-height: auto;
  }

  .asteo-sterilization__photo img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .asteo-sterilization__list {
    gap: 10px;
  }

  .asteo-sterilization__list li {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    min-height: auto;
    padding: 16px;
  }

  .asteo-sterilization__icon {
    grid-row: 1 / 3;
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .asteo-sterilization__list h3 {
    padding: 0;
    font-size: 16px;
  }

  .asteo-sterilization__list h3::after {
    display: none;
  }

  .asteo-sterilization__list p {
    grid-column: 2;
    padding-left: 0;
    font-size: 13px;
  }

  .asteo-sterilization__list p br {
    display: none;
  }
}

/* ==============================
  初めての方へ
============================== */
.asteo-first {
  position: relative;
  overflow: hidden;
  padding: 58px 0 62px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(177, 138, 70, 0.08) 0%, rgba(255,255,255,0) 44%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-first__inner {
  position: relative;
  z-index: 1;
  max-width: 97%;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-first__heading {
  margin-bottom: 38px;
  text-align: center;
}

.asteo-first__title {
  margin: 0 0 6px;
  color: #0b2144;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.asteo-first__en {
  margin: 0;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  line-height: 1;
}

.asteo-first__deco {
  position: relative;
  width: 190px;
  height: 18px;
  margin: 10px auto 12px;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-first__deco::before,
.asteo-first__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 28px);
  height: 1px;
  background: #d6bd81;
}

.asteo-first__deco::before {
  left: 0;
}

.asteo-first__deco::after {
  right: 0;
}

.asteo-first__lead {
  margin: 0;
  color: #1f3152;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.asteo-first__flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: first-step;
}

.asteo-first__item {
  position: relative;
  min-height: 278px;
  padding: 64px 22px 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #0b2144;
  border-radius: 4px;
  text-align: center;
  clip-path: none;
  overflow: visible;
}

.asteo-first__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top: 4px solid #b18a46;
  border-right: 4px solid #b18a46;
  transform: translateY(-50%) rotate(45deg);
}

.asteo-first__step {
  position: absolute;
  top: -26px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: linear-gradient(135deg, #b18a46 0%, #c9a763 100%);
  border-radius: 50%;
  transform: translateX(-50%);
}

.asteo-first__step span {
  display: block;
  margin-bottom: 2px;
  font-family: "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.asteo-first__step strong {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.asteo-first__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin: 0 auto 20px;
  color: #b18a46;
  font-size: 48px;
  line-height: 1;
}

.asteo-first__item h3 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 14px;
  color: #0b2144;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.asteo-first__item h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 1px;
  background: #d6bd81;
  transform: translateX(-50%);
}

.asteo-first__item p {
  margin: 0;
  color: #1f3152;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}

.asteo-first__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 720px);
  margin: 36px auto 0;
  padding: 14px 28px;
  color: #0b2144;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #d6bd81;
}

.asteo-first__note i {
  color: #b18a46;
  font-size: 22px;
}

.asteo-first__note p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}


/* ==============================
  First Visit Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-first__inner {
    padding: 0 32px;
  }

  .asteo-first__flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }

  .asteo-first__item:not(:last-child)::after {
    display: none;
  }
}


/* ==============================
  First Visit SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-first {
    padding: 46px 0 48px;
  }

  .asteo-first__inner {
    padding: 0 18px;
  }

  .asteo-first__heading {
    margin-bottom: 34px;
  }

  .asteo-first__title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  .asteo-first__en {
    font-size: 13px;
  }

  .asteo-first__lead {
    font-size: 13px;
    letter-spacing: 0.03em;
  }

  .asteo-first__flow {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .asteo-first__item {
    min-height: auto;
    padding: 58px 20px 24px;
  }

  .asteo-first__icon {
    height: 50px;
    margin-bottom: 16px;
    font-size: 42px;
  }

  .asteo-first__item h3 {
    font-size: 17px;
  }

  .asteo-first__item p {
    font-size: 13px;
  }

  .asteo-first__note {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
    padding: 14px 16px;
  }

  .asteo-first__note i {
    margin-top: 3px;
    font-size: 19px;
  }

  .asteo-first__note p {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}

/* ==============================
  ドクター紹介
============================== */
.asteo-doctor {
  position: relative;
  overflow: hidden;
  padding: 58px 0 64px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(177, 138, 70, 0.12) 0%, rgba(255,255,255,0) 36%),
    radial-gradient(ellipse at 92% 8%, rgba(177, 138, 70, 0.1) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-doctor::before,
.asteo-doctor::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(177, 138, 70, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.asteo-doctor::before {
  top: -420px;
  left: -220px;
}

.asteo-doctor::after {
  top: -360px;
  right: -240px;
}

.asteo-doctor__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-doctor__heading {
  margin-bottom: 30px;
  text-align: center;
}

.asteo-doctor__en {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.asteo-doctor__en::before,
.asteo-doctor__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 84px;
  height: 1px;
  background: #d6bd81;
}

.asteo-doctor__en::before {
  right: calc(100% + 18px);
}

.asteo-doctor__en::after {
  left: calc(100% + 18px);
}

.asteo-doctor__title {
  position: relative;
  margin: 0 0 16px;
  color: #0b2144;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.45;
}

.asteo-doctor__title::after {
  content: "";
  display: block;
  width: 160px;
  height: 16px;
  margin: 8px auto 0;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px),
    linear-gradient(90deg, #d6bd81 0%, #d6bd81 100%);
  background-size: 100% 16px, 100% 16px, 100% 16px, 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
}

.asteo-doctor__lead {
  margin: 0;
  color: #1f3152;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.asteo-doctor__main {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 34px;
  align-items: stretch;
  margin-bottom: 24px;
}

.asteo-doctor__photo-box {
  position: relative;
}

.asteo-doctor__photo {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 390px;
  border: 1px solid #d6bd81;
  box-shadow: 0 12px 24px rgba(52, 40, 22, 0.12);
}

.asteo-doctor__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 8px solid rgba(255, 255, 255, 0.36);
  pointer-events: none;
}

.asteo-doctor__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.asteo-doctor__name {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(78%, 360px);
  padding: 13px 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 29, 60, 0.96) 0%, rgba(8, 36, 75, 0.96) 100%);
  border: 1px solid #b18a46;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
}

.asteo-doctor__name::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 6px;
  width: 70px;
  height: 20px;
  border-bottom: 1px solid rgba(214, 189, 129, 0.7);
  border-radius: 0 0 100% 100%;
  transform: rotate(-8deg);
}

.asteo-doctor__name span {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.asteo-doctor__name strong {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.asteo-doctor__message {
  position: relative;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d6bd81;
  box-shadow: 0 12px 24px rgba(52, 40, 22, 0.12);
}

.asteo-doctor__message::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 72px;
  height: 72px;
  background:
    linear-gradient(135deg, rgba(224, 206, 165, 0.6) 0%, rgba(255, 255, 255, 0.95) 52%, rgba(177, 138, 70, 0.28) 53%, rgba(177, 138, 70, 0.28) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.asteo-doctor__message-inner {
  height: 100%;
  padding: 28px 34px 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(214, 189, 129, 0.48);
}

.asteo-doctor__message h3 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 16px;
  color: #0b2144;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.asteo-doctor__message h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 220px;
  height: 1px;
  background: #d6bd81;
  transform: translateX(-50%);
}

.asteo-doctor__message p {
  margin: 0 0 14px;
  color: #1f3152;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.95;
}

.asteo-doctor__message p:last-child {
  margin-bottom: 0;
}

.asteo-doctor__message-catch {
  position: relative;
  margin-top: 20px !important;
  color: #b18a46 !important;
  font-size: 27px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.5 !important;
  text-align: center;
}

.asteo-doctor__message-catch::before,
.asteo-doctor__message-catch::after {
  color: #b18a46;
  font-size: 36px;
  line-height: 1;
}

.asteo-doctor__message-catch::before {
  content: "“";
  margin-right: 10px;
}

.asteo-doctor__message-catch::after {
  content: "”";
  margin-left: 10px;
}

.asteo-doctor__cards {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 22px;
}

.asteo-doctor-card {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  min-height: 150px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e1d1ad;
  box-shadow: 0 10px 22px rgba(52, 40, 22, 0.1);
}

.asteo-doctor-card::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 46px;
  height: 46px;
  background:
    linear-gradient(135deg, rgba(224, 206, 165, 0.58) 0%, rgba(255, 255, 255, 0.96) 52%, rgba(177, 138, 70, 0.26) 53%, rgba(177, 138, 70, 0.26) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.asteo-doctor-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  color: #d6bd81;
  font-size: 30px;
  background: #071f3f;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(214, 189, 129, 0.65);
}

.asteo-doctor-card h3 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #0b2144;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.asteo-doctor-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #d6bd81;
}

.asteo-doctor-card p,
.asteo-doctor-card li {
  color: #1f3152;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.asteo-doctor-card p {
  margin: 0;
}

.asteo-doctor-card ul {
  margin: 0;
  padding-left: 1.2em;
}

.asteo-doctor-card li {
  margin: 0;
}

/* ==============================
  Doctor Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-doctor__inner {
    padding: 0 32px;
  }

  .asteo-doctor__main {
    grid-template-columns: 1fr;
  }

  .asteo-doctor__photo {
    min-height: 460px;
  }

  .asteo-doctor__cards {
    grid-template-columns: 1fr;
  }

  .asteo-doctor-card {
    grid-template-columns: 80px 1fr;
  }
}

/* ==============================
  Doctor SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-doctor {
    padding: 46px 0 48px;
  }

  .asteo-doctor::before {
    top: -470px;
    left: -360px;
  }

  .asteo-doctor::after {
    top: -430px;
    right: -380px;
  }

  .asteo-doctor__inner {
    padding: 0 18px;
  }

  .asteo-doctor__heading {
    margin-bottom: 26px;
  }

  .asteo-doctor__en {
    font-size: 14px;
  }

  .asteo-doctor__en::before,
  .asteo-doctor__en::after {
    width: 52px;
  }

  .asteo-doctor__title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  .asteo-doctor__lead {
    font-size: 13px;
    text-align: left;
  }

  .asteo-doctor__lead br {
    display: none;
  }

  .asteo-doctor__main {
    gap: 22px;
  }

  .asteo-doctor__photo {
    min-height: auto;
  }

  .asteo-doctor__photo img {
    aspect-ratio: 4 / 5;
  }

  .asteo-doctor__name {
    width: 88%;
    padding: 11px 18px;
    gap: 12px;
  }

  .asteo-doctor__name span {
    font-size: 14px;
  }

  .asteo-doctor__name strong {
    font-size: 20px;
  }

  .asteo-doctor__message {
    padding: 8px;
  }

  .asteo-doctor__message-inner {
    padding: 24px 18px 24px;
  }

  .asteo-doctor__message h3 {
    font-size: 19px;
    letter-spacing: 0.05em;
  }

  .asteo-doctor__message h3::after {
    width: 160px;
  }

  .asteo-doctor__message p {
    font-size: 13px;
  }

  .asteo-doctor__message-catch {
    font-size: 18px !important;
    letter-spacing: 0.06em !important;
  }

  .asteo-doctor__message-catch::before {
  content: "“";
  margin-right: 3px;
}

.asteo-doctor__message-catch::after {
  content: "”";
  margin-left: 3px;
}

  .asteo-doctor-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
    text-align: center;
  }

  .asteo-doctor-card__icon {
    margin: 0 auto;
  }

  .asteo-doctor-card h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .asteo-doctor-card ul {
    display: inline-block;
    text-align: left;
  }
}

/* ==============================
  Review heading
============================== */
.review-section .head_wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 46px;
  padding: 0 24px;
  text-align: center;
}

.review-section .head_wrap::before {
  content: "REVIEW";
  display: block;
  margin-bottom: 18px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1;
}

.review-section .head_wrap::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(
    90deg,
    rgba(177, 138, 70, 0),
    rgba(177, 138, 70, 1),
    rgba(177, 138, 70, 0)
  );
}

.review-section .ttl {
  margin: 0;
  color: #071f3f;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.review-section .ttl .h2size1 {
  color: #071f3f;
  font-size: 1.15em;
  font-weight: 700;
}

.review-section .ttl .featureline {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 0.08em;
}

.review-section .ttl .featureline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.12em;
  z-index: -1;
  width: 100%;
  height: 0.38em;
  background: linear-gradient(
    90deg,
    rgba(214, 189, 129, 0.35),
    rgba(214, 189, 129, 0.75)
  );
}

/* ==============================
  SP
============================== */
@media screen and (max-width: 767px) {
  .review-section .head_wrap {
    margin-bottom: 34px;
    padding: 0 18px;
  }

  .review-section .head_wrap::before {
    margin-bottom: 14px;
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .review-section .head_wrap::after {
    width: 68px;
    margin-top: 18px;
  }

  .review-section .ttl {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.65;
  }

  .review-section .ttl .h2size1 {
    font-size: 1.12em;
  }
}

/* ==============================
  Review section
============================== */
.review-section {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(214, 189, 129, 0.14) 0%, rgba(214, 189, 129, 0) 44%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.review-section__inner {
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .review-section {
    padding: 62px 0;
  }

  .review-section__inner {
    width: calc(100% - 32px);
  }
}

/* ==============================
  アクセス・診療時間
============================== */
.asteo-access-info {
  position: relative;
  overflow: hidden;
  padding: 58px 0 64px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(177, 138, 70, 0.08) 0%, rgba(255,255,255,0) 44%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-access-info::before {
  content: "";
  position: absolute;
  inset: 14px 12px;
  border: 1px solid rgba(7, 31, 63, 0.42);
  pointer-events: none;
}

.asteo-access-info__inner {
  position: relative;
  z-index: 1;
  max-width: 98%;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-access-info__heading {
  margin-bottom: 34px;
  text-align: center;
}

.asteo-access-info__en {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.28em;
  line-height: 1;
}

.asteo-access-info__en::before,
.asteo-access-info__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 1px;
  background: #d6bd81;
}

.asteo-access-info__en::before {
  right: calc(100% + 18px);
}

.asteo-access-info__en::after {
  left: calc(100% + 18px);
}

.asteo-access-info__title {
  margin: 0;
  color: #0b2144;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.45;
}

.asteo-access-info__deco {
  position: relative;
  width: 220px;
  height: 18px;
  margin: 10px auto 0;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-access-info__deco::before,
.asteo-access-info__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 28px);
  height: 1px;
  background: #d6bd81;
}

.asteo-access-info__deco::before {
  left: 0;
}

.asteo-access-info__deco::after {
  right: 0;
}

.asteo-access-info__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
}

.asteo-access-info__map,
.asteo-access-info__detail {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 31, 63, 0.42);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(52, 40, 22, 0.08);
}

.asteo-access-info__map {
  overflow: hidden;
  padding: 14px;
}

.asteo-access-info__map--google {
  overflow: hidden;
  padding: 14px;
}

.asteo-access-info__map--google iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 4px;
}

.asteo-access-info__detail {
  padding: 34px 34px 28px;
}

.asteo-access-info__schedule h3 {
  position: relative;
  margin: 0 0 18px;
  color: #0b2144;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-align: center;
}

.asteo-access-info__schedule h3::before,
.asteo-access-info__schedule h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 78px;
  height: 1px;
  background: #d6bd81;
}

.asteo-access-info__schedule h3::before {
  right: calc(50% + 72px);
}

.asteo-access-info__schedule h3::after {
  left: calc(50% + 72px);
}

.asteo-access-info__schedule table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
  color: #0b2144;
  font-size: 15px;
  table-layout: fixed;
}

.asteo-access-info__schedule th,
.asteo-access-info__schedule td {
  padding: 13px 8px;
  border: 1px solid #e1d6c4;
  text-align: center;
  vertical-align: middle;
}

.asteo-access-info__schedule thead th {
  color: #fff;
  font-weight: 500;
  background: #071f3f;
}

.asteo-access-info__schedule tbody th {
  width: 34%;
  color: #0b2144;
  font-weight: 500;
  background: #fbf8f1;
}

.asteo-access-info__schedule td {
  color: #b18a46;
  font-size: 18px;
  font-weight: 600;
}

.asteo-access-info__holiday {
  margin: 14px 0 0;
  color: #0b2144;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.asteo-access-info__deco-line {
  position: relative;
  width: 100%;
  height: 18px;
  margin: 18px auto 20px;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-access-info__deco-line::before,
.asteo-access-info__deco-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 34px);
  height: 1px;
  background: #d6bd81;
}

.asteo-access-info__deco-line::before {
  left: 0;
}

.asteo-access-info__deco-line::after {
  right: 0;
}

.asteo-access-info__address {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.asteo-access-info__address i {
  color: #b18a46;
  font-size: 26px;
  text-align: center;
}

.asteo-access-info__address p {
  margin: 0;
  color: #0b2144;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.asteo-access-info__contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.asteo-access-info__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b2144;
  line-height: 1;
}

.asteo-access-info__tel i {
  color: #b18a46;
  font-size: 28px;
}

.asteo-access-info__tel span {
  color: #0b2144;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.asteo-access-info__tel strong {
  color: #0b2144;
  font-family: "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.asteo-access-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 230px;
  height: 62px;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: #071f3f;
  border: 1px solid #b18a46;
  border-radius: 5px;
  box-shadow: 0 8px 18px rgba(7, 31, 63, 0.18);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-access-info__btn:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.asteo-access-info__station {
  position: relative;
  margin: 16px 0 0;
  color: #0b2144;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}

.asteo-access-info__station::before,
.asteo-access-info__station::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 1px;
  margin: 0 14px;
  background: #d6bd81;
  vertical-align: middle;
}


/* ==============================
  Access Info Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-access-info__inner {
    padding: 0 32px;
  }

  .asteo-access-info__content {
    grid-template-columns: 1fr;
  }

  .asteo-access-info__map img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .asteo-access-info__contact {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .asteo-access-info__tel {
    justify-content: center;
  }

  .asteo-access-info__btn {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}


/* ==============================
  Access Info SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-access-info {
    padding: 46px 0 48px;
  }

  .asteo-access-info::before {
    inset: 8px;
  }

  .asteo-access-info__inner {
    padding: 0 18px;
  }

  .asteo-access-info__heading {
    margin-bottom: 24px;
  }

  .asteo-access-info__en {
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .asteo-access-info__en::before,
  .asteo-access-info__en::after {
    width: 44px;
  }

  .asteo-access-info__title {
    font-size: 27px;
    letter-spacing: 0.08em;
  }

  .asteo-access-info__deco {
    width: 200px;
  }

  .asteo-access-info__map {
    padding: 10px;
  }

  .asteo-access-info__map--google {
    padding: 10px;
  }

  .asteo-access-info__map--google iframe {
    min-height: 320px;
  }

  .asteo-access-info__detail {
    padding: 24px 16px 22px;
  }

  .asteo-access-info__schedule h3 {
    font-size: 19px;
  }

  .asteo-access-info__schedule h3::before,
  .asteo-access-info__schedule h3::after {
    width: 42px;
  }

  .asteo-access-info__schedule h3::before {
    right: calc(50% + 58px);
  }

  .asteo-access-info__schedule h3::after {
    left: calc(50% + 58px);
  }

  .asteo-access-info__schedule table {
    font-size: 12px;
  }

  .asteo-access-info__schedule th,
  .asteo-access-info__schedule td {
    padding: 10px 4px;
  }

  .asteo-access-info__schedule tbody th {
    font-size: 11px;
    line-height: 1.4;
  }

  .asteo-access-info__schedule td {
    font-size: 14px;
  }

  .asteo-access-info__holiday {
    font-size: 14px;
  }

  .asteo-access-info__address {
    grid-template-columns: 28px 1fr;
    align-items: flex-start;
  }

  .asteo-access-info__address i {
    margin-top: 3px;
    font-size: 22px;
  }

  .asteo-access-info__address p {
    font-size: 13px;
  }

  .asteo-access-info__tel {
    flex-wrap: wrap;
    gap: 8px;
  }

  .asteo-access-info__tel i {
    font-size: 22px;
  }

  .asteo-access-info__tel span {
    font-size: 15px;
  }

  .asteo-access-info__tel strong {
    font-size: 28px;
  }

  .asteo-access-info__btn {
    width: 100%;
    min-width: initial;
    height: 56px;
    font-size: 14px;
  }

  .asteo-access-info__station {
    font-size: 13px;
  }

  .asteo-access-info__station::before,
  .asteo-access-info__station::after {
    width: 34px;
    margin: 0 8px;
  }
}

/* ==============================
  よくあるご質問
============================== */
.asteo-faq {
  position: relative;
  overflow: hidden;
  padding: 58px 0 64px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(177, 138, 70, 0.08) 0%, rgba(255,255,255,0) 44%),
    linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.asteo-faq::before {
  content: "";
  position: absolute;
  inset: 14px 12px;
  border: 1px solid rgba(7, 31, 63, 0.42);
  pointer-events: none;
}

.asteo-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 48px;
}

.asteo-faq__heading {
  margin-bottom: 34px;
  text-align: center;
}

.asteo-faq__en {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.28em;
  line-height: 1;
}

.asteo-faq__en::before,
.asteo-faq__en::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 74px;
  height: 1px;
  background: #d6bd81;
}

.asteo-faq__en::before {
  right: calc(100% + 18px);
}

.asteo-faq__en::after {
  left: calc(100% + 18px);
}

.asteo-faq__title {
  margin: 0;
  color: #0b2144;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.45;
}

.asteo-faq__deco {
  position: relative;
  width: 250px;
  height: 18px;
  margin: 12px auto 18px;
  background:
    radial-gradient(circle at center, #b18a46 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-faq__deco::before,
.asteo-faq__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 30px);
  height: 1px;
  background: #d6bd81;
}

.asteo-faq__deco::before {
  left: 0;
}

.asteo-faq__deco::after {
  right: 0;
}

.asteo-faq__lead {
  margin: 0;
  color: #1f3152;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.asteo-faq__list {
  display: grid;
  gap: 14px;
}

.asteo-faq__item {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 31, 63, 0.42);
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(52, 40, 22, 0.08);
}

.asteo-faq__item summary {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr 42px;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 12px 24px;
  color: #0b2144;
  cursor: pointer;
  list-style: none;
}

.asteo-faq__item summary::-webkit-details-marker {
  display: none;
}

.asteo-faq__q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  border: 1px solid #d6bd81;
  border-radius: 50%;
}

.asteo-faq__question {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #0b2144;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.asteo-faq__question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 36px;
  background: #d6bd81;
  transform: translateY(-50%);
}

.asteo-faq__item summary::after {
  content: "＋";
  justify-self: end;
  color: #b18a46;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.asteo-faq__item[open] summary::after {
  content: "−";
}

.asteo-faq__answer {
  padding: 0 84px 24px 112px;
}

.asteo-faq__answer p {
  position: relative;
  margin: 0;
  padding: 18px 22px;
  color: #1f3152;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  background: #fbf8f1;
  border-top: 1px solid #eadfcb;
}

.asteo-faq__answer p::before {
  content: "A";
  position: absolute;
  top: 18px;
  left: -34px;
  color: #b18a46;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}


/* ==============================
  FAQ SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-faq {
    padding: 46px 0 48px;
  }

  .asteo-faq::before {
    inset: 8px;
  }

  .asteo-faq__inner {
    padding: 0 18px;
  }

  .asteo-faq__heading {
    margin-bottom: 26px;
  }

  .asteo-faq__en {
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .asteo-faq__en::before,
  .asteo-faq__en::after {
    width: 44px;
  }

  .asteo-faq__title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  .asteo-faq__deco {
    width: 200px;
  }

  .asteo-faq__lead {
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .asteo-faq__item summary {
    grid-template-columns: 42px 1fr 26px;
    gap: 10px;
    min-height: 62px;
    padding: 12px 14px;
  }

  .asteo-faq__q {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .asteo-faq__question {
    padding-left: 14px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .asteo-faq__question::before {
    height: 30px;
  }

  .asteo-faq__item summary::after {
    font-size: 24px;
  }

  .asteo-faq__answer {
    padding: 0 14px 16px 66px;
  }

  .asteo-faq__answer p {
    padding: 14px 16px;
    font-size: 13px;
    letter-spacing: 0.03em;
  }

  .asteo-faq__answer p::before {
    left: -30px;
    font-size: 22px;
  }
}

/* ==============================
  三宮で歯医者をお探しなら、神戸三宮アステオ歯科へ
============================== */
.asteo-bottom-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0 68px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 29, 60, 0.96) 0%, rgba(6, 29, 60, 0.88) 48%, rgba(6, 29, 60, 0.76) 100%),
    url("img/top/bottom-cta-bg.jpg") center / cover no-repeat;
}

.asteo-bottom-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
  pointer-events: none;
}

.asteo-bottom-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.asteo-bottom-cta__deco {
  position: relative;
  width: 300px;
  height: 20px;
  margin: 0 auto 30px;
  background:
    radial-gradient(circle at center, #d6bd81 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 10px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 10px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-bottom-cta__deco::before,
.asteo-bottom-cta__deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 34px);
  height: 1px;
  background: #d6bd81;
}

.asteo-bottom-cta__deco::before {
  left: 0;
}

.asteo-bottom-cta__deco::after {
  right: 0;
}

.asteo-bottom-cta__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.asteo-bottom-cta__line {
  position: relative;
  width: min(100%, 620px);
  height: 18px;
  margin: 24px auto 24px;
  background:
    radial-gradient(circle at center, #d6bd81 0 3px, transparent 4px),
    radial-gradient(circle at calc(50% - 9px) center, #d6bd81 0 2px, transparent 3px),
    radial-gradient(circle at calc(50% + 9px) center, #d6bd81 0 2px, transparent 3px);
}

.asteo-bottom-cta__line::before,
.asteo-bottom-cta__line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 34px);
  height: 1px;
  background: rgba(214, 189, 129, 0.85);
}

.asteo-bottom-cta__line::before {
  left: 0;
}

.asteo-bottom-cta__line::after {
  right: 0;
}

.asteo-bottom-cta__lead {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.asteo-bottom-cta__btns {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 34px;
}

.asteo-bottom-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 380px;
  height: 78px;
  padding: 0 28px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 6px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-bottom-cta__btn:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.asteo-bottom-cta__btn i {
  font-size: 30px;
}

.asteo-bottom-cta__btn--reserve {
  color: #fff;
  background: linear-gradient(135deg, #b18a46 0%, #d0ad66 100%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.asteo-bottom-cta__btn--tel {
  color: #fff;
  background: rgba(7, 31, 63, 0.34);
  border: 2px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.asteo-bottom-cta__access {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.asteo-bottom-cta__access::before,
.asteo-bottom-cta__access::after {
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(214, 189, 129, 0.8);
}

.asteo-bottom-cta__access i {
  color: #d6bd81;
  font-size: 20px;
}

.sp-only {
  display: none;
}


/* ==============================
  Bottom CTA Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-bottom-cta {
    padding: 68px 0 62px;
  }

  .asteo-bottom-cta__inner {
    padding: 0 32px;
  }

  .asteo-bottom-cta__lead {
    font-size: 17px;
  }

  .asteo-bottom-cta__btn {
    width: 320px;
    height: 70px;
    font-size: 21px;
  }
}


/* ==============================
  Bottom CTA SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-bottom-cta {
    padding: 52px 0 48px;
    background:
      linear-gradient(90deg, rgba(6, 29, 60, 0.96) 0%, rgba(6, 29, 60, 0.86) 100%),
      url("img/top/bottom-cta-bg.jpg") center / cover no-repeat;
  }

  .asteo-bottom-cta__inner {
    padding: 0 18px;
  }

  .asteo-bottom-cta__deco {
    width: 220px;
    margin-bottom: 22px;
  }

  .asteo-bottom-cta__title {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }

  .asteo-bottom-cta__line {
    width: 260px;
    margin: 20px auto;
  }

  .asteo-bottom-cta__lead {
    margin-bottom: 28px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    text-align: left;
  }

  .asteo-bottom-cta__lead br {
    display: none;
  }

  .asteo-bottom-cta__btns {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .asteo-bottom-cta__btn {
    width: 100%;
    height: 62px;
    font-size: 17px;
    gap: 14px;
  }

  .asteo-bottom-cta__btn i {
    font-size: 22px;
  }

  .asteo-bottom-cta__access {
    display: flex;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .asteo-bottom-cta__access::before,
  .asteo-bottom-cta__access::after {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/* ==============================
  Footer
============================== */
.asteo-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.08) 0%, rgba(6,29,60,0) 48%),
    linear-gradient(180deg, #071f3f 0%, #041733 100%);
}

.asteo-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(214,189,129,0.1) 0%, rgba(214,189,129,0) 38%),
    radial-gradient(ellipse at 90% 20%, rgba(214,189,129,0.08) 0%, rgba(214,189,129,0) 34%);
  pointer-events: none;
}

.asteo-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1fr;
  gap: 64px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 48px 70px;
}

.asteo-footer__info {
  padding-right: 48px;
  border-right: 1px solid rgba(255,255,255,0.28);
}

.asteo-footer__logo {
  display: block;
  width: 350px;
  max-width: 100%;
  margin-bottom: 36px;
}

.asteo-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.asteo-footer__address {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.9);
}

.asteo-footer__address i,
.asteo-footer__time-title i {
  color: #d6bd81;
  font-size: 28px;
}

.asteo-footer__address p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

.asteo-footer__tel {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 38px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.asteo-footer__tel i {
  color: #d6bd81;
  font-size: 26px;
}

.asteo-footer__time-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.asteo-footer__time-box {
  border: 1px solid rgba(255,255,255,0.38);
}

.asteo-footer__time-box p {
  margin: 0;
  padding: 10px 22px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.asteo-footer__time-box p + p {
  border-top: 1px solid rgba(255,255,255,0.28);
}

.asteo-footer__heading {
  position: relative;
  margin: 0 0 42px;
  color: #d6bd81;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1;
  text-align: center;
}

.asteo-footer__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 82px;
  height: 14px;
  background:
    radial-gradient(circle at center, #d6bd81 0 3px, transparent 4px),
    linear-gradient(90deg, #d6bd81 0%, #d6bd81 100%);
  background-size: 100% 14px, 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

/* sitemap */
.asteo-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-footer__nav-item {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.24);
}

.asteo-footer__nav-link {
  position: relative;
  display: block;
  padding: 18px 52px 18px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.asteo-footer__nav-link::before {
  content: "›";
  position: absolute;
  left: 8px;
  top: 50%;
  color: #d6bd81;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.asteo-footer__nav-link:hover {
  color: #d6bd81;
}

.asteo-footer__submenu-btn {
  position: absolute;
  top: 18px;
  right: 8px;
  display: none;
  width: 34px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.asteo-footer__submenu-btn::before,
.asteo-footer__submenu-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #d6bd81;
  transform: translate(-50%, -50%);
}

.asteo-footer__submenu-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.has-footer-submenu.is-open .asteo-footer__submenu-btn::after {
  opacity: 0;
}

.asteo-footer__submenu {
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);
  z-index: 5;
  min-width: 230px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: rgba(255,255,255,0.96);
  border: 1px solid #d6bd81;
  box-shadow: 0 12px 26px rgba(0,0,0,0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.has-footer-submenu:hover .asteo-footer__submenu,
.has-footer-submenu:focus-within .asteo-footer__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.asteo-footer__submenu a {
  display: block;
  padding: 10px 18px;
  color: #0b2144;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  transition: color 0.3s ease, background 0.3s ease;
}

.asteo-footer__submenu a:hover {
  color: #b18a46;
  background: #fbf8f1;
}

/* right */
.asteo-footer__right {
  display: grid;
  gap: 58px;
  align-content: start;
}

.asteo-footer__reserve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 92px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #b18a46 0%, #d0ad66 100%);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 10px 24px rgba(0,0,0,0.24);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.asteo-footer__reserve-btn:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.asteo-footer__reserve-btn i {
  font-size: 30px;
}

.asteo-footer__sns-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asteo-footer__sns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 24px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 50%;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.asteo-footer__sns-list a:hover {
  color: #d6bd81;
  border-color: #d6bd81;
  transform: translateY(-2px);
}

.asteo-footer__copy {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(214,189,129,0.42);
  text-align: center;
}

.asteo-footer__copy p {
  margin: 0;
  padding: 24px 18px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* ==============================
  Footer Tablet
============================== */
@media screen and (max-width: 1100px) {
  .asteo-footer__inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 60px 32px 58px;
  }

  .asteo-footer__info {
    padding-right: 0;
    border-right: none;
  }

  .asteo-footer__logo {
    margin: 0 auto 32px;
  }

  .asteo-footer__sitemap {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .asteo-footer__right {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .asteo-footer__submenu {
    left: auto;
    right: 0;
  }
}

/* ==============================
  Footer SP
============================== */
@media screen and (max-width: 767px) {
  .asteo-footer__inner {
    gap: 40px;
    padding: 48px 18px 46px;
  }

  .asteo-footer__logo {
    width: 250px;
    margin-bottom: 28px;
  }

  .asteo-footer__address {
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }

  .asteo-footer__address i,
  .asteo-footer__time-title i {
    font-size: 22px;
  }

  .asteo-footer__address p {
    font-size: 14px;
  }

  .asteo-footer__tel {
    font-size: 30px;
    letter-spacing: 0.08em;
  }

  .asteo-footer__time-title {
    font-size: 15px;
  }

  .asteo-footer__time-box p {
    padding: 10px 14px;
    font-size: 13px;
  }

  .asteo-footer__heading {
    margin-bottom: 36px;
    font-size: 16px;
  }

  .asteo-footer__nav-link {
    padding: 16px 52px 16px 30px;
    font-size: 16px;
  }

  .asteo-footer__submenu-btn {
    display: block;
  }

  .asteo-footer__submenu {
    position: static;
    max-height: 0;
    overflow: hidden;
    min-width: auto;
    padding: 0;
    background: rgba(255,255,255,0.08);
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.35s ease;
  }

  .has-footer-submenu:hover .asteo-footer__submenu,
  .has-footer-submenu:focus-within .asteo-footer__submenu {
    transform: none;
  }

  .has-footer-submenu.is-open .asteo-footer__submenu {
    max-height: 420px;
    padding: 8px 0 14px;
  }

  .asteo-footer__submenu a {
    padding: 9px 18px 9px 42px;
    color: rgba(255,255,255,0.86);
    font-size: 13px;
  }

  .asteo-footer__submenu a:hover {
    color: #d6bd81;
    background: rgba(255,255,255,0.08);
  }

  .asteo-footer__reserve-btn {
    height: 66px;
    gap: 14px;
    font-size: 17px;
  }

  .asteo-footer__reserve-btn i {
    font-size: 22px;
  }

  .asteo-footer__sns-list {
    gap: 16px;
  }

  .asteo-footer__sns-list a {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .asteo-footer__copy p {
    font-size: 11px;
  }
}

/* セクション全体 */
.treatment-menu {
  position: relative;
  overflow: hidden;
  padding: 54px 20px 130px;
  background:
    radial-gradient(circle at 82% 18%, rgba(197, 159, 82, 0.12) 0 1px, transparent 2px),
    linear-gradient(180deg, #fbf7ef 0%, #f7f1e7 100%);
  color: #092845;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* 下部の青背景 */
.treatment-menu::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -150px;
  width: 116%;
  height: 260px;
  background: #082542;
  border-radius: 50% 50% 0 0 / 36% 36% 0 0;
  z-index: 0;
}

/* ゴールドの曲線 */
.treatment-menu::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 96px;
  width: 116%;
  height: 120px;
  border-bottom: 2px solid rgba(196, 151, 63, 0.45);
  border-radius: 0 0 50% 50%;
  transform: rotate(-3deg);
  pointer-events: none;
  z-index: 0;
}

.treatment-menu__inner {
  position: relative;
  z-index: 1;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}

/* MENUの英字見出し */
.treatment-menu__en {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 26px;
  color: #b58a3c;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1;
}

/* カード見出し */
.treatment-card__title {
  margin: 0 0 18px;
  color: #092845;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
}

/* 装飾ライン左右のゴールドライン＋中央3ドット*/
.treatment-menu__en::after,
.treatment-card__title::after {
  content: "";
  display: block;
  width: 130px;
  height: 12px;
  margin: 8px auto 0;
  background-image:
    linear-gradient(#c9a55a, #c9a55a),
    linear-gradient(#c9a55a, #c9a55a),
    radial-gradient(circle, #c9a55a 0 3px, transparent 3.5px),
    radial-gradient(circle, #c9a55a 0 3px, transparent 3.5px),
    radial-gradient(circle, #c9a55a 0 3px, transparent 3.5px);
  background-repeat: no-repeat;
  background-size:
    42px 1px,
    42px 1px,
    6px 6px,
    6px 6px,
    6px 6px;
  background-position:
    left center,
    right center,
    calc(50% - 12px) center,
    center center,
    calc(50% + 12px) center;
}


/* カードを横並びにし、カード下部の高さを揃える */
.treatment-menu__cards {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  align-items: stretch;
  gap: 28px;
  margin-bottom: 32px;
}

/* カード共通 */
.treatment-card {
  position: relative;
  padding: 105px 26px 28px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(194, 151, 66, 0.5);
  border-radius: 2px;
  box-shadow:
    0 4px 14px rgba(74, 49, 13, 0.12),
    inset 0 0 0 5px rgba(255, 255, 255, 0.72);
}

/* カード上部のリボン */
.treatment-card__ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 124px;
  height: 34px;
  background: #082542;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}

/* アイコン画像の配置 */
.treatment-card__icon {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translateX(-50%);
}

.treatment-card__icon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* カード説明文 */
.treatment-card__text {
  margin: 0 0 22px;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* メニューリスト */
.treatment-card__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.treatment-card__list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.treatment-card__list li {
  margin: 0;
}

.treatment-card__list a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 45px;
  padding: 8px 34px 8px 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(215, 190, 139, 0.8);
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(70, 46, 10, 0.08);
  color: #092845;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

/* メニューリスト：ホバー時に少し上へ持ち上げる */
.treatment-card__list a:hover {
  transform: translateY(-2px);
  background: #fffaf0;
}

.treatment-card__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b58a3c;
  border-right: 1px solid #b58a3c;
  transform: translateY(-50%) rotate(45deg);
}

/* 中央カードの高さ */
.treatment-card--wide {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 28px;
}

/* 注釈 */
.treatment-menu__note {
  position: relative;
  z-index: 3;
  margin: 0;
  padding-bottom: 18px;
  color: #4c4c4c;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

/* スマホサイズの時のみ有効になるCSS */
@media only screen and (max-width: 480px) {
  .treatment-menu {
    padding: 44px 16px 140px;
  }

  .treatment-menu::before {
    bottom: -120px;
    height: 240px;
  }

  .treatment-menu::after {
    bottom: 100px;
  }

  .treatment-menu__cards {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 28px;
  }

  .treatment-card,
  .treatment-card--wide {
    height: auto;
    padding: 105px 18px 24px;
  }

  /* スマホではカード内のリストを1カラムにする */
  .treatment-card__list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

/* =====================================
   診療カレンダー・お知らせ
===================================== */
.asteo-info-section {
	position: relative;
	padding: 100px 20px;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 100% 0,
			rgba(18, 65, 116, 0.07) 0,
			rgba(18, 65, 116, 0) 32%
		),
		linear-gradient(
			180deg,
			#ffffff 0%,
			#f6f9fc 100%
		);
}

.asteo-info-section::after {
	content: "";
	position: absolute;
	right: -180px;
	bottom: -240px;
	width: 620px;
	height: 420px;
	border: 1px solid rgba(19, 61, 107, 0.08);
	border-radius: 50%;
	transform: rotate(-10deg);
	pointer-events: none;
}

.asteo-info-section__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.asteo-info-section__heading {
	margin-bottom: 48px;
	text-align: center;
}

.asteo-info-section__en {
	display: block;
	margin-bottom: 10px;
	color: #6782a1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	letter-spacing: 0.18em;
}

.asteo-info-section .asteo-info-section__title {
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	color: #133d6b !important;
	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		serif;
	font-size: 38px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.08em !important;
	text-align: center !important;
}

.asteo-info-section .asteo-info-section__title::before,
.asteo-info-section .asteo-info-section__title::after {
	content: none !important;
	display: none !important;
}


/* =====================================
   2カラム
===================================== */
.asteo-info-section__grid {
	display: grid;
	grid-template-columns:
		minmax(0, 1.15fr)
		minmax(380px, 0.85fr);
	gap: 30px;
	align-items: stretch;
}


/* =====================================
   共通パネル
===================================== */
.asteo-info-panel {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 30px;
	border: 1px solid rgba(28, 69, 112, 0.15);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 30px rgba(22, 58, 96, 0.08);
	box-sizing: border-box;
}

.asteo-info-panel__heading {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 25px;
	padding-bottom: 18px;
	border-bottom: 1px solid #cbd5df;
}

.asteo-info-panel__icon {
	display: flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #133d6b;
	box-sizing: border-box;
}

.asteo-info-panel__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: #fff;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.asteo-info-panel__title {
	margin: 0 !important;
	padding: 0 !important;
	color: #183c66 !important;
	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		serif;
	font-size: 23px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.06em !important;
}


/* =====================================
   XO Event Calendar
===================================== */
.asteo-info-panel__calendar-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.asteo-info-section #calen {
	width: 100%;
	margin: 0;
}

.asteo-info-section #calen .xo-event-calendar {
	width: 100%;
	margin: 0;
}

/* =====================================
   XO Event Calendar 2か月表示
===================================== */

/* 2か月全体を横並び */
.asteo-info-section #calen .xo-event-calendar .xo-months {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
	align-items: start !important;
	width: 100%;
}

/* 各月の外枠 */
.asteo-info-section #calen .xo-month-wrap {
	display: block !important;
	align-self: start !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
}

/* カレンダー本体 */
.asteo-info-section #calen table.xo-month {
	display: table !important;
	flex: none !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	table-layout: fixed !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

/* 行が縦に引き伸ばされるのを防止 */
.asteo-info-section #calen table.xo-month thead,
.asteo-info-section #calen table.xo-month tbody,
.asteo-info-section #calen table.xo-month tr {
	height: auto !important;
}

/* 7列を均等幅にする */
.asteo-info-section #calen table.xo-month th,
.asteo-info-section #calen table.xo-month td {
	width: 14.285714% !important;
	box-sizing: border-box;
}

.asteo-info-section #calen table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.asteo-info-section #calen caption {
	padding-bottom: 12px;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.asteo-info-section #calen th,
.asteo-info-section #calen td {
	box-sizing: border-box;
}


/* =====================================
   お知らせ一覧
===================================== */
.asteo-info-news {
	flex: 1;
}

.asteo-info-news__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.asteo-info-news__item {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #cfd7e0;
}

.asteo-info-news__item:first-child {
	border-top: none;
}

.asteo-info-news__link {
	display: grid;
	grid-template-columns: 115px minmax(0, 1fr) 15px;
	gap: 20px;
	align-items: center;
	padding: 20px 8px;
	color: inherit;
	text-decoration: none;
	transition:
		background-color 0.3s,
		opacity 0.3s;
}

.asteo-info-news__link:hover {
	background: #f5f8fb;
	opacity: 0.8;
}

.asteo-info-news__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}

.asteo-info-news__date {
	display: block;
	color: #234f80;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.asteo-info-news__label {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
	background: #edf3f8;
	color: #315d89;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.asteo-info-news__title {
	color: #252525;
	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		serif;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.025em;
}

.asteo-info-news__arrow {
	color: #244f7f;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.3s;
}

.asteo-info-news__link:hover .asteo-info-news__arrow {
	transform: translateX(4px);
}

.asteo-info-news__empty {
	margin: 30px 0;
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}


/* =====================================
   お知らせ一覧ボタン
===================================== */
.asteo-info-panel__button-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
}

.asteo-info-panel__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 280px;
	min-height: 55px;
	padding: 10px 22px;
	border: 1px solid #153f6d;
	background: #fff;
	color: #153f6d;
	font-family:
		"Noto Serif JP",
		"Yu Mincho",
		"YuMincho",
		serif;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-decoration: none;
	box-sizing: border-box;
	transition:
		background-color 0.3s,
		color 0.3s;
}

.asteo-info-panel__button:hover {
	background: #153f6d;
	color: #fff;
}


/* =====================================
   タブレット
===================================== */
@media screen and (max-width: 1100px) {

	.asteo-info-section__grid {
		grid-template-columns: 1fr;
	}

	.asteo-info-panel {
		padding: 30px;
	}

}


/* =====================================
   スマートフォン
===================================== */
@media screen and (max-width: 767px) {

	.asteo-info-section {
		padding: 65px 15px;
	}

	.asteo-info-section__heading {
		margin-bottom: 32px;
	}

	.asteo-info-section__en {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.asteo-info-section .asteo-info-section__title {
		font-size: 27px !important;
		line-height: 1.6 !important;
		letter-spacing: 0.04em !important;
	}

	.asteo-info-section__grid {
		gap: 22px;
	}

	.asteo-info-panel {
		padding: 22px 16px;
		border-radius: 7px;
	}

	.asteo-info-panel__heading {
		gap: 10px;
		margin-bottom: 20px;
		padding-bottom: 14px;
	}

	.asteo-info-panel__icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
	}

	.asteo-info-panel__icon svg {
		width: 20px;
		height: 20px;
	}

	.asteo-info-panel__title {
		font-size: 20px !important;
	}

	/* カレンダーはSPで1か月ずつ縦並び */
	.asteo-info-section #calen .xo-event-calendar .xo-months {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.asteo-info-section #calen .xo-month-wrap {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

	.asteo-info-section #calen table.xo-month {
		width: 100% !important;
		height: auto !important;
	}

	.asteo-info-section #calen .xo-month:last-child {
		margin-bottom: 0 !important;
	}

	.asteo-info-news__link {
		grid-template-columns: 1fr 13px;
		gap: 10px;
		padding: 18px 5px;
	}

	.asteo-info-news__meta {
		grid-column: 1 / 2;
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}

	.asteo-info-news__title {
		grid-column: 1 / 2;
		display: block;
		font-size: 15px;
		line-height: 1.7;
	}

	.asteo-info-news__arrow {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		align-self: center;
	}

	.asteo-info-panel__button-wrap {
		margin-top: 22px;
	}

	.asteo-info-panel__button {
		width: 100%;
	}

}