/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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 */
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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;
}

/* img */
/* ============================================ */
img {
  width: 100%;
}

@font-face {
  font-family: "DINCond";
  src: url("../fonts/DIN Condensed Bold.woff2") format("woff2"), url("../fonts/DIN Condensed Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.transitions-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1571DA;
  z-index: 9999;
  pointer-events: none;
}
.transitions-wrapper.is-leaving {
  top: auto;
  bottom: 0;
  height: 0%;
  animation: transitionLeave 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.transitions-wrapper.is-entering {
  animation: transitionEnter 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes transitionLeave {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes transitionEnter {
  0% {
    height: 100%;
  }
  100% {
    visibility: hidden;
    height: 0%;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 92px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  min-height: 100%;
}

main {
  width: 100%;
  height: 100%;
  margin-top: 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 62px;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

.keep-all {
  white-space: nowrap;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.breadcrumb {
  padding: 35px 8.33vw min(3.47vw, 60px);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 25px 15px;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb__item {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item:not(:last-child)::after {
    margin: 0 3px;
  }
}

.page--lower .fv {
  margin-bottom: min(9.16vw, 160px);
}
@media screen and (max-width: 768px) {
  .page--lower .fv {
    margin-bottom: 50px;
  }
}
.page--lower .fv__heading {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 8px;
}
.page--lower .fv__heading-en {
  height: min(6.388vw, 110px);
}
@media screen and (max-width: 768px) {
  .page--lower .fv__heading-en {
    height: 46px;
  }
}
.page--lower .fv__heading-en img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.page--lower .fv__heading-ja {
  font-size: min(2.222vw, 38px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page--lower .fv__heading-ja {
    font-size: 20px;
  }
}
.page--lower .fv__heading-ja.--blue {
  color: #1571DA;
}
.page--lower .fv__heading--main {
  position: relative;
}
.page--lower .fv__heading--main .fv__heading-en {
  opacity: 0;
  transition: opacity 0.5s 0.4s ease;
}
.page--lower .fv__heading--main .fv__heading-ja {
  opacity: 0;
  transition: opacity 0.5s 0.7s ease;
}
.page--lower .fv__heading--main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  width: min(38.6vw, 670px);
  height: min(6.388vw, 110px);
  background-image: url(../img/common/line-h1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateX(-100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page--lower .fv__heading--main::before {
    width: 274px;
    height: 46px;
  }
}
.page--lower .fv__heading--main.is-active .fv__heading-en {
  opacity: 1;
}
.page--lower .fv__heading--main.is-active .fv__heading-ja {
  opacity: 1;
}
.page--lower .fv__heading--main.is-active::before {
  animation: lineH1Anime 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes lineH1Anime {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(30%);
  }
}
.page--lower .fv__ttl {
  font-size: min(2.222vw, 38px);
  font-weight: 700;
  color: #1571DA;
}
.page--lower .fv__contents-ttl {
  display: inline-block;
  font-size: min(1vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 1px solid #000;
  padding: min(0.6vw, 12px) min(0.9vw, 20px);
  margin-bottom: min(1.875vw, 34px);
}
@media screen and (max-width: 768px) {
  .page--lower .fv__contents-ttl {
    font-size: 12px;
    padding: 5px 6px;
    margin-bottom: 19px;
  }
}
.page--lower .fv__contents-list {
  display: flex;
  flex-flow: column;
  gap: min(1.25vw, 24px);
}
@media screen and (max-width: 768px) {
  .page--lower .fv__contents-list {
    gap: 12px;
  }
}
.page--lower .fv__contents-item {
  width: fit-content;
}
.page--lower .fv__contents-item a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: min(1.38vw, 30px);
  font-weight: 700;
  color: #1571DA;
}
@media screen and (max-width: 768px) {
  .page--lower .fv__contents-item a {
    font-size: 15px;
    gap: 4px;
  }
}
.page--lower .fv__contents-item a::before {
  content: "";
  width: min(1.04vw, 20px);
  height: auto;
  aspect-ratio: 1.2/1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .page--lower .fv__contents-item a::before {
    width: 11px;
  }
}
.page--lower .fv__lead {
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.8;
  text-align: justify;
  margin-top: min(7.638vw, 140px);
  margin-bottom: min(7.638vw, 140px);
}
@media screen and (max-width: 768px) {
  .page--lower .fv__lead {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.page--lower .inner {
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}
@media screen and (max-width: 768px) {
  .page--lower .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page--lower .contents {
  padding-bottom: min(8.68vw, 180px);
}
@media screen and (max-width: 768px) {
  .page--lower .contents {
    padding-bottom: 60px;
  }
}
.page--lower .contents .inner {
  width: 89%;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page--lower .contents .inner {
    width: 100%;
  }
}
.page--lower .contents__item {
  margin-bottom: min(5.55vw, 100px);
}
.page--lower .contents__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__item {
    margin-bottom: 50px;
  }
}
.page--lower .contents .h2 {
  position: relative;
  font-size: clamp(20px, 1.66vw, 30px);
  font-weight: 700;
  margin-bottom: min(2.777vw, 48px);
}
@media screen and (max-width: 768px) {
  .page--lower .contents .h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.page--lower .contents .h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(-13.7vw, -240px);
  bottom: 0;
  margin: auto;
  display: block;
  width: min(12.7vw, 220px);
  height: 90%;
  background-image: url(../img/common/line-h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .page--lower .contents .h2::before {
    position: static;
    margin: 0;
    width: 100px;
    height: 15px;
    margin-bottom: 11px;
  }
}
.page--lower .contents .h2.is-active::before {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .page--lower .contents .h2.is-active::before {
    transform: translateX(-60%);
  }
}
.page--lower .contents .h3 {
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.38vw, 24px);
  font-weight: 700;
  margin-bottom: min(0.9vw, 20px);
}
@media screen and (max-width: 768px) {
  .page--lower .contents .h3 {
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page--lower .contents .h3::before {
  content: "";
  flex: none;
  width: clamp(18px, 1.666vw, 30px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #81FED6;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .page--lower .contents .h3::before {
    width: 16px;
    margin-right: 6px;
    margin-top: 5px;
  }
}
.page--lower .contents__txt {
  font-size: clamp(14px, 1.11vw, 20px);
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__txt {
    font-size: 13px;
  }
}
.page--lower .contents__lead {
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__lead {
    font-size: 15px;
  }
}
.page--lower .contents__link {
  color: #1571DA;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.page--lower .contents__link:hover {
  color: #81FED6;
}
.page--lower .contents__list {
  margin-bottom: min(1.94vw, 32px);
}
@media screen and (max-width: 768px) {
  .page--lower .contents__list {
    margin-bottom: 28px;
  }
}
.page--lower .contents__list li {
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__list li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.page--lower .contents__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__table tr {
    display: flex;
    flex-flow: column;
  }
}
.page--lower .contents__table th, .page--lower .contents__table td {
  font-size: clamp(12px, 0.97vw, 18px);
  line-height: 1.7;
  border: 2px solid #fff;
  padding: min(0.7vw, 16px) min(1.25vw, 24px);
}
.page--lower .contents__table th {
  width: 30%;
  font-weight: 700;
  background-color: #1571DA;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__table th {
    width: 100%;
    padding: 3px 9px;
    font-size: 15px;
  }
}
.page--lower .contents__table td {
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__table td {
    width: 100%;
    padding: 8px 9px;
    font-size: 12px;
  }
}
.page--lower .contents__table ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.page--lower .contents__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page--lower .contents__flex {
    flex-direction: column;
    gap: 16px;
  }
}
.page--lower .lower__list {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(2, auto);
  row-gap: min(4.166vw, 76px);
}
@media screen and (max-width: 768px) {
  .page--lower .lower__list {
    grid-template-columns: repeat(1, auto);
    row-gap: 12px;
  }
}
.page--lower .lower__link {
  display: flex;
  align-items: center;
  gap: 0.6em;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .page--lower .lower__link {
    gap: 8px;
  }
}
.page--lower .lower__link:hover h2 {
  color: #81FED6;
}
.page--lower .lower__link h2 {
  font-size: clamp(18px, 1.38vw, 24px);
  font-weight: 700;
  color: #1571DA;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page--lower .lower__link h2 {
    font-size: 16px;
  }
}
.page--lower .lower__link img {
  width: clamp(14px, 1.32vw, 25px);
}
@media screen and (max-width: 768px) {
  .page--lower .lower__link img {
    width: 14px;
    margin-top: 1px;
  }
}
.page--lower .lower-bottom {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page--lower .lower-bottom {
    padding-top: 0;
  }
}
.page--lower .lower-bottom__ttl {
  font-size: clamp(18px, 1.38vw, 24px);
  font-weight: 700;
  margin-bottom: min(6.34vw, 30px);
}
@media screen and (max-width: 768px) {
  .page--lower .lower-bottom__ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.page--lower .lower-bottom .lower__list {
  grid-template-columns: repeat(1, auto);
  gap: min(4.76vw, 24px);
  margin-bottom: min(12vw, 54px);
}
@media screen and (max-width: 768px) {
  .page--lower .lower-bottom .lower__list {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.page--lower .lower-bottom__back {
  display: inline-block;
  font-size: clamp(18px, 1.38vw, 24px);
  font-weight: 700;
  color: #1571DA;
  border-bottom: 1px solid #1571DA;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page--lower .lower-bottom__back {
    font-size: 16px;
  }
}
.page--lower .lower-bottom__back:hover {
  color: #81FED6;
  border-color: #81FED6;
}

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

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

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

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

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: transparent;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 62px;
  }
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header::after {
    height: 92px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0) 100%);
  }
}
.header.is-lead-pinned::after {
  background: transparent;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 8.33vw;
}
@media screen and (max-width: 1890px) {
  .header__inner {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 1360px) {
  .header__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1140px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 17px 0 15px;
  }
}
.header__logo {
  position: relative;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__logo span {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  color: #1571DA;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1890px) {
  .header__logo span {
    top: calc(100% + 5px);
    font-size: 25px;
  }
}
@media screen and (max-width: 1360px) {
  .header__logo span {
    top: calc(100% + 5px);
    font-size: 16px;
  }
}
.header__logo img {
  width: auto;
  height: 48px;
  object-fit: contain;
}
@media screen and (max-width: 1890px) {
  .header__logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1360px) {
  .header__logo img {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 2300px) {
  .header__nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1890px) {
  .header__nav-list {
    gap: 25px;
  }
}
@media screen and (max-width: 1360px) {
  .header__nav-list {
    gap: 18px;
  }
}
@media screen and (max-width: 1140px) {
  .header__nav-list {
    gap: 13px;
  }
}
.header__nav-item a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #153AAE;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1890px) {
  .header__nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1439px) {
  .header__nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1360px) {
  .header__nav-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1140px) {
  .header__nav-item a {
    font-size: 12px;
  }
}
.header__nav-item a:hover {
  color: #81FED6;
}
.header__nav-item--entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background-color: #1571DA;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #1571DA;
}
@media screen and (max-width: 1890px) {
  .header__nav-item--entry a {
    width: 148px;
    height: 36px;
  }
}
@media screen and (max-width: 1439px) {
  .header__nav-item--entry a {
    width: 140px;
  }
}
@media screen and (max-width: 1360px) {
  .header__nav-item--entry a {
    width: 104px;
    height: 32px;
  }
}
.header__nav-item--entry:hover a {
  color: #1571DA;
  background-color: #fff;
}
.header__menuBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__menuBtn {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 36px;
    height: 30px;
    cursor: pointer;
  }
  .header__menuBtn span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #1571DA;
    border-radius: 7px;
    transform: translateX(52px);
    animation: headerMenuBtnSpanAnime 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  .header__menuBtn span:nth-child(1) {
    animation-delay: 0.3s;
  }
  .header__menuBtn span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .header__menuBtn span:nth-child(3) {
    animation-delay: 0.1s;
  }
  @keyframes headerMenuBtnSpanAnime {
    0% {
      transform: translateX(52px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.header__menuCloseBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__menuCloseBtn {
    position: relative;
    display: block;
    width: 36px;
    height: 30px;
    margin-bottom: 37px;
    cursor: pointer;
  }
  .header__menuCloseBtn span {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 110%;
    height: 3px;
    background-color: #fff;
    border-radius: 7px;
  }
  .header__menuCloseBtn span:nth-child(1) {
    transform: rotate(35deg);
  }
  .header__menuCloseBtn span:nth-child(2) {
    transform: rotate(-35deg);
  }
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 16px;
  background-color: rgba(21, 113, 218, 0.95);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .header__menu {
    display: none;
  }
}
.header__menu.is-open {
  animation: headerMenuAnime 0.3s ease-in-out forwards;
}
@keyframes headerMenuAnime {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.header__menu.is-open .header__menu-inner {
  animation: headerMenuInnerAnime 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@keyframes headerMenuInnerAnime {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.header__menu.is-closing {
  animation: headerMenuCloseAnime 0.3s ease-in-out forwards;
}
@keyframes headerMenuCloseAnime {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.header__menu-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px 0 15px;
}
.header__menu-logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 37px;
}
.header__menu-logo img {
  width: auto;
  height: 48px;
  object-fit: contain;
}
@media screen and (max-width: 1360px) {
  .header__menu-logo img {
    height: 30px;
  }
}
.header__menu-logo span {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  .header__menu-logo span {
    top: calc(100% + 6px);
    font-size: 16px;
  }
}
.header__menu-inner {
  width: 89%;
  height: calc(100dvh - 82px);
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 10px;
  padding-top: 2px;
  padding-left: 17px;
  padding-bottom: 65px;
  overflow-y: auto;
  transform: translateX(100%);
}
.header__menu-list {
  margin-bottom: 40px;
}
.header__menu-item.is-open .header__menu-toggle::after {
  transform: rotate(0deg);
}
.header__menu-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 17px 10px 0;
}
.header__menu-name {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1px;
}
.header__menu-name img {
  width: auto;
  height: 15px;
  object-fit: contain;
}
.header__menu-name span {
  font-size: 20px;
  font-weight: 700;
  color: #1571DA;
}
.header__menu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.header__menu-toggle::before, .header__menu-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #1571DA;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.header__menu-toggle::after {
  transform: rotate(-90deg);
}
.header__menu-contents {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.header__menu-contents-list {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.header__menu-contents-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 66px;
  padding: 0 17px 0 22px;
  background: linear-gradient(90deg, #9C96F0 0%, #3F9ED8 100%);
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
.header__menu-contents-item a span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.header__menu-contents-item a img {
  width: 22px;
  height: auto;
  object-fit: contain;
}
.header__menu-ctaBtn {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 15px);
  max-width: 380px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50px;
}
.header__menu-ctaBtn.--casual {
  background-color: #fff;
  margin-bottom: 17px;
}
.header__menu-ctaBtn.--casual span {
  color: #1571DA;
}
.header__menu-ctaBtn.--entry {
  background-color: #1571DA;
  margin-bottom: 56px;
}
.header__menu-ctaBtn.--entry span {
  color: #fff;
}
.header__menu-ctaBtn span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.header__menu-ctaBtn img {
  width: 18px;
  height: auto;
  object-fit: contain;
}
.header__menu-aplogo {
  display: block;
  width: 113px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 5px;
}
.header__menu-apLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto;
}
.header__menu-apLink .--domain {
  width: 82px;
  height: auto;
  object-fit: contain;
}
.header__menu-apLink .--arrow {
  width: 18px;
  height: auto;
  object-fit: contain;
}

.footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 70px 8.33vw 30px;
  color: #fff;
  background-color: #1571DA;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 34px 16px 16px;
  }
}
.footer__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  column-gap: 130px;
  row-gap: 16px;
}
@media screen and (max-width: 1360px) {
  .footer__list {
    column-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer__list {
    column-gap: 50px;
    margin-right: auto;
  }
}
.footer__item a {
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 1360px) {
  .footer__item a {
    font-size: 15px;
  }
}
.footer__info {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .footer__info {
    align-items: center;
  }
}
.footer__info-name {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__info-name {
    font-size: 15px;
  }
}
.footer__info-url {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .footer__info-url {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.footer__info-url img {
  width: 16px;
  margin-top: 5px;
}
.footer__info-address {
  font-size: 16px;
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__info-address {
    font-size: 12px;
    text-align: center;
    margin-bottom: 56px;
  }
}
.footer__logo {
  display: block;
  width: 155px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 112px;
    margin-bottom: 8px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer__copyright {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
  }
}

.cta {
  position: relative;
  padding-top: min(5vw, 100px);
  padding-bottom: min(5vw, 100px);
  background-image: url("../../assets/img/common/bg-cta.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .cta {
    background-image: url("../../assets/img/common/bg-cta-sp.jpg");
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cta .inner {
  padding-left: 15vw;
  padding-right: 15vw;
  max-width: 2200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta__job-desc {
  position: relative;
  padding: min(2.08vw, 36px) min(2.7vw, 46px);
  margin-bottom: min(7.56vw, 130px);
  border: 1px solid #000;
  border-radius: min(1vw, 26px);
}
@media screen and (max-width: 768px) {
  .cta__job-desc {
    padding: 36px 25px;
    margin-bottom: 55px;
    border-radius: 12px;
  }
}
.cta__job-desc h2 {
  position: absolute;
  inset: max(-1.1vw, -22px) 0 auto 0;
  margin: auto;
  width: min(11vw, 210px);
  font-size: clamp(15px, 1.388vw, 28px);
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cta__job-desc h2 {
    top: clamp(-12px, -1.1vw, -22px);
  }
}
@media screen and (max-width: 768px) {
  .cta__job-desc h2 {
    top: -16px;
    width: 110px;
    font-size: 20px;
  }
}
.cta__job-desc h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px 0 0 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #C2E6F6;
}
@media screen and (max-width: 768px) {
  .cta__job-desc h2::before {
    background-color: #cfeaf3;
  }
}
@media screen and (max-width: 470px) {
  .cta__job-desc h2::before {
    background-color: #DEF1F7;
  }
}
.cta__job-desc-txt {
  font-size: clamp(14px, 1.11vw, 20px);
  margin-bottom: min(1vw, 24px);
}
@media screen and (max-width: 768px) {
  .cta__job-desc-txt {
    font-size: 17px;
    margin-bottom: 17px;
  }
}
.cta__job-desc-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta__job-desc-container {
    flex-direction: column;
    gap: 29px;
  }
}
.cta__job-desc-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  column-gap: 4em;
  row-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .cta__job-desc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.cta__job-desc-item a {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: clamp(14px, 1.11vw, 22px);
  font-weight: 700;
  color: #1571DA;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__job-desc-item a {
    width: fit-content;
    font-size: 16px;
  }
}
.cta__job-desc-item a:hover {
  color: #81FED6;
}
.cta__job-desc-item a img {
  width: clamp(12px, 1.04vw, 20px);
}
@media screen and (max-width: 768px) {
  .cta__job-desc-item a img {
    width: 14px;
    margin-top: 1px;
  }
}
.cta__job-desc-border {
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  width: 100%;
  display: none;
}
.cta__job-desc-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(13.8vw, 280px);
  height: auto;
  aspect-ratio: 4.46/1;
  border: 1px solid #1571DA;
  border-radius: min(0.6vw, 18px);
  font-size: clamp(14px, 1.11vw, 22px);
  font-weight: 700;
  color: #1571DA;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__job-desc-more {
    width: 100%;
    height: 47px;
    aspect-ratio: auto;
    border-radius: 9px;
    font-size: 16px;
  }
}
.cta__job-desc-more:hover {
  background-color: #1571DA;
  color: #fff;
}
.cta__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cta__link {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.cta__link--casual {
  margin-bottom: clamp(30px, 2.77vw, 50px);
}
@media screen and (max-width: 768px) {
  .cta__link--casual {
    margin-bottom: 36px;
  }
}
.cta__link--casual .cta__btn {
  background-color: #fff;
  color: #1571DA;
}
.cta__link--entry .cta__btn {
  background-color: #1571DA;
  color: #fff;
}
.cta__txt {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .cta__txt {
    width: 100%;
  }
}
.cta__txt h2 {
  font-size: clamp(15px, 1.388vw, 28px);
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .cta__txt h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.cta__txt p {
  font-size: clamp(14px, 1.11vw, 20px);
}
@media screen and (max-width: 768px) {
  .cta__txt p {
    font-size: 16px;
  }
}
.cta__btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  width: clamp(240px, 28.68vw, 600px);
  height: auto;
  aspect-ratio: 4/1;
  border-radius: 10vw;
  font-size: clamp(15px, 1.388vw, 28px);
  font-weight: 700;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    gap: 11px;
    width: 100%;
    max-width: 400px;
    border-radius: 100px;
    font-size: 18px;
  }
}
.cta__btn:hover {
  opacity: 0.7;
}
.cta__btn img {
  width: clamp(18px, 1.666vw, 34px);
}
@media screen and (max-width: 768px) {
  .cta__btn img {
    width: 20px;
  }
}

.moreBtn {
  position: relative;
  width: 37.692vw;
  height: 37.692vw;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .moreBtn {
    width: max(13.19vw, 140px);
    height: max(13.19vw, 140px);
  }
}
.moreBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1571DA;
  font-size: 4.615vw;
  font-weight: 700;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #1571DA;
}
@media screen and (min-width: 769px) {
  .moreBtn a {
    font-size: max(1.666vw, 16px);
  }
  .moreBtn a:hover {
    animation: moreShake 0.3s linear;
  }
  @keyframes moreShake {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-3px);
    }
    50% {
      transform: translateX(3px);
    }
    75% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(0);
    }
  }
}

.archiveList__item {
  border-radius: 3.7vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .archiveList__item {
    border-radius: 1.4vw;
    border: 1px solid #000;
    transition: border-color 0.3s ease;
  }
  .archiveList__item:hover {
    border-color: #1571DA;
  }
}
.archiveList__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  border-top-left-radius: 3.7vw;
  border-top-right-radius: 3.7vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .archiveList__img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.archiveList__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archiveList__content {
  display: flex;
  flex-flow: column;
  padding: 3vw 3vw 7.4vw;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom-left-radius: 3.7vw;
  border-bottom-right-radius: 3.7vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .archiveList__content {
    padding: 1vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
  }
}
.archiveList__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5.8vw;
}
@media screen and (min-width: 769px) {
  .archiveList__meta {
    align-items: center;
    margin-bottom: 1.4vw;
  }
}
.archiveList__cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: fit-content;
  min-width: 20vw;
  background-color: #000;
  border-radius: 3vw;
}
@media screen and (min-width: 769px) {
  .archiveList__cat {
    min-width: 4.16vw;
    font-size: 1vw;
    padding: 0.3em 0.8em;
  }
}
.archiveList__date {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .archiveList__date {
    font-size: 1vw;
  }
}
.archiveList__ttl {
  font-size: 4.76vw;
  font-weight: 700;
  line-height: 1.3;
  color: #1571DA;
  margin-bottom: 8.465vw;
}
@media screen and (min-width: 769px) {
  .archiveList__ttl {
    font-size: 1.11vw;
    margin-bottom: 3vw;
  }
}
.archiveList__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  font-weight: 700;
}
.archiveList__name {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 4.23vw;
}
@media screen and (min-width: 769px) {
  .archiveList__name {
    font-size: 1vw;
  }
}
.archiveList__name span {
  font-size: 2.645vw;
}
@media screen and (min-width: 769px) {
  .archiveList__name span {
    font-size: 0.76vw;
  }
}
.archiveList__year {
  font-size: 3.7vw;
}
@media screen and (min-width: 769px) {
  .archiveList__year {
    font-size: 1vw;
  }
}

.archiveList.--interview .archiveList__item {
  background: linear-gradient(135deg, #EFEFEF 0%, #FFFFFF 70%, #F7DAEE 100%);
}

.archiveList.--column .archiveList__item {
  background: linear-gradient(0deg, #EAFFF8 0%, #F6FEFF 50%);
}

.home .archiveList.--stacked .archiveList__item, .home .archiveList.--interview .archiveList__item, .home .archiveList.--column .archiveList__item {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
  will-change: transform, opacity;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.home .archiveList.--stacked .archiveList__item a, .home .archiveList.--interview .archiveList__item a, .home .archiveList.--column .archiveList__item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .home .archiveList.--stacked .archiveList__item a, .home .archiveList.--interview .archiveList__item a, .home .archiveList.--column .archiveList__item a {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .home .archiveList.--stacked .archiveList__item .archiveList__img, .home .archiveList.--interview .archiveList__item .archiveList__img, .home .archiveList.--column .archiveList__item .archiveList__img {
    width: 49%;
    aspect-ratio: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  .home .archiveList.--stacked .archiveList__item .archiveList__content, .home .archiveList.--interview .archiveList__item .archiveList__content, .home .archiveList.--column .archiveList__item .archiveList__content {
    width: 51%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
  }
}/*# sourceMappingURL=style.css.map */