@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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;
}

html {
  font-size: 1px;
}
@media screen and (max-width: 1599.98px) {
  html {
    font-size: 0.0625vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 367.98px) {
  html {
    font-size: 0.2717391304vw;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.4;
  color: #0F172A;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

main.is-active {
  filter: blur(50px);
}

footer {
  transition: all 0.3s;
}

footer.is-active {
  filter: blur(50px);
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  display: block;
  transition: all 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
button {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 1023.98px) {
  .tab {
    display: none;
  }
}

.js-anime-rotate-zone {
  position: relative;
  overflow: hidden;
}

@media (hover: hover) {
  .js-anime-rotate-zone:hover {
    opacity: 1;
  }
}
.js-anime-rotate-text {
  display: inline-block;
  transition: all 0.3s ease;
  opacity: 1;
}

@media (hover: hover) {
  .js-anime-rotate-zone:hover .js-anime-rotate-text {
    transform: translateY(-22rem) rotateX(90deg);
    opacity: 0;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .js-anime-rotate-zone:hover .js-anime-rotate-text {
    transform: unset;
    opacity: 1;
  }
}
.js-anime-rotate-zone::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 22rem;
  display: inline-block;
  transform: translateY(calc(-50% + 22rem)) rotateX(-90deg);
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .js-anime-rotate-zone::after {
    display: none;
  }
}

@media (hover: hover) {
  .js-anime-rotate-zone:hover::after {
    transform: translateY(-50%) rotateX(0);
    opacity: 1;
  }
}
.js-circle-container {
  height: auto;
  aspect-ratio: 1/1;
}

.circle-svg {
  width: 100%;
  height: 100%;
}

.circle-anime-blue {
  fill: none;
  stroke: #0F3291;
}

.circle-anime-skyblue {
  fill: none;
  stroke: #00AFF0;
}

.circle-anime-gray {
  fill: none;
  stroke: #E4EAF5;
}

.js-circle-container.is-active .circle-anime-big {
  animation: anime-drawCircle 4s ease-out forwards;
}

.js-circle-container.is-active .circle-anime-small {
  animation: anime-drawCircle 3s ease-out forwards;
}

@keyframes anime-drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
.js-fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
}

.js-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-anime-split {
  opacity: 0;
}

.js-anime-split.is-active {
  opacity: 1;
}

.js-anime-split span {
  display: inline-block;
  opacity: 0;
  transition: all 0.09s ease;
  white-space: pre;
}

.js-anime-split span.show {
  opacity: 1;
}

.js-anime-fv-blur {
  transition: all 0.6s;
}

.js-anime-fv-blur.is-active {
  filter: blur(50px);
}

.js-anime-value-bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.js-anime-value-bg.is-active::before {
  visibility: visible;
  opacity: 1;
}

.js-top-professional-circle-item:nth-child(1).is-active {
  width: 455rem;
  top: -50rem;
  left: 101.5rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .js-top-professional-circle-item:nth-child(1).is-active {
    width: 215rem;
    top: -25rem;
    left: 52rem;
  }
}

.js-top-professional-circle-item:nth-child(2).is-active {
  width: 455rem;
  bottom: -50rem;
  left: -50rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .js-top-professional-circle-item:nth-child(2).is-active {
    width: 215rem;
    bottom: -22rem;
    left: -22rem;
  }
}

.js-top-professional-circle-item:nth-child(3).is-active {
  width: 455rem;
  bottom: -50rem;
  right: -50rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .js-top-professional-circle-item:nth-child(3).is-active {
    width: 215rem;
    bottom: -22rem;
    right: -22rem;
  }
}

.js-top-professional-wave01,
.js-top-professional-wave02 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.js-top-professional-circle-item.is-active .js-top-professional-wave01 {
  opacity: 1;
  visibility: visible;
  animation: anime-wave01 0.6s infinite;
}

.js-top-professional-circle-item.is-active .js-top-professional-wave02 {
  opacity: 1;
  visibility: visible;
  animation: anime-wave02 0.6s infinite;
}

@keyframes anime-wave01 {
  0% {
    opacity: 0.4;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes anime-wave02 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.js-top-professional-detail-item {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.js-top-professional-detail-item.is-active {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.js-line-anime::before {
  width: 0;
  transition: all 1s;
}

.js-line-anime.is-active::before {
  width: calc(100% - 256rem);
}
@media screen and (max-width: 767.98px) {
  .js-line-anime.is-active::before {
    width: calc(100% - 96rem);
  }
}

.js-tab-item {
  background-color: #fff;
}

.js-tab-item.is-active .news-archive_tab-link {
  background-color: #94A3B8;
  color: #fff;
}

.js-tab-area {
  display: none;
  opacity: 0;
}

.js-tab-area.is-active {
  display: block;
  animation-name: tabAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes tabAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-order-fadeChild {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.recruitment-faq_accordion-more::after {
  transition: all 0.3s;
}

.js-accordion-button.is-active .recruitment-faq_accordion-more::after {
  transform: translate(-50%, -50%) rotate(0);
}

.js-accordion-content {
  display: none;
}

.js-underLine-anime::before {
  width: 0;
  transition: all 1s;
}

.js-underLine-anime.is-active::before {
  width: 100%;
}

.organization-section_heading-title--column .js-underLine-anime::before {
  height: 0;
}

.organization-section_heading-title--column .js-underLine-anime.is-active::before {
  height: 100%;
}

.js-verticalLine-anime::before {
  height: 0;
  transition: all 1s;
}

.js-verticalLine-anime.is-active::before {
  height: calc(100% + 50rem);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112rem;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s;
}
@media screen and (max-width: 767.98px) {
  .header {
    height: 64rem;
    background-color: #fff;
    transition: none;
  }
}

.header.is-bgWhite {
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 767.98px) {
  .header.is-active {
    background-color: rgba(255, 255, 255, 0);
  }
}

.header_inner {
  height: 100%;
  width: 100%;
  max-width: 1600rem;
  margin-inline: auto;
  padding-inline: 48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .header_inner {
    padding-inline: 20rem;
  }
}

.header_logo-link {
  display: flex;
  align-items: center;
  column-gap: 24rem;
}
@media screen and (max-width: 1023.98px) {
  .header_logo-link {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header_logo-link {
    flex-direction: row;
    align-items: center;
    column-gap: 8rem;
  }
}

.header_logo-image {
  width: 220rem;
  height: auto;
  position: relative;
  z-index: 9999;
  transform: scale(1.1);
}
@media screen and (max-width: 767.98px) {
  .header_logo-image {
    width: 120rem;
  }
}

.header_logo-text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  letter-spacing: 0.04em;
  color: #94A3B8;
  text-transform: uppercase;
  z-index: 9999;
}
@media screen and (max-width: 767.98px) {
  .header_logo-text {
    font-size: 10rem;
  }
}

.header_menu {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-block: 64rem;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
}

@media screen and (max-width: 767.98px) {
  .header_menu.is-active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767.98px) {
  .header_menu::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
  }
}

.header_nav-corporate {
  position: absolute;
  top: 6rem;
  right: calc(50% - 752rem);
  font-weight: 500;
  font-size: clamp(10px, 0.875vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-right: 19px;
}
@media screen and (max-width: 1599.98px) {
  .header_nav-corporate {
    right: 48rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .header_nav-corporate {
    top: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header_nav-corporate {
    display: none;
  }
}

.header_nav-corporate::before {
  position: absolute;
  top: 5px;
  right: 3px;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #0F172A;
}

.header_nav-corporate::after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0F172A;
  border-right: 1px solid #0F172A;
}

@media screen and (max-width: 767.98px) {
  .header_nav {
    width: 100%;
    padding: 32rem;
    overflow: auto;
  }
}

.header_nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .header_nav-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.header_nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .header_nav-item {
    display: block;
    height: auto;
    width: 100%;
    border-top: 1px solid #CBD5E1;
  }
}

@media screen and (max-width: 767.98px) {
  .header_nav-item.pc-only {
    display: none;
  }
}

.header_nav-item.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .header_nav-item.sp-only {
    display: block;
    text-transform: uppercase;
  }
}

.header_nav-text {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .header_nav-text {
    padding-block: 16rem 15rem;
    height: auto;
    width: 100%;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
    line-height: 1.4;
    color: #0F3291;
    cursor: pointer;
    transition: all 0.3s;
  }
}

@media screen and (hover: hover) and (max-width: 767.98px) {
  .header_nav-text:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .header_nav-item.js-header-has-sub p.header_nav-text {
    position: relative;
  }
}

@media screen and (max-width: 767.98px) {
  .header_nav-item.js-header-has-sub p.header_nav-text::before {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 9rem;
    height: 9rem;
    border-right: 1px solid #0F3291;
    border-bottom: 1px solid #0F3291;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767.98px) {
  .header_nav-item.js-header-has-sub p.header_nav-text.is-active::before {
    transform: translateY(-45%) rotate(-135deg);
  }
}

.header_sub {
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  width: 100%;
  min-height: 198rem;
  background-color: #0F3291;
  padding: 64rem 0;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  transition: all 0.5s ease;
}
@media screen and (max-width: 767.98px) {
  .header_sub {
    position: relative;
    top: 0;
    min-height: auto;
    background-color: unset;
    padding: 0 16rem 18rem;
    clip-path: unset;
    transition: unset;
    display: none;
  }
}

@media (hover: hover) {
  .header_nav-item.js-header-has-sub:hover .header_sub {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .header_nav-item.js-header-has-sub:hover .header_sub {
    clip-path: unset;
  }
}
.header_nav-item.js-header-has-sub.is-active .header_sub {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .header_nav-item.js-header-has-sub.is-active .header_sub {
    clip-path: unset;
  }
}

@media screen and (max-width: 767.98px) {
  .header_sub .narrow-inner {
    padding-inline: 0;
  }
}

.header_sub-container {
  padding-inline: 24rem;
  display: flex;
  justify-content: space-between;
  column-gap: 20rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.15s;
}
@media screen and (max-width: 767.98px) {
  .header_sub-container {
    padding-inline: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 767.98px) {
  .header_sub-item:not(:first-child) {
    margin-top: 4rem;
  }
}

@media (hover: hover) {
  .header_nav-item.js-header-has-sub:hover .header_sub-container {
    visibility: visible;
    opacity: 1;
  }
}
.header_nav-item.js-header-has-sub.is-active .header_sub-container {
  visibility: visible;
  opacity: 1;
}

.header_sub-title-ja {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 28), 28px);
  line-height: 1.4;
  color: #fff;
}

.header_sub-title-en {
  display: block;
  margin-top: 8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #5CC0F4;
}

.header_sub-body {
  width: 864rem;
}
@media screen and (max-width: 767.98px) {
  .header_sub-body {
    width: 100%;
  }
}

.header_nav-item:nth-child(2) .header_sub-body {
  padding-right: 20rem;
}
@media screen and (max-width: 767.98px) {
  .header_nav-item:nth-child(2) .header_sub-body {
    padding-right: 0;
  }
}

.header_sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16rem 23rem;
}
@media screen and (max-width: 767.98px) {
  .header_sub-list {
    flex-direction: column;
    row-gap: 4rem;
  }
}

.header_sub-link {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 17), 17px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 48rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .header_sub-link {
    display: inline-block;
    font-weight: 400;
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
    line-height: 1.9;
    color: #6885C0;
    padding-left: 0;
  }
}

.header_sub-link::before {
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  content: "";
  width: 16rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 6rem solid #00AFF0;
}
@media screen and (max-width: 767.98px) {
  .header_sub-link::before {
    display: none;
  }
}

.header_nav-recruit {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1600 * 13), 13px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 8rem 30rem 10rem;
  background-color: #0F3291;
  border: 1px solid #0F3291;
  border-radius: 60rem;
}
@media screen and (max-width: 767.98px) {
  .header_nav-recruit {
    font-weight: 500;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
    line-height: 1.9;
    color: #0F3291;
    padding: 16rem 0 15rem 0;
    background-color: unset;
    border: none;
    border-radius: 0;
  }
}

@media (hover: hover) {
  .header_nav-recruit:hover {
    opacity: 1;
    background-color: #fff;
    color: #0F3291;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .header_nav-recruit:hover {
    background-color: unset;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .header_nav-link.header_nav-link--sub::before {
    transition: 0.3s;
  }
  .header_nav-link.header_nav-link--sub.is-active::before {
    transform: rotate(180deg);
  }
  .header_nav-link.header_nav-link--contact {
    margin: 0 auto;
    width: 150px;
    height: 40px;
    font-size: 14px;
    text-align: center;
  }
  .header_nav-subList {
    position: relative;
    top: auto;
    padding-top: 0;
    transition: unset;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header_nav-subLink {
    font-size: 14px;
  }
  .hamburger {
    display: block;
    position: fixed;
    top: 18rem;
    right: 15rem;
    width: 40rem;
    height: 30rem;
    padding: 5rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
}
@media screen and (max-width: 767.98px) and (hover: hover) {
  .hamburger:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .hamburger_line-zone {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .hamburger_line {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0F3291;
    transition: 0.3s;
  }
  .hamburger_line:nth-child(1) {
    top: 0;
  }
  .hamburger_line:nth-child(2) {
    top: 9rem;
  }
  .hamburger_line:nth-child(3) {
    top: 17rem;
  }
  .hamburger.is-active .hamburger_line:nth-child(1) {
    top: 8rem;
    transform: rotate(-30deg);
  }
  .hamburger.is-active .hamburger_line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .hamburger_line:nth-child(3) {
    top: 8rem;
    transform: rotate(30deg);
  }
}
.footer-heading {
  background-image: url(../img/common/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 190rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .footer-heading {
    padding-top: 128rem;
    padding-bottom: 64rem;
    overflow: hidden;
  }
}

.footer-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 26, 122, 0), rgb(1, 26, 122));
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .footer-heading::before {
    height: 190%;
  }
}

.footer-heading_title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 60), 60px);
  line-height: 1.4;
  letter-spacing: -0.08em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .footer-heading_title {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.footer-heading_button {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .footer-heading_button {
    margin-top: 40rem;
  }
}

.footer-body {
  margin-top: -1px;
  background-color: #011A7A;
  padding-top: 96rem;
  padding-bottom: 48rem;
}
@media screen and (max-width: 767.98px) {
  .footer-body {
    padding-top: 48rem;
    padding-bottom: 32rem;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-body .wide-inner {
    padding-inline: 32rem;
  }
}

.footer-body_logo {
  width: 296rem;
}
@media screen and (max-width: 767.98px) {
  .footer-body_logo {
    margin-inline: auto;
    width: 100%;
    max-width: 304rem;
  }
}

.footer-body_nav {
  margin-top: 96rem;
}
@media screen and (max-width: 767.98px) {
  .footer-body_nav {
    margin-top: 40rem;
  }
}

.footer-body_nav-list {
  display: flex;
  column-gap: 60rem;
}
@media screen and (max-width: 1023.98px) {
  .footer-body_nav-list {
    column-gap: 18rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-body_nav-list {
    flex-direction: column;
  }
}

.footer-body_nav-item {
  flex: 1;
}

@media screen and (max-width: 767.98px) {
  .footer-body_nav-border {
    border-top: 1px solid #0F3291;
  }
}

.footer-body_nav-border:not(:first-child) {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .footer-body_nav-border:not(:first-child) {
    margin-top: 0;
  }
}

.footer-body_nav-text {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .footer-body_nav-text {
    display: block;
    padding-block: 16rem;
    font-size: clamp(10px, calc(100vw / 368 * 13), 13px);
  }
}

@media screen and (max-width: 767.98px) {
  p.footer-body_nav-text {
    position: relative;
    cursor: pointer;
  }
}

@media screen and (hover: hover) and (max-width: 767.98px) {
  p.footer-body_nav-text:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  p.js-footer-sub-open::before {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 9rem;
    height: 9rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767.98px) {
  p.js-footer-sub-open.is-active::before {
    transform: translateY(-45%) rotate(-135deg);
  }
}

.footer-body-sub {
  margin-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .footer-body-sub {
    margin-top: 0;
    padding-left: 16rem;
    padding-bottom: 16rem;
  }
}

@media screen and (max-width: 767.98px) {
  .js-footer-sub-content {
    display: none;
  }
}

.footer-body-subItem:not(:first-child) {
  margin-top: 8rem;
}

.footer-body-subLink {
  display: inline-block;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #CAD5EB;
}
@media screen and (max-width: 767.98px) {
  .footer-body-subLink {
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
  }
}

.footer-body_corporateZone {
  margin-top: 80rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .footer-body_corporateZone {
    margin-top: 42rem;
  }
}

.footer-body_corporate {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  color: #fff;
  padding-right: 19px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .footer-body_corporate {
    font-size: clamp(10px, calc(100vw / 368 * 13), 13px);
  }
}

.footer-body_corporate::before {
  position: absolute;
  top: 4px;
  right: 3px;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
}

.footer-body_corporate::after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-body-copy {
  display: block;
  margin-top: 16rem;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1600 * 12), 12px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #98ADD6;
}
@media screen and (max-width: 767.98px) {
  .footer-body-copy {
    margin-top: 12rem;
    font-size: 10px;
  }
}

.wide-inner {
  width: 100%;
  max-width: 1384rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .wide-inner {
    padding-inline: 24rem;
  }
}

.narrow-inner {
  width: 100%;
  max-width: 1324rem;
  margin-inline: auto;
  padding-inline: 30rem;
}
@media screen and (max-width: 767.98px) {
  .narrow-inner {
    padding-inline: 24rem;
  }
}

.l-content {
  padding-top: 112rem;
}
@media screen and (max-width: 767.98px) {
  .l-content {
    padding-top: 64rem;
  }
}

.breadcrumb {
  padding-block: 16rem;
}

.breadcrumb_inner {
  width: 100%;
  max-width: 1520rem;
  margin-inline: auto;
  padding-inline: 24rem;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb_inner {
    padding-inline: 12rem;
  }
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem 10rem;
}

.breadcrumb_item {
  font-size: clamp(10px, calc(100vw / 1600 * 11), 11px);
  line-height: 1.64;
  letter-spacing: 0.02em;
}

.breadcrumb_item:not(:first-child) {
  padding-left: 22rem;
  position: relative;
}

.breadcrumb_item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12rem;
  height: 1px;
  background-color: #CBD5E1;
}

.common-button-link {
  width: 318rem;
  border-radius: 100rem;
  padding: 18rem 60rem 20rem 32rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .common-button-link {
    width: 100%;
    max-width: 320rem;
    padding: 11rem 50rem 12rem 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 13), 13px);
  }
}

@media (hover: hover) {
  .common-button-link:hover {
    opacity: 1;
    color: #0F3291;
  }
}
.common-button-link-bgBlue {
  border: 1px solid #0F3291;
  background-color: #0F3291;
}

@media (hover: hover) {
  .common-button-link-bgBlue:hover {
    background-color: #fff;
  }
}
.common-button-link-bgClear {
  border: 1px solid #fff;
}

@media (hover: hover) {
  .common-button-link-bgClear:hover {
    background-color: #fff;
  }
}
.common-button-link::before {
  position: absolute;
  top: 50%;
  right: 24rem;
  transform: translateY(-50%);
  content: "";
  width: 30rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 12rem solid #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .common-button-link::before {
    right: 16rem;
    width: 24rem;
    border: 9rem solid #fff;
  }
}

@media (hover: hover) {
  .common-button-link:hover::before {
    border: 12rem solid #0F3291;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .common-button-link:hover::before {
    border: 9rem solid #0F3291;
  }
}
.common-section-lineTitle {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 0.89;
  color: #0F3291;
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .common-section-lineTitle {
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
    padding-bottom: 14rem;
  }
}

.common-section-lineTitle::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 8rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .common-section-lineTitle::before {
    height: 4rem;
  }
}

.c-content {
  position: relative;
  overflow: hidden;
}

.c-content_circle01 {
  width: 1644rem;
  position: absolute;
  top: 0;
  left: calc(50% - 382rem);
  transform: translateY(-78%) scaleX(-1);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .c-content_circle01 {
    width: 686rem;
    left: calc(50% - 85rem);
    transform: translateY(-67%) scaleX(-1);
  }
}

.c-content_circle01-svg {
  transform: rotate(-90deg);
}

.c-content_circle01-anime {
  stroke-width: 5;
  stroke-dasharray: 298.49;
  stroke-dashoffset: 298.49;
}

.c-content_circle02 {
  width: 1300rem;
  position: absolute;
  top: 0;
  left: calc(50% - 10rem);
  transform: translateY(-68.7%) scaleX(-1);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767.98px) {
  .c-content_circle02 {
    width: 686rem;
    left: calc(50% + 45rem);
    transform: translateY(-53%) scaleX(-1);
  }
}

.c-content_circle02-svg {
  transform: rotate(-90deg);
}

.c-content_circle02-anime {
  stroke-width: 5;
  stroke-dasharray: 298.49;
  stroke-dashoffset: 298.49;
}

.c-page-heading {
  margin-top: 104rem;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading {
    margin-top: 64rem;
  }
}

.c-page-heading_inner {
  width: 100%;
  max-width: 1344rem;
  margin-inline: auto;
  padding-inline: 32rem;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading_inner {
    padding-inline: 24rem;
  }
}

.c-page-heading_title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 64), 64px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading_title {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
  }
}

.c-page-heading_title.c-page-heading_title--multi {
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading_title.c-page-heading_title--multi {
    font-size: clamp(10px, calc(100vw / 368 * 30), 30px);
  }
}

.c-page-heading_body {
  margin-top: 128rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading_body {
    margin-top: 64rem;
  }
}

.c-page-heading_body.c-page-heading_body--muli {
  margin-top: 64rem;
}

.c-page-heading_text {
  max-width: 832px;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading_text {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.c-page-heading_text.c-page-heading_text--center {
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading_text.c-page-heading_text--center {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.c-news-date {
  display: inline-block;
  padding-top: 7rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .c-news-date {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.c-news-category {
  min-width: 136px;
  border: 1px solid #E4EAF5;
  background-color: #F1F5F9;
  border-radius: 60rem;
  padding: 5rem 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1600 * 12), 12px);
  line-height: 1.52;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-news-category {
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
  }
}

.c-related {
  padding-block: 160rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .c-related {
    padding-block: 100rem;
  }
}

.c-related::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 159.0625vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #F1F5F9;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .c-related::before {
    width: 271.7391304348vw;
  }
}

.c-related::after {
  position: absolute;
  top: 81.25vw;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 81.25vw);
  background-color: #F1F5F9;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .c-related::after {
    top: 135.8695652174vw;
    height: calc(100% - 135.8695652174vw);
  }
}

.c-related_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-related_title {
  margin-top: 60rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.4;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 767.98px) {
  .c-related_title {
    margin-top: 28rem;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.c-related_content {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .c-related_content {
    margin-top: 60rem;
  }
}

.c-related_list {
  display: flex;
  gap: 88rem;
}
@media screen and (max-width: 767.98px) {
  .c-related_list {
    flex-direction: column;
    align-items: center;
    gap: 40rem;
  }
}

.c-related_item {
  width: calc((100% - 176rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .c-related_item {
    width: 100%;
    max-width: 240rem;
    margin-inline: auto;
  }
}

.c-related_item-image {
  position: relative;
}

.c-related_item-image::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 20rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-related_item-image::before {
    height: 16rem;
  }
}

.c-related_item-image::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 20rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .c-related_item-image::after {
    height: 16rem;
  }
}

.c-related_item-image img {
  border-radius: 50%;
}

.c-related_item-title {
  margin-top: 32rem;
  text-align: center;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 1.6;
  color: #010063;
}
@media screen and (max-width: 767.98px) {
  .c-related_item-title {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.c-gradation-bg {
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}

.c-gradation-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 354rem;
  background: linear-gradient(180deg, rgba(241, 245, 249, 0), rgb(241, 245, 249));
  z-index: -1;
}

.c-gradation-bg-center {
  position: absolute;
  top: 354rem;
  left: 0;
  width: 100%;
  height: calc(100% - 708rem);
  background-color: #F1F5F9;
  z-index: -1;
}

.c-gradation-bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 354rem;
  background: linear-gradient(0deg, rgba(241, 245, 249, 0), rgb(241, 245, 249));
  z-index: -1;
}

.top-section-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 80), 80px);
  line-height: 1.4;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .top-section-title {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
  }
}

.top-fv-value {
  overflow: hidden;
}

.top-professional-story {
  overflow: hidden;
}

.top-career-environment {
  overflow: hidden;
}

.top-fv {
  padding-top: 333rem;
  padding-bottom: 233rem;
}
@media screen and (max-width: 767.98px) {
  .top-fv {
    padding-top: 150rem;
    padding-bottom: 42rem;
  }
}

.top-fv_inner {
  width: 100%;
  max-width: 1600rem;
  margin-inline: auto;
  padding-inline: 64rem;
}
@media screen and (max-width: 767.98px) {
  .top-fv_inner {
    padding-inline: 32rem;
  }
}

.top-fv_heading {
  padding-inline: 127rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-fv_heading {
    margin-right: -18rem;
    width: calc(100% + 18rem);
    padding-inline: 0;
  }
}

.top-fv_title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 96), 96px);
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .top-fv_title {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
  }
}

.top-fv_subTitle {
  display: block;
  margin-top: 44rem;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #0F3291;
  padding-left: 88rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-fv_subTitle {
    margin-top: 10rem;
    font-size: clamp(10px, calc(100vw / 368 * 15), 15px);
    padding-left: 27rem;
  }
}

.top-fv_subTitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 64rem;
  height: 1px;
  background-color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .top-fv_subTitle::before {
    width: 20rem;
  }
}

.top-fv_circle01 {
  width: 1644rem;
  position: absolute;
  top: 0;
  left: 29%;
  transform: translate(-50%, -53%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-fv_circle01 {
    width: 686rem;
    left: 23%;
    transform: translate(-50%, -53%);
  }
}

.top-fv_circle01-svg {
  transform: rotate(-90deg);
}

.top-fv_circle01-anime {
  stroke-width: 5;
  stroke-dasharray: 298.49;
  stroke-dashoffset: 298.49;
}
@media screen and (max-width: 767.98px) {
  .top-fv_circle01-anime {
    stroke-width: 7;
    stroke-dasharray: 292.206;
    stroke-dashoffset: 292.206;
  }
}

.top-fv_news {
  margin-top: 215rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 11rem;
}
@media screen and (max-width: 1023.98px) {
  .top-fv_news {
    margin-top: 280rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-fv_news {
    margin-top: 245rem;
    align-items: flex-start;
    padding-right: 0;
  }
}

.top-fv_news-container {
  position: relative;
}

.top-fv_news-date {
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 12), 12px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-fv_news-date {
    font-size: clamp(10px, calc(100vw / 368 * 10), 10px);
  }
}

.top-fv_news-title {
  margin-top: 8rem;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .top-fv_news-title {
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
  }
}

.top-fv_buttonZone {
  position: absolute;
  top: calc(100% + 40rem);
}
@media screen and (max-width: 767.98px) {
  .top-fv_buttonZone {
    position: relative;
    top: auto;
    margin-top: 24rem;
  }
}

.top-fv_circle02 {
  width: 1040rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -280rem);
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767.98px) {
  .top-fv_circle02 {
    width: 583rem;
    left: 100%;
    transform: translate(-34%, -275rem);
  }
}

.top-fv_circle02-svg {
  transform: scaleY(-1);
}

.top-fv_circle02-anime {
  stroke-width: 7;
  stroke-dasharray: 292.206;
  stroke-dashoffset: 292.206;
}

.top-value {
  padding-top: 153rem;
  padding-bottom: 140rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-value {
    padding-top: 41rem;
    padding-bottom: 70rem;
  }
}

.top-value_container {
  padding-left: 26rem;
  padding-right: 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .top-value_container {
    padding-inline: 8rem;
    flex-direction: column;
  }
}

.top-value_title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 64), 64px);
  line-height: 1.45;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .top-value_title {
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.top-value_title span:nth-child(1),
.top-value_title span:nth-child(2),
.top-value_title span:nth-child(3) {
  font-family: "Cormorant Infant", serif;
}

.top-value_body {
  width: 577rem;
}
@media screen and (max-width: 767.98px) {
  .top-value_body {
    width: 100%;
    margin-top: 32rem;
  }
}

.top-value_text {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 2.1;
}
@media screen and (max-width: 767.98px) {
  .top-value_text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.top-value_text:not(:first-child) {
  margin-top: 45rem;
}
@media screen and (max-width: 767.98px) {
  .top-value_text:not(:first-child) {
    margin-top: 27rem;
  }
}

.top-value_buttonZone {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .top-value_buttonZone {
    margin-top: 40rem;
  }
}

.top-professional {
  position: relative;
  z-index: 1;
}

.top-professional::before {
  position: absolute;
  top: 248rem;
  left: 0;
  content: "";
  width: 100%;
  height: 130%;
  background: linear-gradient(180deg, #F3F3F6, rgba(255, 255, 255, 0));
  z-index: -1;
}

.top-professional_inner {
  width: 100%;
  max-width: 1600rem;
  margin-inline: auto;
}

.top-professional_heading {
  padding-right: 64rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-professional_heading {
    padding-right: 9%;
  }
}

.top-professional_heading-en {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  line-height: 0.88;
  color: rgba(61, 64, 70, 0.8);
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 767.98px) {
  .top-professional_heading-en {
    top: 72%;
    left: 47%;
  }
}

.top-professional_heading-enBase {
  display: block;
  font-size: clamp(10px, calc(100vw / 1600 * 120), 120px);
}
@media screen and (max-width: 767.98px) {
  .top-professional_heading-enBase {
    font-size: clamp(10px, calc(100vw / 368 * 40), 40px);
  }
}

.top-professional_heading-enItalic {
  display: block;
  font-style: italic;
  font-size: clamp(10px, calc(100vw / 1600 * 240), 240px);
}
@media screen and (max-width: 767.98px) {
  .top-professional_heading-enItalic {
    font-size: clamp(10px, calc(100vw / 368 * 66), 66px);
  }
}

.top-professional_lead {
  margin-top: 163rem;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead {
    margin-top: 60rem;
  }
}

.top-professional_lead-title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 48), 48px);
  line-height: 1.56;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-title {
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
    line-height: 1.5;
  }
}

.top-professional_lead-list {
  margin-top: 40rem;
  margin-inline: auto;
  max-width: 1216rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-list {
    margin-top: 8rem;
    max-width: 320rem;
    flex-wrap: wrap;
  }
}

.top-professional_lead-item {
  flex: 1;
  padding-block: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-item {
    flex: auto;
    padding-block: 24rem;
  }
}

.top-professional_lead-item:nth-child(1) {
  border-right: 1px solid #CAD5EB;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-item:nth-child(1) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #CAD5EB;
    padding-bottom: 14rem;
  }
}

.top-professional_lead-item:nth-child(2) {
  border-right: 1px solid #CAD5EB;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-item:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 767.98px) {
  .top-professional_lead-item:nth-child(3) {
    width: 50%;
  }
}

.top-professional_lead-itemNumber {
  display: block;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1;
  letter-spacing: -0.08em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-itemNumber {
    font-size: clamp(10px, calc(100vw / 368 * 40), 40px);
  }
}

.top-professional_lead-item-title {
  text-align: center;
  margin-top: 32rem;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-item-title {
    margin-top: 7rem;
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
    line-height: 1.65;
  }
}

.top-professional_lead-item-BigTitle {
  display: block;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 64), 64px);
  line-height: 1.6;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-professional_lead-item-BigTitle {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
    line-height: 2;
  }
}

.top-professional_body {
  margin-top: 112rem;
  margin-inline: auto;
  max-width: 1216rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body {
    margin-top: 48rem;
  }
}

.top-professional_body-flex {
  display: flex;
  column-gap: 112rem;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-flex {
    flex-direction: column;
  }
}

.top-professional_body-flexLeft {
  width: 660rem;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-flexLeft {
    width: 316rem;
    margin-inline: auto;
  }
}

.top-professional_body-circle {
  width: 100%;
  height: auto;
  aspect-ratio: 660/640;
  transform: translate3d(0, 0, 0);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-circle {
    aspect-ratio: 316/301;
  }
}

.top-professional_body-circleItem {
  width: 360rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #00AFF0;
  border-radius: 50%;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-circleItem {
    width: 171rem;
  }
}

.top-professional_body-circleItem:nth-child(1) {
  position: absolute;
  top: 0.5rem;
  left: 150rem;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-circleItem:nth-child(1) {
    left: 72.5rem;
  }
}

.top-professional_body-circleItem:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-professional_body-circleItem:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-professional_body-circleJa {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 44), 44px);
  line-height: 1.18;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-circleJa {
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.top-professional_body-circleEn {
  display: block;
  margin-top: 8rem;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 1.56;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-circleEn {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.top-professional_body-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0F3291;
  border-radius: 50%;
  pointer-events: none;
}

.top-professional_body-wave:nth-of-type(1) {
  width: 108%;
  height: auto;
  aspect-ratio: 1/1;
}

.top-professional_body-wave:nth-of-type(2) {
  width: 116%;
  height: auto;
  aspect-ratio: 1/1;
}

.top-professional_body-flexRight {
  padding-top: 8rem;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-flexRight {
    width: 100%;
    padding-top: 0;
    margin-top: 62rem;
    margin-inline: auto;
    max-width: 368rem;
    padding-inline: 24rem;
  }
}

.top-professional_body-detailTitle {
  margin-right: -14rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 80), 80px);
  line-height: 1.25;
  letter-spacing: -0.08em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-detailTitle {
    font-size: clamp(10px, calc(100vw / 368 * 44), 44px);
  }
}

.top-professional_body-detailTitleBar {
  display: inline-block;
  margin-right: 6rem;
  position: relative;
}

.top-professional_body-detailTitleBar::before {
  position: absolute;
  left: 52%;
  bottom: -15rem;
  transform: translateX(-50%);
  content: "";
  width: 102%;
  height: 8rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-detailTitleBar::before {
    bottom: -12rem;
    height: 4rem;
  }
}

.top-professional_body-detailMain {
  margin-top: 70rem;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-detailMain {
    margin-top: 40rem;
  }
}

.top-professional_body-detailText01 {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-detailText01 {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.top-professional_body-detailText02 {
  margin-top: 24rem;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-detailText02 {
    margin-top: 26rem;
    font-size: clamp(10px, calc(100vw / 368 * 13), 13px);
    line-height: 1.65;
  }
}

.top-professional_body-detailButton {
  margin-top: 62rem;
}
@media screen and (max-width: 767.98px) {
  .top-professional_body-detailButton {
    margin-top: 32rem;
  }
}

.top-professional_body-detailButton .common-button-link:not(:first-child) {
  margin-top: 16rem;
}

.top-professional_slider {
  position: absolute;
  top: -35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-professional_slider {
    top: 318rem;
  }
}

.top-professional_slider-text img {
  padding-right: 10%;
}

.top-story {
  padding-block: 192rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-story {
    padding-block: 80rem;
  }
}

.top-story_heading .wide-inner {
  position: relative;
}

.top-story_heading-title {
  margin-top: 90rem;
}
@media screen and (max-width: 767.98px) {
  .top-story_heading-title {
    margin-top: 28rem;
  }
}

.top-story_heading .top-section-title span:nth-child(1),
.top-story_heading .top-section-title span:nth-child(2) {
  letter-spacing: 0.02em;
}

.top-story_heading-text {
  margin-top: 40rem;
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .top-story_heading-text {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
    line-height: 1.8;
  }
}

.top-story_circle01 {
  width: 490rem;
  position: absolute;
  top: -50rem;
  left: 106.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .top-story_circle01 {
    width: 159rem;
    top: -30rem;
  }
}

.top-story_circle01-svg {
  transform: rotate(90deg) scaleX(-1);
}

.top-story_circle01-anime {
  stroke-width: 11;
  stroke-dasharray: 279.638;
  stroke-dashoffset: 279.638;
}
@media screen and (max-width: 767.98px) {
  .top-story_circle01-anime {
    stroke-width: 16;
    stroke-dasharray: 263.928;
    stroke-dashoffset: 263.928;
  }
}

.top-story_block {
  margin-top: 128rem;
  margin-inline: auto;
  max-width: 1600px;
  display: flex;
  column-gap: 96rem;
}
@media screen and (max-width: 767.98px) {
  .top-story_block {
    margin-top: 48rem;
    flex-direction: column;
  }
}

.top-story_block--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .top-story_block--reverse {
    flex-direction: column;
  }
}

.top-story_block-imageZone {
  width: 56%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-story_block-imageZone {
    width: 100%;
    padding-right: 7%;
  }
}

.top-story_block--reverse .top-story_block-imageZone {
  padding-right: 128rem;
}
@media screen and (max-width: 767.98px) {
  .top-story_block--reverse .top-story_block-imageZone {
    padding-right: 0;
    padding-left: 7%;
  }
}

.top-story_circle02 {
  width: 400rem;
  position: absolute;
  bottom: 0;
  right: 100%;
  transform: translate(50%, 46%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-story_circle02 {
    width: 95rem;
    transform: translate(30%, 48%);
  }
}

.top-story_circle02-svg {
  transform: rotate(-90deg);
}

.top-story_circle02-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}
@media screen and (max-width: 767.98px) {
  .top-story_circle02-anime {
    stroke-width: 22;
    stroke-dasharray: 245.076;
    stroke-dashoffset: 245.076;
  }
}

.top-story_block-body {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 128rem;
}
@media screen and (max-width: 767.98px) {
  .top-story_block-body {
    margin-top: 25rem;
    margin-inline: auto;
    max-width: 368rem;
    padding-inline: 6.8%;
  }
}

.top-story_block--reverse .top-story_block-body {
  padding-right: 0;
  padding-left: 128rem;
}
@media screen and (max-width: 767.98px) {
  .top-story_block--reverse .top-story_block-body {
    padding-inline: 6.8%;
  }
}

.top-story_block-title {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .top-story_block-title {
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
  }
}

.top-story_block-text {
  margin-top: 8rem;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  line-height: 1.6;
  color: #010063;
}
@media screen and (max-width: 767.98px) {
  .top-story_block-text {
    margin-top: 3rem;
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.top-story_block-button {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .top-story_block-button {
    margin-top: 24rem;
  }
}

.top-interview {
  padding-top: 230rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-interview {
    padding-top: 80rem;
  }
}

.top-interview_circle {
  width: 2545rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 2000px) {
  .top-interview_circle {
    width: 3700rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-interview_circle {
    width: 692rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767.98px) {
  .top-interview_circle {
    width: 1000rem;
  }
}

.top-interview_circle-svg {
  transform: rotate(-180deg);
}

.top-interview_circle-anime {
  stroke-width: 2.4;
  stroke-dasharray: 306.6592;
  stroke-dashoffset: 306.6592;
}
@media screen and (max-width: 767.98px) {
  .top-interview_circle-anime {
    stroke-width: 4;
    stroke-dasharray: 301.632;
    stroke-dashoffset: 301.632;
  }
}

.top-interview_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-interview_heading-title {
  margin-top: 60rem;
  transform: translateX(-14rem);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-interview_heading-title {
    margin-top: 28rem;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
    transform: unset;
  }
}

.top-interview_heading-title span:nth-child(1),
.top-interview_heading-title span:nth-child(2),
.top-interview_heading-title span:nth-child(3),
.top-interview_heading-title span:nth-child(4) {
  letter-spacing: -0.12em;
}

.top-interview_heading-title span:nth-last-child(4),
.top-interview_heading-title span:nth-last-child(5),
.top-interview_heading-title span:nth-last-child(6),
.top-interview_heading-title span:nth-last-child(7),
.top-interview_heading-title span:nth-last-child(8),
.top-interview_heading-title span:nth-last-child(9),
.top-interview_heading-title span:nth-last-child(10),
.top-interview_heading-title span:nth-last-child(11),
.top-interview_heading-title span:nth-last-child(12) {
  letter-spacing: -0.1em;
}

.top-interview_body {
  margin-top: 92rem;
}
@media screen and (max-width: 767.98px) {
  .top-interview_body {
    margin-top: 35rem;
  }
}

.top-interview_sliderZone .slick-slider {
  background-color: #fff;
}

.top-interview_sliderZone .slick-arrow {
  transition: all 0.3s;
}

@media (hover: hover) {
  .top-interview_sliderZone .slick-arrow:hover {
    opacity: 0.7;
  }
}
.top-interview_sliderZone .slick-slide {
  margin-inline: 2.25vw;
  padding-top: 6.25vw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .top-interview_sliderZone .slick-slide {
    margin-inline: 8.152173913vw;
    padding-top: 23.097826087vw;
  }
}

.top-interview_sliderZone .slick-slide.slick-active {
  padding-top: 0;
}

.top-interview_sliderZone .slick-slide .top-interview_sliderImage {
  transition: all 0.3s ease;
}

.top-interview_sliderZone .slick-slide.slick-active .top-interview_sliderImage {
  width: 128%;
  margin-left: -14%;
}
@media screen and (max-width: 767.98px) {
  .top-interview_sliderZone .slick-slide.slick-active .top-interview_sliderImage {
    width: 140%;
    margin-left: -20%;
  }
}

.top-interview_sliderText {
  margin-top: 32rem;
  text-align: center;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.52;
  letter-spacing: 0.02em;
  color: #010063;
}
@media screen and (max-width: 767.98px) {
  .top-interview_sliderText {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.top-interview_sliderName {
  margin-top: 16rem;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .top-interview_sliderName {
    margin-top: 8rem;
    font-size: clamp(10px, calc(100vw / 368 * 10), 10px);
    line-height: 1.8;
  }
}

.top-interview_sliderName span {
  display: inline-block;
}

.top-interview-slider-prev {
  position: absolute;
  top: 0;
  left: calc(50% + 35.9375vw);
  width: 60rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-interview-slider-prev {
    top: 147rem;
    left: 4%;
    width: 50rem;
  }
}

.top-interview-slider-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-left: 2px solid #0F3291;
  border-bottom: 2px solid #0F3291;
}

.top-interview-slider-next {
  position: absolute;
  top: 0;
  left: calc(50% + 40.3125vw);
  width: 60rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-interview-slider-next {
    top: 147rem;
    left: auto;
    right: 4%;
    width: 50rem;
  }
}

.top-interview-slider-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(-45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-right: 2px solid #0F3291;
  border-bottom: 2px solid #0F3291;
}

.top-career {
  margin-top: 170rem;
}
@media screen and (max-width: 767.98px) {
  .top-career {
    margin-top: 55rem;
  }
}

.top-career_wrapper {
  margin-inline: auto;
  max-width: 1600rem;
  padding-inline: 32rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-career_wrapper {
    padding-inline: 14rem;
  }
}

.top-career_container {
  border-radius: 16rem;
  padding: 128rem 160rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-career_container {
    padding: 48rem 30rem;
  }
}

.top-career_container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(15, 50, 145, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}

.top-career_container-heading {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.top-career_container-title {
  margin-top: 56rem;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-title {
    margin-top: 27rem;
    text-align: center;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.top-career_container-title span:nth-child(1) {
  letter-spacing: -0.16em;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-title span:nth-child(1) {
    margin-left: -12rem;
  }
}

.top-career_container-title span:nth-child(2),
.top-career_container-title span:nth-child(3),
.top-career_container-title span:nth-child(4),
.top-career_container-title span:nth-child(5),
.top-career_container-title span:nth-last-child(6),
.top-career_container-title span:nth-last-child(7),
.top-career_container-title span:nth-last-child(8),
.top-career_container-title span:nth-last-child(9),
.top-career_container-title span:nth-last-child(10) {
  letter-spacing: -0.16em;
}

.top-career_container-imageZone01 {
  position: absolute;
  top: -50rem;
  right: 130rem;
  width: 446rem;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-imageZone01 {
    position: relative;
    top: auto;
    right: auto;
    width: 205rem;
    margin-top: 24rem;
    margin-left: calc(50% - 72rem);
  }
}

.top-career_container-imageZone01 img {
  border-radius: 50%;
}

.top-career_container-circle01 {
  width: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49.5%, -49.5%);
}
@media screen and (max-width: 1023.98px) {
  .top-career_container-circle01 {
    left: 50%;
    width: 102%;
  }
}

.top-career_container-circle01-svg {
  transform: rotate(-90deg);
}

.top-career_container-circle01-anime {
  stroke-width: 8;
  stroke-dasharray: 289.064;
  stroke-dashoffset: 289.064;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-circle01-anime {
    stroke-width: 10;
    stroke-dasharray: 282.78;
    stroke-dashoffset: 282.78;
  }
}

.top-career_container-imageZone02 {
  position: absolute;
  bottom: -238rem;
  right: 165rem;
  width: 188rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-imageZone02 {
    position: relative;
    bottom: auto;
    right: auto;
    width: 86rem;
    margin-top: 15rem;
    margin-left: calc(50% - 226rem);
  }
}

.top-career_container-imageZone02 img {
  border-radius: 50%;
}

.top-career_container-circle02 {
  position: absolute;
  top: 0;
  left: -128rem;
  width: 61rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 16rem solid #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-circle02 {
    top: -65rem;
    left: -50rem;
    width: 44rem;
    border: 12rem solid #0F3291;
  }
}

.top-career_container-text {
  margin-top: 35rem;
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  line-height: 2;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-text {
    margin-top: 24rem;
    margin-inline: auto;
    width: fit-content;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
    line-height: 1.8;
  }
}

.top-career_container-button {
  margin-top: 56rem;
}
@media screen and (max-width: 767.98px) {
  .top-career_container-button {
    margin-top: 32rem;
    margin-inline: auto;
    max-width: 280rem;
  }
}

.top-career_wrapper-circle01 {
  width: 188rem;
  position: absolute;
  top: -60rem;
  left: 114rem;
}
@media screen and (max-width: 767.98px) {
  .top-career_wrapper-circle01 {
    width: 113rem;
    top: -42rem;
    left: -35rem;
  }
}

.top-career_wrapper-circle01-svg {
  transform: rotate(-180deg);
}

.top-career_wrapper-circle01-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.top-career_wrapper-circle02 {
  width: 335rem;
  position: absolute;
  top: 41%;
  left: 92%;
}
@media screen and (max-width: 767.98px) {
  .top-career_wrapper-circle02 {
    width: 231rem;
    top: 60%;
    left: 79%;
  }
}

.top-career_wrapper-circle02-svg {
  transform: rotate(-90deg) scaleX(-1);
}

.top-career_wrapper-circle02-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.top-career_wrapper-circle03 {
  width: 220rem;
  position: absolute;
  bottom: -55rem;
  left: -62rem;
}
@media screen and (max-width: 767.98px) {
  .top-career_wrapper-circle03 {
    width: 143rem;
    bottom: -80rem;
    left: -72rem;
  }
}

.top-career_wrapper-circle03-svg {
  transform: rotate(-180deg);
}

.top-career_wrapper-circle03-anime {
  stroke-width: 20;
  stroke-dasharray: 251.36;
  stroke-dashoffset: 251.36;
}

.top-career_wrapper-circle04 {
  position: absolute;
  top: 200rem;
  left: calc(50% + 240rem);
  transform: translateX(-50%);
  width: 301rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 46rem solid #00AFF0;
  border-radius: 50%;
}
@media screen and (max-width: 767.98px) {
  .top-career_wrapper-circle04 {
    top: 470rem;
    left: calc(50% - 24rem);
    transform: translateX(-50%);
    width: 106rem;
  }
}

.top-environment {
  padding-block: 192rem;
}
@media screen and (max-width: 767.98px) {
  .top-environment {
    padding-block: 64rem;
  }
}

.top-environment_flex {
  padding-inline: 12rem 24rem;
  display: flex;
  justify-content: space-between;
  column-gap: 60rem;
}
@media screen and (max-width: 767.98px) {
  .top-environment_flex {
    padding-inline: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.top-environment_titleZone {
  width: 16%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-environment_titleZone {
    width: fit-content;
  }
}

.top-environment_title {
  height: max-content;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 64), 64px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767.98px) {
  .top-environment_title {
    width: 84rem;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.top-environment_title span:nth-child(1),
.top-environment_title span:nth-last-child(7) {
  display: inline;
  transform: translateX(3rem);
}
@media screen and (max-width: 767.98px) {
  .top-environment_title span:nth-child(1),
  .top-environment_title span:nth-last-child(7) {
    transform: translateX(4rem);
  }
}

.top-environment_imageZone {
  width: 41.7%;
}
@media screen and (max-width: 767.98px) {
  .top-environment_imageZone {
    margin-top: -118rem;
    margin-inline: auto;
    width: 100%;
    max-width: 500rem;
  }
}

.top-environment_image {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .top-environment_image {
    height: auto;
  }
}

.top-environment_image img {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .top-environment_image img {
    height: auto;
  }
}

.top-environment_body {
  margin-left: 60rem;
  width: 28%;
  padding-top: 96rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .top-environment_body {
    width: 100%;
    margin-left: 0;
    padding-top: 40rem;
  }
}

.top-environment_body-text {
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .top-environment_body-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
    line-height: 1.8;
    margin-bottom: 0;
  }
}

.top-environment_linkZone {
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .top-environment_linkZone {
    margin-top: 40rem;
  }
}

.top-environment_link {
  border-top: 1px solid #CBD5E1;
  padding-block: 31rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-environment_link {
    padding-block: 25rem;
  }
}

.top-environment_link:last-child {
  border-bottom: 1px solid #CBD5E1;
}

.top-environment_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-7rem, -50%);
  content: "";
  width: 31rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 12rem solid #0F3291;
  border-radius: 50%;
  transition: all 0.3s;
}

@media (hover: hover) {
  .top-environment_link:hover {
    opacity: 1;
  }
  .top-environment_link:hover::before {
    transform: translate(0, -50%);
    width: 45rem;
    border: 16rem solid #0F3291;
  }
}
.top-environment_link-title {
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.52;
  letter-spacing: 0.02em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .top-environment_link-title {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.top-environment_link-subTitle {
  margin-top: 4rem;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.52;
  letter-spacing: 0.02em;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .top-environment_link-subTitle {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.interview-mv-introduction {
  overflow: hidden;
}

.interview-mv {
  min-height: 52vw;
}
@media screen and (max-width: 767.98px) {
  .interview-mv {
    min-height: unset;
  }
}

.interview-mv_inner {
  width: 100%;
  max-width: 1600rem;
  margin-inline: auto;
  padding-top: 40rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_inner {
    padding-top: 69.5vw;
  }
}

.interview-mv_body {
  width: max-content;
  background-color: #0F3291;
  padding: 64rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body {
    padding: 20rem;
    width: 100%;
    background-color: rgba(15, 50, 145, 0.94);
  }
}

.interview-mv_body-heading {
  padding-top: 4rem;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body-heading {
    flex-direction: column;
    width: max-content;
    margin-inline: auto;
  }
}

.interview-mv_body-en {
  position: absolute;
  top: 12rem;
  left: calc(50% + 45rem);
  writing-mode: vertical-rl;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 1.56;
  letter-spacing: 0.08em;
  color: #5CC0F4;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body-en {
    writing-mode: unset;
    position: relative;
    top: auto;
    left: auto;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.interview-mv_body-name {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 60), 60px);
  line-height: 1.1;
  letter-spacing: 0.07em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body-name {
    margin-top: 4rem;
    writing-mode: unset;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.interview-mv_body-position {
  margin-top: 34rem;
  padding-inline: 7rem;
}
@media screen and (max-width: 1023.98px) {
  .interview-mv_body-position {
    padding-inline: 24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body-position {
    margin-top: 32rem;
    padding-inline: 0;
  }
}

.interview-mv_body-position-text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body-position-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.interview-mv_body-position-text:not(:first-child) {
  margin-top: 11rem;
}

.interview-mv_body-position-text span {
  display: inline-block;
}

.interview-mv_body-bottom {
  margin-top: 38rem;
  margin-inline: auto;
  max-width: 234rem;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 1023.98px) {
  .interview-mv_body-bottom {
    max-width: 280rem;
  }
}
@media screen and (max-width: 767.98px) {
  .interview-mv_body-bottom {
    margin-top: 32rem;
    max-width: none;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.interview-mv_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 1408rem;
}
@media screen and (max-width: 767.98px) {
  .interview-mv_image {
    width: 90%;
  }
}

@media screen and (max-width: 767.98px) {
  .interview-mv_image img {
    aspect-ratio: 1/1;
  }
}

.interview-introduction {
  padding-top: 54rem;
  padding-bottom: 160rem;
}
@media screen and (max-width: 767.98px) {
  .interview-introduction {
    padding-bottom: 100rem;
  }
}

.interview-introduction_content {
  margin-inline: auto;
  max-width: 832rem;
  padding-bottom: 48rem;
  border-bottom: 1px solid #CBD5E1;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .interview-introduction_content {
    padding-bottom: 32rem;
  }
}

.interview-introduction-titleZone {
  display: flex;
  justify-content: center;
}

.interview-introduction-title {
  display: inline-block;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 0.89;
  color: #0F3291;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .interview-introduction-title {
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
  }
}

.interview-introduction-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4rem;
  background-color: #0F3291;
}

.interview-introduction_text {
  margin-top: 32rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .interview-introduction_text {
    font-size: clamp(10px, calc(100vw / 368 * 15), 15px);
  }
}

.interview-introduction_circle {
  width: 480rem;
  position: absolute;
  top: 0;
  left: 116%;
  transform: translateY(-49%);
}
@media screen and (max-width: 767.98px) {
  .interview-introduction_circle {
    width: 159rem;
    top: -30rem;
    left: 90%;
  }
}

.interview-introduction_circle-svg {
  transform: rotate(0deg) scaleY(-1);
}

.interview-introduction_circle-anime {
  stroke-width: 11;
  stroke-dasharray: 279.638;
  stroke-dashoffset: 279.638;
}
@media screen and (max-width: 767.98px) {
  .interview-introduction_circle-anime {
    stroke-width: 16;
    stroke-dasharray: 263.928;
    stroke-dashoffset: 263.928;
  }
}

.interview-main_inner {
  padding-inline: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .interview-main_inner {
    padding-inline: 3rem;
  }
}

.interview-main_title {
  padding-right: 12rem;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 52), 52px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .interview-main_title {
    padding-right: 0;
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.interview-main_circle {
  width: 325rem;
  position: absolute;
  top: 107%;
  left: calc(50% - 915rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .interview-main_circle {
    width: 95rem;
    top: 120%;
    left: -10%;
  }
}

.interview-main_circle-svg {
  transform: rotate(-180deg);
}

.interview-main_circle-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}
@media screen and (max-width: 767.98px) {
  .interview-main_circle-anime {
    stroke-width: 22;
    stroke-dasharray: 245.076;
    stroke-dashoffset: 245.076;
  }
}

.interview-main_content {
  margin-top: 160rem;
  margin-inline: auto;
  max-width: 1600rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_content {
    margin-top: 80rem;
  }
}

.interview-main_block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block {
    flex-direction: column;
    gap: 64rem;
  }
}

.interview-main_block.interview-main_block-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block.interview-main_block-reverse {
    flex-direction: column;
  }
}

.interview-main_block:not(:first-child) {
  margin-top: 128rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block:not(:first-child) {
    margin-top: 80rem;
  }
}

.interview-main_block-imageZone {
  position: sticky;
  position: -webkit-sticky;
  top: 112rem;
  width: 768rem;
  padding-left: 100rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-imageZone {
    position: relative;
    top: auto;
    width: calc(100% - 48rem);
    padding-left: 0;
  }
}

.interview-main_block-reverse .interview-main_block-imageZone {
  padding-left: 0;
  padding-right: 100rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-reverse .interview-main_block-imageZone {
    margin-left: auto;
    padding-right: 0;
  }
}

.interview-main_block-image img {
  max-height: calc(100vh - 200rem);
  min-height: 530px;
  margin-left: auto;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-image img {
    max-height: none;
    min-height: unset;
    margin-left: 0;
    object-fit: cover;
  }
}

.interview-main_block-reverse .interview-main_block-image img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-reverse .interview-main_block-image img {
    margin-right: 0;
  }
}

.interview-main_block-comment {
  flex: 1;
}

.interview-main_block-container {
  padding-inline: 128rem;
  padding-top: 94rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-container {
    padding-top: 64rem;
    padding-inline: 48rem;
  }
}

.interview-main_block-container::before {
  position: absolute;
  top: 0;
  left: 128rem;
  content: "";
  height: 8rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-container::before {
    left: 48rem;
    height: 4rem;
  }
}

.interview-main_block-container:not(:first-child) {
  margin-top: 96rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-container:not(:first-child) {
    margin-top: 64rem;
  }
}

.interview-main_block-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-title {
    font-size: clamp(10px, calc(100vw / 368 * 26), 26px);
  }
}

.interview-main_block-list {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-list {
    margin-top: 48rem;
  }
}

.interview-main_block-item:not(:first-child) {
  margin-top: 66rem;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-item:not(:first-child) {
    margin-top: 40rem;
  }
}

.interview-main_block-question {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  line-height: 1.6;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-question {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.interview-main_block-answerZone {
  margin-top: 24rem;
}

.interview-main_block-answer {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .interview-main_block-answer {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.interview-main_block-answer:not(:first-child) {
  margin-top: 24rem;
}

.interview-other {
  margin-top: 128rem;
  padding-block: 160rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .interview-other {
    margin-top: 80rem;
    padding-block: 100rem;
  }
}

.interview-other::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 159.0625vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #F1F5F9;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .interview-other::before {
    width: 271.7391304348vw;
  }
}

.interview-other_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interview-other_title {
  margin-top: 60rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.4;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 767.98px) {
  .interview-other_title {
    margin-top: 28rem;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.interview-other_body {
  margin-top: 78rem;
}
@media screen and (max-width: 767.98px) {
  .interview-other_body {
    margin-top: 35rem;
  }
}

.interview-other_sliderZone .slick-arrow {
  transition: all 0.3s;
}

@media (hover: hover) {
  .interview-other_sliderZone .slick-arrow:hover {
    opacity: 0.7;
  }
}
.interview-other_sliderZone .slick-slide {
  margin-inline: 1.5vw;
}
@media screen and (max-width: 767.98px) {
  .interview-other_sliderZone .slick-slide {
    margin-inline: 2.7173913043vw;
  }
}

.interview-other_sliderText {
  margin-top: 27rem;
  text-align: center;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.52;
  letter-spacing: 0.02em;
  color: #010063;
}
@media screen and (max-width: 767.98px) {
  .interview-other_sliderText {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.interview-other_sliderName {
  margin-top: 14rem;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 12), 12px);
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .interview-other_sliderName {
    margin-top: 8rem;
    font-size: clamp(10px, calc(100vw / 368 * 10), 10px);
    line-height: 1.8;
  }
}

.interview-other_sliderName span {
  display: inline-block;
}

.interview-other-slider-prev {
  position: absolute;
  top: 35%;
  left: 1.5%;
  width: 80rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .interview-other-slider-prev {
    top: 147rem;
    left: 4%;
    width: 50rem;
  }
}

.interview-other-slider-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-left: 2px solid #0F3291;
  border-bottom: 2px solid #0F3291;
}

.interview-other-slider-next {
  position: absolute;
  top: 35%;
  right: 1.5%;
  width: 80rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .interview-other-slider-next {
    top: 147rem;
    left: auto;
    right: 4%;
    width: 50rem;
  }
}

.interview-other-slider-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(-45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-right: 2px solid #0F3291;
  border-bottom: 2px solid #0F3291;
}

/* セクション共通 */
.common-section-lineTitle.recruitment-section-lineTitle {
  padding-bottom: 24rem;
}

.recruitment-section-title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 48), 48px);
  line-height: 1.4;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .recruitment-section-title {
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

/* キャリア採用 求人情報＆エントリー */
.recruitment-entry {
  margin-top: 96rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-entry {
    margin-top: 64rem;
  }
}

.recruitment-entry_container {
  padding-bottom: 128rem;
  background: linear-gradient(180deg, #fff 50%, #F3F3F6);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .recruitment-entry_container {
    padding-bottom: 80rem;
  }
}

.recruitment-entry_title {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .recruitment-entry_title {
    margin-top: 32rem;
  }
}

.recruitment-entry_button {
  margin-top: 65rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .recruitment-entry_button {
    margin-top: 48rem;
  }
}

.recruitment-entry_button .common-button-link {
  width: 440rem;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  padding: 33rem 48rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-entry_button .common-button-link {
    width: 100%;
    max-width: 320rem;
    padding: 11rem 68rem 12rem 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 13), 13px);
  }
}

/* ストライクで活躍できる方 */
.recruitment-personality {
  padding-top: 107rem;
  padding-bottom: 165rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality {
    padding-bottom: 120rem;
  }
}

.recruitment-personality_inner {
  width: 100%;
  max-width: 1532rem;
  margin-inline: auto;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_inner {
    padding-inline: 24rem;
  }
}

.recruitment-personality_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruitment-personality_title {
  margin-top: 56rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_title {
    margin-top: 32rem;
  }
}

.recruitment-personality_flex {
  margin-top: 42rem;
  display: flex;
  column-gap: 16rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_flex {
    margin-top: 80rem;
    flex-direction: column;
  }
}

.recruitment-personality_image {
  flex: 1;
  margin-left: -12%;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_image {
    width: 80%;
    max-width: 400rem;
    margin-inline: auto;
  }
}

.recruitment-personality_caption {
  margin-top: 24rem;
  text-align: center;
  font-size: clamp(10px, 1vw, 16px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_caption {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.recruitment-personality_image img {
  border-radius: 50%;
}

.recruitment-personality_body {
  width: 63%;
  padding-top: 68rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_body {
    width: 100%;
  }
}

.recruitment-personality_text {
  max-width: 576rem;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.recruitment-personality_text:not(:first-child) {
  margin-top: 68rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_text:not(:first-child) {
    margin-top: 40rem;
  }
}

.recruitment-personality_list {
  margin-top: 64rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_list {
    margin-top: 40rem;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.recruitment-personality_item {
  width: 320rem;
  height: 320rem;
  padding-top: 30rem;
  border-radius: 50%;
  border: 1px solid rgba(15, 50, 145, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_item {
    width: 220rem;
    height: 220rem;
    padding-top: 24rem;
  }
}

.recruitment-personality_item:nth-child(2) {
  margin-left: -4%;
  margin-right: -4%;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_item:nth-child(2) {
    margin: -20rem 0;
  }
}

.recruitment-personality_item-number {
  display: block;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_item-number {
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.recruitment-personality_item-title {
  margin-top: 11rem;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 56), 56px);
  line-height: 1.56;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_item-title {
    margin-top: 5rem;
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.recruitment-personality_item-text {
  margin-top: 16rem;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  line-height: 1.56;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_item-text {
    font-size: clamp(10px, calc(100vw / 368 * 15), 15px);
  }
}

.recruitment-personality_circle01 {
  width: 500rem;
  position: absolute;
  top: 10rem;
  left: calc(50% - 1018rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_circle01 {
    width: 300rem;
    top: 130rem;
    left: calc(50% - 75vw);
  }
}
@media screen and (max-width: 500px) {
  .recruitment-personality_circle01 {
    width: 200rem;
    left: calc(50% - 260rem);
  }
}

.recruitment-personality_circle01-svg {
  transform: rotate(-180deg);
}

.recruitment-personality_circle01-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.recruitment-personality_circle02 {
  width: 255rem;
  position: absolute;
  top: 28.5%;
  right: 0;
  transform: translateX(57%) scaleY(-1);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .recruitment-personality_circle02 {
    width: 155rem;
    top: 40%;
  }
}

.recruitment-personality_circle02-anime {
  stroke-width: 14;
  stroke-dasharray: 270.212;
  stroke-dashoffset: 270.212;
}

/* よくあるご質問 */
.recruitment-faq {
  padding-top: 154rem;
  padding-bottom: 202rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq {
    padding-top: 100rem;
    padding-bottom: 100rem;
  }
}

.recruitment-faq::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 159.0625vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F1F5F9;
  z-index: -1;
}
@media screen and (max-width: 1599.98px) {
  .recruitment-faq::before {
    width: 2545rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq::before {
    width: 200vw;
  }
}

.recruitment-faq::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: calc(100% - 79.5vw);
  background-color: #F1F5F9;
  z-index: -1;
}
@media screen and (max-width: 1599.98px) {
  .recruitment-faq::after {
    height: calc(100% - 1272rem);
  }
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq::after {
    height: calc(100% - 100vw);
  }
}

.recruitment-faq_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruitment-faq_title {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_title {
    margin-top: 42rem;
  }
}

.recruitment-faq_anchor-list {
  margin-top: 96rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16rem 32rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_anchor-list {
    margin-top: 64rem;
    margin-inline: auto;
    max-width: 465rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 550px) {
  .recruitment-faq_anchor-list {
    max-width: 215rem;
  }
}

@media screen and (max-width: 767.98px) {
  .recruitment-faq_anchor-item {
    width: 215rem;
  }
}

.recruitment-faq_anchor-link {
  padding-left: 30rem;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.52;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_anchor-link {
    width: fit-content;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.recruitment-faq_anchor-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 24rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00AFF0;
}

.recruitment-faq_anchor-link::after {
  position: absolute;
  top: 50%;
  left: 8rem;
  transform: translateY(-65%) rotate(-45deg);
  content: "";
  width: 8rem;
  height: 8rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.recruitment-faq_block {
  margin-top: 120rem;
  border-top: 1px solid #0F3291;
  padding-top: 46rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_block {
    margin-top: 80rem;
    padding-top: 36rem;
  }
}

.recruitment-faq_block-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_block-title {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.recruitment-faq_block-body {
  margin-top: 24rem;
  margin-left: auto;
  max-width: 880rem;
}

.recruitment-faq_accordion-item {
  padding-bottom: 32rem;
  border-bottom: 1px solid #CBD5E1;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_accordion-item {
    padding-bottom: 24rem;
  }
}

.recruitment-faq_accordion-item:not(:first-child) {
  margin-top: 32rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_accordion-item:not(:first-child) {
    margin-top: 24rem;
  }
}

.recruitment-faq_accordion-button {
  display: flex;
  align-items: center;
  column-gap: 16rem;
  position: relative;
}

.recruitment-faq_accordion-more {
  display: block;
  width: 24rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #0F3291;
  border-radius: 3rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_accordion-more {
    width: 20rem;
  }
}

.recruitment-faq_accordion-more::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10rem;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.recruitment-faq_accordion-more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  content: "";
  width: 10rem;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.recruitment-faq_accordion-question {
  flex: 1;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_accordion-question {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.recruitment-faq_accordion-content {
  margin-top: 24rem;
  padding-left: 40rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_accordion-content {
    margin-top: 10rem;
    padding-left: 38rem;
  }
}

.recruitment-faq_accordion-answer {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .recruitment-faq_accordion-answer {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.news-archive {
  margin-top: 118rem;
  margin-bottom: 210rem;
}
@media screen and (max-width: 767.98px) {
  .news-archive {
    margin-top: 64rem;
    margin-bottom: 80rem;
  }
}

.news-archive_tab-list {
  background-color: #F1F5F9;
  padding: 16rem;
  display: flex;
  column-gap: 16rem;
  margin-bottom: 104rem;
}
@media screen and (max-width: 767.98px) {
  .news-archive_tab-list {
    padding: 12rem;
    flex-wrap: wrap;
    gap: 12rem;
    margin-bottom: 46rem;
  }
}

.news-archive_tab-item {
  width: calc((100% - 32rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .news-archive_tab-item {
    width: calc((100% - 12px) / 2);
  }
}

.news-archive_tab-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17rem 12rem 16rem;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.52;
  letter-spacing: 0.02em;
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .news-archive_tab-link {
    padding: 12rem;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

@media (hover: hover) {
  .news-archive_tab-link:hover {
    opacity: 1;
    background-color: #94A3B8;
    color: #fff;
  }
}
.news-archive_article-item {
  display: flex;
  column-gap: 72rem;
  padding-bottom: 31rem;
  border-bottom: 1px solid #E4EAF5;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-item {
    flex-direction: column;
  }
}

.news-archive_article-item:not(:first-child) {
  margin-top: 32rem;
}

.news-archive_article-heading {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 4rem;
}

.news-archive_article-category {
  width: 136rem;
}

.news-archive_article-date {
  width: 144rem;
}

.news-archive_article-body {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-body {
    margin-top: 16rem;
  }
}

.news-archive_article-body p {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-body p {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.news-archive_article-link {
  width: fit-content;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

@media (hover: hover) {
  .news-archive_article-link:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.news-archive_article-link--open {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-link--open {
    padding-right: 20rem;
  }
}

.news-archive_article-link--open::after {
  margin-left: 4rem;
  display: inline-block;
  content: "";
  width: 16rem;
  height: 16rem;
  background: url(../img/news/icon_open.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-link--open::after {
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.news-archive_article-link--pdf {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-link--pdf {
    padding-right: 50rem;
  }
}

.news-archive_article-link--pdf::after {
  margin-left: 6rem;
  display: inline-block;
  padding-inline: 10rem;
  background-color: #94A3B8;
  border-radius: 20rem;
  content: "PDF";
  font-size: clamp(10px, calc(100vw / 1600 * 12), 12px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .news-archive_article-link--pdf::after {
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.news-archive_paginationZone {
  margin-top: 80rem;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .news-archive_paginationZone {
    margin-top: 50rem;
  }
}

.news-archive_pagination {
  display: flex;
  align-items: center;
  column-gap: 16rem;
}

.news-archive_pagination a.page-numbers {
  padding: 2rem 4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .news-archive_pagination a.page-numbers {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

@media (hover: hover) {
  .news-archive_pagination a.page-numbers:hover {
    opacity: 1;
    color: #0F3291;
  }
}
.news-archive_pagination span.page-numbers.current {
  padding: 2rem 4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .news-archive_pagination span.page-numbers.current {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.news-archive_pagination a.page-numbers.prev {
  margin-right: 20rem;
  width: 48rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-archive_pagination a.page-numbers.prev {
    margin-right: 12rem;
    width: 40rem;
  }
}

.news-archive_pagination a.page-numbers.prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-left: 2px solid #0F3291;
  border-bottom: 2px solid #0F3291;
}
@media screen and (max-width: 767.98px) {
  .news-archive_pagination a.page-numbers.prev::before {
    width: 7rem;
    height: 7rem;
  }
}

.news-archive_pagination a.page-numbers.next {
  margin-left: 20rem;
  width: 48rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-archive_pagination a.page-numbers.next {
    margin-left: 12rem;
    width: 40rem;
  }
}

.news-archive_pagination a.page-numbers.next::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(30%, -50%) rotate(45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-top: 2px solid #0F3291;
  border-right: 2px solid #0F3291;
}
@media screen and (max-width: 767.98px) {
  .news-archive_pagination a.page-numbers.next::before {
    width: 7rem;
    height: 7rem;
  }
}

@media (hover: hover) {
  .news-archive_pagination a.page-numbers.prev:hover {
    opacity: 0.7;
  }
  .news-archive_pagination a.page-numbers.next:hover {
    opacity: 0.7;
  }
}
.news-single {
  margin-top: 120rem;
  margin-bottom: 208rem;
}
@media screen and (max-width: 767.98px) {
  .news-single {
    margin-top: 64rem;
    margin-bottom: 80rem;
  }
}

.news-single_inner {
  width: 100%;
  max-width: 1160rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .news-single_inner {
    padding-inline: 24rem;
  }
}

.news-single_heading {
  display: flex;
  align-items: flex-start;
  column-gap: 31rem;
}

.news-single_title {
  margin-top: 24rem;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  line-height: 1.6;
  padding-bottom: 32rem;
  border-bottom: 1px solid #E4EAF5;
}
@media screen and (max-width: 767.98px) {
  .news-single_title {
    font-size: clamp(10px, calc(100vw / 368 * 22), 22px);
    padding-bottom: 24rem;
  }
}

.news-single-group {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .news-single-group {
    margin-top: 50rem;
  }
}

.news-single_column {
  display: flex;
  column-gap: 64rem;
}
@media screen and (max-width: 767.98px) {
  .news-single_column {
    flex-direction: column;
    row-gap: 32rem;
  }
}

.news-single_column-body {
  flex: 1;
}

.news-single_content-title {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  line-height: 1.6;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .news-single_content-title {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.news-single_content-textZone {
  margin-top: 24rem;
}

.news-single_content-text {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .news-single_content-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.news-single_content-textZone .news-single_content-text:not(:first-child) {
  margin-top: 20rem;
}

.news-single_column-image {
  width: 42.85%;
}
@media screen and (max-width: 767.98px) {
  .news-single_column-image {
    width: 100%;
    max-width: 500rem;
    margin-inline: auto;
  }
}

.news-single_bottom {
  margin-top: 107rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .news-single_bottom {
    margin-top: 64rem;
  }
}

.news-single_bottom-button {
  border: 1px solid #CBD5E1;
  border-radius: 100rem;
  padding: 17rem 32rem 17rem 54rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1600 * 13), 13px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .news-single_bottom-button {
    font-size: clamp(10px, calc(100vw / 368 * 13), 13px);
  }
}

.news-single_bottom-button::before {
  position: absolute;
  top: 50%;
  left: 33rem;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 9rem;
  height: 9rem;
  border-left: 2px solid #0F3291;
  border-bottom: 2px solid #0F3291;
}

.news-single_content iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.story-mv-introduction {
  overflow: hidden;
}

.story-mv-introduction_inner {
  width: 100%;
  max-width: 1600rem;
  margin-inline: auto;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .story-mv .story-mv-introduction_inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.story-mv {
  position: relative;
  z-index: 1;
}

.story-mv_body {
  position: absolute;
  top: 40rem;
  left: 0;
  width: max-content;
  background-color: #0F3291;
  padding: 56rem 64rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body {
    margin-top: -16rem;
    position: relative;
    top: auto;
    padding: 20rem;
    max-width: 100%;
    background-color: rgba(15, 50, 145, 0.94);
  }
}

.story-mv_body-title {
  width: fit-content;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-title {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.story-mv_body-text {
  margin-top: 20rem;
  display: flex;
  align-items: center;
  gap: 12rem;
}

.story-mv_body-lead {
  margin-top: 32rem;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-lead {
    margin-top: 20rem;
    font-size: clamp(10px, calc(100vw / 368 * 22), 22px);
  }
}

.story-mv_body-ja {
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-ja {
    font-size: clamp(10px, calc(100vw / 368 * 22), 22px);
  }
}

.story-mv_body-mark {
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  color: #5CC0F4;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-mark {
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
  }
}

.story-mv_body-profile {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-profile {
    margin-top: 32rem;
  }
}

.story-mv_body-profile-text {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-profile-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.story-mv_body-profile-text:not(:first-child) {
  margin-top: 8rem;
}

.story-mv_body-profile-name {
  margin-top: 12rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 30), 30px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .story-mv_body-profile-name {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.story-mv_image {
  margin-left: auto;
  width: 1408rem;
}
@media screen and (max-width: 767.98px) {
  .story-mv_image {
    width: 100%;
  }
}

.story-introduction {
  margin-top: 80rem;
}

.story-introduction_content {
  position: relative;
}

.story-introduction-titleZone {
  position: relative;
  z-index: 1;
}

.story-introduction-title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 52), 52px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .story-introduction-title {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.story-introduction_circle01 {
  width: 592rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 568rem);
  transform: translateY(-49%);
}
@media screen and (max-width: 767.98px) {
  .story-introduction_circle01 {
    width: 159rem;
    left: calc(100% - 50rem);
  }
}

.story-introduction_content02 .story-introduction_circle01 {
  left: calc(50% + 685rem);
  transform: translateY(-35%);
}
@media screen and (max-width: 767.98px) {
  .story-introduction_content02 .story-introduction_circle01 {
    transform: translateY(-49%);
    left: calc(100% - 50rem);
  }
}

.story-introduction_circle01-svg {
  transform: rotate(0deg) scaleY(-1);
}

.story-introduction_circle01-anime {
  stroke-width: 11;
  stroke-dasharray: 279.638;
  stroke-dashoffset: 279.638;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_circle01-anime {
    stroke-width: 16;
    stroke-dasharray: 263.928;
    stroke-dashoffset: 263.928;
  }
}

.story-introduction_circle02 {
  width: 325rem;
  position: absolute;
  top: 65%;
  left: calc(50% - 995rem);
}
@media screen and (max-width: 767.98px) {
  .story-introduction_circle02 {
    width: 159rem;
    top: 90%;
    left: -85rem;
  }
}

.story-introduction_circle02-svg {
  transform: rotate(180deg);
}

.story-introduction_circle02-anime {
  stroke-width: 14;
  stroke-dasharray: 270.212;
  stroke-dashoffset: 270.212;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_circle02-anime {
    stroke-width: 16;
    stroke-dasharray: 263.928;
    stroke-dashoffset: 263.928;
  }
}

.story-introduction_bottom {
  margin-top: 80rem;
  padding-top: 74rem;
  padding-bottom: 68rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}

.story-introduction_bottom::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}

.story-introduction_bottom-inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 30rem;
}

.story-introduction_bottom-inner01 {
  max-width: 1276rem;
}

.story-introduction_bottom-inner02 {
  max-width: 1042rem;
}

.story-introduction_bottom-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-flex {
    flex-direction: column;
  }
}

.story-introduction_bottom-item {
  width: 39.5%;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-item {
    width: 100%;
  }
}

.story-introduction_bottom-company {
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-company {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.story-introduction_bottom-detail {
  margin-top: 20rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-detail {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.story-introduction_bottom-mark {
  width: 88rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-mark {
    width: 100%;
    height: 88rem;
  }
}

.story-introduction_bottom-mark::before {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 77rem;
  height: 2px;
  background-color: #5CC0F4;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-mark::before {
    width: 55rem;
  }
}

.story-introduction_bottom-mark::after {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 77rem;
  height: 2px;
  background-color: #5CC0F4;
}
@media screen and (max-width: 767.98px) {
  .story-introduction_bottom-mark::after {
    width: 55rem;
  }
}

.story-main {
  margin-top: 120rem;
  margin-inline: auto;
  max-width: 1600rem;
}
@media screen and (max-width: 767.98px) {
  .story-main {
    margin-top: 80rem;
  }
}

.story-main .interview-main_block {
  align-items: unset;
}

.story-main .interview-main_block-imageZone {
  padding-left: 0;
}

.story-main .interview-main_block-reverse .interview-main_block-imageZone {
  padding-right: 0;
}

@media screen and (max-width: 767.98px) {
  .interview-main_block-image.sp-only {
    margin-top: 28rem;
  }
}

.story-main_block-imageSpace {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .story-main_block-imageSpace {
    display: none;
  }
}

.story-main_block-imageSpace .interview-main_block-image:not(:first-child) {
  margin-top: 586rem;
}

.story-main_block-imageSpace img {
  aspect-ratio: 158/137;
}

.story-main_block-imageEdge {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .story-main_block-imageEdge {
    display: none;
  }
}

.story-main_block-imageEdge img {
  aspect-ratio: 158/137;
}

.story-main .interview-main_block-image img,
.story-main_block-imageSpace .interview-main_block-image img,
.story-main_block-imageEdge .interview-main_block-image img {
  min-height: auto;
}

.story-main-wideText {
  margin-right: -25rem;
}
@media screen and (max-width: 767.98px) {
  .story-main-wideText {
    margin-right: 0;
  }
}

.story-other {
  margin-top: 128rem;
  padding-block: 160rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .story-other {
    margin-top: 80rem;
    padding-block: 100rem;
  }
}

.story-other::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 159.0625vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #F1F5F9;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .story-other::before {
    width: 271.7391304348vw;
  }
}

.story-other::after {
  position: absolute;
  top: 81.25vw;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 81.25vw);
  background-color: #F1F5F9;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .story-other::after {
    top: 135.8695652174vw;
    height: calc(100% - 135.8695652174vw);
  }
}

.story-other_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-other_title {
  margin-top: 60rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.4;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 767.98px) {
  .story-other_title {
    margin-top: 28rem;
    font-size: clamp(10px, calc(100vw / 368 * 28), 28px);
  }
}

.story-other_content {
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .story-other_content {
    margin-top: 60rem;
  }
}

.story-other_list {
  display: flex;
  gap: 104rem;
}
@media screen and (max-width: 767.98px) {
  .story-other_list {
    flex-direction: column;
    gap: 60rem;
  }
}

.story-other_item {
  width: calc((100% - 104px) / 2);
}
@media screen and (max-width: 767.98px) {
  .story-other_item {
    width: 100%;
  }
}

.story-other_item-image img {
  aspect-ratio: 620/368;
}

.story-other_item-body {
  margin-top: 24rem;
}

.story-other_item-enTitle {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .story-other_item-enTitle {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.story-other_item-jaTitle {
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 1.6;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .story-other_item-jaTitle {
    font-size: clamp(10px, calc(100vw / 368 * 15), 15px);
  }
}

.story-other_item-text {
  margin-top: 8rem;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
  line-height: 1.6;
  color: #010063;
}
@media screen and (max-width: 767.98px) {
  .story-other_item-text {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.story-other_item-buttonZone {
  margin-top: 24rem;
}

.value {
  margin-top: 128rem;
  margin-bottom: 200rem;
}
@media screen and (max-width: 767.98px) {
  .value {
    margin-top: 60rem;
    margin-bottom: 100rem;
  }
}

.value-inner {
  margin-inline: auto;
  max-width: 1600rem;
}

.value-section:not(:first-child) {
  margin-top: 176rem;
}
@media screen and (max-width: 767.98px) {
  .value-section:not(:first-child) {
    margin-top: 100rem;
  }
}

.value-section_flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .value-section_flex {
    flex-direction: column;
    align-items: center;
    gap: 40rem;
  }
}

.value-section_flex.value-section_flex--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .value-section_flex.value-section_flex--reverse {
    flex-direction: column;
  }
}

.value-section_body {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .value-section_body {
    width: 100%;
  }
}

.value-section_content {
  padding: 113rem 128rem 80rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .value-section_content {
    padding: 50rem 20rem;
  }
}

.value-section_content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}

.value-section_flex--reverse .value-section_content::before {
  right: auto;
  left: 0;
}

.value-section_heading {
  padding-bottom: 40rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .value-section_heading {
    padding-bottom: 24rem;
    padding-left: 12rem;
  }
}

.value-section_heading::before {
  position: absolute;
  bottom: 0;
  right: -192rem;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(15, 50, 145, 0.2);
}
@media screen and (max-width: 767.98px) {
  .value-section_heading::before {
    right: 0;
    width: 100%;
  }
}

.value-section_flex--reverse .value-section_heading::before {
  right: auto;
  left: -192rem;
}
@media screen and (max-width: 767.98px) {
  .value-section_flex--reverse .value-section_heading::before {
    left: 0;
    width: 100%;
  }
}

.value-section_heading-number {
  position: absolute;
  top: -10rem;
  left: 25rem;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 320), 320px);
  line-height: 1;
  color: #E4EAF5;
  transform: translate(-80%, -38%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .value-section_heading-number {
    font-size: clamp(10px, calc(100vw / 368 * 120), 120px);
  }
}

.value-section_heading-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.4;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .value-section_heading-title {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.value-section_heading-title01 span:nth-child(1),
.value-section_heading-title01 span:nth-child(2),
.value-section_heading-title01 span:nth-child(4),
.value-section_heading-title01 span:nth-child(5),
.value-section_heading-title02 span:nth-last-child(8),
.value-section_heading-title02 span:nth-last-child(9),
.value-section_heading-title02 span:nth-last-child(10),
.value-section_heading-title02 span:nth-last-child(11),
.value-section_heading-title02 span:nth-last-child(12),
.value-section_heading-title03 span:nth-last-child(5),
.value-section_heading-title03 span:nth-last-child(6),
.value-section_heading-title03 span:nth-last-child(7),
.value-section_heading-title04 span:nth-last-child(6),
.value-section_heading-title04 span:nth-last-child(7),
.value-section_heading-title04 span:nth-last-child(8),
.value-section_heading-title04 span:nth-last-child(9),
.value-section_heading-title04 span:nth-last-child(10) {
  font-size: clamp(10px, calc(100vw / 1600 * 62), 62px);
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .value-section_heading-title01 span:nth-child(1),
  .value-section_heading-title01 span:nth-child(2),
  .value-section_heading-title01 span:nth-child(4),
  .value-section_heading-title01 span:nth-child(5),
  .value-section_heading-title02 span:nth-last-child(8),
  .value-section_heading-title02 span:nth-last-child(9),
  .value-section_heading-title02 span:nth-last-child(10),
  .value-section_heading-title02 span:nth-last-child(11),
  .value-section_heading-title02 span:nth-last-child(12),
  .value-section_heading-title03 span:nth-last-child(5),
  .value-section_heading-title03 span:nth-last-child(6),
  .value-section_heading-title03 span:nth-last-child(7),
  .value-section_heading-title04 span:nth-last-child(6),
  .value-section_heading-title04 span:nth-last-child(7),
  .value-section_heading-title04 span:nth-last-child(8),
  .value-section_heading-title04 span:nth-last-child(9),
  .value-section_heading-title04 span:nth-last-child(10) {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
  }
}

.value-section_detail {
  margin-top: 48rem;
  max-width: 576rem;
}
@media screen and (max-width: 767.98px) {
  .value-section_detail {
    margin-top: 24rem;
    max-width: none;
  }
}

.value-section_detail-text {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .value-section_detail-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.value-section_detail_buttonZone {
  margin-top: 40rem;
}
@media screen and (max-width: 767.98px) {
  .value-section_detail_buttonZone {
    margin-top: 36rem;
    display: flex;
    justify-content: center;
  }
}

.value-section_detail_buttonZone .common-button-link {
  width: 440rem;
}
@media screen and (max-width: 1023.98px) {
  .value-section_detail_buttonZone .common-button-link {
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .value-section_detail_buttonZone .common-button-link {
    text-align: center;
    width: 100%;
    max-width: 335rem;
  }
}

.value-section_imageZone {
  margin-top: 83rem;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .value-section_imageZone {
    margin-top: 0;
    padding-inline: 20rem;
  }
}

@media screen and (max-width: 767.98px) {
  .value-section_image {
    margin-inline: auto;
    max-width: 450rem;
  }
}

.value-body_circle01 {
  width: 290rem;
  position: absolute;
  bottom: -80rem;
  left: 0;
  transform: translateX(-45%);
  z-index: -2;
}
@media screen and (max-width: 767.98px) {
  .value-body_circle01 {
    width: 159rem;
  }
}

.value-body_circle01-svg {
  transform: rotate(-180deg);
}

.value-body_circle01-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.value-image_circle01 {
  width: 230rem;
  position: absolute;
  top: -160rem;
  right: -78rem;
}
@media screen and (max-width: 767.98px) {
  .value-image_circle01 {
    top: 78%;
    width: 159rem;
  }
}

.value-image_circle01-svg {
  transform: scaleY(-1);
}

.value-image_circle01-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.value-body_circle02 {
  width: 190rem;
  position: absolute;
  bottom: -58rem;
  left: 100%;
  transform: translateX(-60%);
  z-index: -2;
}
@media screen and (max-width: 767.98px) {
  .value-body_circle02 {
    width: 159rem;
  }
}

.value-body_circle02-svg {
  transform: rotate(-180deg) scaleX(-1);
}

.value-body_circle02-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.value-image_circle02 {
  width: 420rem;
  position: absolute;
  top: 95%;
  left: 0;
  transform: translate(-55%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .value-image_circle02 {
    width: 159rem;
  }
}

.value-image_circle02-svg {
  transform: rotate(-180deg);
}

.value-image_circle02-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.value-body_circle03 {
  width: 190rem;
  position: absolute;
  bottom: 86rem;
  right: -21rem;
  z-index: -2;
}
@media screen and (max-width: 767.98px) {
  .value-body_circle03 {
    width: 159rem;
  }
}

.value-body_circle03-svg {
  transform: scaleY(-1);
}

.value-body_circle03-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.value-body_circle04 {
  width: 290rem;
  position: absolute;
  top: -85rem;
  left: 53%;
  z-index: -2;
}
@media screen and (max-width: 767.98px) {
  .value-body_circle04 {
    top: -68rem;
    width: 159rem;
  }
}

.value-body_circle04-svg {
  transform: scaleY(-1);
}

.value-body_circle04-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.value-image_circle04 {
  width: 230rem;
  position: absolute;
  top: 48%;
  left: -150rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 767.98px) {
  .value-image_circle04 {
    left: -100rem;
    width: 159rem;
  }
}

.value-image_circle04-svg {
  transform: scaleY(-1);
}

.value-image_circle04-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.organization {
  margin-top: 224rem;
  margin-bottom: 152rem;
}
@media screen and (max-width: 767.98px) {
  .organization {
    margin-top: 100rem;
    margin-bottom: 100rem;
  }
}

.organization-inner {
  margin-inline: auto;
  max-width: 1600rem;
}

.organization-section:nth-child(2) {
  margin-top: 135rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .organization-section:nth-child(2) {
    margin-top: 100rem;
  }
}

.organization-section:nth-child(3) {
  margin-top: 255rem;
}
@media screen and (max-width: 767.98px) {
  .organization-section:nth-child(3) {
    margin-top: 100rem;
  }
}

.organization-section_flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .organization-section_flex {
    flex-direction: column;
    align-items: center;
  }
}

.organization-section_flex.organization-section_flex--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .organization-section_flex.organization-section_flex--reverse {
    flex-direction: column;
  }
}

.organization-section_body {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .organization-section_body {
    width: 100%;
  }
}

.organization-section_body.organization-section_body--column {
  width: 100%;
}

.organization-section_content {
  position: relative;
  z-index: 1;
}

.organization-section_content--left {
  padding: 109rem 112rem 0 144rem;
}
@media screen and (max-width: 767.98px) {
  .organization-section_content--left {
    padding: 50rem 20rem 30rem;
  }
}

.organization-section_content--column {
  margin-inline: auto;
  max-width: min(85vw, 1088px);
  padding-left: 30rem;
  padding-right: 66rem;
  display: flex;
  justify-content: space-between;
  column-gap: 50rem;
}
@media screen and (max-width: 767.98px) {
  .organization-section_content--column {
    max-width: none;
    padding-inline: 0;
    flex-direction: column;
  }
}

.organization-section_content--right {
  padding: 51rem 144rem 0 112rem;
}
@media screen and (max-width: 767.98px) {
  .organization-section_content--right {
    padding: 50rem 20rem 30rem;
  }
}

@media screen and (max-width: 767.98px) {
  .organization-section_spZone {
    padding-inline: 20rem;
  }
}

.organization-section_heading {
  display: grid;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .organization-section_heading--column {
    width: 200rem;
    margin-left: 24%;
  }
}

.organization-section_heading-number {
  position: absolute;
  bottom: calc(100% + 16rem);
  left: -20rem;
  width: fit-content;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-number {
    bottom: calc(100% + 5rem);
    left: -10rem;
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.organization-section_heading-number.organization-section_heading-number--column {
  transform: rotate(90deg);
  bottom: auto;
  top: 80rem;
  left: auto;
  right: -100rem;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-number.organization-section_heading-number--column {
    bottom: auto;
    top: 6px;
    left: calc(50% - 14rem);
    right: auto;
  }
}

.organization-section_heading-bigNumber {
  margin-left: 8rem;
  font-size: clamp(10px, calc(100vw / 1600 * 56), 56px);
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-bigNumber {
    font-size: clamp(10px, calc(100vw / 368 * 36), 36px);
  }
}

.organization-section_heading-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 48), 48px);
  line-height: 2;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-title {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.organization-section_heading-title.organization-section_heading-title--column {
  height: max-content;
  writing-mode: vertical-rl;
  padding-top: 70rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-title.organization-section_heading-title--column {
    padding-top: 0;
  }
}

.organization-section_heading-line {
  position: relative;
}

.organization-section_heading-line--column {
  width: clamp(10px, calc(100vw / 1600 * 96), 96px);
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-line--column {
    width: clamp(10px, calc(100vw / 368 * 48), 48px);
  }
}

.organization-section_heading-line::before {
  position: absolute;
  bottom: -16rem;
  left: 0;
  content: "";
  height: 1px;
  background-color: #0F172A;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-line::before {
    bottom: -5rem;
  }
}

.organization-section_heading-title--column .organization-section_heading-line::before {
  bottom: auto;
  top: 0;
  left: -5rem;
  width: 1px;
  height: 0;
}
@media screen and (max-width: 767.98px) {
  .organization-section_heading-title--column .organization-section_heading-line::before {
    left: 5rem;
  }
}

.organization-section_detail {
  margin-top: 65rem;
  max-width: 576rem;
}
@media screen and (max-width: 767.98px) {
  .organization-section_detail {
    margin-top: 24rem;
    max-width: none;
  }
}

@media screen and (max-width: 767.98px) {
  .organization-section_detail--column {
    margin-top: 32rem;
    padding-inline: 20rem;
  }
}

.organization-section_detail-text {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .organization-section_detail-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

@media screen and (max-width: 1023.98px) {
  .organization-section_detail-text.organization-section_detail-text--column {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .organization-section_detail-text.organization-section_detail-text--column {
    margin-bottom: 0;
  }
}

.organization-section_imageZone {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .organization-section_imageZone {
    padding-inline: 20rem;
  }
}

@media screen and (max-width: 767.98px) {
  .organization-section_image {
    margin-inline: auto;
    max-width: 450rem;
  }
}

.organization-section_wideImage {
  margin-top: -262rem;
}
@media screen and (max-width: 1023.98px) {
  .organization-section_wideImage {
    margin-top: -130px;
  }
}
@media screen and (max-width: 767.98px) {
  .organization-section_wideImage {
    margin-top: 28rem;
  }
}

.organization-section_circle01 {
  width: 650rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -23%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .organization-section_circle01 {
    width: 260rem;
  }
}

.organization-section_circle01-svg {
  transform: rotate(-180deg);
}

.organization-section_circle01-anime {
  stroke-width: 8;
  stroke-dasharray: 289.064;
  stroke-dashoffset: 289.064;
}

.organization-section_circle02 {
  width: 490rem;
  position: absolute;
  top: 150rem;
  left: 50%;
  transform: translate(-640rem, 0);
  z-index: -1;
}
@media screen and (max-width: 1023.98px) {
  .organization-section_circle02 {
    left: 700rem;
  }
}
@media screen and (max-width: 767.98px) {
  .organization-section_circle02 {
    top: 20rem;
    width: 200rem;
  }
}

.organization-section_circle02-svg {
  transform: rotate(-270deg);
}

.organization-section_circle02-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.organization-section_circle03 {
  width: 656rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -67%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .organization-section_circle03 {
    width: 260rem;
    transform: translate(20%, -50%);
  }
}

.organization-section_circle03-svg {
  transform: scaleY(-1);
}

.organization-section_circle03-anime {
  stroke-width: 10;
  stroke-dasharray: 282.78;
  stroke-dashoffset: 282.78;
}

.policy {
  margin-top: 120rem;
  margin-bottom: 152rem;
}
@media screen and (max-width: 767.98px) {
  .policy {
    margin-top: 100rem;
    margin-bottom: 100rem;
  }
}

.policy-partner_inner {
  width: 100%;
  max-width: 1532rem;
  margin-inline: auto;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_inner {
    padding-inline: 24rem;
  }
}

.policy-partner_title {
  padding-left: 4%;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 88), 88px);
  line-height: 1.5;
  letter-spacing: -0.06em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_title {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
  }
}

.policy-partner_title-en {
  font-family: "Cormorant Infant", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 96), 96px);
}
@media screen and (max-width: 767.98px) {
  .policy-partner_title-en {
    font-size: clamp(10px, calc(100vw / 368 * 36), 36px);
  }
}

.policy-partner_title-line {
  margin-left: -32rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_title-line {
    margin-left: -10rem;
  }
}

.policy-partner_title-line::before {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 171rem;
  height: 8rem;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_title-line::before {
    width: 65rem;
    height: 4rem;
  }
}

.policy-partner_flex {
  margin-top: 120rem;
  display: flex;
  column-gap: 16rem;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_flex {
    margin-top: 48rem;
    flex-direction: column;
  }
}

.policy-partner_image {
  flex: 1;
  margin-left: -7%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_image {
    width: 80%;
    max-width: 400rem;
    margin-left: 0;
  }
}

.policy-partner_image img {
  border-radius: 50%;
}

.policy-partner_body {
  width: 58%;
  padding-top: 155rem;
  padding-left: 10.6%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_body {
    width: 100%;
    padding-top: 60rem;
    padding-left: 0;
  }
}

.policy-partner_body-heading {
  position: relative;
}

.policy-partner_body-enTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-66%, -66%);
  width: max-content;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 200), 200px);
  line-height: 1;
  color: rgba(61, 64, 70, 0.8);
  opacity: 0.14;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_body-enTitle {
    font-size: clamp(10px, calc(100vw / 368 * 75), 75px);
    left: 0;
    transform: translate(-8%, -60%);
  }
}

.policy-partner_body-jaTitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_body-jaTitle {
    font-size: clamp(10px, calc(100vw / 368 * 25), 25px);
  }
}

.policy-partner_body-text {
  margin-top: 40rem;
  max-width: 576rem;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_body-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.policy-partner_buttonZone {
  margin-top: 64rem;
}
@media screen and (max-width: 767.98px) {
  .policy-partner_buttonZone {
    margin-top: 32rem;
  }
}

.policy-slogan {
  margin-top: 256rem;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan {
    margin-top: 120rem;
  }
}

.policy-slogan_wrapper {
  margin-inline: auto;
  max-width: 1600rem;
  padding-inline: 32rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_wrapper {
    padding-inline: 16rem;
  }
}

.policy-slogan_container {
  border-radius: 16rem;
  padding: 110rem 145rem 155rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_container {
    padding: 34rem 12rem;
  }
}

.policy-slogan_container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(15, 50, 145, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}

.policy-slogan_top-flex {
  display: flex;
  align-items: flex-end;
  gap: 16.5%;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_top-flex {
    gap: 10%;
  }
}

.policy-slogan_top-imageZone {
  width: 25%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_top-imageZone {
    width: 36%;
  }
}

.policy-slogan_top-image img {
  border-radius: 50%;
}

.policy-slogan_image-circle {
  width: 200rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(36%, -30%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_image-circle {
    width: 70rem;
    transform: translate(10%, -40%);
  }
}

.policy-slogan_image-circle-svg {
  transform: rotate(-180deg);
}

.policy-slogan_image-circle-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.policy-slogan_top-heading {
  flex: 1;
}

.policy-slogan_title {
  margin-top: 32rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 64), 64px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_title {
    margin-top: 16rem;
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.policy-slogan_top-body {
  margin-top: 77rem;
  margin-inline: auto;
  max-width: 800rem;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_top-body {
    margin-top: 60rem;
  }
}

.policy-slogan_top-body-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.5;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_top-body-title {
    font-size: clamp(10px, calc(100vw / 368 * 22), 22px);
  }
}

.policy-slogan_top-body-text {
  margin-top: 40rem;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_top-body-text {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.policy-slogan_bottom {
  margin-top: 230rem;
  padding-left: 20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16%;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_bottom {
    margin-top: 80rem;
    padding-left: 0;
    flex-direction: column;
  }
}

.policy-slogan_bottom-body {
  flex: 1;
  padding-top: 36rem;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_bottom-body {
    margin-top: 24rem;
  }
}

.policy-slogan_bottom-body-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 2.1;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan_bottom-body-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.policy-slogan_bottom-body-text:not(:first-child) {
  margin-top: 46rem;
}

.policy-slogan-circle01 {
  width: 225rem;
  position: absolute;
  top: 330rem;
  right: 0;
  transform: translateX(25%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan-circle01 {
    width: 140rem;
    top: 300rem;
  }
}

.policy-slogan-circle01-svg {
  transform: scaleY(-1);
}

.policy-slogan-circle01-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.policy-slogan-circle02 {
  width: 500rem;
  position: absolute;
  bottom: 275rem;
  left: 0;
  transform: translateX(-62%);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan-circle02 {
    width: 200rem;
    bottom: 575rem;
    z-index: -1;
  }
}

.policy-slogan-circle02-svg {
  transform: rotate(-180deg);
}

.policy-slogan-circle02-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.policy-slogan-circle03 {
  position: absolute;
  bottom: 250rem;
  left: calc(50% - 40rem);
  transform: translateX(-50%);
  width: 204rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 32rem solid #00AFF0;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .policy-slogan-circle03 {
    width: 100rem;
    bottom: 5%;
    left: 70%;
    border: 16rem solid #00AFF0;
  }
}

.policy-message {
  margin-top: 231rem;
}
@media screen and (max-width: 767.98px) {
  .policy-message {
    margin-top: 160rem;
  }
}

.policy-message_inner {
  margin-inline: auto;
  max-width: 1600rem;
}

.policy-message_flex {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .policy-message_flex {
    flex-direction: column;
  }
}

.policy-message_body {
  width: 56%;
  padding-left: 168rem;
  padding-right: 152rem;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body {
    width: 100%;
    padding-inline: 24rem;
  }
}

.policy-message_body-heading {
  padding-bottom: 40rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-heading {
    padding-bottom: 16rem;
  }
}

.policy-message_body-heading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% + 200rem);
  height: 1px;
  background-color: #fff;
  background-color: #0F3291;
  opacity: 0.2;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-heading::before {
    width: 100%;
  }
}

.policy-message_body-enTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-75%, -58%);
  width: max-content;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 160), 160px);
  line-height: 1;
  color: rgba(61, 64, 70, 0.8);
  opacity: 0.14;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-enTitle {
    left: 0;
    transform: translate(-14%, -65%);
    font-size: clamp(10px, calc(100vw / 368 * 65), 65px);
  }
}

.policy-message_body-jaTitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 48), 48px);
  line-height: 1.4;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-jaTitle {
    font-size: clamp(10px, calc(100vw / 368 * 25), 25px);
  }
}

.policy-message_body-textZone {
  margin-top: 56rem;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-textZone {
    margin-top: 32rem;
  }
}

.policy-message_body-text {
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 2.1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.policy-message_body-text:not(:first-child) {
  margin-top: 24rem;
}

.policy-message_body-bottomZone {
  margin-top: 40rem;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-bottomZone {
    margin-top: 32rem;
  }
}

.policy-message_body-bottom {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.6;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .policy-message_body-bottom {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.policy-message_imageZone {
  flex: 1;
  margin-top: 60rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .policy-message_imageZone {
    padding-inline: 24rem;
  }
}

@media screen and (max-width: 767.98px) {
  .policy-message_image {
    margin-inline: auto;
    max-width: 450rem;
  }
}

.policy-message_circle {
  width: 418rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(31%, -33%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .policy-message_circle {
    width: 218rem;
    transform: translate(40%, -50%);
  }
}

.policy-message_circle-svg {
  transform: scaleY(-1);
}

.policy-message_circle-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.training {
  padding-top: 88rem;
  padding-bottom: 80rem;
  margin-bottom: 80rem;
}
@media screen and (max-width: 767.98px) {
  .training {
    padding-top: 60rem;
    padding-bottom: 60rem;
    margin-bottom: 60rem;
  }
}

.training-section:not(:first-child) {
  margin-top: 32rem;
}

.training-inner {
  margin-inline: auto;
  max-width: 1600rem;
  padding-inline: 32rem;
}
@media screen and (max-width: 767.98px) {
  .training-inner {
    padding-inline: 16rem;
  }
}

.training-narrowInner {
  margin-inline: auto;
  max-width: 1160rem;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .training-narrowInner {
    padding-inline: 8rem;
  }
}

.training-wideInner {
  margin-inline: auto;
  max-width: 1256rem;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .training-wideInner {
    padding-inline: 8rem;
  }
}

.training-container {
  border-radius: 16rem;
  background-color: #fff;
  padding: 65rem 88rem 80rem;
}
@media screen and (max-width: 767.98px) {
  .training-container {
    padding: 32rem 24rem;
  }
}

.training-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.6;
  letter-spacing: -0.06em;
  color: #0F3291;
  padding-left: 72rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .training-title {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
    padding-left: 40rem;
  }
}

.training-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 2px;
  background-color: #0F3291;
  transition: all 0.6s;
}

.training-title.is-active::before {
  width: 40rem;
}
@media screen and (max-width: 767.98px) {
  .training-title.is-active::before {
    width: 24rem;
  }
}

.training-lead {
  margin-top: 23rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .training-lead {
    margin-top: 20rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.training-image {
  margin-top: 48rem;
}
@media screen and (max-width: 767.98px) {
  .training-image {
    margin-top: 32rem;
  }
}

.training-development_image {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .training-development_image {
    overflow-x: scroll;
    margin-left: -32rem;
    width: calc(100% + 64rem);
    padding-inline: 32rem;
  }
}

@media screen and (max-width: 767.98px) {
  .training-development_image-content {
    width: 800rem;
  }
}

.training-development_image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 240rem;
  height: 240rem;
  border-radius: 50%;
  background-color: #F1F5F9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 28), 28px);
  line-height: 1.6;
  letter-spacing: -0.06em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .training-development_image-text {
    left: 32rem;
    width: 150rem;
    height: 150rem;
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.training-development_image-text span {
  display: inline-block;
}

.training-content_list {
  margin-top: 48rem;
  display: flex;
  flex-wrap: wrap;
  gap: 32rem;
}
@media screen and (max-width: 767.98px) {
  .training-content_list {
    margin-top: 32rem;
    gap: 24rem;
  }
}

.training-content_item {
  width: calc((100% - 32rem) / 2);
  border-radius: 16rem;
  border: 1px solid #CBD5E1;
  padding: 32rem;
}
@media screen and (max-width: 767.98px) {
  .training-content_item {
    width: 100%;
    padding: 20rem;
  }
}

.training-content_item-number {
  width: fit-content;
  border: 1px solid #0F3291;
  padding: 6rem 10rem;
  text-transform: uppercase;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 18), 18px);
  line-height: 1;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .training-content_item-number {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.training-content_item-heading {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 12rem;
}
@media screen and (max-width: 767.98px) {
  .training-content_item-heading {
    flex-direction: column;
    row-gap: 4rem;
  }
}

.training-content_item-title {
  flex: 1;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 1.6;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .training-content_item-title {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.training-content_item-tag {
  width: fit-content;
  padding: 4rem 16rem;
  background-color: #0F3291;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 16), 16px);
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .training-content_item-tag {
    padding: 3rem 8rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.training-content_item-text {
  margin-top: 16rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .training-content_item-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.training-flexList {
  margin-top: 48rem;
}
@media screen and (max-width: 767.98px) {
  .training-flexList {
    margin-top: 32rem;
  }
}

.training-flexItem {
  display: flex;
  column-gap: 48rem;
}
@media screen and (max-width: 767.98px) {
  .training-flexItem {
    flex-direction: column;
  }
}

.training-flexItem:not(:first-child) {
  margin-top: 40rem;
}

.training-flexItem_image {
  width: 240rem;
}
@media screen and (max-width: 767.98px) {
  .training-flexItem_image {
    width: 80%;
    max-width: 270rem;
    margin-inline: auto;
  }
}

.training-flexItem_body {
  flex: 1;
  padding-top: 40rem;
}
@media screen and (max-width: 767.98px) {
  .training-flexItem_body {
    padding-top: 24rem;
  }
}

.training-flexItem_title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 30), 30px);
  line-height: 1.6;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .training-flexItem_title {
    text-align: center;
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
  }
}

.training-flexItem_text {
  margin-top: 14rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .training-flexItem_text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.training-support_list {
  margin-top: 48rem;
  border-top: 1px solid #CBD5E1;
}
@media screen and (max-width: 767.98px) {
  .training-support_list {
    margin-top: 32rem;
  }
}

.training-support_item {
  border-bottom: 1px solid #CBD5E1;
  padding: 32rem 16rem;
  display: flex;
  align-items: center;
  column-gap: 90rem;
}
@media screen and (max-width: 767.98px) {
  .training-support_item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12rem;
    padding: 20rem 12rem;
  }
}

.training-support_item-titleZone {
  width: 36%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .training-support_item-titleZone {
    width: 100%;
  }
}

.training-support_item-title {
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 1.6;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .training-support_item-title {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.training-support_item-textZone {
  flex: 1;
}

.training-support_item-text {
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .training-support_item-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.career {
  padding-top: 170rem;
  padding-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  .career {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}

.career-inner {
  margin-inline: auto;
  max-width: 1600rem;
}

.career-section {
  position: relative;
}

.career-section:not(:first-child) {
  margin-top: 120rem;
}

.career-en {
  position: absolute;
  top: 138rem;
  left: -35rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: clamp(10px, calc(100vw / 1600 * 200), 200px);
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767.98px) {
  .career-en {
    top: 60rem;
    left: -16rem;
    font-size: clamp(10px, calc(100vw / 368 * 80), 80px);
  }
}

.career-heading {
  padding-left: 192rem;
  padding-right: 298rem;
  display: flex;
  column-gap: 72rem;
}
@media screen and (max-width: 767.98px) {
  .career-heading {
    padding-inline: 30rem;
    flex-direction: column;
    align-items: center;
  }
}

.career-heading_circle {
  width: 320rem;
  height: 320rem;
  background-color: #0F3291;
  padding-top: 66rem;
  border-radius: 50%;
}
@media screen and (max-width: 1023.98px) {
  .career-heading_circle {
    padding-top: 55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .career-heading_circle {
    width: 220rem;
    height: 220rem;
    padding-top: 36rem;
  }
}

.career-heading_circle-title {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .career-heading_circle-title {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.career-heading_circle-nameZone {
  margin-top: 22rem;
}
@media screen and (max-width: 767.98px) {
  .career-heading_circle-nameZone {
    margin-top: 18rem;
  }
}

.career-heading_circle-name {
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .career-heading_circle-name {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.career-heading_circle-name:not(:first-child) {
  margin-top: 10rem;
}

.career-heading_circle-historyZone {
  margin-top: 10rem;
}

.career-heading_circle-history {
  width: 65%;
  margin-inline: auto;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .career-heading_circle-history {
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
  }
}

.career-heading_circle-history:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .career-heading_circle-history:not(:first-child) {
    margin-top: 6rem;
  }
}

.career-heading_detail {
  flex: 1;
  padding-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .career-heading_detail {
    padding-top: 32rem;
  }
}

.career-heading_detail-title {
  font-size: clamp(10px, calc(100vw / 1600 * 20), 20px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .career-heading_detail-title {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.career-heading_detail-text {
  margin-top: 16rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .career-heading_detail-text {
    margin-top: 12rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.career-flow {
  margin-top: 96rem;
  padding-left: 240rem;
  padding-right: 644rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .career-flow {
    margin-top: 40rem;
    padding-inline: 30rem;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767.98px) {
  .career-flow_list {
    margin-top: 32rem;
  }
}

.career-flow_item {
  padding-left: 36rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .career-flow_item {
    padding-left: 28rem;
  }
}

.career-flow_item::before {
  position: absolute;
  top: 38rem;
  left: 12rem;
  content: "";
  width: 2px;
  height: 0;
  background-color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .career-flow_item::before {
    top: 35rem;
    left: 10rem;
  }
}

.career-flow_item:last-child:before {
  display: none;
}

.career-flow_item::after {
  position: absolute;
  top: 18rem;
  left: 0;
  content: "";
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  border: 8rem solid #0F3291;
}
@media screen and (max-width: 767.98px) {
  .career-flow_item::after {
    width: 20rem;
    height: 20rem;
    border: 6rem solid #0F3291;
  }
}

.career-flow_item:not(:first-child) {
  margin-top: 66rem;
}

.career-flow_item-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 1.6;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .career-flow_item-title {
    padding-top: 4rem;
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
  }
}

.career-flow_item-title span:nth-child(3) {
  margin-inline: 5rem;
  font-size: clamp(10px, calc(100vw / 1600 * 32), 32px);
}
@media screen and (max-width: 767.98px) {
  .career-flow_item-title span:nth-child(3) {
    font-size: clamp(10px, calc(100vw / 368 * 24), 24px);
  }
}

.career-flow_item-body {
  margin-top: 40rem;
  padding-left: 40rem;
}
@media screen and (max-width: 767.98px) {
  .career-flow_item-body {
    margin-top: 16rem;
    padding-left: 4rem;
  }
}

.career-flow_item-text {
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .career-flow_item-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.career-flow_image {
  position: absolute;
  top: -62rem;
  left: calc(100% - 562rem);
  width: 720rem;
}
@media screen and (max-width: 767.98px) {
  .career-flow_image {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    max-width: 450rem;
    margin-inline: auto;
  }
}

.career-flow_image img {
  border-radius: 50%;
}

.career-future {
  margin-top: 80rem;
  padding-inline: 200rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .career-future {
    margin-top: 68rem;
    padding-inline: 20rem;
  }
}

.career-future_container {
  padding: 40rem 88rem 43rem;
  border-radius: 16rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .career-future_container {
    padding: 24rem 24rem 28rem;
  }
}

.career-future_container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16rem;
  background-color: rgba(15, 50, 145, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}

.career-future_container-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 24), 24px);
  line-height: 1.6;
  letter-spacing: -0.06em;
  color: #0082C0;
}
@media screen and (max-width: 767.98px) {
  .career-future_container-title {
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
  }
}

.career-future_container-text {
  margin-top: 16rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .career-future_container-text {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.career-future_circle01 {
  width: 296rem;
  position: absolute;
  top: 108rem;
  left: calc(50% - 1018rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .career-future_circle01 {
    top: auto;
    bottom: -74rem;
    width: 150rem;
    left: -54px;
  }
}

.career-future_circle01-svg {
  transform: rotate(-180deg);
}

.career-future_circle01-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.career-future_circle02 {
  width: 540rem;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-75%, -73%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .career-future_circle02 {
    width: 200rem;
    transform: translate(-45%, -45%);
  }
}

.career-future_circle02-svg {
  transform: scaleY(-1);
}

.career-future_circle02-anime {
  stroke-width: 10;
  stroke-dasharray: 282.78;
  stroke-dashoffset: 282.78;
}

.career-future_circle03 {
  width: 296rem;
  position: absolute;
  top: -80px;
  left: calc(50% + 215rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .career-future_circle03 {
    width: 200rem;
    top: 0;
    left: 0;
    transform: translate(-55%, -35%);
  }
}

.career-future_circle03-svg {
  transform: rotate(90deg);
}

.career-future_circle03-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.welfare {
  margin-top: 80rem;
  margin-bottom: 120rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .welfare {
    margin-top: 60rem;
    margin-bottom: 80rem;
  }
}

.welfare-section:not(:first-child) {
  margin-top: 32rem;
}

.welfare-inner {
  margin-inline: auto;
  max-width: 1600rem;
  padding-inline: 32rem;
}
@media screen and (max-width: 767.98px) {
  .welfare-inner {
    padding-inline: 16rem;
  }
}

.welfare-container {
  border-radius: 16rem;
  padding: 64rem 160rem 74rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .welfare-container {
    padding: 24rem;
  }
}

.welfare-container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16rem;
  background-color: rgba(15, 50, 145, 0.1);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  z-index: -1;
}

.welfare-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.6;
  letter-spacing: -0.06em;
  color: #0F3291;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .welfare-title {
    font-size: clamp(10px, calc(100vw / 368 * 21), 21px);
    padding-left: 24rem;
  }
}

.welfare-title::before {
  position: absolute;
  top: 50%;
  left: -72rem;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 2px;
  background-color: #0F3291;
  transition: all 0.6s;
}
@media screen and (max-width: 767.98px) {
  .welfare-title::before {
    left: 0;
  }
}

.welfare-title.is-active::before {
  width: 40rem;
}
@media screen and (max-width: 767.98px) {
  .welfare-title.is-active::before {
    width: 18rem;
  }
}

.welfare-lead {
  margin-top: 24rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .welfare-lead {
    margin-top: 20rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.welfare-body {
  margin-top: 80rem;
}
@media screen and (max-width: 767.98px) {
  .welfare-body {
    margin-top: 48rem;
  }
}

.welfare-body_block:not(:first-child) {
  margin-top: 40rem;
}
@media screen and (max-width: 767.98px) {
  .welfare-body_block:not(:first-child) {
    margin-top: 32rem;
  }
}

.welfare-body_title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 30), 30px);
  line-height: 1.6;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767.98px) {
  .welfare-body_title {
    font-size: clamp(10px, calc(100vw / 368 * 20), 20px);
  }
}

.welfare-body_list {
  margin-top: 24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 32rem;
}
@media screen and (max-width: 767.98px) {
  .welfare-body_list {
    margin-top: 20rem;
    flex-direction: column;
    gap: 20rem;
  }
}

.welfare-body_item {
  border-radius: 16rem;
  background-color: #fff;
  padding: 32rem;
}
@media screen and (max-width: 767.98px) {
  .welfare-body_item {
    padding: 20rem;
  }
}

.welfare-body_list--column02 .welfare-body_item {
  width: calc((100% - 32rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .welfare-body_list--column02 .welfare-body_item {
    width: 100%;
  }
}

.welfare-body_list--column03 .welfare-body_item {
  width: calc((100% - 64rem) / 3);
}
@media screen and (max-width: 767.98px) {
  .welfare-body_list--column03 .welfare-body_item {
    width: 100%;
  }
}

.welfare-body_item-title {
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 1.6;
  color: #94A3B8;
}
@media screen and (max-width: 767.98px) {
  .welfare-body_item-title {
    font-size: clamp(10px, calc(100vw / 368 * 16), 16px);
  }
}

.welfare-body_item-text {
  margin-top: 16rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .welfare-body_item-text {
    margin-top: 12rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.welfare-circle01 {
  width: 296rem;
  position: absolute;
  top: 425rem;
  left: calc(50% - 875rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .welfare-circle01 {
    top: 700rem;
    width: 200rem;
    left: -55rem;
  }
}

.welfare-circle01-svg {
  transform: rotate(-180deg);
}

.welfare-circle01-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.welfare-circle02 {
  width: 540rem;
  position: absolute;
  top: 76rem;
  left: calc(50% + 640rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .welfare-circle02 {
    width: 260rem;
    left: calc(100% - 80rem);
  }
}

.welfare-circle02-svg {
  transform: scaleY(-1);
}

.welfare-circle02-anime {
  stroke-width: 10;
  stroke-dasharray: 282.78;
  stroke-dashoffset: 282.78;
}

.welfare-circle03 {
  width: 390rem;
  position: absolute;
  bottom: 520rem;
  left: calc(50% - 1060rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .welfare-circle03 {
    width: 220rem;
    bottom: 700rem;
    left: -155rem;
  }
}

.welfare-circle03-svg {
  transform: rotate(-180deg);
}

.welfare-circle03-anime {
  stroke-width: 12;
  stroke-dasharray: 276.496;
  stroke-dashoffset: 276.496;
}

.welfare-circle04 {
  width: 296rem;
  position: absolute;
  bottom: -95rem;
  left: calc(50% + 625rem);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .welfare-circle04 {
    width: 160rem;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(50%, 50%);
  }
}

.welfare-circle04-svg {
  transform: scaleY(-1);
}

.welfare-circle04-anime {
  stroke-width: 16;
  stroke-dasharray: 263.928;
  stroke-dashoffset: 263.928;
}

.data {
  padding-top: 152rem;
  padding-bottom: 160rem;
}
@media screen and (max-width: 767.98px) {
  .data {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}

.data-inner {
  margin-inline: auto;
  max-width: 1256rem;
  padding-inline: 20rem;
}

.data-section:not(:first-child) {
  margin-top: 120rem;
}
@media screen and (max-width: 767.98px) {
  .data-section:not(:first-child) {
    margin-top: 80rem;
  }
}

.data-section_title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(10px, calc(100vw / 1600 * 40), 40px);
  line-height: 1.6;
  letter-spacing: -0.06em;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .data-section_title {
    font-size: clamp(10px, calc(100vw / 368 * 32), 32px);
  }
}

.data-section_list {
  margin-top: 48rem;
  display: flex;
  flex-wrap: wrap;
  gap: 32rem;
}
@media screen and (max-width: 767.98px) {
  .data-section_list {
    margin-top: 32rem;
    margin-inline: auto;
    max-width: 450rem;
    flex-direction: column;
    gap: 24rem;
  }
}

.data-section_item {
  width: calc((100% - 32rem) / 2);
  border-radius: 16rem;
  background-color: #fff;
  padding: 40rem 20rem 8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .data-section_item {
    width: 100%;
    padding: 24rem 16rem;
  }
}

.data-section_item-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1600 * 22), 22px);
  line-height: 1.6;
  color: #0F3291;
}
@media screen and (max-width: 767.98px) {
  .data-section_item-title {
    font-size: clamp(10px, calc(100vw / 368 * 18), 18px);
  }
}

.data-section_item-lead {
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .data-section_item-lead {
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.data-company .data-section_item-lead {
  margin-top: 8rem;
}

.data-member .data-section_item-lead,
.data-work .data-section_item-lead {
  margin-top: 16rem;
}

.data-section_item-image {
  margin-inline: auto;
}

.data-company .data-section_item:nth-child(1) .data-section_item-image {
  margin-top: -10rem;
  margin-bottom: 10rem;
  width: 92%;
  padding-right: 2%;
}
@media screen and (max-width: 767.98px) {
  .data-company .data-section_item:nth-child(1) .data-section_item-image {
    margin-top: 15rem;
    margin-bottom: 5rem;
  }
}

.data-company .data-section_item:nth-child(2) .data-section_item-image {
  margin-top: 16rem;
  margin-bottom: 10rem;
  width: 71%;
  padding-left: 2%;
}
@media screen and (max-width: 767.98px) {
  .data-company .data-section_item:nth-child(2) .data-section_item-image {
    margin-bottom: 5rem;
  }
}

.data-company .data-section_item:nth-child(3) .data-section_item-image {
  margin-top: 32rem;
  margin-bottom: -15rem;
  width: 95%;
  padding-left: 1%;
}
@media screen and (max-width: 767.98px) {
  .data-company .data-section_item:nth-child(3) .data-section_item-image {
    margin-top: 20rem;
    margin-bottom: 5rem;
  }
}

.data-company .data-section_item:nth-child(4) .data-section_item-image {
  margin-bottom: -7rem;
}
@media screen and (max-width: 767.98px) {
  .data-company .data-section_item:nth-child(4) .data-section_item-image {
    margin-top: 20rem;
    margin-bottom: 5rem;
  }
}

.data-member .data-section_item:nth-child(1) .data-section_item-image {
  margin-top: 10rem;
  margin-bottom: -15rem;
  width: 88%;
  padding-right: 1%;
}
@media screen and (max-width: 767.98px) {
  .data-member .data-section_item:nth-child(1) .data-section_item-image {
    margin-bottom: 5rem;
  }
}

.data-member .data-section_item:nth-child(2) .data-section_item-image {
  margin-top: 14rem;
  margin-bottom: -15rem;
  width: 93%;
  padding-left: 4%;
}
@media screen and (max-width: 767.98px) {
  .data-member .data-section_item:nth-child(2) .data-section_item-image {
    margin-bottom: 5rem;
  }
}

.data-member .data-section_item:nth-child(3) .data-section_item-image {
  margin-top: -5rem;
  margin-bottom: 9rem;
  width: 97%;
  padding-right: 6%;
}
@media screen and (max-width: 767.98px) {
  .data-member .data-section_item:nth-child(3) .data-section_item-image {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}

.data-member .data-section_item:nth-child(4) .data-section_item-image {
  margin-top: 52rem;
  margin-bottom: -20rem;
  width: 85%;
}
@media screen and (max-width: 767.98px) {
  .data-member .data-section_item:nth-child(4) .data-section_item-image {
    margin-top: 25rem;
    margin-bottom: 5rem;
  }
}

.data-work .data-section_item:nth-child(1) .data-section_item-image {
  margin-top: 28rem;
  margin-bottom: 16rem;
  width: 75%;
  padding-left: 1%;
}
@media screen and (max-width: 767.98px) {
  .data-work .data-section_item:nth-child(1) .data-section_item-image {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}

.data-work .data-section_item:nth-child(2) .data-section_item-image {
  margin-top: 13rem;
  margin-bottom: 29rem;
  width: 78%;
  padding-left: 3%;
}
@media screen and (max-width: 767.98px) {
  .data-work .data-section_item:nth-child(2) .data-section_item-image {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}

.data-work .data-section_item:nth-child(3) .data-section_item-image {
  margin-top: 9rem;
  width: 89%;
  margin-bottom: 24rem;
}
@media screen and (max-width: 767.98px) {
  .data-work .data-section_item:nth-child(3) .data-section_item-image {
    margin-bottom: 5rem;
  }
}

.data-work .data-section_item:nth-child(4) .data-section_item-image {
  margin-top: 14rem;
  margin-bottom: -28rem;
  width: 71%;
}
@media screen and (max-width: 767.98px) {
  .data-work .data-section_item:nth-child(4) .data-section_item-image {
    margin-bottom: 5rem;
  }
}

.data-section_item-text {
  margin-top: 24rem;
  margin-bottom: 10rem;
  margin-inline: auto;
  max-width: 480rem;
  font-size: clamp(10px, calc(100vw / 1600 * 15), 15px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .data-section_item-text {
    margin-top: 20rem;
    font-size: clamp(10px, calc(100vw / 368 * 14), 14px);
  }
}

.data-section_item-time {
  margin-top: auto;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1600 * 14), 14px);
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .data-section_item-time {
    font-size: clamp(10px, calc(100vw / 368 * 12), 12px);
  }
}