@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&family=EB+Garamond&family=Amiri&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common */
*, *::before, *::after {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #285035;
  --primary-pale: #98AA9E;
  --accent: #AF7B0E;
  --accent-pale: #F4EBD7;
  --success: #4caf50;
  --warning: #ff9800;
  --error: #f44336;
  --disabled: #999;
  --emphasis: #cc3300;
  --text: #141414;
  --text-light: #CCCCCC;
  --border:#DADADA;
  --bg:#F8F5EE;
  --highlight: #f8f882;
  --white: #fff;
  --black: #000;
}

:root {
  --fs-page-title: clamp(2.25rem, 0.1071428571rem + 8.5714285714vw, 3rem);
  --fs-section-heading: clamp(1.5rem, 0.0714285714rem + 5.7142857143vw, 2rem);
  --fs-subsection-heading: clamp(1.25rem, -0.1785714286rem + 5.7142857143vw, 1.75rem);
  --fs-card-heading: clamp(1.125rem, 0.4107142857rem + 2.8571428571vw, 1.375rem);
  --fs-inline-heading: clamp(1rem, 0.6428571429rem + 1.4285714286vw, 1.125rem);
  --fs-lead: clamp(1rem, 0.2857142857rem + 2.8571428571vw, 1.25rem);
  --fs-body: clamp(0.875rem, 0.5178571429rem + 1.4285714286vw, 1rem);
  --fs-note: clamp(0.75rem, 0.3928571429rem + 1.4285714286vw, 0.875rem);
  --fs-small: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
}

@-webkit-keyframes navfadein {
  0% {
    transform: translateX(-24px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes navfadein {
  0% {
    transform: translateX(-24px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bigTextMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes bigTextMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes photoAnim {
  0% {
    -webkit-mask-size: 0% 50%;
            mask-size: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    opacity: 1;
  }
}
@keyframes photoAnim {
  0% {
    -webkit-mask-size: 0% 50%;
            mask-size: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes bgMove {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bgMove {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadePhoto1 {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadePhoto1 {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadePhoto2 {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadePhoto2 {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadePhoto3 {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadePhoto3 {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadePhoto4 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadePhoto4 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadePhoto5 {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadePhoto5 {
  0% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
.ff-noto {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
}

.ff-zen {
  font-family: "Zen Old Mincho", serif;
}

.ff-garamond {
  font-family: "EB Garamond", serif;
}

.ff-amiri {
  font-family: "Amiri", serif;
}

.page-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-title p {
  font-family: "EB Garamond", serif;
  font-size: clamp(0.75rem, 0.3928571429rem + 1.4285714286vw, 0.875rem);
  line-height: 1.4;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.page-title h1 {
  font-size: clamp(1.75rem, 0.6785714286rem + 4.2857142857vw, 2.125rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--white);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
.section-heading p {
  font-family: "EB Garamond", serif;
  font-size: clamp(1rem, 0.6428571429rem + 1.4285714286vw, 1.125rem);
  line-height: 1.2;
  color: var(--accent);
}
.section-heading h1, .section-heading h2 {
  font-size: clamp(1.625rem, 0.5535714286rem + 4.2857142857vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--primary);
}
.section-heading h1.c-white, .section-heading h2.c-white {
  color: var(--white);
}
.section-heading.left {
  align-items: flex-start;
  text-align: left;
}
.section-heading.white p, .section-heading.white h2 {
  color: var(--white);
}

.block-heading {
  font-size: clamp(1.375rem, 0.6607142857rem + 2.8571428571vw, 1.625rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary);
}

.lead {
  font-size: clamp(0.875rem, 0.1607142857rem + 2.8571428571vw, 1.125rem);
  line-height: 1.6;
}

.text-xl {
  font-size: clamp(1.25rem, 0.5357142857rem + 2.8571428571vw, 1.5rem);
  line-height: 1.5;
}

.text-l {
  font-size: clamp(1rem, 0.2857142857rem + 2.8571428571vw, 1.25rem);
  line-height: 1.6;
}

.text-name {
  font-size: clamp(1.125rem, 0.4107142857rem + 2.8571428571vw, 1.375rem);
  line-height: 1.6;
  color: var(--primary);
}

.text {
  font-size: clamp(0.75rem, 0.0357142857rem + 2.8571428571vw, 1rem);
  line-height: 1.8;
  color: var(--text);
}

.note {
  font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
  line-height: 1.6;
}

.text-s {
  font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
  line-height: 1;
}

.c-primary {
  color: var(--primary);
}

.c-accent {
  color: var(--accent);
}

.c-white {
  color: var(--white);
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.marker {
  background: linear-gradient(to top, var(--highlight) 50%, transparent 50%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.kome::before {
  content: "※";
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.5rem;
}

.site-title {
  margin-right: auto;
}
.site-title a {
  font-size: clamp(1.125rem, 0.4107142857rem + 2.8571428571vw, 1.375rem);
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

.icon-wrap {
  display: flex;
  gap: 12px;
}

.toggle {
  display: none;
}
@media (max-width: 1024px) {
  .toggle {
    background: var(--primary);
    width: 27px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    border-radius: 5px;
  }
  .toggle span {
    width: 50%;
    height: 1px;
    background: var(--white);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background: var(--white);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -5px;
    left: 0;
  }
  .toggle span::after {
    top: 5px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.gnav {
  display: none;
}
@media (max-width: 1024px) {
  .gnav {
    --header-height: 60px;
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    background: var(--primary);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
  }
  .gnav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .gnav ul {
    width: 100%;
    height: 100%;
    padding: 2rem;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .gnav ul a {
    padding: 16px;
    color: var(--white);
    font-size: 1.5rem;
  }
}

.footer {
  background: var(--primary);
  padding: 32px 0 10px;
}
.footer .container {
  width: 88%;
  margin-inline: auto;
}

.f-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  color: var(--white);
}
.f-heading h2 {
  font-size: clamp(1rem, 0.2857142857rem + 2.8571428571vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
.f-heading p {
  font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
  color: var(--primary-pale);
}

.f-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-nav a {
  padding: 1em;
  color: var(--white);
  font-size: clamp(0.75rem, 0.3928571429rem + 1.4285714286vw, 0.875rem);
}
.f-nav a:not(:first-of-type) {
  position: relative;
}
.f-nav a:not(:first-of-type)::before {
  content: "/";
  color: var(--accent);
  position: absolute;
  left: -0.25em;
}

.copyright {
  text-align: center;
  font-size: 0.625rem;
  color: var(--primary-pale);
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}

.list-counter {
  counter-reset: list-counter;
}
.list-counter > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1em;
}
.list-counter > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  inset: 0;
}

.link-text {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.link-text-outside {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  padding-right: 1.25em;
  position: relative;
  display: inline-block;
}
.link-text-outside::after {
  content: "";
  width: 1em;
  height: 1lh;
  background: url(../images/outside-link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}

.btn {
  background: var(--accent);
  color: var(--white);
  font-size: clamp(1rem, 0.6428571429rem + 1.4285714286vw, 1.125rem);
  font-weight: 600;
  border-radius: 10px;
  width: 70%;
  height: 50px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  box-shadow: 1px 2px 0 rgba(165, 165, 165, 0.4);
}
.btn span {
  position: relative;
  padding-right: 1.5em;
}
.btn span::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.btn.primary {
  background: var(--primary);
  width: 85%;
}
.btn.tel {
  background: var(--primary);
  width: 85%;
  box-shadow: 1px 2px 0 rgba(88, 71, 34, 0.4);
}
.btn.tel span {
  padding-right: 0;
  padding-left: 1.5em;
}
.btn.tel span::after {
  width: 1.25em;
  -webkit-mask: url(../images/icon-phone.svg) no-repeat center/contain;
          mask: url(../images/icon-phone.svg) no-repeat center/contain;
  background: var(--white);
  right: initial;
  left: 0;
}
.btn.instagram {
  width: 100%;
  background: linear-gradient(-165deg, #8000FF, #D40087, #FFD600);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.sec {
  container-type: inline-size;
  padding: clamp(32px, 11.8518518519vw, 64px) 0;
}
.sec .container {
  width: min(540px, 88%);
  margin-inline: auto;
}

.bg-base {
  background: var(--bg);
}

.bg-contact {
  background: var(--accent);
}

.bg-white {
  background: var(--white);
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 540px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 540px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}
.grid.grid32 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 540px) {
  .grid.grid32 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.grid41 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 540px) {
  .grid.grid41 {
    grid-template-columns: 1fr;
  }
}
.grid.grid42 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 540px) {
  .grid.grid42 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.grid12fr {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 540px) {
  .grid.grid12fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid13fr {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 540px) {
  .grid.grid13fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid21fr {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 540px) {
  .grid.grid21fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid31fr {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 540px) {
  .grid.grid31fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid64fr {
  grid-template-columns: 6fr 4fr;
}
@media (max-width: 540px) {
  .grid.grid64fr {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.jc-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.fd-column {
  flex-direction: column;
}

.flex1 {
  flex: 1;
}

.gap80 {
  gap: clamp(16px, 14.8148148148vw, 80px);
}

.gap48 {
  gap: clamp(16px, 8.8888888889vw, 48px);
}

.gap40 {
  gap: clamp(16px, 7.4074074074vw, 40px);
}

.gap32 {
  gap: clamp(16px, 5.9259259259vw, 32px);
}

.gap24 {
  gap: clamp(16px, 4.4444444444vw, 24px);
}

.gap16 {
  gap: clamp(8px, 2.962962963vw, 16px);
}

.gap8 {
  gap: 8px;
}

.mt120 {
  margin-top: clamp(64px, 22.2222222222vw, 120px);
}

.mt96 {
  margin-top: clamp(64px, 17.7777777778vw, 96px);
}

.mt80 {
  margin-top: clamp(56px, 14.8148148148vw, 80px);
}

.mt64 {
  margin-top: clamp(40px, 11.8518518519vw, 64px);
}

.mt48 {
  margin-top: clamp(36px, 8.8888888889vw, 48px);
}

.mt40 {
  margin-top: clamp(32px, 7.4074074074vw, 40px);
}

.mt32 {
  margin-top: clamp(24px, 5.9259259259vw, 32px);
}

.mt24 {
  margin-top: clamp(16px, 4.4444444444vw, 24px);
}

.mt16 {
  margin-top: clamp(12px, 2.962962963vw, 16px);
}

.mt8 {
  margin-top: 8px;
}

.mt4 {
  margin-top: 4px;
}

.tab-primary {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid var(--text);
}
.tab-primary > li {
  flex: 1 1 auto;
  cursor: pointer;
}

.tab-primary-content > li {
  display: none;
}
.tab-primary-content > li.is-active {
  display: initial;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

body {
  font-feature-settings: "palt";
  font-size: clamp(0.75rem, 0.3928571429rem + 1.4285714286vw, 0.875rem);
  line-height: 1.15;
  font-optical-sizing: auto;
  color: var(--text);
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  background: #666;
}

.lp-container {
  position: relative;
  width: min(540px, 100%);
  margin-inline: auto;
  height: 100%;
  background: #fff;
}

.mv-wrap {
  padding-bottom: clamp(48px, 11.8518518519vw, 64px);
}

.hero-area {
  overflow: hidden;
  border-radius: 30px;
  width: calc(100% - 20px);
  margin-inline: auto;
}
.hero-area .catchcopy-area {
  background: var(--primary);
  color: var(--white);
  padding: 30px 8px;
}
.hero-area .catchcopy-area .sub {
  font-size: clamp(1rem, 0.6428571429rem + 1.4285714286vw, 1.125rem);
  font-weight: 400;
  text-align: center;
  color: var(--white);
}
.hero-area .catchcopy-area .maincatch {
  margin-top: 8px;
  font-size: clamp(1.5rem, 0.7857142857rem + 2.8571428571vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: var(--white);
}

.induction {
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.induction p {
  font-size: 0.75rem;
  color: var(--primary);
  font-family: "EB Garamond", serif;
  text-align: center;
}
.induction span {
  width: 1px;
  flex: 1;
  display: block;
  background: var(--primary);
}

.img-right-side {
  width: 92%;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.img-right-side.large {
  border-radius: 30px 0 0 30px;
}

.img-left-side {
  width: 92%;
  margin-right: auto;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.container-why {
  background: var(--accent-pale);
  border-radius: 10px;
  padding: 24px 20px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-card {
  background: var(--white);
  border-radius: 0 20px 0 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  counter-reset: 0;
  counter-increment: number;
  position: relative;
}
.why-card::before {
  content: "0" counter(number);
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  display: grid;
  place-items: center;
  position: absolute;
  top: -10px;
  right: 0;
}
.why-card .icon {
  display: block;
  width: 40px;
  aspect-ratio: 1;
}

.menu-card {
  border-top: 1px solid var(--border);
}
.menu-card > a {
  padding: 28px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.menu-card > a::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--primary);
  position: absolute;
  right: 20px;
  top: calc(50% - 0.5em);
}
.menu-card > a h3 {
  color: var(--text);
  font-size: clamp(1.25rem, 0.5357142857rem + 2.8571428571vw, 1.5rem);
  font-weight: 500;
}

.doctor-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.doctor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctor-card figure {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.doctor-card .name {
  margin-top: 1rem;
  font-size: clamp(1.125rem, 0.4107142857rem + 2.8571428571vw, 1.375rem);
  font-weight: 700;
  color: var(--primary);
}
.doctor-card .post {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.5178571429rem + 1.4285714286vw, 1rem);
  color: var(--primary);
}

.container-news {
  background: var(--bg);
  border-radius: 10px;
  padding: 24px 20px;
}

.news-list {
  background: var(--white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.news-card {
  border-bottom: 1px solid var(--border);
}
.news-card a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news-card .date-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.news-card .date-wrap time {
  font-size: clamp(0.75rem, 0.3928571429rem + 1.4285714286vw, 0.875rem);
  color: var(--accent);
  font-family: "Amiri", serif;
}
.news-card .date-wrap .cate {
  background: var(--accent);
  color: var(--white);
  font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
  font-weight: 500;
  display: grid;
  place-items: center;
  padding: 0.25em 0.5em;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
  border-radius: 0.25rem;
}
.news-card .date-wrap .new-info {
  background: var(--primary);
  color: var(--white);
  font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
  font-weight: 500;
  display: grid;
  place-items: center;
  padding: 0.375em 0.5em 0.125em;
  font-family: "Amiri", serif;
  border-radius: 0.25rem;
}
.news-card .text {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
}

.img-round {
  overflow: hidden;
  border-radius: 10px;
}

.shop-info dt {
  font-size: clamp(0.875rem, 0.5178571429rem + 1.4285714286vw, 1rem);
  color: var(--white);
  background: var(--primary);
  padding: 0.25em 0.5em;
}
.shop-info dd {
  padding-block: 1rem;
}
.shop-info .info-detail {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1rem;
  align-items: flex-start;
}

.instagram-feed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.instagram-feed li {
  border-radius: 10px;
  overflow: hidden;
}

.cta-wrap {
  display: none;
}
@media (max-width: 540px) {
  .cta-wrap {
    position: fixed;
    top: 400px;
    right: 0;
    width: 48px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 90;
  }
  .cta-wrap .tel, .cta-wrap .map {
    border: 1px solid var(--accent);
    border-right: 0;
    padding: 24px 4px;
    background: var(--accent);
    color: var(--white);
    font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
    font-weight: 600;
    line-height: 1.4;
    border-radius: 5px 0 0 5px;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cta-wrap .tel span, .cta-wrap .map span {
    display: block;
    padding-top: 2.5em;
    position: relative;
  }
  .cta-wrap .tel span::before, .cta-wrap .map span::before {
    content: "";
    width: 2em;
    aspect-ratio: 1;
    -webkit-mask: url(../images/icon-phone.svg) no-repeat center/contain;
            mask: url(../images/icon-phone.svg) no-repeat center/contain;
    background: var(--white);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta-wrap .map {
    border: 1px solid var(--primary);
    border-right: 0;
    background: var(--white);
    color: var(--primary);
  }
  .cta-wrap .map span::before {
    -webkit-mask: url(../images/icon-pin.svg) no-repeat center/contain;
            mask: url(../images/icon-pin.svg) no-repeat center/contain;
    background: var(--primary);
  }
}

.lower-fv {
  padding-block: 32px;
  position: relative;
}
.lower-fv::before {
  content: "";
  width: 94%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary);
  border-radius: 0 30px 30px 0;
  z-index: 0;
}
.lower-fv .inner {
  position: relative;
  padding-left: 7%;
  padding-right: 12%;
  z-index: 1;
}
.lower-fv figure {
  position: relative;
  z-index: 1;
}

.consultation-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.consul-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.consul-card figure {
  width: 100%;
  aspect-ratio: 33/19;
  overflow: hidden;
}
.consul-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consul-card .text-box {
  padding: 20px;
}
.consul-card .text-box .title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.consul-card .text-box .title::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background: url(../images/accordion-btn.webp) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.consul-card .text-box .title.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.consul-card .text-box .title span {
  background: var(--accent);
  padding: 0.25em 0.5em;
  color: var(--white);
  font-size: clamp(0.625rem, 0.2678571429rem + 1.4285714286vw, 0.75rem);
  border-radius: 4px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.consul-card .text-box .title .name {
  font-size: clamp(1.125rem, 0.4107142857rem + 2.8571428571vw, 1.375rem);
  font-weight: 700;
  color: var(--primary);
}
.consul-card .text-box .title .text {
  font-weight: 500;
}
.consul-card hr {
  margin-block: 8px;
  border: 0;
  border-top: 1px solid var(--border);
}

.flow-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flow-card {
  padding-left: 60px;
  position: relative;
  counter-reset: 0;
  counter-increment: flow-number;
}
.flow-card::before {
  content: "0" counter(flow-number);
  width: 40px;
  aspect-ratio: 1;
  font-family: "EB Garamond", serif;
  background: var(--primary);
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.flow-card h3 {
  font-size: clamp(1.125rem, 0.4107142857rem + 2.8571428571vw, 1.375rem);
  font-weight: 700;
  color: var(--primary);
}
/*# sourceMappingURL=style.css.map */