@charset "UTF-8";
header {
  background-color: #f2eee9;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  header {
    padding: 10px 0;
  }
}
header a:hover {
  color: #333;
}
header .header-inner {
  padding: 15px 15px;
}
@media (max-width: 767.98px) {
  header .header-inner {
    padding: 10px 10px;
  }
}
@media (max-width: 767.98px) {
  header .anime-header {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  header .anime-header > .col-auto:first-child {
    min-width: 0;
    flex-shrink: 1;
  }
}
@media (max-width: 767.98px) {
  header .anime-header > .col-auto:last-child {
    flex-shrink: 0;
  }
}
header .header-logo {
  padding: 4px 0;
}
header img.logo {
  width: 500px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  header img.logo {
    width: auto;
    max-height: 40px;
  }
}
header .header-actions {
  gap: 8px;
}
@media (min-width: 576px) {
  header .header-actions {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  header .header-actions {
    flex-shrink: 0;
  }
}
header .header-nav {
  display: none;
}
@media screen and (min-width: 1401px) {
  header .header-nav {
    display: flex;
    align-items: center;
  }
}
header .header-nav .header-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
header .header-nav .header-nav-list li {
  padding: 0 12px;
}
header .header-nav .header-nav-link {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.3s ease;
  position: relative;
  white-space: nowrap;
}
header .header-nav .header-nav-link:hover {
  color: #0EB2BC;
}
header .header-nav .header-nav-link.active {
  color: #0EB2BC;
}
header .header-nav .header-nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0EB2BC;
}
header .header-nav .header-sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #cdcdcd;
}
header .header-nav .header-sns__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #333;
  font-size: 18px;
  line-height: 1;
  transition: color 0.3s ease;
}
header .header-nav .header-sns__link:hover {
  color: #0EB2BC;
}
header .header-hamburger {
  flex-shrink: 0;
}
header a.contact_btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #cf1225;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 100px;
  aspect-ratio: 1/1;
}
header a.contact_btn i {
  display: block;
}
header a.access_btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fa4138;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 100px;
  aspect-ratio: 1/1;
}
header a.access_btn i {
  display: block;
}

.header-cta-btn {
  --header-height: 50px;
  position: fixed;
  top: calc(var(--header-height) + (100vh - var(--header-height)) * 0.2);
  right: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .header-cta-btn {
    display: inline-flex;
  }
}
.header-cta-btn {
  background-color: #E8714A;
  color: #fff;
  padding: 25px 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(232, 113, 74, 0.35);
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-radius: 8px 0 0 8px;
}
.header-cta-btn:hover {
  color: #fff;
  background-color: #d4623d;
  transform: translateX(-2px);
}
.header-cta-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-cta-btn__icon img {
  display: block;
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}
.header-cta-btn__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 15px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

footer.site-footer {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #102b5c;
  color: #fff;
  padding: 56px 0 32px;
}
@media (max-width: 767.98px) {
  footer.site-footer {
    padding: 40px 0 100px;
  }
}
footer.site-footer::before {
  display: none;
}
footer.site-footer a {
  color: inherit;
  text-decoration: none;
}
footer.site-footer a:hover {
  opacity: 0.8;
}

footer.site-footer .footer-main {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-main {
    margin-bottom: 32px;
  }
}

footer.site-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }
}
footer.site-footer .footer-brand__logo {
  display: block;
  flex-shrink: 0;
  padding: 4px 0;
}
footer.site-footer .footer-brand__logo img {
  width: 400px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-brand__logo img {
    width: auto;
    max-height: 60px;
  }
}
footer.site-footer .footer-brand__logo-img {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-brand__logo-img {
    width: auto;
    max-height: 60px;
  }
}
footer.site-footer .footer-brand__name {
  font-size: clamp(20px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

footer.site-footer .footer-contact {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-contact {
    font-size: 14px;
  }
}
footer.site-footer .footer-contact a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

footer.site-footer .footer-privacy-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer.site-footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-right {
    align-items: flex-start;
    gap: 24px;
  }
}

footer.site-footer .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 24px;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-navigation {
    justify-content: flex-start;
  }
}
footer.site-footer .footer-navigation .footer-nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-navigation .footer-nav-link {
    font-size: 14px;
  }
}
footer.site-footer .footer-navigation .footer-nav-link:hover {
  opacity: 0.75;
}
footer.site-footer .footer-navigation .footer-nav-link.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

footer.site-footer .footer-blog-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}
@media (max-width: 991.98px) {
  footer.site-footer .footer-blog-banners {
    justify-content: flex-start;
  }
}

footer.site-footer .footer-blog-bnr {
  display: flex;
  align-items: stretch;
  width: min(100%, 320px);
  min-height: 100px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
footer.site-footer .footer-blog-bnr:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}
footer.site-footer .footer-blog-bnr__thumb {
  flex: 0 0 90px;
  overflow: hidden;
}
footer.site-footer .footer-blog-bnr__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.site-footer .footer-blog-bnr__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 14px;
  color: #102b5c;
  line-height: 1.35;
}
footer.site-footer .footer-blog-bnr__label {
  font-size: 14px;
  font-weight: 500;
}
footer.site-footer .footer-blog-bnr__title {
  font-size: 18px;
  font-weight: 700;
}

footer.site-footer .footer-bottom {
  gap: 20px 0;
}

footer.site-footer .footer-copyright {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
}

footer.site-footer .footer-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  footer.site-footer .footer-sns {
    justify-content: flex-start;
    margin-top: 8px;
  }
}
footer.site-footer .footer-sns__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: opacity 0.3s ease;
}
footer.site-footer .footer-sns__link:hover {
  opacity: 0.75;
}

.footer_bnr {
  position: fixed;
  bottom: 1em;
  left: 1em;
}

.contact-box {
  transform: scale(0.8);
  transform-origin: right bottom;
  position: fixed;
  z-index: 1000;
  right: 1em;
  bottom: 1em;
  width: 360px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
  .contact-box {
    padding: 25px 20px;
    width: 100%;
    transform-origin: left bottom;
    right: auto;
    left: 0.5em;
    bottom: 0.5em;
    transform: scale(1);
  }
}
.contact-box .contact-box-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #333;
  font-size: 18px;
}
.contact-box .contact-box-close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.contact-box .contact-box-close:focus {
  outline: 2px solid #333;
  outline-offset: 2px;
}
.contact-box .contact-box-illustration {
  position: absolute;
  top: -60px;
  right: -20px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .contact-box .contact-box-illustration {
    top: -40px;
    right: 0;
    width: 100px;
  }
}
.contact-box .box-header {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.contact-box .box-header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
}
.contact-box .box-header .box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-box .contact-tel {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-box .contact-tel {
    font-size: 20px;
  }
}
.contact-box .contact-hours {
  font-size: 16px;
  color: #666;
  margin: 0;
  text-align: center;
}
.contact-box .contact-box-content {
  margin-top: 30px;
}
.contact-box .contact-box-content .primary-btn {
  width: 300px;
  padding: 20px 0 !important;
}

.contact-sp-box {
  transform-origin: left bottom;
  position: fixed;
  z-index: 1000;
  left: 50px;
  bottom: 0.5em;
}
.contact-sp-box .contact-box-content {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.contact-sp-box .contact-box-content .contact-box-illustration {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateX(45%) translateY(-30%) scale(0.7);
  transform-origin: right bottom;
}
.contact-sp-box .primary-btn {
  width: auto;
  white-space: nowrap;
  padding: 20px 40px !important;
  background-color: #E8714A;
  box-shadow: 0 4px 10px rgba(232, 113, 74, 0.35);
}
.contact-sp-box .primary-btn:hover {
  background-color: #d4623d;
  box-shadow: 0 6px 15px rgba(232, 113, 74, 0.4);
}
.contact-sp-box .primary-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-sp-box .primary-btn__icon img {
  display: block;
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}

.sub-cover {
  position: relative;
  z-index: 3;
  background-color: #f2eee9;
}
@media (max-width: 767.98px) {
  .sub-cover {
    margin-bottom: 50px;
  }
}
.sub-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1200/41;
  transform: rotate(0) translateY(0);
  background-image: url("../images/wave/cover_wave.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .sub-cover::before {
    top: 90%;
    aspect-ratio: 640/41;
  }
}
.sub-cover .sub-cover-inner {
  padding: 40px 0 100px;
}
@media (max-width: 991.98px) {
  .sub-cover .sub-cover-inner {
    gap: 24px;
    padding: 32px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .sub-cover .sub-cover-inner {
    padding: 0 0 48px;
  }
}
.sub-cover .sub-cover-heading {
  flex-shrink: 0;
}
.sub-cover .sub-cover-title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #102b5c;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .sub-cover .sub-cover-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .sub-cover .sub-cover-title {
    font-size: 28px;
  }
}
.sub-cover .sub-cover-label {
  font-size: 18px;
  margin-top: 4px;
  color: #102b5c;
}
@media (max-width: 767.98px) {
  .sub-cover .sub-cover-label {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .sub-cover .sub-cover-catchcopy {
    max-width: 100%;
  }
}
.sub-cover .sub-cover-catchcopy p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #102b5c;
}
@media (max-width: 991.98px) {
  .sub-cover .sub-cover-catchcopy p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media (max-width: 767.98px) {
  .sub-cover .sub-cover-catchcopy p {
    font-size: 16px;
  }
}

/*===========================================================*/
/*機能編 4-2-4　背景色が伸びる（左から右）　 */
/*===========================================================*/
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 20px;
}
#splash-logo img {
  width: 500px;
  max-width: 80vw;
  height: auto;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #333333;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#main_content {
  opacity: 0;
}

/*bodyにappearクラスがついたら出現*/
body.appear #main_content {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_down_area {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.scroll_down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.scroll_down span.text {
  font-size: 12px;
  color: #CF1225;
  opacity: 0.8;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .scroll_down span.text {
    color: #ffffff;
  }
}
.scroll_down span.line {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 100px;
}
.scroll_down span.line:before,
.scroll_down span.line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.scroll_down span.line:before {
  background: #fff;
}
.scroll_down span.line:after {
  background: #e59aa2;
}
@media screen and (max-width: 767px) {
  .scroll_down span.line:after {
    background: #ccc;
  }
}

#type01 span.line:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
/*========= ボタン ===============*/
#humberger {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 2000;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1400px) {
  #humberger {
    display: block;
  }
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn6 {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

/*ボタン内側*/
.openbtn6 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 8px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #333;
}

.openbtn6 span:nth-of-type(1) {
  top: 12px;
}

.openbtn6 span:nth-of-type(2) {
  top: 19px;
}

.openbtn6 span:nth-of-type(3) {
  top: 26px;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn6.active span:nth-of-type(1) {
  top: 19px;
  left: 8px;
  transform: rotate(-45deg);
  width: 24px;
}

.openbtn6.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn6.active span:nth-of-type(3) {
  top: 19px;
  left: 8px;
  transform: rotate(45deg);
  width: 24px;
}

/*========= メニュー画面 ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1010;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*ナビの高さ*/
  background: #102b5c;
  /*動き*/
  font-weight: 600;
  font-size: 20px;
}
#g-nav .g-nav-inner {
  min-height: 100%;
  padding-bottom: calc(2.5rem + env(safe-area-inset-bottom, 0px));
}
#g-nav .nav-en {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding-right: 10px;
  letter-spacing: 0.08em;
}
#g-nav .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
  background: #e17a3a;
  padding: 20px 0;
  border-radius: 50px;
  text-decoration: none;
}
#g-nav .contact-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#g-nav .contact-btn__icon img {
  display: block;
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1);
}
#g-nav .tel-btn {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 20px 0;
  border-radius: 50px;
}
#g-nav .g-nav-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
#g-nav .g-nav-sns__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  transition: opacity 0.3s ease;
}
#g-nav .g-nav-sns__link:hover {
  color: #fff;
  opacity: 0.8;
}
#g-nav .g-nav-sns__link:active {
  opacity: 0.6;
}
#g-nav .g-nav-close {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 1020;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
#g-nav .g-nav-close span {
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  top: 21px;
}
#g-nav .g-nav-close span:nth-of-type(1) {
  transform: rotate(-45deg);
}
#g-nav .g-nav-close span:nth-of-type(2) {
  transform: rotate(45deg);
}
#g-nav .g-nav-close:active {
  opacity: 0.7;
}
#g-nav {
  /* メニューリンクのタップ/ホバー時のフィードバック */
}
#g-nav a.nav-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
#g-nav a.nav-item:active {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}

/*==================================================
  　メインテキストアニメーション  
===================================*/
.animated-text-cover,
.animated-text {
  display: inline-block;
  opacity: 0;
}
.animated-text-cover.active, .animated-text-cover.active::after,
.animated-text.active,
.animated-text.active::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.animated-text-cover.active,
.animated-text.active {
  opacity: 1;
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  cursor: default;
}
.animated-text-cover.active::after,
.animated-text.active::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f3f6;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.animated-text-cover.a-white.active::after,
.animated-text.a-white.active::after {
  background-color: #f0f3f6;
}
.animated-text-cover.a-transparent.active::after,
.animated-text.a-transparent.active::after {
  background-color: #f0f3f6;
}

@keyframes clip-text {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
/*==================================================
  キャッチコピー風 1文字ずつ表示（表示後は消えない）
===================================*/
.catchcopy-reveal {
  display: inline-block;
  opacity: 1;
  overflow: visible;
}
.catchcopy-reveal__char {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1;
}
.catchcopy-reveal__char-inner {
  display: inline-block;
  transform: translateY(110%);
  will-change: transform;
}
.catchcopy-reveal.is-revealed .catchcopy-reveal__char-inner {
  animation: catchcopyCharReveal 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  animation-delay: calc(var(--index) * 0.08s);
}

@keyframes catchcopyCharReveal {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .catchcopy-reveal__char-inner {
    transform: none;
    animation: none !important;
  }
}
/*==================================================
印象編 4 最低限おぼえておきたい動き
===================================*/
/*背景色が伸びて出現（左から）*/
.animatedBgLR {
  position: relative;
  display: inline-block;
  height: 100%;
}

.animatedBgLR.active::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f3f6;
  border-radius: 30px;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*中の要素*/
.animatedBgLR > * {
  opacity: 0;
}

.animatedBgLR.active > * {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
}

.breadcrumb {
  background-color: #f4f4f1;
}

.section-title {
  font-size: 72px;
  font-weight: bold;
  color: #102b5c;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.primary-btn {
  background: #3c78b5;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(60, 120, 181, 0.3);
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.primary-btn:hover {
  color: #fff;
  background-color: #2a5a8a;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(60, 120, 181, 0.4);
}

.section-btn {
  display: inline-block;
  padding: 0.8em 5em;
  border: 2px solid #102b5c;
  border-radius: 30px;
  color: #102b5c;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(60, 120, 181, 0.3);
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.3s ease;
}
.section-btn:hover {
  background-color: #0EB2BC;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-btn {
    padding: 12px 35px;
    font-size: 14px;
  }
}

/* .block-content 直下の要素にサイト幅を指定 */
.block-content > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* .block-content 直下の .alignwide の場合 */
.block-content > .alignwide {
  max-width: 1400px;
}

/* .block-content 直下の .alignfull の場合 */
.block-content > .alignfull {
  max-width: 100%;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #102b5c;
}

a {
  text-decoration: none;
  color: #212529;
}

section {
  overflow-x: hidden;
}/*# sourceMappingURL=common.css.map */