<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name:2024青年講演会
*/
/*-------------------------------------
  breakpoint
---------------------------------------*/
/* ==============
Base
============== */
html {
  font-size: 62.5%;
}

ul,
ol {
  list-style-type: none;
}

a {
  cursor: pointer;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.wrapper {
  padding: 0 16px;
}

@-webkit-keyframes wave-anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  60% {
    opacity: 0.1;
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes wave-anime {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  60% {
    opacity: 0.1;
  }
  80% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-dn {
  display: none;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

/* ==============
Common
============== */
/* ==============
sp body
============== */
body {
  background-image: url(../images/bg_main_sp_width.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: block;
  font-size: 1.6rem;
  background-attachment: fixed;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 450px) {
  body {
    background-image: url(../images/bg_main_tb_height.jpg);
  }
}
@media screen and (min-width: 992px) {
  body {
    background-image: url(../images/bg_main.png);
  }
}
@media screen and (min-width: 1100px) {
  body {
    display: grid;
    grid-template-columns: 1fr 450px 1fr;
  }
}

.container {
  padding: 16px 24px;
}

.left-box {
  display: none;
}
@media screen and (min-width: 1100px) {
  .left-box {
    display: block;
    overflow: hidden;
  }
}
.left-box__wrapper {
  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;
  height: 100vh;
  padding-right: 3vw;
}
@media screen and (min-width: 1300px) {
  .left-box__wrapper {
    padding-right: 60px;
  }
}
.left-box__img {
  position: fixed;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .left-box__img {
    display: block;
  }
}
.left-box__img img {
  max-width: 18vw;
  height: auto;
}
@media screen and (min-width: 1500px) {
  .left-box__img img {
    max-width: 329px;
  }
}

.box__sp {
  -webkit-box-shadow: 0 0 30px 3px rgba(250, 247, 213, 0.3);
          box-shadow: 0 0 30px 3px rgba(250, 247, 213, 0.3);
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  overflow-y: auto;
}

.right-box {
  display: none;
}
@media screen and (min-width: 1100px) {
  .right-box {
    display: block;
    overflow: hidden;
  }
}

.jikoshindan {
  margin-left: 60px;
}
.jikoshindan__wrap {
  position: fixed;
  bottom: 40px;
}
.jikoshindan__img {
  width: 100px;
  height: 100px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .jikoshindan__img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1300px) {
  .jikoshindan__img {
    width: 184px;
    height: 184px;
  }
}
.jikoshindan__img::before, .jikoshindan__img ::after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jikoshindan__img::before {
  background: #65ade5;
  -webkit-animation: wave-anime 2s ease-out infinite;
          animation: wave-anime 2s ease-out infinite;
}
.jikoshindan__img::after {
  background: #31b3ff;
  -webkit-animation: wave-anime 2s ease-out 2s infinite;
          animation: wave-anime 2s ease-out 2s infinite;
}
.jikoshindan__img img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.sp-jikoshindan {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  max-width: 450px;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  z-index: 800;
  pointer-events: none;
}
@media screen and (min-width: 1100px) {
  .sp-jikoshindan {
    display: none;
  }
}
.sp-jikoshindan.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sp-jikoshindan.is-footer .sp-jikoshindan__wrap {
  padding-bottom: 120px;
}
.sp-jikoshindan__wrap {
  padding: 0 16px 60px 0;
}
.sp-jikoshindan__img {
  pointer-events: auto;
  width: 80px;
  height: 80px;
  margin-left: auto;
  position: relative;
}
.sp-jikoshindan__img::before, .sp-jikoshindan__img ::after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sp-jikoshindan__img::before {
  background: #65ade5;
  -webkit-animation: wave-anime 2s ease-out infinite;
          animation: wave-anime 2s ease-out infinite;
}
.sp-jikoshindan__img::after {
  background: #31b3ff;
  -webkit-animation: wave-anime 2s ease-out 2s infinite;
          animation: wave-anime 2s ease-out 2s infinite;
}
.sp-jikoshindan__img img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.slider-wrapper {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 8vw;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  .slider-wrapper {
    width: 159px;
  }
}
.slider-wrapper--left {
  left: 0;
}
.slider-wrapper--right {
  right: 0;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
}
.slider--left {
  -webkit-animation: slide-down 30s linear infinite;
          animation: slide-down 30s linear infinite;
}
.slider--right {
  -webkit-animation: slide-up 30s linear infinite;
          animation: slide-up 30s linear infinite;
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==============
section-title
============== */
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title__en {
  display: block;
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section-title__border {
  position: relative;
  display: block;
  width: 55px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 8px auto;
}
.section-title__border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #024292;
}
.section-title__ja {
  font-size: 3.6rem;
  font-weight: bold;
  color: #024292;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* ==============
btn
============== */
.btn {
  max-width: 334px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  display: inline-block;
  width: 13.9px;
  height: 16px;
  background: #ffffff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.btn--main {
  color: #fff;
  background-color: #024292;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(58, 108, 180, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(58, 108, 180, 0.3);
}

.gradation-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 162, 214, 0.5)), to(#00328f));
  background: linear-gradient(180deg, rgba(125, 162, 214, 0.5) 0%, #00328f 100%);
}

/* ==============
Header
============== */
#header {
  position: fixed;
  width: 100%;
  max-width: 450px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  pointer-events: none;
}
@media screen and (min-width: 450px) {
  #header {
    max-width: 450px;
  }
}

.hamburger-menu {
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  margin: 32px;
  border-radius: 50%;
  position: relative;
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .hamburger-menu {
    display: none;
  }
}
.hamburger-menu span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
.hamburger-menu span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.hamburger-menu span:nth-child(3) {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
.hamburger-menu.is-active {
  border-color: #024292;
}
.hamburger-menu.is-active span {
  background-color: #024292;
}
.hamburger-menu.is-active span:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
.hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.hamburger-menu.is-active span:nth-child(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}

.gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  overflow: scroll;
}
.gnav__close {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 52px;
  height: 52px;
  border: 2px solid #024292;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.gnav__close span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #024292;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gnav__close span:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}
.gnav__close span:nth-child(2) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.gnav__wrapper {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 88px 0 40px 0;
}
@media screen and (min-width: 389px) {
  .gnav__wrapper {
    padding: 0;
  }
}
@media (max-width: 560px) and (orientation: landscape) {
  .gnav__wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.gnav__item {
  margin-bottom: 16px;
}
.gnav__item:last-of-type {
  margin-bottom: 24px;
}
.gnav__link {
  text-decoration: none;
}
.gnav__text-en {
  font-size: 2.4rem;
  color: #024292;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "futura-pt", sans-serif;
  display: block;
  line-height: 1;
}
.gnav__text-ja {
  font-size: 1.2rem;
  color: #7e848b;
  letter-spacing: 0.05rem;
  display: block;
  font-weight: 500;
}
.gnav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.gnav__links {
  display: block;
  width: 47px;
  height: 47px;
}

.pc-nav__list {
  position: fixed;
  margin-left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 3vw;
}
@media screen and (min-width: 1300px) {
  .pc-nav__list {
    margin-left: 60px;
  }
}
.pc-nav__item {
  margin-bottom: 24px;
}
.pc-nav__item:last-of-type {
  margin-bottom: 0;
}
.pc-nav__link {
  text-decoration: none;
}
.pc-nav__text-en {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(2, 66, 146, 0.25);
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "futura-pt", sans-serif;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  .pc-nav__text-en {
    font-size: 2.4rem;
  }
}
.pc-nav__text-ja {
  font-size: 1.2rem;
  color: #024292;
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: block;
}
.pc-nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.pc-nav__links {
  display: block;
  width: 47px;
  height: 47px;
}

.kv {
  background-image: url(../images/kv_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.kv__container {
  padding: 10px 10px 24px 10px;
}
.kv__main-img {
  margin-bottom: 24px;
}
.kv__main-img img {
  height: auto;
}
.kv__title-img {
  height: auto;
  margin-bottom: 8px;
}
.kv__title-line {
  width: 188px;
  height: 2px;
  background-color: #024292;
  margin: 0 auto 24px auto;
}
.kv__countdown {
  width: 296px;
  height: 105px;
  background-image: url(../images/kv_countdown-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv__countdown-text {
  font-size: 30px;
  color: #024292;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv__countdown-number {
  font-size: 65px;
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  color: #024292;
  font-weight: 600;
  display: block;
  margin-right: 8px;
  -webkit-text-stroke: 2px #fff;
}

/* ==============
Lead
============== */
.lead {
  color: #024292;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 389px) {
  .lead {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 420px) {
  .lead {
    font-size: 2.4rem;
  }
}
.lead__text-wrap {
  margin-bottom: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lead__text {
  margin-bottom: 1em;
}
.lead__text--big {
  font-size: 3.2rem;
}
@media screen and (min-width: 389px) {
  .lead__text--big {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 450px) {
  .lead__text--big {
    font-size: 4rem;
  }
}
.lead__youtube {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 409/260;
  border-radius: 16px;
}

/* ==============
About
============== */
.about {
  margin-bottom: 60px;
}
.about__wrapper {
  padding-top: 72px;
}
.about__content-wrap {
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
.about__text {
  color: #024292;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.about__img img {
  width: 100%;
  height: auto;
}

.last-year {
  margin-bottom: 80px;
}
.last-year__slide-container {
  overflow: hidden;
  position: relative;
}
.last-year .swiper-wrapper {
  height: auto;
}
.last-year .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.last-year .swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.last-year .swiper-arrow--prev {
  left: 8px;
}
.last-year .swiper-arrow--next {
  right: 8px;
}
.last-year .swiper-arrow img {
  width: 38px;
  height: 38px;
  display: block;
}
.last-year__text {
  margin-top: 8px;
  text-align: center;
  font-size: 2rem;
  color: #024292;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.voice {
  margin-bottom: 60px;
  overflow: hidden;
}
.voice__slide-container {
  position: relative;
}
.voice .swiper-wrapper {
  height: auto;
  overflow: visible;
}
.voice .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice .swiper-slide .voice__card {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.voice .swiper-slide .voice__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
.voice .swiper-slide-active {
  position: relative;
  z-index: 3;
}
.voice .swiper-slide-active .voice__card {
  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%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.voice .swiper-slide-active .voice__card::before {
  opacity: 0;
}
.voice .swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.voice .swiper-arrow--prev {
  left: 6px;
}
.voice .swiper-arrow--next {
  right: 6px;
}
.voice .swiper-arrow img {
  width: 38px;
  height: 38px;
  display: block;
}
.voice .voice-bullet,
.voice .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 4px; /* ドット間隔 */
  border-radius: 50%;
  background: #fff;
  opacity: 0.5; /* 非アクティブ時は薄く */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.voice .voice-bullet.is-active {
  opacity: 1;
}
.voice .voice__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 中央寄せ（任意） */
  margin-top: 24px; /* スライダーとの間隔 */
}
.voice__card {
  max-width: 354px;
  width: 100%;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 32px 16px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(58, 108, 180, 0.3);
          box-shadow: 0px 0px 50px 0px rgba(58, 108, 180, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff7e5), color-stop(34.62%, #fff), color-stop(67.79%, #fff4ff), color-stop(98.56%, #d2f2ff));
  background: linear-gradient(180deg, #fff7e5 0%, #fff 34.62%, #fff4ff 67.79%, #d2f2ff 98.56%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.voice__card-title {
  font-size: 1.6rem;
  text-align: center;
  color: #024292;
  margin-bottom: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.voice__card-text {
  color: #024292;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 8px;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.voice__card-bottom {
  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;
}
.voice__card-icon {
  width: 70px;
  height: 70px;
  margin-left: 8px;
}
.voice__card-person {
  margin-top: 8px;
  text-align: center;
  font-size: 1.4rem;
  color: #024292;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.lecturer {
  margin-bottom: 60px;
}
.lecturer__content-bg {
  padding: 24px 0 112px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.lecturer__profile-img img {
  width: 100%;
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lecturer__profile-img--01 {
  margin-bottom: 32px;
}
.lecturer__profile-img--02, .lecturer__profile-img--03 {
  margin-bottom: 16px;
}
.lecturer__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  margin-bottom: 24px;
}
.lecturer__name-ja {
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
  color: #024292;
}
.lecturer__name-en {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 2px;
  font-weight: 500;
  color: #024292;
  font-family: "futura-pt", sans-serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(31.31%, #88bbfc), color-stop(97.12%, #5ea6ff));
  background: linear-gradient(90deg, #88bbfc 31.31%, #5ea6ff 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lecturer__profile-text {
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-align: justify;
  color: #024292;
  margin-bottom: 24px;
}
.lecturer__last-text-wrap {
  padding: 16px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f3fe), to(#cfe8ff));
  background: linear-gradient(180deg, #e6f3fe 0%, #cfe8ff 100%);
}
.lecturer__last-text {
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-align: justify;
  color: #024292;
  font-size: 1.4rem;
}

.news {
  margin-bottom: 60px;
}
.news__content-bg {
  padding: 40px 0;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.5);
}
.news__item {
  margin-bottom: 48px;
}
.news__item:last-of-type {
  margin-bottom: 0;
}
.news__date {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px auto;
  padding: 4px 16px;
  border-radius: 30px;
  background-color: #fff;
  color: #024292;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
}
.news__text {
  color: #024292;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-align: justify;
  margin-bottom: 24px;
}
.news__leaflet {
  margin: 0 auto 24px auto;
  width: 186px;
}
.news__leaflet img {
  height: auto;
}
.news__item-line {
  width: 100%;
  height: 1px;
  background-color: #024292;
  margin-bottom: 48px;
}

.info__content-bg {
  padding: 40px 0 24px 0;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.info__content-inner {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 24px 8px;
  margin-bottom: 24px;
}
.info__label {
  display: block;
  width: 155px;
  text-align: center;
  margin: 0 auto 16px auto;
  padding: 4px 0;
  border-radius: 30px;
  background-color: #fff;
  color: #024292;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.info__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: 64px;
  height: 64px;
  margin: 0 auto 16px auto;
  border-radius: 50%;
  background-color: #fff;
  color: #024292;
  font-weight: bold;
  font-size: 2rem;
  border: 1px solid #024292;
  font-family: "futura-pt", sans-serif;
}
.info__date {
  color: #024292;
  font-size: 2.4rem;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
.info__text {
  color: #024292;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 389px) {
  .info__text {
    font-size: 1.8rem;
  }
}
.info__text .md {
  display: block;
  font-size: 1.6rem;
}
.info__text .bold {
  display: block;
  font-weight: 700;
}
.info__text--sm {
  font-size: 1.5rem;
  font-weight: 500;
}
.info__text--sm-bold {
  font-weight: 700;
}
.info__text--lg {
  font-size: 2.8rem;
}
.info__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #024292;
  margin-bottom: 24px;
}
.info__g-map {
  width: 327px;
  margin: 0 auto 32px auto;
}
.info__area {
  margin-bottom: 16px;
}
.info__area-link {
  color: #024292;
}

.seinenjuku {
  padding: 40px 0;
  border: 1px solid #FFF;
  border-top: 0;
  background: linear-gradient(226deg, rgba(83, 164, 237, 0.5) 32.14%, rgba(0, 99, 189, 0.5) 74.75%);
}
.seinenjuku__img {
  margin-bottom: 32px;
}
.seinenjuku__img img {
  height: auto;
}
.seinenjuku__text {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  margin-bottom: 24px;
  padding: 0 16px;
  text-align: justify;
}

.books {
  padding: 40px 0 56px 0;
}
.books__content-bg {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 24px 0 32px 0;
  border-radius: 16px;
  height: 760px;
}
.books__img-list {
  position: relative;
  height: 297px;
  width: 208px;
  margin: 0 auto 16px auto;
}
.books__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.books__img img {
  height: auto;
}
.books__text-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.books__item-text {
  position: absolute;
  inset: 0;
  color: #024292;
  opacity: 1;
}
.books__item--img03, .books__item--text03 {
  z-index: 2;
}
.books__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.books__title span {
  display: block;
}
.books__title-sm {
  font-size: 1.6rem;
}
.books__text {
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  text-align: justify;
  padding: 0 16px;
  margin-bottom: 24px;
}
.books__price {
  padding: 0 32px;
  text-align: right;
  margin-bottom: 24px;
}

.footer__wrapper {
  position: relative;
  padding-bottom: 56px;
}
.footer__title {
  margin-bottom: 24px;
}
.footer__title img {
  width: 100%;
  height: auto;
}
.footer__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 24px;
}
.footer__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 8px;
}
.footer__tel-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__tel-number {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
}
.footer__tel-time, .footer__organizer {
  color: #fff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  font-size: 1.6rem;
  text-align: center;
}
.footer__organizer {
  margin-bottom: 24px;
}
.footer__sns {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
.footer__top-back {
  position: absolute;
  bottom: 56px;
  right: 16px;
  width: 52px;
  height: 52px;
  z-index: 1000;
  cursor: pointer;
}
.footer__top-back img {
  width: 100%;
  height: 100%;
}</pre></body></html>