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

/* -------------------------------------------
* カラー変数
* -------------------------------------------*/
:root {
  --main-bg: #f5f5f5;
  --orange: #d8683a;
  --navy: #2a3f7d;
  --base-text: #111;
}

/* -------------------------------------------
 * フォントファミリー
 * -------------------------------------------*/
:root {
  --en: "Libre Baskerville", serif;
  --jp: "Noto Sans JP", sans-serif;
  --toppan: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
}

/********************************************************/
:root {
  --header-height-pc: min(78vw / 4.5, calc(78 * var(--px)));
}

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(--f16);
  color: var(--base-text);
  background: var(--main-bg);
  font-family: var(--jp);
  font-weight: 500;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.84;
  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;
}

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

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

/* -------------------------------------------
 * 改行
 * -------------------------------------------*/
.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;
  }
}

/* -------------------------------------------
 * レイアウト
 * -------------------------------------------*/
.pc-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url(../img/common/pc_bg.webp) no-repeat center center/cover;
}

.pc-bg__logo-area {
  width: calc((100vw - 450 * var(--px)) / 2);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pc-bg__nav-area {
  width: calc((100vw - 450 * var(--px)) / 2);
  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;
}

.pc-bg__nav-cta {
  width: calc(319 * var(--px));
  padding-top: calc(26 * var(--px));
}

@media (max-width: 1200px) {
  .pc-bg__logo-area,
  .pc-bg__nav-area {
    display: none;
  }
}

.pc-bg__tagline {
  font-size: var(--f14);
  font-family: var(--en);
  line-height: 1;
  font-weight: 600;
  margin-top: calc(19 * var(--px));
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

.sns-list {
  width: min(100%, 95 * var(--px));
  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: calc(10 * var(--px));
}

.pc-bg .sns-list {
  margin-top: calc(32 * var(--px));
}

.wrapper {
  position: relative;
  z-index: 1;
}

.main-content {
  width: min(100%, 450 * var(--px));
  min-height: 100svh;
  margin-inline: auto;
  background: var(--main-bg);
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media (max-width: 499px) {
  .main-content {
    width: 100%;
  }
}

/* -------------------------------------------
 * 見出し
 * -------------------------------------------*/
.sec__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;
  line-height: 1.8;
  margin-bottom: calc(40 * var(--px));
}
@media (max-width: 834px) {
  .sec__title-wrap {
    margin-bottom: calc(20 * var(--px));
  }
}

.section__label {
  font-size: var(--f14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.section__label + .section__sub-title {
  margin-top: min(26vw / 4.2, calc(26 * var(--px)));
}
.section__label::before {
  content: "";
  width: min(11vw / 4.2, calc(11 * var(--px)));
  aspect-ratio: 1;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange);
  border-radius: 100vmax;
  margin-top: 0.6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section__label + .section__title {
  margin-top: min(26vw / 4.2, calc(26 * var(--px)));
}

.section__title {
  font-size: var(--f43);
  font-family: var(--toppan);
  font-weight: 500;
  line-height: 1.2;
}

.section__sub-title {
  font-size: var(--f21);
  font-family: var(--toppan);
  font-weight: 500;
  line-height: 1.2;
}

.section__lead {
  margin-top: min(29vw / 4.2, calc(29 * var(--px)));
}

/* -------------------------------------------
 * ホバー設定
 * -------------------------------------------*/
.hover-opacity:not(:has(.link-with-icon__arrow)) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .hover-opacity:not(:has(.link-with-icon__arrow)):hover {
    opacity: 0.7;
  }
}

.hover-opacity:has(.link-with-icon__arrow) .link-with-icon__label {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .hover-opacity:has(.link-with-icon__arrow):hover .link-with-icon__label {
    opacity: 0.7;
  }
}

.hover-filter {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (any-hover: hover) {
  .hover-filter:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}

/* -------------------------------------------
 * ボタン、リンク
 * -------------------------------------------*/
/*  ボタン共通 */
.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  font-size: var(--f16);
  position: relative;
  color: #fff;
}

.button--navy {
  background: var(--navy);
}

.button--orange {
  background: var(--orange);
}

.link-with-icon {
  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;
}
@media (any-hover: hover) {
  .link-with-icon:hover .link-with-icon__arrow::before, .link-with-icon:hover .link-with-icon__arrow::after {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .link-with-icon:hover .link-with-icon__arrow::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .link-with-icon:hover .link-with-icon__arrow::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.link-with-icon__arrow {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(17 * var(--px));
  height: calc(17 * var(--px));
  border-radius: 100vmax;
  background: #fff;
}
.link-with-icon__arrow::before, .link-with-icon__arrow::after {
  position: absolute;
  inset: 0;
  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;
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: var(--f10);
  line-height: 1;
  color: var(--orange);
  content: "arrow_forward";
  -webkit-transition: none;
  transition: none;
}
.link-with-icon__arrow::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.link-with-icon__arrow::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(17vw / 4.5, calc(17 * var(--px)));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta-buttons .button {
  width: 100%;
  padding: 1em 1.2em;
  border-radius: min(5vw / 4.5, calc(5 * var(--px)));
}

.button--more {
  margin-inline: auto;
  border-radius: 100vmax;
  width: min(196vw / 4.2, calc(196 * var(--px)));
  padding: 0.5em 0.9em 0.5em 1.7em;
  font-size: var(--f18);
  font-weight: 500;
}

/* -------------------------------------------
 * ドット付きリスト
 * -------------------------------------------*/
.list--with-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.list--with-dot > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.list--with-dot > li::before {
  content: "";
  width: calc(5 * var(--px));
  height: calc(5 * var(--px));
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange);
  border-radius: 100vmax;
  margin-top: 0.7em;
}

/* ナビ */
.nav-list--with-dot .main-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: 1.5em;
}
.nav-list--with-dot .main-nav-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
.nav-list--with-dot .main-nav-list > li::before {
  content: "";
  width: calc(5 * var(--px));
  height: calc(5 * var(--px));
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange);
  border-radius: 100vmax;
  margin-top: 0.7em;
}

/* -------------------------------------------
 * ヘッダー
 * -------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: min(100%, 450 * var(--px));
  height: var(--header-height-pc);
  background: var(--main-bg);
  z-index: 1000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  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;
}

.header__logo-area {
  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;
  position: relative;
  margin-top: min(25vw / 4.5, calc(25 * var(--px)));
}
.header__logo-area::before {
  background: var(--main-bg);
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  width: 180%;
  aspect-ratio: 145/86;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  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;
}

.header__logo-wrap {
  position: relative;
  z-index: 2;
  width: min(102vw / 4.5, calc(102 * var(--px)));
}

.header__logo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  text-decoration: none;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__logo-tagline {
  font-size: min(8vw / 4.5, calc(8 * var(--px)));
  font-family: var(--en);
  line-height: 1;
  font-weight: 600;
  margin-top: min(11vw / 4.5, calc(11 * var(--px)));
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
}

/* -------------------------------------------
 * PC時背景ナビ
 * -------------------------------------------*/
.pc-bg__nav {
  width: calc(319 * var(--px));
  border-radius: calc(10 * var(--px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(0);
  -webkit-animation: pc-bg-nav-blur 0.8s ease forwards;
          animation: pc-bg-nav-blur 0.8s ease forwards;
}
.pc-bg__nav-inner {
  width: 100%;
  padding: calc(65 * var(--px)) calc(52 * var(--px));
  background: rgba(37, 37, 37, 0.4);
  opacity: 0;
  -webkit-animation: pc-bg-nav-fade 0.8s ease forwards;
          animation: pc-bg-nav-fade 0.8s ease forwards;
}
.pc-bg__nav .link-with-icon__arrow {
  display: none;
}
.pc-bg__nav .main-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: 1.5em;
}
.pc-bg__nav .main-nav-link {
  font-size: var(--f16);
  line-height: 1.4;
  color: #fff;
}

@-webkit-keyframes pc-bg-nav-blur {
  0% {
    backdrop-filter: blur(0);
  }
  100% {
    backdrop-filter: blur(3px);
  }
}

@keyframes pc-bg-nav-blur {
  0% {
    backdrop-filter: blur(0);
  }
  100% {
    backdrop-filter: blur(3px);
  }
}
@-webkit-keyframes pc-bg-nav-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pc-bg-nav-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------------------
 * ドロワーナビ
 * -------------------------------------------*/
.drawer-nav {
  display: none;
}
.drawer-nav .link-with-icon__arrow {
  display: none;
}
@media (max-width: 1200px) {
  .drawer-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: min(100%, 450 * var(--px));
    z-index: 99;
    padding-top: min(199vw / 4.5, calc(199 * var(--px)));
    padding-inline: min(50vw / 4.5, calc(50 * var(--px)));
    margin: 0;
    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;
  }
  .drawer-nav::before {
    content: "";
    height: 100svh;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: fixed;
    background: #302924;
    z-index: -1;
  }
  .drawer-nav {
    -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;
  }
}
.drawer-nav .main-nav-link {
  font-size: var(--f18);
  line-height: 1.4;
  color: #fff;
}
.drawer-nav .cta-buttons {
  margin-top: min(60vw / 4.5, calc(60 * var(--px)));
}
.drawer-nav .cta-buttons .link-with-icon__arrow {
  display: block;
}
.drawer-nav .sns-list {
  margin-top: min(60vw / 4.5, calc(60 * var(--px)));
  margin-inline: auto;
}

.main-content__inner {
  padding-top: var(--header-height-pc);
  background: var(--main-bg);
}

.drawer-nav__copyright {
  color: #ababab;
  font-size: var(--f12);
  text-align: center;
  margin-top: min(40vw / 4.5, calc(40 * var(--px)));
  font-family: var(--en);
}

/* -------------------------------------------
 * ハンバーガーボタン
 * -------------------------------------------*/
:root {
  --bars-width: calc(23 * var(--px));
  --bars-height: calc(6 * var(--px));
  --bar-height: calc(1 * var(--px));
  --bars-y-translate: 2.5;
  --bars-rotate: 18deg;
}

.nav-button {
  position: absolute;
  top: 50%;
  right: calc(16 * var(--px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(38 * var(--px));
  height: calc(38 * var(--px));
  text-align: center;
  z-index: 100;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 100vmax;
  background: #000;
  display: none;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .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;
  }
}

/* -------------------------------------------
 * ドロワーメニュー（開閉状態）
 * -------------------------------------------*/
[data-drawer-open=true] body {
  overflow: clip;
  height: 100svh;
}
[data-drawer-open=true] .main-content__inner {
  position: relative;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
[data-drawer-open=true] .main-content__inner::after {
  background: #302924;
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  [data-drawer-open=true] .drawer-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] .nav-button .nav-button__bars > span:nth-of-type(1) {
    -webkit-transform: translateY(calc(var(--bars-y-translate) * var(--px))) rotate(var(--bars-rotate));
            transform: translateY(calc(var(--bars-y-translate) * var(--px))) rotate(var(--bars-rotate));
  }
  [data-drawer-open=true] .nav-button .nav-button__bars > span:nth-of-type(2) {
    -webkit-transform: translateY(calc(-1 * var(--bars-y-translate) * var(--px))) rotate(calc(-1 * var(--bars-rotate)));
            transform: translateY(calc(-1 * var(--bars-y-translate) * var(--px))) rotate(calc(-1 * var(--bars-rotate)));
  }
}

.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: 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 {
  width: 100%;
  height: var(--bar-height);
  background: #fff;
}

.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 {
  padding-block: min(43vw / 4.5, calc(43 * var(--px))) min(25vw / 4.5, calc(25 * var(--px)));
  z-index: 10;
  background: #f5f5f5;
}

.footer__faq-button {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: min(32vw / 4.5, calc(32 * var(--px)));
  width: 100%;
  height: auto;
  aspect-ratio: 379/257;
  position: relative;
}
.footer__faq-button::after {
  background: url(../img/common/footer_faq-decoration01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: min(127vw / 4.2, calc(127 * var(--px)));
  aspect-ratio: 283/616;
  bottom: 0;
  right: min(23vw / 4.2, calc(23 * var(--px)));
  z-index: 0;
  pointer-events: none;
}

.footer__faq-button-inner {
  padding-top: min(38vw / 4.2, calc(38 * var(--px)));
  margin-left: min(22vw / 4.2, calc(22 * var(--px)));
}

.footer__faq-button-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: min(5vw / 4.2, calc(5 * var(--px)));
  background: url(../img/common/footer_faq-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: auto;
  aspect-ratio: 379/257;
}

.footer__faq-button-rotate-img {
  position: absolute;
  top: 61%;
  left: 78%;
  width: 66%;
  height: auto;
  opacity: 0.18;
}

.footer__faq-button-link-label {
  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;
  width: 78%;
  position: relative;
  z-index: 2;
  margin-top: min(23vw / 4.2, calc(23 * var(--px)));
  margin-left: min(14vw / 4.2, calc(14 * var(--px)));
}
.footer__faq-button-link-label .link-with-icon__label {
  font-size: var(--f43);
  font-family: var(--toppan);
  color: #fff;
  line-height: 1;
}
.footer__faq-button-link-label .link-with-icon__arrow {
  width: min(34vw / 4.2, calc(34 * var(--px)));
  height: min(34vw / 4.2, calc(34 * var(--px)));
  background: var(--orange);
}
.footer__faq-button-link-label .link-with-icon__arrow::before, .footer__faq-button-link-label .link-with-icon__arrow::after {
  color: #fff;
  font-size: var(--f19);
}

.footer__faq-bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  gap: min(14vw / 4.2, calc(14 * var(--px)));
}

.footer__faq-bubble {
  background: #fff;
  color: var(--navy);
  font-size: min(21vw / 4.2, calc(21 * var(--px)));
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 0.5em 0.7em;
  border-radius: min(5vw / 4.2, calc(5 * var(--px)));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.footer__faq-bubble::after {
  display: inline-block;
  width: min(14vw / 4.2, calc(14 * var(--px)));
  height: min(9vw / 4.2, calc(9 * var(--px)));
  background: #fff;
  content: "";
  position: absolute;
  top: calc(100% - 1 * var(--px));
  z-index: 1;
  pointer-events: none;
}

.footer__faq-bubble--row01 {
  margin-left: min(15vw / 4.2, calc(15 * var(--px)));
}
.footer__faq-bubble--row01::after {
  clip-path: polygon(0 0, 90% 0%, 100% 100%);
  left: 30%;
}

.footer__faq-bubble--row02::after {
  clip-path: polygon(0 0, 90% 0%, 100% 100%);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 30%;
}

.footer__copy {
  margin-top: min(29vw / 4.5, calc(29 * var(--px)));
  font-family: var(--en);
  font-size: var(--f11);
  text-align: center;
  color: #ababab;
}

.no-faq-button .footer__faq-button {
  display: none;
}

/* -------------------------------------------
 * 下層
 * -------------------------------------------*/
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;
}
body.under .footer__faq-button {
  display: none;
}

.under-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -------------------------------------------
 * 下層ページ見出し
 * -------------------------------------------*/
.under-fv {
  margin-bottom: min(13.5555555556vw, 61 * var(--px));
}

.under-fv__inner {
  position: relative;
  z-index: 1;
}

.under-fv__title-wrap {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 * var(--px));
  margin-bottom: calc(20 * var(--px));
}

.under-fv__title {
  font-family: var(--toppan);
  font-size: var(--f31);
  color: #fff;
  position: absolute;
  bottom: min(9.3333333333vw, 42 * var(--px));
  left: min(8vw, 36 * var(--px));
  line-height: 1;
}

/* -------------------------------------------
 * アニメーション / 回転画像
 * -------------------------------------------*/
.rotate-img {
  -webkit-animation: rotateBg 60s linear infinite;
          animation: rotateBg 60s linear infinite;
  pointer-events: none;
}

@-webkit-keyframes rotateBg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotateBg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* -------------------------------------------
 * アニメーション / フェードアップ
 * -------------------------------------------*/
.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);
}

/* -------------------------------------------
 * アニメーション / フェードイン
 * -------------------------------------------*/
.js-fadein {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -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-fadein.is-visible {
  opacity: 1;
}

.hover-filter.js-fadeup {
  -webkit-transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-transform 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-filter 0.3s;
  transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-transform 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-filter 0.3s;
  transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), transform 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), filter 0.3s;
  transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), transform 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), filter 0.3s, -webkit-transform 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-filter 0.3s;
}

.hover-filter.js-fadein {
  -webkit-transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-filter 0.3s;
  transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), -webkit-filter 0.3s;
  transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), filter 0.3s;
  transition: opacity 1000ms ease calc(200ms + var(--fade-in-delay, 0s)), filter 0.3s, -webkit-filter 0.3s;
}

/* -------------------------------------------
 * coming soon
 * -------------------------------------------*/
.coming-soon__content {
  padding-block: min(30.2222222222vw, 136 * var(--px)) min(30.2222222222vw, 136 * var(--px));
  background: #ebebeb;
  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;
  text-align: center;
}

.coming-soon__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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8 * var(--px));
}

.coming-soon__title-en {
  font-family: var(--en);
  font-size: var(--f14);
  font-weight: 500;
  line-height: 1.1;
  color: var(--orange);
}

.coming-soon__title-ja {
  font-size: var(--f18);
  font-weight: 500;
  line-height: 1.4;
}

.coming-soon__heading {
  margin-top: 0.7em;
  font-size: var(--f22);
  font-weight: 500;
  line-height: 1.2;
}

.coming-soon__text {
  margin-top: 1.2em;
  font-size: var(--f14);
  font-weight: 400;
  line-height: 1.5;
}

/* -------------------------------------------
 * 404ページ
 * -------------------------------------------*/
.error-404 {
  margin-top: min(13.5555555556vw, 61 * var(--px));
}

.error-404__title {
  font-family: var(--toppan);
  font-size: var(--f32);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.error-404__text {
  margin-top: min(8.6666666667vw, 39 * var(--px));
}

.error-404__button {
  margin-top: min(7.7777777778vw, 35 * var(--px));
}/*# sourceMappingURL=style.css.map */