@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

input:focus-visible {
  outline: none;
}

@keyframes loopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.loop {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.loop__track {
  display: flex;
  width: max-content;
  animation: loopText 80s linear infinite;
}

.loop__group {
  flex: 0 0 auto;
}

.loop__group span {
  display: block;
  white-space: nowrap;
  padding-right: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1;
}
.loop__group span.--fv {
  font-size: 11.7rem;
}
@media screen and (max-width: 1100px) {
  .loop__group span.--fv {
    font-size: 7.2rem;
  }
}
.loop__group span.--interview {
  font-size: 8rem;
}
@media screen and (max-width: 1100px) {
  .loop__group span.--interview {
    font-size: 6.4rem;
  }
}

.fv-swiper {
  width: 100%;
  overflow: hidden;
}

.fv-swiper .swiper-slide,
.fv-swiper .swiper-slide img {
  width: 100%;
  height: calc(100vh - 60px);
}
@media screen and (max-width: 1100px) {
  .fv-swiper .swiper-slide,
  .fv-swiper .swiper-slide img {
    height: calc(100vh - 80px);
  }
}

.fv-swiper .swiper-slide {
  overflow: hidden;
  background: #fff;
}

.fv-swiper .swiper-slide img {
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 6.2s linear;
}

.fv-swiper .swiper-slide-active img,
.fv-swiper .swiper-slide-duplicate-active img {
  transform: scale(1.2);
}

.shine-text {
  position: relative;
  width: min(100%, 970px);
  aspect-ratio: 970/160;
}
@media screen and (max-width: 1100px) {
  .shine-text {
    width: min(100%, 292px);
    aspect-ratio: 292/200;
  }
}

.shine-text__base,
.shine-text__light {
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("../images/home/home_title_pc.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../images/home/home_title_pc.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
@media screen and (max-width: 1100px) {
  .shine-text__base,
  .shine-text__light {
    -webkit-mask-image: url("../images/home/home_title_sp.svg");
    mask-image: url("../images/home/home_title_sp.svg");
  }
}

.shine-text__base {
  background: #ffffff;
}

.shine-text__light {
  background: linear-gradient(72deg, rgba(0, 170, 255, 0) 0%, rgba(0, 170, 255, 0) 38%, rgba(0, 170, 255, 0.25) 45%, rgb(126, 225, 255) 50%, rgba(0, 170, 255, 0.25) 55%, rgba(0, 170, 255, 0) 62%, rgba(0, 170, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 220% 100%;
  background-position: 140% 0;
}

.shine-text.is-shining .shine-text__light {
  animation: shineMove 2.5s ease-out 1;
}

@keyframes shineMove {
  0% {
    background-position: 140% 0;
  }
  100% {
    background-position: -140% 0;
  }
}
.cmn-link {
  display: block;
  padding: 18px 32px 18px 0;
  border-bottom: 1px solid transparent;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
}
.cmn-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #305971;
  transform: scaleX(1);
  transform-origin: center center;
  transition: transform 0.35s ease;
}
.cmn-link i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) translateX(0);
  background: url("/career/assets/images/common/arrow-cmn.svg") no-repeat center center/contain;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .cmn-link-wrap:hover .cmn-link::before {
    transform: scaleX(0);
  }
  .cmn-link-wrap:hover .cmn-link i {
    animation: arrow-slide-in 0.55s ease;
  }
}
@keyframes arrow-slide-in {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-50%) translateX(12px);
  }
  36% {
    opacity: 0;
    transform: translateY(-50%) translateX(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
html {
  font-size: 10px;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #1E445B;
  background: linear-gradient(to left, #CDDDE6 0%, #F2F5F7 100%);
}

img {
  max-width: 100%;
}

.--imgfulid {
  width: 100%;
}

a {
  transition: ease-in-out 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  a:hover {
    opacity: 1;
  }
}

.cmn-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.cmn-largetext {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
.cmn-center {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .cmn-center {
    padding-top: 25px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.cmn__fv {
  margin-bottom: 60px;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .cmn__fv {
    padding: 15px;
    margin-bottom: 0px;
  }
}
.cmn__fv__inner {
  padding-top: 120px;
  position: relative;
  padding-bottom: 65px;
}
.cmn__fv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #009FFF 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .cmn__fv__inner {
    padding-top: 90px;
    padding-bottom: 35px;
  }
}
.cmn__fv__header {
  margin-top: 30px;
  text-align: center;
}
.cmn__fv__header-title {
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .cmn__fv__header-title {
    font-size: 2rem;
  }
}
.cmn__fv__header-entext {
  font-size: 8rem;
  color: white;
}
@media screen and (max-width: 1100px) {
  .cmn__fv__header-entext {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.cmn__footer {
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .cmn__footer {
    padding: 20px;
  }
}
.cmn__footer__inner {
  height: 570px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 1100px) {
  .cmn__footer__inner {
    height: auto;
    display: block;
    padding: 150px 15px 15px 15px;
  }
}
.cmn__footer-text {
  font-size: 8rem;
  color: white;
}
@media screen and (max-width: 1100px) {
  .cmn__footer-text {
    font-size: 4rem;
  }
}

.--welfarebg {
  background: url("/career/assets/images/welfare/footerimg.jpg") no-repeat center top/cover;
}
.--welfarebg-link {
  width: 580px;
}
@media screen and (max-width: 1100px) {
  .--welfarebg-link {
    width: 100%;
  }
}
.--welfarebg-link:hover {
  opacity: 1;
}

.swiper {
  position: relative;
}
.swiper-wrapper {
  display: flex;
  transition-timing-function: ease;
}
.swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: -70px;
  background-image: url("../images/arrow-prev.png");
}

.swiper-button-next {
  right: -70px;
  background-image: url("../images/arrow-next.png");
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 4px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.gheader {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-right: 45px;
}
@media screen and (max-width: 1100px) {
  .gheader {
    padding-right: 15px;
  }
}
.gheader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gheader__logo {
  font-size: 1.5rem;
  font-weight: bold;
  padding: min(min(var(--vw, 1vw), 1svh) * 20 / 384 * 100, 30px);
  background-color: white;
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 1100px) {
  .gheader__logo {
    width: 160px;
    padding: 20px;
  }
}
.gheader__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  transform: translateY(20px);
  gap: min(min(var(--vw, 1vw), 1svh) * 14 / 384 * 100, 21px);
}
@media screen and (max-width: 1100px) {
  .gheader__right {
    transform: translateY(-10px);
  }
}
.gheader__right-link a {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  background-color: #1876AF;
  color: white;
  width: 200px;
  font-weight: 600;
  display: block;
  border-radius: 1000px;
  padding: min(min(var(--vw, 1vw), 1svh) * 12 / 384 * 100, 18px) min(min(var(--vw, 1vw), 1svh) * 14 / 384 * 100, 21px);
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1100px) {
  .gheader__right-link a {
    width: 92px;
    padding: 10px 10px 8px;
  }
}

.gfooter {
  color: white;
  background-color: #305971;
  padding: min(min(var(--vw, 1vw), 1svh) * 40 / 384 * 100, 60px) 30px 35px;
}
@media screen and (max-width: 1100px) {
  .gfooter {
    padding-top: 40px;
  }
}
.gfooter__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.gfooter__inner__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .gfooter__inner__top {
    justify-content: center;
    margin-bottom: 0;
  }
}
.gfooter__inner__top-entry {
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  background-color: white;
  color: #305971;
  width: 200px;
  font-weight: 600;
  display: block;
  border-radius: 1000px;
  padding: min(min(var(--vw, 1vw), 1svh) * 12 / 384 * 100, 18px) min(min(var(--vw, 1vw), 1svh) * 14 / 384 * 100, 21px);
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .gfooter__inner__top-entry {
    position: relative;
    margin: 40px auto 0;
    width: 100%;
  }
}
.gfooter__inner__btm {
  padding-top: min(min(var(--vw, 1vw), 1svh) * 20 / 384 * 100, 30px);
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px 120px;
}
@media screen and (max-width: 1100px) {
  .gfooter__inner__btm {
    grid-template-columns: 1fr;
  }
}
.gfooter__inner__btm-title {
  font-size: min(2.4rem + (min(var(--vw, 1vw), 1svh) * 100 - 384px) * 0.0625, 3.6rem);
  line-height: 1.4;
}
.gfooter__inner__btm-title span {
  font-size: 1.6rem;
  display: block;
  padding-top: 1em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1100px) {
  .gfooter__inner__btm-title {
    text-align: center;
  }
}
.gfooter__inner__btm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}
@media screen and (max-width: 1100px) {
  .gfooter__inner__btm-grid {
    grid-template-columns: 1fr;
  }
}
.gfooter__inner__btm-subtitle {
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.gfooter__inner__btm-ul {
  display: grid;
  gap: 14px;
}
.gfooter__inner__btm-list a {
  font-family: "Barlow", sans-serif;
}
.gfooter__inner__btm-blank {
  background: url("../images/common/icon_blank_white.svg") right center no-repeat;
  display: block;
  font-size: 1.4rem;
  text-align: right;
  padding-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
}
.gfooter__inner-copyright {
  padding-top: 120px;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1100px) {
  .gfooter__inner-copyright {
    padding: 20px 0 40px;
  }
}

.gnav {
  background-color: white;
  width: 64px;
  height: 64px;
  position: relative;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.gnav:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .gnav {
    width: 40px;
    height: 40px;
  }
}
.gnav__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 20px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .gnav__inner {
    width: 24px;
    height: 14px;
  }
}
.gnav span {
  position: absolute;
  height: 2px;
  width: 32px;
  background: #1E445B;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .gnav span {
    width: 24px;
  }
}
.gnav span:nth-child(1) {
  top: 0px;
}
.gnav span:nth-child(2) {
  top: 8px;
}
.gnav span:nth-child(3) {
  top: 16px;
}
.gnav__content {
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 140px 0 90px 0;
  transition: ease-in-out 0.3s;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .gnav__content {
    padding: 80px 16px 90px 16px;
    overflow-y: scroll;
    border-radius: 0;
    height: 100dvh;
    box-shadow: inherit;
    background-color: white;
  }
}
.gnav__content__btm {
  padding-top: min(min(var(--vw, 1vw), 1svh) * 20 / 384 * 100, 30px);
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px 120px;
}
@media screen and (max-width: 1100px) {
  .gnav__content__btm {
    grid-template-columns: 1fr;
  }
}
.gnav__content__btm-title {
  font-size: min(2.4rem + (min(var(--vw, 1vw), 1svh) * 100 - 384px) * 0.0625, 3.6rem);
  line-height: 1.4;
}
.gnav__content__btm-title span {
  font-size: 1.6rem;
  display: block;
  padding-top: 1em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1100px) {
  .gnav__content__btm-title span {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1100px) {
  .gnav__content__btm-title {
    font-size: 2rem;
  }
}
.gnav__content__btm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}
@media screen and (max-width: 1100px) {
  .gnav__content__btm-grid {
    grid-template-columns: 1fr;
  }
}
.gnav__content__btm-subtitle {
  border-bottom: 1px solid #305971;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.gnav__content__btm-ul {
  display: grid;
  gap: 14px;
}
.gnav__content__btm-list a {
  font-family: "Barlow", sans-serif;
}
.gnav__content-blank {
  background: url("../images/common/icon_blank.svg") right center no-repeat;
  display: block;
  font-size: 1.4rem;
  text-align: right;
  padding-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}

/* gNavBtn 切り替えアニメーション */
.menuOpen .gnav span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.menuOpen .gnav span:nth-child(2) {
  display: none;
}

.menuOpen .gnav span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

/* .gNav スライドアニメーション */
.menuOpen .gnav__content {
  opacity: 1 !important;
  transform: translateY(0);
}

.breadcrumb {
  z-index: 5000;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.breadcrumb__list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .breadcrumb__list {
    font-size: 1rem;
  }
}
.breadcrumb__list-link {
  color: #8D8D8D;
  display: block;
  position: relative;
}
.breadcrumb__list-link.--nolink {
  cursor: none;
  pointer-events: none;
}
.breadcrumb__list-link::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: -15px;
  top: calc(50% - 1px);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .breadcrumb__list-link::after {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
}

.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home__hero {
  position: relative;
  height: 100dvh;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .home__hero {
    padding: 65px 15px 15px 15px;
  }
}
.home__hero-title {
  position: absolute;
  bottom: 110px;
  left: 80px;
  z-index: 5;
  width: 970px;
  height: 160px;
}
@media screen and (max-width: 1100px) {
  .home__hero-title {
    bottom: 60px;
    left: 20px;
    width: 292px;
    height: 200px;
  }
}
.home__loop {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: -95px;
}
@media screen and (max-width: 1100px) {
  .home__loop {
    margin-top: -55px;
  }
}
.home__guide {
  margin-top: 170px;
  padding: 0px 0 80px 0;
  position: relative;
  margin-bottom: 70px;
  overflow: hi;
}
@media screen and (max-width: 1100px) {
  .home__guide {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
.home__guide::after {
  position: absolute;
  background-color: white;
  height: 100%;
  width: 42%;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .home__guide::after {
    width: 80%;
    height: 25%;
  }
}
.home__guide__grid {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 0 140px;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid {
    display: block;
  }
}
.home__guide__grid-readtext {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid-readtext {
    padding: 20px 10px;
  }
}
.home__guide__grid__right {
  order: 2;
}
.home__guide__grid__right-title {
  transform: translateY(-30px);
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid__right-title {
    padding-top: 20px;
    flex-direction: column-reverse;
    transform: translateY(0px);
  }
}
.home__guide__grid__right-title span.--ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #305971;
  padding-top: 5px;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid__right-title span.--ja {
    font-size: 4rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding-top: 0;
    letter-spacing: 0.1em;
  }
}
.home__guide__grid__right-title span.--ja span {
  padding-top: 3em;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid__right-title span.--ja span {
    padding: 0 0 0 3em;
  }
}
.home__guide__grid__right-title span.--en {
  color: #1876AF;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid__right-title span.--en {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding-left: 0.75em;
    display: block;
  }
}
.home__guide__grid__block {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 1100px) {
  .home__guide__grid__block {
    grid-template-columns: 1fr;
    padding: 0 30px;
    margin-top: 20px;
  }
}
.home__interview-subtitle {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 0.5em;
}
.home__interview-text {
  text-align: center;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
.home__interview__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
.home__interview__block {
  position: sticky;
  top: 10%;
  background-color: white;
  padding: 20px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 0 45px;
  align-items: center;
}
.home__interview__block:hover .home__interview__block__box-link {
  background-position: right 20px center;
}
@media screen and (max-width: 1100px) {
  .home__interview__block:hover .home__interview__block__box-link {
    background-position: right center;
  }
}
.home__interview__block:hover {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .home__interview__block {
    display: block;
    position: relative;
    margin-bottom: 16px;
    top: 0px;
  }
}
.home__interview__block:nth-child(1) {
  z-index: 1;
}
.home__interview__block:nth-child(2) {
  z-index: 2;
}
.home__interview__block:nth-child(3) {
  z-index: 3;
}
.home__interview__block-figure {
  order: 2;
}
.home__interview__block__box {
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .home__interview__block__box {
    padding: 0;
  }
}
.home__interview__block__box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .home__interview__block__box__header {
    margin-top: 15px;
  }
}
.home__interview__block__box-num {
  font-size: 16rem;
  line-height: 1;
  color: #EBF0F4;
  transform: translateX(40px);
}
@media screen and (max-width: 1100px) {
  .home__interview__block__box-num {
    transform: translateX(0);
    font-size: 6.4rem;
  }
}
.home__interview__block__box-title {
  font-size: min(2.1rem + (min(var(--vw, 1vw), 1svh) * 100 - 384px) * 0.0546875, 3.15rem);
  color: #305971;
}
.home__interview__block__box-largetext {
  font-size: clamp(2.8rem, 2vw, 3.2rem);
  margin-bottom: 1em;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .home__interview__block__box-largetext {
    margin-bottom: 0.5em;
  }
}
.home__interview__block__box-text {
  color: #8D8D8D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.home__interview__block__box-link {
  margin-top: 60px;
  display: block;
  font-size: 1.4rem;
  max-width: 300px;
}
@media screen and (max-width: 1100px) {
  .home__interview__block__box-link {
    max-width: 100%;
    margin-top: 20px;
  }
}
.home__culture {
  background-color: white;
  padding: 80px 0 80px;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .home__culture {
    margin-top: 60px;
    padding: 50px 0 40px;
  }
}
.home__culture-title {
  font-size: clamp(6.4rem, 2vw, 8rem);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.home__culture-title span {
  padding-left: 1.5em;
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .home__culture-title span {
    display: block;
    padding-left: 0;
  }
}
.home__culture__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
}
@media screen and (max-width: 1100px) {
  .home__culture__grid {
    grid-template-columns: 1fr;
  }
}
.home__culture__grid-link {
  padding: 16px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 0 24px;
  background: #EBF0F4;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 1100px) {
  .home__culture__grid-link {
    grid-template-columns: 100px 1fr;
    gap: 0 16px;
  }
}
.home__culture__grid-link i {
  right: 15px;
}
.home__culture__grid-text {
  font-size: 1.8rem;
  color: #305971;
  font-family: "Zen Old Mincho", serif;
}
.home__culture__grid-text::before {
  display: none;
}

.people {
  padding-bottom: 65px;
}
.people__fv {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .people__fv {
    padding: 15px;
    margin-bottom: 50px;
  }
}
.people__fv__inner {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 1100px) {
  .people__fv__inner {
    padding-top: 90px;
  }
}
.people__fv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #009FFF 100%);
  mix-blend-mode: screen;
  opacity: 0.8;
  z-index: -1;
}
.people__fv::after {
  content: "";
  position: absolute;
  top: 280px;
  right: 0;
  width: 25%;
  height: calc(100% - 270px);
  background-color: white;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .people__fv::after {
    top: auto;
    bottom: -50px;
    height: calc(100% - 450px);
  }
}
.people__fv__header {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .people__fv__header {
    grid-template-columns: 1fr;
  }
}
.people__fv__header-title {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 1100px) {
  .people__fv__header-title {
    font-size: 2.6rem;
    margin-top: 3em;
    margin-bottom: 1em;
  }
}
.people__fv__header-title.--num {
  position: relative;
}
.people__fv__header-title.--num::before {
  line-height: 0;
  z-index: -1;
  transform: translateY(-50px);
  color: white;
  font-size: 17rem;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .people__fv__header-title.--num::before {
    font-size: 8rem;
    transform: translateY(-15px);
  }
}
.people__fv__header-title.--num01::before {
  content: "#01";
}
.people__fv__header-title.--num02::before {
  content: "#02";
}
.people__fv__header-title.--num03::before {
  content: "#03";
}
.people__fv__header-midashi {
  color: black;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1100px) {
  .people__fv__header-midashi {
    font-size: 2.6rem;
  }
}
.people__fv__header-text {
  color: #8D8D8D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.people__fv__header-figure {
  position: relative;
}
.people__fv__loop {
  transform: translateY(-150px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .people__fv__loop {
    transform: translateY(-90px);
  }
}
.people__profile {
  margin-bottom: 95px;
}
@media screen and (max-width: 1100px) {
  .people__profile {
    margin-bottom: 50px;
  }
}
.people__profile__inner {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px 25px;
}
@media screen and (max-width: 1100px) {
  .people__profile__inner {
    grid-template-columns: 1fr;
  }
}
.people__profile-title {
  background-color: white;
  height: 100px;
  display: flex;
  letter-spacing: 0.1em;
  align-items: center;
  font-family: "Barlow", sans-serif;
  color: #1876AF;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .people__profile-title {
    height: auto;
    padding: 20px;
  }
}
.people__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .people__grid {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .people__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.people__grid:nth-child(even) {
  direction: rtl;
}
@media screen and (max-width: 1100px) {
  .people__grid:nth-child(even) {
    direction: ltr;
  }
}
.people__grid:nth-child(even) > * {
  direction: ltr;
}
.people__grid-title {
  font-size: 2.4rem;
  margin-bottom: 1.75em;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .people__grid-title {
    margin-bottom: 1em;
  }
}
.people__column {
  margin-top: 100px;
}
.people__column__center {
  max-width: 300px;
  margin: 35px auto 0 auto;
}
.people__column__center a {
  font-size: 1.4rem;
}
.people__column__box {
  color: #305971;
  background-color: white;
  padding: 60px;
}
@media screen and (max-width: 1100px) {
  .people__column__box {
    padding: 30px;
  }
}
.people__column__box-entext {
  margin-top: -110px;
  font-size: 8rem;
  text-align: center;
  margin-bottom: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .people__column__box-entext {
    margin-top: -55px;
    font-size: 5rem;
  }
}
.people__column__box-title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .people__column__box-title {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
}
.people__column__box-graph {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 40px;
  margin-bottom: 65px;
}
.people__column__box-graph figure:first-child {
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .people__column__box-graph figure:first-child {
    text-align: left;
  }
}
@media screen and (max-width: 1100px) {
  .people__column__box-graph {
    grid-template-columns: 1fr;
    gap: 20px 20px;
    margin-bottom: 30px;
  }
}

.welfare {
  padding-bottom: 10px;
  overflow: hidden;
}
.welfare__first {
  background: linear-gradient(to right, white, transparent);
  padding: 10px 50px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1100px) {
  .welfare__first {
    margin-bottom: 30px;
    padding: 20px 20px;
  }
}
.welfare__first__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 1100px) {
  .welfare__first__grid {
    grid-template-columns: 1fr;
  }
}
.welfare__first-title {
  font-size: 8rem;
}
@media screen and (max-width: 1100px) {
  .welfare__first-title {
    font-size: 3rem;
    margin-bottom: 0.25em;
  }
}
.welfare__first-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .welfare__first-text {
    font-size: 1.6rem;
  }
}
.welfare__header {
  background-color: white;
  padding: 60px 0;
  margin-right: 100px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1100px) {
  .welfare__header {
    margin-right: 16px;
    margin-bottom: 20px;
    padding: 30px 0;
  }
}
.welfare__header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1232px;
  padding-left: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .welfare__header__inner {
    padding: 0 20px;
    display: block;
  }
}
.welfare__header-title {
  font-size: 4.8rem;
}
@media screen and (max-width: 1100px) {
  .welfare__header-title {
    font-size: 2.4rem;
  }
}
.welfare__header-entext {
  color: #EBF0F4;
  line-height: 1;
  font-size: 8rem;
}
@media screen and (max-width: 1100px) {
  .welfare__header-entext {
    font-size: 3.4rem;
    line-height: 1;
  }
}
.welfare__section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .welfare__section {
    margin-bottom: 60px;
  }
}
.welfare__section:nth-child(even) .welfare__header {
  margin-left: 100px;
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .welfare__section:nth-child(even) .welfare__header {
    padding: 30px 20px;
    margin-left: 16px;
  }
}
.welfare__section:nth-child(even) .welfare__header__inner {
  max-width: 1100px;
  transform: translateX(-62px);
  padding-left: 0;
}
@media screen and (max-width: 1100px) {
  .welfare__section:nth-child(even) .welfare__header__inner {
    transform: translateX(0);
  }
}
.welfare__card {
  margin-bottom: 15px;
  padding: 15px 55px;
  background: linear-gradient(to right, white, transparent);
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 20px 70px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .welfare__card {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }
}
.welfare__card:first-child figure {
  margin-top: -90px;
}
@media screen and (max-width: 1100px) {
  .welfare__card:first-child figure {
    margin-top: 0px;
  }
}
.welfare__card:nth-child(even) {
  background: linear-gradient(to left, white, transparent);
}
.welfare__card-title {
  font-size: 3.2rem;
  color: #000000;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1100px) {
  .welfare__card-title {
    font-size: 2rem;
    padding-top: 0.25em;
  }
}
.welfare__block {
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .welfare__block {
    margin-bottom: 50px;
  }
}
.welfare__block__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .welfare__block__box {
    grid-template-columns: 1fr;
  }
}
.welfare__block__box-title {
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .welfare__block__box-title {
    font-size: 2.2rem;
  }
}
.welfare__block__box-title span {
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.welfare__block__box-title.--bgblue span {
  background-color: #EBF0F4;
}
.welfare__block__box__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .welfare__block__box__grid {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.welfare__block__box__grid__area {
  background-color: white;
  text-align: center;
  padding: 15px 10px;
}
.welfare__block__box__grid__area-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  margin-top: 0.5em;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .welfare__block__box__grid__area-text {
    font-size: 1.6rem;
  }
}
.welfare__block:nth-child(even) .welfare__block__box {
  direction: rtl;
}
.welfare__block:nth-child(even) .welfare__block__box > * {
  direction: ltr;
}
.welfare__column {
  background-color: white;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 20px 50px;
}
@media screen and (max-width: 1100px) {
  .welfare__column {
    grid-template-columns: 1fr;
    padding: 25px;
  }
}
.welfare__gradient {
  background: url("/career/assets/images/welfare/bg.png") center/cover no-repeat;
  padding: 40px 55px;
}
@media screen and (max-width: 1100px) {
  .welfare__gradient {
    padding: 20px;
  }
}
.welfare__gradient-title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .welfare__gradient-title {
    font-size: 2.2rem;
  }
}
.welfare__gradient__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 46px;
}
@media screen and (max-width: 1100px) {
  .welfare__gradient__grid {
    grid-template-columns: 1fr;
  }
}

.history {
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .history {
    padding-bottom: 20px;
  }
  .history figure img {
    width: calc(var(--w) * 0.5) !important;
    height: auto;
  }
}
.history__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin: 75px 0;
}
@media screen and (max-width: 1100px) {
  .history__nav {
    grid-template-columns: repeat(1, 1fr);
    margin: 35px 0 40px;
  }
}
.history__nav-link {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 16px;
  position: relative;
}
.history__nav-link i {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("/career/assets/images/history/icon_arrow_btm.svg") no-repeat center center/contain;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .history__nav .history__nav-link:hover i {
    animation: arrow-slide-down 0.55s ease;
  }
}
@keyframes arrow-slide-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(8px);
  }
  36% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.history__section {
  padding: 40px;
  margin-bottom: 40px;
  background: url("/career/assets/images/history/bg.png") center/cover no-repeat;
}
@media screen and (max-width: 1100px) {
  .history__section {
    padding: 60px 15px 15px;
  }
}
.history__section__header {
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.history__section__header-title {
  font-size: clamp(2rem, 2vw, 3.2rem);
}
.history__section__header-figure {
  position: absolute;
  right: 20px;
  top: 10px;
}
@media screen and (max-width: 1100px) {
  .history__section__header-figure {
    right: 50%;
    top: -60px;
    transform: translateX(50%);
  }
}
.history__section-start {
  background-color: #1876AF;
  text-align: center;
  color: white;
  padding: 5px 20px 10px 20px;
  font-size: clamp(2rem, 2vw, 3.2rem);
  width: calc(34% - 20px);
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .history__section-start {
    width: 100%;
  }
}
.history__section-start::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 20px solid #1876AF;
  border-bottom: 0;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .history__section-start::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #1876AF;
  }
}
.history__section__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media screen and (max-width: 1100px) {
  .history__section__block {
    display: block;
  }
}
.history__section__block__box {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box {
    margin-bottom: 20px;
  }
  .history__section__block__box:last-child {
    margin-bottom: 0;
  }
}
.history__section__block__box:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
.history__section__block__box:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.history__section__block__box:nth-child(6) {
  grid-column: 1;
  grid-row: 2;
}
.history__section__block__box:last-child {
  grid-column: 2/4;
  grid-row: 3;
}
.history__section__block__box:last-child .history__section__block__box__arrow {
  background-color: #305971;
}
.history__section__block__box:last-child .history__section__block__box__arrow-title {
  color: white;
}
.history__section__block__box:last-child .history__section__block__box__arrow-text {
  color: white;
}
.history__section__block__box__arrow {
  background-color: white;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box__arrow {
    padding: 20px;
  }
}
.history__section__block__box__arrow-icon {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box__arrow-icon img {
    width: 60px;
    height: auto;
  }
}
.history__section__block__box__arrow-title {
  color: #000000;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box__arrow-title {
    font-size: 1.8rem;
  }
}
.history__section__block__box__arrow-text {
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box__arrow-text {
    font-size: 1.4rem;
  }
}
.history__section__block__box__arrow__center {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box__arrow__center {
    margin-top: 15px;
  }
}
.history__section__block__box__arrow__center-link {
  color: white;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 100px;
  width: 140px;
  font-size: 2rem;
  background-color: #305971;
}
@media screen and (max-width: 1100px) {
  .history__section__block__box__arrow__center-link {
    font-size: 1.6rem;
  }
}
.history__section__block__box__arrow__center-link.--white {
  background-color: white;
  color: #305971;
}

.--arrow_right::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  border-right: 0;
  bottom: 50%;
  right: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--arrow_right::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid white;
    border-bottom: 0;
    bottom: -18px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.--arrow_left::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid white;
  border-left: 0;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--arrow_left::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid white;
    border-bottom: 0;
    bottom: -18px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.--arrow_bottom::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid white;
  border-bottom: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.--pinkborder {
  position: relative;
  border: 2px solid #FDC3D2;
}
.--pinkborder::before {
  position: absolute;
  content: "";
  z-index: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #FDC3D2;
  border-right: 0;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--pinkborder::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #FDC3D2;
    border-bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }
}
.--pinkborder::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  border-right: 0;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--pinkborder::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid white;
    border-bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
  }
}

.--pinkborder-bottom {
  position: relative;
  border: 2px solid #FDC3D2;
}
.--pinkborder-bottom::before {
  position: absolute;
  content: "";
  z-index: 0;
  border-style: solid;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 26px solid #FDC3D2;
  border-bottom: 0;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.--pinkborder-bottom::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 22px solid white;
  border-bottom: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.--pinkLeftborder {
  position: relative;
  border: 2px solid #FDC3D2;
}
.--pinkLeftborder::before {
  position: absolute;
  content: "";
  z-index: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 22px solid #FDC3D2;
  border-left: 0;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--pinkLeftborder::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #FDC3D2;
    border-bottom: 0;
    top: auto;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }
}
.--pinkLeftborder::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 18px solid white;
  border-left: 0;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--pinkLeftborder::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid white;
    border-bottom: 0;
    top: auto;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
  }
}

.--blueborder {
  position: relative;
  border: 2px solid #00A3FF;
}
.--blueborder::before {
  position: absolute;
  content: "";
  z-index: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 22px solid #00A3FF;
  border-left: 0;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--blueborder::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #00A3FF;
    border-bottom: 0;
    top: auto;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }
}
.--blueborder::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 18px solid white;
  border-left: 0;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--blueborder::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid white;
    border-bottom: 0;
    top: auto;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
  }
}

.--blurRightborder {
  position: relative;
  border: 2px solid #00A3FF;
}
.--blurRightborder::before {
  position: absolute;
  content: "";
  z-index: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #00A3FF;
  border-right: 0;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--blurRightborder::before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 22px solid #00A3FF;
    border-bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
  }
}
.--blurRightborder::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  border-right: 0;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .--blurRightborder::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid white;
    border-bottom: 0;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
  }
}

.--blueborder-bottom {
  position: relative;
  border: 2px solid #00A3FF;
}
.--blueborder-bottom::before {
  position: absolute;
  content: "";
  z-index: 0;
  border-style: solid;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 26px solid #00A3FF;
  border-bottom: 0;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.--blueborder-bottom::after {
  position: absolute;
  content: "";
  z-index: 1;
  border-style: solid;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 22px solid white;
  border-bottom: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.--box01 figure {
  margin-top: 5px;
  margin-bottom: -40px;
  margin-right: 20px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .--box01 figure {
    margin-bottom: 0;
    margin-right: 0;
    text-align: center;
  }
}

.--box02 .--pink {
  border: 2px solid #FDC3D2;
}

.--box03 figure {
  margin-top: 10px;
  margin-bottom: -20px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .--box03 figure {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.--box05 figure {
  margin-top: 5px;
  margin-bottom: -40px;
  margin-right: -16px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .--box05 figure {
    margin-right: 25px;
    margin-bottom: 0px;
  }
}

.--box06 figure {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .--box06 figure {
    margin-top: 5px;
  }
}

.--sec02_header {
  top: 5px;
}
@media screen and (max-width: 1100px) {
  .--sec02_header {
    right: 50%;
    top: -85px;
    transform: translateX(50%);
  }
}

.--box08 .history__section__block__box__arrow {
  padding: 70px 30px;
}
@media screen and (max-width: 1100px) {
  .--box08 .history__section__block__box__arrow {
    padding: 20px;
  }
}
.--box08 figure {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: -80px;
}
@media screen and (max-width: 1100px) {
  .--box08 figure {
    top: -35px;
  }
}

.history__modal {
  display: block;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.history__modal.is-open {
  pointer-events: auto;
  opacity: 1;
}
.history__modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.history__modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 95px 65px;
  width: min(1200px, 90%);
  max-height: 90vh;
  border-radius: 10px;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .history__modal__inner {
    padding: 30px 0px 20px;
    max-height: 90vh;
    width: calc(100% - 30px);
    box-sizing: border-box;
  }
}
.history__modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .history__modal__close {
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
  }
}
.history__modal__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 48px;
}
@media screen and (max-width: 1100px) {
  .history__modal__content {
    padding: 0 20px;
    grid-template-columns: repeat(1, 1fr);
    max-height: calc(90vh - 60px);
    overflow-y: auto;
  }
}
.history__modal__content.--nogrid {
  grid-template-columns: 1fr;
}
.history__modal__content-title {
  font-size: 2.4rem;
  color: #000000;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1100px) {
  .history__modal__content-title {
    font-size: 1.8rem;
  }
}
.history__modal__content-text {
  font-size: 1.6rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .history__modal__content-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}/*# sourceMappingURL=style.css.map */
