@charset "utf-8";
/* Google Fontsの正しいインポート */
@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f2ede1;
  --color-txt: #4c4948;
  --color-gray-light: #f5f5f5;
  --color-gray: #ccc;
  --color-gray-darken: #535353;
  --color-theme: #79b791;
  --color-theme-light: #abd1b5;
  --color-theme-second-light: #edf4ed;
  --color-theme-second: #6e4118;
  --color-accent: #ca907e;
  --color-red: #cc0000;
  --color-blue: #3296e6;
  --color-green: #5ec618;
  --color-green-dark: #4aa012;
  --color-green-light: #b6e597;
  --color-line: #06c755;
  --color-sakura: #fc80a5;
  --color-orange: #ff7415;
  --color-yellow: #fec601;
  --color-cream: #ffef8f;
  --color-cream-light: #fff2cb;
  --color-insta: #ff0069;
  --color-insta-light: #ff96c1;
  --font-base:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
  --text-glow:
    0 0 6px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 0.95), 0 0 32px rgba(255, 255, 255, 0.85),
    0 0 52px rgba(255, 255, 255, 0.7), 0 0 80px rgba(255, 252, 245, 0.55);
  --image-glow: drop-shadow(0 0 6px rgba(255, 255, 255, 1)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 32px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 52px rgba(255, 255, 255, 0.7));
  --content-width: 80%;
  --content-width: 80vw;
  --header-height-initial: 14rem;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: var(--font-base);
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 62.5%;
  color: var(--color-txt);
  background-color: #fff;
}

@media only screen and (max-width: 599px) {
  html {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
  }

  body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
}

/* Reset for all elements */
/* prettier-ignore */
div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

a {
  color: var(--color-theme);
  text-decoration: none;
}

/* 外部サイトへのリンク（自サイト以外の http(s)） */
a[href^="http://"]:not([href*="meidaimae-art-clinic.jp"]):not(.no-external-icon):not(.yoyaku-btn):not(.access-sns-link)::before,
a[href^="https://"]:not([href*="meidaimae-art-clinic.jp"]):not(.no-external-icon):not(.yoyaku-btn):not(.access-sns-link)::before
{
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-right: 0.35em;
  vertical-align: -0.05em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M9.5 1.5H14.5V6.5H13V4.06L7.78 9.28 6.72 8.22 11.94 3H9.5V1.5ZM2.5 3.5H6.5V2H2C1.17 2 0.5 2.67 0.5 3.5V13.5C0.5 14.33 1.17 15 2 15H12C12.83 15 13.5 14.33 13.5 13.5V9H12V13.5H2.5V3.5Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M9.5 1.5H14.5V6.5H13V4.06L7.78 9.28 6.72 8.22 11.94 3H9.5V1.5ZM2.5 3.5H6.5V2H2C1.17 2 0.5 2.67 0.5 3.5V13.5C0.5 14.33 1.17 15 2 15H12C12.83 15 13.5 14.33 13.5 13.5V9H12V13.5H2.5V3.5Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* 画像だけの外部リンクはアイコンを付けない */
a[href^="http://"]:not([href*="meidaimae-art-clinic.jp"]):has(> img:only-child)::before,
a[href^="https://"]:not([href*="meidaimae-art-clinic.jp"]):has(> img:only-child)::before
{
  content: none;
  display: none;
}

/* 外部リンク用ボタン（白地・テーマ色枠） */
a.link-external {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 0.9rem 1.8rem;
  border: 2px solid var(--color-theme);
  border-radius: 100rem;
  background: #fff;
  color: var(--color-theme);
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.4;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

a.link-external:hover {
  background: var(--color-theme);
  color: #fff;
  transform: translateY(-2px);
}

/* cont-btn など既存ラッパーより優先 */
.page-body .cont-btn a.link-external,
.page-body .dock-btn a.link-external,
.page-body .top-btn a.link-external {
  background: #fff;
  color: var(--color-theme);
  border: 2px solid var(--color-theme);
  border-radius: 0.8rem;
  min-height: auto;
}

.page-body .cont-btn a.link-external:hover,
.page-body .dock-btn a.link-external:hover,
.page-body .top-btn a.link-external:hover {
  background: var(--color-theme);
  color: #fff;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* MARK:レスポンシブ表示制御 */
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

/* スマホでは非表示（タブレット以上で表示）*/
@media only screen and (max-width: 599px) {
  .sp-hide {
    display: none !important;
  }
}

/* タブレットでは非表示（PC・スマホで表示）*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .tab-hide {
    display: none !important;
  }
}

/* PCでは非表示（モバイル・タブレットで表示）*/
@media only screen and (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}

/* スマホのみ表示 */
@media only screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

/* タブレット以下のみ表示 */
@media only screen and (min-width: 769px) {
  .tab {
    display: none !important;
  }
}

/* タブレットのみ表示 */
@media only screen and (max-width: 599px), only screen and (min-width: 1025px) {
  .tab-only {
    display: none !important;
  }
}

/* PCのみ表示 */
@media only screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

/* 極小スマホ（iPhone5相当）では非表示 */
@media only screen and (max-width: 320px),
  only screen and (max-width: 375px) and (max-height: 640px),
  only screen and (max-width: 414px) and (max-height: 736px) {
  .xs-hide-only {
    display: none !important;
  }
}

/* 極小スマホ（iPhone5相当）のみ表示 */
.xs-only {
  display: none !important;
}

@media only screen and (max-width: 320px),
  only screen and (max-width: 375px) and (max-height: 640px),
  only screen and (max-width: 414px) and (max-height: 736px) {
  .xs-only {
    display: block !important;
  }
}

/* Form Elements */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select {
  border-radius: 3px;
  border: solid 1px var(--color-theme);
  background-color: var(--color-gray-light);
  padding: 0.5rem;
  box-sizing: border-box;
  margin: 5px 0;
}

select {
  min-height: 40px;
}

@media only screen and (min-width: 1025px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    max-width: 100%;
  }

  textarea {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  /* 幅を制御したい特定のinput要素に対して */
  input[type="text"].full-width,
  input[type="tel"].full-width,
  input[type="email"].full-width,
  textarea.full-width {
    width: 100%;
  }
}

/* Input Styles */
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

input:focus::placeholder {
  color: transparent;
}

/* アクセシビリティのための非表示クラス */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Utility Classes */
.center {
  text-align: center;
}

.center-img,
.center-img img {
  margin-inline: auto;
}

.bold {
  font-weight: 900;
}

/* Colors */
.red {
  color: var(--color-red) !important;
}

.blue {
  color: var(--color-blue) !important;
}

.green {
  color: var(--color-theme-second) !important;
}

.orange {
  color: var(--color-orange) !important;
}

.yellow {
  color: var(--color-yellow) !important;
}

.pink {
  color: var(--color-theme) !important;
}

/* Font Sizes */
@media only screen and (min-width: 1025px) {
  .txt-10 {
    font-size: 1rem;
  }

  .txt-12 {
    font-size: 1.2rem;
  }

  .txt-14 {
    font-size: 1.4rem;
  }

  .txt-16 {
    font-size: 1.6rem;
  }

  .txt-18 {
    font-size: 1.8rem;
  }

  .txt-20 {
    font-size: 2rem;
  }

  .txt-24 {
    font-size: 2.4rem;
  }

  .txt-30 {
    font-size: 3rem;
  }

  .txt-32 {
    font-size: 3.2rem;
  }
}

.marker {
  padding-bottom: 1.5rem;
  background: linear-gradient(transparent 85%, var(--color-accent) 85%);
}

/* Font Families */

.noto_san {
  font-family: "Noto Sans JP", sans-serif;
}

/* Opacity Animation */
.opa {
  transition: var(--transition);
  backface-visibility: hidden;
}

.opa:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  backface-visibility: hidden;
}

/* Header Styles */
.site-header {
  width: 100%;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
  }

  body {
    width: 100%;
  }

  .site-header {
    width: 100%;
    padding: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* transform を付けると子の .h-menu-drawer（fixed）がヘッダー内に閉じ込められメニューが開かない */
  }

  /* .subpage の static が詳細度で上書きされていたため z-index が効かず、ドロワーが本文の下に回る */
  .subpage .site-header {
    position: fixed;
  }
}

@media screen and (max-width: 599px) {
  .site-header {
    background-color: transparent;
  }
  .header-inner {
    padding: 0.8rem 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .logo-tel-box {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    gap: 1rem;
  }

  .logo-box img {
    width: 20rem;
    width: min(48vw, 20rem);
    max-width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .logo-tel-box {
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
}

.header-inner {
  width: var(--content-width);
  padding: 1rem 0;
  margin-inline: auto;
  position: relative;
  transition: padding 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media only screen and (max-width: 1024px) {
  .header-inner {
    width: 90vw;
    max-width: none;
    box-sizing: border-box;
  }
}

/* Header Responsive */

body#top .site-header .h-tel,
body#top .site-header .g-nav ul li a {
  text-shadow: var(--text-glow);
}

body#top .site-header .logo-box img,
body#top .site-header .h-tel::before {
  filter: var(--image-glow);
}

.logo-tel-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
  transition: margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.logo-box img {
  display: block;
  width: 410px;
  height: auto;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.h-tel-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.h-tel {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  text-decoration: none;
  color: var(--color-theme-second);
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    font-size 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.h-tel::before {
  display: inline-block;
  content: "";
  background-image: url(../images/tel-icon.png);
  width: 36px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.yoyaku-btn {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  background-color: var(--color-theme);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    font-size 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    padding 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.yoyaku-btn::before {
  display: inline-block;
  content: "";
  background-image: url(../images/cal-icon.png);
  width: 30px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.h-tel:hover,
.yoyaku-btn:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

/* PC：1行目＝ロゴ｜電話・予約、2行目＝ナビ（ロゴ下・一列） */
@media only screen and (min-width: 1025px) {
  .h-box {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 1.5rem 3rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .logo-tel-box {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .h-menu-drawer {
    display: contents;
  }

  .h-menu-drawer .h-tel-box {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .h-menu-drawer .g-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    width: 100%;
  }

  .h-menu-drawer .g-nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  /* 診療案内：PCプルダウン */
  .site-header,
  .site-header .header-inner,
  .site-header .h-box,
  .site-header .g-nav {
    overflow: visible;
  }

  .g-nav > ul > li.g-nav__has-sub {
    position: relative;
  }

  .g-nav__has-sub > a {
    padding-right: 1.8rem;
  }

  .g-nav__has-sub > a::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.35rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    pointer-events: none;
  }

  .g-nav__has-sub .g-nav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 28rem;
    margin: 0;
    padding: 1.2rem 0 0;
    list-style: none;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
    z-index: 10001;
  }

  .g-nav__has-sub .g-nav-sub li {
    position: relative;
    display: block;
    padding: 0.7rem 1.6rem 0.7rem 3.2rem;
    background-color: var(--color-theme-second);
  }

  .g-nav__has-sub .g-nav-sub li:first-child {
    border-radius: 0.4rem 0.4rem 0 0;
  }

  .g-nav__has-sub .g-nav-sub li:last-child {
    border-radius: 0 0 0.4rem 0.4rem;
  }

  .g-nav__has-sub .g-nav-sub li::before {
    content: "";
    position: absolute;
    left: 1.6rem;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.45rem;
    border-radius: 50%;
    background-color: #fff;
  }

  .g-nav__has-sub .g-nav-sub li:hover,
  .g-nav__has-sub .g-nav-sub li:focus-within {
    background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  }

  .g-nav__has-sub:hover .g-nav-sub,
  .g-nav__has-sub:focus-within .g-nav-sub {
    display: block;
  }

  .g-nav__has-sub .g-nav-sub li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding: 0;
    line-height: 1.5;
    text-shadow: none;
  }

  body#top .site-header .g-nav__has-sub .g-nav-sub li a {
    text-shadow: none;
  }

  .g-nav__has-sub .g-nav-sub li a::before {
    content: none;
    display: none;
  }

  .g-nav__has-sub .g-nav-sub li a::after {
    display: none;
  }

  .g-nav__has-sub .g-nav-sub li a:hover {
    color: #fff;
  }

  .site-header.scroll .g-nav__has-sub .g-nav-sub li a {
    font-size: 1.4rem;
  }
}

/* Navigation */

.g-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  transition: gap 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.g-nav ul li {
  position: relative;
}

.g-nav-sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.g-nav ul li a {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-theme-second);
  white-space: nowrap;
  padding: 0;
  line-height: 1.2;
  transition:
    font-size 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    color 0.3s ease;
}

.g-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 4px;
  background-color: var(--color-theme);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s var(--easing);
}

.g-nav ul li a:hover {
  color: var(--color-theme-second);
}

.g-nav ul li a:hover::after {
  transform: scaleX(1);
}

/* スクロール時：ヘッダー固定＆縮小（.scroll / .scroll-mobile は common.js で付与） */
.site-header.scroll,
.site-header.scroll-mobile {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

body#top .site-header.scroll .h-tel,
body#top .site-header.scroll .g-nav ul li a,
body#top .site-header.scroll-mobile .h-tel,
body#top .site-header.scroll-mobile .g-nav ul li a {
  text-shadow: none;
}

body#top .site-header.scroll .logo-box img,
body#top .site-header.scroll .h-tel::before,
body#top .site-header.scroll-mobile .logo-box img,
body#top .site-header.scroll-mobile .h-tel::before {
  filter: none;
}

.site-header.scroll .header-inner,
.site-header.scroll-mobile .header-inner {
  padding: 0.6rem 0;
}

.site-header.scroll .logo-tel-box,
.site-header.scroll-mobile .logo-tel-box {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.site-header.scroll .logo-box img,
.site-header.scroll-mobile .logo-box img {
  width: 26rem;
  width: min(100%, 26rem);
}

.site-header.scroll .h-tel,
.site-header.scroll-mobile .h-tel {
  font-size: 2.4rem;
  gap: 0.8rem;
}

.site-header.scroll .h-tel::before,
.site-header.scroll-mobile .h-tel::before {
  width: 24px;
}

.site-header.scroll .yoyaku-btn,
.site-header.scroll-mobile .yoyaku-btn {
  font-size: 1.4rem;
  padding: 0.7rem 1.4rem;
  gap: 0.8rem;
}

.site-header.scroll .yoyaku-btn::before,
.site-header.scroll-mobile .yoyaku-btn::before {
  width: 22px;
}

@media only screen and (min-width: 1025px) {
  .site-header.scroll .header-inner {
    padding: 0.5rem 0 0.8rem;
  }

  .site-header.scroll .h-box {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    gap: 1.2rem 2rem;
  }

  .site-header.scroll .logo-tel-box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .site-header.scroll .logo-box img {
    width: 30rem;
    width: min(100%, 30rem);
  }

  .site-header.scroll .g-nav ul {
    gap: 1.4rem;
  }

  .site-header.scroll .g-nav ul li a {
    font-size: 1.6rem;
  }

  .site-header.scroll .g-nav ul li a::after {
    bottom: -0.6rem;
    height: 3px;
  }
}

@media only screen and (max-width: 1024px) {
  /* .site-header.scroll .header-inner,
  .site-header.scroll-mobile .header-inner {
    padding: 0.5rem 1.2rem;
  } */

  .site-header.scroll .logo-tel-box,
  .site-header.scroll-mobile .logo-tel-box {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

  .site-header.scroll .logo-box img,
  .site-header.scroll-mobile .logo-box img {
    width: 22rem;
    width: min(100%, 22rem);
  }

  .site-header.scroll .h-tel,
  .site-header.scroll-mobile .h-tel {
    font-size: 2rem;
  }

  .site-header.scroll .yoyaku-btn,
  .site-header.scroll-mobile .yoyaku-btn {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
  }
}

@media only screen and (max-width: 599px) {
  .site-header.scroll .logo-box img,
  .site-header.scroll-mobile .logo-box img {
    width: 24rem;
    width: min(100%, 24rem);
  }

  .site-header.scroll .h-tel,
  .site-header.scroll-mobile .h-tel {
    font-size: 1.6rem;
  }

  .site-header.scroll .h-tel::before,
  .site-header.scroll-mobile .h-tel::before {
    width: 20px;
  }

  .site-header.scroll .yoyaku-btn,
  .site-header.scroll-mobile .yoyaku-btn {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }

  .site-header.scroll .yoyaku-btn::before,
  .site-header.scroll-mobile .yoyaku-btn::before {
    width: 18px;
  }
}

/* スマホナビボタン */
.h_tool_smp {
  display: none;
}

.navbtn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  z-index: 1;
  position: relative;
  width: 30px;
  height: 30px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/*アクセシビリティ対策*/
.navbtn .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ハンバーガーメニュー */
.navbtn .hamburger,
.navbtn .hamburger::before,
.navbtn .hamburger::after {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.navbtn .hamburger {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.navbtn .hamburger::before,
.navbtn .hamburger::after {
  content: "";
  width: 100%;
}

.navbtn .hamburger::before {
  top: -8px;
}

.navbtn .hamburger::after {
  bottom: -8px;
}

/* アクティブ時 */
.navbtn.active .hamburger {
  background: transparent;
}

.navbtn.active .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.navbtn.active .hamburger::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Responsive Layout */
@media only screen and (min-width: 1025px) {
  .navbtn {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .h_tool_smp {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    position: static;
    background-color: var(--color-accent);
    padding: 12px;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    z-index: 10000;
    pointer-events: auto;
    transition:
      width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
      height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
      padding 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  .navbtn {
    display: block;
    min-width: 44px;
    min-height: 44px;
    width: auto;
    height: auto;
    padding: 0.55rem;
    box-sizing: border-box;
  }

  .h-menu-drawer {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100%;
    background: var(--color-theme-second);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3rem;
    padding: 8rem 2.4rem 3rem;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease;
    z-index: 9998;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .h-menu-drawer.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .h-menu-drawer .g-nav {
    position: static;
    width: 100%;
    flex: 0 1 auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    background: transparent;
  }

  .h-menu-drawer .g-nav > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    gap: 0;
  }

  .h-menu-drawer .g-nav > ul > li {
    border-bottom: 1px dotted #fff;
  }

  .h-menu-drawer .g-nav > ul > li:last-child {
    border-bottom: none;
  }

  .h-menu-drawer .g-nav-sub {
    display: block;
    margin: 0 0 1.2rem;
    padding: 0;
    list-style: none;
  }

  .h-menu-drawer .g-nav-sub li {
    position: relative;
    display: block;
    padding: 0 0 0 2rem;
  }

  .h-menu-drawer .g-nav-sub li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.45rem;
    border-radius: 50%;
    background-color: #fff;
  }

  .h-menu-drawer .g-nav-sub li a {
    display: block;
    padding: 0.4rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    text-shadow: none;
  }

  .h-menu-drawer .g-nav-sub li a::before {
    content: none;
    display: none;
  }

  .h-menu-drawer .g-nav-sub li a::after {
    display: none;
  }

  .h-menu-drawer .g-nav > ul > li {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
    overflow: visible;
  }

  .h-menu-drawer.show .g-nav > ul > li {
    opacity: 1;
    transform: translateY(0);
    padding: 0;
  }

  /* メニュー開封時：上から順に少しずつ表示 */
  .h-menu-drawer.show .g-nav > ul > li:nth-child(1) {
    transition-delay: 0.08s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(2) {
    transition-delay: 0.14s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(3) {
    transition-delay: 0.2s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(4) {
    transition-delay: 0.26s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(5) {
    transition-delay: 0.32s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(6) {
    transition-delay: 0.38s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(7) {
    transition-delay: 0.44s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(8) {
    transition-delay: 0.5s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(9) {
    transition-delay: 0.56s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(10) {
    transition-delay: 0.62s;
  }

  .h-menu-drawer.show .g-nav > ul > li:nth-child(n + 11) {
    transition-delay: 0.68s;
  }

  .h-menu-drawer .g-nav__has-sub > a {
    padding-bottom: 0.6rem;
  }

  .h-menu-drawer .g-nav > ul > li > a {
    position: relative;
    display: block;
    padding: 1.4rem 0;
    color: #fff;
    font-size: 1.8rem;
    font-size: clamp(1.5rem, 2.4vw, 1.8rem);
    font-weight: 400;
    text-align: left;
  }

  .h-menu-drawer .g-nav > ul > li > a::after {
    display: none;
  }

  .h-menu-drawer .g-nav > ul > li > a:hover {
    color: #fff;
    opacity: 0.85;
  }

  .h-menu-drawer .h-tel-box {
    flex: 0 0 auto;
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }

  .h-menu-drawer.show .h-tel-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.72s;
  }

  .h-menu-drawer .h-tel-box .h-tel {
    font-size: 3.2rem;
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    color: #fff;
    text-shadow: none;
    filter: none;
  }

  .h-menu-drawer .h-tel-box .h-tel::before {
    width: 28px;
    filter: brightness(0) invert(1);
  }

  .h-menu-drawer .h-tel-box .yoyaku-btn {
    font-size: 1.5rem;
    padding: 0.9rem 1.6rem;
    width: 100%;
    justify-content: center;
  }

  .h-menu-drawer .h-tel-box .yoyaku-btn::before {
    width: 22px;
  }

  @media (prefers-reduced-motion: reduce) {
    .h-menu-drawer .g-nav > ul > li,
    .h-menu-drawer .h-tel-box {
      transition-duration: 0.01ms;
      transition-delay: 0s !important;
    }

    .h-menu-drawer.show .g-nav > ul > li,
    .h-menu-drawer.show .g-nav > ul > li:nth-child(n),
    .h-menu-drawer.show .h-tel-box {
      transition-delay: 0s !important;
    }
  }
}

@media only screen and (max-width: 599px) {
  .h-menu-drawer .g-nav > ul > li > a {
    padding: 1.2rem 0;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);
  }

  .h-menu-drawer .g-nav-sub li a {
    font-size: 1.4rem;
  }
}

/*パンくず*/
.breadcrumb-nav {
  padding: 1.5rem 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.breadcrumb li {
  font-size: 1.6rem;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
}

/* Main Content */
main {
  position: relative;
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
}

/* MARK: section heading */
.section-header {
  text-align: left;
  margin-bottom: 5rem;
}

.section-header h2 {
  font-weight: 400;
}

.section-header--left {
  text-align: left;
  margin-bottom: 3rem;
}

.section-header--left h2 > .jp {
  color: var(--color-txt);
}

h2 > .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-theme);
  letter-spacing: 0.08em;
}

h2 > .jp {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-size: clamp(3.6rem, 4.8vw, 3.6rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-theme-second);
}

/* MARK: information */
.information-section {
  padding: 8rem 2rem;
  background-color: #fff;
}

.information-grid {
  width: 100%;
}

.information-swiper {
  width: 100%;
  overflow: visible;
}

.information-swiper-nav {
  display: none;
}

.information-swiper .swiper-slide {
  display: flex;
  height: auto;
  align-items: stretch;
}

.information-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 36rem;
  min-width: 0;
  min-height: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 2.4rem 2rem;
  background-color: var(--color-theme-second-light);
  border-radius: 1rem;
  box-shadow: 0.8rem 0.8rem 0 0 var(--color-theme);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.information-card:hover {
  transform: translate(-0.2rem, -0.2rem);
  box-shadow: 1rem 1rem 0 0 var(--color-theme);
}

.information-card-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 9.4rem;
  height: 9.4rem;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-theme);
  font-size: 3.2rem;
  line-height: 1;
  border: 0.2rem solid var(--color-theme);
  overflow: hidden;
}

.information-card-title {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: calc(1.5em * 2);
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--color-theme);
}

.information-card-text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-txt);
  text-wrap: pretty;
}

.information-card-nowrap {
  white-space: nowrap;
}

.information-card-note {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--color-theme-second);
}

@media only screen and (min-width: 1025px) {
  .information-section {
    padding-bottom: 9rem;
  }

  .information-swiper {
    --info-card-gap-x: 2.8rem;
    --info-card-gap-x: clamp(2rem, 2.2vw, 2.8rem);
    --info-card-gap-y: 3.2rem;
    --info-card-gap-y: clamp(2.4rem, 2.8vw, 3.2rem);
  }

  .information-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--info-card-gap-y) var(--info-card-gap-x);
    padding-bottom: 1rem;
  }

  .information-swiper .swiper-slide {
    flex: 0 1 calc((100% - (2 * var(--info-card-gap-x))) / 3);
    max-width: 36rem;
    min-width: 0;
    width: auto;
  }

  .information-swiper .information-card {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px) {
  .information-section {
    padding: 6rem 2rem;
  }

  .section-header {
    margin-bottom: 4rem;
  }

  .information-swiper {
    overflow: hidden;
    padding: 0 0.8rem 1.2rem;
    box-sizing: border-box;
  }

  .information-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    align-items: stretch;
  }

  .information-swiper .swiper-slide:nth-child(-n + 3),
  .information-swiper .swiper-slide:nth-child(4),
  .information-swiper .swiper-slide:nth-child(5) {
    grid-column: auto;
  }

  .information-swiper .swiper-slide {
    flex: 0 0 100%;
    max-width: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-right: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .information-swiper .information-card {
    width: 100%;
    max-width: 48rem;
    max-width: min(48rem, 100%);
    margin-inline: auto;
    aspect-ratio: auto;
    min-height: 0;
    height: auto;
  }

  .information-swiper .information-card-text {
    flex: 0 1 auto;
    min-height: 0;
    overflow: visible;
  }

  .information-swiper-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%;
    max-width: 48rem;
    max-width: min(48rem, 100%);
    margin: 2rem auto 0;
    padding: 0;
    box-sizing: border-box;
  }

  .information-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 1.2rem;
    min-height: 2rem;
  }

  .information-swiper-pagination .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    opacity: 1;
    margin: 0 !important;
  }

  .information-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-theme);
    border-color: var(--color-theme);
  }

  .information-swiper-prev,
  .information-swiper-next {
    width: 4.8rem;
    height: 4.8rem;
    border: none;
    border-radius: 999px;
    background: var(--color-theme);
    position: relative;
    cursor: pointer;
    aspect-ratio: 1 / 1;
  }

  .information-swiper-prev::before,
  .information-swiper-next::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .information-swiper-prev::before {
    transform: rotate(-135deg);
    left: 0.4rem;
  }

  .information-swiper-next::before {
    transform: rotate(45deg);
    right: 0.4rem;
  }
}

@media only screen and (max-width: 599px) {
  .information-section {
    padding: 5rem 1.5rem;
  }

  .information-swiper .information-card {
    padding: 2.8rem 2rem;
    /* スマホのみ正方形に近づける（タブレットは縦に伸びすぎるため外す） */
    aspect-ratio: 1 / 1;
  }

  /* .information-card-title {
    font-size: 1.7rem;
  } */
}

/* MARK: news */
.news-section {
  padding: 8rem 2rem;
  background-color: #fff;
}

.news-list {
  max-width: 120rem;
  margin-inline: auto;
  background-color: var(--color-theme-second-light);
  border-radius: 1rem;
  padding: 1.5rem 4.5rem;
}

.news-item {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--color-theme-light);
  transition: opacity 0.3s ease;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item:hover {
  opacity: 0.75;
}

.news-date {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-theme);
  white-space: nowrap;
}

.news-title {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--color-theme-second);
}

.news-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-theme);
  font-size: 1.4rem;
  line-height: 1;
}

.news-more {
  margin-top: 3rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .news-section {
    padding: 6rem 2rem;
  }

  .news-list {
    max-width: none;
    padding: 1.2rem 3rem;
  }
}

@media only screen and (max-width: 599px) {
  .news-section {
    padding: 5rem 1.5rem;
  }

  .news-list {
    padding: 1rem 2rem;
  }

  .news-item {
    grid-template-columns: 1fr auto;
    gap: 1rem 1.2rem;
    padding: 2.4rem 0;
  }

  .news-date {
    grid-column: 1 / -1;
    font-size: 1.4rem;
  }

  /* .news-title {
    font-size: 1.4rem;
  } */
}

/* MARK: greeting */
.greeting-section {
  position: relative;
  padding: 8rem 2rem;
  overflow: hidden;
}

.greeting-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--color-base);
  background-image: url(../images/greeting-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.greeting-section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.78);
}

.greeting-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 6rem;
  gap: clamp(3rem, 5vw, 6rem);
  align-items: start;
}

.greeting-text p {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-txt);
}

.greeting-text p:last-child {
  margin-bottom: 0;
}

.greeting-photo {
  margin: 0;
}

.greeting-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background-color: var(--color-theme-second-light);
}

.greeting-photo figcaption {
  margin-top: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  color: var(--color-theme-second);
}

.greeting-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 4.8rem;
}

@media only screen and (max-width: 1024px) {
  .greeting-section {
    padding: 6rem 2rem;
  }

  .greeting-section-bg,
  .point-section-bg {
    background-attachment: scroll;
  }

  .greeting-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
    max-width: 72rem;
    margin-inline: auto;
  }

  .greeting-photo {
    max-width: 48rem;
    margin-inline: auto;
  }

  .greeting-photo figcaption {
    font-size: 2rem;
  }

  .greeting-btns {
    margin-top: 3.2rem;
  }

  .section-header--left {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 599px) {
  .greeting-section {
    padding: 5rem 1.5rem;
  }

  .greeting-text p {
    line-height: 1.9;
  }

  .greeting-btns {
    grid-template-columns: 1fr;
  }
}

/* MARK: guide */
.guide-section {
  padding: 8rem 2rem;
  background-color: #fff;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 4rem;
  border: 1px dashed var(--color-theme);
  background-color: var(--color-theme-second-light);
}

.guide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 3rem 2.4rem;
  background-color: var(--color-theme-second-light);
  text-align: center;
  box-sizing: border-box;
}

.guide-card:not(:nth-child(3n)) {
  border-right: 1px dashed var(--color-theme);
}

.guide-card:not(:nth-last-child(-n + 3)) {
  border-bottom: 1px dashed var(--color-theme);
}

.guide-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: var(--color-theme);
  font-size: 4.8rem;
  line-height: 1;
}

.guide-card-title {
  margin-bottom: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-theme);
}

.guide-card-text {
  flex: 1;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-txt);
}

.guide-card-more {
  margin-top: auto;
}

.guide-card-btn {
  justify-content: center;
  min-width: auto;
  padding: 1rem 2.8rem;
  font-size: 1.5rem;
  border-radius: 9999px;
}

.guide-card-btn::after {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .guide-section {
    padding: 6rem 2rem;
  }

  .guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-card {
    aspect-ratio: unset;
    height: 100%;
    padding: 2.4rem 1.6rem;
  }

  .guide-card-title {
    font-size: 2.4rem;
  }

  .guide-card-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .guide-card-icon {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 599px) {
  .guide-section {
    padding: 5rem 1.5rem;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .guide-card {
    aspect-ratio: unset;
    height: auto;
    padding: 2.4rem 2rem;
  }

  .guide-card:not(:nth-child(2n)) {
    border-right: none;
  }

  .guide-card:not(:nth-last-child(-n + 2)) {
    border-bottom: none;
  }

  .guide-card:not(:last-child) {
    border-bottom: 1px dashed var(--color-theme);
  }

  .guide-card-icon {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }

  /* .guide-card-title {
    font-size: 2rem;
  } */

  /* .guide-card-text {
    font-size: 1.4rem;
  } */
}

/* MARK: point */
.point-section {
  position: relative;
  padding: 8rem 2rem;
}

.point-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--color-base);
  background-image: url(../images/point-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.point-section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.82);
}

.point-inner {
  position: relative;
  z-index: 1;
}

.point-header {
  margin-bottom: 5.6rem;
}

.point-header h2 > .en .point-en-num,
.point-title-num {
  font-family: "Libre Caslon Text", "Noto Serif JP", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--color-accent);
  letter-spacing: 0;
}

.point-header h2 > .en .point-en-num {
  font-size: 3.6rem;
  line-height: 1;
}

.point-header h2 > .jp.point-title-main {
  margin-top: 1.2rem;
  color: var(--color-txt);
}

.point-title-sub {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: 0.4rem;
  color: var(--color-txt);
  line-height: 1.1;
}

.point-title-num {
  font-size: 6.4rem;
  font-size: clamp(4.8rem, 6.4vw, 6.4rem);
  line-height: 0.9;
}

.point-title-sub-text {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-size: clamp(2.6rem, 3.2vw, 3.6rem);
  font-weight: 400;
}

.point-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem 2.4rem;
}

.point-visual {
  position: relative;
  margin: 0 0 2.4rem;
  border-radius: 1.6rem;
  aspect-ratio: 4 / 3;
  background-color: var(--color-theme-second-light);
  box-shadow: 0.8rem 0.8rem 0 0 var(--color-theme);
}

.point-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.point-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3.2rem);
  max-width: 32rem;
  padding: 1.2rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-theme);
  text-align: center;
}

.point-text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: var(--color-txt);
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .point-section {
    padding: 6rem 2rem;
  }

  .point-section-bg {
    background-attachment: scroll;
  }

  .point-header {
    margin-bottom: 4.8rem;
  }

  .point-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
    max-width: 56rem;
    margin-inline: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .point-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 2.4rem 4rem;
  }

  .point-label {
    width: calc(100% - 2rem);
    padding: 1rem 1.2rem;
    font-size: 2rem;
  }

  .point-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 599px) {
  .point-section {
    padding: 5rem 3rem;
  }

  .point-header {
    margin-bottom: 4rem;
  }

  .point-header h2 > .en {
    white-space: nowrap;
    font-size: 2.4rem;
    font-size: clamp(1.8rem, 4.5vw, 2.4rem);
    letter-spacing: 0.03em;
  }

  .point-header h2 > .en .point-en-num {
    font-size: 1.5em;
  }

  .point-header h2 > .jp.point-title-main {
    white-space: nowrap;
    font-size: 2.6rem;
    font-size: clamp(2rem, 5.5vw, 2.6rem);
    margin-top: 1rem;
  }

  .point-visual {
    margin-bottom: 2rem;
    border-radius: 1.2rem;
  }

  .point-label {
    width: calc(100% - 2.4rem);
    padding: 1rem 1.6rem;
    font-size: 2rem;
  }

  .point-text {
    line-height: 1.85;
  }
}

/*MARK:mainimage*/

.mainimage-wrap {
  position: relative;
}

.mainimage {
  position: relative;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  --mainimage-object-position: center 38%;
}

/* Swiper の上に白い半透明レイヤー */
.mainimage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.mainimage-bg-swiper {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
}

.mainimage-bg-swiper .swiper-wrapper,
.mainimage-bg-swiper .swiper-slide {
  height: 100%;
}

.mainimage-bg-picture,
.mainimage-bg-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--mainimage-object-position);
}

.mainimage-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  pointer-events: none;
  padding-top: calc(var(--header-height-initial, 14rem) + 1.6rem);
  box-sizing: border-box;
}

.mainimage-upper {
  width: var(--content-width);
  margin-inline: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  pointer-events: auto;
}

.mainimage-text {
  width: 100%;
  font-size: 4.8rem;
  font-size: clamp(2.8rem, 3.6vw, 4.8rem);
}

.mainimage-title,
.mainimage-subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-shadow: var(--text-glow);
}

.mainimage-title {
  font-size: 1em;
  line-height: 1.2;
  color: var(--color-theme-second);
  margin-bottom: 0.42em;
}

.mainimage-title-line {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.mainimage-title em {
  font-style: normal;
  font-size: 1.5em;
  text-shadow:
    0 0 6px rgba(255, 255, 255, 1),
    0 0 16px rgba(255, 255, 255, 0.95),
    0 0 32px rgba(255, 255, 255, 0.85),
    0 0 48px rgba(255, 255, 255, 0.75),
    0 0 72px rgba(171, 209, 181, 0.65);
}

.mainimage-subtitle {
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-theme-second);
  text-shadow: none;
}

.mainimage-subtitle-line {
  display: block;
  width: fit-content;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.94);
  padding: 0.14em 0.48em;
  margin-top: 0.2em;
  box-shadow: 0 0.2rem 0.8rem rgba(110, 65, 24, 0.08);
}

.mainimage-subtitle-line:first-child {
  margin-top: 0;
}

.mainimage-subtitle em {
  font-style: normal;
  font-weight: 700;
}

.mainimage-subtitle-years {
  font-weight: 700;
  font-size: 1.12em;
  color: var(--color-theme);
}

@media only screen and (min-width: 600px) {
  .mainimage-title-line,
  .mainimage-subtitle-line {
    white-space: nowrap;
  }
}

.mainimage-lower {
  position: relative;
  width: var(--content-width);
  margin-inline: auto;
  min-height: 28rem;
  min-height: clamp(18rem, 24vh, 28rem);
  flex-shrink: 0;
  pointer-events: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  gap: clamp(1rem, 1.5vw, 2rem);
  padding-bottom: 2rem;
  box-sizing: border-box;
  z-index: 2;
}

.mainimage-access {
  --access-border-width: 4px;
  --access-size: 23rem;
  --access-size: clamp(10rem, 14vw, 23rem);
  position: absolute;
  bottom: 3rem;
  bottom: clamp(2rem, 4vh, 3rem);
  left: 1.2rem;
  left: max(1.2rem, calc((100% - var(--content-width)) / 2));
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--access-size);
  height: var(--access-size);
  max-width: 23rem;
  max-width: min(40vw, 23rem);
  max-height: 23rem;
  max-height: min(40vw, 23rem);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 50%;
  overflow: visible;
  box-sizing: border-box;
  padding: 1.2rem;
  text-align: center;
  line-height: 1.3;
}

.mainimage-access::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: var(--access-border-width) dotted var(--color-theme);
  pointer-events: none;
  box-sizing: border-box;
}

.mainimage-access p {
  margin: 0;
}

.mainimage-access-lines {
  font-size: 1.4rem;
  font-size: clamp(0.9rem, 1.05vw, 1.4rem);
  font-weight: 700;
  color: var(--color-theme);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.mainimage-access-station {
  margin-top: 0.15em;
  font-size: 2.4rem;
  font-size: clamp(1.4rem, 1.7vw, 2.4rem);
  font-weight: 700;
  color: var(--color-theme);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mainimage-access-walk {
  margin-top: 0.2em;
  font-size: 3.4rem;
  font-size: clamp(2.2rem, 2.5vw, 3.4rem);
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.mainimage-access-walk em {
  font-style: normal;
  font-size: 1.2em;
}

.mainimage-result {
  position: relative;
  justify-self: center;
  grid-column: 1;
  align-self: end;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
  min-height: 13rem;
  min-height: clamp(10rem, 12vw, 13rem);
  overflow: hidden;
  background-color: var(--color-theme-second-light);
  border-radius: 1.6rem;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.mainimage-result:hover {
  transform: translateY(-4px);
  filter: brightness(1.03);
}

.mainimage-result-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 100%;
  padding: 1.2rem 1.4rem;
  background-color: var(--color-theme-second-light);
  text-align: center;
  border-radius: 0;
}

.mainimage-result-label {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-size: clamp(1.3rem, 1.8vw, 3rem);
  font-weight: 700;
  color: var(--color-theme);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.mainimage-result-rate {
  margin: 0.15em 0 0;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
  white-space: nowrap;
}

.mainimage-result-num {
  font-size: 4.4rem;
  font-size: clamp(2.8rem, 3.2vw, 4.4rem);
  letter-spacing: -0.02em;
  font-weight: 900;
}

.mainimage-result-unit {
  font-size: 2.9rem;
  font-size: clamp(1.9rem, 2.2vw, 2.9rem);
  margin-left: 0.05em;
}

.mainimage-result-note {
  margin: 0.45em 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-size: clamp(1rem, 1.05vw, 1.3rem);
  color: var(--color-txt);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.mainimage-result-photo {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background-color: var(--color-theme-second-light);
}

.mainimage-result-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mainimage-hours {
  position: relative;
  justify-self: end;
  grid-column: 2;
  z-index: 3;
  width: 60rem;
  width: min(60rem, 40vw);
  min-width: 0;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 3rem 2rem;
  box-shadow: 0 -0.4rem 2rem rgba(0, 0, 0, 0.4);
}

.mainimage-hours .clinic-hours-table {
  margin: 0 0 1.2rem;
  table-layout: fixed;
}

.mainimage-hours .clinic-hours-col-time {
  width: 10rem;
}

.mainimage-hours .clinic-hours-table :is(th, td):first-child {
  white-space: nowrap;
}

.mainimage-hours .clinic-hours-table th[scope="row"],
.mainimage-hours .clinic-hours-table thead th:first-child {
  text-align: left;
}

.mainimage-hours .clinic-hours-table th,
.mainimage-hours .clinic-hours-table td {
  padding: 0.8rem 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
}

.mainimage-hours-note {
  font-size: 1.35rem;
  line-height: 1.7;
  color: var(--color-txt);
}

/* PC：アクセス｜妊娠率バナー｜診療時間（1行3列） */
@media only screen and (min-width: 1025px) {
  .mainimage-wrap {
    display: block;
  }

  .mainimage-inner {
    padding-top: calc(var(--header-height-initial, 14rem) + 2.4rem);
    padding-bottom: 36rem;
    padding-bottom: clamp(22rem, 30vh, 36rem);
  }

  .mainimage-upper {
    align-items: flex-start;
  }

  .mainimage-text {
    position: relative;
    z-index: 4;
  }

  .mainimage-title {
    margin-bottom: 0.32em;
  }

  .mainimage-subtitle {
    font-size: 0.78em;
  }

  .mainimage-subtitle-line {
    padding: 0.12em 0.42em;
    margin-top: 0.18em;
  }

  .mainimage-wrap .mainimage-lower {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--content-width);
    margin-inline: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 2.4rem;
    gap: clamp(1.2rem, 1.8vw, 2.4rem);
    padding-bottom: 2rem;
    background-color: transparent;
    min-height: 0;
  }

  .mainimage-access {
    position: relative;
    bottom: auto;
    left: auto;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    --access-size: 18rem;
    --access-size: clamp(11rem, 11.5vw, 18rem);
    width: var(--access-size);
    height: var(--access-size);
    max-width: var(--access-size);
    max-height: var(--access-size);
    z-index: 1;
  }

  .mainimage-result {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    width: 100%;
    min-width: 0;
    max-width: 40rem;
    max-width: clamp(24rem, 32vw, 40rem);
    min-height: 11.5rem;
    min-height: clamp(9rem, 10vw, 11.5rem);
  }

  .mainimage-hours {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    width: 48rem;
    width: min(48rem, 32vw);
    padding: 1.6rem 2.2rem 1.5rem;
  }

  .mainimage-hours .clinic-hours-table th,
  .mainimage-hours .clinic-hours-table td {
    font-size: 1.45rem;
  }

  .mainimage-hours-note {
    font-size: 1.25rem;
  }
}

/* 画面の高さが低いとき：画像の下端が切れないよう位置調整＋オーバーレイを圧縮（PCのみ） */
@media (max-height: 900px) and (min-width: 1025px) {
  .mainimage {
    --mainimage-object-position: center bottom;
  }

  .mainimage-inner {
    padding-top: 14rem;
    /* 固定ヘッダーの実高さ(--header-height-initial)より上に来ないよう下限を敷く */
    padding-top: max(calc(var(--header-height-initial, 14rem) + 0.8rem), clamp(10rem, 12vh, 14rem));
  }

  .mainimage-upper {
    padding-bottom: 1rem;
  }

  .mainimage-lower {
    min-height: 22rem;
    min-height: clamp(14rem, 20vh, 22rem);
  }

  .mainimage-text {
    font-size: 3.8rem;
    font-size: clamp(2.4rem, 3vw, 3.8rem);
  }

  .mainimage-title {
    margin-bottom: 0.32em;
  }

  .mainimage-hours {
    padding: 1.4rem 1.8rem 1.2rem;
  }

  .mainimage-hours-note {
    font-size: 1.3rem;
    line-height: 1.65;
  }
}

@media (max-height: 768px) and (min-width: 1025px) {
  .mainimage-inner {
    padding-top: 9rem;
    /* 固定ヘッダーの実高さ(--header-height-initial)より上に来ないよう下限を敷く */
    padding-top: max(calc(var(--header-height-initial, 14rem) + 0.8rem), 9rem);
  }

  .mainimage-lower {
    min-height: 12rem;
  }

  .mainimage-access {
    --access-size: 10rem;
  }

  .mainimage-result {
    max-width: 34rem;
    max-width: clamp(22rem, 28vw, 34rem);
  }

  .mainimage-hours {
    width: 40rem;
    width: min(40rem, 30vw);
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  :root {
    --content-width: 92vw;
    --content-width: min(92vw, 1120px);
  }

  .h-box {
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 1.2rem 2rem;
  }

  .g-nav ul {
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
  }

  .g-nav ul li a {
    font-size: 1.8rem;
  }

  .mainimage-inner {
    padding-top: 24rem;
    padding-top: max(calc(var(--header-height-initial, 20rem) + 3.2rem), 24rem);
    padding-bottom: 28rem;
    padding-bottom: clamp(18rem, 24vh, 28rem);
  }

  .mainimage-wrap .mainimage-lower {
    width: 92vw;
    width: min(92vw, 1120px);
    gap: 2.8rem;
    gap: clamp(1.8rem, 2.2vw, 2.8rem);
    padding-bottom: 3rem;
  }

  .mainimage-text {
    font-size: 3.2rem;
    font-size: clamp(2.2rem, 2.6vw, 3.2rem);
  }

  .mainimage-subtitle {
    font-size: 0.8em;
  }

  .mainimage-result {
    max-width: 36rem;
    max-width: clamp(22rem, 30vw, 36rem);
  }

  .mainimage-hours {
    width: 42rem;
    width: min(42rem, 32vw);
    padding: 1.6rem 2rem 1.4rem;
  }

  main .main-content {
    width: 92vw;
    width: min(92vw, 1120px);
    max-width: none;
  }

  .information-section {
    padding: 12rem 4vw 9rem;
  }

  .information-section .section-header {
    margin-bottom: 6.4rem;
  }

  .information-card {
    padding: 3rem 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mainimage-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .mainimage {
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    overflow: hidden;
  }

  .mainimage-inner {
    position: relative;
    inset: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 68vh;
    min-height: 68svh;
    min-height: 68dvh;
    padding-top: calc(var(--header-height-initial, 12rem) + 1rem);
    padding-bottom: 2rem;
    gap: 0;
    overflow: visible;
  }

  .mainimage-upper {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-bottom: 0;
    width: var(--content-width);
    margin-inline: auto;
  }

  .mainimage-text {
    font-size: 3.6rem;
    font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  }

  .mainimage-wrap .mainimage-lower {
    position: relative;
    transform: none;
    left: auto;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding: 2rem calc((100% - var(--content-width)) / 2) 2.4rem;
    background-color: #fff;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 1.5rem;
  }

  .mainimage-access {
    --access-border-width: 3px;
    --access-size: 15rem;
    --access-size: clamp(12rem, 20vw, 15rem);
    position: absolute;
    bottom: 100%;
    left: 1.2rem;
    left: max(1.2rem, calc((100% - var(--content-width)) / 2));
    margin-bottom: 1.5rem;
    width: var(--access-size);
    height: var(--access-size);
    max-width: var(--access-size);
    max-height: var(--access-size);
    z-index: 3;
    padding: 1rem;
  }

  .mainimage-access-lines {
    font-size: 1.2rem;
  }

  .mainimage-access-station {
    font-size: 2.1rem;
  }

  .mainimage-access-walk {
    font-size: 2.8rem;
  }

  .mainimage-result {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    max-width: 56rem;
    max-width: min(56rem, 100%);
    justify-self: center;
  }

  .mainimage-hours {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 56rem;
    max-width: min(56rem, 100%);
    justify-self: center;
    box-shadow: none;
    border: 2px solid var(--color-theme-light);
    border-radius: 1.2rem;
    padding: 1.6rem 1.5rem 1.4rem;
  }
}

/* タブレット：スライドは縦画面いっぱいに表示し、バナー類を重ねてファーストビューに収める */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainimage-wrap {
    display: block;
    position: relative;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
  }

  .mainimage {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .mainimage {
    --mainimage-object-position: center 36%;
  }

  .mainimage-inner {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    min-height: 0;
    padding-top: calc(var(--header-height-initial, 12rem) + 1.2rem);
    padding-bottom: 36rem;
    padding-bottom: clamp(28rem, 38vh, 36rem);
    overflow: hidden;
  }

  .mainimage-upper {
    justify-content: flex-start;
    width: var(--content-width);
    margin-inline: auto;
  }

  .mainimage-text {
    font-size: 4.4rem;
    font-size: clamp(3.2rem, 5vw, 4.4rem);
  }

  .mainimage-subtitle {
    font-size: 0.82em;
  }

  .mainimage-wrap .mainimage-lower {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 64rem;
    width: min(64rem, 78%);
    max-width: 64rem;
    margin: 0;
    padding: 0 0 1.4rem;
    background-color: transparent;
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 1rem 1.8rem;
    z-index: 3;
  }

  .mainimage-access {
    --access-border-width: 3px;
    --access-size: 20rem;
    --access-size: clamp(11rem, 18vw, 20rem);
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    width: var(--access-size);
    height: var(--access-size);
    max-width: var(--access-size);
    max-height: var(--access-size);
    z-index: 1;
    padding: 0.8rem;
  }

  .mainimage-access-lines {
    font-size: 1.4rem;
  }

  .mainimage-access-station {
    font-size: 2.2rem;
  }

  .mainimage-access-walk {
    font-size: 3rem;
  }

  .mainimage-result {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    width: 38rem;
    width: min(38rem, 100%);
    max-width: 38rem;
    min-height: 9.5rem;
    min-height: clamp(7.5rem, 9vw, 9.5rem);
  }

  .mainimage-result-body {
    padding: 1rem 1.2rem;
  }

  .mainimage-result-label {
    font-size: 2.4rem;
  }

  .mainimage-result-num {
    font-size: 3.6rem;
  }

  .mainimage-result-unit {
    font-size: 2.4rem;
  }

  .mainimage-result-note {
    font-size: 1.2rem;
  }

  .mainimage-hours {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    align-self: stretch;
    width: 100%;
    max-width: none;
    border: 2px solid var(--color-theme-light);
    border-radius: 1.2rem;
    box-shadow: 0 -0.2rem 1.2rem rgba(0, 0, 0, 0.22);
    padding: 1.2rem 1.6rem 1.1rem;
  }

  .mainimage-hours .clinic-hours-table {
    margin: 0 0 0.8rem;
  }

  .mainimage-hours .clinic-hours-table th,
  .mainimage-hours .clinic-hours-table td {
    padding: 0.5rem 0.3rem;
    font-size: 1.25rem;
  }

  .mainimage-hours .clinic-hours-col-time {
    width: 8.8rem;
  }

  .mainimage-hours-note {
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .mainimage-hours-note-times br {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .mainimage-inner {
    min-height: 82vh;
    min-height: 82svh;
    min-height: 82dvh;
    padding-top: calc(var(--header-height-initial, 10rem) + 1rem);
  }

  .mainimage-wrap .mainimage-lower {
    padding: 2rem;
  }

  .mainimage-text {
    font-size: 4.8rem;
    font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  }

  .mainimage-access {
    --access-size: 18rem;
    max-width: 18rem;
    max-height: 18rem;
  }

  .mainimage-access-lines {
    font-size: 1.45rem;
  }

  .mainimage-access-station {
    font-size: 2.8rem;
  }

  .mainimage-access-walk {
    font-size: 3.8rem;
  }

  .mainimage-result {
    max-width: none;
    min-height: 10rem;
  }

  .mainimage-result-body {
    padding: 1.4rem 1rem;
  }

  .mainimage-result-label {
    font-size: 2.4rem;
  }

  .mainimage-result-num {
    font-size: 4rem;
  }

  .mainimage-result-unit {
    font-size: 2.6rem;
  }

  .mainimage-result-note {
    font-size: 1.15rem;
    letter-spacing: 0;
  }

  .mainimage-hours {
    padding: 1.6rem 1.4rem 1.4rem;
  }

  .mainimage-hours .clinic-hours-table th,
  .mainimage-hours .clinic-hours-table td {
    padding: 0.7rem 0.35rem;
    font-size: 1.55rem;
  }

  .mainimage-hours .clinic-hours-col-time {
    width: 11rem;
  }

  .mainimage-hours-note {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* Footer */
.footer {
  background-color: #fff;
  border-top: 1px solid var(--color-theme);
}

.footer-inner {
  font-size: 1.6rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-txt {
  font-size: 1.8rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1280px) {
  .footer-inner {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-inner {
    width: 100%;
    padding: 3rem;
  }
}

.footer-nav-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 1024px) {
  .footer-nav-box {
    gap: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .footer-nav-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.footer-nav-block {
  min-width: 0;
}

.footer-nav-title {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-theme-second);
}

.footer-nav {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
  border-left: 1px solid var(--color-theme);
}

.footer-nav li {
  display: inline-block;
  margin: 0 2rem 1rem 0;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .footer-nav-title {
    margin-bottom: 1rem;
  }
}

.footer-nav li a {
  position: relative;
  text-decoration: none;
  color: var(--color-txt);
  display: inline-block;
  transition: color 0.3s ease;
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-theme);
  transition: width 0.3s ease;
}

.footer-nav li a:hover {
  color: var(--color-theme);
}

.footer-nav li a:hover::after {
  width: 100%;
}

.address_txt {
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  background-color: var(--color-theme-second);
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .footer-inner nav ul li a {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 599px) {
  .footer-inner {
    width: 100%;
    padding: 3rem;
  }
}

/* MARK:Tables */
.normal-table {
  border-collapse: collapse;
  width: 100%;
  margin: 3rem auto;
  padding: 0;
  border-left: 0px solid #e3e3e3;
  border-top: 1px solid var(--color-theme);
}

.normal-table th {
  text-align: left;
  vertical-align: middle;
  padding: 13px 15px;
  border-right: 0px solid #e3e3e3;
  background: var(--color-base);
  color: var(--color-txt);
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-theme);
  width: 15%;
}

.normal-table td {
  background: #fff;
  padding: 13px 15px;
  border-right: 0px solid #e3e3e3;
  color: var(--color-txt);
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-theme);
}

.clinic-hours-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 3rem auto;
  padding: 0;
  border-left: 0px solid #e3e3e3;
  border-top: 1px solid var(--color-theme);
}

.clinic-hours-col-time {
  width: 12rem;
}

.clinic-hours-table :is(th, td):first-child {
  white-space: nowrap;
}

.clinic-hours-table thead th:not(:first-child),
.clinic-hours-table tbody td {
  text-align: center;
}

.clinic-hours-table th {
  text-align: left;
  vertical-align: middle;
  padding: 13px 15px;
  border-right: 0px solid #e3e3e3;
  background: initial;
  color: var(--color-txt);
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-theme);
}

.clinic-hours-table thead th:not(:first-child) {
  text-align: center;
}

.clinic-hours-table tbody td {
  vertical-align: middle;
}

.clinic-hours-table .hours-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  font-size: 1.15em;
  line-height: 1;
  vertical-align: middle;
}

.hours-mark--circle::before {
  content: "";
  display: block;
  width: 0.62em;
  height: 0.62em;
  border-radius: 50%;
  background-color: var(--color-theme);
}

.hours-mark--square::before {
  content: "";
  display: block;
  width: 0.62em;
  height: 0.62em;
  background-color: var(--color-theme);
}

.hours-mark--triangle {
  font-size: 1em;
  color: var(--color-theme);
}

.hours-mark--note {
  font-size: 1.05em;
  color: var(--color-accent);
}

.hours-mark--dash {
  font-size: 0.95em;
  letter-spacing: 0;
}

.clinic-hours-table td {
  background: initial;
  padding: 13px 15px;
  border-right: 0px solid #e3e3e3;
  color: var(--color-txt);
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-theme);
}

.form {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-left: 0px solid #e3e3e3;
  border-top: 0px solid var(--color-theme);
  margin-bottom: 20px;
}

.form th {
  text-align: left;
  vertical-align: middle;
  padding: 13px 15px;
  border-right: 0px solid #e3e3e3;
  background: initial;
  color: var(--color-txt);
  font-size: 14px;
  border-bottom: 1px solid var(--color-theme);
  width: 35%;
}

.form td {
  padding: 13px 15px;
  border-right: 0px solid #e3e3e3;
  color: var(--color-txt);
  font-size: 14px;
  border-bottom: 1px solid var(--color-theme);
}

@media only screen and (max-width: 599px) {
  .normal-table th,
  .form th {
    display: block;
    width: 100%;
    border-bottom: 0;
  }

  .normal-table td,
  .form td {
    display: block;
    width: 100%;
  }

  .form th {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  .form td {
    padding: 10px;
  }

  .form th .red {
    margin-left: 5px;
  }
}

/* MARK: access */
.access-section {
  padding: 6rem 2rem;
  background-color: #fff;
}

.access-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 52rem) minmax(0, 1fr);
  gap: 10rem;
  gap: clamp(3rem, 5vw, 10rem);
  align-items: start;
}

.access-info {
  max-width: 52rem;
}

.access-logo {
  display: block;
  text-decoration: none;
}

.access-logo img {
  display: block;
  width: 41rem;
  width: min(100%, 41rem);
  height: auto;
}

.access-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem 2.4rem;
  margin-top: 2rem;
}

.access-address {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-txt);
}

.access-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 2.4rem;
  margin: 0;
}

.access-sns-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--color-theme-second);
  font-size: 3.4rem;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.access-sns-link i {
  font-size: 1.15em;
  line-height: 1;
}

.access-sns-label {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.access-sns-link:hover {
  transform: translateY(-2px);
  color: var(--color-theme);
}

.access-seminar {
  margin-top: 3rem;
}

.access-seminar-banner {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: var(--color-theme-second-light);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.access-seminar-banner:hover {
  transform: translateY(-3px);
  filter: brightness(1.02);
}

.access-seminar-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 52%;
  min-width: 0;
  padding: 1.6rem 1.8rem;
  text-align: center;
}

.access-seminar-title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
}

.access-seminar-title-main {
  display: block;
  font-size: 3.8rem;
  font-size: clamp(2.4rem, 2.6vw, 3.8rem);
  letter-spacing: 0.06em;
}

.access-seminar-title-sub {
  display: block;
  margin-top: 0.15em;
  font-size: 3.2rem;
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  letter-spacing: 0.12em;
}

.access-seminar-text {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  font-size: clamp(1.35rem, 1.45vw, 1.4rem);
  line-height: 1.4;
  color: var(--color-txt);
}

.access-seminar-photo {
  flex: 0 0 42%;
  min-width: 0;
  max-width: 42%;
  min-height: 18rem;
  min-height: clamp(12rem, 16vw, 18rem);
  overflow: hidden;
}

.access-seminar-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.access-seminar-note {
  margin: 1rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: var(--color-accent);
}

.access-hours-box {
  background-color: var(--color-theme-second-light);
  border-radius: 2rem;
  padding: 2.4rem 2.8rem 2rem;
}

.access-hours-box .clinic-hours-table {
  margin: 0 0 1.2rem;
}

.access-hours-box .clinic-hours-col-time {
  width: 10rem;
}

.access-hours-box .clinic-hours-table th,
.access-hours-box .clinic-hours-table td {
  padding: 0.8rem 0.4rem;
  font-size: 1.4rem;
}

.access-hours-note {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--color-txt);
}

@media only screen and (max-width: 1024px) {
  .access-section {
    padding: 4rem 2rem;
  }

  .access-section-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 72rem;
    max-width: min(72rem, 100%);
    margin-inline: auto;
  }

  .access-info {
    max-width: none;
    width: 100%;
  }

  .access-seminar,
  .access-seminar-banner,
  .access-hours,
  .access-hours-box {
    width: 100%;
  }

  .access-hours-box {
    padding: 2rem;
  }

  .access-hours-note {
    padding-left: 0;
    text-align: left;
  }

  .access-hours-note-times br {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .access-section {
    padding: 3rem 1.5rem;
  }

  .access-address {
    font-size: 1.4rem;
  }

  .access-seminar-note {
    font-size: 1.3rem;
  }

  .access-seminar-body {
    padding: 1.4rem 1.2rem;
  }

  .access-seminar-title-main {
    font-size: 2.2rem;
  }

  .access-seminar-title-sub {
    font-size: 2rem;
  }

  .access-seminar-text {
    margin-top: 0.8rem;
    font-size: 1.35rem;
  }

  .access-seminar-photo {
    min-height: 11rem;
  }

  .access-hours-box .clinic-hours-table th,
  .access-hours-box .clinic-hours-table td {
    padding: 0.6rem 0.3rem;
    font-size: 1.2rem;
  }
}

.faq-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}

.page-body .faq-nav {
  margin: 0 0 2.4rem;
  padding-left: 0;
}

.faq-nav li {
  min-width: 0;
  margin: 0;
}

.page-body .faq-nav li + li {
  margin-top: 0;
}

.faq-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.4rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  background: var(--color-theme);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.35;
  border-radius: 0.4rem;
}

.page-body .section-title[id],
.page-body section[id] {
  scroll-margin-top: calc(var(--header-height-initial, 14rem) + 1.6rem);
}

@media (max-width: 1024px) {
  .faq-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .faq-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-nav li a {
    min-height: 4.8rem;
    font-size: 1.3rem;
  }
}

/* Page Top Button */
#page-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 1.2rem;
  z-index: 20;
  margin: 0 !important;
}

#page-top a {
  background: var(--color-theme);
  text-decoration: none;
  color: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  border-radius: 100%;
}

@media only screen and (min-width: 1281px) {
  #page-top a:hover {
    text-decoration: none;
    background: var(--color-theme-light);
    color: var(--color-theme);
  }
}

/*MARK:gmap*/
.gmap {
  border-top: 1px solid var(--color-theme);
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 599px) {
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }

  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

/*MARK:Margin Padding*/
.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

/* Grid */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

/* List Style */
.disc-list {
  list-style: disc;
  margin-left: 3.5rem;
  margin-bottom: 3.5rem;
}

.disc-list > li {
  font-size: 1.6rem;
}

.disc-list li::marker {
  color: var(--color-theme);
  font-size: 2.4rem;
}

.decimal-list {
  list-style: none;
  margin: 2.4rem 0 3.2rem;
  padding: 0;
  counter-reset: decimal-list;
}

.decimal-list > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin: 0 0 1.4rem;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-txt);
  counter-increment: decimal-list;
}

.decimal-list > li a {
  white-space: nowrap;
}

.decimal-list > li::before {
  content: counter(decimal-list);
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: var(--color-theme);
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

/* 縦型ステップ（タイムライン） */
.step-timeline {
  --step-size: 2.2rem;
  --step-gap: 1.6rem;
  list-style: none;
  margin: 2.4rem 0 3.2rem;
  padding: 0;
  counter-reset: step-timeline;
}

.page-body .step-timeline {
  padding-left: 0;
}

.step-timeline > li {
  position: relative;
  margin: 0;
  padding: 0 0 2.8rem calc(var(--step-size) + var(--step-gap));
  counter-increment: step-timeline;
}

.step-timeline > li:last-child {
  padding-bottom: 0;
}

.step-timeline > li::before {
  content: counter(step-timeline);
  position: absolute;
  left: 0;
  top: 0.15rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--step-size);
  height: var(--step-size);
  border-radius: 50%;
  background: var(--color-theme);
  color: #fff;
  font-family: "Montserrat", "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.step-timeline > li::after {
  content: "";
  position: absolute;
  left: calc(var(--step-size) / 2 - 1px);
  top: calc(var(--step-size) + 0.4rem);
  bottom: 0.4rem;
  width: 2px;
  background: var(--color-theme);
}

.step-timeline > li:last-child::after {
  display: none;
}

.step-timeline__title {
  margin: 0 0 0.8rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-txt);
}

.step-timeline__body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-txt);
}

.step-timeline__body p {
  margin: 0 0 0.8rem;
}

.step-timeline__body p:last-child {
  margin-bottom: 0;
}

.step-timeline__note {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color-txt) 78%, #fff);
}

.arrow_list li {
  padding: 1rem;
  color: var(--color-green-dark);
  font-size: 1.6rem;
  position: relative;
}

.arrow_list li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 10px;
}

/* Button Style */
.bt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3rem 0;
}

@media only screen and (max-width: 1024px) {
  .bt-list {
    align-items: center;
    flex-direction: column;
  }
}

.bt01,
.bt02 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition:
    var(--transition),
    transform 0.3s ease;
  text-decoration: none !important;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.6rem 4rem;
  position: relative;
  border-radius: 0.5rem;
  min-width: 200px;
}

.bt01 {
  background-color: var(--color-theme);
}

.bt02 {
  background-color: var(--color-theme-second);
}

.bt03 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border: 1px solid var(--color-theme);
  border-radius: 999px;
  background: #fff;
  color: var(--color-theme) !important;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none !important;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.bt03:hover {
  background: var(--color-theme);
  color: #fff !important;
  transform: translateY(-5px);
}

.bt03--sm {
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.bt03--sm:hover {
  transform: none;
}

@media only screen and (max-width: 599px) {
  .bt01,
  .bt02 {
    padding: 10px 20px;
    min-width: 280px;
  }

  .bt01.guide-card-btn,
  .bt02.guide-card-btn {
    padding: 1rem 2.8rem;
    min-width: auto;
  }
}

.bt01::after,
.bt02::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  flex-shrink: 0;
  transition:
    var(--transition),
    transform 0.3s ease;
}

.bt01:hover,
.bt02:hover {
  transform: translateY(-5px);
}
.bt01:hover::after,
.bt02:hover::after {
  transform: translateX(5px);
}

@media only screen and (max-width: 1024px) {
  .bt_list li a {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .bt_list li {
    width: 100%;
  }
}
