/*! destyle.css v4.0.1 | 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;
  min-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: 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 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 */
  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: bold;
}

html {
  font-size: 100%;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  background-color: #FFFFFF;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}

@keyframes page-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-leave {
  to {
    opacity: 0;
  }
}
body {
  margin: 0;
  position: relative;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  overflow-x: clip;
  animation: page-enter 0.4s ease both;
}
body.is-leaving {
  animation: page-leave 0.3s ease forwards !important;
  pointer-events: none !important;
}
body.is-drawer-open {
  overflow: hidden;
}

section {
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  section {
    padding: 7.5rem 1rem;
  }
}

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

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

.l-header {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
}
.l-header__inner {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-52%);
  width: 100%;
  height: 10.625rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 1524px) {
  .l-header__inner {
    padding-left: 17.5rem;
  }
}
.l-header__logo {
  background-color: #F6F5FA;
  padding: 2.25rem 2.375rem 2.25rem 1rem;
  width: 15rem;
  border-bottom-right-radius: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    padding: 2.25rem 1.75rem 2.25rem 0.75rem;
    width: 17.5rem;
  }
}
.l-header__nav {
  display: none;
  pointer-events: auto;
}
@media screen and (min-width: 1524px) {
  .l-header__nav {
    display: flex;
    gap: 0.5rem;
    font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  }
}
.l-header__nav-list {
  display: flex;
  gap: 3.75rem;
  background-color: #F6F5FA;
  padding: 1.5rem 2.5rem;
  border-radius: 8px;
  border: 1px solid rgba(48, 48, 48, 0.06);
  box-shadow: 0 4px 20px rgba(48, 48, 48, 0.12);
}
.l-header__nav-button {
  display: grid;
  padding: 1.5rem 1.875rem;
  border-radius: 8px;
  place-content: center;
  line-height: 24px;
  height: fit-content;
  box-shadow: 0 4px 20px rgba(48, 48, 48, 0.12);
}
@media screen and (min-width: 768px) {
  .l-header__nav-button {
    transition: all 0.3s;
  }
}
.l-header__nav-button--outline {
  color: #2563EB;
  background-color: #F6F5FA;
  border: 1px solid #2563EB;
}
.l-header__nav-button--outline:hover {
  background-color: #2563EB;
  color: #FFFFFF;
}
.l-header__nav-button--primary {
  color: #FFFFFF;
  background-color: #2563EB;
  border: 1px solid #2563EB;
}
.l-header__nav-button--primary:hover {
  background-color: #FFFFFF;
  color: #2563EB;
}
.l-header__nav-item > a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  line-height: 24px;
}
.l-header__nav-icon {
  display: flex;
  justify-content: center;
  height: 1.5rem;
}
.l-header__link > a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-header__icon {
  display: flex;
  justify-content: center;
  height: 1.5rem;
}

.l-footer {
  background-color: #F6F5FA;
  padding: 0rem 2rem 1.25rem;
  margin-top: 10rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 0;
  }
}
.l-footer:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-footer:after {
    content: "";
    position: absolute;
    z-index: -10;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 13.125rem;
    background-color: #F6F5FA;
  }
}
@media screen and (min-width: 768px) {
  .l-footer--no-cta::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer--no-cta .l-footer__wave {
    bottom: 100%;
  }
}
.l-footer__inner {
  max-width: 70rem;
  margin: 0 auto;
}
.l-footer__wave {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100vw;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-footer__wave {
    bottom: calc(100% + 13.125rem);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.l-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    width: 26.25rem;
  }
}
.l-footer__item {
  padding: 1.25rem 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__item--external {
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-footer__item--external .l-footer__icon {
  width: 1.5rem;
}
.l-footer__item--external .l-footer__text {
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  line-height: 1.4;
  text-align: left;
}
.l-footer__item--lp {
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  background: linear-gradient(135deg, #3f7fc2 0%, #1e3f70 100%);
}
.l-footer__item--lp .l-footer__link {
  justify-content: flex-start;
}
.l-footer__item--lp .l-footer__text {
  position: relative;
  z-index: 1;
  max-width: 55%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  line-height: 1.4;
  text-align: left;
}
.l-footer__lp-illust {
  position: absolute;
  bottom: -20%;
  right: -12%;
  width: 65%;
  height: 100%;
  object-fit: cover;
  object-position: right 42%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
}
@media screen and (min-width: 768px) {
  .l-footer__lp-illust {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.l-footer__link {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-footer__icon {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 1.125rem;
  height: auto;
  flex-shrink: 0;
}
.l-footer__desc {
  margin-top: 1rem;
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__desc {
    margin-top: 1.25rem;
  }
}
.l-footer__left {
  margin-top: 2.5rem;
  padding: 2.5rem 0;
  border-top: 1px solid #808080;
}
@media screen and (min-width: 768px) {
  .l-footer__left {
    padding: 0;
    margin-top: 0;
    border-top: none;
  }
}
.l-footer__logo {
  width: 15rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 20rem;
  }
}
.l-footer__meta {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__meta {
    margin-top: 2.5rem;
  }
}
.l-footer__meta p {
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
}
@media screen and (min-width: 768px) {
  .l-footer__meta p {
    font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  }
}
.l-footer__tel {
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  margin-top: 0.75rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__tel {
    font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
    margin-top: 1rem;
  }
}
.l-footer__time-label {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__time-label {
    margin-top: 1.5rem;
  }
}
.l-footer__time {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__time {
    margin-top: 0;
  }
}
.l-footer__address, .l-footer__fax, .l-footer__time-desc {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__address, .l-footer__fax, .l-footer__time-desc {
    margin-top: 0;
  }
}
.l-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    border-top: 1px solid #2563EB;
    margin-top: 3.75rem;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
  }
}
.l-footer__policy-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__policy-list {
    gap: 2.5rem;
  }
}
.l-footer__policy-item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__policy-item {
    width: fit-content;
  }
}
.l-footer__policy-link {
  text-decoration: underline;
}
.l-footer__copyright {
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  }
}

.l-container {
  max-width: 1120px;
  margin: 0 auto;
}

.c-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 90;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-drawer__item {
  opacity: 0;
  transform: translateX(1.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-drawer__contact {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-drawer.is-open {
  transform: translateX(0);
}
.c-drawer.is-open .c-drawer__item {
  opacity: 1;
  transform: translateX(0);
}
.c-drawer.is-open .c-drawer__item:nth-child(1) {
  transition-delay: 0.16s;
}
.c-drawer.is-open .c-drawer__item:nth-child(2) {
  transition-delay: 0.22s;
}
.c-drawer.is-open .c-drawer__item:nth-child(3) {
  transition-delay: 0.28s;
}
.c-drawer.is-open .c-drawer__item:nth-child(4) {
  transition-delay: 0.34s;
}
.c-drawer.is-open .c-drawer__item:nth-child(5) {
  transition-delay: 0.4s;
}
.c-drawer.is-open .c-drawer__item:nth-child(6) {
  transition-delay: 0.46s;
}
.c-drawer.is-open .c-drawer__contact {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.c-drawer__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 9.875rem 1rem 2.5rem;
}
.c-drawer__list {
  display: flex;
  border-top: 0.4px solid #808080;
  flex-direction: column;
}
.c-drawer__item {
  padding: 1.5rem 0;
  border-bottom: 0.4px solid #808080;
}
.c-drawer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-drawer__link-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-drawer__link-en {
  font-size: clamp(1.625rem, 1.3048780488rem + 1.3658536585vw, 2.5rem);
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.c-drawer__link-meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.c-drawer__link-icon {
  display: flex;
  align-items: center;
  width: 0.9375rem;
  height: 1.25rem;
}
.c-drawer__link-arrow {
  border-radius: 9999px;
  border: 1px solid #2563EB;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2563EB;
}
.c-drawer__contact {
  margin: 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-drawer__contact .c-button {
  padding: 1.5rem 0;
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
}

.c-button {
  display: flex;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-button {
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .c-button[data-fade] {
    transition: opacity 0.7s ease, transform 0.7s ease, background-color 0.3s, color 0.3s, border-color 0.3s;
  }
}
.c-button--primary {
  background-color: #2563EB;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-button--primary:hover {
    background-color: #F6F5FA;
    color: #024BAD;
    border-color: #2563EB;
  }
}
.c-button--primary .c-button__line {
  border-color: #FFFFFF;
}
.c-button--primary .c-button__icon {
  border-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-button--primary:hover .c-button__line {
    border-color: #024BAD;
  }
  .c-button--primary:hover .c-button__icon {
    border-color: #024BAD;
  }
}
.c-button--outline {
  background-color: #F6F5FA;
  color: #2563EB;
  border: 1px solid #2563EB;
}
@media screen and (min-width: 768px) {
  .c-button--outline:hover {
    background-color: #2563EB;
    color: #FFFFFF;
    border-color: #F6F5FA;
  }
}
.c-button--outline .c-button__line {
  border-color: #2563EB;
}
.c-button--outline .c-button__icon {
  border-color: #2563EB;
}
@media screen and (min-width: 768px) {
  .c-button--outline:hover .c-button__line {
    border-color: #FFFFFF;
  }
  .c-button--outline:hover .c-button__icon {
    border-color: #FFFFFF;
  }
}
.c-button__text {
  display: block;
  text-align: center;
  width: 100%;
}
.c-button__line {
  padding: 0 0.5rem;
  border-left-style: solid;
  border-left-width: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-button__line {
    transition: border-color 0.3s;
  }
}
.c-button__icon {
  border-radius: 9999px;
  min-width: 1.75rem;
  min-height: 1.75rem;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-button__icon {
    transition: border-color 0.3s;
  }
}

.c-hamburger {
  position: fixed;
  top: 1.25rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
  padding: 1.875rem 0.875rem;
  background-color: #F6F5FA;
  border-radius: 0.5rem;
  cursor: pointer;
  z-index: 100;
  pointer-events: auto;
  transition: background-color 0.25s ease, padding 0.3s ease;
}
@media screen and (min-width: 1524px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__dot {
  display: block;
  border-radius: 9999px;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #303030;
}
.c-hamburger__dot:nth-child(4), .c-hamburger__dot:nth-child(5) {
  display: none;
}
.c-hamburger:hover {
  background-color: rgb(233.76, 231.4, 243.2);
}
.c-hamburger.is-open {
  display: grid;
  padding: 0.875rem;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
}
.c-hamburger.is-open .c-hamburger__dot:nth-child(3) {
  grid-column: 1/3;
  justify-self: center;
}
.c-hamburger.is-open .c-hamburger__dot:nth-child(4) {
  display: block;
  animation: dot-appear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}
.c-hamburger.is-open .c-hamburger__dot:nth-child(5) {
  display: block;
  animation: dot-appear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.18s both;
}

@keyframes dot-appear {
  from {
    opacity: 0;
    transform: scale(0) rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.c-section-title {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: left;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    gap: 1.25rem;
  }
}
.c-section-title__en {
  color: #024BAD;
  font-size: clamp(1.875rem, 1.3719512195rem + 2.1463414634vw, 3.25rem);
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: clamp(2.125rem, 1.5304878049rem + 2.5365853659vw, 3.75rem);
  }
}
.c-section-title__meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: left;
}
.c-section-title__icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-section-title__ja {
  color: #303030;
}
@media screen and (min-width: 768px) {
  .c-section-title__ja {
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}

.c-contact {
  position: relative;
  color: #FFFFFF;
  padding-top: 7.5rem;
}
.c-contact .c-section-title__en {
  color: #FFFFFF;
}
.c-contact .c-section-title__ja {
  color: #FFFFFF;
}
.c-contact__container {
  border-radius: 20px;
  padding: 2.5rem 1rem;
  background-color: #2563EB;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact__container {
    max-width: 70rem;
    margin: 0 auto;
    padding: 3.25rem 7.5rem;
  }
}
.c-contact__text {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact__text {
    font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
  }
}
.c-contact .c-button {
  margin-top: 2.5rem;
  padding: 0.75rem 0;
  max-width: 13.75rem;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-contact .c-button {
    max-width: 20rem;
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
    padding: 1.625rem 0;
  }
}
.c-contact__cube {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 27vw;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .c-contact__cube {
    right: 7.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 15vw;
  }
  .c-contact__cube[data-fade] {
    opacity: 0;
    transform: translateY(calc(-50% + 1.5rem));
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .c-contact__cube[data-fade].is-visible {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.c-wave {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100vw;
  height: auto;
}
.c-wave--top {
  bottom: 100%;
}
.c-wave--bottom {
  top: 100%;
}

.c-page-title {
  position: relative;
  padding: 12.5rem 1rem 5.5rem;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 0 0 1.25rem 1.25rem;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding: 12.5rem 1rem;
  }
}
.c-page-title__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.c-page-title__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-page-title__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.c-page-title__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-page-title__inner {
    max-width: 70rem;
    margin: 0 auto;
  }
}
.c-page-title__title {
  font-size: clamp(1.875rem, 1.3719512195rem + 2.1463414634vw, 3.25rem);
}
@media screen and (min-width: 768px) {
  .c-page-title__title {
    font-size: clamp(2.125rem, 1.5304878049rem + 2.5365853659vw, 3.75rem);
  }
}
.c-page-title__subtitle {
  font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .c-page-title__subtitle {
    font-size: clamp(1.125rem, 0.987804878rem + 0.5853658537vw, 1.5rem);
  }
}

.c-interview {
  position: relative;
  background-color: #F6F5FA;
  padding: 0 1rem;
  padding-bottom: 2.5rem;
  margin: 5rem 0;
}
@media screen and (min-width: 768px) {
  .c-interview {
    padding: 3.75rem 1rem;
  }
}
.c-interview__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c-interview__controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-interview__controls {
    display: flex;
    gap: 0.75rem;
    align-items: center;
  }
}
.c-interview__btn {
  width: 8.75rem;
  height: 3.75rem;
  background-color: #2563EB;
  color: #FFFFFF;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-interview__btn:hover {
  opacity: 0.8;
}
.c-interview__track-wrapper {
  margin-top: 2.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.c-interview__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-interview__track {
    scroll-padding-left: max(1rem, (100vw - 1120px) / 2);
  }
}
.c-interview__track::-webkit-scrollbar {
  display: none;
}
.c-interview__track::before, .c-interview__track::after {
  content: "";
  min-width: 1rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-interview__track::before, .c-interview__track::after {
    min-width: max(1rem, (100vw - 1120px) / 2);
  }
}
.c-interview__card {
  flex: 0 0 calc(100vw - 4rem);
  scroll-snap-align: start;
  border: 1px solid #2563EB;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-interview__card {
    flex: 0 0 22.5rem;
  }
}
.c-interview__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #808080;
}
.c-interview__card-meta-bottom {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  font-size: 0.875rem;
}
.c-interview__card-img {
  position: relative;
  margin-top: 0.75rem;
}
.c-interview__card-img img {
  width: 100%;
  aspect-ratio: 306/264;
  object-fit: cover;
  display: block;
  -webkit-mask-image: url("../imgs/recruit/interview-mask.svg");
  mask-image: url("../imgs/recruit/interview-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.c-interview__card-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2563EB;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-interview__card-btn svg {
  width: 1rem;
  height: 1rem;
  fill: #FFFFFF;
}
.c-interview__card-text {
  line-height: 2;
  margin-top: 2.5rem;
}

[data-fade] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-fade][data-fade=left] {
  transform: translateX(-30px);
}
[data-fade][data-fade=right] {
  transform: translateX(30px);
}
[data-fade].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-form {
    gap: 2.5rem;
  }
}
.c-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-form__group.is-error .c-form__input,
.c-form__group.is-error .c-form__textarea,
.c-form__group.is-error .c-form__file {
  border-color: #d32f2f;
  background-color: #fff5f5;
}
.c-form__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  color: #303030;
}
.c-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  background-color: #2563EB;
  color: #FFFFFF;
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  font-weight: 400;
  border-radius: 0.25rem;
  line-height: 1.5;
}
.c-form__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #808080;
  border-radius: 0.375rem;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  background-color: #FFFFFF;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.c-form__input::placeholder {
  color: rgb(166.1, 166.1, 166.1);
}
.c-form__input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
@media screen and (min-width: 768px) {
  .c-form__input--short {
    max-width: 20rem;
  }
}
.c-form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #808080;
  border-radius: 0.375rem;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  background-color: #FFFFFF;
  resize: vertical;
  line-height: 1.7;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.c-form__textarea::placeholder {
  color: rgb(166.1, 166.1, 166.1);
}
.c-form__textarea:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.c-form__file {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #808080;
  border-radius: 0.375rem;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  background-color: #FFFFFF;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.c-form__file:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.c-form__error {
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  color: #d32f2f;
  margin-top: 0.25rem;
}
.c-form__hint {
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  color: #024BAD;
  margin-top: 0.25rem;
}
.c-form__send-error {
  padding: 1rem;
  border: 1px solid #d32f2f;
  border-radius: 0.375rem;
  background-color: #fff5f5;
  color: #d32f2f;
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  line-height: 1.7;
}
.c-form__submit {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
.c-form__btn {
  width: 100%;
  max-width: 20rem;
  padding: 1rem 1.5rem;
}
.c-form__type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.c-form__type-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.c-form__type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.25rem;
  border: 1px solid #2563EB;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  color: #024BAD;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.c-form__type-radio:checked + .c-form__type-btn {
  background-color: #2563EB;
  color: #FFFFFF;
}
.c-form__type-radio:focus-visible + .c-form__type-btn {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}
.c-form__select {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #F6F5FA;
}
.c-form__select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.c-form__select-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.875rem 1.25rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: transparent;
  color: #303030;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  cursor: pointer;
}
.c-form__select-toggle.is-placeholder {
  color: rgb(153.4, 153.4, 153.4);
}
.c-form__select-toggle:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}
.c-form__select-arrow {
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 2px solid #2563EB;
  border-bottom: 2px solid #2563EB;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}
.c-form__select-list {
  display: none;
  margin: 0;
  padding: 0.25rem 0 0.75rem;
  list-style: none;
}
.c-form__select-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1.25rem;
  font-size: clamp(0.9375rem, 0.9146341463rem + 0.0975609756vw, 1rem);
  color: #303030;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.c-form__select-option::before {
  content: "";
  flex-shrink: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border: 1.5px solid #2563EB;
  border-radius: 50%;
}
.c-form__select-option:hover, .c-form__select-option.is-active {
  background-color: rgba(37, 99, 235, 0.06);
}
.c-form__select-option.is-selected {
  font-weight: 700;
}
.c-form__select.is-open .c-form__select-list {
  display: block;
}
.c-form__select.is-open .c-form__select-arrow {
  transform: translateY(2px) rotate(-135deg);
}
.c-form__note {
  margin-top: 0.25rem;
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  color: #808080;
  line-height: 1.6;
}
.c-form__foot {
  margin-top: 1.5rem;
  text-align: center;
}
.c-form__foot-note {
  margin: 0;
  font-size: clamp(0.6875rem, 0.6646341463rem + 0.0975609756vw, 0.75rem);
  color: #303030;
  line-height: 1.9;
}
.c-form[data-recruit-type=new] .c-form__group--work {
  display: none;
}
.c-form[data-recruit-type=career] .c-form__foot-note--new {
  display: none;
}

.c-pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563EB, #024BAD);
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.2s ease, bottom 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    right: 1.75rem;
    bottom: 1.75rem;
  }
}
.c-pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.c-pagetop:hover {
  transform: translateY(-3px);
}
.c-pagetop__icon {
  width: 1.375rem;
  height: 1.375rem;
}

/*# sourceMappingURL=style.css.map */
