@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.toggle__content-inner > :first-child, .tab__container > :first-child, .table__cell > :first-child, .list-description__dd > :first-child, .box-point-emphasis__text > :first-child, .box__content > :first-child, .grid__item > :first-child, .media-layout__body > :first-child, .media-layout__item > :first-child, .button-layout > :first-child, .header-nav__detail-body > :first-child, .footer-sitemap__details-content > :first-child, .content__inner:not(:has(.box-interview)) > :first-child {
  margin-top: 0 !important;
}
.toggle__content-inner > :last-child, .tab__container > :last-child, .table__cell > :last-child, .list-description__dd > :last-child, .box-point-emphasis__text > :last-child, .box__content > :last-child, .grid__item > :last-child, .media-layout__body > :last-child, .media-layout__item > :last-child, .button-layout > :last-child, .header-nav__detail-body > :last-child, .footer-sitemap__details-content > :last-child, .content__inner:not(:has(.box-interview)) > :last-child {
  margin-bottom: 0 !important;
}

.carousel__arrow-alt, .carousel__pagination span, .footer-scroll-to-top__alt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

:root {
  --WIDTH_CONTENT: 1200px;
  --WIDTH_CONTENT_SECONDARY: 1040px;
  --WIDTH_CONTENT_NARROW: 880px;
  --WIDTH_BORDER_BOX: 2px;
  --GUTTER_CONTENT: 40px;
  --COLOR_BASE: #fff;
  --COLOR_FONT: #333;
  --COLOR_PRIMARY: #000064;
  --COLOR_SECONDARY: #9E9E9F;
  --COLOR_BG_1: #047ED0;
  --COLOR_BG_2: #E8ECFF;
  --COLOR_BG_3: #FF7316;
  --COLOR_BG_4: #DAE8FB;
  --COLOR_TI_1: #047ED0;
  --COLOR_TI_2: #C1DBFF;
  --COLOR_TI_3: #FF7316;
  --COLOR_TI_4: #003254;
  --COLOR_BORDER_1: #C7D1E1;
  --COLOR_BORDER_2: #E6EAF2;
  --COLOR_GRADATION: linear-gradient(45deg, var(--COLOR_PRIMARY), #21AFFF);
  --COLOR_BACKDROP: rgba(51, 51, 51, 0.7);
  --FONT_SIZE: 1.6rem;
  --FONT_WEIGHT_NORMAL: 400;
  --FONT_WEIGHT_BOLD: 700;
  --FONT_WEIGHT_RELIEF: 500;
  --FONT_FAMILY: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN", Yugothic, Winyugothic, "メイリオ", Meiryo, sans-serif;
  --FONT_FAMILY_RELIEF: "Red Hat Display Italic", var(--FONT_FAMILY);
  --LINE_HEIGHT: 1.5;
  --LINE_HEIGHT_TIGHT: 1.25;
  --LINE_HEIGHT_LOOSE: 1.75;
  --LETTER_SPACING_RELIEF: .005em;
  --OPACITY_HOVER: 0.5;
  --Z_INDEX_HEADER: 5000;
  --Z_INDEX_FIXED_AREA: 3000;
  --EASING: ease-out;
  --SCALE: 1.2;
  --DURATION: .3s;
  --TRANSITION: var(--EASING) var(--DURATION);
  --JS_WIDTH_BODY: 100dvw;
  --JS_HEIGHT_HEADER: 0;
  --TO_SCREEN_EDGE: calc((var(--JS_WIDTH_BODY) - 100%) / 2 * -1);
  --SHAPES_SHORT_SIDE: 121;
  --SHAPES_WIDE_SIDE: 144;
  --SHAPES-ASPECT-RATIO: var(--SHAPES_SHORT_SIDE) / var(--SHAPES_WIDE_SIDE);
}
:root:lang(en) {
  --FONT_FAMILY: Arial, sans-serif;
}
@media (max-width: 767px) {
  :root {
    --WIDTH_CONTENT_SECONDARY: calc(100% - 32px);
    --GUTTER_CONTENT: 16px;
    --FONT_SIZE: 1.4rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--JS_HEIGHT_HEADER);
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  color: var(--COLOR_FONT);
  font-size: var(--FONT_SIZE);
  font-family: var(--FONT_FAMILY);
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: var(--LINE_HEIGHT);
  overflow-x: hidden;
  text-rendering: optimizespeed;
}
html:lang(ja) body {
  word-break: break-all;
}
body.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

strong,
em {
  font-weight: var(--FONT_WEIGHT_BOLD);
  font-style: normal;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input[type=button] {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  appearance: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

::placeholder {
  opacity: 1;
}

input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}
input[type=file] {
  width: 100%;
}

select {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

textarea {
  display: block;
  color: inherit;
  font: inherit;
  line-height: inherit;
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary[tabindex="-1"] {
  cursor: auto;
}

dialog {
  max-width: calc(100% - var(--GUTTER_CONTENT) * 2);
  max-height: calc(100% - var(--GUTTER_CONTENT) * 2);
  padding: 0;
  border: none;
  color: inherit;
}
@media (scripting: none) {
  dialog {
    position: relative;
    display: block;
  }
}

@font-face {
  font-family: WinYuGothic;
  font-weight: normal;
  src: local(yugothic-medium), local("Yu Gothic Medium"); /* for Chrome */
}
@font-face {
  font-family: WinYuGothic;
  font-weight: bold;
  src: local(yugothic-bold), local("Yu Gothic"); /* for Chrome */
}
@font-face {
  font-family: "Red Hat Display Italic";
  font-display: swap;
  src: url("/recruit/assets/font/RedHatDisplay-Italic-VariableFont_wght.woff2") format("woff2"), url("/recruit/assets/font/RedHatDisplay-MediumItalic.woff2") format("woff2");
}
.content {
  background-color: var(--COLOR_BG_2);
  background-image: url(/recruit/assets/img/bg.svg);
  background-size: 100% auto;
  background-position: center top;
}
.content:has(.box-interview) {
  background-position: center top 32px;
}
@media (min-width: 768px) {
  .content:has(.box-interview) {
    background-position: center 80px;
  }
}

.content__inner {
  max-width: var(--WIDTH_CONTENT);
  padding: 56px var(--GUTTER_CONTENT) 64px;
  margin: 0 auto;
  box-sizing: content-box;
}
.content__inner + .content__inner {
  padding-top: 0;
}
@media (min-width: 768px) {
  .content__inner {
    padding: 80px var(--GUTTER_CONTENT) 96px;
  }
}
.content__inner:has(.box-interview) {
  padding-top: 0;
}
.content__inner--narrow {
  max-width: var(--WIDTH_CONTENT_NARROW);
}
.content__inner--full {
  max-width: none;
}
.content__inner--no-padding {
  padding: 0;
}

.box-interview {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: var(--WIDTH_CONTENT_SECONDARY);
  margin-top: -32px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  filter: drop-shadow(0 4px 40px rgba(45, 55, 94, 0.16));
  padding: 24px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .box-interview {
    margin-top: -80px;
    padding: 40px 80px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .box-interview--narrow {
    max-width: var(--WIDTH_CONTENT_NARROW);
  }
}
@media (min-width: 1025px) {
  .box-interview[data-column-pc="2"] .box-interview__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-interview[data-column-pc="2"] .box-interview__item:nth-of-type(even) {
    border-right: none;
  }
  .box-interview[data-column-pc="3"] .box-interview__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-interview__lead {
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  text-align: center;
}
@media (min-width: 1025px) {
  .box-interview__lead {
    font-size: 2.4rem;
  }
}

.box-interview__list {
  display: grid;
  gap: 16px;
}
@media (min-width: 1025px) {
  .box-interview__list {
    flex-direction: row;
    gap: 40px;
  }
}

.box-interview__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--COLOR_BORDER_1);
  padding: 0 0 15px 0;
}
.box-interview__item:last-of-type {
  border: none;
  padding: 0;
}
@media (min-width: 1025px) {
  .box-interview__item:last-of-type {
    min-width: calc(var(--min-width) - 40px);
  }
}
@media (min-width: 1025px) {
  .box-interview__item {
    border-width: 0 1px 0 0;
    padding: 0 40px 0 0;
  }
}

.box-interview__name {
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  color: var(--COLOR_TI_1);
}
@media (min-width: 1025px) {
  .box-interview__name {
    font-size: 2rem;
  }
}

.box-interview__text {
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .box-interview__text {
    font-size: 1.6rem;
  }
}

.heading-interview {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 8px;
  margin-block: 40px 24px;
  color: var(--COLOR_TI_1);
  font-size: 2rem;
}
.heading-interview::before {
  content: "";
  background-color: var(--COLOR_BG_1);
  width: 24px;
  height: 1px;
  margin-top: 0.75em;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .heading-interview::before {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .heading-interview {
    margin-block: 56px 32px;
    font-size: 2.4rem;
  }
}

.text-interview {
  line-height: var(--LINE_HEIGHT_LOOSE);
  margin-top: 24px;
  display: grid;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .text-interview {
    margin-top: 32px;
    row-gap: 16px;
  }
}

.text-interview__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .text-interview__item {
    column-gap: 16px;
  }
}

.text-interview__name {
  min-width: 42px;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 768px) {
  .text-interview__name {
    min-width: 48px;
  }
}

.page-title {
  position: relative;
  clip-path: fill-box;
}
.page-title::before, .page-title::after {
  content: "";
  position: absolute;
  aspect-ratio: var(--SHAPES-ASPECT-RATIO);
}
.page-title::before {
  background: var(--COLOR_GRADATION);
  width: 230px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
@media (min-width: 768px) {
  .page-title::before {
    width: clamp(440px, 22.3vw + 269px, 590px);
  }
}
.page-title::after {
  background-color: var(--COLOR_BG_1);
  width: clamp(90px, 21vw - 70px, 230px);
  inset: auto 0 0 auto;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-title__outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  aspect-ratio: var(--SHAPES-ASPECT-RATIO);
  background-color: #969699;
  width: 135px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 0;
}
@media (min-width: 768px) {
  .page-title__outer::before {
    width: clamp(280px, 28.5vw + 61.2px, 490px);
  }
}

.page-title__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-width: var(--WIDTH_CONTENT);
  padding: 16px var(--GUTTER_CONTENT) 64px;
  margin: 0 auto;
  box-sizing: content-box;
}
.page-title--interview .page-title__inner {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .page-title--interview .page-title__inner {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .page-title--interview .page-title__inner {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .page-title__inner {
    row-gap: 120px;
    padding-block: 16px 160px;
  }
}

.page-title__heading {
  z-index: 1;
  font-size: 3.2rem;
  color: var(--COLOR_BASE);
  text-shadow: 0 0 16px rgba(0, 64, 107, 0.8);
}
@media (max-width: 767px) {
  .page-title--interview .page-title__heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page-title__heading {
    font-size: 4.8rem;
  }
}

.page-title__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--COLOR_BG_1);
}
.page-title__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--COLOR_PRIMARY);
  opacity: 0.24;
}

.page-title__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb {
  display: flex;
  column-gap: 32px;
  overflow: auto;
  color: var(--COLOR_BASE);
  z-index: 2;
}
@media (min-width: 768px) {
  .breadcrumb {
    column-gap: 56px;
  }
}

.breadcrumb__item {
  display: flex;
  flex-shrink: 0;
  position: relative;
  font-size: 1.2rem;
}
.breadcrumb__item::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: var(--COLOR_BASE);
  position: absolute;
  inset: 50% calc(100% + 8px);
}
@media (min-width: 768px) {
  .breadcrumb__item::after {
    width: 24px;
    inset: 50% calc(100% + 16px);
  }
}
.breadcrumb__item:last-child::after {
  content: unset;
}
@media (min-width: 768px) {
  .breadcrumb__item {
    font-size: 1.4rem;
  }
}

.breadcrumb__link {
  text-decoration: underline;
}

.footer {
  position: relative;
}
@media (hover: hover) and (min-width: 767px) {
  .footer a:any-link {
    transition: opacity var(--TRANSITION);
  }
  .footer a:any-link:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .footer-contact {
    gap: 40px;
    margin-inline: 0;
  }
}

.footer-logo {
  --width-logo: 143px;
  --height-logo: 48px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .footer-logo {
    justify-content: start;
  }
}

.footer-logo__link {
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.footer-logo__text {
  position: relative;
  display: flex;
  width: 143px;
  /* height: 48px; */
}
@media (min-width: 1025px) {
  .footer-logo__text {
    width: 200px;
    height: 104px;
  }
}

.footer-nav {
  background-color: var(--COLOR_PRIMARY);
}

.footer-nav__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  box-sizing: content-box;
  margin-inline: auto;
  padding: 32px 0 0;
}
@media (min-width: 1025px) {
  .footer-nav__inner {
    max-width: var(--WIDTH_CONTENT);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    padding: 100px 120px;
  }
}
@media (min-width: 1441px) {
  .footer-nav__inner {
    gap: 200px;
  }
}

@media (min-width: 1025px) {
  .footer-sitemap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
  }
}

.footer-sitemap__group {
  display: contents;
}
@media (min-width: 1025px) {
  .footer-sitemap__group {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}

@media (max-width: 1024px) {
  .footer-sitemap__item--only-pc {
    display: none;
  }
}

.footer-sitemap__details {
  border-top: 1px solid var(--COLOR_BORDER_1);
}
@media (min-width: 1025px) {
  .footer-sitemap__details {
    border-top: none;
  }
}

.footer-sitemap__details-summary {
  position: relative;
  padding: 20px var(--GUTTER_CONTENT);
}
@media (max-width: 1024px) {
  .footer-sitemap__details-summary::before {
    content: "";
    position: absolute;
    inset: 0 15px 0 auto;
    width: 32px;
    height: 32px;
    margin: auto;
    border: 1px solid var(--COLOR_BASE);
    border-radius: 50%;
  }
}
@media (min-width: 1025px) {
  .footer-sitemap__details-summary {
    display: none;
  }
}

.footer-sitemap__details-title {
  color: var(--COLOR_BASE);
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 1024px) {
  .footer-sitemap__details-title::before, .footer-sitemap__details-title::after {
    content: "";
    position: absolute;
    inset: 0 25px 0 auto;
    width: 12px;
    height: 1px;
    margin: auto;
    background-color: var(--COLOR_BASE);
  }
  .footer-sitemap__details-title::after {
    rotate: 90deg;
  }
  .footer-sitemap__details[open] .footer-sitemap__details-title::after {
    opacity: 0;
  }
}

.footer-sitemap__details-content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 24px var(--GUTTER_CONTENT);
  background-color: var(--COLOR_BG_2);
}
@media (min-width: 1025px) {
  .footer-sitemap__details-content {
    row-gap: 24px;
    padding: 0;
    background-color: transparent;
  }
}

.footer-sitemap__title {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 1025px) {
  .footer-sitemap__title {
    color: var(--COLOR_BASE);
    font-size: 2.4rem;
  }
}

.footer-sitemap__title-link {
  position: relative;
}
@media (max-width: 1024px) {
  .footer-sitemap__title-link {
    padding-right: 32px;
  }
  .footer-sitemap__title-link::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 24px;
    height: 24px;
    margin: auto;
    background-image: var(--COLOR_GRADATION);
    border-radius: 50%;
  }
  .footer-sitemap__title-link::after {
    content: "";
    position: absolute;
    inset: 0 8px 0 auto;
    width: 8px;
    height: 8px;
    margin: auto;
    background-color: var(--COLOR_BASE);
    mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  }
}
@media (min-width: 1025px) {
  .footer-sitemap__title-link {
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: fit-content;
  }
  .footer-sitemap__title-link::before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: var(--COLOR_BG_1);
  }
}

.footer-sitemap__subtitle {
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 1025px) {
  .footer-sitemap__subtitle {
    color: var(--COLOR_BASE);
  }
}

.footer-sitemap__child {
  display: grid;
  row-gap: 16px;
}

@media (max-width: 1024px) {
  .footer-sitemap__child-link {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
  }
  .footer-sitemap__child-link::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--COLOR_PRIMARY);
    mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  }
}
@media (min-width: 1025px) {
  .footer-sitemap__child-link {
    color: var(--COLOR_TI_2);
  }
}

.footer-utils {
  background-color: var(--COLOR_SECONDARY);
  color: var(--COLOR_BASE);
}
.footer-utils .icon-link[data-id=blank] {
  fill: currentColor;
  width: 13px;
  height: 13px;
}

.footer-utils__inner {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  padding: 24px 16px;
}
@media (min-width: 1025px) {
  .footer-utils__inner {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 32px;
    padding: 44px 120px 42px;
  }
}

.footer-utils__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .footer-utils__list {
    justify-content: start;
    column-gap: 40px;
  }
}

.footer-utils__link {
  display: flex;
  column-gap: 8px;
  align-items: center;
  text-decoration: underline;
}

.footer-utils__copy {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer-utils__copy {
    font-size: 1.4rem;
    text-align: start;
    white-space: nowrap;
  }
}

.footer-fixed-area {
  position: fixed;
  left: 0;
  z-index: var(--Z_INDEX_FIXED_AREA);
  bottom: 32px;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility var(--TRANSITION), opacity var(--TRANSITION), position var(--TRANSITION);
}
.footer-fixed-area.is-shown {
  visibility: visible;
  opacity: 1;
}
.footer-fixed-area.is-static {
  position: absolute;
  inset: 0 auto auto 0;
}
@media (scripting: none) {
  .footer-fixed-area {
    position: absolute;
    inset: 0 auto auto 0;
    visibility: visible;
    opacity: 1;
  }
}

.footer-fixed-area__inner {
  max-width: var(--WIDTH_CONTENT);
  margin: 0 auto;
  padding-inline: var(--GUTTER_CONTENT);
  box-sizing: content-box;
}

.footer-scroll-to-top {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  margin-inline: auto 0;
  background-color: var(--COLOR_BASE);
  pointer-events: auto;
  box-shadow: 0 4px 8px rgba(0, 64, 107, 0.24);
  border: 1px solid var(--COLOR_PRIMARY);
}
@media (min-width: 1025px) {
  .footer-scroll-to-top {
    width: 80px;
    height: 80px;
  }
}
.footer-scroll-to-top::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/assets/img/shape/chevron.svg") no-repeat center;
  rotate: -90deg;
}
@media (min-width: 1025px) {
  .footer-scroll-to-top::before {
    width: 11px;
    height: 22px;
    mask-size: 11px 22px;
  }
}
.footer-fixed-area.is-static .footer-scroll-to-top {
  bottom: 24px;
}
@media (min-width: 1025px) {
  .footer-fixed-area.is-static .footer-scroll-to-top {
    bottom: 40px;
  }
}

.footer-sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .footer-sns-list {
    justify-content: left;
    padding: 0;
  }
}

.header {
  --header-color-base: var(--COLOR_BASE);
  --header-color-primary: var(--COLOR_PRIMARY);
  --header-color-secondary: var(--COLOR_SECONDARY);
  --header-color-font: var(--COLOR_FONT);
  --header-color-font-em: var(--COLOR_BASE);
  position: sticky;
  top: 0;
  z-index: var(--Z_INDEX_HEADER);
  background-color: var(--header-color-base);
  box-shadow: 0 7px 30px rgba(123, 123, 123, 0.16);
  color: var(--header-color-font);
  transition: background-color var(--TRANSITION);
}
@media (max-width: 1024px) {
  .header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  align-items: center;
  margin: 0 auto;
  padding-block: 24px 12px;
  padding-inline: 32px;
  background-color: var(--header-color-base);
  box-sizing: content-box;
  transition: background-color var(--TRANSITION);
  background-image: url(/assets/img/logo/futureline.svg);
  background-repeat: no-repeat;
  background-position: center -2px;
  white-space: nowrap;
  background-size: 100%;
  /* overflow-x: auto; */
}


/* 〜766px：装飾ラインの高さを8px固定（SVGはCSS指定サイズで描画) */
@media (max-width: 766px) {
  .header__inner {
    background-size: 100% 8px;
    padding: 14px 16px 6px 4px !important;

  }
}



@media (max-width: 1024px) {
  .header__inner {
    padding: 16px 16px 6px 28px;
  }
}

.header__logo {
  /* --width-logo: 604px;
  --height-logo: 86px; */
  display: flex;
  align-items: center;
  justify-content: center;
    /* flex-shrink: 0; */
}

/* 767px〜：装飾ラインの高さを可変（8px〜16px) */
@media (min-width: 767px) {
  .header__inner {
    background-size: 100% clamp(8px, 1vw, 16px);
    padding: 14px 16px 6px 28px;
  }

  .header-menu__button {
    padding: 40px;
  }


}




@media (max-width: 1024px) {
  .header__logo {
    --width-logo: 203px;
    --height-logo: 29px;
  }
}

.header__logo-text {
  position: relative;
  display: flex;
  /* width: var(--width-logo); */
  /* height: var(--height-logo); */
  height: 60px;
}

@media (max-width: 1024px) {
  .header__content {
    padding-top: unset;
  }
}

@media (max-width: 1024px) {
  .header-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100dvh;
    background-color: var(--COLOR_BACKDROP);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--TRANSITION), visibility var(--TRANSITION);
  }
  .header-menu:where(.is-open)::before {
    opacity: 1;
    visibility: visible;
  }
}

.header-menu__button {
  display: none;
}


@media (max-width: 1024px) {
  .header-menu__button {
    position: relative;
    display: block;
    margin: -16px;
    /* margin-top: -20px; */
    padding: 40px;
    /* width: 8px; */
    /* height: 16px; */
    overflow: hidden;
    background-color: var(--COLOR_PRIMARY);
  }
  .header-menu__button::before,
  .header-menu__button .header-menu__button-alt::before,
  .header-menu__button .header-menu__button-alt::after {
    content: "";
    position: absolute;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    margin: auto;
    background-color: var(--COLOR_BASE);
  }
  .header-menu__button::before {
    top: 0;
    bottom: 0;
  }
  .header-menu__button .header-menu__button-alt::before {
    top: 24px;
  }
  .header-menu__button .header-menu__button-alt::after {
    bottom: 24px;
  }
  :where(.header-menu.is-open) .header-menu__button::before {
    opacity: 0;
  }
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::before,
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::after {
    inset: 0;
    width: 32px;
    height: 1px;
  }
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::before {
    rotate: 45deg;
  }
  :where(.header-menu.is-open) .header-menu__button .header-menu__button-alt::after {
    rotate: -45deg;
  }
}

.header-menu__button {
  padding: 38px;
}

@media (max-width: 1024px) {
  .header-menu__button-alt {
    color: transparent;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (min-width: 850px) {

  .header-menu__button {
    padding: 37px;
  }
}
@media (min-width: 950px) {

  .header-menu__button {
    padding: 36px;
  }
}



.header-menu__content {
  display: flex;
  column-gap: 32px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header-menu__content {
    position: absolute;
    top: var(--JS_HEIGHT_HEADER);
    left: 0;
    flex-direction: column;
    row-gap: 0;
    max-height: calc(100dvh - var(--JS_HEIGHT_HEADER));
    background-color: var(--COLOR_BASE);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--TRANSITION), visibility var(--TRANSITION);
  }
  :where(.header-menu.is-open) .header-menu__content {
    opacity: 1;
    visibility: visible;
  }
}

.header-menu__group {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 16px;
}
@media (max-width: 1024px) {
  .header-menu__group {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 24px;
  }
  .header-menu__group--cta {
    display: grid;
    grid-template-columns: repeat(2, 170px);
    gap: 16px;
    justify-content: center;
    padding-block: 32px;
    background-color: var(--COLOR_BG_2);
  }
  .header-menu__group--utils {
    padding: 32px var(--GUTTER_CONTENT);
  }
}

.header-menu__close {
  display: none;
}
@media (max-width: 1024px) {
  .header-menu__close {
    display: block;
    padding: 16px;
    color: var(--COLOR_PRIMARY);
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .header-menu__close-text {
    position: relative;
    display: inline-block;
  }
  .header-menu__close-text::before, .header-menu__close-text::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -16px;
    width: 1px;
    height: 12px;
    margin: auto;
    background-color: var(--COLOR_PRIMARY);
  }
  .header-menu__close-text::before {
    rotate: 45deg;
  }
  .header-menu__close-text::after {
    rotate: -45deg;
  }
}

.header-nav__list {
  --padding-inline-button: 20px;
  --padding-block-button: 32px;
  display: flex;
  margin-right: calc(var(--padding-inline-button) * -1);
}
@media (max-width: 1024px) {
  .header-nav__list {
    flex-direction: column;
    margin-inline: unset;
  }
}

@media (min-width: 1025px) {
  .header-nav__item::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    background-color: var(--COLOR_BACKDROP);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header-nav__item:where(.is-open) {
    color: var(--COLOR_PRIMARY);
  }
  .header-nav__item:where(.is-open)::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .header-nav__item {
    border-bottom: 1px solid var(--COLOR_BORDER_1);
  }
  .header-nav__item:first-child {
    border-top: 1px solid var(--COLOR_BORDER_1);
  }
}

.header-nav__button {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 14px;
  height: 100%;
  padding: var(--padding-block-button) 8px;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 1025px) {
  .header-nav__button::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    width: 2px;
    height: 24px;
    margin-inline: auto;
    background-color: var(--header-color-primary);
    opacity: 0;
    transition: opacity var(--TRANSITION), translate var(--TRANSITION);
  }
  :where(.header-nav__item.is-open) .header-nav__button::before {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .header-nav__button {
    width: 100%;
    padding: 16px 54px 16px var(--GUTTER_CONTENT);
    font-size: 1.6rem;
  }
  .header-nav__button--link::before {
    content: "";
    position: absolute;
    inset: 0 var(--GUTTER_CONTENT) 0 auto;
    width: 8px;
    height: 14px;
    margin: auto;
    background-color: var(--COLOR_PRIMARY);
    mask: url("/assets/img/shape/chevron.svg") no-repeat center/contain;
  }
  .header-nav__button--link[target=_blank]::before {
    content: unset;
  }
  .header-nav__button--drawer::before {
    content: "";
    position: absolute;
    inset: 0 var(--GUTTER_CONTENT) 0 auto;
    width: 32px;
    height: 32px;
    margin: auto;
    border: 1px solid var(--COLOR_PRIMARY);
    border-radius: 50%;
  }
  .header-nav__button--drawer .header-nav__button-text::before,
  .header-nav__button--drawer .header-nav__button-text::after {
    content: "";
    position: absolute;
    inset: 0 calc(var(--GUTTER_CONTENT) + 11px) 0 auto;
    width: 10px;
    height: 1px;
    margin: auto;
    background-color: var(--COLOR_PRIMARY);
  }
  .header-nav__button--drawer .header-nav__button-text::after {
    rotate: 90deg;
  }
  :where(.header-nav__item.is-open) .header-nav__button--drawer .header-nav__button-text::before {
    height: 1px;
  }
  :where(.header-nav__item.is-open) .header-nav__button--drawer .header-nav__button-text::after {
    opacity: 0;
  }
}

.header-nav__button-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  min-height: 32px;
  /* font-size: 1.8rem; */
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .header-nav__button-text {
    font-size: 1.6rem;
  }
}

.header-nav__detail {
  background-color: var(--COLOR_BG_2);
}
@media (min-width: 1025px) {
  .header-nav__detail {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - var(--JS_HEIGHT_HEADER));
    border-top: 1px solid var(--COLOR_BORDER_1);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--TRANSITION), visibility var(--TRANSITION);
  }
  :where(.header-nav__item.is-open) .header-nav__detail {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .header-nav__detail {
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    transition: grid-template-rows var(--TRANSITION), visibility var(--TRANSITION);
  }
  :where(.header-nav__item.is-open) .header-nav__detail {
    grid-template-rows: 1fr;
    visibility: visible;
  }
}

.header-nav__detail-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 200px;
  color: var(--COLOR_FONT);
}
@media (max-width: 1024px) {
  .header-nav__detail-inner {
    display: block;
    padding: 0;
    overflow: auto;
  }
}

@media (max-width: 1024px) {
  .header-nav__detail-head {
    padding: 24px var(--GUTTER_CONTENT) 0;
  }
  .header-nav__detail-head:only-child {
    padding-bottom: 24px;
  }
}

.header-nav__detail-body {
  flex: 1;
  min-width: 60%;
}
@media (max-width: 1024px) {
  .header-nav__detail-body {
    padding: 16px var(--GUTTER_CONTENT);
    border-left: unset;
  }
}

.header-nav__detail-category-link {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: color var(--TRANSITION);
}
.header-nav__detail-category-link::before, .header-nav__detail-category-link::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 32px;
  height: 32px;
  margin: auto;
  transition: transform var(--TRANSITION);
}
.header-nav__detail-category-link::before {
  background: var(--COLOR_GRADATION);
  border-radius: 50%;
}
.header-nav__detail-category-link::after {
  background-color: var(--COLOR_BASE);
  mask: url("/recruit/assets/img/shape/chevron.svg") no-repeat center/10px 10px;
}
@media (max-width: 1024px) {
  .header-nav__detail-category-link {
    display: inline-block;
    font-size: 2rem;
    padding-right: 32px;
  }
  .header-nav__detail-category-link::before, .header-nav__detail-category-link::after {
    width: 24px;
    height: 24px;
  }
  .header-nav__detail-category-link::after {
    mask-size: 8px 8px;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__detail-category-link:hover {
    color: #047ED0;
  }
}

@media (min-width: 1025px) {
  .header-nav__detail-mobile-text {
    display: none;
  }
}

.header-nav__detail-subtitle {
  margin-top: 32px;
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 1024px) {
  .header-nav__detail-subtitle {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.header-nav__detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .header-nav__detail-list {
    display: block;
  }
}

.header-nav__detail-link {
  position: relative;
  display: inline-block;
  padding-right: 19px;
  font-size: 1.8rem;
  transition: opacity var(--TRANSITION);
}
.header-nav__detail-link::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 11px;
  height: 11px;
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/recruit/assets/img/shape/chevron.svg") no-repeat center/contain;
  transition: transform var(--TRANSITION);
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__detail-link:hover {
    opacity: var(--OPACITY_HOVER);
  }
}
@media (max-width: 1024px) {
  .header-nav__detail-link {
    display: inline-block;
    padding: 8px 19px 8px 0;
    font-size: 1.4rem;
  }
}

.header-nav__detail-close {
  display: block;
  width: 100%;
  padding: 13px;
  background-color: var(--COLOR_BASE);
  border-radius: var(--border-radius);
  color: var(--COLOR_PRIMARY);
  transition: opacity var(--EASING) 0.2s;
}
@media (max-width: 1024px) {
  .header-nav__detail-close {
    display: none;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-nav__detail-close:hover {
    opacity: var(--OPACITY_HOVER);
  }
}

.header-nav__detail-close-text {
  position: relative;
  display: inline-block;
}
.header-nav__detail-close-text::before, .header-nav__detail-close-text::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -16px;
  width: 1px;
  height: 12px;
  margin: auto;
  background-color: var(--COLOR_PRIMARY);
  border-radius: 2px;
}
.header-nav__detail-close-text::before {
  rotate: 45deg;
}
.header-nav__detail-close-text::after {
  rotate: -45deg;
}

.header-button {
  display: flex;
  justify-content: center;
  background-color: var(--COLOR_BG_3);
  max-width: 180px;
}
.header-button--reverse {
  background-color: var(--COLOR_BASE);
  border: 1px solid var(--COLOR_BG_3);
}
.header-button--reverse .header-button__link {
  color: var(--COLOR_TI_3);
}
.header-button--reverse .header-button__link::before {
  background-color: var(--COLOR_BG_3);
}
@media (hover: hover) and (min-width: 1024px) {
  .header-button--reverse .header-button__link:hover {
    color: var(--COLOR_BASE);
  }
}

.header-button__link {
  position: relative;
  display: block;
  padding: 16px 32px;
  color: var(--COLOR_BASE);
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  transition: color 0.2s var(--EASING);
  text-align: center;
  width: 100%;
  z-index: 1;
}
.header-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
  background-color: var(--COLOR_FONT);
  transition: width 0.2s var(--EASING);
  z-index: -1;
}
@media (max-width: 1024px) {
  .header-button__link {
    padding: 16px 28px;
    width: fit-content;
  }
}
@media (hover: hover) and (min-width: 1024px) {
  .header-button__link:hover {
    color: var(--COLOR_BASE);
  }
  .header-button__link:hover::before {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header-utils {
    text-align: center;
  }
}

.header-utils__link {
  font-size: 1.8rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 1024px) {
  .header-utils__link {
    font-size: 1.6rem;
  }
}

.recruit-list {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .recruit-list {
    margin-block-start: 40px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1441px) {
  .recruit-list {
    margin-inline: calc(var(--INLINE_MARGIN_WIDE) * -1);
  }
}

.recruit-list__item {
  position: relative;
}
.recruit-list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--COLOR_GRADATION);
}
@media (min-width: 768px) {
  .recruit-list__item--span-2 {
    grid-column: span 2;
  }
  .recruit-list__item--span-3 {
    grid-column: span 3;
  }
}

.recruit-list__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  transition: scale var(--TRANSITION);
}

.recruit-list__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 96px 40px 16px;
  color: var(--COLOR_BASE);
  overflow: hidden;
}
@media (min-width: 768px) {
  .recruit-list__link {
    padding: 107px 32px 292px 32px;
    text-align: center;
  }
}
@media (hover: hover) and (min-width: 767px) {
  .recruit-list__link:hover .recruit-list__img {
    scale: var(--SCALE);
  }
}
.recruit-list__link::before, .recruit-list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .recruit-list__link::before, .recruit-list__link::after {
    top: auto;
    bottom: 107px;
  }
}
.recruit-list__link::before {
  right: 50px;
  height: 18px;
  width: 18px;
  background-color: var(--COLOR_BASE);
  mask: url("/recruit/assets/img/icon/top-link.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .recruit-list__link::before {
    right: 50%;
    width: 34px;
    height: 34px;
    transform: translate(40%, -63px);
  }
}
.recruit-list__link::after {
  right: 16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--COLOR_BASE);
}
@media (min-width: 768px) {
  .recruit-list__link::after {
    right: 50%;
    width: 160px;
    height: 160px;
    transform: translate(50%, 0);
  }
}

.recruit-list__sub-title {
  font-size: 1.2rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  font-family: var(--FONT_FAMILY_RELIEF);
  z-index: 1;
}
@media (min-width: 768px) {
  .recruit-list__sub-title {
    font-size: 1.6rem;
  }
}

.recruit-list__title {
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  z-index: 1;
}
@media (min-width: 768px) {
  .recruit-list__title {
    font-size: 3.2rem;
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  40% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    transform: translate(50%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 311px;
  min-height: 80px;
  padding: 16px 16px 16px 32px;
  background-color: var(--COLOR_BG_1);
  color: var(--COLOR_BASE);
  box-shadow: 0 4px 8px rgba(45, 55, 94, 0.16);
  font-weight: var(--FONT_WEIGHT_BOLD);
  text-align: center;
  transition: all var(--TRANSITION);
}
.button::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translate(0, -50%);
  height: 12px;
  width: 12px;
  background-color: var(--COLOR_BASE);
  mask: url("/recruit/assets/img/icon/link.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .button::before {
    right: 40px;
  }
}
.button::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--COLOR_BASE) border-box border-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask-composite: exclude;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .button::after {
    right: 24px;
    width: 40px;
    height: 40px;
  }
}
.button:has(.icon-link)::before, .button:has(.icon-link)::after {
  content: unset;
}
@media (max-width: 767px) {
  .button-layout:has(.button-layout__text) .button {
    margin-inline: auto;
  }
}
.button--em {
  background-color: var(--COLOR_BG_3);
}
@media (min-width: 768px) {
  .button {
    min-width: min(379px, 100%);
    width: auto;
    padding: 16px 24px 16px 40px;
  }
  .button-layout[data-column-pc="2"] .button {
    margin-inline: auto;
  }
  .button-layout[data-column-pc="2"] .button:nth-of-type(odd) {
    margin-right: 0;
  }
  .button-layout[data-column-pc="2"] .button:nth-of-type(even) {
    margin-left: 0;
  }
}
@media (hover: hover) and (min-width: 767px) {
  .button:hover {
    transform: scale(1.05);
  }
  .button:hover .button__text::before {
    animation: arrow var(--TRANSITION);
  }
}

.button__text {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
  color: var(--COLOR_BASE);
  font-weight: var(--FONT_WEIGHT_BOLD);
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .button__text {
    font-size: 2rem;
  }
}

.button-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .button-layout {
    gap: 40px 32px;
    margin-top: 56px;
  }
  .button-layout[data-column-pc="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .button-layout[data-column-pc="3"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.button-layout__item {
  display: contents;
}

.button-layout__text {
  text-align: center;
}

.button-layout:has(.button-layout__text) {
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 0;
}
.button-layout:has(.button-layout__text) .button-layout__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .button-layout:has(.button-layout__text) .button-layout__item {
    gap: 40px 32px;
    margin-top: 24px;
  }
}

.text {
  margin-top: 24px;
  line-height: var(--LINE_HEIGHT_LOOSE);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .text {
    margin-top: 32px;
    font-size: 1.6rem;
  }
}
.text + .text {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .text + .text {
    margin-top: 16px;
  }
}

.text-highlight--secondary {
  color: var(--COLOR_TI_1);
}

.text-important {
  color: #EE2913;
}

.text-highlight--large {
  font-size: 1.25em;
  line-height: var(--LINE_HEIGHT_LOOSE);
}

.text-lead {
  margin-top: 32px;
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: var(--LINE_HEIGHT_LOOSE);
}
@media (min-width: 768px) {
  .text-lead {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}

.text-emphasis {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  padding-inline: 8px;
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  line-height: var(--LINE_HEIGHT);
}
@media (min-width: 768px) {
  .text-emphasis {
    font-size: 2.4rem;
  }
}

.text-emphasis__number {
  font-size: 4rem;
  line-height: var(--LINE_HEIGHT_TIGHT);
  color: var(--COLOR_TI_1);
}
@media (min-width: 768px) {
  .text-emphasis__number {
    font-size: 5.6rem;
  }
}

.heading-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--COLOR_TI_4);
  margin-block: 64px 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .heading-2 {
    gap: 24px;
    margin-block: 96px 48px;
  }
}

.heading-2__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  color: var(--COLOR_TI_4);
  font-size: 2.8rem;
  text-align: center;
}
.heading-2__title::before {
  content: "";
  background: var(--COLOR_GRADATION);
  width: 15px;
  height: 32px;
  transform: skewX(-40deg);
}
@media (min-width: 768px) {
  .heading-2__title {
    row-gap: 16px;
    font-size: 4rem;
  }
}

.heading-2__text {
  line-height: var(--LINE_HEIGHT_LOOSE);
}

.heading-3 {
  margin-block: 40px 24px;
  color: var(--COLOR_TI_1);
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .heading-3 {
    margin-block: 56px 32px;
    font-size: 3.2rem;
  }
}

.heading-4 {
  margin-block: 32px 24px;
  color: var(--COLOR_TI_4);
  font-size: 2rem;
}
@media (min-width: 768px) {
  .heading-4 {
    margin-block: 40px 32px;
    font-size: 2.4rem;
  }
}

.icon-link {
  vertical-align: baseline;
}
.icon-link[data-id=blank] {
  width: 20px;
  height: 20px;
  fill: var(--COLOR_BASE);
}
.icon-link[data-id=pdf] {
  width: 16px;
  height: 16px;
}
.link .icon-link {
  position: relative;
  top: 0.1em;
  margin-inline: 8px 4px;
  fill: currentColor;
}
.link .icon-link[data-id=blank] {
  top: 0.2em;
}
.button .icon-link {
  margin: auto;
  fill: currentColor;
}

.media {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .media {
    margin-top: 32px;
  }
}

.media__item {
  display: table;
  margin-inline: auto;
}

.media__caption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 8px;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .media__caption {
    font-size: 1.4rem;
  }
}

.media-layout {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
  margin-top: 48px;
}
.media-layout + .media-layout {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .media-layout + .media-layout {
    margin-top: 32px;
  }
}
.media-layout--row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .media-layout--auto .media-layout__content {
    min-width: 50%;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .media-layout--auto .media-layout__item {
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .media-layout {
    flex-direction: column;
    row-gap: 16px;
    margin-top: 32px;
  }
}

.media-layout__content {
  display: contents;
}
@media (min-width: 768px) {
  .media-layout__content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    flex-basis: 60%;
  }
}

.media-layout__body {
  flex: 1;
  min-width: 50%;
}
@media (max-width: 767px) {
  .media-layout__body {
    order: 2;
  }
}

@media (min-width: 768px) {
  .media-layout__item {
    flex-basis: 40%;
  }
}

.media-layout__title {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  color: var(--COLOR_PRIMARY);
}
@media (min-width: 768px) {
  .media-layout__title {
    gap: 16px;
  }
}

.media-layout__title-number {
  font-family: var(--FONT_FAMILY_RELIEF);
  font-size: 4rem;
  font-weight: var(--FONT_WEIGHT_RELIEF);
  letter-spacing: 0.05em;
  line-height: var(--LINE_HEIGHT_TIGHT);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .media-layout__title-number {
    font-size: 5.6rem;
  }
}

.media-layout__title-text {
  font-size: 1.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 768px) {
  .media-layout__title-text {
    font-size: 1.6rem;
  }
}

.media-layout__head {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .media-layout__head {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .media-layout__lead--centerSP {
    text-align: center;
  }
}

.media-iframe {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .media-iframe {
    margin-top: 32px;
  }
}

.media-iframe__item {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 8px;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.media-iframe__caption {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .media-iframe__caption {
    font-size: 1.4rem;
  }
}

.media-iframe__iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.grid {
  display: grid;
}
@media (max-width: 767px) {
  .grid {
    margin-top: 32px;
    gap: 24px 8px;
  }
  .grid[data-column-sp="1"] {
    grid-template-columns: 1fr;
  }
  .grid[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid {
    margin-top: 48px;
    gap: 40px 32px;
  }
  .grid[data-column-pc="1"] {
    grid-template-columns: 1fr;
  }
  .grid[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    gap: 32px 24px;
  }
}

.nav-anchor {
  display: grid;
  margin-top: 32px;
  color: var(--COLOR_FONT);
}
@media (min-width: 1025px) {
  .nav-anchor {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    margin-top: 48px;
  }
}

.nav-anchor__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  height: 100%;
  padding-block: 16px;
  border-bottom: 1px solid var(--COLOR_BORDER_1);
}
@media (min-width: 1025px) {
  .nav-anchor__link {
    column-gap: 24px;
  }
}

.nav-anchor__label {
  font-family: var(--FONT_FAMILY_RELIEF);
  font-size: 2.8rem;
  font-weight: var(--FONT_WEIGHT_RELIEF);
  color: var(--COLOR_TI_1);
  line-height: var(--LINE_HEIGHT_TIGHT);
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .nav-anchor__label {
    font-size: 3.2rem;
  }
}

.nav-anchor__text {
  display: contents;
}
.nav-anchor__text::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--COLOR_TI_1);
  mask: url("/recruit/assets/img/icon/nav-anchor.svg") no-repeat center/contain;
}

.nav-anchor:has(.nav-anchor__label) {
  display: grid;
  grid-template-columns: auto 1fr;
}
.nav-anchor:has(.nav-anchor__label) .nav-anchor__item {
  display: contents;
}
.nav-anchor:has(.nav-anchor__label) .nav-anchor__link {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: 8px;
  height: 100%;
  padding-block: 16px;
  border-bottom: 1px solid var(--COLOR_BORDER_1);
}
@media (min-width: 1025px) {
  .nav-anchor:has(.nav-anchor__label) .nav-anchor__link {
    column-gap: 16px;
  }
}
.nav-anchor:has(.nav-anchor__label) .nav-anchor__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
}
@media (min-width: 1025px) {
  .nav-anchor:has(.nav-anchor__label) .nav-anchor__text {
    column-gap: 24px;
  }
}
@media (min-width: 1025px) {
  .nav-anchor:has(.nav-anchor__label) {
    grid-template-columns: repeat(3, auto 1fr);
  }
}

.card {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 16px;
}
@media (hover: hover) and (min-width: 767px) {
  .card:hover .card__img-item {
    scale: var(--SCALE);
  }
}

.card__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.card__title {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  color: var(--COLOR_TI_1);
}
.card__title::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.28em;
  margin: -5px 8px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--COLOR_TI_1) border-box border-box;
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  mask-composite: exclude;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .card__title::before {
    margin-top: -6px;
    width: 32px;
    height: 32px;
  }
}
.card__title::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  transform: translate(0, -50%);
  height: 10px;
  width: 10px;
  background-color: var(--COLOR_TI_1);
  mask: url("/recruit/assets/img/icon/link.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .card__title::after {
    top: 17px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .card__title {
    font-size: 2.4rem;
  }
}

.card__img {
  overflow: hidden;
}

.card__img-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale var(--TRANSITION);
}

.card--row-reverse {
  max-width: var(--WIDTH_CONTENT_SECONDARY);
  margin-inline: auto;
  row-gap: 0;
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 768px) {
  .card--row-reverse {
    flex-direction: row-reverse;
  }
}
.card--row-reverse .card__content {
  justify-content: center;
  padding: 24px 16px;
  background-color: var(--COLOR_BASE);
}
@media (min-width: 768px) {
  .card--row-reverse .card__content {
    width: 50%;
    row-gap: 24px;
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  .card--row-reverse .card__content .card__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .card--row-reverse .card__content .card__title::after {
    top: 16px;
  }
}
@media (min-width: 768px) {
  .card--row-reverse .card__img {
    width: 50%;
  }
}

.card-layout {
  display: grid;
  row-gap: 32px;
  margin-top: 32px;
}
.card-layout--rowReverse,
.card-layout--rowReverse .card {
  row-gap: 0;
}
@media (min-width: 768px) {
  .card-layout--rowReverse .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-layout--rowReverse .card__content {
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .card-layout--rowReverse .card__content {
    order: 2;
    padding: 40px 32px;
  }
}
@media (max-width: 767px) {
  .card-layout[data-column-sp="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
  }
}
@media (min-width: 768px) {
  .card-layout {
    gap: 48px 32px;
    margin-top: 48px;
  }
  .card-layout[data-column-pc="2"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-layout[data-column-pc="3"] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-interview {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .card-interview {
    row-gap: 16px;
  }
}
@media (hover: hover) and (min-width: 767px) {
  .card-interview:hover .card-interview__img-item {
    scale: var(--SCALE);
  }
}

.card-interview__subtitle {
  color: var(--COLOR_PRIMARY);
  font-family: var(--FONT_FAMILY_RELIEF);
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.card-interview__title {
  font-size: 2rem;
}

.card-interview__img {
  overflow: hidden;
}

.card-interview__img-item {
  width: 100%;
  max-width: none;
  transition: scale var(--TRANSITION);
}

.box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: var(--COLOR_BASE);
  padding: 32px 16px;
  margin-top: 32px;
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
.box--secondary {
  background-color: var(--COLOR_BG_4);
  border: none;
}
@media (min-width: 768px) {
  .box {
    row-gap: 24px;
    padding: 56px 80px;
    margin-top: 48px;
  }
}

.box__title {
  font-size: 2rem;
  color: var(--COLOR_TI_4);
  text-align: center;
}
@media (min-width: 768px) {
  .box__title {
    font-size: 2.4rem;
  }
}

.box-emphasis {
  display: grid;
  row-gap: 24px;
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .box-emphasis--row-reverse .box-emphasis__content {
    flex-direction: row-reverse;
    column-gap: 24px;
  }
}
@media (min-width: 1025px) {
  .box-emphasis[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .box-emphasis[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .box-emphasis {
    gap: 40px 32px;
    margin-top: 48px;
  }
}

.box-emphasis__item {
  box-shadow: 0 4px 8px rgba(45, 55, 94, 0.16);
}
@media (min-width: 1025px) {
  .box-emphasis__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}

.box-emphasis__title {
  font-size: 1.6rem;
  text-align: center;
  padding: 16px;
  background-color: var(--COLOR_BG_1);
  color: var(--COLOR_BASE);
}
@media (min-width: 1025px) {
  .box-emphasis__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
}

.box-emphasis__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  row-gap: 8px;
  background-color: var(--COLOR_BASE);
  padding: 24px 16px;
  text-align: center;
}
@media (min-width: 1025px) {
  .box-emphasis__content {
    padding: 32px 24px;
    row-gap: 24px;
  }
}
.box-emphasis__content:not(:has(.box-emphasis__img)) .box-emphasis__main--font-large .box-emphasis__number {
  font-size: 8rem;
}
@media (min-width: 1025px) {
  .box-emphasis__content:not(:has(.box-emphasis__img)) .box-emphasis__main--font-large .box-emphasis__number {
    font-size: 12rem;
  }
}

.box-emphasis__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
@media (min-width: 1025px) {
  .box-emphasis__main {
    flex-direction: row;
    font-size: 2.4rem;
    padding-bottom: 16px;
  }
}
.box-emphasis__main--font-large {
  flex-direction: row;
  padding-bottom: 0;
}
.box-emphasis__main--font-large .box-emphasis__main-item {
  gap: 8px;
}
.box-emphasis__main--font-large .box-emphasis__number {
  font-family: var(--FONT_FAMILY_RELIEF);
  font-weight: var(--FONT_WEIGHT_RELIEF);
}

.box-emphasis__main-item {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 1025px) {
  .box-emphasis__main-item {
    font-size: 2.4rem;
  }
}

.box-emphasis__number {
  line-height: var(--LINE_HEIGHT_TIGHT);
  color: var(--COLOR_TI_1);
}
.box-emphasis__main--font-large .box-emphasis__number {
  font-size: 6.4rem;
}
@media (min-width: 1025px) {
  .box-emphasis__main--font-large .box-emphasis__number {
    font-size: 8rem;
  }
}
html:lang(en) .box-emphasis__main--font-large .box-emphasis__number {
  font-size: 5rem;
}
@media (min-width: 1025px) {
  html:lang(en) .box-emphasis__main--font-large .box-emphasis__number {
    font-size: 7rem;
  }
}

.box-emphasis__sub {
  line-height: var(--LINE_HEIGHT_LOOSE);
}

.box-faq {
  --height-img-sp: 48px;
  --height-img-pc: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 32px 16px;
  margin-top: 56px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 1025px) {
  .box-faq {
    max-width: var(--WIDTH_CONTENT_SECONDARY);
    margin-inline: auto;
    margin-top: 80px;
    row-gap: 32px;
    padding: 48px 80px;
  }
}

.box-faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.box-faq__label {
  font-family: var(--FONT_FAMILY_RELIEF);
  font-size: 3.2rem;
  font-weight: var(--FONT_WEIGHT_RELIEF);
  color: var(--COLOR_TI_1);
  line-height: var(--LINE_HEIGHT_TIGHT);
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .box-faq__label {
    font-size: 4.8rem;
  }
}

.box-faq__text {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (min-width: 1025px) {
  .box-faq__text {
    font-size: 2.4rem;
  }
}

.box-faq__content {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1025px) {
  .box-faq__content {
    row-gap: 24px;
  }
}

.box-faq__balloon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .box-faq__balloon {
    column-gap: 16px;
    margin-inline: 160px 0;
  }
}

.box-faq__balloon-text {
  position: relative;
  padding: 16px;
  margin: 0 8px 0 0px;
  background-color: var(--COLOR_BASE);
  border: 1px solid var(--COLOR_BORDER_1);
}
.box-faq__balloon-text::before, .box-faq__balloon-text::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .box-faq__balloon-text::before, .box-faq__balloon-text::after {
    height: 14px;
  }
}
.box-faq__balloon-text::before {
  right: -6px;
  background-color: var(--COLOR_BASE);
  z-index: 1;
}
.box-faq__balloon-text::after {
  right: -8px;
  background-color: var(--COLOR_BORDER_1);
  z-index: 0;
}

.box-faq__balloon-img {
  width: 48px;
  height: var(--height-img-sp);
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .box-faq__balloon-img {
    width: 80px;
    height: var(--height-img-pc);
  }
}

.box-faq__balloon:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .box-faq__balloon:nth-of-type(odd) {
    margin-inline: 0 160px;
  }
}
.box-faq__balloon:nth-of-type(odd) .box-faq__balloon-text {
  margin: 0 0 0 8px;
}
.box-faq__balloon:nth-of-type(odd) .box-faq__balloon-text::before, .box-faq__balloon:nth-of-type(odd) .box-faq__balloon-text::after {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.box-faq__balloon:nth-of-type(odd) .box-faq__balloon-text::before {
  left: -6px;
}
.box-faq__balloon:nth-of-type(odd) .box-faq__balloon-text::after {
  left: -8px;
}

.box-point {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .box-point {
    margin-top: 32px;
    column-gap: 24px;
  }
  .box-point[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-point[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-point__item {
  display: grid;
  row-gap: 16px;
  padding: 24px 16px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 768px) {
  .box-point__item {
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 24px;
    padding: 32px 24px;
  }
}

.box-point__title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .box-point__title {
    font-size: 2rem;
  }
}

.box-point__content {
  order: 1;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .box-point__content {
    row-gap: 16px;
  }
}

.box-point__text {
  line-height: var(--LINE_HEIGHT_LOOSE);
}

.box-point__img {
  margin-inline: auto;
}

.box-point-emphasis {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .box-point-emphasis {
    max-width: var(--WIDTH_CONTENT_SECONDARY);
    margin-inline: auto;
    margin-top: 32px;
    gap: 32px 24px;
  }
  .box-point-emphasis[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-point-emphasis[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-point-emphasis__item {
  display: grid;
  align-items: center;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .box-point-emphasis__item {
    display: contents;
  }
}

.box-point-emphasis__title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .box-point-emphasis__title {
    font-size: 2rem;
  }
}

.box-point-emphasis__content {
  display: grid;
  row-gap: 16px;
  text-align: center;
  padding: 24px 16px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 768px) {
  .box-point-emphasis:not([data-column-pc]) .box-point-emphasis__content {
    width: calc(50% - 32px);
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .box-point-emphasis__content {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 24px;
    padding: 32px 24px;
  }
}

.box-point-emphasis__text {
  order: 1;
  line-height: var(--LINE_HEIGHT_LOOSE);
}

.box-point-emphasis__text-sub {
  line-height: var(--LINE_HEIGHT_TIGHT);
}

.box-point-emphasis__img {
  margin-inline: auto;
}

.box-point-number {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .box-point-number {
    max-width: var(--WIDTH_CONTENT_SECONDARY);
    margin-inline: auto;
    margin-top: 32px;
    gap: 32px 24px;
  }
  .box-point-number[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-point-number[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box-point-number__item {
  display: grid;
  align-items: center;
  position: relative;
  padding: 0 16px 24px 16px;
  margin-top: 40px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 768px) {
  .box-point-number__item {
    grid-template-rows: auto auto 1fr;
    margin-top: 50px;
    padding: 0 24px 32px 24px;
  }
}

.box-point-number__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -40px auto 0 auto;
  background-color: var(--COLOR_BG_1);
  text-align: center;
}
@media (min-width: 768px) {
  .box-point-number__label {
    width: 100px;
    height: 100px;
    margin: -50px auto 0 auto;
  }
}

.box-point-number__number {
  color: var(--COLOR_BASE);
  font-family: var(--FONT_FAMILY_RELIEF);
  font-size: 3.2rem;
  font-weight: var(--FONT_WEIGHT_RELIEF);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .box-point-number__number {
    font-size: 4.8rem;
  }
}

.box-point-number__content {
  display: grid;
  row-gap: 16px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .box-point-number__content {
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 24px;
    margin-top: 24px;
  }
}

.box-point-number__text {
  order: 1;
  font-size: 1.6rem;
  line-height: var(--LINE_HEIGHT_LOOSE);
}
@media (min-width: 768px) {
  .box-point-number__text {
    font-size: 2rem;
  }
}

.box-point-number__img {
  margin-inline: auto;
}

.box-arrow {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .box-arrow {
    max-width: var(--WIDTH_CONTENT_SECONDARY);
    margin-inline: auto;
    margin-top: 32px;
    gap: 32px 24px;
  }
}

.box-arrow__item {
  display: grid;
  align-items: center;
  row-gap: 16px;
  position: relative;
  padding: 24px 16px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
.box-arrow__item::after {
  content: "";
  width: 48px;
  height: 16px;
  background-color: var(--COLOR_BG_1);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto auto -32px 50%;
  transform: translateX(-50%);
}
.box-arrow__item:last-of-type::after {
  content: none;
}
@media (min-width: 768px) {
  .box-arrow__item {
    grid-template-rows: subgrid;
    padding: 32px 24px;
  }
}

.box-arrow__content {
  display: grid;
  row-gap: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .box-arrow__content {
    row-gap: 40px;
  }
}

.box-arrow__main {
  display: grid;
  row-gap: 48px;
}
@media (min-width: 768px) {
  .box-arrow__main {
    gap: 48px 64px;
  }
  .box-arrow__main[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-arrow__main[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-arrow__main[data-row-pc="2"] {
    grid-template-rows: auto 1fr;
  }
  .box-arrow__main[data-row-pc="2"] .box-arrow__item {
    grid-row: span 2;
  }
  .box-arrow__main[data-row-pc="3"] {
    grid-template-rows: auto auto 1fr;
  }
  .box-arrow__main[data-row-pc="3"] .box-arrow__item {
    grid-row: span 3;
  }
  .box-arrow__main[data-column-pc] .box-arrow__item::after {
    inset: 50% -56px auto auto;
    transform: rotate(-90deg);
  }
}

.box-arrow__lead {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .box-arrow__lead {
    font-size: 1.6rem;
  }
}

.box-arrow__text {
  order: 1;
  font-size: 1.6rem;
  line-height: var(--LINE_HEIGHT_LOOSE);
}
@media (min-width: 768px) {
  .box-arrow__text {
    font-size: 2rem;
  }
}

.box-arrow__text-sub {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .box-arrow__text-sub {
    font-size: 1.6rem;
  }
}

.box-arrow__img {
  margin-inline: auto;
}

.box-arrow__sub {
  padding: 24px 16px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 768px) {
  .box-arrow__sub {
    padding: 40px 80px;
  }
}

.box-arrow__sub-content {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .box-arrow__sub-content {
    flex-direction: row-reverse;
    column-gap: 32px;
    max-width: 715px;
    margin-inline: auto;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .box-arrow__sub-text {
    flex: 1;
    text-align: start;
  }
}

.link {
  text-decoration: underline;
  color: var(--COLOR_TI_1);
  transition: opacity var(--TRANSITION);
}
.link:not(:any-link) {
  color: var(--COLOR_FONT);
  text-decoration: none;
}
@media (hover: hover) and (min-width: 767px) {
  .link:any-link:hover {
    opacity: 0.5;
  }
}

.list {
  display: grid;
  row-gap: 8px;
  margin-top: 24px;
}
.list .list {
  margin-top: 8px;
}
.list-mark .list {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .list {
    margin-top: 32px;
  }
}

.list__item {
  position: relative;
  padding-left: 11px;
}
@media (min-width: 768px) {
  .list__item {
    padding-left: 13px;
  }
}
.list__item::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--COLOR_FONT);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .list__item::before {
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 768px) {
  .list .list .list__item {
    padding-left: 16px;
  }
}
.list .list .list__item::before {
  width: 3px;
  height: 1px;
}
@media (min-width: 768px) {
  .list .list .list__item::before {
    width: 8px;
    height: 1px;
  }
}

.list-number {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  .list-number {
    margin-top: 32px;
    column-gap: 24px;
  }
  .list-number[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-number[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-number[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .list-number[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}

.list-number__item {
  position: relative;
  display: grid;
}

.list-number__label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--COLOR_BG_1);
  text-align: center;
}
@media (min-width: 1025px) {
  .list-number__label {
    inset: 0 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
  }
}

.list-number__number {
  color: var(--COLOR_BASE);
  font-family: var(--FONT_FAMILY_RELIEF);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_RELIEF);
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .list-number__number {
    font-size: 3.2rem;
  }
}

.list-number__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 16px;
  padding: 16px 16px 16px 40px;
  margin-left: 32px;
  background-color: var(--COLOR_BASE);
  border: var(--WIDTH_BORDER_BOX) solid var(--COLOR_BORDER_2);
}
@media (min-width: 1025px) {
  .list-number__content {
    flex-direction: column-reverse;
    row-gap: 16px;
    padding: 64px 16px 24px 16px;
    margin: 40px 0 0 0;
    text-align: center;
  }
}

.list-number__text {
  flex: 1;
}

.list-number__text-main {
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.list-number__text-sub {
  font-size: 1.4rem;
}

.list-notes {
  display: grid;
  row-gap: 8px;
  width: fit-content;
  margin-top: 24px;
  font-size: 1.2rem;
}
.list-notes .list-notes {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .list-notes {
    margin-top: 32px;
    font-size: 1.4rem;
  }
}

.list-notes__item {
  display: flex;
  column-gap: 8px;
}

.list-notes__mark {
  flex-shrink: 0;
}

.list-description {
  display: grid;
  row-gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .list-description {
    margin-top: 32px;
  }
}

.list-description__dt {
  font-weight: var(--FONT_WEIGHT_BOLD);
}

.list-description__dd {
  margin-top: 8px;
}

.list-mark {
  display: grid;
  row-gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .list-mark {
    margin-top: 32px;
  }
}
.list-mark .list-mark {
  margin-top: 8px;
}

.list-mark__item {
  display: flex;
  column-gap: 8px;
}

.list-mark__mark {
  flex-shrink: 0;
}

.table {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .table--column-sp .table__tr {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .table--column-sp .table__colgroup {
    display: none;
  }
}
@media (min-width: 768px) {
  .table {
    margin-top: 40px;
  }
}

.table__item {
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
  text-align: left;
}

.table__thead {
  vertical-align: inherit;
}

.table__tbody {
  vertical-align: inherit;
}

.table__cell {
  font-weight: var(--FONT_WEIGHT_NORMAL);
  padding: 16px;
  border: 1px solid var(--COLOR_BORDER_1);
  margin-top: -1px;
  background-color: var(--COLOR_BASE);
}
@media (max-width: 767px) {
  .table__cell {
    padding: 16px 8px;
  }
}
.table__thead .table__cell {
  color: var(--COLOR_BASE);
  background-color: var(--COLOR_BG_1);
}
.table__cell--heading {
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media (max-width: 767px) {
  .table__cell--heading {
    padding: 8px;
  }
}
.table__tbody .table__cell--heading {
  background-color: var(--COLOR_BG_4);
}

.tab {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .tab {
    margin-top: 48px;
  }
}

.tab__control {
  overflow: auto;
}

.tab__list {
  display: flex;
  column-gap: 24px;
  border-bottom: 1px solid var(--COLOR_BORDER_1);
}
@media (min-width: 768px) {
  .tab__list {
    column-gap: 32px;
  }
}

.tab__list-item {
  display: flex;
  flex-shrink: 0;
}

.tab__list-link {
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 16px;
  transition: color var(--TRANSITION);
}
@media (min-width: 768px) {
  .tab__list-link {
    font-size: 2rem;
    padding-bottom: 24px;
  }
}
.tab__list-link[aria-selected=true] {
  color: var(--COLOR_TI_1);
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.tab__list-link[aria-selected=true]::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--COLOR_TI_1);
}
@media (hover: hover) and (min-width: 767px) {
  .tab__list-link:hover {
    color: var(--COLOR_TI_1);
  }
}

.tab__container {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .tab__container {
    margin-top: 40px;
  }
}

.toggle {
  display: grid;
  row-gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .toggle {
    margin-top: 32px;
  }
}

.toggle__item {
  border-bottom: 1px solid var(--COLOR_BORDER_1);
}

.toggle__summary {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0 8px 8px;
}
@media (min-width: 768px) {
  .toggle__summary {
    column-gap: 16px;
    padding-inline: 16px 8px;
  }
}
.toggle__summary::before, .toggle__summary::after {
  content: "";
  position: absolute;
  background-color: var(--COLOR_BG_1);
}
.toggle__summary::before {
  top: calc(50% - 4px);
  right: 18px;
  width: 12px;
  height: 1px;
}
@media (min-width: 768px) {
  .toggle__summary::before {
    right: 20px;
    width: 16px;
  }
}
.toggle__summary::after {
  right: 24px;
  top: calc(50% - 10px);
  width: 1px;
  height: 12px;
}
@media (min-width: 768px) {
  .toggle__summary::after {
    top: calc(50% - 12px);
    right: 27px;
    height: 16px;
  }
}
.toggle__item[open] .toggle__summary::after {
  content: none;
}

.toggle__question,
.toggle__answer {
  font-family: var(--FONT_FAMILY_RELIEF);
  font-weight: var(--FONT_WEIGHT_RELIEF);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
.toggle__question[title],
.toggle__answer[title] {
  text-decoration: none;
}
@media (min-width: 768px) {
  .toggle__question,
  .toggle__answer {
    font-size: 4rem;
  }
}

.toggle__question {
  color: var(--COLOR_PRIMARY);
}

.toggle__answer {
  color: var(--COLOR_TI_1);
}

.toggle__title {
  position: relative;
  width: 100%;
  font-weight: var(--FONT_WEIGHT_BOLD);
  padding-right: 40px;
}
.toggle__title::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid var(--COLOR_TI_1);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .toggle__title {
    padding-right: 56px;
  }
  .toggle__title::before {
    width: 40px;
    height: 40px;
  }
}

.toggle__content {
  display: flex;
  column-gap: 8px;
  align-items: center;
  background-color: var(--COLOR_BG_4);
  padding-inline: 8px;
}
@media (min-width: 768px) {
  .toggle__content {
    column-gap: 16px;
    padding-inline: 16px 8px;
  }
}

.toggle__content-inner {
  padding: 16px 40px 16px 0;
}
@media (min-width: 768px) {
  .toggle__content-inner {
    padding-right: 56px;
  }
}

.carousel {
  --carousel-per-page-sp: 1;
  --carousel-per-page-pc: 1;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .carousel {
    margin-top: 48px;
  }
}

.carousel__inner {
  display: grid;
  grid-template: "arrow-prev track arrow-next" ". pagination ."/0 auto 0;
  align-items: center;
}
@media (min-width: 768px) {
  .carousel__inner {
    grid-template-columns: auto 1fr auto;
  }
}

.carousel__track {
  grid-area: track;
  margin-inline: calc(var(--GUTTER_CONTENT) * -1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .carousel__track {
    margin-inline: 0;
  }
}

.carousel__list {
  display: flex;
}
@media (scripting: none) {
  .carousel__list {
    display: grid;
  }
}
@media (scripting: none) and (max-width: 767px) {
  .carousel__list {
    gap: 16px;
    grid-template-columns: repeat(var(--carousel-per-page-sp), 1fr);
  }
}
@media (scripting: none) and (min-width: 768px) {
  .carousel__list {
    gap: 24px;
    grid-template-columns: repeat(var(--carousel-per-page-pc), 1fr);
  }
}

.carousel__slide {
  flex-shrink: 0;
}
@media (scripting: none) {
  .carousel__slide {
    flex-shrink: 1;
  }
}

.carousel__arrows {
  display: contents;
}

.carousel__arrow {
  position: relative;
  display: grid;
  place-content: center;
  width: 56px;
  height: 56px;
  background-color: var(--COLOR_BASE);
  border: 1px solid var(--COLOR_PRIMARY);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 64, 107, 0.24);
  transition: box-shadow var(--TRANSITION), opacity var(--TRANSITION);
}
.carousel__arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--COLOR_PRIMARY);
  mask: url("/recruit/assets/img/shape/arrow.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .carousel__arrow {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) and (min-width: 767px) {
  .carousel__arrow:hover {
    box-shadow: none;
    opacity: 0.5;
  }
}
.carousel__arrow--prev {
  grid-area: arrow-prev;
  right: 12px;
}
.carousel__arrow--prev::before {
  rotate: 180deg;
}
@media (min-width: 768px) {
  .carousel__arrow--prev {
    right: 32px;
  }
}
.carousel__arrow--next {
  grid-area: arrow-next;
  right: 44px;
}
@media (min-width: 768px) {
  .carousel__arrow--next {
    right: -32px;
  }
}

.carousel__pagination {
  grid-area: pagination;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .carousel__pagination {
    margin-top: 40px;
  }
}
.carousel__pagination button {
  display: grid;
  place-content: center;
  width: 24px;
  height: 24px;
}
.carousel__pagination button::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--COLOR_TI_2);
  border-radius: 50%;
}
.carousel__pagination button[aria-selected=true] {
  border: 1px solid var(--COLOR_TI_1);
  border-radius: 50%;
}
.carousel__pagination button[aria-selected=true]::before {
  background-color: var(--COLOR_BG_1);
}
.u-items-start {
  align-items: start !important;
}

@media (min-width: 768px) {
  .md\:u-items-start {
    align-items: start !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-items-start {
    align-items: start !important;
  }
}
.u-items-center {
  align-items: center !important;
}

@media (min-width: 768px) {
  .md\:u-items-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-items-center {
    align-items: center !important;
  }
}
.u-items-end {
  align-items: end !important;
}

@media (min-width: 768px) {
  .md\:u-items-end {
    align-items: end !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-items-end {
    align-items: end !important;
  }
}
.u-block {
  display: block !important;
}

@media (min-width: 768px) {
  .md\:u-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-block {
    display: block !important;
  }
}
.u-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .md\:u-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-inline-block {
    display: inline-block !important;
  }
}
.u-inline {
  display: inline !important;
}

@media (min-width: 768px) {
  .md\:u-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-inline {
    display: inline !important;
  }
}
.u-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .md\:u-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-hidden {
    display: none !important;
  }
}
.u-justify-start {
  justify-content: start !important;
}

@media (min-width: 768px) {
  .md\:u-justify-start {
    justify-content: start !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-justify-start {
    justify-content: start !important;
  }
}
.u-justify-center {
  justify-content: center !important;
}

@media (min-width: 768px) {
  .md\:u-justify-center {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-justify-center {
    justify-content: center !important;
  }
}
.u-justify-end {
  justify-content: end !important;
}

@media (min-width: 768px) {
  .md\:u-justify-end {
    justify-content: end !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-justify-end {
    justify-content: end !important;
  }
}
.u-text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .md\:u-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-text-left {
    text-align: left !important;
  }
}
.u-text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .md\:u-text-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-text-center {
    text-align: center !important;
  }
}
.u-text-right {
  text-align: right !important;
}

@media (min-width: 768px) {
  .md\:u-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-text-right {
    text-align: right !important;
  }
}
.u-align-top {
  vertical-align: top !important;
}

@media (min-width: 768px) {
  .md\:u-align-top {
    vertical-align: top !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-align-top {
    vertical-align: top !important;
  }
}
.u-align-middle {
  vertical-align: middle !important;
}

@media (min-width: 768px) {
  .md\:u-align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-align-middle {
    vertical-align: middle !important;
  }
}
.u-align-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  .md\:u-align-bottom {
    vertical-align: bottom !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-align-bottom {
    vertical-align: bottom !important;
  }
}
.u-w-1 {
  width: 1% !important;
}

.u-w-2 {
  width: 2% !important;
}

.u-w-3 {
  width: 3% !important;
}

.u-w-4 {
  width: 4% !important;
}

.u-w-5 {
  width: 5% !important;
}

.u-w-6 {
  width: 6% !important;
}

.u-w-7 {
  width: 7% !important;
}

.u-w-8 {
  width: 8% !important;
}

.u-w-9 {
  width: 9% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-11 {
  width: 11% !important;
}

.u-w-12 {
  width: 12% !important;
}

.u-w-13 {
  width: 13% !important;
}

.u-w-14 {
  width: 14% !important;
}

.u-w-15 {
  width: 15% !important;
}

.u-w-16 {
  width: 16% !important;
}

.u-w-17 {
  width: 17% !important;
}

.u-w-18 {
  width: 18% !important;
}

.u-w-19 {
  width: 19% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-21 {
  width: 21% !important;
}

.u-w-22 {
  width: 22% !important;
}

.u-w-23 {
  width: 23% !important;
}

.u-w-24 {
  width: 24% !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-26 {
  width: 26% !important;
}

.u-w-27 {
  width: 27% !important;
}

.u-w-28 {
  width: 28% !important;
}

.u-w-29 {
  width: 29% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-31 {
  width: 31% !important;
}

.u-w-32 {
  width: 32% !important;
}

.u-w-33 {
  width: 33% !important;
}

.u-w-34 {
  width: 34% !important;
}

.u-w-35 {
  width: 35% !important;
}

.u-w-36 {
  width: 36% !important;
}

.u-w-37 {
  width: 37% !important;
}

.u-w-38 {
  width: 38% !important;
}

.u-w-39 {
  width: 39% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-41 {
  width: 41% !important;
}

.u-w-42 {
  width: 42% !important;
}

.u-w-43 {
  width: 43% !important;
}

.u-w-44 {
  width: 44% !important;
}

.u-w-45 {
  width: 45% !important;
}

.u-w-46 {
  width: 46% !important;
}

.u-w-47 {
  width: 47% !important;
}

.u-w-48 {
  width: 48% !important;
}

.u-w-49 {
  width: 49% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-51 {
  width: 51% !important;
}

.u-w-52 {
  width: 52% !important;
}

.u-w-53 {
  width: 53% !important;
}

.u-w-54 {
  width: 54% !important;
}

.u-w-55 {
  width: 55% !important;
}

.u-w-56 {
  width: 56% !important;
}

.u-w-57 {
  width: 57% !important;
}

.u-w-58 {
  width: 58% !important;
}

.u-w-59 {
  width: 59% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-61 {
  width: 61% !important;
}

.u-w-62 {
  width: 62% !important;
}

.u-w-63 {
  width: 63% !important;
}

.u-w-64 {
  width: 64% !important;
}

.u-w-65 {
  width: 65% !important;
}

.u-w-66 {
  width: 66% !important;
}

.u-w-67 {
  width: 67% !important;
}

.u-w-68 {
  width: 68% !important;
}

.u-w-69 {
  width: 69% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-71 {
  width: 71% !important;
}

.u-w-72 {
  width: 72% !important;
}

.u-w-73 {
  width: 73% !important;
}

.u-w-74 {
  width: 74% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-76 {
  width: 76% !important;
}

.u-w-77 {
  width: 77% !important;
}

.u-w-78 {
  width: 78% !important;
}

.u-w-79 {
  width: 79% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-81 {
  width: 81% !important;
}

.u-w-82 {
  width: 82% !important;
}

.u-w-83 {
  width: 83% !important;
}

.u-w-84 {
  width: 84% !important;
}

.u-w-85 {
  width: 85% !important;
}

.u-w-86 {
  width: 86% !important;
}

.u-w-87 {
  width: 87% !important;
}

.u-w-88 {
  width: 88% !important;
}

.u-w-89 {
  width: 89% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-91 {
  width: 91% !important;
}

.u-w-92 {
  width: 92% !important;
}

.u-w-93 {
  width: 93% !important;
}

.u-w-94 {
  width: 94% !important;
}

.u-w-95 {
  width: 95% !important;
}

.u-w-96 {
  width: 96% !important;
}

.u-w-97 {
  width: 97% !important;
}

.u-w-98 {
  width: 98% !important;
}

.u-w-99 {
  width: 99% !important;
}

.u-w-100 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .md\:u-w-1 {
    width: 1% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-2 {
    width: 2% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-3 {
    width: 3% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-4 {
    width: 4% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-5 {
    width: 5% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-6 {
    width: 6% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-7 {
    width: 7% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-8 {
    width: 8% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-9 {
    width: 9% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-10 {
    width: 10% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-11 {
    width: 11% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-12 {
    width: 12% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-13 {
    width: 13% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-14 {
    width: 14% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-15 {
    width: 15% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-16 {
    width: 16% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-17 {
    width: 17% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-18 {
    width: 18% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-19 {
    width: 19% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-20 {
    width: 20% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-21 {
    width: 21% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-22 {
    width: 22% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-23 {
    width: 23% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-24 {
    width: 24% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-26 {
    width: 26% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-27 {
    width: 27% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-28 {
    width: 28% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-29 {
    width: 29% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-30 {
    width: 30% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-31 {
    width: 31% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-32 {
    width: 32% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-33 {
    width: 33% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-34 {
    width: 34% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-35 {
    width: 35% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-36 {
    width: 36% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-37 {
    width: 37% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-38 {
    width: 38% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-39 {
    width: 39% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-40 {
    width: 40% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-41 {
    width: 41% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-42 {
    width: 42% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-43 {
    width: 43% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-44 {
    width: 44% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-45 {
    width: 45% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-46 {
    width: 46% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-47 {
    width: 47% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-48 {
    width: 48% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-49 {
    width: 49% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-51 {
    width: 51% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-52 {
    width: 52% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-53 {
    width: 53% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-54 {
    width: 54% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-55 {
    width: 55% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-56 {
    width: 56% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-57 {
    width: 57% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-58 {
    width: 58% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-59 {
    width: 59% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-60 {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-61 {
    width: 61% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-62 {
    width: 62% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-63 {
    width: 63% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-64 {
    width: 64% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-65 {
    width: 65% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-66 {
    width: 66% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-67 {
    width: 67% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-68 {
    width: 68% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-69 {
    width: 69% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-70 {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-71 {
    width: 71% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-72 {
    width: 72% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-73 {
    width: 73% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-74 {
    width: 74% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-76 {
    width: 76% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-77 {
    width: 77% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-78 {
    width: 78% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-79 {
    width: 79% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-80 {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-81 {
    width: 81% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-82 {
    width: 82% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-83 {
    width: 83% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-84 {
    width: 84% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-85 {
    width: 85% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-86 {
    width: 86% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-87 {
    width: 87% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-88 {
    width: 88% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-89 {
    width: 89% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-91 {
    width: 91% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-92 {
    width: 92% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-93 {
    width: 93% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-94 {
    width: 94% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-95 {
    width: 95% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-96 {
    width: 96% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-97 {
    width: 97% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-98 {
    width: 98% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-99 {
    width: 99% !important;
  }
}
@media (min-width: 768px) {
  .md\:u-w-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-1 {
    width: 1% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-2 {
    width: 2% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-3 {
    width: 3% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-4 {
    width: 4% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-5 {
    width: 5% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-6 {
    width: 6% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-7 {
    width: 7% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-8 {
    width: 8% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-9 {
    width: 9% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-10 {
    width: 10% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-11 {
    width: 11% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-12 {
    width: 12% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-13 {
    width: 13% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-14 {
    width: 14% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-15 {
    width: 15% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-16 {
    width: 16% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-17 {
    width: 17% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-18 {
    width: 18% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-19 {
    width: 19% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-20 {
    width: 20% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-21 {
    width: 21% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-22 {
    width: 22% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-23 {
    width: 23% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-24 {
    width: 24% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-26 {
    width: 26% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-27 {
    width: 27% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-28 {
    width: 28% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-29 {
    width: 29% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-30 {
    width: 30% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-31 {
    width: 31% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-32 {
    width: 32% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-33 {
    width: 33% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-34 {
    width: 34% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-35 {
    width: 35% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-36 {
    width: 36% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-37 {
    width: 37% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-38 {
    width: 38% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-39 {
    width: 39% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-40 {
    width: 40% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-41 {
    width: 41% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-42 {
    width: 42% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-43 {
    width: 43% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-44 {
    width: 44% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-45 {
    width: 45% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-46 {
    width: 46% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-47 {
    width: 47% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-48 {
    width: 48% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-49 {
    width: 49% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-51 {
    width: 51% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-52 {
    width: 52% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-53 {
    width: 53% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-54 {
    width: 54% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-55 {
    width: 55% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-56 {
    width: 56% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-57 {
    width: 57% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-58 {
    width: 58% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-59 {
    width: 59% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-60 {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-61 {
    width: 61% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-62 {
    width: 62% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-63 {
    width: 63% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-64 {
    width: 64% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-65 {
    width: 65% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-66 {
    width: 66% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-67 {
    width: 67% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-68 {
    width: 68% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-69 {
    width: 69% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-70 {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-71 {
    width: 71% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-72 {
    width: 72% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-73 {
    width: 73% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-74 {
    width: 74% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-76 {
    width: 76% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-77 {
    width: 77% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-78 {
    width: 78% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-79 {
    width: 79% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-80 {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-81 {
    width: 81% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-82 {
    width: 82% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-83 {
    width: 83% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-84 {
    width: 84% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-85 {
    width: 85% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-86 {
    width: 86% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-87 {
    width: 87% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-88 {
    width: 88% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-89 {
    width: 89% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-91 {
    width: 91% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-92 {
    width: 92% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-93 {
    width: 93% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-94 {
    width: 94% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-95 {
    width: 95% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-96 {
    width: 96% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-97 {
    width: 97% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-98 {
    width: 98% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-99 {
    width: 99% !important;
  }
}
@media (min-width: 768px) {
  .lg\:u-w-100 {
    width: 100% !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mt-56 {
  margin-top: 56px !important;
}

.u-mb-56 {
  margin-bottom: 56px !important;
}

.u-mt-64 {
  margin-top: 64px !important;
}

.u-mb-64 {
  margin-bottom: 64px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mb-72 {
  margin-bottom: 72px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 768px) {
  .md\:u-mt-0 {
    margin-top: 0px !important;
  }
  .md\:u-mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-8 {
    margin-top: 8px !important;
  }
  .md\:u-mb-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-16 {
    margin-top: 16px !important;
  }
  .md\:u-mb-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-24 {
    margin-top: 24px !important;
  }
  .md\:u-mb-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-32 {
    margin-top: 32px !important;
  }
  .md\:u-mb-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-40 {
    margin-top: 40px !important;
  }
  .md\:u-mb-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-48 {
    margin-top: 48px !important;
  }
  .md\:u-mb-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-56 {
    margin-top: 56px !important;
  }
  .md\:u-mb-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-64 {
    margin-top: 64px !important;
  }
  .md\:u-mb-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-72 {
    margin-top: 72px !important;
  }
  .md\:u-mb-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .md\:u-mt-80 {
    margin-top: 80px !important;
  }
  .md\:u-mb-80 {
    margin-bottom: 80px !important;
  }
}
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .top-business__sub .card-layout {
    max-width: 584px;
    max-height: 365px;
    margin-inline: auto;
  }

  .header__logo {
  justify-content: center;
  flex-shrink: 0;
}


}




/* =========================================================
   1025px〜：ヘッダーナビを横スクロール（HD/DL方式）
   ========================================================= */
@media (min-width: 1025px) {

  /* 横スクロールの器を header__inner にする */
  .header__inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* space-between を解除し、横に自然に並べる */
  .header__inner {
    /* justify-content: flex-start; */
    column-gap: 24px;
    overflow-x: auto;
  }

  /* ナビは内容幅まで広げる */
  .header-menu {
    flex: 0 0 auto;
  }

  .header-nav__list {
    flex-wrap: nowrap;
    white-space: nowrap;
    width: max-content;
    margin-right: 0;
  }

  .header-nav__item {
    flex: 0 0 auto;
  }
}

