@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 {
  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;
  }
}

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

body {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000;
  font-family: var(--font-YuGothic, 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;
}

em {
  font-style: normal;
}

summary {
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

select {
  cursor: pointer;
}

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 {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 8px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.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: -9px;
}
.header__btn i::after {
  top: 9px;
}
.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);
}

.nav {
  position: fixed;
  right: 35px;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .nav {
    right: auto;
    left: 50%;
    bottom: 27px;
    transform: translateX(-50%);
  }
}
.nav__wrap {
  display: flex;
  gap: 8px;
}
.nav__links {
  display: flex;
  gap: min(2.5641025641vw, 24px);
  padding-inline: min(5.1282051282vw, 36px) min(3.0769230769vw, 24px);
  border: 1px solid var(--color-white);
  border-radius: 60px;
  background: #E62404;
}
.nav__link {
  display: flex;
  align-items: center;
  gap: min(1.2820512821vw, 11px);
  height: 58px;
  white-space: nowrap;
  font-size: clamp(12px, 3.0769230769vw, 15px);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
}
@media screen and (max-width: 1024px) {
  .nav__link [data-device=pc] {
    display: none;
  }
}
.nav__link [data-device=sp] {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav__link [data-device=sp] {
    display: inherit;
  }
}
.nav__link svg {
  width: clamp(17.64px, 4.5230769231vw, 21px);
  fill: currentColor;
}
.nav__link:has(> svg) {
  font-size: clamp(10px, 2.5641025641vw, 13px);
  line-height: 1.5;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
}
.nav__link:has(> svg)::before {
  content: "";
  height: 45px;
  margin-right: min(1.2820512821vw, 22px);
  border-left: 1px solid currentColor;
}
.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 {
    display: none;
  }
}
.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 [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;
  }
}

.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: calc(100svh - var(--header-height, 0));
    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);
}
.top-heading__head {
  display: flex;
  align-items: center;
  gap: 23px;
  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[data-num]::before {
  content: "#" attr(data-num);
  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[data-num]::before {
    width: 90px;
    font-size: 21px;
    line-height: 1.1904761905;
    border-width: 15px;
  }
}
.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: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}

.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-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: 196px;
  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: 15px;
  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;
  }
}

.top-pick {
  padding: 141px 0 106px;
  background: #D6D6D6;
}
.top-pick__wrap {
  position: relative;
  margin: 73px calc(50% - 50vw) 0 0;
}
.top-pick__arrows {
  display: contents;
}
.top-pick__arrow {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1;
  background: #FF0000;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-pick__arrow.-prev {
  display: none;
  left: -60px;
}
.top-pick__arrow.-prev svg {
  transform: skewX(180deg);
}
.top-pick__arrow.-next {
  right: 20px;
}
.top-pick__slide {
  overflow: visible;
}
.top-pick__items {
  display: flex;
}
.top-pick__item {
  flex-shrink: 0;
  width: 760px;
  margin-right: 40px;
}
.top-pick__item a {
  position: relative;
  display: flex;
  width: 100%;
  background: var(--color-white);
  z-index: 1;
}
.top-pick__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 37px 0 32px;
}
.top-pick__heading {
  width: 100%;
  margin-bottom: 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;
}
.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;
}
.top-pick__heading small {
  font-size: 24px;
  letter-spacing: 0.125em;
}
.top-pick__heading em {
  font-size: 42px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
.top-pick__category {
  order: -1;
  margin-bottom: 26px;
  padding: 0 38px;
  font-size: 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 38px;
}
.top-pick__tag dd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 177px;
  height: 30px;
  padding: 0 16px;
  font-size: 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;
}
.top-pick__image img {
  width: 100%;
}

.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: 2;
  }
}
.internship-detail-mv__head em span {
  display: inline-block;
  margin-left: -46px;
  font-size: 39px;
  line-height: 1.2564102564;
}
@media screen and (max-width: 768px) {
  .internship-detail-mv__head em span {
    display: none;
  }
}
.internship-detail-mv__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 313px;
  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-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: 15px 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(30px, 7.6923076923vw, 60px);
  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: 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__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;
  }
}
.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-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 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-other__head span {
    padding: 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__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;
    writing-mode: tb-rl;
    font-size: 15px;
    line-height: 1.2;
  }
}
.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%;
}

.cookies-intro {
  padding-block: 142px 118px;
}
@media screen and (max-width: 768px) {
  .cookies-intro {
    padding-block: 80px 100px;
  }
}
.cookies-intro__head {
  margin-block-end: 50px;
  font-size: clamp(42px, 6.7620286086vw, 60px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .cookies-intro__head {
    margin-block-end: 52px;
    font-size: min(10.7692307692vw, 52px);
  }
}
.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(4.6814044213vw, 45px);
  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;
    font-size: min(7.6923076923vw, 36px);
    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;
  }
}

.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: 97px 0 120px;
  background: #B1B1B1;
}
.footer-nav__columns {
  display: grid;
  grid-template-columns: 242px 277px 364px 198px;
  justify-content: space-between;
  gap: 92px 20px;
}
@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: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__columns {
    grid-template-columns: 1fr;
  }
}
.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: 16px;
  margin-bottom: 21px;
  padding-bottom: 12px;
  white-space: nowrap;
  font-size: 27px;
  line-height: 1.1851851852;
  font-weight: bold;
  border-bottom: 1px solid var(--color-white);
}
.footer-nav__column [data-num]::before {
  content: attr(data-num);
  font-size: 45px;
  line-height: 1;
}
.footer-nav__links {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 14px;
  line-height: 1.2142857143;
}
.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: block;
}
