@charset "UTF-8";
/**************************************/
/* -------------------------------------------
* 【rem単位の設定】
* 16pxを1remとした時の、1px分の計算用ベース
* padding: calc(24 * var(--px)); →24px相当
* font-size: calc(32 * var(--px)); → 32px相当
* ------------------------------------------- */
:root {
  --px: calc(1rem / 16);
}

/* -------------------------------------------
 * フォントサイズのroot
 * -------------------------------------------*/
:root {
  /* --- 1 to 10 --- */
  --f1: calc(1 * var(--px));
  --f2: calc(2 * var(--px));
  --f3: calc(3 * var(--px));
  --f4: calc(4 * var(--px));
  --f5: calc(5 * var(--px));
  --f6: calc(6 * var(--px));
  --f7: calc(7 * var(--px));
  --f8: calc(8 * var(--px));
  --f9: calc(9 * var(--px));
  --f10: calc(10 * var(--px));
  /* --- 11 to 20 --- */
  --f11: calc(11 * var(--px));
  --f12: calc(12 * var(--px));
  --f13: calc(13 * var(--px));
  --f14: clamp(calc(13 * var(--px)), calc(14 / 1680 * 100vw), calc(14 * var(--px)));
  --f15: clamp(calc(14 * var(--px)), calc(15 / 1680 * 100vw), calc(15 * var(--px)));
  --f16: clamp(calc(14 * var(--px)), calc(16 / 1680 * 100vw), calc(16 * var(--px)));
  --f17: clamp(calc(14 * var(--px)), calc(17 / 1680 * 100vw), calc(17 * var(--px)));
  --f18: clamp(calc(16 * var(--px)), calc(18 / 1680 * 100vw), calc(18 * var(--px)));
  --f19: clamp(calc(18 * var(--px)), calc(19 / 1680 * 100vw), calc(19 * var(--px)));
  --f20: clamp(calc(18 * var(--px)), calc(20 / 1680 * 100vw), calc(20 * var(--px)));
  /* --- 21 to 30 --- */
  --f21: clamp(calc(18 * var(--px)), calc(21 / 1680 * 100vw), calc(21 * var(--px)));
  --f22: clamp(calc(18 * var(--px)), calc(22 / 1680 * 100vw), calc(22 * var(--px)));
  --f23: clamp(calc(18 * var(--px)), calc(23 / 1680 * 100vw), calc(23 * var(--px)));
  --f24: clamp(calc(18 * var(--px)), calc(24 / 1680 * 100vw), calc(24 * var(--px)));
  --f25: clamp(calc(18 * var(--px)), calc(25 / 1680 * 100vw), calc(25 * var(--px)));
  --f26: clamp(calc(18 * var(--px)), calc(26 / 1680 * 100vw), calc(26 * var(--px)));
  --f27: clamp(calc(18 * var(--px)), calc(27 / 1680 * 100vw), calc(27 * var(--px)));
  --f28: clamp(calc(18 * var(--px)), calc(28 / 1680 * 100vw), calc(28 * var(--px)));
  --f29: clamp(calc(18 * var(--px)), calc(29 / 1680 * 100vw), calc(29 * var(--px)));
  --f30: clamp(calc(18 * var(--px)), calc(30 / 1680 * 100vw), calc(30 * var(--px)));
  /* --- 31 to 40 --- */
  --f31: clamp(calc(18 * var(--px)), calc(31 / 1680 * 100vw), calc(31 * var(--px)));
  --f32: clamp(calc(18 * var(--px)), calc(32 / 1680 * 100vw), calc(32 * var(--px)));
  --f33: clamp(calc(20 * var(--px)), calc(33 / 1680 * 100vw), calc(33 * var(--px)));
  --f34: clamp(calc(20 * var(--px)), calc(34 / 1680 * 100vw), calc(34 * var(--px)));
  --f35: clamp(calc(20 * var(--px)), calc(35 / 1680 * 100vw), calc(35 * var(--px)));
  --f36: clamp(calc(20 * var(--px)), calc(36 / 1680 * 100vw), calc(36 * var(--px)));
  --f37: clamp(calc(20 * var(--px)), calc(37 / 1680 * 100vw), calc(37 * var(--px)));
  --f38: clamp(calc(20 * var(--px)), calc(38 / 1680 * 100vw), calc(38 * var(--px)));
  --f39: clamp(calc(20 * var(--px)), calc(39 / 1680 * 100vw), calc(39 * var(--px)));
  --f40: clamp(calc(24 * var(--px)), calc(40 / 1680 * 100vw), calc(40 * var(--px)));
  /* --- 41 to 50 --- */
  --f41: clamp(calc(24 * var(--px)), calc(41 / 1680 * 100vw), calc(41 * var(--px)));
  --f42: clamp(calc(24 * var(--px)), calc(42 / 1680 * 100vw), calc(42 * var(--px)));
  --f43: clamp(calc(24 * var(--px)), calc(43 / 1680 * 100vw), calc(43 * var(--px)));
  --f44: clamp(calc(24 * var(--px)), calc(44 / 1680 * 100vw), calc(44 * var(--px)));
  --f45: clamp(calc(24 * var(--px)), calc(45 / 1680 * 100vw), calc(45 * var(--px)));
  --f46: clamp(calc(24 * var(--px)), calc(46 / 1680 * 100vw), calc(46 * var(--px)));
  --f47: clamp(calc(24 * var(--px)), calc(47 / 1680 * 100vw), calc(47 * var(--px)));
  --f48: clamp(calc(23 * var(--px)), calc(48 / 1680 * 100vw), calc(48 * var(--px)));
  --f49: clamp(calc(25 * var(--px)), calc(49 / 1680 * 100vw), calc(49 * var(--px)));
  --f50: clamp(calc(30 * var(--px)), calc(50 / 1680 * 100vw), calc(50 * var(--px)));
  /* --- 51 to 60 --- */
  --f51: clamp(calc(30 * var(--px)), calc(51 / 1680 * 100vw), calc(51 * var(--px)));
  --f52: clamp(calc(30 * var(--px)), calc(52 / 1680 * 100vw), calc(52 * var(--px)));
  --f53: clamp(calc(30 * var(--px)), calc(53 / 1680 * 100vw), calc(53 * var(--px)));
  --f54: clamp(calc(30 * var(--px)), calc(54 / 1680 * 100vw), calc(54 * var(--px)));
  --f55: clamp(calc(30 * var(--px)), calc(55 / 1680 * 100vw), calc(55 * var(--px)));
  --f56: clamp(calc(30 * var(--px)), calc(56 / 1680 * 100vw), calc(56 * var(--px)));
  --f57: clamp(calc(30 * var(--px)), calc(57 / 1680 * 100vw), calc(57 * var(--px)));
  --f58: clamp(calc(30 * var(--px)), calc(58 / 1680 * 100vw), calc(58 * var(--px)));
  --f59: clamp(calc(30 * var(--px)), calc(59 / 1680 * 100vw), calc(59 * var(--px)));
  --f60: clamp(calc(30 * var(--px)), calc(60 / 1680 * 100vw), calc(60 * var(--px)));
  /* --- 61 to 70 --- */
  --f61: clamp(calc(30 * var(--px)), calc(61 / 1680 * 100vw), calc(61 * var(--px)));
  --f62: clamp(calc(30 * var(--px)), calc(62 / 1680 * 100vw), calc(62 * var(--px)));
  --f63: clamp(calc(30 * var(--px)), calc(63 / 1680 * 100vw), calc(63 * var(--px)));
  --f64: clamp(calc(30 * var(--px)), calc(64 / 1680 * 100vw), calc(64 * var(--px)));
  --f65: clamp(calc(30 * var(--px)), calc(65 / 1680 * 100vw), calc(65 * var(--px)));
  --f66: clamp(calc(30 * var(--px)), calc(66 / 1680 * 100vw), calc(66 * var(--px)));
  --f67: clamp(calc(30 * var(--px)), calc(67 / 1680 * 100vw), calc(67 * var(--px)));
  --f68: clamp(calc(30 * var(--px)), calc(68 / 1680 * 100vw), calc(68 * var(--px)));
  --f69: clamp(calc(30 * var(--px)), calc(69 / 1680 * 100vw), calc(69 * var(--px)));
  --f70: clamp(calc(30 * var(--px)), calc(70 / 1680 * 100vw), calc(70 * var(--px)));
  /* --- 71 to 80 --- */
  --f71: clamp(calc(30 * var(--px)), calc(71 / 1680 * 100vw), calc(71 * var(--px)));
  --f72: clamp(calc(30 * var(--px)), calc(72 / 1680 * 100vw), calc(72 * var(--px)));
  --f73: clamp(calc(30 * var(--px)), calc(73 / 1680 * 100vw), calc(73 * var(--px)));
  --f74: clamp(calc(30 * var(--px)), calc(74 / 1680 * 100vw), calc(74 * var(--px)));
  --f75: clamp(calc(30 * var(--px)), calc(75 / 1680 * 100vw), calc(75 * var(--px)));
  --f76: clamp(calc(30 * var(--px)), calc(76 / 1680 * 100vw), calc(76 * var(--px)));
  --f77: clamp(calc(30 * var(--px)), calc(77 / 1680 * 100vw), calc(77 * var(--px)));
  --f78: clamp(calc(30 * var(--px)), calc(78 / 1680 * 100vw), calc(78 * var(--px)));
  --f79: clamp(calc(30 * var(--px)), calc(79 / 1680 * 100vw), calc(79 * var(--px)));
  --f80: clamp(calc(30 * var(--px)), calc(80 / 1680 * 100vw), calc(80 * var(--px)));
  /* --- 81 to 90 --- */
  --f81: clamp(calc(30 * var(--px)), calc(81 / 1680 * 100vw), calc(81 * var(--px)));
  --f82: clamp(calc(30 * var(--px)), calc(82 / 1680 * 100vw), calc(82 * var(--px)));
  --f83: clamp(calc(30 * var(--px)), calc(83 / 1680 * 100vw), calc(83 * var(--px)));
  --f84: clamp(calc(30 * var(--px)), calc(84 / 1680 * 100vw), calc(84 * var(--px)));
  --f85: clamp(calc(30 * var(--px)), calc(85 / 1680 * 100vw), calc(85 * var(--px)));
  --f86: clamp(calc(30 * var(--px)), calc(86 / 1680 * 100vw), calc(86 * var(--px)));
  --f87: clamp(calc(30 * var(--px)), calc(87 / 1680 * 100vw), calc(87 * var(--px)));
  --f88: clamp(calc(30 * var(--px)), calc(88 / 1680 * 100vw), calc(88 * var(--px)));
  --f89: clamp(calc(30 * var(--px)), calc(89 / 1680 * 100vw), calc(89 * var(--px)));
  --f90: clamp(calc(30 * var(--px)), calc(90 / 1680 * 100vw), calc(90 * var(--px)));
  /* --- 91 to 100 --- */
  --f91: clamp(calc(30 * var(--px)), calc(91 / 1680 * 100vw), calc(91 * var(--px)));
  --f92: clamp(calc(30 * var(--px)), calc(92 / 1680 * 100vw), calc(92 * var(--px)));
  --f93: clamp(calc(30 * var(--px)), calc(93 / 1680 * 100vw), calc(93 * var(--px)));
  --f94: clamp(calc(30 * var(--px)), calc(94 / 1680 * 100vw), calc(94 * var(--px)));
  --f95: clamp(calc(30 * var(--px)), calc(95 / 1680 * 100vw), calc(95 * var(--px)));
  --f96: clamp(calc(30 * var(--px)), calc(96 / 1680 * 100vw), calc(96 * var(--px)));
  --f97: clamp(calc(30 * var(--px)), calc(97 / 1680 * 100vw), calc(97 * var(--px)));
  --f98: clamp(calc(30 * var(--px)), calc(98 / 1680 * 100vw), calc(98 * var(--px)));
  --f99: clamp(calc(30 * var(--px)), calc(99 / 1680 * 100vw), calc(99 * var(--px)));
  --f100: clamp(calc(30 * var(--px)), calc(100 / 1680 * 100vw), calc(100 * var(--px)));
  /* --- 101 to 110 --- */
  --f101: clamp(calc(30 * var(--px)), calc(101 / 1680 * 100vw), calc(101 * var(--px)));
  --f102: clamp(calc(30 * var(--px)), calc(102 / 1680 * 100vw), calc(102 * var(--px)));
  --f103: clamp(calc(30 * var(--px)), calc(103 / 1680 * 100vw), calc(103 * var(--px)));
  --f104: clamp(calc(30 * var(--px)), calc(104 / 1680 * 100vw), calc(104 * var(--px)));
  --f105: clamp(calc(30 * var(--px)), calc(105 / 1680 * 100vw), calc(105 * var(--px)));
  --f106: clamp(calc(30 * var(--px)), calc(106 / 1680 * 100vw), calc(106 * var(--px)));
  --f107: clamp(calc(30 * var(--px)), calc(107 / 1680 * 100vw), calc(107 * var(--px)));
  --f108: clamp(calc(30 * var(--px)), calc(108 / 1680 * 100vw), calc(108 * var(--px)));
  --f109: clamp(calc(30 * var(--px)), calc(109 / 1680 * 100vw), calc(109 * var(--px)));
  --f110: clamp(calc(30 * var(--px)), calc(110 / 1680 * 100vw), calc(110 * var(--px)));
  /* --- 111 to 120 --- */
  --f111: clamp(calc(30 * var(--px)), calc(111 / 1680 * 100vw), calc(111 * var(--px)));
  --f112: clamp(calc(30 * var(--px)), calc(112 / 1680 * 100vw), calc(112 * var(--px)));
  --f113: clamp(calc(30 * var(--px)), calc(113 / 1680 * 100vw), calc(113 * var(--px)));
  --f114: clamp(calc(30 * var(--px)), calc(114 / 1680 * 100vw), calc(114 * var(--px)));
  --f115: clamp(calc(30 * var(--px)), calc(115 / 1680 * 100vw), calc(115 * var(--px)));
  --f116: clamp(calc(30 * var(--px)), calc(116 / 1680 * 100vw), calc(116 * var(--px)));
  --f117: clamp(calc(30 * var(--px)), calc(117 / 1680 * 100vw), calc(117 * var(--px)));
  --f118: clamp(calc(30 * var(--px)), calc(118 / 1680 * 100vw), calc(118 * var(--px)));
  --f119: clamp(calc(30 * var(--px)), calc(119 / 1680 * 100vw), calc(119 * var(--px)));
  --f120: clamp(calc(30 * var(--px)), calc(120 / 1680 * 100vw), calc(120 * var(--px)));
}

/* -------------------------------------------
* カラー変数
* -------------------------------------------*/
:root {
  --blue-green: #5C9FB1;
  --blue-green-light: #6BA8B7;
  --brown: #6A5C4F;
  --base-text: #373030;
  --base-text02: #443f3a;
  --ivory: #F8F6F1;
  --orange: #EE9A75;
  --orange-light: #eeb163;
  --purple: #6370C4;
  --purple-light: #979fd3;
  --pink: #DB87CC;
  --lavender: #b584ce;
  --green: #76bbaf;
}

/* -------------------------------------------
 * フォントファミリー
 * -------------------------------------------*/
:root {
  --inter: "Inter", sans-serif;
  --notosans: "NotoSansJP", sans-serif;
  --notoserif: "Noto Serif JP", serif;
}

/* -------------------------------------------
 * html, body, main
 * -------------------------------------------*/
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: clip;
  font-size: var(--f17);
  color: var(--base-text);
  background: #fff;
  font-family: var(--notosans);
  font-weight: 500;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 2;
  width: 100%;
}

main {
  padding-top: var(--header-height);
}

/* -------------------------------------------
 * 共通スタイル
 * -------------------------------------------*/
/* 電話番号リンク */
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* テキストのハイライトドット */
.text-highlight-dots {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.8em;
  padding-top: 0.4em;
}
@media (max-width: 834px) {
  .text-highlight-dots {
    margin-top: 0.6em;
  }
}

/* テキスト */
.highlight--red {
  color: #d21d1d;
}

/* -------------------------------------------
 * インナー幅、余白
 * -------------------------------------------*/
.inner--1200 {
  width: min(90%, 1200 * var(--px));
  margin-inline: auto;
}

.inner--1400 {
  width: min(90%, 1400 * var(--px));
  margin-inline: auto;
}

/* リキッドな余白 */
/* -------------------------------------------
 * 改行
 * -------------------------------------------*/
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.br-sp-1240 {
  display: none;
}
@media (max-width: 1240px) {
  .br-sp-1240 {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

/* -------------------------------------------
 * 見出し
 * -------------------------------------------*/
.section__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__title--ja {
  font-size: var(--f48);
  font-weight: 600;
  font-family: var(--notoserif);
  color: var(--base-text02);
  line-height: 1.67;
}

.section__title--en {
  font-size: clamp(15 * var(--px), 1.25vw, 21 * var(--px));
  color: var(--pink);
  font-family: var(--inter);
}

.section__title-wrap--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section__title-wrap--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------------
 * ボタン、リンク
 * -------------------------------------------*/
/*  ボタン共通 */
.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.65em 0.8em 0.65em 0.8em;
  min-width: calc(215 * var(--px));
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  -webkit-transition: background 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
  transition: background 0.3s cubic-bezier(0.08, 0.355, 0.11, 1);
}
@media (max-width: 834px) {
  .button {
    margin-inline: auto;
    min-width: calc(175 * var(--px));
  }
}
@media (max-width: 834px) {
  .button .link-arrow {
    width: calc(24 * var(--px));
  }
}
@media (max-width: 834px) {
  .button .link-arrow:after {
    width: calc(9 * var(--px));
  }
}

.base-button {
  padding-left: 1.8em;
}

/* 茶色いボタン */
.button--brown-bg {
  background: var(--brown);
  color: #fff;
}

/* 茶色いボタン（矢印なし） */
.button--brown-bg:not(.link-with-arrow--dark-bg) {
  border: 1px solid var(--brown);
}
@media (any-hover: hover) {
  .button--brown-bg:not(.link-with-arrow--dark-bg):hover {
    background: #fff;
    color: var(--brown);
  }
}

/* 白いボタン */
.button--white-bg {
  background: #fff;
  color: var(--brown);
}
.button--white-bg .button__text {
  font-weight: 500;
}

/* オレンジのボタン */
.button--orange-bg {
  background: var(--orange);
  color: #fff;
}

/* ホバー時 */
@media (hover: hover) {
  .button--brown-bg:hover .link-arrow {
    background: #fff;
  }
  .button--brown-bg:hover .link-arrow:after {
    background-color: var(--brown);
  }
  .button--white-bg:hover .link-arrow {
    background: var(--brown);
  }
  .button--white-bg:hover .link-arrow:after {
    background-color: #fff;
  }
}
/* ボタンテキスト */
.button__text {
  font-size: var(--f18);
  line-height: 1;
  font-weight: 400;
}

/*-------------------------------------------
 * リンク用矢印
-------------------------------------------*/
.link-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--brown);
}
.link-with-arrow--dark-bg .link-arrow {
  border-color: rgba(255, 255, 255, 0.5);
}
.link-arrow:after {
  content: "";
  display: inline-block;
  width: calc(13 * var(--px));
  aspect-ratio: 11/8;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/link-arrow.svg);
  mask-image: url(../img/common/link-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-with-arrow--dark-bg .link-arrow:after {
  background-color: #fff;
}

.link-arrow--with-circle {
  width: calc(36 * var(--px));
  aspect-ratio: 1;
  border-radius: 100vmax;
  border: 1px solid #6a5c4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.link-arrow--with-circle--size30 {
  width: calc(30 * var(--px));
}
@media (max-width: 834px) {
  .link-arrow--with-circle--size30 {
    width: calc(20 * var(--px));
  }
}
@media (max-width: 834px) {
  .link-arrow--with-circle--size30:after {
    width: calc(9 * var(--px));
  }
}

.link-arrow--with-circle--size24 {
  width: calc(24 * var(--px));
}
@media (max-width: 834px) {
  .link-arrow--with-circle--size24 {
    width: calc(18 * var(--px));
  }
}
.link-arrow--with-circle--size24:after {
  width: calc(10 * var(--px));
}
@media (max-width: 834px) {
  .link-arrow--with-circle--size24:after {
    width: calc(8 * var(--px));
  }
}

.arrow-icon {
  border-radius: 100vmax;
  aspect-ratio: 1;
  width: calc(30 * var(--px));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--brown);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-icon img {
  width: 100%;
  aspect-ratio: 13/7;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 右へスライド */
@-webkit-keyframes arrow-slide-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-slide-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* 右上へスライド */
.slide-arrow-top-right .link-arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes arrow-slide-top-right {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(100%, 0);
            transform: rotate(-45deg) translate(100%, 0);
  }
  49% {
    -webkit-transform: rotate(-45deg) translate(100%, 0);
            transform: rotate(-45deg) translate(100%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-45deg) translate(-100%, 0);
            transform: rotate(-45deg) translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
}

@keyframes arrow-slide-top-right {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(100%, 0);
            transform: rotate(-45deg) translate(100%, 0);
  }
  49% {
    -webkit-transform: rotate(-45deg) translate(100%, 0);
            transform: rotate(-45deg) translate(100%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-45deg) translate(-100%, 0);
            transform: rotate(-45deg) translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
}
/* 上へスライド */
.slide-arrow-top .link-arrow:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* 下へスライド */
.slide-arrow-bottom .link-arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (hover: hover) {
  .slide-arrow-right:hover .link-arrow:after {
    -webkit-animation: arrow-slide-x 0.5s ease-out forwards;
            animation: arrow-slide-x 0.5s ease-out forwards;
  }
  .slide-arrow-top-right:hover .link-arrow:after {
    -webkit-animation: arrow-slide-top-right 0.5s ease-out forwards;
            animation: arrow-slide-top-right 0.5s ease-out forwards;
    -webkit-transform: rotate(-45deg) translate(100%, -100%);
            transform: rotate(-45deg) translate(100%, -100%);
  }
  .slide-arrow-top:hover .link-arrow:after {
    -webkit-animation: arrow-slide-top 0.5s ease-out forwards;
            animation: arrow-slide-top 0.5s ease-out forwards;
    -webkit-transform: rotate(-90deg) translate(100%, -100%);
            transform: rotate(-90deg) translate(100%, -100%);
  }
  .slide-arrow-bottom:hover .link-arrow:after {
    -webkit-animation: arrow-slide-bottom 0.5s ease-out forwards;
            animation: arrow-slide-bottom 0.5s ease-out forwards;
    -webkit-transform: rotate(-90deg) translate(100%, -100%);
            transform: rotate(-90deg) translate(100%, -100%);
  }
}
@-webkit-keyframes arrow-slide-top {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
  49% {
    -webkit-transform: rotate(-90deg) translate(100%, 0);
            transform: rotate(-90deg) translate(100%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
            transform: rotate(-90deg) translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
}
@keyframes arrow-slide-top {
  0% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
  49% {
    -webkit-transform: rotate(-90deg) translate(100%, 0);
            transform: rotate(-90deg) translate(100%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
            transform: rotate(-90deg) translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(-90deg) translate(0, 0);
            transform: rotate(-90deg) translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes arrow-slide-bottom {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0);
    opacity: 1;
  }
  49% {
    -webkit-transform: rotate(90deg) translate(100%, 0);
            transform: rotate(90deg) translate(100%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(90deg) translate(-100%, 0);
            transform: rotate(90deg) translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0);
    opacity: 1;
  }
}
@keyframes arrow-slide-bottom {
  0% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0);
    opacity: 1;
  }
  49% {
    -webkit-transform: rotate(90deg) translate(100%, 0);
            transform: rotate(90deg) translate(100%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(90deg) translate(-100%, 0);
            transform: rotate(90deg) translate(-100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(90deg) translate(0, 0);
            transform: rotate(90deg) translate(0, 0);
    opacity: 1;
  }
}
@media (hover: hover) {
  .link-with-arrow--light-bg:hover .link-arrow {
    background: #6a5c4f;
  }
  .link-with-arrow--light-bg:hover .link-arrow:after {
    color: #fff;
  }
}
/* -------------------------------------------
 * 下線ありのリンク
 * -------------------------------------------*/
.link-with-underline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  gap: calc(10 * var(--px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-with-underline__text {
  border-bottom: 1px solid var(--brown);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
  white-space: nowrap;
}

/* -------------------------------------------
 * ヘッダー
 * -------------------------------------------*/
:root {
  --header-height: calc(87 * var(--px));
}
@media (max-width: 1240px) {
  :root {
    --header-height: calc(69 * var(--px));
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  height: var(--header-height);
}

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: calc(16 * var(--px));
  padding-inline: calc(35 * var(--px));
  background: #fff;
}
@media (max-width: 1240px) {
  .header__inner {
    padding-inline: 5%;
  }
}

.header__logo-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}
@media (max-width: 1240px) {
  .header__logo-wrap {
    gap: 0.5em;
  }
}

.header__logo {
  width: calc(55 * var(--px));
  height: auto;
  display: block;
}
@media (max-width: 1240px) {
  .header__logo {
    width: calc(36 * var(--px));
  }
}

.header__logo-img {
  width: 100%;
  height: auto;
  border-radius: 100vmax;
  overflow: clip;
}

.header__clinic-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
}
@media (max-width: 1240px) {
  .header__clinic-name-wrap {
    gap: 0em;
    margin-top: 0.2em;
  }
}

.header__clinic-corporation {
  font-size: var(--f12);
  font-family: var(--notoserif);
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1240px) {
  .header__clinic-corporation {
    font-size: calc(15 * var(--px));
  }
}

.header__clinic-name {
  font-size: var(--f18);
  font-family: var(--notoserif);
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.6;
}
@media (max-width: 1240px) {
  .header__clinic-name {
    font-size: calc(20 * var(--px));
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(30 * var(--px));
}
@media (max-width: 1830px) {
  .header__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2em 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 505px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header__info {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3rem 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__address-text {
  font-size: var(--f12);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  white-space: nowrap;
}
.header__address-text::before {
  content: "";
  display: inline-block;
  width: clamp(12 * var(--px), 1.9047619048vw, 14 * var(--px));
  aspect-ratio: 14/18;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--purple);
  -webkit-mask-image: url(../img/common/location.svg);
          mask-image: url(../img/common/location.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: none;
  transition: none;
  margin-top: 0.2em;
}
.header__address-text .header__address-text-inner {
  line-height: 1.8;
  border-bottom: 1px solid var(--brown);
}
@media (max-width: 1830px) {
  .header__info .header__address-text {
    display: none;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media (max-width: 1830px) {
  .header__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    overflow: clip;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    background: transparent;
    top: calc(87 * var(--px));
    background: transparent;
    z-index: 98;
    margin: 0;
    padding: calc(40 * var(--px)) calc(20 * var(--px)) calc(20 * var(--px));
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #edf4f8;
  }
}
@media (max-width: 1830px) and (max-width: 1240px) {
  .header__nav {
    top: calc(69 * var(--px));
  }
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, z-index 0s 0.4s;
  transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease, z-index 0s 0.4s;
}
.header__nav.is-active .header__address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.header__nav .header__address-wrap {
  display: none;
}

.header__nav-link {
  font-size: var(--f16);
  position: relative;
  padding-bottom: 0.4em;
}
@media (max-width: 1830px) {
  .header__nav-link {
    font-size: calc(16 * var(--px));
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.3em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--blue-green);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media (max-width: 1830px) {
  .header__nav-link::after {
    display: none;
  }
}
.header__nav-link .link-arrow {
  display: none;
}
@media (max-width: 1830px) {
  .header__nav-link .link-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--brown);
  }
}
.header__nav-link .link-arrow:after {
  background-color: #fff;
}

@media (hover: hover) {
  .header__nav-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.header__nav-item {
  text-align: center;
}
@media (max-width: 1830px) {
  .header__nav-item {
    text-align: left;
  }
}

@media (max-width: 1830px) {
  .nav-item--sp-none {
    display: none;
  }
}

/* -------------------------------------------
 * ドロップダウンメニュー
 * -------------------------------------------*/
.nav-item--with-dropdown-menu {
  position: relative;
}
.nav-item--with-dropdown-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 21px;
}
@media (any-hover: hover) {
  .nav-item--with-dropdown-menu:hover {
    cursor: pointer;
  }
  .nav-item--with-dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 21px);
  left: 0;
  background: #6aa8b7;
  color: #fff;
  padding: 2em;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 16px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 0.5em 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .dropdown-menu:hover {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 834px) {
  .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dropdown-menu__item {
  font-size: calc(14 * var(--px));
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.dropdown-menu__item::before {
  content: "";
  z-index: 1;
  display: inline-block;
  width: 4px;
  height: 7px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateY(calc(1 * var(--px)));
          transform: translateY(calc(1 * var(--px)));
}

/* -------------------------------------------
 * ヘッダーSP時
 * 診療内容
 * -------------------------------------------*/
.header__treatment-list {
  display: none;
  margin-top: calc(36 * var(--px));
}
@media (max-width: 1830px) {
  .header__treatment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2em 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header__treatment-list > li {
  font-size: calc(16 * var(--px));
  line-height: 1.4;
}
.header__treatment-list > li:nth-child(1) .header__treatment-icon {
  background: var(--purple-light);
}
.header__treatment-list > li:nth-child(1) .header__treatment-icon img {
  aspect-ratio: 21/26;
  width: 38%;
}
.header__treatment-list > li:nth-child(2) .header__treatment-icon {
  background: var(--blue-green);
}
.header__treatment-list > li:nth-child(2) .header__treatment-icon img {
  aspect-ratio: 31/28;
  width: 57.4%;
}
.header__treatment-list > li:nth-child(3) .header__treatment-icon {
  background: #ee8f63;
}
.header__treatment-list > li:nth-child(3) .header__treatment-icon img {
  aspect-ratio: 29/26;
  width: 53.7%;
}
.header__treatment-list > li:nth-child(4) .header__treatment-icon {
  background: #dc88cc;
}
.header__treatment-list > li:nth-child(4) .header__treatment-icon img {
  aspect-ratio: 29/34;
  width: 53.7%;
}
.header__treatment-list > li:nth-child(5) .header__treatment-icon {
  background: var(--green);
}
.header__treatment-list > li:nth-child(5) .header__treatment-icon img {
  aspect-ratio: 34/20;
  width: 62.9%;
}
.header__treatment-list > li:nth-child(6) .header__treatment-icon {
  background: #a08d74;
}
.header__treatment-list > li:nth-child(6) .header__treatment-icon img {
  aspect-ratio: 24/32;
  width: 44.4%;
}
.header__treatment-list > li:nth-child(7) .header__treatment-icon {
  background: #ad9bd1;
}
.header__treatment-list > li:nth-child(7) .header__treatment-icon img {
  aspect-ratio: 31/35;
  width: 57.4%;
}
.header__treatment-list > li:nth-child(8) .header__treatment-icon {
  background: var(--orange-light);
}
.header__treatment-list > li:nth-child(8) .header__treatment-icon img {
  aspect-ratio: 29/28;
  width: 53.7%;
}

.header__treatment-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__treatment-icon {
  border-radius: calc(10 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(36 * var(--px), 3.2142857143vw, 54 * var(--px));
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* -------------------------------------------
 * ヘッダーSP時
 * -------------------------------------------*/
/* 予約ボタン */
.header__reserve-buttons {
  display: block;
}
.header__reserve-buttons .reserve-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(15 * var(--px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__reserve-buttons .reserve-button--web.button,
.header__reserve-buttons .reserve-button--phone.button {
  padding-block: 0.5em;
}
@media (max-width: 969px) {
  .header__reserve-buttons .reserve-button--web.button,
  .header__reserve-buttons .reserve-button--phone.button {
    padding-block: 1em;
  }
}
.header__reserve-buttons .reserve-button--phone:before {
  width: clamp(18 * var(--px), 1.1904761905vw, 20 * var(--px));
}
.header__reserve-buttons .reserve-button--web.button {
  padding-inline: 1.5em;
}
.header__reserve-buttons .reserve-button--web .button__text {
  font-size: calc(13 * var(--px));
}
.header__reserve-buttons .reserve-button--phone.button {
  padding-inline: 1.5em;
}
.header__reserve-buttons .reserve-button--phone .button__text {
  font-size: calc(18 * var(--px));
}
@media (max-width: 1830px) {
  .header__reserve-buttons {
    max-width: 505px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-block: calc(36 * var(--px)) calc(20 * var(--px));
  }
}

/* インスタグラム */
.header__instagram {
  display: none;
}
@media (max-width: 1830px) {
  .header__instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6em;
    font-size: calc(16 * var(--px));
    font-family: var(--inter);
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.header__instagram::before {
  content: "";
  display: inline-block;
  width: calc(25 * var(--px));
  aspect-ratio: 25/24;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url(../img/common/icon-instagram.svg);
          mask-image: url(../img/common/icon-instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: none;
  transition: none;
}

/* 診療時間テーブル */
.header__hours-table {
  display: none;
  max-width: 505px;
  width: 100%;
}
@media (max-width: 1830px) {
  .header__hours-table {
    display: block;
    margin-block: calc(28 * var(--px)) calc(20 * var(--px));
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.header__hours-table .hours-table-wrap {
  width: 100%;
}

/* -------------------------------------------
 * 下部固定予約ボタン（SP時）
 * -------------------------------------------*/
:root {
  --sp-fixed-reserve-buttons-height: calc(66 * var(--px));
}

.sp-fixed-reserve-buttons {
  display: none;
}
@media (max-width: 969px) {
  .sp-fixed-reserve-buttons {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--sp-fixed-reserve-buttons-height);
    z-index: 11;
  }
}
.sp-fixed-reserve-buttons .button {
  padding-inline: 0.8em;
  min-width: auto;
  border-radius: 0;
  gap: 0;
  position: relative;
}
.sp-fixed-reserve-buttons .reserve-button.button {
  max-width: none;
}
.sp-fixed-reserve-buttons .reserve-buttons {
  gap: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 100%;
}
.sp-fixed-reserve-buttons .reserve-button--phone {
  border-radius: 0;
  border: solid 1px var(--purple);
  background-color: var(--purple);
  color: #fff;
  gap: 0.2em;
}
.sp-fixed-reserve-buttons .reserve-button .button__text.button__text--pc {
  font-size: calc(13 * var(--px));
}
@media (max-width: 969px) {
  .sp-fixed-reserve-buttons .reserve-button .button__text.button__text--pc {
    display: none;
  }
}
.sp-fixed-reserve-buttons .reserve-button .button__text.button__text--sp {
  font-size: calc(20 * var(--px));
}
.sp-fixed-reserve-buttons .reserve-button--phone.button {
  gap: 4%;
}
.sp-fixed-reserve-buttons .reserve-button--phone.button .button__text {
  font-size: calc(15 * var(--px));
}
@media (max-width: 969px) {
  .sp-fixed-reserve-buttons .reserve-button--phone.button .button__text {
    font-size: calc(20 * var(--px));
  }
}
.sp-fixed-reserve-buttons .reserve-button--web.button {
  gap: 4%;
}
.sp-fixed-reserve-buttons .reserve-button--web.button .link-arrow {
  display: none;
}
.sp-fixed-reserve-buttons .reserve-button--web:before {
  width: calc(18 * var(--px));
}
@media (max-width: 969px) {
  .sp-fixed-reserve-buttons .reserve-button--web:before {
    width: calc(21 * var(--px));
  }
}

/* -------------------------------------------
 * ハンバーガーボタン
 * -------------------------------------------*/
.nav-button {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  z-index: 100;
  margin-top: 0.2em;
  cursor: pointer;
}
@media (max-width: 1830px) {
  .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav-button.is-active .nav-button__bars > span:nth-of-type(1) {
  -webkit-transform: translateY(calc(4 * var(--px))) rotate(-30deg);
          transform: translateY(calc(4 * var(--px))) rotate(-30deg);
}
.nav-button.is-active .nav-button__bars > span:nth-of-type(2) {
  -webkit-transform: translateY(calc(-4 * var(--px))) rotate(30deg);
          transform: translateY(calc(-4 * var(--px))) rotate(30deg);
}

.nav-button__bars,
.nav-button__bars span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-button__bars {
  position: relative;
  width: calc(30 * var(--px));
  height: calc(10 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-button__bars span {
  width: 100%;
  height: calc(2 * var(--px));
  background: var(--purple);
}

.nav-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-button__text {
  font-size: var(--f12);
  font-family: var(--inter);
  color: var(--purple);
  margin-top: 0.8em;
  line-height: 1;
}

/* -------------------------------------------
 * フッター
 * ------------------------------------------- */
.footer {
  padding-block: clamp(32 * var(--px), 88 / 1680 * 100vw, 88 * var(--px)) clamp(16 * var(--px), 40 / 1680 * 100vw, 40 * var(--px));
  padding-inline: min(8%, 110 * var(--px));
  border-radius: clamp(10 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  margin-top: clamp(50 * var(--px), 113 / 1680 * 100vw, 113 * var(--px));
  margin-bottom: calc(24 * var(--px));
  margin-inline: min(5%, 27 * var(--px));
  background: -webkit-gradient(linear, left top, right bottom, from(#86b7d2), to(#a1cfe5));
  background: linear-gradient(to bottom right, #86b7d2, #a1cfe5);
  color: #fff;
  z-index: 10;
}
@media (max-width: 969px) {
  .footer {
    margin-bottom: var(--sp-fixed-reserve-buttons-height);
    margin-inline: 0;
    padding-inline: 5%;
    border-radius: 0;
  }
}

.footer__inner {
  margin-inline: auto;
}

.footer__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(40 * var(--px)) 5%;
  margin-bottom: clamp(30 * var(--px), 85 / 1680 * 100vw, 85 * var(--px));
}
@media (max-width: 1024px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .footer__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

.footer__info-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(20 * var(--px), 36 / 1680 * 100vw, 36 * var(--px));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__info-head {
    gap: 0.8em;
  }
}

.footer__clinic-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
}

.footer__clinic-corporation {
  font-size: var(--f12);
  font-family: var(--notoserif);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__clinic-corporation {
    font-size: calc(15 * var(--px));
    margin-bottom: 0.2em;
  }
}

.footer__clinic-name {
  font-size: calc(18 * var(--px));
  font-family: var(--notoserif);
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 834px) {
  .footer__clinic-name {
    font-size: calc(22 * var(--px));
  }
}

.footer__info-address {
  font-size: var(--f15);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer__info-address {
    text-align: center;
  }
}

.footer__info-tel {
  font-family: var(--inter);
  font-size: calc(16 * var(--px));
  font-weight: 400;
  margin-block: 0.1em 0.1em;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__info-tel {
    margin-block: 0.4em 0.4em;
  }
}

.footer__tel-link {
  font-size: calc(28 * var(--px));
  font-weight: 400;
}

.footer__info-hours {
  font-size: var(--f12);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__info-hours {
    text-align: center;
  }
}

.footer__logo {
  width: clamp(24 * var(--px), 55 / 1680 * 100vw, 55 * var(--px));
  aspect-ratio: 1;
  border-radius: 100vmax;
  overflow: hidden;
}
@media (max-width: 834px) {
  .footer__logo {
    width: calc(40 * var(--px));
  }
}

.footer__nav {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 2em 8.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: 100%;
  max-width: calc(731 * var(--px));
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .footer__nav {
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
  }
}
@media (max-width: 499px) {
  .footer__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 834px) {
  .footer__nav-col:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 834px) {
  .footer__nav-col:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 834px) {
  .footer__nav-col:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (max-width: 834px) {
  .footer__nav-col:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.footer__list-heading {
  margin-bottom: 1em;
  font-weight: 400;
  font-size: var(--f17);
}
@media (max-width: 834px) {
  .footer__list-heading {
    font-size: calc(16 * var(--px));
    margin-bottom: 0.5em;
  }
}

.footer__nav-item {
  font-size: var(--f17);
  font-weight: 400;
}

.footer__nav-item--small {
  font-size: var(--f14);
  font-weight: 400;
}

.footer-nav__item-link {
  font-size: var(--f14);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
}

.footer__nav-list--with-border {
  padding-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__nav-item--instagram {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.footer__nav-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__nav-item-icon--instagram {
  width: clamp(10 * var(--px), 17 / 1680 * 100vw, 17 * var(--px));
  aspect-ratio: 1;
}

.footer__nav-link--instagram {
  font-size: var(--f14);
  font-family: var(--inter);
  font-weight: 300;
}

.footer__bottom {
  position: relative;
}

.footer__copy {
  font-size: var(--f14);
  font-family: var(--inter);
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

/* ページトップボタン */
.footer__page-top-link {
  position: absolute;
  bottom: 0;
  right: min(-5%, -43 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  width: clamp(65 * var(--px), 82 / 1680 * 100vw, 82 * var(--px));
  aspect-ratio: 1;
  border-radius: 100vmax;
  background: #fff;
}
@media (max-width: 834px) {
  .footer__page-top-link {
    right: 0;
  }
}

.footer__page-top-link-text {
  color: var(--base-text02);
  font-size: var(--f12);
  font-family: var(--inter);
  line-height: 1.33;
  font-weight: 400;
  text-align: center;
}

/* -------------------------------------------
 * 下層
 * ------------------------------------------- */
body.under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

.under-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: clamp(100 * var(--px), 167 / 1680 * 100vw, 167 * var(--px));
}

/* -------------------------------------------
 * 下層ページ見出し
 * ------------------------------------------- */
.under-fv {
  margin-bottom: clamp(30 * var(--px), 136 / 1680 * 100vw, 136 * var(--px));
}
.under-fv:has(.under-fv__img) {
  margin-bottom: 0;
}

.under-fv--with-ivory-bg {
  position: relative;
}
.under-fv--with-ivory-bg::after {
  background: var(--ivory);
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 47%;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.under-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .under-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
  }
}

.under-fv__title {
  font-size: var(--f48);
  font-family: var(--notoserif);
  line-height: 1.25;
  font-weight: 500;
}

.under-fv__img {
  margin-top: clamp(10 * var(--px), 50 / 1680 * 100vw, 50 * var(--px));
  width: 100%;
  max-width: calc(100% - 46 * var(--px));
  margin-inline: auto;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .under-fv__img {
    max-width: none;
    border-radius: 0;
  }
}
@media (max-width: 834px) {
  .under-fv__img img {
    aspect-ratio: 4/3;
  }
}

.under__section-label {
  font-size: clamp(15 * var(--px), 21 / 1680 * 100vw, 21 * var(--px));
  color: var(--pink);
}
@media (max-width: 834px) {
  .under__section-label {
    text-align: center;
  }
}

.under__section-title {
  font-weight: 500;
  font-size: var(--f40);
  font-family: var(--notoserif);
  line-height: 1.63;
}
@media (max-width: 834px) {
  .under__section-title {
    text-align: center;
    margin-inline: auto;
  }
}

.under__content-bar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  padding: 0.6em 1em;
  text-align: center;
  font-size: clamp(20 * var(--px), 32 / 1680 * 100vw, 32 * var(--px));
  line-height: 1.5;
  color: #fff;
  font-family: var(--notoserif);
  font-weight: 500;
}

.under__content-block-title {
  margin-bottom: 1em;
  font-family: var(--notoserif);
  font-size: var(--f28);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ece9e0;
  width: 100%;
}
@media (max-width: 834px) {
  .under__content-block-title {
    gap: 0.3em;
  }
}
.under__content-block-title::before {
  content: "";
  display: block;
  width: clamp(3 * var(--px), 6 / 1680 * 100vw, 6 * var(--px));
  height: 0.7lh;
  border-radius: calc(3 * var(--px));
  background: var(--orange-light);
  -webkit-transform: translateY(0.05lh);
          transform: translateY(0.05lh);
}

.under__dot-list {
  font-weight: 600;
}
.under__dot-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6em;
}
@media (max-width: 834px) {
  .under__dot-list > li {
    gap: 0.4em;
  }
}
.under__dot-list > li::before {
  content: "";
  width: clamp(8 * var(--px), 10 / 1680 * 100vw, 10 * var(--px));
  height: clamp(8 * var(--px), 10 / 1680 * 100vw, 10 * var(--px));
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange-light);
  border-radius: 100vmax;
  margin-top: 0.75em;
}
@media (max-width: 834px) {
  .under__dot-list > li::before {
    margin-top: 0.6em;
  }
}

.under__check-list {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
}
.under__check-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6em;
}
@media (max-width: 834px) {
  .under__check-list > li {
    gap: 0.4em;
  }
}
.under__check-list > li::before {
  background: url(../img/common/icon-check.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  width: clamp(20 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
  margin-top: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .under__check-list > li::before {
    margin-top: 0.3em;
  }
}

/* -------------------------------------------
 * パンくずリスト
 * ------------------------- */
.breadcrumbs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 834px) {
  .breadcrumbs-container {
    margin-left: auto;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  display: inline-block;
  font-size: var(--f12);
  font-weight: 500;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  padding-inline: 0.6em;
  color: #959090;
  line-height: 1;
}
@media (max-width: 834px) {
  .breadcrumbs li:not(:last-child)::after {
    font-size: calc(15 * var(--px));
  }
}

.breadcrumbs__item-link {
  line-height: 1;
}

.breadcrumbs__current {
  color: #959090;
}

/* -------------------------------------------
 * 404ページ
 * ------------------------------------------- */
.error-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-404__text {
  text-align: center;
  margin-block: calc(30 * var(--px));
}
@media (max-width: 834px) {
  .error-404__text {
    text-align: left;
  }
}

/* -------------------------------------------
 * WEB予約、電話予約ボタン
 * -------------------------------------------*/
.reserve-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .reserve-buttons {
    gap: calc(16 * var(--px));
  }
}

.reserve-button {
  width: 100%;
}
.reserve-button .button__text {
  font-size: clamp(17 * var(--px), 1.4285714286vw, 24 * var(--px));
  white-space: nowrap;
  margin-top: 0;
  font-weight: 500;
}
.reserve-button.button {
  min-width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(265 * var(--px));
}
@media (max-width: 834px) {
  .reserve-button.button {
    margin-inline: 0;
  }
}
@media (max-width: 600px) {
  .reserve-button.button {
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
  }
}

.reserve-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* WEB予約 */
.reserve-button--web {
  border: solid 1px var(--orange);
}
.reserve-button--web:before {
  content: "";
  display: inline-block;
  width: clamp(18 * var(--px), 24 / 1680 * 100vw, 24 * var(--px));
  aspect-ratio: 38/32;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url(../img/common/icon-reserve.svg);
          mask-image: url(../img/common/icon-reserve.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: none;
  transition: none;
}
.reserve-button--web .button__text {
  font-size: calc(13 * var(--px));
  text-align: center;
  line-height: 1.4;
}
.reserve-button--web .button__text.button__text--sp {
  display: none;
}
@media (max-width: 969px) {
  .reserve-button--web .button__text.button__text--sp {
    display: block;
    font-size: calc(16 * var(--px));
  }
}
.reserve-button--web .button__text.button__text--pc {
  display: block;
}
@media (max-width: 969px) {
  .reserve-button--web .button__text.button__text--pc {
    display: none;
  }
}
.reserve-button--web .link-arrow {
  margin-left: 0.3em;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 969px) {
  .reserve-button--web .link-arrow {
    display: none;
  }
}
.reserve-button--web .link-arrow:after {
  width: calc(12 * var(--px));
}
.reserve-button--web.button {
  padding-block: 1.2em;
  padding-inline: 0;
  gap: 3%;
}
@media (max-width: 834px) {
  .reserve-button--web.button {
    margin-inline: 0;
  }
}

.reserve-button__calendar-icon {
  width: clamp(18 * var(--px), 3vw, 38 * var(--px));
  aspect-ratio: 38/32;
}

/* 電話予約 */
.reserve-button--phone {
  border-radius: 100vmax;
  border: solid 1px var(--purple);
  background-color: #fff;
  color: var(--purple);
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: var(--inter);
  gap: 0.2em;
  -webkit-transition: background-color ease 0.3s, color ease 0.3s;
  transition: background-color ease 0.3s, color ease 0.3s;
}
.reserve-button--phone:before {
  content: "";
  display: inline-block;
  width: clamp(18 * var(--px), 26 / 1680 * 100vw, 26 * var(--px));
  aspect-ratio: 26/26;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url(../img/common/icon-phone.svg);
          mask-image: url(../img/common/icon-phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: none;
  transition: none;
}
.reserve-button--phone.button {
  padding-block: 1.2em;
  gap: 2.5%;
}
@media (max-width: 834px) {
  .reserve-button--phone.button {
    gap: 2%;
  }
}

@media (hover: hover) {
  .reserve-button--web:hover {
    background: #fff;
    color: var(--orange);
  }
  .reserve-button--web:hover .link-arrow:after {
    background-color: var(--orange);
  }
  .reserve-button--phone:hover {
    background-color: #fff;
    color: var(--purple);
  }
}
.reserve-button__phone-icon {
  width: clamp(18 * var(--px), 3vw, 26 * var(--px));
  aspect-ratio: 26/26;
}

/* -------------------------------------------
 * 診療時間テーブル
 * -------------------------------------------*/
.hours-table-wrap {
  background: #fff;
  border-radius: clamp(10 * var(--px), 15 / 1680 * 100vw, 15 * var(--px));
  border: 1px solid #d0d0d0;
  overflow: hidden;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.hours-table tr {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  font-weight: 400;
}
.hours-table th {
  padding: 0.5em;
  font-weight: 500;
  font-size: var(--f15);
  background: var(--ivory);
}
.hours-table td {
  padding: 0.7em;
}

.hours-table__text--blue {
  color: var(--purple);
}

.hours-table__text--orange {
  color: var(--orange);
}

.hours-table__text--time {
  font-family: var(--inter);
  font-size: var(--f16);
}

.hours-table th + th,
.hours-table td + td {
  border-left: 1px solid #d0d0d0;
}

.hours-table__notes {
  border-top: 1px solid #d0d0d0;
  font-size: var(--f12);
  color: rgba(68, 63, 58, 0.7019607843);
  padding: 1em 6%;
}
@media (max-width: 834px) {
  .hours-table__notes {
    padding: 0.8em 5%;
  }
}
.hours-table__notes > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hours-table__notes > li::before {
  content: "※";
  aspect-ratio: 1;
  font-size: var(--f12);
}

/* -------------------------------------------
 * ページネーション
 * -------------------------------------------*/
.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(40 * var(--px), 80 / 1680 * 100vw, 80 * var(--px));
  gap: 1em;
}
.blog-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(40 * var(--px));
  height: calc(40 * var(--px));
  border-radius: 100vmax;
  font-family: "Inter", sans-serif;
  font-size: var(--f16);
  color: #6a5c4f;
}
@media (any-hover: hover) {
  .blog-pagination .page-numbers:hover {
    background: #6a5c4f;
    color: #fff;
  }
}
.blog-pagination .current {
  background: #6a5c4f;
  color: #fff;
}
.blog-pagination .prev,
.blog-pagination .next {
  border-radius: 100vmax;
  font-family: "NotoSansJP", sans-serif;
  font-size: var(--f16);
  color: #6a5c4f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.2em;
  white-space: nowrap;
}
.blog-pagination .prev:hover,
.blog-pagination .next:hover {
  background: #6a5c4f;
  color: #fff;
}
.blog-pagination .blog-pagination__summary {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: var(--f16);
  color: #6a5c4f;
}
.blog-pagination .is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.blog-pagination--pc {
  border-radius: 100vmax;
  background: var(--ivory);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.6em 0.6em;
}
@media (max-width: 834px) {
  .blog-pagination--pc {
    display: none;
  }
}

.blog-pagination--sp {
  display: none;
  border-radius: 100vmax;
  background: var(--ivory);
  margin-inline: auto;
  padding: 0.8em 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .blog-pagination--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 499px) {
  .blog-pagination--sp {
    padding: 0.8em 1.5em;
    gap: 1em;
    width: 100%;
  }
}
.blog-pagination--sp > a {
  white-space: nowrap;
}
.blog-pagination--sp.blog-pagination .prev, .blog-pagination--sp.blog-pagination .next {
  padding-inline: 0em;
}

/* -------------------------------------------
 * access block
 * -------------------------------------------*/
.access-block {
  padding-top: clamp(50 * var(--px), 141 / 1680 * 100vw, 141 * var(--px));
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4f8), to(#fff));
  background: linear-gradient(to bottom, #edf4f8, #fff);
}
.under .access-block {
  background: #fff;
}

.access-block__head-inner {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: calc(525 * var(--px)) 57%;
  gap: calc(30 * var(--px)) 5%;
}
@media (max-width: 1024px) {
  .access-block__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access-block__head {
  margin-left: calc((100vw - min(1200 * var(--px), 90vw)) / 2);
}
@media (max-width: 1024px) {
  .access-block__head {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .access-block__info {
    margin-inline: 5%;
  }
}

@media (max-width: 1024px) {
  .access-block__head-img {
    margin-left: 5%;
  }
}

.access-block__clinic-name-wrap {
  font-family: var(--notoserif);
  margin-bottom: clamp(24 * var(--px), 44 / 1680 * 100vw, 44 * var(--px));
}

.access-block__clinic-corporation {
  font-size: var(--f16);
  line-height: 1;
}

.access-block__clinic-name {
  font-size: clamp(24 * var(--px), 2.4404761905vw, 41 * var(--px));
  line-height: 1.2;
}

.access-block__head-text + .access-block__head-text {
  margin-top: 1em;
}
@media (max-width: 834px) {
  .access-block__head-text + .access-block__head-text {
    margin-top: 0.5em;
  }
}

.access-block__hours-table {
  margin-block: clamp(20 * var(--px), 56 / 1680 * 100vw, 56 * var(--px)) clamp(20 * var(--px), 36 / 1680 * 100vw, 36 * var(--px));
}

.access-block__reserve-buttons .reserve-buttons {
  gap: min(2%, 1em);
}

/* access block / 駐車場、駐輪場 */
.access-block__parking {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(40 * var(--px)) 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(35 * var(--px), 92 / 1680 * 100vw, 92 * var(--px));
}
@media (max-width: 834px) {
  .access-block__parking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access-block__parking-item--car .access-block__parking-label {
  background: var(--blue-green);
}

.access-block__parking-item--bicycle .access-block__parking-label {
  background-color: var(--purple-light);
}

.access-block__parking-heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  margin-bottom: clamp(12 * var(--px), 20 / 1680 * 100vw, 20 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

.access-block__parking-title {
  font-size: var(--f21);
  font-family: var(--notoserif);
  font-weight: 600;
}

.access-block__parking-label {
  border-radius: 10px;
  line-height: 1;
  padding: 0.5em 0.8em;
  color: #fff;
  font-weight: 400;
}

.access-block__parking-text {
  font-size: var(--f15);
  margin-bottom: 0.8em;
}

.access-block__parking-map {
  border-radius: 10px;
  overflow: hidden;
}
.access-block__parking-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.access-block__map {
  margin-top: clamp(40 * var(--px), 77 / 1680 * 100vw, 77 * var(--px));
  height: calc(500 * var(--px));
  overflow: hidden;
}
@media (max-width: 834px) {
  .access-block__map {
    height: calc(280 * var(--px));
  }
}

/* access block / featureリスト */
.access-block__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(670 * var(--px), 90%);
  margin-inline: auto;
  margin-top: clamp(40 * var(--px), 73 / 1680 * 100vw, 73 * var(--px));
}
.access-block__feature > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.access-block__feature > li:nth-child(1) .access-block__feature-text::before {
  content: "";
  width: clamp(24 * var(--px), 34 / 1680 * 100vw, 34 * var(--px));
  aspect-ratio: 34/37;
  -webkit-mask-image: url(../img/top/access_feature01.svg);
          mask-image: url(../img/top/access_feature01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.access-block__feature > li:nth-child(2) .access-block__feature-text::before {
  content: "";
  width: clamp(30 * var(--px), 42 / 1680 * 100vw, 42 * var(--px));
  aspect-ratio: 42/39;
  -webkit-mask-image: url(../img/top/access_feature02.svg);
          mask-image: url(../img/top/access_feature02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.access-block__feature > li:nth-child(3) .access-block__feature-text::before {
  content: "";
  width: clamp(26 * var(--px), 37 / 1680 * 100vw, 37 * var(--px));
  aspect-ratio: 37/37;
  -webkit-mask-image: url(../img/top/access_feature03.svg);
          mask-image: url(../img/top/access_feature03.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.access-block__feature-text-inner {
  line-height: 1.7;
  border-bottom: 3px solid var(--orange);
}

.access-block__feature-text {
  font-size: var(--f21);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.access-block__feature-text::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--orange);
  color: var(--orange);
  -webkit-transition: none;
  transition: none;
}

/* -------------------------------------------
 * ページ内リンク（下層用）
 * -------------------------------------------*/
.under-page-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 * var(--px));
}
@media (max-width: 834px) {
  .under-page-nav__links {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(15 * var(--px)) calc(10 * var(--px));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
    margin-inline: auto;
  }
}
.under-page-nav__links > li {
  height: 100%;
}

.under-page-nav__button {
  border: 1px solid var(--brown);
  border-radius: 100vmax;
  height: 100%;
  width: 100%;
}
.under-page-nav__button .button__text {
  line-height: 1.2;
  font-size: clamp(13 * var(--px), 1.0714285714vw, 18 * var(--px));
}
@media (max-width: 834px) {
  .under-page-nav__button.button {
    min-width: auto;
    margin-inline: 0;
    padding-left: 0.8em;
  }
}
@media (max-width: ) {
  .under-page-nav__button.base-button {
    padding-left: 0em;
  }
}

/* -------------------------------------------
 * 白背景アイテム
 * -------------------------------------------*/
.under__content-item {
  padding: clamp(30 * var(--px), 70 / 1680 * 100vw, 70 * var(--px)) min(7%, 100 * var(--px));
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 1240px) {
  .under__content-item {
    padding-inline: 5%;
  }
}
.under__content-item + .under__content-item {
  margin-top: clamp(40 * var(--px), 90 / 1680 * 100vw, 90 * var(--px));
}

/* -------------------------------------------
 * treatment-links
 * -------------------------------------------*/
.treatment-block {
  margin-block: clamp(70 * var(--px), 120 / 1680 * 100vw, 120 * var(--px));
}

.treatment-block__inner {
  border-block: 1px dotted #e1ded8;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: clamp(48 * var(--px), 85 / 1680 * 100vw, 85 * var(--px)) 0;
  gap: min(6%, 80 * var(--px));
}

.treatment-block__title-en {
  margin: 0;
  font-family: var(--inter);
  font-size: var(--f16);
  font-weight: 500;
  line-height: 1.2;
  color: var(--pink);
}
@media (max-width: 639px) {
  .treatment-block__title-en {
    text-align: center;
  }
}

.treatment-block__title-ja {
  margin: 8px 0 0;
  font-family: var(--notoserif);
  font-size: var(--f32);
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 639px) {
  .treatment-block__title-ja {
    text-align: center;
  }
}

.treatment-block__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5%;
}

.treatment-block__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.treatment-block__col > a:not(:first-child) {
  padding-block: 0.8em;
}
.treatment-block__col > a:first-child {
  padding-bottom: 0.8em;
}

.treatment-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #a7a4a0;
  text-decoration: none;
}

.treatment-block__item-label {
  display: grid;
  grid-template-columns: min(5vw, 30 * var(--px)) 1fr;
  gap: 0.5em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.treatment-block__item-icon {
  width: clamp(20 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.treatment-block__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.treatment-block__col .treatment-block__item:last-child {
  border-bottom: 1px solid #a7a4a0;
}

.top-treatment__item-icon {
  width: clamp(20 * var(--px), 30 / 1680 * 100vw, 30 * var(--px));
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-treatment__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .treatment-block__inner {
    grid-template-columns: 1fr;
  }
  .treatment-block__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) and (max-width: 639px) {
  .treatment-block__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* -------------------------------------------
 * テーブル（メリット・デメリット）
 * -------------------------------------------*/
.merit-demerit-table-wrap {
  overflow-x: auto;
  margin-top: clamp(25 * var(--px), 43 / 1680 * 100vw, 43 * var(--px));
  overflow-y: clip !important;
}
@media (max-width: 834px) {
  .merit-demerit-table-wrap {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.merit-demerit-table {
  width: 100%;
  border: 1px solid #cfdde4;
  border-radius: clamp(10 * var(--px), 18 / 1680 * 100vw, 18 * var(--px));
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 834px) {
  .merit-demerit-table {
    width: calc(550 * var(--px));
  }
}

.merit-demerit-table-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.merit-demerit-table-head-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(17 * var(--px), 1.25vw, 21 * var(--px));
  font-weight: var(--fwm);
  line-height: 1.5;
  padding-left: 6%;
  padding-block: 1em;
}

.merit-demerit-table-head-cell--merit {
  background-color: #fbf1ed;
  border-right: 1px solid #cfdde4;
}

.merit-demerit-table-head-cell--demerit {
  background-color: #f2f9fd;
}

.merit-demerit-table-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #cfdde4;
}

.merit-demerit-table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  padding: 1.1em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.merit-demerit-table-col--merit {
  border-right: 1px solid #cfdde4;
}

.merit-demerit-table-txt {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 34px;
  color: #373030;
}

.merit-demerit-table-txt--merit::before,
.merit-demerit-table-txt--demerit::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.65em;
  font-size: var(--f17);
  font-weight: 500;
  line-height: 1.6;
}

.merit-demerit-table-txt--merit::before {
  content: "◎";
  color: #ee9a75;
}

.merit-demerit-table-txt--demerit::before {
  content: "×";
  color: #6370c4;
}/*# sourceMappingURL=style.css.map */