@charset "UTF-8";
/* ========================= /
/  フォント
/* =========================*/
.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.work-sans {
  font-family: "Work Sans", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
/* ========================= /
/  初期設定
/* =========================*/
html,
body {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #fff;
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 3.6rem;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
body.--js-open {
  overflow: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.main {
  margin-top: clamp(85px, 5.7291666667vw, 100px);
  display: block;
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024.02px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important;
  }
}

.contents-sp {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contents-sp {
    display: contents !important;
  }
}

.contents-tab {
  display: inline-block;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .contents-tab {
    display: contents !important;
  }
}

.contents-pc {
  display: inline-block;
}
@media screen and (min-width: 1024.02px) {
  .contents-pc {
    display: contents !important;
  }
}

.dib {
  display: inline-block;
}

@media screen and (min-width: 1024.02px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.form-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.flex {
  display: flex;
}

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

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

.mx-auto {
  margin-inline: auto;
}

.global-nav__lower-item-link.--main, .header__logo {
  transition: opacity 0.3s ease-out;
}
.global-nav__lower-item-link.--main:hover, .header__logo:hover {
  opacity: 0.6;
}

/* ========================= /
/  z-index
/* =========================*/
.header {
  z-index: 9000;
}

.header__logo {
  position: relative;
  z-index: 2000;
}

.header__main {
  z-index: 7000;
}

.global-nav {
  position: relative;
  z-index: 5000;
}

.burger-btn {
  position: relative;
  z-index: 4000;
}

.burger-nav {
  position: relative;
  z-index: 3000;
}

/* ========================= /
/  ヘッダー
/* =========================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.1s;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
  }
}
.header__inner {
  border-bottom: 1px solid #8c8c8c;
}
.header__inner, .header__main {
  height: 100%;
}
.header__main {
  padding-left: min(6.1458333333vw, 118px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(3.3333333333vw, 64px);
}
@media screen and (max-width: 1200px) {
  .header__main {
    padding-left: min(2.6666666667vw, 32px);
  }
}
@media screen and (max-width: 1024px) {
  .header__main {
    padding-left: 24px;
    justify-content: left;
  }
}
.header__logo {
  max-width: 177px;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 180px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
}

/* ========================= /
/  グローバルナビ
/* =========================*/
@keyframes kaitenp01 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes kaitenp03 {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes kaitenp01-2 {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes kaitenp03-2 {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .global-nav {
    display: none;
  }
}
.global-nav__inner {
  display: flex;
  align-items: center;
}
.global-nav__list {
  display: flex;
  align-items: center;
}
.global-nav__item {
  display: flex;
  align-items: center;
  padding-block: 7px;
  height: clamp(85px, 5.7291666667vw, 100px);
  padding: 0;
}
.global-nav__item-text {
  opacity: 0;
  position: inherit;
  transition: all 0.3s;
}
.global-nav__item-container {
  position: relative;
  border-left: 1px solid #BCBCBC;
  overflow: hidden;
}
.global-nav__item-container::before, .global-nav__item-container::after {
  display: block;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.global-nav__item-container::before {
  top: 0;
}
.global-nav__item-container::after {
  top: 100%;
  color: #005EAA;
}
.global-nav__item-container:hover::before {
  animation: kaitenp01 0.3s forwards;
}
.global-nav__item-container:hover::after {
  animation: kaitenp03 0.3s forwards;
}
.global-nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(0.938rem, -4.468rem + 8.45vw, 2.5rem);
  color: #333333;
  cursor: pointer;
}
.global-nav__item--recluit {
  background-color: #005EAA;
}
.global-nav__item--recluit .global-nav__item-link {
  color: #fff;
}
.global-nav__item--recluit .global-nav__item-container {
  text-align: center;
  border-left: none;
}
.global-nav__item--recluit .global-nav__item-container::before,
.global-nav__item--recluit .global-nav__item-container::after {
  color: #fff;
}
.global-nav__item:first-child .global-nav__item-container {
  border: none;
}
.global-nav__lower {
  width: 100%;
  padding-top: 14px;
  position: absolute;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  transition-delay: 0.4s;
}
.global-nav__lower.--recluit {
  width: 100%;
}
.global-nav__lower.--recluit .global-nav__lower-inner {
  background: #005EAA;
  color: #fff;
}
.global-nav__item:hover .global-nav__lower {
  opacity: 1;
  pointer-events: visible;
  transition-delay: 0.4s;
}
.global-nav__lower-inner {
  padding: 20px;
  background: #fff;
  border: 1px solid #BCBCBC;
}
.global-nav__lower-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  gap: 20px;
  border-bottom: 1px solid #E4E3EE;
}
.global-nav__lower-ttl .--en {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
}
.global-nav__lower-ttl .--en::before {
  position: absolute;
  left: -7px;
  content: "";
  background-color: #005EAA;
  width: 7px;
  height: 7px;
  border-radius: 7px;
}
.global-nav__lower-ttl .--en.--white::before {
  background: #fff;
}
.global-nav__lower-ttl .--ja {
  font-size: 1.4rem;
  font-weight: 500;
}
.global-nav__lower-list {
  display: flex;
  font-weight: 700;
  gap: 15px;
}
.global-nav__lower-item {
  position: relative;
  width: 100%;
}
.global-nav__lower-item-link {
  display: block;
  padding-bottom: 8px;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #E4E3EE;
}
.global-nav__lower-item-link.--main::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.6;
  margin-bottom: 8px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
}
.global-nav__lower-item-link.--sub {
  padding: 0px;
  font-size: 1.4rem;
  transition: 0.2s;
}
.global-nav__lower-item-link.--sub i {
  position: relative;
  margin-left: 3px;
  margin-right: 5px;
  left: -3px;
  transition: 0.2s;
}
.global-nav__lower-item-link:hover.--sub {
  color: #005EAA;
}
.global-nav__lower-item-link:hover.--sub i {
  left: 0;
}

/* ========================= /
/  バーガーボタン
/* =========================*/
.burger-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 67px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .burger-btn {
    display: block;
  }
}
.burger-btn button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.burger-btn__line {
  width: 30px;
  height: 2px;
  background: #000;
  margin: auto;
  position: absolute;
  right: 24px;
  transition: transform 0.3s cubic-bezier(0.4, 0.4, 0, 1), opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  border-radius: 2px;
}
.burger-btn__line:nth-of-type(1) {
  top: calc(50% - 12px);
}
.burger-btn.--active .burger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.burger-btn__line:nth-of-type(2) {
  top: 50%;
}
.burger-btn.--active .burger-btn__line:nth-of-type(2) {
  opacity: 0;
}
.burger-btn__line:nth-of-type(3) {
  top: calc(50% + 12px);
}
.burger-btn.--active .burger-btn__line:nth-of-type(3) {
  top: 50%;
  transform: rotate(135deg);
}

/* ========================= /
/  バーガーメニュー
/* =========================*/
.burger-nav {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, #FFFFFF, #EEEEF3, #E4E3EE);
  transition: transform 0.3s ease-out;
  height: 100vh; /* Fallback */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.burger-nav.--js-show {
  opacity: 1;
  pointer-events: visible;
}
.burger-nav__inner {
  padding: 15vh min(10vw, 39px) 90px;
  height: 100vh; /* Fallback */
  overflow-y: auto;
}
.burger-nav__list {
  width: 100%;
  border-top: 1px solid #707070;
}
.burger-nav__item-link {
  padding-block: 17.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  position: relative;
}
.burger-nav__item.--accordion .burger-nav__item-link::before, .burger-nav__item.--accordion .burger-nav__item-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 3px;
  transition: transform 0.3s ease-out;
}
.burger-nav__item.--accordion .burger-nav__item-link::before {
  transform: translateY(-50%);
}
.burger-nav__item.--accordion .burger-nav__item-link::after {
  transform: translateY(-50%) rotate(90deg);
}
.burger-nav__item.--accordion.--js-open .burger-nav__item-link::after {
  transform: translateY(-50%);
}
.burger-nav__lower-list {
  display: none;
}
.burger-nav__lower-item-link {
  padding-left: 1em;
  padding-block: 14.5px;
  display: block;
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
}
.burger-nav__lower-item-link.--main {
  padding-bottom: 6px;
  border-bottom: none;
}
.burger-nav__lower-item-link.--sub {
  padding-block: 5px;
  padding-left: 2em;
  line-height: 2rem;
  border: none;
}
.burger-nav__lower-item-link.--sub i {
  margin-right: 5px;
}
.burger-nav__lower-item-link.--sub:last-child {
  padding-bottom: 14.5px;
  border-bottom: 1px solid #707070;
}
.burger-nav__document {
  margin-top: 40px;
}

/* ========================= /
/  フッター
/* =========================*/
.footer {
  padding: 100px 0 100px;
  font-weight: bold;
  background-color: #2f2f2f;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 60px;
  }
}
.footer__contact {
  padding-bottom: 85px;
  border-bottom: 1px solid #BCBCBC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    padding-bottom: 60px;
  }
}
.footer__contact--ttl {
  margin-bottom: 20px;
  font-size: 8rem;
  font-weight: 500;
  line-height: 9.3rem;
}
@media screen and (max-width: 768px) {
  .footer__contact--ttl {
    margin-bottom: 0px;
    font-size: 5rem;
    text-align: center;
  }
}
.footer__contact--txt {
  margin-bottom: 38px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer__contact--txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer__contact--link {
  border: 1px solid #fff;
  padding-block: 30px;
  width: 80%;
  display: block;
  margin: auto;
  max-width: 500px;
  font-weight: 400;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__contact--link {
    padding-block: 15px;
  }
}
.footer__contact--link:hover {
  color: #2f2f2f;
  background: #fff;
}
.footer__row {
  max-width: 1200px;
  padding-top: 116px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__row {
    padding-top: 60px;
  }
}
.footer__logo {
  max-width: 194px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-inline: auto;
  }
}
.footer__logo.--sp {
  width: 100%;
  max-width: none;
}
.footer__logo.--sp img {
  margin: auto;
  max-width: 194px;
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: 100%;
  }
}
.footer__right img {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .footer__right img {
    margin-inline: auto;
  }
}
.footer-adress-list {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.2rem;
}
.footer-adress-list__item {
  display: flex;
  margin-bottom: 20px;
}
.footer-adress-list__th {
  width: 90px;
}
.footer__sns--link {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__sns--link {
    justify-content: center;
  }
}
.footer__sns--link i {
  display: block;
  margin-right: 10px;
  font-size: 2.65rem;
}
.footer__botom {
  max-width: 1200px;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__botom {
    gap: 20px;
    flex-flow: column;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 40px;
}

/* ========================= /
/  フッターナビ
/* =========================*/
.footer-nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    max-width: none;
    margin-bottom: 24px;
  }
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-nav__list.--first {
    margin-bottom: 20px;
  }
}
.footer-nav__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 33%;
}
.footer-nav__item.--grow {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .footer-nav__item {
    width: 50%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.footer-nav__item.lower {
  display: block;
}
.footer-nav__item-link {
  cursor: pointer;
  font-weight: 500;
}
.footer-nav__item-text {
  opacity: 0;
  position: inherit;
  transition: all 0.3s;
}
.footer-nav__item-container {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer-nav__item-container {
    width: 100%;
  }
}
.footer-nav__item-container::before, .footer-nav__item-container::after {
  display: block;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  font-weight: 500;
  transition: all 0.3s;
}
.footer-nav__item-container::before {
  top: 0;
}
.footer-nav__item-container::after {
  top: 100%;
}
.footer-nav__item-container:hover::before {
  animation: kaitenp01 0.3s forwards;
}
.footer-nav__item-container:hover::after {
  animation: kaitenp03 0.3s forwards;
}
.footer-nav__item:first-child .footer-nav__item-container {
  border: none;
}
.footer-nav__lower-ttl {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .footer-nav__lower-ttl {
    margin-bottom: 8px;
  }
}
.footer-nav__lower-item {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.4rem;
}

/* ========================= /
/  ボタン
/* =========================*/
.detill-btn {
  display: block;
  max-width: 250px;
  color: #fff;
  background-color: #005EAA;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  padding: 25px 0;
  line-height: normal;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 50px;
}
.detill-btn.--white-line {
  color: #fff;
  background-color: inherit;
  border: 1px solid #fff;
}
.detill-btn.--center {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .detill-btn.--tab-center {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .detill-btn.--sp-center {
    margin: auto;
  }
}

.pagination__list a {
  transition: opacity 0.3s ease-out;
}
.pagination__list a:hover {
  opacity: 0.6;
}

/* ========================= /
/  ページネーション
/* =========================*/
.pagination {
  margin: 80px 0 0;
  padding-inline: min(10.15625vw, 195px);
}
@media screen and (max-width: 1024px) {
  .pagination {
    padding-inline: 0;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    gap: 12px;
  }
}
.pagination__list .page-numbers {
  width: 50px;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  border: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .pagination__list .page-numbers {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
.pagination__list .page-numbers.current {
  background: #000;
  color: #fff;
}
.pagination__list .page-numbers.dots {
  background: initial;
}
.body-inner {
  position: relative;
  overflow: hidden;
}

[data-scroll] {
  will-change: transform;
}

.lower__page {
  background-color: #F2F4F6;
}
.lower__page .sec__ttl {
  margin-bottom: 16px;
  font-size: 3.8rem;
  line-height: 6.5rem;
}
@media screen and (max-width: 768px) {
  .lower__page .sec__ttl {
    margin-bottom: 12px;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}
.lower__page .sec__ttl.--en {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
.lower__page .sec__ttl.--ja {
  margin-bottom: 65px;
}
.lower__page .sec__ttl.--mb-m {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .lower__page .sec__ttl.--mb-m {
    margin-bottom: 24px;
  }
}
.lower__page .sec__ttl.--mb-s {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lower__page .sec__ttl.--mb-s {
    margin-bottom: 10px;
  }
}
.lower__page .sec__ttl.--blue {
  color: #0060a9;
}
.lower__page .sec__txt {
  line-height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .lower__page .sec__txt {
    line-height: 3rem;
  }
}

/* ========================= /
/  下層MV
/* =========================*/
.lower-mv {
  overflow: hidden;
}
.lower-mv__main {
  position: relative;
}
.lower-mv__header {
  position: relative;
  padding: 140px 9vw;
  width: 100%;
  background: #ddd;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-mv__header {
    padding: 70px 20px;
    text-align: center;
  }
}
.lower-mv__header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lower-mv__ttl--en {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  font-size: 8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 9.3rem;
}
@media screen and (max-width: 768px) {
  .lower-mv__ttl--en {
    font-size: 6rem;
    line-height: 7rem;
  }
}
.lower-mv__ttl--en::before {
  position: absolute;
  top: 10px;
  left: -20px;
  content: "";
  background-color: #005EAA;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.lower-mv__ttl--ja {
  position: relative;
  display: block;
  margin-bottom: 70px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lower-mv__ttl--ja {
    margin-bottom: 45px;
    text-align: center;
  }
}
.lower-mv__ttl.--v2 {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .lower-mv__ttl.--v2 {
    padding: 60px 0 0;
  }
}
.lower-mv__page-ttl {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lower-mv__page-ttl {
    font-size: 2.4rem;
  }
}

.page__ttl.--ja {
  margin-top: 10px;
  margin-bottom: 60px;
}

/* ========================= /
/  下層よくある質問共通
/* =========================*/
.faq {
  background: #005EAA;
}
.faq .sec__ttl.--en::before {
  background-color: #fff;
}
.faq-list__item.--q {
  margin-top: 20px;
  padding: 36px 30px;
  font-weight: bold;
  background: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-list__item.--q {
    margin-top: 15px;
    padding: 20px 20px;
  }
}
.faq-list__item.--q::before {
  content: "Q.";
  display: block;
  margin-right: 5px;
}
.faq-list__item.--q::after {
  content: "＋";
  display: block;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 36px;
  background: #005EAA;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.faq-list__item.--q.open::after {
  content: "ー";
}
.faq-list__item.--a {
  display: none;
  padding: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-list__item.--a {
    padding: 25px 0px;
  }
}
.faq-answer-list {
  list-style-type: disc;
  padding-left: 2rem;
}
.breadcrumbs__inner a {
  transition: opacity 0.3s ease-out;
}
.breadcrumbs__inner a:hover {
  opacity: 0.6;
}

/* ========================= /
/  バンくず
/* =========================*/
.breadcrumbs {
  font-size: 1rem;
  background: #F8F8F8;
  padding-block: 15px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding-block: 15px 7px;
  }
}
.breadcrumbs__inner {
  display: flex;
  align-items: baseline;
  gap: 0.3em 1em;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__inner {
    flex-wrap: wrap;
  }
}
.breadcrumbs__inner span[typeof=ListItem] {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 0;
  vertical-align: middle;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner span[typeof=ListItem] {
    font-size: 1.1rem;
  }
}
.breadcrumbs__inner span[typeof=ListItem]:first-of-type a::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 20px;
  height: 16px;
  background: url(../img/common/icon-home.svg) no-repeat center/contain;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .breadcrumbs__inner span[typeof=ListItem]:first-of-type a::before {
    width: 18px;
    height: 12px;
    transform: translateY(1px);
  }
}
.breadcrumbs__inner span[typeof=ListItem]:last-of-type {
  font-weight: normal;
  color: rgba(111, 111, 111, 0.53);
}
.breadcrumbs__inner span[typeof=ListItem] span {
  display: inline-block;
}
/* ========================= /
/  フォーム
/* =========================*/
.form__row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .form__row {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.form__row .form__group {
  flex-grow: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form__row .form__group {
    width: 100%;
  }
}
.form__group {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .form__group {
    width: 100%;
    margin-bottom: 24px;
  }
}
.form__group.--w50 {
  width: 50%;
  padding-right: 20px;
}
.form__label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 500;
}
.form__label .hissu {
  margin-left: 8px;
  color: #204de8;
  font-size: 1.4rem;
}
.form__input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .form__input {
    font-size: 1.6rem;
  }
}
.form__radio-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__radio-box {
    margin-right: 20px;
  }
}
.form__radio-box.--center {
  justify-content: center;
}
.form__radio-box input {
  margin-right: 8px;
  scale: 1.5;
  cursor: pointer;
}
.form textarea {
  height: 20rem;
  resize: vertical;
}
.form__btn {
  display: block;
  width: 50%;
  max-width: 250px;
  margin: auto;
  padding: 12px;
  text-align: center;
  background-color: #005EAA;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
}
.form__btn.--thanks {
  width: 188px;
  margin: auto;
}
.form__errors {
  margin-bottom: 42px;
  padding: 50px 10px;
  text-align: center;
  border: 1px solid #DD3301;
}
.form__error {
  color: #DD3301;
  margin-left: 8px;
}
.form__privacy-link {
  text-decoration: underline;
}
.form__confrirm {
  padding-block: 12px;
  padding-inline: 16px;
  background: #e7e7e7;
}

/* ========================= /
/  テキスト
/* =========================*/
.blue {
  color: #005EAA;
}

.txt-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt-center__sp {
    text-align: center;
  }
}

.txt-bold {
  font-weight: bold;
}

.txt-white {
  color: #fff;
}

.bg-blue-content {
  background: #005EAA;
  color: #fff;
}

/* ========================= /
/  メインコンテナ
/* =========================*/
.inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding-inline: 4.8717948718vw;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
}
.inner.--w1526 {
  max-width: 1526px;
}
.inner.--w1370 {
  max-width: 1370px;
}
.inner.--w1200 {
  max-width: 1200px;
}
.inner.--w1080 {
  max-width: 1080px;
}
.inner.--w980 {
  max-width: 980px;
}
.inner.--w950 {
  max-width: 950px;
}
.inner.--w900 {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .inner.--sp-px-0 {
    padding-inline: 0;
  }
}

/* ========================= /
/  セクションタイトル
/* =========================*/
.sec {
  padding: 150px 0 150px;
  border-bottom: 1px solid #8c8c8c;
}
@media screen and (max-width: 1024px) {
  .sec {
    padding: 42px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 60px 0 60px;
  }
}
.sec.--no-border {
  border: none;
}
.sec.--pt-0 {
  padding-top: 0;
}
.sec.--pb-0 {
  padding-top: 0;
}
.sec__ttl {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sec__ttl {
    flex-direction: row;
    gap: 14px;
    align-items: baseline;
  }
}
.sec__ttl.--ja {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .sec__ttl.--ja {
    line-height: 2.2rem;
  }
}
.sec__ttl.--en {
  display: inline-block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 9.3rem;
}
@media screen and (max-width: 768px) {
  .sec__ttl.--en {
    font-size: 4.8rem;
    letter-spacing: -2px;
    line-height: 7rem;
  }
}
.sec__ttl.--en::before {
  position: absolute;
  left: -24px;
  content: "";
  background-color: #005EAA;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .sec__ttl.--en::before {
    top: 10px;
    left: -14px;
    width: 12px;
    height: 12px;
  }
}
.sec__ttl.--big {
  margin-bottom: 62px;
  font-size: 5.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec__ttl.--big {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.sec__catch {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 5.2rem;
  line-height: 8.5rem;
}
@media screen and (max-width: 768px) {
  .sec__catch {
    margin-bottom: 12px;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.sec__desc {
  font-size: 2rem;
  line-height: 4.7rem;
}
@media screen and (max-width: 768px) {
  .sec__desc {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.sec__heading--en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 2.9rem;
  font-weight: bold;
  color: #454444;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec__heading--en {
    font-size: 2.4rem;
  }
}
.sec__heading--en::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to bottom, #9FB3ED 0%, #CE9FD9 100%);
}
.sec__heading--ja {
  margin-top: 10px;
  display: block;
  font-size: 1.6rem;
  color: #6F6F6F;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec__heading--ja {
    font-size: 1.4rem;
  }
}

/* ========================= /
/  カード
/* =========================*/
.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}
.card__container .card__item {
  position: relative;
  flex: 1 1 25%;
  aspect-ratio: 1/1;
  padding: 30px 40px;
  background-color: #ccc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .card__container .card__item {
    flex: 1 1 100%;
    padding: 20px;
  }
}
.card__container .card__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgb(82, 82, 82), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.card__container .card__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.card__container .card__item:hover .card-hover__content {
  bottom: 0px;
  opacity: 1;
}
.card__container .card__item:hover::after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  height: 100%;
}
.card__ttl {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 4.4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .card__ttl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.card-hover__content {
  position: absolute;
  bottom: -10px;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.card__link-list {
  left: 0;
  width: 100%;
  color: #fff;
}
.card__link-list__item {
  background: #005EAA;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
}
.card__link-list__item:last-child {
  border: none;
}
.card__link-list__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 40px;
}
.card__link-list__item:hover {
  background: #2272b3;
}
.card__btn {
  width: 36px;
  height: 36px;
  line-height: 15px;
  border: 2px solid #fff;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .card__btn {
    bottom: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}

/* ========================= /
/  投稿データなし
/* =========================*/
.nodata {
  margin-top: 3em;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .nodata {
    font-size: 1.6rem;
  }
}

/* ========================= /
/  表示アニメーション
/* =========================*/
.scroll-animate .clip-text {
  position: relative;
  opacity: 0;
}
.scroll-animate .appear {
  opacity: 0;
}
.scroll-animate .appear.--up {
  translate: 0 1rem;
}
.scroll-animate .appear.--down {
  translate: 0 -1rem;
}
.scroll-animate .appear.--left {
  translate: 1rem 0;
}
.scroll-animate .appear.--right {
  translate: -1rem 0;
}
.scroll-animate.show .appear.--up, .scroll-animate.show .appear.--down, .scroll-animate.show .appear.--left, .scroll-animate.show .appear.--right {
  animation: appear 0.8s ease-in-out forwards;
  animation-delay: 0.5s;
}
.scroll-animate.show .appear.--delay08 {
  animation-delay: 1.1s;
}
.scroll-animate.show .appear.--delay12 {
  animation-delay: 1.8s;
}
.scroll-animate.show .clip-text {
  animation: clip-text 0.3s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .scroll-animate.show .clip-text.contents-sp {
    animate: none;
  }
  .scroll-animate.show .clip-text.contents-sp::before {
    display: none;
  }
}
.scroll-animate.show .clip-text::before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  inset: 0;
  animation: clip-cover 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}
.scroll-animate.show .clip-text.--white::before {
  background-color: #fff;
}
.scroll-animate.show .clip-text.--delay08 {
  animation-delay: 0.8s;
}
.scroll-animate.show .clip-text.--delay08::before {
  animation-delay: 1s;
}
.scroll-animate.show .clip-text.--delay12 {
  animation-delay: 1.3s;
}
.scroll-animate.show .clip-text.--delay12::before {
  animation-delay: 1.5s;
}

@keyframes appear {
  to {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes clip-text {
  from {
    opacity: 1;
    clip-path: inset(0 120% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-cover {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 100%);
  }
}/*# sourceMappingURL=whole.css.map */