/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_mv__wave01 {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
}
.c_mv__wave01 .c_wave {
  flex-shrink: 0;
  position: relative;
}
.c_mv__wave01::after {
  background-color: #f8faff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.c_interview__item__info {
  font-size: 0.8125rem;
}

.c_breadcrumb__item > a,
.c_breadcrumb__item > span, body {
  font-size: 0.9375rem;
}

.c_modal__youtube__close .c_btn02, .c_interview__item__desc, .c_according__head, .c_mv__lead {
  font-size: 1.0625rem;
}

.p_thanks__ttl, .c_btn02, .c_gnav__entry__item {
  font-size: 1.125rem;
}

.c_entry__item, .c_btn01__txt, .c_ttl02__en, .c_ttl02__jp, .c_ttl32 {
  font-size: 1.25rem;
}

.c_faq__question::before, .c_faq__answer::before {
  font-size: 1.5rem;
}

.c_mv__ttl__jp {
  font-size: 1.5625rem;
}

.c_entry__ttl__jp, .c_ttl01__jp {
  font-size: 1.5625rem;
}

.c_mv__ttl__en {
  font-size: 3.125rem;
}

.c_entry__ttl__en {
  font-size: 3.75rem;
}

.c_ttl01__en {
  font-size: 3.75rem;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 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 */
  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] {
  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: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 90px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.no_scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.no_scrollbar::-webkit-scrollbar {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

:has(.p_entry__form) .grecaptcha-badge {
  display: block !important;
  bottom: 100px !important;
}

html.lenis-stopped #wrapper {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c_header {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c_gnav {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c_modal {
  padding-right: var(--fixed-right);
}

body {
  line-height: 2;
  font-weight: 500;
  color: #4F646F;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F8FAFF;
}

#wrapper {
  overflow: clip;
}

#main {
  position: relative;
}

.full {
  width: 100%;
}

:where(img:not([src$=".svg"])) {
  width: 100%;
}

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

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

.js_according {
  cursor: pointer;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeUpright,
.fadeUpleft,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeUpright {
  transform-origin: top right;
  animation-name: ani_uptopright;
}

.fadeUpleft {
  transform-origin: top left;
  animation-name: ani_uptopleft;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

.waveUp {
  animation-name: ani_waveup;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_uptopright {
  0% {
    transform: translateY(50px) rotate(-25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_uptopleft {
  0% {
    transform: translateY(50px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_waveup {
  0% {
    background-position-x: 50%;
    background-position-y: -90%;
    opacity: 0;
  }
  25% {
    background-position-x: 100%;
    opacity: 1;
  }
  50% {
    background-position-x: 50%;
  }
  70% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 20%;
  }
}
.h_zoom {
  opacity: 1;
  cursor: pointer;
}
.h_zoom__img {
  overflow: clip;
  position: relative;
  z-index: 1;
}
.h_zoom__img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.c_header.is_fixed:not(:has(.c_header__hamburger.is_open)) .c_header__inner::after {
  opacity: 1;
}
.c_header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 15px 10px;
  padding-block: 10px;
  gap: 20px;
}
.c_header__inner::after {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 300px;
  content: "";
  background-color: #F8FAFF;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_header__logo {
  max-width: 265px;
  position: relative;
  z-index: 4;
}
.c_header__entry {
  color: #fff;
  font-weight: 700;
  padding-inline: 10px;
  display: none;
  position: relative;
  z-index: 1;
}
.c_header__entry__txt {
  font-family: "Lato", sans-serif;
  cursor: default;
}
.c_header__entry__inner {
  position: absolute;
  background-color: #00d1a6;
  top: 0;
  left: 0;
  width: 100%;
  overflow: clip;
  border-radius: 30px;
  height: 100%;
  padding-block: 10px;
}
.c_header__entry__inner > * {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.c_header__hamburger {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #00d1a6;
  color: #fff;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 4;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  width: 50px;
}
.c_header__hamburger > * {
  position: absolute;
  inset: 0;
  transition: opacity 0.5s ease;
}
.c_header__hamburger__icon {
  z-index: 3;
  background-color: inherit;
  border-radius: inherit;
  background: url(../images/common/icon_hamburger.svg) center/21px 16px no-repeat;
}
.c_header__hamburger__close {
  background: url(../images/common/icon_close.svg) center/21px 21px no-repeat;
  rotate: 45deg;
  opacity: 0;
  z-index: 1;
}
.c_header__hamburger.is_open .c_header__hamburger__icon {
  opacity: 0;
}
.c_header__hamburger.is_open .c_header__hamburger__close {
  opacity: 1;
}

.c_gnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  color: #fff;
  z-index: 3;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  isolation: isolate;
  transition-property: opacity, visibility;
}
.c_gnav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_gnav::after, .c_gnav::before {
  content: "";
  inset: 0;
  position: absolute;
}
.c_gnav::before {
  background-color: #F8FAFF;
}
.c_gnav::after {
  background-image: linear-gradient(to bottom, #69e1a1, #00d1a6);
  mix-blend-mode: multiply;
}
.c_gnav__menu {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: clip;
  padding-inline: 27px;
  position: relative;
  z-index: 2;
  -webkit-mask-image: linear-gradient(to top, #fff 0% calc(100% - 70px), transparent calc(100% - 70px) 100%);
  mask-image: linear-gradient(to top, #fff 0% calc(100% - 70px), transparent calc(100% - 70px) 100%);
}
.c_gnav__inner {
  margin-inline: auto;
  padding-block: 99px 60px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.c_gnav__col {
  display: contents;
}
.c_gnav__ttl {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c_gnav__ttl__en {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
.c_gnav__ttl__jp {
  font-size: 0.875rem;
}
.c_gnav__list {
  margin-top: 30px;
}
.c_gnav__item {
  padding-right: 6px;
}
.c_gnav__item__arrow {
  display: none;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  align-items: center;
}
.c_gnav__item__arrow::after, .c_gnav__item__arrow::before {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: inherit;
  width: 9px;
  background-color: inherit;
  transform-origin: right center;
  transition: transform 0.5s ease;
}
.c_gnav__item__arrow::after {
  transform: rotate(-45deg);
}
.c_gnav__item__arrow::before {
  transform: rotate(45deg);
}
.c_gnav__item__link {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 15px;
}
.c_gnav__item__link::after {
  aspect-ratio: 17/16;
  content: "";
  background: url(../images/common/icon_arrow_wh.svg) center/contain no-repeat;
  width: 15px;
}
.c_gnav__item__link::before {
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: currentColor;
}
.c_gnav__item:not(:first-child) {
  margin-top: 17px;
}
.c_gnav__entry {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.c_gnav__entry__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #00d1a6;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  flex: 200px;
  min-height: 70px;
  border-radius: 20px;
  line-height: 1.5;
}

.c_footer {
  background-color: #4f646f;
  color: #fff;
  position: relative;
  z-index: 0;
  padding-block: 50px;
}
.c_footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.c_footer__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.c_footer__company {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.c_footer__company::after {
  content: "";
  aspect-ratio: 1;
  width: 12px;
  background: url(../images/common/icon_blank.svg) center/contain no-repeat;
}
.c_footer__youtube {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5px;
  padding-inline: 5px;
  font-family: "Lato", sans-serif;
  border: 1px solid currentColor;
  line-height: 1;
  min-height: 30px;
  min-width: 100px;
}
.c_footer__copyright {
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
}

.c_totop {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  pointer-events: none;
  bottom: -25px;
}
.c_totop__btn {
  border: 2px solid transparent;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #69e1a1, #00d1a6);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: sticky;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s;
  transition-property: visibility, opacity;
  opacity: 0;
}
.c_totop__btn.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_totop__btn::after {
  aspect-ratio: 17/16;
  width: 17px;
  transform: rotate(-90deg);
  -webkit-mask: url(../images/common/icon_arrow_wh.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_wh.svg) center/contain no-repeat;
  content: "";
  background-color: #00D1A6;
}

.c_mv {
  position: relative;
  z-index: 0;
  padding-top: 100px;
}
.c_mv__wave01 {
  z-index: 0;
  flex-direction: column-reverse;
  justify-content: flex-end;
  bottom: auto;
}
.c_mv__wave01::after {
  height: 85px;
}
.c_mv__wave02 {
  margin-top: calc(53vw - 100px);
  margin-top: max(53vw - 100px, 100px);
}
.c_mv__wave02::after {
  background-color: #F8FAFF;
  content: "";
  display: block;
  height: 1px;
}
.c_mv__wave02 .c_wave {
  top: 1px;
}
.c_mv__wave03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c_mv__wave03 .c_wave {
  aspect-ratio: 1600/1120;
}
.c_mv__wave03::before {
  display: block;
  content: "";
  height: 50px;
  background-color: #E8F1FF;
  width: 100%;
}
.c_mv__ttl {
  position: relative;
  z-index: 1;
}
.c_mv__ttl__en {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #fff;
  display: block;
}
.c_mv__ttl__jp {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-top: -0.8em;
}
.c_mv__img {
  position: absolute;
  inset: 0;
  z-index: -1;
  top: 80px;
}
.c_mv__lead {
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.c_mv__desc {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding-bottom: 60px;
}
.c_mv__desc a {
  color: #00D1A6;
  text-decoration: underline;
}

.c_ttl01__en {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  display: block;
  width: 100%;
}
.c_ttl01__jp {
  display: block;
  font-weight: 700;
  line-height: 1.4375;
  margin-top: -25px;
}

.c_ttl02 {
  text-align: center;
}
.c_ttl02__en {
  display: block;
  color: #00D1A6;
  font-weight: 600;
  line-height: 1.21875;
  font-family: "Lato", sans-serif;
}
.c_ttl02__jp {
  font-weight: 700;
  display: block;
  line-height: 1.4375;
  margin-top: 10px;
}

.c_ttl32 {
  font-weight: 700;
  line-height: 1.4375;
}

.u_fw_400 {
  font-weight: 400;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_600 {
  font-weight: 600;
}

.u_fw_700 {
  font-weight: 700;
}

.u_inline_block {
  display: inline-block;
}

.u_txt_center {
  text-align: center;
}

.u_txt_right {
  text-align: right;
}

.u_anchor_topright {
  transform-origin: top right;
}

.u_anchor_topleft {
  transform-origin: top left;
}

.c_btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  gap: 15px;
}
.c_btn01__txt {
  line-height: 1.4375;
  font-weight: 700;
  transition: color 0.5s ease;
}
.c_btn01__circle {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00D1A6;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
  width: 45px;
}
.c_btn01__arrow {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.c_btn01__arrow::after, .c_btn01__arrow::before {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  width: 9px;
  background-color: inherit;
  transform-origin: right center;
  transition: transform 0.5s ease;
}
.c_btn01__arrow::after {
  transform: rotate(-45deg);
}
.c_btn01__arrow::before {
  transform: rotate(45deg);
}

.c_btn02 {
  display: inline-block;
  font-weight: 700;
  line-height: 1.3333333333;
}
.c_btn02::after {
  content: "";
  display: block;
  height: 2px;
  background-color: currentColor;
  margin-inline: auto;
  margin-top: 10px;
  transform-origin: center top;
  transition: transform 0.5s ease;
  width: 100%;
}

.c_btn03 {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #E8F1FF;
  padding-block: 10px;
  padding-inline: 30px;
}
.c_btn03 img {
  width: auto;
  max-width: unset;
  height: 40px;
}

.c_btn04 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00D1A6;
  color: #fff;
  border-radius: 50px;
  min-height: 50px;
  min-width: 180px;
  text-align: center;
}

.c_interview {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(max(155px, 29vw), 1fr));
}
.c_interview.is_center {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.c_interview.is_center .c_interview__item {
  width: 100%;
  max-width: 320px;
  flex: 155px;
}
.c_interview__item {
  width: 100%;
}
.c_interview__item__img {
  position: relative;
  z-index: 0;
}
.c_interview__item__img::after {
  content: "";
  aspect-ratio: 320/310;
  position: absolute;
  z-index: -1;
  background: url(../images/top/img_interview_decor.webp) center/cover no-repeat;
  width: 100%;
  top: 0;
  left: 0;
}
.c_interview__item__link {
  display: block;
}
.c_interview__item__content {
  margin-top: 20px;
}
.c_interview__item__desc {
  font-weight: 700;
  line-height: 1.6;
}
.c_interview__item__info {
  font-weight: 700;
  line-height: 1.4285714286;
  color: #00d1a6;
  margin-top: 10px;
}
.c_interview__slider .splide__track {
  overflow: visible;
}
.c_interview__slider .splide__arrows {
  display: flex;
  position: absolute;
  top: 50%;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.c_interview__slider .splide__arrow {
  pointer-events: all;
  height: auto;
  position: static;
  opacity: 1;
  transform: none;
}
.c_interview__slider .splide__arrow--prev {
  transform: rotate(-180deg);
}
.c_interview__slider .c_interview__item {
  width: 260px;
}

.c_according {
  background-color: #fff;
  border-radius: 20px;
  padding-block: 10px;
}
.c_according__head {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: 700;
  min-height: 60px;
  padding-inline: 20px;
}
.c_according__head.is_open .c_according__head__action::after {
  transform: rotate(0deg);
}
.c_according__head__action {
  display: flex;
  position: absolute;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 20px;
  right: 20px;
}
.c_according__head__action::after, .c_according__head__action::before {
  content: "";
  right: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #00D1A6;
  width: 100%;
  position: absolute;
}
.c_according__head__action::after {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}
.c_according__content {
  padding-inline: 20px;
  display: none;
  overflow: clip;
}
.c_according + .c_according {
  margin-top: 20px;
}
.c_tbl__row {
  display: flex;
  border-bottom: 1px solid #e8f1ff;
  padding-bottom: 12px;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.c_tbl__row:not(:first-child) {
  margin-top: 12px;
}
.c_tbl__lead {
  flex-shrink: 0;
  min-width: 130px;
  font-weight: 500;
}
.c_tbl__desc {
  flex: 400px;
  width: 100%;
}

.c_faq__question {
  display: flex;
  line-height: 1.45;
  padding-right: 30px;
  align-items: center;
}
.c_faq__question::before {
  content: "Q";
  color: #00D1A6;
}
.c_faq__question__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c_faq__question, .c_faq__answer {
  gap: 20px;
}
.c_faq__question::before, .c_faq__answer::before {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.c_faq__answer {
  display: flex;
  padding-block: 5px 10px;
  align-items: flex-start;
}
.c_faq__answer::before {
  position: relative;
  content: "A";
  color: #8acc57;
  top: 5px;
}
.c_faq__answer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 28px;
}

.c_list__dots li {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
}
.c_list__dots li::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 0;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #8ACC57;
}
.c_list__dots li:not(:last-child) {
  margin-bottom: 11px;
}

.c_entry {
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
.c_entry__ttl {
  text-align: center;
}
.c_entry__ttl__en {
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: -0.017em;
}
.c_entry__ttl__jp {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.c_entry__list {
  display: grid;
  gap: 20px;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.c_entry__item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-image: linear-gradient(to bottom, #69E1A1, #00D1A6);
  min-height: 90px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  line-height: 1.5;
  padding-inline: 20px;
}
.c_entry__faq {
  text-align: center;
  margin-top: 40px;
}

:has(#modal .is_active) .js_modal {
  pointer-events: none;
}

.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  transition-property: visibility, opacity;
  padding-right: var(--fixed-right);
}
.c_modal.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_modal__bg {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c_modal__youtube {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  pointer-events: none;
}
.c_modal__youtube__video {
  aspect-ratio: 16/9;
  pointer-events: all;
  width: 100%;
  display: none;
}
.c_modal__youtube__video.is_active {
  display: block;
}
.c_modal__youtube__video iframe {
  width: 100%;
  height: 100%;
}
.c_modal__youtube__close {
  position: absolute;
  bottom: 30px;
  color: #fff;
  pointer-events: all;
}
.c_modal__youtube__close .c_btn02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
.c_modal__youtube__close .c_btn02::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  background: url(../images/common/icon_close.svg) center/contain no-repeat;
  transform: rotate(45deg);
}

.c_wave {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  pointer-events: none;
}
.c_wave svg {
  display: block;
  transform-origin: left center;
}
.c_wave:has(svg:nth-child(2)) svg:nth-child(1) {
  display: none;
}
.c_wave svg:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c_wave.js_wave02, .c_wave.js_wave04 {
  aspect-ratio: 1600/593;
}
.c_wave.js_wave03, .c_wave.js_wave05 {
  aspect-ratio: 1600/344;
}
.c_wave.js_wave06 {
  aspect-ratio: 1600/989;
}

.c_wave__ttl {
  display: table;
  margin-inline: auto;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: white;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/common/img_wave_ttl.webp);
  background-repeat: no-repeat;
  background-size: 120% 200%;
  background-position: 50% 30%;
}

.c_gradient__wave {
  position: relative;
  z-index: -1;
  background-image: linear-gradient(to bottom, #69e1a1, #00d1a6);
  margin-top: -20%;
}
.c_gradient__wave01 {
  aspect-ratio: 1600/593;
}
.c_gradient__wave02 {
  aspect-ratio: 1600/344;
  bottom: -1px;
}
.c_gradient__wave + .c_entry {
  background-color: #F8FAFF;
  margin-top: -1px;
}
.c_gradient__wave .js_wave06 {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 180%;
}

.c_board__wh {
  background-color: #fff;
  border-radius: 20px;
  padding-block: 40px;
  padding-inline: 20px;
}
.c_board__content {
  padding-block: 10px 30px;
}
.c_board__more {
  text-align: center;
  margin-top: 30px;
}

.c_slider .splide__slide {
  width: 220px;
}
.c_slider .splide__slide img {
  border-radius: 20px;
}
.c_slider + .c_slider {
  margin-top: 10px;
}

.p_404__main {
  position: relative;
  z-index: 1;
  padding-block: 60px 100px;
  min-height: min(63vh, 100vh - 318px);
}
.p_404__desc {
  display: table;
  margin-inline: auto;
  margin-top: 20px;
}
.p_404__btn {
  margin-top: 40px;
}

.p_thanks__main {
  position: relative;
  z-index: 1;
  padding-block: 60px 100px;
  min-height: min(63vh, 100vh - 318px);
}
.p_thanks__ttl {
  font-weight: 700;
}
.p_thanks__desc {
  margin-top: 20px;
}
.p_thanks__btn {
  margin-top: 40px;
  text-align: center;
}

.c_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #4F646F;
  background-color: #e8f1ff;
  z-index: 99999;
}
.c_cookie_inner {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  gap: 20px;
}
.c_cookie_close a {
  height: 40px;
  display: inline-flex;
  color: inherit;
  width: 100%;
  border: 1px solid currentColor;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.c_cookie_txt a {
  text-decoration: underline;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-image: linear-gradient(to bottom, #69e1a1, #00d1a6);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #F8FAFF;
  border-radius: 50%;
}
.c_loading_body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c_breadcrumb {
  display: inline-block;
  border: 1px solid #4F646F;
  margin-bottom: 20px;
  padding: 7px 40px;
  border-radius: 60px;
}
.c_breadcrumb__item {
  display: inline-block;
}
.c_breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #D0D7DD;
  margin: 0 14px 0 10px;
  position: relative;
  top: 3px;
}
.c_breadcrumb__item:first-child::before {
  display: none;
}
.c_breadcrumb__item > a,
.c_breadcrumb__item > span {
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .c_gnav__block:nth-child(1) {
    order: 1;
  }
  .c_gnav__block:nth-child(2) {
    order: 3;
  }
  .c_gnav__block:nth-child(3) {
    order: 6;
  }
  .c_gnav__block:nth-child(4) {
    order: 2;
  }
  .c_gnav__block:nth-child(5) {
    order: 4;
  }
  .c_gnav__block:nth-child(6) {
    order: 5;
  }
  .c_btn01__txt {
    font-size: 1.125rem;
  }
  .c_list__dots li:not(:last-child) {
    margin-bottom: 3px;
  }
  .c_breadcrumb {
    padding: 1.5vw 5vw;
    margin-bottom: 5vw;
  }
  .c_breadcrumb__item::before {
    height: 5vw;
    margin: 0 2vw;
    top: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .c_interview__item__info {
    font-size: 0.875rem;
  }
  .c_breadcrumb__item > a,
  .c_breadcrumb__item > span, body {
    font-size: 1rem;
  }
  .c_modal__youtube__close .c_btn02, .c_interview__item__desc, .c_according__head, .c_mv__lead {
    font-size: 1.25rem;
  }
  .p_thanks__ttl, .c_btn02, .c_gnav__entry__item {
    font-size: 1.5rem;
  }
  .c_entry__item, .c_btn01__txt, .c_ttl02__en, .c_ttl02__jp, .c_ttl32 {
    font-size: 2rem;
  }
  .c_faq__question::before, .c_faq__answer::before {
    font-size: clamp(1.875rem, 2.3148148148vw + 0.7638888889rem, 2.5rem);
  }
  .c_mv__ttl__jp {
    font-size: clamp(2rem, 5.5555555556vw + -0.6666666667rem, 3.5rem);
  }
  .c_entry__ttl__jp, .c_ttl01__jp {
    font-size: clamp(2.5rem, 2.8846153846vw + 1.1153846154rem, 4rem);
  }
  .c_mv__ttl__en {
    font-size: clamp(5.3125rem, 9.0144230769vw + 0.9855769231rem, 10rem);
  }
  .c_entry__ttl__en {
    font-size: clamp(6.25rem, 12.0192307692vw + 0.4807692308rem, 12.5rem);
  }
  .c_ttl01__en {
    font-size: clamp(7.5rem, 16.8269230769vw + -0.5769230769rem, 16.25rem);
  }
  html {
    scroll-padding-top: 120px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .l_container {
    max-width: 1240px;
    padding-inline: 40px;
  }
  .c_header.is_fixed:not(:has(.c_header__hamburger.is_open)) .c_header__inner {
    top: 0;
  }
  .c_header__inner {
    transition: top 0.5s ease;
    padding-block: 20px;
    padding-inline: clamp(1.875rem, 6.0096153846vw + -1.0096153846rem, 5rem) clamp(1.875rem, 9.6153846154vw + -2.7403846154rem, 6.875rem);
    gap: 30px;
    top: clamp(0.625rem, 9.2592592593vw + -3.8194444444rem, 3.125rem);
  }
  .c_header__logo {
    max-width: unset;
  }
  .c_header__entry {
    display: block;
    font-size: 1.25rem;
    height: 60px;
    min-width: clamp(10rem, 15.625vw + 2.5rem, 12.5rem);
    margin-left: auto;
  }
  .c_header__hamburger {
    width: 60px;
  }
  .c_gnav__menu {
    -webkit-mask-image: unset;
    mask-image: unset;
    padding-inline: 40px;
  }
  .c_gnav__inner {
    gap: 0;
    flex-direction: row;
    max-width: 1160px;
    padding-block: max(18.9898989899vh, 160px) 80px;
    gap: 40px;
  }
  .c_gnav__col {
    display: block;
    width: 100%;
  }
  .c_gnav__ttl {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  .c_gnav__ttl__en {
    font-size: 2.5rem;
  }
  .c_gnav__ttl__jp {
    font-size: 1rem;
    min-width: clamp(0px, (990px - 100vw) * 1000, 100%);
  }
  .c_gnav__block:not(:first-child) {
    margin-top: 64px;
  }
  .c_gnav__list {
    margin-top: 19px;
  }
  .c_gnav__item {
    padding-right: 0;
  }
  .c_gnav__item__arrow {
    flex-shrink: 0;
    display: flex;
  }
  .c_gnav__item__link {
    padding-right: 0;
    justify-content: flex-start;
    width: auto;
    font-size: 1.25rem;
    padding-bottom: 15px;
    gap: 20px;
  }
  .c_gnav__item__link::after {
    width: 17px;
    display: none;
  }
  .c_gnav__item:not(:first-child) {
    margin-top: 15px;
  }
  .c_gnav__entry {
    display: none;
    gap: 20px 40px;
    padding-top: 9px;
  }
  .c_gnav__entry__item {
    flex: 220px;
    min-height: clamp(6.25rem, 7.8125vw + 2.5rem, 7.5rem);
  }
  .c_footer {
    padding-block: 119px 110px;
  }
  .c_footer__entry {
    width: auto;
    gap: 54px;
  }
  .c_footer__company::after {
    width: 13px;
  }
  .c_footer__youtube {
    min-height: 35px;
    min-width: 106px;
  }
  .c_footer__copyright {
    width: auto;
  }
  .c_totop {
    bottom: -35px;
  }
  .c_totop__btn {
    width: 70px;
    border-width: 3px;
  }
  .c_totop__btn::after {
    width: 20px;
  }
  .c_mv {
    padding-top: clamp(11.25rem, 9.2548076923vw + 6.8076923077rem, 16.0625rem);
  }
  .c_mv__wave01::after {
    height: 40px;
  }
  .c_mv__wave02 {
    margin-top: clamp(6.25rem, 37.8605769231vw + -11.9230769231rem, 25.9375rem);
  }
  .c_mv__wave03 .c_wave {
    max-height: 1120px;
  }
  .c_mv__wave03::before {
    display: none;
  }
  .c_mv__ttl__jp {
    margin-top: -1em;
  }
  .c_mv__img {
    top: 0;
  }
  .c_mv__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 65%;
    object-position: 50% 65%;
  }
  .c_mv__lead {
    margin-top: 46px;
  }
  .c_mv__desc {
    margin-top: 117px;
    padding-bottom: 76px;
  }
  .c_ttl01__en {
    text-align: center;
  }
  .c_ttl01__jp {
    margin-top: -1.015625em;
  }
  .c_ttl02__jp {
    margin-top: 20px;
  }
  .c_btn01 {
    gap: 20px;
  }
  .c_btn01__circle {
    width: clamp(3.125rem, 2.3148148148vw + 2.0138888889rem, 3.75rem);
  }
  .c_btn02::after {
    width: calc(100% - 6px);
    margin-top: 20px;
    height: 3px;
  }
  .c_btn03 {
    padding-block: 22px;
    padding-inline: 50px;
  }
  .c_btn03 img {
    height: 75px;
  }
  .c_btn04 {
    min-width: 200px;
    min-height: 60px;
  }
  .c_interview {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px clamp(1.25rem, 18.5185185185vw + -7.6388888889rem, 6.25rem);
  }
  .c_interview.is_center {
    flex-wrap: nowrap;
    justify-content: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .c_interview.is_center .c_interview__item {
    flex: 200px;
  }
  .c_interview__item__content {
    margin-top: 29px;
  }
  .c_interview__item__desc {
    font-size: clamp(1.125rem, 0.78125vw + 0.75rem, 1.25rem);
  }
  .c_interview__item__info {
    margin-top: 18px;
  }
  .c_interview__slider .c_interview__item {
    width: 320px;
  }
  .c_according {
    padding-block: 20px;
    border-radius: 40px;
  }
  .c_according__head {
    min-height: 109px;
    padding-inline: clamp(2.5rem, 13.8888888889vw + -4.1666666667rem, 6.25rem);
  }
  .c_according__head__action {
    width: 30px;
    right: clamp(2.5rem, 13.8888888889vw + -4.1666666667rem, 6.25rem);
  }
  .c_according__head__action::after, .c_according__head__action::before {
    height: 3px;
  }
  .c_according__content {
    padding-inline: clamp(2.5rem, 13.8888888889vw + -4.1666666667rem, 6.25rem);
  }
  .c_according__content .c_tbl__row {
    padding-bottom: 26px;
  }
  .c_according__content .c_tbl__row:not(:first-child) {
    margin-top: 26px;
  }
  .c_according__content .c_board__more {
    margin-top: 50px;
  }
  .c_tbl__row {
    flex-wrap: nowrap;
    padding-bottom: 16px;
  }
  .c_tbl__row:not(:first-child) {
    margin-top: 16px;
  }
  .c_tbl__lead {
    min-width: 150px;
  }
  .c_faq__question {
    gap: 40px;
    padding-right: 40px;
  }
  .c_faq__answer {
    gap: 43px;
    padding-block: 6px 10px;
    min-height: 86px;
  }
  .c_faq__answer::before {
    top: 7px;
    left: 2px;
  }
  .c_faq__answer__content {
    min-height: 45px;
  }
  .c_entry {
    padding-bottom: 120px;
  }
  .c_entry__ttl__en {
    padding-right: 23px;
  }
  .c_entry__ttl__jp {
    margin-top: -0.71875em;
  }
  .c_entry__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 73px;
  }
  .c_entry__item {
    border-radius: 30px;
    min-height: clamp(8.75rem, 9.2592592593vw + 4.3055555556rem, 11.25rem);
  }
  .c_entry__faq {
    margin-top: 58px;
  }
  .c_modal__youtube {
    padding-block: 80px;
    padding-inline: 40px;
  }
  .c_modal__youtube__video {
    max-width: min(140vh - 40px, max(80vw, 1160px));
  }
  .c_modal__youtube__close {
    bottom: max(4.0404040404vh, 20px);
  }
  .c_modal__youtube__close .c_btn02::before {
    width: 18px;
  }
  .c_modal__youtube__close .c_btn02::after {
    margin-top: 10px;
  }
  .c_wave.js_wave02, .c_wave.js_wave04 {
    max-height: 593px;
  }
  .c_wave.js_wave03, .c_wave.js_wave05 {
    max-height: 344px;
  }
  .c_wave.js_wave06 {
    max-height: 989px;
  }
  .c_gradient__wave01 {
    max-height: 593px;
  }
  .c_gradient__wave02 {
    margin-top: -0.6%;
    max-height: 344px;
  }
  .c_gradient__wave .js_wave06 {
    bottom: 100%;
  }
  .c_board__wh {
    padding-block: 75px 100px;
    border-radius: 40px;
    padding-inline: clamp(2.5rem, 13.8888888889vw + -4.1666666667rem, 6.25rem);
  }
  .c_board__content {
    padding-block: 15px 60px;
  }
  .c_board__more {
    margin-top: 60px;
  }
  .c_slider .splide__slide {
    width: clamp(18.75rem, 46.2962962963vw + -3.4722222222rem, 31.25rem);
  }
  .c_slider .splide__slide img {
    border-radius: 40px;
  }
  .p_404__main {
    padding-block: 100px 120px;
    min-height: min(48vh, 100vh - 542px);
  }
  .p_404__desc {
    margin-top: 30px;
  }
  .p_404__btn {
    margin-top: 60px;
  }
  .p_thanks__main {
    padding-block: 100px 120px;
    min-height: min(45vh, 100vh - 542px);
  }
  .p_thanks__ttl {
    text-align: center;
  }
  .p_thanks__desc {
    text-align: center;
    margin-top: 30px;
  }
  .p_thanks__btn {
    margin-top: 60px;
  }
  .c_cookie_inner {
    max-width: 1240px;
    align-items: center;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .c_cookie_close a {
    margin-top: 0;
    min-height: 40px;
    min-width: 120px;
    margin: 0;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .h_zoom:hover .h_zoom__img img {
    transform: scale(1.1);
  }
  .h_zoom:hover .c_btn01__arrow::after {
    transform: rotate(-30deg);
  }
  .h_zoom:hover .c_btn01__arrow::before {
    transform: rotate(30deg);
  }
  .h_zoom:hover .c_btn01__txt {
    color: #00D1A6;
  }
  .c_header__entry__inner {
    transition: 0.5s;
    transition-property: height;
  }
  .c_header__entry__inner:hover {
    height: calc(100% + 80px);
  }
  .c_header__hamburger {
    transition: 0.5s;
    transition-property: transform;
  }
  .c_header__hamburger:hover {
    transform: scale(1.1);
  }
  .c_gnav__item__link:hover .c_gnav__item__arrow::after {
    transform: rotate(-30deg);
  }
  .c_gnav__item__link:hover .c_gnav__item__arrow::before {
    transform: rotate(30deg);
  }
  .c_totop__btn:hover {
    opacity: 0.8 !important;
  }
  .c_mv__desc a:hover {
    text-decoration: none;
  }
  .c_btn01 {
    transition: 0.5s;
    transition-property: all;
  }
  .c_btn01:hover .c_btn01__arrow::after {
    transform: rotate(-30deg);
  }
  .c_btn01:hover .c_btn01__arrow::before {
    transform: rotate(30deg);
  }
  .c_btn01:hover .c_btn01__txt {
    color: #00D1A6;
  }
  .c_btn02:hover::after {
    transform: scaleY(0);
  }
  .c_according__head {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c_according__head:hover {
    opacity: 0.7;
  }
  .c_cookie_txt a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=maps/common.css.map */
