@charset "UTF-8";
/* -------------------------------------------
* 【rem単位の設定】
* 16pxを1remとした時の、1px分の計算用ベース
* padding: calc(24 * var(--px)); →24px相当
* font-size: calc(32 * var(--px)); → 32px相当
* ------------------------------------------- */
:root {
  --px: 0.0625rem;
  /* 1px換算 (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(13 * var(--px), 100vw * 14 / 1680, 14 * var(--px));
  --f15: clamp(13 * var(--px), 100vw * 15 / 1680, 15 * var(--px));
  --f16: clamp(14 * var(--px), 100vw * 16 / 1680, 16 * var(--px));
  --f17: clamp(14 * var(--px), 100vw * 17 / 1680, 17 * var(--px));
  --f18: clamp(16 * var(--px), 100vw * 18 / 1680, 18 * var(--px));
  --f19: clamp(18 * var(--px), 100vw * 19 / 1680, 19 * var(--px));
  --f20: clamp(18 * var(--px), 100vw * 20 / 1680, 20 * var(--px));
  /* --- 21 to 30 --- */
  --f21: clamp(18 * var(--px), 100vw * 21 / 1680, 21 * var(--px));
  --f22: clamp(18 * var(--px), 100vw * 22 / 1680, 22 * var(--px));
  --f23: clamp(18 * var(--px), 100vw * 23 / 1680, 23 * var(--px));
  --f24: clamp(18 * var(--px), 100vw * 24 / 1680, 24 * var(--px));
  --f25: clamp(18 * var(--px), 100vw * 25 / 1680, 25 * var(--px));
  --f26: clamp(18 * var(--px), 100vw * 26 / 1680, 26 * var(--px));
  --f27: clamp(18 * var(--px), 100vw * 27 / 1680, 27 * var(--px));
  --f28: clamp(18 * var(--px), 100vw * 28 / 1680, 28 * var(--px));
  --f29: clamp(18 * var(--px), 100vw * 29 / 1680, 29 * var(--px));
  --f30: clamp(18 * var(--px), 100vw * 30 / 1680, 30 * var(--px));
  /* --- 31 to 40 --- */
  --f31: clamp(18 * var(--px), 100vw * 31 / 1680, 31 * var(--px));
  --f32: clamp(20 * var(--px), 100vw * 32 / 1680, 32 * var(--px));
  --f33: clamp(20 * var(--px), 100vw * 33 / 1680, 33 * var(--px));
  --f34: clamp(20 * var(--px), 100vw * 34 / 1680, 34 * var(--px));
  --f35: clamp(20 * var(--px), 100vw * 35 / 1680, 35 * var(--px));
  --f36: clamp(20 * var(--px), 100vw * 36 / 1680, 36 * var(--px));
  --f37: clamp(20 * var(--px), 100vw * 37 / 1680, 37 * var(--px));
  --f38: clamp(20 * var(--px), 100vw * 38 / 1680, 38 * var(--px));
  --f39: clamp(20 * var(--px), 100vw * 39 / 1680, 39 * var(--px));
  --f40: clamp(24 * var(--px), 100vw * 40 / 1680, 40 * var(--px));
  /* --- 41 to 50 --- */
  --f41: clamp(24 * var(--px), 100vw * 41 / 1680, 41 * var(--px));
  --f42: clamp(24 * var(--px), 100vw * 42 / 1680, 42 * var(--px));
  --f43: clamp(24 * var(--px), 100vw * 43 / 1680, 43 * var(--px));
  --f44: clamp(24 * var(--px), 100vw * 44 / 1680, 44 * var(--px));
  --f45: clamp(24 * var(--px), 100vw * 45 / 1680, 45 * var(--px));
  --f46: clamp(24 * var(--px), 100vw * 46 / 1680, 46 * var(--px));
  --f47: clamp(24 * var(--px), 100vw * 47 / 1680, 47 * var(--px));
  --f48: clamp(23 * var(--px), 100vw * 48 / 1680, 48 * var(--px));
  --f49: clamp(25 * var(--px), 100vw * 49 / 1680, 49 * var(--px));
  --f50: clamp(30 * var(--px), 100vw * 50 / 1680, 50 * var(--px));
  /* --- 51 to 60 --- */
  --f51: clamp(30 * var(--px), 100vw * 51 / 1680, 51 * var(--px));
  --f52: clamp(30 * var(--px), 100vw * 52 / 1680, 52 * var(--px));
  --f53: clamp(30 * var(--px), 100vw * 53 / 1680, 53 * var(--px));
  --f54: clamp(30 * var(--px), 100vw * 54 / 1680, 54 * var(--px));
  --f55: clamp(30 * var(--px), 100vw * 55 / 1680, 55 * var(--px));
  --f56: clamp(30 * var(--px), 100vw * 56 / 1680, 56 * var(--px));
  --f57: clamp(30 * var(--px), 100vw * 57 / 1680, 57 * var(--px));
  --f58: clamp(30 * var(--px), 100vw * 58 / 1680, 58 * var(--px));
  --f59: clamp(30 * var(--px), 100vw * 59 / 1680, 59 * var(--px));
  --f60: clamp(26 * var(--px), 100vw * 60 / 1680, 60 * var(--px));
  /* --- 61 to 70 --- */
  --f61: clamp(30 * var(--px), 100vw * 61 / 1680, 61 * var(--px));
  --f62: clamp(30 * var(--px), 100vw * 62 / 1680, 62 * var(--px));
  --f63: clamp(30 * var(--px), 100vw * 63 / 1680, 63 * var(--px));
  --f64: clamp(30 * var(--px), 100vw * 64 / 1680, 64 * var(--px));
  --f65: clamp(30 * var(--px), 100vw * 65 / 1680, 65 * var(--px));
  --f66: clamp(30 * var(--px), 100vw * 66 / 1680, 66 * var(--px));
  --f67: clamp(30 * var(--px), 100vw * 67 / 1680, 67 * var(--px));
  --f68: clamp(30 * var(--px), 100vw * 68 / 1680, 68 * var(--px));
  --f69: clamp(30 * var(--px), 100vw * 69 / 1680, 69 * var(--px));
  --f70: clamp(30 * var(--px), 100vw * 70 / 1680, 70 * var(--px));
  /* --- 71 to 80 --- */
  --f71: clamp(30 * var(--px), 100vw * 71 / 1680, 71 * var(--px));
  --f72: clamp(30 * var(--px), 100vw * 72 / 1680, 72 * var(--px));
  --f73: clamp(30 * var(--px), 100vw * 73 / 1680, 73 * var(--px));
  --f74: clamp(30 * var(--px), 100vw * 74 / 1680, 74 * var(--px));
  --f75: clamp(30 * var(--px), 100vw * 75 / 1680, 75 * var(--px));
  --f76: clamp(30 * var(--px), 100vw * 76 / 1680, 76 * var(--px));
  --f77: clamp(30 * var(--px), 100vw * 77 / 1680, 77 * var(--px));
  --f78: clamp(30 * var(--px), 100vw * 78 / 1680, 78 * var(--px));
  --f79: clamp(30 * var(--px), 100vw * 79 / 1680, 79 * var(--px));
  --f80: clamp(30 * var(--px), 100vw * 80 / 1680, 80 * var(--px));
  /* --- 81 to 90 --- */
  --f81: clamp(30 * var(--px), 100vw * 81 / 1680, 81 * var(--px));
  --f82: clamp(30 * var(--px), 100vw * 82 / 1680, 82 * var(--px));
  --f83: clamp(30 * var(--px), 100vw * 83 / 1680, 83 * var(--px));
  --f84: clamp(30 * var(--px), 100vw * 84 / 1680, 84 * var(--px));
  --f85: clamp(30 * var(--px), 100vw * 85 / 1680, 85 * var(--px));
  --f86: clamp(30 * var(--px), 100vw * 86 / 1680, 86 * var(--px));
  --f87: clamp(30 * var(--px), 100vw * 87 / 1680, 87 * var(--px));
  --f88: clamp(30 * var(--px), 100vw * 88 / 1680, 88 * var(--px));
  --f89: clamp(30 * var(--px), 100vw * 89 / 1680, 89 * var(--px));
  --f90: clamp(30 * var(--px), 100vw * 90 / 1680, 90 * var(--px));
  /* --- 91 to 100 --- */
  --f91: clamp(30 * var(--px), 100vw * 91 / 1680, 91 * var(--px));
  --f92: clamp(30 * var(--px), 100vw * 92 / 1680, 92 * var(--px));
  --f93: clamp(30 * var(--px), 100vw * 93 / 1680, 93 * var(--px));
  --f94: clamp(30 * var(--px), 100vw * 94 / 1680, 94 * var(--px));
  --f95: clamp(30 * var(--px), 100vw * 95 / 1680, 95 * var(--px));
  --f96: clamp(30 * var(--px), 100vw * 96 / 1680, 96 * var(--px));
  --f97: clamp(30 * var(--px), 100vw * 97 / 1680, 97 * var(--px));
  --f98: clamp(30 * var(--px), 100vw * 98 / 1680, 98 * var(--px));
  --f99: clamp(30 * var(--px), 100vw * 99 / 1680, 99 * var(--px));
  --f100: clamp(30 * var(--px), 100vw * 100 / 1680, 100 * var(--px));
  /* --- 101 to 110 --- */
  --f101: clamp(30 * var(--px), 100vw * 101 / 1680, 101 * var(--px));
  --f102: clamp(30 * var(--px), 100vw * 102 / 1680, 102 * var(--px));
  --f103: clamp(30 * var(--px), 100vw * 103 / 1680, 103 * var(--px));
  --f104: clamp(30 * var(--px), 100vw * 104 / 1680, 104 * var(--px));
  --f105: clamp(30 * var(--px), 100vw * 105 / 1680, 105 * var(--px));
  --f106: clamp(30 * var(--px), 100vw * 106 / 1680, 106 * var(--px));
  --f107: clamp(30 * var(--px), 100vw * 107 / 1680, 107 * var(--px));
  --f108: clamp(30 * var(--px), 100vw * 108 / 1680, 108 * var(--px));
  --f109: clamp(30 * var(--px), 100vw * 109 / 1680, 109 * var(--px));
  --f110: clamp(30 * var(--px), 100vw * 110 / 1680, 110 * var(--px));
  /* --- 111 to 120 --- */
  --f111: clamp(30 * var(--px), 100vw * 111 / 1680, 111 * var(--px));
  --f112: clamp(30 * var(--px), 100vw * 112 / 1680, 112 * var(--px));
  --f113: clamp(30 * var(--px), 100vw * 113 / 1680, 113 * var(--px));
  --f114: clamp(30 * var(--px), 100vw * 114 / 1680, 114 * var(--px));
  --f115: clamp(30 * var(--px), 100vw * 115 / 1680, 115 * var(--px));
  --f116: clamp(30 * var(--px), 100vw * 116 / 1680, 116 * var(--px));
  --f117: clamp(30 * var(--px), 100vw * 117 / 1680, 117 * var(--px));
  --f118: clamp(30 * var(--px), 100vw * 118 / 1680, 118 * var(--px));
  --f119: clamp(30 * var(--px), 100vw * 119 / 1680, 119 * var(--px));
  --f120: clamp(30 * var(--px), 100vw * 120 / 1680, 120 * var(--px));
}

/* -------------------------------------------
* カラー変数
* -------------------------------------------*/
:root {
  --navy: #291e6c;
  --black: #373131;
  --blue-green: #3fa0b8;
  --blue-green-light: #70bbce;
  --bg-gray: #f4f6f7;
  --bg-sky-blue: #e4f2f5;
  --bg-sky-blue-light: #edf7f9;
  --dotted-line: radial-gradient(circle, rgba(35, 32, 118, 0.2) 1px, transparent 1px);
}

/* -------------------------------------------
 * フォントファミリー
 * -------------------------------------------*/
:root {
  --en: "Tenor Sans", sans-serif;
  --jp: "Shippori Mincho", serif;
}

/********************************************************/
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(--f18);
  color: var(--navy);
  background: #fff;
  font-family: var(--jp);
  font-weight: 500;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.67;
  letter-spacing: -0.03em;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media (max-width: 834px) {
  body {
    line-height: 1.69;
  }
}

/* -------------------------------------------
 * 共通スタイル
 * -------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* 文字詰め用 */
.text-tight {
  letter-spacing: -0.4em;
  margin-inline: -0.1em;
}
@media (max-width: 834px) {
  .text-tight {
    letter-spacing: -0.7em;
    margin-inline: 0.1em;
  }
}

/* 12pxテキスト */
.text--small {
  font-size: var(--f12);
}

/* 下線（画像） */
.text--under-line {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.text--under-line::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 24%;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
}

.text--under-line01::after {
  mask-image: url(../img/under-line01.svg);
  -webkit-mask-image: url(../img/under-line01.svg);
  aspect-ratio: 382/18;
}

.text--under-line02::after {
  mask-image: url(../img/under-line02.svg);
  -webkit-mask-image: url(../img/under-line02.svg);
  aspect-ratio: 264/20;
  bottom: 43%;
}

.text--under-line01-skyblue::after {
  background-color: #b9e4e8;
}

.text--under-line-pink::after {
  background-color: #ffa4b4;
}

/* ドットライン */
.divider--dotted-line {
  width: 100%;
  height: calc(2 * var(--px));
  border: none;
  background-image: var(--dotted-line);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}

/* 白ボックス */
.white-box {
  background-color: #fff;
  border-radius: calc(10 * var(--px));
  -webkit-box-shadow: 0 0 calc(30 * var(--px)) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(30 * var(--px)) rgba(0, 0, 0, 0.1);
}

/* 水色グラデーション背景（1680:840の比率・横幅100%） */
.bg-gradient-sky-blue {
  position: relative;
  background-color: #fff;
}
.bg-gradient-sky-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1680/840;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3eef1), color-stop(80.64%, #fff));
  background: linear-gradient(180deg, #e3eef1 0%, #fff 80.64%);
  pointer-events: none;
  z-index: 0;
}
.bg-gradient-sky-blue > * {
  position: relative;
  z-index: 1;
}

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

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

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

/* -------------------------------------------
 * 改行
 * -------------------------------------------*/
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    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-wrap--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.section__title-wrap--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__title-wrap--center .section__title--en {
  font-size: clamp(30 * var(--px), 2.5vw, 42 * var(--px));
  line-height: 1.3;
}

.section__title--ja {
  font-size: var(--f12);
}

.section__title--en {
  font-size: var(--f24);
  font-family: var(--en);
  letter-spacing: -0.05em;
}

.section__title-wrap--white {
  color: #fff;
}

/* -------------------------------------------
 * セクションイントロ
 * -------------------------------------------*/
.section-intro__flex {
  display: grid;
  grid-template-columns: 600fr 515fr;
  gap: 6.8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .section-intro__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-intro__visual {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section-intro__img {
  border-radius: calc(10 * var(--px));
  overflow: hidden;
}

.section-intro__title {
  font-size: var(--f42);
  line-height: 1.48;
}
@media (max-width: 834px) {
  .section-intro__title {
    text-align: center;
    margin-top: 1em;
  }
}

.section-intro__text {
  margin-top: 2em;
}
@media (max-width: 834px) {
  .section-intro__text {
    margin-top: 1.2em;
  }
}

.section-intro__badge {
  position: absolute;
  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;
  border-radius: 100vmax;
  top: min(-29 / 1680 * 100vw, calc(-29 * var(--px)));
  right: min(-29 / 1680 * 100vw, calc(-29 * var(--px)));
  width: clamp(120 * var(--px), 8.9285714286vw, 150 * var(--px));
  height: clamp(120 * var(--px), 8.9285714286vw, 150 * var(--px));
}
@media (max-width: 834px) {
  .section-intro__badge {
    top: min(-20 / 1680 * 100vw, calc(-20 * var(--px)));
    right: min(-10 / 1680 * 100vw, calc(-10 * var(--px)));
    width: clamp(110 * var(--px), 14.3884892086vw, 120 * var(--px));
    height: clamp(110 * var(--px), 14.3884892086vw, 120 * var(--px));
  }
}

.section-intro__badge-text {
  font-size: clamp(12 * var(--px), 0.8928571429vw, 15 * var(--px));
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.section-intro__badge-number {
  font-size: clamp(26 * var(--px), 2.5vw, 42 * var(--px));
  line-height: 1;
  margin-inline: -0.1em 0.1em;
}

.section-intro__badge-unit {
  font-size: clamp(16 * var(--px), 1.3095238095vw, 22 * var(--px));
}

/* -------------------------------------------
 * ボタン、リンク
 * -------------------------------------------*/
/*  ボタン共通 */
.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(3 * var(--px)) calc(16 * var(--px)) calc(3 * var(--px)) calc(20 * var(--px));
  min-width: calc(146 * var(--px));
  border-radius: 100vmax;
  border: solid 1px #222;
  background: #fff;
  color: #222;
  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: calc(20 * var(--px));
  font-size: var(--f16);
  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);
  margin-top: calc(30 * var(--px));
}
.button:hover {
  background: #222;
  color: #fff;
}

.button--center {
  margin-inline: auto;
}

/* -------------------------------------------
 * ヘッダー
 * -------------------------------------------*/
:root {
  --header-height: calc(70 * var(--px));
}
@media (max-width: 834px) {
  :root {
    --header-height: clamp(40 * var(--px), 100vw * 60 / 834, 60 * var(--px));
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  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;
  background: #fff;
  -webkit-box-shadow: 0 0 calc(30 * var(--px)) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(30 * var(--px)) rgba(0, 0, 0, 0.1);
}
@media (max-width: 834px) {
  .header {
    position: static;
  }
}
.header.is-scrolled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header__inner {
  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;
  width: 100%;
  padding-left: calc(26 * var(--px));
}
@media (max-width: 834px) {
  .header__inner {
    padding-inline: 4%;
  }
}

.header__logo-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: calc(16 * 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;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .header__logo-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0;
  }
}

.header__logo {
  width: calc(252 * var(--px));
  height: auto;
  display: block;
  position: relative;
  z-index: 999;
  margin: 0;
}
@media (max-width: 834px) {
  .header__logo {
    width: clamp(190 * var(--px), 29.9760191847vw, 250 * var(--px));
  }
}

.header__label {
  font-size: clamp(11 * var(--px), 0.8928571429vw, 15 * var(--px));
  border-radius: calc(5 * var(--px));
  background-color: var(--bg-sky-blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  padding: 0.4em 1em;
}
@media (max-width: 834px) {
  .header__label {
    padding-inline: 0.6em;
  }
}

.header__logo-link {
  display: block;
  width: 100%;
  height: auto;
}

.header__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: 1em;
  width: 90%;
  margin-inline: auto;
}

.header__nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(460 * var(--px));
  z-index: 99;
  margin: 0;
  padding-inline: min(3.6%, 50 * var(--px));
  padding-top: clamp(50 * var(--px), 8.2738095238vw, 139 * 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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, z-index 0s 0.4s;
  transition: opacity 0.4s ease, visibility 0.4s ease, z-index 0s 0.4s;
}
@media (max-width: 834px) {
  .header__nav {
    padding-inline: 5%;
    width: 100%;
    top: 0;
    padding-bottom: calc(200 * var(--px));
  }
}
.header__nav::before {
  content: "";
  inset: 0;
  height: calc(100% + 200 * var(--px));
  position: absolute;
  background: #fff;
  z-index: -1;
}
@media (max-width: 834px) {
  .header__nav::before {
    height: 100%;
  }
}

/* -------------------------------------------
 * メイン箇所
 * -------------------------------------------*/
/* -------------------------------------------
 * ドロワー背景（半透明マスク）
 * -------------------------------------------*/
.header__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 834px) {
  .header__overlay {
    display: none;
  }
}

/* -------------------------------------------
 * ドロワーメニュー（開閉状態）
 * -------------------------------------------*/
[data-drawer-open=true] .header__nav,
[data-drawer-open=closing] .header__nav {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, z-index 0s 0s;
  transition: opacity 0.4s ease, visibility 0.4s ease, z-index 0s 0s;
}

[data-drawer-open=true] .header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
[data-drawer-open=true] .header__nav-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
[data-drawer-open=true] .header__nav-item:nth-child(1) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
[data-drawer-open=true] .header__nav-item:nth-child(2) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
[data-drawer-open=true] .header__nav-item:nth-child(3) {
  -webkit-transition-delay: 0.31s;
          transition-delay: 0.31s;
}
[data-drawer-open=true] .header__nav-item:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
[data-drawer-open=true] .header__nav-item:nth-child(5) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
[data-drawer-open=true] .header__nav-item:nth-child(6) {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
[data-drawer-open=true] .header__nav-item:nth-child(7) {
  -webkit-transition-delay: 0.51s;
          transition-delay: 0.51s;
}
[data-drawer-open=true] .header__nav-item:nth-child(8) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
[data-drawer-open=true] .header__nav-item:nth-child(9) {
  -webkit-transition-delay: 0.61s;
          transition-delay: 0.61s;
}
[data-drawer-open=true] .header__nav-item:nth-child(10) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}
[data-drawer-open=true] .header__nav-item:nth-child(11) {
  -webkit-transition-delay: 0.71s;
          transition-delay: 0.71s;
}
[data-drawer-open=true] .header__nav-item:nth-child(12) {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}
[data-drawer-open=true] .header__drawer-cta-button-area {
  opacity: 1;
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.header__nav-link {
  font-size: var(--f18);
  line-height: 1.4;
}

.header__nav-item {
  opacity: 0;
  -webkit-transform: translateX(calc(16 * var(--px)));
          transform: translateX(calc(16 * var(--px)));
  -webkit-transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.header__drawer-cta-button-area {
  margin-top: clamp(30 * var(--px), 4.0476190476vw, 68 * var(--px));
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 834px) {
  .header__drawer-cta-button-area {
    display: none;
  }
}

[data-drawer-open=closing] .header__nav {
  pointer-events: none;
}
[data-drawer-open=closing] .header__overlay {
  opacity: 0;
  pointer-events: none;
}
[data-drawer-open=closing] .header__nav-item,
[data-drawer-open=closing] .header__drawer-cta-button-area {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
[data-drawer-open=closing] .header__nav-item {
  -webkit-transform: translateY(calc(-6 * var(--px)));
          transform: translateY(calc(-6 * var(--px)));
}

.header__cta-button-and-nav-wrap {
  display: grid;
  grid-template-columns: 220fr 70fr;
}
@media (max-width: 834px) {
  .header__cta-button-and-nav-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  }
  .header__cta-button-and-nav-wrap.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.cta-button__sub-text {
  display: none;
}

/* -------------------------------------------
 * ハンバーガーボタン
 * -------------------------------------------*/
:root {
  --bars-width: calc(20 * var(--px));
  --bars-height: calc(15 * var(--px));
  --bar-height: calc(1 * var(--px));
  --bars-y-translate: calc((var(--bars-height) - var(--bar-height)) / 2);
  --bars-rotate: 45deg;
}
@media (max-width: 834px) {
  :root {
    --bars-width: calc(35 * var(--px));
    --bars-height: calc(26 * var(--px));
  }
}

.nav-button {
  width: calc(70 * var(--px));
  height: calc(70 * var(--px));
  text-align: center;
  position: relative;
  z-index: 100;
  text-decoration: none;
  background: var(--navy);
  cursor: pointer;
  pointer-events: auto;
  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;
}
@media (max-width: 834px) {
  .nav-button {
    width: calc(80 * var(--px));
    height: calc(80 * var(--px));
  }
}

/* -------------------------------------------
 * ハンバーガーボタン（開閉状態）
 * -------------------------------------------*/
.nav-button__bars {
  position: relative;
  width: var(--bars-width);
  height: var(--bars-height);
  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 {
  display: block;
  width: 100%;
  height: var(--bar-height);
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

[data-drawer-open=true] .nav-button__bars > span:nth-of-type(1) {
  -webkit-transform: translateY(var(--bars-y-translate)) rotate(calc(-1 * var(--bars-rotate)));
          transform: translateY(var(--bars-y-translate)) rotate(calc(-1 * var(--bars-rotate)));
}
[data-drawer-open=true] .nav-button__bars > span:nth-of-type(2) {
  display: none;
}
[data-drawer-open=true] .nav-button__bars > span:nth-of-type(3) {
  -webkit-transform: translateY(calc(var(--bars-y-translate) * -1)) rotate(var(--bars-rotate));
          transform: translateY(calc(var(--bars-y-translate) * -1)) rotate(var(--bars-rotate));
}

.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(--f11);
  color: #fff;
}

/* -------------------------------------------
 * フッター
 * -------------------------------------------*/
.footer {
  position: relative;
  padding-block: clamp(50 * var(--px), 5.8928571429vw, 99 * var(--px)) clamp(100 * var(--px), 6.1904761905vw, 104 * var(--px));
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 834px) {
  .footer {
    padding-bottom: calc(120 * var(--px));
  }
}

.footer__logo {
  width: min(40%, 250 * var(--px));
  margin-inline: auto;
}

.footer__divider {
  margin-top: clamp(40 * var(--px), 4.0476190476vw, 68 * var(--px));
}

.footer__main {
  margin-top: clamp(25 * var(--px), 4.4047619048vw, 74 * var(--px));
  display: grid;
  grid-template-columns: minmax(0, 530fr) minmax(0, 600fr);
  gap: calc(30 * var(--px)) 4.1%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 834px) {
  .footer__main {
    grid-template-columns: 1fr;
  }
}

.footer__address {
  font-size: var(--f14);
  line-height: 2.14;
}
@media (max-width: 834px) {
  .footer__address {
    text-align: center;
  }
}

.footer__tel {
  margin-top: clamp(10 * var(--px), 1.1904761905vw, 20 * var(--px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
@media (max-width: 834px) {
  .footer__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__tel-label {
  display: inline-block;
  padding: 0.35em 0.8em;
  border-radius: calc(5 * var(--px));
  background-color: color-mix(in srgb, var(--blue-green-light) 10%, transparent);
  color: var(--blue-green-light);
  font-size: var(--f16);
  line-height: 1.5;
}

.footer__tel-num {
  display: block;
  margin-top: 0.15em;
  font-size: clamp(26 * var(--px), 2.380952381vw, 40 * var(--px));
  font-weight: 500;
  line-height: 1.2;
  margin-top: -0.3em;
}

.footer__hours {
  margin-top: clamp(25 * var(--px), 2.2619047619vw, 38 * var(--px));
}

.footer__hours-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #eee;
  border-radius: calc(10 * var(--px));
  overflow: hidden;
  line-height: 1.4;
  text-align: center;
}
.footer__hours-table th,
.footer__hours-table td {
  padding: 0.6em 0.4em;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
.footer__hours-table tr > *:last-child {
  border-right: none;
}
.footer__hours-table tbody tr:last-child > * {
  border-bottom: none;
}
.footer__hours-table thead th {
  font-size: calc(14 * var(--px));
  padding-block: 0.8em;
}

.footer__hours-time {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: calc(15 * var(--px));
  text-align: center;
}

.footer__hours-closed {
  vertical-align: middle;
}

.footer__hours-closed-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 1em;
  font-size: var(--f14);
  line-height: 1;
}

.footer__hours-mark {
  color: var(--blue-green-light);
  font-size: var(--f18);
  line-height: 1;
}

.footer__note {
  margin-top: 0.8em;
  font-size: var(--f12);
  line-height: 1.67;
  color: #2b4758;
}

.footer__credit {
  margin-top: clamp(35 * var(--px), 3.1547619048vw, 53 * var(--px));
}

.footer__credit-divider {
  margin-top: 1em;
}

.footer__credit-title {
  font-size: var(--f24);
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 834px) {
  .footer__credit-title {
    text-align: center;
  }
}

.footer__credit-img {
  margin-top: clamp(18 * var(--px), 1.1904761905vw, 20 * var(--px));
}
.footer__credit-img img {
  display: block;
  width: 100%;
  max-width: calc(530 * var(--px));
  height: auto;
}

.footer__credit .footer__note {
  margin-top: clamp(12 * var(--px), 0.9523809524vw, 16 * var(--px));
}

.footer__map {
  border-radius: clamp(10 * var(--px), 1.1904761905vw, 20 * var(--px));
  overflow: hidden;
  aspect-ratio: 600/520;
}
.footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.footer__copy {
  margin-top: clamp(30 * var(--px), 2.380952381vw, 40 * var(--px));
  font-family: var(--en);
  font-size: calc(10 * var(--px));
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 834px) {
  .footer__copy {
    text-align: center;
  }
}

/* -------------------------------------------
 * アニメーション / フェードアップ
 * -------------------------------------------*/
.js-fadeup {
  opacity: 0;
  -webkit-transform: translateY(calc(10 * var(--px)));
          transform: translateY(calc(10 * var(--px)));
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: calc(200ms + var(--fade-in-delay, 0s));
          transition-delay: calc(200ms + var(--fade-in-delay, 0s));
}

.js-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -------------------------------------------
 * ctaボタン
 * -------------------------------------------*/
.cta-button {
  background: var(--blue-green-light);
  padding: 1.2em 5%;
  border-radius: calc(10 * var(--px));
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  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: calc(9 * var(--px));
}

.cta-button__label {
  color: var(--blue-green);
  font-size: var(--f16);
  background: #fff;
  border-radius: 100vmax;
  line-height: 1.2;
  text-align: center;
  padding-block: 0.3em;
}

.cta-button__main-text {
  color: #fff;
  font-size: var(--f24);
  margin-top: 0.2em;
}

/* SP固定ヘッダーCTA */
.header__cta-button-area .cta-button {
  border-radius: 0;
  width: auto;
  height: 100%;
  padding-inline: 7%;
  padding-block: 0;
  gap: calc(9 * var(--px));
}

.header__cta-button-area .cta-button__main-text {
  display: none;
}

.header__cta-button-area .cta-button__label {
  color: #fff;
  font-size: calc(16 * var(--px));
  background: transparent;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .header__cta-button-area .cta-button__label {
    font-size: calc(20 * var(--px));
  }
}

.header__cta-button-area .cta-button__sub-text {
  display: block;
  color: #fff;
  font-size: calc(12 * var(--px));
  text-align: center;
  white-space: nowrap;
}

.header__nav-area {
  height: 100%;
}

/* -------------------------------------------
 * ホバー（opacity）
 * -------------------------------------------*/
.hover-opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-opacity:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */