@charset "UTF-8";
/* ===============================================
# コンテナ幅
=============================================== */
/* ===============================================
# header
=============================================== */
/* ===============================================
# フォント
=============================================== */
/* ===============================================
# ブレイクポイント
=============================================== */
/* ===============================================
# 共通
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# フォントをremに変換
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# 外部アイコン
=============================================== */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  overflow: clip;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, sans-serif;
  color: #2E2E2E;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-width: 999px;
  font-size: clamp(1.5rem, 1.1713030747vw, 1.6rem);
}
@media (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p {
  margin: 0.375em 0 1.25em;
}

p:first-of-type {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

a {
  color: #005ABE;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  list-style: none;
}
ul.list-mb,
ol.list-mb {
  margin: 1.25em auto;
}

ol.decimal {
  display: block;
  list-style-type: decimal;
  padding-inline-start: 20px;
}
ol.decimal li {
  display: list-item;
  list-style-type: decimal;
}
ol.decimal li:not(:first-child) {
  margin-top: 0.2em;
}

ul.disc {
  display: block;
  list-style-type: disc;
  padding-inline-start: 20px;
}
ul.disc li {
  display: list-item;
  list-style-type: disc;
}
ul.disc li:not(:first-child) {
  margin-top: 0.2em;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

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

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

.text-large {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .text-large {
    font-size: 1.6rem;
  }
}

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

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

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

.pc-text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .pc-text-center {
    text-align: left;
  }
}

.pc-text-left {
  text-align: left;
}

.pc-text-right {
  text-align: right;
}
@media (max-width: 767px) {
  .pc-text-right {
    text-align: left;
  }
}

.img-left {
  text-align: left;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

.pc_inline-block {
  display: inline-block;
}
@media (max-width: 767px) {
  .pc_inline-block {
    display: inline;
  }
}

/* ===============================================
# マージン
=============================================== */
.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt1em {
  margin-top: 1em !important;
}

/* ===============================================
# 共通パーツ
=============================================== */
.out-link-icon {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.out-link-icon::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%);
}
.out-link-icon.--black:after {
  background: #2E2E2E;
}

.drop-bule {
  filter: drop-shadow(0px 0px 16px rgba(120, 199, 255, 0.1));
}

.primary-color {
  color: #005ABE;
}

.fw500 {
  font-weight: 500;
}

/* ===============================================
# header追従
=============================================== */
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================================
# header追従
=============================================== */
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===============================================
# NEWSタブ
=============================================== */
@keyframes newsAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===============================================
# ボタン矢印
=============================================== */
@keyframes arrow-right {
  0% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translateY(-50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# ページャー
=============================================== */
@keyframes prev-nav {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 0, 0) scale(-1, 1);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 0, 0) scale(-1, 1);
  }
}
@keyframes next-nav {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# お知らせ　詳細　一覧へ戻る
=============================================== */
@keyframes single-arrow {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 0, 0) scale(-1, 1);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 0, 0) scale(-1, 1);
  }
}
/* ===============================================
# 事業紹介　矢印
=============================================== */
@keyframes business-arrow {
  0% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translateY(-50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# 事業紹介　矢印2
=============================================== */
@keyframes business-arrow2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# 矢印
=============================================== */
@keyframes arrow-link {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# ページトップ
=============================================== */
@keyframes pagetop {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  /* 中間: 上方向へ 10px */
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(0, -10px, 0);
  }
  /* すぐ下方向へ跳ね返す */
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# ページトップ　footer
=============================================== */
@keyframes arrow-pagetop {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(270deg) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(270deg) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(270deg) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(270deg) translate3d(0, 0, 0);
  }
}
/* ===============================================
# 矢印2
=============================================== */
@keyframes l-arrow-link {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, -50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# 矢印3
=============================================== */
@keyframes arrow-topLink {
  0% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%) translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    transform: translateY(-50%) translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}
/* ===============================================
# アンカーリンク 矢印
=============================================== */
@keyframes anchor-link {
  0% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%) translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    transform: translateY(-50%) translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translate3d(0, 0, 0);
  }
}
.primary-btn {
  margin: auto;
}
.primary-btn a {
  background: #005ABE;
  width: 220px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  color: #fff;
  padding: 1em 0.5em;
  margin: auto;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .primary-btn a {
    font-size: 1.4rem;
  }
}
.primary-btn a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  vertical-align: middle;
  background: #fff;
  mask-image: url(../img/arrow_001.svg);
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 6.8181818182%;
  transform: translateY(-50%);
  z-index: 1;
}
.primary-btn a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: rgb(0, 75.5052631579, 159.4);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.primary-btn a:hover::before {
  animation: arrow-right 0.5s ease-in-out;
}
.primary-btn a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.primary-btn.--en a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.primary-btn.--white a {
  background: #fff;
  color: #005ABE;
}
.primary-btn.--white a:before {
  background: #005ABE;
}
.primary-btn.--white a:after {
  background: #F3F5F8;
}
.primary-btn.--reverse a {
  background: #fff;
  color: #005ABE;
  border: solid 1px #005ABE;
}
.primary-btn.--reverse a:before {
  background: #005ABE;
}
.primary-btn.--reverse a:after {
  background: #F3F5F8;
}
.primary-btn.--pc-left a {
  margin-left: 0;
}
@media (max-width: 767px) {
  .primary-btn.--pc-left a {
    margin: auto;
  }
}
.primary-btn.--wide a {
  width: 280px;
}
.primary-btn.--return {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .primary-btn.--return {
    margin-top: 30px;
  }
}

.home .header {
  background: transparent;
}
.home .header:not(.--active) .header__contact {
  background: #fff;
  color: #005ABE;
  filter: drop-shadow(0px 0px 10px rgba(10, 51, 97, 0.2));
}
.home .header:not(.--active) .header__contact:after {
  background: #F3F5F8;
}
@media (min-width: 768px) {
  .home .header:hover {
    background: #fff;
  }
}
.home .header:hover .header__contact {
  background: #005ABE;
  color: #fff;
}
.home .header:hover .header__contact:after {
  background: rgb(0, 75.5052631579, 159.4);
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: 0.5s;
  background: #fff;
}
@media (max-width: 1023px) {
  .header {
    height: 59px;
  }
}
.header.--active {
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  transition: 0.5s;
}
.header.--upMove {
  animation: UpAnime 0.5s forwards;
}
.header.--downMove {
  animation: DownAnime 0.5s forwards;
}
.header__wrap {
  display: grid;
  height: 100%;
  place-items: center;
  position: relative;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2.196193265%;
}
@media (max-width: 1023px) {
  .header__container {
    padding: 0 3.4666666667%;
  }
}
.header__list {
  color: #2E2E2E;
  display: flex;
  align-items: center;
  height: 80px;
}
.header__logo {
  display: block;
  width: 245px;
}
@media (max-width: 1023px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 161px;
  }
}
.header__title {
  position: relative;
  z-index: 1003;
}
.header__title a {
  display: flex;
  align-items: center;
}
.header__link {
  padding: 0 18px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #2E2E2E;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1365px) {
  .header__link {
    padding: 0 1.1713030747vw;
  }
}
.header__link::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;
}
.header__link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.header__nav {
  margin-left: auto;
}
.header__nav-pc {
  display: flex;
  gap: 17px;
  align-items: center;
  height: 100%;
}
@media (max-width: 1365px) {
  .header__nav-pc {
    gap: 1.2445095168vw;
  }
}
@media (max-width: 1023px) {
  .header__nav-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__nav-sp {
    display: none;
  }
}
.header .subMenu {
  position: absolute;
  background: #fff;
  display: block;
  width: 100%;
  top: 100%;
  z-index: 1;
  display: none;
}
.header__contact {
  background: #005ABE;
  width: 166px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  color: #fff;
  padding: 0.8em 0.5em;
  margin: auto;
  display: block;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  z-index: 0;
  overflow: hidden;
}
.header__contact:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background: rgb(0, 75.5052631579, 159.4);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.header__contact:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ===============================================
# PCプルダウン
=============================================== */
@media (min-width: 1024px) {
  body.modalopen {
    position: relative;
  }
  body.modalopen::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    inset: 0;
    z-index: 10;
    position: absolute;
  }
  .header .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
    border-top: solid 1px #F3F3F3;
    display: none;
  }
  .header .megamenu__wrap {
    display: flex;
    height: 100%;
  }
  .header .megamenu__head {
    width: 33.4375%;
    background: #fff;
    padding-top: clamp(30px, 2.9282576867vw, 40px);
    padding-bottom: clamp(40px, 3.6603221083vw, 50px);
  }
  .header .megamenu__head-inner {
    max-width: 280px;
    margin-left: auto;
    margin-right: 0;
  }
  .header .megamenu__foot {
    width: 66.5625%;
    background: #F3F5F8;
    padding-top: clamp(30px, 2.9282576867vw, 40px);
    padding-bottom: clamp(40px, 3.6603221083vw, 50px);
  }
  .header .megamenu__parent {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    padding-right: 34px;
    max-width: max-content;
  }
  .header .megamenu__parent a {
    color: #005ABE;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    letter-spacing: 0;
  }
  .header .megamenu__parent a:hover .megamenu__arrow-in::before {
    animation: arrow-link 0.5s ease-in-out;
  }
  .header .megamenu__arrow {
    width: 24px;
    height: 24px;
    border: solid 1px #005ABE;
    border-radius: 50%;
    position: absolute;
    left: calc(100% + 10px);
    top: 55%;
    transform: translateY(-50%);
  }
  .header .megamenu__arrow-in {
    position: relative;
    display: block;
    height: 100%;
    transition: 0.4s;
  }
  .header .megamenu__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;
  }
  .header .megamenu__tab-item {
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
  }
  .header .megamenu__tab-item::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/toggle.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
  }
  .header .megamenu__tab-item.selected {
    background: #F3F5F8;
    color: #005ABE;
  }
  .header .megamenu__foot-inner {
    padding-left: 50px;
    max-width: 800px;
  }
  .header .megamenu__top-link {
    display: block;
  }
  .header .megamenu__top-link a {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 26px;
    border-bottom: solid 1px #D1DCE9;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .header .megamenu__top-link a:hover span::before {
    animation: arrow-topLink 0.5s ease-in-out;
  }
  .header .megamenu__top-link a span {
    position: relative;
    display: table;
  }
  .header .megamenu__top-link a span:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
    background: #005ABE;
    mask-image: url(../img/arrow_001.svg);
    mask-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.5s ease;
  }
  .header .megamenu__list.--col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
  }
  .header .megamenu__list.--col2 > * {
    width: calc((100% - 30px) / 2 - 1px);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .header .megamenu__list.--col2 > * {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header .megamenu__list.--col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
  }
  .header .megamenu__list.--col3 > * {
    width: calc((100% - 60px) / 3 - 1px);
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .header .megamenu__list.--col3 > * {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header .megamenu__item a {
    text-decoration: none;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
  }
  .header .megamenu__item a:hover span {
    color: #005ABE;
  }
  .header .megamenu__item a:hover span::before {
    animation: arrow-topLink 0.5s ease-in-out;
  }
  .header .megamenu__item a span {
    color: #2E2E2E;
    position: relative;
    display: table;
    transition: 0.3s;
  }
  .header .megamenu__item a span:not(.out-link-icon) {
    padding-right: 22px;
  }
  .header .megamenu__item a span:not(.out-link-icon):before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
    background: #005ABE;
    mask-image: url(../img/arrow_001.svg);
    mask-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .header .tab-content {
    display: none;
  }
  .header .tab-content.selected {
    display: block;
  }
  .header .tab-content2 {
    display: none;
  }
  .header .tab-content2.selected2 {
    display: block;
  }
}
/* ===============================================
# header SP
=============================================== */
@media (max-width: 1023px) {
  .header .nav-sp {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.4s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 80px 4% 120px;
  }
  .header .nav-sp__item {
    border-bottom: 1px solid #D1DCE9;
    position: relative;
  }
  .header .nav-sp__item.is-open .nav-sp__toggle::after {
    width: 0;
  }
  .header .nav-sp__link {
    color: #0A3361;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    padding: 18px 0;
    position: relative;
  }
  .header .nav-sp__link.--arrow {
    display: block;
  }
  .header .nav-sp__link.--arrow:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: #0A3361;
    mask-image: url(../img/arrow_footer.svg);
    mask-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header .nav-sp__toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .header .nav-sp__toggle::before, .header .nav-sp__toggle::after {
    content: "";
    display: block;
    background-color: #0A3361;
    position: absolute;
  }
  .header .nav-sp__toggle::before {
    width: 15px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .nav-sp__toggle::after {
    width: 2px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.25s ease-in-out;
  }
  .header .nav-sp__sub {
    display: none;
    margin-top: 0;
  }
  .header .nav-sp__sub ul {
    padding-bottom: 20px;
  }
  .header .nav-sp__sub li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .header .nav-sp__sub li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header .nav-sp__sub li.--link-top a {
    color: #005ABE;
    font-weight: 600;
  }
}
@media (max-width: 1023px) {
  .header .nav-sp__sub a {
    color: #2E2E2E;
    display: block;
    text-decoration: none;
  }
  .header .nav-sp__contact-btn {
    margin-top: 25px;
  }
  .header .nav-sp__contact-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    position: relative;
    transition: 0.3s;
    padding: 1.1428571429em 0.5em;
    background: #005ABE;
    color: #fff;
    margin: auto;
    display: block;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .header .btn-gnavi {
    width: 60px;
    height: 60px;
    background: #005ABE;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
  }
  .header .btn-gnavi__hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 22px;
    height: 18px;
    padding: 0;
    transition: transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  .header .btn-gnavi__hamburger:after, .header .btn-gnavi__hamburger:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.5s;
  }
  .header .btn-gnavi__hamburger:before {
    top: 0;
  }
  .header .btn-gnavi__hamburger:after {
    bottom: 0;
  }
  .header .btn-gnavi__hamburger span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.5s;
  }
  .header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger {
    background: none;
  }
  .header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger:before {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background: #fff;
  }
  .header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger:after {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
    background: #fff;
  }
  .header .btn-gnavi.close:not(.fix) .btn-gnavi__hamburger span {
    transform: translate(100%, -50%);
  }
  .header.menu_open .nav-sp {
    right: 0;
  }
  .header.menu_open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }
  .header .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
}
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
  opacity: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.17);
  z-index: 11;
}
@media (max-width: 767px) {
  .pagetop {
    right: 4vw;
    bottom: 4vw;
    width: 40px;
    height: 40px;
  }
  .pagetop.business-pagetop {
    bottom: 56px;
  }
}
.pagetop:hover .pagetop__arrow::before {
  animation: pagetop 0.5s ease-in-out;
}
.pagetop__arrow {
  position: relative;
}
.pagetop__arrow:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: #005ABE;
  mask-image: url(../img/pagetop_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pagetop__arrow:before {
    width: 12px;
    height: 12px;
    mask-size: 12px;
  }
}

.footer {
  background: #EDF0F5;
  padding: clamp(8rem, 6.588579795vw, 9rem) 0 clamp(3rem, 2.9282576867vw, 4rem);
}
@media (max-width: 767px) {
  .footer {
    padding: 16px 0 20px;
  }
}
.footer__container {
  width: 92.532942899%;
  max-width: 1264px;
  margin: auto;
}
@media (max-width: 767px) {
  .footer__container {
    width: 91.7333333333%;
  }
}
.footer__contents {
  display: grid;
  grid-template-columns: 28.2576866764% 71.7423133236%;
  grid-template-rows: repeat(3, auto);
}
@media (max-width: 1266px) {
  .footer__contents {
    grid-template-rows: repeat(4, auto);
  }
}
@media (max-width: 767px) {
  .footer__contents {
    grid-template-columns: 1fr;
  }
}
.footer__info {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media (max-width: 1266px) {
  .footer__info {
    grid-row: 1/2;
    grid-column: 1/3;
    display: flex;
    gap: 54px;
    align-items: center;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer__info {
    grid-row: 3/4;
    grid-column: 1/2;
    display: block;
    padding: 26px 0 30px;
  }
}
.footer__nav-block {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-bottom: 40px;
}
@media (max-width: 1266px) {
  .footer__nav-block {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .footer__nav-block {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-bottom: 20px;
  }
}
.footer__social {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media (max-width: 1266px) {
  .footer__social {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .footer__social {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.footer__copyright {
  grid-row: 3/4;
  grid-column: 1/3;
}
@media (max-width: 1266px) {
  .footer__copyright {
    grid-row: 4/5;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
.footer__logo a {
  display: table;
}
.footer__logo-img {
  width: 200px;
  max-width: 100%;
  display: block;
}
@media (max-width: 1266px) {
  .footer__tab-none {
    display: none;
  }
}
.footer__info-text {
  margin-top: 28px;
}
@media (max-width: 1266px) {
  .footer__info-text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__info-text {
    margin-top: 16px;
  }
}
.footer__address {
  font-size: 1.3rem;
  line-height: 1.6;
}
.footer__tel-fax {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  font-size: 1.3rem;
}
.footer__tel-fax > * {
  margin: 0;
}
.footer__tel a {
  text-decoration: none;
  color: #2E2E2E;
}
.footer__fax a {
  text-decoration: none;
  pointer-events: none;
  color: #2E2E2E;
}
.footer__sp-policy {
  margin-top: 24px;
}
.footer__sp-policy-link {
  text-decoration: none;
  color: #2E2E2E;
  padding-left: 14px;
  position: relative;
  display: block;
}
.footer__sp-policy-link:not(:first-child) {
  margin-top: 0.5em;
}
.footer__sp-policy-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
  border-top: 1px solid #2E2E2E;
  border-right: 1px solid #2E2E2E;
}
.footer__nav {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .footer__nav {
    gap: 2.196193265vw;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav-wrap {
  max-width: 100%;
  width: max-content;
}
@media (max-width: 767px) {
  .footer__nav-wrap {
    display: contents;
  }
}
.footer__nav-item {
  position: relative;
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .footer__nav-item {
    border-bottom: 1px solid #D1DCE9;
  }
  .footer__nav-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__nav-item.is-open .footer__nav-toggle::after {
  width: 0;
}
.footer__nav-link {
  color: #0A3361;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.9285714286em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__nav-link {
    background-image: linear-gradient(#0A3361, #0A3361);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: color 0.3s, background-size 0.3s;
    max-width: 100%;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .footer__nav-link {
    padding: 18px 0;
    position: relative;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__nav-link:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
@media (max-width: 767px) {
  .footer__nav-link.--arrow {
    display: block;
  }
  .footer__nav-link.--arrow:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: #0A3361;
    mask-image: url(../img/arrow_footer.svg);
    mask-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.footer__nav-toggle {
  display: none;
}
@media (max-width: 767px) {
  .footer__nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}
.footer__nav-toggle::before, .footer__nav-toggle::after {
  content: "";
  display: block;
  background-color: #0A3361;
  position: absolute;
}
.footer__nav-toggle::before {
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__nav-toggle::after {
  width: 2px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .footer__subnav {
    display: none;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__subnav ul {
    padding-bottom: 20px;
  }
}
.footer__subnav li {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .footer__subnav li {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer__subnav li {
    font-size: 1.4rem;
  }
}
.footer__subnav li:not(:last-child) {
  margin-bottom: 0.7142857143em;
}
@media (max-width: 1365px) {
  .footer__subnav li:not(:last-child) {
    margin-bottom: 0.5714285714em;
  }
}
@media (max-width: 767px) {
  .footer__subnav li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .footer__subnav li.--link-top a {
    color: #005ABE;
    font-weight: 600;
  }
}
.footer__subnav a {
  color: #2E2E2E;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer__subnav a {
    padding-bottom: 3px;
    background-image: linear-gradient(#2E2E2E, #2E2E2E);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: color 0.3s, background-size 0.3s;
    max-width: 100%;
    width: fit-content;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .footer__subnav a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.footer__social {
  border-top: solid 1px #D1DCE9;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 27px 0 46px;
}
@media (max-width: 767px) {
  .footer__social {
    border-top: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 35px;
    border-bottom: solid 1px #D1DCE9;
  }
}
.footer__social p {
  margin: 0;
}
.footer__official {
  color: #005ABE;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .footer__official {
    display: none;
  }
}
.footer__social-links {
  display: flex;
  gap: 35px;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__social-links {
    gap: 15px;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2E2E2E;
  gap: 14px;
}
.footer__social-link:hover span {
  background-position: bottom left;
  background-size: 100% 1px;
}
.footer__social-link img {
  display: block;
  width: 100%;
  max-width: 30px;
}
@media (max-width: 767px) {
  .footer__social-link img {
    max-width: 27px;
  }
}
.footer__social-link span {
  font-size: 1.2rem;
  background-image: linear-gradient(#2E2E2E, #2E2E2E);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: color 0.3s, background-size 0.3s;
  max-width: 100%;
  width: fit-content;
  display: block;
}
@media (max-width: 1266px) {
  .footer__social-link span {
    display: none;
  }
}
.footer__pagetop {
  position: absolute;
  right: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer__pagetop {
    position: static;
  }
}
.footer__pagetop a {
  text-decoration: none;
  color: #2E2E2E;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  display: flex;
  gap: 13px;
  transition: 0.3s;
}
.footer__pagetop a:hover {
  color: #005ABE;
}
.footer__pagetop a:hover .footer__pagetop-arrow {
  background: rgb(0, 75.5052631579, 159.4);
}
.footer__pagetop a:hover .footer__pagetop-arrow::before {
  animation: arrow-pagetop 0.5s ease-in-out;
}
.footer__pagetop-arrow {
  position: relative;
  background: #005ABE;
  width: 58px;
  height: 22px;
  border-radius: 50px;
  display: block;
  transition: 0.3s;
}
.footer__pagetop-arrow: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%) rotate(270deg);
}
.footer__copyright small {
  text-align: right;
  font-family: "Lato", sans-serif;
  color: #666666;
  font-size: 1.2rem;
  display: block;
}
@media (max-width: 767px) {
  .footer__copyright small {
    text-align: left;
    font-size: 1rem;
  }
}
