@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    filter: brightness(0.9);
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
  color: currentColor;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}
html#PageWork {
  scroll-padding-top: 175px;
}
@media screen and (max-width: 768px) {
  html#PageWork {
    scroll-padding-top: 115px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #0B191F;
  line-height: 1.3;
}
body.on {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.on {
    overflow: visible;
  }
}

.font-en01 {
  font-family: "Open Sans", sans-serif;
}

.font-en02 {
  font-family: "Raleway", sans-serif;
}

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

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.indention {
  display: inline-block;
}

.header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 94.9305555556%;
  z-index: 300;
  transition: top 0.2s 0.15s, width 0.15s, background-color 0.3s;
  will-change: transform;
}
@media screen and (max-width: 1000px) {
  .header {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .header .header-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .header .header-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .header.open {
    overflow: auto;
    background-color: #006FBC;
  }
}
@media screen and (max-width: 1000px) {
  .header.open .header__inner {
    background-color: transparent !important;
    box-shadow: none;
  }
}
.header.on {
  top: 0;
  width: 100%;
  transition: top 0.2s, width 0.15s 0.2s;
}
.header.on .header__inner {
  border-radius: 0;
  transition: border-radius 0.2s 0.2s;
}
.header.on .header__logo {
  width: min(15.9420289855vw, 220px);
}
.header.on .header__btn {
  min-height: min(2.6086956522vw, 36px);
}
.header__inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 14px min(2.1739130435vw, 30px) 14px min(2.8985507246vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: border-radius 0.15s, background-color 0.3s;
  will-change: transform;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1000px) {
  .header__inner {
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0 10px 20px;
  }
}
.header__logo {
  display: block;
  width: min(21.231884058vw, 293px);
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .header__logo {
    width: min(61.1428571429vw, 214px);
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__list {
  display: flex;
  align-items: center;
}
.header__list-link {
  display: block;
  padding: 0 min(1.231884058vw, 17px);
}
@media (any-hover: hover) {
  .header__list-link:hover {
    filter: none;
  }
  .header__list-link:hover .header__list-text:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.header__list-link.--current {
  pointer-events: none;
}
.header__list-link.--current .header__list-text:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.header__list-text {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  position: relative;
  font-size: min(1.1594202899vw, 1.6rem);
}
.header__list-text::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #006FBC;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s;
}
.header__btn {
  padding: min(0.4347826087vw, 6px) min(3.3333333333vw, 46px) min(0.3623188406vw, 5px) min(1.4492753623vw, 20px);
  width: min(13.0434782609vw, 180px);
  font-size: min(1.1594202899vw, 1.6rem);
  min-height: min(3.2608695652vw, 45px);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #006FBC;
  border-radius: 60px;
  position: relative;
  margin-left: min(0.7246376812vw, 10px);
}
.header__btn:first-of-type {
  margin-left: min(2.3913043478vw, 33px);
}
@media (any-hover: hover) {
  .header__btn:hover {
    filter: none;
    background-color: #fff;
    border: 1px solid #006FBC;
    color: #006FBC;
  }
  .header__btn:hover::after {
    background-image: url("../images/icon-arrow-diagonal-blue.svg");
  }
}
.header__btn::after {
  content: "";
  width: min(1.884057971vw, 26px);
  height: min(1.884057971vw, 26px);
  background-image: url("/assets/images/icon-arrow-diagonal.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(0.7246376812vw, 10px);
  transform: translateY(-50%);
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.15));
  transition: background-image 0.3s;
}
@media screen and (min-width: 1001px) {
  .header__btn-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 56px;
    height: 57px;
    background-color: #006FBC;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu.on .--line::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu.on .--line::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu .--line {
    display: block;
    width: 30px;
    height: 13px;
    margin: 0 auto 6px;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu .--line::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu .--line::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn-menu .--text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1666666667;
  }
}

@media screen and (min-width: 1001px) {
  .sp-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #006FBC;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__inner {
    padding: 10px 20px 40px;
    height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__logo {
    display: block;
    width: min(61.1428571429vw, 214px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list > li:first-of-type > a, .sp-menu__list > li:first-of-type > button {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list > li > a, .sp-menu__list > li > button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 39px 14px 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list > li > a .--arrow, .sp-menu__list > li > button .--arrow {
    width: 17px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list > li > a .--icon, .sp-menu__list > li > button .--icon {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
  }
}
.sp-menu__list > li > a .--icon.open, .sp-menu__list > li > button .--icon.open {
  transform: translateY(-50%) rotate(90deg);
}
.sp-menu__list > li > a .--icon.open::before, .sp-menu__list > li > button .--icon.open::before {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .sp-menu__list > li > a .--icon::before, .sp-menu__list > li > button .--icon::before {
    content: "";
    width: 8px;
    height: 1.5px;
    border-radius: 10px;
    background-color: #006FBC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s, opacity 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list > li > a .--icon::after, .sp-menu__list > li > button .--icon::after {
    content: "";
    width: 1.5px;
    height: 8px;
    border-radius: 10px;
    background-color: #006FBC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list-low {
    background-color: #fff;
    padding: 7px 14px;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list-low > li > a {
    display: block;
    padding: 5px 0 5px 16px;
    position: relative;
    font-size: 1.4rem;
    color: #006FBC;
    font-weight: bold;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__list-low > li > a::after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #006FBC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__bnr {
    display: block;
    max-width: 292px;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .sp-menu__bnr:first-of-type {
    margin-top: 50px;
  }
}
.sp-menu__sns {
  margin: 16px auto 0;
  max-width: 292px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sp-menu__sns a {
  display: block;
  width: 124px;
}

@media (any-hover: hover) {
  .text-link:hover .text-link__text::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.text-link__text {
  position: relative;
}
.text-link__text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s;
}

.footer {
  padding-top: 58px;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .footer .footer-sp {
    display: none !important;
  }
}
.footer__inner {
  max-width: 1324px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    max-width: 100%;
    display: block;
  }
}
.footer__logo {
  display: block;
  width: min(30.15625vw, 386px);
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
}
.footer__bnr {
  margin-top: 30px;
  margin-left: min(5.4615384615vw, 71px);
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 1000px) {
  .footer__bnr {
    margin-top: 50px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.footer__bnr a {
  display: block;
  width: min(24.2307692308vw, 315px);
}
@media screen and (max-width: 1000px) {
  .footer__bnr a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13.3333333333vw;
    margin-top: 12px;
  }
}
.footer__sns a {
  display: block;
  width: calc(50% - 6.6666666667vw);
}
.footer__nav {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer__nav {
    display: block;
    margin-top: 50px;
  }
}
.footer__list {
  width: min(16.40625vw, 210px);
}
@media screen and (max-width: 1000px) {
  .footer__list {
    width: 100%;
  }
}
.footer__list:not(:first-of-type) {
  padding-left: min(1.5625vw, 20px);
  border-left: 1px dashed #0B191F;
}
@media screen and (max-width: 1000px) {
  .footer__list:not(:first-of-type) {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer__list:first-of-type {
    border-top: 1px solid #0B191F;
  }
}
@media screen and (max-width: 1000px) {
  .footer__list-item {
    border-bottom: 1px solid #0B191F;
  }
}
.footer__list-item:not(:first-of-type) {
  margin-top: 22px;
}
@media screen and (max-width: 1000px) {
  .footer__list-item:not(:first-of-type) {
    margin-top: 0;
  }
}
.footer__list-sns {
  margin-top: 12px;
  width: 144px;
}
.footer__list-sns.--instagram {
  margin-top: 30px;
}
.footer__list-link {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 16px;
  position: relative;
  font-weight: bold;
  font-size: min(1.25vw, 1.6rem);
}
@media screen and (max-width: 1000px) {
  .footer__list-link {
    padding: 14px 36px 14px 14px;
    font-size: 1.4rem;
  }
}
.footer__list-link span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__list-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #006FBC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .footer__list-link::after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer__list-link .--arrow {
    width: 17px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .footer__list-link .--icon {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0B191F;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
}
.footer__list-link .--icon.open {
  transform: translateY(-50%) rotate(90deg);
}
.footer__list-link .--icon.open::before {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .footer__list-link .--icon::before {
    content: "";
    width: 8px;
    height: 1.5px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s, opacity 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  .footer__list-link .--icon::after {
    content: "";
    width: 1.5px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer__list-low {
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .footer__list-low {
    background-color: #EDF7FC;
    margin-top: 0;
    padding: 7px 14px;
    display: none;
  }
}
.footer__list-low a {
  display: block;
  padding: 5px 0 5px 16px;
  font-size: min(1.09375vw, 1.4rem);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer__list-low a {
    padding: 5px 0 5px 14px;
    font-size: 1.4rem;
  }
}
.footer__list-low a::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #006FBC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__copyright {
  margin-top: 62px;
  padding: 10px;
  background-color: #0B191F;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer__copyright {
    margin-top: 50px;
    padding: 0;
    background-color: transparent;
  }
}
.footer__copyright-text {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer__copyright-text {
    padding: 10px;
    background-color: #0B191F;
  }
}
.footer__btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 30px;
  width: 180px;
  min-height: 100%;
  background-color: #F5F5F5;
  color: #0B191F;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  clip-path: polygon(36px 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1000px) {
  .footer__btn-top {
    position: static;
    margin-left: auto;
    gap: 0;
    padding: 8px 5px 8px 25px;
    width: 180px;
    min-height: 29px;
  }
}
.footer__btn-top img {
  width: 24px;
}

.contact {
  background-color: #EDF7FC;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__inner {
  max-width: 1065px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    max-width: 100%;
  }
}
.contact__title {
  text-align: center;
  margin: 0 auto;
  font-size: 6.4rem;
  line-height: 1;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 4rem;
  }
}
.contact__title .--top {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.contact__title .--top img {
  width: 22px;
}
.contact__desc {
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.contact__bottom {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  .contact__bottom {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
.contact__bottom a {
  display: block;
  width: calc(50% - 12.5px);
  border: 4px solid #fff;
  border-radius: 16px;
  background-color: #006FBC;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .contact__bottom a {
    width: 482px;
  }
}
@media screen and (max-width: 768px) {
  .contact__bottom a {
    width: 335px;
    max-width: 100%;
    border: 3px solid #fff;
  }
}
.contact__btn-tel {
  padding: 35px 10px 35px 130px;
  position: relative;
  font-size: 3.7rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__btn-tel {
    padding: 31px 5px 30px 53px;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (any-hover: hover) {
  .contact__btn-tel:hover {
    filter: brightness(1.2);
  }
}
.contact__btn-tel .--small {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact__btn-tel .--small {
    font-size: 1.4rem;
  }
}
.contact__btn-tel img {
  width: 68px;
  position: absolute;
  top: 50%;
  left: 51px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact__btn-tel img {
    width: min(13.4285714286vw, 47px);
    left: min(8.5333333333vw, 32px);
  }
}
.contact__btn-mail {
  padding: 26px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__btn-mail {
    padding: 16px 5px;
  }
}
@media (any-hover: hover) {
  .contact__btn-mail:hover {
    filter: none;
  }
  .contact__btn-mail:hover .--btn {
    background-color: #fff;
    color: #006FBC;
  }
  .contact__btn-mail:hover .--btn::after {
    background-image: url("/assets/images/icon-arrow-diagonal-blue.svg");
  }
}
.contact__btn-mail .--top {
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .contact__btn-mail .--top {
    font-size: 2rem;
  }
}
.contact__btn-mail .--btn {
  margin: 16px auto 0;
  padding: 11px 53px 10px 26px;
  width: 340px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact__btn-mail .--btn {
    margin-top: 11px;
    padding: 6px 31px 5px 5px;
    width: 271px;
    max-width: calc(100% - 20px);
  }
}
.contact__btn-mail .--btn::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/assets/images/icon-arrow-diagonal.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.page-top .mv {
  background-color: #000;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-top .mv {
    position: static;
    background-color: #006FBC;
  }
}
@media screen and (max-width: 768px) {
  .page-top .mv__inner {
    position: relative;
  }
}
.page-top .mv__bg {
  height: 100vh;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-top .mv__bg {
    min-height: 79.7872340426vw;
  }
}
.page-top .mv__bg video, .page-top .mv__bg iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.page-top .mv__recruit {
  display: block;
  width: 26.3888888889vw;
  position: absolute;
  bottom: 2.7777777778vw;
  right: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .page-top .mv__recruit {
    position: static;
    margin: 50px auto 0;
    width: 336px;
    max-width: calc(100% - 40px);
  }
}
.page-top .mv__copy {
  padding: 65px 20px 0;
  background-color: #006FBC;
}
.page-top .mv__copy img {
  text-align: center;
  max-width: 999px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-top .mv__copy img {
    max-width: 500px;
    margin: 0;
  }
}
.page-top .section-title {
  font-size: 6.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-top .section-title {
    font-size: min(10.6666666667vw, 4rem);
  }
}
.page-top .section-title .--top {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.page-top .section-title .--top img {
  width: 22px;
}
.page-top .btn {
  padding: 11px 47px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 210px;
  min-height: 43px;
  line-height: 1.2;
  color: #006FBC;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  border: 1px solid #006FBC;
}
@media screen and (max-width: 768px) {
  .page-top .btn {
    padding: 14px 53px 13px 26px;
    width: 100%;
  }
}
.page-top .btn.--blue {
  background-color: #006FBC;
  color: #fff;
}
.page-top .btn.--blue::after {
  background-image: url("../images/icon-arrow-diagonal.svg");
}
@media (any-hover: hover) {
  .page-top .btn:hover {
    filter: none;
    background-color: #006FBC;
    border: 1px solid #fff;
    color: #fff;
  }
  .page-top .btn:hover::after {
    background-image: url("../images/icon-arrow-diagonal.svg");
  }
  .page-top .btn.--blue:hover {
    background-color: #fff;
    color: #006FBC;
    border: 1px solid #006FBC;
  }
  .page-top .btn.--blue:hover::after {
    background-image: url("../images/icon-arrow-diagonal-blue.svg");
  }
}
.page-top .btn::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/assets/images/icon-arrow-diagonal-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.15));
  transition: background-image 0.3s;
}
.page-top .info {
  background-color: #006FBC;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .page-top .info {
    padding: 50px 0 60px;
  }
}
.page-top .info__inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-top .info__inner {
    max-width: 100%;
  }
}
.page-top .info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-top .info__top {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-top .info__btn {
    margin-top: 40px;
  }
}
.page-top .info__bottom {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-top .info__bottom {
    display: block;
    margin-top: 40px;
  }
}
.page-top .info__nav {
  width: 216px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page-top .info__nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-top .info__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-top .info__nav li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-top .info__nav li:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page-top .info__nav li:not(:first-of-type) {
    margin-top: 0;
  }
}
.page-top .info__nav li button {
  display: block;
  width: 100%;
  padding: 12px 11px 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-top .info__nav li button {
    padding: 7px 10px 6px;
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .page-top .info__nav li button:hover {
    filter: none;
    background-color: #fff;
    color: #006FBC;
  }
}
.page-top .info__nav li button.--current {
  background-color: #fff;
  color: #006FBC;
  pointer-events: none;
}
.page-top .info__body {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-top .info__body {
    margin-top: 40px;
  }
}
.page-top .info__list-item {
  border-bottom: 1px solid #fff;
}
.page-top .info__list-item:first-of-type {
  border-top: 1px solid #fff;
}
.page-top .info__list-link {
  display: flex;
  align-items: center;
  padding: 24px 40px 24px 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-top .info__list-link {
    flex-wrap: wrap;
    padding: 12px 35px 12px 20px;
  }
}
.page-top .info__list-link::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("/assets/images/icon-arrow-white.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-top .info__list-link::after {
    display: none;
  }
}
.page-top .info__list-link .--date {
  display: block;
  width: 98px;
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-top .info__list-link .--tag {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #006FBC;
  border-radius: 4px;
  min-width: 96px;
  flex: 0 0 auto;
  min-height: 24px;
  padding: 4px 5px 3px;
  margin-right: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-top .info__list-link .--tag {
    min-width: 70px;
    min-height: 20px;
    padding: 1px 5px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-top .info__list-link .--text {
    display: block;
    width: 100%;
    margin-top: 5px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .page-top .info__list-link .--text::after {
    content: "";
    width: 8px;
    height: 12px;
    background-image: url("/assets/images/icon-arrow-white.svg");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: calc(100% + 7px);
    transform: translateY(-50%);
  }
}
.page-top .company {
  background-color: #006FBC;
  position: relative;
  z-index: 1;
}
.page-top .company::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.page-top .company__outer {
  background-color: #fff;
  border-top-left-radius: 160px;
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .page-top .company__outer {
    border-top-left-radius: 70px;
    padding: 70px 0 60px;
  }
}
.page-top .company__inner {
  max-width: 1323px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4.4427123928%;
}
@media screen and (max-width: 768px) {
  .page-top .company__inner {
    max-width: 100%;
    display: block;
  }
}
.page-top .company__body {
  width: 42.5565081839%;
}
@media screen and (max-width: 768px) {
  .page-top .company__body {
    width: 100%;
  }
}
.page-top .company .section-title {
  color: #006FBC;
}
.page-top .company__desc-top {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-top .company__desc-top {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.page-top .company__desc {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-top .company__desc {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.page-top .company__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-top .company__btn {
    margin-top: 40px;
  }
}
.page-top .company__img {
  position: relative;
  width: 53.0007794232%;
}
@media screen and (max-width: 768px) {
  .page-top .company__img {
    margin-top: 40px;
    width: 100%;
  }
}
.page-top .company__img .--img02 {
  width: 54.7058823529%;
  position: absolute;
  top: 78.3080260304%;
  left: 37.2058823529%;
}
@media screen and (max-width: 768px) {
  .page-top .company__img .--img02 {
    width: 54.6268656716%;
    top: 77.9735682819%;
    left: 37.0149253731%;
  }
}
.page-top .service {
  padding: 68px 0 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-top .service {
    padding: 70px 0 80px;
  }
}
.page-top .service__bg {
  width: 1029px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-top .service__bg {
    width: 100%;
  }
}
.page-top .service__inner {
  max-width: 1323px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  gap: 8.9633671083%;
}
@media screen and (max-width: 1280px) {
  .page-top .service__inner {
    gap: 1.1691348402%;
  }
}
@media screen and (max-width: 768px) {
  .page-top .service__inner {
    max-width: 100%;
    padding: 0 19px;
    display: block;
  }
}
.page-top .service .section-title {
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-top .service .section-title {
    letter-spacing: -0.01em;
  }
}
.page-top .service__body {
  width: 43.3359314108%;
}
@media screen and (max-width: 1280px) {
  .page-top .service__body {
    width: 52.6890101325%;
  }
}
@media screen and (max-width: 768px) {
  .page-top .service__body {
    width: 100%;
  }
}
.page-top .service__desc-top {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-top .service__desc-top {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.page-top .service__desc {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-top .service__desc {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.page-top .service__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-top .service__btn {
    margin-top: 44px;
  }
}
.page-top .service__list-outer {
  width: 37.3343725643%;
}
@media screen and (max-width: 1280px) {
  .page-top .service__list-outer {
    width: 45.1286048324%;
  }
}
@media screen and (max-width: 768px) {
  .page-top .service__list-outer {
    width: 100%;
    margin-top: 40px;
  }
}
.page-top .service__list li:not(:first-of-type) {
  margin-top: 14px;
}
.page-top .service__list a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 60px 14px 20px;
  position: relative;
  background-color: #EDF7FC;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .page-top .service__list a {
    padding: 14px 50px 14px 16px;
    gap: 10px;
  }
}
.page-top .service__list a::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/assets/images/icon-arrow-diagonal.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .page-top .service__list a::after {
    right: 16px;
  }
}
.page-top .service__list-img {
  width: 99px;
}
.page-top .service__list-img img {
  border-radius: 4px;
}
.page-top .service__list-text {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-top .service__list-text {
    font-size: 1.8rem;
  }
}
.page-top .service__list-text .--top {
  display: block;
  line-height: 1.3;
  color: #006FBC;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-top .service__list-text .--top {
    margin-bottom: 5px;
  }
}
.page-top .works {
  background-color: #EDF7FC;
  padding: 110px 0 120px;
}
@media screen and (max-width: 768px) {
  .page-top .works {
    padding: 60px 0 56px;
  }
}
.page-top .works__inner {
  max-width: 1323px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-top .works__inner {
    max-width: 100%;
  }
}
.page-top .works__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-top .works__top {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-top .works__btn {
    margin-top: 44px;
  }
}
.page-top .works .section-title {
  color: #006FBC;
}
.page-top .works__bottom {
  margin-top: 30px;
}
.page-top .works__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-top .works__list {
    display: block;
  }
}
.page-top .works__list li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 768px) {
  .page-top .works__list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-top .works__list li:not(:first-of-type) {
    margin-top: 40px;
  }
}
.page-top .works__list-img {
  margin-bottom: 20px;
}
.page-top .strength {
  background-color: #EDF7FC;
  overflow: hidden;
}
.page-top .strength__outer {
  background-color: #006FBC;
  border-top-right-radius: 160px;
  padding: 186px 0 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-top .strength__outer {
    border-top-right-radius: 70px;
    padding: 70px 0 80px;
  }
}
.page-top .strength__bg {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-top .strength__bg {
    width: 1101px;
    max-width: 1101px;
    top: 210px;
    opacity: 0.6;
  }
}
.page-top .strength__inner {
  max-width: 1065px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-top .strength__inner {
    max-width: 100%;
  }
}
.page-top .strength__top {
  position: relative;
  color: #fff;
  padding-right: min(36.3636363636vw, 400px);
}
@media screen and (max-width: 768px) {
  .page-top .strength__top {
    padding-right: 0;
  }
}
.page-top .strength__top-img {
  width: min(40vw, 440px);
  position: absolute;
  top: -31px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-top .strength__top-img {
    position: static;
    margin: 40px auto 0;
    width: 100%;
    max-width: 400px;
  }
}
.page-top .strength__top-body {
  max-width: 546px;
}
@media screen and (max-width: 768px) {
  .page-top .strength__top-body {
    max-width: 100%;
  }
}
.page-top .strength__desc-top {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-top .strength__desc-top {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.page-top .strength__desc {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-top .strength__desc {
    font-size: 1.6rem;
  }
}
.page-top .strength__bottom {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .page-top .strength__bottom {
    margin-top: 70px;
  }
}
.page-top .strength__list {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 3.6097560976%;
}
@media screen and (max-width: 768px) {
  .page-top .strength__list {
    display: block;
  }
}
.page-top .strength__list li {
  width: 48.1951219512%;
  background-color: #003C74;
  border-radius: 8px;
  padding: 30px 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-top .strength__list li {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-top .strength__list li:not(:first-of-type) {
    margin-top: 36px;
  }
}
.page-top .strength__list li .--num {
  display: block;
  font-weight: 600;
  padding-left: 21px;
  line-height: 1;
  position: relative;
}
.page-top .strength__list li .--num::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFF100;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
}
.page-top .strength__list li .--img {
  display: block;
  margin-top: 15px;
}
.page-top .strength__list li h3 {
  margin-top: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-top .strength__list li h3 {
    font-size: 2.4rem;
  }
}
.page-top .strength__list li h3 + p {
  margin-top: 12px;
  line-height: 1.6;
}
.page-top .imgAnim {
  position: relative;
  overflow: hidden;
}
.page-top .imgAnim.on::after {
  animation: sweep-in-out 0.7s ease-in-out forwards;
}
.page-top .imgAnim.on img {
  animation: fadein 0.1s ease forwards 0.35s;
}
.page-top .imgAnim.--white::after {
  background-color: #fff;
}
.page-top .imgAnim::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006FBC;
  background-image: url("/assets/images/top/icon-thunder.svg");
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
}
.page-top .imgAnim img {
  opacity: 0;
}
@keyframes sweep-in-out {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  45% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-top .service .titleAnim.on::after {
  animation: sweep-in-out 0.7s ease-in-out forwards;
}
.page-top .service .titleAnim.on .--bottom, .page-top .service .titleAnim.on .--top {
  animation: fadein 0.1s ease forwards 0.35s;
}
.page-top .titleAnim {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page-top .titleAnim.on::after {
  animation: sweep-in-out 0.6s ease-in-out forwards;
}
.page-top .titleAnim.on .--bottom, .page-top .titleAnim.on .--top {
  animation: fadein 0.1s ease forwards 0.3s;
}
.page-top .titleAnim.--blue::after {
  background-color: #006FBC;
}
.page-top .titleAnim .--bottom, .page-top .titleAnim .--top {
  opacity: 0;
}
.page-top .titleAnim::after {
  content: "";
  width: 100%;
  height: calc(100% + 14px);
  position: absolute;
  top: -7px;
  left: 0;
  background-color: #fff;
  clip-path: inset(0 100% 0 0);
}

.page-low__body {
  padding: 118px 0 180px;
}
@media screen and (max-width: 768px) {
  .page-low__body {
    padding: 60px 0 130px;
  }
}
.page-low .inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-low .inner {
    max-width: 100%;
  }
}
.page-low .list-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.66);
}
.page-low .list-breadcrumbs__item:first-of-type .list-breadcrumbs__text {
  padding-left: 0;
}
.page-low .list-breadcrumbs__item:not(:first-of-type) {
  position: relative;
  margin-left: 14px;
}
.page-low .list-breadcrumbs__item:not(:first-of-type)::after {
  content: "ー";
  position: absolute;
  top: 0;
  right: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.page-low .list-breadcrumbs__text {
  display: block;
  padding: 0 13px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.page-low .list-breadcrumbs__text.--current {
  text-decoration: none;
}
.page-low .mv {
  padding: 223px 0 93px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-low .mv {
    padding: 83px 0 53px;
  }
}
.page-low .mv.--about {
  background-image: url("/assets/images/about/mv-bg.webp");
}
@media screen and (max-width: 768px) {
  .page-low .mv.--about {
    background-image: url("/assets/images/about/mv-bg-sp.webp");
  }
}
.page-low .mv.--company {
  background-image: url("/assets/images/company/mv-bg.webp");
}
@media screen and (max-width: 768px) {
  .page-low .mv.--company {
    background-image: url("/assets/images/company/mv-bg-sp.webp");
  }
}
.page-low .mv.--work {
  background-image: url("/assets/images/work/mv-bg.webp");
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page-low .mv.--work {
    background-image: url("/assets/images/work/mv-bg-sp.webp");
  }
}
.page-low .mv.--news {
  background-image: url("/assets/images/news/mv-bg.webp");
}
@media screen and (max-width: 768px) {
  .page-low .mv.--news {
    background-image: url("/assets/images/news/mv-bg-sp.webp");
    background-position: center 50%;
  }
}
.page-low .mv.--contact {
  background-image: url("/assets/images/contact/mv-bg.webp");
}
@media screen and (max-width: 768px) {
  .page-low .mv.--contact {
    background-image: url("/assets/images/contact/mv-bg-sp.webp");
  }
}
.page-low .mv__inner {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-low .mv__title {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.77);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-low .mv__title {
    font-size: 3.2rem;
  }
}
.page-low .mv__breadcrumbs {
  margin-top: 10px;
}
.page-low .low-section p {
  line-height: 1.5;
}
.page-low .low-section__title01 {
  font-size: 3.6rem;
  color: #006FBC;
  margin: 32px 0 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-low .low-section__title01 {
    font-size: 2.2rem;
    margin: 20px 0 30px;
  }
}
.page-low .low-section__title02 {
  margin: 60px 0 24px;
  padding: 10px 24px;
  background-color: #F5F5F5;
  font-size: 2.4rem;
  color: #006FBC;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-low .low-section__title02 {
    margin: 40px 0 24px;
    font-size: 2rem;
  }
}
.page-low .low-section__line {
  display: block;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
}
.page-low .low-section__line.on::before {
  transform: scaleX(1);
}
.page-low .low-section__line.on::after {
  animation: lineAnim 0.55s linear 0.13s forwards;
}
@media screen and (max-width: 768px) {
  .page-low .low-section__line.on::after {
    animation: lineAnim 0.42s linear 0.13s forwards;
  }
}
.page-low .low-section__line::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #006FBC;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.36s ease-out;
}
.page-low .low-section__line::after {
  content: "";
  width: 74px;
  height: 100%;
  background-color: #FFF100;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  will-change: transform;
}
@keyframes lineAnim {
  0% {
    left: -28px;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  85% {
    left: 100%;
  }
  85.01% {
    left: -28px;
  }
  100% {
    left: 28px;
    opacity: 1;
  }
}
.page-low .low-section__list-square li {
  font-weight: bold;
}
.page-low .low-section__list-square li:not(:first-of-type) {
  margin-top: 12px;
}
.page-low .low-section__list-square li .--top {
  font-size: 1.8rem;
  display: block;
  padding-left: 18px;
  position: relative;
}
.page-low .low-section__list-square li .--top.--font-small {
  font-size: 1.4rem;
}
.page-low .low-section__list-square li .--top.--font-small::after {
  top: 3px;
}
.page-low .low-section__list-square li .--top::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #0058A2;
  position: absolute;
  top: 5px;
  left: 0;
}
.page-low .low-section__list-square li .--text {
  display: block;
  margin-top: 6px;
  padding: 6px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
}
.page-low .low-section__list-square li .--text.--mb-small {
  margin-top: 2px;
  padding: 0;
}

.page-about .nav-top__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-about .nav-top__list {
    gap: 8px;
  }
}
.page-about .nav-top__list li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1000px) {
  .page-about .nav-top__list li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 768px) {
  .page-about .nav-top__list li {
    width: calc(50% - 4px);
  }
}
.page-about .nav-top__list li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 14px 44px 13px 12px;
  border-radius: 6px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #EDF7FC;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-about .nav-top__list li a {
    padding: 9px 40px 8px 12px;
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .page-about .nav-top__list li a:hover {
    filter: none;
    background-color: #006FBC;
    color: #fff;
  }
  .page-about .nav-top__list li a:hover::after {
    background-image: url("/assets/images/icon-arrow-tobottom.svg");
  }
}
.page-about .nav-top__list li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icon-arrow-tobottom-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .page-about .nav-top__list li a::after {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
.page-about .low-section {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page-about .low-section {
    margin-top: 60px;
  }
}
.page-about .about-prof {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .page-about .about-prof {
    display: block;
  }
}
.page-about .about-prof > div:first-of-type {
  max-width: 667px;
}
@media screen and (max-width: 768px) {
  .page-about .about-prof > div:first-of-type {
    max-width: 100%;
  }
}
.page-about .about-prof > div:first-of-type p {
  line-height: 2;
}
.page-about .about-prof > div:nth-of-type(2) {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about .about-prof > div:nth-of-type(2) {
    margin-top: 38px;
  }
}
.page-about .about-prof__img {
  width: 281px;
}
@media screen and (max-width: 768px) {
  .page-about .about-prof__img {
    width: 224px;
    margin: 0 auto;
  }
}
.page-about .about-prof__name {
  margin-top: 10px;
  display: block;
  line-height: 1.5;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-about .about-prof__name {
    text-align: center;
  }
}
.page-about .about-prof__name .--small {
  font-size: 2rem;
}
.page-about .about-large-text {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .page-about .about-large-text {
    margin-bottom: 24px;
  }
}
.page-about .about-table dl > div {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 13px;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page-about .about-table dl > div {
    display: block;
  }
}
.page-about .about-table dl > div:last-of-type {
  border-bottom: 1px solid #D9D9D9;
}
.page-about .about-table dl dt {
  width: 150px;
  flex: 0 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-about .about-table dl dt {
    margin-top: 6px;
    width: 100%;
  }
}
.page-about .about-table dl dt.--large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page-about .about-table dl dt.--large {
    width: 100%;
  }
}
.page-about .about-table dl dd {
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-about .about-table dl dd {
    margin-top: 6px;
  }
}
.page-about .about-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-about .about-list {
    margin-top: 20px;
    display: block;
  }
}
.page-about .about-list > li {
  width: calc(50% - 20px);
  padding: 24px 12px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-about .about-list > li {
    width: 100%;
    padding: 16px 0;
    gap: 16px;
  }
}
.page-about .about-list > li:first-of-type {
  border-top: 1px solid #D9D9D9;
}
.page-about .about-list > li:nth-of-type(2) {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page-about .about-list > li:nth-of-type(2) {
    border-top: none;
  }
}
.page-about .about-list__img {
  width: 123px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about .about-list__img {
    width: 69px;
  }
}
.page-about .about-list__body h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-about .about-list__body h3 {
    font-size: 1.2rem;
  }
}
.page-about .about-list__body p {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-about .about-list__body p {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.page-about .about-access__map {
  height: 330px;
}
.page-about .about-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .about-access__text {
  margin-top: 18px;
  font-size: 1.8rem;
}
.page-about .about-access__text a {
  margin-left: 40px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-about .about-access__text a {
    display: block;
    margin: 3px 0 0;
  }
}

.page-company .nav-top__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .page-company .nav-top__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .page-company .nav-top__list {
    gap: 8px;
  }
}
.page-company .nav-top__list li {
  width: calc(20% - 16px);
}
@media screen and (max-width: 1000px) {
  .page-company .nav-top__list li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 768px) {
  .page-company .nav-top__list li {
    width: calc(50% - 4px);
  }
}
.page-company .nav-top__list li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 14px 12px 46px;
  border-radius: 6px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #EDF7FC;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-company .nav-top__list li a {
    padding: 9px 40px 9px 12px;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .page-company .nav-top__list li a:hover {
    filter: none;
    background-color: #006FBC;
    color: #fff;
  }
  .page-company .nav-top__list li a:hover::after {
    background-image: url("/assets/images/icon-arrow-tobottom.svg");
  }
}
.page-company .nav-top__list li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icon-arrow-tobottom-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .page-company .nav-top__list li a::after {
    width: 20px;
    height: 20px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 12px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .page-company .page-low__body {
    padding-bottom: 80px;
  }
}
.page-company .company-top {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .page-company .company-top {
    margin-top: 60px;
  }
}
.page-company .company-top p:first-of-type {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-company .company-top p:first-of-type {
    font-size: 2rem;
  }
}
.page-company .company-top p:nth-of-type(2) {
  margin-top: 30px;
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-company .company-top p:nth-of-type(2) {
    font-size: 1.6rem;
    text-align: left;
  }
}
.page-company .company-cols {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-company .company-cols {
    display: block;
  }
}
.page-company .company-cols__body {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-company .company-cols__body {
    margin-top: 30px;
  }
}
.page-company .company-cols__body > p {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-company .company-cols__body > p {
    font-size: 1.6rem;
  }
}
.page-company .company-cols__bg {
  margin-top: 24px;
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #EDF7FC;
}
.page-company .company-cols__img {
  width: 422px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page-company .company-cols__img {
    width: 100%;
  }
}
.page-company .company-img {
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-company .company-img {
    margin-top: 30px;
    padding-bottom: 30px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.page-company .company-img img {
  width: calc(33.3333333333% - 16px);
  aspect-ratio: 325/198;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-company .company-img img {
    width: 100%;
  }
}
.page-company .company-bottom {
  border: 3px solid #CCC;
  border-radius: 16px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .page-company .company-bottom {
    padding: 40px 16px;
  }
}
.page-company .company-bottom:not(:first-of-type) {
  margin-top: 51px;
}
.page-company .company-bottom:not(:first-of-type) h3 {
  margin: 30px 0 14px;
}
.page-company .company-bottom__inner {
  max-width: 884px;
  margin: 0 auto;
}
.page-company .company-bottom .low-section__title02 {
  margin: 0;
}
.page-company .company-bottom__desc {
  margin-top: 24px;
  line-height: 1.5;
}
.page-company .company-bottom__desc a {
  color: #006FBC;
  text-decoration: underline;
}
.page-company .company-bottom__list {
  margin-top: 30px;
}
.page-company .company-bottom__list li {
  display: flex;
  gap: 13px;
}
.page-company .company-bottom__list li:not(:first-of-type) {
  margin-top: 20px;
}
.page-company .company-bottom__list li p {
  line-height: 1.5;
  margin-top: 10px;
}
.page-company .company-bottom h3 {
  font-size: 1.8rem;
  color: #006FBC;
}
.page-company .company-bottom__list-img {
  width: 61px;
  flex: 0 0 auto;
}
.page-company .company-bottom .low-section__list-square .--top {
  font-weight: normal;
  font-size: 1.6rem;
}
.page-company .company-bottom .low-section__list-square .--top::after {
  top: 4px;
}

.page-work .nav-top {
  position: sticky;
  top: 90px;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .page-work .nav-top {
    top: 77px;
  }
}
.page-work .nav-top__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .page-work .nav-top__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .page-work .nav-top__list {
    gap: 8px;
  }
}
.page-work .nav-top__list li {
  width: calc(33.3333333333% - 13.3333333333px);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-work .nav-top__list li {
    width: calc(33.3333333333% - 5.3333333333px);
  }
}
.page-work .nav-top__list li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 14px 12px 46px;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
  font-size: 1.8rem;
  font-weight: bold;
  color: #006FBC;
  background-color: #EDF7FC;
}
@media screen and (max-width: 768px) {
  .page-work .nav-top__list li a {
    padding: 9px 40px 9px 12px;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .page-work .nav-top__list li a:hover {
    filter: none;
    background-color: #006FBC;
    color: #fff;
  }
  .page-work .nav-top__list li a:hover::after {
    background-image: url("/assets/images/icon-arrow-tobottom.svg");
  }
}
.page-work .nav-top__list li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icon-arrow-tobottom-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .page-work .nav-top__list li a::after {
    width: 20px;
    height: 20px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 12px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .page-work .page-low__body {
    padding-top: 40px;
  }
}
.page-work .low-section {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page-work .low-section {
    margin-top: 60px;
  }
}
.page-work .work-list-top {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 44px;
}
@media screen and (max-width: 768px) {
  .page-work .work-list-top {
    display: block;
  }
}
.page-work .work-list-top__item {
  width: calc(50% - 22px);
}
@media screen and (max-width: 768px) {
  .page-work .work-list-top__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-work .work-list-top__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.page-work .work-list-top__btn {
  position: relative;
  display: block;
  width: 100%;
}
@media (any-hover: hover) {
  .page-work .work-list-top__btn:hover {
    filter: none;
  }
  .page-work .work-list-top__btn:hover img {
    filter: brightness(0.9);
  }
  .page-work .work-list-top__btn:hover .--icon {
    border: 1px solid #006FBC;
    background-color: #fff;
  }
  .page-work .work-list-top__btn:hover .--icon::before, .page-work .work-list-top__btn:hover .--icon::after {
    background-color: #006FBC;
  }
}
.page-work .work-list-top__btn img {
  transition: filter 0.3s;
  will-change: transform;
}
.page-work .work-list-top__btn .--icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #006FBC;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page-work .work-list-top__btn .--icon {
    width: 26px;
    height: 26px;
    right: 9px;
    bottom: 9px;
  }
}
.page-work .work-list-top__btn .--icon::before, .page-work .work-list-top__btn .--icon::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.page-work .work-list-top__btn .--icon::before {
  width: 14px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .page-work .work-list-top__btn .--icon::before {
    width: 10px;
    height: 1px;
  }
}
.page-work .work-list-top__btn .--icon::after {
  width: 2px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .page-work .work-list-top__btn .--icon::after {
    width: 1px;
    height: 10px;
  }
}
.page-work .work-list-top__text {
  display: block;
  margin-top: 6px;
  font-weight: bold;
}
.page-work .work-list {
  max-width: 1064px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-work .work-list {
    max-width: 100%;
    margin-top: 70px;
    padding: 0;
  }
}
.page-work .work-list table {
  border-collapse: collapse;
  width: 100%;
}
.page-work .work-list table th, .page-work .work-list table td {
  border: 1px solid #E5E5E5;
}
.page-work .work-list table th:first-of-type, .page-work .work-list table td:first-of-type {
  width: 22.0703125%;
}
@media screen and (max-width: 768px) {
  .page-work .work-list table th:first-of-type, .page-work .work-list table td:first-of-type {
    width: 20.2127659574%;
  }
}
.page-work .work-list table th:nth-of-type(2), .page-work .work-list table td:nth-of-type(2) {
  width: 18.06640625%;
}
@media screen and (max-width: 768px) {
  .page-work .work-list table th:nth-of-type(2), .page-work .work-list table td:nth-of-type(2) {
    width: 16.4893617021%;
    min-width: 78px;
  }
}
.page-work .work-list table th:nth-of-type(3), .page-work .work-list table td:nth-of-type(3) {
  width: 11.71875%;
}
@media screen and (max-width: 768px) {
  .page-work .work-list table th:nth-of-type(3), .page-work .work-list table td:nth-of-type(3) {
    width: 14.3617021277%;
  }
}
.page-work .work-list table th:nth-of-type(4), .page-work .work-list table td:nth-of-type(4) {
  width: 48.14453125%;
}
@media screen and (max-width: 768px) {
  .page-work .work-list table th:nth-of-type(4), .page-work .work-list table td:nth-of-type(4) {
    width: 49.7340425532%;
  }
}
.page-work .work-list table thead th {
  padding: 12px 6px;
  text-align: center;
  background-color: #EDF7FC;
  font-weight: bold;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-work .work-list table thead th {
    font-size: 1.3rem;
    padding: 12px 2px;
  }
}
.page-work .work-list table tbody td {
  padding: 12px 10px;
}
@media screen and (max-width: 768px) {
  .page-work .work-list table tbody td {
    font-size: 1.3rem;
    padding: 12px 6px;
  }
}
.page-work .work-list table tbody td.pb0 {
  padding: 0;
}
.page-work .work-list__btn {
  padding: 12px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-work .work-list__btn {
    padding: 6px;
    gap: 5px;
  }
}
.page-work .work-list__btn img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .page-work .work-list__btn img {
    width: 16px;
  }
}
.page-work .work-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.page-work .work-modal.--photo .work-modal__body {
  max-width: 756px;
}
@media screen and (max-width: 768px) {
  .page-work .work-modal.--photo .work-modal__body {
    max-width: calc(100% - 40px);
  }
}
.page-work .work-modal__inner {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.page-work .work-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.page-work .work-modal__body {
  width: 100%;
  max-width: 773px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-work .work-modal__body {
    max-width: calc(100% - 40px);
  }
}
.page-work .work-modal__close {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 5px;
  width: 50px;
  margin-left: auto;
}
.page-work .work-modal__bg-white {
  max-height: calc(100vh - 130px);
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  background-color: #fff;
  padding: 50px 156px;
}
@media screen and (max-width: 768px) {
  .page-work .work-modal__bg-white {
    padding: 50px 20px;
  }
}
.page-work .work-modal h2 {
  font-size: 1.8rem;
}
.page-work .work-modal__img {
  margin-top: 20px;
}
.page-work .work-modal__img-col {
  margin-top: 5px;
  display: flex;
  gap: 5px;
}
.page-work .work-modal__img-col button {
  display: block;
  width: calc(33.3333333333% - 4.6666666667px);
}
.page-work .work-modal__table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.page-work .work-modal__table th, .page-work .work-modal__table td {
  border: 1px solid #E5E5E5;
}
.page-work .work-modal__table th {
  padding: 12px 6px;
  background-color: #EDF7FC;
  font-weight: bold;
  width: 100px;
  min-width: 100px;
  color: #006FBC;
}
.page-work .work-modal__table td {
  padding: 12px 10px;
}

@media screen and (max-width: 768px) {
  .page-news .page-low__body {
    padding-bottom: 80px;
  }
}
.page-news .news-body {
  max-width: 1239px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .page-news .news-body {
    max-width: 100%;
    display: block;
  }
}
.page-news .news-body__list, .page-news .news-body__contents {
  width: 100%;
}
.page-news .news-body__cat {
  width: 240px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-news .news-body__cat {
    width: 100%;
    margin-top: 90px;
  }
}
.page-news .news-body__pagination {
  margin-top: 60px;
}
.page-news .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
.page-news .news-list__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .page-news .news-list__item {
    width: 100%;
  }
}
.page-news .news-list__thumbnail {
  aspect-ratio: 430/240;
}
.page-news .news-list__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news .news-list__date {
  margin-top: 13px;
  display: flex;
  align-items: center;
}
.page-news .news-list__date .--date {
  display: block;
  width: 98px;
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-news .news-list__date .--cat {
  display: block;
  padding: 3px 23px 2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003C74;
  border: 1px solid #004B84;
  border-radius: 4px;
}
.page-news .news-list__date .--cat + .--cat {
  margin-left: 3px;
}
.page-news .news-list__text {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-news .news-list__text {
    -webkit-line-clamp: 3;
  }
}
.page-news .pagination {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page-news .pagination__prev {
  width: min(5.3333333333vw, 20px);
  height: min(5.3333333333vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-news .pagination__prev img {
  width: 9px;
  transform: rotate(180deg);
}
.page-news .pagination__next {
  width: min(5.3333333333vw, 20px);
  height: min(5.3333333333vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-news .pagination__next img {
  width: 9px;
}
.page-news .pagination__list {
  display: flex;
  align-items: center;
  gap: min(5.3333333333vw, 20px);
  margin: 0 18px;
}
.page-news .pagination__list a {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page-news .pagination__list a {
    font-size: min(4.8vw, 1.8rem);
  }
}
.page-news .pagination__list a.--current {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #006FBC;
  color: #fff;
}
.page-news .news-list-cat dl dt {
  padding: 16px 10px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #006FBC;
  border-top: 1px solid #0B191F;
  border-bottom: 1px solid #0B191F;
}
.page-news .news-list-cat__link {
  display: block;
  padding: 11px 10px;
  border-bottom: 1px solid #0B191F;
}

.page-news-detail .news-detail-area__date {
  display: flex;
  align-items: center;
}
.page-news-detail .news-detail-area__date .--date {
  display: block;
  width: 98px;
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-news-detail .news-detail-area__date .--cat {
  display: block;
  padding: 3px 23px 2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003C74;
  border: 1px solid #004B84;
  border-radius: 4px;
}
.page-news-detail .news-detail-area__date .--cat + .--cat {
  margin-left: 3px;
}
.page-news-detail .news-detail-area__title {
  margin-top: 30px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-detail-area__title {
    font-size: 2rem;
  }
}
.page-news-detail .news-detail-area__thumbnail {
  margin-top: 40px;
  aspect-ratio: 900/502;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news-detail .news-detail-area__bottom {
  margin-top: 47px;
}
.page-news-detail .news-detail-area__btn-back {
  padding: 10px 47px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  width: 340px;
  min-height: 45px;
  line-height: 1.2;
  color: #006FBC;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  border: 1px solid #006FBC;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-detail-area__btn-back {
    padding: 13px 53px 13px 26px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .page-news-detail .news-detail-area__btn-back:hover {
    filter: none;
    background-color: #006FBC;
    border: 1px solid #fff;
    color: #fff;
  }
  .page-news-detail .news-detail-area__btn-back:hover::after {
    background-image: url("../images/icon-arrow-diagonal.svg");
  }
}
.page-news-detail .news-detail-area__btn-back::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/assets/images/icon-arrow-diagonal-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.15));
  transition: background-image 0.3s;
}
.page-news-detail .news-detail-body h2 {
  margin: 80px 0 20px;
  padding-top: 32px;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: #006FBC;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-detail-body h2 {
    font-size: 2.2rem;
    margin: 60px 0 20px;
  }
}
.page-news-detail .news-detail-body h2.on::before {
  transform: scaleX(1);
}
.page-news-detail .news-detail-body h2.on::after {
  opacity: 1;
  transform: inherit;
}
.page-news-detail .news-detail-body h2::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #006FBC;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.page-news-detail .news-detail-body h2::after {
  content: "";
  width: 74px;
  height: 4px;
  background-color: #FFF100;
  position: absolute;
  top: 0;
  left: 28px;
  transform: translateX(-28px);
  transition: transform 0.2s ease-out 0.4s, opacity 0.2s ease-out 0.4s;
  opacity: 0;
}
.page-news-detail .news-detail-body h3 {
  margin: 60px 0 24px;
  padding: 10px 24px;
  background-color: #F5F5F5;
  font-size: 2.4rem;
  color: #006FBC;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .page-news-detail .news-detail-body h3 {
    margin: 40px 0 24px;
    font-size: 2rem;
  }
}
.page-news-detail .news-detail-body > p {
  margin-top: 16px;
  line-height: 1.5;
}
.page-news-detail .news-detail-body > p a {
  color: #006FBC;
  font-weight: bold;
  text-decoration: underline;
}
.page-news-detail .news-detail-body > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  color: #006FBC;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
}
.page-news-detail .news-detail-body figure {
  display: block;
  margin: 40px 0;
}
.page-news-detail .news-detail-body figure figcaption {
  margin-top: 10px;
}
.page-news-detail .news-detail-body ul {
  padding: 20px 24px;
}
.page-news-detail .news-detail-body ul li {
  padding-left: 18px;
  position: relative;
}
.page-news-detail .news-detail-body ul li:not(:first-of-type) {
  margin-top: 12px;
}
.page-news-detail .news-detail-body ul li::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #0058A2;
  position: absolute;
  top: 4px;
  left: 0;
}
.page-news-detail .news-detail-body .link-external {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  position: relative;
}
.page-news-detail .news-detail-body .link-external::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
  background-image: url("/assets/images/icon-external.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.page-contact .page-low__body {
  padding-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .page-contact .page-low__body {
    padding-bottom: 0;
  }
}
.page-contact .low-section {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page-contact .low-section {
    margin-top: 60px;
  }
}
.page-contact .low-section.--mt0 {
  margin-top: 0;
}
.page-contact .inner {
  max-width: 1066px;
}
@media screen and (max-width: 768px) {
  .page-contact .inner {
    max-width: 100%;
  }
}
.page-contact .contact-top .--top {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-top .--top {
    font-size: 2.4rem;
  }
}
.page-contact .contact-top .--text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-top .--text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.page-contact .contact-top__nav {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-top__nav {
    flex-direction: column;
  }
}
.page-contact .contact-top__nav li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .page-contact .contact-top__nav li {
    width: 100%;
  }
}
.page-contact .contact-top__nav li a {
  display: block;
  background-color: #EDF7FC;
  text-align: center;
  position: relative;
  padding: 14px 12px 46px;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
  font-size: 1.8rem;
  font-weight: bold;
  color: #006FBC;
}
@media (any-hover: hover) {
  .page-contact .contact-top__nav li a:hover {
    filter: none;
    background-color: #006FBC;
    color: #fff;
  }
  .page-contact .contact-top__nav li a:hover::after {
    background-image: url("/assets/images/icon-arrow-tobottom.svg");
  }
}
.page-contact .contact-top__nav li a::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/icon-arrow-tobottom-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-image 0.3s;
}
.page-contact .contact-tel-box {
  border: 3px solid #D0D0D0;
  border-radius: 4px;
  padding: 57px 40px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-tel-box {
    padding: 30px;
  }
}
.page-contact .contact-tel-box__top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-tel-box__top {
    align-items: center;
  }
}
.page-contact .contact-tel-box__top p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #006FBC;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-tel-box__top p {
    font-size: 2.4rem;
  }
}
.page-contact .contact-tel-box__top p a {
  text-decoration: underline;
}
.page-contact .contact-tel-box__bottom {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #006FBC;
}
.page-contact .contact-mail-top p {
  line-height: 1.5;
}
.page-contact .contact-mail-top p span {
  display: block;
  color: #E71A2F;
}
.page-contact .contact-mail-body {
  margin-top: 40px;
  background-color: #EDF7FC;
  border-radius: 8px;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body {
    padding: 50px 15px;
  }
}
.page-contact .contact-mail-body__inner {
  max-width: 884px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__inner {
    max-width: 100%;
  }
}
.page-contact .contact-mail-body__top {
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__top {
    max-width: 100%;
  }
}
.page-contact .contact-mail-body__col {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__col {
    flex-direction: column;
    gap: 10px;
  }
}
.page-contact .contact-mail-body__col:not(:first-of-type) {
  margin-top: 30px;
}
.page-contact .contact-mail-body__label {
  width: 200px;
  flex: 0 0 auto;
  font-weight: bold;
  padding-top: 10px;
}
.page-contact .contact-mail-body__label.--pt0 {
  padding-top: 0;
}
.page-contact .contact-mail-body__label.--pt-l {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__label.--pt-l {
    padding-top: 0;
  }
}
.page-contact .contact-mail-body__label .--required {
  color: #E71A2F;
}
.page-contact .contact-mail-body__item {
  width: 100%;
}
.page-contact .contact-mail-body__item .--cols {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-contact .contact-mail-body__item input[type=text], .page-contact .contact-mail-body__item input[type=tel], .page-contact .contact-mail-body__item input[type=email], .page-contact .contact-mail-body__item textarea {
  padding: 9px 20px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page-contact .contact-mail-body__item textarea {
  min-height: 165px;
}
.page-contact .contact-mail-body__item input[type=checkbox], .page-contact .contact-mail-body__item input[type=radio] {
  display: none;
}
.page-contact .contact-mail-body__item input[type=checkbox]:checked + label::before, .page-contact .contact-mail-body__item input[type=radio]:checked + label::before {
  background-color: #fff;
}
.page-contact .contact-mail-body__item input[type=checkbox]:checked + label::after, .page-contact .contact-mail-body__item input[type=radio]:checked + label::after {
  opacity: 1;
}
.page-contact .contact-mail-body__item .--label {
  position: relative;
  padding-left: 35px;
}
.page-contact .contact-mail-body__item .--label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.page-contact .contact-mail-body__item .--label::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/contact/icon-check.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 1px);
  left: 2px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.page-contact .contact-mail-body .--required-text {
  color: #E71A2F;
  margin-top: 10px;
  font-size: 1.4rem;
}
.page-contact .contact-mail-body__bottom {
  margin-top: 50px;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background-color: #fff;
}
.page-contact .contact-mail-body__bottom > div {
  padding: 24px 30px;
  max-height: 158px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__bottom > div {
    max-height: 302px;
  }
}
.page-contact .contact-mail-body__bottom h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.page-contact .contact-mail-body__bottom h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
}
.page-contact .contact-mail-body__bottom p {
  margin-top: 14px;
  line-height: 1.5;
}
.page-contact .contact-mail-body__bottom p.--bold {
  font-weight: bold;
}
.page-contact .contact-mail-body__bottom ul {
  margin-top: 14px;
  list-style-type: disc;
  padding-left: 1.5em;
}
.page-contact .contact-mail-body__bottom ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
.page-contact .contact-mail-body__bottom ol {
  margin-top: 14px;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.page-contact .contact-mail-body__bottom ol li:not(:first-of-type) {
  margin-top: 0.5em;
}
.page-contact .contact-mail-body__btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__btn {
    margin-top: 30px;
    flex-direction: column;
  }
}
.page-contact .contact-mail-body__btn-submit {
  padding: 10px 47px 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 340px;
  min-height: 45px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #006FBC;
  border-radius: 50px;
  position: relative;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__btn-submit {
    padding: 10px 53px 9px 26px;
    width: 100%;
  }
}
.page-contact .contact-mail-body__btn-submit.--small {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__btn-submit.--small {
    width: 100%;
  }
}
.page-contact .contact-mail-body__btn-submit.--back {
  background-color: #fff;
  color: #006FBC;
  border: 1px solid #006FBC;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-mail-body__btn-submit.--back {
    margin: 0 0 14px;
  }
}
.page-contact .contact-mail-body__btn-submit.--back::after {
  background-image: url("../images/icon-arrow-diagonal-blue.svg");
}
@media (any-hover: hover) {
  .page-contact .contact-mail-body__btn-submit:hover {
    filter: none;
    background-color: #fff;
    border: 1px solid #006FBC;
    color: #006FBC;
  }
  .page-contact .contact-mail-body__btn-submit:hover::after {
    background-image: url("../images/icon-arrow-diagonal-blue.svg");
  }
  .page-contact .contact-mail-body__btn-submit.--back:hover {
    background-color: #006FBC;
    color: #fff;
    border: 1px solid #fff;
  }
  .page-contact .contact-mail-body__btn-submit.--back:hover::after {
    background-image: url("../images/icon-arrow-diagonal.svg");
  }
}
.page-contact .contact-mail-body__btn-submit::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/assets/images/icon-arrow-diagonal.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.15));
  transition: background-image 0.3s;
}
.page-contact .thanks-area .--top {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact .thanks-area .--top {
    font-size: 2.4rem;
  }
}
.page-contact .thanks-area .--text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact .thanks-area .--text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.page-contact .thanks-area__btn {
  margin: 30px auto 0;
  padding: 10px 47px 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 340px;
  min-height: 45px;
  line-height: 1.2;
  color: #006FBC;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  border: 1px solid #006FBC;
}
@media screen and (max-width: 768px) {
  .page-contact .thanks-area__btn {
    margin-top: 20px;
    padding: 10px 53px 9px 26px;
    width: calc(100% - 30px);
  }
}
@media (any-hover: hover) {
  .page-contact .thanks-area__btn:hover {
    filter: none;
    background-color: #006FBC;
    border: 1px solid #fff;
    color: #fff;
  }
  .page-contact .thanks-area__btn:hover::after {
    background-image: url("../images/icon-arrow-diagonal.svg");
  }
}
.page-contact .thanks-area__btn::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("/assets/images/icon-arrow-diagonal-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.15));
  transition: background-image 0.3s;
}/*# sourceMappingURL=base.css.map */