@charset "UTF-8";
/*! 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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* =============================================
  my
============================================= */
/* =============================================
  color
============================================= */
/* =============================================
  font
============================================= */
/* =============================================
  base
============================================= */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  overflow-x: hidden;
}
body:has(.js-show) {
  overflow: hidden;
  height: 100vh;
}

/* =============================================
  common
============================================= */
.sp-hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .sp-hidden {
    display: none;
  }
}

.pc-hidden {
  display: block;
}

.inner {
  padding-inline: 100px;
  margin-inline: auto;
  max-width: 1440px;
}
@media (max-width: 1440px) {
  .inner {
    max-width: 1320px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 800px) {
  .inner {
    padding-inline: 24px;
  }
}

/* --- section-lead --- */
.section-lead {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-lead__en {
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .section-lead__en {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}

.section-lead__ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 800px) {
  .section-lead__ja {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

/* =============================================
  animation
============================================= */
/* 初期状態は透明 */
.fv__lead,
.fv-swiper {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

/* 表示用クラス */
.fv__lead.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
  /* 遅れて表示 */
}

.fv-swiper.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
  /* さらに遅れて表示 */
}

.animation-fade {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.animation-fade.is-show {
  opacity: 1;
}

.animation-down {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.animation-down.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.animation-up {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.animation-up.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.animation-left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
}
.animation-left.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.animation-right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  opacity: 0;
  transition: all 0.8s ease;
}
.animation-right.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* =============================================
  header
============================================= */
.header {
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  height: 83px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 90;
}
@media (max-width: 1100px) {
  .header {
    height: 72px;
  }
}

.header__inner {
  padding-inline: 40px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 1100px) {
  .header__inner {
    padding-inline: 16px;
  }
}

@media (max-width: 1100px) {
  .header__logo {
    position: fixed;
    z-index: 102;
    left: 16px;
    top: 20px;
  }
}
.header__logo a {
  display: inline-block;
  width: 320px;
  height: 59px;
  aspect-ratio: 320/59;
}
@media (max-width: 1100px) {
  .header__logo a {
    width: 175px;
    height: 32px;
    aspect-ratio: 175/32;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.header__nav {
  color: #FFF;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
  align-items: center;
  gap: 36px;
  translate: 0 -2px;
}

.header__item-link {
  position: relative;
  display: inline-block;
}
.header__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #fff;
  scale: 0;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .header__item-link:hover {
    cursor: pointer;
  }
  .header__item-link:hover::after {
    scale: 1;
  }
}

.header__btn {
  font-family: Futura;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  width: 123px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 44px;
  -webkit-padding-before: 9px;
          padding-block-start: 9px;
  padding-inline: 23px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  overflow: hidden;
}
.header__btn span {
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .header__btn:hover {
    cursor: pointer;
    background: #023E78;
  }
  .header__btn:hover::before {
    transform: translateY(0);
  }
}
.header__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  width: 130%;
  height: calc(100% + 2px);
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background-color: #023E78;
  transform: translateX(-100%);
  transition: all 0.4s;
  z-index: 1;
}
.header__btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #FFF400;
  border-radius: 50%;
  top: 17px;
  right: 23px;
  z-index: 2;
}

/* --- drawer-icon --- */
.drawer__icon {
  display: none;
  position: fixed;
  z-index: 102;
  top: 12px;
  right: 16px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1100px) {
  .drawer__icon {
    display: inline-block;
  }
}
.drawer__icon.js-show .drawer__icon-bar {
  width: 43px;
}
.drawer__icon.js-show .drawer__icon-bar.bar--1 {
  rotate: 20deg;
  top: 14.5px;
}
.drawer__icon.js-show .drawer__icon-bar.bar--2 {
  rotate: -20deg;
  bottom: 16.5px;
}

.drawer__icon-bar {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 4px;
  transform-origin: 0 0;
  transition: all 0.3s ease;
}
.drawer__icon-bar.bar--1 {
  top: 18px;
}
.drawer__icon-bar.bar--2 {
  bottom: 20px;
}

/* --- drawer --- */
.drawer {
  position: fixed;
  z-index: 101;
  top: 72px;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  overflow-y: scroll;
  padding-block: 20px;
  translate: 101%;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  max-width: 334px;
  margin-inline: auto;
}

.drawer__list {
  display: flex;
  flex-direction: column;
}

.drawer__item-link {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding-block: 15px 15px;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
}
.drawer__item-link::after {
  position: absolute;
  content: "";
  top: 16px;
  right: 0;
  width: 12px;
  height: 23px;
  background: url(/image/drawer-arrow.svg) no-repeat center center/contain;
}

.drawer__btn {
  color: #fff;
  font-family: Futura;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 32px;
  display: block;
  border: 1px solid #fff;
  border-radius: 44px;
  padding-block: 9px;
  padding-inline: 23px;
  position: relative;
}
.drawer__btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #FFF400;
  border-radius: 50%;
  top: 17px;
  right: 23px;
}

/* =============================================
  fv
============================================= */
.fv {
  padding-block: 45px 80px;
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  position: relative;
}
@media (max-width: 1440px) {
  .fv {
    padding-block: 3.125vw 5.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .fv {
    padding-block: 40px 76px;
  }
}

.fv__lead {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 28px;
  left: calc(50% - 680px);
  z-index: 10;
}
@media (max-width: 1440px) {
  .fv__lead {
    left: 40px;
    font-size: 4.4444444444vw;
    letter-spacing: 0.0888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .fv__lead {
    left: 20px;
    bottom: 36px;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.6px;
  }
}

.fv__lead-bp {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 24px;
}
@media (max-width: 1440px) {
  .fv__lead-bp {
    -webkit-margin-before: 1.3888888889vw;
            margin-block-start: 1.3888888889vw;
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .fv__lead-bp {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    background: none;
    padding: 0;
  }
}

.fv__lead-1,
.fv__lead-2,
.fv__lead-3 {
  padding: 7px 24px 8px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1440px) {
  .fv__lead-1,
.fv__lead-2,
.fv__lead-3 {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .fv__lead-1,
.fv__lead-2,
.fv__lead-3 {
    padding: 6px 16px;
  }
}

.fv__lead-2 {
  display: contents;
}
@media screen and (max-width: 800px) {
  .fv__lead-2 {
    display: block;
    background: rgba(255, 255, 255, 0.7);
  }
}

.fv__lead-3 {
  display: contents;
}
@media screen and (max-width: 800px) {
  .fv__lead-3 {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

/* --- fv-swiper --- */
.fv-swiper {
  height: 560px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1440px) {
  .fv-swiper {
    height: 38.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper {
    height: 520px;
  }
}

.fv-swiper-wrap {
  display: flex;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* 中身の幅に合わせる */
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}

/* 横方向に半分だけ移動させる */
@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.fv-swiper-card {
  height: 100%;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .fv-swiper-card {
    height: 38.8888888889vw;
    -webkit-margin-end: 1.3888888889vw;
            margin-inline-end: 1.3888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
}
.fv-swiper-card img {
  width: 100%;
  height: auto;
}

.fv-swiper-card.card--1 {
  width: 268.57144px;
}
@media (max-width: 1440px) {
  .fv-swiper-card.card--1 {
    width: 18.6507944444vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card.card--1 {
    width: 149.71428px;
  }
}

.fv-swiper-card.card--2 {
  width: 268.57144px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1440px) {
  .fv-swiper-card.card--2 {
    width: 18.6507944444vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card.card--2 {
    width: 149.71428px;
    gap: 12px;
  }
}

.fv-swiper-card__top {
  width: 100%;
  height: 270px;
}
@media (max-width: 1440px) {
  .fv-swiper-card__top {
    height: 18.75vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card__top {
    height: 254px;
  }
}

.fv-swiper-card__borrom {
  width: 100%;
  height: 270px;
}
@media (max-width: 1440px) {
  .fv-swiper-card__borrom {
    height: 18.75vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card__borrom {
    height: 254px;
  }
}

.fv-swiper-card.card--3 {
  width: 557.14288px;
}
@media (max-width: 1440px) {
  .fv-swiper-card.card--3 {
    width: 38.6904777778vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card.card--3 {
    width: 311.42856px;
  }
}

.fv-swiper-card.card--4 {
  width: 268.57144px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1440px) {
  .fv-swiper-card.card--4 {
    width: 18.6507944444vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card.card--4 {
    width: 149.71428px;
    gap: 12px;
  }
}

.fv-swiper-card.card--5 {
  width: 557.14288px;
}
@media (max-width: 1440px) {
  .fv-swiper-card.card--5 {
    width: 38.6904777778vw;
  }
}
@media screen and (max-width: 800px) {
  .fv-swiper-card.card--5 {
    width: 311.42856px;
  }
}

/* =============================================
  message
============================================= */
.message {
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  padding-block: 213px 118px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .message {
    padding-block: 100px 164px;
  }
}
.message::after {
  position: absolute;
  z-index: 5;
  content: "";
  bottom: 0;
  left: 0;
  background: url(/image/message-bg-pc.webp);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left bottom;
  width: 100%;
  height: 574px;
}
@media screen and (max-width: 800px) {
  .message::after {
    bottom: 33px;
    background: url(/image/message-bg-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: auto;
    width: 73.5897435897vw;
    aspect-ratio: 353/188;
  }
}

.message__inner {
  max-width: 1440px;
  padding-inline: 100px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .message__inner {
    max-width: 1320px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 800px) {
  .message__inner {
    padding-inline: 24px;
  }
}

.message__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .message__content {
    display: block;
  }
}

.message__description {
  display: flex;
  flex-direction: column;
  gap: 80px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}
@media (max-width: 1100px) {
  .message__description {
    gap: 48px;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.message__description p {
  color: #fff;
  text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  line-height: 222%;
}
@media (max-width: 1000px) {
  .message__description p {
    font-size: 15px;
    line-height: 220%;
  }
}

.message__img {
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
  width: 44.4vw;
  aspect-ratio: 640/800;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .message__img {
    width: 84.8717948718vw;
    aspect-ratio: 331/496;
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
    margin-inline: calc(50% - 50vw);
    translate: 15.1794871795vw;
  }
}
.message__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
  business
============================================= */
.business {
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  -webkit-padding-after: 220.5px;
          padding-block-end: 220.5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .business {
    -webkit-padding-after: 106px;
            padding-block-end: 106px;
  }
}

@media (max-width: 1320px) {
  .business__inner {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (max-width: 800px) {
  .business__inner {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}

/* --- swiper-menu --- */
.business-swiper-menu {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media (max-width: 1100px) {
  .business-swiper-menu {
    -webkit-margin-before: 39px;
            margin-block-start: 39px;
  }
}

.business-swiper-menu__list {
  display: flex;
  gap: 16px;
}
@media (max-width: 1320px) {
  .business-swiper-menu__list {
    gap: 0.9848484848vw;
  }
}
@media (max-width: 1100px) {
  .business-swiper-menu__list {
    flex-wrap: wrap;
    width: 612px;
    gap: 16px;
  }
}
@media (max-width: 660px) {
  .business-swiper-menu__list {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 16px;
    width: 350px;
  }
}

.business-swiper-menu__item {
  color: #023E78;
  width: 298px;
  height: 96px;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #0961B6;
  background: #E4EAF1;
  -webkit-padding-before: 18px;
          padding-block-start: 18px;
  padding-inline: 38px 10px;
}
.business-swiper-menu__item.active {
  border: 1px solid #fff;
  -webkit-padding-before: 19px;
          padding-block-start: 19px;
  padding-inline: 39px 11px;
  color: #fff;
  background: #023E78;
}
@media (max-width: 660px) {
  .business-swiper-menu__item.active {
    -webkit-padding-before: 7px;
            padding-block-start: 7px;
    padding-inline: 7px 7px;
  }
}
@media (max-width: 1320px) {
  .business-swiper-menu__item {
    width: 22.5757575758vw;
    height: 7.2727272727vw;
    border: 0.1515151515vw solid #0961B6;
    -webkit-padding-before: 1.3636363636vw;
            padding-block-start: 1.3636363636vw;
    padding-inline: 2.8787878788vw 0.7575757576vw;
  }
}
@media (max-width: 1100px) {
  .business-swiper-menu__item {
    width: 298px;
    height: 96px;
    border: 2px solid #0961B6;
    -webkit-padding-before: 18px;
            padding-block-start: 18px;
    padding-inline: 38px 10px;
  }
}
@media (max-width: 660px) {
  .business-swiper-menu__item {
    width: 171px;
    height: 75px;
    -webkit-padding-before: 6px;
            padding-block-start: 6px;
    padding-inline: 6px 6px;
  }
}

.business-swiper-menu__text-en {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
@media (max-width: 1320px) {
  .business-swiper-menu__text-en {
    font-size: 1.0606060606vw;
  }
}
@media (max-width: 1100px) {
  .business-swiper-menu__text-en {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .business-swiper-menu__text-en {
    font-size: 8px;
  }
}

.business-swiper-menu__text-ja {
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
@media (max-width: 1320px) {
  .business-swiper-menu__text-ja {
    gap: 0.9090909091vw;
    -webkit-margin-before: 0.303030303vw;
            margin-block-start: 0.303030303vw;
  }
}
@media (max-width: 1100px) {
  .business-swiper-menu__text-ja {
    gap: 12px;
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}
@media (max-width: 660px) {
  .business-swiper-menu__text-ja {
    flex-direction: column;
    gap: 0px;
    align-items: start;
  }
}
.business-swiper-menu__text-ja span:nth-of-type(1) {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}
@media (max-width: 1320px) {
  .business-swiper-menu__text-ja span:nth-of-type(1) {
    font-size: 1.5151515152vw;
  }
}
@media (max-width: 1100px) {
  .business-swiper-menu__text-ja span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  .business-swiper-menu__text-ja span:nth-of-type(1) {
    font-size: 14px;
  }
}
.business-swiper-menu__text-ja span:nth-of-type(2) {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
}
@media (max-width: 1320px) {
  .business-swiper-menu__text-ja span:nth-of-type(2) {
    font-size: 1.3636363636vw;
  }
}
@media (max-width: 1100px) {
  .business-swiper-menu__text-ja span:nth-of-type(2) {
    font-size: 18px;
    translate: 0 1px;
  }
}
@media (max-width: 660px) {
  .business-swiper-menu__text-ja span:nth-of-type(2) {
    font-size: 13px;
  }
}

/* --- swiper-content --- */
.business-swiper-content {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
  overflow-x: scroll;
}
.business-swiper-content .business-card:not(:last-of-type) {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}
@media (max-width: 1320px) {
  .business-swiper-content .business-card:not(:last-of-type) {
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
}

.business-swiper-content {
  background-color: transparent;
  /* 要素の背景色を透明に */
}

.business-swiper-content::-webkit-scrollbar {
  background: transparent;
  /* スクロールバー全体の背景 */
}

.business-swiper-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  /* スクロールバーのつまみ部分 */
  border-radius: 4px;
}

.business-swiper-content__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.business-card {
  border-radius: 4px;
  background: #E4EAF1;
  padding: 28px;
  width: 608px;
}
@media (max-width: 1320px) {
  .business-card {
    padding: 2.1212121212vw;
    width: 46.0606060606vw;
  }
}
@media (max-width: 1100px) {
  .business-card {
    width: 506px;
    padding: 12px;
  }
}
@media screen and (max-width: 800px) {
  .business-card {
    width: 312px;
    padding: 12px;
  }
}

.business-card__head {
  color: #023E78;
}

.business-card__head-en {
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media (max-width: 1320px) {
  .business-card__head-en {
    font-size: 1.2121212121vw;
  }
}
@media (max-width: 1100px) {
  .business-card__head-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .business-card__head-en {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}

.business-card__head-ja {
  display: flex;
  flex-direction: row;
  gap: 12px;
  -webkit-margin-before: 7px;
          margin-block-start: 7px;
}
@media (max-width: 1320px) {
  .business-card__head-ja {
    gap: 0.9090909091vw;
    -webkit-margin-before: 0.5303030303vw;
            margin-block-start: 0.5303030303vw;
  }
}
@media (max-width: 1100px) {
  .business-card__head-ja {
    gap: 12px;
    -webkit-margin-before: 7px;
            margin-block-start: 7px;
  }
}
@media screen and (max-width: 800px) {
  .business-card__head-ja {
    -webkit-margin-before: 5.5px;
            margin-block-start: 5.5px;
  }
}
.business-card__head-ja span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.business-card__head-ja span:nth-of-type(1) {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.84px;
  translate: 0 -2px;
}
@media (max-width: 1320px) {
  .business-card__head-ja span:nth-of-type(1) {
    font-size: 2.1212121212vw;
    translate: 0 -0.1515151515vw;
  }
}
@media (max-width: 1100px) {
  .business-card__head-ja span:nth-of-type(1) {
    font-size: 24px;
    translate: 0 -1px;
  }
}
@media screen and (max-width: 800px) {
  .business-card__head-ja span:nth-of-type(1) {
    font-size: 20px;
  }
}
.business-card__head-ja span:nth-of-type(2) {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 1320px) {
  .business-card__head-ja span:nth-of-type(2) {
    font-size: 1.8181818182vw;
  }
}
@media (max-width: 1100px) {
  .business-card__head-ja span:nth-of-type(2) {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  .business-card__head-ja span:nth-of-type(2) {
    font-size: 18px;
  }
}

.business-card__img {
  -webkit-margin-before: 17.5px;
          margin-block-start: 17.5px;
  width: 552px;
  aspect-ratio: 552/310.5;
  height: auto;
}
@media (max-width: 1320px) {
  .business-card__img {
    -webkit-margin-before: 1.3257575758vw;
            margin-block-start: 1.3257575758vw;
    width: 41.8181818182vw;
  }
}
@media (max-width: 1100px) {
  .business-card__img {
    width: 482px;
    -webkit-margin-before: 10.5px;
            margin-block-start: 10.5px;
  }
}
@media screen and (max-width: 800px) {
  .business-card__img {
    width: 288px;
  }
}
.business-card__img img {
  width: 100%;
  height: auto;
}

.business-card__body {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media (max-width: 1320px) {
  .business-card__body {
    -webkit-margin-before: 1.5151515152vw;
            margin-block-start: 1.5151515152vw;
  }
}
@media (max-width: 1100px) {
  .business-card__body {
    -webkit-margin-before: 13px;
            margin-block-start: 13px;
  }
}

.business-card__lists {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1320px) {
  .business-card__lists {
    gap: 1.8181818182vw;
  }
}
@media (max-width: 1100px) {
  .business-card__lists {
    gap: 24px;
  }
}

.business-card__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1320px) {
  .business-card__list {
    gap: 0.4545454545vw;
  }
}
@media screen and (max-width: 800px) {
  .business-card__list {
    gap: 6px;
  }
}

.business-card__list-lead {
  color: #023E78;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 1320px) {
  .business-card__list-lead {
    font-size: 1.3636363636vw;
  }
}
@media (max-width: 1100px) {
  .business-card__list-lead {
    font-size: 15px;
  }
}

.business-card__list-item {
  color: #404559;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  position: relative;
}
@media (max-width: 1320px) {
  .business-card__list-item {
    font-size: 1.2121212121vw;
    -webkit-padding-start: 1.8181818182vw;
            padding-inline-start: 1.8181818182vw;
  }
}
@media (max-width: 1100px) {
  .business-card__list-item {
    font-size: 14px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.business-card__list-item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #404559;
  left: 11px;
  top: 13px;
}
@media (max-width: 1320px) {
  .business-card__list-item::before {
    width: 0.2272727273vw;
    height: 0.2272727273vw;
    left: 0.8333333333vw;
    top: 0.9848484848vw;
  }
}
@media (max-width: 1100px) {
  .business-card__list-item::before {
    width: 2.5px;
    height: 2.5px;
    left: 9px;
    top: 11px;
  }
}

.business-card__btn {
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  background: #023E78;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #023E78;
  padding: 19px 39px;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1320px) {
  .business-card__btn {
    border: 0.0757575758vw solid #023E78;
    padding: 1.4393939394vw 2.9545454545vw;
    -webkit-margin-before: 2.4242424242vw;
            margin-block-start: 2.4242424242vw;
    font-size: 1.2121212121vw;
  }
}
@media (max-width: 1100px) {
  .business-card__btn {
    font-size: 16px;
    padding: 19px;
    border: 1px solid #023E78;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.business-card__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  width: 130%;
  height: calc(100% + 2px);
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background-color: #F2F4F6;
  transform: translateX(-100%);
  transition: all 0.4s;
  z-index: 1;
}
@media (any-hover: hover) {
  .business-card__btn:hover::after {
    transform: translateY(0);
  }
  .business-card__btn:hover .business-card__btn-text {
    color: #023E78;
  }
  .business-card__btn:hover .business-card__btn-icon::before, .business-card__btn:hover .business-card__btn-icon::after {
    background: #023E78;
  }
}

.business-card__btn-text {
  position: relative;
  z-index: 2;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
}

.business-card__btn-icon {
  position: absolute;
  top: 18.5px;
  right: 39px;
  display: inline-block;
  width: 24px;
  height: 24px;
  z-index: 2;
}
@media (max-width: 1320px) {
  .business-card__btn-icon {
    top: 1.4015151515vw;
    right: 2.9545454545vw;
    width: 1.8181818182vw;
    height: 1.8181818182vw;
  }
}
@media (max-width: 1100px) {
  .business-card__btn-icon {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
.business-card__btn-icon::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #F2F4F6;
  top: 11px;
  left: 5px;
  transition: all 0.5s ease;
}
@media (max-width: 1320px) {
  .business-card__btn-icon::before {
    width: 1.0606060606vw;
    height: 0.1515151515vw;
    top: 0.8333333333vw;
    left: 0.3787878788vw;
  }
}
@media (max-width: 1100px) {
  .business-card__btn-icon::before {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px;
  }
}
.business-card__btn-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #F2F4F6;
  rotate: 90deg;
  top: 11px;
  left: 5px;
  transform-origin: center center;
  transition: all 0.5s ease;
}
@media (max-width: 1320px) {
  .business-card__btn-icon::after {
    width: 1.0606060606vw;
    height: 0.1515151515vw;
    top: 0.8333333333vw;
    left: 0.3787878788vw;
  }
}
@media (max-width: 1100px) {
  .business-card__btn-icon::after {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px;
  }
}

/* modal
===================================== */
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  /* height: unset;
  max-height: unset; */
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog::-webkit-backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

dialog::backdrop {
  opacity: 0;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::-webkit-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(2, 62, 120, 0.5);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(2, 62, 120, 0.5);
}

.modal__content {
  margin-inline: auto;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: min(1200px, 94.871%);
  max-height: 80vh;
  background: #fff;
  border: 1px solid #023E78;
  border-radius: 12px;
  position: relative;
}

.modal__close-btn {
  background: #023E78;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 6px 6px;
  border-radius: 4px;
  position: absolute;
  top: 52.5px;
  right: 43px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .modal__close-btn {
    top: 16px;
    right: 16px;
  }
}
.modal__close-btn::after {
  position: absolute;
  content: "募集要項を閉じる";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #023E78;
  font-weight: 500;
  line-height: 170%;
  top: calc(100% + 8.5px);
  right: -5px;
}
@media screen and (max-width: 800px) {
  .modal__close-btn::after {
    font-size: 12px;
    right: 48px;
    top: 0;
  }
}

.modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 48px 48px 48px;
}
@media screen and (max-width: 800px) {
  .modal__body {
    padding: 64px 16px 16px 15px;
  }
}

.modal__lead {
  color: #023E78;
}

.modal__lead-en {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 800px) {
  .modal__lead-en {
    font-size: 14px;
  }
}

.modal__lead-ja {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  translate: 0 3px;
}
@media screen and (max-width: 800px) {
  .modal__lead-ja {
    -moz-column-gap: 12px;
         column-gap: 12px;
    translate: 0 5px;
  }
}
.modal__lead-ja span {
  display: inline-block;
}
.modal__lead-ja span:nth-of-type(1) {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 800px) {
  .modal__lead-ja span:nth-of-type(1) {
    font-size: 18px;
  }
}
.modal__lead-ja span:nth-of-type(2) {
  color: #023E78;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 800px) {
  .modal__lead-ja span:nth-of-type(2) {
    font-size: 20px;
  }
}

.modal__lists {
  -webkit-margin-before: 43px;
          margin-block-start: 43px;
}
@media screen and (max-width: 800px) {
  .modal__lists {
    -webkit-margin-before: 17px;
            margin-block-start: 17px;
  }
}

.modal__list {
  display: flex;
  gap: 10px;
  padding-block: 12px 11px;
  border-bottom: 1px solid #C4CCD7;
}
@media screen and (max-width: 800px) {
  .modal__list {
    flex-direction: column;
  }
}

.modal__list-head {
  color: #023E78;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  width: 378px;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .modal__list-head {
    width: 250px;
  }
}
@media (max-width: 970px) {
  .modal__list-head {
    width: 180px;
  }
}
@media screen and (max-width: 800px) {
  .modal__list-head {
    font-size: 15px;
    width: 100%;
  }
}

.modal__list-body {
  color: #404559;
  font-weight: 500;
  line-height: 169%;
}
@media screen and (max-width: 800px) {
  .modal__list-body {
    font-size: 15px;
    line-height: 173%;
  }
}

.modal__list-body-li {
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
  position: relative;
}
.modal__list-body-li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #404559;
  top: 12px;
  left: 10px;
}

.modal__entry-btn {
  -webkit-margin-before: 39px;
          margin-block-start: 39px;
  display: block;
  border-radius: 4px;
  width: 100%;
  padding: 23px 40px;
  background: #023E78;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .modal__entry-btn {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
@media (any-hover: hover) {
  .modal__entry-btn:hover {
    opacity: 0.8;
  }
}

.modal__entry-btn-wrap {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-inline: auto;
  gap: 36px;
}
.modal__entry-btn-wrap span {
  display: inline-block;
}
.modal__entry-btn-wrap span:nth-of-type(1) {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  translate: 1px 0px;
}
/* =============================================
  challenge
============================================= */
.challenge {
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  -webkit-padding-after: 131px;
          padding-block-end: 131px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .challenge {
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
}

.challenge__lead.section-lead .section-lead__ja {
  translate: 0px -2px;
}

.challenge__bg {
  position: absolute;
  top: -232px;
  right: 0px;
  width: 861px;
  height: 574px;
  aspect-ratio: 861/574;
}
@media screen and (max-width: 800px) {
  .challenge__bg {
    width: 307px;
    height: 187px;
    aspect-ratio: 307/187;
    top: -69px;
  }
}
.challenge__bg img {
  width: 100%;
  height: 100%;
}

.challenge__cards {
  -webkit-margin-before: 63px;
          margin-block-start: 63px;
  display: grid;
  grid-template-areas: "card1 card2" "card3 card4";
}
@media (max-width: 1300px) {
  .challenge__cards {
    grid-template-areas: "card1" "card2" "card3" "card4";
    gap: 23px;
  }
}
@media (max-width: 1300px) {
  .challenge__cards {
    -webkit-margin-before: 38px;
            margin-block-start: 38px;
  }
}

.challenge__card {
  width: 582px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  position: relative;
  padding: 118px 24px 16px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .challenge__card {
    width: 342px;
    padding: 105px 24px 16px;
  }
}
.challenge__card.--card1 {
  grid-area: card1;
  border-bottom: 12px solid #37A4DB;
  background: rgba(244, 251, 255, 0.7);
  -webkit-margin-before: 63px;
          margin-block-start: 63px;
}
@media (max-width: 1300px) {
  .challenge__card.--card1 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.challenge__card.--card1 .challenge__card-lead {
  background: #37A4DB;
}
.challenge__card.--card1 .challenge__card-img {
  -webkit-margin-before: 41px;
          margin-block-start: 41px;
}
@media (max-width: 700px) {
  .challenge__card.--card1 .challenge__card-img {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
.challenge__card.--card2 {
  grid-area: card2;
  border-bottom: 12px solid #2766AE;
  background: rgba(238, 246, 254, 0.7);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.challenge__card.--card2 .challenge__card-lead {
  background: #2766AE;
}
.challenge__card.--card2 .challenge__card-img {
  -webkit-margin-before: 67px;
          margin-block-start: 67px;
}
@media (max-width: 700px) {
  .challenge__card.--card2 .challenge__card-img {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
.challenge__card.--card3 {
  grid-area: card3;
  border-bottom: 12px solid #025178;
  background: rgba(235, 243, 247, 0.7);
  -webkit-margin-before: 96px;
          margin-block-start: 96px;
}
@media (max-width: 1300px) {
  .challenge__card.--card3 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media (max-width: 700px) {
  .challenge__card.--card3 {
    -webkit-margin-before: -1px;
            margin-block-start: -1px;
  }
}
.challenge__card.--card3 .challenge__card-lead {
  background: #025178;
}
.challenge__card.--card3 .challenge__card-img {
  -webkit-margin-before: 68px;
          margin-block-start: 68px;
}
@media (max-width: 700px) {
  .challenge__card.--card3 .challenge__card-img {
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}
.challenge__card.--card4 {
  grid-area: card4;
  border-bottom: 12px solid #023E78;
  background: rgba(233, 242, 250, 0.7);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media (max-width: 700px) {
  .challenge__card.--card4 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.challenge__card.--card4 .challenge__card-lead {
  background: #023E78;
}
.challenge__card.--card4 .challenge__card-img {
  -webkit-margin-before: 41px;
          margin-block-start: 41px;
}
@media (max-width: 700px) {
  .challenge__card.--card4 .challenge__card-img {
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}

.challenge__card-lead {
  display: flex;
  flex-direction: column;
  padding: 14px 28px 15px;
  border-radius: 0 0 4px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.challenge__card-lead-en {
  display: flex;
  gap: 8px;
  align-items: center;
}
.challenge__card-lead-en span {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}
.challenge__card-lead-en span:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0.54px;
}
@media (max-width: 700px) {
  .challenge__card-lead-en span:nth-of-type(1) {
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
.challenge__card-lead-en span:nth-of-type(2) {
  font-size: 24px;
  letter-spacing: 0.72px;
}
@media (max-width: 700px) {
  .challenge__card-lead-en span:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}

.challenge__card-lead-ja {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  translate: 0 3px;
}
@media (max-width: 700px) {
  .challenge__card-lead-ja {
    font-size: 18px;
  }
}

.challenge__card-description {
  color: #404559;
  font-weight: 500;
  line-height: 170%;
}
@media (max-width: 700px) {
  .challenge__card-description {
    font-size: 15px;
    line-height: 175%;
  }
}

.challenge__card-img {
  width: 534px;
  aspect-ratio: 534/268;
}
@media (max-width: 700px) {
  .challenge__card-img {
    width: 294px;
    aspect-ratio: 294/216;
  }
}
.challenge__card-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
  stories
============================================= */
.stories {
  padding-block: 120px;
  background: #E4EAF1;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .stories {
    padding-block: 80px;
  }
}

@media screen and (max-width: 800px) {
  .stories__inner {
    padding-inline: 20px;
  }
}

.stories__lead .section-lead__en {
  background: linear-gradient(270deg, #0A9AE5 0%, #023E78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stories__lead .section-lead__ja {
  color: #404559;
}

.stories-swiper {
  -webkit-margin-before: 39px;
          margin-block-start: 39px;
  -webkit-padding-after: 144px;
          padding-block-end: 144px;
  overflow: hidden;
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
}
@media screen and (max-width: 800px) {
  .stories-swiper {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    -webkit-padding-after: 156px;
            padding-block-end: 156px;
  }
}
.stories-swiper .stories-slide:not(:last-of-type) {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
@media screen and (max-width: 800px) {
  .stories-swiper .stories-slide:not(:last-of-type) {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
.stories-swiper .stories-slide:last-of-type {
  -webkit-margin-end: 100px;
          margin-inline-end: 100px;
}
@media (max-width: 1439px) {
  .stories-swiper .stories-slide:last-of-type {
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
@media screen and (max-width: 800px) {
  .stories-swiper .stories-slide:last-of-type {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}

.stories-swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
}

.stories-slide {
  width: 386px;
  position: relative;
  -webkit-padding-before: 44px;
          padding-block-start: 44px;
}
@media screen and (max-width: 800px) {
  .stories-slide {
    width: 312px;
  }
}

.stories-slide__img {
  border-radius: 4px;
  filter: drop-shadow(0 5px 15px rgba(26, 151, 240, 0.15));
  width: 386px;
  aspect-ratio: 386/514.67;
}
@media screen and (max-width: 800px) {
  .stories-slide__img {
    width: 312px;
  }
}
.stories-slide__img img {
  width: 100%;
  height: auto;
}

.stories-slide__number {
  color: #023E78;
  text-align: justify;
  text-shadow: 1px 1px 0 #fff;
  font-family: "Jost", sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 2;
}

.stories-slide__lead {
  color: #023E78;
  position: absolute;
  top: 449px;
  left: 0;
}
@media screen and (max-width: 800px) {
  .stories-slide__lead {
    top: 350px;
  }
}

.stories-slide__lead-top {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 5px 16px 3px;
  background: #F2F4F6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stories-slide__lead-bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #F2F4F6;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  gap: 9px;
}
.stories-slide__lead-bottom span {
  display: inline-block;
}
.stories-slide__lead-bottom span:nth-of-type(1) {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.stories-slide__lead-bottom span:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  translate: 0 1px;
}

.stories-slide__description {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.3px;
  border: 2px solid #023E78;
  background: #023E78;
  padding: 11px 16px 12px 14px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  height: 204px;
}
@media screen and (max-width: 800px) {
  .stories-slide__description {
    height: 234px;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
  height: 2px;
  background: #0961B6;
  display: inline-block;
  z-index: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .swiper-button-prev::after,
.swiper-button-next::after {
    width: 8px;
    height: 1px;
  }
}

.swiper-button-prev::before,
.swiper-button-next::before {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
  height: 2px;
  background: #0961B6;
  display: inline-block;
  z-index: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .swiper-button-prev::before,
.swiper-button-next::before {
    width: 8px;
    height: 1px;
  }
}

.swiper-button-prev::after {
  rotate: 45deg;
  transform-origin: left;
}

.swiper-button-prev::before {
  transform-origin: left;
  rotate: -45deg;
}

.swiper-button-next::after {
  rotate: 45deg;
  transform-origin: right;
}

.swiper-button-next::before {
  rotate: -45deg;
  transform-origin: right;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-radius: 50px;
  border: 2px solid #0961B6;
  top: unset;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #0961B6;
  }
}
@media (any-hover: hover) {
  .swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #fff;
  }
  .swiper-button-next:hover::before, .swiper-button-next:hover::before, .swiper-button-next:hover::after, .swiper-button-next:hover::after,
.swiper-button-prev:hover::before,
.swiper-button-prev:hover::before,
.swiper-button-prev:hover::after,
.swiper-button-prev:hover::after {
    background: #F2F4F6;
  }
  .swiper-button-next:hover span,
.swiper-button-prev:hover span {
    translate: 70px -100px;
  }
}
.swiper-button-next span,
.swiper-button-prev span {
  position: absolute;
  top: 80px;
  left: -80px;
  width: 100px;
  height: 100px;
  background: #023E78;
  rotate: 45deg;
  z-index: 1;
  transition: all 0.3s ease;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: calc(50% + 388px);
}
@media (max-width: 1300px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: calc(50% + 338px);
  }
}
@media (max-width: 1150px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: calc(50% + 258px);
  }
}
@media (max-width: 1000px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: calc(50% + 158px);
  }
}
@media screen and (max-width: 800px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    bottom: 60px;
    left: 400px;
  }
}
@media (max-width: 550px) {
  .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    bottom: 0;
    left: 244px;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: calc(50% + 487px);
}
@media (max-width: 1300px) {
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: calc(50% + 437px);
  }
}
@media (max-width: 1150px) {
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: calc(50% + 357px);
  }
}
@media (max-width: 1000px) {
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: calc(50% + 257px);
  }
}
@media screen and (max-width: 800px) {
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    bottom: 60px;
    left: 464px;
  }
}
@media (max-width: 550px) {
  .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    bottom: 0;
    left: 308px;
  }
}

.stories-swiper .swiper-horizontal > .swiper-scrollbar,
.stories-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 976px;
  height: 8px;
  bottom: 32px;
  background: #C4CCD7;
  left: 0;
  border-radius: 0px;
}
@media (max-width: 1300px) {
  .stories-swiper .swiper-horizontal > .swiper-scrollbar,
.stories-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 850px;
  }
}
@media (max-width: 1150px) {
  .stories-swiper .swiper-horizontal > .swiper-scrollbar,
.stories-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 700px;
  }
}
@media (max-width: 1000px) {
  .stories-swiper .swiper-horizontal > .swiper-scrollbar,
.stories-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .stories-swiper .swiper-horizontal > .swiper-scrollbar,
.stories-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 80px;
    width: 350px;
  }
}
.stories-swiper .swiper-scrollbar-drag {
  background: #0961B6;
}

/* =============================================
  culture
============================================= */
.culture {
  padding-block: 120px 121px;
  background: #F2F4F6;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .culture {
    padding-block: 81px 83px;
  }
}

@media screen and (max-width: 800px) {
  .culture__inner {
    padding-inline: 20px;
  }
}

.culture__lead .section-lead__en {
  background: linear-gradient(270deg, #0A9AE5 0%, #023E78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.culture__lead .section-lead__ja {
  color: #404559;
  translate: 0px -1px;
}

.culture__lead-sub {
  color: #404559;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.culture__lead-sub svg {
  width: 29.309px;
  height: 33px;
}
@media screen and (max-width: 800px) {
  .culture__lead-sub svg {
    width: 20px;
    height: 23.69px;
  }
}
@media screen and (max-width: 800px) {
  .culture__lead-sub {
    font-size: 20px;
    -webkit-margin-before: 82px;
            margin-block-start: 82px;
  }
}

.culture__img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  aspect-ratio: 1440/380;
  background-image: url(/image/culture-img-pc.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.culture__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/380;
}
@media screen and (max-width: 800px) {
  .culture__img {
    aspect-ratio: 390/380;
    background-image: url(/image/culture-img-sp.webp);
    background-position: center;
    -webkit-margin-before: 83px;
            margin-block-start: 83px;
  }
}
.culture__img::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  width: 767px;
  height: 497.63px;
  aspect-ratio: 767/497.63;
  background-image: url(/image//culture-bg-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .culture__img::after {
    right: 0;
    width: 220px;
    height: 256.353px;
    aspect-ratio: 220/256.35;
    background-image: url(/image//culture-bg-sp.webp);
  }
}

.culture__cards {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding-inline: 39px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .culture__cards {
    padding-inline: 16px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: none;
  }
}
.culture__cards.--1 {
  -webkit-margin-before: 63px;
          margin-block-start: 63px;
}
@media screen and (max-width: 800px) {
  .culture__cards.--1 {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.culture__cards.--2 {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.culture__cards .culture__card:nth-of-type(1) {
  padding-block: 27px 25px;
  border-bottom: 2px solid #C4CCD7;
}
.culture__cards .culture__card:nth-of-type(1) .culture__card-icon {
  translate: 0 4px;
}
@media (max-width: 700px) {
  .culture__cards .culture__card:nth-of-type(1) .culture__card-icon {
    translate: 0 0;
  }
}
.culture__cards .culture__card:nth-of-type(2) {
  padding-block: 28px 25px;
  border-bottom: 2px solid #C4CCD7;
}
.culture__cards .culture__card:nth-of-type(2) .culture__card-icon {
  translate: 0 4px;
}
@media (max-width: 700px) {
  .culture__cards .culture__card:nth-of-type(2) .culture__card-icon {
    translate: 0 0;
  }
}
.culture__cards .culture__card:nth-of-type(3) {
  padding-block: 28px 25px;
}
.culture__cards .culture__card:nth-of-type(3) .culture__card-icon {
  translate: 0 4px;
}
@media (max-width: 700px) {
  .culture__cards .culture__card:nth-of-type(3) .culture__card-icon {
    translate: 0 0;
  }
}

.culture__card {
  display: flex;
  align-items: center;
  padding-inline: 34.06px;
}
@media (max-width: 1200px) {
  .culture__card {
    flex-direction: column;
    gap: 32px;
    width: 561px;
    margin-inline: auto;
  }
}
@media (max-width: 700px) {
  .culture__card {
    width: 318px;
    padding-inline: 0;
  }
}

.culture__card-head {
  display: flex;
  gap: 40px;
}
@media (max-width: 700px) {
  .culture__card-head {
    display: block;
    text-align: center;
  }
}

.culture__card-lead {
  color: #023E78;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 700px) {
  .culture__card-lead {
    display: block;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.culture__card-lead-ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 700px) {
  .culture__card-lead-ja {
    font-size: 18px;
    line-height: 150%;
  }
}

.culture__card-lead-en {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .culture__card-lead-en {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}

.culture__card-description {
  color: #404559;
  font-weight: 500;
  line-height: 170%;
  flex-shrink: 0;
  width: 561px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (max-width: 1200px) {
  .culture__card-description {
    margin-inline: auto;
  }
}
@media (max-width: 700px) {
  .culture__card-description {
    width: 318px;
    font-size: 15px;
    line-height: 173%;
  }
}

/* =============================================
  fqa
============================================= */
.qa {
  padding-block: 120px;
  background: #E4EAF1;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .qa {
    padding-block: 100px;
  }
}

.qa__bg {
  position: absolute;
  width: 584px;
  height: 741.17px;
  aspect-ratio: 584/741.17;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .qa__bg {
    width: 276px;
    height: 208px;
    aspect-ratio: 276/208;
  }
}
.qa__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qa__inner {
  display: flex;
}
@media (max-width: 1150px) {
  .qa__inner {
    flex-direction: column;
    gap: 39px;
  }
}
@media screen and (max-width: 800px) {
  .qa__inner {
    padding-inline: 20px;
  }
}

.qa__lead {
  position: relative;
  z-index: 2;
}
.qa__lead .section-lead__en {
  background: linear-gradient(270deg, #0A9AE5 0%, #023E78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qa__lead .section-lead__ja {
  color: #404559;
}

/* --- accordion --- */
.qa__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 880px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (max-width: 1150px) {
  .qa__content {
    margin-inline: auto;
  }
}
@media (max-width: 960px) {
  .qa__content {
    width: 100%;
    gap: 20px;
  }
}
.qa__content::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 317px;
  height: 317px;
  border-radius: 50%;
  opacity: 0.5;
  background: #AFD2E7;
  filter: blur(75px);
  right: -183px;
  top: -114.167px;
}
@media screen and (max-width: 800px) {
  .qa__content::before {
    width: 183px;
    height: 183px;
    top: -275px;
    right: -44px;
  }
}
.qa__content::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 317px;
  height: 317px;
  border-radius: 50%;
  opacity: 0.5;
  background: #AFD2E7;
  filter: blur(75px);
  right: -48px;
  bottom: 8.167px;
}
@media (max-width: 700px) {
  .qa__content .qa__list-item:nth-of-type(2) {
    padding: 9px 12px 7px 12px;
  }
  .qa__content .qa__list-item:nth-of-type(2) .qa__list-item-question {
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .qa__content .qa__list-item:nth-of-type(3) {
    padding: 9px 12px 7px 12px;
  }
  .qa__content .qa__list-item:nth-of-type(3) .qa__list-item-question {
    gap: 9px;
  }
}
@media (max-width: 700px) {
  .qa__content .qa__list-item:nth-of-type(5) {
    padding: 9px 12px 7px 12px;
  }
  .qa__content .qa__list-item:nth-of-type(5) .qa__list-item-question {
    gap: 10px;
  }
}

.qa__list-item {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  padding: 8px 20px;
  background: #F2F4F6;
  border-radius: 4px;
}
@media (max-width: 700px) {
  .qa__list-item {
    padding: 12px 12px 8px 12px;
  }
}

details.is-opened .qa__list-item-icon-wrapper {
  rotate: 180deg;
}

.qa__list-item-question {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  padding: 16px 32px 14px;
  position: relative;
}
@media (max-width: 700px) {
  .qa__list-item-question {
    padding: 8px 44px 6px 0;
    gap: 8px;
  }
}
.qa__list-item-question p {
  color: #404559;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 700px) {
  .qa__list-item-question p {
    font-size: 15px;
  }
}

.qa__list-item-q {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  background: rgba(255, 244, 0, 0.4);
  display: inline-block;
  width: 36px;
  height: 39px;
  border-radius: 50%;
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
}
@media (max-width: 700px) {
  .qa__list-item-q {
    font-size: 22px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    -webkit-padding-start: 6px;
            padding-inline-start: 6px;
  }
}

.qa__list-item-icon-wrapper {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  right: 32px;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.4s ease;
}
@media (max-width: 700px) {
  .qa__list-item-icon-wrapper {
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}

.qa__list-item-body {
  overflow: hidden;
}

.qa__list-item-answer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  border-top: 2px solid #C4CCD7;
}
@media (max-width: 700px) {
  .qa__list-item-answer {
    padding: 8px 0;
  }
}
.qa__list-item-answer p {
  color: #023E78;
  font-weight: 700;
  line-height: 200%;
}
@media (max-width: 700px) {
  .qa__list-item-answer p {
    font-size: 15px;
  }
}

/* =============================================
  join
============================================= */
.join {
  padding-block: 32px;
  background: #E4EAF1;
}
@media screen and (max-width: 800px) {
  .join {
    padding-block: 12px;
  }
}

.join__inner {
  max-width: 1440px;
  padding-inline: 32px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .join__inner {
    padding-inline: 12px;
  }
}

.join__content {
  width: 100%;
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  padding-block: 113.5px 113.5px;
  border-radius: 8px;
  height: 636px;
  aspect-ratio: 1376/636;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .join__content {
    height: 44.1666666667vw;
    padding-block: 7.8819444444vw 7.8819444444vw;
  }
}
@media (max-width: 900px) {
  .join__content {
    padding-block: 46px;
  }
}
@media screen and (max-width: 800px) {
  .join__content {
    padding-block: 56px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
  }
}
.join__content.js-join-open .join__img-left {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  transform: perspective(1407px) rotateY(39deg);
}
@media (max-width: 1050px) {
  .join__content.js-join-open .join__img-left {
    transform: perspective(1407px) rotateY(52deg);
  }
}
.join__content.js-join-open .join__img-right {
  fill: url(/image/join-right-animation.svg) lightgray 50%/cover no-repeat;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  transform: perspective(1407px) rotateY(-39deg);
}
.join__content.js-join-open .join__img-right::before {
  content: "";
  position: absolute;
  top: -4.9px;
  left: 0;
  width: 100%;
  height: 5px;
  background: lightgray;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  /* 左上4px → 右端0px の三角形 */
  pointer-events: none;
  rotate: 0.4deg;
  transform-origin: left;
}
@media (max-width: 1439px) {
  .join__content.js-join-open .join__img-right::before {
    height: 0.3474635163vw;
    top: -0.340514246vw;
  }
}
@media screen and (max-width: 800px) {
  .join__content.js-join-open .join__img-right::before {
    display: none;
  }
}
@media (max-width: 1439px) {
  .join__content.js-join-open .join__img-right {
    width: 47.7777777778vw;
    height: 44.1666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .join__content.js-join-open .join__img-right {
    display: none;
  }
}
@media (max-width: 1050px) {
  .join__content.js-join-open .join__img-right {
    transform: perspective(1407px) rotateY(-52deg);
  }
}

.join__lead {
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .join__lead {
    font-size: 3.8888888889vw;
    letter-spacing: 0.1166666667vw;
  }
}
@media (max-width: 1150px) {
  .join__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .join__lead {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.join__description {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 170%;
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
}
@media (max-width: 1439px) {
  .join__description {
    -webkit-margin-before: 2.5vw;
            margin-block-start: 2.5vw;
  }
}
@media (max-width: 1150px) {
  .join__description {
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
    font-size: 14px;
  }
}

.join__btn {
  display: block;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 15px 40px 16px 63px;
  border-radius: 44px;
  border: 1px solid #fff;
  width: 235px;
  height: 68px;
  margin-inline: auto;
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.join__btn span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .join__btn {
    -webkit-margin-before: 3.8888888889vw;
            margin-block-start: 3.8888888889vw;
  }
}
@media (max-width: 1050px) {
  .join__btn {
    width: 215px;
    height: 59px;
    font-size: 18px;
    letter-spacing: 0.9px;
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}
@media screen and (max-width: 800px) {
  .join__btn {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media (any-hover: hover) {
  .join__btn:hover {
    cursor: pointer;
  }
  .join__btn:hover::before {
    transform: translateY(0);
  }
}
.join__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  width: 130%;
  height: calc(100% + 2px);
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background-color: #023E78;
  transform: translateX(-100%);
  transition: all 0.4s;
  z-index: 1;
}
.join__btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFF400;
  display: inline-block;
  top: 28px;
  right: 40px;
  z-index: 2;
}
@media (max-width: 1050px) {
  .join__btn::after {
    top: 22.5px;
  }
}

/* --- img --- */
.join__img-left {
  border-radius: 8px 0 0 8px;
  width: 688px;
  height: 636px;
  aspect-ratio: 688/636;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 1s ease;
  /* アニメーションを追加 */
  transform-origin: left center;
  /* 右端を支点にする */
}
@media (max-width: 1439px) {
  .join__img-left {
    width: 47.7777777778vw;
    height: 44.1666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .join__img-left {
    display: none;
  }
}
.join__img-left img {
  width: 100%;
  height: 100%;
}

.join__img-right {
  border-radius: 0 8px 8px 0;
  width: 688px;
  height: 636px;
  aspect-ratio: 688/636;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transition: transform 1s ease;
  /* アニメーションを追加 */
  transform-origin: right center;
  /* 右端を支点にする */
}
@media (max-width: 1439px) {
  .join__img-right {
    width: 47.7777777778vw;
    height: 44.1666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .join__img-right {
    display: none;
  }
}
.join__img-right img {
  width: 100%;
  height: 100%;
}

/* =============================================
  footer
============================================= */
.footer {
  overflow: hidden;
  background: #E4EAF1;
  padding-block: 80px 32px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-block: 40px 32px;
  }
}

.footer__bg {
  position: absolute;
  z-index: 1;
  top: -377px;
  right: 0;
}
.footer__bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .footer__bg {
    top: unset;
    bottom: 0px;
  }
}

.footer__inner {
  padding-inline: 100px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .footer__inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer__inner {
    padding-inline: 10px;
    margin-inline: 0;
  }
}

.footer__content {
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 50px;
}
@media (max-width: 1300px) {
  .footer__content {
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .footer__content {
    flex-direction: column;
    gap: 32px;
    padding: 10px;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 553px;
  padding: 16px 0px;
}
@media (max-width: 1300px) {
  .footer__info {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 800px) {
  .footer__info {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
@media (max-width: 750px) {
  .footer__info {
    display: contents;
  }
}

.footer__logo {
  width: 280.5px;
  height: 68px;
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 750px) {
  .footer__logo {
    order: 1;
  }
}

@media (max-width: 750px) {
  .footer__info-list {
    order: 2;
  }
}

.footer__info-list-item {
  font-weight: 500;
  line-height: 170%;
  color: #404559;
}
@media screen and (max-width: 800px) {
  .footer__info-list-item {
    line-height: 160%;
  }
}

.footer__copyright {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #404559;
}
@media (max-width: 750px) {
  .footer__copyright {
    order: 4;
  }
}

.footer__nav {
  padding: 16px 16px 16px 16px;
  translate: 16px 0;
}
@media (max-width: 750px) {
  .footer__nav {
    order: 3;
    padding: 0;
  }
}

.footer__menu {
  display: grid;
  grid-template-areas: "area1 area4" "area2 area5" "area3 area6";
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  padding: 16px 16px 16px 16px;
}
@media (max-width: 750px) {
  .footer__menu {
    grid-template-areas: "area1" "area2" "area3" "area4" "area5" "area6";
    padding: 16px 16px 16px 0px;
  }
}

.footer__list {
  width: 251px;
}
@media (max-width: 1300px) {
  .footer__list {
    width: 170px;
  }
}
.footer__list:nth-of-type(1) {
  grid-area: area1;
}
.footer__list:nth-of-type(2) {
  grid-area: area2;
}
.footer__list:nth-of-type(3) {
  grid-area: area3;
}
.footer__list:nth-of-type(4) {
  grid-area: area4;
}
.footer__list:nth-of-type(5) {
  grid-area: area5;
}
.footer__list:nth-of-type(6) {
  grid-area: area6;
}

.footer__list-link {
  color: #404559;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  display: inline-block;
  padding-block: 8px 8px;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 800px) {
  .footer__list-link {
    border-bottom: none;
  }
}
@media (any-hover: hover) {
  .footer__list-link:hover::after {
    transform: scaleX(1);
  }
}
.footer__list-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0961B6;
  /* アニメーション用 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.footer__sns-list {
  -webkit-margin-before: 44px;
          margin-block-start: 44px;
  padding: 16px 0 8px 16px;
}
@media (max-width: 750px) {
  .footer__sns-list {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
    padding: 0;
    translate: -16px 0px;
  }
}

.footer__sns-item {
  display: flex;
  gap: 36px;
}

.footer__sns-link {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__sns-link:hover {
    opacity: 0.7;
  }
}

.message__description span {
  color: #023E78;
  transition: color 0.2s ease;
}

.message__description span.show {
  opacity: 1;
  color: #fff;
  /* 白へフェード */
}
/*# sourceMappingURL=style.css.map */