@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
/* ===============================================
# レイアウト
=============================================== */
.lower-page {
  border-top: solid 1px #F3F3F3;
}

.c-container {
  width: 80.5270863836%;
  margin: auto;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .c-container {
    width: 89.3333333333%;
  }
}

.c-content > section:first-of-type {
  margin-top: clamp(50px, 4.39238653vw, 70px);
}
@media (max-width: 767px) {
  .c-content > section:first-of-type {
    margin-top: 50px;
  }
}
.c-content > section:not(:first-of-type) {
  margin-top: clamp(70px, 5.8565153734vw, 90px);
}
@media (max-width: 767px) {
  .c-content > section:not(:first-of-type) {
    margin-top: 60px;
  }
}
.c-content > section:not(:first-of-type).sec-mt50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .c-content > section:not(:first-of-type).sec-mt50 {
    margin-top: 40px;
  }
}
.c-content > section:not(:first-of-type).sec-mt70 {
  margin-top: clamp(60px, 5.1244509517vw, 70px);
}
@media (max-width: 767px) {
  .c-content > section:not(:first-of-type).sec-mt70 {
    margin-top: 50px;
  }
}
.c-content > section:not(:first-of-type).sec-mt80 {
  margin-top: clamp(70px, 5.8565153734vw, 80px);
}
@media (max-width: 767px) {
  .c-content > section:not(:first-of-type).sec-mt80 {
    margin-top: 40px;
  }
}
.c-content > section:last-of-type {
  margin-bottom: clamp(90px, 7.3206442167vw, 110px);
}
@media (max-width: 767px) {
  .c-content > section:last-of-type {
    margin-bottom: 60px;
  }
}

.c-mb > div:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-mb > div:not(:first-of-type) {
    margin-top: 40px;
  }
}

.c-mb2 > div:not(:first-of-type) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .c-mb2 > div:not(:first-of-type) {
    margin-top: 40px;
  }
}

.c-mb3 > div:not(:first-of-type) {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .c-mb3 > div:not(:first-of-type) {
    margin-top: 60px;
  }
}

.c-mb4 > div:not(:first-of-type) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .c-mb4 > div:not(:first-of-type) {
    margin-top: 50px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.row .col-6 {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  .row .col-6 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row.--gap40 {
    gap: 40px;
  }
}
.row.--gap40 .col-6 {
  width: calc((100% - 40px) / 2 - 1px);
}
@media (max-width: 767px) {
  .row.--gap40 .col-6 {
    width: 100%;
  }
}

.c-highlight {
  background: #F3F5F8;
  padding: clamp(70px, 5.8565153734vw, 90px) 0;
}
@media (max-width: 767px) {
  .c-highlight {
    padding: 50px 0;
  }
}
.c-highlight.--irTop {
  padding: 70px 0 100px;
}
@media (max-width: 767px) {
  .c-highlight.--irTop {
    padding: 40px 0 60px;
  }
}
.c-highlight.--last-sec {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .c-highlight.--last-sec {
    padding-bottom: 60px;
  }
}

/* ===============================================
# パンくず
=============================================== */
.bread {
  padding: 5px 0 7px;
}
@media (max-width: 767px) {
  .bread {
    padding: 10px 0 13px;
  }
}
.bread__container {
  padding: 0 2.196193265%;
}
@media (max-width: 767px) {
  .bread__container {
    padding: 0 3.4666666667%;
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
}
.bread ul > *:not(:last-child) {
  margin-right: 20px;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #0A3361;
  border-right: 1px solid #0A3361;
  transform: rotate(45deg);
}
.bread li {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #0A3361;
}
@media (max-width: 767px) {
  .bread li {
    font-size: 1.2rem;
  }
}
.bread a {
  text-decoration: none;
  color: #0A3361;
  position: relative;
  transition: 0.5s ease;
}
.bread a::after {
  content: "";
  display: block;
  transition: 0.5s ease;
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0px;
  z-index: 1;
  background: #005ABE;
}
.bread a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

/* ===============================================
# 見出し共通
=============================================== */
body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4 {
  line-height: 1.4;
}

/* ===============================================
# h1
=============================================== */
.c-h1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: clamp(2.6rem, 2.196193265vw, 3.4rem);
  text-align: left;
  background: linear-gradient(90deg, rgb(0, 90, 190) 0%, rgb(63, 140, 207) 100%);
  color: #fff;
  padding: 1.8301610542vw 0 1.8301610542vw;
  line-height: 1.5;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-h1 {
    font-size: 2.4rem;
    padding: 0.9583333333em 0 1.0833333333em;
  }
}
.c-h1::before {
  content: "";
  display: block;
  width: 53.8799414348vw;
  height: 100%;
  background: url(../img/h1_common001.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-h1::before {
    width: 49.8666666667vw;
    background-size: 180%;
  }
}
.c-h1__inner {
  width: 80.5270863836%;
  max-width: 1100px;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .c-h1__inner {
    width: 89.3333333333%;
  }
}

/* ===============================================
# h2
=============================================== */
.c-h2-main {
  font-size: clamp(2.2rem, 1.9033674963vw, 2.8rem);
  color: #005ABE;
  padding-top: 0.5769230769em;
  margin-bottom: 1.2307692308em;
  position: relative;
  line-height: 1.5;
}
.c-h2-main::before {
  content: "";
  display: block;
  width: 4.9230769231em;
  height: 2px;
  background: #005ABE;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  right: auto;
  transition: 0.5s;
  z-index: 1;
}
.c-h2-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D1DCE9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.8s;
}
.c-h2-main.js-trigger::before {
  width: 0;
  opacity: 0;
}
.c-h2-main.js-trigger::after {
  width: 0;
  opacity: 0;
}
.c-h2-main.js-trigger.animated::before {
  width: 4.9230769231em;
  opacity: 1;
}
.c-h2-main.js-trigger.animated::after {
  width: 100%;
  opacity: 1;
}
.c-h2-main.--business {
  margin-bottom: 1.7333333333em;
}

.c-h2-border {
  font-size: clamp(2.2rem, 1.756954612vw, 2.6rem);
  color: #005ABE;
  padding-bottom: 0.5833333333em;
  margin-bottom: 0.7692307692em;
  line-height: 1.5;
  border-bottom: solid 1px #D1DCE9;
  color: #005ABE;
}
@media (max-width: 767px) {
  .c-h2-border {
    font-size: 2rem;
  }
}

.c-h2-line {
  line-height: 1.4;
  padding-left: 0.6923076923em;
  position: relative;
  font-size: clamp(2.2rem, 1.9033674963vw, 2.6rem);
  font-weight: bold;
  margin-bottom: 1.0769230769em;
}
@media (max-width: 767px) {
  .c-h2-line {
    font-size: 2rem;
  }
}
.c-h2-line::before {
  content: "";
  display: block;
  width: 3px;
  height: 0.8em;
  background: #005ABE;
  position: absolute;
  top: 0.35em;
  bottom: auto;
  left: 0;
  right: auto;
}

.c-h2-num-wrap {
  counter-reset: number;
}

.c-h2-num {
  padding-left: 1.4166666667em;
  padding-bottom: 0.6666666667em;
  position: relative;
  font-size: clamp(2.2rem, 1.756954612vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: solid 1px #D1DCE9;
}
@media (max-width: 767px) {
  .c-h2-num {
    font-size: 2rem;
  }
}
.c-h2-num:before {
  display: block;
  content: counter(number) ".";
  counter-increment: number;
  color: #005ABE;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.0833333333em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-h2-num:before {
    top: 0.125em;
  }
}

.c-center-h2 {
  color: #005ABE;
  text-align: center;
  font-size: clamp(2.2rem, 1.756954612vw, 2.4rem);
  border-bottom: solid 1px #D1DCE9;
  padding-bottom: 0.5833333333em;
  margin-bottom: 1.5416666667em;
}
@media (max-width: 767px) {
  .c-center-h2 {
    text-align: left;
  }
}

/* ===============================================
# h3
=============================================== */
.c-h3-main {
  font-size: clamp(2rem, 1.6837481698vw, 2.4rem);
  background: #F3F5F8;
  padding: 0.4347826087em 1em 0.5217391304em;
  position: relative;
  line-height: 1.6;
  margin-bottom: 1.3043478261em;
}
@media (max-width: 767px) {
  .c-h3-main {
    font-size: 1.8rem;
  }
}
.c-h3-main::before {
  content: "";
  display: block;
  width: 3px;
  height: 0.8695652174em;
  background: #005ABE;
  position: absolute;
  top: 0.7826086957em;
  bottom: auto;
  left: 0;
  right: auto;
}

.c-h3-line {
  line-height: 1.4;
  padding-left: 0.8181818182em;
  position: relative;
  font-size: clamp(2rem, 1.6105417277vw, 2.2rem);
  font-weight: bold;
  margin-bottom: 0.9090909091em;
}
@media (max-width: 767px) {
  .c-h3-line {
    font-size: 1.8rem;
  }
}
.c-h3-line::before {
  content: "";
  display: block;
  width: 0.4545454545em;
  height: 0.0909090909em;
  background: #005ABE;
  position: absolute;
  top: 0.7em;
  bottom: auto;
  left: 0;
  right: auto;
}
.c-h3-line.--small {
  color: #005ABE;
}
.c-h3-line.--small {
  font-size: 1.8rem;
  margin-bottom: 0.8888888889em;
}
@media (max-width: 767px) {
  .c-h3-line.--small {
    font-size: 1.5rem;
  }
}

.c-bs-h3 {
  font-size: clamp(2rem, 1.6837481698vw, 2.3rem);
  background: #F3F5F8;
  padding: 0.5217391304em 1em;
  position: relative;
  margin-bottom: 1.3043478261em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-bs-h3 {
    font-size: 1.8rem;
  }
}
.c-bs-h3::before {
  content: "";
  display: block;
  width: 0.1304347826em;
  height: 0.8695652174em;
  background: #005ABE;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
.c-bs-h3.--white {
  background: #fff;
}

/* ===============================================
# h4
=============================================== */
.c-h4-line {
  line-height: 1.4;
  padding-left: 0.9090909091em;
  position: relative;
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .c-h4-line {
    font-size: 1.6rem;
  }
}
.c-h4-line::before {
  content: "";
  display: block;
  width: 0.4545454545em;
  height: 0.0909090909em;
  background: #005ABE;
  position: absolute;
  top: 0.7em;
  bottom: auto;
  left: 0;
  right: auto;
}
.c-h4-line.--blue {
  color: #005ABE;
}
.c-h4-line.--large {
  font-size: clamp(2rem, 1.6105417277vw, 2.2rem);
  margin-bottom: 0.9090909091em;
}
@media (max-width: 767px) {
  .c-h4-line.--large {
    font-size: 1.8rem;
  }
}

/* ===============================================
# 下層共通
=============================================== */
@media (max-width: 767px) {
  .responsive-scroll {
    margin-right: -6.4%;
  }
}
.responsive-scroll__inner {
  padding: 30px 30px 36px;
}
@media (max-width: 767px) {
  .responsive-scroll__inner {
    overflow-x: scroll;
    padding: 20px 20px 24px;
  }
}
@media (max-width: 767px) {
  .responsive-scroll__inner img {
    width: calc(150% - 40px);
    height: auto;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .responsive-scroll__inner img {
    width: calc(220% - 40px);
  }
}
@media (max-width: 480px) {
  .responsive-scroll__inner img.--sp-small {
    width: calc(180% - 40px);
  }
}
@media (max-width: 480px) {
  .responsive-scroll__inner img.--sp-xsmall {
    width: calc(140% - 40px);
  }
}
.responsive-scroll__inner.--small {
  padding: 18px 30px 28px;
}
@media (max-width: 767px) {
  .responsive-scroll__inner.--small {
    padding: 20px 20px 24px;
  }
}
.responsive-scroll__inner.--isoPage {
  padding-top: 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .responsive-scroll__inner.--isoPage {
    padding-bottom: 24px;
  }
}
.responsive-scroll__text {
  font-size: 1rem;
  margin-top: 10px;
}
.responsive-scroll__note {
  display: table;
  color: #005ABE;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.5em 1.25em;
  background: #F3F5F8;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .responsive-scroll.--bg-none {
    margin-right: auto;
  }
}
.responsive-scroll.--bg-none .responsive-scroll__inner {
  padding: 0;
}
.responsive-scroll.--white {
  background: #fff;
}
@media (min-width: 768px) {
  .responsive-scroll.--p40 .responsive-scroll__inner {
    padding: 40px 30px 40px;
  }
}

.c-border-color {
  background: #F3F5F8;
  border: solid 1px #D1DCE9;
}
.c-border-color.--white {
  background: #fff;
}

.c-shadow-box {
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(60, 81, 96, 0.16);
}
.c-shadow-box.--p20 {
  padding: 20px clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 767px) {
  .c-shadow-box.--p20 {
    padding: 20px 6%;
  }
}

.c-shadow-box2 {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(120, 199, 255, 0.1);
}

.c-list li {
  position: relative;
  padding-left: 1.375em;
  line-height: 1.7;
}
.c-list li:not(:first-child) {
  margin-top: 0.875em;
}
.c-list li::before {
  content: "";
  display: block;
  width: 0.625em;
  height: 0.625em;
  background: #005ABE;
  position: absolute;
  top: 0.55em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}

.c-anchor-link {
  border-bottom: solid 1px #D1DCE9;
}
.c-anchor-link__box {
  display: flex;
  width: 80.5270863836%;
  margin: auto;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .c-anchor-link__box {
    width: 89.3333333333%;
    display: block;
  }
}
.c-anchor-link__ttl {
  padding: 20px 40px 18px 0;
  border-right: solid 1px #D1DCE9;
}
@media (max-width: 767px) {
  .c-anchor-link__ttl {
    display: none;
  }
}
.c-anchor-link__ttl p {
  font-family: "Lato", sans-serif;
  color: #005ABE;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.c-anchor-link__links {
  padding: 20px 20px 18px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 2.9282576867vw, 4rem);
}
@media (max-width: 767px) {
  .c-anchor-link__links {
    padding: 14px 0;
    gap: 10px 20px;
  }
}
.c-anchor-link__link {
  display: block;
  padding-right: 20px;
  text-decoration: none;
  color: #2E2E2E;
  transition: 0.4s;
  position: relative;
  line-height: 1.5;
}
.c-anchor-link__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #2E2E2E;
  mask-image: url(../img/anchor_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 12px;
  position: absolute;
  top: 60%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: 0.4s;
}
.c-anchor-link__link:hover {
  color: #005ABE;
}
.c-anchor-link__link:hover::before {
  animation: anchor-link 0.5s ease-in-out;
  background: #005ABE;
}

.notes {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 1.0666666667em;
}
@media (max-width: 767px) {
  .notes {
    font-size: 1.3rem;
  }
}

.c-accordion {
  counter-reset: number;
}
.c-accordion__item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-accordion__item:not(:first-child) {
    margin-top: 12px;
  }
}
.c-accordion__head {
  background: #F3F5F8;
  padding: 25px 36px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-accordion__head {
    padding: 16px 4%;
  }
}
.c-accordion__head:hover {
  background: rgb(236.5578947368, 239.6315789474, 244.2421052632);
}
.c-accordion__head.close .c-accordion__toggle:after {
  height: 0;
}
@media (min-width: 768px) {
  .c-accordion__head.close .c-accordion__detail::before {
    content: "閉じる";
  }
}
.c-accordion__head.--point-none {
  pointer-events: none;
}
.c-accordion__head.--point-none:hover {
  background: #fff;
}
.c-accordion__inner {
  position: relative;
  padding-right: 160px;
}
@media (max-width: 767px) {
  .c-accordion__inner {
    padding-right: 40px;
  }
}
.c-accordion__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .c-accordion__ttl {
    font-size: 1.6rem;
  }
}
.c-accordion__ttl.--num {
  padding-left: 2.45em;
  position: relative;
}
@media (max-width: 767px) {
  .c-accordion__ttl.--num {
    padding-left: 34px;
  }
}
.c-accordion__ttl.--num::before {
  content: "";
  display: block;
  content: "0" counter(number);
  counter-increment: number;
  color: #005ABE;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-accordion__ttl.--num::before {
    font-size: 2rem;
    top: 2px;
  }
}
.c-accordion__ttl.--long.--num::before {
  content: counter(number);
}
.c-accordion__open {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 0.875em;
  align-items: center;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
}
.c-accordion__detail::before {
  content: "詳細を見る";
  font-weight: 500;
  text-align: right;
  color: rgba(46, 46, 46, 0.7);
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-accordion__detail::before {
    content: none;
  }
}
.c-accordion__toggle {
  background: #fff;
  width: 2.375em;
  height: 2.375em;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .c-accordion__toggle {
    width: 26px;
    height: 26px;
  }
}
.c-accordion__toggle::before, .c-accordion__toggle::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-accordion__toggle::before {
  border-top: 2px solid #005ABE;
  width: 1.25em;
  height: 0;
}
@media (max-width: 767px) {
  .c-accordion__toggle::before {
    width: 12px;
  }
}
.c-accordion__toggle::after {
  border-left: 2px solid #005ABE;
  width: 0;
  height: 1.25em;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-accordion__toggle::after {
    height: 12px;
  }
}
.c-accordion__box {
  background: #F3F5F8;
  padding: 20px 40px 40px;
}
@media (max-width: 767px) {
  .c-accordion__box {
    padding: 10px 4% 30px;
  }
}
.c-accordion__close-btn {
  display: table;
  text-decoration: none;
  margin: 1.875em auto 0;
  color: #005ABE;
  padding: 0.4375em 2.6875em 0.4375em 0;
  background: url(../img/modal_close_b.svg) no-repeat right center/2.0625em;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-accordion__close-btn {
    margin-top: 16px;
  }
}
.c-accordion__close-btn:hover {
  background-image: url(../img/modal_close_h.svg);
  box-shadow: 0px 0px 12px 0px rgba(120, 199, 255, 0.1);
}
.c-accordion.--white .c-accordion__head,
.c-accordion.--white .c-accordion__box {
  background: #fff;
}
.c-accordion.--white .c-accordion__head:hover {
  background: #FAFBFB;
}
.c-accordion.--white .c-accordion__toggle {
  background: #F3F5F8;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  max-width: 480px;
}
@media (max-width: 767px) {
  .c-modal__content {
    width: 91.4666666667%;
  }
}
.c-modal__inner {
  padding: 40px 30px 32px;
  background: #fff;
  max-height: 70vh;
  overflow-y: auto;
  margin: auto;
}
@media (max-width: 767px) {
  .c-modal__inner {
    padding: 30px 6% 22px;
  }
}
.c-modal__close-white {
  cursor: pointer;
  display: block;
  width: 33px;
  height: 33px;
  background: url(../img/modal_close_h.svg) no-repeat center/contain;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 100%;
  right: auto;
}
@media (max-width: 767px) {
  .c-modal__close-white {
    width: 26px;
    height: 26px;
    bottom: calc(100% + 6px);
    left: auto;
    right: 0;
  }
}
.c-modal__close {
  display: table;
  text-decoration: none;
  margin: 1.375em auto 0;
  color: #005ABE;
  padding: 0.5em 2.6875em 0.5em 0;
  background: url(../img/modal_close_b.svg) no-repeat right center/2em;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-modal__close {
    margin-top: 16px;
  }
}

.no-scroll {
  overflow: hidden;
}

.c-out-link {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.c-out-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/out_link.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-link-text {
  background-image: linear-gradient(#005ABE, #005ABE);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: color 0.3s, background-size 0.3s;
  text-decoration: none;
}
.c-link-text:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}

.c-table-border {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .c-table-border {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-table-border thead,
  .c-table-border tbody {
    display: block;
  }
}
.c-table-border tr {
  border-top: 1px solid #D1DCE9;
  border-bottom: 1px solid #D1DCE9;
}
@media (max-width: 767px) {
  .c-table-border tr {
    border-top: 1px solid #D1DCE9;
    border-bottom: 0;
    padding: 1em 0.8em;
    display: block;
  }
}
.c-table-border tr:first-of-type {
  border-top: 0;
}
@media (max-width: 767px) {
  .c-table-border tr:first-of-type {
    padding-top: 0;
  }
}
.c-table-border tr:first-of-type th,
.c-table-border tr:first-of-type td {
  padding-top: 0;
}
.c-table-border tr:last-of-type {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .c-table-border tr:last-of-type {
    padding-bottom: 0;
  }
}
.c-table-border tr:last-of-type th,
.c-table-border tr:last-of-type td {
  padding-bottom: 0;
}
.c-table-border td,
.c-table-border th {
  padding: 1.25em 2em 1.25em 0;
  text-align: left;
}
@media (max-width: 767px) {
  .c-table-border td,
  .c-table-border th {
    display: block;
    padding: 0;
  }
}
.c-table-border th {
  width: 22.7272727273%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-table-border th {
    width: 100%;
    margin-bottom: 6px;
  }
}

/* ===============================================
# 下層のTOPページ
=============================================== */
.c-lower-top__box {
  display: flex;
  flex-wrap: wrap;
}
.c-lower-top__box.--col2 {
  gap: 30px 30px;
}
@media (max-width: 1365px) {
  .c-lower-top__box.--col2 {
    gap: 2.196193265vw 2.196193265vw;
  }
}
@media (max-width: 767px) {
  .c-lower-top__box.--col2 {
    gap: 20px;
  }
}
.c-lower-top__box.--col2 > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 1365px) {
  .c-lower-top__box.--col2 > * {
    width: calc((100% - 2.196193265vw * 1) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  .c-lower-top__box.--col2 > * {
    width: 100%;
  }
}
.c-lower-top__box.--col3 {
  gap: 30px 30px;
}
@media (max-width: 1365px) {
  .c-lower-top__box.--col3 {
    gap: 2.196193265vw 2.196193265vw;
  }
}
@media (max-width: 767px) {
  .c-lower-top__box.--col3 {
    gap: 20px;
  }
}
.c-lower-top__box.--col3 > * {
  width: calc((100% - 60px) / 3 - 1px);
}
@media (max-width: 1365px) {
  .c-lower-top__box.--col3 > * {
    width: calc((100% - 2.196193265vw * 2) / 3 - 1px);
  }
}
@media (max-width: 767px) {
  .c-lower-top__box.--col3 > * {
    width: 100%;
  }
}
.c-lower-top__link {
  display: block;
  position: relative;
  z-index: 0;
  text-decoration: none;
  overflow: hidden;
}
.c-lower-top__link:hover > img {
  transform: scale(1.05);
}
.c-lower-top__link:hover .c-lower-top__arrow-in::before {
  animation: l-arrow-link 0.5s ease-in-out;
}
.c-lower-top__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(10, 51, 97, 0.5) 0%, rgba(10, 51, 97, 0.4) 30%, rgba(10, 51, 97, 0) 100%);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.c-lower-top__link > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  transform: scale(1.01);
  display: block;
}
@media (max-width: 767px) {
  .c-lower-top__link > img {
    aspect-ratio: 375/200;
  }
}
.c-lower-top__ttl-wrap {
  position: relative;
}
.c-lower-top__ttl {
  position: absolute;
  top: auto;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.6rem, 1.5373352855vw, 2.1rem);
  padding-right: 46px;
}
@media (max-width: 1365px) {
  .c-lower-top__ttl {
    left: 1.4641288433vw;
    bottom: 1.4641288433vw;
  }
}
@media (max-width: 767px) {
  .c-lower-top__ttl {
    left: 5.3333333333vw;
    bottom: 5.3333333333vw;
    padding-right: 36px;
  }
}
.c-lower-top__arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-lower-top__arrow {
    width: 24px;
    height: 24px;
  }
}
.c-lower-top__arrow-in {
  position: relative;
  display: block;
  height: 100%;
  transition: 0.4s;
}
.c-lower-top__arrow-in::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/arrow_large_white.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .c-lower-top__arrow-in::before {
    width: 10px;
    height: 10px;
    mask-size: 10px;
  }
}

/* ===============================================
# 下層のページ下部リンク
=============================================== */
.c-pageLink {
  background: #F3F5F8;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .c-pageLink {
    padding: 40px 0 50px;
  }
}
.c-pageLink__ttl {
  font-size: 2rem;
  margin-bottom: 0.9em;
  color: #005ABE;
}
@media (max-width: 767px) {
  .c-pageLink__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.8888888889em;
  }
}
.c-pageLink__box {
  display: flex;
  flex-wrap: wrap;
}
.c-pageLink__box.--col2 {
  gap: 23px 33px;
}
@media (max-width: 767px) {
  .c-pageLink__box.--col2 {
    gap: 13px 16px;
  }
}
.c-pageLink__box.--col2 > * {
  width: calc((100% - 33px) / 2 - 1px);
}
@media (max-width: 767px) {
  .c-pageLink__box.--col2 > * {
    width: calc((100% - 16px) / 2 - 1px);
  }
}
.c-pageLink__box.--col3 {
  gap: 23px 33px;
}
@media (max-width: 767px) {
  .c-pageLink__box.--col3 {
    gap: 13px 16px;
  }
}
.c-pageLink__box.--col3 > * {
  width: calc((100% - 66px) / 3 - 1px);
}
@media (max-width: 767px) {
  .c-pageLink__box.--col3 > * {
    width: calc((100% - 16px) / 2 - 1px);
  }
}
.c-pageLink__btn {
  display: flex;
  flex-direction: column;
}
.c-pageLink__btn a {
  background: #fff;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  color: #2E2E2E;
  overflow: hidden;
  z-index: 0;
  margin: auto;
  padding: 1.0625em 0.9375em;
  font-weight: 500;
  letter-spacing: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-pageLink__btn a {
    font-size: 1.3rem;
    padding: 0.625em 0.625em;
    min-height: 56px;
  }
}
.c-pageLink__btn a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: rgb(223.6736842105, 228.8947368421, 236.7263157895);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.c-pageLink__btn a:hover span::before {
  animation: arrow-right 0.5s ease-in-out;
}
.c-pageLink__btn a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.c-pageLink__btn a.--out-link span::before {
  content: none;
}
.c-pageLink__btn a.--out-link span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/out_link.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-pageLink__btn span {
  position: relative;
  padding-right: 15px;
  display: block;
  width: 100%;
}
.c-pageLink__btn span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/arrow_001.svg);
  mask-repeat: no-repeat;
  mask-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

/* ===============================================
# link
=============================================== */
.allow-link1__text {
  font-size: 1.6rem;
  color: #005ABE;
  padding-right: 2.5em;
  position: relative;
  color: #005ABE;
  text-decoration: none;
  font-weight: 500;
}
.allow-link1__text:hover .allow-link1__arrow-in::before {
  animation: l-arrow-link 0.5s ease-in-out;
}
.allow-link1__arrow {
  width: 24px;
  height: 24px;
  background: #005ABE;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.allow-link1__arrow-in {
  position: relative;
  display: block;
  height: 100%;
  transition: 0.4s;
}
.allow-link1__arrow-in::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: #fff;
  mask-image: url(../img/arrow_large_white.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1%);
  transition: all 1s;
}
@media (max-width: 767px) {
  .fadeIn {
    transform: translateX(-3%);
  }
}
.fadeIn.animated {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.fadeIn-box.js-trigger > * {
  opacity: 0;
  transform: translateX(-5%);
  transition-duration: 1s;
}
.fadeIn-box.js-trigger > *:nth-child(1) {
  transition-delay: 0.3s;
}
.fadeIn-box.js-trigger > *:nth-child(2) {
  transition-delay: 0.6s;
}
.fadeIn-box.js-trigger > *:nth-child(3) {
  transition-delay: 0.9s;
}
.fadeIn-box.js-trigger.animated > * {
  opacity: 1;
  transform: translateX(0px);
}

.shadow1 {
  box-shadow: 0px 0px 16px 0px rgba(60, 81, 96, 0.16);
}

.shadow2 {
  box-shadow: 0px 0px 12px 0px rgba(120, 199, 255, 0.1);
}
