@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 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;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

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

:root {
  --color-blue: #0064ff;
  --color-white:#fff;
  --noto-sans: "Noto Sans JP", sans-serif;
  --poppins:font-family: "Poppins", sans-serif;
}

#wpadminbar {
  opacity: 0.5;
}

html {
  min-height: 100vh;
  overflow-x: clip;
  margin-top: 0 !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 12.3px;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--solvvy-black);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

a {
  cursor: pointer;
}

::selection {
  background: #333;
  color: #fff;
}

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

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

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

.lenis.lenis-stopped {
  overflow: hidden;
}

/*-----------------
* [data-***]
------------------------*/
[data-fade] {
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  [data-fade]:hover {
    opacity: 0.5;
  }
}

[data-first-hide] {
  opacity: 0;
  pointer-events: none;
}

[data-common-sub-text] {
  position: relative;
}

a[under-line] {
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  a[under-line]:hover {
    opacity: 0.5;
  }
}

a[data-new-window] {
  display: inline;
  transition: opacity 0.4s ease;
  position: relative;
}
@media (max-width: 767px) {
  a[data-new-window] {
    padding-right: 1rem;
  }
}
@media (hover: hover) {
  a[data-new-window]:hover {
    opacity: 0.5;
  }
}
a[data-new-window]::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: url("../images/common/window-icon.svg") center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  a[data-new-window]::after {
    position: absolute;
    top: 45%;
    right: -3rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  a[data-new-window]::after {
    display: inline-block;
    position: relative;
    right: -1rem;
  }
}

@keyframes underLines {
  0% {
    background-size: 0% 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
.l-header {
  position: fixed;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px #dce6f5 solid;
  border-radius: 0.6rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-header {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: 5.7rem;
    max-height: 72.3rem;
    overflow: hidden;
  }
}
.l-header::after {
  content: "";
}
@media (min-width: 768px) {
  .l-header::after {
    position: absolute;
    top: 50%;
    left: 19.4rem;
    transform: translateY(-50%);
    width: 1px;
    height: 1.8rem;
    background: rgba(0, 0, 0, 0.2);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  gap: 4.3rem;
  padding: 1.7rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__inner {
    gap: 1.5rem;
    padding: 1rem 1.8rem;
  }
}

.l-header__logo {
  position: relative;
  top: -0.2rem;
  left: -1.17rem;
  width: 14.6rem;
  height: 2.59rem;
  transform: scale(0.7);
  z-index: 10;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 4.3rem;
    left: -0.5rem;
  }
}
.l-header__logo img {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .l-header__logo img {
    display: block;
  }
}

.l-header__logo-animation {
  display: block;
  background: url("../images/common/solvvy_logo-animation.png") no-repeat;
  width: 19.5rem;
  height: 3.7rem;
  animation-fill-mode: forwards;
  background-size: 409.6rem 3.7rem;
  cursor: pointer;
  z-index: 10;
}
@media (hover: hover) {
  .l-header__logo-animation:hover {
    animation: smile 1s steps(20) forwards;
    background-position: 0 0;
  }
}
@media (max-width: 767px) {
  .l-header__logo-animation {
    width: 6.4rem;
  }
}

.l-header__site-genre p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.65;
  color: var(--color-blue);
}
@media (max-width: 767px) {
  .l-header__site-genre p {
    font-size: 1.6rem;
    font-style: italic;
  }
}

@keyframes smile {
  to {
    background-position: -390.1rem 0;
  }
}
@media (min-width: 768px) {
  .l-header__entry {
    display: none;
  }
}

.l-header__entry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.8rem;
  height: 3.6rem;
  background: var(--color-blue);
  border-radius: 0.5rem;
  margin-left: 1.8rem;
}
.l-header__entry-button span {
  font-size: 1.484rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.04em;
}

.l-header__entry-links {
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding-inline: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .l-header__entry-links {
    display: none;
  }
}

.l-header__entry-links-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10.9rem;
  height: 3.2rem;
  background: var(--color-blue);
  border-radius: 0.32rem;
  padding-inline: 0.7rem 0.3rem;
}

.l-header__entry-links-box {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.l-header__entry-links-box p {
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .l-header__entry-links-box p {
    min-width: 4.4rem;
  }
}
.l-header__entry-links-box .small {
  font-size: 0.9rem;
}
.l-header__entry-links-box svg {
  width: 0.6rem;
}

.l-header__entry-link-image {
  width: 3.3rem;
  height: 2.6rem;
  border-radius: 0.3rem;
}
.l-header__entry-link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-footer {
  width: 100%;
  min-height: 85.3rem;
  background: var(--color-blue);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer {
    min-height: 91.2rem;
  }
}
@media (min-width: 768px) {
  .l-footer .u-space {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767px) {
  .l-footer .u-space {
    margin-bottom: 1.4rem;
  }
}

.l-footer__cover {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-footer__contents {
  max-width: 136rem;
  margin: auto;
  padding-inline: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-footer__contents {
    padding-inline: 2rem;
  }
}

/*--------------------
* breadcrumb
-------------------------*/
.l-footer__contents-breadcrumb {
  width: 100%;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  padding-block: 3rem;
  margin-bottom: 6.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer__contents-breadcrumb {
    margin-bottom: 3rem;
  }
}

.l-footer__contents-breadcrumb-inner .c-breadcrumb-ul {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .l-footer__contents-breadcrumb-inner .c-breadcrumb-ul {
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 2.8rem;
    white-space: nowrap;
  }
}
.l-footer__contents-breadcrumb-inner li,
.l-footer__contents-breadcrumb-inner a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__contents-breadcrumb-inner li,
  .l-footer__contents-breadcrumb-inner a {
    font-size: 1.4rem;
  }
}
.l-footer__contents-breadcrumb-inner span {
  max-width: 40rem;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .l-footer__contents-breadcrumb-inner span {
    max-width: 13rem;
  }
}
.l-footer__contents-breadcrumb-inner span::-webkit-scrollbar {
  display: none;
}
.l-footer__contents-breadcrumb-inner .c-breadcrumb-link {
  position: relative;
}
.l-footer__contents-breadcrumb-inner .c-breadcrumb-link::after {
  content: "";
  position: absolute;
  right: -2.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 2rem;
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .l-footer__contents-breadcrumb-inner .c-breadcrumb-link::after {
    right: -1.5rem;
    height: 1.131rem;
  }
}

.l-footer__contents-back {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: absolute;
  right: 0;
  top: 2rem;
}

.l-footer__contents-back-text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer__contents-back-text {
    display: none;
  }
}

.l-footer__contents-back-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  background: var(--color-blue);
  border: 2px #fff solid;
  border-radius: 0.4rem;
}
.l-footer__contents-back-arrow svg {
  width: 1rem;
  height: auto;
}
.l-footer__contents-back-arrow svg path {
  stroke: #fff;
}

/*--------------------
* logo,copy
-------------------------*/
.l-footer__contents-copy {
  width: 100%;
  position: relative;
  margin-bottom: 10.4rem;
}
@media (max-width: 767px) {
  .l-footer__contents-copy {
    margin-bottom: 5.4rem;
  }
}

.l-footer__contents-copy-text {
  width: 60.2rem;
}
@media (max-width: 767px) {
  .l-footer__contents-copy-text {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.l-footer__contents-copy-text svg {
  width: 100%;
}

@media (min-width: 768px) {
  .l-footer__contents-logo {
    width: 24.3rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .l-footer__contents-logo {
    width: 15.7rem;
  }
}
.l-footer__contents-logo img {
  width: 100%;
  height: auto;
}

/*--------------------
* 下層導線
-------------------------*/
.l-footer__contents-links {
  margin-bottom: 15.8rem;
}
@media (max-width: 767px) {
  .l-footer__contents-links {
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 768px) {
  .l-footer__contents-links-ul {
    display: flex;
    gap: 3.7rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contents-links-ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.8rem 0;
  }
}

.l-footer__contents-links-li {
  width: 18rem;
}
@media (max-width: 767px) {
  .l-footer__contents-links-li {
    width: 15.6rem;
  }
}
.l-footer__contents-links-li--large {
  width: 18rem;
}
@media (max-width: 767px) {
  .l-footer__contents-links-li--large {
    width: 15.6rem;
  }
}
@media (min-width: 768px) {
  .l-footer__contents-links-li--margin {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .l-footer__contents-links-li--mid {
    position: relative;
    top: -6.7rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contents-links-li--mid.internship {
    top: -5rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contents-links-li--mid.news {
    top: -2rem;
  }
}

@media (max-width: 767px) {
  .l-footer__contents-links-li--last {
    position: relative;
    top: -11rem;
  }
}

.l-footer__contents-links-main {
  display: block;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-footer__contents-links-main {
    font-size: 1.6rem;
  }
}
.l-footer__contents-links-main.business {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-footer__contents-links-main.business svg {
  width: 1.7rem;
  height: auto;
  position: relative;
  top: 0.1rem;
}
@media (max-width: 767px) {
  .l-footer__contents-links-main.business svg {
    top: 0;
  }
}

.l-footer__contents-links-sub-ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  .l-footer__contents-links-sub-ul {
    padding-top: 1rem;
  }
}

.l-footer__contents-links-sub-li a {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
}
.l-footer__contents-links-sub-li a svg {
  position: relative;
  top: 0.3rem;
  right: -0.3rem;
  width: 1.6rem;
  height: auto;
}

/*--------------------
* その他、導線など
-------------------------*/
.l-footer__contents-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  padding-top: 4.1rem;
}
@media (max-width: 767px) {
  .l-footer__contents-more {
    flex-direction: column;
    align-items: center;
    gap: 2.7rem;
  }
}

.l-footer__contents-more-sns {
  display: flex;
  gap: 3rem;
}
.l-footer__contents-more-sns a {
  display: block;
  width: auto;
  height: 2rem;
}
.l-footer__contents-more-sns img {
  width: auto;
  height: 100%;
}

.l-footer__contents-more-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .l-footer__contents-more-links {
    position: relative;
    left: -1.7rem;
  }
}
@media (max-width: 767px) {
  .l-footer__contents-more-links {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.l-footer__contents-more-links a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
.l-footer__contents-more-links svg {
  width: 1.3rem;
  height: auto;
}

.l-footer__copy {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .l-footer__copy {
    position: relative;
    left: 1.9rem;
  }
}

/*-------------------
* 装飾
-----------------------------*/
.l-footer__top-image {
  position: absolute;
  top: -110rem;
  left: -94rem;
  width: 130.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-footer__top-image {
    width: 95.3rem;
    top: -79rem;
    left: -68rem;
  }
}
.l-footer__top-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.l-footer__bottom-image {
  position: absolute;
  right: -150rem;
  bottom: -170rem;
  width: 203.7rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .l-footer__bottom-image {
    width: 95.3rem;
    bottom: -65rem;
    right: -70rem;
  }
}
.l-footer__bottom-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

/**------------------
* PC
------------------------*/
@media (min-width: 768px) {
  .l-nav-pc {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .l-nav-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-nav-pc__ul {
    display: flex;
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .l-nav-pc__link {
    display: flex;
    align-items: center;
    gap: 1.85rem;
    background: rgba(0, 100, 255, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 0.6rem;
    border: 1px #448eff solid;
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  .l-nav-pc__link-cover {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0.6rem 0 0.6rem 0.7rem;
    position: relative;
    left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .l-nav-pc__link-text {
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    color: var(--color-white);
    line-height: 1.7;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 768px) {
  .l-nav-pc__link-text[data-nav-text=intern] {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .l-nav-pc__link-arrow {
    display: block;
    width: 1.6rem;
    position: relative;
    top: 0.2rem;
  }
  .l-nav-pc__link-arrow svg {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .l-nav-pc__link-image {
    width: 6.2rem;
    height: 5rem;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
  }
}
.l-nav-pc__link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**------------------
* SP
------------------------*/
.l-menu-pc {
  position: fixed;
  top: 7.7rem;
  right: 1rem;
  width: 20.5rem;
  height: 6rem;
  border-radius: 0.6rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-menu-pc {
    display: none;
  }
}

.l-menu-pc__text {
  position: absolute;
  top: 1.15rem;
  left: 1.9rem;
  font-size: 2.3rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: var(--color-blue);
  line-height: 1.65;
  pointer-events: none;
}

.l-menu-pc__lines {
  display: block;
  width: 1.8rem;
  height: 1.2rem;
  position: absolute;
  top: 2.2rem;
  right: 2.4rem;
}

.l-menu-pc__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
}
.l-menu-pc__line.top {
  top: 0;
}
.l-menu-pc__line.center {
  top: 0.58rem;
}
.l-menu-pc__line.bottom {
  top: 1.2rem;
}

/*---------------------
* Body
--------------------------*/
.l-menu-pc__body {
  position: fixed;
  top: 7.7rem;
  right: 1rem;
  width: 20.5rem;
  height: 6rem;
  border: 1px #dce6f5 solid;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0.6rem;
  z-index: 99;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-menu-pc__body {
    display: none;
  }
}

.l-menu-pc__body-inner {
  pointer-events: none;
  height: 90vh;
  overflow-y: scroll;
  padding-block: 8.4rem;
  padding-left: 5.1rem;
  padding-right: 3.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-menu-pc__body-inner::-webkit-scrollbar {
  display: none;
}

.l-menu-pc__body-ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 10rem;
}

.l-menu-pc__body-li {
  width: fit-content;
}
.l-menu-pc__body-li.is-current {
  opacity: 0.5;
  pointer-events: none;
}
.l-menu-pc__body-li.is-current a {
  pointer-events: none !important;
}

.l-menu-pc__body-link {
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  line-height: 1.7;
  letter-spacing: -0.02em;
  opacity: 0;
  pointer-events: none;
}

[data-menu-page=business] a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
[data-menu-page=business] svg {
  width: 1.7rem;
  height: auto;
}

.l-menu-pc__body-under {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
}

.l-menu-pc__body-sns {
  display: flex;
  gap: 3rem;
  position: relative;
  left: -1.6rem;
}
.l-menu-pc__body-sns img {
  width: fit-content;
  height: 100%;
}

.l-menu-pc__body-sns a {
  display: block;
  width: fit-content;
  height: 2rem;
}

.l-menu-pc__body-more a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.2rem;
  color: var(--color-blue);
}

.l-menu-pc__body-more-window {
  display: block;
  width: 1.7rem;
}
.l-menu-pc__body-more-window svg {
  width: 100%;
  height: auto;
}

/*-------------
* button
---------------------*/
.l-menu-sp-button {
  width: 1.8rem;
  height: 1.5rem;
  position: relative;
  left: 1rem;
}
@media (min-width: 768px) {
  .l-menu-sp-button {
    display: none;
  }
}

.l-menu-sp-button__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
}
.l-menu-sp-button__line.top {
  top: 0;
}
.l-menu-sp-button__line.center {
  top: 0.6rem;
}
.l-menu-sp-button__line.bottom {
  top: 1.2rem;
}

/*-------------
* body
---------------------*/
@media (min-width: 768px) {
  .l-menu-sp__body {
    display: none;
  }
}

.l-menu-sp__body-inner {
  padding-inline: 3.56rem;
  padding-bottom: 3rem;
}

.l-menu-sp__body-ul {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 9rem;
}
@media (max-width: 767px) and (max-height: 750px) {
  .l-menu-sp__body-ul {
    margin-bottom: 4rem;
  }
}

.l-menu-sp__body-li.is-current {
  opacity: 0.5;
}
.l-menu-sp__body-li.is-current a {
  pointer-events: none !important;
}

.l-menu-sp__body-link {
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  line-height: 1.7;
  letter-spacing: -0.02em;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) and (max-height: 750px) {
  .l-menu-sp__body-link {
    font-size: 1.8rem;
  }
}

[data-sp-menu-page=business] a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
[data-sp-menu-page=business] svg {
  position: relative;
  top: 0.2rem;
  width: 1.4rem;
  height: auto;
}

.l-menu-sp__body-under {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.l-menu-sp__body-sns {
  display: flex;
  gap: 3rem;
}
.l-menu-sp__body-sns img {
  width: auto;
  height: 100%;
}
.l-menu-sp__body-sns a {
  display: block;
  height: 2.2rem;
}

.l-menu-sp__body-more a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: var(--color-blue);
  gap: 0.8rem;
}
.l-menu-sp__body-more a svg {
  width: 1.2rem;
}

.c-title {
  width: fit-content;
  font-size: 9.6rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.65;
  color: var(--color-blue);
  position: relative;
  clip-path: inset(0% 100% 0% 0%);
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .c-title {
    font-size: 4.6rem;
  }
}
.c-title .u-en {
  font-weight: 600;
}

.c-title__filter {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 103%;
  height: 90%;
}

.c-title--default .c-title__filter {
  background: var(--color-blue);
}

.c-title--white {
  color: #fff;
}
.c-title--white .c-title__filter {
  background: #fff;
}

/*--------------------
* base-style
--------------------**/
.c-link-button {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: fit-content;
  border-radius: 0.6rem;
  padding: 1rem 1rem 1rem 2.4rem;
}

.c-link-button__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.4rem;
}
.c-link-button__arrow svg {
  width: 1.45rem;
  height: auto;
}

.c-link-button__window {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.4rem;
}
.c-link-button__window svg {
  width: 1.45rem;
  height: auto;
}

.c-link-button__text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
}

/*--------------------
* default(blue)
--------------------**/
.c-link-button--default {
  background: var(--color-blue);
}
.c-link-button--default .c-link-button__arrow,
.c-link-button--default .c-link-button__window {
  background: #fff;
}
.c-link-button--default .c-link-button__text {
  color: #fff;
}

/*--------------------
* white
--------------------**/
.c-link-button--white {
  background: var(--color-blue);
  border: 2px #fff solid;
}
.c-link-button--white .c-link-button__arrow,
.c-link-button--white .c-link-button__window {
  background: #fff;
}
.c-link-button--white .c-link-button__text {
  color: #fff;
}
.c-link-button--white path {
  stroke: var(--color-blue);
}

.c-transition-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-blue);
  z-index: 8;
  pointer-events: none;
  opacity: 0;
}

.c-transition-black-filter {
  position: fixed;
  top: 0;
  left: 50%;
  width: 120%;
  height: 130vh;
  transform: translateY(110%) translateX(0%) skewY(2deg);
  background: #111;
  z-index: 9;
}

[data-common-sub] {
  width: fit-content;
  clip-path: inset(0% 100% 0% 0%);
  position: relative;
}

.c-sub-filter {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 106%;
}

.c-sub-filter--blue {
  background: var(--color-blue);
}

.c-sub-filter--white {
  background: #fff;
}

.c-event-card {
  width: 34rem;
  min-height: 41.5rem;
  background: #fff;
  border-radius: 1.2rem;
  padding: 1rem;
}
@media (max-width: 767px) {
  .c-event-card {
    width: 100%;
    min-height: 39rem;
  }
}

.c-event-card__image {
  width: 100%;
  height: 17.9rem;
  background: #ccc;
  border-radius: 0.6rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-event-card__image {
    height: 15.6rem;
    border-radius: 0.54rem;
  }
}
.c-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-event-card__detail {
  padding-inline: 1rem;
}

.c-event-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.c-event-card__texts {
  margin-bottom: 2rem;
}
.c-event-card__texts p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-blue);
}

.c-event-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-event-card__link .c-link-button {
  gap: 2.4rem;
}
.c-event-card__link .c-link-button__arrow {
  width: 3.6rem;
  height: 3.6rem;
}

.c-primary-mv {
  width: 100%;
  min-height: 62rem;
  background: var(--color-blue);
  margin-bottom: 49.4rem;
}
@media (max-width: 767px) {
  .c-primary-mv {
    margin-bottom: 9.8rem;
  }
}

.c-primary-mv__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 116.8rem;
  max-width: 100%;
  margin: auto;
  padding-top: 10.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-primary-mv__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8.7rem;
    padding-inline: 2.4rem;
  }
}

.p-infographic .c-primary-mv__inner {
  padding-top: 13rem;
}
@media (max-width: 767px) {
  .p-infographic .c-primary-mv__inner {
    padding-top: 9.8rem;
  }
}

.c-primary-mv__main-title {
  font-size: 13rem;
  font-style: italic;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  clip-path: inset(0% 100% 0% 0%);
  left: -0.4rem;
}
@media (min-width: 768px) {
  .c-primary-mv__main-title {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .c-primary-mv__main-title {
    font-size: 4.6rem;
    padding-right: 1rem;
    left: -0.4rem;
  }
}
.c-primary-mv__main-title .u-en {
  font-weight: 600;
}

.c-primary-mv__filter {
  position: absolute;
  top: 50%;
  right: -3.9%;
  transform: translateY(-50%);
  width: 104%;
  height: 80%;
  background: #fff;
}

.c-primary-mv__main-sub {
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-bottom: 3.2rem;
  position: relative;
  clip-path: inset(0% 100% 0% 0%);
}
@media (min-width: 768px) {
  .c-primary-mv__main-sub {
    top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .c-primary-mv__main-sub {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}

.c-primary-mv__breadcrumb {
  opacity: 0;
  transform: translateY(5px);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-primary-mv__breadcrumb {
    top: 0.1rem;
  }
}
.c-primary-mv__breadcrumb .c-breadcrumb-ul {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .c-primary-mv__breadcrumb .c-breadcrumb-ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 2.8rem;
  }
}
.c-primary-mv__breadcrumb .c-breadcrumb-ul::-webkit-scrollbar {
  display: none;
}
.c-primary-mv__breadcrumb li,
.c-primary-mv__breadcrumb a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .c-primary-mv__breadcrumb li,
  .c-primary-mv__breadcrumb a {
    font-size: 1.4rem;
  }
}
.c-primary-mv__breadcrumb .c-breadcrumb-link {
  position: relative;
}
.c-primary-mv__breadcrumb .c-breadcrumb-link::after {
  content: "";
  position: absolute;
  right: -2.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 2rem;
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .c-primary-mv__breadcrumb .c-breadcrumb-link::after {
    right: -1.5rem;
    height: 1.131rem;
  }
}

.c-primary-mv__sub {
  width: 53rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-primary-mv__sub {
    top: 3rem;
  }
}
@media (max-width: 767px) {
  .c-primary-mv__sub {
    width: 100%;
    margin-top: 3.8rem;
  }
}
.c-primary-mv__sub p {
  opacity: 0;
  transform: translateY(5px);
  width: 46rem;
  max-width: 100%;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.65;
  margin-left: auto;
  margin-bottom: 6.2rem;
}
@media (max-width: 767px) {
  .c-primary-mv__sub p {
    margin-bottom: 3rem;
  }
}

.c-primary-mv__link {
  opacity: 0;
  transform: translateY(5px);
  width: fit-content;
  margin-left: auto;
  position: relative;
  left: 5rem;
}
@media (max-width: 767px) {
  .c-primary-mv__link {
    left: 0;
  }
}
@media (max-width: 767px) {
  .c-primary-mv__link .c-link-button {
    background: none;
  }
}

.c-primary-mv__big-typo {
  position: absolute;
  bottom: -9rem;
  right: 0;
  z-index: 0;
  opacity: 0;
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .c-primary-mv__big-typo {
    bottom: -8.6rem;
  }
}
.c-primary-mv__big-typo p {
  font-size: 15rem;
  font-weight: 600;
  font-style: italic;
  color: #1c58ff;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-primary-mv__big-typo p {
    font-size: 10rem;
    line-height: 0.9;
  }
}

@media (min-width: 768px) {
  .c-primary-mv.about {
    margin-bottom: 51.4rem;
  }
}
.c-primary-mv.about .c-primary-mv__main-title {
  left: -0.6rem;
}
@media (min-width: 768px) {
  .c-primary-mv.about .c-primary-mv__inner {
    padding-top: 12.3rem;
  }
}
@media (min-width: 768px) {
  .c-primary-mv.about .c-primary-mv__main-sub {
    position: relative;
    top: -0.8rem;
    margin-bottom: 2.7rem;
  }
}
.c-primary-mv.about .c-primary-mv__big-typo {
  right: -5.5rem;
}
@media (max-width: 767px) {
  .c-primary-mv.about .c-primary-mv__big-typo {
    bottom: -6rem;
    right: -0.9rem;
  }
  .c-primary-mv.about .c-primary-mv__big-typo p {
    font-size: 8rem;
  }
}

.c-primary-mv.newgraduate .c-primary-mv__big-typo {
  right: -6.4rem;
  bottom: -11.5rem;
}
@media (max-width: 767px) {
  .c-primary-mv.newgraduate .c-primary-mv__big-typo {
    right: 2rem;
    bottom: -6rem;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .c-primary-mv.newgraduate .c-primary-mv__main-title {
    font-size: 7rem;
  }
}

.c-primary-mv.midcareer .c-primary-mv__main-title {
  left: -1.35rem;
}
@media (max-width: 767px) {
  .c-primary-mv.midcareer .c-primary-mv__main-title {
    font-size: 7rem;
    line-height: 1.1;
    margin-bottom: 1.6rem;
    left: -0.24rem;
  }
}
@media (max-width: 767px) {
  .c-primary-mv.midcareer .c-primary-mv__filter {
    height: 100%;
  }
}
.c-primary-mv.midcareer .c-primary-mv__sub {
  width: 27rem;
}
@media (max-width: 767px) {
  .c-primary-mv.midcareer .c-primary-mv__sub {
    width: 100%;
  }
}
.c-primary-mv.midcareer .c-primary-mv__big-typo {
  right: -8rem;
  bottom: -11.5rem;
}
@media (max-width: 767px) {
  .c-primary-mv.midcareer .c-primary-mv__big-typo {
    text-align: right;
    right: 1rem;
    bottom: -4rem;
  }
}

.c-primary-mv.data .c-primary-mv__big-typo {
  bottom: -14.8rem;
  right: 3rem;
}
@media (max-width: 767px) {
  .c-primary-mv.data .c-primary-mv__big-typo {
    bottom: -6rem;
    right: 0;
  }
}
.c-primary-mv.data .c-primary-mv__main-title {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .c-primary-mv.data .c-primary-mv__main-title {
    font-size: 4.6rem;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .c-primary-mv.data .c-primary-mv__filter {
    height: 105%;
  }
}
@media (max-width: 767px) {
  .c-primary-mv.data .c-primary-mv__filter {
    height: 100%;
  }
}

.c-primary-mv.internship .c-primary-mv__main-title {
  font-size: 8rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-primary-mv.internship .c-primary-mv__main-title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .c-primary-mv.internship .c-primary-mv__sub {
    position: absolute;
    top: 22rem;
    right: 3rem;
  }
}
@media (min-width: 768px) {
  .c-primary-mv.internship .c-primary-mv__image {
    top: 40.5rem;
  }
}
.c-primary-mv.internship .c-primary-mv__big-typo {
  bottom: -11.4rem;
  right: 3rem;
}
@media (max-width: 767px) {
  .c-primary-mv.internship .c-primary-mv__big-typo {
    bottom: -3rem;
    right: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .c-primary-mv.internship .c-primary-mv__big-typo p {
    font-size: 8rem;
  }
}

.c-primary-mv__image {
  position: absolute;
  top: 47.5rem;
  right: 0;
  width: 86.4%;
  height: 56rem;
  border-radius: 2rem 0 0 2rem;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-primary-mv__image {
    position: relative;
    top: 4.7rem;
    width: calc(100% - 2.4rem);
    height: 44.8rem;
  }
}
.c-primary-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-primary-mv__image-inner {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 110%;
}
@media (max-width: 767px) {
  .c-primary-mv__image-inner {
    top: 0;
    height: 100%;
  }
}

.c-primary-mv__accent {
  width: 130.9rem;
  position: absolute;
  top: -104rem;
  left: -100rem;
  transform: translateY(-30%) rotate(10deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .c-primary-mv__accent {
    width: 53.3rem;
    top: -350px;
    left: -40rem;
  }
}
.c-primary-mv__accent img {
  width: 100%;
}

.c-secondary-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47rem;
  background: var(--color-blue);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-secondary-mv {
    height: auto;
    padding-top: 9.5rem;
    padding-bottom: 3.5rem;
  }
}

.c-secondary-mv__inner {
  width: 112rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-secondary-mv__inner {
    top: 1rem;
    left: -1.3rem;
  }
}
@media (max-width: 767px) {
  .c-secondary-mv__inner {
    padding-inline: 2.4rem 0;
  }
}

.c-secondary-mv__title {
  width: fit-content;
  position: relative;
  clip-path: inset(0% 100% 0% 0%);
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .c-secondary-mv__title {
    margin-bottom: 1.4rem;
    padding-right: 1rem;
  }
}

.c-secondary-mv__title-body {
  font-size: 8rem;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .c-secondary-mv__title-body {
    font-size: 4.6rem;
    line-height: 1.1;
  }
}
.c-secondary-mv__title-body span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .c-secondary-mv__title-body span {
    font-size: 2.7rem;
    position: relative;
    white-space: nowrap;
  }
}

.c-secondary-mv__filter {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  width: 103%;
  height: 80%;
  background: #fff;
}
@media (max-width: 767px) {
  .c-secondary-mv__filter {
    height: 120%;
  }
}

.p-single-news .c-secondary-mv__filter {
  height: 130%;
}

.c-secondary-mv__sub {
  width: fit-content;
  position: relative;
  clip-path: inset(0% 100% 0% 0%);
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .c-secondary-mv__sub {
    top: -0.6rem;
    left: 0.85rem;
  }
}
@media (max-width: 767px) {
  .c-secondary-mv__sub {
    margin-bottom: 1.6rem;
  }
}

.c-secondary-mv__sub-body {
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-secondary-mv__sub-body {
    font-size: 2.2rem;
  }
}

.c-secondary-mv__breadcrumb {
  opacity: 0;
  transform: translateY(5px);
}
@media (min-width: 768px) {
  .c-secondary-mv__breadcrumb {
    position: relative;
    top: -0.5rem;
    left: 0.7rem;
  }
}
.c-secondary-mv__breadcrumb .c-breadcrumb-ul {
  display: flex;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .c-secondary-mv__breadcrumb .c-breadcrumb-ul {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 2.8rem;
  }
}
.c-secondary-mv__breadcrumb .c-breadcrumb-ul::-webkit-scrollbar {
  display: none;
}
.c-secondary-mv__breadcrumb li,
.c-secondary-mv__breadcrumb a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .c-secondary-mv__breadcrumb li,
  .c-secondary-mv__breadcrumb a {
    font-size: 1.4rem;
  }
}
.c-secondary-mv__breadcrumb li span {
  max-width: 40rem;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-secondary-mv__breadcrumb .c-breadcrumb-link {
  position: relative;
}
.c-secondary-mv__breadcrumb .c-breadcrumb-link::after {
  content: "";
  position: absolute;
  right: -2.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 2rem;
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .c-secondary-mv__breadcrumb .c-breadcrumb-link::after {
    right: -1.5rem;
    height: 1.131rem;
  }
}

.c-secondary-mv__large-text {
  position: absolute;
  bottom: -5.4rem;
  z-index: 0;
  opacity: 0;
  transform: translateX(50px);
}
@media (max-width: 767px) {
  .c-secondary-mv__large-text {
    bottom: -7.7rem;
  }
}
.c-secondary-mv__large-text p {
  font-size: 15rem;
  font-style: italic;
  font-weight: 600;
  color: #1c58ff;
  line-height: 1.65;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-secondary-mv__large-text p {
    font-size: 8rem;
  }
}

.c-secondary-mv.short .c-secondary-mv__large-text {
  right: 5.6rem;
  bottom: -4rem;
}
@media (max-width: 767px) {
  .c-secondary-mv.short .c-secondary-mv__large-text {
    right: 0rem;
    bottom: -2rem;
  }
}

.p-newgraduate-requirements .c-secondary-mv__large-text {
  right: 5.6rem;
  bottom: -4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements .c-secondary-mv__large-text {
    text-align: right;
    right: 1rem;
    bottom: 1rem;
  }
  .p-newgraduate-requirements .c-secondary-mv__large-text p {
    line-height: 0.9;
  }
}

.p-newgraduate-entry .c-secondary-mv__large-text,
.p-newgraduate-done .c-secondary-mv__large-text,
.p-newgraduate-conf .c-secondary-mv__large-text {
  right: 5.6rem;
  bottom: -4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-entry .c-secondary-mv__large-text,
  .p-newgraduate-done .c-secondary-mv__large-text,
  .p-newgraduate-conf .c-secondary-mv__large-text {
    text-align: right;
    right: 2rem;
    bottom: 2.6rem;
  }
  .p-newgraduate-entry .c-secondary-mv__large-text p,
  .p-newgraduate-done .c-secondary-mv__large-text p,
  .p-newgraduate-conf .c-secondary-mv__large-text p {
    line-height: 0.9;
  }
}

.p-internship .c-secondary-mv__large-text {
  right: 5.6rem;
  bottom: -4rem;
}
@media (max-width: 767px) {
  .p-internship .c-secondary-mv__large-text {
    text-align: right;
    right: 1rem;
    bottom: 1rem;
  }
  .p-internship .c-secondary-mv__large-text p {
    line-height: 0.9;
  }
}

.p-news .c-secondary-mv__large-text {
  right: 22rem;
  bottom: -2.8rem;
}
@media (max-width: 767px) {
  .p-news .c-secondary-mv__large-text {
    text-align: right;
    right: 1rem;
    bottom: 1.8rem;
  }
  .p-news .c-secondary-mv__large-text p {
    line-height: 0.9;
  }
}

.c-secondary-mv__accent {
  width: 130.9rem;
  position: absolute;
  top: -113.4rem;
  left: -100rem;
  transform: translateY(-30%) rotate(10deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .c-secondary-mv__accent {
    width: 53.3rem;
    top: -350px;
    left: -40rem;
  }
}
.c-secondary-mv__accent img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-news .c-secondary-mv {
    padding-bottom: 6.5rem;
  }
}

.c-section-business {
  margin-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .c-section-business {
    margin-bottom: 6rem;
  }
}

.c-section-business__area {
  display: flex;
  max-width: 126.6rem;
  background: var(--color-blue);
  border-radius: 4rem;
  overflow: hidden;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .c-section-business__area {
    flex-direction: column;
    width: 100%;
    border-radius: 3rem;
  }
}

.c-section-business__area-left {
  width: 71rem;
  max-width: 100%;
  padding: 9.6rem 0 13.2rem 12.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-section-business__area-left {
    width: 100%;
    padding: 4rem 2.4rem 5rem;
  }
}

.c-section-business__title {
  margin-bottom: 3.948rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-section-business__title {
    margin-bottom: 2.018rem;
  }
}
.c-section-business__title .c-title {
  left: -0.6rem;
  padding-right: 1.2rem;
}

.c-section-business__sub {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-section-business__sub {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}
.c-section-business__sub [data-common-sub-text] {
  width: fit-content;
  display: block;
  color: var(--color-blue);
  background: #fff;
}
@media (max-width: 767px) {
  .c-section-business__sub [data-common-sub-text] {
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-section-business__sub .c-sub-filter {
    height: 103%;
  }
}

.c-section-business__text {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-section-business__text {
    width: 50.6rem;
  }
}
@media (max-width: 767px) {
  .c-section-business__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.c-section-business__link {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-section-business__link {
    width: fit-content;
    margin-left: auto;
  }
}
.c-section-business__link .c-link-button {
  border: 2px #fff solid;
}

.c-section-business__area-right {
  display: flex;
  gap: 2.2rem;
  width: 60rem;
  min-height: 80rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-section-business__area-right {
    position: absolute;
    top: 0;
    right: -5.5rem;
  }
}
@media (max-width: 767px) {
  .c-section-business__area-right {
    width: 100%;
    min-height: 26rem;
    height: 26rem;
    gap: 1rem;
    justify-content: center;
    overflow: hidden;
  }
}

.c-section-business__area-images {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media (max-width: 767px) {
  .c-section-business__area-images {
    gap: 1rem;
  }
}

.c-section-business__area-images-cover {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media (max-width: 767px) {
  .c-section-business__area-images-cover {
    gap: 1rem;
  }
}
.c-section-business__area-images-cover.vertical-down {
  animation: verticalDown 40s linear infinite;
}
.c-section-business__area-images-cover.vertical-up {
  animation: verticalUp 40s linear infinite;
}

.c-section-business__area-image {
  width: 28.6rem;
  height: 35.8rem;
}
@media (max-width: 767px) {
  .c-section-business__area-image {
    width: 13rem;
    height: 16.3rem;
  }
}
.c-section-business__area-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes verticalDown {
  0% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes verticalUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-101%);
  }
}
.c-section-business__top-image {
  position: absolute;
  top: -70rem;
  left: -20rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-section-business__top-image {
    width: 78.1rem;
    top: -63rem;
    left: -31rem;
  }
}
.c-section-business__top-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.c-section-business__bottom-image {
  position: absolute;
  right: -27rem;
  bottom: -80rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-section-business__bottom-image {
    width: 106.9rem;
    bottom: -95rem;
    right: -60rem;
  }
}
.c-section-business__bottom-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.c-section-recruit {
  width: 100%;
  background: var(--color-blue);
  padding-top: 8rem;
  margin-bottom: 11rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-section-recruit {
    padding-top: 4.5rem;
    margin-bottom: 6rem;
  }
}

.c-section-recruit__inner {
  display: flex;
  justify-content: space-between;
  width: 116rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-section-recruit__inner {
    padding-right: 4.5rem;
  }
}
@media (max-width: 767px) {
  .c-section-recruit__inner {
    flex-direction: column;
    gap: 1.4rem;
    padding-inline: 2rem;
  }
}

.c-section-recruit__left {
  width: 42rem;
}
@media (max-width: 767px) {
  .c-section-recruit__left {
    width: 100%;
  }
}
.c-section-recruit__left .c-title {
  padding-right: 1.8rem;
}

.c-section-recruit__right {
  width: 55.9rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-section-recruit__right {
    padding-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .c-section-recruit__right {
    width: 100%;
  }
}

.c-section-recruit__sub {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .c-section-recruit__sub {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }
}

.c-section-recruit__text-box {
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-section-recruit__text-box {
    margin-bottom: 2rem;
  }
}
.c-section-recruit__text-box p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-section-recruit__text-box p {
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to left, #1755ff 100%, #fff 0%);
    background-position-x: 100%;
    background-size: inherit;
  }
}
@media (max-width: 767px) {
  .c-section-recruit__text-box p {
    display: inline;
    font-size: 1.6rem;
    color: #fff;
  }
}

.c-section-recruit__links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-section-recruit__links {
    position: absolute;
    top: 20.9rem;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .c-section-recruit__links {
    gap: 1.6rem;
    align-items: flex-end;
  }
}

.c-section-recruit__images {
  display: flex;
  gap: 3.6rem;
  width: 100vw;
  position: relative;
  z-index: 2;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .c-section-recruit__images {
    gap: 2.6rem;
  }
}

.c-section-recruit__images-cover {
  display: flex;
  gap: 3.6rem;
  animation: Loop 40s 0s linear infinite;
  -webkit-animation: Loop 40s 0s linear infinite;
}
@media (max-width: 767px) {
  .c-section-recruit__images-cover {
    gap: 2.6rem;
  }
}

.c-section-recruit__image {
  width: 29.6rem;
  height: 37rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-section-recruit__image {
    width: 27.1rem;
    height: 34rem;
  }
}
.c-section-recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-section-recruit__on-text {
  position: absolute;
  bottom: 0.2rem;
  display: flex;
  gap: 2rem;
  z-index: 1;
}
.c-section-recruit__on-text p {
  font-size: 12rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  animation: LoopReverse 120s 0s linear infinite;
  -webkit-animation: LoopReverse 120s 0s linear infinite;
}
@media (max-width: 767px) {
  .c-section-recruit__on-text p {
    font-size: 8rem;
  }
}

.c-section-recruit__texts {
  display: flex;
  white-space: nowrap;
  gap: 2.4rem;
  background: #b6c5dd;
  padding-block: 2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-section-recruit__texts {
    padding-block: 1rem;
    margin-top: 2rem;
  }
}
.c-section-recruit__texts p {
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  animation: TextLoop 30s linear infinite;
}
.c-section-recruit__texts span {
  display: inline-block;
  font-style: normal;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .c-section-recruit__texts span {
    margin: 0 0.8rem;
  }
}

@keyframes Loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes LoopReverse {
  0% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes TextLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes DataLoopReverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.c-section-recruit__big-texts {
  display: flex;
  position: absolute;
  top: 8.5rem;
  right: -3.6rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-section-recruit__big-texts {
    top: 0;
    right: -2rem;
  }
}
.c-section-recruit__big-texts p {
  font-size: 16rem;
  font-weight: 600;
  color: #0969ff;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 0.95;
}
.c-section-recruit__big-texts p:nth-of-type(1) {
  position: relative;
  top: 12rem;
}
@media (max-width: 767px) {
  .c-section-recruit__big-texts p:nth-of-type(1) {
    top: 6rem;
  }
}
@media (max-width: 767px) {
  .c-section-recruit__big-texts p {
    font-size: 10rem;
  }
}

.c-section-recruit__top-image {
  pointer-events: none;
  position: absolute;
  top: -290rem;
  left: -40rem;
  width: 130.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-section-recruit__top-image {
    width: 95.3rem;
    top: -220rem;
    left: -41rem;
  }
}
.c-section-recruit__top-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.c-section-recruit__bottom-image {
  pointer-events: none;
  position: absolute;
  right: -20rem;
  bottom: -150rem;
  width: 203.7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-section-recruit__bottom-image {
    width: 95.3rem;
    bottom: -55rem;
    right: -10rem;
  }
}
.c-section-recruit__bottom-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.c-section-data {
  margin-bottom: 17.9rem;
}
@media (max-width: 767px) {
  .c-section-data {
    margin-bottom: 8rem;
  }
}

.c-section-data__head {
  max-width: 114.2rem;
  margin: 0 auto 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-section-data__head {
    padding-inline: 2.4rem;
    margin: 0 auto 4rem;
  }
}

.c-section-data__head-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-section-data__head-flex {
    flex-direction: column;
    gap: 5rem;
  }
}

.c-section-data__head-left {
  width: 60rem;
}
@media (max-width: 767px) {
  .c-section-data__head-left {
    width: 100%;
  }
}

.c-section-data__head-right {
  width: 48rem;
  height: 32rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-section-data__head-right {
    position: relative;
    top: 0.4rem;
    left: 2.2rem;
  }
}
@media (max-width: 767px) {
  .c-section-data__head-right {
    width: 100%;
    height: 21.8rem;
  }
}
.c-section-data__head-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-section-data__head-title {
  margin-bottom: 3.7rem;
}
@media (min-width: 768px) {
  .c-section-data__head-title {
    position: relative;
    left: -1.6rem;
  }
}
@media (max-width: 767px) {
  .c-section-data__head-title .c-title {
    line-height: 1;
  }
}
.c-section-data__head-title .c-title__filter {
  height: 114%;
}

.c-section-data__sub {
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .c-section-data__sub {
    margin-bottom: 2rem;
  }
}

.c-section-data__sub-text {
  display: block;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-section-data__sub-text {
    font-size: 1.9rem;
    line-height: 1.7;
  }
}

.c-section-data__sub-text-body {
  position: relative;
  left: -0.5rem;
}

.c-section-data__text {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .c-section-data__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.c-section-data__link {
  width: fit-content;
  margin-left: auto;
}

.c-section-data__contents {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  padding-block: 1.3rem 0rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-section-data__contents {
    gap: 0.1rem;
    padding-block: 2rem 0rem;
  }
}

.c-section-data__contents-items {
  display: flex;
  gap: 4.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-section-data__contents-items {
    gap: 1.6rem;
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .c-section-data__contents-items.top {
    margin-bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .c-section-data__contents-items.top {
    margin-bottom: -4rem;
  }
}
.c-section-data__contents-items.top .c-section-data__contents-item-inner {
  animation: DataLoopReverse 40s linear infinite;
}
@media (min-width: 768px) {
  .c-section-data__contents-items.mid01 {
    margin-bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .c-section-data__contents-items.mid01 {
    margin-bottom: -3rem;
  }
}
.c-section-data__contents-items.mid01 .c-section-data__contents-item-inner {
  animation: DataLoopReverse 40s linear infinite;
}
@media (min-width: 768px) {
  .c-section-data__contents-items.mid02 {
    margin-bottom: -2rem;
  }
}
@media (max-width: 767px) {
  .c-section-data__contents-items.mid02 {
    margin-bottom: -3rem;
  }
}
.c-section-data__contents-items.mid02 .c-section-data__contents-item-inner {
  animation: DataLoopReverse 40s linear infinite;
}
@media (min-width: 768px) {
  .c-section-data__contents-items.bottom {
    margin-bottom: -1rem;
  }
}
@media (max-width: 767px) {
  .c-section-data__contents-items.bottom {
    margin-bottom: -1rem;
  }
}
.c-section-data__contents-items.bottom .c-section-data__contents-item-inner {
  animation: DataLoopReverse 40s linear infinite;
}

.c-section-data__contents-item-inner {
  width: fit-content;
  display: flex;
  gap: 4.5rem;
  flex-wrap: nowrap;
  align-items: center;
}

.c-section-data__contents-item {
  display: flex;
  align-items: center;
  height: 13.7rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-section-data__contents-item {
    height: 10rem;
  }
}
.c-section-data__contents-item img {
  width: auto;
  height: 100%;
}

@keyframes DataLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes DataLoopReverse {
  0% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(0%);
  }
}
.c-section-data__contents-texts {
  display: flex;
  white-space: nowrap;
  background: #b6c5dd;
  padding-block: 2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-section-data__contents-texts {
    padding-block: 1rem;
    margin-top: 2rem;
  }
}
.c-section-data__contents-texts p {
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  animation: DataLoop 30s linear infinite;
}
@media (max-width: 767px) {
  .c-section-data__contents-texts p {
    font-size: 2.2rem;
  }
}
.c-section-data__contents-texts span {
  display: inline-block;
  font-style: normal;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .c-section-data__contents-texts span {
    margin: 0 0.8rem;
  }
}

.c-section-data__contets-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-section-data__contets-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  opacity: 0.8;
  mix-blend-mode: hard-light;
}
.c-section-data__contets-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-page-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.c-page-background__top-svg {
  position: absolute;
  top: -100rem;
  left: -100rem;
  width: 157rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-page-background__top-svg {
    width: 65.3rem;
    top: -34rem;
    left: -46rem;
  }
}
.c-page-background__top-svg svg {
  width: 100%;
  height: auto;
}

.c-page-background__bottom-svg {
  position: absolute;
  bottom: -100rem;
  right: -100rem;
  width: 157rem;
}
@media (max-width: 767px) {
  .c-page-background__bottom-svg {
    width: 65.3rem;
    bottom: -34rem;
    right: -45rem;
  }
}
.c-page-background__bottom-svg svg {
  width: 100%;
  height: auto;
}

/*--------------------
* base-style
--------------------**/
.c-events-more {
  display: flex;
  align-items: center;
  gap: 5rem;
  width: fit-content;
  border-radius: 1rem;
  padding: 1rem 1rem 1rem 2.4rem;
}
@media (max-width: 767px) {
  .c-events-more {
    min-width: 24rem;
    justify-content: space-between;
    border-radius: 0.6rem;
    padding: 0.6rem 1rem 0.6rem 2.4rem;
  }
}

.c-events-more__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  transform: rotate(90deg);
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  .c-events-more__arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-events-more__arrow svg {
  width: 1.45rem;
  height: auto;
}

.c-events-more__text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
}

/*--------------------
* default(blue)
--------------------**/
.c-events-more--default {
  background: var(--color-blue);
}
.c-events-more--default .c-events-more__arrow,
.c-events-more--default .c-events-more__window {
  background: #fff;
}
.c-events-more--default .c-events-more__text {
  color: #fff;
}

/*--------------------
* white
--------------------**/
.c-events-more--white {
  border: 2px #fff solid;
}
.c-events-more--white .c-events-more__arrow,
.c-events-more--white .c-events-more__window {
  background: #fff;
}
.c-events-more--white .c-events-more__text {
  color: #fff;
}
.c-events-more--white path {
  stroke: var(--color-blue);
}

.c-recruitment-flow__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(20rem, 1fr));
  gap: 1.3rem;
}
@media (max-width: 767px) {
  .c-recruitment-flow__list {
    grid-template-columns: repeat(6, minmax(15rem, 1fr));
    overflow-x: scroll;
    padding-top: 1.6rem;
    padding-inline: 2.4rem;
  }
}

.c-recruitment-flow__item {
  background-color: #f3f6fa;
  border-radius: 1rem;
  padding: 1rem 1rem 2.3rem;
  position: relative;
}
.c-recruitment-flow__item--blue {
  background-color: var(--color-blue);
}
.c-recruitment-flow__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 7.4rem;
  right: -1.8rem;
  background-image: url(../images/common/flow-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.c-recruitment-flow__top {
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-recruitment-flow__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  background-color: var(--color-blue);
  border-radius: 100vmax;
  padding: 0.5rem 2.8rem;
}
@media (max-width: 767px) {
  .c-recruitment-flow__label {
    font-size: 1.4rem;
    padding: 0.5rem 2.2rem;
  }
}
.c-recruitment-flow__label--black {
  background-color: #000;
}

.c-recruitment-flow__image {
  width: 100%;
  margin-bottom: 2.2rem;
}
.c-recruitment-flow__image img {
  display: block;
  width: 100%;
  aspect-ratio: 6/5;
  object-fit: cover;
}

.c-recruitment-flow__content {
  text-align: center;
}

.c-recruitment-flow__title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-recruitment-flow__title {
    font-size: 1.6rem;
  }
}
.c-recruitment-flow__item--blue .c-recruitment-flow__title {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-recruitment-flow__item--blue .c-recruitment-flow__title {
    font-size: 2rem;
  }
}

.c-section-entry__inner {
  min-height: 64rem;
  padding: 12.5rem 10rem 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-section-entry__inner {
    min-height: 80.8rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 4rem;
    padding: 3.2rem 2.4rem 2rem;
  }
}

.c-section-entry__head {
  margin-bottom: 5.2rem;
}
.c-section-entry__head h3.c-title {
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .c-section-entry__head .c-title__filter {
    top: 55%;
    height: 105%;
  }
}

.c-section-entry__title-en {
  font-size: 14rem;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-inline: 1.2rem;
}
@media (max-width: 767px) {
  .c-section-entry__title-en {
    font-size: 10rem;
    padding-left: 0;
  }
}

.c-section-entry__title-ja {
  font-size: 7rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .c-section-entry__title-ja {
    font-size: 3.2rem;
    line-height: 1;
    padding-left: 0;
  }
}

.c-section-entry__link {
  padding-left: 1.2rem;
}
.c-section-entry__link .c-link-button {
  gap: 6.5rem;
  padding: 1.4rem 1.2rem 1.4rem 3.2rem;
}
.c-section-entry__link .c-link-button__text {
  font-size: 2rem;
}
.c-section-entry__link .c-link-button__arrow {
  width: 5.5rem;
  height: 5.5rem;
}
.c-section-entry__link .c-link-button__arrow svg {
  width: 1.9rem;
}
@media (max-width: 767px) {
  .c-section-entry__link {
    padding-left: 0;
  }
  .c-section-entry__link .c-link-button {
    gap: 5rem;
    padding: 1rem 1rem 1.2rem 2.4rem;
  }
  .c-section-entry__link .c-link-button__text {
    font-size: 1.6rem;
  }
  .c-section-entry__link .c-link-button__arrow {
    width: 4.2rem;
    height: 4.2rem;
  }
  .c-section-entry__link .c-link-button__arrow svg {
    width: 1.45rem;
  }
}

.c-section-entry__info {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .c-section-entry__info {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.c-section-entry__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.c-section-entry__item-link {
  display: block;
  border-radius: 0.6rem;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2.6rem 2.2rem 2.8rem 4rem;
  transition: opacity 0.4s ease;
}
@media (max-width: 767px) {
  .c-section-entry__item-link {
    padding: 1.8rem 2.4rem 2rem;
  }
}
@media (hover: hover) {
  .c-section-entry__item-link:hover {
    opacity: 0.7;
  }
}

.c-section-entry__item-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.c-section-entry__item-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.c-section-entry__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.c-section-entry__background-inner {
  width: 110%;
  height: 110%;
}
@media (max-width: 767px) {
  .c-section-entry__background-inner {
    width: 100%;
    height: 100%;
  }
}
.c-section-entry__background-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0 12rem;
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-pager {
    width: 100%;
    padding: 3rem 0 6rem;
    gap: 3rem;
  }
}

.c-pager__icon {
  display: inline-block;
  mask-image: url(../images/icons/arrow-right.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0064ff;
  width: 1.45rem;
  height: 1rem;
}
.c-pager__icon.--prev {
  rotate: 180deg;
}
.c-pager__next {
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-pager__next:hover {
    opacity: 0.5;
  }
}

.c-pager__button--page {
  width: 5.4rem;
  height: 4.9rem;
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  color: #000;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.06rem;
  transition: all 0.4s ease;
}
.c-pager__button--page.is-current {
  pointer-events: none;
  border-radius: 0.6rem;
  background: #b6c5dd;
  color: #fff;
  font-weight: 600;
}
.c-pager__button--page.--ellipsis {
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-pager__button--page.--ellipsis {
    width: fit-content;
    padding-left: 2rem;
  }
}
@media (hover: hover) {
  .c-pager__button--page:hover {
    background: #b6c5dd;
    color: #fff;
  }
}

.c-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.c-pager__prev {
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-pager__prev:hover {
    opacity: 0.5;
  }
}

.c-pager__prev,
.c-pager__next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.05rem;
}
.c-pager__prev span,
.c-pager__next span {
  color: #000;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.06rem;
}
.c-pager__prev.is-disabled,
.c-pager__next.is-disabled {
  pointer-events: none;
}
.c-pager__prev.is-disabled span,
.c-pager__next.is-disabled span {
  color: #b6c5dd;
}
.c-pager__prev.is-disabled .c-pager__icon,
.c-pager__next.is-disabled .c-pager__icon {
  background-color: #b6c5dd;
}

.c-form [v-cloak] {
  opacity: 0;
}

@media (min-width: 768px) {
  .c-form__box--main {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 112.6rem;
    margin-inline: auto;
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .c-form__box--main {
    padding: 0 2.4rem 6rem;
  }
}
.c-form__box--main.--center {
  justify-content: center;
}

@media (min-width: 768px) {
  .c-form__form {
    width: 80rem;
  }
}
.c-form__form input[type=radio] {
  display: none;
}
.c-form__form input[type=text],
.c-form__form input[type=number],
.c-form__form input[type=tel],
.c-form__form input[type=email],
.c-form__form textarea {
  height: 6.4rem;
  border-radius: 0.3rem;
  background: #f3f6fa;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.054rem;
  padding: 0 2.6rem;
}
@media (min-width: 768px) {
  .c-form__form input[type=text],
  .c-form__form input[type=number],
  .c-form__form input[type=tel],
  .c-form__form input[type=email],
  .c-form__form textarea {
    width: 80rem;
  }
}
@media (max-width: 767px) {
  .c-form__form input[type=text],
  .c-form__form input[type=number],
  .c-form__form input[type=tel],
  .c-form__form input[type=email],
  .c-form__form textarea {
    width: 32.7rem;
  }
}
.c-form__form input[type=text]::placeholder,
.c-form__form input[type=number]::placeholder,
.c-form__form input[type=tel]::placeholder,
.c-form__form input[type=email]::placeholder,
.c-form__form textarea::placeholder {
  color: #d2d7dc;
}
.c-form__form input[type=text]::-ms-input-placeholder,
.c-form__form input[type=number]::-ms-input-placeholder,
.c-form__form input[type=tel]::-ms-input-placeholder,
.c-form__form input[type=email]::-ms-input-placeholder,
.c-form__form textarea::-ms-input-placeholder {
  color: #d2d7dc;
}
@media (min-width: 768px) {
  .c-form__form input[type=text].--short,
  .c-form__form input[type=number].--short,
  .c-form__form input[type=tel].--short,
  .c-form__form input[type=email].--short,
  .c-form__form textarea.--short {
    width: 36rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .c-form__form input[type=text].--short,
  .c-form__form input[type=number].--short,
  .c-form__form input[type=tel].--short,
  .c-form__form input[type=email].--short,
  .c-form__form textarea.--short {
    width: 16rem;
  }
}
@media (min-width: 768px) {
  .c-form__form input[type=text].--year,
  .c-form__form input[type=number].--year,
  .c-form__form input[type=tel].--year,
  .c-form__form input[type=email].--year,
  .c-form__form textarea.--year {
    width: 20rem;
  }
}
@media (max-width: 767px) {
  .c-form__form input[type=text].--year,
  .c-form__form input[type=number].--year,
  .c-form__form input[type=tel].--year,
  .c-form__form input[type=email].--year,
  .c-form__form textarea.--year {
    width: 22rem;
  }
}
.c-form__form input[type=text].--month, .c-form__form input[type=text].--day,
.c-form__form input[type=number].--month,
.c-form__form input[type=number].--day,
.c-form__form input[type=tel].--month,
.c-form__form input[type=tel].--day,
.c-form__form input[type=email].--month,
.c-form__form input[type=email].--day,
.c-form__form textarea.--month,
.c-form__form textarea.--day {
  width: 12rem;
}
.c-form__form input[type=radio]:checked + span::before {
  background-color: #fff;
  border: 0.8rem solid #0064FF;
}

textarea {
  resize: none;
  height: 24.2rem !important;
  padding: 1rem 2.6rem !important;
}

.c-form__label--group {
  height: 6.4rem;
  flex-shrink: 0;
  border-radius: 0.6rem;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}
@media (min-width: 768px) {
  .c-form__label--group {
    width: 80rem;
    padding: 1rem 2.4rem 1.3rem;
    margin-bottom: 4.6rem;
  }
}
@media (max-width: 767px) {
  .c-form__label--group {
    width: 32.7rem;
    padding: 1rem 1.8rem 1.3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .c-form__label--group:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .c-form__label--group:not(:first-child) {
    margin-top: 5rem;
  }
}

.c-form__label {
  display: block;
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.054rem;
}
.c-form__label.required::after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  border-radius: 0.3rem;
  background: #F72633;
  width: 4.1rem;
  height: 2.3rem;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.028rem;
  margin-left: 0.8rem;
}

.c-form__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-form__row {
    margin-bottom: 3.7rem;
  }
}
@media (max-width: 767px) {
  .c-form__row {
    margin-bottom: 3rem;
    gap: 0.7rem;
  }
}
.c-form__row.--radio {
  display: flex;
  gap: 0 2.6rem;
}
@media (min-width: 768px) {
  .c-form__row.--radio {
    margin-bottom: 4.7rem;
  }
}
@media (max-width: 767px) {
  .c-form__row.--radio {
    margin-bottom: 3rem;
  }
}
.c-form__row.--radio span {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.c-form__row.--radio span::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #F3F6FA;
  flex-shrink: 0;
  box-sizing: border-box;
}
.c-form__row.--birthday {
  display: flex;
}
@media (max-width: 767px) {
  .c-form__row.--birthday {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.c-form__row.--birthday .--suffix {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.054rem;
}
@media (min-width: 768px) {
  .c-form__row.--birthday .--suffix {
    margin: 0 1.8rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  .c-form__row.--birthday .--suffix {
    margin: 0 1.9rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .c-form__row.--birthday .--day + .--suffix {
    margin-right: 0;
  }
}

.c-form__hr {
  all: unset;
  display: block;
  height: 1px;
  background: #d2d7dc;
  border: none;
}
@media (min-width: 768px) {
  .c-form__hr {
    margin: 5rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .c-form__hr {
    margin: 3rem 0;
  }
}

.c-form__box--submit {
  display: grid;
  place-items: center;
}

.c-form__lead--policy {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.048rem;
}
@media (min-width: 768px) {
  .c-form__lead--policy {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767px) {
  .c-form__lead--policy {
    margin-bottom: 3rem;
  }
}

.c-form__valid--all,
.c-form__valid {
  width: 100%;
  color: #f72633;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.042rem;
  padding-top: 1rem;
}

.c-form__valid--all {
  text-align: center;
  padding-top: 2rem;
}

.c-form__row--policy input[type=checkbox] {
  display: none;
}
.c-form__row--policy span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (min-width: 768px) {
  .c-form__row--policy span {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
}
@media (max-width: 767px) {
  .c-form__row--policy span {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
}
.c-form__row--policy span::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.3rem;
  background-color: #F3F6FA;
  flex-shrink: 0;
}
.c-form__row--policy input[type=checkbox]:checked + span::before {
  background-color: #0064FF;
  background: url("../images/icons/check-box.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

.c-form__policy {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  gap: 0.825rem;
}
@media (hover: hover) {
  .c-form__policy {
    transition: opacity 0.4s ease;
  }
  .c-form__policy:hover {
    opacity: 0.5;
  }
}

.c-form__text--policy {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.048rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.c-form__icon--policy {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.c-form-lead {
  position: relative;
  flex-shrink: 0;
  border-radius: 0.6rem;
  background: #f3f6fa;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-form-lead {
    width: 112.6rem;
    padding: 6rem;
    margin-top: -3.8rem;
  }
}
@media (max-width: 767px) {
  .c-form-lead {
    width: 32.7rem;
    padding: 2rem 2.4rem;
    margin-top: -2.5rem;
  }
}
.c-form-lead .--lead {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}
@media (min-width: 768px) {
  .c-form-lead .--lead {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-form-lead .--lead {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
    margin-bottom: 1rem;
  }
}
.c-form-lead .--note {
  color: #7d8b95;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.036rem;
}
@media (min-width: 768px) {
  .c-form-lead .--note {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-form-lead .--note {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .c-form-lead .--check {
    margin-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .c-form-lead .--check {
    display: block;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.c-form-lead .--check svg {
  width: 2.5rem;
  height: 1.6rem;
  flex-shrink: 0;
  aspect-ratio: 25/16;
}

.c-form-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-form-step {
    padding: 4.2rem 0 0;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .c-form-step {
    padding: 3rem 0 0;
    margin-bottom: 5rem;
  }
}
.c-form-step li {
  color: #d2d7dc;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.054rem;
  padding: 0.8rem 0;
}
.c-form-step li.is-current {
  color: #000;
  border-bottom: 2px solid #0064ff;
}
.c-form-step li:empty {
  width: 2.6rem;
  height: 1px;
  background: #d2d7dc;
  padding: 0;
}

@media (min-width: 768px) {
  .c-form-nav {
    position: sticky;
    top: 10rem;
    align-self: start;
  }
}
@media (max-width: 767px) {
  .c-form-nav {
    margin-bottom: 5rem;
  }
}
.c-form-nav ul {
  display: flex;
}
@media (min-width: 768px) {
  .c-form-nav ul {
    flex-direction: column;
    gap: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-form-nav ul {
    justify-content: center;
    gap: 0.9rem;
  }
}
@media (min-width: 768px) {
  .c-form-nav li.is-current a {
    background: #0064ff;
    color: #fff;
  }
}
.c-form-nav a {
  flex-shrink: 0;
  border-radius: 0.6rem;
  background: #f3f6fa;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .c-form-nav a {
    display: block;
    width: 24rem;
    padding: 2.4rem 3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-form-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    width: 10.3rem;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
.c-form-nav a img {
  display: block;
  width: 1.7rem;
  height: 0.85rem;
}

.c-confirm [v-cloak] {
  opacity: 0;
}

@media (min-width: 768px) {
  .c-confirm__list {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .c-confirm__list {
    margin-bottom: 5rem;
  }
}

.c-confirm__row {
  display: flex;
  border-bottom: 1px solid #d2d7dc;
  padding: 2.4rem 0;
}
@media (max-width: 767px) {
  .c-confirm__row {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .c-confirm__row:first-child {
    padding: 0 0 2.4rem;
  }
}

.c-confirm__key {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.054rem;
}
@media (min-width: 768px) {
  .c-confirm__key {
    width: 20rem;
  }
}

.c-confirm__value {
  flex: 1;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.054rem;
}
.c-confirm__value.--textarea {
  white-space: pre-line;
}

.c-confirm__box--submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-confirm__box--submit {
    gap: 1.45rem;
  }
}
@media (max-width: 767px) {
  .c-confirm__box--submit {
    gap: 1.2rem;
  }
}

@media (max-width: 767px) {
  .c-link-button {
    gap: 4rem;
  }
}

.c-confirm__button--back {
  gap: 2rem;
  background-color: #b6c5dd;
  padding: 1rem 2.4rem 1rem 1rem;
}
.c-confirm__button--back .c-link-button__arrow {
  rotate: 180deg;
}

.c-confirm__list--nav {
  margin-bottom: 2.4rem;
}

.c-confirm__button--send.is-disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}

@media (min-width: 768px) {
  .c-done__main {
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .c-done__main {
    padding-inline: 2.4rem;
    padding: 0 2.4rem 6rem;
  }
}

.c-done__title {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 61.2px */
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .c-done__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .c-done__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .c-done__group {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .c-done__group {
    margin-bottom: 3rem;
  }
}

.c-done__text {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 33px */
}
@media (min-width: 768px) {
  .c-done__text {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .c-done__text {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
    margin-bottom: 1.2rem;
  }
}

.c-done__link {
  display: flex;
  justify-content: center;
}

.c-breadcrumb-link {
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-breadcrumb-link:hover {
    opacity: 0.5;
  }
}

.p-home-mv {
  width: 100%;
  height: 100svh;
  background: var(--color-blue);
  position: relative;
}

.p-home-mv__big-type {
  position: absolute;
  left: 12px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .p-home-mv__big-type {
    bottom: 90px;
  }
}

.p-home-mv__title {
  width: 79vw;
  max-width: 140rem;
  position: relative;
  z-index: 3;
}
.p-home-mv__title svg {
  width: 100%;
}

.is-mobile .p-home-mv__title {
  width: 100vw;
  left: -5.2rem;
}

.p-home-mv__items {
  position: absolute;
  bottom: 25px;
  right: 36px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-home-mv__items {
    right: auto;
    left: 20px;
    bottom: 40px;
  }
}

.p-home-mv__progress {
  display: none;
  width: 238px;
  height: 38px;
  border: 1px #fff solid;
  margin-bottom: 9px;
}

.p-home-mv__scroll-down {
  opacity: 0;
  width: fit-content;
  font-size: 23px;
  font-weight: 400;
  font-style: italic;
  color: var(--color-white);
  line-height: 1.65;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-mv__scroll-down {
    font-size: 16px;
  }
}

.p-home-mv__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 2.8rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-mv__background {
    width: 70%;
    height: 80%;
    border-radius: 1rem;
  }
}

.p-home-mv__background-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0% 100% 0% 0%);
  overflow: hidden;
}
.p-home-mv__background-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.p-home-mv__image-top {
  position: absolute;
  top: -100rem;
  left: -80rem;
  width: 130.9rem;
  z-index: 0;
  transform: translateY(-100%) rotate(-40deg);
}
@media (max-width: 767px) {
  .p-home-mv__image-top {
    width: 80rem;
    top: -60rem;
    left: -60rem;
  }
}
.p-home-mv__image-top img {
  width: 100%;
}

.p-home-mv__image-bottom {
  position: absolute;
  bottom: -100rem;
  right: -80rem;
  width: 130.9rem;
  z-index: 0;
  transform: translateY(100%) rotate(40deg);
}
@media (max-width: 767px) {
  .p-home-mv__image-bottom {
    width: 80rem;
    bottom: -60rem;
    right: -60rem;
  }
}
.p-home-mv__image-bottom img {
  width: 100%;
}

.p-home-message {
  min-height: 40rem;
  background: var(--color-blue);
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-message {
    padding-bottom: 3rem;
  }
}

.p-home-message__inner {
  max-width: 114.54rem;
  margin: auto;
  padding-block: 8rem 6.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-message__inner {
    padding-block: 4rem 0rem;
    padding-inline: 2rem;
  }
}

.p-home-message__title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-home-message__title {
    margin-bottom: 1.4rem;
  }
}
.p-home-message__title .c-title {
  font-weight: 600;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-home-message__title .c-title {
    font-size: 5rem;
  }
}

.p-home-message__text {
  margin-bottom: 6.8rem;
}
@media (max-width: 767px) {
  .p-home-message__text {
    margin-bottom: 5rem;
  }
}

.p-home-message__text-box {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-home-message__text-box {
    margin-bottom: 2.1rem;
  }
}
.p-home-message__text-box p {
  width: fit-content;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-home-message__text-box p {
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to left, #1755ff 100%, #fff 0%);
    background-position-x: 100%;
    background-size: inherit;
  }
}
@media (max-width: 767px) {
  .p-home-message__text-box p {
    display: inline;
    font-size: 1.6rem;
    color: var(--color-white);
  }
}

.p-home-message__images {
  display: flex;
  gap: 3.6rem;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-home-message__images {
    gap: 2.6rem;
  }
}

.p-home-message__images-cover {
  display: flex;
  gap: 3.6rem;
  animation: Loop 40s 0s linear infinite;
  -webkit-animation: Loop 40s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-home-message__images-cover {
    gap: 2.6rem;
  }
}

.p-home-message__image {
  width: 29.6rem;
  height: 37rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-message__image {
    width: 27.1rem;
    height: 34rem;
  }
}
.p-home-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-message__on-text {
  position: absolute;
  bottom: 0rem;
  display: flex;
  gap: 2rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-message__on-text {
    bottom: 1rem;
  }
}
.p-home-message__on-text p {
  font-size: 12rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
  animation: LoopReverse 120s 0s linear infinite;
  -webkit-animation: LoopReverse 120s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-home-message__on-text p {
    font-size: 8rem;
  }
}

@keyframes Loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes LoopReverse {
  0% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-home-message__top-image {
  position: absolute;
  top: -290rem;
  left: -40rem;
  width: 130.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-message__top-image {
    width: 95.3rem;
    top: -220rem;
    left: -41rem;
  }
}
.p-home-message__top-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.p-home-message__bottom-image {
  position: absolute;
  right: -20rem;
  bottom: -150rem;
  width: 203.7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-message__bottom-image {
    width: 95.3rem;
    bottom: -55rem;
    right: -10rem;
  }
}
.p-home-message__bottom-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.p-home-message__big-texts {
  display: flex;
  position: absolute;
  top: 4rem;
  right: -5rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-message__big-texts {
    display: none;
  }
}
.p-home-message__big-texts p {
  font-size: 16rem;
  font-weight: 600;
  color: #1c58ff;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 0.95;
}
.p-home-message__big-texts p:nth-of-type(1) {
  position: relative;
  top: 12rem;
}

.p-home-about {
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .p-home-about {
    margin-bottom: 9.8rem;
  }
}

.p-home-about__inner {
  max-width: 114.5rem;
  margin: auto;
  padding-top: 14rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-about__inner {
    padding-top: 5rem;
    padding-inline: 2rem;
  }
}

.p-home-about__flex {
  display: flex;
  gap: 7.38rem;
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .p-home-about__flex {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 4rem;
  }
}

.p-home-about__title {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-home-about__title {
    margin-bottom: 2rem;
  }
}
.p-home-about__title .c-title {
  font-weight: 700;
}

.p-home-about__sub {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  color: var(--color-blue);
  margin-bottom: 3rem;
  position: relative;
  left: -0.3rem;
}
@media (max-width: 767px) {
  .p-home-about__sub {
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}

.p-home-about__text {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-home-about__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.p-home-about__image {
  width: 39.7rem;
  height: 54.5rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  top: 19.6rem;
}
@media (max-width: 767px) {
  .p-home-about__image {
    width: 100%;
    max-width: 100%;
    height: 44.8rem;
    top: 0;
    margin: auto;
  }
}
.p-home-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-about__more-images {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .p-home-about__more-images {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-home-about__image-sub {
  position: relative;
  left: -12rem;
  width: 76rem;
  height: 56rem;
  border-radius: 0 1.2rem 1.2rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-about__image-sub {
    left: -2.1rem;
    width: 27rem;
    height: 20rem;
  }
}
.p-home-about__image-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-about__image-sub02 {
  position: relative;
  top: 18rem;
  left: 5rem;
  width: 34.5rem;
  height: 47.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-about__image-sub02 {
    top: 0;
    left: 14rem;
    width: 17.5rem;
    height: 23.8rem;
  }
}
.p-home-about__image-sub02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-home-about__link {
    width: fit-content;
    margin-left: auto;
  }
}

.p-home-about__background-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 55rem;
  left: 9.8rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home-about__background-text {
    bottom: 103rem;
    left: 2rem;
  }
}
.p-home-about__background-text p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #f5f9ff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-home-about__background-text p {
    font-size: 8rem;
  }
}

.p-home-about__on-text {
  position: absolute;
  bottom: -4rem;
  display: flex;
  gap: 2rem;
  z-index: 1;
}
.p-home-about__on-text p {
  font-size: 20rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  white-space: nowrap;
  animation: LoopReverse 120s 0s linear infinite;
  -webkit-animation: LoopReverse 120s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-home-about__on-text p {
    font-size: 8rem;
  }
}

.p-home-event-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (min-width: 768px) {
  .p-home-event-wrapper {
    margin-top: -3.5rem;
  }
}

.p-home-event {
  padding: 7rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-event {
    padding: 2rem 1rem;
  }
}

.p-home-event__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-home-event__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-event__tag {
  position: absolute;
  top: -4rem;
  left: -0.1rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border-radius: 0 0.6rem 0 0;
  background: #000000;
  padding-block: 0.7rem;
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  .p-home-event__tag {
    top: -3.1rem;
    padding-block: 0.6rem;
  }
}
.p-home-event__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 3.34rem);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .p-home-event__tag::after {
    left: calc(50% - 2.53rem);
  }
}
.p-home-event__tag p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-home-event__tag p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .p-home-event__tag--mid::after {
    left: calc(50% - 2rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-home-event__tag--mid::after {
    left: calc(50% - 1.4rem);
  }
}

.p-home-event__area {
  width: 120.2rem;
  min-height: 47rem;
  background: rgb(0, 100, 255);
  border-radius: 4rem;
  margin: auto;
  padding: 2.6rem 5rem 4.5rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-event__area {
    width: 100%;
    border-radius: 1rem;
    padding: 2.4rem 2.2rem;
  }
}

.p-home-event__area-head {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 1.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-event__area-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
}

.p-home-event__area-title .c-title {
  font-size: 8rem;
  padding-right: 0.8rem;
  position: relative;
  left: -0.5rem;
}
@media (max-width: 767px) {
  .p-home-event__area-title .c-title {
    font-size: 4rem;
  }
}

.p-home-event__area-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-event__area-cards {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-home-event__area-cards .c-event-card:nth-of-type(n + 4) {
  opacity: 0;
  display: none;
}

.p-home-event__area-sub h3 {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .p-home-event__area-sub h3 {
    font-size: 4rem;
  }
}

.p-home-event__area-texts {
  width: 71rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-home-event__area-texts {
    padding-top: 2.4rem;
  }
}
.p-home-event__area-texts--small {
  width: 56.1rem;
}

.p-home-event__area-sub {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0.9rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-event__area-sub {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-home-event__area-sub--bg-none {
    background: none;
  }
}
.p-home-event__area-sub [data-common-sub-text] {
  display: block;
  width: fit-content;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-event__area-sub .c-sub-filter {
    height: 100%;
  }
}

.p-home-event__area-sub02 .c-title__text {
  font-size: 7rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-home-event__area-sub02 .c-title__text {
    font-size: 4rem;
  }
}
.p-home-event__area-sub02 .c-title__filter {
  top: 55%;
  height: 44%;
}
@media (max-width: 767px) {
  .p-home-event__area-sub02 .c-title__filter {
    height: 50%;
  }
}

.p-home-event__area-text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-home-event__area-text {
    font-size: 1.6rem;
  }
}

.p-home-event__area-big {
  position: absolute;
  top: 10rem;
  left: 32rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-home-event__area-big {
    top: 20rem;
    left: 2rem;
  }
}
.p-home-event__area-big p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #1c58ff;
  letter-spacing: -0.02em;
  line-height: 1.65;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-home-event__area-big p {
    font-size: 6rem;
  }
}
.p-home-event__area-big.p-home-event__area-big02 {
  top: 13rem;
}
@media (max-width: 767px) {
  .p-home-event__area-big.p-home-event__area-big02 {
    top: 17rem;
    left: -0.5rem;
  }
}

.p-home-event__area-links {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-home-event__area-links {
    margin-bottom: -7rem;
  }
}
@media (max-width: 767px) {
  .p-home-event__area-links {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
  }
  .p-home-event__area-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-home-event__area-links a {
    gap: 2.2rem;
    padding-block: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-home-event__area-links a {
    min-width: 24rem;
    justify-content: space-between;
    gap: 1.8rem;
    padding-block: 0.7rem;
  }
}
.p-home-event__area-links .c-link-button {
  border: 2px #fff solid;
}
.p-home-event__area-links .c-link-button__arrow {
  width: 3.6rem;
  height: 3.6rem;
}

.p-home-event__top-image {
  position: absolute;
  top: -79rem;
  right: 2rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-event__top-image {
    top: -88rem;
    right: -15rem;
  }
}
.p-home-event__top-image img {
  width: 100%;
}

.p-home-event__bottom-image {
  position: absolute;
  bottom: -78rem;
  left: 2rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-home-event__bottom-image {
    bottom: -90rem;
    left: -14rem;
  }
}
.p-home-event__bottom-image img {
  width: 100%;
}

.p-home-event__area-more {
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.p-home-news__inner {
  max-width: 116.6rem;
  margin: auto;
  margin-block: 9rem 14rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-news__inner {
    margin-block: 6rem;
    padding-inline: 2.4rem;
  }
}

.p-home-news__title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-home-news__title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .p-home-news__items {
    margin-bottom: 3rem;
  }
}

.p-home-news__item-link {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  border-bottom: 1px #d2d7dc solid;
  padding-block: 2.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-news__item-link {
    flex-direction: column;
    gap: 0.9rem;
    padding-block: 2rem;
  }
}
@media (hover: hover) {
  .p-home-news__item-link:hover .p-home-news__item-title h3 {
    background-size: 100% 1px;
  }
}

.p-home-news__item-data {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-news__item-data {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-home-news__item-data::after {
    content: "";
    width: 0.1rem;
    height: 1.5rem;
    background: #d2d7dc;
    display: inline-block;
    margin-inline: 1.6rem 0;
  }
}
.p-home-news__item-data .date {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-blue);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-home-news__item-data .date {
    position: relative;
    top: 0.1rem;
    font-size: 1.6rem;
  }
}
.p-home-news__item-data .genre {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-home-news__item-data .genre {
    font-size: 1.4rem;
  }
}

.p-home-news__item-title {
  width: 84.1rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-home-news__item-title {
    width: 100%;
  }
}
.p-home-news__item-title h3 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  flex: 1;
  overflow: hidden;
  background-image: linear-gradient(#000000, #000000);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  box-decoration-break: slice;
  transition: background-size 0.5s ease;
}
@media (min-width: 768px) {
  .p-home-news__item-title h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .p-home-news__item-title h3 {
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.p-home-news__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2.1rem;
  right: 0;
  width: 4.2rem;
  height: 4.2rem;
  background: var(--color-blue);
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-news__item-arrow {
    display: none;
  }
}
.p-home-news__item-arrow svg {
  width: 1.45rem;
  height: auto;
}

@media (min-width: 768px) {
  .p-home-news__link {
    position: absolute;
    top: 6rem;
    right: 0;
  }
}
@media (max-width: 767px) {
  .p-home-news__link {
    width: fit-content;
    margin-left: auto;
  }
}

.p-news-meta__box {
  position: relative;
  flex-shrink: 0;
  border-radius: 0.6rem;
  background: #f3f6fa;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-news-meta__box {
    width: 112.6rem;
    min-height: 9.4rem;
    margin-top: -3.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .p-news-meta__box {
    width: 32.7rem;
    padding: 1.6rem 2rem 2rem;
    margin-top: -2.5rem;
    display: grid;
    grid-template-columns: 4rem 1fr;
    align-items: center;
  }
}

.p-news-meta__label {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: 0.048rem;
  margin-right: 1.8rem;
}
@media (max-width: 767px) {
  .p-news-meta__label {
    grid-area: 1/span 2;
  }
}
@media (min-width: 768px) {
  .p-news-meta__label:not(:first-child) {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .p-news-meta__label:not(:first-child) {
    grid-area: 3/1;
    margin-left: 0.6rem;
  }
}

.p-news-meta__list--category {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-news-meta__list--category {
    grid-area: 2/span 2;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-top: 1.4rem;
    margin-bottom: 2.2rem;
  }
}

.p-news-meta__button--reset {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.464rem;
}
@media (max-width: 767px) {
  .p-news-meta__button--reset {
    grid-area: 4/2;
    margin-top: 2rem;
    margin-left: auto;
  }
}
.p-news-meta__button--reset .--icon {
  width: 1.4361rem;
  height: 1.2728rem;
  flex-shrink: 0;
}
.p-news-meta__button--reset span {
  /*
  text-decoration: underline;
  text-underline-offset: 3px;
  */
  background-image: linear-gradient(#000000, #000000);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  box-decoration-break: slice;
  transition: background-size 0.5s ease;
  padding: 0.2rem 0;
}
.p-news-meta__button--reset.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media (hover: hover) {
  .p-news-meta__button--reset:hover span {
    background-size: 100% 1px;
  }
}

.p-news-meta__button {
  display: flex;
  padding: 0.8rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.4rem;
  border: 1px solid #dce6f5;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.048rem;
  transition: background 0.4s ease, color 0.2s ease;
}
@media (hover: hover) {
  .p-news-meta__button:hover {
    color: #fff;
    background: #b6c5dd;
  }
}
.p-news-meta__button.is-active {
  background: #b6c5dd;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-news-meta__button.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.p-news-meta__select {
  width: 11.9rem;
  height: 4.2rem;
  border-radius: 0.4rem;
  border: 1px solid #dce6f5;
  background: #fff;
  padding: 0 1.4rem;
  background-image: url(../images/icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.65rem center;
  background-size: 1.5rem 0.8rem;
}
@media (max-width: 767px) {
  .p-news-meta__select {
    grid-area: 3/2;
  }
}

.p-news-list__list {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-news-list__list {
    width: 116.6rem;
    padding-top: 2.6rem;
  }
}
@media (max-width: 767px) {
  .p-news-list__list {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .p-news-list__list.--related, .p-news-list__list.--latest {
    padding-top: 0.6rem;
  }
}
.p-news-list__item {
  border-bottom: 1px solid #d2d7dc;
}
.p-news-list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-news-list__item a {
    padding: 2.4rem 0 1.9rem;
  }
}
@media (max-width: 767px) {
  .p-news-list__item a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem 0;
    padding: 2rem 0;
  }
}
@media (hover: hover) {
  .p-news-list__item a:hover .p-news-list__title--article {
    background-size: 100% 1px;
  }
}

.p-news-list__date {
  color: #0064ff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .p-news-list__date {
    font-size: 1.8rem;
    letter-spacing: 0.036rem;
  }
}
@media (max-width: 767px) {
  .p-news-list__date {
    grid-area: 1/1;
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
  }
}

.p-news-list__category {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-news-list__category {
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
  }
}
@media (max-width: 767px) {
  .p-news-list__category {
    grid-area: 1/2;
    font-size: 1.4rem;
    letter-spacing: 0.028rem;
  }
}
@media (min-width: 768px) {
  .p-news-list__category::after {
    content: "";
    width: 0.1rem;
    height: 1.5rem;
    background: #d2d7dc;
    display: inline-block;
    margin-inline: 3rem;
  }
}

.p-news-list__title--article {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  flex: 1;
  overflow: hidden;
  display: inline;
  background-image: linear-gradient(#000000, #000000);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  box-decoration-break: slice;
  transition: background-size 0.5s ease;
}
@media (min-width: 768px) {
  .p-news-list__title--article {
    width: 100px;
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
    margin-right: 5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .p-news-list__title--article {
    width: 100%;
    grid-area: 2/span 2;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.p-news-list__arrow {
  margin-left: auto;
  width: 4.2rem;
  height: 4.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-news-list__arrow {
    display: none;
  }
}

.p-news-list__icon--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  background: var(--color-blue);
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-news-list__icon--arrow {
    display: none;
  }
}
.p-news-list__icon--arrow svg {
  width: 1.45rem;
  height: auto;
}

#app-news[v-cloak] {
  opacity: 0;
}
@media (max-width: 767px) {
  #app-news {
    padding-inline: 2.4rem;
  }
}

.p-midcareer-entry {
  background-color: gray;
  position: relative;
  margin-top: 10rem;
}
.p-midcareer-entry .c-section-entry__item-link {
  padding-right: 3.5rem;
}
@media (max-width: 767px) {
  .p-midcareer-entry .c-section-entry__item-link {
    padding-right: 2.6rem;
  }
}

.p-midcareer-event-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.p-midcareer-event {
  padding: 7rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-midcareer-event {
    padding: 2rem 1rem;
  }
}

.p-midcareer-event__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-midcareer-event__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-midcareer-event__tag {
  position: absolute;
  top: -4rem;
  left: -0.1rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border-radius: 0 0.6rem 0 0;
  background: #000000;
  padding-block: 0.7rem;
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  .p-midcareer-event__tag {
    top: -3.1rem;
    gap: 2.3rem;
    padding: 0.6rem 1.2rem 0.6rem 1.3rem;
  }
}
.p-midcareer-event__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1.9rem);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .p-midcareer-event__tag::after {
    left: calc(50% - 1.2rem);
  }
}
.p-midcareer-event__tag p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-midcareer-event__tag p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .p-midcareer-event__tag--mid::after {
    left: calc(50% - 2rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-midcareer-event__tag--mid::after {
    left: calc(50% - 1.4rem);
  }
}

.p-midcareer-event__area {
  width: 120.2rem;
  background: rgb(0, 100, 255);
  border-radius: 4rem;
  margin: auto;
  padding: 4.5rem 5rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-midcareer-event__area {
    min-height: 47rem;
  }
}
@media (max-width: 767px) {
  .p-midcareer-event__area {
    width: 100%;
    border-radius: 1rem;
    padding: 2.4rem 2.2rem;
  }
}

.p-midcareer-event__area-head {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 1.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .p-midcareer-event__area-title .c-title {
    font-size: 4rem;
  }
}

.p-midcareer-event__area-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-cards {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-midcareer-event__area-cards .c-event-card {
    min-width: 29.7rem;
  }
}
.p-midcareer-event__area-cards .c-event-card:nth-of-type(n + 4) {
  opacity: 0;
  display: none;
}

.p-midcareer-event__area-sub h3 {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-sub h3 {
    font-size: 4rem;
  }
}

.p-midcareer-event__area-sub {
  background: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  line-height: 1.7;
  margin-bottom: 0.9rem;
  padding-left: 0.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-sub {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-midcareer-event__area-sub--bg-none {
    background: none;
  }
}
.p-midcareer-event__area-sub [data-common-sub-text] {
  display: block;
  width: fit-content;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-sub .c-sub-filter {
    height: 100%;
  }
}

.p-midcareer-event__area-sub02 .c-title__text {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-sub02 .c-title__text {
    font-size: 4rem;
  }
}
.p-midcareer-event__area-sub02 .c-title__filter {
  top: 55%;
  height: 44%;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-sub02 .c-title__filter {
    height: 50%;
  }
}

.p-midcareer-event__area-big {
  position: absolute;
  top: -5rem;
  right: 13rem;
  z-index: -1;
}
.p-midcareer-event__area-big p {
  font-size: 20rem;
  font-weight: 600;
  font-style: italic;
  color: #1c58ff;
  letter-spacing: -0.02em;
  line-height: 1.65;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-big {
    top: -1rem;
    right: auto;
    left: 4rem;
  }
  .p-midcareer-event__area-big p {
    font-size: 8rem;
  }
}

.p-midcareer-event__area-links {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-midcareer-event__area-links {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
  }
  .p-midcareer-event__area-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-midcareer-event__area-links a {
    gap: 2.2rem;
    padding-block: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-midcareer-event__area-links a {
    min-width: 24rem;
    justify-content: space-between;
    gap: 1.8rem;
    padding-block: 0.7rem;
  }
}
.p-midcareer-event__area-links .c-link-button__arrow {
  width: 3.6rem;
  height: 3.6rem;
}

.p-midcareer-event__top-image {
  position: absolute;
  top: -78rem;
  right: 2rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-midcareer-event__top-image {
    top: -88rem;
    right: -15rem;
  }
}
.p-midcareer-event__top-image img {
  width: 100%;
}

.p-midcareer-event__bottom-image {
  position: absolute;
  bottom: -78rem;
  left: 2rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-midcareer-event__bottom-image {
    bottom: -90rem;
    left: -14rem;
  }
}
.p-midcareer-event__bottom-image img {
  width: 100%;
}

.p-midcareer-event__area-more {
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.p-midcareer-flow__inner {
  max-width: 126.3rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 14.8rem;
}
@media (max-width: 767px) {
  .p-midcareer-flow__inner {
    margin-bottom: 9.3rem;
  }
}

.p-midcareer-flow__head {
  position: relative;
  padding-left: 4.7rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .p-midcareer-flow__head {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767px) {
  .p-midcareer-flow__main {
    margin-bottom: 3rem;
  }
}

.p-midcareer-flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(30.6rem, 1fr));
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .p-midcareer-flow__list {
    grid-template-columns: repeat(4, minmax(20rem, 1fr));
    overflow-x: scroll;
    padding-top: 1.6rem;
    padding-inline: 2.4rem;
  }
}

.p-midcareer-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f6fa;
  border-radius: 1rem;
  padding: 1rem 1rem 1.4rem;
  position: relative;
}
.p-midcareer-flow__item--blue {
  background-color: var(--color-blue);
}
.p-midcareer-flow__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 7.3rem;
  right: -1.6rem;
  background-image: url(../images/common/flow-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.p-midcareer-flow__top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-midcareer-flow__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  background-color: #000;
  border-radius: 100vmax;
  padding: 0.5rem 2.8rem;
}

.p-midcareer-flow__split-label {
  width: 9rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  padding-block: 0.5rem;
}
.p-midcareer-flow__split-label--blue {
  background-color: var(--color-blue);
  border-radius: 100vmax 0 0 100vmax;
  padding: 0.5rem 2.8rem;
}
.p-midcareer-flow__split-label--black {
  background-color: #000;
  border-radius: 0 100vmax 100vmax 0;
}

.p-midcareer-flow__icon {
  width: 100%;
  margin-bottom: 1.2rem;
}
.p-midcareer-flow__icon img {
  display: block;
  width: 100%;
  aspect-ratio: 143/75;
  object-fit: cover;
}

.p-midcareer-flow__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-midcareer-flow__step {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-midcareer-flow__step {
    font-size: 1.6rem;
  }
}
.p-midcareer-flow__item--blue .p-midcareer-flow__step {
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-midcareer-flow__item--blue .p-midcareer-flow__step {
    font-size: 2rem;
  }
}
.p-midcareer-flow__step ._small {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-midcareer-flow__button {
  max-width: 24rem;
  width: 100%;
  margin: 0.8rem auto 0;
}
.p-midcareer-flow__button .c-link-button {
  padding: 0.6rem 0.7rem 0.8rem 2.4rem;
  gap: 2.4rem;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .p-midcareer-flow__button .c-link-button {
    padding: 0.6rem 0.7rem 0.8rem 1.3rem;
  }
}
@media (max-width: 767px) {
  .p-midcareer-flow__button .c-link-button__text {
    font-size: 1.3rem;
  }
}
.p-midcareer-flow__button .c-link-button__window {
  width: 3.6rem;
  height: 3.6rem;
}
@media (max-width: 767px) {
  .p-midcareer-flow__button .c-link-button__window {
    width: 3rem;
    height: 3rem;
  }
}

.p-midcareer-ideal-candidate {
  margin-bottom: 10.2rem;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate {
    margin-bottom: 6rem;
  }
}

.p-midcareer-ideal-candidate__inner {
  max-width: 114.5rem;
  margin: auto;
  padding-top: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__inner {
    padding: 1.2rem 2.4rem 0;
  }
}

.p-midcareer-ideal-candidate__flex {
  display: flex;
  justify-content: space-between;
  gap: 4.8rem;
  margin-bottom: 13rem;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__flex {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5rem;
    margin-bottom: 5rem;
  }
}

.p-midcareer-ideal-candidate__title {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__title {
    margin-bottom: 1.7rem;
  }
}
.p-midcareer-ideal-candidate__title .c-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__title .c-title {
    position: relative;
    left: -0.4rem;
  }
}

.p-midcareer-ideal-candidate__sub {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  color: var(--color-blue);
  padding-right: 0.8rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__sub {
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
  }
}

.p-midcareer-ideal-candidate__text {
  width: 60rem;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__text {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-midcareer-ideal-candidate__image {
  width: 39.7rem;
  height: 54.5rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  top: 3rem;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__image {
    width: 100%;
    max-width: 100%;
    height: 44.8rem;
    top: 0;
    margin: auto;
  }
}
.p-midcareer-ideal-candidate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-midcareer-ideal-candidate__background-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 40.3rem;
  left: 8rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__background-text {
    bottom: 77.6rem;
    left: 1rem;
  }
}
.p-midcareer-ideal-candidate__background-text p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #f5f9ff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__background-text p {
    font-size: 8rem;
  }
}

.p-midcareer-ideal-candidate__loop-images {
  display: flex;
  gap: 3.6rem;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__loop-images {
    gap: 2.6rem;
  }
}

.p-midcareer-ideal-candidate__loop-images-cover {
  display: flex;
  gap: 3.6rem;
  animation: Loop 40s 0s linear infinite;
  -webkit-animation: Loop 40s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__loop-images-cover {
    gap: 2.6rem;
  }
}

.p-midcareer-ideal-candidate__loop-image {
  width: 29.6rem;
  height: 37rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__loop-image {
    width: 27.1rem;
    height: 30rem;
  }
}
.p-midcareer-ideal-candidate__loop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-midcareer-ideal-candidate__on-text {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 2rem;
  z-index: 1;
}
.p-midcareer-ideal-candidate__on-text p {
  font-size: 12rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  white-space: nowrap;
  animation: LoopReverse 120s 0s linear infinite;
  -webkit-animation: LoopReverse 120s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-midcareer-ideal-candidate__on-text {
    bottom: 1rem;
  }
  .p-midcareer-ideal-candidate__on-text p {
    font-size: 8rem;
  }
}

@keyframes Loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes LoopReverse {
  0% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-internship-contact-done {
  background: #fff;
}

.p-internship-contact-conf {
  background: #fff;
}

.p-internship-contact {
  background: #fff;
}

.p-internship-about__inner {
  max-width: 114.5rem;
  padding-block: 0 5.7rem 12rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-internship-about__inner {
    padding: 0rem 2.4rem 4.5rem;
  }
}

.p-internship-about__head {
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .p-internship-about__head {
    margin-bottom: 4rem;
  }
}

.p-internship-about__title {
  margin-bottom: 4.3rem;
  position: relative;
  left: -0.9rem;
}
.p-internship-about__title .c-title {
  font-size: 7rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-internship-about__title {
    left: -0.3rem;
    margin-bottom: 2.6rem;
  }
  .p-internship-about__title .c-title {
    font-size: 4.6rem;
    line-height: 1.3;
  }
}

.p-internship-about__sub {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  color: var(--color-blue);
  margin-bottom: 3.6rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-internship-about__sub {
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
  }
}

.p-internship-about__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  line-height: 1.9;
  letter-spacing: 0.03em;
  opacity: 0;
}
@media (max-width: 767px) {
  .p-internship-about__text {
    font-size: 1.6rem;
  }
}

.p-internship-about__loop-images {
  display: flex;
  gap: 3.6rem;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-internship-about__loop-images {
    gap: 2.6rem;
  }
}

.p-internship-about__loop-images-cover {
  display: flex;
  gap: 3.6rem;
  animation: Loop 40s 0s linear infinite;
  -webkit-animation: Loop 40s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-internship-about__loop-images-cover {
    gap: 2.6rem;
  }
}

.p-internship-about__loop-image {
  width: 29.6rem;
  height: 37rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-internship-about__loop-image {
    width: 27.1rem;
    height: 30rem;
  }
}
.p-internship-about__loop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-internship-about__on-text {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 2rem;
  z-index: 1;
}
.p-internship-about__on-text p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  white-space: nowrap;
  animation: LoopReverse 120s 0s linear infinite;
  -webkit-animation: LoopReverse 120s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-internship-about__on-text {
    bottom: 1rem;
  }
  .p-internship-about__on-text p {
    font-size: 9.8rem;
  }
}

@keyframes Loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes LoopReverse {
  0% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-internship-about__background-text {
  position: absolute;
  top: 35rem;
  right: -3rem;
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #f3f6fa;
  white-space: nowrap;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-internship-about__background-text {
    top: 16rem;
    right: 2rem;
    font-size: 8rem;
    line-height: 1;
    text-align: right;
  }
}

.p-internship-area-entry {
  position: relative;
}
@media (max-width: 767px) {
  .p-internship-area-entry .c-section-entry__inner {
    min-height: 53.2rem;
  }
}
@media (max-width: 767px) {
  .p-internship-area-entry .c-section-entry__inner {
    gap: 1.8rem;
  }
}

.p-internship-event-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  overflow: hidden;
  padding-block: 4rem 9rem;
}
@media (max-width: 767px) {
  .p-internship-event-wrapper {
    padding-block: 3.2rem 7rem;
  }
}

.p-internship-event {
  padding: 7rem 0;
  position: relative;
  background-color: var(--color-blue);
  z-index: 0;
}
@media (max-width: 767px) {
  .p-internship-event {
    padding: 2rem 1rem;
  }
}

.p-internship-event__tag {
  position: absolute;
  top: -4rem;
  left: -0.1rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border-radius: 0 0.6rem 0 0;
  background: #000000;
  padding-block: 0.7rem;
  padding-inline: 1.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-internship-event__tag {
    top: -3.1rem;
    gap: 2.3rem;
    padding: 0.6rem 1.2rem 0.6rem 1.3rem;
  }
}
.p-internship-event__tag p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-internship-event__tag p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .p-internship-event__tag--mid::after {
    left: calc(50% - 2rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-internship-event__tag--mid::after {
    left: calc(50% - 1.4rem);
  }
}

.p-internship-event__area {
  width: 120.2rem;
  min-height: 47rem;
  background: #fff;
  border-radius: 4rem;
  margin: auto;
  padding: 4.8rem 6.8rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-internship-event__area {
    width: 100%;
    border-radius: 1rem;
    padding: 3.2rem 2.2rem;
  }
}

.p-internship-event__area-head {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 1.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-internship-event__area-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 2.8rem;
  }
}

.p-internship-event__area-title {
  position: relative;
  left: 0.66rem;
}
.p-internship-event__area-title .c-title {
  font-size: 7rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-internship-event__area-title {
    left: 0.2rem;
  }
  .p-internship-event__area-title .c-title {
    font-size: 4rem;
    line-height: 1.3;
  }
}

.p-internship-event__point {
  padding-inline: 0.8rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .p-internship-event__point {
    border-bottom: 0.1rem solid rgba(125, 139, 149, 0.2);
    padding-inline: 0.7rem;
    padding-bottom: 4.1rem;
    margin-bottom: 3.3rem;
  }
}

.p-internship-event__point-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-internship-event__point-list {
    gap: 2rem;
  }
}

.p-internship-event__point-title {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .p-internship-event__point-title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}

.p-internship-event__point-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.p-internship-event__main-head {
  position: relative;
  left: -1.4rem;
  margin-bottom: 2.5rem;
}
.p-internship-event__main-head .c-title {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .p-internship-event__main-head {
    left: 0.7rem;
    margin-bottom: 1.8rem;
  }
  .p-internship-event__main-head .c-title {
    font-size: 4rem;
  }
}

.p-internship-event__area-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-internship-event__area-cards {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-internship-event__area-cards .c-event-card {
  background-color: #f3f6fa;
}
@media (max-width: 767px) {
  .p-internship-event__area-cards .c-event-card {
    min-width: 29.7rem;
  }
}
.p-internship-event__area-cards .c-event-card:nth-of-type(n + 4) {
  opacity: 0;
  display: none;
}

.p-internship-event__area-sub h3 {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .p-internship-event__area-sub h3 {
    font-size: 4rem;
  }
}

.p-internship-event__area-sub {
  background: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  line-height: 1.7;
  margin-bottom: 0.9rem;
  padding-left: 0.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-internship-event__area-sub {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-internship-event__area-sub--bg-none {
    background: none;
  }
}
.p-internship-event__area-sub [data-common-sub-text] {
  display: block;
  width: fit-content;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .p-internship-event__area-sub .c-sub-filter {
    height: 100%;
  }
}

.p-internship-event__area-sub02 .c-title__text {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .p-internship-event__area-sub02 .c-title__text {
    font-size: 4rem;
  }
}
.p-internship-event__area-sub02 .c-title__filter {
  top: 55%;
  height: 44%;
}
@media (max-width: 767px) {
  .p-internship-event__area-sub02 .c-title__filter {
    height: 50%;
  }
}

.p-internship-event__area-links {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-internship-event__area-links {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
  }
  .p-internship-event__area-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-internship-event__area-links a {
    gap: 2.2rem;
    padding-block: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-internship-event__area-links a {
    min-width: 24rem;
    justify-content: space-between;
    gap: 1.8rem;
    padding-block: 0.7rem;
  }
}
.p-internship-event__area-links .c-link-button__arrow {
  width: 3.6rem;
  height: 3.6rem;
}

.p-internship-event__top-image {
  position: absolute;
  top: -72rem;
  left: -60rem;
  width: 106.9rem;
  z-index: -1;
}
.p-internship-event__top-image img {
  width: 100%;
}

.p-internship-event__bottom-image {
  position: absolute;
  right: -58rem;
  bottom: -60rem;
  width: 106.9rem;
  z-index: -1;
}
.p-internship-event__bottom-image img {
  width: 100%;
}

.p-internship-event__area-more {
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-internship-event__area-more .c-events-more {
  background: var(--color-blue);
}

.p-internship-long-term-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  overflow: hidden;
  padding-block: 4rem 13rem;
}
@media (max-width: 767px) {
  .p-internship-long-term-wrapper {
    padding-block: 3.2rem 0;
  }
}

.p-internship-long-term__inner {
  position: relative;
  z-index: 0;
}

.p-internship-long-term {
  padding: 7rem 0;
  position: relative;
  background-color: var(--color-blue);
}
@media (max-width: 767px) {
  .p-internship-long-term {
    padding: 2rem 1rem;
  }
}

.p-internship-long-term__tag {
  position: absolute;
  top: -11rem;
  left: -0.1rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border-radius: 0 0.6rem 0 0;
  background: #000000;
  padding-block: 0.7rem;
  padding-inline: 1.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-internship-long-term__tag {
    top: -5.2rem;
    left: -1rem;
    gap: 2.3rem;
    padding: 0.6rem 1.2rem 0.6rem 1.3rem;
  }
}
.p-internship-long-term__tag p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-internship-long-term__tag p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .p-internship-long-term__tag--mid::after {
    left: calc(50% - 2rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-internship-long-term__tag--mid::after {
    left: calc(50% - 1.4rem);
  }
}

.p-internship-long-term__area {
  width: 120.2rem;
  min-height: 47rem;
  background: #fff;
  border-radius: 4rem;
  margin: auto;
  padding: 4.8rem 6.8rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-internship-long-term__area {
    width: 100%;
    border-radius: 1rem;
    padding: 3.2rem 2.2rem 1.2rem;
  }
}

.p-internship-long-term__area-head {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 3.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-internship-long-term__area-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 2.8rem;
  }
}

.p-internship-long-term__area-title {
  position: relative;
  left: 0.55rem;
}
.p-internship-long-term__area-title .c-title {
  font-size: 7rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-internship-long-term__area-title {
    left: 0.2rem;
  }
  .p-internship-long-term__area-title .c-title {
    font-size: 4rem;
    line-height: 1.3;
    padding-right: 2rem;
  }
}

.p-internship-long-term__point {
  padding-inline: 0.8rem;
  padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__point {
    padding-inline: 0.5rem;
    padding-bottom: 4.8rem;
  }
}

.p-internship-long-term__point-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__point-list {
    gap: 2rem;
  }
}

.p-internship-long-term__point-title {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__point-title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}

.p-internship-long-term__point-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.p-internship-long-term__info-head {
  position: relative;
  left: -1.4rem;
  margin-bottom: 3.5rem;
}
.p-internship-long-term__info-head .c-title {
  font-size: 4.8rem;
  padding-left: 1.6rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__info-head {
    left: 0.7rem;
    margin-bottom: 2.6rem;
  }
  .p-internship-long-term__info-head .c-title {
    font-size: 4rem;
    padding-left: 0.6rem;
  }
}

.p-internship-long-term__info-body {
  padding-inline: 0.8rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__info-body {
    padding-inline: 0;
  }
}

.p-internship-long-term__info-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.p-internship-long-term__info-item {
  background-color: #f3f6fa;
  border-radius: 0.6rem;
}

.p-internship-long-term__info-title {
  padding: 2.2rem 2.2rem 2.2rem 2.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-internship-long-term__info-title {
    padding: 1.4rem 1.4rem 1rem 1.4rem;
  }
}

.p-internship-long-term__info-title-inner {
  display: grid;
  grid-template-columns: auto 1fr 4.2rem;
  align-items: center;
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__info-title-inner {
    grid-template-columns: 1fr 4.2rem;
    grid-template-rows: auto auto;
    gap: 0.6rem;
    padding-right: 0.6rem;
  }
}

.p-internship-long-term__info-label {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
  border-radius: 0.4rem;
  background-color: var(--color-blue);
  padding: 0.4rem 1.4rem;
}
.is-disabled .p-internship-long-term__info-label {
  background-color: #b6c5dd;
}
@media (max-width: 767px) {
  .p-internship-long-term__info-label {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}

.p-internship-long-term__info-occupation {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 1.65;
  letter-spacing: 0.03em;
}
.is-disabled .p-internship-long-term__info-occupation {
  color: #b6c5dd;
}
@media (max-width: 767px) {
  .p-internship-long-term__info-occupation {
    font-size: 1.6rem;
  }
}

.p-internship-long-term__info-button {
  width: 100%;
  height: 4.2rem;
  align-self: center;
  background-color: #b6c5dd;
  border-radius: 0.4rem;
  position: relative;
  transition: background-color 0.3s ease;
}
.p-internship-long-term__info-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.35rem;
  height: 0.2rem;
  background-color: #fff;
  z-index: 1;
}
.p-internship-long-term__info-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 1.35rem;
  background-color: #fff;
  z-index: 1;
  transition: transform 0.3s ease;
}
.p-internship-long-term__info-button.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (any-hover: hover) {
  .p-internship-long-term__info-title:not(.is-disabled):hover .p-internship-long-term__info-button {
    background-color: var(--color-blue);
  }
}
@media (max-width: 767px) {
  .p-internship-long-term__info-button {
    grid-area: 1/2/3/3;
  }
}

.p-internship-long-term__details {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.p-internship-long-term__details-inner {
  padding: 0 2.6rem 2.6rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__details-inner {
    padding: 0.4rem 1.3rem 1.3rem;
  }
}

.p-internship-long-term__details-box {
  width: 100%;
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__details-box {
    padding: 2rem;
    border-radius: 1rem;
  }
}

.p-internship-long-term__details-unit {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 1.3rem;
}
.p-internship-long-term__details-unit:not(:last-of-type) {
  border-bottom: 0.1rem solid #d2d7dc;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .p-internship-long-term__details-unit {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  .p-internship-long-term__details-unit:not(:last-of-type) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.p-internship-long-term__details-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-blue);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-internship-long-term__details-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-internship-long-term__details-text {
    font-size: 1.2rem;
  }
}

.p-internship-long-term__unit {
  width: fit-content;
  margin: 4rem auto 0;
}
.p-internship-long-term__unit.is-disabled {
  display: none;
}

.p-internship-program__inner {
  max-width: 114.5rem;
  padding-block: 3.8rem 10rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-internship-program__inner {
    padding-block: 1rem 4.8rem;
  }
}

.p-internship-program__head {
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-internship-program__head {
    margin-bottom: 5rem;
  }
}

.p-internship-program__background-text {
  position: absolute;
  bottom: 12.2rem;
  left: 1rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-internship-program__background-text {
    display: none;
  }
}
.p-internship-program__background-text p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #f5f9ff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-internship-program__background-text p {
    font-size: 15rem;
  }
}

.p-internship-program__title {
  margin-bottom: 4rem;
}
.p-internship-program__title .c-title {
  font-size: 7rem;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .p-internship-program__title {
    padding-inline: 2.5rem 0.8rem;
    margin-bottom: 3.2rem;
  }
  .p-internship-program__title .c-title {
    font-size: 4.6rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .p-internship-program__details {
    padding-inline: 2.4rem;
  }
}

.p-internship-program__sub {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  color: var(--color-blue);
  margin-bottom: 3.6rem;
  position: relative;
  left: -0.2rem;
}
@media (max-width: 767px) {
  .p-internship-program__sub {
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
  }
}

.p-internship-program__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-internship-program__text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-internship-program__content {
    padding-inline: 2.4rem;
  }
}

.p-internship-program__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.6rem;
}
@media (max-width: 767px) {
  .p-internship-program__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.2rem;
  }
}

.p-internship-program__item {
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 4.1rem;
  width: 100%;
  background-color: #f3f6fa;
  border-radius: 1.4rem;
  padding: 4.7rem 4.2rem 3.8rem 3rem;
}
@media (max-width: 767px) {
  .p-internship-program__item {
    gap: 2.1rem;
    border-radius: 1rem;
    padding: 2.7rem 2rem 2rem 2.2rem;
  }
}

.p-internship-program__name .c-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-internship-program__name .c-title {
    font-size: 2.7rem;
    line-height: 1.3;
  }
}
.p-internship-program__name .c-title__filter {
  height: 106%;
}

.p-internship-program__button {
  width: fit-content;
  margin-left: auto;
}
.p-internship-program__button .c-link-button {
  border-radius: 0.6rem;
}
.p-internship-program__button .c-link-button__arrow {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .p-internship-program__button {
    width: 17.4rem;
  }
  .p-internship-program__button .c-link-button {
    width: 100%;
    border-radius: 0.6rem;
    justify-content: space-between;
    gap: 0;
    padding: 0.7rem 0.7rem 0.7rem 2.3rem;
  }
  .p-internship-program__button .c-link-button__text {
    font-size: 1.6rem;
  }
  .p-internship-program__button .c-link-button__arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.p-newgraduate-done {
  background: #fff;
}
@media (max-width: 767px) {
  .p-newgraduate-done .c-form-lead .--lead {
    text-align: center;
  }
}

.p-newgraduate-conf {
  background: #fff;
}

.p-newgraduate-entry {
  background: #fff;
}

.p-newgraduate-requirements-area-entry {
  position: relative;
}

.p-newgraduate-requirements-flow__inner {
  max-width: 126.5rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-flow__inner {
    margin-bottom: 10rem;
  }
}

.p-newgraduate-requirements-flow__head {
  position: relative;
  padding-left: 4.7rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-flow__head {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }
}

.p-newgraduate-requirements-flow__background-text {
  position: absolute;
  bottom: -14.8rem;
  left: 14rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-flow__background-text {
    bottom: -11.4rem;
    left: 4.2rem;
  }
}
.p-newgraduate-requirements-flow__background-text p {
  font-size: 20rem;
  font-weight: 600;
  font-style: italic;
  color: #f3f6fa;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-flow__background-text p {
    font-size: 15rem;
  }
}

.p-newgraduate-requirements-flow__main {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-flow__main {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .p-newgraduate-requirements-flow__note {
    padding-inline: 2.4rem;
  }
}

.p-newgraduate-requirements-flow__note-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #7D8B95;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-newgraduate-requirements-info__inner {
  max-width: 112.6rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-block: 9rem 8.4rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__inner {
    padding: 4rem 2.4rem 6rem;
    gap: 1.4rem;
  }
}

.p-newgraduate-requirements-info__unit {
  display: grid;
  grid-template-columns: 24.4rem minmax(0, 1fr);
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__unit {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.p-newgraduate-requirements-info__title {
  display: grid;
  align-items: center;
  background-color: #b6c5dd;
  border-radius: 0.6rem 0 0 0.6rem;
  padding-inline: 5rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__title {
    border-radius: 0.6rem 0.6rem 0 0;
    justify-content: center;
    align-items: normal;
    padding: 0.6rem 0;
  }
}

.p-newgraduate-requirements-info__title-text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__title-text {
    font-size: 1.8rem;
  }
}

.p-newgraduate-requirements-info__content {
  background-color: #f3f6fa;
  border-radius: 0 0.6rem 0.6rem 0;
  padding: 3.4rem 5rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__content {
    border-radius: 0 0 0.6rem 0.6rem;
    padding: 2rem;
  }
}

.p-newgraduate-requirements-info__text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
.p-newgraduate-requirements-info__text--bold {
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__text {
    font-size: 1.4rem;
  }
}

.p-newgraduate-requirements-info__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__list {
    gap: 2.3rem;
  }
}

.p-newgraduate-requirements-info__link {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-newgraduate-requirements-info__link {
    font-size: 1.4rem;
  }
}

.p-newgraduate-area-entry {
  position: relative;
}

.p-newgraduate-event-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.p-newgraduate-event {
  padding: 7rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-newgraduate-event {
    padding: 2rem 1rem;
  }
}

.p-newgraduate-event__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-newgraduate-event__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-newgraduate-event__tag {
  position: absolute;
  top: -4rem;
  left: -0.1rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border-radius: 0 0.6rem 0 0;
  background: #000000;
  padding-block: 0.7rem;
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  .p-newgraduate-event__tag {
    top: -3.1rem;
    gap: 2.3rem;
    padding: 0.6rem 1.2rem 0.6rem 1.3rem;
  }
}
.p-newgraduate-event__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 3.34rem);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .p-newgraduate-event__tag::after {
    left: calc(50% - 2.53rem);
  }
}
.p-newgraduate-event__tag p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-newgraduate-event__tag p {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .p-newgraduate-event__tag--mid::after {
    left: calc(50% - 2rem);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-newgraduate-event__tag--mid::after {
    left: calc(50% - 1.4rem);
  }
}

.p-newgraduate-event__area {
  width: 120.2rem;
  min-height: 47rem;
  background: rgb(0, 100, 255);
  border-radius: 4rem;
  margin: auto;
  padding: 4.5rem 5rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area {
    width: 100%;
    min-height: 33rem;
    border-radius: 1rem;
    padding: 2.4rem 2.2rem;
  }
}

.p-newgraduate-event__area-head {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 1.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .p-newgraduate-event__area-title .c-title {
    font-size: 4rem;
  }
}

.p-newgraduate-event__area-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-cards {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-cards .c-event-card {
    min-width: 29.7rem;
  }
}
.p-newgraduate-event__area-cards .c-event-card:nth-of-type(n + 4) {
  opacity: 0;
  display: none;
}

.p-newgraduate-event__area-sub h3 {
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-sub h3 {
    font-size: 4rem;
  }
}

.p-newgraduate-event__area-texts {
  flex: 1;
  max-width: 100%;
}
.p-newgraduate-event__area-texts--small {
  width: 56.1rem;
}

.p-newgraduate-event__area-sub {
  background: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  line-height: 1.7;
  margin-bottom: 0.9rem;
  padding-left: 0.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-sub {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-sub--bg-none {
    background: none;
  }
}
.p-newgraduate-event__area-sub [data-common-sub-text] {
  display: block;
  width: fit-content;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-sub .c-sub-filter {
    height: 100%;
  }
}

.p-newgraduate-event__area-sub02 .c-title__text {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-sub02 .c-title__text {
    font-size: 4rem;
  }
}
.p-newgraduate-event__area-sub02 .c-title__filter {
  top: 55%;
  height: 44%;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-sub02 .c-title__filter {
    height: 50%;
  }
}

.p-newgraduate-event__area-text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  padding-top: 4.4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-text {
    font-size: 1.6rem;
    padding-top: 0;
    padding-left: 0.7rem;
  }
}

.p-newgraduate-event__area-big {
  position: absolute;
  top: -5rem;
  right: 13rem;
  z-index: -1;
}
.p-newgraduate-event__area-big p {
  font-size: 20rem;
  font-weight: 600;
  font-style: italic;
  color: #1c58ff;
  letter-spacing: -0.02em;
  line-height: 1.65;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-big {
    top: 14.5rem;
    right: auto;
    left: 8rem;
  }
  .p-newgraduate-event__area-big p {
    font-size: 8rem;
  }
}

.p-newgraduate-event__area-links {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-links {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
  }
  .p-newgraduate-event__area-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-newgraduate-event__area-links a {
    gap: 2.2rem;
    padding-block: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-newgraduate-event__area-links a {
    min-width: 24rem;
    justify-content: space-between;
    gap: 1.8rem;
    padding-block: 0.7rem;
  }
}
.p-newgraduate-event__area-links .c-link-button__arrow {
  width: 3.6rem;
  height: 3.6rem;
}

.p-newgraduate-event__top-image {
  position: absolute;
  top: -78rem;
  right: 2rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-newgraduate-event__top-image {
    top: -88rem;
    right: -15rem;
  }
}
.p-newgraduate-event__top-image img {
  width: 100%;
}

.p-newgraduate-event__bottom-image {
  position: absolute;
  bottom: -78rem;
  left: 2rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-newgraduate-event__bottom-image {
    bottom: -90rem;
    left: -14rem;
  }
}
.p-newgraduate-event__bottom-image img {
  width: 100%;
}

.p-newgraduate-event__area-more {
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.p-newgraduate-faq__inner {
  max-width: 120rem;
  width: 100%;
  padding-block: 10rem 14rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__inner {
    padding-block: 7.2rem 6.2rem;
  }
}

.p-newgraduate-faq__title {
  margin-bottom: 1.9rem;
  position: relative;
  z-index: 2;
}
.p-newgraduate-faq__title ._small {
  font-size: 7rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.p-newgraduate-faq__title .c-title {
  padding-right: 1.2rem;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__title {
    margin-bottom: 0.1rem;
  }
  .p-newgraduate-faq__title .c-title {
    padding-inline: 1.8rem 1.2rem;
    line-height: 1.2;
  }
  .p-newgraduate-faq__title ._small {
    display: block;
    font-size: 3.2rem;
    position: relative;
    left: -1.4rem;
  }
}

.p-newgraduate-faq__main {
  max-width: 116.6rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__main {
    width: 100%;
    padding-inline: 2.4rem;
  }
}

.p-newgraduate-faq__item {
  border-bottom: 0.1rem solid #D2D7DC;
}

.p-newgraduate-faq__label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 4.2rem;
  gap: 1.6rem;
  cursor: pointer;
  padding-block: 1.9rem;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__label {
    gap: 1rem;
    padding-block: 1.8rem;
  }
}

.p-newgraduate-faq__icon {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--color-blue);
  line-height: 1.65;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__icon {
    font-size: 1.6rem;
  }
}

.p-newgraduate-faq__question {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__question {
    font-size: 1.4rem;
    padding-right: 0.4rem;
  }
}

.p-newgraduate-faq__button {
  width: 100%;
  height: 4.2rem;
  align-self: center;
  background-color: #B6C5DD;
  border-radius: 0.4rem;
  position: relative;
  transition: background-color 0.3s ease;
}
.p-newgraduate-faq__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.35rem;
  height: 0.2rem;
  background-color: #fff;
  z-index: 1;
}
.p-newgraduate-faq__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 1.35rem;
  background-color: #fff;
  z-index: 1;
  transition: transform 0.3s ease;
}
.p-newgraduate-faq__button.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (any-hover: hover) {
  .p-newgraduate-faq__label:hover .p-newgraduate-faq__button {
    background-color: var(--color-blue);
  }
}

.p-newgraduate-faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.p-newgraduate-faq__answer-inner {
  padding-bottom: 2rem;
}

.p-newgraduate-faq__answer-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.8rem;
  background-color: #F3F6FA;
  border-radius: 1rem;
  padding: 2rem 6.6rem 2rem 3rem;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__answer-box {
    gap: 1rem;
    padding: 1.3rem 1.6rem 1rem;
  }
}

.p-newgraduate-faq__text {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .p-newgraduate-faq__text {
    font-size: 1.4rem;
  }
}

.p-newgraduate-flow__inner {
  max-width: 126.5rem;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .p-newgraduate-flow__inner {
    margin-bottom: 9rem;
  }
}

.p-newgraduate-flow__head {
  position: relative;
  padding-left: 4.7rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-newgraduate-flow__head {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }
}

.p-newgraduate-flow__main {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-newgraduate-flow__main {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .p-newgraduate-flow__note {
    padding-inline: 2.4rem;
  }
}

.p-newgraduate-flow__note-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #7d8b95;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-newgraduate-ideal-candidate {
  margin-bottom: 4.7rem;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate {
    margin-bottom: 5rem;
  }
}

.p-newgraduate-ideal-candidate__inner {
  max-width: 114.5rem;
  margin: auto;
  padding-top: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__inner {
    padding: 1.2rem 2.4rem 0;
  }
}

.p-newgraduate-ideal-candidate__flex {
  display: flex;
  justify-content: space-between;
  gap: 4.8rem;
  margin-bottom: 13rem;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__flex {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5rem;
    margin-bottom: 5rem;
  }
}

.p-newgraduate-ideal-candidate__title {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__title {
    margin-bottom: 2rem;
  }
}
.p-newgraduate-ideal-candidate__title .c-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__title .c-title {
    position: relative;
    left: -0.4rem;
  }
}

.p-newgraduate-ideal-candidate__sub {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.3;
  color: var(--color-blue);
  padding-right: 0.8rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__sub {
    font-size: 1.9rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
  }
}

.p-newgraduate-ideal-candidate__text {
  width: 60rem;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__text {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-newgraduate-ideal-candidate__image {
  width: 39.7rem;
  height: 54.5rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  top: 3rem;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__image {
    width: 100%;
    max-width: 100%;
    height: 44.8rem;
    top: 0;
    margin: auto;
  }
}
.p-newgraduate-ideal-candidate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-newgraduate-ideal-candidate__background-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 40.3rem;
  left: 2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__background-text {
    bottom: 77.6rem;
    left: 1rem;
  }
}
.p-newgraduate-ideal-candidate__background-text p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #f5f9ff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__background-text p {
    font-size: 8rem;
  }
}

.p-newgraduate-ideal-candidate__loop-images {
  display: flex;
  gap: 3.6rem;
  width: 100vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__loop-images {
    gap: 2.6rem;
  }
}

.p-newgraduate-ideal-candidate__loop-images-cover {
  display: flex;
  gap: 3.6rem;
  animation: Loop 40s 0s linear infinite;
  -webkit-animation: Loop 40s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__loop-images-cover {
    gap: 2.6rem;
  }
}

.p-newgraduate-ideal-candidate__loop-image {
  width: 29.6rem;
  height: 37rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__loop-image {
    width: 27.1rem;
    height: 30rem;
  }
}
.p-newgraduate-ideal-candidate__loop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-newgraduate-ideal-candidate__on-text {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 2rem;
  z-index: 1;
}
.p-newgraduate-ideal-candidate__on-text p {
  font-size: 12rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-blue);
  white-space: nowrap;
  animation: LoopReverse 120s 0s linear infinite;
  -webkit-animation: LoopReverse 120s 0s linear infinite;
}
@media (max-width: 767px) {
  .p-newgraduate-ideal-candidate__on-text {
    bottom: 1rem;
  }
  .p-newgraduate-ideal-candidate__on-text p {
    font-size: 8rem;
  }
}

@keyframes Loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes LoopReverse {
  0% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-newgraduate-info {
  margin-bottom: 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-newgraduate-info {
    margin-bottom: 6rem;
  }
}

.p-newgraduate-info__inner {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .p-newgraduate-info__internship {
    padding-inline: 2.4rem;
  }
}

.p-newgraduate-info__internship-box {
  max-width: 114.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.4rem;
  width: 100%;
  background-color: #f3f6fa;
  border-radius: 1rem;
  padding: 2rem 2rem 2rem 5rem;
  margin-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .p-newgraduate-info__internship-box {
    padding: 2.4rem;
    margin-bottom: 6rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
  }
}

.p-newgraduate-info__internship-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 3.4rem;
}
@media (max-width: 767px) {
  .p-newgraduate-info__internship-head {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.2rem;
  }
}

.p-newgraduate-info__internship-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-newgraduate-info__internship-title {
    font-size: 2rem;
  }
}

.p-newgraduate-info__internship-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.p-newgraduate-info__box {
  max-width: 126.6rem;
  background: var(--color-blue);
  border-radius: 4rem;
  overflow: hidden;
  margin-inline: auto;
  position: relative;
  padding: 8rem 11rem 13rem 11.7rem;
}
@media (max-width: 767px) {
  .p-newgraduate-info__box {
    width: 100%;
    border-radius: 3rem;
    padding: 5.2rem 2.4rem 2.7rem;
  }
}
@media (max-width: 767px) {
  .p-newgraduate-info__box .c-link-button {
    background: none;
  }
}

.p-newgraduate-info__title {
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 2;
}
.p-newgraduate-info__title .c-title {
  padding-right: 1.2rem;
}
.p-newgraduate-info__title ._small {
  font-size: 7rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-newgraduate-info__title {
    margin-bottom: 1.8rem;
  }
  .p-newgraduate-info__title .c-title {
    line-height: 1.2;
  }
  .p-newgraduate-info__title ._small {
    display: block;
    font-size: 3.2rem;
  }
}

.p-newgraduate-info__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-left: 1.6rem;
}
@media (max-width: 767px) {
  .p-newgraduate-info__details {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-left: 0;
  }
}

.p-newgraduate-info__text {
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-newgraduate-info__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.p-newgraduate-info__link {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-newgraduate-info__link {
    width: fit-content;
    margin-left: auto;
  }
  .p-newgraduate-info__link .c-link-button {
    gap: 5rem;
  }
}

.p-newgraduate-info__background-bottom-text {
  position: absolute;
  left: 42rem;
  bottom: -2rem;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-newgraduate-info__background-bottom-text {
    bottom: 6.5rem;
    left: 8rem;
  }
}
.p-newgraduate-info__background-bottom-text p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #1c58ff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-newgraduate-info__background-bottom-text p {
    font-size: 8rem;
    line-height: 0.9;
    text-align: right;
  }
}

.p-newgraduate-info__top-image {
  position: absolute;
  top: -84rem;
  right: -10rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-newgraduate-info__top-image {
    width: 78.1rem;
    top: -63rem;
    right: -9rem;
  }
}
.p-newgraduate-info__top-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.p-newgraduate-info__bottom-image {
  position: absolute;
  left: 6rem;
  bottom: -89rem;
  width: 106.9rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-newgraduate-info__bottom-image {
    width: 106.9rem;
    bottom: -95rem;
    left: -10rem;
  }
}
.p-newgraduate-info__bottom-image img {
  width: 100%;
  height: auto;
  transform: rotate(4deg);
}

.p-infographic-main {
  min-height: 100rem;
  padding-bottom: 14rem;
}
@media (max-width: 767px) {
  .p-infographic-main {
    padding-top: 0.7rem;
    padding-bottom: 8rem;
  }
}

.p-infographic-main__inner {
  width: 114.6rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .p-infographic-main__inner {
    padding-inline: 2.4rem;
  }
}

.p-infographic-main__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem 3rem;
}
@media (max-width: 767px) {
  .p-infographic-main__flex {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-infographic-main__card {
  width: 55.8rem;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .p-infographic-main__card {
    width: 100%;
  }
}
.p-infographic-main__card img {
  opacity: 0;
  width: 100%;
}
.p-infographic-main__card.long {
  width: 100%;
}

.p-about-catch {
  padding-top: 5rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-about-catch {
    padding-top: 0;
    margin-bottom: 5.9rem;
  }
}

.p-about-catch__inner {
  max-width: 113.7rem;
  margin: auto;
}
@media (max-width: 767px) {
  .p-about-catch__inner {
    padding-inline: 2.4rem;
  }
}

.p-about-catch__title-body {
  font-size: 14.4rem;
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .p-about-catch__title-body {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-about-catch__title-body span:last-of-type {
    position: relative;
    top: 1rem;
  }
}

.p-about-catch__texts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 11.2rem;
}
@media (max-width: 767px) {
  .p-about-catch__texts {
    gap: 2.3rem;
    margin-bottom: 5.4rem;
  }
}

.p-about-catch__text-box p {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-about-catch__text-box p {
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to left, #eee 100%, #0064ff 0%);
    background-position-x: 100%;
    background-size: inherit;
  }
}
@media (max-width: 767px) {
  .p-about-catch__text-box p {
    display: inline;
    font-size: 1.6rem;
    color: var(--color-blue);
  }
}
.p-about-catch__text-box .large {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .p-about-catch__text-box .large {
    font-size: 1.9rem;
  }
}

.p-about-catch__images {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126.6rem;
  height: 74.6rem;
  background: #000;
  border-radius: 4rem;
  overflow: hidden;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-about-catch__images {
    width: 33.5rem;
    height: 53.4rem;
    border-radius: 2.866rem;
  }
}

.p-about-catch__images-container {
  display: flex;
  gap: 2rem;
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .p-about-catch__images-container {
    gap: 1.2rem;
  }
}

.p-about-catch__images-cover {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-about-catch__images-cover {
    gap: 1.2rem;
  }
}

.p-about-catch__images-item {
  width: 28.6rem;
  height: 35.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-about-catch__images-item {
    width: 18.6rem;
    height: 23.2rem;
  }
}
.p-about-catch__images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-iden {
  width: 100%;
  background: var(--color-blue);
  margin-bottom: -4rem;
}

.p-about-iden__image-top {
  position: absolute;
  right: 0;
  z-index: 0;
}
.p-about-iden__image-top img {
  width: 106.9rem;
}
@media (max-width: 767px) {
  .p-about-iden__image-top img {
    position: relative;
    top: -1rem;
    width: 68.4rem;
  }
}

.p-about-iden__image-bottom {
  position: absolute;
  left: 50%;
  bottom: -90%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .p-about-iden__image-bottom {
    display: none;
  }
}
.p-about-iden__image-bottom img {
  width: 261.3rem;
}

@media (min-width: 768px) {
  .p-about-iden__sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .p-about-iden__sticky {
    position: relative;
  }
}

.p-about-iden__big-typo {
  position: absolute;
  top: 19vh;
  right: -4rem;
  font-size: 14rem;
  font-style: italic;
  font-weight: 600;
  color: #1c58ff;
  line-height: 1.65;
  letter-spacing: -0.02em;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-about-iden__big-typo {
    top: 4rem;
    right: 2rem;
    font-size: 8rem;
    line-height: 0.9;
    text-align: right;
  }
}

.p-about-iden__inner {
  max-width: 117rem;
  margin: auto;
  padding-block: 5.2rem 21.4rem;
}
@media (min-width: 768px) {
  .p-about-iden__inner {
    margin-top: -100vh;
  }
}
@media (max-width: 767px) {
  .p-about-iden__inner {
    padding-inline: 2.4rem;
    padding-block: 5.2rem 5rem;
  }
}

.p-about-iden__title {
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-about-iden__title {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 767px) {
  .p-about-iden__title .c-title {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .p-about-iden__title .c-title__filter {
    height: 105%;
  }
}

.p-about-iden__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-about-iden__contents {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-about-iden__contents-image {
  width: 39.7rem;
  height: 54.5rem;
  border-radius: 1.2rem;
}
@media (min-width: 768px) {
  .p-about-iden__contents-image {
    position: sticky;
    top: 20vh;
    left: 0;
  }
}
@media (max-width: 767px) {
  .p-about-iden__contents-image {
    width: 32.7rem;
    height: 44.89rem;
  }
}
.p-about-iden__contents-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-iden__contents-items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 67rem;
  padding-top: 11.4rem;
}
@media (min-width: 768px) {
  .p-about-iden__contents-items {
    position: relative;
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-about-iden__contents-items {
    width: 100%;
    gap: 3rem;
    padding-top: 0;
    padding-bottom: 4.9rem;
  }
}

.p-about-iden__contents-item-label {
  width: fit-content;
  background: #000;
  border-radius: 0.4rem;
  padding: 0.8rem 1.4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-about-iden__contents-item-label {
    position: relative;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .p-about-iden__contents-item-label {
    padding: 0.4rem 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.p-about-iden__contents-item-label p {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .p-about-iden__contents-item-label p {
    font-size: 1.8rem;
  }
}

.p-about-iden__contents-item-title h3 {
  font-size: 5.5rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-about-iden__contents-item-title h3 {
    font-size: 3rem;
    line-height: 1.3;
    white-space: nowrap;
  }
}

.p-about-iden__contents-item-ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .p-about-iden__contents-item-ul {
    font-size: 1.4rem;
  }
}
.p-about-iden__contents-item-ul li {
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-about-iden__contents-item-ul li {
    display: flex;
    font-size: 2rem;
  }
}

.p-about-brand {
  border-radius: 4rem;
  background: #f3f6fa;
  margin-bottom: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-about-brand {
    border-radius: 3rem;
    margin-bottom: 7.6rem;
  }
}

.p-about-brand__inner {
  max-width: 114.6rem;
  margin: auto;
  padding-block: 7.4rem 11.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-about-brand__inner {
    padding-block: 6rem 5rem;
    padding-inline: 2.4rem;
  }
}

.p-about-brand__title {
  margin-bottom: 4.1rem;
}
@media (max-width: 767px) {
  .p-about-brand__title {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767px) {
  .p-about-brand__title .c-title {
    white-space: nowrap;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .p-about-brand__title .c-title__filter {
    height: 105%;
  }
}

.p-about-brand__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-about-brand__contents {
    flex-direction: column;
    gap: 4rem;
  }
}

.p-about-brand__left {
  width: 52rem;
}
@media (max-width: 767px) {
  .p-about-brand__left {
    width: 100%;
  }
}

.p-about-brand__right {
  width: 52rem;
  height: 34.2rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-about-brand__right {
    width: 100%;
    height: 24.3rem;
    border-radius: 1rem;
  }
}
.p-about-brand__right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-brand__logo {
  width: 35.8rem;
  margin-bottom: 4.1rem;
}
@media (max-width: 767px) {
  .p-about-brand__logo {
    width: 20.7rem;
    margin-bottom: 2.4rem;
  }
}
.p-about-brand__logo img {
  width: 100%;
}

.p-about-brand__text {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-about-brand__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .p-about-history {
    margin-top: -14rem;
  }
}
.p-about-history__title {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .p-about-history__title {
    padding-inline: 2.4rem;
    margin-bottom: 0;
  }
}
.p-about-history__title .c-title {
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-about-history__container {
    padding: 10rem 0 0;
    margin-bottom: 12rem;
    margin-inline: auto;
    width: 114.6rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__container {
    margin-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .p-about-history__list--year {
    padding: 0 0 0 9.2rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__list--year {
    padding: 5.2rem 2.5rem 0 7.5rem;
    display: grid;
    gap: 4rem;
  }
}
.p-about-history__item--year {
  position: relative;
}
@media (min-width: 768px) {
  .p-about-history__item--year {
    display: grid;
    grid-template-columns: 32.1rem auto;
    padding: 4.9rem 1rem;
    border-top: 1px solid #d2d7dc;
  }
}
@media (max-width: 767px) {
  .p-about-history__item--year {
    padding: 0 0 3rem;
    border-bottom: 1px solid #d2d7dc;
  }
}
.p-about-history__item--year:last-of-type {
  border-bottom: 1px solid #d2d7dc;
}
.p-about-history__item--year.u-border-none {
  border-top: none;
}
.p-about-history__item--year:after {
  position: absolute;
  border-radius: 100vmax;
  content: "";
  background-color: var(--color-blue);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-about-history__item--year:after {
    width: 1.8rem;
    height: 1.8rem;
    top: 8.1rem;
    left: -8.3rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__item--year:after {
    width: 1.4rem;
    height: 1.4rem;
    top: 1.4rem;
    left: -5rem;
  }
}
.p-about-history__item--year:not(:last-child):before {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 1px #d2d7dc dashed;
}
@media (min-width: 768px) {
  .p-about-history__item--year:not(:last-child):before {
    top: 9rem;
    left: -7.5rem;
    height: 140%;
  }
}
@media (max-width: 767px) {
  .p-about-history__item--year:not(:last-child):before {
    top: 2.1rem;
    left: -4.4rem;
    height: calc(100% + 37rem);
  }
}
.p-about-history__term--year {
  color: #0064ff;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 110%; /* 66px */
}
@media (min-width: 768px) {
  .p-about-history__term--year {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__term--year {
    font-size: 4.2rem;
    margin-bottom: 2.3rem;
  }
}
.p-about-history__list--month {
  display: grid;
}
@media (min-width: 768px) {
  .p-about-history__list--month {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__list--month {
    gap: 3rem;
  }
}
.p-about-history__term--month {
  margin-bottom: 2rem;
}
.p-about-history__term--month span {
  color: var(--color-blue);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 110%; /* 44px */
}
@media (min-width: 768px) {
  .p-about-history__term--month span {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__term--month span {
    font-size: 3rem;
  }
}
.p-about-history__term--month span.--unit {
  color: var(--color-blue);
  font-family: revert;
}
@media (min-width: 768px) {
  .p-about-history__term--month span.--unit {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__term--month span.--unit {
    font-size: 1.8rem;
  }
}
.p-about-history__desc--month {
  font-size: 2rem;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.048rem;
}
@media (max-width: 767px) {
  .p-about-history__desc--month {
    font-size: 1.6rem;
    position: relative;
    left: 1.6rem;
  }
}
.p-about-history__desc--month ul {
  list-style-type: disc;
  padding-left: 0.8em;
}

.p-about-history__big-typo {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
}
.p-about-history__big-typo p {
  font-size: 14rem;
  font-weight: 600;
  font-style: italic;
  color: #f5f9ff;
  position: relative;
}
@media (min-width: 768px) {
  .p-about-history__big-typo p {
    top: -200px;
    right: 10rem;
  }
}
@media (max-width: 767px) {
  .p-about-history__big-typo p {
    font-size: 15rem;
    top: -180px;
    right: -22rem;
  }
}

@media (min-width: 768px) {
  .p-about-company {
    padding: 10rem 0 0;
    margin-bottom: 6rem;
    width: 112.6rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-about-company {
    padding: 0rem 2rem 0;
    margin-bottom: 4.6rem;
  }
}
@media (max-width: 767px) {
  .p-about-company .c-link-button__text {
    font-size: 1.5rem;
  }
}
.p-about-company__title {
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .p-about-company__title {
    margin-bottom: 2rem;
  }
}
.p-about-company__title .c-title {
  padding-right: 2rem;
}
.p-about-company__list {
  border: 1px solid #d2d7dc;
}
@media (min-width: 768px) {
  .p-about-company__list {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-about-company__list {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-about-company__item {
    display: flex;
    padding: 3rem 4rem;
  }
  .p-about-company__item:not(:last-child) {
    border-bottom: 1px solid #d2d7dc;
  }
}
@media (max-width: 767px) {
  .p-about-company__item {
    padding: 2.2rem;
  }
}
.p-about-company__item:not(:last-child) {
  border-bottom: 1px solid #d2d7dc;
}
.p-about-company__term {
  font-weight: 600;
  line-height: 180%; /* 28..8rem */
}
@media (min-width: 768px) {
  .p-about-company__term {
    font-size: 1.6rem;
    width: 22.1rem;
    border-right: 1px solid #d2d7dc;
    letter-spacing: 0.048rem;
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 767px) {
  .p-about-company__term {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    margin-bottom: 0.8rem;
  }
}
.p-about-company__desc {
  flex: 1;
}
@media (min-width: 768px) {
  .p-about-company__desc {
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.048rem;
  }
}
@media (max-width: 767px) {
  .p-about-company__desc {
    font-size: 1.4rem;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
  }
}
.p-about-company__desc .--text-link {
  text-decoration: underline;
}
.p-about-company__desc a {
  line-height: 1;
}
.p-about-company__desc.--pdf .c-button-blue__round {
  border: 1px solid #fff;
  width: 1.6rem;
  height: 1.5rem;
  background: transparent;
  border-radius: 0;
  display: grid;
  place-items: center;
}
.p-about-company__desc.--pdf .c-button-blue__round:before {
  content: "PDF";
  color: #fff;
  font-family: Poppins;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 180%; /* 10.8px */
  letter-spacing: 0.012rem;
}
.p-about-company__desc.--pdf .c-button-blue__sp-arrow {
  display: none;
}
.p-about-company__list--sub {
  width: 100%;
}
.p-about-company__item--sub {
  width: 100%;
}
.p-about-company__item--sub:not(:last-child) {
  border-bottom: 1px solid #d2d7dc;
}
.p-about-company__item--sub:first-child {
  padding-top: 0;
}
.p-about-company__item--sub:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-about-company__item--sub {
    display: flex;
    padding: 2.6rem 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-about-company__item--sub {
    padding: 2rem 0;
  }
}
.p-about-company__term--sub {
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
@media (min-width: 768px) {
  .p-about-company__term--sub {
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
  }
}
@media (max-width: 767px) {
  .p-about-company__term--sub {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
}
.p-about-company__desc--sub {
  line-height: 180%;
}
@media (min-width: 768px) {
  .p-about-company__desc--sub {
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
  }
}
@media (max-width: 767px) {
  .p-about-company__desc--sub {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
}
.p-about-company__date {
  color: #7d8b95;
  text-align: right;
  font-size: 1.2rem;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.036rem;
}

@media (min-width: 768px) {
  .p-about-group {
    margin-bottom: 12rem;
    width: 112.6rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-about-group {
    padding: 0 2rem;
    margin-bottom: 6rem;
  }
}
.p-about-group__title {
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .p-about-group__title {
    margin-bottom: 2rem;
  }
}
.p-about-group__title .c-title {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .p-about-group__title .c-title {
    font-size: 4.3rem;
    padding-right: 1rem;
  }
}
.p-about-group__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-about-group__item {
  border: 1px solid #d2d7dc;
}
@media (min-width: 768px) {
  .p-about-group__item {
    display: flex;
  }
}
.p-about-group__figure {
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .p-about-group__figure {
    width: 20.6rem;
    border-right: 1px solid #d2d7dc;
  }
}
@media (max-width: 767px) {
  .p-about-group__figure {
    padding: 3.6rem 0;
    border-bottom: 1px solid #d2d7dc;
  }
}
.p-about-group__logo.--media-seek {
  width: 14rem;
  height: 6.5rem;
}
.p-about-group__logo.--lp, .p-about-group__logo.--lf {
  width: 8.2rem;
  height: 5.1rem;
}
.p-about-group__list--sub {
  flex: 1;
}
.p-about-group__item--sub {
  width: 100%;
}
@media (min-width: 768px) {
  .p-about-group__item--sub {
    padding: 3rem 4rem;
    display: flex;
  }
}
@media (max-width: 767px) {
  .p-about-group__item--sub {
    padding: 2.2rem;
  }
}
.p-about-group__item--sub:not(:last-child) {
  border-bottom: 1px solid #d2d7dc;
}
.p-about-group__term {
  font-weight: 600;
  line-height: 180%; /* 28.8px */
}
@media (min-width: 768px) {
  .p-about-group__term {
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
    width: 10rem;
    border-right: 1px solid #d2d7dc;
  }
}
@media (max-width: 767px) {
  .p-about-group__term {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
}
.p-about-group__desc {
  line-height: 180%; /* 28.8px */
}
@media (min-width: 768px) {
  .p-about-group__desc {
    font-size: 1.6rem;
    letter-spacing: 0.048rem;
    flex: 1;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 767px) {
  .p-about-group__desc {
    font-size: 1.4rem;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.042rem;
  }
}

.p-about-document {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .p-about-document {
    margin-bottom: 8rem;
  }
}

.p-about-document__inner {
  max-width: 118rem;
  margin: auto;
}
@media (max-width: 767px) {
  .p-about-document__inner {
    padding-inline: 2.4rem;
  }
}

.p-about-document__title {
  margin-bottom: 2rem;
}
.p-about-document__title .c-title {
  left: -0.7rem;
  padding-right: 2rem;
}

.p-about-document__text {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .p-about-document__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.p-about-document__slider {
  width: 108rem;
  max-width: 100%;
  height: 60.4rem;
  margin: auto;
}
@media (max-width: 767px) {
  .p-about-document__slider {
    width: 100%;
    height: 17.6rem;
  }
}

.p-about-document__link {
  width: fit-content;
  margin-left: auto;
  margin-top: 3rem;
}

.p-404-main__inner {
  width: 114.7rem;
  max-width: 100%;
  margin: auto;
  padding-block: 10rem 12rem;
}
@media (max-width: 767px) {
  .p-404-main__inner {
    padding-inline: 2.4rem;
    padding-block: 3.8rem 6rem;
  }
}

.p-404-main__title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-404-main__title {
    font-size: 2.4rem;
  }
}

.p-404-main__text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-404-main__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.p-single-news-mv {
  height: auto;
}
@media (min-width: 768px) {
  .p-single-news-mv {
    padding: 12.4rem 0 11.25rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv {
    padding: 9.4rem 0 4.9rem;
  }
}
.p-single-news-mv .c-secondary-mv__title-body {
  color: #fff;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-single-news-mv .c-secondary-mv__title-body {
    font-size: 4.2rem;
    line-height: 150%; /* 63px */
    letter-spacing: 0.126rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv .c-secondary-mv__title-body {
    font-size: 2rem;
    line-height: 170%; /* 34px */
  }
}
@media (min-width: 768px) {
  .p-single-news-mv .c-secondary-mv__breadcrumb {
    padding-top: 2.95rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv .c-secondary-mv__breadcrumb {
    padding-top: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv .c-secondary-mv__inner {
    padding-inline: 2.4rem;
  }
}

@media (min-width: 768px) {
  .p-single-news-mv__meta {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv__meta {
    margin-bottom: 1rem;
  }
}

.p-single-news-mv__date {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}
@media (min-width: 768px) {
  .p-single-news-mv__date {
    font-size: 2.2rem;
    letter-spacing: 0.044rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv__date {
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
  }
}

.p-single-news-mv__category {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}
@media (min-width: 768px) {
  .p-single-news-mv__category {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv__category {
    font-size: 1.4rem;
    letter-spacing: 0.028rem;
  }
}

.p-single-news-mv__delimiter {
  display: inline-block;
  width: 1px;
  background: #fff;
  margin-inline: 2.4rem;
}
@media (min-width: 768px) {
  .p-single-news-mv__delimiter {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-mv__delimiter {
    height: 1.2rem;
  }
}

.p-single-news-content {
  position: relative;
  background: #fff;
  margin-inline: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .p-single-news-content {
    width: 108rem;
    border-radius: 3rem;
    padding: 6.6rem 12rem 7rem;
    margin-top: -5rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content {
    padding: 3rem 2.4rem 6rem;
  }
}
.p-single-news-content h1,
.p-single-news-content h2 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
}
@media (min-width: 768px) {
  .p-single-news-content h1,
  .p-single-news-content h2 {
    font-size: 2.6rem;
    letter-spacing: 0.078rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content h1,
  .p-single-news-content h2 {
    font-size: 2.3rem;
    letter-spacing: 0.069rem;
    margin-bottom: 2.6rem;
  }
}
.p-single-news-content h3 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
}
@media (min-width: 768px) {
  .p-single-news-content h3 {
    font-size: 2.2rem;
    letter-spacing: 0.066rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content h3 {
    font-size: 2rem;
    letter-spacing: 0.06rem;
    margin-bottom: 2.6rem;
  }
}
.p-single-news-content h4,
.p-single-news-content h5,
.p-single-news-content h6 {
  color: #000;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.054rem;
  font-weight: 600;
  line-height: 165%;
}
@media (min-width: 768px) {
  .p-single-news-content h4,
  .p-single-news-content h5,
  .p-single-news-content h6 {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content h4,
  .p-single-news-content h5,
  .p-single-news-content h6 {
    margin-bottom: 2.6rem;
  }
}
.p-single-news-content > p {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.048rem;
}
@media (min-width: 768px) {
  .p-single-news-content > p {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content > p {
    margin-bottom: 4rem;
  }
}
.p-single-news-content > p > a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-single-news-content > p > a[href$=".pdf" i]:after {
  content: "PDF";
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.5rem;
  background-image: url("../images/icons/pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  color: #0064ff;
  text-align: center;
  font-family: Poppins;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-single-news-content > p > a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  background-image: url("../images/icons/target-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.p-single-news-content .has-small-font-size {
  color: #000;
  font-size: 1.2rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.036rem;
}
.p-single-news-content .wp-block-image {
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .p-single-news-content .wp-block-image {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .wp-block-image {
    margin-bottom: 4rem;
  }
}
.p-single-news-content .wp-block-image img {
  max-width: 100%;
  border-radius: 1.2rem;
}
@media (min-width: 768px) {
  .p-single-news-content .wp-block-image img {
    max-height: 56rem;
  }
}
.p-single-news-content .wp-element-caption {
  color: #7d8b95;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.036rem;
}
@media (min-width: 768px) {
  .p-single-news-content .wp-element-caption {
    margin-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .wp-element-caption {
    margin-top: 1.4rem;
  }
}
.p-single-news-content .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
@media (min-width: 768px) {
  .p-single-news-content .wp-block-embed {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .wp-block-embed {
    margin-bottom: 4rem;
  }
}
.p-single-news-content .gray-box-text {
  width: 100%;
  border-radius: 1.2rem;
  background: #f3f6fa;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.048rem;
}
@media (min-width: 768px) {
  .p-single-news-content .gray-box-text {
    padding: 4rem 5rem;
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .gray-box-text {
    padding: 2.6rem;
    margin-bottom: 4rem;
  }
}
.p-single-news-content .text-link-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1.2rem;
  background: #f3f6fa;
}
@media (min-width: 768px) {
  .p-single-news-content .text-link-area {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .text-link-area {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .p-single-news-content .text-link-area a {
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .text-link-area a {
    padding: 2.6rem;
  }
}
.p-single-news-content .text-link-area a .--text {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.048rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 768px) {
  .p-single-news-content .text-link-area a .--text {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .text-link-area a .--text {
    margin-bottom: 1.6rem;
  }
}
.p-single-news-content .text-link-area a .--url {
  color: #7d8b95;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.042rem;
  align-self: stretch;
}
.p-single-news-content .interview {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-single-news-content .interview {
    margin-top: 11.8rem;
    margin-bottom: 8rem;
    gap: 5.8rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview {
    margin-top: 7rem;
    margin-bottom: 5rem;
    gap: 4rem;
  }
}
.p-single-news-content .interview .--item {
  position: relative;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--item {
    width: 56rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item {
    margin-inline: -2.4rem;
    padding-inline: 2rem;
    display: grid;
    align-items: center;
    gap: 3.5rem 3rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(odd) {
    grid-template-columns: 10rem auto;
  }
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--item:nth-of-type(odd) .--image {
    left: -14rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(odd) .--image {
    grid-area: 1/1;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(odd) .--name {
    grid-area: 1/2;
  }
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--item:nth-of-type(odd) .--text:after {
    border-left: 45.5px solid transparent;
    left: -3rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(odd) .--text:after {
    border-left: 45.5px solid transparent;
    top: -2.5rem;
    left: 4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(even) {
    grid-template-columns: auto 10rem;
  }
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--item:nth-of-type(even) .--image {
    right: -14rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(even) .--image {
    grid-area: 1/2;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(even) .--name {
    grid-area: 1/1;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--item:nth-of-type(even) .--text:after {
    border-right: 45.5px solid transparent;
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--item:nth-of-type(even) .--text:after {
    border-right: 45.5px solid transparent;
    top: -2.5rem;
    right: 4rem;
  }
}
.p-single-news-content .interview .--name {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: 0.054rem;
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--name {
    margin-bottom: 2rem;
  }
}
.p-single-news-content .interview .--image {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--image {
    position: absolute;
    top: 0;
  }
}
.p-single-news-content .interview .--text {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.048rem;
  border-radius: 12px;
  background: #f3f6fa;
}
@media (min-width: 768px) {
  .p-single-news-content .interview .--text {
    padding: 3rem 4.5rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--text {
    grid-area: 2/span 2;
    padding: 2.6rem;
  }
}
.p-single-news-content .interview .--text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 45.5px;
  height: 45.5px;
  border-top: 45.5px solid #f3f6fa;
}
@media (max-width: 767px) {
  .p-single-news-content .interview .--text:after {
    transform: rotate(180deg);
  }
}
.p-single-news-content .wp-block-list {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.048rem;
}
@media (min-width: 768px) {
  .p-single-news-content .wp-block-list {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content .wp-block-list {
    margin-bottom: 4rem;
  }
}
.p-single-news-content ol.wp-block-list {
  list-style-type: decimal;
}
@media (min-width: 768px) {
  .p-single-news-content ol.wp-block-list {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content ol.wp-block-list {
    margin-left: 3rem;
  }
}
.p-single-news-content ul.wp-block-list {
  list-style: disc;
}
@media (min-width: 768px) {
  .p-single-news-content ul.wp-block-list {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-content ul.wp-block-list {
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .p-single-news-latest-related {
    width: 116.6rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .p-single-news-latest-related {
    padding: 0 2.4rem;
  }
}
@media (min-width: 768px) {
  .p-single-news-latest-related .c-title__text {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-latest-related .c-title__text {
    margin-left: -0.5rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-latest-related .p-news-list__list {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .p-single-news-latest-related {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-latest-related {
    margin-bottom: 3rem;
  }
}

.p-single-news-latest-related__button {
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .p-single-news-latest-related__button {
    margin-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-latest-related__button {
    margin-bottom: 6rem;
  }
}

.p-single-news-sns {
  position: relative;
  border-top: 1px solid #d2d7dc;
  border-bottom: 1px solid #d2d7dc;
}
@media (min-width: 768px) {
  .p-single-news-sns {
    padding: 2rem 0 4rem;
    margin: 8rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-sns {
    padding: 3rem 0 4rem;
    margin: 5rem 0 3rem;
  }
}
.p-single-news-sns .--title {
  color: #0064ff;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
.p-single-news-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-single-news-sns ul {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-sns ul {
    gap: 3.4rem;
  }
}
.p-single-news-sns a img .--facebook {
  width: 2.7rem;
  height: 2.7rem;
}
.p-single-news-sns a img .--x {
  width: 2.6rem;
  height: 2.7rem;
}
.p-single-news-sns a img .--line {
  width: 2.7rem;
  height: 2.7rem;
}
.p-single-news-sns a img .--mail {
  width: 3rem;
  height: 2.1rem;
}
.p-single-news-sns a img .--copy {
  width: 2.7rem;
  height: 2.7rem;
}

.p-single-news-sns__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  border-radius: 2rem;
  background: #0064FF;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 3.6rem;
  text-align: left;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
}
.p-single-news-sns__modal[aria-hidden=false] {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-single-news-sns__modal {
    width: 40.8rem;
  }
}
@media (max-width: 767px) {
  .p-single-news-sns__modal {
    width: 35rem;
  }
}

.p-single-news-prev-next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.p-single-news-prev-next .--prev,
.p-single-news-prev-next .--next {
  display: flex;
  align-items: center;
  gap: 2.05rem;
}
.p-single-news-prev-next .--prev span,
.p-single-news-prev-next .--next span {
  color: #000;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.06rem;
}
.p-single-news-prev-next .--prev.is-disabled,
.p-single-news-prev-next .--next.is-disabled {
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .p-single-news {
    background: #f3f6fa;
  }
}
@media (max-width: 767px) {
  .p-single-news {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-en {
  font-family: "Poppins", sans-serif;
}

.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.u-inner-space {
  padding-inline: 8rem;
}
@media (max-width: 767px) {
  .u-inner-space {
    padding-inline: 3rem;
  }
}

.u-gradation-hover {
  color: transparent;
  background: linear-gradient(90deg, var(--color-blue) 20%, var(--color-white) 30%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 500% 500%;
  background-position: 45% 0%;
  transition: background 0.6s ease;
}
@media (hover: hover) {
  .u-gradation-hover:hover {
    background-position: 0% 0%;
  }
}

.u-gradation-hover-black {
  color: transparent;
  background: linear-gradient(90deg, var(--color-blue) 20%, var(--color-black) 30%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 500% 500%;
  background-position: 45% 0%;
  transition: background 0.6s ease;
}
@media (hover: hover) {
  .u-gradation-hover-black:hover {
    background-position: 0% 0%;
  }
}

.u-youtube-iframe {
  width: 100%;
  height: 63rem;
}
@media (max-width: 767px) {
  .u-youtube-iframe {
    height: 22rem;
  }
}

.u-event-no-data {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .u-event-no-data {
    font-size: 1.4rem;
  }
}

.u-event-no-data--blue {
  color: var(--color-blue);
}

/*# sourceMappingURL=app.css.map */
