@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  font-family: "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color: #333;
}

body.is-locked {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  line-height: 1.4;
}

h2 {
  line-height: 1.5;
}

h3 {
  font-size: 1.5rem;
}

h4, h5, h6 {
  line-height: 1.7;
}

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

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

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

.dot-white {
  background-color: #ffffff;
}

.dot-blue {
  background-color: #3A75BB;
}

.text-blue {
  color: #3A75BB;
}

.text-white {
  color: #ffffff;
}

.border-white {
  border: solid 1px #ffffff;
}

.border-blue {
  border: solid 1px #3A75BB;
}

.border-black {
  border: solid 1px #333;
}

.bg-blue {
  background-color: #3A75BB;
}

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

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

.bg-image {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: url(../img/common/bg_pc.jpg);
  background-size: cover;
  pointer-events: none;
  opacity: 0.5;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  font-size: clamp(0.75rem, 2.5vw, 1.5rem);
}

header {
  display: block;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.breadcrumb {
  margin-bottom: 60px;
  font-size: 0.75rem;
  text-align: right;
}

.home, .post-page {
  color: #acacac;
}

.current-item {
  color: #3948AB;
}

.more-button {
  height: auto;
  padding: 0.375rem 0.75rem;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.more__button::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 22px;
  top: calc(50% - 4px);
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #3A75BB;
}

.more-button__dot {
  display: block;
  border-radius: 100%;
  margin-block: auto;
  width: 0.375rem;
  height: 0.375rem;
}

.more-button__text {
  font-size: 0.75rem;
}

.top-about__button {
  max-width: 18.75rem;
}

.icon-arrow {
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .icon-arrow {
    width: 40px;
    height: 40px;
  }
}

.arrow::before,
.arrow::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 16px;
  height: 100%;
  vertical-align: middle;
}

.toggle-icon {
  transition: background-color 0.25s ease 0s;
  position: relative;
  top: -0.1rem;
  display: block;
  width: 1.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.toggle-icon::before,
.toggle-icon::after {
  transition: background-color 0.25s ease 0s, transform 0.25s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0.9rem;
  height: 1px;
  background: #3A75BB;
  translate: -50% -50%;
}

.toggle-icon::after {
  rotate: 90deg;
  transform-origin: center;
}

.entry-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.entry-button__title {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.entry-button__title p {
  font-size: clamp(14px, 1.1713030747vw, 18px);
}
.entry-button__title--ja {
  font-size: clamp(14px, 1.4641288433vw, 22px);
  font-family: "Raleway", sans-serif;
}
.entry-button__title--en {
  color: #ffffff;
  font-size: clamp(22px, 2.5vw, 36px);
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1;
  opacity: 0.6;
}

.button-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
}

.button-arrow--black {
  border: solid 1px #333;
}

.button-arrow img {
  display: block;
  width: 0.8rem;
  height: auto;
}

.button-arrow-s {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
}

.contact-button {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.contact-button__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.contact-button__title {
  display: flex;
  flex-direction: column;
}
.contact-button__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact-button__text {
    font-size: 16px;
  }
}
.contact-button__title--ja {
  font-size: clamp(14px, 1.4641288433vw, 22px);
  font-family: "Raleway", sans-serif;
}
.contact-button__title--en {
  color: #333;
  font-size: clamp(48px, 4.1666666667vw, 64px);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.icon-link {
  border-bottom: 1px solid #3A75BB, 0.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  position: relative;
  gap: 8px;
  color: #3A75BB;
}

.icon-link__arrow {
  border: 1px solid #3A75BB;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 32px;
}

.icon-link__arrow-before {
  left: 0;
  rotate: 90deg;
  position: absolute;
  top: 0;
  left: 2%;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  transition: transform 0.3s 0.2s var(--ease-out-cubic);
}

.icon-link__arrow-before::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #3A75BB;
  width: 16.3%;
  height: 28.42%;
}

.menu-toggle {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  max-width: 50px;
  height: 36px;
  max-height: 50px;
  background-color: #3A75BB;
  border: none;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
  }
}

.menu-toggle__lines {
  position: relative;
  width: 28px;
  height: 16px;
}

.menu-toggle__lines span {
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.menu-toggle__lines span:nth-child(1) {
  top: 0;
}

.menu-toggle__lines span:nth-child(2) {
  top: 7px;
}

.menu-toggle__lines span:nth-child(3) {
  bottom: 0;
}

.menu-toggle__text {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.menu-toggle.is-open {
  z-index: 100;
  border-radius: 50%;
  background-color: #ffffff;
}

.menu-toggle.is-open .menu-toggle__text {
  color: #3A75BB;
}

.menu-toggle.is-open .menu-toggle__lines span {
  background-color: #3A75BB;
}

.menu-toggle.is-open .menu-toggle__lines span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.menu-toggle.is-open .menu-toggle__lines span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle__lines span:nth-child(3) {
  bottom: 7px;
  transform: rotate(-45deg);
}

#stalker {
  pointer-events: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: rgba(226, 116, 71, 0.5);
  border-radius: 50%;
  transition: transform 0.2s;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.form__container {
  max-width: 840px;
  margin: 0 auto;
}
.form__check {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.form__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
  justify-content: space-between;
  font-size: clamp(14px, 1rem, 18px);
}
.form__input {
  width: 100%;
}
.form__input-text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .form__input-text {
    margin-right: 1.25rem;
  }
}
.form__item--message {
  align-items: start;
}
@media screen and (min-width: 1080px) {
  .form__item--message {
    margin-top: 40px;
  }
}
.form__label {
  position: relative;
  padding-bottom: 5px;
}
@media screen and (min-width: 1080px) {
  .form__label {
    text-align: left;
    padding-right: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .form__label--check {
    margin: initial;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .form__input--check {
    width: 50%;
  }
}
.form__input--select {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form__input--select {
    padding-top: 0;
  }
}
.form__input select {
  width: 100%;
  color: black;
  padding: 0.9375rem 0;
  padding-left: 15px;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .form__input select {
    font-size: 15px;
  }
}
.form__select-box {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1080px) {
  .form__select-box {
    width: 38%;
  }
}
.form__select-box::after {
  position: absolute;
  top: 35%;
  right: 24px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #3A75BB;
  border-right: 1px solid #3A75BB;
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
}
.form__input input {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  background-color: #ffffff;
}
.form__input--type {
  color: #333333;
  padding-top: 1.25rem;
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
@media screen and (min-width: 768px) {
  .form__input--type {
    padding-top: initial;
  }
}
.form__input--type .wpcf7-list-item.first {
  margin: 0;
}
.form__input--type .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.form__input--type input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
  cursor: pointer;
}
.form__input--type .wpcf7-list-item-label::before {
  background: #ffffff;
  border: 1px solid #ACACAC;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
.form__input--type input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #FB8B1E; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #ffffff; /* 中心の色のスタイル */
}
.form__input--type label {
  position: relative;
}
.form__input textarea {
  border-radius: 5px;
  resize: none;
  width: 100%;
  height: 100px;
  padding-left: 15px;
  background-color: #ffffff;
}
.form__item--privacypolicy {
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .form__item--privacypolicy {
    justify-content: right;
  }
}
@media screen and (min-width: 1080px) {
  .form__privacypolicy {
    width: calc(75% - 50px);
    margin: 0 0 0 auto;
  }
}
.form__privacypolicy p {
  display: flex;
  flex-wrap: wrap;
}
.form__privacypolicy .wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 32px;
}
.form__privacypolicy .wpcf7-list-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.form__privacypolicy .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 6%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 0.5px solid #3A75BB;
  border-radius: 2px;
  content: "";
}
@media screen and (min-width: 1080px) {
  .form__privacypolicy .wpcf7-list-item-label::before {
    top: 20%;
  }
}
.form__privacypolicy .wpcf7-list-item label {
  cursor: pointer;
}
.form__privacypolicy input:checked + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  border-right: 1px solid #3A75BB;
  border-bottom: 1px solid #3A75BB;
  transform: rotate(45deg);
  content: "";
}
@media screen and (min-width: 1080px) {
  .form__privacypolicy input:checked + .wpcf7-list-item-label::after {
    top: 9px;
  }
}
.form__item-link {
  text-decoration: underline;
  color: #3A75BB;
}
@media screen and (min-width: 1080px) {
  .form__button {
    width: calc(75% - 50px);
    margin: 0 0 0 auto;
    padding-left: 30px;
  }
}
.form__button-box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .form__button-box {
    text-align: left;
  }
}
.form__button input {
  width: 100%;
  max-width: 223px;
  padding: 12px 30px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.form .wpcf7-spinner {
  display: block;
}
.form .wpcf7-submit:disabled {
  opacity: 0.5;
}
.form__input-check {
  text-align: center;
}
.form__button-container {
  text-align: center;
}
.form__button-set {
  display: flex;
  justify-content: center;
}

.required {
  position: relative;
}
.required::after {
  display: block;
  position: absolute;
  top: 50%;
  padding-top: 2px;
  right: -50px;
  width: 37px;
  margin-top: -10px;
  color: #3A75BB;
  font-size: min(0.625rem, 12px);
  text-align: center;
  content: "※";
  border-radius: 3px;
}

#confirmation-screen, #thanks-screen {
  display: none;
}

.wpcf7-submit:hover {
  background: #7B9ADB;
}

/* プライバシーポリシーにチェックが入っていないとき */
/* ホバー時はグレーアウト */
.wpcf7-submit:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #ACACAC;
}

input::placeholder {
  color: #ACACAC;
}

textarea::-moz-placeholder {
  color: #ACACAC;
}

textarea::placeholder {
  color: #ACACAC;
}

.hero02 {
  border-bottom: 1px solid #acacac;
}
.hero02__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .hero02__container {
    width: 88%;
    align-items: center;
    flex-direction: row;
  }
}
.hero02__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.hero02__title--ja {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: clamp(14px, 1.4641288433vw, 22px);
}
.hero02__title--ja::before {
  display: block;
  border-radius: 100%;
  background-color: #3A75BB;
  margin-block: auto;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
}
.hero02__title--en {
  color: #3A75BB;
  font-size: clamp(56px, 6.6666666667vw, 96px);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.hero02__image {
  width: 60%;
  max-width: 480px;
  margin: 0 auto 0 4rem;
}
@media screen and (min-width: 768px) {
  .hero02__image {
    width: 38.8888888889%;
    margin: 0 0 0 auto;
  }
}
.hero02__image img {
  aspect-ratio: 4/2;
  border-radius: 20px;
}
.hero02__nav {
  width: 100%;
  margin: 80px 0 0;
}

.page-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-start;
}

.page-nav__list-link {
  padding: 2px 12px;
  border: solid 1px #3A75BB;
  border-radius: 50px;
  color: #3A75BB;
}

.page-nav__list-link::after {
  content: "";
  display: inline-block;
  width: 8px; /* アイコンの表示サイズ */
  height: 8px;
  margin-left: 8px; /* テキストとアイコンの間 */
  vertical-align: middle; /* 文字の中央に揃える */
  background-image: url("../img/common/icon_nav.png");
  background-repeat: no-repeat;
  background-size: contain; /* or cover / 16px 16px */
}

.hero03 {
  border-bottom: 1px solid #acacac;
}
.hero03__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5rem 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .hero03__container {
    width: 88%;
    align-items: center;
    flex-direction: row;
  }
}
.hero03__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.hero03__title--ja {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: clamp(14px, 1.4641288433vw, 22px);
}
.hero03__title--ja::before {
  display: block;
  border-radius: 100%;
  background-color: #3A75BB;
  margin-block: auto;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
}
.hero03__title--en {
  color: #3A75BB;
  font-size: clamp(56px, 6.6666666667vw, 96px);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.hero03__text {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .hero03__text {
    font-size: 18px;
  }
}

.hgroup {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hgroup-title__sub {
  position: relative;
  font-size: 0.75rem;
  color: #3A75BB;
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
}
.hgroup-title__main {
  font-size: clamp(24px, 3.3333333333vw, 48px);
  font-weight: 700;
}

.section-title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.section-title__sub {
  color: #3A75BB;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
}
.section-title__main {
  color: #333;
  font-family: "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3.3333333333vw, 48px);
}

.section-title--white, .section-head--white {
  color: #ffffff;
}

.section-head__desc {
  font-size: clamp(13px, 1.25vw, 18px);
}

@media screen and (min-width: 768px) {
  .about .section-title, .about .section-head {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.about .section-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .about .section-head {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .about .section-head__desc {
    width: 50%;
    max-width: 640px;
  }
}

.top-environment .section-title, .top-environment .section-head {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-workpeople .section-head {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.swiper-text {
  position: relative;
  top: 0%;
  line-height: 1;
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
}

.swiper-text li {
  padding: 0 1em 0 0;
  margin: 0;
  -webkit-animation: marquee-left 16s linear infinite;
          animation: marquee-left 16s linear infinite;
  flex-shrink: 0;
}

.swiper-text li > img {
  width: auto;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .swiper-text li > img {
    height: 7.5rem;
  }
}

/* アニメーション */
@-webkit-keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.top-about .swiper-text {
  position: relative;
  color: rgba(255, 255, 255, 0.1);
}

.top-title {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .top-title {
    row-gap: 0;
  }
}
.top-title--en {
  font-size: clamp(42px, 6.6666666667vw, 96px);
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  color: #3A75BB;
}
.top-title--ja {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #333;
  font-family: "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}
.top-title--ja::before {
  display: block;
  border-radius: 100%;
  background-color: #3A75BB;
  margin-block: auto;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
}

.section-title--white, .section-head--white {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .about .section-title, .about .section-head {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.about .section-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .about .section-head {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .about .section-head__desc {
    width: 50%;
    max-width: 640px;
  }
}

.top-workpeople .section-head {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 1080px) {
  .top-workpeople .section-head {
    width: 50%;
  }
}

.top-workpeople__title {
  flex: 1;
}

.top-environment .section-title, .top-environment .section-head {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-environment .section-head {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .top-environment .section-head {
    width: 50%;
  }
}

.outline__container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .outline__container {
    width: 80%;
  }
}
.outline__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .outline__content {
    flex-direction: row;
    justify-content: space-around;
    row-gap: 80px;
  }
}
.outline__text {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}
@media screen and (min-width: 1080px) {
  .outline__text {
    width: 48%;
  }
}
@media screen and (min-width: 1080px) {
  .outline__image {
    width: 48%;
  }
}
.outline__read {
  margin-bottom: 2.5rem;
  color: #3A75BB;
  font-size: clamp(20px, 2.5vw, 42px);
}
.outline__textarea {
  font-size: clamp(14px, 1rem, 18px);
}
.outline__image-s {
  max-width: 640px;
  margin: 0 auto;
}

.product__container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .product__container {
    width: 80%;
  }
}
.product__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product__list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.product__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  border: solid 1px #3A75BB;
  border-radius: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 768px) {
  .product__item {
    width: calc(50% - 20px);
  }
}
.product__item-desc {
  text-align: left;
  margin-bottom: 2rem;
}
.product__item-desc > .product-block__catch {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.product__item-desc > .product-block__text {
  font-size: 1rem;
  color: #666;
}
.product__item-image {
  width: 80%;
  height: 240px;
  margin: 0 auto;
}
.product__item-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__item-no {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  color: #3A75BB;
}
.product__item-catch {
  font-size: clamp(16px, 1.6666666667vw, 30px);
}
.product__item-text {
  font-size: clamp(14px, 1.2vw, 16px);
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  overflow-y: auto;
}
.popup.is-active {
  display: block;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.popup__content {
  position: relative;
  width: 88%;
  max-width: 1200px;
  margin: 80px auto;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  align-items: center;
}
.popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.popup__image {
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .popup__image {
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.popup__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.popup__products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .popup__products {
    width: 60%;
  }
}

.popup-product {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}
.popup-product__thumb {
  flex-shrink: 0;
  width: 30%;
  max-width: 160px;
}
.popup-product__thumb img {
  width: 100%;
  border-radius: 6px;
}
.popup-product__info {
  flex: 1;
}
.popup-product__name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.popup-product__summary {
  font-size: 0.95rem;
  color: #555;
}

/* 左右アニメーション初期状態 */
.popup__image,
.popup__products {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* フェードイン・スライド完了 */
.popup.is-active .popup__image,
.popup.is-active .popup__products {
  opacity: 1;
  transform: translateY(0);
}

.outline__col {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
}
@media screen and (min-width: 1080px) {
  .outline__col {
    justify-content: space-around;
    row-gap: 80px;
  }
}

.outline__col-text {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.calendar__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.calendar__tabs {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
.calendar__tab {
  padding: 8px 24px;
  border: 1px solid #3A75BB;
  background-color: #ffffff;
  color: #3A75BB;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.calendar__tab--active {
  background-color: #3A75BB;
  color: #ffffff;
}
.calendar__contents {
  width: 100%;
}
.calendar__content {
  display: none;
}
.calendar__content--active {
  display: block;
}

.cta__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  background-color: #3948AB;
  color: #ffffff;
  padding: 60px 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cta__container {
    gap: 40px;
    margin-bottom: 80px;
  }
}
.cta__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  gap: 20px;
}
.cta__text-block {
  flex: 1;
  min-width: 250px;
}
.cta__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta__desc {
  font-size: clamp(14px, 1.5vw, 16px);
}
.cta__button {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s;
}
.cta__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cta__arrow {
  font-size: 24px;
  transform: rotate(45deg);
  display: inline-block;
}
.cta__divider {
  width: 100%;
  max-width: 1000px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cta__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.5vw, 16px);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cta__icon {
  font-size: clamp(16px, 1.5vw, 20px);
}
.cta__tel {
  font-size: clamp(16px, 1.5vw, 20px);
}
.cta__staff {
  white-space: nowrap;
}
.cta__time {
  white-space: nowrap;
}

.career__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .career__container {
    width: 80%;
    align-items: stretch;
  }
}
.career__cards {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .career__cards {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
}
.career__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 50px;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.career__profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .career__profile {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.career__case {
  font-weight: bold;
  color: #3A75BB;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .career__case {
    margin: 0;
  }
}
.career__profile-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .career__profile-inner {
    gap: 16px;
  }
}
.career__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career__icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career__info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333;
}
.career__timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .career__timeline {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.career__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .career__step {
    flex: 1;
  }
}
.career__dot-line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .career__dot-line {
    margin-bottom: 12px;
  }
}
.career__dot-line::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FB8B1E;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.career__dot-line::after {
  content: "";
  position: absolute;
  background: #3A75BB;
  z-index: 1;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .career__dot-line::after {
    top: 5px;
    left: 50%;
    transform: translateX(0);
    width: 120px;
    height: 1px;
  }
}
.career__text {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .career__text {
    margin: initial;
  }
}
.career__year {
  font-size: 14px;
  color: #333;
}
.career__title {
  font-size: 16px;
  color: #333;
  margin-top: 4px;
}
.career__desc {
  font-size: 14px;
  color: #333;
  margin-top: 4px;
}

.company-history__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .company-history__container {
    width: 80%;
  }
}
.company-history__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .company-history__list {
    width: 80%;
  }
}
.company-history__item {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 1.25rem 2.5rem;
}
.company-history__head {
  display: grid;
  grid-template-columns: 20% 1fr 10%;
}
.company-history__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: clamp(14px, 1rem, 18px);
}
.company-history__inner {
  display: flex;
  padding: 16px 0;
}
.company-history__date {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #3A75BB;
  grid-row: 1/2;
  grid-column: 1/2;
}
.company-history__title {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: clamp(14px, 1rem, 18px);
}
.company-history__icon {
  grid-row: 2/3;
  grid-column: 2/3;
}
.company-history__image {
  width: 40%;
}

.company-history__item.is-open .toggle-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.company-locations__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .company-locations__container {
    width: 80%;
  }
}

.locations__cat {
  margin-bottom: 2rem;
  padding: 1rem;
  border-bottom: solid 1px #C9C9C9;
}
.locations__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .locations__list {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.locations__item {
  padding: 2rem;
  background-color: #F5F7FA;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .locations__item {
    width: 48%;
  }
}
.locations__title {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}
.locations__info-item {
  display: flex;
  font-size: clamp(14px, 1rem, 18px);
}

.company-overview__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .company-overview__container {
    width: 80%;
  }
}
.company-overview__list {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .company-overview__list {
    width: 80%;
  }
}
.company-overview__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company-overview__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.company-overview__term {
  width: 100%;
  padding: 24px 0 8px;
  border-bottom: solid 1px #C9C9C9;
  font-size: clamp(14px, 1rem, 18px);
}
@media screen and (min-width: 768px) {
  .company-overview__term {
    width: 30%;
    padding: 32px 0;
  }
}
.company-overview__desc {
  width: 100%;
  padding: 16px 0;
  border-bottom: solid 1px #acacac;
  font-size: clamp(14px, 1rem, 18px);
}
@media screen and (min-width: 768px) {
  .company-overview__desc {
    width: 68%;
    padding: 32px 0;
  }
}

.contact__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .contact__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
.training__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .training__container {
    width: 80%;
    margin: 0 auto;
    align-items: flex-start;
    gap: 30px;
  }
}
.training__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .training__cards {
    align-items: center;
  }
}
.training__card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .training__card {
    flex-direction: row;
    justify-content: space-between;
  }
}
.training__title {
  font-size: clamp(18px, 1.6666666667vw, 26px);
  font-weight: bold;
  margin-bottom: 16px;
  color: #3A75BB;
}
@media screen and (min-width: 1080px) {
  .training__title {
    width: 36%;
  }
}
.training__image-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.training__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.training__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  .training__list {
    margin-top: 0;
    flex: 1;
  }
}
.training__details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.training__item {
  margin-bottom: 16px;
}
.training__label {
  font-weight: bold;
  color: #3A75BB;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.training__label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FB8B1E;
}
.training__text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.cards-lead {
  margin-bottom: 1.5rem;
  font-size: clamp(14px, 1.5277777778vw, 22px);
}
@media screen and (min-width: 768px) {
  .cards-lead {
    margin-bottom: 3rem;
  }
}

.company-data__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .company-data__container {
    width: 60%;
  }
}
@media screen and (min-width: 1080px) {
  .company-data__container {
    width: 80%;
  }
}
.company-data__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .company-data__content {
    align-items: center;
    gap: 4rem;
  }
}
.company-data__top, .company-data__under {
  width: 100%;
}
.company-data__grid-top {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1080px) {
  .company-data__grid-top {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 280px);
    height: 530px;
  }
}
.company-data__grid-under {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1080px) {
  .company-data__grid-under {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
  }
}
.company-data__item {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
}
@media screen and (min-width: 1080px) {
  .company-data__item.large:nth-child(3) {
    grid-column: 2/4;
    grid-row: 1/3;
  }
}
.company-data__label {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  text-align: left;
  color: #3A75BB;
}
.company-data__chart-wrap {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  overflow: visible;
}
.company-data__chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}
.company-data__chart-value {
  font-size: 1.5rem;
  display: block;
}

.is-horizon {
  justify-content: space-evenly;
  align-items: center;
  padding: 2.5rem 1.5rem 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .is-horizon {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}

.program__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .program__container {
    width: 80%;
  }
}
.program__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .program__block {
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .program__block--reverse {
    flex-direction: row-reverse;
  }
}
.program__image-wrapper {
  width: 100%;
  max-width: 480px;
}
.program__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.program__text-wrapper {
  max-width: 480px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .program__text-wrapper {
    text-align: left;
  }
}
.program__title {
  font-size: 20px;
  font-weight: bold;
  color: #3A75BB;
  margin-bottom: 12px;
}
.program__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.appeal-point__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .appeal-point__container {
    width: 80%;
  }
}
.appeal-point__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .appeal-point__items {
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}
.appeal-point__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .appeal-point__item {
    width: calc(50% - 20px);
  }
}
.appeal-point__image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: visible;
  margin-bottom: 20px;
}
.appeal-point__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.appeal-point__text {
  color: #3A75BB;
}
.appeal-point__number {
  position: absolute;
  top: -17px;
  left: -15px;
  z-index: 2;
  font-size: 32px;
  font-weight: bold;
  color: #3A75BB;
  padding: 4px 8px;
  border-radius: 6px;
  margin: 0;
  line-height: 1;
}
.appeal-point__title {
  font-size: 18px;
  font-weight: bold;
  color: #3A75BB;
  margin-bottom: 12px;
}
.appeal-point__desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.notice {
  padding: 32px 20px;
}
.notice__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .notice__container {
    width: 60%;
  }
}
.notice__title {
  font-size: 20px;
  font-weight: bold;
  color: #3A75BB;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .notice__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.notice__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .notice__item {
    font-size: 16px;
    line-height: 1.6;
  }
}
.notice__item::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #FB8B1E;
  border-radius: 50%;
}

.voice__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .voice__container {
    width: 70%;
  }
}
.voice__grid[class*=wp-container-core-group-is-layout-] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .voice__grid[class*=wp-container-core-group-is-layout-] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }
}
.voice__card {
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.interview-archive {
  position: relative;
  padding: 1rem 0;
  text-align: left;
}
.interview-archive__container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 5rem 0;
}
.interview-archive__content {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .interview-archive__content {
    width: 80%;
    row-gap: 180px;
  }
}

.interview-item {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .interview-item {
    padding-right: 10px;
  }
}
.interview-item__link {
  position: relative;
}
.interview-item__image {
  width: 100%;
}
.interview-item__image img {
  border-radius: 20px;
  aspect-ratio: 2000/1200;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-item__content {
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 100%;
}
.interview-item__text {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  background-image: linear-gradient(90deg, rgb(58, 117, 187), rgba(46, 126, 199, 0.65));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}
.interview-item__catch {
  display: flex;
  flex-direction: column;
  gap: 0.7142857143vw;
  padding-bottom: 1rem;
  font-size: clamp(1.125rem, 3.3333333333vw, 48px);
  color: #ffffff;
  font-weight: bold;
}
.interview-item__index {
  color: #ffffff;
  font-size: clamp(10px, 1.25vw, 18px);
}
.interview-item__line {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3A75BB;
}
.interview-item__name {
  font-weight: 500;
  font-size: clamp(18px, 1.9444444444vw, 32px);
}
.interview-item__dept {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(10px, 1.3888888889vw, 20px);
}
.interview-item__button {
  position: absolute;
  right: 0;
  bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.interview-hero {
  position: relative;
  text-align: left;
}
.interview-hero__container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .interview-hero__container {
    width: 100%;
  }
}
.interview-hero__top {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .interview-hero__top {
    height: auto;
  }
}
.interview-hero__image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .interview-hero__image {
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
}
.interview-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2000/1200;
  border-radius: 20px;
}
.interview-hero__content {
  position: absolute;
  bottom: -20%;
  left: 0%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .interview-hero__content {
    bottom: 0;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.interview-hero__text {
  background-image: linear-gradient(90deg, rgb(58, 117, 187), rgba(46, 126, 199, 0.65));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  padding: 0 1rem;
  display: flex;
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.interview-hero__catch {
  display: flex;
  flex-direction: column;
  gap: 0.7142857143vw;
  padding-bottom: 1rem;
  font-size: clamp(1.125rem, 3.3333333333vw, 48px);
  color: #ffffff;
  font-weight: bold;
}
.interview-hero__line {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3A75BB;
}
.interview-hero__meta {
  font-size: clamp(12px, 1.0248901903vw, 16px);
  display: inline-block;
  color: #333;
}
.interview-hero__body {
  padding: 0;
}
@media screen and (min-width: 1080px) {
  .interview-hero__body {
    padding: 5rem 0;
  }
}
.interview-hero__dept {
  color: #ffffff;
  font-size: clamp(12px, 1.3888888889vw, 20px);
}
.interview-hero__name {
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(12px, 1.3888888889vw, 20px);
}
.interview-hero__year {
  color: #ffffff;
  font-size: clamp(12px, 1.3888888889vw, 20px);
}

.catch {
  font-size: clamp(18px, 2.2222222222vw, 36px);
  margin-bottom: 1rem;
  font-weight: 600;
}

.interview-body__right {
  display: none;
}

.interview-image-mobile {
  margin: 2rem 0;
}

.interview-question-block {
  margin-top: 5rem;
}
@media screen and (min-width: 1080px) {
  .interview-question-block {
    margin-top: 7.5rem;
  }
}
.interview-question-block .detail {
  font-size: clamp(14px, 1rem, 18px);
}

@media screen and (min-width: 1080px) {
  .interview-body__container {
    display: flex;
  }
  .interview-body__left {
    width: 52%;
    flex: 1;
    padding-bottom: min(5.5555555556vw, 200px);
    padding-right: min(5.5555555556vw, 100px);
    padding-left: min(5.5555555556vw, 100px);
  }
  .interview-body__right {
    width: 44%;
    display: block;
    position: relative;
  }
  .interview-image-mobile {
    display: none;
  }
  .interview-image-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .interview-image-wrapper {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1000ms ease 0s;
    z-index: 1;
  }
  .interview-image-wrapper.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
  }
  .interview-image-wrapper.active img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}
.interview-question-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1080px) {
  .interview-question-title {
    margin-top: 2.5rem;
  }
}

.interview-question-title .q-number {
  color: #3A75BB; /* 青色 */
  font-size: 1.2em;
  white-space: nowrap;
}

.interview-question-title .q-line {
  width: 1.25rem;
  height: 1px;
  background-color: #333; /* 線の色（変更可） */
}

.interview-question-title .q-text {
  color: #3A75BB;
  white-space: nowrap;
}

.interview-related__container {
  width: 80%;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.interview-related__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #3A75BB;
}
.interview-related__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .interview-related__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.interview-related__card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.interview-related__card:hover {
  transform: translateY(-4px);
}
.interview-related__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  overflow: clip;
  border-radius: 20px;
}
.interview-related__content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .interview-related__content {
    position: absolute;
  }
}
.interview-related__text {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  background-image: linear-gradient(90deg, rgb(58, 117, 187), rgba(46, 126, 199, 0.65));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1rem;
  padding: 0 1rem;
  display: flex;
  align-items: flex-end;
}
.interview-related__dept {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(12px, 1.3888888889vw, 20px);
}
.interview-related__catch {
  display: flex;
  flex-direction: column;
  gap: 0.7142857143vw;
  padding-bottom: 1rem;
  font-size: clamp(1.125rem, 1.6666666667vw, 28px);
}
.interview-related__line {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3A75BB;
}

.interview-schedule {
  padding: clamp(24px, 5.5555555556vw, 100px);
  background-color: #F5F7FA;
}
.interview-schedule__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
  width: 100%;
}
.interview-schedule__heading::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #FB8B1E;
  border-radius: 50%;
}
.interview-schedule__heading-desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
}
.interview-schedule__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interview-schedule__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.interview-schedule__column {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.interview-schedule__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  line-height: 1;
}
.interview-schedule__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4.25rem;
  width: 12px;
  height: 12px;
  background: #3A75BB;
  border-radius: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.interview-schedule__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.25rem;
  width: 1px;
  height: 100%;
  background-color: #3A75BB;
}
.interview-schedule__item:last-child::after {
  content: none;
}
.interview-schedule__time {
  flex: 0 0 3.75rem;
  font-weight: bold;
  color: #333;
  line-height: 0.5;
}
.interview-schedule__content {
  flex: 1;
  padding-left: 1rem;
  padding-bottom: 2.5rem;
  font-size: 0.75rem;
}
.interview-schedule__title {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.interview-schedule__desc {
  font-size: 0.75rem;
  color: #666;
}

.schedule-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
}

.schedule-title__en {
  color: #3A75BB;
  font-size: 0.875rem;
}

.privacy {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .privacy {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}

.privacy-policy-content {
  color: black;
}
.privacy-policy-content__container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 96px;
}
@media screen and (min-width: 1080px) {
  .privacy-policy-content__container {
    width: 87%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px;
  }
}
.privacy-policy-content__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .privacy-policy-content__title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .privacy-policy-content__title {
    margin-bottom: 120px;
  }
}
.privacy-policy-content__item {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .privacy-policy-content__item {
    width: 80%;
  }
}
.privacy-policy-content__item-title {
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid white;
  font-size: clamp(18px, 1.6666666667vw, 26px);
}
.privacy-policy-content__item-text {
  font-size: clamp(14px, 1rem, 18px);
}
.privacy-policy-content__item-data {
  font-size: 0.875rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .privacy-policy-content__item-data {
    font-size: 1rem;
  }
}
.privacy-policy-content__item-data-text {
  padding-left: 20px;
}
.privacy-policy-content__item-data-text a {
  text-decoration: underline;
  display: inline;
}
.privacy-policy-content__item-data-list {
  padding-left: 20px;
  font-size: clamp(14px, 1rem, 18px);
}
.privacy-policy-content__item-data-list li {
  list-style-type: disc;
}

.recruit-form__container {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recruit-form__container {
    max-width: 60%;
  }
}

.faq__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .faq__container {
    width: 80%;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .faq__list {
    width: 80%;
    padding: 5rem 0;
  }
}
.faq__title {
  width: 24px;
  height: 24px;
  background-color: #3A75BB;
  border-radius: 24px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .faq__title {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .faq__title {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
.faq__item {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 1080px) {
  .faq__item {
    padding: 2rem 3.75rem;
  }
}
.faq__head {
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  align-items: center;
}
.faq__question {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-size: clamp(18px, 1.3888888889vw, 22px);
  }
}
.faq__answer {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-size: clamp(18px, 1.3888888889vw, 22px);
  }
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq__inner {
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  padding-top: 1.5rem;
}
.faq__content .faq__title {
  background-color: #F5F7FA;
  color: #3A75BB;
}

.faq__item.is-open .toggle-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.flow__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .flow__container {
    width: 80%;
  }
}
.flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .flow__list {
    width: 80%;
  }
}
.flow__list::after {
  background-image: linear-gradient(180deg, #25567e 2px, transparent 0);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 1px 6px;
  content: "";
  display: block;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -1;
}
.flow__title {
  width: 24px;
  height: 24px;
  background-color: #3A75BB;
  border-radius: 24px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .flow__title {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .flow__title {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
.flow__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow__number {
  width: 80px;
  height: 80px;
  background-color: #3A75BB;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow__number > div {
  display: flex;
  gap: 5px;
  flex-direction: column;
  text-align: center;
}
.flow__textarea {
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #3A75BB;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  gap: 24px;
  letter-spacing: 0.04em;
  padding: 16px 32px;
  row-gap: 4px;
  width: calc(100% - 64px);
}
.faq__content .faq__title {
  background-color: #F5F7FA;
  color: #3A75BB;
}

.faq__list.is-open .toggle-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.message__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .message__container {
    width: 80%;
  }
}
.message__list {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .message__list {
    width: 80%;
  }
}
.message__item {
  position: relative;
  padding: 2.3rem 0 2.4rem;
  border-bottom: solid 1px #acacac;
}
.message__box {
  display: flex;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .message__box {
    padding: 5rem 0;
    align-items: center !important;
  }
}
.message__head {
  display: grid;
  grid-template-columns: 20% 1fr 10%;
}
.message__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.message__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .message__image img {
    aspect-ratio: unset;
  }
}
.message__textarea {
  margin-bottom: 1.5rem;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .message__textarea {
    font-size: clamp(14px, 1.1111111111vw, 18px) !important;
  }
}

.personality__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .personality__container {
    width: 80%;
  }
}
.personality__list {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .personality__list {
    width: 80%;
  }
}
.personality__item {
  position: relative;
  padding: 2.3rem 0 2.4rem;
  border-bottom: solid 1px #3A75BB;
}
.personality__head {
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  font-size: 1.25rem;
  color: #3A75BB;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .personality__head {
    font-size: clamp(20px, 1.6666666667vw, 32px);
  }
}
.personality__content {
  transition: max-height 0.3s ease;
  display: grid;
  grid-template-columns: 10% 1fr 10%;
}
.personality__num {
  font-family: "Raleway", sans-serif;
}
.personality__desc {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .personality__desc {
    font-size: clamp(14px, 1.1111111111vw, 18px);
  }
}

.personality__item.is-open .toggle-icon::after {
  transform: scaleY(0);
  opacity: 0;
}

.requirement__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .requirement__container {
    width: 80%;
  }
}
.requirement__list {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .requirement__list {
    width: 80%;
  }
}
.requirement__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .requirement__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.requirement__term {
  width: 100%;
  padding: 24px 0 8px;
  border-bottom: solid 1px #C9C9C9;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .requirement__term {
    width: 30%;
    padding: 32px 0;
  }
}
.requirement__desc {
  width: 100%;
  padding: 16px 0;
  border-bottom: solid 1px #acacac;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .requirement__desc {
    width: 68%;
    padding: 32px 0;
  }
}
.requirement__tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .requirement__tabs {
    padding: 5rem 0;
  }
}
.requirement__tabs .tab-button {
  padding: 0.5rem 2.5rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #eee;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
.requirement__tabs .tab-button.active {
  background-color: #3A75BB;
  color: #fff;
}
.requirement__tabs .tab-button:hover {
  background-color: #3A75BB;
}
.requirement .tab-content {
  display: none;
}
.requirement .tab-content.tab-content-job_newgraduate {
  display: block;
}
.requirement .tab-content__list dl {
  margin: 0;
  padding: 0;
}
.requirement .tab-content__list dl .recruit-requirements__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.requirement .tab-content__list dl .recruit-requirements__item dt {
  width: 30%;
  font-weight: 700;
  margin: 0;
}
.requirement .tab-content__list dl .recruit-requirements__item dd {
  width: 70%;
  margin: 0;
}

.ev-initiative__container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 5rem;
  padding: 5rem 2.5rem;
  border-radius: 20px;
  border: solid 1px #acacac;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
@media screen and (min-width: 1080px) {
  .ev-initiative__container {
    width: 80%;
  }
}
.ev-initiative__container:first-of-type {
  margin: 5rem auto;
}
.ev-initiative .ev-block__item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  border-top: 1px solid #acacac;
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-block__item {
    flex-direction: row;
  }
}
.ev-initiative .ev-block__item:nth-of-type(2) {
  border-bottom: 1px solid #acacac;
}
.ev-initiative .ev-block__title {
  width: 100%;
  margin-bottom: 1rem;
  color: #3A75BB;
  font-size: clamp(14px, 1.317715959vw, 20px);
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-block__title {
    width: 30%;
  }
}
.ev-initiative .ev-block__summary {
  width: 100%;
  font-size: clamp(14px, 1.1713030747vw, 18px);
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-block__summary {
    width: 70%;
  }
}
.ev-initiative .ev-block__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-block__list {
    width: 70%;
  }
}
.ev-initiative .ev-block__list-item {
  font-size: clamp(14px, 1.1713030747vw, 18px);
}
.ev-initiative .ev-unit {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.ev-initiative .ev-unit__item {
  padding: 1rem;
  font-size: clamp(14px, 1.1713030747vw, 18px);
  background-color: #F5F7FA;
}
.ev-initiative .ev-unit__title {
  font-size: clamp(18px, 1.4641288433vw, 22px);
  border-bottom: 1px solid #acacac;
}
.ev-initiative .ev-unit__list {
  padding: 1rem 0;
  font-size: clamp(14px, 1.0248901903vw, 16px);
}
.ev-initiative .ev-unit__list-item {
  font-size: clamp(14px, 1.0248901903vw, 16px);
}
.ev-initiative .ev-card {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-card {
    -moz-column-gap: 4%;
         column-gap: 4%;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
.ev-initiative .ev-card__content {
  display: flex;
  flex-direction: row;
  padding: 0.5rem 1rem;
  border: 1px solid #acacac;
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-card__content {
    flex-direction: column;
    width: 36%;
  }
}
@media screen and (min-width: 1080px) {
  .ev-initiative .ev-card__content {
    flex-direction: row;
    align-items: center;
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-card__image {
    width: 60%;
    max-width: 640px;
  }
}
@media screen and (min-width: 1080px) {
  .ev-initiative .ev-card__image {
    flex-direction: column;
    width: 40%;
  }
}
.ev-initiative .ev-card__text-area {
  font-size: clamp(14px, 1.0248901903vw, 16px);
}
.ev-initiative .ev-card__text-image {
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ev-initiative .ev-card__text-image {
    max-width: 240px;
  }
}
.ev-initiative__item {
  position: relative;
  padding-left: 24px;
}
.ev-initiative__item::after {
  content: "";
  background: #008CD5;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
}
.ev-initiative__content {
  display: grid;
  grid-template-columns: 20% 1fr;
}
.ev-initiative__date {
  grid-row: 1/2;
  grid-column: 1/2;
}
.ev-initiative__title {
  grid-row: 1/2;
  grid-column: 2/3;
}
.ev-initiative__desc {
  grid-row: 2/3;
  grid-column: 2/3;
}

.ev-head {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .ev-head {
    flex-direction: row;
    align-items: flex-end;
  }
}

.ev-head__icons {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.ev-block__list, .ev-unit__list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.ev-head-title {
  margin-bottom: 0;
}

.top-about__container {
  width: 100%;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .top-about__container {
    padding: 100px 0 0;
  }
}
.top-about__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-about__pc {
    display: flex;
    align-items: center;
  }
}
.top-about__read {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.top-about__textarea-pc {
  width: 40%;
}
.top-about__image-pc {
  width: 60% !important;
}
.top-about__head {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .top-about__head {
    margin: 10vw 0 0 auto;
    width: 95%;
  }
}
.top-about__title {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-about__title {
    margin-left: 0;
    margin-right: auto;
    gap: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .top-about__title {
    margin-bottom: -20px;
  }
}
.top-about__title > img {
  max-width: 840px;
}
.top-about__read {
  font-size: clamp(18px, 1.9444444444vw, 28px);
}
.top-about__text {
  font-size: clamp(12px, 1.0248901903vw, 16px);
}
.top-about__image {
  width: 90%;
  margin: -10px auto 0;
}
.top-about__image img {
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .top-about__image img {
    border-radius: 38px 0 0 38px;
  }
}
.top-about__content {
  position: relative;
  background-image: url(../img/common/bg.png);
  margin-top: -40px;
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .top-about__content {
    margin-top: -100px;
    padding: 100px 0 0 0;
  }
}
.top-about__column {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-about__column {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .top-about__column {
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top-about__video {
    width: 30%;
  }
}
.top-about__video .bg-video {
  width: 100%;
}
.top-about__nav {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .top-about__nav {
    width: 60%;
  }
}
.top-about__nav-item {
  margin-bottom: 2.5rem;
  border-bottom: 1px dashed #ffffff;
  padding-bottom: 1.5rem;
}
.top-about__nav-link {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.top-about__nav-title {
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.top-about__title--main {
  font-size: clamp(18px, 1.9444444444vw, 30px);
}
.top-about__title--sub {
  font-family: "Raleway", sans-serif;
  font-size: clamp(12px, 1.0248901903vw, 16px);
  line-height: 1.5;
}
.top-about__fig {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-about__fig {
    display: block;
    position: relative;
    aspect-ratio: 48/64;
    width: 40%;
    max-width: 640px;
  }
}
.top-about__fig .about__img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.top-about__fig .about__img.-vision {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
.top-about__fig .about__img.-business {
  z-index: 1;
  opacity: 0;
  transform: scale(1);
}
.top-about__fig .about__img.-company {
  z-index: 1;
  opacity: 0;
  transform: scale(1);
}
.top-about__nav--sp {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (min-width: 768px) {
  .top-about__nav--sp {
    display: none;
  }
}
.top-about__nav--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-about__nav--pc {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 50%;
  }
}
.top-about__nav--pc .about-card__text > span {
  display: block;
}
.top-about__nav--pc .about-card__text > span:nth-of-type(2) {
  font-size: clamp(24px, 3.3333333333vw, 48px);
}
.top-about__nav--pc > a {
  position: relative;
  width: 80%;
}

.about-card:hover ~ .about__fig .about__img {
  opacity: 0;
}

.about-card__thumb {
  margin-bottom: 24px;
}
.about-card__text {
  position: relative;
  padding-top: 0;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .about-card__text {
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.about-card__text::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #3A75BB 0%, #3A75BB 10%, #acacac 10%, #acacac 100%);
  content: "";
}
@media screen and (min-width: 768px) {
  .about-card__text::after {
    top: 0;
    bottom: auto;
  }
}
.about-card__label {
  color: #3A75BB;
  font-size: 0.75rem;
}
.about-card__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .about-card__icon {
    top: 60%;
  }
}

/* 連続カルーセル用 */
.splide__slide img {
  height: auto;
  width: 100%;
}

.c-loop-slider .n2-ss-slider {
  display: flex !important;
  -webkit-animation: loop 40s linear infinite;
          animation: loop 40s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-about__swiper {
  position: relative;
  width: 100%;
  height: 100;
}

.swiper-auto {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: -7.5rem;
  padding: 40px;
}
@media screen and (min-width: 1080px) {
  .swiper-auto {
    padding: 80px;
  }
}

.swiper-auto .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.slide-even {
  transform: translateY(0);
}

.slide-odd {
  transform: translateY(20px) !important;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

@-webkit-keyframes scrollText {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes scrollText {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
  }
}
.js-card-stack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.top-about__textarea.sp.text-white {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.top-vision {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .top-vision {
    padding-bottom: 10rem;
  }
}
.top-vision__container {
  padding: 5rem 0 0;
}
.top-vision__content {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 0 0;
  inset: 0;
  background-image: url(../img/common/bg_vision.png);
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .top-vision__content {
    width: 100%;
  }
}
.top-vision__title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
}
.top-vision__title-sub {
  background-color: #FB8B1E;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  line-height: 1.2;
  font-size: 1.5rem;
  top: -40px;
  left: calc(50% - 40px);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-vision__title-sub {
    width: 196px;
    height: 196px;
    top: -98px;
    left: calc(50% - 98px);
  }
}
.top-vision__image {
  width: 100%;
  max-width: none;
}
.top-vision__image img {
  width: 100%;
  height: auto;
  display: block;
}
.top-vision__lead {
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
}
.top-vision__roadmap {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  scrollbar-width: none;
}
.top-vision__roadmap::-webkit-scrollbar {
  display: none;
}
.top-vision__roadmap-inner {
  position: relative;
  width: 160%;
  height: auto;
}
@media screen and (min-width: 1080px) {
  .top-vision__roadmap-inner {
    width: 100%;
  }
}
.top-vision__pins {
  position: absolute;
  inset: 0;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .top-vision__pins {
    display: flex;
    gap: 48px;
    width: 100%;
  }
}
.top-vision__pin {
  position: absolute;
  transform: translate(-50%, -100%);
  scroll-snap-align: start;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease;
}
.top-vision__pin img {
  width: 38px;
  height: auto;
  margin-bottom: 0.25rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.2s ease;
}
.top-vision__year {
  display: block;
  white-space: nowrap;
  border-radius: 20px;
  border: solid 1px #FB8B1E;
  background-color: #ffffff;
  color: #FB8B1E;
  padding: 0 8px;
  font-size: 0.75rem;
}

.top-vision__pin:hover img,
.top-vision__pin.is-active img {
  transform: scale(1.3);
}

.top-vision__hint {
  display: block;
  font-size: 0.875rem;
  color: #3A75BB;
  background: rgba(255, 255, 255, 0.4);
  padding: 0.3rem 0.6rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  -webkit-animation: hint-pulse 2s infinite;
          animation: hint-pulse 2s infinite;
}
@media screen and (min-width: 1080px) {
  .top-vision__hint {
    display: none;
  }
}

.top-vision__hint > span {
  color: #333;
  font-size: 12px;
}

@-webkit-keyframes hint-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-3px);
  }
}

@keyframes hint-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-3px);
  }
}
.vision-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 1;
  pointer-events: auto;
  display: none;
}

.vision-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.vision-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.vision-modal__header {
  padding: 16px 20px 8px;
  flex-shrink: 0;
}

.vision-modal__body {
  padding: 0 1.5rem 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .vision-modal__body {
    padding: 0 6.25rem 6.25rem;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.vision-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vision-modal__year {
  display: inline-block;
  font-size: 0.75rem;
  color: #FB8B1E;
  border-radius: 20px;
  border: solid 1px #FB8B1E;
  padding: 0 16px;
}
.vision-modal__title {
  margin-bottom: 1.5rem;
  color: #3A75BB;
}

.top-vision__roadmap--sp {
  display: block;
}
@media screen and (min-width: 1080px) {
  .top-vision__roadmap--sp {
    display: none;
  }
}

.top-vision__roadmap--pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .top-vision__roadmap--pc {
    display: block;
  }
}

.top-environment__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-environment__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .top-environment__container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
  }
}
.top-environment__content {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .top-environment__content {
    width: 46%;
  }
}
.top-environment__nav-item {
  margin-bottom: 1.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #3A75BB;
}
.top-environment__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
@media screen and (min-width: 1080px) {
  .top-environment__text {
    flex-direction: row;
    align-items: flex-end;
    row-gap: 0;
  }
}
.top-environment__nav {
  width: 100%;
  padding: 5rem 0;
}
@media screen and (min-width: 1080px) {
  .top-environment__nav {
    padding: 4.5rem 0;
  }
}
.top-environment__nav-title {
  display: flex;
  flex-direction: column;
}
.top-environment__image {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .top-environment__image {
    width: 50%;
  }
}
.top-environment__box {
  position: relative;
  display: flex;
  flex-direction: row;
}
.top-environment__panel {
  width: 40%;
}
@media screen and (min-width: 1080px) {
  .top-environment__panel {
    width: 50%;
    margin: 0 auto;
  }
}
.top-environment__title {
  width: 100%;
}
.top-environment__item-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.top-environment__item-title--sub {
  font-size: clamp(12px, 1.0248901903vw, 16px);
  color: #333;
}
.top-environment__item-title--main {
  line-height: 1.2;
  font-size: clamp(18px, 1.9444444444vw, 30px);
  color: #3A75BB;
}
.top-environment__box {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 3%;
       column-gap: 3%;
  font-size: 14px;
  justify-content: space-between;
}
.top-environment__link {
  display: flex;
  justify-content: flex-end;
}
.top-environment .splide {
  visibility: visible;
  padding: 5rem 0;
  display: flex;
  flex-direction: row;
}
.top-environment .splide__slide {
  margin-right: 0 !important;
}
.top-environment .splide__track {
  overflow: hidden;
  max-width: 1920px;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 1080px) {
  .top-environment .splide__track {
    width: 90%;
  }
}
.top-environment .splide__arrow svg {
  fill: #3A75BB;
  height: 1em;
  width: 1em;
}
.top-environment .splide-controller {
  display: flex;
  gap: 1.6rem;
  margin-top: 3.2rem;
  flex-direction: row;
}
.top-environment .splide__pagination--ltr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem 0.8rem;
  position: relative;
  margin: 0 auto 0 0;
  text-align: center;
}
.top-environment .splide__arrows {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
.top-environment .splide__arrow {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  left: 0;
  border: solid 1px #3A75BB;
  background-color: #ffffff;
}

.top-environment__image img {
  aspect-ratio: 4/3;
  border-radius: 20px;
}

.top-environment__item {
  display: inline-block;
  border-left: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .top-environment__item {
    padding: 16px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .top-environment__item {
    transition: flex 500ms ease-out;
    cursor: pointer;
    overflow: hidden;
    padding: 16px 40px;
  }
}
.top-environment__item img {
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}

.top-environment__swiper {
  position: relative;
  width: 100%;
  height: 100;
  padding-bottom: 6.25rem;
}

.intro__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.intro__text {
  color: #fff;
  line-height: 3;
}

.kv {
  position: relative;
}
.kv__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .kv__container {
    width: 70%;
  }
}
.kv__image {
  position: relative;
  width: 160%;
  max-width: none;
  left: 68%;
  transform: translateX(-50%);
  aspect-ratio: 1129/1000;
}
@media screen and (min-width: 768px) {
  .kv__image {
    left: 50%;
    width: 100%;
    aspect-ratio: 1129/1000;
  }
}
.kv__overlay {
  display: block;
  margin-top: -8%;
  margin-left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .kv__overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -8%;
    margin-left: -4%;
  }
}
@media screen and (min-width: 1080px) {
  .kv__overlay {
    align-items: flex-start;
    margin-top: -30%;
    margin-left: -16%;
  }
}
.kv__logo {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kv__logo {
    width: 60%;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .kv__logo {
    width: 50%;
  }
}

.kv__bg {
  position: relative;
}
.kv__bg picture {
  display: flex;
  /* height: 100%; */
  /* left: 0; */
  /* position: absolute; */
  /* top: 0; */
  /* width: 100%; */
  justify-content: center;
  /* height: 100%; */
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.kv__bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67.4836601307%;
}

.kv__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .kv__bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.kv-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .kv-scroll {
    overflow: visible;
  }
}

/* ピン */
.mv-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  z-index: 2;
}

.mv-pin__icon {
  width: 48px;
  -webkit-animation: float 2.5s ease-in-out infinite;
          animation: float 2.5s ease-in-out infinite;
}

/* 吹き出し */
.mv-pin__detail {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mv-pin__detail::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}

.mv-pin__detail > h4 {
  font-size: min(0.875rem, 16px);
}

.mv-pin__detail > p {
  font-size: min(0.75rem, 14px);
}

.mv-pin.is-active {
  z-index: 10;
}

/* 表示状態 */
.mv-pin.is-active .mv-pin__detail {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-workpeople__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .top-workpeople__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .top-workpeople__container {
    margin: 0 auto;
    padding: 100px 0;
  }
}
.top-workpeople__text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-workpeople__text {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1080px) {
  .top-workpeople__text {
    flex-direction: row;
    align-items: flex-end;
    row-gap: 0;
  }
}
.top-workpeople__swiper {
  position: relative;
  padding: 40px;
}
.top-workpeople__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-workpeople__content {
    flex-direction: row;
    align-items: center;
  }
}
.top-workpeople__nav-item {
  margin-bottom: 1.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #3A75BB;
}
.top-workpeople__nav {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1080px) {
  .top-workpeople__nav {
    width: 46%;
    margin: 0 auto;
  }
}
.top-workpeople__nav-title {
  display: flex;
  flex-direction: column;
}
.top-workpeople__item-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.top-workpeople__item-title--sub {
  font-size: clamp(12px, 1.0248901903vw, 16px);
  color: #333;
}
.top-workpeople__item-title--main {
  line-height: 1.2;
  font-size: clamp(18px, 1.9444444444vw, 30px);
  color: #3A75BB;
}

.card-stack {
  position: relative;
  width: 80vw;
  height: 70vw;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .card-stack {
    width: 30vw;
    height: 38vw;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .card-stack {
    padding: 0;
  }
}

.card {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
@media screen and (min-width: 768px) {
  .card {
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
  }
}
.card__box {
  display: flex;
  gap: 24px;
}

.card__image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .card__image {
    width: 30vw;
    height: 32vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .card__image {
    width: 30vw;
    height: 32vw;
  }
}

.card__name {
  margin-bottom: 1.5rem;
}

.card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 表示中（最前面） */
.card:nth-child(1) {
  z-index: 3;
  transform: translate(0, 0) scale(1);
}

/* 2番手：少し下に・小さく */
.card:nth-child(2) {
  z-index: 2;
  transform: translate(-20px, 12px) scale(0.96);
}

/* 3番手：さらに下に・もっと小さく */
.card:nth-child(3) {
  z-index: 1;
  transform: translate(-40px, 24px) scale(0.92);
}

/* 飛び出すアニメーション */
.card.is-animating {
  transform: translate(-100px, -40px) scale(0.95);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.slide_area {
  position: relative;
  width: 40.41%;
  max-width: 750px;
  z-index: 5;
  margin: 0 auto;
  margin-top: 100px;
}
.slide_area .slide {
  width: 100%;
  position: relative;
  -webkit-animation: intro_slide 12s linear infinite;
  animation: intro_slide 12s linear infinite;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.slide_area .slide01 {
  position: relative;
  z-index: 3;
  transform: rotate(-4.37deg);
}
.slide_area .slide02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotate(-0.5deg);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.slide_area .slide03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: rotate(3.65deg);
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes intro_slide {
  0% {
    z-index: 3;
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  33.33% {
    z-index: 3;
    opacity: 0;
  }
  34% {
    z-index: 1;
  }
  38.66% {
    opacity: 1;
  }
  66.65% {
    z-index: 1;
  }
  66.66% {
    z-index: 2;
  }
  99.99% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}

@keyframes intro_slide {
  0% {
    z-index: 3;
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  33.33% {
    z-index: 3;
    opacity: 0;
  }
  34% {
    z-index: 1;
  }
  38.66% {
    opacity: 1;
  }
  66.65% {
    z-index: 1;
  }
  66.66% {
    z-index: 2;
  }
  99.99% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}
.feature-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .feature-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-end;
    z-index: 5;
    height: 100%;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
  }
}
.feature-block__title {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #3A75BB;
}
@media screen and (min-width: 768px) {
  .feature-block__title {
    width: 24%;
    flex: 1;
    text-align: left;
    margin-bottom: 12.5rem;
  }
}
.feature-block__title--ja {
  font-size: clamp(12px, 1.0248901903vw, 16px);
  color: #333;
}
.feature-block__title--en {
  line-height: 1.2;
  font-size: clamp(46px, 3.3333333333vw, 48px);
}
.feature-block__intro {
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .feature-block__intro {
    align-items: flex-start;
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .feature-block__intro {
    align-items: flex-start;
    width: 28%;
  }
}
.feature-block__lead {
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.9444444444vw, 28px);
}
.feature-block__text {
  font-size: clamp(12px, 1.0248901903vw, 16px);
  width: 80%;
}
.feature-block__button {
  margin-top: 2rem;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .feature-block__button {
    margin-top: 3.75rem;
  }
}

.top-workpeople__job {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 40px;
}
.top-workpeople__job-image {
  width: 80vw;
  height: max(400px, 42.46vw);
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .top-workpeople__job-image {
    width: 30vw;
    height: 36vw;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .top-workpeople__job-image {
    width: 30vw;
    height: 36vw;
  }
}

.card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  font-size: clamp(22px, 2.2222222222vw, 32px);
}
@media screen and (min-width: 768px) {
  .card__content {
    width: 48%;
    align-items: flex-start;
  }
}
.card__content__catch {
  margin-bottom: 1rem;
}

.card.is-active .card__content {
  opacity: 1;
}

.card__name, .card__year, .card__dept {
  font-size: 18px;
}

.recruit {
  padding: 20px 0;
  background-color: #000;
}
.recruit__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  padding: 5rem 2.5rem;
  position: relative;
  z-index: 0;
  background-image: url(../img/top/bg_recruit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .recruit__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .recruit__container {
    padding: 100px 80px;
  }
}
.recruit__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.recruit__container > * {
  position: relative;
  z-index: 2;
}

.factorytour {
  padding: 20px 0;
  background-color: #000;
}
.factorytour__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  padding: 100px 40px;
  position: relative;
  z-index: 0;
  background-image: url(../img/top/bg_factorytour.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .factorytour__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .factorytour__container {
    padding: 100px 80px;
  }
}
.factorytour__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.factorytour__container > * {
  position: relative;
  z-index: 2;
}

.entry-contact__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .entry-contact__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .entry-contact__container {
    display: flex;
    gap: 1.5rem;
  }
}
.entry-contact__box {
  border-radius: 30px;
}
.entry-contact__link {
  padding: clamp(20px, 5vw, 60px) clamp(12px, 2.5vw, 24px);
}

.entry-contact__box--entry {
  background-color: #FB8B1E;
}
@media screen and (min-width: 768px) {
  .entry-contact__box--entry {
    width: calc(66% - 0.375rem);
  }
}

.entry-contact__box--contact {
  border: solid 1px #333;
}
@media screen and (min-width: 768px) {
  .entry-contact__box--contact {
    width: calc(33% - 0.75rem);
  }
}

.welfare__container {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.welfare__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .welfare__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(30px, 2vw, 80px);
  }
}
.welfare__main {
  flex: 1;
  padding: 20px;
}
.welfare__section {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .welfare__section {
    margin-bottom: 160px;
  }
}
.welfare__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.welfare__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 1100px) {
  .welfare__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.welfare__card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(51, 51, 51, 0.06);
}
.welfare__icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 12px;
  display: block;
}
.welfare__card-title {
  margin-bottom: 8px;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #3A75BB;
}
.welfare__text {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #333;
  text-align: left;
}

.side-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .side-nav {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 200px;
    padding: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    z-index: 10;
  }
}
.side-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav__link {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 16px;
  text-decoration: none;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #acacac;
  transition: color 0.2s, font-weight 0.2s;
}
.side-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #acacac;
}
.side-nav__link.is-active {
  color: #3A75BB;
  font-weight: bold;
}
.side-nav__link.is-active::before {
  background-color: #3A75BB;
}

.department__container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 1080px) {
  .department__container {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.department__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .department__content {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1080px) {
  .department__right {
    flex: 0 0 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .department__left {
    flex: 1;
    padding-top: min(11.1111111111vw, 200px);
    padding-bottom: min(8.3333333333vw, 200px);
    padding-right: min(8.3333333333vw, 100px);
    padding-left: min(8.3333333333vw, 100px);
  }
}
.department-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
}
.department-title__sub {
  color: #3A75BB;
  font-size: 0.875rem;
}
@media screen and (min-width: 1080px) {
  .department__image img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.department__description {
  font-size: clamp(16px, 1.1713030747vw, 24px);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #acacac;
}
.department__strengths {
  padding: 2.5rem 0;
  border-bottom: 1px solid #acacac;
}
.department__strengths-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-left: 6%;
}
.department__interviews {
  padding: 40px 0;
}
.department__interviews-list {
  display: flex;
  flex-direction: row;
  row-gap: 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.department__interviews-list .interview-item {
  width: 48%;
}
.department__interviews-title {
  font-size: clamp(18px, 1.4641288433vw, 20px);
}
.department__interviews-link {
  width: 46%;
}

.strength-item {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.strength-item .strength-title {
  margin-bottom: 0.5rem;
  color: #3A75BB;
  font-size: clamp(16px, 1.25vw, 20px);
}
.strength-item .strength-desc {
  font-size: clamp(14px, 1.1111111111vw, 18px);
}
.strength-item .number {
  color: #3A75BB;
  font-family: "Raleway", sans-serif;
}

.interview-thumb__overlay {
  width: 60%;
}
@media screen and (min-width: 1080px) {
  .interview-thumb__overlay {
    width: 60%;
  }
}

.interview-thumb__name {
  font-size: 1rem;
}

.interview-thumb__list {
  font-size: 0.75rem;
}

.interview-item__thumb > img {
  aspect-ratio: 4/3;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-thumb__dept {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .interview-thumb__dept {
    font-size: 14px;
  }
}

.interview-thumb__year {
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .interview-thumb__year {
    font-size: 12px;
  }
}

.workplace__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .workplace__container {
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
.workplace__main {
  flex: 1;
  padding: 20px;
}
.workplace__section {
  max-width: 400px;
  margin: 0px auto 80px;
}
@media screen and (min-width: 768px) {
  .workplace__section {
    max-width: none;
    margin-bottom: 160px;
  }
}
.workplace__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .workplace__head {
    justify-content: space-between;
    flex-direction: row;
  }
}
.workplace__title {
  font-size: 20px;
  font-weight: bold;
  color: #3A75BB;
  text-orientation: upright;
}
@media screen and (min-width: 768px) {
  .workplace__title {
    margin: 0 80px;
    writing-mode: vertical-rl;
  }
}
.workplace__image-main {
  display: none;
  flex: 1;
  width: 100%;
  max-width: clamp(380px, 50vw, 565px);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .workplace__image-main {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .workplace__image-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.workplace__thumbs-wrapper {
  position: relative;
}
.workplace__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .workplace__arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(58, 117, 187, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
  }
  .workplace__arrow::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .workplace__arrow--prev {
    left: -20px;
  }
  .workplace__arrow--prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .workplace__arrow--next {
    right: -20px;
  }
}
.workplace__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .workplace__thumbs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .workplace__thumbs::-webkit-scrollbar {
    display: none;
  }
}
.workplace__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border-color 0.2s ease;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .workplace__thumb {
    flex: 0 0 calc((100% - 48px) / 4);
    aspect-ratio: 4/3;
    scroll-snap-align: start;
    cursor: pointer;
  }
}
.workplace__thumb.is-active {
  border-color: #3A75BB;
}
.workplace__pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .workplace__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .workplace__pagination .pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #acacac;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .workplace__pagination .pagination-dot.is-active {
    background: #3A75BB;
  }
}

.side-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .side-nav {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 200px;
    padding: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    z-index: 10;
  }
}
.side-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-nav__link {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 16px;
  text-decoration: none;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #acacac;
  transition: color 0.2s, font-weight 0.2s;
}
.side-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #acacac;
}
.side-nav__link.is-active {
  color: #3A75BB;
  font-weight: bold;
}
.side-nav__link.is-active::before {
  background-color: #3A75BB;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

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

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

.wrapper {
  position: relative;
  z-index: 100;
  padding-top: clamp(80px, 6.25rem, 100px);
}

a[href*="tel:"] {
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    border-bottom: 0;
  }
}

.gradation01 {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  /* 回転アニメーション */
  transform-origin: 0 0;
  -webkit-animation-name: rotate-item;
          animation-name: rotate-item;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.item-01 {
  z-index: 3;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.item-02 {
  z-index: 2;
  left: 45%;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  animation-direction: reverse;
}

.item-03 {
  z-index: 4;
  left: 40%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.item-04 {
  z-index: 1;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.round {
  position: relative;
  border-radius: 50%;
}

.round-01 {
  z-index: 3;
  top: 0%;
  width: 18vw;
  height: 18vw;
  background: #f57379;
  filter: blur(50px);
  -webkit-animation: flash 5s linear infinite;
          animation: flash 5s linear infinite;
}

.round-02 {
  top: -20%;
  width: 30vw;
  height: 30vw;
  background-color: #29C2D7;
  filter: blur(80px);
  -webkit-animation: flash 8s linear infinite;
          animation: flash 8s linear infinite;
}

.round-03 {
  top: 60%;
  width: 3vw;
  height: 3vw;
  background-color: #FADC90;
  filter: blur(20px);
  -webkit-animation: flash 3s linear infinite;
          animation: flash 3s linear infinite;
}

.round-04 {
  top: -70%;
  left: -60%;
  width: 40vw;
  height: 40vw;
  background-color: rgba(238, 230, 255, 0.1882352941);
  filter: blur(150px);
  -webkit-animation: flash 10s linear infinite;
          animation: flash 10s linear infinite;
}

/* 回転アニメーション */
@-webkit-keyframes rotate-item {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-item {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 点滅アニメーション */
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
}
body {
  font-family: "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
}

/* ブロックエディター自動付与余白を削除 */
html :where(.wp-block) {
  margin: initial;
}

/* ブロックエディター横幅制御を外す */
.wp-block.page-top {
  background: url(../img/common/bg_triangle.svg) no-repeat left top/contain;
}

.wp-block {
  max-width: initial; /*好きな幅で */
}
@media screen and (min-width: 1080px) {
  .wp-block .page-top__container {
    width: 87%;
  }
}
@media screen and (min-width: 1080px) {
  .wp-block .line-up-content__container {
    width: 87%;
  }
}
@media screen and (min-width: 1080px) {
  .wp-block .safe-content__container {
    width: 87%;
  }
}
@media screen and (min-width: 1080px) {
  .wp-block .company-content__def {
    min-width: initial;
  }
}
@media screen and (min-width: 1080px) {
  .wp-block .company-content__bottom {
    min-width: initial;
  }
}

.wp-block-post-title {
  margin-bottom: 40px;
}

/* 自動で設定されるgapを削除*/
.editor-styles-wrapper :where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.is-root-container {
  margin: 0 20px;
}
@media screen and (min-width: 1080px) {
  .is-root-container {
    margin: 0 40px;
  }
}

.wp-block-simple-definition-list-blocks-div {
  width: 100%;
}

.line-up-content__tag-list li {
  margin-left: initial !important;
  margin-right: initial !important;
}

.column-main__box {
  padding: 80px 0;
}
.column-main__box .wp-block-group__inner-container {
  width: 70%;
  margin: 0 auto;
}

.wp-block-post-title {
  margin: 0 40px;
}

.header {
  position: fixed;
  top: 18px;
  width: 100%;
  z-index: 1000;
}
.header__container {
  border-radius: 34px;
  padding: 0 16px;
}
.header__container > .header__box {
  position: relative;
  z-index: 1000;
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  border-radius: 34px;
  width: 100%;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  width: 120px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 20vw;
    max-width: 240px;
  }
}
.header__right {
  display: flex;
  z-index: 100;
}
.header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #FB8B1E;
  color: #ffffff;
  border-radius: 4px;
  height: 36px;
  max-height: 50px;
  font-size: 3vw;
  width: 6.25rem;
  max-width: 120px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .header__entry {
    width: 180px;
    height: 2.25rem;
    border-radius: 8px;
    font-size: 18px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 14vw;
}
@media screen and (min-width: 768px) {
  .header__menu {
    width: 100px;
  }
}
.header__banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
}
.header__button-item--entry {
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 6.25rem;
  background-color: #FB8B1E;
  color: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}

/* -------------------------
  gnav 初期状態（非表示）
-------------------------- */
@media screen and (min-width: 1080px) {
  .gnav {
    display: flex;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
    flex-wrap: wrap;
  }
}
.gnav__item {
  width: 100%;
  font-size: 1.75rem;
}
@media screen and (min-width: 1080px) {
  .gnav__item {
    width: 24%;
  }
}

/* 開いたとき */
.header__content.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* -------------------------
  メニューの基本デザイン
-------------------------- */
.gnav .gnav__parent {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .gnav .gnav__parent {
    font-size: 1rem;
  }
}

.gnav .sub-menu {
  margin: 0 0 1.5rem 0;
  row-gap: 8px;
}

.gnav .sub-menu a {
  display: block;
}

.gnav__submenu-item {
  font-size: clamp(14px, 1.3888888889vw, 20px);
}

/* -------------------------
  メニューボタン
-------------------------- */
/* 開いた時の変形 */
.header__content {
  position: fixed;
  padding-top: 180px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 7.5rem 2rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  right: 0;
}
/* ===== オーバーレイ (左側のぼかし) ===== */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3); /* 少し暗くする */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); /* ぼかし効果 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

/* -------------------------
  言語ドロップダウン
-------------------------- */
.lang-switch {
  position: relative;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .lang-switch {
    margin-right: 1rem;
  }
}

.lang-switch__current {
  background: none;
  border: none;
  cursor: pointer;
  font-size: min(0.875rem, 16px);
}

.lang-switch__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  display: none;
  min-width: 120px;
}

.lang-switch__list li {
  list-style: none;
}

.lang-switch__list a {
  display: block;
  padding: 8px 12px;
}

.lang-switch__list .current-lang a {
  background: #0056b3; /* ブランドカラー */
  color: #fff;
  pointer-events: none; /* クリック不可にするなら */
}

/* ===== クリック時 ===== */
.lang-switch.is-open .lang-switch__list {
  display: block;
}

.footer {
  background: #81BFDD;
}
.footer__container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 7.5rem 0;
}
@media screen and (min-width: 1080px) {
  .footer__container {
    width: 90%;
  }
}
.footer__main {
  padding: 5rem 4%;
  border-radius: 40px;
  border: 1px solid #333;
  background-color: #ffffff;
}
@media screen and (min-width: 1080px) {
  .footer__main {
    padding: 5rem 2.5rem;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .footer__column {
    margin-bottom: 2.5rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__brand {
  width: 80%;
}
@media screen and (min-width: 1080px) {
  .footer__brand {
    width: 40%;
  }
}
.footer__content {
  width: 80%;
}
@media screen and (min-width: 1080px) {
  .footer__content {
    width: 50%;
  }
}
.footer__button {
  margin-bottom: 2.5rem;
  border-bottom: solid 1px #333;
  padding-bottom: 1rem;
}
.footer__banner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 24px;
}
.footer__nav {
  width: 90%;
  margin: 0 auto;
}

.site-footer__menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .site-footer__menu {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  .site-footer__menu {
    justify-content: space-between;
  }
}

.footer__link {
  width: 100%;
  font-weight: bold;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .footer__link {
    width: 48%;
  }
}
@media screen and (min-width: 1080px) {
  .footer__link {
    flex: 1;
    font-size: clamp(24px, 1.9444444444vw, 30px);
  }
}

.footer__sub-item {
  font-weight: normal;
  font-size: clamp(14px, 1.1111111111vw, 20px);
}

.sub-menu {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
  margin-top: 1rem;
}

.footer__bottom-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 16px;
  font-size: 14px;
}

.recruit-footer {
  position: relative;
  overflow: hidden; /* ギャラリーのスクロール範囲を制御 */
  background: linear-gradient(to bottom, #2E7EC7 0%, #2C9CD2 50%, #81BFDD 80%, #81BFDD 100%);
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .recruit-footer {
    border-radius: 40px 40px 0 0;
  }
}
.recruit-footer__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .recruit-footer__container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
.recruit-footer__title {
  margin-bottom: 6.25rem;
  font-size: clamp(60px, 11.1111111111vw, 164px);
  color: #ffffff;
  text-align: center;
}
.recruit-footer__text {
  margin-bottom: 5rem;
}
.recruit-footer__desc {
  margin-bottom: 5rem;
  font-size: clamp(22px, 2.7777777778vw, 42px);
  color: #ffffff;
  text-align: center;
}
.recruit-footer__note {
  font-size: clamp(18px, 2.2222222222vw, 34px);
  color: #ffffff;
  text-align: center;
}
.recruit-footer__button {
  max-width: 11.25rem;
  margin: 0 auto 18.75rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .recruit-footer__button {
    margin: 0 auto;
  }
}
.recruit-footer__button .more-button {
  margin: 0 auto;
  border: solid 1px #ffffff;
}
.recruit-footer__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-footer__content {
    flex-direction: row;
  }
}

.recruit-footer__cta {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 3;
  margin-bottom: 6.25rem;
  padding: 20px;
  margin: 0 auto;
}

.recruit-footer__gallery {
  position: relative;
  width: 100%;
  height: 100%;
}

.recruit-footer__item img {
  width: 150px;
  border-radius: 4px;
}

.gallery-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.recruit-footer__item {
  position: absolute;
  transition: transform 0.1s linear;
}

.recruit-footer__recruitment,
.recruit-footer__entry {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 2.5rem 1rem;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .recruit-footer__recruitment,
.recruit-footer__entry {
    margin: 0 auto;
    flex: 1;
  }
}

.recruit-footer__recruitment {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: #3A75BB;
}

.recruit-footer__entry {
  background-color: #FB8B1E;
  color: #ffffff;
}

.recruit-footer__images {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.recruit-footer__images > div {
  position: absolute;
  transform: translateY(0);
  transition: transform 0.2s linear;
  will-change: transform;
}

.recruit-footer__images img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-footer__image01 {
  top: 5%;
  left: 10vw;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .recruit-footer__image01 {
    top: 10%;
    left: 8vw;
  }
}

.recruit-footer__image02 {
  top: 10%;
  right: 8%;
  width: 8.75rem;
  height: 11.25rem;
  filter: blur(1px);
}
@media screen and (min-width: 768px) {
  .recruit-footer__image02 {
    width: 17.5rem;
    max-width: 360px;
    height: 25rem;
    max-height: 480px;
    top: 15%;
    right: -10px;
  }
}
@media screen and (min-width: 1080px) {
  .recruit-footer__image02 {
    width: 22.5rem;
    max-width: 360px;
    height: 30rem;
    max-height: 480px;
    top: 15%;
    right: -10px;
  }
}

.recruit-footer__image03 {
  top: 28%;
  left: 10vw;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .recruit-footer__image03 {
    width: 7.5rem;
    height: 7.5rem;
    top: 45%;
    left: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit-footer__image03 {
    width: 10rem;
    height: 10rem;
  }
}

.recruit-footer__image04 {
  top: 15%;
  left: -20px;
  width: 13.75rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .recruit-footer__image04 {
    top: 30%;
  }
}

.recruit-footer__image05 {
  top: 35%;
  left: 60vw;
  width: 7.5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .recruit-footer__image05 {
    top: 44%;
    left: 80vw;
  }
}

.recruit-footer__image06 {
  top: 40%;
  left: 10vw;
  width: 10rem;
  height: 6.25rem;
  filter: blur(1px);
}
@media screen and (min-width: 768px) {
  .recruit-footer__image06 {
    top: 56%;
    left: 20vw;
  }
}

.recruit-footer__image07 {
  top: 44%;
  right: 0;
  width: 11.25rem;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-footer__image07 {
    top: 60%;
    right: 10vw;
  }
}

.bg-video {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */