@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  color: #000;
  scroll-behavior: auto;
}
html:not(.has-gsap) {
  scroll-behavior: smooth;
}

body:has(.header__dropdown-menu.active) {
  overflow: hidden;
}

:is([id]) {
  scroll-margin-top: 100px;
}

:has(.facility-name) {
  position: relative;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-inline: 5.83%;
  }
}
.container--narrow {
  max-width: calc(1000px + 8%);
}

.header {
  position: absolute;
  inset: auto 0;
  -webkit-transition: 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
  transition: 0.8s cubic-bezier(0.33, 0.09, 0.09, 1);
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  z-index: 1000;
}
@media screen and (max-width: 1080px) {
  .header {
    background-color: #fff;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .fixed {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.header .fixed img {
  width: 78.65%;
}
@media screen and (max-width: 767px) {
  .header .fixed img {
    max-width: 210px;
  }
}
.header__logo-text {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  color: #004098;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .header__logo-text {
    position: relative;
    top: 2px;
  }
}
.header__logo {
  width: 100px;
  margin-left: 1.25%;
  margin-top: 24px;
}
@media screen and (max-width: 1080px) {
  .header__logo {
    width: 286px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-top: 14px;
    margin-left: 4%;
  }
}
.header__logo .fixed {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header__logo .fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .header__logo .static {
    display: none !important;
  }
}
.header__logo.scrolled {
  width: 365px;
  margin-top: 15px;
  margin-left: 0.83%;
}
@media screen and (max-width: 1280px) {
  .header__logo.scrolled {
    width: 292px;
  }
}
@media screen and (max-width: 1080px) {
  .header__logo.scrolled {
    width: 286px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo.scrolled {
    margin-top: 14px;
    margin-left: 4%;
  }
}
.header__logo.scrolled .static {
  display: none;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-right: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__nav-list {
    gap: 19.2px;
    margin-right: 19.2px;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-list--dropdown {
  display: block;
  margin-right: 0;
}
.header__nav-item {
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__nav-item {
    font-size: 1.4rem;
  }
}
.header__nav-item--dropdown {
  color: #fff;
  font-size: 2rem;
  padding: 24px 1%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  .header__nav-item--dropdown {
    padding-inline: 2%;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-item--dropdown {
    font-size: 1.6rem;
  }
}
.header__nav-item:hover .header__nav-link {
  opacity: 0.4;
}
.header__nav-link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__dropdown-actions {
  gap: 16px;
  margin-bottom: 24px;
}
.header__nav-action {
  min-width: 120px;
  background-color: #e60039;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .header__nav-action {
    min-width: 96px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-action {
    min-width: 120px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-action {
    padding-block: 19px;
    font-size: 16px;
    width: 47.8%;
    border-radius: 8px;
  }
}
.header__nav-action:hover {
  background-color: #bd0835;
}
.header__nav-action--orange {
  background-color: #f25130;
}
.header__nav-action--orange:hover {
  background-color: #cc4429;
}
.header__nav-action-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1280px) {
  .header__nav-action-icon {
    width: 19.2px;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav-action-icon {
    width: 24px;
  }
}
.header__nav-action-icon img {
  width: 54.17%;
}
.header__hamburger {
  width: 80px;
  height: 80px;
  border: none;
  background-color: #143666;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header__hamburger {
    width: 64px;
  }
}
@media screen and (max-width: 1080px) {
  .header__hamburger {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 64px;
    height: 64px;
  }
}
.header__hamburger.hamburger--active .header__hamburger-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(5px);
  transform: rotate(45deg) translateX(5px);
}
.header__hamburger.hamburger--active .header__hamburger-icon span:nth-child(2) {
  margin-block: 0 !important;
  opacity: 0;
}
.header__hamburger.hamburger--active .header__hamburger-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-2px) translateX(5px);
  transform: rotate(-45deg) translateY(-2px) translateX(5px);
}
.header__hamburger:hover {
  background-color: #fff;
}
.header__hamburger:hover .header__hamburger-icon span {
  background-color: #143666;
}
.header__hamburger:hover .header__hamburger-icon span:nth-child(2) {
  margin-block: 4px;
}
.header__hamburger-icon {
  display: block;
  margin: auto;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header__hamburger-icon {
    width: 32px;
  }
}
.header__hamburger-icon span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__hamburger-icon span:nth-child(2) {
  margin-block: 10px;
}
@media screen and (max-width: 1080px) {
  .header__hamburger-icon span:nth-child(2) {
    margin-block: 8px;
  }
}
.header--scrolled {
  position: fixed;
  top: -186px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header--fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header--fixed .header__logo .static {
  display: none;
}
.header--fixed .header__logo .fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--lower .header__logo {
  width: 365px;
  margin-top: 15px;
  margin-left: 0.83%;
}
@media screen and (max-width: 1280px) {
  .header--lower .header__logo {
    width: 292px;
  }
}
@media screen and (max-width: 1080px) {
  .header--lower .header__logo {
    width: 286px;
    height: 32px;
  }
}
.header--lower .static {
  display: none !important;
}
.header--lower .fixed {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header--active {
  position: fixed;
  background-color: #143666;
}
.header--active .header__nav-list {
  opacity: 0;
  pointer-events: none;
}
.header--active .header__logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header--active:not(.header--fixed) .header__nav-item {
  color: #fff;
}
.header--active:not(.header--fixed) .header__logo {
  width: 365px;
  margin-top: 15px;
  margin-left: 0.83%;
}
@media screen and (max-width: 1280px) {
  .header--active:not(.header--fixed) .header__logo {
    width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .header--active:not(.header--fixed) .header__logo {
    width: 286px;
    margin-left: 4%;
  }
}
.header--active:not(.header--fixed) .header__logo .static {
  display: none;
}
.header--active:not(.header--fixed) .header__logo .fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__dropdown-menu {
  position: fixed;
  inset: 80px 0 0;
  translate: 0 -100%;
  background-color: #143666;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
  height: calc(100svh - 80px);
  padding-block: 10% 4%;
  overflow: auto;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu {
    top: 64px;
    height: calc(100svh - 64px);
  }
}
@media screen and (max-width: 767px) {
  .header__dropdown-menu {
    padding-block: 24px 80px;
  }
}
.header__dropdown-menu.active {
  opacity: 1;
  translate: initial;
}
.header__dropdown-menu-content {
  width: 100%;
  color: #fff;
}
.header__dropdown-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.67%;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.header__dropdown-menu-column {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu-column:first-of-type {
    border-top: 1px solid #fff;
  }
}
.header__dropdown-item-wrapper {
  padding: 16px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .header__dropdown-item-wrapper {
    padding-block: 24px;
  }
}
.header__dropdown-item-wrapper:first-of-type {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-item-wrapper:first-of-type {
    border-top: none;
  }
}
.header__dropdown-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header__dropdown-menu-link {
    font-size: 20px;
  }
}
.header__dropdown-menu-link:not(:last-child) {
  margin-bottom: 24px;
}
.header__dropdown-menu-link path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__dropdown-menu-link:hover {
  color: #4d98ff;
}
.header__dropdown-menu-link:hover path {
  stroke: #4d98ff;
}
.header__dropdown-menu-link-icon {
  width: 15px;
  height: 13px;
}
.header__dropdown-menu-sublink {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu-sublink {
    font-size: 1.4rem;
  }
}
.header__dropdown-menu-sublink:hover {
  color: #4d98ff;
}
.header__dropdown-menu-sublink:not(:last-child) {
  margin-bottom: 24px;
}
.header__dropdown-menu-sublink--ml-0 {
  margin-left: 0;
}
@media screen and (max-width: 1080px) {
  .header__dropdown-menu-sublink--ml-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
  }
}
.header__dropdown-menu-sublink--ml-0 path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__dropdown-menu-sublink--ml-0:hover path {
  stroke: #4d98ff;
}

.heading {
  position: relative;
}
.heading > .heading__ja {
  position: absolute;
  inset: auto auto -10px 0;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .heading > .heading__ja {
    bottom: -5px;
  }
}
.heading > .heading__en {
  position: relative;
  left: -32px;
}
@media screen and (max-width: 767px) {
  .heading > .heading__en {
    left: -18px;
  }
}
.heading--centered {
  text-align: center;
}
.heading--centered > .heading__en {
  left: initial;
}
.heading--centered > .heading__ja {
  position: relative;
  top: -40px;
  bottom: initial;
  margin-inline: auto;
}
.heading__en {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 12rem;
  font-size: clamp(10.8rem, 6.25vw, 12rem);
  line-height: 1em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .heading__en {
    font-size: clamp(7.6rem, 5vw, 12rem);
  }
}
@media screen and (max-width: 767px) {
  .heading__en {
    font-size: 64px;
  }
}
.heading__en--white {
  color: #fff;
}
.heading__en--pale-blue {
  color: #d4edfa;
}
.heading__en--main-gray {
  color: #f4f5f8;
}
.heading__ja {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .heading__ja {
    font-size: 32px;
  }
}
.heading__ja--white {
  color: #fff;
}

.button {
  position: relative;
  display: inline-block;
  padding: 20px 47px;
  background-color: #004098;
  border-radius: 8px;
  border: none;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.disabled {
  pointer-events: none;
  opacity: 1 !important;
}
.button:not(:has(.button__arrow)) {
  text-align: center;
}
.button:not(:has(.button__arrow)) .button__text {
  margin-right: 0;
}
.button::before {
  content: '';
  position: absolute;
  inset: -1px;
  background-color: #f4f5f8;
  translate: -100% 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button__text,
.button input {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 16px;
  font-family: 'Raleway', sans-serif;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
}
.button__text--noto,
.button input--noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.button input {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.button__arrow {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 14px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button__arrow path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button:not([disabled]):hover {
  background-color: #f4f5f8;
}
.button:not([disabled]):hover .button__text {
  color: #143666;
}
.button:not([disabled]):hover .button__arrow {
  translate: 10px 0;
}
.button:not([disabled]):hover path {
  stroke: #143666;
}
.button:not([disabled]):hover::before {
  translate: initial;
}
.button--full-width {
  width: 100%;
  padding-block: 25px;
  background-color: #004098;
}
@media screen and (max-width: 767px) {
  .button--full-width {
    padding-block: 18px;
  }
}
.button--full-width::before {
  background-color: #143666;
}
.button--full-width:not([disabled]):hover .button__text {
  color: #fff;
}
.button--prev {
  background-color: #f4f5f8;
  padding: 17px 68.5px;
}
.button--prev .button__text {
  color: #143666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .button--prev .button__text {
    font-size: 1.6rem;
  }
}
.button--prev:hover::before {
  background-color: #e7eff5;
}
.button__prev-arrow {
  position: relative;
  bottom: 1px;
  display: inline-block;
  margin-right: 16px;
  width: 7px;
  height: 13px;
  z-index: 1;
}

.entry-block {
  padding-inline: 2.08%;
}
@media screen and (max-width: 767px) {
  .entry-block {
    padding-inline: 0;
  }
}
.entry-block__wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.entry-block__background {
  position: absolute;
  inset: 0;
  background-color: #fff;
}
.entry-block__overlay {
  position: relative;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding-block: 80px;
}
.entry-block__title {
  color: #fff;
  text-align: center;
}
.entry-block__title-en {
  display: block;
  margin-bottom: 15px;
  font-size: 8rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .entry-block__title-en {
    font-size: 64px;
  }
}
.entry-block__title-ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .entry-block__title-ja {
    font-size: 20px;
  }
}
.entry-block__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(1200px + 8%);
  padding-inline: 4%;
  margin-inline: auto;
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .entry-block__button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    padding-inline: 24px;
  }
}
.entry-block__button {
  -ms-flex-preferred-size: 46.67%;
  flex-basis: 46.67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 5% 80px 3.334%;
  border: 2px solid #fff;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .entry-block__button {
    padding: 58px 24px;
  }
}
.entry-block__button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.entry-block__button:hover .entry-block__button-arrow {
  scale: 1.5;
}
.entry-block__button:hover .entry-block__button-arrow img {
  scale: 66.67%;
}
.entry-block__button:hover .entry-block__button-text {
  color: #143666;
}
.entry-block__button-text {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .entry-block__button-text {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-block__button-text {
    font-size: 24px;
  }
}
.entry-block__button-arrow {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e60039;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .entry-block__button-arrow {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .entry-block__button-arrow {
    width: 40px;
    height: 40px;
  }
}
.entry-block__button-arrow img {
  width: 37.5%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.entry-block__button-arrow--orange {
  background-color: #f25130;
}

footer {
  background: #fff;
}

.footer {
  padding-block: 80px 40px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding-block: 64px 24px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 64px;
}
@media screen and (max-width: 1080px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1080px) {
  .footer__nav-col {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .footer__nav-col:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__nav-col:has(.footer__action) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
  }
}
.footer__nav-link {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #143666;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 16px;
  }
}
.footer__nav-link:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer__nav-link:not(:last-child) {
    margin-bottom: 24px;
  }
}
.footer__nav-link:has(+ .footer__nav-link--sub-link) {
  margin-bottom: 24px;
}
.footer__nav-link--sub-link {
  margin-left: 16px;
  font-size: 1.6rem;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .footer__nav-link--sub-link {
    font-size: 14px;
  }
}
.footer__nav-link--sub-link:not(:last-child) {
  margin-bottom: 24px;
}
.footer__nav-link:hover {
  opacity: 0.5;
}
.footer__action {
  gap: 4px;
  padding: 19px 38.5px;
  border-radius: 8px;
  background-color: #e60039;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .footer__action {
    padding: 19px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer__action {
    font-size: 16px;
  }
}
.footer__action:hover {
  background-color: #bd0835;
}
.footer__action--orange {
  background-color: #f25130;
}
.footer__action--orange:hover {
  background-color: #cc4429;
}
.footer__action:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .footer__action:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__action-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1280px) {
  .footer__action-icon {
    width: 19.2px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__action-icon {
    width: 24px;
  }
}
.footer__action-icon img {
  width: 54.17%;
}
.footer__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.footer__company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1080px) {
  .footer__company-block {
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-wrap: break-word;
  }
}
.footer__company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50.79%;
}
@media screen and (max-width: 1080px) {
  .footer__company-logo {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__company-logo {
    max-width: 210px;
    gap: 14px;
  }
}
.footer__logo-text {
  position: relative;
  top: 2px;
  font-family: 'Raleway', sans-serif;
  color: #004098;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1em;
}
.footer__company-access {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1080px) {
  .footer__company-access {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 14px;
  }
}
.footer__cpy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .footer__cpy-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
}
.footer__cpy-wrapper {
  text-align: end;
}
.footer__cpy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1em;
  color: #143666;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .footer__cpy-link {
    margin-bottom: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__cpy-link-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
}
.footer__cpy-link-icon img {
  width: 47.62%;
}
.footer__cpy-link:hover {
  opacity: 0.5;
}
.footer__cpy-text {
  text-align: end;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #999;
}
@media screen and (max-width: 1080px) {
  .footer__cpy-text {
    text-align: start;
  }
}
.footer__btt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .footer__btt {
    margin-left: auto;
  }
}
.footer__btt:hover .footer__btt-arrow::before {
  scale: 1.35;
}
.footer__btt-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  isolation: isolate;
}
.footer__btt-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  background-color: #004098;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
}
.footer__btt-arrow img {
  rotate: -90deg;
  width: 37.5%;
}
.footer__btt-text {
  color: #004098;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5em;
}

.page-banner {
  padding-top: 80px;
  background: #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-banner {
    padding-top: 64px;
  }
}
.page-banner__container {
  position: relative;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6ab9ff),
    to(#1b6edf)
  );
  background: linear-gradient(to bottom, #6ab9ff 0%, #1b6edf 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-banner__container {
    height: 270px;
  }
}
.page-banner__container--hasCover {
  height: 480px;
}
@media screen and (max-width: 767px) {
  .page-banner__container--hasCover {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__container--newsDetails {
    height: auto;
    min-height: 270px;
  }
}
.page-banner__container--memberDetails {
  height: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-banner__container--memberDetails {
    height: 660px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__container--memberDetails {
    height: auto;
  }
}
.page-banner__background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: 400px;
}
@media screen and (min-width: 1921px) {
  .page-banner__background {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__background {
    top: 30%;
    max-width: 834px;
    height: 100%;
  }
}
.page-banner__wrapper {
  margin-inline: auto;
  padding: 40px 4% 0;
  max-width: calc(1200px + 8%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-banner__wrapper {
    padding-top: 48px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__wrapper--newsDetails {
    padding-bottom: 96px;
  }
}
.page-banner__wrapper--memberDetails {
  max-width: calc(1200px + 10%);
  padding: 80px 4%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-banner__wrapper--memberDetails {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__wrapper--memberDetails {
    padding-inline: 8%;
    padding-block: 24px 40px;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__wrapper--hasCover {
    padding-bottom: 80px;
  }
}
.page-banner__title-wrap {
  padding-top: 99px;
}
@media screen and (max-width: 767px) {
  .page-banner__title-wrap {
    padding-top: 48px;
  }
}
.page-banner__title-wrap--hasCover {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .page-banner__title-wrap--hasCover {
    padding-top: 48px;
  }
}
.page-banner__title-wrap--newsDetails {
  padding-top: 83px;
}
@media screen and (max-width: 767px) {
  .page-banner__title-wrap--newsDetails {
    padding-top: 48px;
  }
}
.page-banner__title-wrap--jobDetails {
  padding-top: 79px;
}
@media screen and (max-width: 767px) {
  .page-banner__title-wrap--jobDetails {
    padding-top: 48px;
  }
}
.page-banner__title-wrap--memberDetails {
  padding-block: 59px 48px;
}
@media screen and (max-width: 767px) {
  .page-banner__title-wrap--memberDetails {
    padding-block: 48px 24px;
  }
}
.page-banner__subtitle {
  display: inline-block;
  font:
    700 1.6rem 'Raleway',
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .page-banner__subtitle {
    font-size: 12px;
  }
}
.page-banner__title {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-banner__title {
    line-height: 1.5em;
    font-size: 32px;
  }
}
.page-banner__title--newsDetails {
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .page-banner__title--newsDetails {
    font-size: 28px;
    line-height: 1.3em;
  }
}
.page-banner__title--jobDetails {
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .page-banner__title--jobDetails {
    line-height: 1.3em;
  }
}
.page-banner__title--memberDetails {
  padding-top: 24px;
  letter-spacing: normal;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-banner__title--memberDetails {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__title--memberDetails {
    padding-top: 8px;
    font-size: 28px;
    line-height: 1.3em;
  }
}
.page-banner__media {
  margin: -160px auto 0;
  aspect-ratio: 1840/560;
  width: 95.83%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-banner__media {
    margin-top: -50px;
    width: 92%;
    max-width: 372px;
    height: 248px;
  }
}
.page-banner__media--px80 {
  width: 91.67%;
}
@media screen and (max-width: 767px) {
  .page-banner__media--px80 {
    width: 90%;
  }
}
.page-banner__media img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .page-banner__media img {
    border-radius: 16px;
  }
}
.page-banner__news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.page-banner__news-date {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page-banner__news-date {
    font-size: 14px;
  }
}
.page-banner__news-category {
  padding: 1px 8px;
  border-radius: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 22px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1em;
  color: #004098;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-banner__news-category {
    min-height: 20px;
    font-size: 12px;
  }
}
.page-banner__member-info {
  padding: 16px;
  border-radius: 8px;
  background: #004098;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-banner__member-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__member-info {
    font-size: 14px;
  }
}
.page-banner__member-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-banner__member-header {
    gap: 8px;
  }
}
.page-banner__member-name {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  line-height: normal;
}
.page-banner__member-desc {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-banner__member-desc {
    margin-top: 8px;
  }
}
.page-banner__member-media {
  width: 100%;
  height: 640px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-banner__member-media {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner__member-media {
    width: calc(100% - 70px);
    height: auto;
    margin-inline: auto;
    border-radius: 24px;
  }
}
.page-banner__job-category {
  padding: 4px 16px;
  border-radius: 15px;
  background: #d4edfa;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #004098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-banner__job-category {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.page-banner__job-category--green {
  color: #008998;
  background: #d4f6fa;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
  }
}
.breadcrumbs a {
  position: relative;
  padding-right: 28px;
  display: inline-block;
}
.breadcrumbs a:not(:last-child)::after {
  content: '';
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a:not(:last-child)::after {
    top: 9px;
  }
}
.breadcrumbs span {
  text-decoration: underline;
}

.anchor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .anchor-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.anchor-block__anchor {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #143666;
  padding: 24px 5px;
}
@media screen and (max-width: 767px) {
  .anchor-block__anchor {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.anchor-block__anchor:first-of-type {
  border-left: 1px solid #143666;
}
@media screen and (max-width: 767px) {
  .anchor-block__anchor:nth-of-type(odd) {
    border-left: 1px solid #143666;
  }
}
.anchor-block__anchor:hover .anchor-block__anchor-text::after {
  translate: 0 10px;
}
.anchor-block__anchor-text {
  display: block;
  font-size: 1.8rem;
  color: #143666;
}
@media screen and (max-width: 1080px) {
  .anchor-block__anchor-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor-block__anchor-text {
    font-size: 16px;
  }
}
.anchor-block__anchor-text::after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  margin-top: 16px;
  margin-inline: auto;
  background-image: url('../public/img/icons/caret.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.related-content {
  color: #143666;
  padding: 80px 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .related-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .related-content {
    padding: 80px 6%;
  }
}
.related-content__subtitle {
  display: block;
  padding-bottom: 16px;
  font:
    700 1.6rem 'Raleway',
    sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .related-content__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .related-content__subtitle {
    font-size: 12px;
    padding-bottom: 8px;
  }
}
.related-content__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .related-content__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .related-content__title {
    font-size: 20px;
  }
}
.related-content__subhead {
  font-size: 1.6rem;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .related-content__subhead {
    font-size: 12px;
  }
}
.related-content__head {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .related-content__head {
    font-size: 28px;
  }
}
.related-content__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .related-content__list {
    margin-top: 24px;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.related-content__item {
  padding: 40px 32px 40px 24px;
  background: #f4f5f8;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .related-content__item {
    padding-block: 32px;
  }
}
.related-content__item:hover .related-content__arrow::before {
  scale: 1.35;
}
.related-content__arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}
.related-content__arrow::before {
  content: '';
  width: 40px;
  height: 40px;
  background: #004098;
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.related-content__arrow svg {
  width: 15px;
  height: 13px;
  z-index: 1;
}

.next-content {
  overflow: hidden;
}
.next-content .top__project-image {
  margin-bottom: 0 !important;
}
.next-content--full {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .next-content--full {
    padding-block: 40px;
  }
}
.next-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-top: 0 !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6ab9ff),
    to(#1b6edf)
  );
  background-image: linear-gradient(to bottom, #6ab9ff 0%, #1b6edf 100%);
}
@media screen and (max-width: 767px) {
  .next-content__content {
    gap: 28px;
  }
}
.next-content__title {
  position: relative !important;
  top: 0 !important;
}
@media screen and (max-width: 767px) {
  .next-content__title {
    font-size: 60px;
  }
}
.next-content__title--full {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .next-content__title--full {
    font-size: 160px;
  }
}
.next-content__heading {
  margin-bottom: 24px;
}
.next-content__heading .secondary-heading__en {
  display: block;
  margin-bottom: 16px;
}
.next-content__heading .secondary-heading__ja {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .next-content__heading .secondary-heading__ja {
    font-size: 24px;
  }
}
.next-content__en {
  display: block;
  margin-bottom: 16px;
  color: #fff;
}
.next-content__ja {
  color: #fff;
}
.next-content__content-wrapper {
  position: relative;
  max-width: 640px;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .next-content__content-wrapper {
    padding-inline: 4%;
  }
}
.next-content__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .next-content__text-wrapper {
    gap: 24px;
  }
}
.next-content__text-wrapper:hover .next-content__arrow::before {
  scale: 1.35;
}
.next-content__arrow {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: flex-end;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  isolation: isolate;
}
.next-content__arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #004098;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
}
.next-content__arrow svg {
  width: 15px;
  height: 13px;
}
.next-content__layout {
  height: 560px !important;
}
@media screen and (max-width: 767px) {
  .next-content__layout {
    height: auto !important;
  }
}
.next-content__layout--row {
  position: relative;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.67%;
  z-index: 1;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .next-content__layout--row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.next-content__card {
  width: 46.67%;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .next-content__card {
    width: 100%;
  }
}
.next-content__card:hover .next-content__arrow::before {
  scale: 1.35;
}
.next-content__thumbnail {
  height: 280px;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.next-content__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .next-content__item-row {
    gap: 24px;
  }
}

.top__mv {
  position: relative;
  height: 100vh;
  max-height: 960px;
  overflow: hidden;
}
@media screen and (max-width: 1536px) {
  .top__mv {
    max-height: 768px;
  }
}
@media screen and (max-width: 1280px) {
  .top__mv {
    max-height: 616px;
  }
}
@media screen and (max-width: 1080px) {
  .top__mv {
    max-height: initial;
    height: auto;
  }
}
.top__mv svg {
  width: 100%;
  display: block;
}
.top__mv-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.top__mv-content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .top__mv-content {
    position: relative;
    padding-top: 112px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-content {
    height: 100%;
    padding-top: 64px;
  }
}
.top__mv-content-ribbon-layer {
  position: absolute;
  inset: -22px 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top__mv-content-ribbon-layer {
    top: 64px;
  }
}
.top__mv-content-ribbon-layer svg {
  display: block;
  width: 103%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .top__mv-content-ribbon-layer svg {
    width: 160%;
  }
}
.top__mv-content-main-layer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92.81%;
  height: 87.5%;
  margin-left: auto;
  margin-top: auto;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .top__mv-content-main-layer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: initial;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-content-main-layer {
    height: 100%;
    padding-top: 48px;
  }
}
.top__mv-content-text-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 900px;
  width: 49.42%;
  min-width: 508px;
  margin-right: -6.62%;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .top__mv-content-text-wrapper {
    width: 92.23%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-content-text-wrapper {
    padding-top: 0;
    width: 92.23%;
    min-width: initial;
    margin: auto;
  }
}
.top__mv-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1000px;
  height: 100%;
}
@media screen and (max-width: 1536px) {
  .top__mv-image {
    width: 800px;
  }
}
@media screen and (max-width: 1280px) {
  .top__mv-image {
    width: 600px;
  }
}
@media screen and (max-width: 1080px) {
  .top__mv-image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-image {
    max-width: 579px;
    width: 100%;
  }
}
.top__mv-image img {
  -o-object-position: bottom;
  object-position: bottom;
}
.top__mv-news-block {
  position: absolute;
  inset: auto 24px 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 560px;
  padding: 17px 16px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .top__mv-news-block {
    inset: auto 16px 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-news-block {
    padding: 10.5px 16px;
  }
}
.top__mv-news-block:hover {
  background-color: #f4f5f8;
}
.top__mv-news-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  color: #143666;
}
.top__mv-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top__mv-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    overflow: hidden;
  }
}
.top__mv-news-date {
  margin-right: 16px;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.top__mv-news-title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 375px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .top__mv-news-title {
    max-width: 100%;
  }
}
.top__about {
  position: relative;
  padding-block: 80px 120px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .top__about {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top__about {
    overflow: hidden;
    padding-block: 40px 0;
  }
}
.top__about-layout {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .top__about-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}
.top__about-image {
  width: 62.5%;
  height: 800px;
}
@media screen and (max-width: 1280px) {
  .top__about-image {
    height: 512px;
  }
}
@media screen and (max-width: 1080px) {
  .top__about-image {
    width: 94.14%;
    height: auto;
  }
}
.top__about-title {
  position: absolute;
  inset: -60px 0 auto auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 24px;
}
@media screen and (max-width: 1080px) {
  .top__about-title {
    position: relative;
    right: -6px;
    margin-bottom: -32px;
    display: block;
    inset: initial;
    width: 100%;
    padding-right: 0;
    text-align: end;
    white-space: initial;
    z-index: 0;
  }
}
.top__about-content-wrapper {
  padding-inline: 140px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1280px) {
  .top__about-content-wrapper {
    padding-inline: 112px;
  }
}
@media screen and (max-width: 1080px) {
  .top__about-content-wrapper {
    margin-top: -30px;
    padding-inline: 0;
  }
}
.top__about-content {
  max-width: 440px;
}
@media screen and (max-width: 1080px) {
  .top__about-content {
    max-width: initial;
    padding-inline: 24px;
  }
}
.top__about-content-title {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 64px;
}
@media screen and (max-width: 1080px) {
  .top__about-content-title {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
  }
}
.top__about-content-text {
  margin-bottom: 64px;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 1080px) {
  .top__about-content-text {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.top__visual-break {
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 1080px) {
  .top__visual-break {
    padding-block: 64px;
  }
}
.top__visual-break .splide__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top__about-vector {
  position: absolute;
  inset: -256px 0 auto;
  margin: auto;
  height: 1079px;
  width: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .top__about-vector {
    inset: auto 0 74.36%;
    width: 100%;
    height: auto;
    margin: initial;
    overflow: initial;
  }
}
@media screen and (max-width: 767px) {
  .top__about-vector {
    inset: 0 0 auto;
    height: 245px;
  }
}
.top__about-vector svg {
  width: 100%;
  height: 100%;
}
.top__vb-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 580px;
  width: 30.2%;
  max-height: 610px;
  aspect-ratio: 580/610;
  border-radius: 16px;
  overflow: hidden;
  margin-block: auto;
}
@media screen and (max-width: 1080px) {
  .top__vb-slide {
    width: 70.39%;
  }
}
@media screen and (max-width: 767px) {
  .top__vb-slide {
    gap: 20px;
    max-height: 305px;
  }
}
.top__vb-slide--560 {
  max-width: 560px;
  width: 29.17%;
  max-height: 420px;
  aspect-ratio: 560/420;
}
@media screen and (max-width: 1080px) {
  .top__vb-slide--560 {
    width: 67.96%;
    max-height: 210px;
  }
}
.top__vb-slide--359 {
  max-width: 359px;
  width: 18.7%;
  max-height: 541px;
  aspect-ratio: 359/541;
}
@media screen and (max-width: 1080px) {
  .top__vb-slide--359 {
    width: 43.68%;
    max-height: 270px;
  }
}
.top__vb-item {
  max-width: 400px;
  width: 68.97%;
  max-height: 300px;
  height: 49.18%;
  aspect-ratio: 400/300;
  border-radius: 16px;
  overflow: hidden;
}
.top__vb-item:first-of-type {
  margin-left: auto;
}
.top__business {
  position: relative;
  padding-block: 120px;
  isolation: isolate;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top__business {
    padding-top: 0;
  }
}
.top__business-vector {
  position: absolute;
  inset: auto 0 0 auto;
  max-width: 580px;
  width: 30.21%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__business-vector {
    inset: auto 0 0 auto;
    width: 70.39%;
    aspect-ratio: 290/330;
    max-width: initial;
  }
}
.top__business-vector svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top__business-heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .top__business-heading {
    margin-bottom: 40px;
  }
}
.top__business-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .top__business-content {
    margin-bottom: 48px;
  }
}
.top__business-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .top__business-card-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}
.top__business-card {
  max-width: 372px;
  width: 31%;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 8px 20px #d4edfa);
  filter: drop-shadow(0 8px 20px #d4edfa);
}
@media screen and (max-width: 1080px) {
  .top__business-card {
    width: 100%;
    max-width: initial;
  }
}
.top__business-card:hover .top__business-card-arrow::before {
  scale: 1.35;
}
.top__business-card:hover .top__business-card-image img {
  scale: 1.1;
}
.top__business-card-image {
  height: 248px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top__business-card-image {
    height: 242px;
  }
}
.top__business-card-image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top__business-card-content {
  position: relative;
  padding-bottom: 24px;
  isolation: isolate;
}
.top__business-card-content::before {
  content: '';
  position: absolute;
  inset: -20px 0 auto;
  margin: auto;
  width: 91.4%;
  aspect-ratio: 340/260;
  background-color: #fff;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__business-card-content::before {
    width: 93.41%;
  }
}
.top__business-card-content-wrapper {
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top__business-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
}
.top__business-card-title-text {
  margin-bottom: 16px;
  font-size: 2.4rem;
}
.top__business-card-text {
  margin-bottom: 16px;
  text-align: center;
}
.top__business-card-arrow {
  position: relative;
  display: grid;
  place-items: center;
  margin: 14px;
}
.top__business-card-arrow::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #004098;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.top__business-card-arrow svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 13px;
  display: block;
}
.top__project-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
}
@media screen and (max-width: 1080px) {
  .top__project-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.top__project-content {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #1b6edf;
  padding-block: 118px 106px;
}
@media screen and (max-width: 1080px) {
  .top__project-content {
    padding-block: 64px;
  }
}
.top__project-content-wrapper {
  max-width: 560px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .top__project-content-wrapper {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 1080px) {
  .top__project-content-wrapper {
    max-width: initial;
    padding-inline: 24px;
  }
}
.top__project-title {
  position: absolute;
  top: 40px;
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .top__project-title {
    position: relative;
    top: 0;
  }
}
.top__project-content-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .top__project-content-title {
    margin-top: -24px;
    margin-left: 16px;
  }
}
.top__project-leading-text {
  display: block;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .top__project-leading-text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top__project-leading-text {
    font-size: 18px;
  }
}
.top__project-text {
  margin-bottom: 40px;
  color: #fff;
}
.top__project-image {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 1080px) {
  .top__project-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__project-image {
    height: 275px;
  }
}
.top__project-image-text {
  position: absolute;
  inset: auto auto 40px 40px;
}
@media screen and (max-width: 1080px) {
  .top__project-image-text {
    inset: auto auto 16px 16px;
  }
}
.top__project-image-text .blue-bg,
.top__project-image-text .white-bg {
  padding: 16px;
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .top__project-image-text .blue-bg,
  .top__project-image-text .white-bg {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top__project-image-text .blue-bg,
  .top__project-image-text .white-bg {
    padding: 8px;
  }
}
.top__project-image-text .blue-bg {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #004098;
  color: #fff;
}
.top__project-image-text .white-bg {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  color: #004098;
}
.top__member {
  position: relative;
  padding-block: 120px;
  background-color: #e7eff5;
}
@media screen and (max-width: 1080px) {
  .top__member {
    padding-block: 64px;
  }
}
.top__member-heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .top__member-heading-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 40px;
  }
}
.top__member-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .top__member-slider-controls {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.top__member-slider-counter-current {
  display: inline-block;
  margin-right: 16px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  color: #004098;
}
.top__member-slider-counter-slash {
  font-size: 2.4rem;
  color: #999;
}
.top__member-slider-counter-total {
  font-size: 2.4rem;
  color: #999;
}
.top__member-slider-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .top__member-slider-button-group {
    gap: 16px;
  }
}
.top__member-slider-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 14px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  isolation: isolate;
}
@media screen and (max-width: 1080px) {
  .top__member-slider-button {
    width: 54px;
    height: 54px;
    margin: 0;
  }
}
.top__member-slider-button::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  background-color: #004098;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  .top__member-slider-button::before {
    width: 54px;
    height: 54px;
  }
}
.top__member-slider-button svg {
  width: 15px;
  height: 13px;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.top__member-slider-button--prev {
  scale: -1;
}
.top__member-slider-button:hover::before {
  scale: 1.35;
}
.top__member-slider {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
.top__member-slider .splide__track {
  overflow: visible;
}
.top__member-slider .splide__slide {
  position: relative;
}
.top__member-slider .splide__slide.up {
  translate: 0 -40px;
}
.top__member-slider .splide__slide.is-active .top__member-item {
  translate: 0 -40px;
}
@media screen and (max-width: 767px) {
  .top__member-slider .splide__slide.is-active .top__member-item {
    translate: 0 -30px;
  }
}
.top__member-button-wrapper {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top__member-button-wrapper {
    margin-top: 40px;
  }
}
.top__member-button {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top__member-vector {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top__member-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top__member-item:hover .top__member-image img {
  scale: 1.1;
}
.top__member-image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top__member-content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
  padding: 40px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#004098),
    color-stop(50%, rgba(99, 194, 250, 0))
  );
  background-image: linear-gradient(
    to top,
    #004098 0%,
    rgba(99, 194, 250, 0) 50%
  );
}
@media screen and (max-width: 767px) {
  .top__member-content {
    gap: 18px;
    padding: 30px;
  }
}
.top__member-leading-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__member-leading-text {
    font-size: 18px;
  }
}
.top__member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .top__member-info {
    gap: 12px;
  }
}
.top__member-name-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__member-name-text {
    font-size: 18px;
  }
}
.top__member-name-role-text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__member-name-role-text {
    font-size: 12px;
  }
}
.top__data {
  padding-block: 120px;
}
@media screen and (max-width: 1080px) {
  .top__data {
    padding-block: 64px;
  }
}
.top__data-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .top__data-heading {
    margin-bottom: 40px;
  }
}
.top__data-title-en {
  left: initial !important;
  display: block;
  text-align: center;
  width: 100% !important;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .top__data-title-en {
    white-space: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top__data-title-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 375px) {
  .top__data-title-en {
    font-size: 5.5rem;
  }
}
.top__data-title-ja {
  text-align: center;
  width: 100% !important;
}
.top__data-grid-note {
  margin-bottom: 16px;
  text-align: end;
}
.top__data-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 372px);
  gap: 42px;
}
@media screen and (max-width: 1080px) {
  .top__data-grid {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: initial;
  }
}
@media screen and (max-width: 767px) {
  .top__data-container {
    padding: 0 !important;
  }
}
.top__data-wrapper .splide__pagination {
  gap: 16px;
  position: relative;
  bottom: initial;
  margin-top: 24px;
  padding: 0;
}
.top__data-wrapper .splide__pagination__page {
  margin: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: initial !important;
  transform: initial !important;
  opacity: 1 !important;
}
.top__data-wrapper .splide__pagination__page.is-active {
  background-color: #004098;
}
.top__data-grid-item {
  position: relative;
  background-color: #f4f5f8;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top__data-grid-item {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .top__data-grid-item {
    height: 100%;
  }
}
.top__data-grid-item--pale-blue {
  background-color: #d4edfa;
}
.top__data-grid-item--white {
  background-color: #fff;
  border: 1px solid #dadde5;
}
.top__data-grid-item--blue-2b {
  background-color: #2b74d8;
}
.top__data-grid-item:nth-of-type(4) {
  grid-column: 1/3;
}
@media screen and (max-width: 1080px) {
  .top__data-grid-item:nth-of-type(4) {
    grid-column: 1/2;
  }
}
.top__data-grid-item-content-wrapper {
  position: absolute;
  inset: 0;
  padding: 24px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .top__data-grid-item-content-wrapper {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__data-grid-item-content-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top__data-grid-item-content-wrapper--sp-no-padding {
    padding-inline: 0;
  }
}
.top__data-grid-item-content-wrapper--offset-padding {
  padding-right: 41px;
}
@media screen and (max-width: 1280px) {
  .top__data-grid-item-content-wrapper--offset-padding {
    padding-right: 12px;
  }
}
@media screen and (max-width: 1080px) {
  .top__data-item-background {
    position: absolute;
    inset: 10px 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__data-item-background {
    padding: 24px 22px;
  }
}
.top__data-item-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #143666;
}
.top__data-item-title--white {
  color: #fff;
}
.top__data-item-title--sp-negative-offset {
  margin-bottom: -1px;
}
.top__data-year-wrapper {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .top__data-year-wrapper {
    margin-top: 31px;
  }
}
.top__data-item-illustration {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__data-item-illustration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}
.top__data-item-illustration--mt-24 {
  margin-top: 24px;
}
.top__illustration-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.top__data-illustration-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 279px;
}
.top__data-item-graph {
  position: relative;
  left: 5px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .top__data-item-graph {
    left: -5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
.top__data-illustration-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.4rem;
  line-height: 1.5em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top__data-illustration-column:not(:last-child) {
  margin-right: 8px;
}
.top__data-illustration-column:last-child {
  margin-left: -15px;
}
.top__data-illustration-column .illustration-data {
  display: block;
  margin-bottom: 4px;
  color: #004098;
}
.top__data-illustration-column .illustration-data--bubble {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #ff9d3d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top__data-illustration-column .illustration-data--bubble::after {
  content: '';
  position: absolute;
  inset: calc(100% - 2px) 0 auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid #ff9d3d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: auto;
}
.top__data-illustration-column .label {
  font-size: 1.1rem;
  line-height: 1.5em;
}
.top__data-illustration-column .year {
  color: #808080;
}
.top__data-illustration-column .bar {
  width: 22px;
  height: 0;
  background-color: #2b74d8;
  -webkit-transition: cubic-bezier(0.68, -0.01, 0, 0.97);
  transition: cubic-bezier(0.68, -0.01, 0, 0.97);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}
.top__data-illustration-column .bar--orange {
  background-color: #ff9d3d;
}
.top__illustration-footer {
  display: block;
  text-align: end;
  font-size: 1.4rem;
  line-height: 1.5em;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .top__illustration-footer {
    padding-right: 3px;
  }
}
.top__data-item-illustration-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 332px;
  margin-inline: auto;
}
.top__data-item-illustration-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  color: #004098;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top__data-item-illustration-data .data-headline-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
.top__data-item-illustration-data .number {
  margin-left: 8px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.top__data-item-illustration-data .unit {
  position: relative;
  bottom: 7px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .top__data-item-illustration-data .unit {
    bottom: 4px;
  }
}
.top__data-item-illustration-data::before {
  content: '';
  position: absolute;
  inset: 40px 0 auto 8px;
  display: block;
  width: 20px;
  height: 64px;
  border-left: 2px solid #004098;
  border-bottom: 2px solid #004098;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-data::before {
    inset: 36px 0 auto 8px;
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-item-illustration-data::before {
    height: 85px;
  }
}
.top__data-item-illustration-graph {
  position: relative;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-graph {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .top__data-item-illustration-graph {
    width: 200px;
    height: 200px;
  }
}
.top__data-item-illustration-graph-text {
  position: absolute;
  inset: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  height: 80%;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  color: #143666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top__data-item-illustration-graph-text .illustration-label {
  font-size: 1.4rem;
  line-height: 1em;
}
.top__data-item-illustration-graph-text .number {
  margin-block: 4px;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1em;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-graph-text .number {
    font-size: 3.5rem;
  }
}
.top__data-item-illustration-secondary-data {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100px;
  margin-left: 16px;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-secondary-data {
    margin-left: 13px;
    max-width: 90px;
  }
}
@media screen and (max-width: 1080px) {
  .top__data-item-illustration-secondary-data {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-item-illustration-secondary-data {
    margin-left: 24px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.top__data-item-illustration-secondary-data .secondary-data-headline-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #ff9d3d;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-secondary-data .secondary-data-headline-text {
    font-size: 1.6rem;
  }
}
.top__data-item-illustration-secondary-data .number {
  font-size: 6.4rem;
  font-weight: 700;
  color: #ff9d3d;
  line-height: 1em !important;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-secondary-data .number {
    font-size: 5.1rem;
  }
}
.top__data-item-illustration-secondary-data .unit {
  position: relative;
  top: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  vertical-align: baseline;
  color: #ff9d3d;
}
@media screen and (max-width: 767px) {
  .top__data-item-illustration-secondary-data .unit {
    top: 17px;
  }
}
.top__data-item-illustration-secondary-data .secondary-data-list {
  padding-left: 12px;
  font-size: 1.2rem;
  list-style: disc;
}
@media screen and (max-width: 1280px) {
  .top__data-item-illustration-secondary-data .secondary-data-list {
    padding-left: 8px;
  }
}
.top__data-grid-item-content {
  text-align: center;
  color: #143666;
}
.top__data-grid-item-content--logo-blue {
  color: #004098;
}
.top__data-grid-item-content--green-09 {
  color: #09adb2;
}
.top__data-grid-item-content--yellow-ff {
  color: #ff9d3d;
}
.top__data-grid-item-content--white {
  color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top__data-grid-item-content--white .unit {
  position: relative;
  bottom: 27px;
}
.top__data-grid-item-content .fs-120 {
  font-size: 12rem;
  font-weight: 700;
}
.top__data-grid-item-content .fs-100 {
  font-size: 10rem;
  font-weight: 700;
}
.top__data-grid-item-content .fs-80 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1em;
}
.top__data-grid-item-content .custom-offset {
  margin-left: 16px;
}
.top__data-grid-item-content .unit {
  padding: 0 0 0 4px;
  font-size: 2.4rem;
  font-weight: 700;
  vertical-align: baseline;
}
.top__data-grid-item-content:not(:first-of-type) {
  margin-top: 15px;
}
.top__civil-eng-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .top__civil-eng-content {
    margin-top: 16px;
  }
}
.top__data-note {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.top__data-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 576px;
  margin: 32px auto 0;
}
@media screen and (max-width: 1080px) {
  .top__data-content-row {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 100%;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-row {
    gap: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-row .row-content {
    font-size: 48px;
  }
}
.top__data-content-row .unit {
  position: relative;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .top__data-content-row .unit {
    top: 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-row .fs-80 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-item {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-item:not(:nth-of-type(1)) {
    position: relative;
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-item:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top__data-content-item:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.top__data-item-image {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top__data-item-image {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
}
.top__data-item-image img {
  width: 66.67%;
  height: 80px;
}
.top__data-item-image--no-bg {
  background-color: transparent;
  border-radius: initial;
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 154px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .top__data-item-image--no-bg {
    width: 123px;
  }
}
@media screen and (max-width: 767px) {
  .top__data-item-image--no-bg {
    width: 154px;
  }
}
.top__data-item-image--no-bg img {
  width: 100%;
  height: auto;
}
.top__data-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .top__data-button {
    margin-top: 40px;
  }
}
.top__environment {
  position: sticky;
  top: 80px;
  left: 0;
  border-radius: 40px 40px 0 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#63c2fa),
    to(#1b6edf)
  );
  background-image: linear-gradient(to bottom, #63c2fa 0%, #1b6edf 100%);
  isolation: isolate;
  height: 940px;
}
@media screen and (max-width: 1080px) {
  .top__environment {
    position: relative;
    top: 0;
    height: auto;
    padding-block: 80px 120px;
  }
}
@media screen and (max-width: 767px) {
  .top__environment {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#6ab9ff),
      to(#1b6edf)
    );
    background-image: linear-gradient(180deg, #6ab9ff 0%, #1b6edf 100%);
    overflow: hidden;
  }
}
.top__environment::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 40px;
  overflow: hidden;
}
.top__environment-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52.08%;
  aspect-ratio: 1000/634;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top__environment-vector {
    width: 101%;
  }
}
.top__environment-vector svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.top__environment-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .top__environment-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}
.top__environment-slider-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.64%;
  margin-left: 8.33%;
  width: 664px;
}
@media screen and (max-width: 1280px) {
  .top__environment-slider-wrapper {
    width: 531px;
    margin-left: 6.66%;
  }
}
@media screen and (max-width: 1080px) {
  .top__environment-slider-wrapper {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.top__environment-slider {
  max-width: 300px;
  width: 54.18%;
}
@media screen and (max-width: 1080px) {
  .top__environment-slider {
    width: 100%;
  }
}
.top__environment-slider .splide__slide {
  border-radius: 16px;
  overflow: hidden;
}
.top__environment-content {
  position: relative;
  top: 29.57%;
  max-width: 400px;
  margin-inline: 12.29% 4%;
}
@media screen and (max-width: 1280px) {
  .top__environment-content {
    max-width: 460px;
    margin-inline: 6.83% 4%;
  }
}
@media screen and (max-width: 1080px) {
  .top__environment-content {
    margin-inline: 0;
    top: 0;
    max-width: 100%;
    padding-inline: 24px;
  }
}
.top__environment-heading {
  margin-bottom: 40px;
}
.top__environment-en-heading {
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__environment-en-heading {
    font-size: 12px;
  }
}
.top__environment-ja-heading {
  margin-top: 16px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__environment-ja-heading {
    font-size: 32px;
  }
}
.top__environment-content-text {
  margin-bottom: 40px;
  color: #fff;
}
.top__info {
  position: relative;
  margin-top: -41px;
  height: 940px;
  border-radius: 40px;
  isolation: isolate;
}
@media screen and (max-width: 1080px) {
  .top__info {
    margin-top: initial;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__info {
    margin-top: -40px;
  }
}
.top__info::before {
  content: '';
  position: absolute;
  inset: 40px 0 auto;
  height: 200%;
  background-color: #fff;
  z-index: -1;
}
.top__info-bg {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top__info-bg {
    position: absolute;
    inset: 0;
    margin-top: 0;
  }
}
.top__info-content-overlay {
  position: absolute;
  inset: 0;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .top__info-content-overlay {
    position: relative;
    padding-block: 64px 120px;
  }
}
@media screen and (max-width: 767px) {
  .top__info-content-overlay {
    padding-block: 80px 120px;
  }
}
.top__info-content-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .top__info-content-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top__info-content {
  max-width: 400px;
}
@media screen and (max-width: 1080px) {
  .top__info-content {
    max-width: 100%;
  }
}
.top__info-content-heading {
  margin-bottom: 48px;
}
.top__info-content-en-heading {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .top__info-content-en-heading {
    font-size: 12px;
  }
}
.top__info-content-ja-heading {
  margin-top: 16px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #143666;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__info-content-ja-heading {
    font-size: 32px;
  }
}
.top__info-leading-text {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top__info-leading-text {
    font-size: 18px;
  }
}
.top__info-links {
  width: 480px;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top__info-links {
    width: 100%;
    margin-top: 40px;
  }
}
.top__info-link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 21px 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .top__info-link-item {
    padding: 23px 47px;
  }
}
.top__info-link-item::before {
  content: '';
  position: absolute;
  inset: -1px;
  background-color: #f4f5f8;
  translate: -100% 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.top__info-link-item:not(:last-child) {
  border-bottom: 1px solid #dadde5;
}
.top__info-link-item:hover::before {
  translate: initial;
}
.top__info-link-item:hover .top__info-link-icon::before {
  scale: 1.35;
}
.top__info-link-text {
  font-size: 2rem;
  color: #143666;
}
.top__info-link-icon {
  position: relative;
  width: 40px;
  height: 40px;
}
.top__info-link-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  background-color: #004098;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top__info-link-icon svg {
  position: absolute;
  inset: 0;
  width: 15px;
  height: 13px;
  margin: auto;
  display: block;
}
.top__news {
  position: relative;
  padding-block: 120px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .top__news {
    padding-block: 64px;
  }
}
.top__recruit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .top__recruit-actions {
    gap: 4%;
  }
}
@media screen and (max-width: 1080px) {
  .top__recruit-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 64px;
  }
}
.top__recruit-action {
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top__recruit-action {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top__recruit-action--dark::before {
  content: '';
  position: absolute;
  inset: 1px;
  background-color: #143666;
  z-index: -1;
  border-radius: 16px;
}
.top__recruit-action:hover .top__recruit-action-layer::before {
  opacity: 0;
}
.top__recruit-action:hover .top__recruit-action-text {
  color: #fff;
}
.top__recruit-action:hover .top__recruit-action-image {
  opacity: 0;
  scale: 1.5;
}
.top__recruit-action-layer {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 24px 24px 40px;
  isolation: isolate;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .top__recruit-action-layer {
    padding: 24px;
  }
}
.top__recruit-action-layer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(256.07deg, #f5f8fa 0%, #d4edfa 99.43%);
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 16px;
}
.top__recruit-action-text {
  font-size: 4rem;
  line-height: 1.5em;
  color: #143666;
  letter-spacing: 0.1em;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .top__recruit-action-text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-action-text {
    font-size: 2.4rem;
  }
}
.top__recruit-action-image {
  border-radius: 100%;
  overflow: hidden;
  width: 240px;
  height: 240px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .top__recruit-action-image {
    -ms-flex-item-align: center;
    align-self: center;
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 767px) {
  .top__recruit-action-image {
    width: 140px;
    height: 140px;
  }
}
.top__recruit-action-bg-layer {
  position: relative;
  z-index: -1;
  border-radius: 16px;
  margin: 1px;
}
.top__recruit-action-bg-layer img {
  border-radius: 16px;
}
.top__recruit-action-bg-layer::after {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background-image: linear-gradient(
    255.96deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(27, 110, 223, 0.8) 80%
  );
  border-radius: 16px;
}
.top__news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6.4%;
}
@media screen and (max-width: 1080px) {
  .top__news-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.top__news-title-column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top__news-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .top__news-title {
    margin-bottom: 0;
  }
}
.top__news-title-en-text {
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .top__news-title-en-text {
    font-size: 12px;
  }
}
.top__news-title-ja-text {
  margin-top: 16px;
  font-size: 4rem;
  font-weight: 700;
  color: #143666;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top__news-title-ja-text {
    font-size: 32px;
  }
}
.top__news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 1080px) {
  .top__news-item {
    padding-inline: 0;
  }
}
.top__news-item::before {
  content: '';
  position: absolute;
  inset: -1px;
  background-color: #f4f5f8;
  translate: -100% 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.top__news-item:hover::before {
  translate: initial;
}
.top__news-item:hover .top__news-arrow::before {
  scale: 1.35;
}
.top__news-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .top__news-information {
    gap: 16px;
  }
}
.top__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.top__news-date {
  font-size: 1.2rem;
}
.top__news-category {
  padding: 4px 8px;
  border-radius: 10px;
  border: 1px solid #004098;
  font-size: 1.2rem;
  line-height: 1em;
  color: #004098;
}
.top__news-article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top__news-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  justify-self: flex-end;
  display: grid;
  place-items: center;
  margin: 14px;
}
.top__news-arrow::before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #004098;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top__news-arrow svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 13px;
  display: block;
}

.news-list {
  padding-block: 80px 120px;
}
@media screen and (max-width: 767px) {
  .news-list {
    padding-block: 40px 64px;
  }
}
.news-list__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.67%;
}
@media screen and (max-width: 767px) {
  .news-list__layout {
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-list__categories {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .news-list__categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 16px 32px;
  }
}
.news-list__label {
  display: block;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: 'Raleway', sans-serif;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .news-list__label {
    width: 100%;
    font-size: 14px;
  }
}
.news-list__category {
  position: relative;
  font-size: 1.6rem;
  line-height: 2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news-list__category {
    font-size: 14px;
  }
}
.news-list__category:hover {
  opacity: 0.6;
}
.news-list__category::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #004098;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news-list__category::before {
    width: 8px;
    height: 8px;
  }
}
.news-list__category[data-current='true'],
.news-list__category.active {
  pointer-events: none;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .news-list__category[data-current='true'],
  .news-list__category.active {
    padding-left: 16px;
  }
}
.news-list__category[data-current='true']::before,
.news-list__category.active::before {
  display: inline-block;
  opacity: 1;
}
.news-list__main {
  width: 100%;
}
.news-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 4.17%;
}
@media screen and (max-width: 767px) {
  .news-list__items {
    row-gap: 40px;
  }
}
.news-list__item {
  -ms-flex-preferred-size: 30.52%;
  flex-basis: 30.52%;
}
@media screen and (max-width: 767px) {
  .news-list__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.news-list__item:hover img {
  scale: 1.1;
}
.news-list__item:hover .news-list__content {
  opacity: 0.5;
}
.news-list__thumbnail {
  width: 100%;
  aspect-ratio: 293/220;
  border-radius: 16px;
  overflow: hidden;
  background-color: #d9d9d9;
  border: 1px solid #dadde5;
}
.news-list__thumbnail img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-list__content {
  margin-top: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.news-list__date {
  font-size: 1.2rem;
}
.news-list__item-category {
  padding: 4px 8px;
  border-radius: 10px;
  border: 1px solid #004098;
  font-size: 1.2rem;
  line-height: 1em;
  color: #004098;
}
.news-list__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .news-list__title {
    font-size: 14px;
  }
}
.news-list__pagination {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .news-list__pagination {
    margin-top: 40px;
  }
}

.news-single {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding-block: 40px;
  }
}
.news-single__image {
  width: 100%;
  aspect-ratio: 1000/600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-single__image {
    margin-bottom: 24px;
  }
}
.news-single__toc {
  border-radius: 16px;
  background-color: #f4f5f8;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-single__toc {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.news-single__toc-label {
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  color: #143666;
}
.news-single__toc-list {
  list-style: none;
  counter-reset: tocItem;
  padding-left: 16px;
}
.news-single__toc-item,
.news-single__toc-sub-item {
  padding-left: 8px;
  counter-increment: tocItem;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news-single__toc-item,
  .news-single__toc-sub-item {
    font-size: 14px;
  }
}
.news-single__toc-item::marker,
.news-single__toc-sub-item::marker {
  font-size: 1.6rem;
  font-weight: 700;
  color: #004098;
  content: counters(tocItem, '.') '. ';
}
@media screen and (max-width: 767px) {
  .news-single__toc-item::marker,
  .news-single__toc-sub-item::marker {
    font-size: 14px;
  }
}
.news-single__toc-item:not(:last-of-type),
.news-single__toc-sub-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.news-single__toc-sub-list {
  list-style: none;
  counter-reset: tocItem;
  padding-left: 32px;
  margin-top: 16px;
}
.news-single__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
  border-left: 4px solid #004098;
  padding: 22px 16px;
  background-color: #e6f3fa;
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    margin: 20px 0;
    padding-block: 18px;
    font-size: 2rem;
  }
}
.news-single__sub-title {
  margin: 16px 0;
  font-size: 2rem;
  color: #143666;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .news-single__sub-title {
    margin: 12px 0;
    font-size: 1.8rem;
  }
}
.news-single__main ul {
  list-style: disc;
  padding-left: 24px;
}
.news-single__main ol {
  padding-left: 24px;
}
.news-single__main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-single__after-main {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-single__after-main {
    margin-top: 48px;
  }
}
.news-single__socials-block {
  border-top: 1px solid #dadde5;
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .news-single__socials-block {
    padding-block: 20px;
  }
}
.news-single__socials-label {
  display: block;
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .news-single__socials-label {
    font-size: 16px;
  }
}
.news-single__socials-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.news-single__socials-item {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-single__socials-item:hover {
  scale: 1.2;
}
.news-single__post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 40px;
  border-block: 1px solid #dadde5;
}
@media screen and (max-width: 767px) {
  .news-single__post-navigation {
    padding-block: 24px;
  }
}
.news-single__post-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news-single__post-navigation-link {
    font-size: 14px;
  }
}
.news-single__post-navigation-link:hover .news-single__link-arrow::before {
  scale: 1.35;
}
.news-single__link-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
}
.news-single__link-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004098;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: auto;
}
.news-single__link-arrow img {
  width: 15px;
  height: 13px;
}
.news-single__link-arrow--prev {
  scale: -1;
}
.news-single__post-navigation-home {
  display: block;
  font-size: 1.6rem;
  color: #004098;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news-single__post-navigation-home {
    font-size: 14px;
  }
}

.learn-more-block {
  padding-block: 120px;
  background-color: #e7eff5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .learn-more-block {
    padding-block: 64px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .learn-more-block__heading {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .learn-more-block__heading-en {
    left: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .learn-more-block__heading-ja {
    width: 100% !important;
  }
}
.learn-more-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.33%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .learn-more-block__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 40px;
  }
}
.learn-more-block .news-list__item {
  -ms-flex-preferred-size: 31.08%;
  flex-basis: 31.08%;
}
@media screen and (max-width: 767px) {
  .learn-more-block .news-list__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.learn-more-block .news-list__item-category {
  padding: 4px 8px;
}

.about__anchor-block {
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .about__anchor-block {
    margin-block: 40px;
  }
}
.about__message {
  position: relative;
  padding-bottom: 120px;
  isolation: isolate;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__message {
    padding-bottom: 64px;
  }
}
.about__message-decor-text {
  position: absolute;
  inset: auto -40px 61px auto;
  text-align: end;
  color: #f4f5f8;
  font-weight: 700;
  font-size: clamp(160px, 10.4166666667vw, 200px);
  line-height: 1em;
  letter-spacing: 0.2em;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about__message-decor-text {
    right: 0;
    font-size: 12vw;
  }
}
.about__message-banner {
  position: relative;
  margin-bottom: 64px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about__message-banner {
    border-radius: initial;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about__message-banner img {
    height: 300px;
    border-radius: 32px;
    -o-object-position: 80%;
    object-position: 80%;
  }
}
.about__message-banner-overlay {
  position: absolute;
  inset: 0 auto 0 11.83%;
  margin-block: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__message-banner-overlay {
    position: relative;
    inset: initial;
    margin-block: 32px 0;
    height: auto;
  }
}
.about__message-banner-heading {
  margin-bottom: 48px;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .about__message-banner-heading {
    margin-bottom: 28px;
  }
}
.about__message-banner-heading-en {
  display: block;
  margin-bottom: 16px;
}
.about__message-banner-heading-ja {
  font-size: 4.8rem !important;
}
@media screen and (max-width: 767px) {
  .about__message-banner-heading-ja {
    font-size: 32px !important;
  }
}
.about__message-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
.about__message-name .sm {
  font-size: 1.6rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about__message-name .sm {
    font-size: 14px;
  }
}
.about__message-name .lg {
  font-size: 3.2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about__message-name .lg {
    font-size: 24px;
  }
}
.about__message-content {
  margin-inline: 10%;
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .about__message-content {
    margin-inline: 0;
    font-size: 1.6rem;
  }
}
.about__what {
  padding-block: 120px;
  background-image: linear-gradient(256.07deg, #f5f8fa 0%, #d4edfa 99.43%);
}
@media screen and (max-width: 767px) {
  .about__what {
    padding-block: 64px;
  }
}
.about__what-heading {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__what-heading {
    margin-bottom: 40px;
    text-align: center;
  }
}
.about__what-heading-en {
  left: 0 !important;
  font-size: clamp(72px, 4.1666666667vw, 80px);
}
@media screen and (max-width: 375px) {
  .about__what-heading-en {
    font-size: 42px;
  }
}
.about__what-heading-ja {
  position: relative !important;
  top: -24px !important;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .about__what-heading-ja {
    line-height: 1.5em;
  }
}
.about__what-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .about__what-layout {
    margin-bottom: 64px;
  }
}
.about__what-graphic-column {
  width: 37.67%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about__what-graphic-column {
    display: none;
  }
}
.about__what-graphic {
  position: sticky;
  top: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .about__what-graphic {
    gap: 0 40px;
  }
}
@media screen and (max-width: 1080px) {
  .about__what-graphic {
    gap: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .about__what-graphic {
    top: 20vh;
  }
}
.about__what-graphic::before {
  content: '';
  position: absolute;
  inset: -60px 0 auto;
  height: 350px;
  background-image: url('../public/img/about/what-triangle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .about__what-graphic::before {
    display: none;
  }
}
.about__what-graphic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #143666;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about__what-graphic-item.active {
  color: #fff;
  background-color: rgba(24, 108, 225, 0.75);
}
.about__what-graphic-item--full {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .about__what-graphic-item--full {
    width: 160px;
  }
}
.about__section-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 40px;
  color: #143666;
}
.about__section-leading-text {
  margin-bottom: 40px;
}
.about__what-graphic-text {
  display: block;
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about__what-graphic-text {
    font-size: 20px;
  }
}
.about__what-graphic-text-en {
  display: block;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
}
.about__what-item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about__what-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.about__section-item {
  padding-block: 40px;
  border-top: 1px solid #dadde5;
}
.about__section-item:last-child {
  border-bottom: 1px solid #dadde5;
}
.about__section-item-heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about__section-item-heading {
    font-size: 20px;
  }
}
.about__section-item-heading--lh-wide {
  line-height: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about__section-item-heading--lh-wide {
    margin-bottom: 24px;
  }
}
.about__section-item-heading--ls-narrow {
  letter-spacing: 0;
  font-size: 2rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  .about__section-item-heading--ls-narrow {
    font-size: 17px;
  }
}
.about__section-item-text {
  margin-block: 16px 24px;
}
.about__section-item-text--mb-0 {
  margin-bottom: 0;
}
.about__ordered-list {
  list-style: none;
  counter-reset: whatList;
}
.about__ordered-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  counter-increment: whatList;
}
.about__ordered-list li::before {
  content: counter(whatList);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 4px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 28px;
  background-color: #186ce1;
  border-radius: 100%;
  line-height: 1em;
  font-size: 2rem;
  color: #fff;
}
.about__ordered-list li:not(:last-child) {
  margin-bottom: 16px;
}
.about__section-item-note {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.about__section-item-note .indent {
  display: inline-block;
  padding-left: 14px;
}
.about__section-item-note .list-item::before {
  content: '•';
  display: inline-block;
  margin-right: 8px;
}
.about__logo {
  background-color: #fff;
  border-radius: 40px;
  padding: 48px 6.67%;
}
@media screen and (max-width: 767px) {
  .about__logo {
    padding: 28px;
  }
}
.about__logo-heading {
  position: relative;
  margin-bottom: 24px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .about__logo-heading {
    font-size: 28px;
  }
}
.about__logo-heading::after {
  content: '';
  margin-inline: auto;
  margin-top: 24px;
  display: block;
  width: 80px;
  height: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #004098),
    color-stop(50%, #e60039)
  );
  background-image: linear-gradient(to right, #004098 50%, #e60039 50%);
}
.about__logo-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__logo-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.about__logo-text {
  max-width: 616px;
  width: 59.23%;
}
@media screen and (max-width: 767px) {
  .about__logo-text {
    width: 100%;
  }
}
.about__logo-image {
  max-width: 360px;
  width: 36.42%;
}
@media screen and (max-width: 767px) {
  .about__logo-image {
    width: 240px;
  }
}
.about__features {
  position: relative;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .about__features {
    padding-block: 64px;
  }
}
.about__features-bg {
  position: absolute;
  inset: 0;
}
.about__features-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about__features-heading {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .about__features-heading {
    margin-bottom: 32px;
  }
}
.about__features-heading-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  padding-left: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-move-text 120s linear infinite;
  animation: marquee-move-text 120s linear infinite;
  pointer-events: none;
  opacity: 0.5;
}
.about__outlined-heading {
  font-size: clamp(11rem, 6.25vw, 12rem);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .about__outlined-heading {
    font-size: 72px;
  }
}
.about__features-heading-ja {
  margin-top: -44px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about__features-heading-ja {
    font-size: 32px;
    line-height: 1.5em;
  }
}
.about__features-list {
  counter-reset: featureItem;
}
.about__features-item {
  counter-increment: featureItem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 24px;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .about__features-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px;
    gap: 28px;
  }
}
.about__features-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about__features-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.about__features-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  height: 160px;
}
.about__feature-item-heading {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .about__feature-item-heading {
    font-size: 20px;
  }
}
.about__feature-item-heading::before {
  content: counter(featureItem, decimal-leading-zero);
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1em;
}
.about__outline {
  padding-block: 80px 120px;
}
@media screen and (max-width: 767px) {
  .about__outline {
    padding-block: 40px 64px;
  }
}
.about__outline-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.67%;
}
@media screen and (max-width: 1280px) {
  .about__outline-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about__outline-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.about__outline-heading {
  color: #143666;
}
.about__outline-heading-en {
  display: block;
  margin-bottom: 16px;
}
.about__outline-content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about__outline-content a {
  text-decoration: underline;
  color: #004098;
}
.about__outline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-block: 16px;
}
.about__outline-row:not(:last-child) {
  border-bottom: 1px solid #dadde5;
}
.about__outline-label {
  width: 120px;
  font-weight: 400;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .about__outline-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.about__outline-list {
  list-style: none;
  counter-reset: outlineList;
}
.about__outline-list li {
  counter-increment: outlineList;
}
.about__outline-list li::before {
  content: '(' counter(outlineList) ') ';
}

.job__wrapper {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 6.67%;
  position: relative;
  padding-block: 80px;
  border-bottom: 1px solid #dadde5;
}
@media screen and (max-width: 767px) {
  .job__wrapper {
    grid-template-columns: 100%;
    gap: 40px;
    padding-block: 40px;
  }
}
.job__sidebar-title {
  margin-bottom: 16px;
  font:
    700 1.6rem 'Raleway',
    sans-serif;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .job__sidebar-title {
    font-size: 14px;
  }
}
.job__sidebar-list {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .job__sidebar-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 16px 32px;
  }
}
.job__sidebar-link {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.job__sidebar-link:not(:last-child) {
  margin-bottom: 16px;
}
.job__sidebar-link.active {
  pointer-events: none;
}
.job__sidebar-link.active::before {
  content: '';
  display: inline-block;
  margin-right: 16px;
  width: 10px;
  height: 10px;
  background: #004098;
  border-radius: 50%;
}
.job__sidebar-link:hover {
  opacity: 0.6;
}
.job__text {
  font-size: 1.6rem;
  line-height: 2em;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .job__text {
    padding-bottom: 16px;
  }
}
.job__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .job__card-list {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 767px) {
  .job__card-list {
    gap: 24px;
  }
}
.job__card {
  display: block;
  padding: 40px 32px 40px 24px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 20px #d4edfa;
  box-shadow: 0 8px 20px #d4edfa;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .job__card {
    padding-block: 32px;
  }
}
.job__card:hover {
  -webkit-box-shadow: 0 4px 10px #d4edfa;
  box-shadow: 0 4px 10px #d4edfa;
}
.job__card:hover .job__card-arrow::before {
  scale: 1.35;
}
.job__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.job__title {
  padding-bottom: 16px;
  font-size: 2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .job__title {
    font-size: 18px;
  }
}
.job__category {
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
  color: #004098;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #d4edfa;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .job__category {
    font-size: 12px;
    padding: 2px 12px;
  }
}
.job__category--green {
  color: #008998;
  background: #d4f6fa;
}
.job__card-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}
.job__card-arrow::before {
  content: '';
  width: 40px;
  height: 40px;
  background: #004098;
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.job__card-arrow svg {
  width: 15px;
  height: 13px;
  z-index: 1;
}

.job-single__wrapper {
  padding-block: 80px 120px;
}
@media screen and (max-width: 767px) {
  .job-single__wrapper {
    padding-block: 40px 60px;
  }
}
.job-single__table {
  width: 100%;
  border-collapse: collapse;
}
.job-single__table-row {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .job-single__table-row {
    font-size: 14px;
  }
}
.job-single__table-row:last-child td {
  border-bottom: none !important;
}
.job-single__table-row td {
  padding-block: 28px;
  border-bottom: 1px solid #dadde5;
}
@media screen and (max-width: 767px) {
  .job-single__table-row td {
    display: block;
    padding-block: 0 16px;
  }
}
.job-single__table-label {
  padding-right: 40px;
  width: 200px;
  font-size: 2rem;
  color: #004098;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .job-single__table-label {
    padding-right: 0;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .job-single__table-label {
    padding: 16px 0 0 !important;
    width: 100%;
    border-bottom: none !important;
    font-size: 17px;
    line-height: 2em;
  }
}
.job-single__table-content a {
  color: #004098;
  text-decoration: underline;
}
.job-single__table-content a:hover {
  opacity: 0.6;
}

.entry-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.entry-form input::-webkit-outer-spin-button,
.entry-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.entry-form:has([data-state='confirm']) .entry-form__intro-wrapper {
  display: none;
}
.entry-form .js-value-storage {
  word-break: break-all;
  line-height: 1.5em;
}
.entry-form input[type='number'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.entry-form__intro {
  border: 2px solid #e60039;
  background-color: #fff1f1;
  border-radius: 16px;
  padding: 40px;
  margin-top: 80px;
  text-align: center;
}
.entry-form__intro p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .entry-form__intro p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry-form__intro p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .entry-form__intro {
    padding: 20px;
    margin-top: 40px;
  }
}
.entry-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
.entry-form__buttons .button {
  padding: 15px 0;
  border-radius: 4px;
  width: 240px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .entry-form__buttons .button {
    width: 250px;
  }
}
.entry-form__buttons .button__text {
  font-family: 'Noto Sans JP', sans-serif;
  margin-right: 8px;
}
.entry-form__buttons .button__arrow {
  width: 15px;
  height: 11px;
}
.entry-form__buttons .button.mynavi {
  background-color: #00aaea;
}
.entry-form__buttons .button.mynavi:hover {
  background-color: #0098d1;
}
.entry-form__buttons .button.mynavi .button__arrow {
  width: 15px;
  height: 15px;
}
.entry-form__buttons .button.disabled {
  background-color: #b3b3b3;
  cursor: inherit;
}
.entry-form__buttons .career {
  width: 320px;
  border-radius: 8px;
}
.entry-form__note {
  font-size: 1.4rem;
  margin-top: 24px;
}
.entry-form__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .entry-form__steps {
    gap: 40px;
    margin-top: 40px;
  }
}
.entry-form__steps--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100px;
  height: 100px;
  border: 2px solid #acb0b9;
  border-radius: 50%;
  background: #fff;
  color: #acb0b9;
  font-size: 1.8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entry-form__steps--item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .entry-form__steps--item {
    width: 80px;
    height: 80px;
  }
}
.entry-form__steps--item span {
  display: block;
  font-size: 1.4rem;
}
.entry-form__steps--item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 48px;
  left: 98px;
  width: 80px;
  height: 2px;
  background: #acb0b9;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .entry-form__steps--item:not(:last-child)::after {
    top: 38px;
    left: 78px;
    width: 40px;
  }
}
.entry-form__steps--item.is-active,
.entry-form__steps--item.current {
  border-color: #004098;
  color: #004098;
}
.entry-form__steps--item.current:not(:last-child)::after {
  background-color: #004098;
}
.entry-form__heading {
  background-color: #d4edfa;
  padding: 14px 16px;
  margin-top: 48px;
  color: #143666;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .entry-form__heading {
    padding: 10px 12px;
    margin-top: 28px;
    font-size: 20px;
  }
}
.entry-form__heading--note {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .entry-form__heading--note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry-form__heading--note {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
.entry-form.complete .entry-form__steps {
  margin-top: 40px;
}
.entry-form.complete .entry-form__heading {
  background-color: #fff;
  padding: 0;
}
.entry-form.complete .entry-form__heading--note {
  margin-top: 24px;
  line-height: 2;
}
.entry-form__wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .entry-form__wrap {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .entry-form__wrap {
    margin-bottom: 60px;
  }
}
.entry-form__item {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .entry-form__item {
    margin-top: 20px;
  }
}
.entry-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  color: #143666;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .entry-form__label {
    font-size: 16px;
  }
}
.entry-form__label::after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 8px;
  margin-left: 10px;
  width: 44px;
  height: 25px;
  border-radius: 13px;
  font-size: 1.4rem;
  font-weight: 400;
}
.entry-form__label.required::after {
  content: '必須';
  background-color: #143666;
  color: #fff;
}
.entry-form__label.optional::after {
  content: '任意';
  background-color: #dadde5;
  color: #000;
}
.entry-form__field {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .entry-form__field {
    font-size: 14px;
  }
}
.entry-form__field--note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .entry-form__field--note {
    font-size: 1.2rem;
  }
}
.entry-form__select--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .entry-form__select--group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.entry-form__select--item {
  background-color: #f4f5f8;
  padding: 12px 18px;
  border-radius: 8px;
}
.entry-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .entry-form__group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .entry-form__group {
    gap: 12px;
  }
}
.entry-form__group--item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.entry-form__group--item::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 42px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.entry-form__group--item span {
  margin-left: 8px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .entry-form__group--item span {
    font-size: 14px;
  }
}
.entry-form__group .spacer-div {
  width: 100%;
}
.entry-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.entry-form__remove-file {
  display: none;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #e60039;
  font-weight: 700;
  line-height: 1em;
}

.form-input,
.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #143666;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}
.form-input::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #acb0b9;
}
.form-input::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #acb0b9;
}
.form-input:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #acb0b9;
}
.form-input::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  color: #acb0b9;
}
.form-input::placeholder,
.form-select::placeholder {
  color: #acb0b9;
}
.form-input.short,
.form-select.short {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .form-input.short,
  .form-select.short {
    width: 80px;
  }
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selection-input {
  display: none;
}
.selection-input:checked + .selection-label::before {
  background-color: #143666;
  border-color: #143666;
}
.selection-input:checked + .selection-label::after {
  opacity: 1;
}

.selection-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection-label {
    font-size: 14px;
  }
}
.selection-label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #143666;
  background: #fff;
  margin-right: 8px;
  border-radius: 4px;
}
.selection-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 42%;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  opacity: 0;
}

.file-upload-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.file-upload-group .btn-file {
  background: #fff;
  border: 1px solid #143666;
  color: #143666;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .file-upload-group .btn-file {
    font-size: 14px;
  }
}
.file-upload-group .btn-file input {
  display: none;
}
.file-upload-group .btn-file:hover {
  background: #f4f5f8;
}
.file-upload-group .file-status {
  font-size: 1.6rem;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .file-upload-group .file-status {
    font-size: 14px;
  }
}

.agreement-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .agreement-area {
    margin-top: 24px;
  }
}
.agreement-area .selection-label {
  padding: 12px 16px;
  background-color: #f4f5f8;
}
.agreement-area .selection-label::after {
  left: 21px;
  top: 45%;
}
.agreement-area a {
  color: #004098;
  text-decoration: underline;
}

.js-form-state[data-state='input'] .confirm {
  display: none;
}
.js-form-state[data-state='confirm'] .confirm {
  display: block;
}
.js-form-state[data-state='confirm'] span {
  margin-left: 0 !important;
}
.js-form-state[data-state='confirm'] .input,
.js-form-state[data-state='confirm'] input:not([type='submit']),
.js-form-state[data-state='confirm'] textarea,
.js-form-state[data-state='confirm'] select {
  display: none;
}
.js-form-state[data-state='confirm'] .entry-form__group {
  gap: 0;
}
.js-form-state[data-state='confirm'] .entry-form__group--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-form-state[data-state='confirm'] .entry-form__group--item::after {
  display: none;
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 0 6.67%;
  row-gap: 0;
  padding: 80px 0 120px;
  width: 100%;
  max-height: 1385px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding: 40px 0 64px;
    font-size: 1.4rem;
    max-height: 9999px;
  }
}
.sitemap__link {
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
.sitemap__link:first-child,
.sitemap__link:nth-child(7) {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sitemap__link:nth-child(7) {
    border-top: 0;
  }
}
.sitemap__link a {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sitemap__link a:hover {
  color: #4d98ff;
}
.sitemap__link a:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(96%)
    saturate(1234%) hue-rotate(201deg) brightness(95%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(1234%)
    hue-rotate(201deg) brightness(95%) contrast(101%);
}
.sitemap__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 27px 0;
  width: 100%;
  font-size: 2rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .sitemap__url {
    font-size: 1.8rem;
  }
}
.sitemap__url::after {
  content: '';
  width: 15px;
  height: 13.13px;
  background: url('../public/img/icons/arrow-sitemap.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sitemap__url--top {
  padding: 19px 0;
}
.sitemap__url--big {
  padding: 38px 0;
}
.sitemap__sublinks {
  padding: 0 16px;
}
.sitemap__sublink-item {
  margin-bottom: 24px;
}

.ri {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .ri {
    padding-top: 40px;
  }
}
.ri__anchor-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ri__anchor-block {
    margin-bottom: 40px;
  }
}
.ri__what {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ri__what {
    padding-bottom: 64px;
  }
}
.ri__what-heading {
  margin-bottom: 64px;
}
.ri__what-heading-en {
  left: -37px !important;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .ri__what-heading-en {
    left: -18px !important;
    font-size: 50px;
  }
}
.ri__what-heading-ja {
  position: relative !important;
  bottom: initial !important;
  margin-top: -34px;
}
.ri__what-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .ri__what-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.ri__what-item {
  max-width: 540px;
  width: 45%;
  border-radius: 40px;
  padding: 16px 16px 40px 40px;
}
@media screen and (max-width: 1080px) {
  .ri__what-item {
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ri__what-item {
    padding-bottom: 24px;
  }
}
.ri__what-item:first-of-type {
  background: linear-gradient(64.56deg, #1b6edf 0%, #45b8f5 100%);
}
.ri__what-item:first-of-type .ri__what-graphic {
  margin-bottom: -23px;
  max-width: 320px;
  width: 60.38%;
}
@media screen and (max-width: 1080px) {
  .ri__what-item:first-of-type .ri__what-graphic {
    margin-bottom: 32px;
  }
}
.ri__what-item:last-of-type {
  background: linear-gradient(64.56deg, #23a0c7 0%, #4ce2e2 100%);
}
.ri__what-item:last-of-type .ri__what-graphic {
  max-width: 260px;
  width: 49.06%;
}
@media screen and (max-width: 1080px) {
  .ri__what-item:last-of-type .ri__what-graphic {
    margin-bottom: 32px;
  }
}
.ri__what-cross {
  rotate: 45deg;
  width: 5.33%;
}
@media screen and (max-width: 767px) {
  .ri__what-cross {
    width: 60px;
  }
}
.ri__what-graphic {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .ri__what-graphic {
    margin-left: 0;
  }
}
.ri__what-content {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ri__what-content {
    font-size: 20px;
  }
}
.ri__faq {
  background-color: #e6f3fa;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .ri__faq {
    padding-block: 64px;
  }
}
.ri__faq-heading-en {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .ri__faq-heading-en {
    font-size: 64px;
  }
}
.ri__faq-categories {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 272px;
  flex-basis: 272px;
}
@media screen and (max-width: 767px) {
  .ri__faq-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ri__faq-heading {
  margin-bottom: 64px;
}
.ri__faq-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .ri__faq-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.ri__faq-main {
  max-width: 800px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 820px) {
  .ri__faq-main {
    width: 100%;
    max-width: initial;
  }
}
.ri__faq-items {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.ri__faq-items.active {
  position: relative;
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}
.ri__faq-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
.ri__faq-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.ri__faq-item.active .ri__faq-answer {
  grid-template-rows: 1fr;
}
.ri__faq-item.active .ri__faq-icon span:last-of-type {
  rotate: initial;
}
.ri__faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.ri__faq-question::before {
  content: 'Q';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #143666;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .ri__faq-question::before {
    font-size: 20px;
  }
}
.ri__faq-question-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .ri__faq-question-text {
    font-size: 17px;
  }
}
.ri__faq-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
}
.ri__faq-icon span {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #143666;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ri__faq-icon span:last-of-type {
  rotate: -90deg;
}
.ri__faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out;
  transition:
    grid-template-rows 0.3s ease-in-out,
    -ms-grid-rows 0.3s ease-in-out;
}
.ri__faq-answer-inner-content {
  padding-inline: 35px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ri__faq-answer-text-content {
  margin-top: 24px;
}
.ri__faq-answer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .ri__faq-answer-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ri__answer-action {
  gap: 4px;
  border-radius: 4px;
  padding: 12px 20px;
  background-color: #004098;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ri__answer-action {
    font-size: 14px;
  }
}
.ri__answer-action--blue-00 {
  background-color: #0098d1;
}
.ri__answer-action--green-00 {
  background-color: #00c0ad;
}
.ri__answer-action[disabled] {
  background-color: #b3b3b3;
  pointer-events: none;
}
.ri__answer-action:hover {
  opacity: 0.6;
}
.ri__answer-action-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
}
.ri__answer-action-icon img {
  width: 10px;
}
.ri__answer-action-icon svg {
  width: 4px;
}
.ri__flow {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .ri__flow {
    padding-block: 64px;
  }
}
.ri__flow-heading {
  margin-bottom: 64px;
}
.ri__flow-heading-en {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .ri__flow-heading-en {
    font-size: 64px;
  }
}
.ri__flow-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .ri__flow-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.ri__flow-card {
  width: 46.67%;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 8px 20px rgba(0, 103, 245, 0.2));
  filter: drop-shadow(0 8px 20px rgba(0, 103, 245, 0.2));
}
@media screen and (max-width: 820px) {
  .ri__flow-card {
    width: 100%;
  }
}
.ri__flow-card--green {
  -webkit-filter: drop-shadow(0 8px 20px rgba(1, 201, 222, 0.2));
  filter: drop-shadow(0 8px 20px rgba(1, 201, 222, 0.2));
}
.ri__flow-card-title {
  padding: 16px;
  background-color: #004098;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ri__flow-card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    padding: 0;
  }
}
.ri__flow-card-title--green {
  background-color: #008998;
}
.ri__flow-card-title-text {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ri__flow-card-title-text {
    display: block;
    height: 100%;
    background-color: #004098;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    font-size: 20px;
    padding: 16px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ri__flow-card-title-text--sp-green {
    background-color: #008998;
  }
}
.ri__flow-card-content {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .ri__flow-card-content {
    position: absolute;
    inset: 59px 0 0;
    padding-inline: 16px;
    padding-block: 36px;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .ri__flow-card-content.active {
    position: relative;
    inset: 0;
    visibility: visible;
    pointer-events: initial;
  }
}
.ri__flow-card-list {
  counter-reset: flowItem;
  position: relative;
  list-style-type: none;
  isolation: isolate;
}
.ri__flow-card-list::before {
  content: '';
  position: absolute;
  inset: 64px auto 47px 47px;
  display: block;
  width: 5px;
  margin: auto;
  background-color: #f4f5f8;
}
.ri__flow-card-item {
  counter-increment: flowItem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.ri__flow-card-item:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .ri__flow-card-item:not(:last-of-type) {
    margin-bottom: 28px;
  }
}
.ri__flow-step-label {
  position: absolute;
  inset: -12px auto auto 0;
  display: block;
  font-size: 1.2rem;
  color: #004098;
  text-align: center;
  line-height: 1em;
}
.ri__flow-step-label::after {
  content: counter(flowItem, decimal-leading-zero);
  display: block;
  font-size: 2.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .ri__flow-step-label::after {
    font-size: 20px;
  }
}
.ri__flow-step-label--green {
  color: #008998;
}
.ri__flow-card-item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  background-color: #f4f5f8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ri__flow-card-item-text {
  display: block;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .ri__flow-card-item-text {
    font-size: 1.5rem;
  }
}
.ri__flow-card-item-note {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .ri__flow-card-item-note {
    font-size: 14px;
  }
}

.data {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .data {
    margin-top: 40px;
  }
}
.data .odometer.odometer-auto-theme,
.data .odometer.odometer-theme-default {
  line-height: 1em !important;
}
.data__grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 372px);
  gap: 42px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1080px) {
  .data__grid1 {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .data__grid1 {
    margin-bottom: 16px;
    grid-template-columns: 1fr;
  }
}
.data__grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 372px);
  gap: 42px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1080px) {
  .data__grid2 {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .data__grid2 {
    grid-template-columns: 1fr;
  }
}
.data__grid3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 372px;
  gap: 42px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .data__grid3 {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .data__grid3 {
    grid-template-columns: 1fr;
  }
}
.data__item {
  position: relative;
  background-color: #f4f5f8;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 364px;
}
@media screen and (max-width: 1080px) {
  .data__item {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .data__item {
    height: 100%;
  }
}
.data__item--pale-blue {
  background-color: #d4edfa;
}
.data__item--white {
  background-color: #fff;
  border: 1px solid #dadde5;
}
.data__item--blue-2b {
  background-color: #2b74d8;
}
.data__item--main-gray {
  background-color: #f4f5f8;
}
.data__item--logo-blue {
  background-color: #004098;
}
.data__item:nth-of-type(7) {
  grid-column: 1/3;
}
@media screen and (max-width: 1080px) {
  .data__item:nth-of-type(7) {
    grid-column: 1/2;
  }
}
.data__item--big {
  grid-area: 1/2/3/4;
}
@media screen and (max-width: 1080px) {
  .data__item--big {
    grid-area: unset;
  }
}
@media screen and (max-width: 1080px) {
  .data__item .top__data-item-illustration {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .data__item .top__data-item-illustration {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .data__item .top__data-content-item:not(:first-of-type) {
    top: initial;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .data__item .top__data-content-item:first-of-type {
    top: initial;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 400px) {
  .data__item .top__data-item-illustration-data::before {
    height: 60px;
  }
}
.data__item-title-spsmall {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  .data__item-title-spsmall {
    font-size: 16px;
  }
}
.data__ratio-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .data__ratio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 100px;
    max-width: 280px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .data__ratio-wrap {
    display: grid;
    gap: 60px;
    padding-top: 22px;
  }
}
.data__ratio-wrap::after {
  content: '';
  width: 46px;
  height: 112px;
  background: url('../public/img/data/ratio.svg') center/contain no-repeat;
  position: absolute;
  inset: 0;
  margin: auto;
  display: none;
}
@media screen and (max-width: 1080px) {
  .data__ratio-wrap::after {
    display: block;
  }
}
.data__ratio {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .data__ratio {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .data__ratio {
    width: 100%;
  }
}
.data__ratio::before {
  content: '';
  width: 139px;
  aspect-ratio: 139/280;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .data__ratio::before {
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .data__ratio::before {
    top: -22px;
    width: 138px;
    height: auto;
  }
}
.data__ratio--male {
  color: #004098;
}
.data__ratio--male::before {
  left: 0;
  background: url('../public/img/data/ratio-male.svg') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .data__ratio--male::before {
    left: -15px;
  }
}
.data__ratio--female {
  color: #ff9d3d;
}
.data__ratio--female::before {
  right: 0;
  background: url('../public/img/data/ratio-female.svg') center/contain
    no-repeat;
}
@media screen and (max-width: 767px) {
  .data__ratio--female::before {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
.data__ratio--logo-blue {
  color: #004098;
}
.data__ratio--yellow-ff {
  color: #ff9d3d;
}
.data__ratio:first-of-type::after {
  content: '';
  width: 46px;
  height: 112px;
  background: url('../public/img/data/ratio.svg') center/contain no-repeat;
  position: absolute;
  top: 36px;
  right: -43px;
}
@media screen and (max-width: 1080px) {
  .data__ratio:first-of-type::after {
    display: none;
  }
}
.data__ratio-num {
  font-weight: 700;
  font-size: 14rem;
}
.data__ratio-detail {
  font-weight: 700;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .data__ratio-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .data__ratio-detail {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.data__ratio-detail .num {
  font-size: 4rem;
  padding-inline: 3px;
}
@media screen and (max-width: 1280px) {
  .data__ratio-detail .num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1280px) {
  .data__ratio-detail .ratio-label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .data__civil-eng-content {
    margin-top: 50px;
    gap: 0;
  }
}
@media screen and (max-width: 390px) {
  .data__civil-eng-content {
    margin-left: -10px;
  }
}
.data__civil-eng-content .unit {
  bottom: 24px;
  line-height: 1em;
}
.data__civil-eng-content .odometer-formatting-mark {
  position: relative;
  bottom: -7px;
}
@media screen and (max-width: 1280px) {
  .data__civil-eng-content--data {
    margin-top: 70px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .data__civil-eng-content--data {
    margin-top: 22px;
  }
}
.data__item-illustration-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 390px) {
  .data__item-illustration-graph {
    width: 160px;
    height: 160px;
  }
}
.data__tenure-img {
  width: 64px;
  height: 200px;
}
@media screen and (max-width: 1280px) {
  .data__tenure-img {
    height: 130px;
    max-width: initial;
    max-height: initial;
    aspect-ratio: initial;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  .data__tenure-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .data__tenure-img {
    height: auto;
  }
}
.data__holidays-img {
  width: 100%;
  max-width: 287px;
  max-height: 100%;
  aspect-ratio: 287/300;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data__holidays-content {
  margin-top: 45px;
}
.data__holidays-content .unit {
  position: relative;
  bottom: -42px;
}
.data__leave-content {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.data__leave-img {
  width: 119px;
  height: 180px;
}
.data__leave-txt .unit {
  position: relative;
  bottom: -35px;
}
@media screen and (max-width: 1280px) {
  .data__leave-txt .unit {
    bottom: -25px;
  }
}
@media screen and (max-width: 1280px) {
  .data__leave-txt .fs-100 {
    font-size: 78px;
  }
}
.data__parental-img {
  width: 100%;
  max-width: 340px;
  max-height: 100%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.data__parental-content {
  margin-top: 22px;
  color: #ff9d3d;
}
.data__parental-content .unit {
  position: relative;
  bottom: -35px;
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .data__parental-content .fs-120 {
    font-size: 90px;
  }
}
.data__parental-note {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ff9d3d;
  text-align: center;
}
.data__overtime-img {
  width: 100%;
  max-width: 300px;
  max-height: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data__overtime-content {
  color: #fff;
  margin-top: 45px;
}
.data__overtime-content .unit {
  position: relative;
  bottom: -29px;
}
.data__ramen-grid {
  position: relative;
  inset: 0;
  max-width: 280px;
  margin-top: 8px;
  margin-inline: auto;
}
.data__ramen-content-wrapper {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
}
.data__ramen-img {
  position: relative;
  width: 280px;
  aspect-ratio: 1;
  margin: auto;
  z-index: -1;
}
.data__ramen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37.88%;
}
.data__ramen--logo-blue {
  color: #004098;
}
.data__ramen--yellow-ff {
  color: #ff9d3d;
}
.data__ramen-item-img {
  width: 100%;
  margin-bottom: 24px;
}
.data__ramen-detail {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  white-space: nowrap;
}
.data__ramen-content {
  font-weight: 700;
  font-size: 64px;
  line-height: 1em;
  white-space: nowrap;
}
.data__ramen-content .unit {
  position: relative;
  font-size: 20px;
}
.data__good-img {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  aspect-ratio: 1;
  margin: 24px auto 0;
}
@media screen and (max-width: 1080px) {
  .data__good-img {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .data__good-img {
    width: 270px;
  }
}
.data__good-img-content {
  position: absolute;
  inset: 0;
  margin: auto;
}
.data__good-img-data-block {
  position: absolute;
  color: #fff;
}
.data__good-img-data-block:first-of-type {
  top: 16.33%;
  left: 21.83%;
}
@media screen and (max-width: 767px) {
  .data__good-img-data-block:first-of-type {
    top: 16%;
    left: 20%;
  }
}
.data__good-img-data-block:nth-of-type(2) {
  bottom: 20.5%;
  left: 23.33%;
}
@media screen and (max-width: 767px) {
  .data__good-img-data-block:nth-of-type(2) {
    bottom: 18.5%;
    left: 20%;
  }
}
.data__good-img-data-block:last-of-type {
  right: 14%;
  bottom: 34.83%;
}
.data__good-img-label {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1080px) {
  .data__good-img-label {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .data__good-img-label {
    font-size: 16px;
  }
}
.data__good-img-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.data__good-img-data .row-content {
  font-size: 8rem;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .data__good-img-data .row-content {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .data__good-img-data .row-content {
    font-size: 40px;
  }
}
.data__good-img-data .unit {
  position: relative;
  bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .data__good-img-data .unit {
    font-size: 1.92rem;
  }
}
@media screen and (max-width: 767px) {
  .data__good-img-data .unit {
    bottom: 5px;
  }
}
.data__good-img-illustration {
  position: absolute;
  top: 0;
  right: 7.17%;
  width: 32%;
  margin-bottom: 22px;
}
.data__pie1-img {
  position: relative;
  margin-top: 20px;
  max-width: 467px;
  margin-left: auto;
  padding-top: 44px;
}
@media screen and (max-width: 1080px) {
  .data__pie1-img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .data__pie1-img {
    max-width: 280px;
    padding-top: 0;
  }
}
.data__pie1-pie {
  width: 200px;
  height: 200px;
  margin-inline: 25.48% 0;
}
@media screen and (max-width: 767px) {
  .data__pie1-pie {
    width: 100%;
    height: auto;
    margin-inline: 0;
  }
}
.data__pie1-img-content {
  position: absolute;
  inset: 0;
  margin: auto;
}
.data__pie1-img-data-block {
  position: absolute;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block {
    color: #fff;
  }
}
.data__pie1-img-data-block--logo-blue {
  color: #004098;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block--logo-blue {
    color: #fff;
  }
}
.data__pie1-img-data-block--yellow-ff {
  color: #ff9d3d;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block--yellow-ff {
    color: #fff;
  }
}
.data__pie1-img-data-block:first-of-type {
  top: 0;
  left: 9.21%;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block:first-of-type {
    top: 10%;
    left: 32%;
  }
}
.data__pie1-img-data-block:first-of-type::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 49px;
  width: 95px;
  height: 46px;
  background-image: url('../public/img/data/pie-1-block-pointer.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block:first-of-type::after {
    content: none;
  }
}
.data__pie1-img-data-block:nth-of-type(2) {
  bottom: 0;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block:nth-of-type(2) {
    bottom: 24%;
    left: 18%;
  }
}
.data__pie1-img-data-block:last-of-type {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data-block:last-of-type {
    right: 15%;
    bottom: 32%;
  }
}
.data__pie1-img-label {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-label {
    font-size: 16px;
  }
}
.data__pie1-img-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.data__pie1-img-data .row-content {
  font-size: 8rem;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data .row-content {
    font-size: 46px;
  }
}
.data__pie1-img-data .row-content-sm {
  font-size: 4.8rem;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data .row-content-sm {
    font-size: 24px;
  }
}
.data__pie1-img-data .unit {
  position: relative;
  bottom: 15px;
  display: inline-block;
  margin-left: 4px;
  font-size: 2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-data .unit {
    bottom: 2px;
    font-size: 16px;
  }
}
.data__pie1-img-illustration {
  position: absolute;
  right: 0;
  width: 29.98%;
  height: 40.98%;
}
@media screen and (max-width: 767px) {
  .data__pie1-img-illustration {
    top: 10%;
    right: 10%;
  }
}
.data__pie2-img {
  position: relative;
  width: 100%;
  max-width: 454px;
  margin: -30px auto 0;
  padding-top: 94px;
}
@media screen and (max-width: 767px) {
  .data__pie2-img {
    max-width: 280px;
    padding-top: 60px;
  }
}
.data__pie2-pie {
  width: 200px;
  height: 200px;
  margin-left: 26.21%;
}
@media screen and (max-width: 767px) {
  .data__pie2-pie {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.data__pie2-img-content {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 454px;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-content {
    max-width: 363.2px;
  }
}
.data__pie2-img-data-block {
  position: absolute;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block {
    color: #fff;
  }
}
.data__pie2-img-data-block--logo-blue {
  color: #004098;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block--logo-blue {
    color: #fff;
  }
}
.data__pie2-img-data-block--yellow-ff {
  color: #ff9d3d;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block--yellow-ff {
    color: #fff;
  }
}
.data__pie2-img-data-block:first-of-type {
  top: 17%;
  left: 13.66%;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block:first-of-type {
    top: 22%;
    left: 37%;
  }
}
.data__pie2-img-data-block:first-of-type::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 49px;
  width: 95px;
  height: 46px;
  background-image: url('../public/img/data/pie-2-block-pointer.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block:first-of-type::after {
    content: none;
  }
}
.data__pie2-img-data-block:nth-of-type(2) {
  bottom: 0;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block:nth-of-type(2) {
    bottom: 28%;
    left: 12%;
  }
}
.data__pie2-img-data-block:last-of-type {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .data__pie2-img-data-block:last-of-type {
    right: -2%;
  }
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data-block:last-of-type {
    right: 18%;
    bottom: 16%;
  }
}
.data__pie2-img-illustration {
  position: absolute;
  top: 0;
  right: 6.17%;
  width: 12.56%;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-illustration {
    top: 18%;
    width: 58px;
  }
}
.data__pie2-img-label {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-label {
    font-size: 16px;
  }
}
.data__pie2-img-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.data__pie2-img-data .row-content {
  font-size: 8rem;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data .row-content {
    font-size: 46px;
  }
}
.data__pie2-img-data .row-content-sm {
  font-size: 4.8rem;
  line-height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data .row-content-sm {
    font-size: 24px;
  }
}
.data__pie2-img-data .unit {
  position: relative;
  bottom: 15px;
  display: inline-block;
  margin-left: 4px;
  font-size: 2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .data__pie2-img-data .unit {
    bottom: 2px;
    font-size: 16px;
  }
}

.member__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 50px;
  padding-block: 80px;
  border-bottom: 1px solid #dadde5;
}
@media screen and (max-width: 1023px) {
  .member__wrapper {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .member__wrapper {
    grid-template-columns: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .member__item {
    max-width: 363px;
    margin-inline: auto;
  }
}
.member__item:hover .member__thumb img {
  scale: 1.1;
}
.member__thumb {
  aspect-ratio: 366/488;
  border-radius: 9.6px;
  overflow: hidden;
  max-width: 363px;
}
.member__thumb img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member__tagline {
  margin-block: 16px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  color: #143666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .member__tagline {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .member__tagline {
    font-size: 18px;
  }
}
.member__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.member__name {
  font:
    700 2.4rem 'Raleway',
    sans-serif;
}
@media screen and (max-width: 767px) {
  .member__name {
    font-size: 20px;
  }
}
.member__role {
  position: relative;
  top: 1px;
  font-size: 1.6rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .member__role {
    font-size: 14px;
  }
}

.member-section:not(.member-section--reason, .member-section--q6) {
  position: relative;
  overflow: hidden;
  margin-block: 120px;
}
@media screen and (max-width: 767px) {
  .member-section:not(.member-section--reason, .member-section--q6) {
    margin-block: 64px;
  }
}
.member-section--reverse .member-section__qnum {
  left: 0;
}
@media screen and (max-width: 767px) {
  .member-section--reverse .member-section__qnum {
    left: 8px;
  }
}
.member-section--reverse .member-section__inner-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .member-section--reverse .member-section__inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.member-section--reverse .member-section__media {
  margin-inline: 0 calc(50% - 50vw);
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .member-section--reverse .member-section__media {
    margin-inline: 0 calc(50% - 58.3vw);
  }
}
@media screen and (max-width: 767px) {
  .member-section--reverse .member-section__media {
    border-radius: 24px 0 0 24px;
  }
}
.member-section--reverse .member-section__content {
  margin-inline: 0 100px;
}
@media screen and (max-width: 1024px) {
  .member-section--reverse .member-section__content {
    margin: 40px 0 0;
  }
}
.member-section--reason {
  padding-block: 80px;
  background: #f0faff;
}
@media screen and (max-width: 767px) {
  .member-section--reason {
    padding-block: 40px;
  }
}
.member-section--q1 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .member-section--q1 {
    margin-top: 40px !important;
  }
}
.member-section--q6 {
  padding-block: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2675e0),
    to(#004098)
  );
  background: linear-gradient(to bottom, #2675e0 0%, #004098 100%);
}
@media screen and (max-width: 767px) {
  .member-section--q6 {
    padding-block: 40px;
  }
}
.member-section__qnum {
  font:
    700 40rem 'Raleway',
    sans-serif;
  line-height: 1em;
  color: #f4f5f8;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .member-section__qnum {
    font-size: 200px;
    right: 8px;
  }
}
.member-section__inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .member-section__inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.member-section__media {
  margin-inline: calc(50% - 50vw) 0;
  border-radius: 0 40px 40px 0;
  aspect-ratio: 900/600;
  overflow: hidden;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 75.1%;
  flex: 2 1 75.1%;
}
@media screen and (max-width: 1024px) {
  .member-section__media {
    margin-inline: calc(50% - 58.3vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .member-section__media {
    border-radius: 0 24px 24px 0;
  }
}
.member-section__content {
  margin-inline: 100px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 46.67%;
  flex: 1 1 46.67%;
}
@media screen and (max-width: 1024px) {
  .member-section__content {
    margin: 40px 0 0;
  }
}
.member-section__content--reason {
  margin: 0;
  position: relative;
  z-index: 1;
}
.member-section__content--nomargin {
  margin: 0;
}
.member-section__title {
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .member-section__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.member-section__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .member-section__text {
    font-size: 14px;
  }
}
.member-section__text .text-24 {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .member-section__text .text-24 {
    padding-bottom: 16px;
    font-size: 20px;
  }
}
.member-section__reason-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .member-section__reason-container {
    gap: 40px;
  }
}
@media screen and (max-width: 990px) {
  .member-section__reason-container {
    grid-template-columns: 100%;
  }
}
.member-section__reason-left,
.member-section__reason-right {
  position: relative;
}
.member-section__reason-left::after,
.member-section__reason-right::after {
  content: attr(data-num);
  font:
    700 24rem 'Raleway',
    sans-serif;
  line-height: 1em;
  color: #dcf0fa;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 240px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .member-section__reason-left::after,
  .member-section__reason-right::after {
    font-size: 200px;
    height: 200px;
  }
}
.member-section__reason-left::after {
  top: -40px;
  left: -40px;
}
@media screen and (max-width: 1024px) {
  .member-section__reason-left::after {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .member-section__reason-left::after {
    left: -16px;
  }
}
.member-section__reason-right::after {
  right: -40px;
  bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .member-section__reason-right::after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .member-section__reason-right::after {
    right: -16px;
  }
}
.member-section__q6 {
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .member-section__q6 {
    padding: 24px;
  }
}
.member-section__q6::after {
  content: attr(data-num);
  font:
    700 32rem 'Raleway',
    sans-serif;
  line-height: 1em;
  color: #f4f5f8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 320px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .member-section__q6::after {
    font-size: 200px;
    height: 200px;
    bottom: 16px;
    right: 16px;
  }
}
.member-section__q6-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .member-section__q6-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 990px) {
  .member-section__q6-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.member-section__q6-inner,
.member-section__q6-text {
  position: relative;
  z-index: 1;
}
.member-section__q6-media {
  border-radius: 16px;
  aspect-ratio: 480/360;
  overflow: hidden;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 36.2%;
  flex: 2 1 36.2%;
}
@media screen and (max-width: 990px) {
  .member-section__q6-media {
    width: 100%;
  }
}
.member-section__dayoff {
  position: relative;
  margin-block: 0 !important;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .member-section__dayoff {
    padding-top: 64px;
  }
}
.member-section__dayoff-container {
  position: relative;
}
.member-section__dayoff-container::after {
  content: attr(data-num);
  font:
    700 24rem 'Raleway',
    sans-serif;
  line-height: 1em;
  color: #f4f5f8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 240px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .member-section__dayoff-container::after {
    font-size: 200px;
  }
}
.member-section__dayoff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding-inline: 40px;
}
@media screen and (max-width: 1024px) {
  .member-section__dayoff-inner {
    gap: 40px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 960px) {
  .member-section__dayoff-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.member-section__dayoff-media {
  max-width: 440px;
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 36.67%;
  flex: 2 1 36.67%;
}
@media screen and (max-width: 767px) {
  .member-section__dayoff-media {
    padding: 24px;
  }
}
.member-section__dayoff-media::before {
  content: '';
  width: 80px;
  height: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6ab9ff),
    to(#1b6edf)
  );
  background: linear-gradient(to bottom, #6ab9ff 0%, #1b6edf 100%);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: float 3s ease-in-out infinite alternate;
  animation: float 3s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .member-section__dayoff-media::before {
    width: 54px;
    height: 54px;
  }
}
.member-section__dayoff-media::after {
  content: '';
  width: 240px;
  height: 240px;
  background: url('../public/img/member/bg-stroke.svg') no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .member-section__dayoff-media::after {
    width: 180px;
    height: 180px;
  }
}
.member-section__dayoff-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 440/440;
  border-radius: 50%;
}

.member-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.member-dots > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.member-dots--left {
  top: 9.17vw;
  left: -8.07vw;
  width: 115px;
  height: 136px;
}
@media screen and (max-width: 960px) {
  .member-dots--left {
    top: 0;
    left: 4%;
  }
}
.member-dots--left .member-dots__w24 {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.member-dots--right {
  top: 9.95vw;
  right: -8.07vw;
  width: 141px;
  height: 150px;
}
@media screen and (max-width: 960px) {
  .member-dots--right {
    top: 38.6vw;
    right: 4%;
  }
}
.member-dots__w40 {
  width: 40px;
  height: 40px;
  background: #dadde5;
  border-radius: 50%;
  -webkit-animation: float 3s ease-in-out infinite alternate;
  animation: float 3s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.member-dots__w40--blue {
  background: #1b6edf;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.member-dots__w24 {
  width: 24px;
  height: 24px;
  background: #e60039;
  border-radius: 50%;
  -webkit-animation: float 3s ease-in-out infinite alternate;
  animation: float 3s ease-in-out infinite alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
    transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    -webkit-transform: translate(0, -8px) rotate(0deg);
    transform: translate(0, -8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(8deg);
    transform: translate(0, 0) rotate(8deg);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
    transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    -webkit-transform: translate(0, -8px) rotate(0deg);
    transform: translate(0, -8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(8deg);
    transform: translate(0, 0) rotate(8deg);
  }
}

.member-sched__banner {
  width: 100%;
}
.member-sched__banner img {
  min-height: 248px;
}
.member-sched__container {
  margin: -6.25vw auto 0 !important;
}
@media screen and (max-width: 767px) {
  .member-sched__container {
    margin-top: -64px !important;
  }
}
.member-sched__inner {
  position: relative;
  padding: 80px;
  border-radius: 40px;
  background: #f4f5f8;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .member-sched__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .member-sched__inner {
    padding: 40px 5.83%;
    border-radius: 24px;
  }
}
.member-sched__subhead {
  display: inline-block;
  font:
    700 1.6rem 'Raleway',
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .member-sched__subhead {
    font-size: 12px;
  }
}
.member-sched__head {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #143666;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .member-sched__head {
    font-size: 20px;
  }
}
.member-sched__table {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .member-sched__table {
    margin-top: 24px;
  }
}
.member-sched__table-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .member-sched__table-item {
    gap: 16px;
  }
}
.member-sched__table-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .member-sched__table-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.member-sched__time {
  display: inline-block;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  background: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  color: #004098;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .member-sched__time {
    font-size: 20px;
  }
}
.member-sched__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .member-sched__title {
    font-size: 18px;
  }
}
.member-sched__desc {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .member-sched__desc {
    font-size: 14px;
  }
}

.member-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 1279px) {
  .member-msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .member-msg {
    margin-bottom: 64px;
  }
}
.member-msg__media {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 41.67%;
  flex: 2 1 41.67%;
  position: relative;
  margin: 0 4.17vw 80px 0;
  overflow: hidden;
  border-radius: 40px;
  aspect-ratio: 800/800;
}
@media screen and (max-width: 1279px) {
  .member-msg__media {
    width: 96%;
    margin: -80px 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .member-msg__media {
    margin-top: -60px;
    border-radius: 24px;
    width: 94.17%;
  }
}
.member-msg__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 62.5%;
  flex: 1 1 62.5%;
  position: relative;
  margin: 80px -8.33vw 0 0;
  padding-block: 150px;
  min-height: 800px;
  border-radius: 0 40px 40px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6ab9ff),
    to(#1b6edf)
  );
  background: linear-gradient(to bottom, #6ab9ff 0%, #1b6edf 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .member-msg__content {
    width: 96%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .member-msg__content {
    padding-block: 90px 80px;
    border-radius: 0 24px 24px 0;
    min-height: auto;
  }
}
.member-msg__head {
  position: absolute;
  top: 0;
  left: 0;
  font:
    700 12rem 'Raleway',
    sans-serif;
  letter-spacing: 0.2em;
  line-height: 1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .member-msg__head {
    font-size: 60px;
  }
}
.member-msg__inner {
  position: relative;
  margin-inline: auto;
  max-width: 560px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .member-msg__inner {
    padding-inline: 5.83%;
  }
}
.member-msg__title {
  color: #fff;
}

.member-posts {
  padding-block: 120px;
  background: #e7eff5;
}
@media screen and (max-width: 767px) {
  .member-posts {
    padding-block: 64px;
  }
}
.member-posts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-block: 80px;
}
@media screen and (max-width: 990px) {
  .member-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .member-posts__list {
    gap: 24px 16px;
    margin-block: 40px;
  }
}
.member-posts__btn {
  display: block;
  margin-inline: auto;
  padding: 17.5px 0;
  width: 240px;
}
.member-posts .member__thumb {
  aspect-ratio: 270/360;
}
.member-posts .member__tagline {
  font-size: 1.8rem;
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .member-posts .member__tagline {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .member-posts .member__tagline {
    font-size: 14px;
    margin-block: 8px;
  }
}
@media screen and (max-width: 767px) {
  .member-posts .member__role {
    font-size: 12px;
  }
}

.business__leading-content {
  padding-block: 80px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, #e6f3fa),
    to(#fff)
  );
  background: linear-gradient(0deg, #e6f3fa 50%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .business__leading-content {
    padding-block: 40px;
  }
}
.business__leading-text {
  text-align: center;
}
.business__anchor-block {
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .business__anchor-block {
    margin-block: 40px;
  }
}
.business__fields-heading {
  text-align: center;
}
.business__fields-heading-en {
  font-size: clamp(72px, 4.1666666667vw, 80px);
}
@media screen and (max-width: 767px) {
  .business__fields-heading-en {
    font-size: 50px;
  }
}
.business__fields-heading-ja {
  top: -24px !important;
}
.business__fields-text {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__fields-text {
    margin-block: 28px 40px;
  }
}
.business__effect-panels {
  position: relative;
}
@media screen and (max-width: 767px) {
  .business__effect-panels {
    margin-bottom: 80px;
  }
}
.business__fields-card {
  position: sticky;
  top: 80px;
  display: grid;
  place-items: center;
  background-color: #4e99e9;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .business__fields-card {
    display: block;
    top: 15.53vw;
    padding: 5.71vw 4%;
    height: auto;
  }
}
.business__fields-card--blue-1b {
  background-color: #1b6edf;
}
.business__fields-card--blue-1b .business__fields-item-tag {
  color: #1b6edf;
}
.business__fields-card--blue-29 {
  background-color: #294f85;
}
.business__fields-card--blue-29 .business__fields-item-tag {
  color: #294f85;
}
.business__fields-card:nth-of-type(2) {
  translate: 0 20px;
}
.business__fields-card:nth-of-type(3) {
  translate: 0 40px;
}
.business__fields-card-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.business__fields-card-content {
  display: grid;
  place-items: center;
  width: 52.08%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__fields-card-content {
    display: initial;
    width: 100%;
  }
}
.business__fields-card-content-wrapper {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .business__fields-card-content-wrapper {
    max-width: initial;
  }
}
.business__fields-card-image {
  width: 45.83%;
}
@media screen and (max-width: 767px) {
  .business__fields-card-image {
    width: 50vw;
    max-width: initial;
    margin: 0 auto 3.88vw;
  }
}
.business__fields-card-image img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .business__fields-card-image img {
    border-radius: 20px;
  }
}
.business__fields-card-image .facility-name {
  top: calc(100% + 5px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__fields-card-image .facility-name {
    position: relative;
    top: unset;
    display: block;
    margin-top: 16px;
    text-align: center;
  }
}
.business__fields-item-tag {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: clamp(11.2px, 0.83vw, 16px);
  padding: clamp(2.8px, 0.21vw, 4px) clamp(11.2px, 0.83vw, 16px);
  background-color: #fff;
  border-radius: 24px;
  color: #4e99e9;
  font-weight: 700;
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .business__fields-item-tag {
    margin-bottom: 1vw;
    font-size: clamp(14px, 3.16vw, 16px);
  }
}
.business__fields-item-title {
  margin-bottom: clamp(28px, 2.08vw, 40px);
  font-size: clamp(32px, 2.08vw, 40px);
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .business__fields-item-title {
    margin-bottom: 6vw;
    font-size: clamp(24px, 6vw, 32px);
  }
}
.business__fields-item-text {
  font-size: clamp(1.26rem, 1.04vw, 1.8rem);
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .business__fields-item-text {
    font-size: clamp(16px, 3.34vw, 18px);
  }
}
.business__fields-item-list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .business__fields-item-list {
    margin-top: 4.37vw;
  }
}
.business__fields-item-list li {
  position: relative;
  padding-left: 1.25vw;
}
@media screen and (max-width: 767px) {
  .business__fields-item-list li {
    padding-left: 5.1vw;
  }
}
.business__fields-item-list li::before {
  content: '';
  position: absolute;
  top: 0.83vw;
  left: 0;
  display: block;
  width: 0.42vw;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .business__fields-item-list li::before {
    top: 3.88vw;
    width: 1.21vw;
    height: 1.21vw;
  }
}
.business__fields-item-list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .business__fields-item-list li:not(:last-child) {
    margin-bottom: 2.43vw;
  }
}
.business__fields-item-sub-title {
  font-size: clamp(1.44rem, 1.04vw, 1.8rem);
  line-height: 2em;
}
@media screen and (min-width: 1536px) {
  .business__fields-item-sub-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .business__fields-item-sub-title {
    font-size: clamp(16px, 3.88vw, 18px);
  }
}
.business__fields-item-sub-text {
  font-size: clamp(1.28rem, 0.93vw, 1.6rem);
  line-height: 2em;
}
@media screen and (min-width: 1536px) {
  .business__fields-item-sub-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .business__fields-item-sub-text {
    font-size: clamp(14px, 3.16vw, 16px);
  }
}
.business__roles {
  position: relative;
  overflow: hidden;
  padding-block: 190px 120px;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .business__roles {
    padding-top: 60px;
    padding-block: 95px 64px;
  }
}
.business__roles::before,
.business__roles::after {
  content: '';
  position: absolute;
  background-color: #81b9ff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}
.business__roles::before {
  content: '';
  top: 79px;
  width: 33.33%;
}
.business__roles::after {
  content: '';
  bottom: 40px;
  right: 2.08%;
  width: 25%;
}
.business__roles-text {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .business__roles-text {
    margin-bottom: 28px;
  }
}
.business__sp-slider .splide__track {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .business__sp-slider .splide__pagination {
    gap: 16px;
    position: relative;
    margin-top: 24px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .business__sp-slider .splide__pagination__page {
    margin: 0;
    width: 16px;
    height: 16px;
    -webkit-transform: initial !important;
    transform: initial !important;
    opacity: 1 !important;
    background-color: #f4f5f8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .business__sp-slider .splide__pagination__page.is-active {
    background-color: #004098;
    -webkit-transform: initial;
    transform: initial;
  }
}
.business__roles-cards {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 6.67%;
}
@media screen and (max-width: 767px) {
  .business__roles-cards {
    gap: 28px 6.67%;
  }
}
.business__roles-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45.67%;
  border-radius: 24px;
  -webkit-filter: drop-shadow(0 8px 20px #d4edfa);
  filter: drop-shadow(0 8px 20px #d4edfa);
}
@media screen and (max-width: 767px) {
  .business__roles-card {
    width: 100%;
  }
}
.business__roles-thumbnail {
  height: 280px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.business__roles-card-content {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 24px 24px 40px;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .business__roles-card-content {
    padding-bottom: 24px;
  }
}
.business__roles-card-title {
  display: block;
  margin-bottom: 24px;
  color: #004098;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__roles-card-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.business__roles-card-text {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.business__what {
  overflow: hidden;
  padding-block: 120px;
  background-color: #e7eff5;
}
@media screen and (max-width: 767px) {
  .business__what {
    padding-block: 64px;
  }
}
.business__what-heading-wrapper {
  position: relative;
  isolation: isolate;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .business__what-heading-wrapper {
    margin-bottom: 40px;
  }
}
.business__what-heading-marquee {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .business__what-heading-marquee {
    position: absolute;
    inset: 0;
    margin: auto;
  }
}
.business__what-heading-ja {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.business__what-heading-content {
  position: absolute;
  inset: auto 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.33%;
}
@media screen and (max-width: 767px) {
  .business__what-heading-content {
    position: relative;
    inset: 0;
    margin: auto;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.business__what-subheading {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.5em;
  color: #143666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__what-subheading {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.business__what-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.67%;
}
@media screen and (max-width: 767px) {
  .business__what-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.business__what-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 18.67%;
  height: 224px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .business__what-card {
    padding: 16px;
    height: auto;
    width: 100%;
  }
}
.business__what-card-icon {
  width: 44.64%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .business__what-card-icon {
    width: 100px;
  }
}
.business__what-card-label {
  display: grid;
  place-items: center;
  margin-top: 16px;
  height: 54px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__what-card-label {
    font-size: 16px;
  }
}
.business__rewards {
  padding-block: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b5edff),
    to(#41c3ee)
  );
  background: linear-gradient(180deg, #b5edff 0%, #41c3ee 100%);
}
@media screen and (max-width: 767px) {
  .business__rewards {
    padding-block: 64px;
  }
}
.business__rewards-heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .business__rewards-heading {
    margin-bottom: 24px;
  }
}
.business__rewards-en {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .business__rewards-en {
    font-size: 50px !important;
  }
}
.business__rewards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.business__rewards-item:nth-of-type(even) .business__rewards-bubble {
  margin-left: auto;
}
.business__rewards-item:nth-of-type(even) .business__rewards-bubble-tail {
  right: 40px;
  left: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.business__rewards-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.business__rewards-bubble {
  position: relative;
  width: 80%;
  padding: 39px 40px;
  border-radius: 16px;
  isolation: isolate;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .business__rewards-bubble {
    width: 100%;
    height: auto;
    padding: 24px;
  }
}
.business__rewards-bubble-tail {
  position: absolute;
  inset: 100% auto auto 40px;
  background-image: url('../public/img/business/reward-tail-only.svg');
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 48px;
  height: 30px;
  z-index: 1;
}
.business__rewards-bubble-tail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .business__rewards-bubble-tail::after {
    height: 0.5px;
  }
}
.business__rewards-bubble-heading {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.5em;
  color: #0da3b8;
}
@media screen and (max-width: 767px) {
  .business__rewards-bubble-heading {
    font-size: 20px;
  }
}
.business__rewards-bubble-heading--blue-1d {
  color: #1d90cd;
}
.business__rewards-bubble-heading--blue-4b {
  color: #4b76ca;
}
.business__rewards-bubble-heading--purple-87 {
  color: #877acd;
}
@media screen and (max-width: 1280px) {
  .business__rewards-bubble-text {
    font-size: 1.4rem !important;
  }
}

.envi {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .envi {
    padding: 40px 0 64px;
  }
}
.envi__nav .anchor-block {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media screen and (max-width: 767px) {
  .envi__nav .anchor-block__anchor {
    padding: 16px 5px;
  }
}
.envi__section {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .envi__section {
    padding: 64px 0;
  }
}
.envi__container-training {
  max-width: calc(1320px + 8%);
}
.envi__heading {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .envi__heading {
    padding-inline: 5.83%;
  }
}
.envi__heading .heading__en {
  left: 0;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .envi__heading .heading__en {
    font-size: 4rem;
  }
}
.envi__heading .heading__ja {
  bottom: -35px;
  left: 50%;
  font-size: 4.8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .envi__heading .heading__ja {
    bottom: -26px;
    font-size: 3.2rem;
  }
}
.envi__heading-2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .envi__heading-2 {
    font-size: 2.8rem;
  }
}
.envi__heading-diagram {
  margin: 80px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .envi__heading-diagram {
    margin: 40px 0 24px;
  }
}
.envi__text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .envi__text {
    font-size: 1.4rem;
  }
}
.envi__text--headingdesc {
  margin: 80px auto 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .envi__text--headingdesc {
    margin: 60px auto 40px;
  }
}
.envi__training {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .envi__training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.envi__training:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .envi__training:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.envi__training:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .envi__training:not(:last-child) {
    margin-bottom: 40px;
  }
}
.envi__training-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.envi__training-bg img {
  position: absolute;
  width: 640px;
  height: 640px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .envi__training-bg img {
    width: 320px;
    height: 320px;
  }
}
.envi__training-bg img:nth-child(1) {
  top: 0;
  left: -240px;
}
@media screen and (max-width: 767px) {
  .envi__training-bg img:nth-child(1) {
    left: -60%;
  }
}
.envi__training-bg img:nth-child(2) {
  top: 50%;
  right: -240px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .envi__training-bg img:nth-child(2) {
    right: -60%;
  }
}
.envi__training-bg img:nth-child(3) {
  bottom: -240px;
  left: -240px;
}
.envi__training-col {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .envi__training-col:first-child {
    margin-bottom: 20px;
  }
}
.envi__training-headingsub {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .envi__training-headingsub {
    font-size: 1.6rem;
  }
}
.envi__training-desc {
  margin: 24px 0;
}
.envi__training-list {
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  background: #e6f3fa;
}
.envi__training-listitem {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .envi__training-listitem {
    font-size: 1.4rem;
  }
}
.envi__training-listitem::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #143666;
}
.envi__training-listitem:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .envi__training-diagram {
    overflow-x: scroll;
  }
  .envi__training-diagram img {
    width: 1200px;
  }
}
.envi__section-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 80px 5.6%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 2em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6ab9ff),
    to(#1b6edf)
  );
  background: linear-gradient(#6ab9ff 0%, #1b6edf 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .envi__section-note {
    padding-block: 40px;
    font-size: 2rem;
  }
}
.envi__section-note .highlight {
  padding: 6.5px 8px;
  background: #fff;
  color: #004098;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.envi__career {
  margin: 48px 0 80px;
}
@media screen and (max-width: 767px) {
  .envi__career {
    margin: 28px 0 40px;
  }
}
.envi__career-item {
  border-radius: 10px;
  padding: 24px 40px;
  width: 100%;
  background: #fff;
}
.envi__career-item:not(:last-child) {
  margin-bottom: 24px;
}
.envi__career-year {
  border-radius: 15px;
  padding: 4.5px 16.75px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  background: #0d9488;
}
.envi__career-title {
  margin: 8px 0 24px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .envi__career-title {
    font-size: 2.4rem;
  }
}
.envi__career-title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .envi__career-title br {
    display: block;
  }
}
.envi__career-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 7%;
}
@media screen and (max-width: 767px) {
  .envi__career-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.envi__career-detailstitle {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #0d9488;
}
@media screen and (max-width: 767px) {
  .envi__career-detailstitle {
    font-size: 1.6rem;
  }
}
.envi__career-listitem {
  position: relative;
  padding-left: 24px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .envi__career-listitem {
    font-size: 1.4rem;
  }
}
.envi__career-listitem::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #0d9488;
}
.envi__career-listitem:not(:last-child) {
  margin-bottom: 8px;
}
.envi__career-col {
  width: 100%;
}
.envi__career-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 824px;
}
@media screen and (max-width: 767px) {
  .envi__career-steps {
    width: 824px;
  }
}
@media screen and (max-width: 767px) {
  .envi__career-stepswrapper {
    width: 100%;
    overflow-x: scroll;
  }
}
.envi__career-stepsitem {
  width: 100%;
}
.envi__career-stepsheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.envi__career-stepsyear {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #0d9488;
}
.envi__career-stepsimg {
  max-width: 100px;
}
.envi__career-stepsheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .envi__career-stepsheight {
    font-size: 1.6rem;
  }
}
.envi__career-3rdyear .envi__career-stepsheight {
  height: 120px;
  background: #0d9488;
}
.envi__career-7thyear .envi__career-stepsheight {
  height: 160px;
}
.envi__career-7thyear .envi__career-detailstitle,
.envi__career-7thyear .envi__career-stepsyear {
  color: #1ea9dc;
}
.envi__career-7thyear .envi__career-stepsheight,
.envi__career-7thyear .envi__career-listitem::before,
.envi__career-7thyear .envi__career-year {
  background: #1ea9dc;
}
.envi__career-12thyear .envi__career-stepsheight {
  height: 200px;
  background: #2563eb;
}
.envi__career-12thyear .envi__career-detailstitle,
.envi__career-12thyear .envi__career-stepsyear {
  color: #2563eb;
}
.envi__career-12thyear .envi__career-stepsheight,
.envi__career-12thyear .envi__career-listitem::before,
.envi__career-12thyear .envi__career-year {
  background: #2563eb;
}
.envi__career-13thyear .envi__career-stepsheight {
  height: 240px;
}
.envi__career-13thyear .envi__career-detailstitle,
.envi__career-13thyear .envi__career-stepsyear {
  color: #8646e0;
}
.envi__career-13thyear .envi__career-stepsheight,
.envi__career-13thyear .envi__career-listitem::before,
.envi__career-13thyear .envi__career-year {
  background: #8646e0;
}
.envi__career-management {
  text-align: center;
}
.envi__career-management .envi__heading-2 {
  margin-bottom: 24px;
}
.envi__benefit {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .envi__benefit {
    margin-top: 40px;
  }
}
.envi__benefit:first-child {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .envi__benefit:first-child {
    margin-top: 64px;
  }
}
.envi__benefit--health .envi__benefit-header {
  border-color: #67cc20;
}
.envi__benefit--health .envi__benefit-item {
  background: #ebfae1;
}
.envi__benefit--growth .envi__benefit-header {
  border-color: #8646e0;
}
.envi__benefit--growth .envi__benefit-item {
  background: #f1ebfa;
}
.envi__benefit--vacation .envi__benefit-header {
  border-color: #008998;
}
.envi__benefit--vacation .envi__benefit-item {
  background: #e3f8f6;
}
.envi__benefit--vacation .highlight {
  color: #008998 !important;
}
.envi__benefit--various .envi__benefit-header {
  border-color: #ff9d3d;
}
.envi__benefit--various .envi__benefit-item {
  background: #fff6e0;
}
.envi__benefit--various .highlight {
  color: #ff9d3d !important;
}
.envi__benefit-header {
  margin-bottom: 40px;
  border-bottom: 2px solid #143666;
  padding-bottom: 16px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.envi__benefit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .envi__benefit-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .envi__benefit-list {
    grid-template-columns: 1fr;
  }
}
.envi__benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
  width: 100%;
  max-width: 282px;
  min-height: 239px;
  background: #e6f3fa;
}
@media screen and (max-width: 767px) {
  .envi__benefit-item {
    margin: 0 auto;
    min-height: 0;
  }
}
.envi__benefit-item.js-benefit-item {
  cursor: pointer;
}
.envi__benefit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .envi__benefit-icon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .envi__benefit-icon img {
    width: 50%;
  }
}
.envi__benefit-title {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .envi__benefit-title {
    font-size: 1.6rem;
  }
}
.envi__benefit-details {
  max-height: 45px;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}
.envi__benefit-details.active {
  max-height: 999px;
}
.envi__benefit-details.active .envi__benefit-read {
  color: #999;
}
.envi__benefit-details.active .envi__benefit-openclose {
  border-color: #999;
}
.envi__benefit-details.active .envi__benefit-openclose::before,
.envi__benefit-details.active .envi__benefit-openclose::after {
  background: #999;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.envi__benefit-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 16px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #004098;
  cursor: pointer;
}
.envi__benefit-openclose {
  display: block;
  position: relative;
  border: 1px solid #004098;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.envi__benefit-openclose::after,
.envi__benefit-openclose::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #004098;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.envi__benefit-openclose::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.envi__benefit-description {
  margin-top: 16px;
}
.envi__benefit-description .highlight {
  font-weight: 700;
  line-height: 2em;
  color: #143666;
}
.envi__performance {
  position: relative;
  background: #e7eff5;
  z-index: 0;
}
.envi__performance::before {
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url('../public/img/envi/bg-performance.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .envi__performance .heading__en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .envi__performance .heading__ja {
    bottom: -20px;
  }
}
.envi__performance-content {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 50% minmax(0, 520px);
  gap: 2%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .envi__performance-content {
    margin-top: 40px;
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.envi__performance-content:first-child {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .envi__performance-content:first-child {
    margin-top: 64px;
  }
}
.envi__performance-content--cards {
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .envi__performance-content--cards {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.envi__performance-mainimage,
.envi__performance-mainimage img {
  border-radius: 16px;
}
.envi__performance-title {
  margin-bottom: 24px;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .envi__performance-title {
    margin: 24px 0;
  }
}
.envi__performance-card {
  padding: 24px 40px;
  border-radius: 16px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .envi__performance-card {
    padding: 16px 24px;
  }
}
.envi__performance-cardtitle {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .envi__performance-cardtitle {
    font-size: 2rem;
  }
}
.envi__gallery {
  padding: 120px 0 320px;
  min-height: 100vh;
  background: #004098;
}
@media screen and (max-width: 767px) {
  .envi__gallery {
    padding: 120px 0;
  }
}
.envi__gallery-headingen {
  color: #fff;
  opacity: 0.3;
}
.envi__gallery-wrapper {
  margin-top: 80px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .envi__gallery-wrapper {
    margin-top: 64px;
  }
}
.envi__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.envi__gallery-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 480px !important;
}
@media screen and (max-width: 767px) {
  .envi__gallery-item {
    min-width: 320px !important;
    height: 240px !important;
  }
}
.envi__gallery-item img {
  height: 100%;
}
.envi__gallery-note {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 8px 0 0;
  padding: 8px;
  font-size: 1.8rem;
  line-height: 1.5em;
  background: #fff;
  color: #143666;
}
@media screen and (max-width: 767px) {
  .envi__gallery-note {
    font-size: 1.6rem;
  }
}
.envi__community {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: clip;
  z-index: 0;
  background: #fff;
}
.envi__community::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  border-radius: 100%;
  width: 2400px;
  height: 800px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .envi__community::before {
    top: -100px;
    width: 100%;
    height: 200px;
  }
}
.envi__community-container {
  position: relative;
}
.envi__community-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.envi__community-decoitem {
  position: absolute;
  z-index: 0;
}
.envi__community-decoitem.uleft {
  left: calc(-204px + 4%);
}
@media screen and (max-width: 1600px) {
  .envi__community-decoitem.uleft {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .envi__community-decoitem.uleft {
    display: none;
  }
}
.envi__community-decoitem.uright {
  right: calc(-216px + 4%);
}
@media screen and (max-width: 1600px) {
  .envi__community-decoitem.uright {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .envi__community-decoitem.uright {
    display: none;
  }
}
.envi__community-decoitem.uleft,
.envi__community-decoitem.uright {
  top: 0;
  z-index: -1;
}
.envi__community-decoitem.bleft {
  left: calc(-204px + 4%);
}
@media screen and (max-width: 1600px) {
  .envi__community-decoitem.bleft {
    left: 0;
  }
}
.envi__community-decoitem.bright {
  right: calc(-204px + 4%);
}
@media screen and (max-width: 1600px) {
  .envi__community-decoitem.bright {
    right: 0;
  }
}
.envi__community-decoitem.bleft,
.envi__community-decoitem.bright {
  bottom: 200px;
  z-index: -1;
}
.envi__community-row {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .envi__community-row {
    margin-top: 40px;
  }
}
.envi__community-header {
  margin-bottom: 40px;
  text-align: center;
}
.envi__community-cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .envi__community-cardlist {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.envi__community-carditem {
  border-radius: 40px;
  width: 100%;
  max-width: 560px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px #d4edfa;
  box-shadow: 0 8px 20px #d4edfa;
}
.envi__community-carddetails {
  padding: 24px 24px 40px;
}
.envi__community-image {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .envi__community-image {
    height: 200px;
  }
}
.envi__community-image,
.envi__community-image img {
  border-radius: 24px 24px 0 0;
}
.envi__community-title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  color: #004098;
}
@media screen and (max-width: 767px) {
  .envi__community-title {
    font-size: 2rem;
  }
}

.project__story {
  background: #fff;
  padding-block: 120px 248px;
}
@media screen and (max-width: 767px) {
  .project__story {
    padding-block: 64px 180px;
  }
}
.project__story-heading {
  text-align: center;
}
.project__story-heading .heading__en {
  font-size: 8rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .project__story-heading .heading__en {
    font-size: 40px;
  }
}
.project__story-heading .heading__ja {
  line-height: 1.5em;
  inset: auto auto -129px 49.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .project__story-heading .heading__ja {
    bottom: -109px;
  }
}
.project__story-heading .heading__ja rt {
  font-size: 1.6rem;
  letter-spacing: -1.75em;
  margin-block: 20px 8px;
}
@media screen and (max-width: 767px) {
  .project__story-heading .heading__ja rt {
    font-size: 14px;
    letter-spacing: -1.55em;
  }
}
.project__sc {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.project__sc-bg {
  width: 100%;
  height: 100%;
  background: url('../public/img/project/sc-bg.webp') no-repeat center/cover;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: -1;
  will-change: filter, transform;
}
@media screen and (max-width: 767px) {
  .project__sc-bg {
    top: 64px;
  }
}
.project__sc-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, var(--overlay-opacity, 0));
  display: block;
  pointer-events: none;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.project__sc-head {
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .project__sc-head {
    padding: 24px;
  }
}
.project__sc-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font:
    700 6.4rem 'Raleway',
    sans-serif;
  line-height: 1.5em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#004098),
    to(#63c2fa)
  );
  background: linear-gradient(to right, #004098 0%, #63c2fa 100%);
  padding: 4px 8px;
  margin-bottom: 24px;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  .project__sc-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.project__sc-subheading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #004098;
  font:
    700 4rem 'Raleway',
    sans-serif;
  line-height: 1.5em;
  background: #fff;
  padding: 4px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .project__sc-subheading {
    font-size: 22px;
  }
}
.project__sc-subheading:last-child {
  margin-bottom: 0;
}
.project__sc-data {
  padding-block: 168px;
}
@media screen and (max-width: 767px) {
  .project__sc-data {
    padding-block: 80px;
  }
}
.project__data-box {
  background-color: #fff;
  background-image:
    linear-gradient(#f5f8fa 0.6px, transparent 1.6px),
    linear-gradient(to right, #f5f8fa 1.6px, #fff 1.6px);
  background-size: 30px 30px;
  background-position: center;
  padding: 80px;
  border-radius: 24px;
}
@media screen and (max-width: 1200px) {
  .project__data-box {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .project__data-box {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
.project__data-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .project__data-block {
    margin-bottom: 40px;
  }
}
.project__data-heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .project__data-heading {
    margin-bottom: 28px;
  }
}
.project__data-heading .heading__en {
  font-size: 6.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .project__data-heading .heading__en {
    font-size: 32px;
  }
}
.project__data-heading .heading__ja {
  font-size: 3.2rem;
  inset: auto auto -12px 0;
}
@media screen and (max-width: 767px) {
  .project__data-heading .heading__ja {
    font-size: 24px;
    inset: auto auto -14px 0;
  }
}
.project__data-list {
  width: 100%;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .project__data-list {
    gap: 8px;
  }
}
.project__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  gap: 16px;
}
.project__data-label {
  color: #143666;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .project__data-label {
    font-size: 14px;
  }
}
.project__data-info {
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .project__data-info {
    font-size: 14px;
  }
}
.project__data-member-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 980px) {
  .project__data-member-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .project__data-member-row {
    gap: 28px;
  }
}
.project__data-member-label {
  width: 100%;
  padding: 4px;
  background: #004098;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  display: block;
}
@media screen and (max-width: 767px) {
  .project__data-member-label {
    font-size: 14px;
  }
}
.project__data-member-label.green {
  background: #008998;
}
.project__data-member-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  padding: 16px 0 0;
}
@media screen and (max-width: 980px) {
  .project__data-member-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .project__data-member-group {
    grid-template-columns: repeat(auto-fill, 119px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}
.project__data-member-item {
  max-width: 154px;
  padding: 0 17px;
}
.project__data-image {
  max-width: 120px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .project__data-image {
    max-width: 80px;
  }
}
.project__data-name {
  display: block;
  color: #004098;
  font:
    700 2.4rem 'Raleway',
    sans-serif;
  line-height: 1.5em;
  text-align: center;
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .project__data-name {
    font-size: 20px;
  }
}
.project__data-pos {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project__data-pos {
    font-size: 12px;
  }
}
.project__section {
  position: relative;
  background: #fff;
  padding-block: 120px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .project__section {
    padding-block: 60px;
  }
}
.project__section.l4-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e6f3fa),
    to(#fafdff)
  );
  background: linear-gradient(to right, #e6f3fa 0%, #fafdff 100%);
}
.project__section.pb-bg {
  background: #d4edfa;
}
.project__section.w-space {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .project__section.w-space {
    padding-bottom: 84px;
  }
}
.project__section.w-space::after {
  content: '';
  display: block;
  background: #fff;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .project__section.w-space::after {
    height: 24px;
  }
}
.project__section .mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .project__section .mb-48 {
    margin-bottom: 28px;
  }
}
.project__heading-container {
  width: 100%;
  margin-left: auto;
  padding-left: clamp(45px, (100vw - 1200px) / 2.06, 360px);
}
@media screen and (max-width: 1200px) {
  .project__heading-container {
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .project__heading-container {
    padding-left: 5.83%;
  }
}
.project__heading-block {
  width: 100%;
  margin-bottom: 48px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#004098),
    to(#63c2fa)
  );
  background: linear-gradient(to right, #004098 0%, #63c2fa 100%);
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .project__heading-block {
    margin-bottom: 28px;
  }
}
.project__heading {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .project__heading {
    font-size: 24px;
  }
}
.project__section-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .project__section-row {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .project__section-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.project__section-row.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project__banner-image {
  width: 100%;
  aspect-ratio: 1920/640;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .project__banner-image {
    aspect-ratio: 375/220;
  }
}
.project__ch-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .project__ch-block {
    margin-bottom: 40px;
  }
}
.project__ch-block:last-child {
  margin-bottom: 0;
}
.project__ch-heading {
  color: #004098;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project__ch-heading {
    line-height: 1.5em;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.project__ch-heading.green {
  color: #098a3d;
}
.project__ch-heading.yellow {
  color: #ff9d3d;
}
.project__ch-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .project__ch-row {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .project__ch-row {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.project__ch-row.blue {
  gap: 40px 50px;
}
@media screen and (max-width: 767px) {
  .project__ch-row.blue {
    gap: 24px;
  }
}
.project__ch-row.blue .project__ch-item {
  max-width: 575px;
}
.project__ch-row.green .project__ch-item {
  max-width: 560px;
}
.project__ch-row.green .project__ch-num {
  background: #098a3d;
}
.project__ch-row.yellow .project__ch-item {
  max-width: 560px;
}
.project__ch-row.yellow .project__ch-num {
  background: #ff9d3d;
}
.project__ch-row.image {
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .project__ch-row.image {
    gap: 20px;
    margin-top: 28px;
  }
}
.project__ch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .project__ch-list {
    gap: 24px;
  }
}
.project__ch-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.project__ch-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 28px;
  background: #004098;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .project__ch-num {
    width: 44px;
    height: 24px;
    font-size: 16px;
    margin-top: 4px;
  }
}
.project__ref-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .project__ref-list {
    gap: 28px;
  }
}
.project__ref-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .project__ref-item {
    gap: 20px;
  }
}
.project__ref-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .project__ref-img {
    width: 64px;
  }
}
.project__ref-box {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .project__ref-box {
    border-radius: 14px;
    padding: 20px;
  }
}
.project__ref-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .project__ref-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.project__ref-head.green .project__ref-name {
  color: #008998;
}
.project__ref-head.green .project__ref-dtl {
  border-color: #008998;
  color: #008998;
}
.project__ref-name {
  color: #004098;
  font:
    700 2.4rem 'Raleway',
    sans-serif;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .project__ref-name {
    font-size: 20px;
  }
}
.project__ref-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 16px;
  border: 1px solid #004098;
  border-radius: 24px;
  color: #004098;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .project__ref-dtl {
    padding: 4px 14px;
    font-size: 14px;
  }
}
.project__ref-btp {
  position: relative;
  margin-top: 48px;
  padding: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6ab9ff),
    to(#1b6edf)
  );
  background: linear-gradient(to bottom, #6ab9ff 0%, #1b6edf 100%);
  border-radius: 24px;
}
@media screen and (max-width: 1200px) {
  .project__ref-btp {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .project__ref-btp {
    margin-top: 28px;
    padding: 40px 30px;
    border-radius: 20px;
  }
}
.project__ref-btp-text-bg {
  position: absolute;
  inset: 0;
  color: #fff;
  font:
    700 10rem 'Raleway',
    sans-serif;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .project__ref-btp-text-bg {
    font-size: 48px;
  }
}
.project__ref-btp-row {
  position: relative;
  z-index: 2;
}
.project__btp-heading {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project__btp-heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.pp {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding-block: 40px;
  }
}
.pp ol {
  padding-left: 16px;
}
.pp__main-list > li:not(:last-child) {
  margin-bottom: 16px;
}
.pp .secondary-heading__en {
  display: block;
  margin-bottom: 16px;
  color: #143666;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.mx-1080 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .mx-1080 {
    display: block;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

.white {
  color: #fff;
}

.secondary-heading__ja {
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .secondary-heading__ja {
    font-size: 28px;
  }
}
.secondary-heading__en {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .secondary-heading__en {
    font-size: 12px;
  }
}

.inline-block {
  display: inline-block;
}

.facility-name {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  font-size: 1.4rem;
  color: #000;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  isolation: isolate;
  margin-inline: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.wp-pagenavi .page::before,
.wp-pagenavi .current::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}
.wp-pagenavi .page {
  color: #143666;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wp-pagenavi .page:hover {
  opacity: 0.5;
}
.wp-pagenavi .current {
  color: #fff;
  pointer-events: none;
}
.wp-pagenavi .current::before {
  background-color: #143666;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 15px;
  height: 13px;
  background-image: url('../public/img/icons/arrow-blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.5;
}
.wp-pagenavi .previouspostslink {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
  scale: -1;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }
}

@-webkit-keyframes marquee-move-text {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee-move-text {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.bg-blue-e6 {
  background: #e6f3fa;
}

.bg-blue-gray {
  background: #e7eff5;
}

.col-white {
  color: #fff;
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.wpcf7-list-item {
  background-color: #f4f5f8;
  padding: 12px 18px;
  border-radius: 8px;
  margin: 0 !important;
}
.wpcf7-list-item input {
  display: none;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-color: #143666;
  border-color: #143666;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.wpcf7-list-item .wpcf7-list-item-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #143666;
  background: #fff;
  margin-right: 8px;
  border-radius: 4px;
}
.wpcf7-list-item .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 42%;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  opacity: 0;
}

.wpcf7-not-valid-tip,
label.error {
  position: absolute;
  inset: 100% auto auto 0;
  font-size: 14px !important;
  color: #dc3232;
}
/*# sourceMappingURL=main.css.map */
