@charset "UTF-8";
/*
===== original reset ===========================
*/
/* 1: universal reset
------------------------------------- */
html {
  cursor: default;
  font-size: 62.5%;
}

/* box sizing
------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

/* general params
------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
body,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
figure {
  margin: 0;
  padding: 0; /* margin&padding reset */
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

/* word break
------------------------------------- */
p {
  word-break: normal;
}

/* image
------------------------------------- */
img {
  vertical-align: bottom;
  border-style: none;
}

/* 2: form setting
------------------------------------- */
option {
  padding-right: 10px;
}

input,
select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-bottom {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fade-bottom {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes round-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes float-interview {
  0%, 100% {
    transform: translateY(2%);
  }
  50% {
    transform: translateY(-2%);
  }
}
@keyframes float-interview {
  0%, 100% {
    transform: translateY(2%);
  }
  50% {
    transform: translateY(-2%);
  }
}
@-webkit-keyframes float-balloon {
  0%, 100% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(-5%);
  }
}
@keyframes float-balloon {
  0%, 100% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(-5%);
  }
}
@-webkit-keyframes float-dot {
  0%, 100% {
    transform: translateY(30%);
  }
  50% {
    transform: translateY(-30%);
  }
}
@keyframes float-dot {
  0%, 100% {
    transform: translateY(30%);
  }
  50% {
    transform: translateY(-30%);
  }
}
.js-anim-trigger {
  opacity: 0;
  /*-------------------------------------------> delay */
  /*-------------------------------------------> setting */
}
.js-anim-trigger.--delay-1 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-1.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-2 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-2.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-3 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-3.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-4 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-4.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-5 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-5.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-6 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-6.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-7 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-7.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-8 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-8.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-9 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-9.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--delay-10 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-10.--delay-sp {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
}
.js-anim-trigger.--fade.js-anim-active {
  -webkit-animation: fade 1.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: fade 1.6s 0.2s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.js-anim-trigger.--fade-bottom.js-anim-active {
  -webkit-animation: fade-bottom 1s 0.2s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: fade-bottom 1s 0.2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/*-------------------------------------------> GSAP Animation */
[data-js-fade-in-up],
[data-js-hero-intro] .intro-text,
[data-js-hero-intro] .intro-deco > div {
  opacity: 0;
  visibility: hidden;
}

.--c-arrow-btn > .icon .icon__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.9rem);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .--c-arrow-btn > .icon .icon__arrow {
    width: 6.8rem;
    height: 3rem;
    left: calc(50% - 1.7rem);
  }
}
.--c-arrow-btn > .icon .icon__arrow svg {
  max-width: 100%;
}
.--c-arrow-btn > .icon .icon__arrow svg path {
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.--c-arrow-btn > .icon .icon__arrow svg:first-child {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.333vw;
  }
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", meiryo, sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 6rem;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header {
    height: 10.8rem;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  padding-inline: 2.4rem 1rem;
  background-color: #FFFFFF;
  width: inherit;
  height: inherit;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding-inline: 2.4rem 1.8rem;
  }
}
header .header-logo {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 15.2rem;
  }
}
header .header-contents {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .header-contents__btn {
  margin-right: 2rem;
}
header .header-contents__btn > ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
header .header-contents__btn li {
  position: relative;
}
header .header-contents__btn li.--dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1001;
  width: inherit;
}
@media screen and (max-width: 767px) {
  header .header-contents__btn li.--dropdown .dropdown-menu {
    top: calc(100% + 2.2rem);
    width: calc(100% + 3rem);
  }
}
header .header-contents__btn li.--dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1rem;
  background: transparent;
}
header .header-contents__btn li.--dropdown .dropdown-menu .wrapper {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  header .header-contents__btn li.--dropdown .dropdown-menu .wrapper {
    padding: 2rem;
  }
}
header .header-contents__btn li.--dropdown .dropdown-menu .wrapper + .wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .header-contents__btn li.--dropdown .dropdown-menu a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333333;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .header-contents__btn li.--dropdown .dropdown-menu a {
    transition: opacity 0.3s linear;
  }
  header .header-contents__btn li.--dropdown .dropdown-menu a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  header .header-contents__btn li.--dropdown .dropdown-menu a {
    font-size: 2.4rem;
  }
}
header .header-contents__btn li.--dropdown .dropdown-menu a + a {
  margin-top: 1rem;
}
header .header-contents__btn li.--dropdown .dropdown-menu a::after {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #003e80;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header .header-contents__btn li.--dropdown .dropdown-menu a::after {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.2rem solid #003e80;
  }
}
header .header-contents__btn li.--dropdown:hover .dropdown-menu,
header .header-contents__btn li.--dropdown .dropdown-menu:hover {
  display: block;
}
header .header-contents__btn .header-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  background-color: #dc0823;
  border: 1px solid #dc0823;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  header .header-contents__btn .header-btn {
    width: 20rem;
    height: 6.8rem;
  }
}
header .header-contents__btn .header-btn span {
  font-size: 1.2rem;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #FFFFFF;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767px) {
  header .header-contents__btn .header-btn span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  header .header-contents__btn .header-btn:hover {
    background-color: #FFFFFF;
  }
  header .header-contents__btn .header-btn:hover span {
    color: #dc0823;
  }
}
header .header-contents__trigger {
  cursor: pointer;
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  header .header-contents__trigger {
    width: 5rem;
    height: 5rem;
  }
}
header .header-contents__trigger::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-color: #003e80;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  header .header-contents__trigger::after {
    width: 8.4rem;
    height: 10.8rem;
    left: 50%;
  }
}
header .header-contents__trigger-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
header .header-contents__trigger span {
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  header .header-contents__trigger span {
    width: 4.6rem;
    left: calc(50% + 1px);
  }
}
header .header-contents__trigger span:nth-child(1) {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  header .header-contents__trigger span:nth-child(1) {
    margin-top: -1.8rem;
  }
}
header .header-contents__trigger span:nth-child(3) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  header .header-contents__trigger span:nth-child(3) {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  header .header-contents__trigger:hover::after {
    opacity: 1;
    visibility: visible;
  }
  header .header-contents__trigger:hover span {
    background-color: #FFFFFF;
  }
}
header .header-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  filter: drop-shadow(0 0.6rem 1.2rem rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1080px) {
  header .header-nav {
    filter: none;
  }
}
header.--is-open .header-contents__btn {
  display: none;
}
header.--is-open .header-contents__trigger::after {
  opacity: 1;
  visibility: visible;
}
header.--is-open .header-contents__trigger span {
  background-color: #FFFFFF;
  margin: 0;
}
header.--is-open .header-contents__trigger span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header.--is-open .header-contents__trigger span:nth-child(2) {
  opacity: 0;
}
header.--is-open .header-contents__trigger span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header.--is-open .header-nav {
  display: block;
  padding-block: 12.7rem 6.7rem;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav {
    padding-block: 10.8rem 21.6rem;
  }
}
header.--is-open .header-nav__content {
  width: 100%;
  max-width: calc(950px + 10rem);
  margin: 0 auto;
  padding-inline: 5rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 55.2rem 31.7rem;
  grid-template-areas: "area01 area02" "area03 area03";
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav__content {
    grid-template-columns: 100%;
    grid-template-areas: "area01" "area02" "area03";
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav__content {
    max-width: 100%;
    padding-inline: 3rem;
  }
}
header.--is-open .header-nav .header-nav__area a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
header.--is-open .header-nav .header-nav__area a.--arrow::after {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #003e80;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area a.--arrow::after {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.2rem solid #003e80;
  }
}
header.--is-open .header-nav .header-nav__area a.--blank::after {
  content: "";
  display: block;
  background-image: url("data: image/svg+xml;base64,PHN2ZyAKCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCgogd2lkdGg9IjE1LjVweCIgaGVpZ2h0PSIxMi41cHgiPgoKPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMCwgNjIsIDEyOCkiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKCiBkPSJNMy41MDAsMC41MDAgTDE0LjUwMCwwLjUwMCBMMTQuNTAwLDguNTAwIEwzLjUwMCw4LjUwMCBMMy41MDAsMC41MDAgWiIvPgoKPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMCwgNjIsIDEyOCkiIHN0cm9rZS13aWR0aD0iMXB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIKCiBkPSJNMTEuNTAwLDExLjUwMCBMMC41MDAsMTEuNTAwIEwwLjUwMCwzLjUwMCAiLz4KCjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.4rem;
  height: 1.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area a.--blank::after {
    width: 2.7rem;
    height: 2.1rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area01 {
  grid-area: area01;
  display: grid;
  justify-content: space-between;
  align-items: start;
  align-content: end;
  gap: 0 4rem;
}
@media screen and (min-width: 768px) {
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(1) img {
    width: 17.6rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(2) img {
    width: 11.9rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(3) img {
    width: 21.9rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(4) img {
    width: 12.8rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(5) {
    grid-row: 1;
    grid-column: 2;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(5) img {
    width: 13.7rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(6) {
    grid-row: 2;
    grid-column: 2;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(6) img {
    width: 15.6rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(7) {
    grid-row: 3;
    grid-column: 2;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(7) img {
    width: 21.9rem;
  }
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav .header-nav__area.--area01 {
    justify-content: unset;
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area01 {
    gap: unset;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(1) img {
    width: 26.4rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(2) img {
    width: 18.6rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(3) img {
    width: 34.9rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(4) img {
    width: 19.1rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(5) img {
    width: 24.8rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(6) img {
    width: 30.4rem;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li:nth-child(7) img {
    width: 34.1rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area01 li {
  width: 25.6rem;
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav .header-nav__area.--area01 li {
    width: 100%;
  }
}
header.--is-open .header-nav .header-nav__area.--area01 li a {
  padding-block: 4rem 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  header.--is-open .header-nav .header-nav__area.--area01 li a {
    transition: opacity 0.3s linear;
  }
  header.--is-open .header-nav .header-nav__area.--area01 li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area01 li a {
    padding-block: 3rem 3rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 {
  grid-area: area02;
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav .header-nav__area.--area02 {
    margin-top: 6rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 .head {
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #003e80;
  color: #FFFFFF;
  padding-block: 0.9rem 0.9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 .head {
    font-size: 2.8rem;
    padding-block: 1.4rem 1.4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul {
    margin-top: unset;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li a {
  padding-block: 1.7rem 1.7rem;
}
@media screen and (min-width: 768px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li a {
    transition: opacity 0.3s linear;
  }
  header.--is-open .header-nav .header-nav__area.--area02 > ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li a {
    padding-block: 3rem 3rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(1) img {
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(1) img {
    width: 34.8rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(2) img {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(2) img {
    width: 33.4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(3) img {
  width: 15.2rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(3) img {
    width: 28rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(4) img {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(4) img {
    width: 54.2rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(5) img {
  width: 17.1rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(5) img {
    width: 31.6rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(6) img {
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area02 > ul li:nth-child(6) img {
    width: 51.5rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 {
  grid-area: area03;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f2f5f9;
  border-radius: 2rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
  padding: 2.4rem;
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav .header-nav__area.--area03 {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 {
    margin-top: 6rem;
    padding: 6rem 4rem 6rem;
    gap: 4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .head img {
  width: 7.8rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .head img {
    width: 14.4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns {
    gap: 2.4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns a {
  width: 18.4rem;
  height: 5rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1080px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a {
    width: calc(50% - 0.8rem);
    height: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a {
    width: 100%;
    height: 9.6rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn01, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn02 {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn01, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn02 {
    transition: opacity 0.3s linear;
  }
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn01:hover, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn02:hover {
    opacity: 0.6;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn01 img, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn02 img {
  width: 14.7rem;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn01 img, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn02 img {
    width: 29.3rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04 {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  background-color: #dc0823;
  border: 1px solid #dc0823;
  box-sizing: border-box;
  padding-inline: 1.2rem 1.2rem;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04 {
    padding-inline: 2.4rem 2.4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03 span, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04 span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03 span, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04 span {
    font-size: 2.4rem;
  }
}
header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03:after, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04:after {
  border-left: 8px solid #FFFFFF;
  right: 1.2rem;
  transition: border-left 0.3s linear;
}
@media screen and (max-width: 767px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03:after, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04:after {
    right: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03:hover, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04:hover {
    background-color: #FFFFFF;
  }
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03:hover span, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04:hover span {
    color: #dc0823;
  }
  header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn03:hover:after, header.--is-open .header-nav .header-nav__area.--area03 .btns a.--btn04:hover:after {
    border-left: 8px solid #dc0823;
  }
}

.footer {
  overflow: hidden;
  margin-top: 8rem;
}
.footer .footer-textLoop {
  width: 100%;
  margin-bottom: -2px;
}
.footer .footer-textLoop .footer-textLoop-inner {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: loop-slide 30s linear infinite;
          animation: loop-slide 30s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer .footer-textLoop img {
  width: 176.8rem;
  height: auto;
  margin-right: 5rem;
  flex-shrink: 0;
}
.footer .footer-inner {
  background-color: #003e81;
  color: #FFFFFF;
  padding-block: 8rem 0;
}
.footer .footer-inner .footer-bottom a {
  display: block;
  color: #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .footer-inner .footer-bottom a {
    transition: opacity 0.3s linear;
  }
  .footer .footer-inner .footer-bottom a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-bottom a.--arrow::after {
    content: "";
    display: block;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.2rem solid #FFFFFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer .footer-inner .footer-bottom a.--blank::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIyNHB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIGZpbGw9Im5vbmUiIGQ9Ik02Ljk5MCwxLjAwNCBMMjcuOTk4LDEuMDA0IEwyNy45OTgsMTUuOTk5IEw2Ljk5MCwxNS45OTkgTDYuOTkwLDEuMDA0IFoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdHJva2Utd2lkdGg9IjJweCIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIGZpbGw9Im5vbmUiIGQ9Ik0yMi4wMTUsMjIuMDEyIEwxLjAwNywyMi4wMTIgTDEuMDA3LDYuOTg3ICIvPjwvc3ZnPg==");
  width: 1.4rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer .footer-inner .footer-bottom a.--blank::after {
    width: 2.7rem;
    height: 2.1rem;
  }
}
.footer .footer-top {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-top {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
.footer .footer-top__heading {
  display: flex;
  align-items: flex-start;
  gap: 9.2%;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__heading {
    flex-direction: column;
    gap: 5rem;
  }
}
.footer .footer-top__heading .footer-top__title {
  min-width: 40.4rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__heading .footer-top__title {
    min-width: auto;
    width: 52.1rem;
  }
}
.footer .footer-top__heading .footer-top__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__heading .footer-top__text {
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
}
.footer .footer-top__btns {
  display: flex;
  align-items: center;
  gap: 3.7%;
  padding-block: 4.5rem 8rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__btns {
    flex-direction: column;
    gap: 2rem;
    padding-block: 5rem 6rem;
    margin-top: 0;
  }
}
.footer .footer-top__btns .btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.8rem;
  color: #FFFFFF;
  position: relative;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__btns .btn {
    height: 9.6rem;
  }
}
.footer .footer-top__btns .btn:after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #FFFFFF;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: border-left 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__btns .btn:after {
    right: 3rem;
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
    border-left: 1.5rem solid #FFFFFF;
  }
}
.footer .footer-top__btns .btn span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__btns .btn span {
    font-size: 2.8rem;
  }
}
.footer .footer-top__btns .btn.--btn01 {
  background-color: #dc0823;
}
.footer .footer-top__btns .btn.--btn01 svg {
  width: 7.3rem;
  height: auto;
}
.footer .footer-top__btns .btn.--btn01 svg path {
  fill: #FFFFFF;
  transition: fill 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .footer-top__btns .btn.--btn01 svg {
    width: 10.7rem;
  }
}
.footer .footer-top__btns .btn.--btn02 {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .footer .footer-top__btns .btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #dc0823;
  }
  .footer .footer-top__btns .btn:hover span {
    color: #dc0823;
  }
  .footer .footer-top__btns .btn:hover svg path {
    fill: #dc0823;
  }
  .footer .footer-top__btns .btn:hover:after {
    border-left: 9px solid #dc0823;
  }
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-bottom__inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__inner {
    padding-inline: 0;
  }
}
.footer .footer-bottom__anchor {
  padding-block: 2.5rem;
  padding-inline: 0 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__anchor {
    padding-block: 3.5rem;
  }
}
.footer .footer-bottom__anchor a {
  display: block;
  width: 8.5rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom__anchor a {
    transition: opacity 0.3s linear;
  }
  .footer .footer-bottom__anchor a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__anchor a {
    width: 16.4rem;
  }
}
.footer .footer-bottom__first {
  position: relative;
  display: grid;
  grid-template-columns: 37rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 2rem 0;
  padding-block: 2.5rem 3.5rem;
  padding-inline: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1080px) {
  .footer .footer-bottom__first {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__first {
    padding-block: 7rem 10rem;
    gap: 0;
    grid-template-rows: unset;
    grid-template-columns: unset;
  }
}
.footer .footer-bottom__first .footer-bottom__links.--general {
  width: 37rem;
  display: grid;
  gap: 0.5rem 3rem;
  grid-row: 2;
  grid-column: 1;
  align-self: start;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__first .footer-bottom__links.--general {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    grid-row: unset;
    grid-column: unset;
    align-self: unset;
    font-size: 2.6rem;
    line-height: 1;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li {
    padding-block: 2.3rem;
    border-top: 1px solid rgb(255, 255, 255);
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:last-child {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(5) {
    grid-row: 1;
    grid-column: 2;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(6) {
    grid-row: 2;
    grid-column: 2;
  }
  .footer .footer-bottom__first .footer-bottom__links.--general li:nth-child(7) {
    grid-row: 3;
    grid-column: 2;
  }
}
.footer .footer-bottom__first .footer-bottom__links.--staff {
  position: relative;
  grid-row: 2;
  grid-column: 2;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1080px) {
  .footer .footer-bottom__first .footer-bottom__links.--staff {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__first .footer-bottom__links.--staff {
    margin: 2rem 0 0;
    padding: 0;
    font-size: 2.6rem;
    line-height: 1.4615384615;
  }
  .footer .footer-bottom__first .footer-bottom__links.--staff li {
    padding-block: 1.8rem;
    border-top: 1px solid rgb(255, 255, 255);
  }
  .footer .footer-bottom__first .footer-bottom__links.--staff li:last-child {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
}
.footer .footer-bottom__first .footer-bottom__links.--staff::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1080px) {
  .footer .footer-bottom__first .footer-bottom__links.--staff::after {
    display: none;
  }
}
.footer .footer-bottom__first .footer-bottom__links.--staff li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__first .footer-bottom__links.--staff li + li {
    margin-top: 0;
  }
}
.footer .footer-bottom__first .footer-bottom__staff-head {
  grid-row: 1;
  grid-column: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 1080px) {
  .footer .footer-bottom__first .footer-bottom__staff-head {
    margin-left: 0;
    padding-left: 0;
    margin-top: 3rem;
    padding-top: 3rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .footer .footer-bottom__first .footer-bottom__staff-head:after {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0;
    width: calc(100% + 6rem);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__first .footer-bottom__staff-head {
    font-size: 2.4rem;
    margin: 8rem 0 0;
    padding: 0;
  }
  .footer .footer-bottom__first .footer-bottom__staff-head:after {
    display: none;
  }
}
.footer .footer-bottom__second {
  padding-block: 1rem;
  padding-inline: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .footer .footer-bottom__second {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-block: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second {
    padding: 0;
    border: unset;
    gap: 2.4rem;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external {
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external {
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li {
  border: 1px solid #FFFFFF;
  width: 15rem;
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li {
    border: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 50%;
    height: auto;
    min-height: 9rem;
    padding-left: 3rem;
  }
  .footer .footer-bottom__second .footer-bottom__links.--external li:nth-child(1), .footer .footer-bottom__second .footer-bottom__links.--external li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-bottom__second .footer-bottom__links.--external li:nth-child(4) {
    padding-left: 3.5rem;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li a {
    gap: 1.5rem;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon01 {
  width: 1.7rem;
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon01 {
    width: 3.2rem;
    margin-left: 0.5rem;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon02 {
  width: 1.9rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon02 {
    width: 3.6rem;
    margin-left: 0;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon03 {
  width: 2.2rem;
  margin-left: 0.7rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon03 {
    width: 3.9rem;
    margin-left: 0;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon04 {
  width: 1.3rem;
  margin-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li a img.--icon04 {
    width: 2.4rem;
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--external li a span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--external li a span {
    font-size: 2.4rem;
  }
}
.footer .footer-bottom__second .footer-bottom__links.--legal {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--legal {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--legal li {
    width: 50%;
    height: auto;
    min-height: 7rem;
    padding-left: 3rem;
  }
  .footer .footer-bottom__second .footer-bottom__links.--legal li:nth-child(1), .footer .footer-bottom__second .footer-bottom__links.--legal li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer-bottom__second .footer-bottom__links.--legal li:nth-child(1), .footer .footer-bottom__second .footer-bottom__links.--legal li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer .footer-bottom__second .footer-bottom__links.--legal li a {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__second .footer-bottom__links.--legal li a {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom__second .footer-bottom__links.--legal li:not(:last-child) {
    margin-right: 0.6rem;
    padding-right: 0.6rem;
    border-right: 1px solid #FFFFFF;
  }
}
.footer .footer-bottom__third {
  padding-block: 1.7rem;
  padding-inline: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.footer .footer-bottom__third .footer-bottom__copyright {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__copyright {
    font-size: 2.4rem;
    padding-block: 2.4rem 4.8rem;
  }
}
.footer .footer-bottom__third .footer-bottom__sns {
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__sns {
    width: 100%;
    justify-content: center;
    gap: 4rem;
    padding-block: 2.8rem 2.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer .footer-bottom__third .footer-bottom__sns a {
  background-color: #FFFFFF;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__sns a {
    width: 7rem;
    height: 7rem;
  }
}
.footer .footer-bottom__third .footer-bottom__sns a img.--icon01 {
  width: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__sns a img.--icon01 {
    width: 1.8rem;
  }
}
.footer .footer-bottom__third .footer-bottom__sns a img.--icon02 {
  width: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__sns a img.--icon02 {
    width: 3rem;
  }
}
.footer .footer-bottom__third .footer-bottom__sns a img.--icon03 {
  width: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__sns a img.--icon03 {
    width: 3.4rem;
  }
}
.footer .footer-bottom__third .footer-bottom__sns a img.--icon04 {
  width: 1.7rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom__third .footer-bottom__sns a img.--icon04 {
    width: 4.1rem;
  }
}
.footer .entry-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 6rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.footer .entry-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.footer .entry-modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer .entry-modal__container {
  position: relative;
  z-index: 1;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 2rem;
  width: 100%;
  max-width: 52rem;
  padding: 5rem 4rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__container {
    max-width: 60rem;
    padding: 6.5rem 4rem;
  }
}
.footer .entry-modal__close {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__close {
    top: 2rem;
    right: 1.25rem;
    width: 6rem;
    height: 6rem;
  }
}
.footer .entry-modal__close::before, .footer .entry-modal__close::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__close::before, .footer .entry-modal__close::after {
    width: 5rem;
  }
}
.footer .entry-modal__close::before {
  transform: rotate(45deg);
}
.footer .entry-modal__close::after {
  transform: rotate(-45deg);
}
.footer .entry-modal__head svg {
  display: block;
  width: 14.4rem;
  margin-inline: auto;
}
.footer .entry-modal__head svg path {
  fill: #003e80;
}
.footer .entry-modal__text {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__text {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}
.footer .entry-modal__btns {
  margin-top: 2rem;
}
.footer .entry-modal__btns a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 36rem;
  height: 8rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer .entry-modal__btns a {
    transition: opacity 0.3s linear;
  }
  .footer .entry-modal__btns a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__btns a {
    width: 100%;
    height: 12rem;
  }
}
.footer .entry-modal__btns a + a {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__btns a + a {
    margin-top: 2.4rem;
  }
}
.footer .entry-modal__btns a.--btn01 img, .footer .entry-modal__btns a.--btn02 img {
  width: 21rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__btns a.--btn01 img, .footer .entry-modal__btns a.--btn02 img {
    width: 29.3rem;
  }
}
.footer .entry-modal__mypage {
  margin-top: 2rem;
}
.footer .entry-modal__mypage a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 30rem;
  height: 6rem;
  background-color: #dc0823;
  border: 1px solid #dc0823;
  box-sizing: border-box;
  padding-inline: 1.2rem;
  margin-inline: auto;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__mypage a {
    padding-inline: 2.4rem;
    width: calc(100% - 4.8rem);
    height: 8rem;
  }
}
.footer .entry-modal__mypage a span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__mypage a span {
    font-size: 2.4rem;
  }
}
.footer .entry-modal__mypage a.--arrow::after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #FFFFFF;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: border-left 0.3s linear;
}
@media screen and (max-width: 767px) {
  .footer .entry-modal__mypage a.--arrow::after {
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
    border-left: 1.5rem solid #FFFFFF;
    right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .entry-modal__mypage a:hover {
    background-color: #FFFFFF;
  }
  .footer .entry-modal__mypage a:hover span {
    color: #dc0823;
  }
  .footer .entry-modal__mypage a:hover.--arrow::after {
    border-left: 9px solid #dc0823;
  }
}

#main-container {
  width: auto;
  overflow: clip;
}

#site-wrapper {
  position: relative;
}
#site-wrapper .gradation-round {
  position: absolute;
  z-index: -1;
  background: #fff;
  border-radius: 50%;
}
#site-wrapper .gradation-round.--gradation-size-XL {
  width: 67.4rem;
  height: 67.4rem;
  -webkit-animation: round-rotate 12s linear infinite;
          animation: round-rotate 12s linear infinite;
  -webkit-mask-image: radial-gradient(transparent 26.6rem, #fff 26.7rem);
          mask-image: radial-gradient(transparent 26.6rem, #fff 26.7rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper .gradation-round.--gradation-size-XL {
    width: 52.8rem;
    height: 52.8rem;
    -webkit-mask-image: radial-gradient(transparent 19.5rem, #fff 19.6rem);
            mask-image: radial-gradient(transparent 19.5rem, #fff 19.6rem);
  }
}
#site-wrapper .gradation-round.--gradation-size-L {
  width: 48.7rem;
  height: 48.7rem;
  -webkit-animation: round-rotate 12s linear infinite;
          animation: round-rotate 12s linear infinite;
  -webkit-mask-image: radial-gradient(transparent 17.3rem, #fff 17.4rem);
          mask-image: radial-gradient(transparent 17.3rem, #fff 17.4rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper .gradation-round.--gradation-size-L {
    width: 40rem;
    height: 40rem;
    -webkit-mask-image: radial-gradient(transparent 13rem, #fff 13.1rem);
            mask-image: radial-gradient(transparent 13rem, #fff 13.1rem);
  }
}
#site-wrapper .gradation-round.--gradation-size-M {
  width: 40rem;
  height: 40rem;
  -webkit-animation: round-rotate 12s linear infinite;
          animation: round-rotate 12s linear infinite;
  -webkit-mask-image: radial-gradient(transparent 13rem, #fff 13.1rem);
          mask-image: radial-gradient(transparent 13rem, #fff 13.1rem);
}
#site-wrapper .youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 6rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
#site-wrapper .youtube-modal.is-active {
  opacity: 1;
  visibility: visible;
}
#site-wrapper .youtube-modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#site-wrapper .youtube-modal__container {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 1180px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  #site-wrapper .youtube-modal__container {
    width: 100%;
  }
}
#site-wrapper .youtube-modal__close {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #site-wrapper .youtube-modal__close {
    top: 2rem;
    right: 1.25rem;
    width: 6rem;
    height: 6rem;
  }
}
#site-wrapper .youtube-modal__close::before, #site-wrapper .youtube-modal__close::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #site-wrapper .youtube-modal__close::before, #site-wrapper .youtube-modal__close::after {
    width: 5rem;
  }
}
#site-wrapper .youtube-modal__close::before {
  transform: rotate(45deg);
}
#site-wrapper .youtube-modal__close::after {
  transform: rotate(-45deg);
}
#site-wrapper .youtube-modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#site-wrapper .youtube-modal__video {
  width: 100%;
  height: 100%;
  position: relative;
}
#site-wrapper .youtube-modal__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#top .hero {
  width: 100%;
  height: calc(100vh - 6rem - 4.5rem);
  min-height: 60rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top .hero {
    height: 57rem;
    min-height: unset;
  }
}
#top .hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 15rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q720,300 1440,0 L1440,150 L0,150 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #top .hero::after {
    height: 6.5rem;
  }
}
#top .hero .hero-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top .hero .hero-inner .hero-title {
  width: 37.2rem;
  margin-top: -2.5rem;
  margin-left: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 0 65px rgba(51, 51, 51, 0.6));
}
@media screen and (max-width: 767px) {
  #top .hero .hero-inner .hero-title {
    margin-top: -1rem;
  }
}
@-webkit-keyframes heroTitleFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroTitleFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#top .hero .hero-inner .hero-title img {
  display: block;
  opacity: 0;
  -webkit-animation: heroTitleFadeUp 1.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: heroTitleFadeUp 1.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#top .hero .hero-inner .hero-title img:nth-child(1) {
  width: 33.6rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#top .hero .hero-inner .hero-title img:nth-child(2) {
  width: 34.3rem;
  margin-top: 2rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#top .hero .hero-inner .hero-title img:nth-child(3) {
  width: 36.7rem;
  margin-top: 3rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#top .hero .hero-inner .hero-splide {
  width: 100%;
  height: 100%;
  visibility: visible;
}
#top .hero .hero-inner .hero-splide:not(.is-initialized) .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
#top .hero .hero-inner .hero-splide:not(.is-initialized) .splide__slide:first-child {
  opacity: 1;
  z-index: 1;
}
#top .hero .hero-inner .hero-splide .splide__track,
#top .hero .hero-inner .hero-splide .splide__list,
#top .hero .hero-inner .hero-splide .splide__slide {
  height: 100%;
}
#top .hero .hero-inner .hero-splide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}
#top .hero .hero-inner .hero-movie {
  cursor: pointer;
  position: absolute;
  right: 5.6rem;
  bottom: 2.2rem;
  z-index: 3;
  background-color: #dc0823;
  border: 1px solid #dc0823;
  box-sizing: border-box;
  width: 15.1rem;
  height: 15.1rem;
  border-radius: 50%;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  #top .hero .hero-inner .hero-movie {
    right: 2rem;
    bottom: -7.2rem;
    width: 18.5rem;
    height: 18.5rem;
    z-index: 4;
  }
}
#top .hero .hero-inner .hero-movie .hero-movie__text {
  width: 12rem;
  height: 12.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #top .hero .hero-inner .hero-movie .hero-movie__text {
    width: 14.5rem;
    height: 15.6rem;
  }
}
#top .hero .hero-inner .hero-movie .hero-movie__text svg {
  width: 100%;
  height: auto;
  -webkit-animation: round-rotate 10s linear infinite;
          animation: round-rotate 10s linear infinite;
}
#top .hero .hero-inner .hero-movie:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 0 1.6rem 2.5rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: border-color 0.3s linear;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  #top .hero .hero-inner .hero-movie:after {
    border-width: 2.2rem 0 2.2rem 3.6rem;
    margin-left: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #top .hero .hero-inner .hero-movie:hover {
    background-color: #FFFFFF;
  }
  #top .hero .hero-inner .hero-movie:hover .hero-movie__text svg path {
    fill: #dc0823;
  }
  #top .hero .hero-inner .hero-movie:hover:after {
    border-color: transparent transparent transparent #dc0823;
  }
}
#top .intro .info-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .intro .info-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#top .intro .wrapper {
  position: relative;
}
#top .intro .intro-text {
  font-size: 1.8rem;
  line-height: 2.7777777778;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 600;
  padding-block: 15rem 15rem;
}
@media screen and (max-width: 767px) {
  #top .intro .intro-text {
    font-size: 3.2rem;
    line-height: 1.875;
    padding-block: 35rem 35rem;
  }
}
#top .intro .intro-deco .deco-wrap {
  position: absolute;
}
#top .intro .intro-deco .deco-wrap.--balloon01 {
  width: 36.2rem;
  height: 35.2rem;
  top: 5rem;
  right: calc(50% + 25.5rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--balloon01 {
    width: 25.9rem;
    height: 25.3rem;
    top: 6rem;
    right: calc(50% + 9.7rem);
  }
}
#top .intro .intro-deco .deco-wrap.--balloon02 {
  width: 20.5rem;
  height: 20.5rem;
  top: 2.2rem;
  left: calc(50% + 22.3rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--balloon02 {
    width: 17.2rem;
    height: 17.3rem;
    top: 5.2rem;
    left: calc(50% - 3.7rem);
  }
}
#top .intro .intro-deco .deco-wrap.--balloon03 {
  width: 15.6rem;
  height: 13.8rem;
  top: 16.6rem;
  left: calc(50% + 48.4rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--balloon03 {
    width: 18.3rem;
    height: 16rem;
    top: 17.2rem;
    left: calc(50% + 17.6rem);
  }
}
#top .intro .intro-deco .deco-wrap.--balloon04 {
  width: 14.5rem;
  height: 14.5rem;
  top: 43.7rem;
  right: calc(50% + 52rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--balloon04 {
    width: 15.7rem;
    height: 15.7rem;
    top: auto;
    bottom: 16rem;
    right: calc(50% + 19.3rem);
  }
}
#top .intro .intro-deco .deco-wrap.--balloon05 {
  width: 20.8rem;
  height: 18.9rem;
  top: 48.5rem;
  right: calc(50% + 22rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--balloon05 {
    width: 19.6rem;
    height: 17.8rem;
    top: auto;
    bottom: 7rem;
    right: calc(50% - 4rem);
  }
}
#top .intro .intro-deco .deco-wrap.--balloon06 {
  width: 38.2rem;
  height: 30.8rem;
  top: 36.7rem;
  left: calc(50% + 23rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--balloon06 {
    width: 23.5rem;
    height: 22.1rem;
    top: auto;
    bottom: 10rem;
    left: calc(50% + 10.5rem);
  }
}
#top .intro .intro-deco .deco-wrap.--dot01 {
  z-index: 2;
  width: 4.1rem;
  height: 4.1rem;
  top: -2.9rem;
  right: calc(50% + 62rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--dot01 {
    width: 2.8rem;
    height: 2.8rem;
    top: 1.5rem;
    right: calc(50% + 35.4rem);
  }
}
#top .intro .intro-deco .deco-wrap.--dot02 {
  z-index: 2;
  width: 2.1rem;
  height: 2.1rem;
  top: 40rem;
  right: calc(50% + 29.4rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--dot02 {
    width: 2.4rem;
    height: 2.4rem;
    top: 28.6rem;
    right: calc(50% - 1rem);
  }
}
#top .intro .intro-deco .deco-wrap.--dot03 {
  z-index: 2;
  width: 1.9rem;
  height: 1.9rem;
  top: 5.8rem;
  left: calc(50% + 52.2rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--dot03 {
    width: 2.6rem;
    height: 2.6rem;
    top: 10rem;
    left: calc(50% + 36rem);
  }
}
#top .intro .intro-deco .deco-wrap.--dot04 {
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  top: 63.2rem;
  right: calc(50% + 51rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--dot04 {
    width: 2.5rem;
    height: 2.5rem;
    top: auto;
    bottom: 27.4rem;
    right: calc(50% + 14rem);
  }
}
#top .intro .intro-deco .deco-wrap.--dot05 {
  z-index: 2;
  width: 3.6rem;
  height: 3.6rem;
  top: 40.2rem;
  left: calc(50% + 61.6rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--dot05 {
    width: 2.6rem;
    height: 2.6rem;
    top: auto;
    bottom: 34rem;
    left: calc(50% + 32rem);
  }
}
#top .intro .intro-deco .deco-wrap.--dot06 {
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
  top: 27.3rem;
  left: calc(50% + 24.9rem);
}
@media screen and (max-width: 767px) {
  #top .intro .intro-deco .deco-wrap.--dot06 {
    width: 5rem;
    height: 5rem;
    top: auto;
    bottom: 57.6rem;
    left: calc(50% + 35rem);
  }
}
#top .intro .intro-deco .balloon {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: float-balloon ease-in-out 3s infinite alternate;
          animation: float-balloon ease-in-out 3s infinite alternate;
}
#top .intro .intro-deco .balloon.--deco01 {
  background-image: url("../img/top/deco/1.png");
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
#top .intro .intro-deco .balloon.--deco02 {
  background-image: url("../img/top/deco/2.png");
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#top .intro .intro-deco .balloon.--deco03 {
  background-image: url("../img/top/deco/3.png");
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#top .intro .intro-deco .balloon.--deco04 {
  background-image: url("../img/top/deco/4.png");
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
#top .intro .intro-deco .balloon.--deco05 {
  background-image: url("../img/top/deco/5.png");
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}
#top .intro .intro-deco .balloon.--deco06 {
  background-image: url("../img/top/deco/6.png");
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
}
#top .intro .intro-deco .dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-animation: float-dot ease-in-out 3s infinite alternate;
          animation: float-dot ease-in-out 3s infinite alternate;
}
#top .intro .intro-deco .dot.--dot01 {
  background-color: #009fb9;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
#top .intro .intro-deco .dot.--dot02 {
  background-color: #ed6d1f;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#top .intro .intro-deco .dot.--dot03 {
  background-color: #e5006e;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
#top .intro .intro-deco .dot.--dot04 {
  background-color: #7fbe26;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#top .intro .intro-deco .dot.--dot05 {
  background-color: #ffd900;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
#top .intro .intro-deco .dot.--dot06 {
  background-color: #7f1084;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
}
#top .intro .intro-movie {
  cursor: pointer;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  #top .intro .intro-movie {
    margin-top: 0;
  }
}
#top .intro .intro-movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#top .intro .intro-movie .intro-movie__btn {
  cursor: pointer;
  width: 9rem;
  height: 9rem;
  background-color: #dc0823;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 767px) {
  #top .intro .intro-movie .intro-movie__btn {
    width: 10rem;
    height: 10rem;
    margin-top: 1rem;
  }
}
#top .intro .intro-movie .intro-movie__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.4rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  #top .intro .intro-movie .intro-movie__btn::after {
    border-width: 1.2rem 0 1.2rem 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #top .intro .intro-movie:hover .intro-movie__btn {
    opacity: 0.6;
  }
}
#top .about {
  position: relative;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #top .about {
    padding-top: 16rem;
  }
}
#top .about .about-gradation {
  top: 8rem;
  left: calc(50% + 23.2rem);
}
@media screen and (max-width: 767px) {
  #top .about .about-gradation {
    top: 6rem;
    left: calc(50% + 10.8rem);
  }
}
#top .about .about-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .about .about-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#top .about h2.about-title {
  width: 50.5rem;
}
@media screen and (max-width: 767px) {
  #top .about h2.about-title {
    width: 57.2rem;
  }
}
@media screen and (min-width: 768px) {
  #top .about .about-list {
    display: flex;
    justify-content: center;
    gap: 2.4rem;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about .about-list {
    display: block;
    margin-top: 8rem;
  }
}
#top .about .about-item {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #top .about .about-item {
    width: 100%;
  }
  #top .about .about-item + .about-item {
    margin-top: 6rem;
  }
}
#top .about .about-link {
  background-color: #f2f5f9;
  border-radius: 2rem;
  color: #333333;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top .about .about-link:hover .about-img img {
    transform: scale(1.1);
  }
  #top .about .about-link:hover .about-btn {
    border: 1px solid #003e80;
    background-color: #003e80;
  }
  #top .about .about-link:hover .about-btn > .icon .icon__arrow svg:first-child,
#top .about .about-link:hover .about-btn > .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(1.8rem, 0px);
    transition-delay: 150ms;
    transition-duration: 300ms;
  }
  #top .about .about-link:hover .about-btn > .icon .icon__arrow svg:first-child path,
#top .about .about-link:hover .about-btn > .icon .icon__arrow img:first-child path {
    fill: #fff;
  }
  #top .about .about-link:hover .about-btn > .icon .icon__arrow svg:last-child,
#top .about .about-link:hover .about-btn > .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(1.8rem, 0px);
    transition-duration: 300ms;
  }
  #top .about .about-link:hover .about-btn > .icon .icon__arrow svg:last-child path,
#top .about .about-link:hover .about-btn > .icon .icon__arrow img:last-child path {
    fill: #fff;
  }
}
#top .about .about-img {
  width: 100%;
  height: 31rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #top .about .about-img {
    height: auto;
  }
}
#top .about .about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#top .about .about-content {
  padding: 3.6rem 3rem 3rem;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  #top .about .about-content {
    padding: 3.6rem 3rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about .about-content {
    padding: 5rem 3.5rem 4.5rem;
  }
}
#top .about .about-head {
  margin-bottom: 3.5rem;
}
#top .about .about-head.--head01 {
  max-width: 14.3rem;
  width: clamp(0px, 11.171875vw, 143px);
}
@media screen and (max-width: 767px) {
  #top .about .about-head.--head01 {
    width: 51.7rem;
    max-width: 100%;
  }
}
#top .about .about-head.--head02 {
  max-width: 27.1rem;
  width: clamp(0px, 21.171875vw, 271px);
}
@media screen and (max-width: 767px) {
  #top .about .about-head.--head02 {
    width: 48.4rem;
    max-width: 100%;
  }
}
#top .about .about-head.--head03 {
  max-width: 18.3rem;
  width: clamp(0px, 14.296875vw, 183px);
}
@media screen and (max-width: 767px) {
  #top .about .about-head.--head03 {
    width: 56rem;
    max-width: 100%;
  }
}
#top .about .about-desc {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
  margin-top: auto;
  padding-right: 6rem;
}
@media screen and (max-width: 1080px) {
  #top .about .about-desc {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .about .about-desc {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    padding-right: 14rem;
  }
}
#top .about .about-btn {
  position: absolute;
  bottom: 4.5rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1080px) {
  #top .about .about-btn {
    bottom: 2rem;
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about .about-btn {
    bottom: 5rem;
    right: 4rem;
    width: 9rem;
    height: 9rem;
  }
}
#top .staff {
  position: relative;
  height: auto !important;
  margin-top: 8rem;
  margin-bottom: 8.5rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  #top .staff {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }
}
#top .staff::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 30rem;
  z-index: 100;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L0,100 Q720,-30 1440,100 L1440,0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #top .staff::before {
    height: 14rem;
  }
}
#top .staff::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30rem;
  z-index: 100;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath d='M0,150 L0,50 Q720,180 1440,50 L1440,150 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #top .staff::after {
    height: 14rem;
  }
}
#top .staff .staff-bg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(49, 138, 198, 0.2) 0%, rgba(124, 45, 136, 0.2) 100%);
  padding-top: 34rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-bg {
    padding-top: 18rem;
    padding-bottom: 21rem;
  }
}
#top .staff .staff-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#top .staff .staff-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-container {
    flex-direction: column;
    gap: 7rem;
  }
}
#top .staff .staff-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 34.7222222222%;
  transition: all 0.3s linear;
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-heading {
    width: 100%;
    position: static;
    padding-bottom: unset;
  }
}
#top .staff .staff-heading .staff-gradation-wrapper {
  position: relative;
  z-index: 0;
}
#top .staff .staff-heading .staff-gradation-wrapper .staff-gradation.--gradation01 {
  top: 27.5rem;
  left: -40rem;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-heading .staff-gradation-wrapper .staff-gradation.--gradation01 {
    top: 4.5rem;
    left: auto;
    right: calc(50% + 3.5rem);
  }
}
#top .staff .staff-heading .staff-gradation-wrapper .staff-gradation.--gradation02 {
  display: none;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-heading .staff-gradation-wrapper .staff-gradation.--gradation02 {
    display: block;
    top: -23.5rem;
    left: calc(50% + 7rem);
  }
}
#top .staff .staff-title {
  max-width: 32.7rem;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-title {
    width: 58.7rem;
    max-width: 100%;
  }
}
#top .staff .staff-desc {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  margin-top: 4rem;
  padding-right: 18.6666666667%;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-desc {
    font-size: 3rem;
    line-height: 1.5333333333;
    margin-top: 5rem;
    padding-right: unset;
  }
}
#top .staff .staff-images {
  width: min(59.2592592593%, 85vh);
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images {
    width: 100%;
  }
}
#top .staff .staff-images .staff-image__box {
  position: -webkit-sticky;
  position: sticky;
}
#top .staff .staff-images .staff-image__box.--staff01 {
  top: 10rem;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff01 {
    top: 15rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff02 {
  top: 10rem;
  z-index: 102;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff02 {
    top: 15rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff03 {
  top: 10rem;
  z-index: 103;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff03 {
    top: 15rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff04 {
  top: 10rem;
  z-index: 104;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff04 {
    top: 15rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff05 {
  top: 10rem;
  z-index: 105;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff05 {
    top: 15rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff06 {
  top: 10rem;
  z-index: 106;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff06 {
    top: 15rem;
  }
}
#top .staff .staff-images .staff-image__box:after {
  content: "";
  position: absolute;
  top: 3rem;
  right: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box:after {
    top: 2.3rem;
  }
}
#top .staff .staff-images .staff-image__box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
#top .staff .staff-images .staff-image__box.--staff01:before {
  position: absolute;
  top: 8rem;
  right: -45rem;
  content: "";
  display: block;
  width: 48.7rem;
  height: 48.7rem;
  -webkit-animation: round-rotate 12s linear infinite;
          animation: round-rotate 12s linear infinite;
  -webkit-mask-image: radial-gradient(transparent 17.3rem, #fff 17.4rem);
          mask-image: radial-gradient(transparent 17.3rem, #fff 17.4rem);
  background-image: url("../img/common/gradation-round.svg");
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff01:before {
    display: none;
  }
}
#top .staff .staff-images .staff-image__box.--staff01:after, #top .staff .staff-images .staff-image__box.--staff02:after {
  width: clamp(25.2px, 3.28125vw + 0px, 42px);
  height: clamp(184.2px, 23.984375vw + 0px, 307px);
  background-image: url("../img/top/staff-text-shop-staff.svg");
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff01:after, #top .staff .staff-images .staff-image__box.--staff02:after {
    width: 4.9rem;
    height: 37.3rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff03:after {
  width: clamp(57.6px, 7.5vw + 0px, 96px);
  height: clamp(166.2px, 21.640625vw + 0px, 277px);
  background-image: url("../img/top/staff-text-service-manager.svg");
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff03:after {
    width: 11.5rem;
    height: 33.6rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff04:after {
  width: clamp(57px, 7.421875vw + 0px, 95px);
  height: clamp(123px, 16.015625vw + 0px, 205px);
  background-image: url("../img/top/staff-text-service-leader.svg");
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff04:after {
    width: 11.4rem;
    height: 24.9rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff05:after {
  width: clamp(57.6px, 7.5vw + 0px, 96px);
  height: clamp(236.4px, 30.78125vw + 0px, 394px);
  background-image: url("../img/top/staff-text-product-development.svg");
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff05:after {
    width: 11.5rem;
    height: 47.8rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff06:after {
  width: clamp(57.6px, 7.5vw + 0px, 96px);
  height: clamp(190.2px, 24.765625vw + 0px, 317px);
  background-image: url("../img/top/staff-text-sales-marketing.svg");
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box.--staff06:after {
    width: 11.5rem;
    height: 38.5rem;
  }
}
#top .staff .staff-images .staff-image__box img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#top .staff .staff-images .staff-image__box .staff-btn {
  position: absolute;
  z-index: 1;
  bottom: 4rem;
  right: 4rem;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border: 0.1rem solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-btn {
    bottom: 2.4rem;
    right: 3.5rem;
    width: 9rem;
    height: 9rem;
  }
}
#top .staff .staff-images .staff-image__box.--staff01 .staff-textarea__text span {
  background: linear-gradient(transparent 60%, rgba(0, 159, 185, 0.4) 60%);
}
#top .staff .staff-images .staff-image__box.--staff02 .staff-textarea__text span {
  background: linear-gradient(transparent 60%, rgba(127, 190, 38, 0.4) 60%);
}
#top .staff .staff-images .staff-image__box.--staff03 .staff-textarea__text span {
  background: linear-gradient(transparent 60%, rgba(230, 195, 0, 0.4) 60%);
}
#top .staff .staff-images .staff-image__box.--staff04 .staff-textarea__text span {
  background: linear-gradient(transparent 60%, rgba(237, 109, 31, 0.4) 60%);
}
#top .staff .staff-images .staff-image__box.--staff05 .staff-textarea__text span {
  background: linear-gradient(transparent 60%, rgba(229, 0, 110, 0.4) 60%);
}
#top .staff .staff-images .staff-image__box.--staff06 .staff-textarea__text span {
  background: linear-gradient(transparent 60%, rgba(127, 16, 132, 0.4) 60%);
}
#top .staff .staff-images .staff-image__box .staff-textarea {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  border-radius: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea {
    bottom: 4rem;
    left: 4rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__number {
  filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.1));
}
#top .staff .staff-images .staff-image__box .staff-textarea__number.--num01 {
  width: clamp(51.2px, 2.5vw + 32px, 64px);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__number.--num01 {
    width: 8.2rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__number.--num02 {
  width: clamp(63.2px, 3.0859375vw + 39.5px, 79px);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__number.--num02 {
    width: 10rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__number.--num03 {
  width: clamp(63.2px, 3.0859375vw + 39.5px, 79px);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__number.--num03 {
    width: 10.1rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__number.--num04 {
  width: clamp(67.2px, 3.28125vw + 42px, 84px);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__number.--num04 {
    width: 10.8rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__number.--num05 {
  width: clamp(64.8px, 3.1640625vw + 40.5px, 81px);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__number.--num05 {
    width: 10.3rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__number.--num06 {
  width: clamp(66.4px, 3.2421875vw + 41.5px, 83px);
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__number.--num06 {
    width: 10.6rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__text {
  font-size: clamp(20.8px, 1.015625vw + 13px, 26px);
  line-height: 1.4230769231;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__text {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__text {
    font-size: 3.6rem;
    line-height: 1.5555555556;
    margin-top: 3rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__text span {
  display: inline;
  padding-bottom: 0.2em;
}
#top .staff .staff-images .staff-image__box .staff-textarea__division {
  font-size: clamp(11.2px, 0.546875vw + 7px, 14px);
  line-height: 1.8571428571;
  letter-spacing: 0.01em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__division {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__division {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__name .name {
  font-size: clamp(16px, 0.78125vw + 10px, 20px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__name .name {
    font-size: 3.2rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__name .ja,
#top .staff .staff-images .staff-image__box .staff-textarea__name .year {
  font-size: clamp(11.2px, 0.546875vw + 7px, 14px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #top .staff .staff-images .staff-image__box .staff-textarea__name .ja,
#top .staff .staff-images .staff-image__box .staff-textarea__name .year {
    font-size: 2.4rem;
  }
}
#top .staff .staff-images .staff-image__box .staff-textarea__name .ja {
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  #top .staff .staff-images .staff-image__box:hover img {
    transform: scale(1.1);
  }
  #top .staff .staff-images .staff-image__box:hover .staff-btn {
    border: 1px solid #003e80;
    background-color: #003e80;
  }
  #top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow svg:first-child,
#top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(1.8rem, 0px);
    transition-delay: 150ms;
    transition-duration: 300ms;
  }
  #top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow svg:first-child path,
#top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow img:first-child path {
    fill: #fff;
  }
  #top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow svg:last-child,
#top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(1.8rem, 0px);
    transition-duration: 300ms;
  }
  #top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow svg:last-child path,
#top .staff .staff-images .staff-image__box:hover .staff-btn > .icon .icon__arrow img:last-child path {
    fill: #fff;
  }
}
#top .data {
  position: relative;
}
#top .data .data-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .data .data-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#top .data .data-title {
  width: 23.7rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-title {
    width: 42rem;
  }
}
#top .data .data-gradation {
  top: -8rem;
  right: calc(50% + 15rem);
}
@media screen and (max-width: 767px) {
  #top .data .data-gradation {
    top: -9rem;
    right: calc(50% - 5rem);
  }
}
#top .data .data-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1080px) {
  #top .data .data-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #top .data .data-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
#top .data .data-item {
  background-color: #f2f5f9;
  border-radius: 2rem;
  padding: 2rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  min-height: 19rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-item {
    min-height: 24rem;
    padding: 3rem;
    gap: 0;
    justify-content: space-between;
  }
}
#top .data .data-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#top .data .data-label {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #003e80;
}
@media screen and (max-width: 767px) {
  #top .data .data-label {
    font-size: 2.8rem;
  }
}
#top .data .data-icon {
  flex-shrink: 0;
}
#top .data .data-icon.--icon01 {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon01 {
    width: 6.9rem;
  }
}
#top .data .data-icon.--icon02 {
  width: 5.9rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon02 {
    width: 6.9rem;
  }
}
#top .data .data-icon.--icon03 {
  width: 6.2rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon03 {
    width: 7.2rem;
  }
}
#top .data .data-icon.--icon04 {
  width: 6.3rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon04 {
    width: 7.3rem;
  }
}
#top .data .data-icon.--icon05 {
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon05 {
    width: 6.5rem;
  }
}
#top .data .data-icon.--icon06 {
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon06 {
    width: 6.6rem;
  }
}
#top .data .data-icon.--icon07 {
  width: 6.3rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon07 {
    width: 7.3rem;
  }
}
#top .data .data-icon.--icon08 {
  width: 4.7rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon08 {
    width: 5.4rem;
  }
}
#top .data .data-icon.--icon09 {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon09 {
    width: 6.9rem;
  }
}
#top .data .data-icon.--icon010 {
  width: 6.3rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon010 {
    width: 7.3rem;
  }
}
#top .data .data-icon.--icon011 {
  width: 6.3rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon011 {
    width: 7.2rem;
  }
}
#top .data .data-icon.--icon012 {
  width: 4.2rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-icon.--icon012 {
    width: 4.8rem;
  }
}
#top .data .data-value-area {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
#top .data .data-val {
  position: relative;
  font-size: 5.2rem;
  font-weight: 600;
  color: #dc0823;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  #top .data .data-val {
    font-size: 6.4rem;
  }
}
#top .data .data-note {
  position: absolute;
  top: 0;
  right: -1.75em;
  font-size: 1.2rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #top .data .data-note {
    font-size: 2rem;
  }
}
#top .data .data-unit {
  font-size: 1.6rem;
  font-weight: 600;
  color: #dc0823;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  #top .data .data-unit {
    font-size: 2.6rem;
  }
}
#top .data .data-annotation {
  font-size: 1.2rem;
  margin-top: 2.5rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
#top .data .data-annotation .data-annotation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-bottom: 0.5em;
}
#top .data .data-annotation .data-annotation-list:last-child {
  margin-bottom: 0;
}
#top .data .data-annotation li {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #top .data .data-annotation {
    font-size: 2rem;
    width: 100%;
    margin-left: 0;
  }
  #top .data .data-annotation .data-annotation-list {
    display: block;
    margin-bottom: 0;
  }
  #top .data .data-annotation li {
    display: block;
    margin-bottom: 0.5em;
    white-space: normal;
  }
}
#top .environment {
  padding-top: 15rem;
}
#top .environment .environment-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#top .environment .environment-container {
  background-color: #003e80;
  border-radius: 3rem;
  padding: 9rem 8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top .environment .environment-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8rem;
  }
}
@media screen and (max-width: 1080px) {
  #top .environment .environment-container {
    display: block;
    padding: 10rem 4rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .environment .environment-container {
    display: block;
    padding: 10rem 4rem 8rem;
  }
}
#top .environment .environment-title {
  width: 43.6rem;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-title {
    width: 49.4rem;
  }
}
#top .environment .environment-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-list {
    gap: 3rem;
    margin-top: 8rem;
  }
}
#top .environment .environment-item {
  width: 100%;
}
#top .environment .environment-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-link {
    align-items: flex-end;
    padding: 4rem 3rem 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  #top .environment .environment-link:hover .environment-btn {
    border: 1px solid #003e80;
    background-color: #003e80;
  }
  #top .environment .environment-link:hover .environment-btn > .icon .icon__arrow svg:first-child,
#top .environment .environment-link:hover .environment-btn > .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(1.8rem, 0px);
    transition-delay: 150ms;
    transition-duration: 300ms;
  }
  #top .environment .environment-link:hover .environment-btn > .icon .icon__arrow svg:first-child path,
#top .environment .environment-link:hover .environment-btn > .icon .icon__arrow img:first-child path {
    fill: #fff;
  }
  #top .environment .environment-link:hover .environment-btn > .icon .icon__arrow svg:last-child,
#top .environment .environment-link:hover .environment-btn > .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(1.8rem, 0px);
    transition-duration: 300ms;
  }
  #top .environment .environment-link:hover .environment-btn > .icon .icon__arrow svg:last-child path,
#top .environment .environment-link:hover .environment-btn > .icon .icon__arrow img:last-child path {
    fill: #fff;
  }
}
#top .environment .environment-head {
  flex: 1;
  width: 100%;
}
#top .environment .environment-head.--head01 {
  max-width: 13.3rem;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-head.--head01 {
    max-width: 23.7rem;
  }
}
#top .environment .environment-head.--head02 {
  max-width: 36rem;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-head.--head02 {
    max-width: 47rem;
  }
}
#top .environment .environment-head.--head03 {
  max-width: 44.4rem;
}
@media screen and (max-width: 767px) {
  #top .environment .environment-head.--head03 {
    max-width: 40.6rem;
  }
}
#top .environment .environment-btn {
  position: relative;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.1rem solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  flex-shrink: 0;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  #top .environment .environment-btn {
    width: 9rem;
    height: 9rem;
    margin: unset;
    position: absolute;
    right: 4rem;
    bottom: 4rem;
  }
}
#top .environment .environment-visual {
  width: 29%;
  height: 100%;
  position: relative;
  margin-top: -50%;
}
@media screen and (max-width: 1080px) {
  #top .environment .environment-visual {
    width: 100%;
    height: auto;
    margin-top: unset;
  }
}
#top .environment .environment-loop {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #top .environment .environment-loop {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1080px) {
  #top .environment .environment-loop {
    position: relative;
    top: unset;
    right: unset;
  }
}
#top .environment .environment-loop .environment-loop-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-animation: loop-slide-vertical 20s linear infinite;
          animation: loop-slide-vertical 20s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 1080px) {
  #top .environment .environment-loop .environment-loop-inner {
    flex-direction: row;
    align-items: center;
    -webkit-animation: loop-slide 12s linear infinite;
            animation: loop-slide 12s linear infinite;
    margin-top: 8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2.4rem;
  }
}
#top .environment .environment-loop .environment-loop-inner img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1080px) {
  #top .environment .environment-loop .environment-loop-inner img {
    width: 31.3rem;
    margin-top: 0;
    margin-left: 0;
  }
}
@-webkit-keyframes loop-slide-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes loop-slide-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
#top .splide__container {
  box-sizing: border-box;
  position: relative;
}
#top .splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
#top .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
#top .splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
#top .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
#top .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
#top .splide__progress__bar {
  width: 0;
}
#top .splide {
  position: relative;
  visibility: hidden;
}
#top .splide.is-initialized, #top .splide.is-rendered {
  visibility: visible;
}
#top .splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
#top .splide__slide img {
  vertical-align: bottom;
}
#top .splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
#top .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#top .splide__toggle.is-active .splide__toggle__play, #top .splide__toggle__pause {
  display: none;
}
#top .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
#top .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
#top .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#top .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
#top .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
#top .splide--rtl {
  direction: rtl;
}
#top .splide__track--ttb > .splide__list {
  display: block;
}
#top .splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
#top .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
#top .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
#top .splide__arrow:disabled {
  opacity: 0.3;
}
#top .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#top .splide__arrow--prev {
  left: 1em;
}
#top .splide__arrow--prev svg {
  transform: scaleX(-1);
}
#top .splide__arrow--next {
  right: 1em;
}
#top .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#top .splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
#top .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
#top .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
#top .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
#top .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#top .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#top .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
#top .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#top .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  #top .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  #top .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  #top .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  #top .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  #top .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
#top .splide__toggle {
  cursor: pointer;
}
#top .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#top .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
#top .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
#top .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
#top .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
#top .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
#top .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
#top .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
#top .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
#top .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
#top .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
#top .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
#top .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
#top .splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#message .hero .hero-inner .hero-title {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
  padding-block: 11rem 8rem;
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-title {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-title {
    padding-block: 10rem 8rem;
  }
}
#message .hero .hero-inner .hero-title img {
  width: 59.6rem;
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-title img {
    width: 64.6rem;
  }
}
#message .hero .hero-inner .wrapper {
  position: relative;
}
#message .hero .hero-inner .hero-image {
  width: 100%;
  height: 55rem;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-image {
    border-radius: 2rem;
  }
}
#message .hero .hero-inner .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#message .hero .hero-inner .hero-textarea {
  border-radius: 3rem;
  background-color: #FFFFFF;
  padding-block: 6rem 6rem;
  padding-inline: 5rem 7rem;
  position: absolute;
  top: 50%;
  right: calc(50% + 9.4rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  #message .hero .hero-inner .hero-textarea {
    right: auto;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #message .hero .hero-inner .hero-textarea:before, #message .hero .hero-inner .hero-textarea:after {
    content: "";
    position: absolute;
    top: -2.9rem;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZD0iTTI5LjEwMDAsMjkuMTAwMCBDMTMuNDMxLDI5LjEwMDAgMC4wMDAsMTYuNTY4IDAuMDAwLDAuMDAxIEwwLjAwMCwyOS4xMDAwIEwyOS4xMDAwLDI5LjEwMDAgWiIvPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  #message .hero .hero-inner .hero-textarea:before, #message .hero .hero-inner .hero-textarea:after {
    top: -1.9rem;
    bottom: auto;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  #message .hero .hero-inner .hero-textarea:after {
    top: auto;
    bottom: -2.9rem;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  #message .hero .hero-inner .hero-textarea:after {
    bottom: -1.9rem;
  }
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-textarea {
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-block: 4rem;
    padding-inline: 4rem 8rem;
  }
}
#message .hero .hero-inner .hero-textarea .head {
  width: 42rem;
}
@media screen and (max-width: 1080px) {
  #message .hero .hero-inner .hero-textarea .head {
    width: 34.1rem;
  }
}
#message .hero .hero-inner .hero-textarea .name {
  width: 11rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-textarea .name {
    width: 16.1rem;
  }
}
#message .hero .hero-inner .hero-gradation {
  top: -45.5rem;
  left: calc(50% + 10.6rem);
}
@media screen and (max-width: 767px) {
  #message .hero .hero-inner .hero-gradation {
    top: -26rem;
    left: calc(50% - 2.8rem);
  }
}
#message .about .about-item {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 13%;
}
@media screen and (max-width: 767px) {
  #message .about .about-item {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  #message .about .about-item {
    flex-direction: column;
  }
}
#message .about .about-item.--textarea {
  position: relative;
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #message .about .about-item.--textarea {
    margin-top: 10rem;
  }
}
#message .about .about-item.--image {
  margin-top: 8rem;
}
@media screen and (max-width: 1080px) {
  #message .about .about-item.--image {
    margin-top: 7rem;
    padding: 0;
  }
}
#message .about .about-item__head {
  min-width: 34rem;
}
@media screen and (min-width: 768px) {
  #message .about .about-item__head img {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
  }
}
@media screen and (max-width: 1080px) {
  #message .about .about-item__head {
    min-width: auto;
  }
  #message .about .about-item__head img {
    position: static;
    top: unset;
  }
}
#message .about .about-item__head.--head01 img {
  width: 24.5rem;
}
@media screen and (max-width: 1080px) {
  #message .about .about-item__head.--head01 img {
    width: 57.3rem;
  }
}
#message .about .about-item__head.--head02 img {
  width: 27.1rem;
}
@media screen and (max-width: 1080px) {
  #message .about .about-item__head.--head02 img {
    width: 52.6rem;
  }
}
#message .about .about-item__head.--head03 img {
  width: 34rem;
}
@media screen and (max-width: 1080px) {
  #message .about .about-item__head.--head03 img {
    width: 44.7rem;
  }
}
@media screen and (max-width: 1080px) {
  #message .about .about-item__desc {
    margin-top: 7rem;
  }
}
#message .about .about-item__desc .desc-head {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #003e80;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #message .about .about-item__desc .desc-head {
    font-size: 3.2rem;
    text-indent: -0.5em;
    margin-left: 0.5em;
  }
}
#message .about .about-item__desc .desc-text {
  font-size: 1.6rem;
  line-height: 1.5555555556;
  letter-spacing: 0.01em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #message .about .about-item__desc .desc-text {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    margin-top: 3rem;
  }
}
#message .about .about-item__desc .desc-text + .desc-head {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #message .about .about-item__desc .desc-text + .desc-head {
    margin-top: 9rem;
  }
}
#message .about .about-item__image {
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #message .about .about-item__image {
    border-radius: 0;
  }
}
#message .about .about-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#message .about .about-gradation.--gradation01 {
  top: 46.5rem;
  right: calc(50% + 46.5rem);
}
@media screen and (max-width: 767px) {
  #message .about .about-gradation.--gradation01 {
    top: 134rem;
    right: calc(50% + 22rem);
  }
}
#message .about .about-gradation.--gradation02 {
  top: -3.5rem;
  left: calc(50% + 34rem);
}
@media screen and (max-width: 767px) {
  #message .about .about-gradation.--gradation02 {
    top: 2rem;
    left: calc(50% + 8rem);
  }
}
#message .about .about-gradation.--gradation03 {
  top: 13.5rem;
  right: calc(50% + 35.6rem);
}
@media screen and (max-width: 767px) {
  #message .about .about-gradation.--gradation03 {
    top: -17.5rem;
    right: calc(50% + 16.5rem);
  }
}
#message .business {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #message .business {
    margin-top: 9rem;
  }
}
#message .business .business-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #message .business .business-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#message .business .business-box {
  background-color: rgba(0, 62, 128, 0.05);
  border-radius: 3rem;
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  #message .business .business-box {
    border-radius: 2rem;
    padding: 8rem 4rem;
  }
}
#message .business .business-box__title {
  width: 24rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767px) {
  #message .business .business-box__title {
    width: 37.4rem;
    margin: 0 auto 6rem;
  }
}
#message .business .business-box__item {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  padding-block: 4rem 4.5rem;
  border-top: 1px solid rgba(0, 62, 128, 0.2);
}
@media screen and (max-width: 1080px) {
  #message .business .business-box__item {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item {
    padding-block: 6rem;
  }
}
#message .business .business-box__item:last-child {
  padding-block: 4rem 0;
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item:last-child {
    padding-block: 6rem 0;
  }
}
#message .business .business-box__item .item-head {
  min-width: 24.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1080px) {
  #message .business .business-box__item .item-head {
    margin-top: 0;
    min-width: auto;
  }
  #message .business .business-box__item .item-head img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
#message .business .business-box__item .item-head.--head01 img {
  width: 17.9rem;
}
@media screen and (max-width: 1080px) {
  #message .business .business-box__item .item-head.--head01 img {
    left: -2rem;
    width: 29.3rem;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-head.--head01 img {
    transform: unset;
  }
}
#message .business .business-box__item .item-head.--head02 img {
  width: 24.4rem;
}
@media screen and (max-width: 1080px) {
  #message .business .business-box__item .item-head.--head02 img {
    width: 33.6rem;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-head.--head02 img {
    transform: unset;
  }
}
#message .business .business-box__item .item-head.--head03 img {
  width: 5.1rem;
}
@media screen and (max-width: 1080px) {
  #message .business .business-box__item .item-head.--head03 img {
    left: -2rem;
    width: 11.7rem;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-head.--head03 img {
    transform: unset;
  }
}
#message .business .business-box__item .item-head.--head04 img {
  width: 15rem;
}
@media screen and (max-width: 1080px) {
  #message .business .business-box__item .item-head.--head04 img {
    left: -2rem;
    width: 25.5rem;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-head.--head04 img {
    transform: unset;
  }
}
#message .business .business-box__item .item-textarea > .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-textarea > .text {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
#message .business .business-box__item .item-textarea > .link {
  display: inline-block;
  font-size: 1.4rem;
  color: #003e80;
  margin-top: 1em;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 768px) {
  #message .business .business-box__item .item-textarea > .link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-textarea > .link {
    font-size: 2.6rem;
  }
}
#message .business .business-box__item .item-textarea > .link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #003e80;
  border-right: 0;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  #message .business .business-box__item .item-textarea > .link::after {
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
    border-left: 1.4rem solid #003e80;
    margin-left: 1.4rem;
  }
}

#work .--c-heading {
  display: flex;
  gap: 16rem;
}
@media screen and (max-width: 1080px) {
  #work .--c-heading {
    display: block;
    justify-content: unset;
  }
}
#work .--c-heading > h2 {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #003e80;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-top: 1rem;
}
#work .--c-heading > h2::before {
  content: "・";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1080px) {
  #work .--c-heading > h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #work .--c-heading > h2 {
    font-size: 4rem;
    line-height: 1.4;
    margin-left: 0.7em;
    text-indent: -0.4em;
  }
}
#work .--c-heading > p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  max-width: 72rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1080px) {
  #work .--c-heading > p {
    max-width: 100%;
    padding-right: 0;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #work .--c-heading > p {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    margin-top: 4rem;
  }
}
#work .hero {
  position: relative;
}
#work .hero .hero-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
  padding-block: 13rem 12rem;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #work .hero .hero-inner {
    padding-block: 9.5rem 8rem;
    padding-inline: 3rem;
  }
}
#work .hero .hero-gradation {
  top: -45.5rem;
  left: calc(50% + 10.6rem);
}
@media screen and (max-width: 767px) {
  #work .hero .hero-gradation {
    top: -26rem;
    left: calc(50% - 2.8rem);
  }
}
#work .hero .hero-title {
  width: 25.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-title {
    width: 37.5rem;
  }
}
#work .hero .hero-lead {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-lead {
    margin-top: 5.5rem;
  }
}
#work .hero .hero-lead span {
  position: relative;
  display: block;
  margin: 0 auto;
}
#work .hero .hero-lead span + span {
  margin-top: 2.5rem;
}
#work .hero .hero-lead span::before {
  content: "";
  width: 100%;
  height: 1.4rem;
  background-color: #7fbe26;
  opacity: 0.3;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-lead span::before {
    height: 1.8rem;
  }
}
#work .hero .hero-lead .pc > span.--1 {
  width: 60.4rem;
}
#work .hero .hero-lead .pc > span.--2 {
  width: 49.2rem;
}
#work .hero .hero-lead .sp > span.--1 {
  width: 46.1rem;
}
#work .hero .hero-lead .sp > span.--2 {
  width: 33.3rem;
}
#work .hero .hero-lead .sp > span.--3 {
  width: 65.6rem;
}
#work .hero .hero-text {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 3.5rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #work .hero .hero-text {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 6.5rem;
    letter-spacing: 0.02em;
  }
  #work .hero .hero-text > span {
    margin-top: 2.7rem;
  }
}
#work .hero .hero-text > span {
  display: block;
}
#work .hero .hero-text > span span {
  display: inline-block;
}
#work .hero .hero-deco .balloon {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: float-balloon ease-in-out 3s infinite alternate;
          animation: float-balloon ease-in-out 3s infinite alternate;
}
#work .hero .hero-deco .balloon.--deco01 {
  background-image: url("../img/work/deco/1.png");
  width: 17.3rem;
  height: 15.6rem;
  top: -1rem;
  right: calc(50% + 33.5rem);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .balloon.--deco01 {
    width: 13.8rem;
    height: 12.5rem;
    right: calc(50% + 10rem);
  }
}
#work .hero .hero-deco .balloon.--deco02 {
  background-image: url("../img/work/deco/2.png");
  width: 27.3rem;
  height: 25.8rem;
  top: 4.5rem;
  left: calc(50% + 34.4rem);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .balloon.--deco02 {
    width: 21.9rem;
    height: 20.7rem;
    top: 8rem;
    left: calc(50% + 20rem);
  }
}
#work .hero .hero-deco .balloon.--deco03 {
  background-image: url("../img/work/deco/3.png");
  width: 26.1rem;
  height: 25.5rem;
  bottom: 19rem;
  right: calc(50% + 34.6rem);
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .balloon.--deco03 {
    width: 19.6rem;
    height: 19.1rem;
    top: 17rem;
    right: calc(50% + 20.8rem);
  }
}
#work .hero .hero-deco .balloon.--deco04 {
  background-image: url("../img/work/deco/4.png");
  width: 20.8rem;
  height: 20.8rem;
  bottom: 1rem;
  left: calc(50% + 32.5rem);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .balloon.--deco04 {
    width: 15.6rem;
    height: 15.6rem;
    bottom: 18rem;
    left: calc(50% + 21rem);
  }
}
#work .hero .hero-deco .balloon.--deco05 {
  background-image: url("../img/work/deco/5.png");
  width: 15.8rem;
  height: 15.8rem;
  top: 49.5rem;
  right: calc(50% + 30rem);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .balloon.--deco05 {
    width: 12.6rem;
    height: 12.6rem;
    top: auto;
    bottom: 39rem;
    right: calc(50% + 24rem);
  }
}
#work .hero .hero-deco .dot {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-animation: float-dot ease-in-out 3s infinite alternate;
          animation: float-dot ease-in-out 3s infinite alternate;
}
#work .hero .hero-deco .dot.--dot01 {
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 159, 185, 0.3);
  top: 37.3rem;
  left: calc(50% + 61.2rem);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .dot.--dot01 {
    top: 32.3rem;
    left: calc(50% + 34rem);
  }
}
#work .hero .hero-deco .dot.--dot02 {
  width: 2.1rem;
  height: 2.1rem;
  background-color: rgba(237, 109, 31, 0.3);
  bottom: 17.4rem;
  right: calc(50% + 32.3rem);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .dot.--dot02 {
    bottom: 72.5rem;
    right: calc(50% + 34.5rem);
  }
}
#work .hero .hero-deco .dot.--dot03 {
  width: 1.9rem;
  height: 1.9rem;
  background-color: rgba(229, 0, 110, 0.3);
  bottom: 24.6rem;
  left: calc(50% + 36.3rem);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .dot.--dot03 {
    width: 1.6rem;
    height: 1.6rem;
    top: 74rem;
    left: calc(50% + 23.5rem);
  }
}
#work .hero .hero-deco .dot.--dot04 {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(127, 190, 38, 0.3);
  top: 13rem;
  right: calc(50% + 57rem);
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .dot.--dot04 {
    width: 3.2rem;
    height: 3.2rem;
    top: 10rem;
    right: calc(50% + 24.8rem);
  }
}
#work .hero .hero-deco .dot.--dot05 {
  width: 3.6rem;
  height: 3.6rem;
  background-color: rgba(255, 217, 0, 0.3);
  top: 5.2rem;
  right: calc(50% + 20rem);
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .dot.--dot05 {
    top: 68.5rem;
    right: auto;
    left: calc(50% + 27rem);
  }
}
#work .hero .hero-deco .dot.--dot06 {
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(127, 16, 132, 0.3);
  bottom: 1.5rem;
  left: calc(50% + 7.7rem);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
}
@media screen and (max-width: 767px) {
  #work .hero .hero-deco .dot.--dot06 {
    bottom: 27rem;
    left: auto;
    right: calc(50% + 25rem);
  }
}
#work .hero + .scheme {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #work .hero + .scheme {
    margin-top: 20rem;
  }
}
#work .detail .detail-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#work .detail .detail-map {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 11.5rem;
  padding: 4rem 4rem 5rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-map {
    margin-top: 0;
    padding: 4rem 3.5rem 5rem;
  }
}
#work .detail .detail-map img {
  max-width: 100.2rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-map img {
    max-width: 100%;
  }
}
#work .detail .detail-content {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content {
    margin-top: 9rem;
  }
}
#work .detail .detail-content__box {
  background-color: #f2f5f9;
  border-radius: 2rem;
  padding: 6rem 6rem 6rem;
  margin-top: 4.5rem;
  display: grid;
  gap: 4.3rem 1.8rem;
  grid-template-columns: 50% 1fr;
  grid-template-areas: "textarea thumb" "btn btn";
}
#work .detail .detail-content__box + .detail-content__box {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box + .detail-content__box {
    margin-top: 5.2rem;
  }
}
@media screen and (min-width: 768px) {
  #work .detail .detail-content__box:last-child {
    gap: 0 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box {
    display: block;
    padding: 4rem 4rem;
  }
}
#work .detail .detail-content__box .textarea {
  grid-area: textarea;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .textarea {
    padding-right: 0;
  }
}
#work .detail .detail-content__box .textarea .head {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #003e80;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .textarea .head {
    font-size: 3.6rem;
    line-height: 1.4444444444;
  }
}
#work .detail .detail-content__box .textarea .text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .textarea .text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#work .detail .detail-content__box .textarea .skill {
  border-radius: 1rem;
  background-color: #FFFFFF;
  margin-top: 3.5rem;
}
#work .detail .detail-content__box .textarea .skill > span {
  display: block;
  width: 100%;
  background-color: #003e80;
  color: #FFFFFF;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .textarea .skill > span {
    font-size: 2.6rem;
    padding: 2rem;
  }
}
#work .detail .detail-content__box .textarea .skill ul {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  padding: 2rem 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .textarea .skill ul {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    padding: 3.5rem 4rem 4rem;
  }
}
#work .detail .detail-content__box .textarea .skill ul li {
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .textarea .skill ul li {
    padding-left: 2.4rem;
  }
}
#work .detail .detail-content__box .textarea .skill ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
}
#work .detail .detail-content__box .thumb {
  grid-area: thumb;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .thumb {
    margin-top: 4rem;
    height: 39rem;
  }
}
#work .detail .detail-content__box .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#work .detail .detail-content__box .btn {
  grid-area: btn;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .btn {
    flex-direction: column;
    margin-top: 5rem;
  }
}
#work .detail .detail-content__box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 1.8rem 2rem;
  gap: 2rem;
  max-width: 41rem;
  width: 100%;
  height: 100%;
  background-color: #dc0823;
  border: 1px solid #dc0823;
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  transition: background-color 0.3s linear, color 0.3s linear;
}
@media screen and (max-width: 1080px) {
  #work .detail .detail-content__box .btn a {
    flex-direction: column;
    gap: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .btn a {
    max-width: 100%;
    font-size: 2.8rem;
  }
}
#work .detail .detail-content__box .btn a:after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #FFFFFF;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: border-left 0.3s linear;
}
@media screen and (max-width: 767px) {
  #work .detail .detail-content__box .btn a:after {
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 1.8rem solid #FFFFFF;
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #work .detail .detail-content__box .btn a:hover {
    background-color: #FFFFFF;
    color: #dc0823;
  }
  #work .detail .detail-content__box .btn a:hover:after {
    border-left: 9px solid #dc0823;
  }
}
#work .movie {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #work .movie {
    margin-top: 8rem;
  }
}
#work .movie .movie-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #work .movie .movie-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#work .movie .movie-content {
  margin-top: 6.4rem;
}
#work .movie .movie-content__item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
#work .movie .movie-content__item + .movie-content__item {
  margin-top: 8.4rem;
}
#work .movie .movie-content__title.--title01 {
  width: 53.6rem;
}
@media screen and (max-width: 767px) {
  #work .movie .movie-content__title.--title01 {
    width: 100%;
    max-width: 66rem;
  }
}
#work .movie .movie-content__title.--title02 {
  width: 46.4rem;
}
@media screen and (max-width: 767px) {
  #work .movie .movie-content__title.--title02 {
    width: 100%;
    max-width: 56.3rem;
  }
}
#work .movie .movie-content__thumb {
  cursor: pointer;
  border-radius: 2rem;
  background-color: #000000;
  width: 100%;
  height: 61.5rem;
  overflow: hidden;
  position: relative;
}
#work .movie .movie-content__thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #work .movie .movie-content__thumb {
    height: 38.2rem;
  }
}
#work .movie .movie-content__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#work .movie .movie-content__thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
  background-color: #dc0823;
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s linear;
}
#work .movie .movie-content__thumb .play-icon:after {
  content: "";
  display: block;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.4rem solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #work .movie .movie-content__thumb:hover .play-icon {
    opacity: 0.6;
  }
}
#work .office {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  #work .office {
    margin-top: 10rem;
  }
}
#work .office .office-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #work .office .office-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#work .office .office-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1080px) {
  #work .office .office-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #work .office .office-content {
    grid-template-columns: 1fr;
  }
}
#work .office .office-content__item {
  cursor: pointer;
  border-radius: 2rem;
  background-color: #f2f5f9;
  padding: 4rem 3rem 4rem;
  position: relative;
  transition: background-color 0.3s linear;
}
@media screen and (max-width: 767px) {
  #work .office .office-content__item {
    border: 1rem;
    padding: 4.5rem 3.5rem 4.5rem;
  }
}
#work .office .office-content__item span {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #003e80;
  font-feature-settings: "palt";
  transition: color 0.3s linear;
}
@media screen and (max-width: 767px) {
  #work .office .office-content__item span {
    font-size: 3.2rem;
  }
}
#work .office .office-content__item:after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../img/work/office-modal-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #work .office .office-content__item:after {
    width: 5.6rem;
    height: 5.6rem;
    right: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #work .office .office-content__item:hover {
    background-color: #003e80;
  }
  #work .office .office-content__item:hover span {
    color: #FFFFFF;
  }
  #work .office .office-content__item:hover:after {
    background-image: url("../img/work/office-modal-icon-hover.png");
  }
}
#work .office-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 6rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
#work .office-modal.is-active {
  opacity: 1;
  visibility: visible;
}
#work .office-modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#work .office-modal__container {
  position: relative;
  z-index: 1;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 2rem;
  width: 100%;
  max-width: 60rem;
  padding: 8rem 6rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #work .office-modal__container {
    padding: 6.5rem 4rem;
  }
}
#work .office-modal__close {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #work .office-modal__close {
    top: 2rem;
    right: 1.25rem;
    width: 6rem;
    height: 6rem;
  }
}
#work .office-modal__close::before, #work .office-modal__close::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #work .office-modal__close::before, #work .office-modal__close::after {
    width: 5rem;
  }
}
#work .office-modal__close::before {
  transform: rotate(45deg);
}
#work .office-modal__close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #work .office-modal[data-type=career] {
    padding-top: 12rem;
  }
}
#work .office-modal__title, #work .office-modal__category {
  font-size: 2.8rem;
  font-weight: 500;
  color: #003e80;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #work .office-modal__title, #work .office-modal__category {
    font-size: 3.6rem;
  }
}
#work .office-modal__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #work .office-modal__text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#work .office-modal__interview[hidden], #work .office-modal__career[hidden] {
  display: none;
}
#work .office-modal__btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
#work .office-modal__btn .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 47.6rem;
  padding: 2rem 1.5rem;
  background-color: #dc0823;
  border: 1px solid #dc0823;
  position: relative;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #work .office-modal__btn .btn-link {
    max-width: 59rem;
    padding: 1.5rem;
    justify-content: center;
    text-align: center;
  }
}
#work .office-modal__btn .btn-link span {
  position: relative;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #work .office-modal__btn .btn-link span {
    margin-right: 0;
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
#work .office-modal__btn .btn-link span:after {
  content: "インタビュー";
  display: inline-block;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  #work .office-modal__btn .btn-link span:after {
    display: block;
    margin-top: 0.5em;
  }
}
#work .office-modal__btn .btn-link:after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #FFFFFF;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: border-left 0.3s linear;
}
@media screen and (max-width: 767px) {
  #work .office-modal__btn .btn-link:after {
    right: 2.5rem;
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
    border-left: 1.6rem solid #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  #work .office-modal__btn .btn-link:hover {
    background-color: #FFFFFF;
    border: 1px solid #dc0823;
  }
  #work .office-modal__btn .btn-link:hover span {
    color: #dc0823;
  }
  #work .office-modal__btn .btn-link:hover:after {
    border-left: 9px solid #dc0823;
  }
}
#work .office-modal--career .office-modal__container {
  max-width: 108rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__container {
    max-width: 100%;
  }
}
#work .office-modal--career .office-modal__career-body {
  display: flex;
  gap: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body {
    flex-direction: column;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-profile {
  width: 15.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-profile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-profile .office-modal__career-img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-profile .office-modal__career-img {
    width: 20rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-profile .office-modal__career-name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7142857143;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-profile .office-modal__career-name {
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-profile .office-modal__career-name {
    font-size: 2.4rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps {
    grid-template-columns: 1fr;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step {
  background-color: #f2f5f9;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step {
    display: grid;
    grid-template-columns: 6.4rem 1fr;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: clip;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head {
    overflow-y: visible;
    overflow-x: clip;
  }
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head {
    width: 6.4rem;
    flex-shrink: 0;
    overflow-x: visible;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head .step-title {
  color: #fff;
  padding: 1.2rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head .step-title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head .step-title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 1em;
    font-size: 2.8rem;
    padding: 0;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head:after {
  content: "";
  display: block;
  width: 3.9rem;
  height: 6.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translate(50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-head:after {
    width: 5.07rem;
    height: 9.3rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -0.55rem;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:not(:last-child) {
  border-right: 8px solid #fff;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:not(:last-child) {
    border-right: none;
    border-bottom: 1rem solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:not(:last-child) {
    border-bottom: 1rem solid #fff;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(1) {
  border-bottom-left-radius: 1rem;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(1) {
    border-radius: unset;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(1) .step-head {
  background-color: #b2c5d9;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(1) .step-head:after {
  background-image: url("../img/work/office-modal-arrow01.svg");
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(1) .step-head {
    border-radius: unset;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(1) .step-head .step-title {
  color: #003e80;
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(2) {
  z-index: 2;
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(2) .step-head {
  background-color: #668bb3;
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(2) .step-head:after {
  background-image: url("../img/work/office-modal-arrow02.svg");
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(3) {
  z-index: 1;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(3) {
    border-radius: unset;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(3) .step-head {
  background-color: #003e80;
  color: #003e80;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(3) .step-head {
    border-radius: unset;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step:nth-child(3) .step-head:after {
  display: none;
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .textarea {
  padding: 3rem 2rem;
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-subhead {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #003e80;
  padding-bottom: 6px;
  border-bottom: 2px solid #dc0823;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-subhead {
    font-size: 3.2rem;
    padding-bottom: 1.4rem;
    border-bottom-width: 0.4rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-text {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps .office-modal__career-step .step-text {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps {
    grid-template-columns: 1fr;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps .office-modal__career-step:nth-child(2) {
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps .office-modal__career-step:nth-child(2) {
    border-radius: unset;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps .office-modal__career-step:nth-child(2) .step-head {
  background-color: #003e80;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 1080px) {
  #work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps .office-modal__career-step:nth-child(2) .step-head {
    border-radius: unset;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
#work .office-modal--career .office-modal__career-body .office-modal__career-steps.has-2-steps .office-modal__career-step:nth-child(2) .step-head:after {
  display: none;
}
#work .work-gradation.--gradation01 {
  top: 77.5rem;
  left: -31rem;
}
@media screen and (max-width: 767px) {
  #work .work-gradation.--gradation01 {
    top: 150rem;
    left: auto;
    right: calc(50% + 21.8rem);
  }
}
#work .work-gradation.--gradation02 {
  top: 210rem;
  right: -10rem;
}
@media screen and (max-width: 767px) {
  #work .work-gradation.--gradation02 {
    top: 425rem;
    left: calc(50% + 8rem);
    right: auto;
  }
}
#work .work-gradation.--gradation03 {
  top: -43rem;
  left: -12rem;
}
@media screen and (max-width: 767px) {
  #work .work-gradation.--gradation03 {
    top: -75rem;
    left: auto;
    right: calc(50% + 17rem);
  }
}

#system .--c-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1080px) {
  #system .--c-heading {
    display: block;
    justify-content: unset;
  }
}
#system .--c-heading > h2 {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #003e80;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-top: 1rem;
}
#system .--c-heading > h2::before {
  content: "・";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1080px) {
  #system .--c-heading > h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #system .--c-heading > h2 {
    font-size: 4rem;
  }
}
#system .--c-heading > p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  max-width: 72rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1080px) {
  #system .--c-heading > p {
    max-width: 100%;
    padding-right: 0;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #system .--c-heading > p {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    margin-top: 4rem;
  }
}
#system .hero {
  position: relative;
}
#system .hero .hero-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
  padding-block: 10.5rem 12rem;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #system .hero .hero-inner {
    padding-block: 7.5rem 10rem;
    padding-inline: 3rem;
  }
}
#system .hero .hero-gradation {
  top: -45.5rem;
  left: calc(50% + 10.6rem);
}
@media screen and (max-width: 767px) {
  #system .hero .hero-gradation {
    top: -26rem;
    left: calc(50% - 2.8rem);
  }
}
#system .hero .hero-title {
  width: 38.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-title {
    width: 39.5rem;
  }
}
#system .hero .hero-lead {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-lead {
    margin-top: 6.5rem;
  }
}
#system .hero .hero-lead span {
  position: relative;
  display: block;
  margin: 0 auto;
}
#system .hero .hero-lead span + span {
  margin-top: 2.5rem;
}
#system .hero .hero-lead span::before {
  content: "";
  width: 100%;
  height: 1.4rem;
  background-color: #7fbe26;
  opacity: 0.3;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-lead span::before {
    height: 1.8rem;
  }
}
#system .hero .hero-lead > img {
  display: block;
  width: 22rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-lead > img {
    width: 34.4rem;
    margin: 0 auto 3rem;
  }
}
#system .hero .hero-lead .pc > span.--1 {
  width: 45.5rem;
}
#system .hero .hero-lead .pc > span.--2 {
  width: 53.5rem;
}
#system .hero .hero-lead .sp > span.--1 {
  width: 40.2rem;
}
#system .hero .hero-lead .sp > span.--2 {
  width: 40.5rem;
}
#system .hero .hero-lead .sp > span.--3 {
  width: 50rem;
}
#system .hero .hero-text {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  margin-top: 3.5rem;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #system .hero .hero-text {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 6.5rem;
    letter-spacing: 0.02em;
  }
  #system .hero .hero-text > span {
    margin-top: 2.7rem;
  }
}
#system .hero .hero-text > span {
  display: block;
}
#system .hero .hero-text > span span {
  display: inline-block;
}
#system .hero .hero-deco .balloon {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: float-balloon ease-in-out 3s infinite alternate;
          animation: float-balloon ease-in-out 3s infinite alternate;
}
#system .hero .hero-deco .balloon.--deco01 {
  background-image: url("../img/system/deco/1.png");
  width: 29.8rem;
  height: 29rem;
  top: 4.5rem;
  right: calc(50% + 31rem);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .balloon.--deco01 {
    width: 22.3rem;
    height: 21.8rem;
    top: 18rem;
    right: calc(50% + 18rem);
  }
}
#system .hero .hero-deco .balloon.--deco02 {
  background-image: url("../img/system/deco/2.png");
  width: 17.2rem;
  height: 17.2rem;
  top: 7.5rem;
  left: calc(50% + 39.4rem);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .balloon.--deco02 {
    width: 13.7rem;
    height: 13.8rem;
    top: 24rem;
    left: calc(50% + 21.8rem);
  }
}
#system .hero .hero-deco .balloon.--deco03 {
  background-image: url("../img/system/deco/3.png");
  width: 18.6rem;
  height: 16.9rem;
  bottom: 3rem;
  right: calc(50% + 37.6rem);
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .balloon.--deco03 {
    width: 14.8rem;
    height: 13.6rem;
    bottom: -12rem;
    right: calc(50% + 6.5rem);
  }
}
#system .hero .hero-deco .balloon.--deco04 {
  background-image: url("../img/system/deco/4.png");
  width: 27.3rem;
  height: 25.8rem;
  bottom: 0.5rem;
  left: calc(50% + 37.5rem);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .balloon.--deco04 {
    width: 20.5rem;
    height: 19.4rem;
    bottom: -12rem;
    left: calc(50% + 6.5rem);
  }
}
#system .hero .hero-deco .dot {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  -webkit-animation: float-dot ease-in-out 3s infinite alternate;
          animation: float-dot ease-in-out 3s infinite alternate;
}
#system .hero .hero-deco .dot.--dot01 {
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 159, 185, 0.3);
  top: 6.8rem;
  right: calc(50% + 23.8rem);
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .dot.--dot01 {
    width: 3.6rem;
    height: 3.6rem;
    top: 5.8rem;
    right: calc(50% + 20.8rem);
  }
}
#system .hero .hero-deco .dot.--dot02 {
  width: 2.1rem;
  height: 2.1rem;
  background-color: rgba(237, 109, 31, 0.3);
  top: 37.1rem;
  right: calc(50% + 35.9rem);
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .dot.--dot02 {
    width: 2rem;
    height: 2rem;
    top: 53rem;
    right: calc(50% + 27.5rem);
  }
}
#system .hero .hero-deco .dot.--dot03 {
  width: 1.9rem;
  height: 1.9rem;
  background-color: rgba(229, 0, 110, 0.3);
  bottom: 3.2rem;
  left: calc(50% + 9.3rem);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .dot.--dot03 {
    width: 1.6rem;
    height: 1.6rem;
    left: calc(50% - 2.5rem);
    bottom: -15rem;
  }
}
#system .hero .hero-deco .dot.--dot04 {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(127, 190, 38, 0.3);
  bottom: 11rem;
  right: calc(50% + 61.6rem);
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .dot.--dot04 {
    width: 3rem;
    height: 3rem;
    bottom: 1.1rem;
    right: calc(50% + 31rem);
  }
}
#system .hero .hero-deco .dot.--dot05 {
  width: 3.6rem;
  height: 3.6rem;
  background-color: rgba(255, 217, 0, 0.3);
  top: 31.8rem;
  left: calc(50% + 61.6rem);
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .dot.--dot05 {
    width: 3.2rem;
    height: 3.2rem;
    top: auto;
    bottom: 7rem;
    left: calc(50% + 32.5rem);
  }
}
#system .hero .hero-deco .dot.--dot06 {
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(127, 16, 132, 0.3);
  top: 28rem;
  left: calc(50% + 33.9rem);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
}
@media screen and (max-width: 767px) {
  #system .hero .hero-deco .dot.--dot06 {
    width: 4rem;
    height: 4rem;
    top: 44rem;
    left: calc(50% + 26.1rem);
  }
}
#system .hero + .scheme {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #system .hero + .scheme {
    margin-top: 20rem;
  }
}
#system .scheme {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #system .scheme {
    margin-top: 10rem;
  }
}
#system .scheme .scheme-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#system .scheme .scheme-img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-img {
    margin-top: 5rem;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    padding-bottom: 4rem;
    padding-inline: 4rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #system .scheme .scheme-img::-webkit-scrollbar {
    height: 1.4rem;
  }
  #system .scheme .scheme-img::-webkit-scrollbar-track {
    background: #f2f5f9;
    border-radius: 0.7rem;
    margin-inline: 4rem;
  }
  #system .scheme .scheme-img::-webkit-scrollbar-thumb {
    background: #003e80;
    border-radius: 0.7rem;
  }
  #system .scheme .scheme-img img {
    width: 162rem;
    max-width: none;
  }
}
#system .scheme .scheme-box {
  position: relative;
  background-color: #f2f5f9;
  border-radius: 2rem;
  padding: 5rem 6rem 5.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box {
    padding: 5rem 4.5rem 3.5rem;
  }
}
#system .scheme .scheme-box + .scheme-box {
  margin-top: 2.4rem;
}
#system .scheme .scheme-box__heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #system .scheme .scheme-box__heading {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 0;
  }
}
#system .scheme .scheme-box__heading .heading-title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #003e80;
  width: 26%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1080px) {
  #system .scheme .scheme-box__heading .heading-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__heading .heading-title {
    font-size: 3.6rem;
  }
}
#system .scheme .scheme-box__heading .heading-text {
  width: 74%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #system .scheme .scheme-box__heading .heading-text {
    position: relative;
    padding-left: 5rem;
  }
  #system .scheme .scheme-box__heading .heading-text::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    min-height: 7rem;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1080px) {
  #system .scheme .scheme-box__heading .heading-text {
    padding-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
  #system .scheme .scheme-box__heading .heading-text::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__heading .heading-text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    margin-top: 2rem;
  }
}
#system .scheme .scheme-box__img {
  margin-top: 4rem;
}
#system .scheme .scheme-box__img.--bg {
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__img.--bg {
    padding: 4rem;
  }
}
#system .scheme .scheme-box__img.--bg img {
  display: block;
  width: 100%;
  max-width: 65.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__img.--bg img {
    max-width: 100%;
  }
}
#system .scheme .scheme-box__inner {
  margin-top: 6rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner {
    margin-top: 4.8rem;
    padding: 4rem 4rem 3.5rem;
  }
}
#system .scheme .scheme-box__inner-heading {
  display: flex;
}
@media screen and (max-width: 1080px) {
  #system .scheme .scheme-box__inner-heading {
    display: block;
  }
  #system .scheme .scheme-box__inner-heading .heading-title {
    width: 100%;
  }
  #system .scheme .scheme-box__inner-heading .heading-text {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  #system .scheme .scheme-box__inner-heading .heading-text {
    margin-top: 4rem;
  }
}
#system .scheme .scheme-box__inner-heading .heading-title {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #003e80;
  font-feature-settings: "palt";
  white-space: nowrap;
  width: 40%;
  text-decoration: underline;
  text-underline-offset: 1rem;
  -webkit-text-decoration-color: #dc0823;
          text-decoration-color: #dc0823;
}
#system .scheme .scheme-box__inner-heading .heading-title.--no-underline {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner-heading .heading-title {
    width: 100%;
    font-size: 3.2rem;
  }
}
#system .scheme .scheme-box__inner-heading .heading-text {
  width: 70%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner-heading .heading-text {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#system .scheme .scheme-box__inner-img {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner-img {
    flex-direction: column;
  }
}
#system .scheme .scheme-box__inner-img img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner-img img {
    width: 100%;
  }
}
#system .scheme .scheme-box__inner.--steps {
  display: flex;
  background-color: transparent;
  gap: 2rem;
  padding: 0;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1080px) {
  #system .scheme .scheme-box__inner.--steps {
    display: block;
  }
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item {
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 3.5rem 3rem 3rem;
}
@media screen and (max-width: 1080px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item + .scheme-box__inner-item {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item {
    padding: 4rem 4rem 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .heading {
    display: flex;
    justify-content: center;
    gap: 2rem;
    transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .heading .num {
    margin-top: 0.5rem;
  }
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .heading .num svg {
  width: auto;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .heading .num svg {
    height: 2.1rem;
  }
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .heading .title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.06em;
  color: #003e80;
  font-feature-settings: "palt";
  text-decoration: underline;
  text-underline-offset: 1rem;
  -webkit-text-decoration-color: #dc0823;
          text-decoration-color: #dc0823;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .heading .title {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .list {
  margin-top: 2rem;
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .list li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  position: relative;
  padding-left: 1.5rem;
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .list li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .list li {
    font-size: 2.6rem;
    line-height: 1.6153846154;
    padding-left: 2.4rem;
  }
}
#system .scheme .scheme-box__inner.--steps .scheme-box__inner-item .list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
}
#system .scheme .scheme-gradation.--gradation01 {
  top: 63rem;
  left: -32rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-gradation.--gradation01 {
    top: 68rem;
    left: -25rem;
  }
}
#system .scheme .scheme-gradation.--gradation02 {
  top: -21rem;
  right: -9.5rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-gradation.--gradation02 {
    top: -24rem;
  }
}
#system .scheme .scheme-gradation.--gradation03 {
  top: 37rem;
  left: -10rem;
}
@media screen and (max-width: 767px) {
  #system .scheme .scheme-gradation.--gradation03 {
    top: 68rem;
    left: -18rem;
  }
}

#benefits .hero .hero-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#benefits .hero .hero-gradation {
  top: -45.5rem;
  left: calc(50% + 10.6rem);
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-gradation {
    top: -26rem;
    left: calc(50% - 2.8rem);
  }
}
#benefits .hero .hero-title {
  position: relative;
  padding-block: 11rem 4.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-title {
    padding-block: 10rem 6.5rem;
  }
}
#benefits .hero .hero-title img {
  width: 27.3rem;
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-title img {
    width: 29rem;
  }
}
#benefits .hero .hero-desc__head span {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-desc__head span {
    margin-inline: unset;
  }
}
#benefits .hero .hero-desc__head span + span {
  margin-top: 2.5rem;
}
#benefits .hero .hero-desc__head span::before {
  content: "";
  width: 100%;
  height: 1.4rem;
  background-color: #dc0823;
  opacity: 0.3;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-desc__head span::before {
    height: 1.8rem;
  }
}
#benefits .hero .hero-desc__head .pc {
  width: 58.7rem;
}
#benefits .hero .hero-desc__head .sp span.--1 {
  width: 28.1rem;
}
#benefits .hero .hero-desc__head .sp span.--2 {
  width: 40.5rem;
}
#benefits .hero .hero-desc__text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #benefits .hero .hero-desc__text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#benefits .hero + .system {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #benefits .hero + .system {
    margin-top: 8.5rem;
  }
}
#benefits .system {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system {
    margin-top: 10rem;
  }
  #benefits .system.--system05 {
    margin-top: 8rem;
  }
}
#benefits .system .system-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#benefits .system .system-title {
  position: relative;
  background-color: #003e80;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  padding-block: 2.3rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title {
    gap: 1.8rem;
  }
}
#benefits .system .system-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-top: 2rem solid #003e80;
  border-bottom: 0;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
#benefits .system .system-title .icon.--icon01 {
  width: 5.3rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .icon.--icon01 {
    width: 6.2rem;
  }
}
#benefits .system .system-title .icon.--icon02 {
  width: 4.9rem;
}
#benefits .system .system-title .icon.--icon03 {
  width: 4.2rem;
}
#benefits .system .system-title .icon.--icon04 {
  width: 5.6rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .icon.--icon04 {
    width: 6.6rem;
  }
}
#benefits .system .system-title .icon.--icon05 {
  width: 5.4rem;
}
#benefits .system .system-title .text.--text01 {
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .text.--text01 {
    width: 16.7rem;
  }
}
#benefits .system .system-title .text.--text02 {
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .text.--text02 {
    width: 33.2rem;
  }
}
#benefits .system .system-title .text.--text03 {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .text.--text03 {
    width: 52.8rem;
  }
}
#benefits .system .system-title .text.--text04 {
  width: 39.1rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .text.--text04 {
    width: 48.1rem;
  }
}
#benefits .system .system-title .text.--text05 {
  width: 33.3rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title .text.--text05 {
    width: 41.5rem;
  }
}
#benefits .system .system-title span {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title span {
    font-size: 4rem;
  }
}
#benefits .system .system-title + .system-content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title + .system-content {
    margin-top: 5rem;
  }
}
#benefits .system .system-title + .system-sub-title {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-title + .system-sub-title {
    margin-top: 6.5rem;
  }
}
#benefits .system .system-sub-title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #003e80;
  font-feature-settings: "palt";
}
#benefits .system .system-sub-title::before {
  content: "・";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-sub-title {
    font-size: 4rem;
  }
}
#benefits .system .system-sub-title + .system-content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-sub-title + .system-content {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits .system .system-content:not(.system-content.--full) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#benefits .system .system-content + .system-title {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content + .system-title {
    margin-top: 10rem;
  }
}
#benefits .system .system-content + .system-sub-title {
  margin-top: 8rem;
}
#benefits .system .system-content__item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 3.5rem 4rem 3.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content__item {
    padding: 4.5rem 4rem 3.5rem;
  }
  #benefits .system .system-content__item + .system-content__item {
    margin-top: 2.4rem;
  }
}
#benefits .system .system-content__item .item-head {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #003e80;
}
@media screen and (min-width: 768px) {
  #benefits .system .system-content__item .item-head.--multiline {
    min-height: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content__item .item-head {
    font-size: 3.6rem;
    line-height: 1.3888888889;
  }
}
#benefits .system .system-content__item .item-text {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content__item .item-text {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#benefits .system .system-content__item .item-detail {
  background-color: #f2f5f9;
  width: 100%;
  padding: 3rem;
  border-radius: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content__item .item-detail {
    padding: 4rem;
  }
}
#benefits .system .system-content__item .item-detail span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #003e80;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content__item .item-detail span {
    font-size: 2.8rem;
  }
}
#benefits .system .system-content__item .item-detail p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-content__item .item-detail p {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
#benefits .system .system-detail {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  margin-bottom: 14rem;
  background-color: #f2f5f9;
  border-radius: 2rem;
  padding: 4.5rem 6rem 6rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail {
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 4rem;
  }
}
#benefits .system .system-detail__heading {
  display: flex;
  align-items: center;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__heading {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 0;
  }
}
#benefits .system .system-detail__heading .heading-title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #003e80;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__heading .heading-title {
    font-size: 3.6rem;
  }
}
#benefits .system .system-detail__heading .heading-text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__heading .heading-text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits .system .system-detail__heading .heading-text {
    padding-left: 5rem;
    margin-left: 4rem;
    position: relative;
  }
  #benefits .system .system-detail__heading .heading-text.--text02 {
    margin-left: 12.5rem;
  }
  #benefits .system .system-detail__heading .heading-text::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 1.5rem);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#benefits .system .system-detail__heading .heading-text span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #003e80;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__heading .heading-text span {
    font-size: 2.8rem;
  }
}
#benefits .system .system-detail__box {
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 4rem 6rem 8rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__box {
    padding: 4rem;
    margin-top: 3.5rem;
  }
}
#benefits .system .system-detail__box > span {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #003e80;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__box > span {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
#benefits .system .system-detail__box .img {
  margin-top: 3.5rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__box .img {
    flex-direction: column;
  }
}
#benefits .system .system-detail__box > p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  text-align: right;
  margin-top: 1em;
}
#benefits .system .system-detail__box > p + p.note {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__box > p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
#benefits .system .system-detail__interview .head {
  background-color: #003e80;
  border-radius: 2rem;
  padding: 1.5rem 2rem;
  margin-top: 5.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .head {
    padding: 2.5rem 2.5rem;
  }
}
#benefits .system .system-detail__interview .head > span {
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .head > span {
    font-size: 3.2rem;
  }
}
#benefits .system .system-detail__interview .wrap {
  background-color: #FFFFFF;
  padding-top: 1.5rem;
  padding-inline: 6rem;
  margin-top: -1.5rem;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .wrap {
    padding-inline: 4rem;
  }
}
#benefits .system .system-detail__interview .content {
  position: relative;
  display: flex;
  gap: 3rem;
  padding-block: 6rem 5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .content {
    display: grid;
    gap: 3rem;
    padding-block: 5rem 5rem;
    grid-template-columns: auto 1fr;
    align-items: start;
  }
}
#benefits .system .system-detail__interview .content:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#benefits .system .system-detail__interview .content .thumb {
  width: 100%;
  min-width: 23.5rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .content .thumb {
    min-width: unset;
    width: 22.5rem;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .content .textarea {
    display: contents;
  }
}
#benefits .system .system-detail__interview .content .textarea .lead {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  color: #003e80;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .content .textarea .lead {
    font-size: 2.8rem;
    line-height: 1.6428571429;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
#benefits .system .system-detail__interview .content .textarea .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 300;
  margin-top: 2rem;
}
#benefits .system .system-detail__interview .content .textarea .text:nth-of-type(2) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #benefits .system .system-detail__interview .content .textarea .text:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #benefits .system .system-detail__interview .content .textarea .text {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
  #benefits .system .system-detail__interview .content .textarea .text:nth-of-type(2) {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-top: 0;
    align-self: center;
  }
  #benefits .system .system-detail__interview .content .textarea .text:nth-of-type(3) {
    grid-row: 3/4;
    grid-column: 1/3;
    margin-top: 0;
  }
}
#benefits .system .system-gradation.--gradation01 {
  top: 32rem;
  left: -31rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-gradation.--gradation01 {
    top: 51rem;
    left: auto;
    right: calc(50% + 21.8rem);
  }
}
#benefits .system .system-gradation.--gradation02 {
  top: -12rem;
  right: -10rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-gradation.--gradation02 {
    top: -15rem;
    left: calc(50% + 8rem);
  }
}
#benefits .system .system-gradation.--gradation03 {
  top: 185rem;
  left: -12rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-gradation.--gradation03 {
    top: 357rem;
    left: auto;
    right: calc(50% + 15rem);
  }
}
#benefits .system .system-gradation.--gradation04 {
  top: -55rem;
  right: -31rem;
}
@media screen and (max-width: 767px) {
  #benefits .system .system-gradation.--gradation04 {
    top: -136rem;
    left: calc(50% + 18rem);
  }
}

#requirement .--c-title {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #003e80;
}
@media screen and (max-width: 767px) {
  #requirement .--c-title {
    font-size: 4rem;
  }
}
#requirement .--c-title::before {
  content: "・";
  display: inline-block;
  font-size: inherit;
  margin-right: 0.5rem;
}
#requirement .hero {
  overflow: hidden;
}
#requirement .hero .hero-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#requirement .hero .hero-title {
  margin-top: 12rem;
}
@media screen and (max-width: 1080px) {
  #requirement .hero .hero-title {
    margin-top: 10rem;
  }
}
#requirement .hero .hero-title img {
  width: 74.4rem;
}
@media screen and (max-width: 1080px) {
  #requirement .hero .hero-title img {
    width: 59.4rem;
  }
}
#requirement .hero .hero-msg {
  border-radius: 2rem;
  padding: 6rem 6rem 4.8rem;
  background: linear-gradient(90deg, rgba(49, 138, 198, 0.2) 0%, rgba(124, 45, 136, 0.2) 100%);
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-msg {
    padding: 6rem 4rem;
  }
}
#requirement .hero .hero-msg__head {
  position: relative;
  padding-bottom: 3.5rem;
}
#requirement .hero .hero-msg__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: #003e80;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-msg__head:before {
    width: 4.8rem;
    height: 1px;
  }
}
#requirement .hero .hero-msg__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-msg__head::after {
    height: 1px;
  }
}
#requirement .hero .hero-msg__head img {
  width: 34.9rem;
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-msg__head img {
    width: 44.7rem;
  }
}
#requirement .hero .hero-msg__textarea {
  margin-top: 4rem;
}
#requirement .hero .hero-msg__textarea p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-msg__textarea p {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#requirement .hero .hero-msg__textarea p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-msg__textarea p + p {
    margin-top: 2rem;
  }
}
#requirement .hero .hero-gradation {
  top: -57.5rem;
  left: calc(50% + 10.6rem);
}
@media screen and (max-width: 767px) {
  #requirement .hero .hero-gradation {
    top: -36rem;
    left: calc(50% - 2.8rem);
  }
}
#requirement .thumbs {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #requirement .thumbs {
    margin-top: 11.8rem;
  }
}
#requirement .thumbs .thumbs-content {
  width: 100%;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: loop-slide 30s linear infinite;
          animation: loop-slide 30s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  gap: 4rem;
}
#requirement .thumbs .thumbs-content .thumbs-content__img {
  border-radius: 2rem;
  overflow: hidden;
}
#requirement .thumbs .thumbs-content .thumbs-content__img:nth-child(odd) img {
  width: 45.3rem;
}
#requirement .thumbs .thumbs-content .thumbs-content__img:nth-child(even) img {
  width: 35.3rem;
}
#requirement .thumbs .thumbs-content .thumbs-content__img img {
  height: auto;
}
#requirement .job-category {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #requirement .job-category {
    margin-top: 10rem;
  }
}
#requirement .job-category .job-category-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #requirement .job-category .job-category-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#requirement .job-category .job-category-list {
  display: flex;
  gap: 2rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  #requirement .job-category .job-category-list {
    flex-direction: column;
    margin-top: 4.5rem;
    gap: 3rem;
  }
}
#requirement .job-category .job-category-item {
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  padding: 4rem 4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  #requirement .job-category .job-category-item {
    width: 100%;
    padding: 4.5rem 4rem 3.8rem;
  }
}
#requirement .job-category .job-category-item__head {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  color: #003e80;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #requirement .job-category .job-category-item__head {
    font-size: 3.6rem;
  }
}
#requirement .job-category .job-category-item__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2rem;
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #requirement .job-category .job-category-item__text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    padding-top: 3.5rem;
    margin-top: 4rem;
  }
}
#requirement .job-category .job-category-gradation {
  top: -2.5rem;
  left: -30.5rem;
}
@media screen and (max-width: 767px) {
  #requirement .job-category .job-category-gradation {
    display: none;
  }
}
#requirement .guidelines {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines {
    margin-top: 10rem;
  }
}
#requirement .guidelines .guidelines-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#requirement .guidelines .guidelines-gradation {
  display: none;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-gradation {
    display: block;
    top: 15.5rem;
    right: calc(50% + 22rem);
  }
}
#requirement .guidelines .guidelines-list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-list {
    margin-top: 5rem;
  }
}
#requirement .guidelines .guidelines-list__row {
  display: flex;
  gap: 2.2%;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-list__row {
    gap: 2.4rem;
  }
}
#requirement .guidelines .guidelines-list__row > dt,
#requirement .guidelines .guidelines-list__row > dd {
  padding-block: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-list__row > dt,
#requirement .guidelines .guidelines-list__row > dd {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#requirement .guidelines .guidelines-list__row .guidelines-list__dt {
  width: 16%;
  color: #003e80;
  font-weight: 600;
  border-top: 1px solid #003e80;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-list__row .guidelines-list__dt {
    width: 19%;
  }
}
#requirement .guidelines .guidelines-list__row .guidelines-list__dd {
  width: 84%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-list__row .guidelines-list__dd {
    width: 81%;
  }
}
#requirement .guidelines .guidelines-list__row:nth-child(6) .guidelines-list__dt, #requirement .guidelines .guidelines-list__row:nth-child(7) .guidelines-list__dt, #requirement .guidelines .guidelines-list__row:nth-child(8) .guidelines-list__dt {
  padding-left: 2.2em;
}
@media screen and (max-width: 767px) {
  #requirement .guidelines .guidelines-list__row:nth-child(6) .guidelines-list__dt, #requirement .guidelines .guidelines-list__row:nth-child(7) .guidelines-list__dt, #requirement .guidelines .guidelines-list__row:nth-child(8) .guidelines-list__dt {
    padding-left: 0;
  }
}
#requirement .flow {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #requirement .flow {
    margin-top: 7rem;
  }
}
#requirement .flow .flow-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #requirement .flow .flow-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#requirement .flow .flow-img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #requirement .flow .flow-img {
    margin-top: 6.5rem;
  }
}
#requirement .flow .flow-gradation {
  top: -14.5rem;
  right: -10rem;
}
@media screen and (max-width: 767px) {
  #requirement .flow .flow-gradation {
    display: none;
  }
}
#requirement .faq {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #requirement .faq {
    margin-top: 10rem;
  }
}
#requirement .faq .faq-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#requirement .faq .faq-gradation {
  display: none;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-gradation {
    display: block;
    top: -3.5rem;
    left: calc(50% + 8rem);
  }
}
#requirement .faq .faq-box {
  background-color: #f2f5f9;
  border-radius: 2rem;
  padding: 6rem;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box {
    padding: 5rem 3rem;
    margin-top: 5rem;
  }
}
#requirement .faq .faq-box__head {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #003e80;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__head {
    font-size: 3.6rem;
  }
}
#requirement .faq .faq-box__item {
  margin-top: 3rem;
}
#requirement .faq .faq-box__item + .faq-box__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item + .faq-box__item {
    margin-top: 2rem;
  }
}
#requirement .faq .faq-box__item + .faq-box__head {
  margin-top: 6rem;
}
#requirement .faq .faq-box__item .faq-toggle {
  display: none;
}
#requirement .faq .faq-box__item .faq-toggle:checked ~ .question {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#requirement .faq .faq-box__item .faq-toggle:checked ~ .question .icon {
  background-color: #FFFFFF;
}
#requirement .faq .faq-box__item .faq-toggle:checked ~ .question .icon::after {
  background-color: #003e80;
  transform: translate(-50%, -50%) rotate(90deg);
}
#requirement .faq .faq-box__item .faq-toggle:checked ~ .answer {
  grid-template-rows: 1fr;
  padding: 2rem 4rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .faq-toggle:checked ~ .answer {
    padding: 2rem 3rem;
  }
}
#requirement .faq .faq-box__item .question {
  display: block;
  cursor: pointer;
  background-color: rgba(0, 62, 128, 0.07);
  border-radius: 2rem;
  padding: 3rem 3.5rem;
  position: relative;
  transition: border-radius 0.2s;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .question {
    border-radius: 1rem;
    padding: 2rem 3rem;
  }
}
#requirement .faq .faq-box__item .question p {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .question p {
    font-size: 3.2rem;
    line-height: 1.5;
    gap: 2rem;
  }
}
#requirement .faq .faq-box__item .question p::before {
  content: "";
  display: inline-block;
  background-image: url("../img/requirement/faq-q-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 2.6rem;
  width: 2.1rem;
  min-width: 2.1rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .question p::before {
    height: 3.5rem;
    width: 2.7rem;
    min-width: 2.7rem;
    margin-top: 0.75rem;
  }
}
#requirement .faq .faq-box__item .question .icon {
  width: 2.7rem;
  height: 2.7rem;
  background-color: #003e80;
  border-radius: 50%;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .question .icon {
    width: 4.4rem;
    height: 4.4rem;
    right: 2.4rem;
  }
}
#requirement .faq .faq-box__item .question .icon::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .question .icon::before {
    width: 2.4rem;
  }
}
#requirement .faq .faq-box__item .question .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .question .icon::after {
    height: 2.4rem;
  }
}
#requirement .faq .faq-box__item .answer {
  background-color: #FFFFFF;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 0 4rem;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s cubic-bezier(0.23, 1, 0.32, 1), padding 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .answer {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 0 3rem;
  }
}
#requirement .faq .faq-box__item .answer p {
  min-height: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .answer p {
    font-size: 2.8rem;
    gap: 2rem;
  }
}
#requirement .faq .faq-box__item .answer p::before {
  content: "";
  display: inline-block;
  background-image: url("../img/requirement/faq-a-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 2.1rem;
  width: 2.2rem;
  min-width: 2.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  #requirement .faq .faq-box__item .answer p::before {
    height: 2.8rem;
    width: 2.8rem;
    min-width: 2.8rem;
    margin-top: 0.75rem;
  }
}

#voices .hero .hero-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #voices .hero .hero-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#voices .hero .hero-gradation {
  top: -45.5rem;
  left: calc(50% + 10.6rem);
}
@media screen and (max-width: 767px) {
  #voices .hero .hero-gradation {
    top: -26rem;
    left: calc(50% - 2.8rem);
  }
}
#voices .hero .hero-title {
  position: relative;
  padding-block: 11rem 4.5rem;
}
@media screen and (max-width: 767px) {
  #voices .hero .hero-title {
    padding-block: 10rem 6.5rem;
  }
}
#voices .hero .hero-title img {
  width: 91.2rem;
}
@media screen and (max-width: 1080px) {
  #voices .hero .hero-title img {
    width: 55.8rem;
  }
}
#voices .hero .hero-desc__head {
  width: 45.2rem;
}
@media screen and (max-width: 767px) {
  #voices .hero .hero-desc__head {
    width: 53.3rem;
  }
}
#voices .hero .hero-desc__head span {
  position: relative;
  display: block;
  margin: 0 auto;
}
#voices .hero .hero-desc__head span::before {
  content: "";
  width: 100%;
  height: 1.4rem;
  background-color: #dc0823;
  opacity: 0.3;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #voices .hero .hero-desc__head span::before {
    height: 1.8rem;
  }
}
#voices .hero .hero-desc__text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #voices .hero .hero-desc__text {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#voices .hero + .data {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #voices .hero + .data {
    margin-top: 8.5rem;
  }
}
#voices .data {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #voices .data {
    margin-top: 8rem;
  }
}
#voices .data .data-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voices .data .data-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#voices .data .data-heading .heading-title {
  display: flex;
  gap: 2rem;
}
#voices .data .data-heading .heading-title::before {
  content: "";
  display: block;
  width: 5.9rem;
  height: 5.7rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTlweCIgaGVpZ2h0PSI1N3B4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigyMjAsIDgsIDM1KSIgZD0iTTI5LjUwMSwtMC4wMTAgQzQ1Ljc5NiwtMC4wMTAgNTkuMDA3LDExLjQwOSA1OS4wMDcsMjUuNDk1IEM1OS4wMDcsMzkuNTgxIDQ1Ljc5Niw1MS4wMDAgMjkuNTAxLDUxLjAwMCBDMTMuMjA1LDUxLjAwMCAtMC4wMDUsMzkuNTgxIC0wLjAwNSwyNS40OTUgQy0wLjAwNSwxMS40MDkgMTMuMjA1LC0wLjAxMCAyOS41MDEsLTAuMDEwIFoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZD0iTTIxLjE2NCwyNC40MDAgQzIxLjE2NCwxOS44NTYgMjMuNTk2LDE1LjYzMiAyOC41MjMsMTUuNjY0IEMzMy40NTEsMTUuNjMyIDM1Ljg4MywxOS44NTYgMzUuODgzLDI0LjQwMCBDMzUuODgzLDI4Ljg0NyAzMy42NzUsMzMuMTM1IDI4LjUyMywzMy4xMzUgQzIzLjM3MiwzMy4xMzUgMjEuMTY0LDI4Ljg0NyAyMS4xNjQsMjQuNDAwIFpNMzQuNDc1LDM5LjY5NCBMMzguNDQzLDM5LjY5NCBMMzMuMjU5LDM0Ljk5MSBDMzcuMTMxLDMzLjI5NSAzOS4yNzUsMjkuMzkxIDM5LjI3NSwyNC40MDAgQzM5LjI3NSwxNy43NzYgMzUuMzA3LDEyLjg0OCAyOC41MjMsMTIuODQ4IEMyMS43NDAsMTIuODQ4IDE3Ljc3MiwxNy43NzYgMTcuNzcyLDI0LjQwMCBDMTcuNzcyLDMxLjE4MyAyMS43MDgsMzUuOTUxIDI4LjUyMywzNS45NTEgQzI5LjE2MywzNS45NTEgMjkuNzM5LDM1LjkxOSAzMC4zMTUsMzUuODIzIEwzNC40NzUsMzkuNjk0IFoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigyMjAsIDgsIDM1KSIgZD0iTTI5LjUwMCw0NC4xMzYgTDMzLjg2NCw1MC41MDAgTDI5LjUwMCw1Ni44NjQgTDI1LjEzNiw1MC41MDAgTDI5LjUwMCw0NC4xMzYgWiIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #voices .data .data-heading .heading-title::before {
    min-width: 7.2rem;
    min-height: 6.9rem;
    width: 7.2rem;
    height: 6.9rem;
  }
}
#voices .data .data-heading .heading-title span {
  display: inline-block;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
#voices .data .data-heading .heading-title span.text {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #voices .data .data-heading .heading-title span.text {
    font-size: 3.6rem;
  }
}
#voices .data .data-heading .heading-title span.note {
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #voices .data .data-heading .heading-title span.note {
    font-size: 2.8rem;
  }
}
#voices .data .data-box {
  background-color: #f2f5f9;
  border-radius: 2rem;
  padding-block: 6rem 6rem;
  padding-inline: 3rem 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box {
    padding-block: 4rem 8rem;
    padding-inline: 2rem 2rem;
  }
}
#voices .data .data-box.--textbox {
  padding-block: 7rem 7rem;
  padding-inline: 6rem 6rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box.--textbox {
    padding-block: 4.5rem 4.5rem;
    padding-inline: 4rem 4rem;
  }
}
#voices .data .data-box__chart {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart {
    margin-top: 3rem;
  }
}
#voices .data .data-box__chart + .data-box__textarea {
  margin-top: 11rem;
  padding-inline: 3rem 3rem;
}
#voices .data .data-box__chart .chart-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62.5%;
  display: flex;
}
#voices .data .data-box__chart .chart-bg span {
  width: 1px;
  height: calc(100% + 4rem);
  background-color: #d6d6d6;
  position: absolute;
  top: -2rem;
  bottom: 0;
}
#voices .data .data-box__chart .chart-bg span:after {
  content: "0";
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  color: #d6d6d6;
  position: absolute;
  bottom: calc(-1em - 0.8rem);
  left: 50%;
  transform: translateX(-50%);
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(1) {
  left: 0;
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(1):after {
  content: "0";
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(2) {
  left: 18.7%;
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(2):after {
  content: "10";
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(3) {
  left: 37.5%;
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(3):after {
  content: "20";
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(4) {
  left: 56.2%;
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(4):after {
  content: "30";
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(5) {
  left: 75%;
}
#voices .data .data-box__chart .chart-bg.--scale-40 span:nth-child(5):after {
  content: "40";
}
#voices .data .data-box__chart .chart-list .chart-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row {
    margin-bottom: 1.2rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row.--mb {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row.--mb {
    margin-bottom: 2.4rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row:last-child {
  margin-bottom: 0;
}
#voices .data .data-box__chart .chart-list .chart-row dt {
  width: 37.5%;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  padding-right: 3rem;
  text-align: right;
  color: #003e80;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dt {
    font-size: 2.1rem;
    padding-right: 2rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dt span.chart-list-red {
  font-size: 1.8rem;
  color: #dc0823;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dt span.chart-list-red {
    font-size: 2.6rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dt span.chart-list-blue {
  font-size: 1.8rem;
  color: #003e80;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dt span.chart-list-blue {
    font-size: 2.6rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dd {
  width: 62.5%;
  display: flex;
  align-items: center;
}
#voices .data .data-box__chart .chart-list .chart-row dd .bar {
  position: relative;
  height: 1.8rem;
  width: 0;
  transition: width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dd .bar {
    height: 2.7rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dd .bar.--red {
  background-color: #dc0823;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dd .bar.--red {
    height: 4.5rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dd .bar.--blue {
  background-color: #003e80;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dd .bar.--blue {
    height: 4.5rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dd .bar.--light {
  background-color: #b3c5d9;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num {
  position: relative;
  z-index: 1;
  margin-left: 1rem;
  font-weight: 600;
  line-height: 1;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num span {
  margin-left: 0.3rem;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num.--red {
  font-size: 4rem;
  color: #dc0823;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num.--red span {
  font-size: 2rem;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num.--blue {
  font-size: 2.2rem;
  color: #003e80;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num.--blue span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dd .num.--blue {
    font-size: 3rem;
  }
  #voices .data .data-box__chart .chart-list .chart-row dd .num.--blue span {
    font-size: 1.8rem;
  }
}
#voices .data .data-box__chart .chart-list .chart-row dd .num.--light {
  font-size: 1.2rem;
  color: #003e80;
}
#voices .data .data-box__chart .chart-list .chart-row dd .num.--light span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__chart .chart-list .chart-row dd .num.--light {
    font-size: 2.1rem;
  }
  #voices .data .data-box__chart .chart-list .chart-row dd .num.--light span {
    font-size: 1.5rem;
  }
}
#voices .data .data-box__textarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1080px) {
  #voices .data .data-box__textarea {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__textarea {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
#voices .data .data-box__textarea .data-box__item {
  border: 1px solid;
  border-radius: 0 2rem 0 2rem;
  padding: 3.5rem 3rem 3.5rem;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__textarea .data-box__item {
    padding: 3.5rem 4rem 3.5rem;
  }
}
#voices .data .data-box__textarea .data-box__item::before, #voices .data .data-box__textarea .data-box__item::after {
  content: "";
  display: block;
  position: absolute;
  font-size: 7rem;
  line-height: 1;
  font-weight: 600;
}
#voices .data .data-box__textarea .data-box__item::before {
  content: "“";
  top: -1.7rem;
  left: 0.4rem;
}
#voices .data .data-box__textarea .data-box__item::after {
  content: "”";
  bottom: -5.3rem;
  right: 0.5rem;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(1) {
  border-color: #009fb9;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(1)::before {
  color: #009fb9;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(1)::after {
  color: #009fb9;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(1) p span {
  background: linear-gradient(transparent 70%, rgba(0, 159, 185, 0.3) 70%);
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(2) {
  border-color: #7fbe26;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(2)::before {
  color: #7fbe26;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(2)::after {
  color: #7fbe26;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(2) p span {
  background: linear-gradient(transparent 70%, rgba(127, 190, 38, 0.3) 70%);
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(3) {
  border-color: #ffd900;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(3)::before {
  color: #ffd900;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(3)::after {
  color: #ffd900;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(3) p span {
  background: linear-gradient(transparent 70%, rgba(255, 217, 0, 0.3) 70%);
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(4) {
  border-color: #ed6d1f;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(4)::before {
  color: #ed6d1f;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(4)::after {
  color: #ed6d1f;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(4) p span {
  background: linear-gradient(transparent 70%, rgba(237, 109, 31, 0.3) 70%);
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(5) {
  border-color: #e5006e;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(5)::before {
  color: #e5006e;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(5)::after {
  color: #e5006e;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(5) p span {
  background: linear-gradient(transparent 70%, rgba(229, 0, 110, 0.3) 70%);
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(6) {
  border-color: #7f1084;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(6)::before {
  color: #7f1084;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(6)::after {
  color: #7f1084;
}
#voices .data .data-box__textarea .data-box__item:nth-of-type(6) p span {
  background: linear-gradient(transparent 70%, rgba(127, 16, 132, 0.3) 70%);
}
#voices .data .data-box__textarea .data-box__item p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #voices .data .data-box__textarea .data-box__item p {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
#voices .data .data-box__textarea .data-box__item p span {
  display: inline;
  font-weight: 600;
}
#voices .voices-gradation.--gradation01 {
  top: 5rem;
  left: -31rem;
}
#voices .voices-gradation.--gradation02 {
  bottom: -10rem;
  right: -10rem;
}
@media screen and (max-width: 767px) {
  #voices .voices-gradation.--gradation02 {
    bottom: 0;
  }
}

#interview .interview.--1 {
  --theme-color: #009fb9;
}
#interview .interview.--2 {
  --theme-color: #7fbe26;
}
#interview .interview.--3 {
  --theme-color: #e6c300;
}
#interview .interview.--4 {
  --theme-color: #ed6d1f;
}
#interview .interview.--5 {
  --theme-color: #e5006e;
}
#interview .interview.--6 {
  --theme-color: #7f1084;
}
#interview .interview .hero {
  position: relative;
}
#interview .interview .hero .hero-gradation {
  top: -41.2rem;
  right: calc(50% + 23.8rem);
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .hero-gradation {
    top: -23.8rem;
    right: calc(50% + 7.7rem);
  }
}
#interview .interview .hero .hero-inner {
  position: relative;
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .hero-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#interview .interview .hero .text-container {
  position: relative;
  z-index: 2;
}
#interview .interview .hero .text-container .heading {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .heading {
    padding-top: 6.4rem;
  }
}
#interview .interview .hero .text-container .heading > img {
  aspect-ratio: 260/62;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .heading > img {
    width: 43.7rem;
  }
}
#interview .interview .hero .text-container .number {
  margin-top: 8rem;
  margin-left: -3px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .number {
    margin-top: 52rem;
    margin-left: -1px;
  }
}
#interview .interview .hero .text-container .comment {
  margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .comment {
    margin-top: 4.8rem;
  }
}
#interview .interview .hero .text-container .comment .pc,
#interview .interview .hero .text-container .comment .sp {
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .comment .pc,
#interview .interview .hero .text-container .comment .sp {
    row-gap: 1.5rem;
  }
}
#interview .interview .hero .text-container .comment .pc span,
#interview .interview .hero .text-container .comment .sp span {
  position: relative;
  display: block;
}
#interview .interview .hero .text-container .comment .pc span::before,
#interview .interview .hero .text-container .comment .sp span::before {
  content: "";
  width: 100%;
  height: 1.2rem;
  background-color: var(--theme-color);
  opacity: 0.3;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
          clip-path: inset(0 calc(100% - var(--line-width, 0%)) 0 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .comment .pc span::before,
#interview .interview .hero .text-container .comment .sp span::before {
    height: 1.8rem;
  }
}
#interview .interview .hero .text-container .name {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .text-container .name {
    margin-top: 4.8rem;
  }
}
#interview .interview .hero .profile {
  border-left: 3px solid var(--theme-color);
  padding-left: 1.7rem;
  margin-top: 4.8rem;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .profile {
    padding-left: 2.6rem;
    margin-top: 5.4em;
    max-width: unset;
  }
}
#interview .interview .hero .profile .head {
  aspect-ratio: 48/13;
  width: 4.8rem;
  fill: var(--theme-color);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .profile .head {
    aspect-ratio: 66/18;
    width: 6.6rem;
  }
}
#interview .interview .hero .profile .body {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .profile .body {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#interview .interview .hero .main-image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 3.7rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .main-image-container {
    top: 2.3rem;
  }
}
#interview .interview .hero .main-image-container .main-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  aspect-ratio: 1/1;
  width: clamp(450px, 61.9140625vw + -25.5px, 767px);
  -webkit-animation: float-interview ease-in-out 6s infinite alternate;
          animation: float-interview ease-in-out 6s infinite alternate;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero .main-image-container .main-image {
    width: 67.1rem;
    right: 0;
    left: 0;
    margin-inline: auto;
    top: 14rem;
    bottom: unset;
  }
}
#interview .interview .hero:is(.interview.--1 *) .text-container .number {
  aspect-ratio: 89/110;
  width: 8.9rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--1 *) .text-container .number {
    aspect-ratio: 107/134;
    width: 10.7rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--1 *) .text-container .comment .pc {
    display: none;
  }
}
#interview .interview .hero:is(.interview.--1 *) .text-container .comment .pc .--1 {
  aspect-ratio: 288/43;
  width: clamp(0px, 22.5vw, 288px);
}
#interview .interview .hero:is(.interview.--1 *) .text-container .comment .pc .--2 {
  aspect-ratio: 448/43;
  width: clamp(0px, 35vw, 448px);
}
#interview .interview .hero:is(.interview.--1 *) .text-container .comment .pc .--3 {
  aspect-ratio: 225/42;
  width: clamp(0px, 17.578125vw, 225px);
}
#interview .interview .hero:is(.interview.--1 *) .text-container .comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--1 *) .text-container .comment .sp {
    display: flex;
  }
  #interview .interview .hero:is(.interview.--1 *) .text-container .comment .sp .--1 {
    aspect-ratio: 657/47;
    width: 65.7rem;
  }
  #interview .interview .hero:is(.interview.--1 *) .text-container .comment .sp .--2 {
    aspect-ratio: 390/47;
    width: 39rem;
  }
}
#interview .interview .hero:is(.interview.--1 *) .text-container .name {
  aspect-ratio: 161/48;
  width: 16.1rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--1 *) .text-container .name {
    aspect-ratio: 252/74;
    width: 25.2rem;
  }
}
#interview .interview .hero:is(.interview.--2 *) .text-container .number {
  aspect-ratio: 108/110;
  width: 108px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--2 *) .text-container .number {
    aspect-ratio: 122/96;
    width: 12.2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--2 *) .comment .pc {
    display: none;
  }
}
#interview .interview .hero:is(.interview.--2 *) .comment .pc .--1 {
  aspect-ratio: 221/43;
  width: clamp(0px, 17.265625vw, 221px);
}
#interview .interview .hero:is(.interview.--2 *) .comment .pc .--2 {
  aspect-ratio: 430/43;
  width: clamp(0px, 33.59375vw, 430px);
}
#interview .interview .hero:is(.interview.--2 *) .comment .pc .--3 {
  aspect-ratio: 321/43;
  width: clamp(0px, 25.078125vw, 321px);
}
#interview .interview .hero:is(.interview.--2 *) .comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--2 *) .comment .sp {
    display: flex;
  }
  #interview .interview .hero:is(.interview.--2 *) .comment .sp .--1 {
    aspect-ratio: 505/48;
    width: 50.5rem;
  }
  #interview .interview .hero:is(.interview.--2 *) .comment .sp .--2 {
    aspect-ratio: 557/47;
    width: 55.7rem;
  }
}
#interview .interview .hero:is(.interview.--2 *) .name {
  aspect-ratio: 157/48;
  width: 157px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--2 *) .name {
    aspect-ratio: 269/74;
    width: 26.9rem;
  }
}
#interview .interview .hero:is(.interview.--3 *) .text-container .number {
  aspect-ratio: 108/110;
  width: 108px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--3 *) .text-container .number {
    aspect-ratio: 129/134;
    width: 12.9rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--3 *) .comment .pc {
    display: none;
  }
}
#interview .interview .hero:is(.interview.--3 *) .comment .pc .--1 {
  aspect-ratio: 228/41;
  width: clamp(0px, 17.8125vw, 228px);
}
#interview .interview .hero:is(.interview.--3 *) .comment .pc .--2 {
  aspect-ratio: 322/43;
  width: clamp(0px, 25.15625vw, 322px);
}
#interview .interview .hero:is(.interview.--3 *) .comment .pc .--3 {
  aspect-ratio: 462/43;
  width: clamp(0px, 36.09375vw, 462px);
}
#interview .interview .hero:is(.interview.--3 *) .comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--3 *) .comment .sp {
    display: flex;
  }
  #interview .interview .hero:is(.interview.--3 *) .comment .sp .--1 {
    aspect-ratio: 605/47;
    width: 60.5rem;
  }
  #interview .interview .hero:is(.interview.--3 *) .comment .sp .--2 {
    aspect-ratio: 503/46;
    width: 50.3rem;
  }
}
#interview .interview .hero:is(.interview.--3 *) .name {
  aspect-ratio: 157/48;
  width: 157px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--3 *) .name {
    aspect-ratio: 231/74;
    width: 23.1rem;
  }
}
#interview .interview .hero:is(.interview.--4 *) .text-container .number {
  aspect-ratio: 115/110;
  width: 115px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--4 *) .text-container .number {
    aspect-ratio: 139/134;
    width: 13.9rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--4 *) .comment .pc {
    display: none;
  }
}
#interview .interview .hero:is(.interview.--4 *) .comment .pc .--1 {
  aspect-ratio: 235/42;
  width: clamp(0px, 18.359375vw, 235px);
}
#interview .interview .hero:is(.interview.--4 *) .comment .pc .--2 {
  aspect-ratio: 430/44;
  width: clamp(0px, 33.59375vw, 430px);
}
#interview .interview .hero:is(.interview.--4 *) .comment .pc .--3 {
  aspect-ratio: 454/43;
  width: clamp(0px, 35.46875vw, 454px);
}
#interview .interview .hero:is(.interview.--4 *) .comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--4 *) .comment .sp {
    display: flex;
  }
  #interview .interview .hero:is(.interview.--4 *) .comment .sp .--1 {
    aspect-ratio: 601/48;
    width: 60.1rem;
  }
  #interview .interview .hero:is(.interview.--4 *) .comment .sp .--2 {
    aspect-ratio: 656/47;
    width: 65.6rem;
  }
}
#interview .interview .hero:is(.interview.--4 *) .name {
  aspect-ratio: 273/48;
  width: 273px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--4 *) .name {
    aspect-ratio: 489/75;
    width: 48.9rem;
  }
}
#interview .interview .hero:is(.interview.--5 *) .text-container .number {
  aspect-ratio: 108/110;
  width: 10.8rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--5 *) .text-container .number {
    aspect-ratio: 130/134;
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--5 *) .comment .pc {
    display: none;
  }
}
#interview .interview .hero:is(.interview.--5 *) .comment .pc .--1 {
  aspect-ratio: 295/43;
  width: clamp(0px, 23.046875vw, 295px);
}
#interview .interview .hero:is(.interview.--5 *) .comment .pc .--2 {
  aspect-ratio: 390/43;
  width: clamp(0px, 30.46875vw, 390px);
}
#interview .interview .hero:is(.interview.--5 *) .comment .pc .--3 {
  aspect-ratio: 320/43;
  width: clamp(0px, 25vw, 320px);
}
#interview .interview .hero:is(.interview.--5 *) .comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--5 *) .comment .sp {
    display: flex;
  }
  #interview .interview .hero:is(.interview.--5 *) .comment .sp .--1 {
    aspect-ratio: 601/48;
    width: 60.1rem;
  }
  #interview .interview .hero:is(.interview.--5 *) .comment .sp .--2 {
    aspect-ratio: 499/46;
    width: 49.9rem;
  }
}
#interview .interview .hero:is(.interview.--5 *) .name {
  aspect-ratio: 220/48;
  width: 220px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--5 *) .name {
    aspect-ratio: 379/74;
    width: 37.9rem;
  }
}
#interview .interview .hero:is(.interview.--6 *) .text-container .number {
  aspect-ratio: 112/110;
  width: 112px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--6 *) .text-container .number {
    aspect-ratio: 135/134;
    width: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--6 *) .comment .pc {
    display: none;
  }
}
#interview .interview .hero:is(.interview.--6 *) .comment .pc .--1 {
  aspect-ratio: 302/43;
  width: clamp(0px, 23.59375vw, 302px);
}
#interview .interview .hero:is(.interview.--6 *) .comment .pc .--2 {
  aspect-ratio: 290/44;
  width: clamp(0px, 22.65625vw, 290px);
}
#interview .interview .hero:is(.interview.--6 *) .comment .pc .--3 {
  aspect-ratio: 368/43;
  width: clamp(0px, 28.75vw, 368px);
}
#interview .interview .hero:is(.interview.--6 *) .comment .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--6 *) .comment .sp {
    display: flex;
  }
  #interview .interview .hero:is(.interview.--6 *) .comment .sp .--1 {
    aspect-ratio: 654/48;
    width: 65.4rem;
  }
  #interview .interview .hero:is(.interview.--6 *) .comment .sp .--2 {
    aspect-ratio: 402/46;
    width: 40.2rem;
  }
}
#interview .interview .hero:is(.interview.--6 *) .name {
  aspect-ratio: 399/48;
  width: 399px;
}
@media screen and (max-width: 767px) {
  #interview .interview .hero:is(.interview.--6 *) .name {
    aspect-ratio: 461/111;
    width: 46.1rem;
  }
}
#interview .interview .content {
  position: relative;
}
#interview .interview .content .content-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#interview .interview .content .content-inner.--first {
  margin-top: 17rem;
  margin-bottom: 7.2rem;
  padding-right: clamp(50px, 9.765625vw + -25px, 100px);
  display: grid;
  grid-template-columns: 42.5% 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first {
    padding-inline: 4rem;
    margin-top: 10rem;
    margin-bottom: 5.1rem;
    grid-template-columns: unset;
  }
}
#interview .interview .content .content-inner.--first .content-gradation01 {
  top: 1.6rem;
  left: calc(50% + 30.6rem);
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .content-gradation01 {
    top: 87rem;
    left: calc(50% + 1rem);
  }
}
#interview .interview .content .content-inner.--first.--type2 {
  padding-right: unset;
  padding-left: clamp(50px, 9.765625vw + -25px, 100px);
  grid-template-columns: 1fr 42.5%;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first.--type2 {
    padding-inline: 4rem;
    grid-template-columns: unset;
  }
}
@media screen and (min-width: 768px) {
  #interview .interview .content .content-inner.--first.--type2 .content-gradation01 {
    top: 20rem;
  }
}
#interview .interview .content .content-inner.--first.--type2 .text.--3 {
  grid-template-columns: 44.5% 1fr;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first.--type2 .text.--3 {
    grid-template-columns: unset;
  }
}
#interview .interview .content .content-inner.--first .img {
  border-radius: 3rem;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: start;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .img {
    grid-row: 3;
    width: 40rem;
    margin: 5rem auto 0;
  }
}
#interview .interview .content .content-inner.--first .img:is(.--type2 *) {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .img:is(.--type2 *) {
    grid-column: unset;
  }
}
#interview .interview .content .content-inner.--first .text.--1 {
  grid-column: 2;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .text.--1 {
    grid-column: 1;
  }
}
#interview .interview .content .content-inner.--first .text.--1:is(.--type2 *) {
  grid-column: 1;
}
#interview .interview .content .content-inner.--first .text.--1 .body {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .text.--1 .body {
    margin-top: 3.2rem;
  }
}
#interview .interview .content .content-inner.--first .text.--2 {
  grid-column: 2;
  margin-top: 4.5rem;
}
#interview .interview .content .content-inner.--first .text.--2:is(.--type2 *) {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .text.--2 {
    grid-column: 1;
    margin-top: 4.2rem;
  }
}
#interview .interview .content .content-inner.--first .text.--2 .body {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .text.--2 .body {
    margin-top: 3.2rem;
  }
}
#interview .interview .content .content-inner.--first .text.--3 {
  grid-column: 1/span 2;
  margin-top: 12.6rem;
  padding-left: clamp(50px, 9.765625vw + -25px, 100px);
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .text.--3 {
    padding: 0;
    grid-column: 1;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--first .text.--3 .body {
    margin-top: 3.2rem;
  }
}
#interview .interview .content .content-inner.--second {
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  display: grid;
  grid-template-columns: 55.6% 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin-top: 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--second {
    padding-inline: 4rem;
    grid-template-columns: unset;
    margin-top: 10rem;
  }
}
#interview .interview .content .content-inner.--second .content-gradation02 {
  display: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--second .content-gradation02 {
    display: block;
    bottom: 20rem;
    right: calc(50% + 10rem);
  }
}
#interview .interview .content .content-inner.--second:is(.--type2) {
  grid-template-columns: 1fr 55.6%;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--second:is(.--type2) {
    grid-template-columns: unset;
  }
}
#interview .interview .content .content-inner.--second:is(.--type2) .img {
  order: 2;
}
#interview .interview .content .content-inner.--second:is(.--type2) .text {
  order: 1;
}
#interview .interview .content .content-inner.--second .img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--second .img {
    border-radius: 10px;
    grid-row: 2;
    margin-top: 5.3rem;
  }
}
#interview .interview .content .content-inner.--second .text .body {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner.--second .text .body {
    margin-top: 3.2rem;
  }
}
#interview .interview .content .content-inner .text {
  margin-top: -0.6rem;
}
#interview .interview .content .content-inner .text .head {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--theme-color);
  line-height: 1.4615384615;
  position: relative;
  text-indent: -0.8em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner .text .head {
    font-size: 3.6rem;
  }
}
#interview .interview .content .content-inner .text .head span::before {
  content: "“ ";
}
#interview .interview .content .content-inner .text .head span::after {
  content: "”";
  position: absolute;
  bottom: -0.6em;
  margin-left: 1em;
}
#interview .interview .content .content-inner .text .body {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner .text .body {
    font-size: 2.8rem;
  }
}
#interview .interview .content .content-inner .text.--3 {
  display: grid;
  grid-template-columns: subgrid;
  align-items: start;
  padding-left: clamp(50px, 9.765625vw + -25px, 100px);
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner .text.--3 {
    padding-left: unset;
  }
}
#interview .interview .content .content-inner .text.--3:is(.--type2 *) {
  padding-left: unset;
  padding-right: clamp(50px, 9.765625vw + -25px, 100px);
}
@media screen and (max-width: 767px) {
  #interview .interview .content .content-inner .text.--3:is(.--type2 *) {
    padding-right: unset;
  }
}
#interview .interview .content .wide-img {
  max-width: 1280px;
  margin-inline: auto;
}
#interview .interview .content .wide-img img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .content .wide-img {
    max-width: 100%;
  }
}
#interview .interview .others {
  position: relative;
  padding-top: 15.2rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .others {
    padding-top: 15rem;
  }
}
#interview .interview .others .others-gradation {
  top: -2.6rem;
  right: calc(50% + 47.3rem);
}
@media screen and (max-width: 767px) {
  #interview .interview .others .others-gradation {
    display: none;
  }
}
#interview .interview .others .others-inner {
  max-width: calc(1080px + clamp(100px, 19.53125vw + -50px, 200px));
  width: 100%;
  padding-inline: clamp(50px, 9.765625vw + -25px, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .others-inner {
    max-width: 100%;
    padding-inline: 4rem;
  }
}
#interview .interview .others .heading {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .heading {
    margin-bottom: 8rem;
  }
}
#interview .interview .others .heading img {
  aspect-ratio: 374/62;
  max-width: 37.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .heading img {
    max-width: 62.9rem;
  }
}
#interview .interview .others .splide {
  position: relative;
}
#interview .interview .others .splide .splide__function {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .splide__function {
    margin-top: 7rem;
  }
}
#interview .interview .others .splide .splide__function .inner {
  position: relative;
}
#interview .interview .others .splide .splide__arrow {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border: unset;
  background: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .splide__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
#interview .interview .others .splide .splide__arrow svg {
  width: 1.7rem;
  height: 2.2rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .splide__arrow svg {
    width: 2.3rem;
    height: 3.1rem;
  }
}
#interview .interview .others .splide .splide__arrow--prev {
  left: -8rem;
}
#interview .interview .others .splide .splide__arrow--next {
  right: -8rem;
}
#interview .interview .others .splide .splide__pagination {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .splide__pagination {
    gap: 2.4rem;
  }
}
#interview .interview .others .splide .splide__pagination .splide__pagination__page {
  cursor: pointer;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: unset;
  padding: 0;
  display: block;
  outline: none;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .splide__pagination .splide__pagination__page {
    width: 2.2rem;
    height: 2.2rem;
  }
}
#interview .interview .others .splide .splide__pagination .splide__pagination__page.is-active {
  background: #003e80;
}
#interview .interview .others .splide .splide__track {
  overflow: visible;
  -webkit-clip-path: inset(-100px -100vw -100px 0);
          clip-path: inset(-100px -100vw -100px 0);
}
#interview .interview .others .splide .splide__sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#interview .interview .others .splide .splide__list {
  display: flex;
}
#interview .interview .others .splide .splide__slide {
  flex-shrink: 0;
  width: 33rem !important;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .splide__slide {
    width: 40rem !important;
  }
}
#interview .interview .others .splide .slide-card {
  display: block;
  background: #fff;
  border-radius: 2rem;
  text-decoration: none;
  color: inherit;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .slide-card {
    border-radius: 1rem;
  }
}
#interview .interview .others .splide .slide-card .slide-image {
  position: relative;
  aspect-ratio: 330/340;
  width: 100%;
}
#interview .interview .others .splide .slide-card .slide-image img {
  border-radius: 2rem;
}
#interview .interview .others .splide .slide-card .slide-image .number {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  aspect-ratio: 1/1;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .slide-card .slide-image .number {
    top: 2.4rem;
    left: 2.4rem;
    width: 8rem;
  }
}
#interview .interview .others .splide .slide-card .slide-content {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 2.2rem;
  row-gap: 2.2rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .slide-card .slide-content {
    padding-top: 2.4rem;
    row-gap: 2rem;
  }
}
#interview .interview .others .splide .slide-card .slide-content .slide-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #333333;
  grid-row: 1;
  grid-column: 1/span 2;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .slide-card .slide-content .slide-title {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
#interview .interview .others .splide .slide-card .slide-content .slide-meta {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  color: #666;
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .slide-card .slide-content .slide-meta {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
#interview .interview .others .splide .slide-card .slide-content .slide-arrow {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 5rem;
  border-radius: 100vmax;
  border: 1px solid rgba(0, 0, 0, 0.2);
  grid-row: 2;
  grid-column: 2;
  transition: background-color 0.3s linear, border 0.3s linear;
}
@media screen and (max-width: 767px) {
  #interview .interview .others .splide .slide-card .slide-content .slide-arrow {
    width: 6.4rem;
  }
}
@media (any-hover: hover) {
  #interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) {
    border: 1px solid #003e80;
    background-color: #003e80;
  }
  #interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow svg:first-child,
#interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(1.8rem, 0px);
    transition-delay: 150ms;
    transition-duration: 300ms;
  }
  #interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow svg:first-child path,
#interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow img:first-child path {
    fill: #fff;
  }
  #interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow svg:last-child,
#interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(1.8rem, 0px);
    transition-duration: 300ms;
  }
  #interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow svg:last-child path,
#interview .interview .others .splide .slide-card .slide-content .slide-arrow:is(.slide-card:hover *) > .icon .icon__arrow img:last-child path {
    fill: #fff;
  }
}
