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

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  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;
}

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.visually-hidden {
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

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

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

@media screen and (max-width: 768px) {
  [data-device=pc] {
    pointer-events: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    border: 0;
  }
}

[data-uppercase] {
  text-transform: uppercase;
}

:root {
  --color-primary: #000;
  --color-white: #fff;
  --color-red: #E60100;
  --font-Default: "Noto Sans JP", sans-serif;
  --font-Helvetica: Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  --max-content-width: 1270px;
  --gutter: min(8.9743589744vw, 35px);
  --viewport: 390;
}

body {
  word-break: break-all;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000;
  font-family: var(--font-Default, "yu-gothic-pr6n", YuGothic, "Yu Gothic", Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  height: auto;
}

em {
  font-style: normal;
}

summary {
  list-style: none;
  cursor: pointer;
}

button {
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}

select {
  cursor: pointer;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

[lang=en] {
  font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
  border: solid 1px #d3d3d3;
  background: #F7F7F7;
  transition: all 0.4s;
}
input[type=text] ::placeholder,
input[type=tel] ::placeholder,
input[type=number] ::placeholder,
input[type=email] ::placeholder,
input[type=url] ::placeholder,
input[type=password] ::placeholder,
textarea ::placeholder,
select ::placeholder {
  color: #717171;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #fff;
}

input {
  height: 40px;
  padding: 0 8px;
}

input[type=submit],
input[type=send] {
  display: block;
  width: 284px;
  height: 55px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 3.4375;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-radius: 30px;
  background: #FFD1CE;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=send] {
    width: 72.8205128205vw;
  }
}
input[type=submit]:hover,
input[type=send]:hover {
  opacity: 0.7;
}

textarea {
  height: 227px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
  }
}

.l-main {
  padding-top: var(--header-height);
  overflow: clip;
}

.l-wrapper {
  max-width: var(--max-content-width);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 4px solid #DC1818;
  background: var(--color-white);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: 6px solid #DC1818;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--max-content-width);
  height: 93px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media screen and (max-width: 768px) {
  .header__wrap {
    height: 69px;
    padding-inline: 24px 20px;
  }
}
.header__head a {
  display: block;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .header__head a {
    width: 185px;
  }
}
.header__head a img {
  width: 100%;
}
.header__icon {
  width: 136px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__icon {
    width: 100px;
  }
}
.header__copy {
  order: -1;
  width: fit-content;
}
.header__copy svg {
  width: 100%;
}
.header__item {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 39px;
  bottom: 43px;
  right: 56px;
  padding: 0 15px 0 30px;
  background: #FF0000;
  border-radius: 30px;
}
.header__links {
  display: flex;
  align-items: center;
  gap: 38px;
}
.header__link a {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 4;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-white);
  text-transform: uppercase;
}
.header__btn {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 8px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  background: #E62404;
  z-index: 1000;
}
.header__btn i {
  position: relative;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: var(--color-white);
  transition: background 0.3s;
}
.header__btn i::before, .header__btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  border-radius: 2px;
  background: var(--color-white);
  transition: top 0.3s, transform 0.3s;
}
.header__btn i::before {
  top: -8px;
}
@media screen and (max-width: 768px) {
  .header__btn i::before {
    top: -7px;
  }
}
.header__btn i::after {
  top: 8px;
}
@media screen and (max-width: 768px) {
  .header__btn i::after {
    top: 7px;
  }
}
.header__btn[aria-expanded=true] i {
  background: none;
}
.header__btn[aria-expanded=true] i::before {
  top: 0;
  transform: rotate(45deg);
}
.header__btn[aria-expanded=true] i::after {
  top: 0;
  transform: rotate(-45deg);
}
.header__foot {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 15px;
  bottom: 43px;
  right: 143px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header__foot {
    gap: 6px;
    right: calc(var(--gutter) + min(12.3076923077vw, 48px) + 6px);
  }
}
.header__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 209px;
  height: 60px;
  padding-inline-end: 16px;
  font-weight: bold;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 30px;
  background: #E62404;
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .header__cta {
    width: min(33.3333333333vw, 130px);
    height: min(12.3076923077vw, 48px);
    padding-inline-end: min(4.6153846154vw, 18px);
  }
}
.header__cta small {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .header__cta small {
    pointer-events: none;
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
  }
}
.header__cta span {
  font-size: 16px;
  line-height: 1.0625;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .header__cta span {
    font-size: min(3.0769230769vw, 12px);
  }
}
.header__cta svg {
  position: absolute;
  width: 22px;
  height: auto;
  top: 46%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header__cta svg {
    width: min(3.5897435897vw, 14px);
    right: min(3.0769230769vw, 12px);
  }
}
.header__nav {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 30px;
  bottom: 43px;
  right: 68px;
  min-height: 60px;
  padding-inline: 30px 15px;
  border: 1px solid var(--color-white);
  border-radius: 60px;
  background: #E62404;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header__nav {
    justify-content: flex-end;
    width: 82.0512820513vw;
    gap: 2.5641025641vw;
    padding-inline: 4.358974359vw 3.0769230769vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.header__nav:has([aria-expanded=true]) {
  border-color: transparent;
  background: none;
}
.header__nav:has([aria-expanded=true]) > *:not([aria-expanded]) {
  display: none;
}
.header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  font-size: min(3.0769230769vw, 15px);
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media screen and (max-width: 768px) {
  .header__link {
    flex-grow: 1;
  }
}
.header__details {
  position: relative;
  margin-inline-end: 25px;
}
@media screen and (max-width: 768px) {
  .header__details {
    flex-grow: 1;
    margin-inline-end: 0;
  }
}
.header__details summary {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  font-size: min(3.0769230769vw, 15px);
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.header__pages {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--color-white);
}
.header__page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 45px;
  font-size: min(3.0769230769vw, 14px);
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .header__page {
    font-size: min(3.0769230769vw, 14px);
  }
}
.header__page + .header__page {
  border-top: 1px solid var(--color-white);
}

.nav {
  position: fixed;
  width: 100%;
  height: calc(100vh - var(--header-height, 0));
  top: var(--header-height, 0);
  left: 0;
  overflow: hidden;
  background: rgba(255, 0, 0, 0.8);
  z-index: 100;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.nav__wrap {
  height: 100%;
  overflow-y: auto;
}
.nav__item {
  max-width: var(--max-content-width);
  margin-inline: auto;
  padding-block: 70px 43px;
  padding-inline: var(--gutter);
}
@media screen and (max-width: 768px) {
  .nav__item {
    padding-block: 46px 120px;
  }
}
.nav__head {
  display: block;
  width: fit-content;
  margin-block-end: clamp(46px, 11.7948717949vw, 52px);
  font-size: clamp(21px, 5.3846153846vw, 24px);
  line-height: 1.1666666667;
  font-weight: bold;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .nav__head {
    line-height: 1.1904761905;
  }
}
.nav__columns {
  display: grid;
  grid-template-columns: 238px 272px 231px 200px;
  justify-content: space-between;
  gap: 78px 20px;
  margin-block-end: 76px;
}
@media screen and (max-width: 1055px) {
  .nav__columns {
    grid-template-columns: 238px 272px 231px;
  }
}
@media screen and (max-width: 860px) {
  .nav__columns {
    grid-template-columns: 38.4615384615vw 39.7435897436vw;
    gap: 55px 0;
  }
}
@media screen and (max-width: 768px) {
  .nav__columns {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}
.nav__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-white);
}
.nav__column [data-num] {
  display: flex;
  align-items: center;
  gap: min(3.5897435897vw, 20px);
  margin-bottom: 18px;
  padding-bottom: 12px;
  white-space: nowrap;
  font-size: min(5.3846153846vw, 26px);
  line-height: 1.1923076923;
  font-weight: bold;
  letter-spacing: 0.025em;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .nav__column [data-num] {
    width: 100%;
    padding-bottom: 14px;
    white-space: inherit;
    word-break: auto-phrase;
    font-size: 21px;
    line-height: 1.1904761905;
  }
}
.nav__column [data-num]::before {
  content: attr(data-num);
  flex-shrink: 0;
  font-size: 45px;
  line-height: 1;
}
.nav__column:last-child {
  grid-column: 3/5;
}
@media screen and (max-width: 1055px) {
  .nav__column:last-child {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .nav__column:last-child {
    grid-column: inherit;
  }
}
.nav__link a {
  display: flex;
  gap: 0.5em;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
  color: var(--color-white);
}
.nav__link a::before {
  content: "-";
}
.nav__link a[aria-disabled=true] {
  opacity: 0.5;
}
.nav__link + .nav__link {
  margin-block-start: 18px;
}
@media screen and (max-width: 768px) {
  .nav__link + .nav__link {
    margin-block-start: 8px;
  }
}
.nav__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  padding-inline-end: 80px;
}
@media screen and (max-width: 768px) {
  .nav__foot {
    gap: 32px;
    width: 77.4358974359vw;
    margin-inline: auto;
    padding-inline-end: 0;
  }
}
.nav__page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3.0769230769vw, 12px);
  width: min(37.1911573472vw, 300px);
  height: 60px;
  font-weight: bold;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 60px;
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .nav__page {
    width: 100%;
  }
}
.nav__page small {
  font-size: min(4.6153846154vw, 14px);
  letter-spacing: 0.05em;
}
.nav__page span {
  font-size: min(4.6153846154vw, 18px);
  letter-spacing: 0.05em;
}
.nav__page svg {
  width: min(5.641025641vw, 22px);
}
.nav__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 240px;
  height: 60px;
  padding-top: 6px;
  font-weight: bold;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 30px;
  background: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nav__btn {
    width: 100%;
  }
}
.nav__btn small {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.nav__btn span {
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
}
.nav__btn i {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}
.nav__btn i img {
  width: 100%;
}

.heading-1 {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 19px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading-1 {
    grid-template-columns: 90px 1fr;
  }
}
.heading-1 span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-top: 2px;
}
.heading-1 small:not([lang=en]) {
  font-size: 100%;
}
.heading-1 [lang=en] {
  font-size: clamp(24px, 6.1538461538vw, 45px);
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .heading-1 [lang=en] {
    line-height: 1.125;
    letter-spacing: 0.005em;
  }
}
.heading-1 [lang=ja] {
  font-size: clamp(16px, 4.1025641026vw, 18px);
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .heading-1 [lang=ja] {
    line-height: 1.6875;
  }
}
.heading-1::before {
  content: "";
  aspect-ratio: 1;
  border: 20px solid #E62404;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .heading-1::before {
    border-width: 15px;
  }
}
.heading-1[data-num] {
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .heading-1[data-num] {
    gap: 20px;
  }
}
.heading-1[data-num]::before {
  content: attr(data-num);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(21px, 5.3846153846vw, 30px);
  line-height: 1.2;
}
.heading-1.-type-1 [lang=en] {
  word-break: auto-phrase;
  font-size: clamp(30px, 7.6923076923vw, 45px);
}
@media screen and (max-width: 768px) {
  .heading-1.-type-1 [lang=en] {
    line-height: 1.2;
  }
}
.heading-1.-type-1 [lang=ja] {
  font-size: clamp(14px, 3.5897435897vw, 18px);
}
@media screen and (max-width: 768px) {
  .heading-1.-type-1 [lang=ja] {
    line-height: 1.7142857143;
  }
}
.heading-1.-type-2 {
  color: var(--color-white);
}
.heading-1.-type-2::before {
  border-color: var(--color-white);
}

.heading-2 {
  font-size: clamp(17px, 4.358974359vw, 21px);
  line-height: 1.8571428571;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .heading-2 {
    line-height: 2.6470588235;
    letter-spacing: 0;
  }
}
.heading-2 span {
  display: inline;
  padding-block: clamp(6px, 1.5384615385vw, 10px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-bottom: 1px solid #E62404;
}

.heading-3 {
  display: flex;
  align-items: center;
  gap: 47px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading-3 {
    gap: 20px;
  }
}
.heading-3 i {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: clamp(90px, 23.0769230769vw, 120px);
  font-size: clamp(21px, 5.3846153846vw, 30px);
  line-height: 1.2;
  font-family: Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  border: clamp(15px, 3.8461538462vw, 20px) solid var(--border-color, #E62404);
  border-radius: 50%;
  fill: var(--fill);
}
@media screen and (max-width: 768px) {
  .heading-3 i {
    line-height: 1.1904761905;
  }
}
.heading-3 i svg {
  width: var(--icon-width, fit-content);
  height: auto;
}
@media screen and (max-width: 768px) {
  .heading-3 i svg {
    width: calc(var(--sp-icon-width) / var(--viewport) * 100vw);
    min-width: calc(var(--sp-icon-width) * 1px);
    max-width: var(--icon-width, fit-content);
  }
}
.heading-3 span {
  font-size: clamp(18px, 4.6153846154vw, 36px);
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .heading-3 span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .heading-3.-type-1 span {
    width: fit-content;
    text-align: center;
  }
}

.heading-4 em {
  display: inline;
  padding: 8px 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(24px, 6.1538461538vw, 45px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: 1px solid var(--color-red);
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .heading-4 em {
    padding: clamp(2px, 0.5128205128vw, 4px) 8px;
    line-height: 1.875;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 768px) {
  .heading-4.-message em {
    font-size: max(4.6153846154vw, 18px);
    line-height: 2.1666666667;
  }
}

.heading-5 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(18px, 4.6153846154vw, 24px);
  line-height: 1.7083333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heading-5 {
    line-height: 1.6666666667;
  }
}
.heading-5 i {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: clamp(60px, 15.3846153846vw, 75px);
  color: var(--color-white);
  border-radius: 50%;
  background: var(--color-red);
}
@media screen and (max-width: 768px) {
  .heading-5 i[data-icon-width] svg {
    width: calc(var(--sp-icon-width) / var(--viewport) * 100vw);
    max-width: var(--icon-width);
    min-width: calc(var(--sp-icon-width) * 1px);
  }
}

.heading-6 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  font-size: clamp(24px, 6.1538461538vw, 60px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .heading-6 {
    line-height: 1.875;
  }
}
.heading-6::before, .heading-6::after {
  content: "";
  aspect-ratio: 1;
  width: clamp(45px, 11.5384615385vw, 76px);
  background-size: contain;
}
.heading-6::before {
  margin: 0 auto -2px 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI3NiIgdmlld0JveD0iMCAwIDc2IDc2Ij48cGF0aCBkPSJNNTQ2NS42NzgtNTM3Ljk2MmgtMnYtNzVhMSwxLDAsMCwxLDEtMWg3NXYyaC03NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NDYzLjY3OCA2MTMuOTYyKSIgZmlsbD0iI2U2MjQwNCIvPjwvc3ZnPg==");
}
@media screen and (max-width: 768px) {
  .heading-6::before {
    margin-block-end: 25px;
  }
}
.heading-6::after {
  margin: -45px 0 0 auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI3NiIgdmlld0JveD0iMCAwIDc2IDc2Ij48cGF0aCBkPSJNNTQ2NS42NzgtNTM3Ljk2MmgtMnYtNzVhMSwxLDAsMCwxLDEtMWg3NXYyaC03NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU1MzkuNjc4IC01MzcuOTYyKSByb3RhdGUoMTgwKSIgZmlsbD0iI2U2MjQwNCIvPjwvc3ZnPg==");
}
@media screen and (max-width: 768px) {
  .heading-6::after {
    margin-top: 25px;
  }
}
.heading-6.-type-1 {
  max-width: 914px;
  font-size: clamp(27px, 6.9230769231vw, 45px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .heading-6.-type-1 {
    line-height: 1.6666666667;
  }
}
.heading-6.-type-1::before {
  margin-bottom: -28px;
}
@media screen and (max-width: 768px) {
  .heading-6.-type-1::before {
    margin-bottom: 52px;
  }
}
.heading-6.-type-1::after {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .heading-6.-type-1::after {
    margin-top: 52px;
  }
}
.heading-6.-type-2 {
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .heading-6.-type-2::before {
    margin-block-end: -10px;
  }
}
.heading-6.-type-2::after {
  margin-block-start: 15px;
}

.heading-7 {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 19px;
  font-weight: bold;
  color: var(--color, var(--color-white));
}
@media screen and (max-width: 768px) {
  .heading-7 {
    grid-template-columns: 90px 1fr;
  }
}
.heading-7 i {
  position: relative;
  aspect-ratio: 1;
  padding: 12px;
  font-size: 27px;
  line-height: 1.1851851852;
  font-weight: bold;
  font-family: var(--font-Helvetica);
  border: 20px solid #E62404;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .heading-7 i {
    padding: 10px;
    font-size: 18px;
    line-height: 1.2222222222;
    border-width: 15px;
  }
}
.heading-7 i::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 52px;
  height: 1px;
  background: currentColor;
}
@media screen and (max-width: 768px) {
  .heading-7 i::before {
    width: 42px;
  }
}
.heading-7 i::after {
  content: attr(data-num);
  position: absolute;
  top: 69%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .heading-7 i::after {
    font-size: 10px;
    line-height: 1.2;
  }
}
.heading-7 span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-top: 2px;
}
.heading-7 [lang=en] {
  font-size: clamp(30px, 6.1538461538vw, 36px);
  line-height: 1.1944444444;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .heading-7 [lang=en] {
    line-height: 1;
    letter-spacing: 0.005em;
  }
}
.heading-7 [lang=ja] {
  font-size: clamp(12px, 3.0769230769vw, 18px);
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .heading-7 [lang=ja] {
    line-height: 1.6666666667;
  }
}

.top-intro__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: max(100svh - var(--header-height, 0), 540px);
  padding-top: 22px;
  font-weight: bold;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-intro__intro {
    height: max(100svh - var(--header-height, 0) - 72px, 450px);
    padding-top: 0;
  }
}
.top-intro__head {
  font-size: 21px;
  line-height: 1.1904761905;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media screen and (max-width: 768px) {
  .top-intro__head {
    pointer-events: none;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.top-intro__lead {
  order: -1;
  padding-left: 115px;
  white-space: nowrap;
  font-size: min(10.4031209363vw, 105px);
  line-height: 1.1428571429;
  letter-spacing: 0.095em;
}
@media screen and (max-width: 768px) {
  .top-intro__lead {
    padding-left: 0;
    font-size: min(10.7692307692vw, 42px);
    line-height: 1.380952381;
  }
}
.top-intro__video {
  position: fixed;
  width: 100%;
  height: max(100svh - var(--header-height, 0), 540px);
  object-fit: cover;
  top: var(--header-height);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-intro__video.-pc {
    display: none;
  }
}
.top-intro__video.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-intro__video.-sp {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .top-intro__wrap {
    display: flex;
    flex-direction: column;
  }
}

.top-heading {
  display: flex;
  align-items: center;
  gap: 36px;
  color: var(--color, inherit);
}
@media screen and (max-width: 768px) {
  .top-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
}
.top-heading__head {
  display: flex;
  align-items: center;
  gap: 23px;
  word-break: auto-phrase;
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .top-heading__head {
    font-size: 30px;
    line-height: 1.2;
  }
}
.top-heading__head::before {
  content: "";
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 30px;
  line-height: 1.2;
  border: 20px solid var(--color, #E62404);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-heading__head::before {
    width: 90px;
    font-size: 21px;
    line-height: 1.1904761905;
    border-width: 15px;
  }
}
.top-heading__head[data-num]::before {
  content: "#" attr(data-num);
}
.top-heading__head.-message {
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-heading__head.-message {
    color: var(--color-primary);
  }
}
.top-heading__head.-message::before {
  border-color: #E62404;
}
.top-heading__txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-heading__txt {
    font-size: 13px;
    line-height: 2.3076923077;
    letter-spacing: 0.025em;
  }
}

.top-message {
  padding-block: 93px 144px;
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .top-message {
    padding-block: 48px 53px;
    background: var(--color-white);
  }
}
.top-message__txt {
  width: fit-content;
  margin: 57px auto 0;
  padding-left: 30px;
  font-size: 21px;
  line-height: 2.8571428571;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .top-message__txt {
    width: 100%;
    margin-top: 38px;
    padding-left: 0;
    white-space: nowrap;
    font-size: min(3.8461538462vw, 21px);
    line-height: 2.4;
    color: var(--color-primary);
    letter-spacing: 0.05em;
  }
}

.top-news {
  position: relative;
  display: grid;
  grid-template-columns: 226px 1fr;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-news {
    order: -1;
    grid-template-columns: 104px 1fr;
    gap: 0;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 226px;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .top-news::before {
    left: 104px;
  }
}
.top-news__head {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-news__head {
    min-height: 0;
    padding-left: 0;
    font-size: 21px;
    line-height: 1.1904761905;
  }
}
.top-news__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    flex-direction: column-reverse;
    gap: 6px;
    padding: 17px 25px 11px;
  }
}
.top-news__item span {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .top-news__item span {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.top-news__item time {
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: bold;
  font-family: var(--font-Helvetica);
}
@media screen and (max-width: 768px) {
  .top-news__item time {
    font-size: 15px;
    line-height: 1.1333333333;
  }
}

.top-keywords {
  padding-bottom: clamp(62px, 15.8974358974vw, 68px);
  background: var(--color-red);
}
.top-keywords__intro {
  display: grid;
  gap: 76px;
  padding-block: 81px 50px;
}
@media screen and (max-width: 768px) {
  .top-keywords__intro {
    gap: 26px;
    padding-block: 45px 52px;
  }
}
.top-keywords__wrap {
  position: relative;
  height: 420px;
  border: 1px solid var(--color-primary);
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-keywords__wrap {
    height: auto;
  }
}
.top-keywords__arrows {
  display: contents;
}
.top-keywords__arrow {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(45px, 11.5384615385vw, 75px);
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-keywords__arrow {
    top: 49%;
  }
}
.top-keywords__arrow.-prev {
  left: clamp(12px, 3.0769230769vw, 20px);
}
.top-keywords__arrow.-prev svg {
  transform: skewX(180deg);
}
.top-keywords__arrow.-next {
  right: clamp(12px, 3.0769230769vw, 20px);
}
.top-keywords__items {
  display: flex;
}
.top-keywords__item a {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 418px;
  padding: 27px 26px 22px;
}
@media screen and (max-width: 768px) {
  .top-keywords__item a {
    aspect-ratio: auto;
    width: 100vw;
    padding: 24px 0;
  }
}
.top-keywords__item:not(:last-child) {
  border-right: 1px solid currentColor;
}
.top-keywords__content {
  display: flex;
  order: 1;
  align-items: baseline;
  gap: clamp(16px, 4.1025641026vw, 22px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-keywords__content {
    justify-content: center;
    align-items: center;
    padding-inline: var(--gutter);
  }
}
.top-keywords__heading {
  flex-grow: 1;
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 1.6666666667;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-keywords__heading {
    flex-grow: 0;
    line-height: 1.8571428571;
    letter-spacing: 0.075em;
  }
}
.top-keywords__data {
  display: flex;
  order: -1;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top-keywords__data {
    align-items: center;
  }
}
.top-keywords__data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: clamp(92px, 23.5897435897vw, 99px);
  min-height: clamp(22px, 5.641025641vw, 24px);
  padding: clamp(2px, 5.641025641vw, 3px) 8px;
  font-size: clamp(12px, 3.0769230769vw, 13px);
  line-height: 1.2307692308;
  color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 24px;
  background: var(--color-primary);
}
.top-keywords__data dd {
  font-size: clamp(11px, 2.8205128205vw, 12px);
  line-height: 1.1666666667;
  font-weight: bold;
}
.top-keywords__term {
  margin-bottom: 24px;
}
.top-keywords__term dd {
  display: flex;
  justify-content: center;
  min-width: clamp(125px, 32.0512820513vw, 135px);
  padding: 4px 12px;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 1.1875;
  font-weight: bold;
  border: 1px solid currentColor;
  border-radius: 29px;
}
.top-keywords__term dd::before {
  content: "#";
}
.top-keywords__image {
  aspect-ratio: 1;
  width: clamp(223px, 57.1794871795vw, 240px);
  max-width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 50%;
}
.top-keywords__image img {
  width: 100%;
}

.top-terms__items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(9px, 2.3076923077vw, 19px) clamp(9px, 2.3076923077vw, 20px);
}
.top-terms__item a {
  display: flex;
  justify-content: center;
  min-width: 117px;
  padding: clamp(4px, 1.0256410256vw, 10px) clamp(18px, 4.6153846154vw, 35px);
  font-size: clamp(12px, 3.0769230769vw, 18px);
  line-height: 1.2222222222;
  font-weight: bold;
  border: 1px solid currentColor;
  border-radius: 23px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-terms__item a {
    min-width: 0;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.top-terms__item a::before {
  content: "#";
}
.top-terms__item.-current a {
  color: #fff;
  background: #E60100;
}
.top-terms__btn {
  display: flex;
  justify-content: center;
  min-width: 117px;
  padding: clamp(4px, 1.0256410256vw, 10px) clamp(18px, 4.6153846154vw, 35px);
  font-size: clamp(12px, 3.0769230769vw, 18px);
  line-height: 1.2222222222;
  font-weight: bold;
  border: 1px solid currentColor;
  border-radius: 23px;
  background: var(--color-white);
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .top-terms__btn {
    min-width: 0;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.top-terms__btn::before {
  content: "#";
}
.top-terms__btn[aria-selected=true] {
  color: #fff;
  background: #E60100;
}

.top-internship-information {
  position: relative;
  padding-block: 125px 28px;
  background: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-information {
    padding-block: 15px 0;
  }
}
.top-internship-information::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 96.8%;
  transform: translateX(-50%);
  background: #ACACAC;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-internship-information::before {
    content: none;
  }
}
.top-internship-information__wrap {
  display: grid;
  grid-template-columns: 468px 1fr;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1240px) {
  .top-internship-information__wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-information__wrap {
    gap: 42px;
    margin-bottom: 0;
  }
}
.top-internship-information__intro {
  display: flex;
  flex-direction: column;
  gap: 52px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-internship-information__intro {
    gap: 32px;
  }
}
.top-internship-information__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -24px;
  font-weight: bold;
  color: var(--color-red);
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .top-internship-information__more {
    display: none;
  }
}
.top-internship-information__more [lang=en] {
  margin-right: 22px;
  font-size: 30px;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
.top-internship-information__more [lang=ja] {
  margin-right: 74px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.top-internship-information__more svg {
  transform: translateY(-7px);
}

.top-internship-nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-internship-nav__head {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  letter-spacing: 0.125em;
}
.top-internship-nav__lead {
  display: none;
  font-size: clamp(15px, 3.8461538462vw, 16px);
  line-height: 2.4;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top-internship-nav__lead {
    display: block;
  }
}
.top-internship-nav__items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 3.0769230769vw, 17px) clamp(9px, 2.3076923077vw, 15px);
}
.top-internship-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  height: 30px;
  padding-inline: 16px;
  font-size: clamp(12px, 3.0769230769vw, 16px);
  line-height: 1.1875;
  font-weight: bold;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-internship-nav__item a {
    min-width: 0;
    padding-inline: 20px;
  }
}
.top-internship-nav__item a::before {
  content: "#";
}

.top-internship-slide {
  position: relative;
  width: clamp(744px, 60vw, 900px);
}
@media screen and (max-width: 1240px) {
  .top-internship-slide {
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide {
    width: 100vw;
    margin-inline: calc(var(--gutter) * -1);
    padding: 38px var(--gutter) 42px;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: #ACACAC;
    z-index: -1;
  }
}
.top-internship-slide__arrows {
  display: contents;
}
.top-internship-slide__arrow {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(45px, 11.5384615385vw, 75px);
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1;
  background: rgba(230, 0, 0, 0.75);
  z-index: 1;
}
.top-internship-slide__arrow.-prev {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__arrow.-prev {
    left: 20px;
  }
}
.top-internship-slide__arrow.-prev svg {
  transform: skewX(180deg);
}
.top-internship-slide__arrow.-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__slide {
    overflow: visible;
  }
}
.top-internship-slide__items {
  display: flex;
}
.top-internship-slide__item {
  flex-shrink: 0;
  width: clamp(744px, 60vw, 900px);
}
@media screen and (max-width: 768px) {
  .top-internship-slide__item {
    width: auto;
    border-radius: 9px;
    background: var(--color-white);
  }
}
.top-internship-slide__item a {
  position: relative;
  display: block;
  color: var(--color-white);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__item a {
    width: 82.0512820513vw;
    padding-block: 15px 22px;
    border-radius: 9px;
    background: var(--color-white);
  }
}
.top-internship-slide__item a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  mask: radial-gradient(circle 341.5px at 85% 56%, transparent 341.5px, black 342px);
  background: var(--color-red);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__item a::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide__header {
    position: relative;
    min-height: 48.7179487179vw;
    margin-bottom: min(5.8974358974vw, 31px);
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide__header::before {
    content: "Internship content #" attr(data-num);
    display: block;
    margin-bottom: 14px;
    padding-inline: 4.6153846154vw;
    font-size: 10px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--color-primary);
    font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
  }
}
.top-internship-slide__intro {
  display: grid;
  grid-template-columns: 365px;
  padding: 24px 45px;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__intro {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 38.4615384615vw;
    padding: 0 5.1282051282vw 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide__intro::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mask: radial-gradient(circle 21.1282051282vw at 78.5% 50%, transparent 99%, black 100%);
    background: var(--color-red);
    mix-blend-mode: multiply;
    z-index: 1;
  }
}
.top-internship-slide__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 8px;
  font-size: min(4.1025641026vw, 30px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__heading {
    position: relative;
    gap: 0;
    margin-top: auto;
    line-height: 1.5625;
    z-index: 1;
  }
}
.top-internship-slide__heading::before {
  content: attr(data-num);
  font-size: 75px;
  line-height: 1.16;
  font-family: Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-slide__heading::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide__heading::after {
    content: attr(data-en);
    font-size: min(2.5641025641vw, 18px);
    line-height: 1.2;
  }
}
.top-internship-slide__txt {
  font-size: clamp(13px, 3.3333333333vw, 14px);
  line-height: 2.1428571429;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__txt {
    font-size: 13px;
    line-height: 2.3076923077;
    color: var(--color-primary);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-internship-slide__txt br {
    display: none;
  }
}
.top-internship-slide__term {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__term {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    z-index: 1;
  }
}
.top-internship-slide__term dt {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__term dt {
    position: inherit;
    width: auto;
    height: auto;
    font-size: min(2.3076923077vw, 13px);
    line-height: 1.7777777778;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.top-internship-slide__term dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 135px;
  height: 30px;
  padding: 0 min(2.5641025641vw, 16px);
  font-size: min(2.5641025641vw, 16px);
  line-height: 1.1875;
  font-weight: bold;
  color: var(--color-primary);
  border: 1px solid currentColor;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__term dd {
    min-width: 75px;
    height: auto;
    padding-block: max(0.5128205128vw, 2px);
    line-height: 1.1;
    color: var(--color-white);
    background: none;
  }
}
.top-internship-slide__term dd::before {
  content: "#";
}
.top-internship-slide__state {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 22px;
  font-size: 21px;
  line-height: 1.1428571429;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-top: 1px solid currentColor;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__state {
    display: none;
  }
}
.top-internship-slide__state svg {
  transform: translateY(-4px);
}
.top-internship-slide__image {
  position: absolute;
  z-index: -2;
}
.top-internship-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-internship-slide__image.-pc {
  width: 100%;
  height: 100%;
  top: 0;
  right: -214px;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__image.-pc {
    display: none;
  }
}
.top-internship-slide__image.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__image.-sp {
    display: block;
    aspect-ratio: 1;
    width: 46.4102564103vw;
    top: 10px;
    right: 0;
  }
}
.top-internship-slide__content {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-internship-slide__content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding-inline: 7.1794871795vw;
  }
}
.top-internship-slide__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  margin: auto -8px 0 0;
  font-size: clamp(14px, 3.5897435897vw, 15px);
  font-weight: bold;
  color: #E62404;
  font-family: Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
}
.top-internship-slide__more i {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  border-radius: 50%;
  background: #E62404;
  fill: var(--color-white);
}

.top-pick {
  padding-block: 141px 106px;
  background: #D6D6D6;
}
@media screen and (max-width: 768px) {
  .top-pick {
    padding-block: 50px 38px;
  }
}
.top-pick__wrap {
  position: relative;
  margin: 73px calc(50% - 50vw) 0 0;
}
@media screen and (max-width: 768px) {
  .top-pick__wrap {
    width: 100vw;
    margin: 47px calc(50% - 50vw) 0;
    padding-inline: var(--gutter);
  }
}
.top-pick__arrows {
  display: contents;
}
.top-pick__arrow {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(45px, 11.5384615385vw, 75px);
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1;
  background: rgba(230, 1, 0, 0.75);
  z-index: 1;
}
.top-pick__arrow svg {
  width: 25px;
}
.top-pick__arrow.-prev {
  display: none;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .top-pick__arrow.-prev {
    display: flex;
    left: 12px;
  }
}
.top-pick__arrow.-prev svg {
  transform: skewX(180deg);
}
.top-pick__arrow.-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .top-pick__arrow.-next {
    right: 12px;
  }
}
.top-pick__slide {
  overflow: visible;
}
.top-pick__items {
  display: flex;
}
.top-pick__item {
  flex-shrink: 0;
  width: 760px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-pick__item {
    width: 100%;
  }
}
.top-pick__item a {
  position: relative;
  display: flex;
  width: 100%;
  background: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-pick__item a {
    border-radius: 6px;
  }
}
.top-pick__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-block: min(3.3333333333vw, 37px) min(3.3333333333vw, 32px);
}
.top-pick__heading {
  width: 100%;
  margin-bottom: min(2.5641025641vw, 30px);
  font-weight: bold;
  color: var(--color-white);
}
.top-pick__heading span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 58px 54px 66px;
}
@media screen and (max-width: 768px) {
  .top-pick__heading span {
    gap: 0;
    padding: 5.641025641vw 5.641025641vw 6.6666666667vw;
  }
}
.top-pick__heading span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask: radial-gradient(circle 195.825px at 78.5% 50%, transparent 99%, black 100%);
  background: var(--color-red);
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-pick__heading span::before {
    mask: radial-gradient(circle 21.2820512821vw at 78.5% 50%, transparent 99%, black 100%);
  }
}
.top-pick__heading small {
  font-size: clamp(12px, 3.0769230769vw, 24px);
  letter-spacing: 0.125em;
}
.top-pick__heading em {
  font-size: clamp(18px, 4.6153846154vw, 42px);
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-pick__heading em {
    line-height: 1.5;
  }
}
.top-pick__category {
  order: -1;
  margin-bottom: min(3.0769230769vw, 26px);
  padding-inline: min(4.1025641026vw, 38px);
  font-size: clamp(12px, 3.0769230769vw, 24px);
  line-height: 1.2083333333;
  font-weight: 200;
  font-family: Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif;
}
.top-pick__tag {
  padding: 0 min(4.1025641026vw, 38px);
}
.top-pick__tag dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: clamp(90px, 23.0769230769vw, 177px);
  height: clamp(18px, 4.6153846154vw, 30px);
  padding: 0 min(3.0769230769vw, 16px);
  font-size: clamp(9px, 2.3076923077vw, 16px);
  line-height: 1.1875;
  font-weight: bold;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  background: #fff;
}
.top-pick__image {
  position: absolute;
  width: 428px;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .top-pick__image {
    width: 46.4102564103vw;
  }
}
.top-pick__image img {
  width: 100%;
}

.top-stories {
  padding-bottom: 54px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-stories {
    padding-bottom: 0;
  }
}
.top-stories__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-block: 82px 58px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-stories__intro {
    gap: 32px;
    padding-block: 74px 40px;
  }
}
.top-stories__intro::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-red);
  z-index: -1;
}
.top-stories__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: clamp(23px, 5.8974358974vw, 62px);
  border-bottom: 1px solid var(--color-red);
}
@media screen and (max-width: 1040px) {
  .top-stories__columns {
    grid-template-columns: 1fr;
  }
}
.top-stories__column a {
  position: relative;
  display: block;
}
.top-stories__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5.1282051282vw, 30px);
  width: 100%;
  height: 100%;
  padding-block: 42px 76px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-stories__content {
    padding-block: 20px;
  }
}
.top-stories__heading {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .top-stories__heading {
    padding-right: var(--gutter);
  }
}
.top-stories__heading span {
  padding: 15px 21px;
  font-size: clamp(18px, 4.6153846154vw, 30px);
  line-height: 1.9666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
  background: var(--color-white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .top-stories__heading span {
    padding: 4px clamp(12px, 3.0769230769vw, 24px);
    line-height: 1.6111111111;
  }
}
.top-stories__data {
  display: flex;
  order: -1;
  align-items: center;
  gap: 22px;
  padding-inline: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-stories__data {
    gap: clamp(3px, 0.7692307692vw, 6px);
    padding-inline: var(--gutter);
  }
}
.top-stories__data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 24px;
  font-size: clamp(10px, 2.5641025641vw, 13px);
  line-height: 1.2307692308;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 24px;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .top-stories__data dt {
    height: auto;
    padding: 3px 15px;
  }
}
.top-stories__data dd {
  font-size: clamp(10px, 2.5641025641vw, 12px);
  line-height: 1.1666666667;
}
.top-stories__term {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding-inline: 38px;
}
@media screen and (max-width: 768px) {
  .top-stories__term {
    padding-inline: var(--gutter);
  }
}
.top-stories__term dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 150px;
  height: 45px;
  padding: 0 16px;
  font-size: clamp(10px, 2.5641025641vw, 18px);
  line-height: 1.2222222222;
  font-weight: bold;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-stories__term dd {
    min-width: 0;
    height: auto;
    padding: clamp(5px, 1.2820512821vw, 10px) clamp(13px, 2.5641025641vw, 26px);
    line-height: 1.2;
  }
}
.top-stories__term dd::before {
  content: "#";
}
.top-stories__image img {
  width: 100%;
}
.top-stories__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: bold;
  color: var(--color-red);
  fill: currentColor;
}
.top-stories__more [lang=en] {
  margin-right: 22px;
  font-size: min(5.3846153846vw, 35px);
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .top-stories__more [lang=en] {
    margin-right: max(1.7948717949vw, 7px);
    line-height: 3.5714285714;
  }
}
.top-stories__more [lang=ja] {
  margin-right: 23px;
  font-size: min(2.5641025641vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-stories__more [lang=ja] {
    line-height: 2.4;
  }
}
.top-stories__more svg {
  transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .top-stories__more svg {
    width: 7.6923076923vw;
  }
}
.top-stories__note {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.125em;
}

.top-internship {
  background: var(--color-red);
}
.top-internship__intro {
  position: relative;
  padding-block: 81px 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship__intro {
    padding-block: 45px 68px;
  }
}
.top-internship__mv {
  position: relative;
  margin: 69px calc(50% - 50vw) -166px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-internship__mv {
    margin-block: 40px -105px;
  }
}
.top-internship__mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4784313725) 71%, #000000 100%);
  opacity: 0.3;
}
.top-internship__mv img {
  width: 100%;
  height: 100%;
}
.top-internship__lead {
  width: fit-content;
  margin-inline: auto -16px;
  font-size: min(3.8461538462vw, 18px);
  line-height: 3;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-internship__lead {
    margin-inline: 0;
    white-space: nowrap;
    line-height: 2.4;
  }
}
.top-internship__wrap {
  padding-block: 86px 116px;
  background: #ACACAC;
}
@media screen and (max-width: 768px) {
  .top-internship__wrap {
    padding-block: 48px 69px;
  }
}
.top-internship__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 30px;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .top-internship__content {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

.top-internship-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-block: 31px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-item {
    padding-block: 15px 25px;
    border-radius: 9px;
  }
}
.top-internship-item__header {
  position: relative;
  min-height: 345px;
  margin-bottom: min(5.8974358974vw, 31px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-item__header {
    min-height: 48.7179487179vw;
  }
}
.top-internship-item__header::before {
  content: "Internship content #" attr(data-num);
  display: block;
  margin-bottom: 22px;
  padding-inline: 28px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
}
@media screen and (max-width: 768px) {
  .top-internship-item__header::before {
    margin-bottom: 14px;
    padding-inline: 4.6153846154vw;
    font-size: 10px;
  }
}
.top-internship-item__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 274px;
  padding: 10px 20px 16px 40px;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-item__intro {
    height: 38.4615384615vw;
    padding: 0 5.1282051282vw 17px;
  }
}
.top-internship-item__intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask: radial-gradient(circle 150.6357px at 78.5% 50%, transparent 99%, black 100%);
  background: var(--color-red);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-item__intro::before {
    mask: radial-gradient(circle 21.1282051282vw at 78.5% 50%, transparent 99%, black 100%);
  }
}
.top-internship-item__head {
  position: relative;
  display: grid;
  margin-top: auto;
  font-weight: bold;
  z-index: 1;
}
.top-internship-item__head [lang=ja] {
  font-size: min(4.1025641026vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-internship-item__head [lang=ja] {
    line-height: 1.5625;
  }
}
.top-internship-item__head [lang=en] {
  font-size: min(2.5641025641vw, 18px);
  line-height: 1.2222222222;
}
@media screen and (max-width: 768px) {
  .top-internship-item__head [lang=en] {
    line-height: 1.2;
  }
}
.top-internship-item__tags {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-item__tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.top-internship-item__tags dt {
  flex-shrink: 0;
  font-size: min(2.3076923077vw, 13px);
  line-height: 1.7692307692;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-internship-item__tags dt {
    line-height: 1.7777777778;
    letter-spacing: 0.1em;
  }
}
.top-internship-item__tags dd {
  width: fit-content;
  min-width: 120px;
  max-width: 210px;
  padding: 5px 10px;
  font-size: min(2.5641025641vw, 15px);
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__tags dd {
    min-width: 75px;
    padding-block: max(0.5128205128vw, 2px);
    line-height: 1.1;
  }
}
.top-internship-item__image {
  position: absolute;
  width: 330px;
  top: 18px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-internship-item__image {
    width: 46.4102564103vw;
    top: 10px;
  }
}
.top-internship-item__image img {
  width: 100%;
}
.top-internship-item__wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 19px;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__wrap {
    gap: 22px;
    padding-inline: 7.1794871795vw;
  }
}
.top-internship-item__txt {
  display: block;
  font-size: min(3.3333333333vw, 15px);
  line-height: 2.1333333333;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .top-internship-item__txt {
    line-height: 2.3076923077;
  }
}
.top-internship-item__schedules {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 242.5px), 1fr));
  gap: 13px 20px;
  margin-block-end: 20px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__schedules {
    row-gap: 11px;
    margin-block-end: 17px;
  }
}
.top-internship-item__schedule {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-internship-item__schedule {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.top-internship-item__schedule dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  color: var(--color-white);
  border-radius: 36px;
  background: var(--color-primary);
}
.top-internship-item__more {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin-block-start: auto;
  margin-inline: auto -10px;
  font-size: min(3.5897435897vw, 21px);
  line-height: 1.1904761905;
  font-weight: bold;
  color: #E62404;
  font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
}
@media screen and (max-width: 768px) {
  .top-internship-item__more {
    line-height: 1.9285714286;
  }
}
.top-internship-item__more span {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  padding-bottom: 6px;
  border-radius: 50%;
  background: currentColor;
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-item__more span {
    width: 30px;
  }
}
.top-internship-item__more span svg {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-internship-item__more span svg {
    width: 13px;
  }
}
.top-internship-item__soon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-block-start: auto;
  margin-inline-start: auto;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: bold;
  color: #595757;
  border: 1px solid currentColor;
  border-radius: 45px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__soon {
    height: 36px;
    font-size: 16.5px;
    line-height: 1.2121212121;
  }
}
.top-internship-item__soon.-open {
  width: 195px;
  color: var(--color-white);
  border-color: #595757;
  background: #595757;
}
@media screen and (max-width: 768px) {
  .top-internship-item__soon.-open {
    width: 180px;
  }
}

.top-internship-links {
  margin-block-start: 11px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-internship-links {
    margin-block-start: 8px;
  }
}
.top-internship-links__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 36px;
  margin-block-end: 16px;
  font-size: clamp(13px, 3.3333333333vw, 15px);
  line-height: 1.7333333333;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .top-internship-links__head {
    width: 100%;
    margin-block-end: 14px;
    line-height: 1.7692307692;
  }
}
.top-internship-links__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
  gap: 16px 12px;
}
@media screen and (max-width: 768px) {
  .top-internship-links__items {
    gap: 12px;
  }
}
.top-internship-links__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  max-width: 320px;
  height: 60px;
  padding-block: 8px;
  padding-inline: 27px 17px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  border: 1px solid #E62404;
  border-radius: 60px;
  fill: var(--color-red);
}
@media screen and (max-width: 768px) {
  .top-internship-links__item {
    max-width: 100%;
    height: auto;
    min-height: 48px;
    padding-inline: 13px 8px;
    font-size: 12px;
    line-height: 1.625;
    letter-spacing: 0;
  }
}
.top-internship-links__item svg {
  flex-shrink: 0;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .top-internship-links__item svg {
    width: 13px;
  }
}

.internship-detail-mv {
  position: relative;
  overflow: hidden;
}
.internship-detail-mv::before {
  content: attr(data-attr);
  position: absolute;
  top: 49.5%;
  right: 12px;
  transform: translateY(-50%);
  writing-mode: tb-rl;
  white-space: nowrap;
  font-size: 82px;
  line-height: 1.1951219512;
  font-weight: bold;
  color: var(--color-white);
  font-family: var(--font-Helvetica);
  letter-spacing: 0.025em;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .internship-detail-mv::before {
    top: 48.4%;
    right: 6px;
    font-size: 45px;
    line-height: 1.2;
  }
}
.internship-detail-mv__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: var(--max-content-width);
  height: max(100svh - var(--header-height, 0), 540px);
  margin-inline: auto;
  padding-block: 46px 67px;
  padding-inline: var(--gutter);
  color: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .internship-detail-mv__wrap {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-mv__wrap {
    height: max(100svh - var(--header-height, 0) - 60px, 450px);
    padding-bottom: 82px;
  }
}
.internship-detail-mv__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-block: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .internship-detail-mv__head {
    gap: 10px;
  }
}
.internship-detail-mv__head small {
  font-size: clamp(15px, 3.8461538462vw, 18px);
  line-height: 2.1111111111;
  letter-spacing: 0.125em;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .internship-detail-mv__head small {
    line-height: 2.5333333333;
  }
}
.internship-detail-mv__head em {
  font-size: clamp(25px, 7.6923076923vw, 68px);
  line-height: 1.6029411765;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .internship-detail-mv__head em {
    line-height: 1.5;
  }
}
.internship-detail-mv__head em span {
  display: inline-block;
}
.internship-detail-mv__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 320px;
  min-height: 41px;
  margin-left: 10px;
  padding-inline: 24px;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
  color: var(--color-primary);
  border-radius: 41px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .internship-detail-mv__tag {
    display: none;
  }
}
.internship-detail-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.internship-detail-mv__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(to right, #000, rgba(56, 56, 56, 0.33) 60%, #545454);
  opacity: 0.3;
}
.internship-detail-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.internship-detail-intro {
  padding-block: 118px 103px;
}
@media screen and (max-width: 768px) {
  .internship-detail-intro {
    padding-block: 44px 62px;
  }
}
.internship-detail-intro__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .internship-detail-intro__wrap {
    margin-top: 26px;
  }
}
.internship-detail-intro__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .internship-detail-intro__txt {
    line-height: 2.5714285714;
    letter-spacing: 0.025em;
  }
}
.internship-detail-intro__txt:not(:first-child) {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .internship-detail-intro__txt:not(:first-child) {
    margin-top: 36px;
  }
}

.internship-detail-event {
  padding-block: 74px 66px;
  background: rgba(214, 214, 214, 0.5);
}
@media screen and (max-width: 768px) {
  .internship-detail-event {
    padding-block: 51px;
  }
}
.internship-detail-event + .internship-detail-event {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .internship-detail-event + .internship-detail-event {
    margin-top: 75px;
  }
}
.internship-detail-event__intro {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__intro {
    gap: 35px;
    margin-bottom: 36px;
  }
}
.internship-detail-event__head span {
  display: inline;
  padding: 16px 24px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(23px, 5.8974358974vw, 30px);
  line-height: 2.3;
  font-weight: bold;
  letter-spacing: 0.125em;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .internship-detail-event__head span {
    padding: 10px 12px;
    line-height: 2.0869565217;
    letter-spacing: 0.025em;
  }
}
.internship-detail-event__state {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 78px;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  border-radius: 39px;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__state {
    width: 180px;
    height: 60px;
    font-size: 21px;
    line-height: 2.2857142857;
  }
}
.internship-detail-event__schedule {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__schedule {
    margin-bottom: 35px;
  }
}
.internship-detail-event__schedule dd {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__schedule dd {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.internship-detail-event__schedule dd span {
  font-size: clamp(21px, 5.3846153846vw, 24px);
  line-height: 2;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__schedule dd span {
    line-height: 2.1428571429;
    letter-spacing: 0.075em;
  }
}
.internship-detail-event__schedule dd em {
  display: flex;
  justify-content: center;
  width: 165px;
  font-size: 18px;
  line-height: 2.1666666667;
  color: var(--color-white);
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  border-radius: 39px;
  background: var(--color-primary);
}
.internship-detail-event__schedule dd em + span {
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__schedule dd + dd {
    margin-top: 2px;
  }
}
.internship-detail-event__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__txt {
    line-height: 2.3571428571;
    letter-spacing: 0.05em;
  }
}
.internship-detail-event__txt:has(+ .internship-detail-cta) {
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .internship-detail-event__txt:has(+ .internship-detail-cta) {
    margin-bottom: 38px;
  }
}

.internship-detail-program {
  padding-block: 110px 158px;
}
@media screen and (max-width: 768px) {
  .internship-detail-program {
    padding-block: 69px;
  }
}
.internship-detail-program__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .internship-detail-program__intro {
    gap: 42px;
    margin-bottom: 26px;
  }
}
.internship-detail-program__head em {
  display: inline;
  padding: clamp(6px, 1.171875vw, 12px) 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(21px, 5.3846153846vw, 36px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: 1px solid var(--color-red);
}
@media screen and (max-width: 768px) {
  .internship-detail-program__head em {
    padding: clamp(6px, 1.5384615385vw, 9px) 12px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.internship-detail-program__wrap {
  display: grid;
  gap: 39px;
  margin-bottom: 68px;
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .internship-detail-program__wrap {
    line-height: 2.3571428571;
    gap: 33px;
    margin-bottom: 26px;
  }
}
.internship-detail-program__wrap:has(> .internship-detail-program__items + .internship-detail-program__content) {
  gap: clamp(96px, 12.4837451235vw, 120px);
}
.internship-detail-program__txt a {
  transition: color 0.3s, background-color 0.3s;
}
.internship-detail-program__txt a:hover {
  opacity: 1;
  color: var(--color-white);
  background: #E62404;
}
.internship-detail-program__num li:not(:first-child) {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .internship-detail-program__num li:not(:first-child) {
    margin-top: 33px;
  }
}
.internship-detail-program__desc dt {
  display: inline-flex;
  margin-right: 0.5em;
}
.internship-detail-program__desc dt::before {
  content: "★";
}
.internship-detail-program__desc dt::after {
  content: ":";
}
.internship-detail-program__desc dd {
  display: inline;
}
.internship-detail-program__content {
  position: relative;
}
.internship-detail-program__flow {
  counter-reset: item;
  aspect-ratio: 1200/241.313;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow {
    aspect-ratio: 320/684.68;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 4.1025641026vw;
    height: 175.558974359vw;
    margin-inline: auto;
  }
}
.internship-detail-program__flow li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(1.5748031496vw, 20px) min(2.3622047244vw, 30px);
  font-size: min(1.8897637795vw, 24px);
  line-height: 1.5;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow li {
    padding: 5.1282051282vw;
    font-size: 5.3846153846vw;
    line-height: 1.7142857143;
    letter-spacing: 0;
  }
}
.internship-detail-program__flow li::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  top: min(1.7322834646vw, 22px);
  left: min(2.5196850394vw, 32px);
  font-size: min(3.5433070866vw, 45px);
  line-height: 1.2;
  font-family: var(--font-Helvetica);
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow li::before {
    top: 5.641025641vw;
    left: 7.1794871795vw;
    font-size: 10vw;
    line-height: 1.2051282051;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow li:nth-child(1) {
    padding-top: 10.7692307692vw;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow li:nth-child(2)::before {
    top: -6.1538461538vw;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow li:nth-child(3) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-program__flow li:nth-child(3)::before {
    top: -7.6923076923vw;
  }
}
.internship-detail-program__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.internship-detail-program__bg svg {
  width: 100%;
  height: 100%;
}
.internship-detail-program__items {
  display: grid;
  gap: 40px;
}
.internship-detail-program__item {
  display: grid;
  gap: clamp(16px, 4.1025641026vw, 38px);
}
.internship-detail-program__detail {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .internship-detail-program__detail {
    line-height: 2.7857142857;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-program__data {
    margin-block-start: 18px;
    line-height: 1.9285714286;
  }
}
.internship-detail-program__data a {
  transition: color 0.3s, background-color 0.3s;
}
.internship-detail-program__data a:hover {
  opacity: 1;
  color: var(--color-white);
  background: #E62404;
}

.internship-detail-other {
  padding-block: 101px 85px;
  background: rgba(214, 214, 214, 0.5);
}
@media screen and (max-width: 768px) {
  .internship-detail-other {
    padding-block: 51px 64px;
  }
}
.internship-detail-other__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .internship-detail-other__wrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 38px;
  }
}
.internship-detail-other__item {
  width: 690px;
}
@media screen and (max-width: 768px) {
  .internship-detail-other__item {
    display: contents;
  }
}
.internship-detail-other__intro {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .internship-detail-other__intro {
    order: -1;
    gap: 37px;
    margin-bottom: 37px;
  }
}
.internship-detail-other__head {
  flex-grow: 1;
}
.internship-detail-other__head span {
  display: inline;
  padding: min(1.8229166667vw, 16px) 24px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(23px, 5.8974358974vw, 30px);
  line-height: 2.3;
  font-weight: bold;
  letter-spacing: 0.125em;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .internship-detail-other__head span {
    padding: clamp(9px, 2.3076923077vw, 12px) 14px;
    line-height: 2.1304347826;
    letter-spacing: 0.025em;
  }
}
.internship-detail-other__state {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 78px;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  border-radius: 39px;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .internship-detail-other__state {
    width: 180px;
    height: 60px;
    font-size: 21px;
    line-height: 2.2857142857;
  }
}
.internship-detail-other__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .internship-detail-other__txt {
    line-height: 2.3571428571;
    letter-spacing: 0.05em;
  }
}
.internship-detail-other__image {
  order: -1;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .internship-detail-other__image {
    width: 100%;
    margin-bottom: 29px;
  }
}
.internship-detail-other__image img {
  width: 100%;
}

.internship-detail-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .internship-detail-cta {
    gap: 2px;
  }
}
.internship-detail-cta__txt {
  word-break: auto-phrase;
  font-size: 18px;
  line-height: 2.1666666667;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
}
.internship-detail-cta__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 60px;
  font-size: clamp(18px, 4.6153846154vw, 21px);
  line-height: 1.1904761905;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 60px;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .internship-detail-cta__btn {
    width: 100%;
    line-height: 1.2222222222;
  }
}
.internship-detail-cta__btn svg {
  position: absolute;
  width: 24px;
  height: 9px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: var(--color-white);
}

.internship-detail-outline {
  padding-block: 195px 130px;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline {
    padding-block: 59px 38px;
  }
}
.internship-detail-outline__items {
  margin-block: 59px 96px;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__items {
    margin-block: 42px 46px;
  }
}
.internship-detail-outline__item {
  display: grid;
  grid-template-columns: 240px 1fr;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__item {
    grid-template-columns: 54px 1fr;
  }
}
.internship-detail-outline__item > dt, .internship-detail-outline__item > dd {
  font-weight: bold;
}
.internship-detail-outline__item > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 45px;
  font-size: 24px;
  line-height: 1.875;
  color: var(--color-white);
  text-align: center;
  vertical-align: middle;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__item > dt {
    padding: 0;
    writing-mode: vertical-rl;
    font-size: 15px;
    line-height: 1.2;
  }
}
.internship-detail-outline__item > dd {
  padding-left: 12px;
  font-size: 21px;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__item > dd {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.05em;
  }
}
.internship-detail-outline__item:not(:first-child) > dt {
  border-top: 1px solid currentColor;
}
.internship-detail-outline__item:last-child > dd .internship-detail-outline__content {
  border-bottom: 1px solid var(--color-red);
}
.internship-detail-outline__table {
  margin-block: 59px 96px;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__table {
    margin-block: 42px 46px;
  }
}
.internship-detail-outline__table th, .internship-detail-outline__table td {
  font-weight: bold;
}
.internship-detail-outline__table th {
  width: 240px;
  padding-block: 45px;
  font-size: 24px;
  line-height: 1.875;
  color: var(--color-white);
  text-align: center;
  vertical-align: middle;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__table th {
    width: 54px;
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__table th span {
    display: inline-block;
    width: 1em;
    writing-mode: vertical-rl;
  }
}
.internship-detail-outline__table td {
  padding-left: 12px;
  font-size: 21px;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__table td {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.05em;
  }
}
.internship-detail-outline__table tr:not(:first-child) th {
  border-top: 1px solid currentColor;
}
.internship-detail-outline__table tr:last-child td .internship-detail-outline__content {
  border-bottom: 1px solid var(--color-red);
}
.internship-detail-outline__content {
  height: 100%;
  padding-block: 45px;
  padding-inline: 50px;
  border-top: 1px solid var(--color-red);
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__content {
    padding-block: 28px;
    padding-inline: 20px 6px;
  }
}
.internship-detail-outline__cource:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .internship-detail-outline__cource:not(:first-child) {
    margin-top: 28px;
  }
}
.internship-detail-outline__list li {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 2px;
}
.internship-detail-outline__list li::before {
  content: attr(data-icon);
}

.internship-detail-discussion {
  padding-block: 104px 227px;
}
@media screen and (max-width: 768px) {
  .internship-detail-discussion {
    padding-block: 48px 40px;
  }
}
.internship-detail-discussion__bnr {
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .internship-detail-discussion__bnr {
    margin-bottom: 28px;
  }
}
.internship-detail-discussion__bnr img {
  width: 100%;
}
.internship-detail-discussion__txt {
  font-size: clamp(13px, 3.3333333333vw, 21px);
  line-height: 2.1428571429;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .internship-detail-discussion__txt {
    line-height: 2.3076923077;
    letter-spacing: 0.05em;
  }
}

.top-schedule__head {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .top-schedule__head {
    margin-bottom: 50px;
  }
}
.top-schedule__head span {
  display: inline;
  padding: 15px 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(30px, 3.5433070866vw, 45px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: 1px solid var(--color-red);
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-schedule__head span {
    padding: 9px 12px;
    font-size: min(7.6923076923vw, 30px);
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.top-schedule__wrap {
  display: grid;
  grid-template-columns: min(26.7716535433vw, 340px) min(67.7165354331vw, 860px);
}
@media screen and (max-width: 768px) {
  .top-schedule__wrap {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}
.top-schedule__lead {
  aspect-ratio: 340/240;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.8897637795vw, 24px);
  line-height: 1.7083333333;
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-red);
}
@media screen and (max-width: 768px) {
  .top-schedule__lead {
    aspect-ratio: 320/180;
    font-size: 24px;
    line-height: 1.7083333333;
  }
}
.top-schedule__item img {
  width: 100%;
}

.top-internship {
  background: var(--color-red);
}
.top-internship__intro {
  position: relative;
  padding-block: 81px 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship__intro {
    padding-block: 45px 68px;
  }
}
.top-internship__mv {
  position: relative;
  margin: 69px calc(50% - 50vw) -166px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-internship__mv {
    margin-block: 40px -105px;
  }
}
.top-internship__mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4784313725) 71%, #000000 100%);
  opacity: 0.3;
}
.top-internship__mv img {
  width: 100%;
  height: 100%;
}
.top-internship__lead {
  width: fit-content;
  margin-inline: auto -16px;
  font-size: min(3.8461538462vw, 18px);
  line-height: 3;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-internship__lead {
    margin-inline: 0;
    white-space: nowrap;
    line-height: 2.4;
  }
}
.top-internship__wrap {
  padding-block: 86px 116px;
  background: #ACACAC;
}
@media screen and (max-width: 768px) {
  .top-internship__wrap {
    padding-block: 48px 69px;
  }
}
.top-internship__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 30px;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .top-internship__content {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

.top-internship-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-block: 31px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-item {
    padding-block: 15px 25px;
    border-radius: 9px;
  }
}
.top-internship-item__header {
  position: relative;
  min-height: 345px;
  margin-bottom: min(5.8974358974vw, 31px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-item__header {
    min-height: 48.7179487179vw;
  }
}
.top-internship-item__header::before {
  content: "Internship content #" attr(data-num);
  display: block;
  margin-bottom: 22px;
  padding-inline: 28px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
}
@media screen and (max-width: 768px) {
  .top-internship-item__header::before {
    margin-bottom: 14px;
    padding-inline: 4.6153846154vw;
    font-size: 10px;
  }
}
.top-internship-item__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 274px;
  padding: 10px 20px 16px 40px;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-item__intro {
    height: 38.4615384615vw;
    padding: 0 5.1282051282vw 17px;
  }
}
.top-internship-item__intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask: radial-gradient(circle 150.6357px at 78.5% 50%, transparent 99%, black 100%);
  background: var(--color-red);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-item__intro::before {
    mask: radial-gradient(circle 21.1282051282vw at 78.5% 50%, transparent 99%, black 100%);
  }
}
.top-internship-item__head {
  position: relative;
  display: grid;
  margin-top: auto;
  font-weight: bold;
  z-index: 1;
}
.top-internship-item__head [lang=ja] {
  font-size: min(4.1025641026vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top-internship-item__head [lang=ja] {
    line-height: 1.5625;
  }
}
.top-internship-item__head [lang=en] {
  font-size: min(2.5641025641vw, 18px);
  line-height: 1.2222222222;
}
@media screen and (max-width: 768px) {
  .top-internship-item__head [lang=en] {
    line-height: 1.2;
  }
}
.top-internship-item__tags {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-internship-item__tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.top-internship-item__tags dt {
  flex-shrink: 0;
  font-size: min(2.3076923077vw, 13px);
  line-height: 1.7692307692;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-internship-item__tags dt {
    line-height: 1.7777777778;
    letter-spacing: 0.1em;
  }
}
.top-internship-item__tags dd {
  width: fit-content;
  min-width: 120px;
  max-width: 210px;
  padding: 5px 10px;
  font-size: min(2.5641025641vw, 15px);
  line-height: 1.2;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__tags dd {
    min-width: 75px;
    padding-block: max(0.5128205128vw, 2px);
    line-height: 1.1;
  }
}
.top-internship-item__image {
  position: absolute;
  width: 330px;
  top: 18px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-internship-item__image {
    width: 46.4102564103vw;
    top: 10px;
  }
}
.top-internship-item__image img {
  width: 100%;
}
.top-internship-item__wrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 19px;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__wrap {
    gap: 22px;
    padding-inline: 7.1794871795vw;
  }
}
.top-internship-item__txt {
  display: block;
  font-size: min(3.3333333333vw, 15px);
  line-height: 2.1333333333;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .top-internship-item__txt {
    line-height: 2.3076923077;
  }
}
.top-internship-item__schedules {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 242.5px), 1fr));
  gap: 13px 20px;
  margin-block-end: 20px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__schedules {
    row-gap: 11px;
    margin-block-end: 17px;
  }
}
.top-internship-item__schedule {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-internship-item__schedule {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
.top-internship-item__schedule dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  color: var(--color-white);
  border-radius: 36px;
  background: var(--color-primary);
}
.top-internship-item__more {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin-block-start: auto;
  margin-inline: auto -10px;
  font-size: min(3.5897435897vw, 21px);
  line-height: 1.1904761905;
  font-weight: bold;
  color: #E62404;
  font-family: var(--font-Helvetica, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, Osaka, sans-serif);
}
@media screen and (max-width: 768px) {
  .top-internship-item__more {
    line-height: 1.9285714286;
  }
}
.top-internship-item__more span {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  padding-bottom: 6px;
  border-radius: 50%;
  background: currentColor;
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .top-internship-item__more span {
    width: 30px;
  }
}
.top-internship-item__more span svg {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-internship-item__more span svg {
    width: 13px;
  }
}
.top-internship-item__soon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  margin-block-start: auto;
  margin-inline-start: auto;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: bold;
  color: #595757;
  border: 1px solid currentColor;
  border-radius: 45px;
}
@media screen and (max-width: 768px) {
  .top-internship-item__soon {
    height: 36px;
    font-size: 16.5px;
    line-height: 1.2121212121;
  }
}
.top-internship-item__soon.-open {
  width: 195px;
  color: var(--color-white);
  border-color: #595757;
  background: #595757;
}
@media screen and (max-width: 768px) {
  .top-internship-item__soon.-open {
    width: 180px;
  }
}

.top-internship-links {
  margin-block-start: 11px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-internship-links {
    margin-block-start: 8px;
  }
}
.top-internship-links__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 36px;
  margin-block-end: 16px;
  font-size: clamp(13px, 3.3333333333vw, 15px);
  line-height: 1.7333333333;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .top-internship-links__head {
    width: 100%;
    margin-block-end: 14px;
    line-height: 1.7692307692;
  }
}
.top-internship-links__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
  gap: 16px 12px;
}
@media screen and (max-width: 768px) {
  .top-internship-links__items {
    gap: 12px;
  }
}
.top-internship-links__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  max-width: 320px;
  height: 60px;
  padding-block: 8px;
  padding-inline: 27px 17px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  border: 1px solid #E62404;
  border-radius: 60px;
  fill: var(--color-red);
}
@media screen and (max-width: 768px) {
  .top-internship-links__item {
    max-width: 100%;
    height: auto;
    min-height: 48px;
    padding-inline: 13px 8px;
    font-size: 12px;
    line-height: 1.625;
    letter-spacing: 0;
  }
}
.top-internship-links__item svg {
  flex-shrink: 0;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .top-internship-links__item svg {
    width: 13px;
  }
}

.cookies-intro {
  padding-block: 142px 118px;
}
@media screen and (max-width: 768px) {
  .cookies-intro {
    padding-block: 80px 100px;
  }
}
.cookies-intro__head {
  display: grid;
  grid-template-columns: clamp(90px, 23.0769230769vw, 120px) 1fr;
  align-items: center;
  gap: 28px;
  margin-block-end: 50px;
  font-size: clamp(42px, 6.7620286086vw, 45px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .cookies-intro__head {
    gap: 20px;
    margin-block-end: 52px;
    font-size: min(10.7692307692vw, 52px);
  }
}
.cookies-intro__head::before {
  content: "";
  aspect-ratio: 1;
  border: clamp(15px, 3.8461538462vw, 20px) solid #E62404;
  border-radius: 50%;
}
.cookies-intro__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cookies-intro__txt {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}

.cookies {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cookies {
    font-size: 14px;
    line-height: 1.9285714286;
  }
}
.cookies:not(:first-of-type) {
  margin-block-start: 83px;
}
@media screen and (max-width: 768px) {
  .cookies:not(:first-of-type) {
    margin-block-start: 75px;
  }
}
.cookies:last-child {
  padding-block-end: 108px;
}
@media screen and (max-width: 768px) {
  .cookies:last-child {
    padding-block-end: 28px;
  }
}
.cookies__head {
  margin-block-end: 30px;
}
@media screen and (max-width: 768px) {
  .cookies__head {
    margin-block-end: 20px;
  }
}
.cookies__head span {
  display: inline;
  padding: 15px 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: min(7.6923076923vw, 36px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: 1px solid var(--color-red);
}
@media screen and (max-width: 768px) {
  .cookies__head span {
    padding: 9px 12px;
    white-space: nowrap;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.cookies__txt a {
  color: var(--color-red);
  text-decoration: underline;
}
.cookies__item {
  margin-block-start: 44px;
}
@media screen and (max-width: 768px) {
  .cookies__item {
    margin-block-start: 28px;
  }
}
.cookies__item:not(:first-of-type) {
  margin-block-start: 60px;
}
@media screen and (max-width: 768px) {
  .cookies__item:not(:first-of-type) {
    margin-block-start: 52px;
  }
}
.cookies__heading {
  margin-block-end: 30px;
}
@media screen and (max-width: 768px) {
  .cookies__heading {
    margin-block-end: 22px;
  }
}
.cookies__heading span {
  display: inline;
  padding: 9px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: min(5.3846153846vw, 27px);
  line-height: 1.8518518519;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: 1px solid var(--color-red);
}
@media screen and (max-width: 768px) {
  .cookies__heading span {
    padding: 8px 12px;
    white-space: nowrap;
    line-height: 1.9047619048;
    letter-spacing: 0.025em;
  }
}
.cookies__num {
  counter-reset: item;
}
.cookies__num li::before {
  content: counter(item) ".";
  counter-increment: item;
}
.cookies__num li:not(:first-child) {
  margin-block-start: 26px;
}
@media screen and (max-width: 768px) {
  .cookies__num li:not(:first-child) {
    margin-block-start: 23px;
  }
}
.cookies__detail {
  margin-block-start: 7px;
  padding-inline-start: 1em;
}
@media screen and (max-width: 768px) {
  .cookies__detail {
    margin-block-start: 2px;
  }
}
.cookies__data:not(:first-of-type) {
  margin-block-start: 82px;
}
@media screen and (max-width: 768px) {
  .cookies__data:not(:first-of-type) {
    margin-block-start: 62px;
  }
}
.cookies__links {
  display: grid;
  grid-template-columns: repeat(auto-fill, 540px);
  gap: 20px 60px;
  margin-block-start: 52px;
}
@media screen and (max-width: 768px) {
  .cookies__links {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-block-start: 26px;
  }
}
.cookies__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 21px;
  line-height: 1.7142857143;
  color: var(--color-white);
  text-align: center;
  border-radius: 60px;
  background: #E62404;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .cookies__link {
    font-size: 16px;
    line-height: 1.3125;
  }
}
.cookies__link svg {
  position: absolute;
  width: 24px;
  top: 48%;
  right: 18px;
  transform: translateY(-50%);
}
.cookies__list {
  counter-reset: item;
  margin-block-start: 12px;
  padding-inline-start: 8px;
}
@media screen and (max-width: 768px) {
  .cookies__list {
    margin-block-start: 18px;
    padding-inline-start: 0;
  }
}
.cookies__list li {
  position: relative;
  padding-inline-start: 48px;
}
@media screen and (max-width: 768px) {
  .cookies__list li {
    padding-inline-start: 40px;
  }
}
.cookies__list li::before {
  content: "（" counter(item) "）";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
.cookies__list li a {
  color: #E62404;
}
.cookies__list li:not(:first-child) {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .cookies__list li:not(:first-child) {
    margin-block-start: 28px;
  }
}

.page-mv {
  position: relative;
  overflow: hidden;
}
.page-mv::before {
  content: attr(data-attr);
  position: absolute;
  top: 49.5%;
  right: 12px;
  transform: translateY(-50%);
  writing-mode: tb-rl;
  white-space: nowrap;
  font-size: 48px;
  line-height: 1.1951219512;
  font-weight: bold;
  color: var(--color-white);
  font-family: var(--font-Helvetica);
  letter-spacing: 0.025em;
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .page-mv::before {
    top: 48.4%;
    right: 6px;
    font-size: 45px;
    line-height: 1.2;
  }
}
.page-mv:has(.-right)::before {
  right: auto;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .page-mv:has(.-right)::before {
    left: auto;
    right: 6px;
  }
}
.page-mv__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: var(--max-content-width);
  height: max(100svh - var(--header-height, 0), 540px);
  min-height: 820px;
  margin-inline: auto;
  padding-block: 46px 67px;
  padding-inline: var(--gutter);
  color: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .page-mv__wrap {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .page-mv__wrap {
    height: max(100svh - var(--header-height, 0) - 72px, 450px);
    min-height: 0;
    padding-bottom: 48px;
  }
}
.page-mv__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-block: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-mv__head {
    gap: 6px;
  }
}
.page-mv__head small {
  font-size: clamp(12px, 3.0769230769vw, 18px);
  line-height: 2.1111111111;
  letter-spacing: 0.125em;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .page-mv__head small {
    line-height: 2.6666666667;
  }
}
.page-mv__head em {
  font-size: clamp(25px, 7.6923076923vw, 68px);
  line-height: 1.6029411765;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .page-mv__head em {
    line-height: 1.5;
  }
}
.page-mv__head em span {
  display: inline-block;
}
.page-mv__head:has(+ .page-mv__txt) {
  margin-block-end: 16px;
}
.page-mv__head.-center {
  gap: 18px;
  width: fit-content;
  margin-inline: auto;
}
.page-mv__head.-center em {
  font-size: min(9.1027308192vw, 105px);
  line-height: 1.1619047619;
}
.page-mv__head.-right {
  width: fit-content;
  margin-inline-start: auto;
}
@media screen and (max-width: 768px) {
  .page-mv__head.-right {
    margin-block-end: 32px;
    margin-inline-start: 0;
  }
}
.page-mv__head.-type-1 em {
  font-size: clamp(24px, 6.1538461538vw, 68px);
}
@media screen and (max-width: 768px) {
  .page-mv__head.-type-1 em {
    line-height: 2;
  }
}
.page-mv__txt {
  margin-block-end: auto;
  font-size: clamp(14px, 3.5897435897vw, 24px);
  line-height: 2.25;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .page-mv__txt {
    line-height: 1.9285714286;
  }
}
.page-mv__tags {
  display: flex;
  gap: clamp(6px, 1.5384615385vw, 10px);
}
@media screen and (max-width: 768px) {
  .page-mv__tags {
    flex-direction: column;
  }
}
.page-mv__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 320px;
  min-height: 41px;
  margin-left: 10px;
  padding-inline: clamp(14px, 3.5897435897vw, 24px);
  font-size: clamp(12px, 3.0769230769vw, 16px);
  line-height: 1.1875;
  font-weight: bold;
  color: var(--color-primary);
  border-radius: 41px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .page-mv__tag {
    display: none;
    min-width: 105px;
    max-width: 100%;
    min-height: 30px;
    line-height: 1.1666666667;
  }
}
.page-mv__tag span {
  display: flex;
}
.page-mv__tag span::before {
  content: "#";
}
.page-mv__tags > .page-mv__tag {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .page-mv__tags > .page-mv__tag {
    display: flex;
  }
}
.page-mv__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-mv__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(to right, #000, rgba(56, 56, 56, 0.33) 60%, #545454);
  opacity: 0.3;
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-profile {
  padding-block: 118px 142px;
}
@media screen and (max-width: 768px) {
  .company-profile {
    padding-block: 81px 88px;
  }
}
.company-profile__wrap {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .company-profile__wrap {
    margin-top: 50px;
  }
}
.company-profile__table {
  width: 100%;
  border-collapse: separate;
}
.company-profile__table th, .company-profile__table td {
  font-size: clamp(14px, 3.5897435897vw, 24px);
  font-weight: bold;
  vertical-align: middle;
}
.company-profile__table th span, .company-profile__table td span {
  display: flex;
  align-items: center;
  min-height: 135px;
  border-bottom: 1px solid #FF0000;
}
@media screen and (max-width: 768px) {
  .company-profile__table th span, .company-profile__table td span {
    min-height: 105px;
  }
}
.company-profile__table tr:first-child th span, .company-profile__table tr:first-child td span {
  border-top: 1px solid #FF0000;
}
.company-profile__table th {
  width: 303px;
}
@media screen and (max-width: 768px) {
  .company-profile__table th {
    width: 17.9487179487vw;
    min-width: 70px;
  }
}
.company-profile__table td {
  padding-left: clamp(19px, 4.8717948718vw, 41px);
}

.faq {
  padding-block: 104px 164px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-block: 84px max(7.1794871795vw, 28px);
  }
}
.faq__lead {
  margin-block-start: clamp(14px, 3.5897435897vw, 32px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .faq__lead {
    line-height: 2.2857142857;
  }
}
.faq__rows {
  margin-block-start: clamp(54px, 13.8461538462vw, 130px);
}
.faq__row:not(:first-child) {
  margin-block-start: clamp(65px, 16.6666666667vw, 135px);
}
.faq__details {
  margin-block-start: clamp(34px, 8.7179487179vw, 74px);
  font-size: clamp(14px, 3.5897435897vw, 24px);
  line-height: 2.2083333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq__details {
    line-height: 2.1428571429;
  }
}
.faq__details + .faq__details {
  margin-block-start: clamp(24px, 6.1538461538vw, 52px);
}
.faq__heading {
  display: flex;
  align-items: center;
  gap: clamp(16px, 4.1025641026vw, 32px);
}
.faq__heading small {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 48px;
  margin-bottom: auto;
  font-size: clamp(33px, 8.4615384615vw, 45px);
  line-height: 1.2;
  color: #E62404;
}
@media screen and (max-width: 768px) {
  .faq__heading small {
    width: auto;
    line-height: 1.2121212121;
  }
}
.faq__heading span {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .faq__heading span {
    line-height: 1.2857142857;
  }
}
.faq__heading i {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  width: clamp(24px, 6.1538461538vw, 45px);
  border-radius: 50%;
  background: #E60000;
}
.faq__heading i::before, .faq__heading i::after {
  content: "";
  position: absolute;
  width: clamp(12px, 3.0769230769vw, 18px);
  height: 1px;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  transition: transform 0.3s;
}
.faq__heading i::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq__heading i::after {
  transform: translate(-50%, -50%);
}
[open] > .faq__heading i::before {
  transform: translate(-50%, -50%);
}
.faq__answer {
  display: flex;
  gap: clamp(16px, 4.1025641026vw, 32px);
  padding-block: clamp(24px, 6.1538461538vw, 44px);
}
.faq__answer dt {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 48px;
  margin-bottom: auto;
  font-size: clamp(33px, 8.4615384615vw, 45px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .faq__answer dt {
    width: auto;
    line-height: 1.2121212121;
  }
}
.faq__answer dd {
  display: grid;
  gap: clamp(33px, 8.4615384615vw, 45px);
  letter-spacing: 0.05em;
}

.page:first-of-type {
  padding-block-start: 103px;
}
@media screen and (max-width: 768px) {
  .page:first-of-type {
    padding-block-start: 83px;
  }
}
.page:last-of-type {
  margin-block-end: 103px;
}
@media screen and (max-width: 768px) {
  .page:last-of-type {
    margin-block-end: 83px;
  }
}
.page + .page {
  margin-block-start: 130px;
}
@media screen and (max-width: 768px) {
  .page + .page {
    margin-block-start: 100px;
  }
}
.page__intro {
  display: grid;
  gap: 56px;
  margin-bottom: clamp(15px, 3.8461538462vw, 28px);
}
@media screen and (max-width: 768px) {
  .page__intro {
    gap: max(5.1282051282vw, 20px);
  }
}
.page__intro:has(> .heading-6) {
  margin-bottom: clamp(32px, 8.2051282051vw, 54px);
  gap: clamp(50px, 12.8205128205vw, 102px);
}
.page__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .page__txt {
    line-height: 2.1428571429;
    letter-spacing: 0.025em;
  }
}
.page__txt + .page__txt {
  margin-block-start: 39px;
}
@media screen and (max-width: 768px) {
  .page__txt + .page__txt {
    margin-block-start: 30px;
  }
}
.page__message {
  margin-block: min(10.4031209363vw, 100px) clamp(40px, 10.2564102564vw, 72px);
  font-size: min(6.7620286086vw, 75px);
  font-weight: bold;
}
.page__strategy {
  margin-block-start: clamp(40px, 10.2564102564vw, 58px);
}
.page__strategy img {
  width: 100%;
}
.page__note {
  position: relative;
  display: block;
  margin-block-start: 14px;
  padding-left: 1em;
  font-size: clamp(10px, 2.5641025641vw, 12px);
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page__note {
    line-height: 1.5;
  }
}
.page__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.page__systems {
  display: grid;
  gap: 44px;
  margin-block-start: 44px;
}
.page__system {
  display: grid;
  gap: 4px;
  font-weight: bold;
}
.page__system dt {
  width: fit-content;
  font-size: clamp(16px, 4.1025641026vw, 21px);
  line-height: 1.4285714286;
  letter-spacing: 0.125em;
  border-bottom: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .page__system dt {
    line-height: 1.875;
  }
}
.page__system dd {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .page__system dd {
    line-height: 2.1428571429;
  }
}
.page__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .page__columns {
    grid-template-columns: 1fr;
    gap: clamp(30px, 7.6923076923vw, 50px);
  }
}
.page__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__column img {
  width: 100%;
}
.page__column figcaption {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .page__column figcaption {
    line-height: 2.1428571429;
  }
}
.page__column figcaption:not(:first-child) {
  margin-block-start: clamp(12px, 3.0769230769vw, 24px);
}

.recruit-info-nav {
  margin-block-start: 72px;
}
@media screen and (max-width: 768px) {
  .recruit-info-nav {
    margin-block-start: max(7.6923076923vw, 30px);
  }
}
.recruit-info-nav__items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 4.6153846154vw, 22px) clamp(12px, 3.0769230769vw, 36px);
  margin-block-start: clamp(30px, 7.6923076923vw, 51px);
}
.recruit-info-nav__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: clamp(39px, 10vw, 66px);
  padding-inline: 35px clamp(35px, 8.9743589744vw, 52px);
  font-size: clamp(12px, 3.0769230769vw, 21px);
  line-height: 1.1904761905;
  font-weight: bold;
  border: 1px solid #E62404;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .recruit-info-nav__item a {
    min-width: 150px;
    line-height: 1.6666666667;
    padding-inline: max(2.5641025641vw, 10px) 35px;
  }
}
.recruit-info-nav__item a svg {
  position: absolute;
  top: 50%;
  right: clamp(12px, 3.0769230769vw, 20px);
  transform: translateY(-50%);
  fill: #E62404;
}
@media screen and (max-width: 768px) {
  .recruit-info-nav__item a svg {
    width: 3.8461538462vw;
    min-width: 15px;
    height: auto;
  }
}

.recruit-info-item {
  margin-block-start: clamp(40px, 10.2564102564vw, 74px);
}
.recruit-info-item + .recruit-info-item {
  margin-block-start: 17px;
}
@media screen and (max-width: 768px) {
  .recruit-info-item + .recruit-info-item {
    margin-block-start: 38px;
  }
}
.recruit-info-item__head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(48px, 12.3076923077vw, 90px);
  padding-inline: clamp(10px, 2.5641025641vw, 24px);
  font-size: clamp(14px, 3.5897435897vw, 24px);
  line-height: 1.25;
  font-weight: bold;
  color: var(--color-white);
  background: #E62404;
}
.recruit-info-item__head span {
  margin-inline: auto;
}
.recruit-info-item__head i {
  position: relative;
  aspect-ratio: 1;
  flex-shrink: 0;
  width: clamp(24px, 6.1538461538vw, 45px);
  border-radius: 50%;
  background: var(--color-white);
}
.recruit-info-item__head i::before, .recruit-info-item__head i::after {
  content: "";
  position: absolute;
  width: clamp(12px, 3.0769230769vw, 18px);
  height: 1px;
  top: 50%;
  left: 50%;
  background: #E62404;
  transition: transform 0.3s;
}
.recruit-info-item__head i::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.recruit-info-item__head i::after {
  transform: translate(-50%, -50%);
}
[open] > .recruit-info-item__head i::before {
  transform: translate(-50%, -50%);
}
.recruit-info-item__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 7.6923076923vw, 53px);
  padding-block: clamp(18px, 4.6153846154vw, 24px);
}
.recruit-info-item__table {
  table-layout: fixed;
  width: 100%;
  font-weight: bold;
}
.recruit-info-item__table th, .recruit-info-item__table td {
  vertical-align: middle;
}
.recruit-info-item__table th {
  width: 240px;
  font-size: clamp(14px, 3.5897435897vw, 24px);
  color: var(--color-white);
  text-align: center;
  border-bottom: 1px solid currentColor;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .recruit-info-item__table th {
    width: max(19.2307692308vw, 75px);
  }
}
.recruit-info-item__table td {
  font-size: clamp(12px, 3.0769230769vw, 21px);
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruit-info-item__table td {
    line-height: 2;
  }
}
.recruit-info-item__table td span {
  display: grid;
  gap: 45px;
  margin-inline-start: 12px;
  padding: clamp(24px, 6.1538461538vw, 48px) 0 clamp(24px, 6.1538461538vw, 48px) 50px;
  border-bottom: 1px solid var(--color-red);
}
@media screen and (max-width: 768px) {
  .recruit-info-item__table td span {
    padding-left: max(2.5641025641vw, 10px);
  }
}
.recruit-info-item__table tr:first-child th {
  border-top: 1px solid currentColor;
}
.recruit-info-item__table tr:first-child td span {
  border-top: 1px solid var(--color-red);
}
.recruit-info-item__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  height: clamp(45px, 11.5384615385vw, 60px);
  font-size: clamp(18px, 4.6153846154vw, 24px);
  font-weight: bold;
  color: var(--color-white);
  border-radius: 60px;
  background: #E62404;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .recruit-info-item__more {
    width: 100%;
    min-width: 0;
    max-width: 450px;
  }
}
.recruit-info-item__more svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit-info-item__more svg {
    width: 4.6153846154vw;
    min-width: 18px;
    max-width: 26px;
  }
}

.dei-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: clamp(54px, 13.8461538462vw, 118px);
}
.dei-intro::before, .dei-intro::after {
  content: "";
  aspect-ratio: 1;
  width: clamp(45px, 11.5384615385vw, 76px);
  background-size: contain;
}
.dei-intro::before {
  margin: 0 auto 18px 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI3NiIgdmlld0JveD0iMCAwIDc2IDc2Ij48cGF0aCBkPSJNNTQ2NS42NzgtNTM3Ljk2MmgtMnYtNzVhMSwxLDAsMCwxLDEtMWg3NXYyaC03NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NDYzLjY3OCA2MTMuOTYyKSIgZmlsbD0iI2U2MjQwNCIvPjwvc3ZnPg==");
}
.dei-intro::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NiIgaGVpZ2h0PSI3NiIgdmlld0JveD0iMCAwIDc2IDc2Ij48cGF0aCBkPSJNNTQ2NS42NzgtNTM3Ljk2MmgtMnYtNzVhMSwxLDAsMCwxLDEtMWg3NXYyaC03NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU1MzkuNjc4IC01MzcuOTYyKSByb3RhdGUoMTgwKSIgZmlsbD0iI2U2MjQwNCIvPjwvc3ZnPg==");
}
.dei-intro dt {
  font-size: clamp(24px, 6.1538461538vw, 60px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .dei-intro dt {
    line-height: 1.875;
  }
}
.dei-intro dd {
  margin-block-start: clamp(75px, 19.2307692308vw, 102px);
  padding-inline: clamp(25px, 6.4102564103vw, 75px);
  font-size: clamp(14px, 3.5897435897vw, 24px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .dei-intro dd {
    line-height: 2.1428571429;
  }
}

.dei {
  margin-block-start: 60px;
}
@media screen and (max-width: 768px) {
  .dei {
    margin-block-start: max(5.1282051282vw, 20px);
  }
}
.dei + .dei {
  margin-block: clamp(66px, 16.9230769231vw, 106px);
}
.dei__txt {
  margin-block-start: clamp(18px, 4.6153846154vw, 30px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .dei__txt {
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
  }
}
.dei__gender {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  margin-block-start: clamp(28px, 7.1794871795vw, 44px);
}
@media screen and (max-width: 1179px) {
  .dei__gender {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .dei__gender.-pc {
    display: none;
  }
}
.dei__gender.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .dei__gender.-sp {
    display: block;
  }
}
.dei__gender.-sp + .dei__gender.-sp {
  margin-block-start: 36px;
}
.dei__table {
  width: 100%;
  grid-column: 1/3;
  font-size: clamp(12px, 3.0769230769vw, 15px);
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .dei__table {
    letter-spacing: 0;
  }
}
.dei__table thead {
  color: var(--color-white);
  background: #E62404;
}
.dei__table thead th {
  padding-block: 7px;
  text-align: center;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
}
@media screen and (max-width: 768px) {
  .dei__table thead th {
    padding-block: 13px;
  }
}
.dei__table thead th:first-child {
  width: 102px;
}
@media screen and (max-width: 768px) {
  .dei__table thead th:first-child {
    width: 20vw;
  }
}
.dei__table thead th:last-child {
  width: 276px;
}
.dei__table thead th:not(:first-child) {
  border-left: 1px solid var(--color-white);
}
.dei__table tbody th, .dei__table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #E62404;
}
.dei__table tbody th {
  padding-inline: 8px;
}
@media screen and (max-width: 768px) {
  .dei__table tbody th {
    padding-inline: 7px;
    font-size: 15px;
    text-align: center;
  }
}
.dei__table tbody th + td {
  width: 158px;
}
@media screen and (max-width: 768px) {
  .dei__table tbody th + td {
    width: 24.1025641026vw;
  }
}
.dei__table tbody td {
  padding-inline: 14px;
  border-left: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .dei__table tbody td {
    padding-block: 13px;
    padding-inline: 13px 2px;
  }
}
@media screen and (max-width: 768px) {
  .dei__table tbody td:has(> ul) {
    padding: 8px 0;
    border-left: none;
  }
}
.dei__table tbody td ul {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .dei__table tbody td ul {
    line-height: 1.9285714286;
  }
}
.dei__table tbody td ul li {
  display: flex;
}
.dei__table tbody td ul li::before {
  content: "●";
  flex-shrink: 0;
}
.dei__note {
  display: block;
  margin-block-start: 14px;
  font-size: clamp(10px, 2.5641025641vw, 12px);
  line-height: 2;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .dei__note {
    line-height: 1.8;
  }
}
.dei__columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 29px;
  margin-block-start: 32px;
}
@media screen and (max-width: 991px) {
  .dei__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .dei__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.dei__column {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 31px;
  border: 1px solid #E62404;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .dei__column {
    aspect-ratio: auto;
    min-height: min(82.0512820513vw, 320px);
    padding-block-start: 38px;
  }
}
.dei__column:has(> dt) {
  padding-block-end: 62px;
}
.dei__column dt,
.dei__column figcaption {
  font-size: clamp(14px, 4.1025641026vw, 18px);
  line-height: 2.5;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .dei__column dt,
  .dei__column figcaption {
    line-height: 1.5625;
  }
}
.dei__column dd,
.dei__column span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.25em;
  margin: auto;
  font-size: 24px;
  line-height: 1.875;
  font-weight: bold;
}
.dei__column dd em,
.dei__column span em {
  font-size: min(15.3846153846vw, 60px);
  color: #CD454E;
  font-family: var(--font-Helvetica);
}
.dei__column dd img,
.dei__column span img {
  width: fit-content;
  height: 100%;
  object-fit: contain;
}
.dei__column span {
  height: fit-content;
}
.dei__column .-img-1 {
  width: 18.5826771654vw;
  max-width: 236px;
}
@media screen and (max-width: 768px) {
  .dei__column .-img-1 {
    width: 51.2820512821vw;
    max-width: 100%;
  }
}
.dei__column .-img-2 {
  width: 14.2519685039vw;
  max-width: 181px;
}
@media screen and (max-width: 768px) {
  .dei__column .-img-2 {
    width: 39.4871794872vw;
    max-width: 100%;
  }
}
.dei__column .-img-3 {
  width: 17.9527559055vw;
  max-width: 228px;
}
@media screen and (max-width: 768px) {
  .dei__column .-img-3 {
    width: 49.7435897436vw;
    max-width: 100%;
  }
}
.dei__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px 29px;
  margin-block-start: clamp(38px, 9.7435897436vw, 50px);
}
@media screen and (max-width: 768px) {
  .dei__items {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
.dei__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 14px;
  font-weight: bold;
}
.dei__item dt {
  font-size: clamp(18px, 4.6153846154vw, 21px);
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .dei__item dt {
    line-height: 1.8333333333;
  }
}
.dei__item dd {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.0769230769vw, 18px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
}
@media screen and (max-width: 768px) {
  .dei__item dd {
    line-height: 2.1428571429;
  }
}
.dei__image {
  overflow: hidden;
  border: 1px solid #E62404;
  border-radius: 12px;
}
.dei__image img {
  width: 100%;
}

.stories {
  margin-block-start: 130px;
}
@media screen and (max-width: 768px) {
  .stories {
    margin-block: 100px -30px;
  }
}
.stories:has(.stories__intro) {
  margin-block-start: 0;
}
.stories:has(.stories__intro) .stories__columns {
  margin-block-start: 0;
}
.stories__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding-block: 82px 58px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .stories__intro {
    gap: 32px;
    padding-block: 45px 40px;
  }
}
.stories__intro::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-red);
  z-index: -1;
}
.stories__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 67px;
}
@media screen and (max-width: 1040px) {
  .stories__columns {
    grid-template-columns: 1fr;
  }
}
.stories__columns[hidden] {
  display: none;
}
.stories__column a {
  position: relative;
  display: block;
}
.stories__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5.1282051282vw, 32px);
  width: 100%;
  height: 100%;
  padding-block: 36px 70px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .stories__content {
    padding-block: 20px;
  }
}
.stories__heading {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .stories__heading {
    padding-right: var(--gutter);
  }
}
.stories__heading span {
  padding: 15px 21px;
  font-size: clamp(18px, 4.6153846154vw, 26px);
  line-height: 1.9615384615;
  font-weight: bold;
  letter-spacing: 0.125em;
  background: var(--color-white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .stories__heading span {
    padding: 4px clamp(12px, 3.0769230769vw, 24px);
    line-height: 1.6111111111;
  }
}
.stories__data {
  display: flex;
  order: -1;
  align-items: center;
  gap: 22px;
  padding-inline: 54px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .stories__data {
    gap: clamp(3px, 0.7692307692vw, 6px);
    padding-inline: var(--gutter);
  }
}
.stories__data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  padding: 0 24px;
  font-size: clamp(10px, 2.5641025641vw, 11px);
  line-height: 1.1818181818;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 24px;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .stories__data dt {
    height: auto;
    padding: 3px 15px;
  }
}
.stories__data dd {
  font-size: 10px;
  line-height: 1.2;
}
.stories__term {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding-inline: var(--gutter);
}
.stories__term dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 136px;
  height: 40px;
  padding: 0 16px;
  font-size: clamp(10px, 2.5641025641vw, 16px);
  line-height: 1.1875;
  font-weight: bold;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .stories__term dd {
    min-width: 0;
    height: auto;
    padding: clamp(5px, 1.2820512821vw, 10px) clamp(13px, 2.5641025641vw, 26px);
    line-height: 1.2;
  }
}
.stories__term dd::before {
  content: "#";
}
.stories__image img {
  width: 100%;
}
.stories__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  white-space: nowrap;
  font-weight: bold;
  color: var(--color-red);
  fill: currentColor;
}
.stories__more [lang=en] {
  margin-right: 22px;
  font-size: min(5.3846153846vw, 35px);
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .stories__more [lang=en] {
    margin-right: max(1.7948717949vw, 7px);
    line-height: 3.5714285714;
  }
}
.stories__more [lang=ja] {
  margin-right: 23px;
  font-size: min(2.5641025641vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .stories__more [lang=ja] {
    line-height: 2.4;
  }
}
.stories__more svg {
  transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .stories__more svg {
    width: 7.6923076923vw;
  }
}
.stories__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-block: auto;
  padding-block: clamp(23px, 5.8974358974vw, 62px) clamp(23px, 5.8974358974vw, 54px);
  white-space: nowrap;
  font-weight: bold;
  color: var(--color-red);
  fill: currentColor;
}
.stories__more [lang=en] {
  margin-right: 22px;
  font-size: min(5.3846153846vw, 30px);
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .stories__more [lang=en] {
    margin-right: max(1.7948717949vw, 7px);
    line-height: 3.5714285714;
  }
}
.stories__more [lang=ja] {
  margin-right: 23px;
  font-size: min(2.5641025641vw, 15px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .stories__more [lang=ja] {
    line-height: 2.4;
  }
}
.stories__more svg {
  transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .stories__more svg {
    width: 7.6923076923vw;
  }
}
.stories__more[aria-expanded=true] {
  display: none;
}
.stories__note {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.125em;
}

.culture {
  margin-block-start: clamp(86px, 22.0512820513vw, 112px);
}
.culture + .culture {
  margin-block-start: clamp(82px, 21.0256410256vw, 100px);
}
.culture__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px 29px;
  margin-block-start: clamp(38px, 9.7435897436vw, 64px);
}
@media screen and (max-width: 768px) {
  .culture__columns {
    margin-block-start: max(6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .culture__columns {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
.culture__column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: clamp(14px, 1.8205461638vw, 28px);
  font-weight: bold;
}
.culture__column dt {
  font-size: clamp(18px, 4.6153846154vw, 21px);
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .culture__column dt {
    line-height: 1.8333333333;
  }
}
.culture__column dd {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.0769230769vw, 18px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
}
@media screen and (max-width: 768px) {
  .culture__column dd {
    line-height: 2.1428571429;
  }
}
.culture__image {
  overflow: hidden;
  border: 1px solid #E62404;
  border-radius: 12px;
}
.culture__image img {
  width: 100%;
}
.culture__desc {
  display: grid;
  gap: min(2.1666666667vw, 26px);
  margin-block-start: clamp(22px, 5.641025641vw, 33px);
}
@media screen and (max-width: 768px) {
  .culture__desc {
    gap: 9.7435897436vw;
  }
}
.culture__desc dt {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  font-size: min(2vw, 24px);
  line-height: 1.7083333333;
}
@media screen and (max-width: 768px) {
  .culture__desc dt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.culture__desc dt em {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: min(13.9166666667vw, 167px);
  height: min(5vw, 60px);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  border: 1px solid #E62404;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .culture__desc dt em {
    width: 25.3846153846vw;
    height: 10vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
    border-radius: 7.6923076923vw;
  }
}
.culture__desc dt span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .culture__desc dt span {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}
.culture__desc dd img {
  width: 100%;
}
.culture__fig {
  margin-block-start: 60px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .culture__fig {
    display: none;
  }
}
.culture__fig img {
  width: 100%;
}

.education {
  margin-block-start: 92px;
}
@media screen and (max-width: 768px) {
  .education {
    margin-block-start: max(7.1794871795vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .education + .education {
    margin-block-start: max(6.1538461538vw, 24px);
  }
}
.education__txt {
  margin-block-start: clamp(18px, 4.6153846154vw, 28px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .education__txt {
    line-height: 2.1428571429;
  }
}
.education__note {
  display: block;
  font-size: clamp(10px, 2.5641025641vw, 12px);
  line-height: 3.25;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .education__note {
    margin-block-start: 6px;
    line-height: 1.5;
  }
}
.education__image {
  margin-block-start: clamp(56px, 14.358974359vw, 62px);
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .education__image {
    width: 85.1282051282vw;
    margin-inline: -1.5384615385vw;
  }
}
.education__image img {
  width: 100%;
}
.education__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-block-start: clamp(40px, 10.2564102564vw, 50px);
}
@media screen and (max-width: 1139px) {
  .education__wrap {
    flex-direction: column;
    gap: 60px;
  }
}
.education__table {
  table-layout: fixed;
  width: 720px;
  font-size: clamp(12px, 3.0769230769vw, 15px);
  line-height: 2.9333333333;
  font-weight: bold;
}
@media screen and (max-width: 1139px) {
  .education__table {
    width: 100%;
    line-height: 1.25;
  }
}
.education__table thead th {
  font-size: clamp(12px, 3.0769230769vw, 15px);
  line-height: 2.5333333333;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .education__table thead th {
    line-height: 3.75;
  }
}
.education__table thead th:first-child {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .education__table thead th:first-child {
    width: 19.4871794872vw;
  }
}
.education__table thead th:nth-child(2) {
  width: 206px;
}
@media screen and (max-width: 768px) {
  .education__table thead th:nth-child(2) {
    width: 25.641025641vw;
  }
}
.education__table thead th:not(:first-child) {
  border-left: 1px solid currentColor;
}
.education__table tbody th, .education__table tbody td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid currentColor;
}
.education__table tbody th {
  font-size: 15px;
}
.education__table tbody td {
  padding-inline: min(2.5641025641vw, 20px);
  border-left: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .education__table tbody td {
    padding-block: min(3.7179487179vw, 14.5px);
  }
}
.education__table tbody td:last-child {
  padding-inline: min(3.5897435897vw, 20px);
  text-align: left;
}
.education__items {
  width: 435px;
}
@media screen and (max-width: 1139px) {
  .education__items {
    width: 100%;
  }
}
.education__item {
  display: grid;
  gap: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .education__item {
    gap: 15px;
  }
}
.education__item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 2.5333333333;
  color: var(--color-white);
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .education__item dt {
    font-size: 16px;
    line-height: 2.8125;
  }
}
.education__item dd {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .education__item dd {
    line-height: 2.1428571429;
  }
}
.education__item + .education__item {
  margin-block-start: clamp(32px, 8.2051282051vw, 36px);
}

.social-issue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
  margin-block-start: clamp(56px, 14.358974359vw, 78px);
}
@media screen and (max-width: 1048px) {
  .social-issue {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .social-issue {
    grid-template-columns: 1fr;
    gap: max(7.6923076923vw, 30px);
  }
}
.social-issue__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: clamp(20px, 5.1282051282vw, 36px);
  font-weight: bold;
}
.social-issue__item dt {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(18px, 4.6153846154vw, 24px);
  line-height: 1.5;
}
.social-issue__item dt::before {
  content: attr(data-num);
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(60px, 15.3846153846vw, 75px);
  font-size: clamp(21px, 5.3846153846vw, 30px);
  color: var(--color-white);
  font-family: var(--font-Helvetica);
  border-radius: 50%;
  background: #E62404;
}
.social-issue__item dd {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 4.6153846154vw, 26px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
}
@media screen and (max-width: 768px) {
  .social-issue__item dd {
    line-height: 2.1428571429;
  }
}
.social-issue__image {
  overflow: hidden;
  border-radius: 12px;
}
.social-issue__image img {
  width: 100%;
}

.way-intro {
  margin-block-start: clamp(30px, 7.6923076923vw, 52px);
}
.way-intro__wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(32px, 8.2051282051vw, 55px);
  margin-block-end: 82px;
}
@media screen and (max-width: 991px) {
  .way-intro__wrap {
    flex-direction: column;
    align-items: center;
    margin-block-end: max(7.6923076923vw, 30px);
  }
}
.way-intro__column {
  flex-grow: 1;
}
.way-intro__head {
  margin-block-end: 5px;
  font-size: clamp(24px, 6.1538461538vw, 39px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .way-intro__head {
    margin-block-end: 8px;
  }
}
.way-intro__rows {
  margin-block-end: 10px;
  padding-inline-start: 26px;
  border-left: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .way-intro__rows {
    margin-block-end: 0;
  }
}
.way-intro__row {
  display: flex;
  flex-direction: column;
  font-size: 27px;
  line-height: 1.6666666667;
  font-weight: bold;
}
.way-intro__row dt {
  color: #E62404;
}
@media screen and (max-width: 768px) {
  .way-intro__row dt {
    font-size: clamp(18px, 4.6153846154vw, 27px);
    line-height: 1.1666666667;
  }
}
@media screen and (max-width: 768px) {
  .way-intro__row dd {
    font-size: clamp(21px, 5.3846153846vw, 27px);
    line-height: 2.1428571429;
  }
}
.way-intro__row + .way-intro__row {
  margin-block-start: clamp(34px, 8.7179487179vw, 36px);
}
.way-intro__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
}
.way-intro__summary [lang=en] {
  font-size: clamp(24px, 6.1538461538vw, 39px);
}
.way-intro__summary [lang=ja] {
  font-size: clamp(18px, 4.6153846154vw, 27px);
}
@media screen and (max-width: 768px) {
  .way-intro__summary {
    line-height: 2.1428571429;
  }
}
.way-intro__image {
  order: -1;
  width: 570px;
  padding-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .way-intro__image {
    width: 100%;
    padding-block-start: 0;
  }
}
.way-intro__image img {
  width: 100%;
}
.way-intro__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .way-intro__txt {
    line-height: 2.1428571429;
  }
}

.way {
  margin-block: clamp(77px, 19.7435897436vw, 154px);
}
.way__head {
  display: inline-flex;
  align-items: center;
  gap: clamp(13px, 3.3333333333vw, 30px);
  padding-inline: 40px;
  font-weight: bold;
  border: 1px solid var(--color-red);
}
@media screen and (max-width: 768px) {
  .way__head {
    padding-inline: max(2.3076923077vw, 9px);
  }
}
.way__head [lang=en] {
  font-size: clamp(24px, 6.1538461538vw, 36px);
  line-height: 2.0833333333;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .way__head [lang=en] {
    line-height: 1.5416666667;
    letter-spacing: 0.025em;
  }
}
.way__head [lang=ja] {
  font-size: clamp(18px, 4.6153846154vw, 27px);
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .way__head [lang=ja] {
    line-height: 2.0555555556;
  }
}
.-type-1 > .way__head {
  margin-block-end: 116px;
}
@media screen and (max-width: 768px) {
  .-type-1 > .way__head {
    margin-block-end: max(12.3076923077vw, 48px);
  }
}
.-type-2 > .way__head {
  margin-block-end: 48px;
}
@media screen and (max-width: 768px) {
  .-type-2 > .way__head {
    margin-block-end: max(5.8974358974vw, 23px);
  }
}
.-type-3 > .way__head {
  margin-block-end: 108px;
}
@media screen and (max-width: 768px) {
  .-type-3 > .way__head {
    margin-block-end: max(12.3076923077vw, 48px);
  }
}
.way__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .way__txt {
    line-height: 2.1428571429;
  }
}
.-type-1 > .way__txt {
  margin-block-start: clamp(126px, 32.3076923077vw, 132px);
}
.way__values {
  counter-reset: item;
  margin-block-start: clamp(32px, 8.2051282051vw, 52px);
}
.way__values li {
  display: grid;
  grid-template-columns: min(13.3858267717vw, 170px) min(35.905511811vw, 456px) min(23.937007874vw, 304px);
  align-items: center;
  gap: min(5.6692913386vw, 72px);
  padding: 68px 50px 68px min(5.6692913386vw, 72px);
  font-weight: bold;
  border: 1px solid #CD454E;
  border-radius: 12px;
}
@media screen and (max-width: 1043px) {
  .way__values li {
    position: relative;
    display: flex;
    justify-content: center;
    height: 313px;
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .way__values li {
    min-height: 313px;
    padding-inline: max(6.1538461538vw, 24px);
  }
}
.way__values li [lang=ja] {
  font-size: clamp(26px, 2.8346456693vw, 36px);
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .way__values li [lang=ja] {
    line-height: 1.5;
  }
}
.way__values li [lang=en] {
  font-size: clamp(18px, 2.3622047244vw, 30px);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1043px) {
  .way__values li [lang=en] {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2.5;
    text-align: center;
  }
}
@media screen and (max-width: 1043px) {
  .way__values li [lang=en] br {
    display: none;
  }
}
.way__values li::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  flex-shrink: 0;
  font-size: 60px;
  color: #E62404;
  font-family: var(--font-Helvetica);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1043px) {
  .way__values li::before {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 39px;
  }
}
.way__values li:not(:first-child) {
  margin-block-start: clamp(26px, 6.6666666667vw, 45px);
}

.way-foot {
  display: grid;
  gap: clamp(54px, 13.8461538462vw, 89px);
  margin-block: clamp(36px, 9.2307692308vw, 72px) clamp(24px, 6.1538461538vw, 28px);
}
.way-foot__image {
  margin-inline: calc(50% - 50vw);
}
.way-foot__image img {
  width: 100%;
}
.way-foot__bnr {
  display: block;
}
.way-foot__bnr img {
  width: 100%;
}

.course-career {
  margin-block-start: 106px;
}
@media screen and (max-width: 768px) {
  .course-career {
    margin-block-start: max(11.7948717949vw, 46px);
  }
}
.course-career__row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 250px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .course-career__row {
    flex-direction: column;
    gap: 0;
    min-height: 276px;
  }
}
.course-career__row::before, .course-career__row::after {
  content: "";
  position: absolute;
}
.course-career__row::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 36px;
  background: #E62404;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .course-career__row::before {
    left: 29px;
  }
}
.course-career__row::after {
  width: 44px;
  height: 24px;
  bottom: 0;
  left: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0My43MjkgMjMuMjc3Ij4gPHBhdGggZD0iTTc5OTEuNSwzOTg4LjUyMWwtMjEuODYzLTIxLjg2NCwyMS44NjMtMjEuODY0LDEuNDE0LDEuNDE0LTIwLjQ0OSwyMC40NSwyMC40NDksMjAuNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzk0NC43OTMgNzk5Mi45MTgpIHJvdGF0ZSgtOTApIiBmaWxsPSIjZTYyNDA0Ii8+PC9zdmc+");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .course-career__row::after {
    width: 27px;
    left: 16.5px;
  }
}
.course-career__row:last-child {
  min-height: 0;
}
.course-career__row:last-child::before, .course-career__row:last-child::after {
  content: none;
}
.course-career__row + .course-career__row {
  margin-block-start: 4px;
}
.course-career__heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 434px;
  font-size: clamp(24px, 6.1538461538vw, 30px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course-career__heading {
    width: 100%;
  }
}
.course-career__heading::after {
  content: "";
  flex-grow: 1;
  margin-block: auto;
  margin-inline-start: 34px;
  border-top: 1px dashed #E62404;
}
@media screen and (max-width: 768px) {
  .course-career__heading::after {
    content: none;
  }
}
.course-career__heading i {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 75px;
  font-family: var(--font-Helvetica);
  border: 12px solid var(--color-red);
  border-radius: 50%;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .course-career__heading i {
    width: 60px;
    font-size: 24px;
    border-width: 9px;
  }
}
.course-career__heading i svg {
  width: fit-content;
  transform: translate(6px, -4px);
}
@media screen and (max-width: 768px) {
  .course-career__heading i svg {
    width: 12px;
    transform: translate(4px, -4px);
  }
}
.course-career__heading i.-type-1 svg {
  transform: translateX(2px);
}
.course-career__heading span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course-career__heading em {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .course-career__heading em {
    line-height: 1.7083333333;
  }
}
.course-career__heading em.-type-1:first-letter {
  letter-spacing: 1em;
}
.course-career__heading small {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(75px, 19.2307692308vw, 90px);
  height: clamp(25px, 6.4102564103vw, 30px);
  font-size: clamp(12px, 3.0769230769vw, 15px);
  line-height: 1.2;
  border: 1px solid #E62404;
  border-radius: 30px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .course-career__heading small {
    line-height: 1.1666666667;
  }
}
.course-career__heading small::before, .course-career__heading small::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.course-career__heading small::before {
  top: calc(100% - 4px);
  background: #E62404;
  z-index: -1;
}
.course-career__heading small::after {
  top: calc(100% - 6px);
  background: var(--color-white);
}
.course-career__heading small.-type-1 {
  width: clamp(80px, 20.5128205128vw, 99px);
}
.course-career__heading small.-type-2 {
  width: clamp(130px, 33.3333333333vw, 175px);
}
.course-career__heading:not(:has(small)) {
  align-items: center;
}
.course-career__heading.-type-1::after {
  margin-block-start: 42px;
}
.course-career__items {
  width: 614px;
  padding-block-start: 22px;
}
@media screen and (max-width: 768px) {
  .course-career__items {
    width: 100%;
    padding-block-start: 0;
    padding-inline-start: 72px;
  }
}
.course-career__item {
  font-size: clamp(16px, 4.1025641026vw, 21px);
  line-height: 1.7142857143;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .course-career__item {
    line-height: 1.875;
  }
}
.course-career__item span {
  display: flex;
  align-items: flex-start;
  gap: clamp(4px, 1.0256410256vw, 8px);
}
.course-career__item span::before {
  content: "";
  aspect-ratio: 1;
  flex-shrink: 0;
  width: clamp(18px, 4.6153846154vw, 24px);
  transform: translateY(6px);
  border-radius: 50%;
  background: var(--color-red);
}
.course-career__detail {
  margin-inline-start: calc(clamp(18px, 4.6153846154vw, 24px) + 0.05em + clamp(4px, 1.0256410256vw, 8px));
}
.course-career__detail li {
  display: flex;
  gap: 6px;
}
.course-career__detail li::before {
  content: "–";
}

.course-jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-block-start: clamp(30px, 7.6923076923vw, 36px);
}
@media screen and (max-width: 768px) {
  .course-jobs {
    grid-template-columns: 1fr;
    gap: clamp(12px, 3.0769230769vw, 24px);
  }
}
.course-jobs.-type-1 {
  margin-block-start: 0;
}
.course-jobs__column {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.0769230769vw, 22px);
}
.course-jobs__details {
  font-weight: bold;
  border: 1px solid #E62404;
}
.course-jobs__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: clamp(48px, 12.3076923077vw, 75px);
  padding-inline: clamp(17px, 4.358974359vw, 27px) clamp(10px, 2.5641025641vw, 17px);
  font-size: clamp(14px, 3.5897435897vw, 18px);
}
@media screen and (max-width: 768px) {
  .course-jobs__summary {
    line-height: 1.2857142857;
  }
}
.course-jobs__summary i {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: clamp(27px, 6.9230769231vw, 39px);
  border-radius: 50%;
  background: #E62404;
}
.course-jobs__summary i svg {
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 768px) {
  .course-jobs__summary i svg {
    width: 12px;
    max-width: fit-content;
  }
}
[open] > .course-jobs__summary i {
  rotate: 180deg;
}
.course-jobs__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 10.2564102564vw, 54px);
  padding: 10px 26px 37px;
}
@media screen and (max-width: 768px) {
  .course-jobs__inner {
    padding-inline: clamp(17px, 4.358974359vw, 27px) clamp(10px, 2.5641025641vw, 17px);
  }
}
.course-jobs__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .course-jobs__txt {
    line-height: 2.1428571429;
  }
}
.course-jobs__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.0403120936vw, 16px);
  width: 100%;
  max-width: 450px;
  height: 60px;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 60px;
  background: #E62404;
  fill: var(--color-white);
}
.course-jobs__more [lang=en] {
  font-size: clamp(20px, 2.6007802341vw, 24px);
  line-height: 1.2083333333;
}
.course-jobs__more [lang=ja] {
  font-size: clamp(13px, 1.6905071521vw, 15px);
  line-height: 1.6;
}
.course-jobs__more svg {
  position: absolute;
  width: clamp(18px, 2.3407022107vw, 25px);
  top: 50%;
  right: clamp(12px, 1.5604681404vw, 16px);
  transform: translateY(-50%);
}

.numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(26px, 6.6666666667vw, 44px) clamp(26px, 6.6666666667vw, 60px);
  margin-block-start: clamp(38px, 9.7435897436vw, 72px);
}
@media screen and (max-width: 768px) {
  .numbers {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media screen and (max-width: 319px) {
  .numbers {
    grid-template-columns: 1fr;
  }
}
.numbers__fig {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.numbers__fig img {
  width: 100%;
}
.numbers__fig figcaption {
  font-size: clamp(10px, 2.5641025641vw, 12px);
}

.member-mv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-block: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .member-mv {
    flex-grow: 1;
    margin-block: 0 max(3.0769230769vw, 12px);
  }
}
.member-mv__intro {
  display: flex;
  order: 1;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .member-mv__intro {
    margin-block-start: auto;
  }
}
.member-mv__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 18px;
  font-size: clamp(24px, 6.1538461538vw, 36px);
  letter-spacing: 0.125em;
}
.member-mv__head::after {
  content: attr(data-name);
  font-size: clamp(12px, 3.0769230769vw, 18px);
  line-height: 1.7222222222;
}
@media screen and (max-width: 768px) {
  .member-mv__head::after {
    line-height: 1.6666666667;
  }
}
.member-mv__data {
  order: -1;
  font-size: clamp(14px, 3.5897435897vw, 24px);
  letter-spacing: 0.125em;
}
.member-mv__lead {
  font-size: min(5.4616384915vw, 60px);
  line-height: 1.7647058824;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .member-mv__lead {
    margin-block-start: auto;
    font-size: min(6.6923076923vw, 42px);
    line-height: 1.8;
  }
}
.member-mv__note {
  order: 1;
  font-size: 10px;
}

.career-roadmap {
  margin-block-start: clamp(46px, 11.7948717949vw, 104px);
}
.career-roadmap__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(240px, 61.5384615385vw, 366px);
  height: clamp(45px, 11.5384615385vw, 60px);
  font-size: clamp(21px, 5.3846153846vw, 30px);
  line-height: 1.2;
  font-weight: bold;
  color: var(--color-red);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border: clamp(2px, 0.5128205128vw, 3px) solid currentColor;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .career-roadmap__head {
    line-height: 1.1904761905;
  }
}
.career-roadmap__items {
  position: relative;
  display: grid;
  gap: 65px;
  max-width: 1136px;
  margin-block-start: 28px;
  margin-inline: auto;
  padding-block-end: 52px;
}
@media screen and (max-width: 768px) {
  .career-roadmap__items {
    gap: 26px;
    margin-block-start: 36px;
    padding-block-end: 14px;
  }
}
.career-roadmap__items::before, .career-roadmap__items::after {
  content: "";
  position: absolute;
}
.career-roadmap__items::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 20px;
  background: #E62404;
  z-index: -1;
}
.career-roadmap__items::after {
  width: 28px;
  height: 15px;
  bottom: 0;
  left: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0My43MjkgMjMuMjc3Ij4gPHBhdGggZD0iTTc5OTEuNSwzOTg4LjUyMWwtMjEuODYzLTIxLjg2NCwyMS44NjMtMjEuODY0LDEuNDE0LDEuNDE0LTIwLjQ0OSwyMC40NSwyMC40NDksMjAuNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzk0NC43OTMgNzk5Mi45MTgpIHJvdGF0ZSgtOTApIiBmaWxsPSIjZTYyNDA0Ii8+PC9zdmc+");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.career-roadmap__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .career-roadmap__item {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-block-start: 8px;
    padding-inline-start: 58px;
  }
}
.career-roadmap__item::before {
  content: "";
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 41px;
  margin-inline-end: 17px;
  border: 9px solid #E62404;
  border-radius: 50%;
  background: var(--color-white);
}
@media screen and (max-width: 991px) {
  .career-roadmap__item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.career-roadmap__item time {
  flex-shrink: 0;
  width: 60px;
  margin-inline-end: 38px;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: bold;
  color: #E62404;
  font-family: var(--font-Helvetica);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .career-roadmap__item time {
    width: 100%;
  }
}
.career-roadmap__item em {
  width: 330px;
  margin-inline-end: auto;
  padding-inline-end: 20px;
  font-size: clamp(16px, 4.6153846154vw, 18px);
  line-height: 1.4285714286;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .career-roadmap__item em {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .career-roadmap__item em {
    line-height: 1.6666666667;
  }
}
.career-roadmap__item small {
  width: 616px;
  font-size: clamp(13px, 3.5897435897vw, 16px);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .career-roadmap__item small {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .career-roadmap__item small {
    line-height: 1.7142857143;
  }
}

.story-summary {
  display: grid;
  gap: clamp(28px, 7.1794871795vw, 54px);
  margin-block-start: clamp(36px, 9.2307692308vw, 54px);
}
.story-summary__item {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: clamp(18px, 4.6153846154vw, 27px);
  line-height: 1.4444444444;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .story-summary__item {
    gap: max(2.5641025641vw, 10px);
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.story-summary__item::before {
  content: "";
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 58px;
  margin-block-end: auto;
  border: 10px solid #E62404;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .story-summary__item::before {
    width: 54px;
    border-width: 9px;
  }
}
@media screen and (max-width: 768px) {
  .story-summary__item span {
    padding-block-start: 10px;
  }
}
.story-summary__item em {
  padding-inline: 0.25em;
  color: var(--color-white);
  background: #E62404;
}
.story-summary__item + .story-summary__item {
  margin-block-start: clamp(24px, 6.1538461538vw, 32px);
}

.interview-detail {
  margin-block-start: clamp(48px, 12.3076923077vw, 80px);
}
.interview-detail + .interview-detail {
  margin-block-start: 86px;
}
.interview-detail__intro {
  position: relative;
  margin-block-end: clamp(44px, 11.2820512821vw, 64px);
}
.interview-detail__data {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding-block: clamp(40px, 10.2564102564vw, 70px) 72px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .interview-detail__data {
    padding-block-end: max(8.2051282051vw, 32px);
  }
}
.interview-detail__mv {
  position: relative;
  height: 690px;
  max-height: calc(100vh - var(--header-height));
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .interview-detail__mv {
    height: 540px;
  }
}
.interview-detail__mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(to right, var(--color-primary), var(--color-white));
  opacity: 0.2;
}
.interview-detail__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-detail__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  font-weight: bold;
  line-height: 2.6666666667;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .interview-detail__txt {
    line-height: 2.1428571429;
  }
}
.interview-detail__txt em {
  display: inline-flex;
  align-items: center;
  height: clamp(21px, 5.3846153846vw, 26px);
  padding: 4px 8px;
  color: var(--color-white);
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .interview-detail__txt em {
    padding-inline: 2px;
  }
}
.interview-detail__txt + .interview-detail__txt {
  margin-block: clamp(32px, 8.2051282051vw, 48px);
}

.interview-work-life {
  position: relative;
  margin-block-start: 62px;
  padding-block: clamp(48px, 12.3076923077vw, 80px) 108px;
}
.interview-work-life::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #D6D6D6;
  z-index: -1;
}
.interview-work-life__intro {
  margin-block-end: clamp(36px, 9.2307692308vw, 42px);
}
.interview-work-life__wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 5.1282051282vw, 40px);
}
@media screen and (max-width: 991px) {
  .interview-work-life__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.interview-work-life__image {
  width: 600px;
  padding-block-start: 18px;
}
@media screen and (max-width: 991px) {
  .interview-work-life__image {
    width: 100%;
    margin-block-end: 8px;
    padding-block-start: 0;
  }
}
.interview-work-life__image img {
  width: 100%;
}
.interview-work-life__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 525px;
}
@media screen and (max-width: 991px) {
  .interview-work-life__item {
    display: contents;
  }
}
.interview-work-life__lead {
  font-size: clamp(21px, 5.3846153846vw, 33px);
  font-weight: bold;
  line-height: 1.8787878788;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 991px) {
  .interview-work-life__lead {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .interview-work-life__lead {
    line-height: 1.8571428571;
    letter-spacing: 0.075em;
  }
}
.interview-work-life__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  font-weight: bold;
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .interview-work-life__txt {
    line-height: 2.1428571429;
  }
}

.video-area {
  position: relative;
  aspect-ratio: 1199/675;
}
.video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-area.-message {
  margin-block-start: min(11.7035110533vw, 90px);
}
.video-area__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.video-area__btn svg {
  width: 100%;
}

.ceo-intro {
  margin-block-start: clamp(96px, 24.6153846154vw, 104px);
}
.ceo-intro__wrap {
  display: grid;
  grid-template-columns: clamp(86px, 23.0769230769vw, 186px) 1fr;
  align-items: center;
  gap: 18px min(5.3846153846vw, 40px);
}
.ceo-intro__image img {
  width: 100%;
}
.ceo-intro__item {
  display: grid;
  gap: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ceo-intro__item {
    display: contents;
  }
}
.ceo-intro__item dt {
  display: grid;
  gap: 18px;
  font-size: clamp(12px, 3.0769230769vw, 20px);
  line-height: 1.15;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .ceo-intro__item dt {
    gap: 0;
    line-height: 1.75;
  }
}
.ceo-intro__item dt span em {
  font-size: clamp(24px, 6.1538461538vw, 30px);
  letter-spacing: 0.1em;
}
.ceo-intro__item dt span small {
  font-size: clamp(12px, 3.0769230769vw, 20px);
}
.ceo-intro__item dt span:has(> em) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .ceo-intro__item dt span:has(> em) {
    gap: 0 1em;
  }
}
.ceo-intro__item dd {
  font-size: clamp(12px, 3.0769230769vw, 16px);
  line-height: 2.25;
  letter-spacing: 0.125m;
}
@media screen and (max-width: 768px) {
  .ceo-intro__item dd {
    grid-column: 1/3;
    line-height: 2;
  }
}

.ceo-detail {
  margin-block-start: clamp(64px, 16.4102564103vw, 134px);
}
.ceo-detail + .ceo-detail {
  margin-block-start: clamp(100px, 25.641025641vw, 164px);
}
.ceo-detail:last-child {
  margin-block-end: 154px;
}
@media screen and (max-width: 768px) {
  .ceo-detail:last-child {
    margin-block: max(16.4102564103vw, 64px);
  }
}
.ceo-detail__intro {
  position: relative;
  margin-block-end: clamp(24px, 6.1538461538vw, 40px);
  padding-block-start: 18px;
}
@media screen and (max-width: 768px) {
  .ceo-detail__intro {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ceo-detail__intro {
    padding-block-start: 0;
  }
}
.ceo-detail__item {
  display: flex;
  flex-direction: column;
  gap: 86px;
  min-height: 540px;
}
@media screen and (max-width: 768px) {
  .ceo-detail__item {
    display: contents;
  }
}
.ceo-detail__item h2 {
  min-width: 426px;
}
@media screen and (max-width: 768px) {
  .ceo-detail__item h2 {
    order: -1;
    min-width: 0;
  }
}
.ceo-detail__item.-reverse {
  align-items: flex-end;
}
.ceo-detail__image {
  position: absolute;
  width: 750px;
  top: 0;
  right: calc(var(--gutter) * -1);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ceo-detail__image {
    position: inherit;
    top: 0;
    right: auto;
    order: -1;
    width: 91.5384615385vw;
    margin-block: 7.6923076923vw -15.3846153846vw;
    margin-inline-start: calc(var(--gutter) * -1);
  }
}
.ceo-detail__image img {
  width: 100%;
}
.-reverse + .ceo-detail__image {
  right: auto;
  left: calc(var(--gutter) * -1);
}
.ceo-detail__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.6666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .ceo-detail__txt {
    line-height: 2.1428571429;
  }
}

.strategy {
  margin-block-start: clamp(46px, 11.7948717949vw, 84px);
}
.strategy + .strategy {
  margin-block-start: clamp(76px, 19.4871794872vw, 126px);
}
.strategy__head {
  width: fit-content;
  margin-block-end: 18px;
  font-size: clamp(18px, 4.6153846154vw, 24px);
  line-height: 1.7083333333;
  font-weight: bold;
  border-bottom: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .strategy__head {
    margin-block-end: 20px;
    line-height: 1.7222222222;
  }
}
.strategy__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .strategy__txt {
    line-height: 2.1428571429;
    letter-spacing: 0.025em;
  }
}
.strategy__pic {
  margin-block-start: clamp(44px, 11.2820512821vw, 76px);
}
.strategy__pic img {
  width: 100%;
}
.strategy__wrap {
  display: flex;
  justify-content: space-between;
  gap: min(2.9133858268vw, 37px);
  margin-block-start: clamp(32px, 8.2051282051vw, 68px);
}
@media screen and (max-width: 768px) {
  .strategy__wrap {
    flex-direction: column;
    gap: 68px;
  }
}
.strategy__column {
  display: flex;
  flex-direction: column;
}
.strategy__column.-type-1 {
  width: 713px;
}
@media screen and (max-width: 768px) {
  .strategy__column.-type-1 {
    width: 100%;
  }
}
.strategy__column.-type-2 {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .strategy__column.-type-2 {
    width: 100%;
  }
}
.strategy__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(54px, 7.022106632vw, 60px);
  margin-block-end: clamp(20px, 2.2047244094vw, 28px);
  font-size: clamp(20px, 2.6007802341vw, 24px);
  line-height: 1.7083333333;
  font-weight: bold;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .strategy__heading {
    font-size: 24px;
  }
}
.-type-1 > .strategy__heading {
  background: #E62404;
}
.-type-2 > .strategy__heading {
  background: #595757;
}
.strategy__task {
  display: flex;
  gap: min(1.5748031496vw, 20px);
}
@media screen and (max-width: 768px) {
  .strategy__task {
    flex-direction: column;
    gap: 0;
  }
}
.strategy__task dt {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: min(21.4173228346vw, 272px);
  font-size: min(2.6007802341vw, 27px);
  color: var(--color-white);
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .strategy__task dt {
    width: 100%;
    padding-block: 3px;
    font-size: clamp(18px, 4.6153846154vw, 20px);
    line-height: 1.7222222222;
  }
}
.strategy__task dd {
  display: contents;
}
.strategy__task + .strategy__task {
  margin-block-start: min(2.7559055118vw, 35px);
}
@media screen and (max-width: 768px) {
  .strategy__task + .strategy__task {
    margin-block-start: 35px;
  }
}
.strategy__rows {
  border-top: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .strategy__rows {
    border-top: none;
  }
}
.strategy__row {
  display: grid;
  grid-template-columns: clamp(40px, 5.2015604681vw, 45px) 1fr;
  align-items: center;
  gap: clamp(10px, 1.300390117vw, 15px);
  padding-block: 8px;
  font-size: clamp(16px, 2.0806241873vw, 24px);
  font-weight: bold;
  border-bottom: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .strategy__row {
    grid-template-columns: 45px 1fr;
    padding-block: 12px;
    padding-inline: 2px;
    gap: 12px;
    font-size: 17px;
  }
}
.strategy__row i img {
  width: 100%;
}
.strategy__steps {
  display: grid;
  flex-grow: 1;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .strategy__steps {
    grid-template-rows: auto;
  }
}
.strategy__step {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: min(1.2598425197vw, 16px);
}
@media screen and (max-width: 768px) {
  .strategy__step {
    grid-template-columns: 75px 1fr;
    gap: 16px;
  }
}
.strategy__step i {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 39px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-white);
  background: #595757;
}
@media screen and (max-width: 768px) {
  .strategy__step i {
    min-height: 165px;
    font-size: 33px;
  }
}
.strategy__step i::before, .strategy__step i::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 35px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .strategy__step i::before, .strategy__step i::after {
    height: 42px;
  }
}
.strategy__step i::before {
  left: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.strategy__step i::after {
  right: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.strategy__step i small {
  font-size: 21px;
  line-height: 1.1904761905;
}
@media screen and (max-width: 768px) {
  .strategy__step i small {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
.strategy__step span {
  display: flex;
  align-items: center;
  padding-block: 16px;
  font-size: clamp(14px, 1.8205461638vw, 18px);
  line-height: 1.6666666667;
  font-weight: bold;
  border-top: 1px solid #595757;
}
@media screen and (max-width: 768px) {
  .strategy__step span {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.strategy__step + .strategy__step {
  margin-block-start: min(1.8897637795vw, 24px);
}
@media screen and (max-width: 768px) {
  .strategy__step + .strategy__step {
    margin-block-start: 10px;
  }
}
.strategy__items {
  margin-block-start: clamp(42px, 10.7692307692vw, 66px);
}
.strategy__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .strategy__item {
    flex-direction: column;
    gap: 36px;
  }
}
.strategy__item dt {
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: min(21.4173228346vw, 272px);
  font-size: min(2.6007802341vw, 27px);
  line-height: 1.3333333333;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .strategy__item dt {
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    height: 90px;
    padding-inline: min(5.1282051282vw, 20px);
    font-size: 24px;
    text-align: left;
  }
}
.strategy__item dt i {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .strategy__item dt i {
    order: -1;
  }
}
.strategy__item dt i img {
  width: 100%;
}
.strategy__item dd {
  display: flex;
  align-items: center;
  padding-block: 16px;
  padding-inline-start: min(4.6814044213vw, 50px);
  border-top: 1px solid #E62404;
  border-bottom: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .strategy__item dd {
    padding-block: 0 26px;
    padding-inline-start: 0;
    border-top: none;
  }
}
.strategy__item + .strategy__item {
  margin-block-start: 34px;
}
@media screen and (max-width: 768px) {
  .strategy__item + .strategy__item {
    margin-block-start: 55px;
  }
}
@media screen and (max-width: 768px) {
  .strategy__item.-type-1 dt i {
    width: 62px;
  }
}
@media screen and (max-width: 768px) {
  .strategy__item.-type-2 dt i {
    width: 58px;
  }
}
@media screen and (max-width: 768px) {
  .strategy__item.-type-3 dt i {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .strategy__item.-type-4 dt i {
    width: 60px;
  }
}
.strategy__detail li {
  font-size: clamp(16px, 2.0806241873vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .strategy__detail li {
    font-size: clamp(14px, 3.5897435897vw, 16px);
    line-height: 2.1428571429;
  }
}
.strategy__detail li::before {
  content: "●";
}

.global-intro {
  margin-block-start: clamp(30px, 7.6923076923vw, 52px);
}
.global-intro__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 5.1282051282vw, 30px);
}
@media screen and (max-width: 768px) {
  .global-intro__columns {
    grid-template-columns: 1fr;
    margin-block-end: 46px;
  }
}
.global-intro__column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 8px;
}
.global-intro__item {
  display: flex;
  flex-direction: column;
  min-height: clamp(237px, 60.7692307692vw, 280px);
  padding: clamp(10px, 2.5641025641vw, 14px) clamp(22px, 60.7692307692vw, 26px);
  border: 3px solid #EB6161;
  border-radius: 15px;
}
.global-intro__heading {
  font-size: clamp(18px, 4.6153846154vw, 21px);
  line-height: 2.1428571429;
  font-weight: bold;
  color: #E62404;
}
@media screen and (max-width: 768px) {
  .global-intro__heading {
    line-height: 2;
  }
}
.global-intro__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-block: auto;
  font-size: clamp(18px, 4.6153846154vw, 21px);
  line-height: 2.1428571429;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .global-intro__txt {
    line-height: 2;
  }
}
.global-intro__txt span {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.global-intro__txt em {
  font-size: clamp(50px, 12.8205128205vw, 60px);
  line-height: 1;
  font-weight: bold;
  color: #E62404;
  font-family: var(--font-Helvetica);
}
.global-intro__note {
  position: relative;
  padding-left: 1em;
  font-size: clamp(10px, 2.5641025641vw, 12px);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .global-intro__note {
    line-height: 1.5;
  }
}
.global-intro__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.global-intro__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-intro__sp {
    position: relative;
    display: flex;
    margin-block-end: -18px;
    font-size: 15px;
    line-height: 2.4;
    font-weight: bold;
    color: #E62404;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.global-intro__sp::before, .global-intro__sp::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjU2MSIgaGVpZ2h0PSIxNS43MDciIHZpZXdCb3g9IjAgMCA4LjU2MSAxNS43MDciPjxwYXRoIGQ9Ik0tMTgwNTEuMDI1LDIxNTYuMWwtNy44NTQtNy44NTMsNy44NTQtNy44NTQuNzA3LjcwNy03LjE0Niw3LjE0Nyw3LjE0Niw3LjE0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4MDU4Ljg3OSAtMjE0MC4zODkpIiBmaWxsPSIjZTYyNDA0Ii8+PC9zdmc+");
  background-size: contain;
}
.global-intro__sp::before {
  left: 0;
  transform: translateY(-50%);
}
.global-intro__sp::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.global-intro__sp span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.global-intro__sp span::before, .global-intro__sp span::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .global-intro__scroll {
    margin-inline: calc(50% - 50vw);
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-intro__image {
    min-width: 657px;
    padding-inline: var(--gutter);
  }
}
.global-intro__image img {
  width: 100%;
}

.global-bs {
  margin-block-start: clamp(50px, 12.8205128205vw, 60px);
}
.global-bs__image img {
  width: 100%;
}
.global-bs__note {
  position: relative;
  display: block;
  margin-block-start: 10px;
  font-size: clamp(10px, 2.5641025641vw, 12px);
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .global-bs__note {
    margin-block-start: 15px;
    line-height: 1.8;
  }
}

.global-detail {
  margin-block-start: clamp(58px, 14.8717948718vw, 68px);
}
.global-detail__row {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .global-detail__row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px 35px;
  }
}
@media screen and (max-width: 944px) {
  .global-detail__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__row {
    gap: 0;
  }
}
.global-detail__row + .global-detail__row {
  margin-block-start: 30px;
}
@media screen and (max-width: 768px) {
  .global-detail__row + .global-detail__row {
    margin-block-start: 50px;
  }
}
.global-detail__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 3.5897435897vw, 18px);
  width: 300px;
  padding-block: 24px;
  font-size: 21px;
  line-height: 2.1428571429;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.075em;
  text-indent: 0.075em;
  border-radius: 12px;
  background: #E62404;
}
@media screen and (max-width: 1023px) {
  .global-detail__heading {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__heading {
    flex-direction: row;
    margin-block-end: 24px;
    padding-block: 20px;
    padding-inline: 22px 14px;
    line-height: 1.4285714286;
    letter-spacing: 0;
    text-indent: 0;
  }
}
.global-detail__heading i {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .global-detail__heading i {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__heading.-type-1 i {
    width: 49px;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__heading.-type-2 i {
    width: 74px;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__heading.-type-3 i {
    width: 61px;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__heading.-type-4 i {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__heading.-type-5 i {
    width: 44px;
  }
}
.global-detail__txt {
  width: 480px;
  margin-inline: 26px 35px;
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .global-detail__txt {
    flex-grow: 1;
    margin-inline: 0;
  }
}
@media screen and (max-width: 944px) {
  .global-detail__txt {
    width: 100%;
    margin-block-end: 16px;
  }
}
@media screen and (max-width: 768px) {
  .global-detail__txt {
    line-height: 2.1428571429;
  }
}
.global-detail__image {
  aspect-ratio: 360/210;
  flex-shrink: 0;
  width: 360px;
  margin-bottom: auto;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 944px) {
  .global-detail__image {
    width: 100%;
    max-width: fit-content;
    margin-inline: auto;
  }
}
.global-detail__image img {
  width: 100%;
}

.work-intro {
  margin-block-start: clamp(38px, 9.7435897436vw, 50px);
}
.work-intro__wrap {
  margin-block-start: 74px;
}
@media screen and (max-width: 768px) {
  .work-intro__wrap {
    margin-block-start: 16px;
  }
}
.work-intro__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-intro__sp {
    position: relative;
    display: flex;
    margin-block-end: 10px;
    font-size: 15px;
    line-height: 2.4;
    font-weight: bold;
    color: #E62404;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.work-intro__sp::before, .work-intro__sp::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjU2MSIgaGVpZ2h0PSIxNS43MDciIHZpZXdCb3g9IjAgMCA4LjU2MSAxNS43MDciPjxwYXRoIGQ9Ik0tMTgwNTEuMDI1LDIxNTYuMWwtNy44NTQtNy44NTMsNy44NTQtNy44NTQuNzA3LjcwNy03LjE0Niw3LjE0Nyw3LjE0Niw3LjE0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4MDU4Ljg3OSAtMjE0MC4zODkpIiBmaWxsPSIjZTYyNDA0Ii8+PC9zdmc+");
  background-size: contain;
}
.work-intro__sp::before {
  left: 0;
  transform: translateY(-50%);
}
.work-intro__sp::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.work-intro__sp span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.work-intro__sp span::before, .work-intro__sp span::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .work-intro__scroll {
    width: calc(100% + var(--gutter) * 2);
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    contain: paint;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .work-intro__inner {
    width: 872px;
  }
}
.work-intro__table {
  table-layout: fixed;
  width: 100%;
}
.work-intro__table thead th {
  padding-block-end: 4px;
}
@media screen and (max-width: 768px) {
  .work-intro__table thead th {
    padding-block-end: 0;
  }
}
.work-intro__table thead th span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(13.3858267717vw, 170px);
  margin-inline: auto;
  font-size: min(1.1811023622vw, 15px);
  line-height: 3;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .work-intro__table thead th span {
    width: 126px;
    font-size: 10px;
    line-height: 3.6;
  }
}
.work-intro__table thead th:nth-child(1) {
  width: min(22.4409448819vw, 285px);
}
@media screen and (max-width: 768px) {
  .work-intro__table thead th:nth-child(1) {
    width: 170px;
  }
}
.work-intro__table thead th:nth-child(2) span {
  background: #EB6161;
}
.work-intro__table thead th:nth-child(3) span {
  background: #EB9142;
}
.work-intro__table thead th:nth-child(4) span {
  background: #2AABA0;
}
.work-intro__table thead th:nth-child(5) span {
  background: #347EBC;
}
.work-intro__table thead th:nth-child(6) span {
  background: #00AEE1;
}
@media screen and (max-width: 768px) {
  .work-intro__table thead th:not(:first-child) {
    border-left: 1px solid var(--color-primary);
  }
}
@media screen and (max-width: 768px) {
  .work-intro__table thead th:last-child {
    border-right: 1px solid var(--color-primary);
  }
}
.work-intro__table tbody th {
  vertical-align: middle;
}
.work-intro__table tbody th a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(20vw, 254px);
  height: 45px;
  font-size: min(1.1811023622vw, 15px);
  font-weight: bold;
  color: var(--color-white);
  border-radius: 30px;
  background: #E62404;
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .work-intro__table tbody th a {
    width: 160px;
    height: 36px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.work-intro__table tbody th a small {
  font-size: min(0.9448818898vw, 12px);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .work-intro__table tbody th a small {
    font-size: 10px;
  }
}
.work-intro__table tbody th a svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.work-intro__table tbody th:not(:first-child) {
  padding: 12px;
  font-size: 13px;
  line-height: 1.8461538462;
  border-left: 1px solid var(--color-primary);
}
@media screen and (max-width: 768px) {
  .work-intro__table tbody th:not(:first-child) {
    padding: 8px;
    font-size: 10px;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-primary);
  }
}
.work-intro__table tbody th:last-child {
  border-right: 1px solid var(--color-primary);
}
.work-intro__table tbody td {
  padding-block: 12px;
  border-left: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 768px) {
  .work-intro__table tbody td {
    padding-block: 8px;
  }
}
.work-intro__table tbody td i {
  aspect-ratio: 1;
  display: block;
  width: 36px;
  margin-inline: auto;
  border: 7px solid var(--color);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .work-intro__table tbody td i {
    width: 27px;
    border-width: 5px;
  }
}
.work-intro__table tbody td:nth-of-type(1) {
  --color: #EB6161;
}
.work-intro__table tbody td:nth-of-type(2) {
  --color: #EB9142;
}
.work-intro__table tbody td:nth-of-type(3) {
  --color: #2AABA0;
}
.work-intro__table tbody td:nth-of-type(4) {
  --color: #347EBC;
}
.work-intro__table tbody td:nth-of-type(5) {
  --color: #00AEE1;
}
.work-intro__table tbody td:last-child {
  border-right: 1px solid var(--color-primary);
}
.work-intro__table tbody tr:first-child th + th {
  vertical-align: top;
}

.work-detail {
  margin-block-start: clamp(32px, 8.2051282051vw, 54px);
}
.work-detail__wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(18px, 4.6153846154vw, 30px);
}
@media screen and (max-width: 768px) {
  .work-detail__wrap {
    flex-wrap: wrap;
  }
}
.work-detail__image {
  aspect-ratio: 1;
  width: 540px;
}
@media screen and (max-width: 768px) {
  .work-detail__image {
    width: 100%;
  }
}
.work-detail__image img {
  width: 100%;
}
.work-detail__item {
  width: 600px;
}
.work-detail__txt {
  margin-block-end: 90px;
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .work-detail__txt {
    margin-block-end: max(6.6666666667vw, 26px);
    line-height: 2.1428571429;
  }
}
.work-detail__courses {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 36px;
  margin-block-start: clamp(26px, 6.6666666667vw, 44px);
}
@media screen and (max-width: 768px) {
  .work-detail__courses {
    gap: 20px;
  }
}
.work-detail__course a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-width: 240px;
  min-height: clamp(39px, 10vw, 66px);
  padding-inline: 24px 74px;
  font-size: clamp(16px, 4.1025641026vw, 21px);
  line-height: 1.1904761905;
  font-weight: bold;
  border: 1px solid #E62404;
  border-radius: 66px;
  fill: #E62404;
}
@media screen and (max-width: 768px) {
  .work-detail__course a {
    min-width: 150px;
    padding-inline: 24px 30px;
    font-size: clamp(16px, 4.1025641026vw, 21px);
    line-height: 1.6875;
  }
}
.work-detail__course a span {
  margin-inline: auto;
}
.work-detail__course a svg {
  position: absolute;
  width: 25px;
  height: auto;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .work-detail__course a svg {
    width: 15px;
    right: 13px;
  }
}
.work-detail__related {
  margin-block-start: 54px;
}
.work-detail__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(322px, 1fr));
  gap: clamp(30px, 7.6923076923vw, 60px);
  margin-block-start: clamp(30px, 7.6923076923vw, 34px);
}
@media screen and (max-width: 991px) {
  .work-detail__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .work-detail__content {
    grid-template-columns: 1fr;
  }
}
.work-detail__content:has(> :nth-child(2)):not(:has(> :nth-child(3)))::after {
  content: "";
}
.work-detail__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 60px;
  margin-block-start: 82px;
  margin-inline: auto;
  padding-inline: 38px 22px;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 60px;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .work-detail__more {
    justify-content: center;
    gap: 1.2820512821vw;
    margin-block-start: 32px;
    padding-inline: max(5.1282051282vw, 20px) max(3.5897435897vw, 14px);
    white-space: nowrap;
  }
}
.work-detail__more [lang=en] {
  font-size: min(4.6153846154vw, 24px);
  line-height: 2.0416666667;
}
.work-detail__more [lang=ja] {
  font-size: min(3.0769230769vw, 15px);
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.work-detail__more svg {
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 768px) {
  .work-detail__more svg {
    width: min(4.6153846154vw, 26px);
  }
}
.work-detail__more[aria-expanded=true] {
  display: none;
}
.work-detail__more.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .work-detail__more.-sp {
    display: flex;
  }
}
.work-detail__more.-sp[aria-expanded=true] {
  display: none;
}

.work-content:nth-child(n+4) {
  display: none;
}
.is-expanded > .work-content:nth-child(n+4) {
  display: block;
}
@media screen and (max-width: 768px) {
  .work-content:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-expanded > .work-content:not(:first-child) {
    display: block;
  }
}
.work-content__item {
  position: relative;
  aspect-ratio: 1;
  display: block;
}
.work-content__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px 24px 22px;
}
@media screen and (max-width: 768px) {
  .work-content__content {
    padding-inline: 0;
  }
}
.work-content__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .work-content__intro {
    gap: clamp(4px, 1.0256410256vw, 6px);
  }
}
.work-content__head {
  display: flex;
  gap: 16px;
  padding-inline: 10px;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .work-content__head {
    font-size: clamp(16px, 4.1025641026vw, 22px);
    line-height: 1.5;
  }
}
.work-content__head small {
  font-size: inherit;
}
.work-content__lead {
  order: -1;
}
.work-content__lead em {
  display: inline;
  padding: clamp(6px, 1.171875vw, 8px) 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 18px;
  line-height: 2.0555555556;
  font-weight: bold;
  letter-spacing: 0.125em;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .work-content__lead em {
    padding: clamp(6px, 1.5384615385vw, 9px) 8px;
    font-size: clamp(18px, 4.6153846154vw, 30px);
    line-height: 1.6111111111;
    letter-spacing: 0.025em;
  }
}
.work-content__data {
  display: flex;
  order: -1;
  align-items: center;
  gap: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .work-content__data {
    gap: clamp(3px, 0.7692307692vw, 6px);
    padding-inline: clamp(20px, 5.1282051282vw, 35px);
  }
}
.work-content__data dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-inline: 18px;
  font-size: clamp(10px, 2.5641025641vw, 13px);
  line-height: 1.2307692308;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 24px;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .work-content__data dt {
    height: auto;
    padding: 3px 15px;
  }
}
.work-content__data dd {
  font-size: 10px;
  line-height: 1.2;
}
.work-content__image {
  position: absolute;
  aspect-ratio: 1;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.work-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-content__tags {
  margin-block-start: 21px;
}
.work-content__tags dd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.work-content__tags dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding-inline: 14px;
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: bold;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
}
.work-content__tags dd a::before {
  content: "#";
}

.jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(80px, 20.5128205128vw, 103px) min(4.7244094488vw, 60px);
  margin-block-start: clamp(52px, 13.3333333333vw, 76px);
}
@media screen and (max-width: 768px) {
  .jobs {
    grid-template-columns: 1fr;
  }
}
.jobs__item {
  display: flex;
  flex-direction: column;
}
.jobs__item:has(.jobs__rows) + .jobs__item .jobs__more {
  margin-block-start: 0;
}
.jobs__intro {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.jobs__head {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 18px;
  top: 0;
  left: 0;
  padding: 20px;
  font-size: clamp(21px, 2.7308192458vw, 30px);
  line-height: 1.2;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.125em;
}
.jobs__head::before {
  content: attr(data-num);
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: clamp(60px, 7.8023407022vw, 75px);
  margin-bottom: auto;
  font-size: 24px;
  font-family: var(--font-Helvetica);
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--color-red);
}
@media screen and (max-width: 768px) {
  .jobs__image {
    max-height: 400px;
  }
}
.jobs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs__rows {
  margin-block-start: 28px;
}
@media screen and (max-width: 768px) {
  .jobs__rows {
    margin-block-start: 32px;
  }
}
.jobs__row + .jobs__row {
  margin-block-start: 50px;
}
.jobs__heading {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.125em;
}
.jobs__txt {
  margin-block: clamp(24px, 6.1538461538vw, 26px);
  font-size: clamp(14px, 3.5897435897vw, 15px);
  line-height: 2.1333333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jobs__txt {
    line-height: 2.1428571429;
  }
}
.jobs__txt.-type-1 {
  margin-block: 2px 22px;
}
@media screen and (max-width: 768px) {
  .jobs__txt.-type-1 {
    margin-block: 16px 26px;
  }
}
.jobs__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin-block-start: auto;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: bold;
  color: var(--color-white);
  border: 1px solid #E62404;
  border-radius: 60px;
  background: #E62404;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .jobs__more {
    width: 61.5384615385vw;
    min-width: 240px;
    margin-block-start: 12px;
  }
}
.jobs__more svg {
  position: absolute;
  width: fit-content;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.project-detail-nav {
  margin-block: 48px 70px;
}
.project-detail-nav__items {
  display: grid;
  row-gap: clamp(16px, 4.1025641026vw, 19px);
}
.project-detail-nav__item {
  font-weight: bold;
}
.project-detail-nav__item a {
  display: flex;
  gap: 22px;
  min-height: 75px;
  border: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .project-detail-nav__item a {
    position: relative;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 12px 85px 10px 18px;
  }
}
.project-detail-nav__item em {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 316px;
  margin-block: 8px;
  padding-inline: 26px;
  white-space: nowrap;
  font-size: clamp(18px, 4.6153846154vw, 21px);
  letter-spacing: 0.1em;
  border-right: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .project-detail-nav__item em {
    width: auto;
    margin-block: 0;
    padding: 0;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    border-right: none;
  }
}
.project-detail-nav__item small {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-block: 8px;
  font-size: clamp(12px, 3.0769230769vw, 18px);
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .project-detail-nav__item small {
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
}
.project-detail-nav__item i {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 76px;
  margin-inline-start: auto;
  background: #E60100;
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .project-detail-nav__item i {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.project-detail-member {
  margin-block-start: clamp(30px, 7.6923076923vw, 50px);
}
.project-detail-member__row {
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 4.1025641026vw, 30px);
}
.project-detail-member__row + .project-detail-member__row {
  margin-block-start: clamp(48px, 12.3076923077vw, 78px);
}
.project-detail-member__item {
  width: 886px;
  font-weight: bold;
}
.project-detail-member__heading {
  font-size: clamp(24px, 6.1538461538vw, 30px);
  line-height: 1.7;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .project-detail-member__heading {
    line-height: 1.7083333333;
  }
}
.project-detail-member__data {
  display: block;
  margin-block-end: 4px;
  font-size: clamp(15px, 3.8461538462vw, 21px);
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .project-detail-member__data {
    margin-block-end: 9px;
    line-height: 1.6;
  }
}
.project-detail-member__txt {
  font-size: clamp(13px, 3.3333333333vw, 18px);
  line-height: 2.1666666667;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .project-detail-member__txt {
    line-height: 1.8461538462;
  }
}
.project-detail-member__image {
  order: -1;
  flex-shrink: 0;
  width: 240px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .project-detail-member__image {
    width: 30.7692307692vw;
  }
}
.project-detail-member__image img {
  width: 100%;
}

.internship-archive {
  background: #E60100;
}
.internship-archive__intro {
  display: grid;
  gap: 32px;
  padding-block: clamp(44px, 11.2820512821vw, 64px) clamp(76px, 19.4871794872vw, 112px);
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .internship-archive__intro {
    gap: 58px;
  }
}
.internship-archive__lead {
  width: 100%;
  max-width: 910px;
  margin-inline: auto;
  font-size: clamp(15px, 3.8461538462vw, 18px);
  line-height: 3;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .internship-archive__lead {
    line-height: 2.4;
  }
}
.internship-archive__wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-block: clamp(40px, 10.2564102564vw, 95px) clamp(45px, 11.5384615385vw, 90px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .internship-archive__wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.internship-archive__wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ACACAC;
  z-index: -1;
}

.outline {
  padding-block: 62px;
  border-bottom: 1px solid #E62404;
}
.outline + .outline {
  padding-block-start: clamp(62px, 15.8974358974vw, 82px);
}
.outline__intro {
  margin-block-end: clamp(20px, 5.1282051282vw, 44px);
}
.outline__intro.-type-1 {
  display: grid;
  grid-template-columns: auto 50%;
  margin-block-end: 28px;
}
@media screen and (max-width: 1062px) {
  .outline__intro.-type-1 {
    grid-template-columns: 1fr;
    gap: clamp(20px, 5.1282051282vw, 40px);
  }
}
@media screen and (max-width: 1062px) {
  .outline__intro.-type-2 {
    order: -2;
    margin-block-end: 16px;
  }
}
.outline__head {
  display: grid;
  order: -1;
  flex-shrink: 0;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .outline__head {
    grid-template-columns: 90px 1fr;
  }
}
.outline__head i {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(21px, 5.3846153846vw, 30px);
  line-height: 1.2;
  font-family: var(--font-Helvetica);
  border: 20px solid #E62404;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .outline__head i {
    border-width: 15px;
  }
}
.outline__head span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .outline__head span {
    display: block;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.outline__head span em {
  font-size: clamp(21px, 5.3846153846vw, 36px);
  line-height: 1.6666666667;
  font-weight: bold;
  letter-spacing: 0.125em;
  border-bottom: clamp(3px, 0.7692307692vw, 6px) solid #E62404;
}
@media screen and (max-width: 768px) {
  .outline__head span em {
    display: inline;
    padding-block: 6px;
    line-height: 1.7142857143;
  }
}
.outline__heading em {
  display: inline;
  padding: clamp(6px, 1.171875vw, 12px) 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(37px, 3.5433070866vw, 45px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.125em;
  border: 1px solid var(--color-red);
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .outline__heading em {
    padding: clamp(6px, 1.5384615385vw, 9px) 8px;
    font-size: clamp(24px, 6.1538461538vw, 37px);
    line-height: 1.875;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 1062px) {
  .-type-1 > .outline__heading {
    order: -1;
  }
}
.outline__wrap {
  display: grid;
  grid-template-columns: 450px 50%;
  justify-content: space-between;
}
@media screen and (max-width: 1062px) {
  .outline__wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .outline__wrap {
    gap: 0;
  }
}
.outline__wrap.-type-1 {
  grid-template-columns: min(42.5196850394vw, 540px) 50%;
}
@media screen and (max-width: 1062px) {
  .outline__wrap.-type-1 {
    grid-template-columns: 1fr;
  }
}
.outline__image img {
  width: 100%;
}
.outline__image.-type-1 {
  margin-block-start: auto;
}
@media screen and (max-width: 768px) {
  .outline__image.-type-1 {
    margin-block-end: 24px;
  }
}
.outline__image.-type-2 {
  max-width: 590px;
  margin-block-start: clamp(20px, 5.1282051282vw, 58px);
}
@media screen and (max-width: 1062px) {
  .outline__image.-type-2 {
    max-width: 100%;
  }
}
.outline__image.-type-3 {
  max-width: 406px;
  margin-block-start: auto;
}
@media screen and (max-width: 1062px) {
  .outline__image.-type-3 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .outline__image.-type-3 {
    margin-block: 42px 38px;
  }
}
@media screen and (max-width: 768px) {
  .-type-2 > .outline__image {
    margin-block: 20px 14px;
  }
}
.outline__item.-type-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1062px) {
  .outline__item.-type-1 {
    display: contents;
  }
}
.-type-1 > .outline__item {
  padding-block-start: 22px;
}
.outline__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2.1666666667;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .outline__txt {
    line-height: 2.1428571429;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1062px) {
  .outline__content {
    display: contents;
  }
}
.outline__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 520px;
}
@media screen and (max-width: 1062px) {
  .outline__columns {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .outline__columns {
    gap: min(3.0769230769vw, 18px);
    margin-block: 24px;
  }
}
.outline__column {
  font-size: 12px;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .outline__column {
    font-size: min(2.5641025641vw, 13px);
    line-height: 1.5;
  }
}
.outline__column dt {
  font-size: min(4.6153846154vw, 18px);
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .outline__column dt {
    font-size: clamp(12px, 3.0769230769vw, 18px);
    letter-spacing: 0;
  }
}
.outline__column dd {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.outline__column dd span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
  font-size: clamp(12px, 3.0769230769vw, 18px);
  line-height: 2.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .outline__column dd span {
    gap: 0;
    line-height: 2.3333333333;
  }
}
.outline__column dd span em {
  font-size: 48px;
  line-height: 1;
  color: #CD454E;
  font-family: var(--font-Helvetica);
}
@media screen and (max-width: 768px) {
  .outline__column dd span em {
    font-size: min(7.6923076923vw, 48px);
  }
}
.outline__column dd span:not(:has(+ small)) {
  margin-block: auto;
}
.outline__column dd > small {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(2.5641025641vw, 13px);
}
@media screen and (max-width: 768px) {
  .outline__column dd > small {
    line-height: 1.5;
  }
}
.outline__column dd > small em {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1;
  color: #CD454E;
}
@media screen and (max-width: 768px) {
  .outline__column dd > small em {
    font-size: min(2.8205128205vw, 14px);
  }
}
.outline__column dd > small small {
  font-size: 10px;
  line-height: 1;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .outline__column dd > small small {
    font-size: 9px;
  }
}
.outline__column:has(dt) {
  display: flex;
  flex-direction: column;
  height: 180px;
  padding: min(1.2820512821vw, 10px) min(2.5641025641vw, 18px);
  border: 1px solid #CD454E;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .outline__column:has(dt) {
    height: 28.4615384615vw;
  }
}
.outline__column:not(:has(dt)) {
  grid-column: 1/3;
  width: calc(50% - 9px);
}
@media screen and (max-width: 768px) {
  .outline__column:not(:has(dt)) {
    width: calc(100% - min(1.5384615385vw, 9px));
  }
}
.outline__column.-type-1 {
  margin-inline-start: auto;
}

.job-detail-faq {
  margin-block-start: 68px;
  font-size: clamp(14px, 3.5897435897vw, 20px);
  font-weight: bold;
  border: 1px solid var(--color-primary);
}
.job-detail-faq + .job-detail-faq {
  margin-block-start: 24px;
}
.job-detail-faq__head {
  display: flex;
  align-items: center;
  padding-block: 14px;
  padding-inline: 6px 28px;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__head {
    gap: clamp(8px, 2.0512820513vw, 16px);
    padding-inline: 12px;
  }
}
.job-detail-faq__head small {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 48px;
  margin-bottom: auto;
  font-size: 33px;
  line-height: 1.2121212121;
  color: #0F0F0F;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__head small {
    width: auto;
  }
}
.job-detail-faq__head span {
  flex-grow: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__head span {
    line-height: 1.2857142857;
  }
}
.job-detail-faq__head i {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: clamp(24px, 6.1538461538vw, 39px);
  margin-inline-start: 22px;
  border-radius: 50%;
  background: #ACACAC;
  transition: rotate 0.3s;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__head i {
    margin-inline-start: 0;
  }
}
[open] > .job-detail-faq__head i {
  rotate: -180deg;
}
.job-detail-faq__answer {
  position: relative;
  display: flex;
  padding-block: 14px 44px;
  padding-inline: 6px 28px;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__answer {
    gap: clamp(8px, 2.0512820513vw, 16px);
    padding-inline: 12px;
  }
}
.job-detail-faq__heading {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 48px;
  margin-bottom: auto;
  font-size: 33px;
  line-height: 1.2121212121;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__heading {
    width: auto;
    line-height: 2.1428571429;
  }
}
.job-detail-faq__inner {
  display: grid;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .job-detail-faq__txt {
    font-size: clamp(14px, 3.5897435897vw, 18px);
    line-height: 2.1428571429;
  }
}
.job-detail-faq__image {
  width: fit-content;
  margin-inline: auto;
}
.job-detail-faq__image img {
  width: 100%;
}

.job-detail-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block-start: clamp(62px, 15.8974358974vw, 116px);
}
.job-detail-foot__txt {
  font-size: clamp(14px, 3.5897435897vw, 18px);
  line-height: 2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .job-detail-foot__txt {
    line-height: 2.1428571429;
    text-align: left;
  }
}
.job-detail-foot__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 60px;
  margin-block-start: 28px;
  font-size: clamp(16px, 4.1025641026vw, 21px);
  line-height: 1.1904761905;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  border-radius: 60px;
  background: #E62404;
  fill: currentColor;
}
.job-detail-foot__link svg {
  position: absolute;
  top: 46%;
  right: clamp(12px, 3.0769230769vw, 20px);
  transform: translateY(-50%);
}

.modal {
  margin: auto;
  padding: 35px;
  background: none;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 20px;
  }
}
.modal[open] {
  max-width: none;
  max-height: none;
}
.modal__wrap {
  position: relative;
  display: grid;
  width: min(100vw - 70px, 800px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .modal__wrap {
    width: calc(100vw - 40px);
  }
}
.modal__video {
  aspect-ratio: 16/9;
  width: 100%;
}
.modal__video iframe {
  width: 100%;
  height: 100%;
}
.modal__close {
  position: relative;
  aspect-ratio: 1;
  order: -1;
  width: 50px;
  margin-block-end: 12px;
  margin-inline-start: auto;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-white);
}
.modal__close::before {
  rotate: 45deg;
}
.modal__close::after {
  rotate: -45deg;
}

.policy {
  padding-block: 128px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding-block: 82px;
  }
}
.policy__head {
  display: grid;
  grid-template-columns: clamp(90px, 23.0769230769vw, 120px) 1fr;
  align-items: center;
  gap: 28px;
  margin-block-end: 108px;
  font-size: clamp(50px, 6.5019505852vw, 60px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .policy__head {
    gap: 20px;
    margin-block-end: 62px;
    font-size: clamp(33px, 8.4615384615vw, 50px);
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
}
.policy__head::before {
  content: "";
  aspect-ratio: 1;
  border: clamp(15px, 3.8461538462vw, 20px) solid #E62404;
  border-radius: 50%;
}
.policy__item + .policy__item {
  margin-block-start: clamp(86px, 22.0512820513vw, 98px);
}
.policy__txt {
  margin-block-start: clamp(17px, 4.358974359vw, 30px);
  font-size: clamp(14px, 3.5897435897vw, 16px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .policy__txt {
    line-height: 2.1428571429;
  }
}
.policy__content {
  padding: clamp(28px, 7.1794871795vw, 61px) clamp(30px, 7.6923076923vw, 63px) clamp(40px, 10.2564102564vw, 61px);
  margin-block-start: clamp(30px, 7.6923076923vw, 56px);
  border: 1px solid #E62404;
  border-radius: 12px;
}
.policy__list {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  line-height: 2.1333333333;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .policy__list {
    line-height: 2.1428571429;
  }
}
.policy__list li > span {
  display: grid;
  grid-template-columns: 62px 1fr;
}
@media screen and (max-width: 768px) {
  .policy__list li > span {
    grid-template-columns: 38px 1fr;
  }
}
.policy__list li > span::before {
  content: attr(data-num) ".";
}
.policy__list li + li {
  margin-block-start: clamp(30px, 7.6923076923vw, 32px);
}
.policy__detail {
  margin-block-start: clamp(28px, 7.1794871795vw, 31px);
  padding-block-end: 28px;
  border-bottom: 1px solid #E62404;
}
.policy__detail dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: clamp(20px, 5.1282051282vw, 28px);
  font-size: clamp(14px, 3.5897435897vw, 15px);
  line-height: 2.5333333333;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  background: #E62404;
}
@media screen and (max-width: 768px) {
  .policy__detail dt {
    height: 69px;
    line-height: 1.5;
  }
}
.policy__detail dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .policy__detail dd {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 12px;
  }
}
.policy__detail dd span {
  display: flex;
  flex-direction: column;
  padding-inline: 62px 20px;
}
@media screen and (max-width: 768px) {
  .policy__detail dd span {
    padding-inline: 0;
  }
}
.policy__detail dd a {
  display: inline-block;
  font-size: 15px;
  line-height: 2.1333333333;
}

.policy-info {
  margin-block-start: clamp(48px, 12.3076923077vw, 72px);
  padding: clamp(30px, 7.6923076923vw, 50px) clamp(20px, 5.1282051282vw, 66px) 10px;
  border-top: 1px solid #E62404;
  border-bottom: 1px solid #E62404;
}
@media screen and (max-width: 768px) {
  .policy-info {
    padding-bottom: 14px;
  }
}
.policy-info__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 2.5641025641vw, 12px);
}
@media screen and (max-width: 768px) {
  .policy-info__wrap {
    grid-template-columns: 1fr;
  }
}
.policy-info__head {
  font-size: clamp(21px, 5.3846153846vw, 30px);
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 768px) {
  .policy-info__head {
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
  }
}
.policy-info__item {
  font-size: clamp(14px, 3.5897435897vw, 15px);
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .policy-info__item {
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 768px) {
  .policy-info__item dd:has(> a) {
    margin-block-start: 15px;
    font-size: 15px;
    line-height: 2.1333333333;
  }
}
.policy-info__note {
  margin-block-start: 28px;
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .policy-info__note {
    text-align: left;
  }
}
.policy-info__note a {
  color: #E62404;
}

.footer {
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 240px;
    height: 60px;
    margin: 0 auto 32px;
    padding-top: 6px;
    font-weight: bold;
    overflow: hidden;
    border: 1px solid currentColor;
    border-radius: 30px;
    background: var(--color-white);
    z-index: 1;
  }
  .footer__btn small {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .footer__btn span {
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
  }
  .footer__btn i {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
  }
  .footer__btn i img {
    width: 100%;
  }
}
.footer__wrap {
  padding: 26px 0 144px;
  border-top: 6px solid #DC1818;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding-bottom: 114px;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  gap: 4em;
  font-size: min(2.3076923077vw, 12px);
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .footer__links {
    flex-wrap: wrap;
    gap: 15px 2em;
    line-height: 1.7777777778;
  }
}
.footer__link a {
  display: flex;
  align-items: center;
  gap: min(0.5128205128vw, 6px);
  font-weight: bold;
}
.footer__link a svg {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer__link a svg {
    width: 7px;
  }
}
.footer__copy {
  display: block;
  margin-top: 14px;
  font-size: min(2.5641025641vw, 12px);
  line-height: 1.6666666667;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-block-start: 27px;
    line-height: 1.3333333333;
  }
}

.footer-nav {
  padding-block: 90px 120px;
  background: #B1B1B1;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding-block: 57px;
  }
}
.footer-nav__columns {
  display: grid;
  grid-template-columns: 216px 246px 328px 180px;
  justify-content: space-between;
  gap: 86px 20px;
  max-width: 1150px;
  margin-inline: auto;
}
@media screen and (max-width: 1225px) {
  .footer-nav__columns {
    grid-template-columns: 242px 277px 364px;
  }
}
@media screen and (max-width: 980px) {
  .footer-nav__columns {
    grid-template-columns: 38.4615384615vw 39.7435897436vw;
    gap: 35px 0;
  }
}
.footer-nav__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-white);
}
.footer-nav__column [data-num] {
  display: flex;
  align-items: center;
  gap: min(1.0256410256vw, 16px);
  margin-bottom: clamp(10px, 2.5641025641vw, 18px);
  padding-bottom: clamp(6px, 1.5384615385vw, 12px);
  white-space: nowrap;
  font-size: min(3.8461538462vw, 24px);
  line-height: 1.2083333333;
  font-weight: bold;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .footer-nav__column [data-num] {
    width: 100%;
  }
}
.footer-nav__column [data-num]::before {
  content: attr(data-num);
  font-size: min(7.6923076923vw, 40px);
  line-height: 1;
}
.footer-nav__links {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .footer-nav__links {
    line-height: 1.75;
  }
}
.footer-nav__links.-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1em;
}
.footer-nav__links + .footer-nav__links {
  margin-top: 7px;
}
.footer-nav__link a {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .footer-nav__link a {
    gap: 2.0512820513vw;
  }
}
.footer-nav__link a::before {
  content: "-";
}
.footer-nav__link a[aria-disabled=true] {
  opacity: 0.5;
}
