.sub-title {
  font-size: 60px;
  font-weight: 900;
  color: #102b5c;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  line-height: 1;
  text-shadow: none;
}
@media (max-width: 767.98px) {
  .sub-title {
    font-size: 40px;
  }
}

.sub-title-ja {
  font-size: 16px;
  color: #102b5c;
}

.hero.is-hero-loading .hero-main-image,
.hero.is-hero-loading .hero-sub-image,
.hero.is-hero-loading .hero-movie,
.hero.is-hero-loading .hero-catchcopy-pop,
.hero.is-hero-loading .hero-illustration-2-wrap {
  opacity: 0;
  transform: translateY(40px);
}
@media (prefers-reduced-motion: reduce) {
  .hero.is-hero-loading .hero-main-image,
  .hero.is-hero-loading .hero-sub-image,
  .hero.is-hero-loading .hero-movie,
  .hero.is-hero-loading .hero-catchcopy-pop,
  .hero.is-hero-loading .hero-illustration-2-wrap {
    opacity: 1;
    transform: none;
  }
}
.hero {
  padding: 20px 20px 100px;
  background-color: #f2eee9;
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .hero {
    --hero-header-height: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--hero-header-height));
    min-height: calc(100vh - var(--hero-header-height));
    padding: 16px 20px 100px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding: 0 20px 50px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1200/41;
  transform: rotate(0) translateY(0);
  background-image: url("../images/wave/cover_wave.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .hero::before {
    height: 3.4166666667vw;
    aspect-ratio: auto;
    background-size: auto 100%;
  }
}
.hero .hero-inner {
  max-width: none;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .hero .hero-inner {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
}
.hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 992px) {
  .hero .hero-grid {
    flex: 1;
    min-height: 0;
    height: 100%;
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.hero .hero-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .hero .hero-left {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
    height: 100%;
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-left {
    display: contents;
  }
}
.hero .hero-main-image-area {
  padding-bottom: clamp(50px, 8vw, 72px);
}
@media (min-width: 992px) {
  .hero .hero-main-image-area {
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    padding-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-main-image-area {
    order: 1;
    margin-bottom: 16px;
    padding-bottom: clamp(32px, 6vw, 48px);
  }
}
.hero .hero-main-image-frame {
  position: relative;
}
@media (min-width: 992px) {
  .hero .hero-main-image-frame {
    min-height: 0;
    height: 100%;
  }
}
.hero .hero-main-image {
  position: relative;
  background-color: #c8c8c8;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 680/420;
}
@media (min-width: 992px) {
  .hero .hero-main-image {
    height: 100%;
    aspect-ratio: auto;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-main-image {
    border-radius: 20px;
    aspect-ratio: 335/220;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-main-image {
    aspect-ratio: 4/3;
  }
}
.hero .hero-main-image img.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero .hero-main-image img.hero-image.is-active {
  opacity: 1;
}
.hero .hero-catchcopy {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 8px 0 0 10%;
  position: relative;
}
@media (min-width: 992px) {
  .hero .hero-catchcopy {
    flex: 0 0 auto;
    padding-top: 8px;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-catchcopy {
    order: 2;
    justify-content: center;
    padding: 0 0 20px;
  }
}
.hero .hero-catchcopy-heading {
  margin: 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .hero .hero-catchcopy-heading {
    width: 100%;
  }
}
.hero .hero-catchcopy-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .hero .hero-catchcopy-image {
    width: auto;
    max-width: min(579px, 38vw);
    max-height: 215px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero .hero-illustration {
  flex-shrink: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hero .hero-illustration-2-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(242px, 38.7vw, 395px);
  aspect-ratio: 326/154;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .hero .hero-illustration-2-wrap {
    width: clamp(169px, 21.8vw, 315px);
  }
}
@media (max-width: 991.98px) {
  .hero .hero-illustration-2-wrap {
    width: clamp(169px, 41.1vw, 278px);
  }
}
@media (max-width: 767.98px) {
  .hero .hero-illustration-2-wrap {
    width: clamp(182px, 55.7vw, 303px);
  }
}
@keyframes hero-wave-arm-l {
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
@keyframes hero-wave-arm-r {
  0%, 100% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-6deg);
  }
}
@keyframes hero-lid-arm {
  0%, 100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(-6deg) translateY(-2px);
  }
}
@keyframes hero-pan-arm {
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
.hero .hero-illustration-2 {
  width: 100%;
  height: 100%;
  transform: translateY(80%);
  overflow: visible;
}
@media (max-width: 991.98px) {
  .hero .hero-illustration-2 {
    transform: translateY(70%);
  }
}
@media (max-width: 767.98px) {
  .hero .hero-illustration-2 {
    transform: translateY(80%);
  }
}
.hero .hero-illustration-2 .hero-illustration-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hero .hero-illustration-2 #g-wave-arm-l {
  transform-box: fill-box;
  transform-origin: 30px 40px;
  animation: hero-wave-arm-l 2.6s ease-in-out infinite;
}
.hero .hero-illustration-2 #g-wave-arm-r {
  transform-box: fill-box;
  transform-origin: 0px 10px;
  animation: hero-wave-arm-r 2.6s ease-in-out infinite;
  animation-delay: 0.4s;
}
.hero .hero-illustration-2 #g-lid-arm {
  transform-box: fill-box;
  transform-origin: 175px 47px;
  animation: hero-lid-arm 3s ease-in-out infinite;
  animation-delay: 0.2s;
}
.hero .hero-illustration-2 [id=_g-pan-arm] {
  transform-box: fill-box;
  transform-origin: 20px 47px;
  animation: hero-pan-arm 2.6s ease-in-out infinite;
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero-illustration-2 #g-wave-arm-l,
  .hero .hero-illustration-2 #g-wave-arm-r,
  .hero .hero-illustration-2 #g-lid-arm,
  .hero .hero-illustration-2 [id=_g-pan-arm] {
    animation: none;
  }
}
.hero .hero-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
@media (min-width: 992px) {
  .hero .hero-right {
    min-height: 0;
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-right {
    display: contents;
  }
}
.hero .hero-sub-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 992px) {
  .hero .hero-sub-images {
    flex: 1 1 0;
    min-height: 140px;
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-sub-images {
    display: none;
  }
}
.hero .hero-sub-image {
  position: relative;
  background-color: #c8c8c8;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .hero .hero-sub-image {
    aspect-ratio: auto;
    height: 100%;
    min-height: 0;
  }
}
.hero .hero-sub-image img.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero .hero-sub-image img.hero-image.is-active {
  opacity: 1;
}
.hero .hero-movie {
  flex: 0 0 auto;
  border-radius: 24px;
  overflow: hidden;
  margin-top: auto;
  border: 4px solid #ffffff;
}
@media (max-width: 991.98px) {
  .hero .hero-movie {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-movie {
    border-radius: 20px;
  }
}
.hero .hero-movie img {
  width: 100%;
  height: auto;
  display: block;
}

.img-placeholder {
  background-color: #c8c8c8;
}

.about {
  background-color: #f4f0e8;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .about {
    padding: 70px 0 80px;
  }
}
.about .about-watermark {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  overflow: hidden;
  font-size: clamp(48px, 8vw, 140px);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: rgba(16, 43, 92, 0.08);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .about .about-watermark {
    bottom: -3%;
  }
}
@media (max-width: 767.98px) {
  .about .about-watermark {
    bottom: -2%;
  }
}
.about .about-watermark-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: about-watermark-scroll 40s linear infinite;
  will-change: transform;
}
.about .about-watermark-text {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 0.75em;
}
@keyframes about-watermark-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .about .about-watermark-track {
    animation: none;
  }
}
.about .about-inner {
  position: relative;
  z-index: 1;
}
.about .about-body {
  position: relative;
}
@media (max-width: 991.98px) {
  .about .about-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.about .about-heading,
.about .about-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about .about-images {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(200px, 26vw, 320px);
  aspect-ratio: 1;
}
@media (max-width: 1199.98px) {
  .about .about-images {
    left: -15%;
  }
}
@media (max-width: 991.98px) {
  .about .about-images {
    display: none;
  }
}
.about .about-images .about-images-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .about-heading {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (min-width: 992px) {
  .about .about-heading {
    text-align: center;
  }
}
.about .about-heading .about-highlight {
  color: #e17a3a;
}
.about .about-text {
  font-size: 18px;
  line-height: 2.2;
  color: #444;
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .about .about-text {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.about .about-illustration {
  position: absolute;
  right: -5%;
  bottom: 30%;
  width: 251px;
  height: 139px;
}
@media (max-width: 1199.98px) {
  .about .about-illustration {
    right: -15%;
  }
}
@media (max-width: 991.98px) {
  .about .about-illustration {
    display: none;
  }
}
.about .about-illustration .about-illustration-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-news .top-news-title {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: #102b5c;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .top-news .top-news-title {
    margin-bottom: 32px;
  }
}
.top-news .top-news-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.top-news .top-news-swiper {
  overflow: hidden;
  padding-left: max(16px, (100vw - 1140px) / 2 + var(--bs-gutter-x, 12px));
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .top-news .top-news-swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-news .top-news-swiper .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
}
.top-news .top-news-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.top-news .top-news-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 28px auto 0;
  padding: 0 max(16px, (100vw - 1140px) / 2 + var(--bs-gutter-x, 12px));
}
@media (max-width: 767.98px) {
  .top-news .top-news-nav {
    margin-top: 20px;
    padding: 0 16px;
  }
}
.top-news .top-news-prev,
.top-news .top-news-next {
  font-size: 13px;
  font-weight: 600;
  color: #102b5c;
  background: transparent;
  border: 1px solid #102b5c;
  border-radius: 999px;
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.top-news .top-news-prev:hover,
.top-news .top-news-next:hover {
  background-color: #102b5c;
  color: #fff;
}
.top-news .top-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-news .top-news-card-image {
  width: 100%;
  aspect-ratio: 1.4545454545;
  border-radius: 24px;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-news .top-news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-news .top-news-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.top-news .top-news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.top-news .top-news-card-category {
  display: inline-block;
  font-size: 13px;
  color: #555;
  background-color: #f0eeeb;
  border-radius: 999px;
  padding: 7px 16px;
  line-height: 1.4;
  flex-shrink: 0;
}
.top-news .top-news-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #102b5c;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .top-news .top-news-card-title {
    font-size: 15px;
  }
}
.top-news .top-news-card-date {
  font-size: 15px;
  color: #999;
  font-weight: 500;
  flex-shrink: 0;
}
.top-news .top-news-card-more {
  font-size: 14px;
  font-weight: 600;
  color: #102b5c;
  text-decoration: underline;
  letter-spacing: 0.08em;
}

.top-study .top-study-title {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: #102b5c;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .top-study .top-study-title {
    margin-bottom: 32px;
  }
}
.top-study .top-study-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.top-study .top-study-swiper {
  overflow: hidden;
  padding-left: max(16px, (100vw - 1140px) / 2 + var(--bs-gutter-x, 12px));
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .top-study .top-study-swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-study .top-study-swiper .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
}
.top-study .top-study-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.top-study .top-study-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 28px auto 0;
  padding: 0 max(16px, (100vw - 1140px) / 2 + var(--bs-gutter-x, 12px));
}
@media (max-width: 767.98px) {
  .top-study .top-study-nav {
    margin-top: 20px;
    padding: 0 16px;
  }
}
.top-study .top-study-prev,
.top-study .top-study-next {
  font-size: 13px;
  font-weight: 600;
  color: #102b5c;
  background: transparent;
  border: 1px solid #102b5c;
  border-radius: 999px;
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.top-study .top-study-prev:hover,
.top-study .top-study-next:hover {
  background-color: #102b5c;
  color: #fff;
}
.top-study .top-study-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-study .top-study-card-image {
  width: 100%;
  aspect-ratio: 1.4545454545;
  border-radius: 24px;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-study .top-study-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-study .top-study-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.top-study .top-study-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.top-study .top-study-card-category {
  display: inline-block;
  font-size: 13px;
  color: #555;
  background-color: #f0eeeb;
  border-radius: 999px;
  padding: 7px 16px;
  line-height: 1.4;
  flex-shrink: 0;
}
.top-study .top-study-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #102b5c;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .top-study .top-study-card-title {
    font-size: 15px;
  }
}
.top-study .top-study-card-date {
  font-size: 15px;
  color: #999;
  font-weight: 500;
  flex-shrink: 0;
}
.top-study .top-study-card-more {
  font-size: 14px;
  font-weight: 600;
  color: #102b5c;
  text-decoration: underline;
  letter-spacing: 0.08em;
}

.top-works .top-works-title {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: #102b5c;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .top-works .top-works-title {
    margin-bottom: 32px;
  }
}
.top-works .top-works-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.top-works .top-works-swiper {
  overflow: hidden;
  padding-left: max(16px, (100vw - 1140px) / 2 + var(--bs-gutter-x, 12px));
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .top-works .top-works-swiper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-works .top-works-swiper .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
}
.top-works .top-works-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.top-works .top-works-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 28px auto 0;
  padding: 0 max(16px, (100vw - 1140px) / 2 + var(--bs-gutter-x, 12px));
}
@media (max-width: 767.98px) {
  .top-works .top-works-nav {
    margin-top: 20px;
    padding: 0 16px;
  }
}
.top-works .top-works-prev,
.top-works .top-works-next {
  font-size: 13px;
  font-weight: 600;
  color: #102b5c;
  background: transparent;
  border: 1px solid #102b5c;
  border-radius: 999px;
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.top-works .top-works-prev:hover,
.top-works .top-works-next:hover {
  background-color: #102b5c;
  color: #fff;
}
.top-works .top-works-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-works .top-works-card-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 28px;
  margin-bottom: 0;
  overflow: hidden;
}
.top-works .top-works-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-works .top-works-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  margin-top: -24px;
  padding: 36px 20px 24px;
  position: relative;
  z-index: 1;
}
.top-works .top-works-card-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #519e9e;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .top-works .top-works-card-subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.top-works .top-works-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.top-works .top-works-card-category {
  display: inline-block;
  font-size: 13px;
  color: #555;
  background-color: #f0eeeb;
  border-radius: 999px;
  padding: 7px 16px;
  line-height: 1.4;
  flex-shrink: 0;
}
.top-works .top-works-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #102b5c;
  line-height: 1.6;
  margin: 0 0 20px;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .top-works .top-works-card-title {
    font-size: 15px;
  }
}
.top-works .top-works-card-date {
  font-size: 15px;
  color: #999;
  font-weight: 500;
  flex-shrink: 0;
}
.top-works .top-works-card-more {
  font-size: 14px;
  font-weight: 600;
  color: #102b5c;
  text-decoration: underline;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.top-works {
  padding: 80px 0;
  background-color: #f4f0e8;
}
@media (max-width: 767.98px) {
  .top-works {
    padding-top: 60px;
  }
}

.top-guide {
  background-color: #f4f0e8;
  padding: 80px 0 100px;
  position: relative;
}
.top-guide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 300/67;
  transform: translateY(-99%);
  background-image: url("../images/wave/wave_bg_up.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .top-guide {
    padding: 60px 0 70px;
  }
}
.top-guide .top-guide-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .top-guide .top-guide-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.top-guide .top-guide-title {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  color: #102b5c;
  margin-bottom: 20px;
  line-height: 1.5;
}
.top-guide .top-guide-text {
  font-size: 15px;
  line-height: 2;
  color: #444;
  margin-bottom: 28px;
}
@media (max-width: 767.98px) {
  .top-guide .top-guide-text {
    font-size: 14px;
  }
}
.top-guide .top-guide-btn {
  display: inline-block;
  padding: 12px 40px;
}
@media (max-width: 767.98px) {
  .top-guide .top-guide-btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.top-guide .top-guide-btn {
  border: 2px solid #102b5c;
  border-radius: 999px;
  color: #102b5c;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.top-guide .top-guide-btn:hover {
  opacity: 0.75;
  color: #102b5c;
}
.top-guide .top-guide-image {
  width: 100%;
  text-align: center;
  perspective: 1200px;
}
.top-guide .top-guide-image img {
  animation: top-guide-image-spin 8s linear infinite;
  transform-origin: center center;
  transform-style: preserve-3d;
}
@media (max-width: 991.98px) {
  .top-guide .top-guide-image {
    max-width: 560px;
    margin: 0 auto;
  }
}
@keyframes top-guide-image-spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-guide .top-guide-image img {
    animation: none;
  }
}

.lineup {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .lineup {
    padding-top: 60px;
  }
}
.lineup .lineup-header {
  text-align: center;
}
.lineup .lineup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767.98px) {
  .lineup .lineup-grid {
    grid-template-columns: 1fr;
  }
}
.lineup .lineup-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
}
.lineup .lineup-item:hover {
  opacity: 0.92;
  color: #fff;
}
.lineup .lineup-item--orange .lineup-item-content {
  background-color: #e68b50;
}
.lineup .lineup-item--yellow .lineup-item-content {
  background-color: #eedc82;
}
.lineup .lineup-item--teal .lineup-item-content {
  background-color: #5fb0a5;
}
.lineup .lineup-item-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.lineup .lineup-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup .lineup-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px clamp(24px, 3vw, 40px) 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .lineup .lineup-item-content {
    padding: 28px 24px 40px;
  }
}
.lineup .lineup-item-title {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}
.lineup .lineup-item-text {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
  padding-right: 48px;
  opacity: 0.95;
}
@media (max-width: 767.98px) {
  .lineup .lineup-item-text {
    font-size: 14px;
  }
}
.lineup .lineup-item-arrow {
  position: absolute;
  right: clamp(20px, 3vw, 32px);
  bottom: clamp(20px, 3vw, 28px);
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup .lineup-item-arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-1px, 1px);
}

.contact-area {
  background-color: #f4f0e8;
  color: #fff;
  padding-bottom: 60px;
}
.contact-area .contact-area-inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 80px);
  padding: 60px 50px;
  border: solid 3px #102b5c;
  border-radius: 40px;
  background-color: #e68b50;
}
@media (max-width: 991.98px) {
  .contact-area .contact-area-inner {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .contact-area .contact-area-inner {
    padding: 40px 30px;
  }
}
.contact-area .contact-area-heading {
  flex: 0 0 28%;
  min-width: 180px;
}
@media (max-width: 991.98px) {
  .contact-area .contact-area-heading {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.contact-area .contact-area-title {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  line-height: 1;
}
.contact-area .contact-area-subtitle {
  font-size: 16px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .contact-area .contact-area-subtitle {
    display: block;
  }
}
.contact-area .contact-area-content {
  flex: 1;
  min-width: 0;
}
.contact-area .contact-area-lead {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 24px;
  color: #fff;
}
.contact-area .contact-area-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .contact-area .contact-area-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.contact-area .contact-area-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .contact-area .contact-area-actions {
    flex-direction: column;
    align-items: center;
  }
}
.contact-area .contact-area-tel {
  flex: 1;
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .contact-area .contact-area-tel {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.contact-area .contact-area-tel-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact-area .contact-area-tel-link:hover {
  color: #fff;
  opacity: 0.85;
}
.contact-area .contact-area-tel-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.contact-area .contact-area-tel-number {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact-area .contact-area-hours {
  font-size: 16px;
  margin: 8px 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  .contact-area .contact-area-hours {
    margin-left: 0;
  }
}
.contact-area .contact-area-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background-color: #ffffff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
.contact-area .contact-area-btn:hover {
  color: #fff;
  background-color: #d4623d;
}
.contact-area .contact-area-btn:hover .contact-area-btn__icon img {
  filter: brightness(0) invert(1);
}
.contact-area .contact-area-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-area .contact-area-btn__icon img {
  display: block;
  width: 24px;
  height: auto;
}

.news {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .news {
    padding: 60px 0;
  }
}
.news .news-intro {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .news .news-intro {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.news .news-illustration {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 0;
}
.news .news-illustration img {
  width: 180px;
  height: auto;
  opacity: 0.25;
}
@media (max-width: 991.98px) {
  .news .news-illustration {
    width: 150px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .news .news-illustration {
    display: none;
  }
}
.news .news-card {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .news .news-card {
    margin-bottom: 20px;
  }
}
.news .news-card-image {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .news .news-card-image {
    border-radius: 20px;
  }
}
.news .news-card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 403/267;
  transition: transform 0.3s ease;
}
.news .news-card-image img:hover {
  transform: scale(1.1);
}
.news .date-category {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 20px 10px 20px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .news .date-category {
    padding: 10px 0;
  }
}
.news .date-category .news-date {
  font-size: 0.9em;
  font-weight: 600;
  opacity: 0.7;
}
.news .date-category .news-category {
  display: inline-block;
  font-size: 12px;
  background-color: #3bb687;
  padding: 5px 14px;
  border-radius: 15px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .news .date-category .news-category {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 10px;
  }
}
.news .news-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  flex-grow: 1;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .news .news-title {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
  }
}/*# sourceMappingURL=top.css.map */