@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}

@font-face {
  font-family: "hirakaku-w3";
  src: url("../public/fonts/hirakaku-w3.woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "hirakaku-w3-subset";
  src: url("../public/fonts/hirakaku-w3-subset.woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "hirakaku-w6-subset";
  src: url("../public/fonts/hirakaku-w6-subset.woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "hirakaku-w6";
  src: url("../public/fonts/hirakaku-w6.woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
html {
  font-family: "hirakaku-w3", sans-serif;
  font-size: 10px;
  color: #2a2b2f;
  scroll-behavior: smooth;
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  html {
    font-size: 8.5px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

main {
  margin-top: min(145px, 12vh);
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 80px;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.button {
  display: block;
  background: #76b9b2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
}
.button:hover {
  -webkit-box-shadow: inset 0 0 0.6em 0 #fff;
          box-shadow: inset 0 0 0.6em 0 #fff;
}
.button--hov-arrow {
  position: relative;
}
.button--hov-arrow::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  background: url("../public/img/icons/caret-white.svg") no-repeat center center/cover;
  inset: 0 20px 0 auto;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.button--hov-arrow:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.container {
  width: 100%;
  padding-inline: 6%;
  margin-inline: auto;
  max-width: calc(1100px + 12%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-inline: 7%;
  }
}

.layout-2col {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .layout-2col {
    grid-template-columns: 1fr;
  }
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.7%;
  aspect-ratio: 254/57;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.site-logo:hover {
  opacity: 0.6;
}
.site-logo--white {
  height: 5.7rem;
}
.site-logo--white .site-logo__name-text .cls-1,
.site-logo--white .site-logo__name-text .cls-2 {
  fill: #fff;
}
.site-logo__illus {
  position: relative;
  height: 100%;
  aspect-ratio: 63/57;
}
.site-logo__illus-in {
  position: absolute;
  left: 16%;
  top: 13%;
  width: 55%;
}
.site-logo__illus-out {
  width: 63px;
}
.site-logo__illus-in-wrap {
  position: absolute;
  left: 16%;
  top: 13%;
  width: 55%;
  aspect-ratio: 35/37;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  opacity: 0;
}
.site-logo__illus-in-wrap.aos-animate {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}
.site-logo__illus-out-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.site-logo__illus-out-wrap.aos-animate {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.site-logo__name {
  aspect-ratio: 168/28;
  height: 49%;
}
.site-logo__name-text {
  width: 100%;
  height: 100%;
}
.site-logo__name-text .cls-1,
.site-logo__name-text .cls-2 {
  fill: #2a2b2f;
}
.site-logo__name-text .cls-2 {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.site-logo__name-text.aos-animate .cls-2 {
  fill: #dd8995;
}

.grad-border {
  -o-border-image: linear-gradient(to right, #c7debb, #91cbef) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#c7debb), to(#91cbef)) 1;
     border-image: linear-gradient(to right, #c7debb, #91cbef) 1;
}
.grad-border--right {
  border-right: 1px solid;
}
.grad-border--top {
  border-top: 1px solid;
}
.grad-border--bottom {
  border-bottom: 1px solid;
}

.grad-text {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#c7debb), to(#91cbef));
  background-image: linear-gradient(to right, #c7debb, #91cbef);
  -webkit-background-clip: text;
          background-clip: text;
}

.heading--center {
  text-align: center;
}
.heading--center .heading__en {
  margin-bottom: 0.3em;
  margin-inline: auto;
}
.heading__en {
  margin-bottom: 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: italic 300 4.5rem "Roboto", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .heading__en {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.heading__jp {
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .heading__jp {
    font-size: 18px;
  }
}

.news-list__item {
  border-bottom: 1px solid #d4d5d5;
  padding-block: 3.6rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2.8%;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .news-list__item {
    padding-block: 30px;
    gap: 6.1%;
  }
}
.news-list__item:hover .news-list__item-date,
.news-list__item:hover .news-list__item-title {
  opacity: 0.6;
}
.news-list__item:hover .news-list__item-btn {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news-list__item-date, .news-list__item-title {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-list__item-date {
    font-size: 14px;
  }
}
.news-list__item-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news-list__item-title {
    -webkit-line-clamp: 2;
  }
}
.news-list__item-btn {
  padding-right: 7px;
  width: 34px;
  aspect-ratio: 34/20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000;
}
@media screen and (max-width: 767px) {
  .news-list__item-btn {
    margin-top: 4px;
    padding-right: 4px;
    width: 24px;
  }
}
.news-list__item-btn::after {
  content: "";
  display: block;
  width: 5.7px;
  height: 7.2px;
  background: url("../public/img/icons/triangle-white.svg") no-repeat center center/cover;
}
.news-list__btn-group {
  margin-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list__pagenavi, .news-list__pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news-list__pagenavi button, .news-list__pagenavi .wp-pagenavi button {
  padding-bottom: 2px;
}
.news-list__pagenavi .page,
.news-list__pagenavi .current,
.news-list__pagenavi .extend,
.news-list__pagenavi .first,
.news-list__pagenavi .last, .news-list__pagenavi .wp-pagenavi .page,
.news-list__pagenavi .wp-pagenavi .current,
.news-list__pagenavi .wp-pagenavi .extend,
.news-list__pagenavi .wp-pagenavi .first,
.news-list__pagenavi .wp-pagenavi .last {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.news-list__pagenavi .current, .news-list__pagenavi .wp-pagenavi .current {
  border-bottom: 1px solid #d4d5d5;
}
.news-list__pagenavi .page, .news-list__pagenavi .wp-pagenavi .page {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-list__pagenavi .page:hover, .news-list__pagenavi .wp-pagenavi .page:hover {
  opacity: 0.5;
}
.news-list__link-to-list {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-list__link-to-list:hover {
  opacity: 0.5;
}
.news-list--top .news-list__item {
  gap: 6.1%;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.nav-list--footer {
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: unset;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .nav-list--footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 20px;
  }
}
.nav-list--footer .nav-list__link {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nav-list--footer .nav-list__link {
    font-size: 14px;
  }
}
.nav-list--footer .nav-list__link::before {
  background: #fff;
}
.nav-list--footer .nav-list__link:hover::after {
  -webkit-animation-name: pulse-white;
          animation-name: pulse-white;
}
.nav-list__link {
  padding-block: 0.6rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.nav-list__link::before, .nav-list__link::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: -0.5em 0 auto;
  margin: auto;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .nav-list__link::before, .nav-list__link::after {
    display: none;
  }
}
.nav-list__link::before {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #dd8995;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav-list__link:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nav-list__link:hover::after {
  -webkit-animation: pulse 1.5s 0.15s;
          animation: pulse 1.5s 0.15s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  height: 12vh;
  max-height: 145px;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding-inline: 5% !important;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    padding-block: 40px 80px;
    position: fixed;
    top: 80px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 9;
  }
}
.header__nav-list.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.header__nav-button {
  border-radius: 30px;
  padding: 7px 28px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .header__nav-button {
    margin-top: 30px;
  }
}
.header__logo {
  height: 40%;
  max-height: 57px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    height: 56%;
    z-index: 9;
  }
}
.header__hmb {
  position: relative;
}
.header__hmb.active .header__hmb-close {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__hmb.active .header__hmb-open {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__hmb.active .header__hmb-bg::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__hmb-bg {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
  z-index: 8;
}
.header__hmb-bg::after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -142vmax;
  left: -142vmax;
  width: 284vmax;
  height: 284vmax;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}
.header__hmb-close, .header__hmb-open {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9;
}
.header__hmb-close span, .header__hmb-open span {
  border-radius: 4px;
  height: 2px;
  width: 28px;
  background: #000;
}
.header__hmb-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__hmb-close {
  margin: auto;
  position: absolute;
  inset: 0;
  width: 28px;
  aspect-ratio: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__hmb-close span {
  position: absolute;
  top: 46%;
}
.header__hmb-close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hmb-close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer__main {
  padding-top: 6.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#c7debb), to(#91cbef));
  background: linear-gradient(to right, #c7debb, #91cbef);
}
.footer__container {
  padding-block: 155px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-block: 70px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__marquee {
  opacity: 0.41;
}
.footer__marquee-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.footer__marquee-text {
  font-weight: 700;
  font-size: 11.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__marquee-text {
    font-size: 60px;
  }
}
.footer__nav-link {
  color: #fff;
}
.footer__copyright {
  padding-block: 3.3rem;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #717071;
  letter-spacing: 0.08em;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding-block: 16px;
    font-size: 12px;
  }
}

.banner {
  padding-top: 3.5rem;
}
.banner__en {
  margin-bottom: 0.35em;
  display: block;
  font-size: 5.3rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .banner__en {
    margin-bottom: 0.2em !important;
    font-size: 48px;
  }
}
.banner__jp {
  letter-spacing: 0.21em;
}

.to-top {
  position: fixed;
  bottom: 10rem;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .to-top {
    bottom: 50px;
  }
}
.to-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.to-top__btn {
  border: 1px solid #76b9b2;
  width: 54px;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease, -webkit-transform 0.8s ease;
  transition: all 0.3s ease, -webkit-transform 0.8s ease;
  transition: all 0.3s ease, transform 0.8s ease;
  transition: all 0.3s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.to-top__btn.hide {
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .to-top__btn:not(.hide):hover {
    background: #76b9b2;
  }
  .to-top__btn:not(.hide):hover .to-top__arrow .cls-1 {
    stroke: #fff;
  }
}
.to-top__btn .cls-1 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
.to-top__arrow {
  width: 10px;
}
.to-top__arrow .cls-1 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.marquee {
  --gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee__content {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.marquee__text {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.top-mv {
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding-bottom: 50px;
  }
}
.top-mv__tgl {
  position: absolute;
  inset: 11.0458284371% 0 auto;
  width: 100%;
  font: 700 2rem "Roboto", sans-serif;
  letter-spacing: 0.4em;
  line-height: 2em;
  z-index: 2;
  padding-inline: 7%;
  margin-inline: auto;
  max-width: calc(1090px + 14%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-mv__tgl {
    max-width: 100%;
    padding-inline: 7%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__tgl {
    font-size: 12px;
    top: 6%;
  }
}
.top-mv__text-box {
  --angle: 0deg;
  margin: auto;
  position: absolute;
  inset: 0;
  height: 123px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.top-mv__text-box.no-border {
  width: 100%;
}
.top-mv__text-border {
  border: 16px solid;
  -o-border-image: linear-gradient(var(--angle), #c7debb 7%, #91cbef) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(var(--angle)), color-stop(7%, #c7debb), to(#91cbef)) 1;
     border-image: linear-gradient(var(--angle), #c7debb 7%, #91cbef) 1;
  margin: auto;
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 558/135;
  -webkit-animation: 8s rotate linear infinite;
          animation: 8s rotate linear infinite;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv__text-border {
    border-width: 8px;
    width: 80%;
    max-width: 300px;
    height: 80px;
    aspect-ratio: unset;
  }
}
.top-mv__text-border.hidden {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
}
.top-mv__slide-text {
  margin: auto;
  position: absolute;
  inset: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 4.4rem;
  color: #fff;
  letter-spacing: 0.28em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-mv__slide-text {
    font-size: 26px;
  }
}
.top-mv__slide-text span {
  display: inline-block;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}
.top-mv__slide-text.active {
  opacity: 1;
  pointer-events: auto;
}
.top-mv__slide-text.active span {
  -webkit-animation: fade-slide-up 1.5s ease-in-out forwards;
          animation: fade-slide-up 1.5s ease-in-out forwards;
  opacity: 0;
  /* stylelint-disable-next-line */
}
.top-mv__slide-text.active span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.top-mv__slide-text.active span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.top-mv__slide-text.active span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top-mv__slide-text.active span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-mv__slide-text.active span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-mv__slide-text.active span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-mv__slide-text.active span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-mv__slide-text.active span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.top-mv__slide-text.active span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-mv__slide-text.active span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.top-mv__slide-text.active span:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-mv__slide-text.active span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.top-mv__slide-text.active span:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.top-mv__slide-text.active span:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.top-mv__slide-text.active span:nth-child(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .top-mv__slide-text:last-child {
    font-size: 24px;
  }
}
@media screen and (max-width: 365px) {
  .top-mv__slide-text:last-child {
    font-size: 20px;
  }
}
.top-mv__carousel {
  position: relative;
  height: calc(100vh - min(145px, 12vh));
}
.top-mv__carousel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #c7debb), to(#91cbef));
  background: linear-gradient(#c7debb 7%, #91cbef);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.4;
}
.top-mv__carousel-overlay.hidden {
  opacity: 0;
}
.top-mv__slide {
  height: calc(100vh - min(20vh, 145px));
}
@media screen and (max-width: 767px) {
  .top-mv__slide {
    height: calc(100vh - 80px);
  }
}
.top-mv__slide.is-active .top-mv__slide-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-mv__slide-img {
  width: 100%;
  height: 100%;
  -webkit-transition: 5s linear;
  transition: 5s linear;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.top-mv__slide-video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.top-mv__title-container {
  margin-top: -4.3%;
}
@media screen and (max-width: 767px) {
  .top-mv__title-container {
    margin-top: -20px;
  }
}
.top-mv__title {
  margin: auto;
  position: relative;
  width: 68.25%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    width: 80%;
  }
}
.top-mv__title .cls-1,
.top-mv__title .cls-2 {
  fill: #2a2b2f;
}
.top-mv__title.aos-animate .cls-2 {
  -webkit-animation: 0.5s color-change ease forwards;
          animation: 0.5s color-change ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes color-change {
  0% {
    fill: #2a2b2f;
  }
  100% {
    fill: #dd8995;
  }
}

@keyframes color-change {
  0% {
    fill: #2a2b2f;
  }
  100% {
    fill: #dd8995;
  }
}
.top-news {
  padding-block: 54px 90px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-block: 30px 45px;
  }
}
.top-news__container {
  grid-template-columns: 23% 1fr;
}
@media screen and (max-width: 767px) {
  .top-news__container {
    grid-template-columns: 1fr;
  }
}
.top-news__list {
  margin-top: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__list {
    margin-top: 40px;
  }
}
.top-news__sublists {
  position: relative;
}
.top-news__sublist {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.top-news__sublist.active {
  opacity: 1;
  visibility: visible;
}
.top-news__sublist:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-corp {
  margin-block: 110px 240px;
}
@media screen and (max-width: 767px) {
  .top-corp {
    margin-block: 50px 126px;
  }
}
.top-corp__title {
  margin-bottom: 28px;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .top-corp__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.top-corp__text {
  font-size: 2.8rem;
  line-height: 2.1428571429em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top-corp__text {
    font-size: 20px;
  }
}
.top-corp__text--em > span {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-corp__text--em.aos-animate > span {
  -webkit-animation: fade-color 0.6s linear forwards;
          animation: fade-color 0.6s linear forwards;
  /* stylelint-disable-next-line */
}
.top-corp__text--em.aos-animate > span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.top-corp__text--em.aos-animate > span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.top-corp__text--em.aos-animate > span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top-corp__text--em.aos-animate > span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-corp__text--em.aos-animate > span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-corp__text--em.aos-animate > span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-corp__text--em.aos-animate > span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-corp__text--em.aos-animate > span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.top-corp__text--em.aos-animate > span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-corp__text--em.aos-animate > span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.top-corp__text--em.aos-animate > span:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-corp__text--em.aos-animate > span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.top-corp__text--em.aos-animate > span:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.top-corp__text--em.aos-animate > span:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.top-corp__text--em.aos-animate > span:nth-child(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.top-corp__cycle-label {
  margin: 70px auto 90px;
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .top-corp__cycle-label {
    margin-block: 35px 45px;
    font-size: 20px;
  }
}
.top-corp__marquee:nth-child(2) {
  opacity: 0.5;
}
.top-corp__marquee:nth-child(2) .top-corp__marquee-content {
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.top-corp__marquee:nth-child(3) {
  opacity: 0.3;
}
.top-corp__marquee:nth-child(3) .top-corp__marquee-content {
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}
.top-corp__marquee:not(:last-child) {
  margin-bottom: 10px;
}
.top-corp__marquee-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.top-corp__marquee-text {
  font-size: 5.63rem;
  color: #e0e7ed;
}
@media screen and (max-width: 767px) {
  .top-corp__marquee-text {
    font-size: 32px;
  }
}

.top-cycle {
  margin-top: 100px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  max-width: 61.2rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-cycle {
    margin-top: 50px;
    width: 94%;
    max-width: 400px;
  }
}
.top-cycle__items {
  margin-top: -10%;
  display: grid;
  grid-template: auto auto/1fr 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-cycle__item {
  border-radius: 50%;
  width: 27.5rem;
  aspect-ratio: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(225deg, #91cbef 10%, #c7debb);
  mix-blend-mode: multiply;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-cycle__item {
    width: 45vw;
    max-width: 180px;
  }
}
.top-cycle__item:first-child {
  margin-inline: auto;
  grid-column: 1/3;
}
.top-cycle__item:nth-child(2), .top-cycle__item:nth-child(3) {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .top-cycle__item:nth-child(2), .top-cycle__item:nth-child(3) {
    margin-top: -48px;
  }
}
.top-cycle__item:nth-child(2) {
  margin-right: -20px;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .top-cycle__item:nth-child(2) {
    margin-right: -15px;
  }
}
.top-cycle__item:nth-child(3) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .top-cycle__item:nth-child(3) {
    margin-left: -15px;
  }
}
.top-cycle__out {
  border: 1px solid #76b9b2;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1;
}
.top-cycle__out-arrow {
  margin: auto;
  position: absolute;
  width: 20px;
}
.top-cycle__out-arrow:first-child {
  inset: -10px 0 auto;
}
.top-cycle__out-arrow:nth-child(2) {
  inset: 0 -10px 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top-cycle__out-arrow:nth-child(3) {
  inset: auto 0 -10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-cycle__out-arrow:nth-child(4) {
  inset: 0 auto 0 -10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.top-cycle__item-text {
  font-size: 2.17rem;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .top-cycle__item-text {
    font-size: 18px;
  }
}
.top-cycle__item-text-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .top-cycle__item-text-en {
    font-size: 12px;
  }
}

.top-numsec {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-numsec {
    padding-top: 14px;
  }
}
.top-numsec--01 {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .top-numsec--01 {
    padding-bottom: 106px;
  }
}
.top-numsec--02 {
  padding-bottom: 29.5rem;
  background: linear-gradient(to bottom, transparent 230px, #f7fbfb 230px);
}
@media screen and (max-width: 767px) {
  .top-numsec--02 {
    padding-bottom: 146px;
    background: linear-gradient(to bottom, transparent 94px, #f7fbfb 94px);
  }
}
.top-numsec--03 {
  background: linear-gradient(to bottom, #f7fbfb 168px, transparent 168px);
}
@media screen and (max-width: 767px) {
  .top-numsec--03 {
    background: linear-gradient(to bottom, #f7fbfb 74px, transparent 74px);
  }
}
.top-numsec__head {
  margin-bottom: 115px;
  display: grid;
  grid-template-columns: 1fr 65.6875%;
  gap: 9.0625%;
}
@media screen and (max-width: 767px) {
  .top-numsec__head {
    margin-bottom: 45px;
    grid-template-columns: 1fr 75%;
    gap: 5%;
  }
}
.top-numsec__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-numsec__head-title {
    padding-top: 0.5em;
  }
}
.top-numsec__title-text {
  margin-bottom: 0;
  font-size: 8rem;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 767px) {
  .top-numsec__title-text {
    font-size: 5.3vw;
  }
}
.top-numsec__title-text.aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.top-numsec__head-fig {
  position: relative;
  opacity: 0;
}
.top-numsec__head-num {
  position: absolute;
  top: -60px;
  left: 60px;
  font-size: 10rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top-numsec__head-num {
    top: -0.5em;
    left: 0.5em;
    font-size: 50px;
  }
}
.top-numsec__head-img {
  aspect-ratio: 1051/532;
}
.top-numsec__body-info {
  max-width: 510px;
}
.top-numsec__body-title {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-family: "hirakaku-w6", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-numsec__body-title {
    gap: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-numsec__body-title-text {
  font-size: 4.5rem;
  letter-spacing: 0.11em;
  color: #76b9b2;
}
@media screen and (max-width: 767px) {
  .top-numsec__body-title-text {
    font-size: 28px;
  }
}
.top-numsec__body-title-text > span {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.top-numsec__body-title-text.aos-animate > span {
  -webkit-animation: blur 0.6s linear forwards;
          animation: blur 0.6s linear forwards;
  /* stylelint-disable-next-line */
}
.top-numsec__body-title-text.aos-animate > span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.top-numsec__body-title-text.aos-animate > span:nth-child(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.top-numsec__body-title-box {
  padding: 0 20px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2.5em;
  background: #76b9b2;
}
@media screen and (max-width: 767px) {
  .top-numsec__body-title-box {
    padding: 0 15px;
    font-size: 14px;
  }
}
.top-numsec__tgl {
  margin-bottom: 12px;
  font-size: 2rem;
  font-family: "hirakaku-w6", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .top-numsec__tgl {
    font-size: 15px;
  }
}
.top-numsec__tgl-en {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667em;
  color: #aaaaac;
}
@media screen and (max-width: 767px) {
  .top-numsec__tgl-en {
    font-size: 13px;
  }
}
.top-numsec__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 360fr 384fr 360fr;
}
@media screen and (max-width: 767px) {
  .top-numsec__list {
    margin-top: 26px;
    grid-template-columns: 1fr;
  }
}
.top-numsec__list-item {
  padding: 0 6.6666666667% 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-numsec__list-item {
    padding-inline: 0 !important;
    border-right: none;
  }
}
.top-numsec__list-item:first-child {
  padding-left: 0;
}
.top-numsec__list-item:nth-child(2) {
  padding-inline: 6.25%;
}
@media screen and (max-width: 767px) {
  .top-numsec__list-item:not(:first-child) {
    margin-top: 25px;
  }
}
.top-numsec__list-item--pr0 {
  padding-right: 0;
}
.top-numsec__list-item--bks-link {
  padding-bottom: 0;
}
.top-numsec__list-item--bks-link:hover .top-numsec__bks-logo {
  -webkit-animation: 1s bounce-back linear forwards;
          animation: 1s bounce-back linear forwards;
}
.top-numsec__list-item--bks-link:hover .top-numsec__list-item-link-logo {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.5;
}
.top-numsec__list-item-img {
  width: 100%;
  aspect-ratio: 335/220;
  background: #f7fbfb;
}
.top-numsec__list-item-img--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-numsec__list-item-title {
  margin-block: 30px 15px;
  font-family: "hirakaku-w6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.7647058824em;
}
@media screen and (max-width: 767px) {
  .top-numsec__list-item-title {
    margin-block: 15px 10px;
  }
}
.top-numsec__list-item-text {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2em;
}
.top-numsec__link-group {
  margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
  .top-numsec__link-group {
    margin-top: 40px;
  }
}
.top-numsec__link-group-title {
  font-family: "hirakaku-w6", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.top-numsec__list-item-link-logo {
  margin: auto;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-numsec__bks-logo {
  width: 45%;
}

.top-diagram {
  margin-block: 35rem 21.5rem;
  background: linear-gradient(to bottom, transparent 54px, #f5f9f1 54px, #f5f9f1 calc(100% - 200px), transparent calc(100% - 200px));
}
@media screen and (max-width: 767px) {
  .top-diagram {
    margin-block: 160px 100px;
    background: linear-gradient(to bottom, transparent 15px, #f5f9f1 15px, #f5f9f1 calc(100% - 45px), transparent calc(100% - 45px));
    overflow-x: clip;
  }
}
.top-diagram__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-diagram__container {
    padding-inline: 5%;
  }
}
.top-diagram__front-wrap {
  position: relative;
}
.top-diagram__front {
  margin: 7% auto auto;
  position: absolute;
  inset: 0;
  width: 59.9090909091%;
  aspect-ratio: 660/719;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-diagram__front {
    width: 80%;
  }
}
.top-diagram__front-out {
  margin: auto;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) rotate(-60deg) scale(0.5);
          transform: translateX(-50%) rotate(-60deg) scale(0.5);
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.top-diagram__front-out img {
  -webkit-transform: rotate(328deg);
          transform: rotate(328deg);
}
.top-diagram__front-out.aos-animate {
  -webkit-transform: translateX(-50%) rotate(0) scale(1);
          transform: translateX(-50%) rotate(0) scale(1);
  opacity: 1;
}
.top-diagram__front-body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top-diagram__front-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../public/img/top/diagram/pink-grad-bg.svg");
          mask-image: url("../public/img/top/diagram/pink-grad-bg.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: -1;
}
.top-diagram__front-bg img {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-diagram__info {
  padding-top: 22%;
}
@media screen and (max-width: 767px) {
  .top-diagram__info {
    padding-top: 18%;
  }
}
.top-diagram__tgl {
  font-size: clamp(16px, -3.485px + 2.54vw, 27px);
  letter-spacing: 0.08em;
  line-height: 2.5925925926em;
  text-align: center;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .top-diagram__tgl {
    font-size: 12px;
  }
}
.top-diagram__logo {
  margin: 4.0909090909% auto 0;
  width: 63.1818181818%;
  pointer-events: auto;
}
.top-diagram__back {
  position: relative;
  width: 100%;
  display: grid;
  grid: auto auto/1fr 1fr;
  gap: 90px 16.8181818182%;
}
@media screen and (max-width: 767px) {
  .top-diagram__back {
    row-gap: 28vw;
  }
}
.top-diagram__back-item-wrap {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-diagram__back-item-wrap:first-child .top-diagram__back-item {
  margin-right: auto;
  top: 150px;
  left: 150px;
}
.top-diagram__back-item-wrap:nth-child(2) .top-diagram__back-item {
  margin-left: auto;
  top: 150px;
  left: -150px;
}
.top-diagram__back-item-wrap:nth-child(3) {
  margin: auto;
  grid-column: 1/3;
}
.top-diagram__back-item-wrap:nth-child(3) .top-diagram__back-label {
  inset: auto 0 -15%;
}
.top-diagram__back-item-wrap:nth-child(3) .top-diagram__back-item {
  top: -100px;
}
.top-diagram__back-item-wrap:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top-diagram__back-item {
  border-radius: 50%;
  position: relative;
  width: clamp(280px, 21.889px + 33.652vw, 456px);
  aspect-ratio: 1;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-diagram__back-item {
    width: 35vw;
  }
}
.top-diagram__back-item.aos-animate {
  top: 0 !important;
  left: 0 !important;
  opacity: 1;
}
.top-diagram__back-item.aos-animate .top-diagram__back-out {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-diagram__back-img {
  border-radius: inherit;
  position: relative;
  width: 92.9824561404%;
  aspect-ratio: 1;
  z-index: 1;
}
.top-diagram__back-out {
  margin: auto;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s;
}
.top-diagram__back-label {
  margin: 0 auto;
  position: absolute;
  inset: -15% 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.9rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top-diagram__back-label {
    font-size: 14px;
  }
}

.top-about {
  padding-block: 5.5rem 14rem;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-block: 25px 70px;
  }
}
.top-about__container {
  grid-template-columns: 20% 1fr;
}
@media screen and (max-width: 767px) {
  .top-about__container {
    grid-template-columns: 1fr;
  }
}
.top-about__info {
  margin-top: 85px;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .top-about__info {
    margin-top: 40px;
    margin-left: 0;
  }
}
.top-about__info-table {
  border-spacing: 0;
  font-size: 1.6rem;
  line-height: 2.1875em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .top-about__info-table {
    font-size: 14px;
  }
}
.top-about__info-table td {
  padding-inline: 26px;
  border-left: 1px solid;
  -o-border-image: linear-gradient(to right, #c7debb, #91cbef) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#c7debb), to(#91cbef)) 1;
     border-image: linear-gradient(to right, #c7debb, #91cbef) 1;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .top-about__info-table td {
    padding-inline: 14px;
  }
}
.top-about__info-table td:first-child {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .top-about__info-table td:first-child {
    min-width: 110px;
  }
}
.top-about__info-table tr:last-child td {
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  .top-about__info-table tr:last-child td {
    padding-bottom: 30px;
  }
}
.top-about__info-text--lh-sm {
  margin-top: 0.25em;
  line-height: 1.5625em;
}
.top-about__info-text--ls-sm {
  letter-spacing: 0.01em;
}
.top-about__link {
  color: #76b9b2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-about__link span {
  display: inline-block;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform;
}
.top-about__link:hover {
  opacity: 0.8;
}
.top-about__link:hover > span {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.top-contact {
  padding-block: 8rem 19rem;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding-block: 40px 80px;
  }
}
.top-contact__heading-en {
  margin-bottom: 20px;
}
.top-contact__text {
  margin-block: 3.4rem 8.5rem;
  font-size: 1.6rem;
  line-height: 2.1875em;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-contact__text {
    margin-block: 16px 40px;
    font-size: 14px;
  }
}
.top-contact__button {
  border-radius: 38px;
  margin: auto;
  padding: 20px 34px 20px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3rem;
  font-family: "hirakaku-w6", sans-serif;
  letter-spacing: 0.13em;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-contact__button {
    padding: 14px 24px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    gap: 10px;
  }
}
.top-contact__button-arrow {
  width: 12px;
}
.top-contact__tel {
  margin: 3rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top-contact__tel {
    margin-top: 15px;
    gap: 10px;
  }
}
.top-contact__tel:hover {
  opacity: 0.5;
}
.top-contact__tel-icon {
  margin-left: -3em;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .top-contact__tel-icon {
    width: 2.2rem;
  }
}
.top-contact__tel-text {
  font: 900 4.56rem "Roboto", sans-serif;
  letter-spacing: 0.035em;
  color: #76b9b2;
}
@media screen and (max-width: 767px) {
  .top-contact__tel-text {
    font-size: 34px;
  }
}

.news--archive {
  padding-block: 14.5rem 27.5rem;
}
@media screen and (max-width: 767px) {
  .news--archive {
    padding-block: 70px 150px;
  }
}
.news--detail {
  padding-block: 3.5rem 26.4rem;
}
@media screen and (max-width: 767px) {
  .news--detail {
    padding-bottom: 150px;
  }
}
.news__archive-container {
  padding-inline: 6%;
  margin-inline: auto;
  max-width: calc(980px + 12%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news__archive-container {
    max-width: 100%;
    padding-inline: 7%;
  }
}
.news__list {
  border-top: 1px solid #d4d5d5;
}
.news__detail-date {
  padding-bottom: 2.6rem;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .news__detail-date {
    padding-bottom: 14px;
  }
}
.news__detail-title {
  padding-block: 5.3rem;
  margin-bottom: 3rem;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  line-height: 1.3043478261em;
}
@media screen and (max-width: 767px) {
  .news__detail-title {
    padding-block: 28px;
  }
}
.news__detail-body {
  font-size: 1.6rem;
  line-height: 1.875em;
}
.news__detail-body p + p {
  margin-top: 2em;
}
.news__detail-body p + img,
.news__detail-body p + figure {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .news__detail-body p + img,
  .news__detail-body p + figure {
    margin-top: 50px;
  }
}
.news__detail-body figure:not(:last-child) {
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 767px) {
  .news__detail-body figure:not(:last-child) {
    margin-bottom: 50px;
  }
}
.news__detail-body figure img {
  width: 100% !important;
  height: auto;
}
.news__detail-body figure + figure {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news__detail-body figure + figure {
    margin-top: 25px;
  }
}
.news__detail-body a {
  color: #76b9b2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news__detail-body a:hover {
  opacity: 0.8;
}
.news__detail-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.news__detail-img + .news__detail-img {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .news__detail-img + .news__detail-img {
    margin-top: 50px;
  }
}
.news__detail-button {
  margin: 9.6rem auto 0;
  padding: 2.1rem 10.7rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__detail-button {
    margin-top: 48px;
    padding-inline: 20px;
    width: 100%;
    max-width: 260px;
  }
}

.event__heading {
  margin-bottom: 5.5rem;
}
.event__title {
  font: 700 3.9rem "Roboto", sans-serif;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event__title {
    font-size: 34px;
  }
}
.event__subtitle {
  margin: 1rem auto 3.2rem;
  padding: 7px 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .event__subtitle {
    font-size: 12px;
  }
}
.event__body-title {
  font: 700 3.2rem "Roboto", sans-serif;
  color: #76b9b2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .event__body-title {
    font-size: 24px;
  }
}
.event__body-subtitle {
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: 0.21em;
  line-height: 2em;
  color: #010140;
}
@media screen and (max-width: 767px) {
  .event__body-subtitle {
    font-size: 16px;
  }
}
.event__img-wrap {
  margin: 0 auto 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 423px;
}
@media screen and (max-width: 767px) {
  .event__img-wrap {
    margin: 30px auto 140px;
    width: 75%;
  }
}
.event__img {
  width: 100%;
}
.event__img.aos-animate {
  -webkit-animation: 1s bounce-in-fwd linear forwards;
          animation: 1s bounce-in-fwd linear forwards;
}

.contact {
  margin-block: 7rem 30rem;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-block: 35px 150px;
  }
}
.contact__text {
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 15px;
  }
}
.contact__text--red {
  color: #cf2d26;
}
.contact__container {
  padding-inline: 6%;
  margin-inline: auto;
  max-width: calc(890px + 12%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact__container {
    max-width: 100%;
    padding-inline: 7%;
  }
}
.contact__intro {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .contact__intro {
    margin-bottom: 42px;
  }
}
.contact__intro--center {
  width: 100%;
  text-align: center;
}
.contact__item:not(:last-child) {
  margin-bottom: 3rem;
}
.contact__label {
  border-bottom: 1px solid #d4d5d5;
  padding-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
.contact__input {
  margin-top: 2rem;
  width: 100%;
  min-height: 1em;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .contact__input {
    font-size: 15px;
  }
}
.contact__input textarea,
.contact__input select,
.contact__input input[type=text],
.contact__input input[type=tel],
.contact__input input[type=email] {
  padding: 2.4rem 2.8rem;
  border: none;
  width: 100%;
  height: 7rem;
  font: inherit;
  line-height: inherit;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .contact__input textarea,
  .contact__input select,
  .contact__input input[type=text],
  .contact__input input[type=tel],
  .contact__input input[type=email] {
    padding-inline: 20px;
  }
}
.contact__input textarea:focus,
.contact__input select:focus,
.contact__input input[type=text]:focus,
.contact__input input[type=tel]:focus,
.contact__input input[type=email]:focus {
  outline: 2px solid #76b9b2;
}
.contact__input--textarea {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact__input--textarea textarea {
  height: 28.3rem;
  resize: none;
}
.contact__input--select {
  position: relative;
}
.contact__input--select select {
  padding-right: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contact__input--select::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 3rem;
  right: 23px;
  width: 1.7rem;
  height: 0.9rem;
  background: url("../public/img/icons/caret-blue.svg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .contact__input--select::after {
    top: 32px;
  }
}
.contact__button {
  padding: 2.3rem;
  margin: 5.6rem auto 0;
  width: 100%;
  max-width: 264px;
  font-family: inherit;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.contact__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.contact__back-wrap {
  position: relative;
}
.contact__back-wrap::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: -2px auto 0 -15px;
  width: 9px;
  height: 13px;
  background: url("../public/img/icons/caret-black.svg") no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(0) scaleX(-1);
          transform: translateX(0) scaleX(-1);
}
.contact__back-wrap:hover::after {
  opacity: 0.6;
  -webkit-transform: translateX(-20px) scaleX(-1);
          transform: translateX(-20px) scaleX(-1);
}
.contact__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
  background: none;
}
.contact__back:hover {
  opacity: 0.6;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.none {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.anchor {
  position: relative;
  top: -15rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -100px;
  }
}

.ff-hira-w3-subset {
  font-family: "hirakaku-w3-subset", sans-serif;
}

.ff-hira-w6-subset {
  font-family: "hirakaku-w6-subset", sans-serif;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@-webkit-keyframes rotate {
  to {
    --angle: 360deg;
  }
}
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}
@-webkit-keyframes fade-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade-color {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000;
  }
  50% {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    color: #76b9b2;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #76b9b2;
  }
}
@keyframes fade-color {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #000;
  }
  50% {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    color: #76b9b2;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #76b9b2;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(221, 137, 149, 0.7);
            box-shadow: 0 0 0 0 rgba(221, 137, 149, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(221, 137, 149, 0);
            box-shadow: 0 0 0 10px rgba(221, 137, 149, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(221, 137, 149, 0);
            box-shadow: 0 0 0 0 rgba(221, 137, 149, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(221, 137, 149, 0.7);
            box-shadow: 0 0 0 0 rgba(221, 137, 149, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(221, 137, 149, 0);
            box-shadow: 0 0 0 10px rgba(221, 137, 149, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(221, 137, 149, 0);
            box-shadow: 0 0 0 0 rgba(221, 137, 149, 0);
  }
}
@-webkit-keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes bounce-back {
  0% {
    -webkit-transform: scale(7);
            transform: scale(7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-back {
  0% {
    -webkit-transform: scale(7);
            transform: scale(7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.anim-in-expand {
  letter-spacing: -0.5em;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  opacity: 0;
}
.anim-in-expand.aos-animate {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.contact__agree {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__agree input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact__agree input[type=checkbox] {
    margin-top: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.contact__agree input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #717071;
}
.contact__agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.contact__agree label {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .contact__agree label {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact__agree .wpcf7-list-item {
    margin-left: 0;
  }
}
.contact__agree .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
}
.contact__agree .wpcf7-list-item-label::before, .contact__agree .wpcf7-list-item-label::after {
  content: "";
}
.contact__agree .wpcf7-list-item-label::before {
  content: "";
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #2a2b2f;
}
.contact__agree .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  display: none;
  color: #fff;
  font-size: 12px;
}
.contact__agree .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .wpcf7-form.hide-errors .wpcf7-not-valid-tip {
  display: none;
}
.contact .wpcf7-response-output {
  display: none;
}
.contact .wpcf7-select option[disabled] {
  display: none;
}

.splide {
  height: 100%;
}
.splide__track, .splide__slide {
  height: 100%;
}

.news h2,
.news h3,
.news h4 {
  margin-bottom: 2em;
}
.news figure.wp-block-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .news figure.wp-block-gallery {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.news figure.wp-block-gallery > figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.news figure.wp-block-gallery > figure > img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .wp-block-group:has(.wp-block-gallery) {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .news .wp-block-group:has(.wp-block-gallery) {
    margin-top: 50px;
  }
}
.news .wp-block-group:has(.wp-block-gallery):not(:last-child) {
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 767px) {
  .news .wp-block-group:has(.wp-block-gallery):not(:last-child) {
    margin-bottom: 25px;
  }
}

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

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