@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
}

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

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

@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-sp {
    display: none;
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-label {
  font-family: "Cormorant Garamond", "Montserrat", serif;
  font-size: 0.85rem;
  color: #c5a55a;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-heading {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #1a1a2e;
}
@media (min-width: 1200px) {
  .section-heading {
    font-size: 2rem;
  }
}
.section-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#c5a55a), to(#e8d9a0));
  background: linear-gradient(90deg, #c5a55a, #e8d9a0);
  margin: 20px auto 0;
}

.fv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  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;
  text-align: center;
  padding: 80px 20px 120px;
  overflow: hidden;
}
.fv .fv__slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fv .fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.fv .fv__slide.is-active {
  opacity: 1;
}
.fv .fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .fv .fv__slide img {
    -o-object-position: 57% center;
       object-position: 57% center;
  }
}
.fv .fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 30, 0.6)), to(rgba(10, 10, 30, 0.4)));
  background: linear-gradient(180deg, rgba(10, 10, 30, 0.6) 0%, rgba(10, 10, 30, 0.4) 100%);
}
.fv .fv__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  text-align: left;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media screen and (max-width: 767px) {
  .fv .fv__inner {
    padding: 0;
  }
}
.fv .fv__label {
  font-family: "Cormorant Garamond", "Montserrat", serif;
  font-size: 1rem;
  color: #e8d9a0;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .fv .fv__label {
    font-size: 1.5rem;
  }
}
.fv .fv__title {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6), 0 4px 24px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .fv .fv__title {
    font-size: 2.8rem;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.6), 0 6px 32px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fv .fv__title {
    font-size: 2rem;
  }
}
.fv .fv__sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  line-height: 1.8;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .fv .fv__sub {
    font-size: 1.2rem;
    margin-bottom: 48px;
  }
}
.fv .fv__cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #c5a55a, #e8d9a0);
  color: #1a1a2e;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 22px 64px;
  border-radius: 60px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
          box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
  -webkit-animation: fv-btn-glow 3s infinite;
          animation: fv-btn-glow 3s infinite;
  position: relative;
}
.fv .fv__cta-button::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -20px;
  width: 80px;
  height: 120px;
  background: url("../images/smartphone.webp") center center/contain no-repeat;
  pointer-events: none;
  -webkit-animation: vibrate 3s ease-in-out infinite;
          animation: vibrate 3s ease-in-out infinite;
}
.fv .fv__cta-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 32px rgba(197, 165, 90, 0.5), 0 0 60px rgba(197, 165, 90, 0.25);
          box-shadow: 0 8px 32px rgba(197, 165, 90, 0.5), 0 0 60px rgba(197, 165, 90, 0.25);
}
@media screen and (max-width: 767px) {
  .fv .fv__cta-button {
    font-size: 1rem;
    padding: 18px 48px;
  }
  .fv .fv__cta-button::after {
    right: -15px;
    bottom: -15px;
    width: 60px;
    height: 90px;
  }
}
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-3deg) translateX(-1px);
            transform: rotate(-3deg) translateX(-1px);
  }
  4% {
    -webkit-transform: rotate(3deg) translateX(1px);
            transform: rotate(3deg) translateX(1px);
  }
  6% {
    -webkit-transform: rotate(-3deg) translateX(-1px);
            transform: rotate(-3deg) translateX(-1px);
  }
  8% {
    -webkit-transform: rotate(3deg) translateX(1px);
            transform: rotate(3deg) translateX(1px);
  }
  10% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  12% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  14% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-3deg) translateX(-1px);
            transform: rotate(-3deg) translateX(-1px);
  }
  4% {
    -webkit-transform: rotate(3deg) translateX(1px);
            transform: rotate(3deg) translateX(1px);
  }
  6% {
    -webkit-transform: rotate(-3deg) translateX(-1px);
            transform: rotate(-3deg) translateX(-1px);
  }
  8% {
    -webkit-transform: rotate(3deg) translateX(1px);
            transform: rotate(3deg) translateX(1px);
  }
  10% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  12% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  14% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.fv .fv__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.fv .fv__wave svg {
  width: 100%;
  height: 80px;
}
@media (min-width: 1200px) {
  .fv .fv__wave svg {
    height: 120px;
  }
}

@-webkit-keyframes fv-btn-glow {
  0% {
    -webkit-box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
            box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 4px 28px rgba(197, 165, 90, 0.55), 0 0 60px rgba(197, 165, 90, 0.3);
            box-shadow: 0 4px 28px rgba(197, 165, 90, 0.55), 0 0 60px rgba(197, 165, 90, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
            box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
  }
}

@keyframes fv-btn-glow {
  0% {
    -webkit-box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
            box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 4px 28px rgba(197, 165, 90, 0.55), 0 0 60px rgba(197, 165, 90, 0.3);
            box-shadow: 0 4px 28px rgba(197, 165, 90, 0.55), 0 0 60px rgba(197, 165, 90, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
            box-shadow: 0 4px 20px rgba(197, 165, 90, 0.35), 0 0 40px rgba(197, 165, 90, 0.15);
  }
}
.video {
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .video {
    padding: 100px 0;
  }
}
.video .video__inner {
  max-width: 720px;
}
.video .video__wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.video .video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta {
  padding: 56px 20px;
  text-align: center;
}
.cta .cta__inner {
  max-width: 720px;
}
.cta .cta__text {
  font-size: 0.95rem;
  color: #2a2a2a;
  margin-bottom: 32px;
  line-height: 1.8;
}
.cta .cta__text strong {
  color: #1a1a2e;
  font-weight: 700;
}
.cta .cta__lead {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.1rem;
  color: #1a1a2e;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .cta .cta__lead {
    font-size: 1.3rem;
  }
}
.cta .cta__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #06C755;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 22px 64px;
  border-radius: 60px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
          box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
  -webkit-animation: cta-pulse 2.5s infinite;
          animation: cta-pulse 2.5s infinite;
  position: relative;
  overflow: hidden;
}
.cta .cta__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.25)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  -webkit-animation: cta-shine 3s infinite;
          animation: cta-shine 3s infinite;
}
.cta .cta__button:hover {
  background-color: #05b04c;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 32px rgba(6, 199, 85, 0.4);
          box-shadow: 0 8px 32px rgba(6, 199, 85, 0.4);
}
@media screen and (max-width: 767px) {
  .cta .cta__button {
    font-size: 1rem;
    padding: 20px 40px;
  }
}
.cta .cta__button--large {
  font-size: 1.3rem;
  padding: 26px 80px;
}
@media screen and (max-width: 767px) {
  .cta .cta__button--large {
    font-size: 1.1rem;
    padding: 22px 48px;
  }
}
.cta .cta__button-icon {
  font-size: 1.2em;
  -webkit-animation: cta-icon-bounce 2s infinite;
          animation: cta-icon-bounce 2s infinite;
}
.cta .cta__note {
  font-size: 0.8rem;
  color: #666666;
  margin-top: 20px;
}

.cta--last {
  padding: 0px 20px 100px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f8));
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f8 100%);
}
@media (min-width: 1200px) {
  .cta--last {
    padding: 120px 20px;
  }
}
.cta--last .cta__balloon {
  display: block;
  max-width: 500px;
  margin: 0 auto 24px;
  background: #7f7fb6;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
}
.cta--last .cta__balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7f7fb6;
}
.cta--last .cta__balloon p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cta--last .cta__balloon {
    font-size: 0.8rem;
    padding: 12px 20px;
  }
}

@-webkit-keyframes cta-pulse {
  0% {
    -webkit-box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
            box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
  }
  50% {
    -webkit-box-shadow: 0 4px 32px rgba(6, 199, 85, 0.5);
            box-shadow: 0 4px 32px rgba(6, 199, 85, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
            box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
  }
}

@keyframes cta-pulse {
  0% {
    -webkit-box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
            box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
  }
  50% {
    -webkit-box-shadow: 0 4px 32px rgba(6, 199, 85, 0.5);
            box-shadow: 0 4px 32px rgba(6, 199, 85, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
            box-shadow: 0 4px 16px rgba(6, 199, 85, 0.25);
  }
}
@-webkit-keyframes cta-shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes cta-shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes cta-icon-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes cta-icon-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.cta-video {
  padding: 60px 20px;
}
@media (min-width: 1200px) {
  .cta-video {
    padding: 80px 20px;
  }
}
.cta-video .cta-video__inner {
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .cta-video .inner {
    padding: 0;
  }
}
.cta-video .cta-video__box {
  text-align: center;
  background: linear-gradient(135deg, #1a1a2e, rgb(40.7333333333, 40.7333333333, 72.0666666667));
  border-radius: 20px;
  padding: 48px 32px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(26, 26, 46, 0.2);
          box-shadow: 0 8px 32px rgba(26, 26, 46, 0.2);
}
.cta-video .cta-video__box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 165, 90, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-video .cta-video__box::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -20%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(197, 165, 90, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cta-video .cta-video__box {
    padding: 40px 20px;
  }
}
.cta-video .cta-video__badge {
  display: inline-block;
  font-family: "Cormorant Garamond", "Montserrat", serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1a2e;
  background: linear-gradient(135deg, #c5a55a, #e8d9a0);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.cta-video .cta-video__title {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cta-video .cta-video__title {
    font-size: 1.8rem;
  }
}
.cta-video .cta-video__text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.cta-video .cta-video__text strong {
  color: #e8d9a0;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .cta-video .cta-video__text {
    font-size: 1rem;
  }
}
.cta-video .cta-video__emphasis {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e8d9a0;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
.cta-video .cta-video__emphasis i {
  margin-right: 6px;
  font-size: 1.2em;
}
.cta-video .cta-video__emphasis strong {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(197, 165, 90, 0.3)));
  background: linear-gradient(transparent 60%, rgba(197, 165, 90, 0.3) 60%);
  padding: 0 4px;
}
@media (min-width: 1200px) {
  .cta-video .cta-video__emphasis {
    font-size: 1.25rem;
  }
}
.cta-video .cta__button {
  position: relative;
  z-index: 1;
}
.cta-video .cta-video__note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.cta-video .cta__button {
  position: relative;
  z-index: 1;
  background-color: #06C755;
  color: #ffffff;
  padding: 22px 64px;
  border-radius: 60px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-video .cta__button .cta__button-icon {
  color: #ffffff;
}
.cta-video .cta__button:hover {
  background-color: #05b04c;
}
@media screen and (max-width: 767px) {
  .cta-video .cta__button {
    font-size: 1rem;
    padding: 18px 48px;
  }
}

.topics {
  position: relative;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f8), to(#faf8f5));
  background: linear-gradient(180deg, #f0f0f8 0%, #faf8f5 100%);
}
@media (min-width: 1200px) {
  .topics {
    padding: 100px 0;
  }
}
.topics .topics__bg-wave-top,
.topics .topics__bg-wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}
.topics .topics__bg-wave-top svg,
.topics .topics__bg-wave-bottom svg {
  width: 100%;
  height: 50px;
}
@media (min-width: 1200px) {
  .topics .topics__bg-wave-top svg,
  .topics .topics__bg-wave-bottom svg {
    height: 80px;
  }
}
.topics .topics__bg-wave-top {
  top: 0;
}
.topics .topics__bg-wave-bottom {
  bottom: 0;
}
.topics .topics__inner {
  position: relative;
  z-index: 1;
}
.topics .topics__list {
  max-width: 720px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.topics .topics__card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
.topics .topics__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.35;
}
.topics .topics__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.topics .topics__card-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.topics .topics__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, transform 0.5s ease;
  transition: opacity 0.4s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.topics .topics__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .topics .topics__card-bg {
    width: 50%;
  }
  .topics .topics__card-bg img {
    opacity: 0.2;
  }
  .topics .topics__card-bg::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #ffffff), color-stop(40%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ffffff 5%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 100%);
  }
}
.topics .topics__card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 28px 32px;
}
@media screen and (max-width: 767px) {
  .topics .topics__card-content {
    padding: 20px;
    gap: 16px;
  }
}
.topics .topics__number {
  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;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1a2e, rgb(53.625, 53.625, 94.875));
  color: #e8d9a0;
  font-family: "Cormorant Garamond", "Montserrat", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .topics .topics__number {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}
.topics .topics__card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topics .topics__card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(232, 217, 160, 0.4)));
  background-image: linear-gradient(transparent 60%, rgba(232, 217, 160, 0.4) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .topics .topics__card-title {
    font-size: 1.1rem;
  }
}
.topics .topics__card-desc {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.6;
  margin-top: 4px;
  margin-bottom: 0;
}

.about {
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .about {
    padding: 100px 0;
  }
}
.about .about__inner {
  max-width: 720px;
}
.about .about__body {
  margin-top: 48px;
}
.about .about__text-block p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.about .about__text-block p:last-child {
  margin-bottom: 0;
}
.about .about__highlight {
  margin: 40px 0;
  padding: 32px;
  text-align: center;
  background: linear-gradient(135deg, #f0f0f8, #faf8f5);
  border-radius: 16px;
  position: relative;
}
.about .about__highlight::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#c5a55a), to(#e8d9a0));
  background: linear-gradient(90deg, #c5a55a, #e8d9a0);
  border-radius: 2px;
}
.about .about__highlight p {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 1200px) {
  .about .about__highlight p {
    font-size: 1.4rem;
  }
}

.profile {
  position: relative;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#faf8f5), to(#ffffff));
  background: linear-gradient(180deg, #faf8f5 0%, #ffffff 100%);
}
@media (min-width: 1200px) {
  .profile {
    padding: 100px 0;
  }
}
.profile .profile__bg-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.profile .profile__bg-wave-top svg {
  width: 100%;
  height: 50px;
}
@media (min-width: 1200px) {
  .profile .profile__bg-wave-top svg {
    height: 80px;
  }
}
.profile .profile__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .profile .profile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 48px;
  }
}
.profile .profile__image-area {
  text-align: center;
  margin-bottom: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1200px) {
  .profile .profile__image-area {
    margin-bottom: 0;
    width: 240px;
  }
}
.profile .profile__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
}
.profile .profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 30%;
     object-position: 20% 30%;
}
.profile .profile__name {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0 !important;
}
.profile .profile__name span {
  display: block;
  font-family: "Cormorant Garamond", "Montserrat", serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.profile .profile__role {
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 1px 15px;
  background: #c5a55a;
  display: inline-block;
  border-radius: 30px;
}
.profile .profile__body p {
  margin-bottom: 1.3em;
  line-height: 2;
}
.profile .profile__body p:last-child {
  margin-bottom: 0;
}
.profile .profile__quote {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", serif;
  font-size: 1.3rem;
  font-style: normal;
  color: #1a1a2e;
  border-left: 3px solid #c5a55a;
  padding: 8px 0 8px 20px;
  margin: 0 0 24px 0;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .profile .profile__quote {
    font-size: 1.5rem;
  }
}

.footer {
  padding: 40px 20px;
  text-align: center;
  background-color: #1a1a2e;
}
.footer .footer__copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
}