@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

body {
  margin: 0;
  overflow-x: hidden;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:root {
  --fl-unit: calc(100vw / 375);
}
@media (min-width: 600px) {
  :root {
    --fl-unit: calc(600px / 375);
  }
}
:root {
  font-size: 62.5%;
}

html {
  scroll-padding-top: 92px;
}
@media screen and (min-width: 894px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  margin: 0;
  position: relative;
  color: #3e3228;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  background-color: #fdfaf5;
}

img {
  display: block; /* 下にできる謎の隙間（3〜4px）を消す */
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: auto; /* 比率を維持する */
  max-width: 100%;
}

p {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-weight: 336;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.l-section {
  margin-inline: auto;
  width: min(100%, 600px);
  border-right: 1px solid #e2c97e;
  border-left: 1px solid #e2c97e;
  background-color: #f8efe2;
}

.l-side {
  display: none;
}
@media screen and (min-width: 1080px) {
  .l-side {
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc(50vw - 300px);
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1080px) {
  .l-side--left {
    left: 0;
  }
}

@media screen and (min-width: 1080px) {
  .l-side--right {
    right: 0;
  }
}

.c-btn__external-link {
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: calc(1 * var(--fl-unit));
  padding-block: calc(6 * var(--fl-unit));
  overflow: hidden;
}
.c-btn__external-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e60f00 0%, #ba0012 100%);
  border-radius: inherit;
  transition: opacity 0.5s ease;
}
.c-btn__external-link:hover::before {
  opacity: 0;
}

.c-btn__inner {
  position: relative;
  z-index: 1;
  border-block: 1px solid rgba(255, 255, 255, 0.4);
  padding-block: calc(16 * var(--fl-unit));
  padding-inline: calc(31 * var(--fl-unit));
  display: flex;
  align-items: ce;
  justify-content: center;
  gap: calc(8 * var(--fl-unit));
  transition: border 0.5s 0s ease;
}
.c-btn__external-link:hover .c-btn__inner {
  transition: border 0.5s 0s ease;
  border-block: 1px solid #b32533;
}

.c-btn__text {
  display: block;
  color: #ffffff;
  font-weight: 270;
  font-size: clamp(1.3rem, 0.6rem + 1.7vw, 1.8rem);
  letter-spacing: 0.07em;
  transition: color 0.5s 0s ease;
  line-height: 1.4;
}
.c-btn__external-link:hover .c-btn__text {
  color: #b32533;
  transition: color 0.5s 0s ease;
}

.c-btn__icon,
.c-btn__arrow {
  width: calc(17 * var(--fl-unit));
  height: calc(17 * var(--fl-unit));
  background-image: url("../../assets/img/btn-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background 0.5s 0s ease;
}
.c-btn__external-link:hover .c-btn__icon,
.c-btn__external-link:hover .c-btn__arrow {
  background-image: url("../../assets/img/btn-icon-reverse.svg");
  transition: background 0.5s 0s ease;
}

.c-btn__arrow {
  display: block;
  width: calc(21 * var(--fl-unit));
  height: calc(16 * var(--fl-unit));
  background-image: url("../../assets/img/btn-arrow.svg");
  transition: background 0.5s 0s ease;
}
.c-btn__external-link:hover .c-btn__arrow {
  background-image: url("../../assets/img/btn-arrow-reverse.svg");
  transition: background 0.5s 0s ease;
}

.p-mv {
  position: relative;
  padding-inline: calc(25 * var(--fl-unit));
  background: linear-gradient(180deg, #ffce35 0%, rgba(255, 206, 53, 0) 72%), #f8efe2;
  padding-top: calc(40 * var(--fl-unit));
}

.p-mv__img {
  width: 100%;
  background-image: url("../../assets/img/mv-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: relative;
}

.p-mv__ttl-area {
  padding-top: calc(53 * var(--fl-unit));
  display: flex;
  flex-direction: column;
  width: calc(235 * var(--fl-unit));
  margin-inline: auto;
  gap: calc(1 * var(--fl-unit));
}

.p-mv__logo,
.p-mv__line,
.p-mv__ttl,
.p-mv__sub-ttl {
  display: block;
  flex: 1;
}

.p-mv__logo {
  width: calc(69 * var(--fl-unit));
  margin-inline: auto;
  margin-bottom: calc(2 * var(--fl-unit));
}

.p-mv__line {
  margin-bottom: calc(16px * var(--fl-unit));
  margin-bottom: calc(8 * var(--fl-unit));
  margin-inline: auto;
  width: 86%;
}

.p-mv__ttl {
  margin-inline: auto;
  width: 86%;
}

.p-mv__sub-ttl {
  padding-top: 4px;
}

.p-mv__desc-area {
  padding-top: calc(146 * var(--fl-unit));
  display: flex;
  flex-direction: column;
  gap: calc(17 * var(--fl-unit));
  width: calc(246 * var(--fl-unit));
  margin-inline: auto;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-mv__desc-bottom {
  width: 90%;
}

.p-mv__decor-head,
.p-mv__decor-bottom {
  width: calc(114 * var(--fl-unit));
  display: block;
  position: absolute;
  right: calc(-26 * var(--fl-unit));
}

.p-mv__decor-head {
  top: calc(-12 * var(--fl-unit));
}

.p-mv__decor-bottom {
  width: calc(117 * var(--fl-unit));
  right: calc(-16 * var(--fl-unit));
  bottom: calc(131 * var(--fl-unit));
}

.p-mv .c-btn__wrapper {
  width: calc(295 * var(--fl-unit));
  margin-inline: auto;
}
.p-mv .c-btn__wrapper .c-btn__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
}
.p-mv .c-btn__wrapper .c-btn__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.p-mv .c-btn__wrapper .c-btn__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.p-apply {
  padding-top: calc(20 * var(--fl-unit));
  background-color: #fdfaf5;
}

.p-apply__inner {
  padding-top: calc(56 * var(--fl-unit));
  padding-inline: calc(40 * var(--fl-unit));
  background-color: #211c17;
  border-radius: calc(200 * var(--fl-unit)) calc(200 * var(--fl-unit)) 0 0;
  padding-bottom: calc(56 * var(--fl-unit));
}

.p-apply__image {
  margin-inline: auto;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-apply__text-image {
  margin-bottom: calc(32 * var(--fl-unit));
  width: calc(253 * var(--fl-unit));
  position: relative;
}

.p-apply__desc {
  font-size: clamp(1.3rem, 0.6rem + 2vw, 1.8rem);
  letter-spacing: -0.02em;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 270;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-apply__image-area {
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-apply .c-btn__wrapper {
  margin-bottom: calc(32 * var(--fl-unit));
}
.p-apply .c-btn__wrapper small {
  padding-top: calc(16 * var(--fl-unit));
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: clamp(1.1rem, 0.5rem + 1vw, 1.3rem);
}

.p-apply__decor-head {
  display: block;
  width: calc(100 * var(--fl-unit));
  position: absolute;
  top: calc(-32 * var(--fl-unit));
  right: calc(-80 * var(--fl-unit));
}

.p-benefit {
  padding-top: calc(56 * var(--fl-unit));
  background-color: #e6ddd0;
}

.p-benefit__inner {
  padding-top: calc(56 * var(--fl-unit));
  padding-inline: calc(40 * var(--fl-unit));
  background-color: #fdfaf5;
  border-radius: calc(200 * var(--fl-unit)) calc(200 * var(--fl-unit)) 0 0;
  padding-bottom: calc(56 * var(--fl-unit));
}

.p-benefit__image {
  margin-inline: auto;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-benefit__text-image {
  margin-bottom: calc(54 * var(--fl-unit));
  position: relative;
}

.p-benefit__list {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-benefit__item {
  padding-block: calc(24 * var(--fl-unit));
  border-bottom: 1px dashed rgba(191, 143, 58, 0.2);
}

.p-benefit__list-ttl {
  font-size: clamp(1.6rem, 0.9rem + 2vw, 2rem);
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-weight: 430;
  line-height: 1.6;
  margin-bottom: calc(18 * var(--fl-unit));
  position: relative;
}
.p-benefit__list-ttl span {
  color: #b32533;
}
.p-benefit__list-ttl::before {
  content: "01";
  display: block;
  color: #bf8f3a;
  font-size: clamp(2.2rem, 1rem + 1.2vw, 3rem);
  text-align: center;
  padding: 0 calc(10 * var(--fl-unit));
  font-family: "Cormorant Garamond", serif;
  background-color: transparent;
  border: 1px solid #bf8f3a;
  border-radius: calc(24 * var(--fl-unit));
  position: absolute;
  line-height: 0.7;
  padding-bottom: 0.2em;
  top: -1.8em;
  left: 50%;
  transform: translateX(-50%);
}
.p-benefit__item:nth-child(2) .p-benefit__list-ttl::before {
  content: "02";
}
.p-benefit__item:nth-child(3) .p-benefit__list-ttl::before {
  content: "03";
}

.p-benefit__list-desc {
  font-size: clamp(1.3rem, 0.6rem + 2vw, 1.8rem);
  letter-spacing: -0.02em;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1.8;
}

.p-benefit__decor-head {
  display: block;
  width: calc(126 * var(--fl-unit));
  position: absolute;
  bottom: calc(-111 * var(--fl-unit));
  right: calc(-40 * var(--fl-unit));
}

.p-benefit .c-btn__wrapper {
  padding-bottom: calc(40 * var(--fl-unit));
  width: calc(295 * var(--fl-unit));
  margin-inline: auto;
}
.p-benefit .c-btn__wrapper .c-btn__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
}
.p-benefit .c-btn__wrapper .c-btn__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.p-benefit .c-btn__wrapper .c-btn__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.p-footer {
  background-color: #211c17;
}

.p-footer__head img {
  display: block;
  width: calc(87 * var(--fl-unit));
  margin-bottom: calc(12 * var(--fl-unit));
  margin-inline: auto;
}

.p-footer__copyright {
  display: block;
  font-size: clamp(0.8rem, 0.3rem + 0.5vw, 1.3rem);
  color: #ffffff;
  margin-bottom: calc(32 * var(--fl-unit));
  font-weight: 270;
}

.p-footer__bottom {
  display: block;
  width: calc(240 * var(--fl-unit));
  margin-inline: auto;
}

.p-person {
  background-color: #fdfaf5;
}

.p-person__inner {
  padding-top: calc(56 * var(--fl-unit));
  padding-inline: calc(40 * var(--fl-unit));
  background-color: #fdfaf5;
  border-radius: calc(200 * var(--fl-unit)) calc(200 * var(--fl-unit)) 0 0;
  background-color: #e6ddd0;
  position: relative;
}

.p-person__image {
  margin-inline: auto;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-person__text-image {
  margin-bottom: calc(32 * var(--fl-unit));
  width: calc(240 * var(--fl-unit));
  max-width: 500px;
  position: relative;
}

.p-person__list {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--fl-unit));
  margin-bottom: calc(24 * var(--fl-unit));
}

.p-person__list-desc {
  display: inline-block;
  padding-block: calc(52 * var(--fl-unit)) 0;
  border-radius: calc(8 * var(--fl-unit)) calc(1 * var(--fl-unit));
  border: 1px solid rgba(191, 143, 58, 0.22);
  background: rgba(253, 250, 245, 0.26);
  padding: calc(7 * var(--fl-unit)) calc(15 * var(--fl-unit));
  font-size: clamp(1.4rem, 0.5rem + 1.8vw, 8rem);
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-weight: 430;
}
.p-person__list-desc span {
  color: #b32533;
}

.p-person__image-area {
  background-color: #e6ddd0;
  padding-block: calc(36 * var(--fl-unit)) calc(56 * var(--fl-unit));
}

.p-person__desc {
  line-height: 2.2;
  padding-bottom: calc(32 * var(--fl-unit));
}

.p-person__list-desc {
  font-size: clamp(1.3rem, 0.6rem + 2vw, 1.8rem);
  letter-spacing: -0.02em;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1.8;
}

.p-person__decor-head {
  display: block;
  width: calc(115 * var(--fl-unit));
  position: absolute;
  bottom: calc(-44 * var(--fl-unit));
  right: calc(-94 * var(--fl-unit));
}

.p-person__decor-bottom {
  display: block;
  width: calc(128 * var(--fl-unit));
  position: absolute;
  bottom: calc(238 * var(--fl-unit));
  right: calc(15 * var(--fl-unit));
}

.p-person .c-btn__wrapper {
  padding-bottom: calc(40 * var(--fl-unit));
  width: calc(295 * var(--fl-unit));
  margin-inline: auto;
}
.p-person .c-btn__wrapper .c-btn__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
}
.p-person .c-btn__wrapper .c-btn__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.p-person .c-btn__wrapper .c-btn__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.p-role {
  background-color: #fdfaf5;
}

.p-role__container {
  background-color: #e6ddd0;
  border-radius: calc(16 * var(--fl-unit)) calc(16 * var(--fl-unit)) 0 0;
}

.p-role__heading {
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-role__inner {
  padding-inline: calc(40 * var(--fl-unit));
}

.p-role__text-image {
  margin-bottom: calc(32 * var(--fl-unit));
  position: relative;
}

.p-role__desc {
  line-height: 2.2;
  margin-bottom: calc(48 * var(--fl-unit));
}

.p-role__occupation {
  padding-top: calc(４8 * var(--fl-unit));
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-role__occupation-box {
  background-color: #ffffff;
  padding-inline: calc(9 * var(--fl-unit));
}

.p-role__occupation-inner {
  border-inline: 1px solid #ecba3b;
  padding-inline: calc(16 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit)) calc(16 * var(--fl-unit));
}

.p-role__ttl {
  font-size: clamp(1.2rem, 0.4rem + 2vw, 1.8rem);
  margin-bottom: calc(10 * var(--fl-unit));
  font-weight: 270;
  position: relative;
}
.p-role__ttl::before {
  content: "";
  display: block;
  background: url("../../assets/img/role-ttl-after.svg") no-repeat left/contain;
  width: calc(103 * var(--fl-unit));
  height: calc(41 * var(--fl-unit));
  position: absolute;
  top: calc(-48 * var(--fl-unit));
  left: 50%;
  transform: translateX(-50%);
}

.p-role__ttl.-hall::before {
  content: "";
  display: block;
  background: url("../../assets/img/role-ttl-after-hall.svg") no-repeat left/contain;
  width: calc(55 * var(--fl-unit));
  height: calc(41 * var(--fl-unit));
}

.p-role__occupation-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 * var(--fl-unit));
}

.p-role__occupation-item {
  border-radius: 9999px;
  border: 1px solid rgba(191, 143, 58, 0.22);
  font-weight: 270;
  padding: calc(4 * var(--fl-unit)) calc(16 * var(--fl-unit));
  font-size: clamp(1.3rem, 0.6rem + 2vw, 2rem);
}
.p-role__occupation-item:first-child {
  margin-right: 3em;
}
.p-role__occupation-list.--hall .p-role__occupation-item {
  padding-inline: calc(12 * var(--fl-unit));
}

.p-role__decor-head {
  display: block;
  width: calc(106 * var(--fl-unit));
  position: absolute;
  bottom: calc(-134 * var(--fl-unit));
  right: calc(-40 * var(--fl-unit));
}

.p-role .c-btn__wrapper {
  padding-bottom: calc(40 * var(--fl-unit));
  width: calc(295 * var(--fl-unit));
  margin-inline: auto;
}
.p-role .c-btn__wrapper .c-btn__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
}
.p-role .c-btn__wrapper .c-btn__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.p-role .c-btn__wrapper .c-btn__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.p-story {
  padding-top: calc(56 * var(--fl-unit));
  background-color: #f8efe2;
}

.p-story__inner {
  padding-top: calc(56 * var(--fl-unit));
  padding-inline: calc(40 * var(--fl-unit));
  background-color: #fdfaf5;
  border-radius: calc(200 * var(--fl-unit)) calc(200 * var(--fl-unit)) 0 0;
  padding-bottom: calc(56 * var(--fl-unit));
}

.p-story__image {
  margin-inline: auto;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-story__text-image {
  margin-bottom: calc(32 * var(--fl-unit));
  position: relative;
}

.p-story__desc {
  line-height: 2.2;
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-story__fig-area {
  margin-bottom: calc(32 * var(--fl-unit));
}

.p-story__floating-area {
  padding-top: calc(8 * var(--fl-unit));
  position: relative;
  width: 100%;
  height: calc(265 * var(--fl-unit));
}

.p-story__floating-image01,
.p-story__floating-image02,
.p-story__floating-image03 {
  position: absolute;
}

.p-story__floating-image01 {
  width: calc(215 * var(--fl-unit));
  height: calc(120 * var(--fl-unit));
  top: 0;
  left: calc(-40 * var(--fl-unit));
}

.p-story__floating-image02 {
  width: calc(128 * var(--fl-unit));
  height: calc(75 * var(--fl-unit));
  top: calc(100 * var(--fl-unit));
  right: calc(-40 * var(--fl-unit));
}

.p-story__floating-image03 {
  width: calc(149 * var(--fl-unit));
  height: calc(128 * var(--fl-unit));
  top: calc(140 * var(--fl-unit));
  left: calc(27 * var(--fl-unit));
}

.p-story__decor-head {
  display: block;
  width: calc(132 * var(--fl-unit));
  position: absolute;
  top: calc(-23 * var(--fl-unit));
  right: calc(-40 * var(--fl-unit));
}

.p-story .c-btn__wrapper {
  padding-bottom: calc(40 * var(--fl-unit));
  width: calc(295 * var(--fl-unit));
  margin-inline: auto;
}
.p-story .c-btn__wrapper .c-btn__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
}
.p-story .c-btn__wrapper .c-btn__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.p-story .c-btn__wrapper .c-btn__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.p-details {
  background-color: #e6ddd0;
}

.p-details__inner {
  padding-inline: calc(25 * var(--fl-unit));
  border-radius: calc(16 * var(--fl-unit)) calc(16 * var(--fl-unit)) 0 0;
  background-color: #fdfaf5;
}

.p-details__text-image {
  width: calc(91 * var(--fl-unit));
  padding-top: calc(105 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
  position: relative;
}
.p-details__text-image::before {
  content: "";
  display: block;
  background: url("../../assets/img/details-ttl-after.svg") no-repeat left/contain;
  width: calc(95 * var(--fl-unit));
  height: calc(44 * var(--fl-unit));
  position: absolute;
  bottom: calc(46 * var(--fl-unit));
  left: 50%;
  transform: translateX(-50%);
}

.p-details__recruitment {
  position: relative;
}

.p-details__recruitment-list {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--fl-unit));
}

.p-details__recruitment-item {
  display: flex;
  padding: calc(6 * var(--fl-unit));
  align-items: center;
  gap: calc(13 * var(--fl-unit));
  align-self: stretch;
  border-radius: calc(24 * var(--fl-unit)) calc(4 * var(--fl-unit));
  border: 1px solid rgba(191, 143, 58, 0.22);
  background: #ffffff;
}

.p-details__recruitment-head {
  flex: 0 0 auto;
  width: calc(34 * var(--fl-unit));
  display: block;
}

.p-details__recruitment-body {
  flex: 0 0 auto;
  display: block;
}

.p-details__recruitment-ttl {
  display: inline-block;
  background-color: #7a5a1a;
  color: #ffffff;
  font-weight: 430;
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  letter-spacing: 0.02em;
  padding-inline: calc(16 * var(--fl-unit));
  padding-top: clamp(2px, 0.6vw, 6px);
  padding-block: calc(1 * var(--fl-unit));
  margin-left: 0.7em;
  position: relative;
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.4rem);
  margin-bottom: calc(3 * var(--fl-unit));
}
.p-details__recruitment-ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 100%;
  background-image: url("../../assets/img/recruitment-before.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  top: 0;
  right: 100%;
}
.p-details__recruitment-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 100%;
  background-image: url("../../assets/img/recruitment-after.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  top: 0;
  left: 100%;
}

.p-details__recruitment-info {
  font-size: clamp(1.4rem, 0.5rem + 1.8vw, 2rem);
  line-height: 1.1;
}

.p-details__image-area {
  position: relative;
  padding-bottom: calc(102 * var(--fl-unit));
}
.p-details__image-area img {
  position: absolute;
  display: block;
  width: calc(60 * var(--fl-unit));
  position: absolute;
  bottom: calc(32 * var(--fl-unit));
  right: calc(16 * var(--fl-unit));
}

.p-details__decor-head {
  display: block;
  width: calc(161 * var(--fl-unit));
  position: absolute;
  top: calc(-137 * var(--fl-unit));
  right: calc(0 * var(--fl-unit));
}

.p-details .c-btn__wrapper {
  padding-bottom: calc(40 * var(--fl-unit));
  width: calc(295 * var(--fl-unit));
  margin-inline: auto;
}
.p-details .c-btn__wrapper .c-btn__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.7rem + 1vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
}
.p-details .c-btn__wrapper .c-btn__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.p-details .c-btn__wrapper .c-btn__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.l-side--left .p-side__inner,
.l-side--right .p-side__inner {
  width: min(336px, 70%);
}

.l-side--left .p-side__image {
  display: block;
}

.l-side--right .p-side__menu-ttl {
  width: min(100%, 112px);
  margin-inline: auto;
  margin-bottom: global, fl(26);
  position: relative;
}
.l-side--right .p-side__menu-ttl::after {
  content: "";
  display: block;
  width: 120%;
  height: 6px;
  background-image: url("../../assets/img/aside-menu-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.l-side--right .p-side__nav-list {
  display: flex;
  flex-direction: column;
  gap: calc(10 * var(--fl-unit));
  padding-block: calc(32 * var(--fl-unit)) calc(11 * var(--fl-unit));
}
.l-side--right .p-side__nav-item {
  font-size: clamp(1.4rem, 0.6rem + 0.6vw, 1.6rem);
  color: #802414;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6ddd0;
}
.l-side--right .p-side__nav-item:last-child {
  border: none;
}
.l-side--right .p-side__nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: opacity 0.3s 0s ease;
}
.l-side--right .p-side__nav-link:hover {
  opacity: 0.7;
  transition: opacity 0.3s 0s ease;
}
.l-side--right .p-side__nav-icon {
  width: 1em;
  height: 1em;
  background-image: url("../../assets/img/aside-menu-before.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.l-side--right .p-side__nav-text {
  flex: 1;
}
.l-side--right .p-side__nav-arrow {
  width: 1em;
  height: 1em;
  background-image: url("../../assets/img/aside-menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.l-side--right .c-btn__wrapper {
  width: 100%;
  margin-inline: 0;
}
.l-side--right .c-btn__wrapper .c-btn__inner {
  padding-inline: calc(2 * var(--fl-unit));
  padding-block: calc(10 * var(--fl-unit));
}
.l-side--right .c-btn__wrapper .c-btn__text {
  font-size: clamp(1.1rem, 0.3rem + 0.8vw, 1.3rem);
}
.l-side--right .c-btn__wrapper .c-btn__icon,
.l-side--right .c-btn__wrapper .c-btn__arrow {
  width: calc(11 * var(--fl-unit));
  height: calc(11 * var(--fl-unit));
}
.l-side--right .c-btn__wrapper .c-btn__arrow {
  width: calc(15 * var(--fl-unit));
  height: calc(11 * var(--fl-unit));
}
.l-side--right .p-side__info {
  padding-top: calc(16 * var(--fl-unit));
  color: #b32533;
  display: flex;
  flex-direction: row;
  font-size: clamp(1.2rem, 0.5rem + 0.6vw, 1.4rem);
  gap: calc(4 * var(--fl-unit));
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-side--right .p-side__info span:first-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}
.l-side--right .p-side__info span:last-child {
  background-image: url("../../assets/img/mv-cta-info-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.u-full-width {
  position: relative;
  z-index: 0;
}
.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.u-text {
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-weight: 270;
  font-size: clamp(1.4rem, 0.65rem + 1.5vw, 1.8rem);
}

.u-heading {
  font-family: YakuHanJP, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-weight: 430;
  font-size: clamp(1.6rem, 0.85rem + 1.8vw, 2rem);
}

.u-sp-only {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 1389px) {
  .u-pc-only {
    display: inline-block;
  }
}/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJP - Based on Noto Sans JP */
@font-face{font-family:YakuHanJP;font-style:normal;font-weight:100;font-display:swap;src:url("../../assets/fonts/YakuHanJP-Thin.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:200;font-display:swap;src:url("../../assets/fonts/YakuHanJP-ExtraLight.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:300;font-display:swap;src:url("../../assets/fonts/YakuHanJP-Light.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:400;font-display:swap;src:url("../../assets/fonts/YakuHanJP-Regular.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:500;font-display:swap;src:url("../../assets/fonts/YakuHanJP-Medium.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:600;font-display:swap;src:url("../../assets/fonts/YakuHanJP-SemiBold.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:700;font-display:swap;src:url("../../assets/fonts/YakuHanJP-Bold.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:800;font-display:swap;src:url("../../assets/fonts/YakuHanJP-ExtraBold.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJP;font-style:normal;font-weight:900;font-display:swap;src:url("../../assets/fonts/YakuHanJP-Black.woff2") format("woff2");unicode-range:U+3001,U+3002,U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+30fb,U+ff01,U+ff08,U+ff09,U+ff1a,U+ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d}
/*! Yaku Han JP v4.1.1 (OFL-1.1 AND MIT) by Qrac | Type: YakuHanJPs - Based on Noto Sans JP */
@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:100;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-Thin.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:200;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-ExtraLight.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:300;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-Light.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:400;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-Regular.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:500;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-Medium.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:600;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-SemiBold.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:700;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-Bold.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:800;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-ExtraBold.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}@font-face{font-family:YakuHanJPs;font-style:normal;font-weight:900;font-display:swap;src:url("../../assets/fonts/YakuHanJPs-Black.woff2") format("woff2");unicode-range:U+3008,U+3009,U+300a,U+300b,U+300c,U+300d,U+300e,U+300f,U+3010,U+3011,U+3014,U+3015,U+ff08,U+ff09,U+ff3b,U+ff3d,U+ff5b,U+ff5d}
