@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
/* ==========================================================================
  Foundation
============================================================================*/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #F8F8F8;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333;
  -moz-text-size-adjust: 100%; /* Firefox用のテキストサイズ調整 */
}
/* モバイル向けのline-height調整 */
@media screen and (max-width: 767px) {
  body {
    line-height: 1.4; /* モバイル向けにline-heightを少し小さくする */
  }
}

main {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.67;
  overflow-x: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

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

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

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

/* ==========================================================================
  object
============================================================================*/
.u-font15 {
  font-size: clamp(13px, 0.78vw, 15px);
  letter-spacing: 0.12em;
  line-height: 1.86;
  font-weight: 400;
}
.u-font16 {
  font-size: clamp(14px, 0.83vw, 16px);
  letter-spacing: 0.1em;
  font-weight: 600;
}
.u-font18 {
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.89;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .u-font18 {
    line-height: 1.85;
  }
}
.u-font20 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 600;
}
.u-font22 {
  font-size: clamp(17px, 1.15vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.82;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-font22 {
    line-height: 1.65;
  }
}
.u-font24 {
  font-size: clamp(17px, 1.25vw, 24px);
  letter-spacing: 0.12em;
  font-weight: 500;
}
.u-font28 {
  font-size: clamp(20px, 1.46vw, 28px);
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* flex */
.u-flex, .u-flex--pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-flex, .u-flex--pc {
    flex-direction: column;
  }
}

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

.u-fdc {
  flex-direction: column;
}

.u-aic {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-aic-sp {
    align-items: center;
  }
}

.u-aife {
  align-items: flex-end;
}

.u-aifs {
  align-items: flex-start;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcc {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .u-jcc-sp {
    justify-content: center;
  }
}

.u-fwrap {
  flex-wrap: wrap;
}

.u-gradation__text--blue {
  display: inline-block;
  background: linear-gradient(90deg, #1864D1 0%, #003b90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-gradation__bg--blue {
  background: linear-gradient(90deg, #003AB3 0%, #002356 100%);
}
.u-gradation__bg--light-blue {
  background: linear-gradient(90deg, #0082E6 0%, #003b90 100%);
}
.u-gradation__bg--blue-opacity {
  background: linear-gradient(90deg, rgba(2, 105, 190, 0.8), rgba(0, 59, 144, 0.8));
}

.fadeIn-up {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.8s;
}
.fadeIn-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn-left {
  opacity: 0;
  transform: translateX(20%);
  transition: 0.5s;
}
.fadeIn-left.is-show {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1140px) {
  .u-accordion-content {
    display: none;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .u-accordion-content.is-open {
    display: block;
    height: auto;
    opacity: 1;
  }
}
.u-accordion-trigger {
  display: none;
  margin-top: 15px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .u-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: -10px auto 0;
    position: relative;
    left: 12px;
  }
}
.u-accordion-trigger .text {
  font-size: 14px;
  text-align: center;
}
.u-accordion-trigger .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/toggle_blue.png) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.u-accordion-trigger.is-open {
  display: none;
}

.u-chat {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.u-chat__balloon {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #99dddd; /*色は任意*/
  box-sizing: border-box;
  margin: 0;
  line-height: 1.5;
}
.u-chat__balloon::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}
.u-chat.--left .u-chat__balloon::before {
  left: -26px;
  border-right: 22px solid #99dddd;
}
.u-chat.--right .u-chat__balloon::before {
  right: -26px;
  border-left: 22px solid #99dddd;
}
@media screen and (max-width: 767px) {
.u-chat.--left:has(.flex){
  align-items: center;
}
}

.c-dropDown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 17px 0 15px;
  transition: color 0.15s;
}
.c-dropDown:hover, .c-dropDown:focus {
  color: #FED500;
}
@media screen and (max-width: 1240px) {
  .c-dropDown::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    background-image: url(../img/common/toggle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 12px;
    transition: transform 0.3s ease;
  }
  .c-dropDown.is-active::after {
    transform: rotate(180deg);
  }
}
.c-dropDown__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.c-dropDown__title p::after {
  content: "";
  display: block;
  background-image: url(../img/common/toggle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 1240px) {
  .c-dropDown__title p::after {
    display: none;
  }
}
.c-dropDown__hover {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px;
  background-color: #fff;
  color: initial;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1240px) {
  .c-dropDown__hover {
    position: static;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .c-dropDown__hover.is-active {
    max-height: 200px;
    padding: 10px;
    margin: 15px 0 10px;
  }
}
@media screen and (min-width: 1241px) {
  .c-dropDown__hover {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.c-dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-dropDown__link {
  margin: 0px 3px 10px 15px;
  display: inline-block;
  transition: color 0.15s;
  position: relative;
  white-space: nowrap;
}
.c-dropDown__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.c-dropDown__link:hover, .c-dropDown__link:focus {
  color: #FED500;
}
@media screen and (min-width: 1241px) {
  .c-dropDown:hover > .c-dropDown__hover {
    visibility: visible;
    opacity: 1;
  }
}

/* ==========================
      ハンバーガーメニュー
========================== */
.c-ham {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 30px;
  height: 2.4rem;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.c-ham span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.c-ham span:nth-child(1) {
  top: 0;
}
.c-ham span:nth-child(2) {
  top: 1rem;
  width: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.c-ham span:nth-child(3) {
  top: 2rem;
}
.c-ham.open span:nth-child(1) {
  background: #ffffff;
  top: 0.6rem;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.c-ham.open span:nth-child(2) {
  opacity: 0;
}
.c-ham.open span:nth-child(3) {
  top: 0.6rem;
  background: #ffffff;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  transform: rotate(35deg);
}
@media screen and (max-width: 1240px) {
  .c-ham__nav {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 2rem;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1240px) {
  .c-ham__nav.open {
    right: 0;
    overflow-y: auto;
  }
}
.c-ham__nav--menu {
  display: flex;
  justify-content: space-between;
  font-size: 3rem;
}
@media screen and (max-width: 1240px) {
  .c-ham__nav--menu {
    padding: 0;
    width: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
  }
}
.c-ham__nav--menu li {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 1240px) {
  .c-ham__nav--menu li {
    width: 86%;
    padding: 1rem;
  }
}
.c-ham__nav--menu .l-header__sns-icon {
  margin: 0;
}

.c-ham {
  display: none;
}
@media screen and (max-width: 1240px) {
  .c-ham {
    display: block;
    top: 1.3rem;
  }
}

.scroll-prevent {
  /*動き固定*/
  overflow: hidden;
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

.c-to-top {
  position: fixed;
  bottom: 35px;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.c-to-top.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .c-to-top {
    bottom: 85px;
  }
}

.c-to-top.absolute {
  position: absolute;
  bottom: auto;
}

footer {
  position: relative;
}

.c-title__h2 {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.04vw, 20px);
  font-size: clamp(23px, 2.08vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #003b90;
  position: relative;
  z-index: 2;
}
.c-title__h2 > span:first-of-type {
  display: block;
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  background-color: #003B90;
}
@media screen and (max-width: 767px) {
  .c-title__h2 > span:first-of-type {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.c-title__h2 > span:first-of-type::before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
  animation: pulseMotion 2s linear infinite;
}
@media screen and (max-width: 767px) {
  .c-title__h2 > span:first-of-type::before {
    top: 49%;
    left: 49%;
  }
}
.c-title__h2--sub {
  font-size: clamp(14px, 1.55vw, 22px);
  letter-spacing: 0.1em;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-title__h2--sub {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h2--wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-title__h2.--white {
  color: #fff;
}
.c-title__h2.--white > span {
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  background-color: #FFFFFF;
}
.c-title__deco {
  position: absolute;
  z-index: 0;
  top: 118px;
  right: 9px;
  width: auto;
}
@media screen and (max-width: 1919px) {
  .c-title__deco {
    top: clamp(50px, 6.15vw, 118px);
    right: clamp(0px, 0.47vw, 9px);
  }
}
@media screen and (max-width: 1420px) {
  .c-title__deco {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c-title__deco {
    width: inherit;
  }
}
.c-title__deco--wrap {
  position: relative;
}
.c-title__label {
  position: relative;
  width: fit-content;
  padding: clamp(0px, 1.3vw, 25px) clamp(12px, 2.08vw, 40px) clamp(0px, 0.52vw, 10px);
  color: #FFFFFF;
  font-size: clamp(16px, 1.35vw, 26px);
  letter-spacing: 0.12em;
  margin-top: clamp(11px, 2.08vw, 35px);
}
.c-title__label p {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-size: clamp(40px, 2.5vw, 48px);
  position: absolute;
  top: clamp(-35px, -2.34vw, -45px);
  left: 8px;
}
@media screen and (max-width: 767px) {
  .c-title__label {
    padding: 3px 10px 0;
    margin-top: 7px;
  }
  .c-title__label p {
    font-size: 16px;
    top: -12px;
    left: 2px;
  }
}
.c-title__label p span {
  font-size: clamp(8px, 0.94vw, 18px);
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .c-title__label p span {
    margin-right: 0px;
  }
}
@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(88, 153, 244, 0);
  }
  80% {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
    background-color: rgba(142, 176, 222, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
    background-color: rgba(142, 176, 222, 0);
  }
}
.c-button {
  display: inline-block;
  padding: 24px 30px 21px 25px;
  line-height: 1.66;
  min-width: 360px;
  font-weight: 700;
}
.c-button__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1919px) {
  .c-button {
    padding: clamp(14px, 1.3vw, 25px) 30px clamp(14px, 1.3vw, 25px) 25px;
  }
}
@media screen and (max-width: 960px) {
  .c-button {
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 14px 25;
    font-size: 17px;
  }
}
.c-button > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.c-button > span > img {
  width: clamp(20px, 1.56vw, 30px);
  height: clamp(18px, 1.15vw, 22px);
}
.c-button.--yellow {
  color: #003b90;
  background-color: #FED500;
  border: 1px solid #FED500;
  transition: all 0.3s ease-out;
}
.c-button.--yellow:hover{
  color: #FFF;
  background-color: #003b90;
  border: 1px solid #003b90;
}
.c-button.--yellow:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
.c-button.--white {
  color: #003b90;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease-out;
}
.c-button.--white:hover{
  color: #FED500;
  background-color: transparent;
}
.c-button.--white:hover img{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}

.c-button__square {
  background-color: #FFFFFF;
  color: #003b90;
  line-height: 1;
  padding: 15px 37px 16px 27px;
  border: 2px solid;
  border-image: linear-gradient(to right, #0CA1E2, #003b90);
  border-image-slice: 1;
  min-width: 234px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.c-button__square::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url(../img/common/toggle_blue.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
}

.c-button__expansion {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-button__expansion::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-button__expansion:hover::after {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.c-button__expansion .icon {
  width: clamp(40px, 4.17vw, 80px);
  position: absolute;
  bottom: clamp(15px, 2.08vw, 40px);
  right: clamp(15px, 2.08vw, 40px);
  transition: color,transform 0.3s ease-out;
}
.p-top__introduction--sindan .--btn:hover .icon{
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}

.c-button__movie {
  border: 2px solid #fff;
  aspect-ratio: 1100/619;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-button__movie {
    border: 1px solid #fff;
  }
}
.c-button__movie::after {
  background-image: url(../img/top/introduction_movie.png);
}
.c-button__movie .icon {
  width: clamp(60px, 6.77vw, 130px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-accordion {
  border-bottom: 1px solid #D9D9D9;
}
.c-accordion__header {
  border-top: 1px solid #D9D9D9;
  padding: 12px 20px 10px;
  padding-left: 25px;
  /* margin: 10px 0 0; */
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
.c-accordion__header::before{
  position: absolute;
  content: "";
  top: 1px;
  right: 30px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}
.c-accordion__header span {
  position: relative;
  display: block;
}
.c-accordion__header span::before {
  position: absolute;
  content: "Q";
  top: -3px;
  left: -25px;
  color: #151E2F;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .c-accordion__header span::before {
    top: 45%;
    transform: translateY(-50%);
  }
}
.c-accordion__content {
  display: none;
  padding: 12px 20px 10px;
  padding-left: 25px;
}
.c-accordion__content span {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.c-accordion__content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: -25px;
  color: #151E2F;
  font-size: 17px;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.c-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: clamp(20px, 2.6vw, 50px);
  max-width: 90%;
  width: 65%;
}
.c-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-modal__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-button__movie iframe {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.c-modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: clamp(40px, 2.6vw, 50px);
  height: clamp(40px, 2.6vw, 50px);
  background: #003b90;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: clamp(20px, 1.3vw, 25px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    top: -28px;
    right: 10px;
  }
}
.c-modal.is-active {
  display: block;
}
.c-modal__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(56px, 6.77vw, 130px);
  height: clamp(56px, 6.77vw, 130px);
  background-image: url(../img/common/icon_play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}
.c-modal video {
  cursor: pointer;
  width: 100%;
  display: block;
}

.c-fv {
  position: relative;
}
.c-fv__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-fv__title {
  color: #FFFFFF;
  font-size: clamp(22px, 1.67vw, 32px);
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.c-fv__title .en {
  display: block;
  font-size: clamp(36px, 3.13vw, 60px);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.12em;
  font-weight: bold;
  opacity: 0.4;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-fv__title .en {
    margin-top: 15px;
  }
}

.p-top__message {
  background-image: url(../img/top/message_bg.png);
  background-size: cover;
  position: relative;
  margin-top: -10px;
}
.p-top__message .l-container {
  padding-top: 118px;
}
@media screen and (max-width: 1919px) {
  .p-top__message .l-container {
    padding-top: 6.15vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top__message .l-container {
    padding-bottom: 247px;
    padding-top: 52px;
  }
}
.p-top__message .c-title__h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1919px) {
  .p-top__message .c-title__h2 {
    margin-bottom: 3.65vw;
  }
}
.p-top__message--lead {
  margin-left: 45.5px;
}
@media screen and (max-width: 767px) {
  .p-top__message--lead {
    margin-left: 0;
    position: relative;
  }
  .p-top__message--title{
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
}
.p-top__message--lead h3 {
  font-size: clamp(32px, 3.33vw, 64px);
  font-weight: 600;
  letter-spacing: 0.12em;
  transform: skewX(-15deg) translateY(20%);
  margin-bottom: 33px;
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .p-top__message--lead h3 {
    text-indent: -2.3em;
    padding-left: 3.6em;
    margin-left: -0.2em;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.p-top__message--lead h3.is-show {
  transform: skewX(-15deg) translateY(0);
}
.p-top__message--lead p {
  line-height: 2.18;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-top__message--lead p{
    font-size: 14px;
    line-height: 1.85;
    padding-top: 133px;
    padding: 133px 15px 0;
  }
}
.p-top__message--img {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-top__message--img img {
  max-width: 340px;
  min-width: 164px;
  width: 17.71vw;
  position: relative;
}
.p-top__message--img img:nth-of-type(1) {
  bottom: -60px;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .p-top__message--img img:nth-of-type(1) {
    bottom: -3.13vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__message--img img:nth-of-type(1) {
    bottom: -50px;
  }
}
.p-top__message--img img:nth-of-type(2) {
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .p-top__message--img img:nth-of-type(2) {
    bottom: -5.21vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top__message--img img:nth-of-type(2) {
    bottom: -80px;
  }
}
.p-top__introduction {
  background-image: url(../img/top/introduction_bg.png);
  background-size: cover;
  position: relative;
}
.p-top__introduction .l-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 1919px) {
  .p-top__introduction .l-container {
    padding-bottom: clamp(20px, 6.77vw, 130px);
  }
}
.p-top__introduction .c-title__h2{
  justify-content: center;
  margin: 60px 0;
  color: #fff;
}
@media screen and (max-width: 1919px) {
  .p-top__introduction .c-title__h2 {
    margin: clamp(50px, 6.41vw, 123px) 0 clamp(30px, 3.13vw, 60px);
  }
}
.p-top__introduction .c-title__h2 > span:first-of-type{
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__introduction .c-title__h2{
    padding-right: 15px;
  }
}
.p-top__introduction--title img {
  width: inherit;
  margin: 0 auto clamp(20px, 1.56vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-top__introduction--title img {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.p-top__introduction.movie {
  aspect-ratio: 1100/619;
  height: auto;
  position: relative;
}
.p-top__introduction.movie::after {
  background-image: url(../img/top/introduction_movie.png);
}
.p-top__introduction--sindan {
  text-align: center;
  color: #FFFFFF;
}
.p-top__introduction--sindan .c-title__h2 {
  margin: 123px 0 60px;
  justify-content: center;
}
@media screen and (max-width: 1919px) {
  .p-top__introduction--sindan .c-title__h2 {
    margin: clamp(50px, 6.41vw, 123px) 0 clamp(30px, 3.13vw, 60px);
  }
}
.p-top__introduction--sindan .--btn {
  margin-top: clamp(20px, 1.56vw, 30px);
  border: 2px solid #fff;
  position: relative;
  aspect-ratio: 1100/340;
  min-height: 120px;
  height: auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__introduction--sindan .--btn::after {
  background-image: url(../img/top/sindan_btn.png);
}
.p-top__introduction--sindan .--btn span {
  font-size: clamp(22px, 1.77vw, 34px);
  letter-spacing: 0.18em;
}
.p-top__top-message {
  position: relative;
}
.p-top__top-message--lead {
  margin: 96px 0 40px;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1919px) {
  .p-top__top-message--lead {
    margin: clamp(30px, 5vw, 96px) 0 clamp(30px, 2.08vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top__top-message--lead {
    line-height: 1.85;
  }
}
.p-top__top-message .c-button__movie::after{
  background-image: url(../img/top/top-message_movie.png);
}
.p-top__top-message--bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(191px, 22.34vw, 429px);
  background-color: #012A6F;
  z-index: -1;
}
.p-top__people {
  padding-top: clamp(118px, 7.03vw, 122px);
  padding-bottom: clamp(50px, 6.25vw, 120px);
}
.p-top__people .c-title__h2 {
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__people .c-title__h2 {
    padding: 0 25px;
  }
}
.p-top__people .c-title__deco {
  top: 98px;
}
@media screen and (max-width: 1420px) {
  .p-top__people .c-title__deco {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__people .c-title__deco {
    width: inherit;
    top: 58px;
  }
}
.p-top__people .swiper {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  padding-top: clamp(30px, 6.77vw, 123px);
  padding-bottom: 85px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__people .swiper {
    padding: 0 25px;
    overflow: visible;
    margin-top: 25px;
  }
}
.p-top__people .swiper-button__wrap {
  position: absolute;
  bottom: 0;
  right: 15.6%;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-top__people .swiper-button__wrap {
    right: inherit;
    width: 97%;
    left: 1.5%;
    top: 59%;
    transform: translateY(-50%);
    z-index: 10;
    justify-content: space-between;
    height: 30px;
  }
}
.p-top__people .swiper-slide {
  transition: transform 0.3s ease-out;
}

.p-top__people .swiper-slide.swiper-slide-active {
  transform: translateY(-20px);
}
.p-top__people .swiper-button-prev,
.p-top__people .swiper-button-next {
  width: clamp(30px, 2.6vw, 50px);
  height: clamp(30px, 2.6vw, 50px);
  cursor: pointer;
  z-index: 10;
  background-color: inherit;
}
.p-top__people .swiper-button-prev::after,
.p-top__people .swiper-button-next::after {
  display: none;
}
.p-top__people .swiper-button-prev {
  background-image: url(../img/common/arrow_right_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top__people .swiper-button-next {
  background-image: url(../img/common/arrow_right_white.png);
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top__people--img {
  position: relative;
}
.p-top__people .c-button__movie {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 400/493;
  height: auto;
  border: none;
}
.p-top__people .icon {
  width: clamp(40px, 4.17vw, 80px);
  height: clamp(40px, 4.17vw, 80px);
}
.p-top__people #people01::after {
  background-image: url(../img/top/people01.png);
}
.p-top__people #people02::after {
  background-image: url(../img/top/people02.png);
}
.p-top__people #people03::after {
  background-image: url(../img/top/people03.png);
}
.p-top__people #people04::after {
  background-image: url(../img/top/people04.png);
}
.p-top__people #people05::after {
  background-image: url(../img/top/people05.png);
}
.p-top__people--message {
  background-color: #0082E6;
  color: #fff;
  padding: 0.31vw 1vw 0.31vw 1.2vw;
  position: absolute;
  bottom: clamp(16px, 2.6vw, 42px);
  line-height: 1.625;
  left: -20px;
  z-index: 1;
  letter-spacing: 0.2em;
  font-size: clamp(12px, 1.25vw, 24px);
}
@media screen and (min-width: 1920px) {
  .p-top__people--message {
    padding: 6px 22px 6px 33px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 767px) {
  .p-top__people--message {
    padding: 4px 7.5px;
    left: -4px;
    line-height: 1.33;
  }
}
.p-top__people--name {
  margin-top: clamp(7px, 0.78vw, 15px);
  font-size: clamp(12px, 1.25vw, 24px);
  letter-spacing: 0.08em
}
.p-top__people--name span {
  font-size: clamp(10px, 0.83vw, 16px);
  letter-spacing: 0.09em;
  margin-left: 10px;
}
.p-top__people--info {
  margin-top: clamp(0px, 0.4vw, 9px);
  font-size: clamp(10px, 0.83vw, 16px);
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-top__people--info {
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}
.p-top__people .c-button__wrap {
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top__people .c-button__wrap {
    margin: 40px auto 0;
  }
}
/* @media screen and (min-width: 768px) {
  .p-top__people ul.swiper-wrapper {
    left: -26%;
  }
} */
.p-top__people--bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #003AB3 0%, #002356 100%);
  height: clamp(350px, 40.99vw, 787px);
}
.p-top__in-numbers .c-title__deco{
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-top__in-numbers .c-title__deco {
    margin-top: 8px;
  }
}
@media screen and (max-width: 960px) {
  .p-top__in-numbers .c-title__h2 {
    padding-left: 20px;
  }
}
.p-top__in-numbers .c-title__h2 > span:first-of-type {
  margin-top: -1em;
}
@media screen and (max-width: 960px) {
  .p-top__in-numbers .l-container {
    padding: 0;
    padding-top: clamp(118px, 7.29vw, 140px);
  }
}
.p-top__in-numbers--wrap {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .p-top__in-numbers--wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.p-top__in-numbers--lead {
  padding: 0 clamp(50px, 4.17vw, 80px) clamp(50px, 4.17vw, 80px) 0;
  max-width: 550px;
  margin: clamp(50px, 7.17vw, 110px) 0 0 clamp(40px, 5.73vw, 110px);
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top__in-numbers--lead {
    margin: 23px auto 40px;
    padding: 0;
  }
}
.p-top__in-numbers--lead p {
  margin-bottom: clamp(40px, 4.17vw, 60px);
}
.p-top__in-numbers--deco {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 935px;
  width: 56vw;
}
@media screen and (max-width: 960px) {
  .p-top__in-numbers--deco {
    position: inherit;
    width: 100%;
    max-width: inherit;
  }
}
.p-top__crosstalk {
  background-image: url(../img/top/crosstalk_bg.png);
  background-size: cover;
}
.p-top__crosstalk .button__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(30px, 5.21vw, 93px);
}
@media screen and (max-width: 767px) {
  .p-top__crosstalk .button__wrap {
    max-width: 500px;
    margin: 30px auto 0;
  }
}
.p-top__crosstalk--btn {
  width: 50%;
  aspect-ratio: 655/550;
  height: auto;
  position: relative;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  .p-top__crosstalk--btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__crosstalk--btn {
    border: 1px solid #FFFFFF;
    aspect-ratio: 1/1;
  }
}
.p-top__crosstalk--btn::after {
  background-image: url(../img/top/crosstalk01.png);
}
.p-top__crosstalk--btn:nth-child(2)::after {
  background-image: url(../img/top/crosstalk02.png);
}
@media screen and (max-width: 767px) {
  .p-top__crosstalk--btn::after {
    background-image: url(../img/top/crosstalk01_sp.png);
  }
  .p-top__crosstalk--btn:nth-child(2)::after {
    background-image: url(../img/top/crosstalk02_sp.png);
  }
}
.p-top__crosstalk--btn .--more {
  position: absolute;
  bottom: clamp(8px, 2.08vw, 34px);
  right: clamp(5px, 2.08vw, 37px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 55px;
  transition: all 0.3s ease-out;
}
.p-top__crosstalk--btn:hover .--more{
  color: #FED500;
}
@media screen and (max-width: 767px) {
  .p-top__crosstalk--btn .--more {
    padding-right: 17px;
    font-size: 14px;
  }
}
.p-top__crosstalk--btn .--more .arrow {
  width: 27px;
  position: absolute;
  right: 0;
  transition: color,right 0.3s ease-out;
}
.p-top__crosstalk--btn:hover .--more .arrow{
  right: -10px;
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
@media screen and (max-width: 767px) {
  .p-top__crosstalk--btn .--more .arrow {
    width: 11px;
  }
  .p-top__crosstalk--btn:hover .--more .arrow{
    right: -5px;
  }
}
.p-top__training {
  background-image: url(../img/top/training_bg.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top__training {
    background-image: url(../img/top/training_bg_sp.png);
    padding: 60px 0 0;
  }
}
/* .p-top__training .l-container {
  padding-top: clamp(176px, 7.29vw, 140px);
} */
.p-top__training .c-title__deco{
  margin-top: -20px;
  right: 20px;
} 
@media screen and (max-width: 1420px) {
  .p-top__training .c-title__deco {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__training .c-title__deco {
    width: inherit;
    margin-top: 7px;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__training .c-title__h2 > span:first-of-type {
    margin-bottom: 0.7em;
  }
}
.p-top__training--dsc {
  margin-top: clamp(30px, 6vw, 115px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .p-top__training--dsc {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-top__training--dsc img {
  width: 60%;
}
@media screen and (max-width: 1420px) {
  .p-top__training--dsc img {
    width: 50%;
  }
}
.p-top__training--dsc--text {
  width: 34%;
}
@media screen and (max-width: 960px) {
  .p-top__training--dsc img {
    width: 100%;
  }
  .p-top__training--dsc--text {
    width: 100%;
  }
}
.p-top__training--dsc p {
  margin-bottom: clamp(40px, 4.17vw, 54px);
}
@media screen and (min-width: 961px) {
  .p-top__training--dsc .c-button__wrap {
    justify-content: flex-start;
  }
}
.p-top__faq {
  position: relative;
}
@media screen and (max-width: 1420px) {
  .p-top__faq .c-title__deco {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-title__deco {
    width: inherit;
  }
}
.p-top__faq::before,
.p-recruit__inner::before {
  content: "";
  display: block;
  background-image: url(../img/top/faq_deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 655px;
  min-width: 301px;
  width: 34.11vw;
  max-height: 250px;
  min-height: 115px;
  height: 13.44vw;
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__faq::before,
  .p-recruit__inner::before {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top__faq .l-container {
  padding-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .l-container {
    padding-bottom: 180px;
  }
}
.p-top__faq .u-flex {
  margin-top: clamp(30px, 4.69vw, 90px);
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-top__faq .u-flex {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-button__square {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.p-top__faq .c-accordion {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion {
    margin-top: 30px;
  }
}
.p-top__faq .c-accordion h4 {
  color: #003b90;
}
.p-top__faq .c-accordion__inner {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion__inner {
    margin-top: 30px;
  }
}
.p-top__faq .c-accordion__inner h6{
  animation: fadeIn 0.8s ease;
}
.p-top__faq .c-accordion__inner h6:not(.active):hover{
  background-color: #dadada;
}
.p-top__faq .c-accordion__header {
  padding: 35px 105px 32px 95px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.889;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion__header {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.p-top__faq .c-accordion__header::before{
  width: 12px;
  height: 12px;
  border-left: 2px solid #1362D2;
  border-bottom: 2px solid #1362D2;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion__header::before {
    width: 10px;
    height: 10px;
    border-left: 2px solid #1362D2;
    border-bottom: 2px solid #1362D2;
    right: 15px;
  }
}
.p-top__faq .c-accordion__header.active::before{
  transform: translateY(-50%) rotate(135deg);
}
.p-top__faq .c-accordion__header span::before {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1362D2;
  left: -65px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion__header span::before {
    left: -30px;
    font-size: 28px;
  }
}
.p-top__faq .c-accordion__content {
  padding: 38px 105px 37px 95px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion__content {
    padding: 7px 38px 15px 40px;
    line-height: 1.5;
  }
}
.p-top__faq .c-accordion__content span::before {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #777;
  left: -65px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .p-top__faq .c-accordion__content span {
    font-size: 13px;
    line-height: 1.85;
  }
  .p-top__faq .c-accordion__content span::before {
    left: -29px;
    font-size: 28px;
  }
}

.p-company .greeting__inner {
  margin-top: clamp(30px, 4.69vw, 90px);
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-company .greeting__inner {
    flex-direction: column-reverse;
    max-width: 500px;
    margin: 30px auto 0;
    gap: 35px;
  }
}
@media screen and (min-width: 961px) {
  .p-company .greeting__text {
    width: 50%;
  }
}
.p-company .greeting__text h3 {
  font-size: clamp(22px, 1.98vw, 38px);
  color: #003b90;
  letter-spacing: 0.12em;
  line-height: 1.58;
  margin-bottom: clamp(20px, 2.08vw, 40px);
}
.p-company .greeting__text p{
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-company .greeting__text p{
    font-size: 15px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 961px) {
  .p-company .greeting__img {
    width: 42%;
  }
}
.p-company .greeting__img--name {
  margin-top: clamp(14px, 1.04vw, 20px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: clamp(11px, 0.73vw, 14px);
  text-align: right;
  font-weight: 400;
}
.p-company .greeting__img--name img {
  width: inherit;
}
@media screen and (max-width: 960px) {
  .p-company .greeting__img--name img {
    width: 117px;
  }
}
.p-company .vision-map {
  background-color: #E4EDFA;
}
.p-company .vision-map .l-container {
  padding-top: clamp(50px, 7.25vw, 140px);
}
@media screen and (min-width: 961px) {
  .p-company .vision-map .c-title__h2 {
    padding-left: 30px;
    margin-bottom: -30px;
  }
}
.p-company .vision-map__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 154px;
}
@media screen and (max-width: 960px) {
  .p-company .vision-map__inner {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-company .vision-map__inner {
    margin-top: 30px;
  }
  .vision-map__inner img {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-company .vision-map img {
    width: 41%;
  }
}
@media screen and (min-width: 768px) {
  .p-company .vision-map__dsc {
    width: 50%;
  }
}
.p-company .vision-map__dsc--wrap {
  background: #FFF;
  color: #003b90;
  position: relative;
  padding: 35px 35px 25px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-company .vision-map__dsc--wrap {
    padding: 30px 20px 23px 20px;
  }
}
.p-company .vision-map__dsc--wrap:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-company .vision-map__dsc--wrap:not(:first-child) {
    margin-top: 43px;
  }
}
.p-company .vision-map__dsc--wrap h4 {
  font-size: clamp(18px, 1.46vw, 28px);
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 7px 19px;
  background: #003b90;
  color: #FFF;
  width: fit-content;
  position: absolute;
  top: -24px;
  left: 23px;
}
@media screen and (max-width: 767px) {
  .p-company .vision-map__dsc--wrap h4 {
    top: -16px;
  }
}
.p-company .vision-map__dsc--wrap h5 {
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333333;
}
.p-company .group-company {
  padding-bottom: clamp(50px, 9.38vw, 180px);
  padding-top: clamp(50px, 7.77vw, 140px);
}
.p-company .group-company__table {
  margin-top: clamp(27px, 6.17vw, 94px);
  width: 100%;
  background: #FFFFFF;
}
.p-company .group-company__table tr:not(:first-of-type) {
  border-top: 15px solid #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-company .group-company__table tr{
    display: flex;
    flex-direction: column;
  }
  .p-company .group-company__table tr:not(:first-of-type) {
    border-top: 21px solid #F8F8F8;
  }
}
.p-company .group-company__table th {
  background: #E4EDFA;
  width: 390px;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 960px) {
  .p-company .group-company__table th {
    width: 40%;
    padding: 20px 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-company .group-company__table th {
    width: 100%;
    padding: 10px 20px 22px;
  }
}
.p-company .group-company__table th a {
  font-size: clamp(14px, 1.04vw, 20px);
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.p-company .group-company__table th a:hover{
  color: #FED500;
}
@media screen and (max-width: 767px) {
  .p-company .group-company__table th a {
    font-size: 17px;
  }
}
.p-company .group-company__table th a::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: -25px;
  width: 15px;
  height: 14px;
  background-image: url(../img/common/icon_link_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: color 0.3s ease-out;
}
.p-company .group-company__table th a:hover::before{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
.p-company .group-company__table td {
  padding: 30px 30px 30px 50px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .p-company .group-company__table td {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-company .group-company__table td {
    padding: 20px 19px;
  }
}
.p-company .group-company__table td .dsc {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .p-company .group-company__table td .dsc {
    max-width: 100%;
  }
}
.p-company .group-company__table td p {
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.66;
  font-weight: 600;
}
.p-company .group-company__table td p.address {
  margin-top: 20px;
  line-height: 1.66;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company .group-company__table td p.address {
    margin-top: 17px;
  }
}
.p-company .group-company__table td img {
  width: clamp(150px, 11.09vw, 213px);
}

.p-in-numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(30px, 3.13vw, 60px) 0;
}
@media screen and (max-width: 960px) {
  .p-in-numbers__list {
    gap: 30px;
  }
}
.p-in-numbers__list li {
  width: calc((100% - clamp(60px, 6.25vw, 120px)) / 3);
  position: relative;
  padding: clamp(25px, 1.56vw, 30px);
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 35, 86, 0.1);
}
@media screen and (max-width: 960px) {
  .p-in-numbers__list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-in-numbers__list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px 0px rgba(0, 35, 86, 0.1);
  }
}
.p-in-numbers__list--label {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #003b90;
  color: #FFFFFF;
  width: fit-content;
  border-radius: 50px;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-in-numbers__list--label {
    font-size: 20px;
    line-height: 1;
    padding: 5px 20px;
  }
}
.p-in-numbers__list--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: clamp(43px, 2.6vw, 50px) 0 clamp(35px, 1.98vw, 38px);
}
.p-in-numbers__list--number {
  font-size: clamp(22px, 1.98vw, 38px);
  font-weight: 700;
  color: #003b90;
}
@media screen and (max-width: 767px) {
  .p-in-numbers__list--number {
    font-size: 32px;
  }
}
.p-in-numbers__list--number span {
  font-family: "Jost", sans-serif;
  font-size: clamp(72px, 6.25vw, 120px);
  font-weight: 500;
  text-align: right;
  color: #E75116;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-in-numbers__list--number span {
    font-size: 102px;
  }
}
.p-in-numbers__list--number .month{
  font-size: clamp(22px, 1.98vw, 38px);
  font-weight: 700;
  color: #003b90;
}
@media screen and (max-width: 767px) {
  .p-in-numbers__list--number .month{
    font-size: 32px;
  }
}
.p-in-numbers__list--year {
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 500;
}
.p-in-numbers__list--deco {
  position: absolute;
  bottom: clamp(12px, 1.67vw, 32px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 340px;
  width: 19.71vw;
  aspect-ratio: 340/273;
  min-width: 230px;
}
@media screen and (max-width: 767px) {
  .p-in-numbers__list--deco {
    min-width: 290px;
    bottom: 28px;
  }
}
.p-in-numbers li.--last {
  width: calc((100% - 60px) / 1.46);
}
@media screen and (max-width: 960px) {
  .p-in-numbers li.--last {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-in-numbers li.--last {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-in-numbers li.--last .p-in-numbers__list--column {
  gap: 7px;
  max-width: 528px;
  width: 27.5vw;
  margin: 25px 0 0;
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .p-in-numbers li.--last .p-in-numbers__list--column {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-in-numbers li.--last .p-in-numbers__list--column {
    margin-top: 37px;
    gap: 0;
  }
}
.p-in-numbers li.--last .column-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-in-numbers li.--last .column-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.p-in-numbers li.--last .gender-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .p-in-numbers li.--last .gender-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .p-in-numbers li.--last .gender-wrapper {
    gap: 16px;
  }
}
.p-in-numbers li.--last .gender-wrapper .gender {
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #003b90;
  background-color: #D7E4F8;
  padding: 3px 15px;
}
@media screen and (max-width: 767px) {
  .p-in-numbers li.--last .gender-wrapper .gender {
    padding: 1px 12px;
  }
}
.p-in-numbers li.--last .p-in-numbers__list--deco {
  left: inherit;
  right: 27px;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .p-in-numbers li.--last .p-in-numbers__list--deco {
    min-width: 228px;
    right: 1px;
    top: 10px;
  }
}
.p-in-numbers li.--last .p-in-numbers__list--number {
  display: flex;
  align-items: flex-end;
}
.p-in-numbers li.--last .p-in-numbers__list--number span {
  width: 11.42vw;
  max-width: 210px;
  min-width: 130px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .p-in-numbers li.--last .p-in-numbers__list--number span {
    width: 180px;
  }
}

.p-training-system__wrap {
  position: relative;
}
.p-training-system .deco-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: inherit;
}
.p-training-system .deco-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: inherit;
}
.p-training-system .l-container__lead{
  padding-bottom: 0;
  margin-bottom: 10px;
}
.p-training-system__deco{
  max-width: 1745px;
  margin: 0 auto;
  display: block;
}
.l-container__lower.p-training-system__program-wrap{
  padding-top: 70px;
  padding-bottom: 226px;
}
.p-training-system__program{
  padding-top: 0;
}
.p-training-system__label {
  margin-bottom: 30px;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-size: clamp(23px, 2.08vw, 40px);
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.18em;
  position: relative;
  background: linear-gradient(90deg, #0082E6 0%, #003B90 100%);
}
.p-training-system__label span{
  margin-left: -36px;
}
@media screen and (max-width: 767px) {
  .p-training-system__label {
    padding-left: 40px;
    text-align: left;
    min-height: 92px;
    display: flex;
    align-items: center;
  }
  .p-training-system__label span {
    margin-left: 0;
  }
}
.p-training-system__label::before{
  content: "";
  max-width: 157px;
  width: 8.93vw;
  min-width: 90px;
  max-height: 122px;
  height: 8.35vw;
  min-height: 90px;
  position: absolute;
  bottom: -3%;
  left: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-training-system__label::before{
    bottom: inherit;
    top: -46%;
    left: -30px;
  }
}
.p-training-system__label.--deco01::before{
  background-image: url(../img/training-system/num01.png);
}
.p-training-system__label.--deco02::before{
  background-image: url(../img/training-system/num02.png);
}
.p-training-system__label.--deco03::before{
  background-image: url(../img/training-system/num03.png);
}
.p-training-system__program{
  background-color: #FFF;
}
@media screen and (max-width: 1380px) {
  .p-training-system__program{
    max-width: 940px;
    margin: 0 auto;
  }
  .p-training-system__program .u-flex {
    flex-direction: column;
    gap: 70px;
  }
  .p-training-system__program .u-flex > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-training-system__program:not(:first-of-type){
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-training-system__program:not(:first-of-type){
    margin-top: 70px;
  }
}
.p-training-system__program--skill{
  padding: 0 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-training-system__program--skill {
    padding: 0 10px;
  }
}
.p-training-system__program--skill h5{
  font-size: clamp(20px, 1.25vw, 24px);
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D7E4F8;
  color: #003B90;
  letter-spacing: 0.18em;
  font-weight: 700;
  max-width: 420px;
  margin: auto;
}
.p-training-system__program:has(.--deco01) .p-training-system__program--skill h5{
  min-height: 96px;
}
@media screen and (max-width: 767px) {
  .p-training-system__program--skill h5{
    min-height: 48px;
  }
  .p-training-system__program:has(.--deco01) .p-training-system__program--skill h5{
    min-height: 76px;
  }
}
.p-training-system__program--skill .skill-inner{
  background-color: #EEEEEE;
  max-width: 420px;
  margin: auto;
  padding: 20px 17px;
}
.p-training-system__program--skill .skill-inner ul{
  background-color: #FFF;
  padding: 20px 24px 20px 35px;
  min-height: 142px;
}
@media screen and (max-width: 767px) {
  .p-training-system__program--skill .skill-inner ul{
    padding: 10px 20px;
    min-height: 100px;
  }
}
.p-training-system__program:has(.--deco02) .p-training-system__program--skill .skill-inner ul{
  min-height: 176px;
}
@media screen and (max-width: 767px) {
  .p-training-system__program:has(.--deco02) .p-training-system__program--skill .skill-inner ul{
    min-height: 146px;
  }
}
.p-training-system__program--skill .skill-inner ul li{
  padding-left: 1.5em;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.89;
  position: relative;
}
.p-training-system__program--skill .skill-inner ul li::before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8CADDC;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
}
.p-training-system__program .arrow{
  width: 100%;
  max-width: 100px;
  margin: 19px auto;
  display: block;
}
.p-training-system__program--dsc{
  background-color: #8CADDC;
  padding: 20px;
}
@media screen and (max-width: 1380px) {
  .p-training-system__program--dsc {
    max-width: 420px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-training-system__program--dsc{
    margin: 0 10px;
  }
}
.p-training-system__program--dsc:has(.first){
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .p-training-system__program--dsc:has(.first){
    padding-left: 20px;
  }
}
.p-training-system__program--dsc:has(.first)::before{
  content: "";
  background-image: url(../img/training-system/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 163px;
  width: 8.49vw;
  min-width: 100px;
  max-height: 108px;
  height: 5.63vw;
  min-height: 60px;
  position: absolute;
  top: 0.4vw;
  left: -5.5vw;
}
@media screen and (max-width: 1480px) {
  .p-training-system__program--dsc:has(.first)::before{
    top: 2vw;
    left: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-training-system__program--dsc:has(.first)::before{
    top: 2vw;
    left: -9vw;
  }
}
.p-training-system__program--dsc:has(.last){
  padding-right: 40px;
}
@media screen and (max-width: 1380px) {
  .p-training-system__program--dsc:has(.last){
    padding-right: 20px;
  }
}
.p-training-system__program--dsc .dsc-inner{
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 20px 28px;
  color: #FFF;
  min-width: 380px;
  min-height: 198px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-training-system__program--dsc .dsc-inner{
    min-width: inherit;
    min-height: 148px;
    padding: 10px 9px;
  }
}
.p-training-system__program--dsc .dsc-inner h5{
  font-size: clamp(18px, 1.25vw, 24px);
  /* font-size: 24px; */
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.67;
  text-align: center;
}
.p-training-system__program--dsc .dsc-inner p{
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.p-training-system__program--bottom{
  background-color: #8CADDC;
  padding: 0 40px 20px;
}
@media screen and (max-width: 1380px) {
  .p-training-system__program--bottom {
    margin-top: 30px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-training-system__program--bottom {
    padding: 20px;
  }
}
.p-training-system__program--bottom p{
  font-size: clamp(24px, 1.46vw, 28px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  color: #003B90;
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px;
}

.p-people__group {
  margin-top: 100px;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-people__group {
    padding: 0;
  }
}
.p-people__group img {
  width: 100%;
}
.p-people__list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  justify-content: center;
  gap: 100px 60px;
}
@media screen and (max-width: 767px) {
  .p-people__list {
    margin-top: 60px;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 50px 20px;
  }
}
.p-people__list li {
  cursor: pointer;
}
.p-people__list .img {
  position: relative;
}
.p-people__list .division {
  font-size: clamp(10px, 1.83vw, 16px);
  letter-spacing: 0.25em;
  padding: 3px 18px 3px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003b90;
  color: #fff;
  border-radius: 0 30px 30px 0;
}
.p-people__list .name {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #003b90;
  margin-top: 14px;
}
.p-people__list .company {
  font-size: clamp(15px, 0.83vw, 18px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-people__list .joining {
  font-size: clamp(13px, 0.83vw, 18px);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.p-people__modal--dsc {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 960px) {
  .p-people__modal--dsc {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__list .name{
    margin-top: 4px;
  }
  .p-people__list .joining{
    margin-top: 0;
  }
  .p-people__modal--dsc {
    padding-left: 0px;
  }

  .p-people__list .division{
    padding: 2px 7px 2px 6px;
  }
}
.p-people__modal--dsc .division{
  background-color: #003b90;
  color: #fff;
  padding: 6px 20px;
  width: fit-content;
  margin-top: 29px;
  margin-bottom: 33px;
  letter-spacing: 0.25em;
  font-size: clamp(12px, 0.94vw, 18px);
}
@media screen and (max-width: 960px) {
  .p-people__modal--dsc .division{
    padding: 3px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__modal--dsc .division{
    margin-top: -110px;
    margin-bottom: 10px;
  }
}
.p-people__modal--dsc .lead{
  font-size: clamp(22px, 1.85vw, 38px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #003b90;
  background-color: #E4EDFA;
  display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 10px 0 0;
	line-height: 1.6;
}
.p-people__modal--dsc img{
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 66.4%;
  margin-top: -29px;
}
@media screen and (max-width: 767px) {
  .p-people__modal--dsc img{
    margin-top: 0;
    position: inherit;
    width: 100%;
  }
}
.p-people__modal--dsc .company{
  margin-top: 37px;
  font-size: clamp(13px, 0.83vw, 16px);
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-people__modal--dsc .company{
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__modal--dsc .company{
    display: inline-block;
  }
}
.p-people__modal--dsc .joining{
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: clamp(13px, 0.83vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-people__modal--dsc .joining{
    display: inline-block;
    margin-left: 1em;
  }
}
.p-people__modal--dsc .name {
  font-size: clamp(25px, 1.67vw, 28px);
  font-weight: 500;
  margin-top: 19px;
  letter-spacing: 0.1em;
  color: #003b90;
}
@media screen and (max-width: 960px) {
  .p-people__modal--dsc .name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__modal--dsc .name {
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  .p-people__modal--dsc p:has(.birthplace){
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__modal--dsc p:has(.birthplace){
    margin-top: 0;
    display: inline-block;
  }
  p:has(.hobby) {
    display: inline-block;
    margin-left: 1em;
  }
}
.p-people__modal--dsc .birthplace-ttl{
  padding-right: 0.5em;
  font-size: clamp(13px, 0.83vw, 16px);
}
.p-people__modal--dsc .hobby-ttl{
  padding-right: 1.5em;
  font-size: clamp(13px, 0.83vw, 16px);
}
.p-people__modal--dsc .hobby{
  font-size: clamp(13px, 0.83vw, 16px);
  max-width: 204px;
  display: inline-flex;
}
.p-people__modal--career {
  margin-top: 137px;
  background-color: #E4EDFA;
  padding: 30px 70px 50px;
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 137px auto 0;
}
@media screen and (max-width: 960px) {
  .p-people__modal--career {
    margin-top: 60px;
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__modal--career {
    margin-top: 30px;
    padding: 30px 15px 30px;
  }
}
.p-people__modal--career h4 {
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.89;
  letter-spacing: 0.1em;
  font-weight: 600;
  background-color: #003b90;
  color: #fff;
  padding: 2px 14px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.p-people__modal--career h4::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20%;
  background-color: #003b90;
}
.p-people__modal--career ol li {
  margin: 20px 0 -9px;
  display: flex;
  gap: 33px;
  align-items: center;
  padding: 17px 30px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-people__modal--career ol li {
    gap: 23px;
    padding: 17px 20px;
  }
}
.p-people__modal--career ol li:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20%;
  background-color: #003b90;
}
.p-people__modal--career ol .year {
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #003b90;
}
.p-people__modal--career ol .desc {
  letter-spacing: 0.1em;
  font-size: clamp(13px, 0.83vw, 16px);
}
.p-people__modal .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(20px, 1.46vw, 28px);
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #003b90;
  margin-bottom: 30px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .p-people__modal .ttl {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.p-people__modal .ttl img {
  max-width: 45px;
}
@media screen and (max-width: 767px) {
  .p-people__modal .ttl img {
    max-width: 30px;
  }
}
.p-people__modal--schedule {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-people__modal--schedule {
    margin-top: 40px;
  }
}
.p-people__modal--schedule--list {
  padding: 40px 70px;
  background-color: #E4EDFA;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap:50px;
}
@media screen and (max-width: 960px) {
  .p-people__modal--schedule--list {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-people__modal--schedule--list {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 15px;
  }
}
.p-people__modal--schedule--list img{
  width: 37.5%;
}
.p-people__modal--schedule--list ol{
  width: 56.25%;
}
@media screen and (max-width: 960px) {
  .p-people__modal--schedule--list img{
    width: 32%;
  }
}
@media screen and (max-width: 960px) {
  .p-people__modal--schedule--list ol{
    width: 62%;
  }
}
@media screen and (max-width: 767px){
  .p-people__modal--schedule--list img,
  .p-people__modal--schedule--list ol{
    width: 100%;
  }
}
.p-people__modal--schedule ol{
  position: relative;
}
.p-people__modal--schedule ol::before {
  content: "";
  position: absolute;
  left: clamp(78.5px,5vw,89px);
  height: calc(100% - 50px);
  transform: translateX(-50%);
  top: 30px;
  bottom: 0;
  width: 2px;
  background: #003b90;
  z-index: 0;
}
@media screen and (max-width: 767px){
  .p-people__modal--schedule ol::before {
    left: clamp(61px,5vw,89px);
    height: calc(100% - 40px);
    top: 20px;
  }
}
.p-people__modal--schedule ol li {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 767px){
  .p-people__modal--schedule ol li{
    gap: 10px;
  }
}
.p-people__modal--schedule ol li:not(:last-child) {
  margin-bottom: 14px;
}
.p-people__modal--schedule ol li .time {
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #003b90;
}
.p-people__modal--schedule ol li .dot {
  background-color: #003b90;
  width: 18px;
  height: 14px;
  border-radius: 50%;
}
.p-people__modal--schedule ol li .task {
  font-size: clamp(13px, 0.83vw, 16px);
  letter-spacing: 0.18em;
  font-weight: 400;
  background-color: #fff;
  padding: 10px 4px 13px 16px;
  width: 100%;
  margin-left: 5px;
}
.p-people__modal--message {
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .p-people__modal--message {
    margin-top: 40px;
  }
}
.p-people__modal--message p {
  font-size: clamp(15px, 0.94vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.89;
  font-weight: 400;
  padding: 40px 70px 36px;
  background-color: #E4EDFA;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .p-people__modal--message p {
    padding: 40px 15px 36px;
  }
}
.p-people__modal .bottom-button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px){
  .p-people__modal .bottom-button {
    margin-top: 40px;
  }
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.people-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
.people-modal.is-active {
  display: block;
}
.people-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.people-modal__content {
  position: relative;
  width: 86%;
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  padding: 50px 50px 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
@media screen and (max-width: 960px) {
  .people-modal__content {
    width: 96%;
    padding: 50px 30px 60px;
  }
}
.people-modal__body {
  position: relative;
  z-index: 1001;
}

@media (max-width: 767px) {
  .people-modal {
    padding: 10px;
  }
  .people-modal__content {
    padding: 20px 15px 30px;
    margin: 20px auto;
  }
}
.p-character{
  background-image: linear-gradient(90deg, #97bbee, #a7f0ff);
}
.p-character .l-container{
  padding-top: 90px;
  padding-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .p-character .l-container{
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.p-character h2{
  max-width: 1100px;
  margin: auto;
  font-size: clamp(20px, 2.08vw, 40px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 10px;
  background-color: #FFF;
  color: #003B90;
  border-radius: 50vh;
}
.p-character__inner{
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-character__inner{
    flex-direction: column;
  }
}
.p-character__item{
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-left: 17px;
}
@media screen and (max-width: 960px) {
  .p-character__item{
    width: 100%;
    max-width: 500px;
    margin: 30px 0 0;
  }
}
.p-character__item figcaption{
  text-align: center;
  color: #003B90;
  font-size: clamp(17px, 1.56vw, 30px);
  letter-spacing: 0.14em;
}
.p-character__item figcaption span:first-of-type{
  font-size: clamp(13px, 1.15vw, 22px);
}
.p-character__item figcaption span:last-of-type{
  font-size: clamp(17px, 1.35vw, 26px);
}
.p-character__dsc{
  margin-top: 70px;
  width: 50%;
  background-color: #FFF;
  border-radius: 30px;
  padding: 56px 74px 50px;
  position: relative;
  margin-left: 35px;
  box-shadow: 10px 10px 0px -2px #43A0E8;
  border-radius: 30px;
}
.p-character__dsc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -39px;
  margin-top: -15px;
  border: 18px solid transparent;
  border-right: 31px solid #FFF;
}
@media screen and (max-width: 960px) {
  .p-character__dsc{
    max-width: 500px;
    width: 100%;
    margin: 10px auto 0;
    padding: 10%;
  }
  .p-character__dsc::before {
    top: 0%;
    left: 5%;
  }
}
.p-character__dsc h3{
  background-color: #0082E6;
  color: #FFF;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1;
  text-align: center;
  border-radius: 50vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 30px 13px;
}
.p-character__dsc p{
  color: #003B90;
  font-size: clamp(14px, 0.94vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.89;
}

.p-cross-talk__btn {
  gap: 100px;
  justify-content: center;
  padding: 100px 40px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cross-talk__btn {
    flex-direction: row;
    gap: 8px;
    padding: 50px 15px 80px;
  }
}
.p-cross-talk__btn--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  width: 100%;
}
.p-cross-talk__btn .num {
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.p-cross-talk__btn .num span {
  font-size: 22px;
}
.p-cross-talk__btn .ttl {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.p-cross-talk .c-button__expansion {
  width: 50%;
  max-width: 500px;
  /* height: 125px; */
  aspect-ratio: 500/125;
  border: 3px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-cross-talk__btn .num{
    font-size:16px;
  }
  .p-cross-talk__btn .num span{
    font-size: 11px;
  }
  .p-cross-talk__btn .ttl{
    font-size: 18px;
  }
  .p-cross-talk .c-button__expansion {
    aspect-ratio: 175/97;
  }
}
.p-cross-talk .c-button__expansion.--male::after {
  background-image: url(../img/cross-talk_male/btn_male.png);
}
.p-cross-talk .c-button__expansion.--female::after {
  background-image: url(../img/cross-talk_male/btn_female.png);
}
@media screen and (max-width: 767px) {
  .p-cross-talk .c-button__expansion.--male::after {
    background-image: url(../img/cross-talk_male/btn_male_sp.png);
  }
  .p-cross-talk .c-button__expansion.--female::after {
    background-image: url(../img/cross-talk_male/btn_female_sp.png);
  }
  .p-cross-talk .c-button__expansion {
    width: 100%;
  }
}
.p-cross-talk__kv {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.p-cross-talk__kv--label {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.p-cross-talk__kv--label .num {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-cross-talk__kv--label .ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-cross-talk__kv--img {
  text-align: right;
}
.p-cross-talk__kv--img img {
  width: 82.3%;
}
@media screen and (max-width: 767px) {
  .p-cross-talk__kv{
    padding: 0 15px;
  }
  .p-cross-talk__kv--label{
    padding: 10px;
    top: 90%;
    left: 25px;
  }
  .p-cross-talk__kv--label .num {
    font-size: 14px;
  }
  .p-cross-talk__kv--label .ttl {
    font-size: 20px;
  }
  .p-cross-talk__kv--img {
    text-align: right;
  }
  .p-cross-talk__kv--img img {
    width: 100%;
  }
}
.p-cross-talk__member {
  margin: 90px auto 260px;
}
.p-cross-talk__member h2 {
  justify-content: center;
}
.p-cross-talk__member--list {
  margin: 64px 40px 0;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cross-talk__member {
    margin: 60px auto 190px;
  }
  .p-cross-talk__member--list {
    margin: 30px 15px 0;
    flex-direction: row;
    gap: 10px;
  }
}
.p-cross-talk__member--list .name {
  margin-top: 19px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003b90;
}
.p-cross-talk__member--list .position {
  margin-top: 5px;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-cross-talk__cts:nth-of-type(even) {
  background-color: #E4EDFA;
}
.p-cross-talk__cts:last-of-type .p-cross-talk__session--content:last-of-type {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-cross-talk__member--list .name{
    font-size: 16px;
    margin-top: 5px;
  }
  .p-cross-talk__member--list .position{
    font-size: 10px;
  }
}
.p-cross-talk__session {
  margin: 0 auto -110px;
  padding: 0 40px;
  position: relative;
  top: -130px;
  text-align: center;
}
.p-cross-talk__session img {
  max-width: 800px;
}
.p-cross-talk__session .ttl {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  color: #003b90;
  background: rgba(255, 255, 255, 0.8);
  width: fit-content;
  margin: -1.05em auto;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
.p-cross-talk__session--content {
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 0 40px;
}
.p-cross-talk__session--content:last-of-type {
  padding-bottom: 260px;
}
.p-cross-talk__session--content h4 {
  color: #003b90;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 10px 0 10px 4em;
}
.p-cross-talk__session--content h4::before {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #003b90;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-cross-talk__session--content--img {
  flex-shrink: 0;
}
.p-cross-talk__session--content--img.flex {
  display: flex;
  gap: 20px;
}
.p-cross-talk__session--content .name {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  color: #003b90;
}
.p-cross-talk__session--content .u-chat {
  gap: 80px;
  margin-top: 16px;
}
.p-cross-talk__session--content .u-chat:first-of-type {
  margin-top: 25px;
}
.p-cross-talk__session--content .u-chat.--right {
  flex-direction: row-reverse;
}
.p-cross-talk__session--content .u-chat.--left .u-chat__balloon::before {
  left: -30px !important;
  border-right: 22px solid #FFF !important;
}
.p-cross-talk__session--content .u-chat.--right .u-chat__balloon::before {
  right: -20px !important;
  border-right: none !important;
  border-left: 22px solid #FFF !important;
}
.p-cross-talk__session--content .u-chat__balloon {
  background-color: #FFF;
  padding: 30px 40px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.88;
  width: 80.9%;
}
.p-cross-talk__session--content .u-chat__balloon::before {
  border-radius: 2px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border-right: 22px solid #FFF !important;
}
.p-cross-talk__session--content .u-chat__balloon.fadeIn-up {
  transition: 0.5s;
}
.p-cross-talk__last {
  max-width: 880px;
  margin: 80px auto 174px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-cross-talk__session{
    padding: 0 15px;
  }
  .p-cross-talk__session--content{
    padding: 0 25px;
  }
  .p-cross-talk__session .ttl {
    font-size: clamp(15px, 4.17vw, 32px);
    padding: 5px 10px;
  }
  .p-cross-talk__session--content h4{
    font-size: 16px;
    padding-left: 2em;
  }
  .p-cross-talk__session--content h4::before{
    width: 1.5em;
    height: 1px;
  }
  .p-cross-talk__session--content--img{
    width: 18%;
    max-width: 100px;
  }
  .p-cross-talk__session--content .name{
    font-size: 12px;
    margin-top: 0;
  }
  .p-cross-talk__session--content .u-chat{
    gap: 20px;
  }
  .p-cross-talk__session--content .u-chat__balloon{
    font-size: 14px;
    padding: 20px 25px;
    width: 100%;
  }
  .p-cross-talk__session--content .u-chat__balloon::before{
    border-right: 25px solid #FFF !important;
    top: inherit !important;
  }
  .p-cross-talk__session--content .u-chat.--left .u-chat__balloon::before {
    left: -20px !important;
  }
  .p-cross-talk__session--content .u-chat.--right .u-chat__balloon::before {
    right: -10px !important;
  }
  .p-cross-talk__session--content--img.flex{
    flex-direction: column;
  }
  .p-cross-talk__session--content--img.flex .p-cross-talk__session--content--img{
    width: 100%;
  }
  .p-cross-talk__session--content:last-of-type{
    padding-bottom: 210px;
  }
  .p-cross-talk__cts:last-of-type .p-cross-talk__session--content:last-of-type{
    padding-bottom: 80px;
  }
  .p-cross-talk__last{
    margin: 0;
    padding: 0;
  }
}
.p-recruit__section {
  margin: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__section {
    margin: 0 25px;
  }
}
.p-recruit__inner {
  background-color: #FFF;
  max-width: 1620px;
  margin: -98px auto 0;
  padding: clamp(50px, 6.25vw, 120px) clamp(20px, 7.81vw, 150px) clamp(50px, 19.27vw, 370px);
}
.p-recruit__inner::before{
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    padding: 50px 20px;
    margin-bottom: 185px;
    margin-top: -30px;
  }
  .p-recruit__inner::before{
    bottom: -185px;
  }
}
.p-recruit table {
  width: 100%;
  margin: 50px auto 0;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .p-recruit table {
    margin-top: 30px;
  }
}
.p-recruit table th {
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.89;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #003b90;
  width: 23%;
  border-top: 1px solid #333;
  padding: 40px 0 40px 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit table th {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #B8B8B8;
  }
}
.p-recruit table td {
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.89;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-top: 1px solid #B8B8B8;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit table td {
    display: block;
    padding: 0 0 20px;
    border: none;
  }
}
.p-recruit table tr:last-child th {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-recruit table tr:last-child th {
    border-bottom: none;
  }
}
.p-recruit table tr:last-child td {
  border-bottom: 1px solid #B8B8B8;
}
.p-recruit table li:not(:first-child) {
  margin-top: 1.5em;
}
.p-recruit table li h4 {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.p-recruit table li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #8CADDC;
  border-radius: 50%;
}
.p-recruit__contact {
  background: url(../img/recruit/contact_bg.png) no-repeat center center/cover;
  padding: 110px 40px 120px;
}
@media screen and (max-width: 767px) {
  .p-recruit__contact {
    background: url(../img/recruit/contact_bg_sp.png) no-repeat center center/cover;
    padding: 50px 25px;
  }
}
.p-recruit__contact---inner {
  max-width: 1620px;
  margin: 0 auto;
}
.p-recruit__contact h2 {
  justify-content: center;
}
.p-recruit__contact .u-flex {
  margin-top: 50px;
  justify-content: center;
  gap: clamp(20px, 5.21vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-recruit__contact .u-flex {
    margin-top: 30px;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-recruit__contact .btn {
  background: rgba(0, 59, 144, 0.8);
  color: #FFFFFF;
  font-size: clamp(20px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  border: 1px solid #FFF;
  max-height: 175px;
  min-height: 120px;
  height: 9.11vw;
  max-width: 500px;
  min-width: 340px;
  width: 26.04vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 0.3s ease;
}
.p-recruit__contact .btn:hover {
  background: rgb(0, 59, 144);
}
.p-recruit__contact .btn .icon{
  transition: transform 0.3s ease-out;
}
.p-recruit__contact .btn:hover .icon{
  transform: scale(1.1);
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
.p-recruit__contact .btn.tel {
  font-size: clamp(18px, 1.35vw, 26px);
  font-family: "Roboto", sans-serif;
}
.p-recruit__contact .btn .tel__number {
  font-size: clamp(28px, 1.88vw, 36px);
}
.p-recruit__contact .btn .tel__name {
  font-size: clamp(15px, 1.04vw, 18px);
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-recruit__contact .btn .icon {
  width: clamp(35px, 2.6vw, 50px);
  position: absolute;
  bottom: clamp(15px, 1.04vw, 20px);
  right: clamp(15px, 1.04vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-recruit__contact .btn .icon {
    width: 35px;
  }
}

.p-policy h2{
  justify-content: center;
}
.p-policy__section{
  max-width: 1180px;
  margin: 0 auto;
}
.p-policy p{
  font-size: clamp(16px, 1.04vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.89;
  font-weight: 400;
  color: #000;
}
.p-policy__lead{
  margin: clamp(40px, 5.21vw, 80px) 0;
}
.p-policy  ol li{
  font-size: clamp(20px, 1.15vw, 22px);
  color: #003B90;
  margin-bottom: 50px;
}
.p-policy  ol li p{
  margin-top: 20px;
}
.p-policy  ul {
  list-style: disc;
  padding-left: 20px;
  margin: 20px 0 0 20px;
}
.p-policy  ul li{
  font-size: clamp(16px, 1.04vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.89;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.p-policy  ul li::marker{
  color: #003B90;
  font-size: 25px;
  line-height: 1;
}

.p-contact .p-contact__lead{
  text-align: center;
  margin-bottom: clamp(55px, 3.54vw, 68px);
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__lead{
    text-align: left;
  }
}
.p-contact form{
  font-size: clamp(14px, 1.04vw, 18px);
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-contact form{
    max-width: 650px;
    margin: 0 auto;
  }
}
.p-contact form#mail_form dl{
  width: 80.5%;
  display: flex;
  padding: 28px 20px;
}
@media screen and (max-width: 1080px) {
  .p-contact form#mail_form dl{
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .p-contact form#mail_form dl{
    flex-direction: column;
    gap: 10px;
    width: inherit;
    padding: 10px ;
  }
}
.p-contact form#mail_form dl dt{
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-contact form#mail_form dl dt{
    width: 100%;
  }
}
.p-contact form#mail_form dl dd{
  padding: 0;
  width: 67%;
}
@media screen and (max-width: 960px) {
  .p-contact form#mail_form dl dd{
    width: 100%;
  }
}
.p-contact form#mail_form ul:has(label){
  display: flex;
  gap: 44px;
}
.p-contact form#mail_form ul li label{
  padding: inherit;
  display: block;
  background: initial;
  border-radius: 0;
  margin: 0;
}
.p-contact form#mail_form dl dt span.required,
.p-contact form#mail_form dl dt span.optional{
  padding: 2px 10px;
}
.p-contact form#mail_form dl dt span.optional{
  display: none;
}
.p-contact form#mail_form dl dt i{
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  position: inherit;
}
.p-contact form#mail_form input:not([type="radio"],[type="checkbox"], .c-button){
  width: 100% !important;
  height: 41px;
}
@media screen and (max-width: 960px) {
  .p-contact form#mail_form input:not([type="radio"],[type="checkbox"], .c-button){
    width: 96% !important;
    height: 29px;
  }
}
.p-contact input::placeholder {
  color: #949595;
  letter-spacing: 0.1em;
}
.p-contact form#mail_form .c-form__contents{
  align-items: flex-start;
}
.p-contact form#mail_form .c-form__contents dt{
  margin-top: 11px;
}
.p-contact form#mail_form textarea{
  width: 100%;
}
.p-contact div#agreement{
  text-align: center;
  border: none;
  margin-top: 67px;
  padding: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-contact div#agreement{
    width: 100%;
  }
}
.p-contact div#agreement a{
  text-decoration: underline;
}
.p-contact div#agreement #agree_check{
  margin-top: 24px;
  margin-left: -50px;
}
@media screen and (max-width: 960px) {
  .p-contact div#agreement #agree_check{
    margin-left: 0;
  }
}
.p-contact form#mail_form #form_submit{
  text-align: center;
  margin-top: 60px;
}
.p-contact form#mail_form .c-button{
  width: inherit;
  text-align: center;
  margin: 0 auto;
  font-size: clamp(24px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .p-contact form#mail_form .c-button{
    min-width: 310px;
  }
}
.p-contact #confirm_window{
  max-width: 1100px;
  margin: 110px auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact #confirm_window{
    margin-top: 50px;
  }
}
.p-contact #confirm_window dl{
  font-size: clamp(14px, 1.04vw, 18px);
  font-weight: 500;
  display: flex;
  padding: 31px 13px;
  border-bottom: 1px solid #949595;
}
@media screen and (max-width: 767px) {
  .p-contact #confirm_window dl{
    flex-direction: column;
    gap: 10px;
  }
}
.p-contact #confirm_window dl dd{
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact div#confirm_field dl dt,
  .p-contact #confirm_window dl dd{
    width: 100%;
  }
}
.p-contact #confirm_submit{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 60px 0 46px;
}
.p-contact #confirm_submit input{
  text-align: center;
}
.p-contact #confirm_submit .c-button.--gray{
  background-color: #CCCCCC;
  color: #003AB3;
  transition: all 0.3s ease-out;
}
.p-contact #confirm_submit .c-button.--gray:hover {
  color: #FFF;
  background-color: #003b90;
}
.p-contact__thanks{
  margin-bottom: 45px;
}



/* ==========================================================================
  layout
============================================================================*/
.l-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 40px 120px;
}
@media screen and (max-width: 1919px) {
  .l-container {
    padding-top: clamp(118px, 7.29vw, 140px);
    padding-bottom: clamp(50px, 6.25vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.l-container__min {
  padding: 0 110px;
}
@media screen and (max-width: 767px) {
  .l-container__min {
    padding: 0;
  }
}
.l-container__lower {
  padding: 100px 40px 130px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1919px) {
  .l-container__lower {
    padding-top: clamp(50px, 5.21vw, 100px);
    padding-bottom: clamp(50px, 9.17vw, 176px);
  }
}
@media screen and (max-width: 767px) {
  .l-container__lower {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.l-container__lead {
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.89;
  margin-bottom: clamp(40px, 5.21vw, 100px);
}
@media screen and (max-width: 767px) {
  .l-container__lead {
    text-align: left;
  }
}

.l-footer {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #002D70;
  color: #FFFFFF;
  position: relative;
  border-top: 10px solid;
  border-image: linear-gradient(to right, #0082E6, #003b90) 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
}
.l-footer__top {
  width: clamp(71px, 6.82vw, 131px);
  position: absolute;
  right: clamp(15px, 2.08vw, 40px);
  z-index: 1;
}
.l-footer__inner {
  justify-content: space-between;
  padding: 70px 20px 60px;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 50px 25px 105px;
  }
}
.l-footer__inner--right {
  position: relative;
}
.l-footer__logo img {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 160px;
  }
}
.l-footer__logo p {
  margin-top: 15px;
}
.l-footer__address {
  margin: 35px 0 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin: 31px 0 36px;
    line-height: 1.6;
  }
}
.l-footer__sns {
  display: flex;
  gap: 40px;
  align-items: center;
}
.l-header__sns a img, .l-footer__sns a img{
  transition: color 0.3s ease-out;
}
.l-header__sns a:hover img, .l-footer__sns a:hover img{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
  }
}
.l-footer__list {
  margin-top: 90px;
  display: flex;
  gap: clamp(20px, 2.6vw, 50px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: 25px;
    justify-content: center;
  }
}
.l-footer__list li {
  padding: 10px;
  font-weight: 600;
}
.l-footer__list li :hover {
  color: #FED500;
}
.l-footer .privacy {
  display: block;
  text-align: right;
  padding: 10px;
  margin-top: 2px;
  font-size: clamp(12px, 0.68vw, 13px);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-footer .privacy {
    margin-top: 0px;
    text-align: center;
  }
}
.l-footer .privacy:hover {
  color: #FED500;
}
.l-footer__copryrighit {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(10px, 0.68vw, 13px);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-footer__copryrighit {
    position: inherit;
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-to-top {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__entry {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #003b90;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.l-footer__entry .c-button {
  min-width: 165px;
}
.l-footer__entry .c-button span {
  font-size: 14px;
  gap: 5px;
  justify-content: center;
}
.l-footer__entry .c-button span img {
  width: 11px;
}
@media screen and (max-width: 767px) {
  .l-footer__entry .c-button {
    padding: 8px 0;
    font-weight: 500;
    font-size: 14px;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
  background-color: #002C6D;
  padding: 17px 20px 15px 40px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1240px) {
  .l-header {
    height: 50px;
    padding: 0 18px;
  }
}
.l-header__logo {
  margin: 15px 0 16px;
  display: contents;
}
.l-header__logo img {
  width: 8.33vw;
  max-width: 160px;
  min-width: 110px;
}
@media screen and (min-width: 1241px) {
  .l-header__nav--inner {
    display: flex;
    position: absolute;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 59%;
  }
}
@media screen and (max-width: 1240px) {
  .l-header__nav--inner {
    width: 100%;
  }
}
.l-header__nav--list {
  display: flex;
  align-items: center;
  gap: 1.05vw;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-header__nav--list li {
  color: #FFFFFF;
  font-size: clamp(11px, 0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0.78vw;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list li {
    width: 100%;
    border-bottom: 1px solid #8CADDC;
    padding: 5px 10px 15px;
    font-size: 16px;
  }
}
.l-header__nav--list li img {
  width: 12px;
  margin-left: 5px;
}
.l-header__nav--list li:hover, .l-header__nav--list li:focus {
  color: #FED500;
}
.l-header__nav--list li:hover img, .l-header__nav--list li:focus img{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
.l-header__nav--list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list li a {
    align-items: flex-start;
  }
}
.l-header__nav--list span.en {
  display: block;
  align-items: center;
  color: #8CADDC;
  font-size: clamp(8px, 0.57vw, 11px);
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .l-header__nav--list span.en {
    text-align: left;
    font-size: 11px;
  }
}
.l-header__flex {
  display: flex;
  align-items: center;
}
.l-header__sns {
  display: flex;
  align-items: center;
  gap: 1.46vw;
  margin-left:2.19vw;
}
@media screen and (max-width: 1420px) {
  .l-header__sns {
    margin-left: 0.09vw;
  }
}
@media screen and (max-width: 1240px) {
  .l-header__sns {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    gap: 28px;
  }
}
.l-header__sns a img{
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 1241px) {
  .l-header__sns a:first-child img {
    width: 1.46vw;
    max-width: 28px;
  }
}
@media screen and (min-width: 1241px) {
  .l-header__sns a:last-child img {
    width: 1.61vw;
    max-width: 31px;
  }
}
.l-header__entry {
  align-items: center;
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 1240px) {
  .l-header__entry {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.l-header__entry a {
  padding: 0.83vw 1.6vw;
  font-size: clamp(11px, 0.73vw, 14px);
  font-weight: 500;
  letter-spacing: 0.15em;
  min-width: inherit;
  transition: opacity 0.15s;
}
@media screen and (max-width: 1240px) {
  .l-header__entry a {
    min-width: 150px;
    padding: 10px;
  }
}
.l-header__entry .c-button > span {
  gap: 5px;
}
.l-header__entry .c-button > span img {
  width: 10px;
}
@media screen and (max-width: 1240px) {
  .l-header__entry .c-button > span {
    justify-content: center;
    align-items: center;
  }
}
.l-header__entry .c-button.--yellow:hover,
.l-footer__entry.sp-only .c-button.--yellow:hover{
  color: #FED500;
  background-color: transparent;
  border: 1px solid #FFF;
}
.l-header__entry .c-button.--yellow:hover img,
.l-footer__entry.sp-only .c-button.--yellow:hover img{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
}
#people .c-button.--yellow:hover{
  background-color: #FFF;
  color: #003b90;
  border: 1px solid #FED500;
}
#people .c-button.--yellow:hover img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7499%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.l-header .c-ham__nav {
  top: 60px;
  background: #002C6D;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 1240px) {
  .l-header .c-ham__nav {
    top: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 25px 35px 175px;
  }
}
@media screen and (max-width: 1240px) {
  .l-header li:has(.c-dropDown) {
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown {
    min-height: inherit;
    width: 100%;
    display: inline-block;
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__item {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__title {
    padding: 0 10px;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__title p {
    justify-content: flex-start;
  }
}
.l-header .c-dropDown__hover {
  background-color: #002C6D;
}
@media screen and (max-width: 1240px) {
  .l-header .c-dropDown__hover {
    background: #003B90;
    position: inherit;
    top: 0;
    left: 0;
    transform: inherit;
    margin-bottom: 10px;
  }
}

.l-main {
  margin-top: clamp(54px, 6.25vw, 90px);
}

.l-entry {
  position: relative;
  padding-top: clamp(76px, 4.69vw, 90px);
}
.l-entry__title {
  font-size: clamp(80px, 8.33vw, 160px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 20%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-entry__title {
    line-height: 1.2;
  }
}
.l-entry__title.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.l-entry__btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(251px, 32.08vw, 616px);
  font-size: clamp(30px, 3.13vw, 60px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .l-entry__btn {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-entry__btn-wrap {
    flex-direction: row;
  }
}
.l-entry__btn--arrow {
  position: absolute;
  width: clamp(50px, 5.21vw, 100px);
  right: clamp(20px, 3.13vw, 60px);
  bottom: clamp(20px, 3.13vw, 60px);
  transition: color,transform 0.3s ease-out;
}
.l-entry__btn.--newgraduate {
  border-right: 1px solid #FFFFFF;
}
.l-entry__btn:hover .l-entry__btn--arrow{
  filter: brightness(0) saturate(100%) invert(73%) sepia(31%) saturate(638%) hue-rotate(358deg) brightness(103%) contrast(107%);
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .l-entry__btn.--newgraduate {
    border-right: none;
  }
}
.l-entry__btn.--newgraduate::after {
  background-image: url(../img/common/entry01.png);
}
.l-entry__btn.--halfway::after {
  background-image: url(../img/common/entry02.png);
}
@media screen and (max-width: 767px) {
  .l-entry__btn.--newgraduate::after {
    background-image: url(../img/common/entry01_sp.png);
  }
  .l-entry__btn.--halfway::after {
    background-image: url(../img/common/entry02_sp.png);
  }
}
.l-entry__btn.--halfway {
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 960px) {
  .l-entry__btn.--halfway {
    border-left: none;
  }
}