@charset "UTF-8";

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-4 {
  margin: 0.4rem;
}

.mt-4 {
  margin-top: 0.4rem;
}

.mr-4 {
  margin-right: 0.4rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.ml-4 {
  margin-left: 0.4rem;
}

.mx-4 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.my-4 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.m-8 {
  margin: 0.8rem;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mr-8 {
  margin-right: 0.8rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.ml-8 {
  margin-left: 0.8rem;
}

.mx-8 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.my-8 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.m-12 {
  margin: 1.2rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mr-12 {
  margin-right: 1.2rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.ml-12 {
  margin-left: 1.2rem;
}

.mx-12 {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.my-12 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.m-16 {
  margin: 1.6rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mr-16 {
  margin-right: 1.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.ml-16 {
  margin-left: 1.6rem;
}

.mx-16 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.my-16 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.m-20 {
  margin: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.ml-20 {
  margin-left: 2rem;
}

.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-24 {
  margin: 2.4rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mr-24 {
  margin-right: 2.4rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.ml-24 {
  margin-left: 2.4rem;
}

.mx-24 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-24 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.m-32 {
  margin: 3.2rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mr-32 {
  margin-right: 3.2rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.ml-32 {
  margin-left: 3.2rem;
}

.mx-32 {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}

.my-32 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.m-40 {
  margin: 4rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mr-40 {
  margin-right: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.ml-40 {
  margin-left: 4rem;
}

.mx-40 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-48 {
  margin: 4.8rem;
}

.mt-48 {
  margin-top: 4.8rem;
}

.mr-48 {
  margin-right: 4.8rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.ml-48 {
  margin-left: 4.8rem;
}

.mx-48 {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}

.my-48 {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.m-64 {
  margin: 6.4rem;
}

.mt-64 {
  margin-top: 6.4rem;
}

.mr-64 {
  margin-right: 6.4rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.ml-64 {
  margin-left: 6.4rem;
}

.mx-64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}

.my-64 {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-4 {
  padding: 0.4rem;
}

.pt-4 {
  padding-top: 0.4rem;
}

.pr-4 {
  padding-right: 0.4rem;
}

.pb-4 {
  padding-bottom: 0.4rem;
}

.pl-4 {
  padding-left: 0.4rem;
}

.px-4 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.p-8 {
  padding: 0.8rem;
}

.pt-8 {
  padding-top: 0.8rem;
}

.pr-8 {
  padding-right: 0.8rem;
}

.pb-8 {
  padding-bottom: 0.8rem;
}

.pl-8 {
  padding-left: 0.8rem;
}

.px-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.p-12 {
  padding: 1.2rem;
}

.pt-12 {
  padding-top: 1.2rem;
}

.pr-12 {
  padding-right: 1.2rem;
}

.pb-12 {
  padding-bottom: 1.2rem;
}

.pl-12 {
  padding-left: 1.2rem;
}

.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.p-16 {
  padding: 1.6rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pr-16 {
  padding-right: 1.6rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.pl-16 {
  padding-left: 1.6rem;
}

.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.p-20 {
  padding: 2rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-24 {
  padding: 2.4rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pr-24 {
  padding-right: 2.4rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pl-24 {
  padding-left: 2.4rem;
}

.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.p-32 {
  padding: 3.2rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pr-32 {
  padding-right: 3.2rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.pl-32 {
  padding-left: 3.2rem;
}

.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.py-32 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.p-40 {
  padding: 4rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pr-40 {
  padding-right: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pl-40 {
  padding-left: 4rem;
}

.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-48 {
  padding: 4.8rem;
}

.pt-48 {
  padding-top: 4.8rem;
}

.pr-48 {
  padding-right: 4.8rem;
}

.pb-48 {
  padding-bottom: 4.8rem;
}

.pl-48 {
  padding-left: 4.8rem;
}

.px-48 {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.py-48 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.p-64 {
  padding: 6.4rem;
}

.pt-64 {
  padding-top: 6.4rem;
}

.pr-64 {
  padding-right: 6.4rem;
}

.pb-64 {
  padding-bottom: 6.4rem;
}

.pl-64 {
  padding-left: 6.4rem;
}

.px-64 {
  padding-left: 6.4rem;
  padding-right: 6.4rem;
}

.py-64 {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333333;
  background: #F9F6F0;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.l-section--blue-light,
.l-section--blue,
.l-section--cream,
.l-section--white,
.l-section {
  padding: 120px 0;
}

@media (max-width: 768px) {

  .l-section,
  .l-section--white,
  .l-section--cream,
  .l-section--blue,
  .l-section--blue-light {
    padding: 120px 0;
  }
}

@media (max-width: 640px) {

  .l-section,
  .l-section--white,
  .l-section--cream,
  .l-section--blue,
  .l-section--blue-light {
    padding: 60px 0;
  }
}

.l-section--white {
  background: #ffffff;
}

.l-section--cream {
  background: #f2ebde;
}

.l-section--blue {
  background: #3EADC4;
}

.l-section--blue-light {
  background: #e8f6fa;
}

.l-section--top-only {
  padding-bottom: 0;
}

.l-section--btm-only {
  padding-top: 0;
}

.l-section--pd0 {
  padding: 0;
}

.inner-box {
  padding: 30px;
}

.box {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.box--sm {
  max-width: 640px;
}

.box--md {
  max-width: 800px;
}

.box--lg {
  max-width: 1000px;
}

.box--xl {
  max-width: 1200px;
}

@media (max-width: 480px) {
  .box {
    padding-inline: 0;
  }
}

.header {
  position: relative;
  z-index: 20;
}

.header__logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  border-bottom-right-radius: 40px;
  background: #fff;
  padding: 32px 40px;
}

.header__logo img {
  width: 220px;
  display: block;
}

.header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.header__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-height: 78px;
  flex: 1;
  min-width: 0;
}

.header__address {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9em;
  white-space: nowrap;
}

.header__address i {
  color: #038DD8;
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__tel .ttl {
  background: #ffffff;
  border-radius: 30px;
  font-size: 0.7em;
  padding: 3px 16px;
}

.header__tel a {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 700;
}

.header__tel a .label {
  font-size: 18px;
  line-height: 1;
}

.header__tel a .number {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .header__inner {
    padding: 0 20px;
  }

  .header__logo {
    padding: 24px 20px;
  }

  .header__logo img {
    width: 140px;
  }

  .header__address {
    display: none;
  }
}

@media (max-width: 480px) {
  .header__logo {
    padding: 16px 10px;
  }

  .header__info {
    min-height: 60px;
  }

  .header__tel {
    display: none;
  }
}

.home-nav {
  position: relative;
  z-index: 5;
  margin-top: 0;
}

.home-nav__list {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin-inline: auto;
  padding: 40px 20px;
}

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

.home-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.home-nav__link:hover .home-nav__icon {
  background: #e5f7fb;
}

.home-nav__link:hover__en {
  color: #3EADC4;
}

.home-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 12px;
  padding: 16px;
  transition: all 0.5s ease;
}

.home-nav__icon img {
  object-fit: contain;
}

.home-nav__ja {
  font-weight: 600;
}

.home-nav__en {
  font-size: 0.7em;
  color: #038DD8;
  line-height: 1;
  transition: all 0.5s ease;
}

@media (max-width: 480px) {
  .home-nav {
    display: none;
  }
}

.sub-page .home-nav {
  border-bottom: solid 8px #fff;
}

.gnav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-110%);
  transition: transform 0.25s ease;
  z-index: 99;
}

.gnav.is-open {
  transform: translateY(0);
}

.gnav__list {
  display: flex;
  flex-direction: column;
}

.gnav__item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  transition: background 0.25s ease, color 0.25s ease;
}

.gnav__item a:hover,
.gnav__item a.is-current {
  background: #e5f7fb;
  color: #0289A0;
}

.gnav__icon {
  width: 32px;
  height: 32px;
  background: #e5f7fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .gnav {
    display: none;
  }
}

.footer {
  background: #f2ebde;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.footer .footer__left,
.footer .footer__right {
  width: 45%;
}

.footer__logo {
  width: 250px;
  margin-bottom: 40px;
}

.footer__nav-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.45;
  margin-bottom: 0.5rem;
}

.footer__nav {
  background: #F9F6F0;
}

.footer__nav .home-nav {
  border-bottom: 0;
}

.footer__nav ul {
  max-width: 100%;
  justify-content: center;
  gap: 24px;
}

.footer__nav ul li {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  padding: 20px;
  padding: 0;
}

.footer__nav ul li a {
  transition: opacity 0.25s ease;
  flex-direction: row;
  text-align: left;
  gap: 8px;
  font-size: 0.9em;
}

.footer__nav ul li a .home-nav__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 0;
}

.footer__nav ul li a .home-nav__en {
  display: none;
}

.footer__copy {
  background: #3EADC4;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  padding: 3rem;
}

@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer__main {
    flex-direction: column;
  }

  .footer__main .footer__left,
  .footer__main .footer__right {
    width: 100%;
  }

  .footer__logo {
    margin-inline: auto;
    width: 180px;
    margin-bottom: 20px;
  }

  .footer .header__tel {
    margin-bottom: 20px;
    justify-content: center;
  }
}

.ggmap {
  width: 100%;
  height: 400px;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .ggmap {
    height: 300px;
  }
}

.btn {
  padding: 0.7rem 1.75rem;
  border-radius: 9999px;
  font-weight: 700;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  text-align: center;
}

.btn span {
  color: #3EADC4;
  font-size: 0.5em;
  display: block;
}

.btn--primary {
  display: block;
  position: relative;
  padding: 24px 48px 24px 24px;
  border-radius: 16px;
  background: #f7f7f7;
  text-decoration: none;
  box-shadow: 0 8px 0 #dcdcdc;
  transition: all 0.2s ease;
  margin-top: 40px !important;
}

.btn--primary::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dotted #b8c3d1;
  border-radius: 12px;
  pointer-events: none;
}

.btn--primary {
  font-size: 20px;
  font-weight: 700;
  color: #4a3f3f;
  text-align: center;
}

.btn--primary span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #3EADC4;
  margin-top: 6px;
}

.btn--primary .icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #038DD8;
  transition: transform 0.2s ease;
}

.btn--primary:hover .icon {
  transform: translateY(-50%) translateX(4px);
}

.btn--primary:hover {
  transform: translateY(8px);
  box-shadow: 0 0px 0 #dcdcdc;
}

.btn--primary-white {
  display: block;
  position: relative;
  padding: 24px 48px 24px 24px;
  border-radius: 16px;
  background: #fefefe;
  text-decoration: none;
  box-shadow: 0 8px 0 #dcdcdc;
  transition: all 0.2s ease;
  margin-top: 40px !important;
}

.btn--primary-white::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dotted #b8c3d1;
  border-radius: 12px;
  pointer-events: none;
}

.btn--primary-white {
  font-size: 20px;
  font-weight: 700;
  color: #4a3f3f;
  text-align: center;
}

.btn--primary-white span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #3EADC4;
  margin-top: 6px;
}

.btn--primary-white .icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #038DD8;
  transition: transform 0.2s ease;
}

.btn--primary-white:hover .icon {
  transform: translateY(-50%) translateX(4px);
}

.btn--primary-white:hover {
  transform: translateY(8px);
  box-shadow: 0 0px 0 #dcdcdc;
}

@media (max-width: 480px) {
  .btn--primary-white {
    font-size: 16px;
  }

  .btn--primary-white span {
    font-size: 12px;
    margin-top: 0;
  }
}

.btn--accent {
  background: #038DD8;
  color: #333;
}

.btn--accent:hover {
  background: #038DD8;
  box-shadow: 0 4px 16px rgba(3, 141, 216, 0.4);
  transform: translateY(-1px);
}

.btn--outline {
  background: transparent;
  border: 2px solid #3EADC4;
  color: #3EADC4;
}

.btn--outline:hover {
  background: #e5f7fb;
}

.btn--white {
  background: #ffffff;
  color: #0289A0;
}

.btn--white:hover {
  background: #e5f7fb;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl th,
.tbl td {
  padding: 8px 16px 14px;
  text-align: left;
  background-image: radial-gradient(circle, #9fc3df 1.2px, transparent 1.2px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: left calc(100% - 1px);
}

.tbl th {
  color: #0289A0;
  font-weight: 700;
}

@media (max-width: 480px) {
  .tbl th {
    width: 25%;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-title {
  margin-bottom: 6rem;
}

.section-title .en {
  display: block;
  font-size: 4em;
  letter-spacing: 0.3em;
  color: #3EADC4;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
}

.section-title .en::first-letter {
  color: #038DD8;
}

.section-title .ja {
  display: block;
  font-size: 0.8em;
  color: #666666;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 1rem;
}

@media (max-width: 640px) {
  .section-title {
    margin-bottom: 2rem;
  }

  .section-title .en {
    font-size: 3em;
  }
}

.section-title-sub {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 6rem;
  line-height: 1;
}

.section-title-sub::first-letter {
  color: #038DD8;
}

.section-title-sub.type2 {
  margin-bottom: 3rem;
}

.section-title-sub .color {
  color: #3EADC4;
}

@media (max-width: 640px) {
  .section-title-sub {
    margin-bottom: 3rem;
    font-size: 1.8em;
  }
}

@media (max-width: 480px) {
  .section-title-sub {
    font-size: 1.5em;
  }
}

.title-middle {
  font-size: 1.5em;
  color: #038DD8;
  font-weight: 700;
  margin-bottom: 4rem;
}

.title-middle.type2 {
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .title-middle {
    font-size: 1.2em;
    margin-bottom: 2rem;
  }
}

.page-hero {
  position: relative;
  background: linear-gradient(135deg, #0289A0 0%, #3EADC4 100%);
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  line-height: 1.3;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.page-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-hero__en {
  font-family: "Afacad Flux", sans-serif;
  display: block;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.7);
}

.page-hero__title {
  font-size: 2.4em;
  font-weight: 900;
  color: #ffffff;
}

@media (max-width: 768px) {
  .page-hero {
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .page-hero {
    min-height: 220px;
  }

  .page-hero__en {
    font-size: 1em;
  }

  .page-hero__title {
    font-size: 1.6em;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  background: #2f5fb3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.pagetop i {
  color: #fff;
  font-size: 20px;
}

.pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

.pagetop:hover {
  transform: translateY(-4px);
}

.fv {
  position: relative;
  background: #f8f7f5;
}

.fv__visual {
  position: relative;
  overflow: hidden;
}

.fv__main-img {
  display: block;
  width: 100%;
  height: 85vh;
  max-width: 90%;
  margin-inline: auto;
  border: 12px solid #fff;
  border-radius: 60px;
  overflow: hidden;
}

.fv__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.fv__catch {
  position: absolute;
  left: 2%;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fv__catch h1 {
  display: inline-flex;
  align-items: center;
  padding: 8px 32px;
  border-radius: 9999px;
  background: #3EADC4;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  box-shadow: 0 8px 18px rgba(44, 103, 200, 0.18);
  display: inline-block;
  width: fit-content;
}

.fv__catch h1:nth-child(2) {
  margin-left: 48px;
}

.fv__catch h1 .accent {
  color: #f5c740;
}

.fv__thumbs {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 26px;
  width: 100%;
  max-width: 1180px;
  padding: 0 24px;
}

.fv__thumb {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.fv__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .fv__catch {
    gap: 10px;
    bottom: 20%;
  }

  .fv__catch h1 {
    font-size: 2.2rem;
  }

  .fv__main-img {
    height: 60vh;
  }
}

@media (max-width: 640px) {
  .fv__main-img {
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  .fv__main-img {
    height: 45vh;
    border: 6px solid #fff;
  }

  .fv__visual {
    padding-bottom: 20px;
  }

  .fv__catch {
    left: 1%;
  }

  .fv__catch h1 {
    font-size: 1.6rem;
    padding: 8px 16px;
  }

  .fv__catch h1:nth-child(2) {
    margin-left: 24px;
  }
}

.covid-banner {
  background: #3EADC4;
  border-radius: 20px;
  color: #ffffff;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.covid-banner .icon {
  width: 300px;
}

.covid-banner .inner .label {
  margin-bottom: 0.2rem;
  font-size: 1.5em;
  position: relative;
}

.covid-banner .inner .label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 10em);
  height: 1px;
  background: #fff;
}

.covid-banner .inner .title {
  font-weight: 900;
  margin-bottom: 0.3rem;
  font-size: 2em;
}

.covid-banner .inner .title span {
  font-size: 1.8em;
  color: #f5c740;
}

@media (max-width: 640px) {
  .covid-banner {
    padding: 30px;
    gap: 20px;
  }

  .covid-banner .icon {
    width: 200px;
  }

  .covid-banner .inner .title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .covid-banner {
    flex-direction: column;
    padding: 15px;
  }

  .covid-banner .icon {
    width: 150px;
  }

  .covid-banner .inner .label {
    font-size: 1.1em;
  }

  .covid-banner .inner .title span {
    font-size: 1.2em;
  }
}

.info-flex {
  display: flex;
}

.info-flex .card {
  width: 50%;
  padding: 80px;
  border-top: solid 8px #fff;
  border-bottom: solid 8px #fff;
  background: #f2ebde;
}

.info-flex .card:nth-of-type(1) {
  border-right: 4px dashed #fff;
}

.info-flex .card:nth-of-type(2) .title .en {
  color: #038DD8;
}

.info-flex .card .title {
  margin-bottom: 40px;
}

.info-flex .card .title .en {
  display: block;
  font-size: 2em;
  letter-spacing: 0.1em;
  color: #3EADC4;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 500;
}

.info-flex .card .title .ja {
  display: block;
  font-size: 0.5em;
  color: #666666;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 768px) {
  .info-flex .card {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  .info-flex {
    flex-direction: column;
  }

  .info-flex .card {
    width: 100%;
    padding: 30px;
  }

  .info-flex .card:last-of-type {
    border-top: 0;
  }

  .info-flex .card .title {
    margin-bottom: 20px;
  }
}

.news-list {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}

.news-list::-webkit-scrollbar {
  width: 0.8rem;
}

.news-list::-webkit-scrollbar-track {
  background: transparent;
}

.news-list::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 9999px;
}

.news-list__item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 0.9em;
  line-height: 1.6;
}

.news-list__item:last-child {
  border-bottom: none;
}

.news-list .date {
  color: #3EADC4;
  font-weight: 700;
  white-space: nowrap;
  min-width: 5.5rem;
  font-size: 0.9em;
}

.news-list .text {
  flex: 1;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  background: #fff;
}

.schedule-table th,
.schedule-table td {
  padding: 0.5rem 0.35rem;
  text-align: center;
  border: 1px solid #dde8ea;
}

.schedule-table thead th {
  background: #e5f7fb;
  color: #0289A0;
  font-weight: 700;
}

.schedule-table td.is-open {
  color: #0289A0;
}

.schedule-table td.is-closed {
  color: #0289A0;
  opacity: 0.4;
  font-weight: 700;
}

.schedule-note {
  margin-top: 40px;
  font-size: 0.9em;
  color: #666666;
  line-height: 1.7;
}

.schedule-note .inner {
  display: flex;
  align-items: center;
}

.schedule-note .sub-ttl {
  margin-bottom: 8px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.schedule-note .sub-ttl .icon {
  background: #038DD8;
  border-radius: 50%;
  width: 2.8em;
  height: 2.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em;
}

.schedule-note .sub-ttl .icon img {
  filter: invert(1);
}

.schedule-note .sub-ttl .text {
  flex: 1;
}

.schedule-note .border {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin: 20px 0;
}

@media (max-width: 640px) {
  .schedule-note {
    margin-bottom: 0;
  }
}

.feature-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.feature-item:nth-of-type(1) {
  margin-bottom: 120px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item .title-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.feature-item .img {
  width: 42%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  aspect-ratio: 4/3;
}

.feature-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item .body {
  width: 51%;
}

.feature-item .num {
  width: 150px;
}

.feature-item .title {
  font-size: 2.5em;
  font-weight: 700;
}

.feature-item .title span {
  color: #0289A0;
  font-size: 1.2em;
}

.feature-item .text {
  color: #666666;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .feature-item .title-wrapper {
    margin-bottom: 20px;
  }

  .feature-item .num {
    width: 80px;
  }

  .feature-item .title {
    font-size: 1.6em;
  }
}

@media (max-width: 640px) {
  .feature-item {
    flex-direction: column;
    gap: 40px;
  }

  .feature-item:nth-of-type(1) {
    margin-bottom: 60px;
  }

  .feature-item:last-child {
    flex-direction: column-reverse;
  }

  .feature-item .img,
  .feature-item .body {
    width: 100%;
  }
}

.message-section {
  position: relative;
  overflow: hidden;
}

.message-section__side-text {
  display: none;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  pointer-events: none;
}

.message-section .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.message-section .inner .name {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.message-section .inner .name .chip {
  background: #3EADC4;
  color: #fff;
  aspect-ratio: 1/1;
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-section .inner .name .ja {
  font-size: 2em;
}

.message-section .inner .name .en {
  color: #f5c740;
}

.message-section .title {
  font-size: 2em;
  font-weight: 900;
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
}

.message-section .title span {
  color: #3EADC4;
}

.message-section .body {
  width: 48%;
}

.message-section .photo {
  width: 45%;
  position: relative;
}

.message-section .photo .name {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 10;
  background: #038DD8;
  text-align: center;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 20px 0 0 20px;
}

.message-section .photo .name span {
  font-size: 2em;
}

.message-section .photo .name .en {
  font-family: "Afacad Flux", sans-serif;
  color: #f5c740;
  font-size: 1.3rem;
  display: block;
}

.message-section .photo img {
  border-radius: 20px;
  object-fit: cover;
  border: 8px solid white;
  aspect-ratio: 1/1;
}

.message-section .text {
  margin-bottom: 1rem;
}

.message-section .career p {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 0.1em;
  margin-bottom: 0.1em;
}

.message-section .career p::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #3EADC4;
  margin-right: 0.3em;
}

@media (max-width: 768px) {
  .message-section .inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .message-section .inner .body,
  .message-section .inner .photo {
    width: 100%;
  }

  .message-section .photo .name {
    padding: 16px 20px;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .message-section .photo .name .ja {
    font-size: 1.3em;
  }

  .message-section .title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {

  .message-section .inner .name .chip,
  .message-section .inner .name .en {
    font-size: 0.8em;
  }

  .message-section .inner .name .ja {
    font-size: 1.5em;
  }
}

.medical-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.medical-menu .card {
  width: 31%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 2em;
  text-align: center;
  text-decoration: none;
  color: #333333;
  box-shadow: 0 2px 8px rgba(62, 173, 196, 0.1);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.medical-menu .card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

.medical-menu .card:hover {
  border-color: #3EADC4;
}

.medical-menu .card:hover .arrow i {
  transform: translateX(5px);
}

.medical-menu .card .icon {
  width: 150px;
  height: 150px;
  background: #e5f7fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.medical-menu .card .name {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.medical-menu .card .arrow {
  font-weight: 600;
  font-size: 0.8em;
}

.medical-menu .card .arrow i {
  color: #038DD8;
  transition: all 0.5s;
}

.medical-menu .card .inner {
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) {
  .medical-menu .card {
    padding: 1em;
  }

  .medical-menu .card .name {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .medical-menu {
    gap: 20px;
  }

  .medical-menu .card {
    width: 100%;
    aspect-ratio: initial;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .medical-menu .card .icon {
    width: 35%;
  }

  .medical-menu .card .inner {
    width: 58%;
    align-items: flex-start;
  }
}

.medical-section .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.medical-section .inner .text,
.medical-section .inner .img {
  width: 45%;
}

.medical-section .inner img {
  border-radius: 20px;
}

@media (max-width: 640px) {
  .medical-section .inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .medical-section .inner .text,
  .medical-section .inner .img {
    width: 100%;
  }
}

.treatment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.treatment-list li {
  width: calc((100% - 60px) / 4);
}

.treatment-list li .img {
  margin-bottom: 16px;
}

.treatment-list li .img img {
  border-radius: 5px;
}

.treatment-list li .title {
  text-align: center;
  line-height: 1.3;
  font-size: 1.1em;
}

.treatment-list li .title span {
  display: block;
  font-size: 0.7em;
}

@media (max-width: 480px) {
  .treatment-list li {
    width: calc((100% - 20px) / 2);
  }

  .treatment-list li .title {
    font-size: 1em;
  }

  .treatment-list li .img {
    margin-bottom: 10px;
  }
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
}

.career-list {
  font-size: 0.84rem;
  line-height: 2.1;
  color: #666666;
}

.career-list li::before {
  content: "・";
  color: #3EADC4;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.gallery__item {
  display: block;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery__item:hover {
  opacity: 0.85;
  transform: translateY(-0.2rem);
}

.gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: solid 8px #fff;
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem 8rem;
  background: rgba(0, 0, 0, 0.85);
}

.lightbox.is-open {
  display: flex;
}

.lightbox__inner {
  max-width: min(110rem, 100%);
  max-height: 100%;
}

.lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

.lightbox__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lightbox__close::before,
.lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.2rem;
  background: #fff;
}

.lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  width: 5.6rem;
  height: 5.6rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.lightbox__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

.lightbox__nav--prev {
  left: 2rem;
}

.lightbox__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.lightbox__nav--next {
  right: 2rem;
}

.lightbox__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

@media (max-width: 767px) {
  .lightbox {
    padding: 2rem;
  }

  .lightbox__img {
    max-height: 75vh;
  }

  .lightbox__nav {
    width: 4.4rem;
    height: 4.4rem;
  }

  .lightbox__close {
    top: 1rem;
    right: 1rem;
  }
}

.oxygen-box .main-ttl {
  text-align: center;
  background: #3EADC4;
  color: #ffffff;
  padding: 3rem 4rem;
  border-radius: 20px;
  font-size: 4em;
  font-family: "Afacad Flux", sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.oxygen-box .main-ttl span {
  display: block;
  font-size: 2rem;
  color: #f5c740;
}

.oxygen-box .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.oxygen-box .inner .text,
.oxygen-box .inner .img {
  width: 46%;
}

.oxygen-box .inner .img img {
  border-radius: 20px;
}

.oxygen-box .inner .lead {
  margin: 0 auto 20px;
  font-size: 1.3em;
  font-weight: 700;
}

.oxygen-box .list {
  display: flex;
  gap: 40px;
}

.oxygen-box .list .item {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.oxygen-box .list .item .ttl {
  font-weight: 700;
  font-size: 1.2em;
  background: #038DD8;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  padding: 4px;
}

.oxygen-box .list .item .img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.oxygen-box .list .item p {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .oxygen-box .main-ttl {
    padding: 2rem;
    font-size: 3em;
  }

  .oxygen-box .inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .oxygen-box .inner .text,
  .oxygen-box .inner .img {
    width: 100%;
  }

  .oxygen-box .list {
    flex-wrap: wrap;
  }

  .oxygen-box .list .item {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 480px) {
  .oxygen-box .main-ttl {
    font-size: 2em;
  }

  .oxygen-box .main-ttl span {
    font-size: 1.5rem;
  }

  .oxygen-box .inner .lead {
    font-size: 1.1em;
    margin: 0 auto 10px;
  }

  .oxygen-box .list {
    gap: 20px;
  }

  .oxygen-box .list .item {
    width: 100%;
    padding: 0 40px;
  }

  .oxygen-box .list .img {
    max-width: 250px;
    margin-inline: auto;
  }
}

.contact-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding: 0;
}

.contact-card .head {
  background: #3EADC4;
  padding: 1.5rem;
  color: #ffffff;
}

.contact-card .head-title {
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 1.3em;
}

.contact-card .body {
  padding: 3rem 3.5rem;
}

@media (max-width: 480px) {
  .contact-card .head-title {
    font-size: 1.1em;
    margin-top: 0;
  }

  .contact-card .body {
    padding: 2rem 2.5rem;
  }
}

.contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 3em;
  font-weight: 900;
  color: #3EADC4;
  color: #333333;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.25s ease;
  line-height: 1;
}

.contact-tel .icon {
  width: 55px;
  display: inline-block;
  padding-top: 10px;
}

.contact-tel:hover {
  color: #038DD8;
}

@media (max-width: 480px) {
  .contact-tel {
    font-size: 2.3em;
  }
}

.contact-hours {
  border-radius: 10px;
  margin-top: 3rem;
  text-align: left;
}

.contact-closed {
  color: #cc3333;
  font-weight: 600;
}

.tcenter {
  text-align: center;
}

.js-hamburger,
.js-sp-menu {
  display: none;
}

@media (max-width: 480px) {

  .js-hamburger,
  .js-sp-menu {
    display: block;
  }

  .js-hamburger .home-nav,
  .js-sp-menu .home-nav {
    display: block;
  }

  .js-hamburger {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9999;
  }

  .js-hamburger span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #333;
    transform: translateX(-50%);
    transition: 0.3s;
  }

  .js-hamburger span:nth-child(1) {
    top: 12px;
  }

  .js-hamburger span:nth-child(2) {
    top: 19px;
  }

  .js-hamburger span:nth-child(3) {
    top: 26px;
  }

  .js-hamburger.is-open span:nth-child(1) {
    top: 19px;
    transform: translateX(-50%) rotate(45deg);
  }

  .js-hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .js-hamburger.is-open span:nth-child(3) {
    top: 19px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .js-sp-menu {
    position: fixed;
    inset: 0;
    background: #F9F6F0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .js-sp-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .js-sp-menu .header__logo {
    position: initial;
    background: transparent;
    text-align: center;
    margin-bottom: 20px;
  }

  .js-sp-menu .header__logo img {
    margin-inline: auto;
  }

  .js-sp-menu .home-nav__list {
    flex-direction: column;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
  }

  .js-sp-menu .home-nav__en {
    display: none;
  }

  .js-sp-menu .home-nav__link {
    flex-direction: row;
    gap: 16px;
  }
}

.smaller {
  font-size: .8em;
}

.btn-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  a {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .btn-flex {
    gap: 0;

    a {
      width: 100%;
      margin-top: 20px !important;
    }
  }
}

.video-area {
  video {
    border-radius: 20px;
  }
}

.note {
   background: rgba(255, 255, 255, 0.7);
   padding: 2rem;
   border-radius: 1rem;
}
