@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* フォントサイズ計算 */
/* ホバー関連まとめ */
/* リセットCSS */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ------------------------------
* 共通管理用SCSS
------------------------------ */
body {
  background-color: #F8FFFF;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

/* デバイス切り替え */
.m-display_none {
  display: none !important;
}

.d-display_none {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 1161px) {
  .d-display_none {
    display: none !important;
  }
  .m-display_none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* Fonts */
@font-face {
  font-family: "shippori-gothic-b2-bold";
  src: url("/fonts/shippori-gothic-b2-bold-subset.woff2") format("woff2");
  font-display: swap;
}
.main {
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}

/* ------------------------------
* Titles
------------------------------ */
.c-section__title-en {
  color: #F8FFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Albert Sans", sans-serif;
  font-size: min(12.8vw, 96px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 100%;
}

@media screen and (min-width: 1024px) {
  .c-section__title-en {
    font-size: min(9.375vw, 96px);
  }
}
.c-section__title-en span {
  display: inline-block;
}

.c-section__title-ja {
  color: #FF6F30;
  display: block;
  font-size: 0.875rem;
  font-size: min(3.7333333333vw, 18px);
  font-family: "shippori-gothic-b2-bold";
  letter-spacing: 0.12em;
  line-height: 150%;
}

@media screen and (min-width: 1024px) {
  .c-section__title-ja {
    font-size: 1.125rem;
    font-size: min(1.7578125vw, 18px);
  }
}
.jsc-scroll_trigger.is-active .c-section__title-en span {
  -webkit-animation: wave-up 2s ease-in-out forwards;
  animation: wave-up 2s ease-in-out forwards;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.jsc-scroll_trigger.is-active .c-section__title-en span:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.jsc-scroll_trigger.is-active .c-section__title-ja {
  -webkit-animation: wave-up 1.5s ease-in-out forwards;
  animation: wave-up 1.5s ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* 上に動いて戻るアニメーション */
@-webkit-keyframes wave-up {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wave-up {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-heading {
  color: #252F4A;
  font-size: min(6.4vw, 28px);
  font-family: "shippori-gothic-b2-bold";
  line-height: 150%;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .c-heading {
    font-size: min(2.734375vw, 28px);
  }
}
.c-heading--underline::after {
  background-color: #FF6F30;
  border-radius: 32px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 6px;
  width: 24px;
}

.c-heading--accent {
  color: #FF6F30;
  font-size: min(6.4vw, 32px);
  letter-spacing: 0.12em;
  line-height: 150%;
}

@media screen and (min-width: 1024px) {
  .c-heading--accent {
    font-size: min(3.125vw, 32px);
  }
}
.c-heading--waveline {
  background-image: url("../img/bg-wave-list_item_b_border.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .c-heading--waveline {
    font-size: 1.5rem;
  }
}
/* ------------------------------
* Box
------------------------------ */
.c-box {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.15), 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.15), 0 10px 30px rgba(0, 0, 0, 0.15);
  margin: 64px 4.2666666667% 0;
  padding: 12.8% 4.2666666667%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-box {
    padding: 6.4% 4.2666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .c-box {
    margin: 108px auto 0;
    padding: 64px 0 80px;
    width: 71.8055555556%;
  }
}
.c-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05) 40%, transparent 60%);
  pointer-events: none;
}

.c-box--rounded {
  border-radius: 32px;
}

@media screen and (min-width: 1024px) {
  .c-box--rounded {
    border-radius: 40px;
  }
}
/* ------------------------------
* Data List
------------------------------ */
.c-keyvalue {
  display: grid;
  row-gap: 16px;
}

@media screen and (min-width: 768px) {
  .c-keyvalue {
    grid-template-columns: 96px 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin: 0 auto;
    width: 65.6488549618%;
  }
}
.c-keyvalue__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .c-keyvalue__item {
    display: contents;
  }
}
.c-keyvalue__key {
  color: #F8FFFF;
  background-color: #5DC4D3;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 160%;
  padding: 3px 12px 4px 12px;
}

@media screen and (min-width: 768px) {
  .c-keyvalue__key {
    -ms-flex-item-align: start;
    align-self: start;
    border-radius: 8px;
    font-size: 1rem;
    justify-self: flex-start;
    padding: 12px 24px;
    white-space: nowrap;
    margin: 0;
  }
}
.c-keyvalue__value {
  color: #252F4A;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 160%;
}

@media screen and (min-width: 768px) {
  .c-keyvalue__value {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
  }
}
.c-keyvalue__value__comment {
  display: block;
  font-size: 0.75rem;
  line-height: 160%;
  margin-top: 8px;
}

/* ------------------------------
* List
------------------------------ */
.c-list:not(.c-list--number) .c-list__item {
  position: relative;
  padding-left: 1em;
}

.c-list:not(.c-list--number) .c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list__item {
  color: #252F4A;
}

.c-list__item + .c-list__item {
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  .c-list__item + .c-list__item {
    margin-top: 64px;
  }
}
.c-list__item .c-list__item {
  margin-top: 8px;
}

.c-list__item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.c-list--number {
  counter-reset: number;
}

.c-list--number > .c-list__item {
  counter-increment: number;
}

.c-list--number > .c-list__item .c-heading::before {
  content: counter(number) ". ";
  color: #252F4A;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .c-list--number > .c-list__item .c-heading::before {
    font-size: 1.75rem;
  }
}
/* パンくずリスト */
.c-bc__list {
  color: #5DC4D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 32px 8.5333333333%;
}

@media screen and (min-width: 1024px) {
  .c-bc__list {
    padding-right: 40px;
  }
}
.c-bc__list__item {
  line-height: 140%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (hover: hover) {
  .c-bc__list__item:hover {
    opacity: 0.5;
  }
}
.c-bc__list__item:not(:first-child)::before {
  content: ">";
  color: #FF6F30;
  display: inline-block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 100%;
  margin: 0 2px 0 8px;
  vertical-align: top;
}

/* ------------------------------
* Link
------------------------------ */
.c-link {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (hover: hover) {
  .c-link:hover {
    opacity: 0.5;
  }
}
.c-link.--textlink {
  color: #FF6F30;
  text-decoration: underline;
}

.l-txtCenter {
  text-align: center;
}

.l-columns {
  display: grid;
}

.l-columns--2 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .l-columns--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-columns--3 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .l-columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ------------------------------
* Header
------------------------------ */
.header {
  isolation: auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.47%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 48.47%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  pointer-events: none;
}

.header__inner {
  height: 0;
}

@media screen and (min-width: 1161px) {
  .header__inner {
    height: auto;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2.7777777778%;
    width: 100%;
  }
}
.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F8FFFF;
  border-bottom-right-radius: 24px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 30, 80, 0.25);
  box-shadow: 0 2px 12px rgba(0, 30, 80, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 204px;
  width: 54.4%;
  position: relative;
  z-index: 1;
}

.header__logo__img {
  height: 42px;
}

@media screen and (min-width: 1024px) {
  .header__logo {
    border-bottom-right-radius: 40px;
    height: 96px;
    width: 23.6111111111%;
    min-width: 340px;
  }
  .header__logo__img {
    height: 64px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .header__logo__img:hover {
    opacity: 0.5;
  }
}
.header__menu {
  backdrop-filter: brightness(1.5) saturate(1);
  height: 42px;
  -webkit-mask-image: url("../img/m-header_menu.svg");
  mask-image: url("../img/m-header_menu.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 42px;
  position: fixed;
  top: 14px;
  right: 4.2666666667%;
  z-index: 1;
}

.header__menu__button {
  display: none;
}

@media screen and (min-width: 1161px) {
  .header__menu {
    display: none;
  }
}
.header .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  height: 100dvh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 1161px) {
  .header .overlay {
    display: none;
  }
}
.header .c-nav {
  background-color: #F8FFFF;
  border-radius: 24px;
  font-size: 1.125rem;
  margin: 24px auto 0;
  padding: 88px 11.6618075802% 80px;
  width: 91.4666666667%;
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media screen and (min-width: 1161px) {
  .header .c-nav {
    display: block;
    background-color: transparent;
    border-radius: none;
    font-size: 1rem;
    margin: 0;
    opacity: 1;
    pointer-events: inherit;
    padding: 0;
    visibility: visible;
    width: auto;
  }
}
.header .c-nav__list {
  color: #252F4A;
  -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: 32px;
}

@media screen and (min-width: 1161px) {
  .header .c-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 56px;
  }
}
.header .c-nav__list__item {
  width: 100%;
}

.header .c-nav__list__item:not(:last-of-type) a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (hover: hover) {
  .header .c-nav__list__item:not(:last-of-type) a:hover {
    opacity: 0.5;
  }
}
.header .c-nav__list__item:last-of-type a {
  background-image: none;
}

@media screen and (min-width: 1161px) {
  .header .c-nav__list__item {
    width: auto;
  }
}
.header .c-nav__list__item__link {
  background-image: url("../img/m-header_list_b_border.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  text-align: center;
  padding: 0 0 16px;
}

@media screen and (min-width: 1161px) {
  .header .c-nav__list__item__link {
    background-image: none;
    padding: 0;
  }
}
.header .c-nav__link--button {
  background-color: #FF6F30;
  border-radius: 48px;
  color: #F8FFFF;
  margin: auto;
  padding: 16px 32px;
  max-width: 248px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (hover: hover) {
  .header .c-nav__link--button:hover {
    background-color: rgb(255, 79.3826086957, 2.55);
  }
}
@media screen and (min-width: 1161px) {
  .header .c-nav__link--button {
    max-width: auto;
    width: 100%;
  }
}
.header__menu[aria-expanded=true] {
  -webkit-mask-image: url("../img/m-header_menu_close.svg");
  mask-image: url("../img/m-header_menu_close.svg");
}

.header__menu[aria-expanded=true] + .c-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__menu[aria-expanded=true] + .c-nav + .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header.is-on-white .header__menu {
  background-color: #00ffff;
  backdrop-filter: brightness(1.2) saturate(1.5);
  opacity: 0.5;
}

#privacypolicy header {
  background: none;
}

#top .footer {
  margin-top: -120px;
}

@media screen and (min-width: 1024px) {
  #top .footer {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1161px) {
  #top .footer {
    margin-top: -160px;
  }
}
.footer {
  border-top-left-radius: 48px;
  background-image: url("../img/m-bg-noise.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .footer {
    background-image: url("../img/d-bg-noise.png");
    border-top-left-radius: 120px;
  }
}
.footer::before {
  aspect-ratio: 1/1;
  content: "";
  background-image: url("../img/footer_r_curve.svg");
  background-size: cover;
  display: block;
  height: 48px;
  width: 48px;
  top: -48px;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .footer::before {
    height: 120px;
    width: 120px;
    top: -119px;
  }
}
.footer__inner {
  padding: 80px 0 40px;
  width: 87.2%;
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    padding: 56px 0;
    width: 71.8055555556%;
  }
}
.footer__inner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .footer__inner__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__logo__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .footer__logo__snsList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 24px;
  }
}
.footer__logo__snsList__item__link {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 1024px) {
  .footer__logo__snsList__item__link {
    height: 20px;
    width: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .footer__logo__snsList__item__link:hover {
    opacity: 0.5;
  }
}
.footer .snsList__link--instagram {
  background-size: contain;
  background-image: url("../img/icn-instagram.png");
}

.footer .snsList__link--x_twitter {
  background-size: contain;
  background-image: url("../img/icn-x_twitter.png");
}

.footer .snsList__link--facebook {
  background-size: contain;
  background-image: url("../img/icn-facebook.png");
}

.footer .c-nav {
  margin-top: 56px;
}

@media screen and (min-width: 1024px) {
  .footer .c-nav {
    margin-top: 40px;
  }
}
.footer .c-nav__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (min-width: 1024px) {
  .footer .c-nav__list {
    gap: 32px 64px;
    width: 424px;
  }
}
.footer .c-nav__list__item__link {
  color: #F8FFFF;
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 140%;
}

@media screen and (min-width: 1024px) {
  .footer .c-nav__list__item__link {
    width: 180px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .footer .c-nav__list__item__link:hover {
    opacity: 0.5;
  }
}
.footer .c-nav__list__item__link__name {
  display: block;
  font-size: 0.75rem;
  line-height: 110%;
}

.footer .c-nav__link {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .footer .c-nav__link {
    width: auto;
  }
}
.footer .c-nav__link--txtButton {
  font-size: 0.75rem;
  line-height: 140%;
  text-decoration: underline;
}

.copyright {
  color: rgba(248, 255, 255, 0.8);
  display: block;
  font-size: 0.75rem;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .copyright {
    margin-top: -14px;
    text-align: right;
  }
}
/* ------------------------------
* Navigation
------------------------------ */
.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav__list__item__link {
  font-family: "shippori-gothic-b2-bold", sans-serif;
  line-height: 140%;
  letter-spacing: 0.02em;
}

/* ------------------------------
* トップページ用SCSS
------------------------------ */
@media (max-width: 768px) {
  .m_display_none {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .d_display_none {
    display: none !important;
  }
}
/* ------------------------------
* Hero
------------------------------ */
.p-top-hero {
  aspect-ratio: 2/3;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../img/m-bg-hero.jpg");
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-top-hero {
    aspect-ratio: 3/2;
    background-image: url("../img/d-bg-hero.jpg");
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-top-hero {
    background-image: url("../img/d-bg-hero.jpg");
    aspect-ratio: 4/3;
  }
}
.p-top-hero__message {
  -webkit-animation: fadeInUpBlur 1.2s ease-out forwards;
  animation: fadeInUpBlur 1.2s ease-out forwards;
  -webkit-filter: drop-shadow(0 0 64.995px rgba(46, 78, 107, 0.5));
  filter: drop-shadow(0 0 64.995px rgba(46, 78, 107, 0.5));
  width: 76%;
  position: absolute;
  top: 30.3797468354vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-top-hero__message {
    width: 36.1111111111%;
    top: 27.2916666667vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-hero__message {
    top: 28%;
  }
}
.p-top-hero__message .shadow {
  -webkit-filter: drop-shadow(0 0 64.995px rgb(46, 78, 107));
  filter: drop-shadow(0 0 64.995px rgb(46, 78, 107));
}

#top {
  background-color: #F8FFFF;
}

/* Hero Fadeup Anime */
@-webkit-keyframes fadeInUpBlur {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInUpBlur {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
/* ------------------------------
* Association
------------------------------ */
.p-top-association {
  background-image: url("../img/m-bg-top-association.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 48px;
  margin-top: -12%;
  padding-top: 96px;
  padding-bottom: 210px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-top-association {
    background-image: url("../img/d-bg-top-association.png");
    border-top-left-radius: 120px;
    margin-top: -14.7916666667%;
    padding-top: 120px;
    padding-bottom: 316px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-association {
    background-image: url("../img/m-bg-top-association.png");
  }
}
.p-top-association::after {
  content: "";
  display: block;
  background-image: url("../img/bg-top-hero_scrolldown.svg");
  background-size: contain;
  height: 102px;
  width: 6px;
  position: absolute;
  top: -51px;
  left: calc(50% - 3px);
  z-index: 1;
}

.p-top-association__inner {
  margin-top: 56px;
  padding: 0 8.5333333333% 0;
}

@media screen and (min-width: 1024px) {
  .p-top-association__inner {
    padding: 0;
    margin: 56px auto 0;
    width: 71.8055555556%;
  }
}
.p-top-association__block:last-child {
  margin-top: -40px;
}

@media screen and (min-width: 768px) {
  .p-top-association__block:last-child {
    margin-top: -64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-association__block:last-child {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1161px) {
  .p-top-association__block:last-child {
    margin-top: 56px;
  }
}
.p-top-association__block__text {
  color: #252F4A;
  font-size: min(4.2666666667vw, 18px);
  font-weight: 500;
  line-height: 220%;
}

@media screen and (min-width: 1024px) {
  .p-top-association__block__text {
    width: 56%;
  }
}
@media screen and (min-width: 1161px) {
  .p-top-association__block__text {
    width: 51%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-association__block__img {
    aspect-ratio: 671/861;
    width: 62.9%;
    position: absolute;
    top: 5.56%;
    right: -10.31%;
  }
}
.p-top-association__block__img img {
  margin-left: calc(-4.2666666667% - 40px);
  height: auto;
  width: 398px;
}

@media screen and (min-width: 768px) {
  .p-top-association__block__img img {
    margin-left: 8%;
    width: 80%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-association__block__img img {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1161px) {
  .p-top-association__block__img img {
    margin-top: 24px;
  }
}
.p-top-association .c-section__title {
  padding-left: 8.5333333333%;
}

/* ------------------------------
* Schedule
------------------------------ */
.p-top-schedule {
  background-image: url("../img/m-bg-schedule.jpg");
  background-size: 200px;
  background-repeat: repeat;
  border-top-left-radius: 48px;
  margin-top: -128px;
  padding-top: 96px;
  padding-bottom: 210px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1161px) {
  .p-top-schedule {
    border-top-left-radius: 120px;
    background-image: url("../img/d-bg-schedule.jpg");
    margin-top: -200px;
  }
}
.p-top-schedule__inner {
  padding: 0 8.5333333333% 0;
}

.p-top-schedule .c-section__title-en {
  color: #87DDE9;
}

.p-top-schedule__subtext {
  color: #252F4A;
  font-weight: 500;
  font-size: min(3.7333333333vw, 16px);
  line-height: 200%;
}

@media screen and (min-width: 1024px) {
  .p-top-schedule__subtext {
    -ms-flex-item-align: end;
    align-self: end;
  }
}
.p-top-schedule .l-columns {
  gap: 40px;
}

.p-top-schedule__calendar {
  margin-top: 56px;
}

@media screen and (min-width: 1024px) {
  .p-top-schedule__calendar {
    margin: 80px auto 0;
    width: 86.616399623%;
  }
}
.p-top-schedule__calendar__item {
  aspect-ratio: 2/3;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-top-schedule__calendar__item {
    aspect-ratio: 4/3;
  }
}
.p-top-schedule__calendar__comment {
  color: #252F4A;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}

/* ------------------------------
* SNS
------------------------------ */
.p-top-sns {
  background-image: url("../img/m-bg-sns.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 48px;
  margin-top: -128px;
  padding-top: 96px;
  padding-bottom: 210px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1161px) {
  .p-top-sns {
    border-top-left-radius: 120px;
    background-image: url("../img/d-bg-sns.jpg");
    margin-top: -136px;
    padding-top: 120px;
    padding-bottom: 328px;
  }
}
.p-top-sns__link {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (hover: hover) {
  .p-top-sns__link:hover {
    opacity: 0.5;
  }
}
.p-top-sns__link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.p-top-sns__link__inner__img__wrap {
  position: relative;
}

.p-top-sns__link__inner__img__wrap::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  content: "";
  display: block;
  height: 72px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 92px;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 46px);
}

@media screen and (min-width: 1024px) {
  .p-top-sns__link__inner__img__wrap::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.p-top-sns__link__inner__img {
  border-radius: 24px;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-sns__link__inner__img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-sns__link__inner__img {
    border-radius: 24px;
  }
}
.p-top-sns__link__inner .p-top-sns__link__inner__text {
  color: #252F4A;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 140%;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-sns__link__inner .p-top-sns__link__inner__text {
    font-size: 0.875rem;
  }
}
.p-top-sns__link__inner .p-top-sns__link__inner__text__icon {
  margin-left: 4px;
  vertical-align: baseline;
}

.p-top-sns__link__inner .p-top-sns__link__img__wrap--instagram::after {
  background-image: url("../img/icn-sns_link-instagram.png");
}

.p-top-sns__link__inner .p-top-sns__link__img__wrap--x_twitter::after {
  background-image: url("../img/icn-sns_link-x_twitter.png");
}

.p-top-sns__link__inner .p-top-sns__link__img__wrap--facebook::after {
  background-image: url("../img/icn-sns_link-facebook.png");
}

.p-top-sns .c-section__title {
  padding: 0 8.5333333333% 0;
}

.p-top-sns .c-section__title-en {
  color: #87DDE9;
}

.p-top-sns .c-box {
  margin: 56px auto 0;
  padding: 12.8% 8.5333333333%;
  width: 91.2%;
}

@media screen and (min-width: 768px) {
  .p-top-sns .c-box {
    padding: 64px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-sns .c-box {
    width: 86.616399623%;
  }
}
@media screen and (min-width: 1161px) {
  .p-top-sns .c-box {
    padding: 104px 80px 96px;
  }
}
.p-top-sns .l-columns {
  gap: 48px;
}

@media screen and (min-width: 768px) {
  .p-top-sns .l-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.l-page_header {
  padding-left: 2.7777777778%;
}

.l-page_header__inner {
  aspect-ratio: 5/4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/m-bg-page_header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-page_header__inner {
    background-image: url("../img/d-bg-page_header.jpg");
    aspect-ratio: 80/23;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-page_header__inner {
    border-bottom-left-radius: 120px;
  }
}
.l-page_header .c-section__title {
  text-align: center;
}

.l-page_header .c-section__title-ja {
  margin-top: 16px;
}

/* ------------------------------
* プラポリ用SCSS
------------------------------ */
.p-privacy__inner {
  padding: 0 8.5333333333% 96px;
}

.p-privacy__inner__message {
  color: #252F4A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .p-privacy__inner__message {
    font-size: 1.125rem;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .p-privacy__inner {
    padding: 0 19.7222222222% 120px;
  }
}
.p-privacy__inner .c-heading {
  font-family: "Noto Sans JP", sans-serif;
}