@charset "UTF-8";
/* ==============================

目次

============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! 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 */
  -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: 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 */
}

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

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

/**
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
  color: inherit;
}

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

/* Add Coco-jet Custom
============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==============================

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif !important;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

.text-link-dotted {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  -webkit-text-decoration-style: dotted;
}

.text-link-dotted:hover {
  opacity: 0.4;
}

a,
a:focus,
*:focus {
  outline: none;
}

/* ==============================
自動ナビ用（固定ヘッダー分ずらす）
============================== */
section.js-section {
  scroll-margin-top: 72px;
}

@media screen and (min-width: 768px) {
  section.js-section {
    scroll-margin-top: 96px;
  }
}

/* common */
:root {
  /* --- カラー設定 --- */
  --black: #000;
  --white: #fff;
  --light-gray: #F1F1F1;
  --line-green: #06C755;
  --instagram-pink: #E1306C;
  --t-black: rgba(000, 000, 000, .3);

  /* --- 役割ごとの色 --- */
  --main-color: var(--black);
  --sub-color: var(--light-gray);
  --title-color: var(--black);
  --sub-title-color: var(--light-gray);

  /* --- 背景色バリエーション --- */
  --bg-surface-0: var(--black);
  --bg-surface-1: var(--light-gray);
  --bg-surface-2: color-mix(in srgb, var(--black) 20%, #fff);
  --bg-surface-3: var(--light-gray);

  /* --- 装飾用（薄い色など） --- */
  --bg-deco: color-mix(in srgb, var(--black) 90%, transparent);
  --bg-deco-soft: #F1F1F1;

  /* --- 共通余白（レスポンシブファースト） --- */
  --sec-space: 72px; /* スマホ */
}

@media (min-width: 768px) {
  :root {
    --sec-space: 96px; /* PC */
  }
}

/* ==============================
 * 余白クラス
 * ============================== */

.u-sec-top {
  padding-top: var(--sec-space) !important;
  padding-bottom: var(--sec-space) !important;
  margin-top: var(--sec-space) !important;
}

.u-p-sec {
  padding-top: var(--sec-space) !important;
  padding-bottom: var(--sec-space) !important;
}

.u-m-sec {
  margin-top: var(--sec-space) !important;
}

/* ==============================
 * 背景色・装飾
 * ============================== */
.bg-surface-0 { background: var(--bg-surface-0); }
.bg-surface-1 { background: var(--bg-surface-1); }
.bg-surface-2 { background: var(--bg-surface-2); }
.bg-deco { background: var(--bg-deco); }
.bg-deco--left, .bg-deco--right { background: var(--bg-deco-soft); }
.cta-action--line a { background: var(--line-green); }
.cta-action--instagram a { background: var(--instagram-pink); }


/* ==============================
背景装飾（共通）
============================== */

.bg-deco {
  position: absolute;
  bottom: 0;
  width: 66.5%;
  z-index: -1;
}

.bg-deco--right {
  position: absolute;
  right: 0;
  height: 100%;
}

.bg-deco--left {
  position: absolute;
  left: 0;
  height: 100%;
}

.text-primary {
  color: var(--main-color);
  margin: 0;
}

@media screen and (min-width: 768px) {
  .bg-surface-1 {
    bottom: 0;
  }

  .bg-deco--right {
    width: 66.5%;
  }

  .bg-deco--left {
    width: 66.5%;
  }

#about .bg-deco--left {
    height: 80% !important;
}

   #reason .bg-deco--left {
    height: 81%;
}

}

/* ==============================
h2
============================== */
.h2_title .h2_en {
  text-align: center;
  font-size: 56px;
  display: block;
  color: var(--t-black);
  line-height: 1;
  font-weight: 300;
  margin: 0;
}

.h2_title .h2_ja {
  text-align: center;
  line-height: 1;
  position: relative;
  margin: 16px 0 0;
  font-size: 30px;
  color: var(--main-color);
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(255, 255, 255, 0.36);
}

.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

p:last-child {
  margin-bottom: 0;
}

.u-bold {
  font-weight: 700;
}

.u-small {
  font-size: 14px;
}

.u-gray {
  color: #999;
}

.opacity {
  text-decoration: underline;
  transition: opacity 0.4s ease-in;
}

.opacity:hover {
  opacity: 0.4;
}

.sp_br {
  display: block;
}

@media screen and (min-width: 768px) {
  .h2_title .h2_en {
    font-size: 72px;
  }

  .sp_br {
    display: none;
  }
}

/* ==============================
arrow
============================== */
.callout__triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: var(--sub-color) transparent transparent transparent;
  transform: rotate(0deg);
  margin: 0 auto;
}

/* ==============================
check-mark
============================== */
.checklist__item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 18px;
  border-right: 6px solid var(--main-color);
  border-bottom: 6px solid var(--main-color);
  transform: rotate(45deg);
}

.section-checklist_2 .checklist__item::after,
.section-checklist_3 .checklist__item::after {
  border-right: 6px solid var(--sub-color);
  border-bottom: 6px solid var(--sub-color);
}

@media screen and (min-width: 768px) {
  .checklist__item::after {
    top: 12px;
  }
}

/* ==============================
Block
============================== */
.wrapper {
  overflow: hidden;
}

/* ==============================

header

============================== */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.headerContainer {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerLogo {
  position: relative;
  margin: 0;
  z-index: 2;
  margin-left: 20px;
}

.headerLogo span {
  display: block;
}

span.headerLogo_main {
    font-size: 28px;
    padding-left: 8px;
    position: relative;
    top: -4px;
}

span.headerLogo_sub {
    font-size: 13px;
}

.headerLogo a {
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  display: flex;
  align-items: center;
}

.headerLogo img {
  height: 50px;
  width: auto;
}

.headerNav_items {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  z-index: 0;
  padding-top: 72px;
  background: var(--bg-surface-0);
  transition: opacity 0.5s ease, visibility 0.5s ease;

  opacity: 0;
  visibility: hidden;
}

.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 20;
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 8px 0 8px 36px;
  color: var(--white);
  font-weight: 600;
  border-bottom: 1px solid rgba(239, 233, 144, 0.2);
}

.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 24px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
  z-index: 30;
}

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}

.headerNav_buttonLine.-close:before {
  opacity: 0;
}

.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

@media screen and (min-width: 768px) {
  .headerContainer {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .headerLogo {
    margin-left: 0;
  }

  .headerLogo span {
    display: block;
  }

  span.headerLogo_main {
    font-size: 42px;
    padding-left: 8px;
    position: relative;
    top: -4px;
}

span.headerLogo_sub {
    font-size: 18px;
}

  .headerNav_items {
    position: relative;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .headerNav_item {
    border-top: none;
  }

  .headerNav_item a:hover {
    opacity: 0.7;
  }

  .headerNav_item a {
    padding: 0.2em 1em 0.2em 0.8em;
    font-size: 12px;
    border-bottom: none;
  }

  .headerNav_item a::before {
    content: none;
  }

  .headerNav_button {
    display: none;
  }
}


/* ==============================

Hero

============================== */
.hero {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero .hero_main img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0;
  }
}

@media screen and (min-width: 768px) {
  .hero_slider {
    padding-top: 72px;
  }
}

.hero_slider_item {
  width: 100%;
  height: 100vh;
}


.hero_slider_item.-slide01 {
  background: url(../img/hero/hero_img_01_sp.webp) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {
  .hero_slider_item.-slide01 {
    background: url(../img/hero/hero_img_01.webp) no-repeat top center / cover;
  }
}

.hero_container {
  position: absolute;
  top: 10%;
  left: 12px;
  width: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
.hero_container {
    top: 16%;
    left: 50px;
}
}

@media screen and (min-width: 768px) {
  .br-on {
    display: none;
  }
}

.hero_title, .hero_desc {
    color: #fff;
    font-size: 22px;
    paint-order: stroke;
    letter-spacing: 0.15rem;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 1));
    line-height: 1.55em;
}

.hero_desc_sub {
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 1));
}

@media screen and (min-width: 768px) {
.hero_title {
    font-size: 37px;
    margin: 0;
    line-height: 1.5em;
}

.hero_desc_sub {
    font-size: 24px;
}

  .b_ht {
    font-size: 56px;
    margin-top: 16px;
  }
}

.h1_sub {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 1));
}

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

.text-right {
  text-align: right;
}

.about_logo {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.desc_sp {
    display: block;
    font-size: 14px;
}

  .desc_pc {
    display: none;
  }

.hero_btn {
    font-size: 20px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

.hero_btn a {
  display: block;
  width:100%;
  height:100%;
  text-align: center;
  color: #fff;
  background: var(--black);
  border: 1px solid var(--black);
  transition: transform 0.3s ease;
  margin: 0 auto;
}

.hero_btn.opacity:hover {
  opacity: 1;
}

.hero_btn a:hover {
  transform: translateY(-3px);
}


@media screen and (min-width: 768px) {
  .h1_sub {
    font-size: 42px;
    margin-top: 16px;
  }

  .s_ht {
    font-size: 28px;
  }

  .desc_sp {
    display: none;
  }

  .desc_pc {
    display: block;
  }
}



/* ==============================

menu

============================== */
#menu {
  position: relative;
  background-color: var(--black);
  color: var(--white);
}

#menu .menu_block {
  width: fit-content;
  margin: 0 auto;
  padding: 64px 0;
  font-size: 14px;
}

#menu .menu_block h2 {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 24px;
}

#menu .menu_block h2::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/menu_icon.webp) no-repeat center center / contain;
  position: absolute;
  top: 2px;
  left: -24px;
  z-index: 10;
}

#menu .menu_block .ol_menu {
  line-height: 1;
  font-weight: 600;
  counter-reset: menuitem;
}

#menu .menu_block .ol_menu li {
  position: relative;
  margin: 16px 0 0;
  color: var(--white);
  counter-increment: menuitem;
}

#menu .menu_block .ol_menu li::before {
  content: counter(menuitem);
  position: absolute;
  left: -24px;
}

#menu .menu_block .ol_menu li a {
  color: var(--white);
  text-decoration: none;
}

/* ==============================
section-checklist
============================== */
.block-content {
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.checklist-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.section-checklist_2 {
  background: var(--bg-surface-2);
}

.section-checklist_3 {
  background: var(--bg-surface-2);
}

@media screen and (min-width: 768px) {
  .checklist-wrap {
    margin: 0 auto;
  }
}

.checklist-inner {
  position: relative;
  margin: 56px auto 0;
  display: block;
  max-width: 720px;
}

.checklist-inner h3 {
  font-size: 24px;
}

/* チェックリスト */
.checklist {

  text-align: left;
  display: inline-block;
  margin: 0;
}

.checklist__item {
  padding: 0 0 0 23px;
  color: #333;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

@media screen and (min-width: 768px) {
  .checklist__item {
    font-size: 20px;
  }
}

.callout {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .callout {
    margin-top: 56px;
  }
}

.callout__text p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 0 0;
}

.callout__media {
  width: 80px;
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .callout__media {
    width: 120px;
  }
}

/* ==============================

section-media-text

============================== */
.section-media-text {
  position: relative;
  z-index: 0;
}

.block-text {
  font-weight: 600;
  max-width: 625px;
  margin: 40px auto;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 20px;
}

.media-set {
  position: relative;
  margin-top: 80px;
}

.media-bg--circle {
  position: absolute;
  top: 130px;
  right: 38px;
  height: 1131.2px;
  width: 1131.2px;
  z-index: -2;
  border-radius: 50%;
  border: solid 80px var(--bg-surface-2);
}

.section-media-stack .media-stack__list>.media-row:nth-child(even) .media-figure {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}

#about .bg-deco--left {
    height: 82%;
}

#experience.section-card-grid .bg-sub {
    height: 95%;
}

.media-item {
  width: 80%;
}

.section-media-text .media-list .media-item:nth-child(2) {
  margin-left: auto;
}

.media-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

#facilities {
    margin-bottom: 72px !important;
}

@media screen and (min-width: 768px) {
  .section-media-text .h2_en {
    margin: 0;
  }

  .media-bg--circle {
    top: 900px;
    right: 50%;
    top: 165px;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(odd) .media-figure {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }

  .block-text {
    padding: 0;
    margin: 40px auto 0;
  }

  .media-item {
    width: 50%;
  }

  .media-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 80px;
    margin: 0;
  }

  #facilities .bg-deco--left {
    height: 82%;
}
#facilities {
    margin-bottom: 96px !important;
}
#experience.section-card-grid .bg-sub {
    height: 87%;
}
}

/* ==============================

section-card-grid

============================== */
.section-card-grid {
  position: relative;
}

.card-grid-inner {
  max-width: 1200px;
    position: relative;
    margin: 72px auto 0;
    padding: 0 20px;
}

.section-card-grid .card-grid {
  counter-reset: card;
  margin: 0 auto;
}

.section-card-grid .bg-sub {
    position: absolute;
    bottom: 0;
    width: 75%;
    z-index: -1;
    height: 87%;
}

.section-card-grid_6 .bg-deco--left {
  height: 95.5%;
}

.section-card-grid_6 .reasonsy h3 {
  color: var(--main-color);
  font-size: 24px;
}

.usage-col li {
  list-style: disc;
  position: relative;
  left: 27px;
}

.media-body p.facilities_desc {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .section-card-grid .card-grid {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 24px;
    align-items: start;
    margin-top: 192px;
}

#reason ul.card-grid {
    margin: 0;
}

  .section-card-grid_2 {
    margin-bottom: 0;
  }
}

/* ==============================
section-card-grid（テンプレ用）
- カード番号: CSSカウンターで自動生成
- 段差: nth-childで自動（必要なければ消せる）
============================== */
.section-card-grid .card-grid__item {
  counter-increment: card;
  position: relative;
  max-width: 640px;
  margin: 0 auto 32px;
}

.section-card-grid .card-grid__item:last-child {
  margin: 0 auto;
}

.card-index {
  display: inline-flex;
  align-items: baseline;
}

.card-index::before {
  content: "Point";
  font-size: 22px;
  font-weight: 600;
  margin-right: 4px;
  color: var(--main-color);
}

.section-card-grid_2 .card-index::before {
  content: "Point";
}

.section-card-grid_2 .card-index::before{
  content: "Point";
}

.section-card-grid_3 .card-index::before {
  content: "Reason";
}

.section-card-grid_4 .card-index::before {
  content: "";
}

.section-card-grid_5 .card-index::before {
  content: "";
}

.card-index::after {
  content: counter(card, decimal-leading-zero);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}

.section-card-grid_4 .card-index::after,
.section-card-grid_5 .card-index::after {
  content: counter(card, decimal) ".";
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}

.section-card-grid .card-media {
  width: 100%;
  overflow: hidden;
}

.section-card-grid .card-media img {
  display: block;
  width: 100%;
  height: auto;
}

.card-title {
  color: var(--main-color);
  margin-bottom: 0;
}

h4.card-subtitle {
    font-size: 16px;
    margin: 0;
}

.card-text {
  margin: 8px 0 0 0;
  line-height: 1.75;
}

.reasonsy {
  max-width: 650px;
  margin: 40px auto 0;
}

.reasonsy h4 {
  font-size: 20px;
}

.card-grid .text-primary {
  font-size: 22px;
  font-weight: bold;
}

.section-card-grid_6 .text-primary {
  color: var(--sub-color);
  margin: 0;
}

.section-card-grid_6 .reasonsy p {
  margin: 0 0 20px 32px;
}


@media screen and (min-width: 768px) {
  .reasonsy {
    margin: 0 auto;
  }

  .section-card-grid_6 .bg-deco--right {
    height: 100%;
    width: 70%;
  }

  .section-card-grid .card-grid__item {
    margin: 0;
  }

  .card-title {
    font-size: 20px;
}
h4.card-subtitle {
    font-size: 18px;
}
}

/* ==============================
section-quote-grid
============================== */
.section-quote-grid .quote-grid {
  width: 100%;
  margin: 40px auto 0;
  display: grid;
  gap: 24px;
  padding: 0 20px;
}

.section-quote-grid .quote-card {
  background: #fff;
  padding: 16px;
  font-weight: 600;
  border-radius: 10px;
}

.section-quote-grid .quote-card p {
  margin: 0 0 12px;
  color: var(--black);
}

.section-quote-grid .quote-card img {
  display: block;
  margin-left: auto;
  width: 65px;
}

@media screen and (min-width: 768px) {
  .section-quote-grid .quote-grid {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 56px auto 0;
  }

  .section-quote-grid .quote-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* ==============================
section-cta-media
============================== */
.section-cta-media .cta-media {
  width: 100%;
  position: relative;
  margin-top: 72px;
}

.section-cta-media .cta-media__wrap {
  position: relative;
}

.section-cta-media .cta-media__inner {
  padding: 72px 20px;
  width: 100%;
  margin: 0 auto;
}

.section-cta-media .cta-media__body {
  text-align: center;
  margin-top: 40px;
}

.section-cta-media .cta-media__body p {
  font-weight: 600;
  text-align: center;
  margin: 0 0 26px 0;
  line-height: 1.5;
}

.apply_txt {
  font-size: 22px;
}

.text-catch {
  font-size: 28px;
}

.text-price {
  font-size: 36px;
}

.text-primary.text-price {
  font-size: 34px;
}

@media screen and (min-width: 768px) {
  .section-cta-media .cta-media {
    margin-top: 96px;
  }

  .section-cta-media .cta-media__inner {
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    padding: 96px 0;
  }

  .cta_price {
    font-size: 19px;
  }

  .section-cta-media .cta-media__body {
    margin: 0;
  }
}

/* ==============================
CTAボタン群
============================== */

/* 共通 */
.section-cta-media .cta-actions {
  gap: 16px;
  justify-content: center;
  display: flex;
  flex-direction: column-reverse;
}

.section-cta-media .cta-action {
  border-radius: 6px;
  transition: opacity 0.4s ease;
}

.section-cta-media .cta-action:hover {
  opacity: .7;
}

.section-cta-media .cta-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}

/* CTA色（modifier） */
.section-cta-media .cta-action--mail a {
  background: var(--black);
}

.section-cta-media .cta-action--line a {
  background: var(--line-green);
}

.section-cta-media .cta-action--instagram a {
  background: var(--instagram-pink);
}

@media screen and (min-width: 768px) {
  .section-cta-media .cta-actions {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
}

/* ==============================
CTA アイコン（擬似要素・横並び）
============================== */

.section-cta-media .cta-action a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* アイコン差し替えだけ個別 */
.section-cta-media .cta-action--mail a::before {
  background-image: url(../img/footer/mail.webp);
}

.section-cta-media .cta-action--line a::before {
  background-image: url(../img/footer/line.webp);
}

.section-cta-media .cta-action--instagram a::before {
  background-image: url(../img/footer/Instagram_icon.webp);
}

@media screen and (min-width: 768px) {
  .section-cta-media .cta-action a::before {
    width: 20px;
    height: 20px;
  }
}

/* ==============================
section-media-stack
============================== */
.section-media-stack {
  position: relative;
}

.media-stack__list {
  width: 100%;
  padding: 0 20px;
}

.media-body {
  margin-top: 40px;
}

.media-body p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
}

.media-sub-title {
  font-size: 20px;
  margin: 8px 0 0;
  color: var(--main-color);
}

.media-row {
  padding-top: 40px;
}

.media-figure:nth-child(odd) {
  align-self: flex-start;
  margin-left: -20px;
}

.media-figure:nth-child(even) {
  align-self: flex-end;
  margin-left: 20px;
  margin-right: -20px;
}

.media-title {
  line-height: 1;
  margin: 0;
  display: inline-block;
  color: var(--black);
  font-size: 18px;
}

.media-title .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
}

@media screen and (min-width: 768px) {
  .media-stack {
    margin-top: 96px;
  }

  .media-stack__list {
    max-width: 1200px;
    margin: 0 auto;
  }

  .media-stack .bg-deco--right {
    position: absolute;
    right: 0;
    height: 69%;
  }

  .media-title {
    margin-bottom: 24px;
    font-size: 20px;
}

  .media-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding-top: 56px;
  }

  .media-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(even) .media-figure {
    margin-right: 0;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(odd) .media-figure {
    margin-left: 0;
    margin-right: 0;
  }

  .media-figure {
    width: 675px;
  }

  .media-body {
    width: 540px;
    background: none;
    margin: auto;
    padding: 0;
  }

  .media-title {
  font-size: 24px;
}
}

/* ==============================
（FAQ/アコーディオン）
============================== */

.section-accordion .accordion-list {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
}

.section-accordion .accordion {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}

.section-accordion .accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.section-accordion .accordion_label {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.6em 3.8em 0.8em 3.8em;
  font-weight: 600;
  cursor: pointer;
  background: var(--t-black);
}

.section-accordion .accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: var(--black);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px #ECF4FC;
  z-index: 3;
}

.section-accordion .accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #131313;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease;
  opacity: 0;
}

/* 開いたとき */
.section-accordion .accordion_input:checked~.accordion_body {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.section-accordion .accordion_bodyInner {
  position: relative;
  padding: 0.6em 3.8em 0.8em;
  background: var(--bg-surface-1);
}

.section-accordion .accordion_bodyInner::before {
  position: absolute;
  content: "A";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  color: var(--black);
  background: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.section-accordion .accordion_bodyInner p {
  margin: 0 0 1em;
}

.section-accordion .accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* + アイコン */
.section-accordion .accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.section-accordion .accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(135deg);
}

/* もっと見るボタン（id依存をやめる） */
.section-accordion .accordion-more {
  display: block;
  margin: 32px auto 0;
  padding: 12px 32px;
  background: var(--t-black);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: .4s;
}

.section-accordion .accordion-more:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .section-accordion .accordion {
    padding: 0;
  }

  .section-accordion .accordion-list {
    max-width: 640px;
    margin: 56px auto 0;
  }
}

/* ==============================
NEWS
============================== */
.news__text {
  font-weight: bold;
  text-align: center;
}

.social-link {
  text-align: center;
  margin-top: 32px;
}

/* SNSリンク（テンプレ用） */
.social-link__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* アイコン枠 */
.social-link__icon {
  width: 20px;
  height: 20px;
  background: no-repeat center / contain;
}

/* 種類ごとの背景色 */
.social-link__button[data-social="instagram"] {
  background: var(--sub-color);
}

.social-link__button[data-social="line"] {
  background: var(--line-green);
}

.social-link__button[data-social="mail"] {
  background: var(--black);
}

/* 種類ごとのアイコン */
.social-link__button[data-social="instagram"] .social-link__icon {
  background-image: url(../img/footer/Instagram_icon.webp);
}

@media screen and (min-width: 768px) {
  .insta-block {
    max-width: 1200px;
    margin: 56px auto 0;
  }
}

/* ==============================
Slider
============================== */
.section-photo {
  position: relative;
  background-color: #000;
}

.section-photo .h2_title .h2_en{
  color: #666;
}

.section-photo .h2_title .h2_ja {
  color: #fff;
}

.slide {
  margin: 0 0 8px 0;
}

.mood__swiper {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .mood__swiper {
    margin: 56px auto 0;
    padding: 0;
  }
}


/* ==============================
section-inquiry
============================== */
.section-inquiry {
  position: relative;
}

/* ==============================
section-price-table
============================== */
.price-table-wrapper {
    margin: 20px auto 0;
    max-width: 900px;
    padding: 0 20px;
}

.section-price-table {
  background: var(--bg-surface-2);
}

.price-table-note {
  max-width: 500px;
  margin: 0 auto;
  font-weight: bold;
}

.price-table-title {
  color: var(--main-color);
  /* ターコイズブルー系 */
  margin-bottom: 10px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  /* 枠線を1本にする */
  border: 2px solid var(--main-color);
  text-align: center;
}

.price-table th,
.price-table td {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 12px 5px;
}

/* 背景色のバリエーション */
.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #80deea;
}

.bg-medium-blue {
  background-color: #8EDBE5;
  color: #fff !important;
}

.bg-orange {
  background-color: #FFBC8A;
  color: #fff !important;
}

.bg-gray {
  background-color: #eeeeee;
  color: #999;
}

/* 数字の強調 */
.price-num {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 2px;
}

/* ==============================
section-notice-list
============================== */
.usage-grid h4 {
  margin: 0;
}

.section-notice-list {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
}

.section-notice-list .text-primary {
    font-weight: bold;
    padding: 0 20px;
}

.usage-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 40px auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .usage-grid {
  max-width: 900px;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin: 56px auto;
}
}

/* ==============================

section-accordion

============================== */
.accordion {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}

.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  transition: max-height 0.35s;
  background: var(--bg-surface-2);
  opacity: 1;
}

.accordion:nth-child(1) .accordion_input:checked~.accordion_body {
  max-height: 0em;
}

.accordion:nth-child(1) .accordion_input[type=checkbox]+label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(135deg);
}

.accordion:nth-child(1) .accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(0deg);
}

.accordion:last-child {
  margin: 0 auto;
}

.accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* :checked */
.accordion_input:checked~.accordion_body {
  max-height: 22em;
}

.accordion_bodyInner p {
  margin: 0 0 1em;
}

.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
}

.accordion_input[type=checkbox]+label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .accordion {
    padding: 0;
  }
}

/* ==============================
section-info-list
============================== */
.section-info-list {
  background: url("../img/footer/footer.bg.webp")no-repeat center center / cover;
}

.section-info-list .info-list {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
}

.info-list__desc {
  margin-left: 0;
}

.info-list__item {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 18px;
}

.info-list__term {
  font-weight: 600;
}

#info .block-text {
    text-align: justify;
text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {
  .section-info-list .info-list {
    max-width: 860px;
    margin: 56px auto 0;
  }

  .info-list__item {
    border-bottom: none;
  }

  .section-info-list .info-list__item {
    display: flex;
    gap: 24px;
    border: none;
    margin: 0;
  }

  .section-info-list .info-list__term,
  .section-info-list .info-list__desc {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    border: none !important;
  }

.section-info-list .info-list__term {
    width: 210px;
    flex: 0 0 210px;
    font-weight: 700;
}

  .section-info-list .info-list__desc {
    flex: 1 1 auto;
    line-height: 1.8;
  }

  .section-info-list .info-list__term::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000;
  }

  .section-info-list .info-list__desc::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #000;
  }
  #info .block-text {
    text-align: center;
}
}

/* ==============================

Footer

============================== */
.footer {
  position: relative;
  padding: 96px 0;
  font-size: 16px;
  font-weight: 600;
  z-index: 0;
}

.footer ol {
  margin: 0 auto;
  width: fit-content;
}

.google-map iframe {
  vertical-align: bottom;
}

.footer ol li {
  line-height: 2;
}

.footer ol li a {
  color: var(--white);
}

.footer .footer_logo {
  width: 240px;
  margin: 48px auto;
}

.footer .info_name {
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  margin: 32px 0 0;
  text-align: center;
}

.footer_page_top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  background: var(--main-color);
}


/* ==============================
Animation
============================== */
.js-fade-in {
  opacity: 0;
}

.js-fade-in.is-active {
  animation: js-fade-in 1s ease forwards;
}

@keyframes js-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.u-blur-in {
  transform: translateY(10px);
  filter: blur(30px);
}

.u-blur-in.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
  transform: translateY(60px);
}

.u-fade-in.is-active {
  animation: none;
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
  opacity: 1;
  transform: translateY(0);
}

.u-fade-in-right,
.u-fade-inRight {
  opacity: 0;
  transform: translateX(60px);
}

.u-fade-in-right.is-active,
.u-fade-inRight.is-active {
  animation: none;
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
  opacity: 1;
  transform: translateX(0);
}

.u-fade-in-left,
.u-fade-inLeft {
  opacity: 0;
  transform: translateX(-60px);
}

.u-fade-in-left.is-active,
.u-fade-inLeft.is-active {
  animation: none;
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
  opacity: 1;
  transform: translateX(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade_in_right {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade_in_left {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* text */
.u-underline {
  display: inline;
  background-image: linear-gradient(to right, #ff824d80 100%, transparent 50%);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 0% 0.5em;
  transition: background-size 0.8s ease-out;
  transition-delay: 0.5s;
  padding-bottom: 6px;
}

.u-underline.is-active {
  background-size: 100% 0.5em;
}

.u-underline_2 {
  position: relative;
  display: inline;
}

.u-underline_2::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0;
  height: 0.6em;
  background: var(--main-color);
  opacity: 0.6;
}

.u-underline_2.is-active {
  animation: js-fade-in 0s ease forwards;
}

.u-underline_2.is-active::before {
  animation: under_line 0.6s 1s ease forwards;
}

.u-slide_in {
  position: relative;
}

.u-slide_in::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #fff;
}

.u-slide_in.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

.u-slide_in_left {
  position: relative;
}

.u-slide_in_left::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 0% 0;
  height: 100%;
  background-color: #fff;
}

.u-slide_in_left.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fade_up {
  transform: translateY(50px);
  opacity: 0;
}

.u-fade_up.is-active {
  animation: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(0);
  opacity: 1;
}

/* .is-active .u-fade_up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
} */

.is-active .u-fade_up:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fade_up:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fade_up:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fade_up:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fade_up:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}
