@charset "UTF-8";

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(-6px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}

.appear.inview .item {
  opacity: 1;
  transform: none;
}

.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}

.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}

.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}

.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}

.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}

.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}

.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}

.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}

.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}

.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.btn,
.btn-insta,
.btn-w {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #F0631D, #F79A6C);
  border-radius: 50px;
  font-weight: 600;
  padding: 15px 40px;
  margin: 10px auto;
  min-width: 220px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  text-decoration: none !important;
  font-size: clamp(15px, 2vw, 18px);
  border: 3px solid white;
}

.btn.float:hover,
.float.btn-insta:hover,
.float.btn-w:hover {
  background-color: black;
  color: white;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
}

.btn.filled,
.filled.btn-insta,
.filled.btn-w {
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
}

.btn.filled:hover,
.filled.btn-insta:hover,
.filled.btn-w:hover {
  background-color: white;
  box-shadow: none;
}

.btn.solid,
.solid.btn-insta,
.solid.btn-w {
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.btn.solid:hover,
.solid.btn-insta:hover,
.solid.btn-w:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.btn::before,
.btn-insta::before,
.btn-w::before {
  color: white;
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.btn-w {
  background: white;
  color: #0074BE;
}

.btn-w::before {
  color: #0074BE;
}

.btn-insta {
  background: linear-gradient(to right, #3A37F0, #B905AE, #F6017B, #FD6D2F, #FED674);
  color: white;
}

.btn-insta>i {
  margin-right: 10px;
  font-size: 20px;
}

.btn-insta::before {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333333;
}

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

.mb-sm,
.introduction__bottom-imgs li,
.schedule__lists li,
.schedule__box,
.event__lists li,
.event__box,
.frow__box,
.headline-title,
.section-titles {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {

  .mb-sm,
  .introduction__bottom-imgs li,
  .schedule__lists li,
  .schedule__box,
  .event__lists li,
  .event__box,
  .frow__box,
  .headline-title,
  .section-titles {
    margin-bottom: 28px !important;
  }
}

.mb-md,
.message__desc,
.introduction__title,
.introduction__bottom-title,
.schedule__lists,
.event__lists,
.sub-section-titles,
.voice-insta__title,
.voice-insta__imgs,
.hero,
.main-title {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 960px) {

  .mb-md,
  .message__desc,
  .introduction__title,
  .introduction__bottom-title,
  .schedule__lists,
  .event__lists,
  .sub-section-titles,
  .voice-insta__title,
  .voice-insta__imgs,
  .hero,
  .main-title {
    margin-bottom: 50px !important;
  }
}

.mb-lr,
.introduction__top,
.schedule__block,
.schedule__block-inner,
.event__block,
.event__block-inner,
.company,
.footer__nav {
  margin-bottom: 60px !important;
}

.event_2025_link {
  text-decoration: none;
  width: 80%;
  display: inline-block;
}

.event_2025 .btn {
  width: 90%;
  margin-top: 50px;
  max-width: 350px;
}

.event_2025_title img {
  width: 90%;
  margin-bottom: 10px;

}

.event_2025_label {
  background: #55AFE8;
  position: relative;
  width: 10%;
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding: 0;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  border: 5px solid white;
  border-right: none;
}

.event_2025_label_web {
  background: #93d4ff;
}

.event_2025_label p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: white;
  position: absolute;
  top: 40%;
  left: 15%;
  font-size: 30px;
}

.event_2025_label_web p {
  top: 35%;
}

.event_2025_wrap {
  margin: auto;
  display: flex;
  text-align: left;
  margin-top: 50px;
  color: black;
  position: relative;

}



.event_2025_left {
  width: 85%;
  padding: 30px 40px 30px 30px;
  background-color: rgb(255, 248, 248);
  border-radius: 0px 15px 15px 0px;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 5px solid white;
  border-left: none;
  border-right: none;
}



.event_web {
  background-color: #6CBBEF;
}

.event_2025_title {
  color: #0074BE;
  border-bottom: dotted 2px black;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.event_2025_sp {
  display: none;
}

.event_2025_title h3 {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
  font-family: "Zen Maru Gothic", serif;
}

.event_2025_txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 200;
  letter-spacing: 1px;
}


.event_2025_right {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f28b3d;
  border-radius: 15px 20px 20px 15px;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  border: 5px solid white;
  border-left: 4px dotted white;
}

.event_2025_right i {
  width: 50px;
  /* 円の直径 */
  height: 50px;
  border-radius: 50%;
  /* 正円にする */
  background: white;
  /* 背景色（自由に変えてOK） */
  color: #F0631D;
  /* アイコンの色 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  /* アイコンサイズ（調整可能） */
}



@media (max-width: 768px) {

  .event_2025_sp {
    display: block;
  }

  .event_2025_pc {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .event_2025_wrap {
    flex-direction: column;
    width: 90%;
    margin: 30px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .event_2025_title p {
    font-size: 15px;
  }

  .event_2025_label {
    padding: 20px 12px;
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    width: 100%;
    z-index: 5;
    border-right: 5px solid white;
  }

  .event_2025_label p {
    writing-mode: horizontal-tb;
    font-size: 20px;
    position: static;
    margin: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 20px;
  }

  .event_2025_left {
    width: 100%;
    padding: 20px 20px 50px;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
  }

  .event_2025_right {
    width: 100%;
    border-radius: 10px 10px 20px 20px;
    border-left: 5px solid white;
    border-top: 4px dotted white;
    padding: 20px 0 16px;
    height: 75px;
    justify-content: center;
    background-color: #f28b3d;
    position: relative;
  }

  .event_2025_right i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    position: absolute;
    right: 20px;
  }

  .event_2025_dotted {
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 0;
    height: 10px;
    width: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
  }

  .event_2025_link {
    width: 100%;
    display: block;
  }
}


@media screen and (min-width: 960px) {

  .mb-lr,
  .introduction__top,
  .schedule__block,
  .schedule__block-inner,
  .event__block,
  .event__block-inner,
  .company,
  .footer__nav {
    margin-bottom: 100px !important;
  }
}

.mb-lg {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 960px) {
  .mb-lg {
    margin-bottom: 150px !important;
  }
}

.pb-sm,
.footer__inner {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 960px) {

  .pb-sm,
  .footer__inner {
    padding-bottom: 25px !important;
  }
}

.pb-md,
.schedule__inner,
.event__inner {
  padding-bottom: 25px !important;
}

@media screen and (min-width: 960px) {

  .pb-md,
  .schedule__inner,
  .event__inner {
    padding-bottom: 40px !important;
  }
}

.pt-md,
.schedule__inner,
.event__inner,
.footer__inner {
  padding-top: 25px !important;
}

@media screen and (min-width: 960px) {

  .pt-md,
  .schedule__inner,
  .event__inner,
  .footer__inner {
    padding-top: 40px !important;
  }
}

.mt-md,
.mobile-menu .recruit-logo,
.headline-title {
  margin-top: 25px !important;
}

@media screen and (min-width: 960px) {

  .mt-md,
  .mobile-menu .recruit-logo,
  .headline-title {
    margin-top: 40px !important;
  }
}

.pb-lg {
  padding-bottom: 80px !important;
}

@media screen and (min-width: 960px) {
  .pb-lg {
    padding-bottom: 150px !important;
  }
}

.pt-lg {
  padding-top: 80px !important;
}

@media screen and (min-width: 960px) {
  .pt-lg {
    padding-top: 150px !important;
  }
}

.pt-lr,
.introduction,
.schedule,
.event,
.frow__inner,
.access {
  padding-top: 60px !important;
}

@media screen and (min-width: 960px) {

  .pt-lr,
  .introduction,
  .schedule,
  .event,
  .frow__inner,
  .access {
    padding-top: 100px !important;
  }
}

.mt-lr,
.frow__entry {
  margin-top: 60px !important;
}

@media screen and (min-width: 960px) {

  .mt-lr,
  .frow__entry {
    margin-top: 100px !important;
  }
}

.pb-lr,
.message,
.introduction,
.schedule,
.event,
.voice,
.voice-video,
.frow,
.frow__inner,
.entry,
.access {
  padding-bottom: 60px !important;
}

@media screen and (min-width: 960px) {

  .pb-lr,
  .message,
  .introduction,
  .schedule,
  .event,
  .voice,
  .voice-video,
  .frow,
  .frow__inner,
  .entry,
  .access {
    padding-bottom: 100px !important;
  }
}

.content-width800 {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.content-width,
.introduction__title,
.introduction__top,
.introduction__bottom,
.schedule__inner,
.event__inner,
.voice,
.frow__inner,
.company {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex,
.schedule__box,
.event__box,
.footer__content,
.footer__nav,
.footer__nav-box {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 600px) {

  .flex,
  .schedule__box,
  .event__box,
  .footer__content,
  .footer__nav,
  .footer__nav-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex960,
.introduction__top,
.access__content,
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 960px) {

  .flex960,
  .introduction__top,
  .access__content,
  .mobile-menu__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.font-ssm {
  font-size: clamp(12px, 2vw, 14px);
}

.font-sm,
.message__desc,
.introduction__title::before,
.introduction__desc,
.introduction__bottom-imgs li>p,
.schedule__lists li span,
.schedule__box-desc,
.event__lists li span,
.event__box-desc,
.frow__box-number>.number,
.access__desc,
.footer__ul li>a,
.copy-light p,
.section-titles>p,
.section-titles>span {
  font-size: clamp(14px, 2vw, 18px);
}

.font-md,
.message__btn>p,
.schedule__lists li p,
.event__lists li p,
.sub-section-titles,
.access__ul-top,
.access__ul-bottom,
.mobile-menu__link {
  font-size: clamp(16px, 3vw, 21px);
}

.font-lr,
.voice-insta__title,
.headline-title {
  font-size: clamp(20px, 4vw, 25px);
}

.font-lg {
  font-size: clamp(24px, 4vw, 36px);
}

.font-xl {
  font-size: clamp(28px, 5vw, 40px);
}

.section-titles {
  text-align: center;
  padding-bottom: 10px;
}

.section-titles>span {
  color: #91EAFF;
  font-family: "Gloria Hallelujah", cursive;
}

.section-titles h2 {
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: white;
  font-family: "Zen Maru Gothic", serif;
}

.section-titles h2>span {
  background: linear-gradient(transparent 80%, #EF793D 80%);
}

.section-titles>p {
  color: white;
  font-weight: 600;
}

.main-title {
  font-size: clamp(18px, 4vw, 30px);
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  text-align: center;
}

.headline-title {
  color: white;
  text-align: center;
  font-weight: 600;
}

.sp-sm {
  display: none;
}

@media screen and (min-width: 480px) {
  .sp-sm {
    display: block;
  }
}

.sp-md {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp-md {
    display: block;
  }
}

.pc-md {
  display: block;
}

@media screen and (min-width: 600px) {
  .pc-md {
    display: none;
  }
}

.pc-lg {
  display: block;
}

@media screen and (min-width: 960px) {
  .pc-lg {
    display: none;
  }
}

.sp-lg {
  display: none;
}

@media screen and (min-width: 960px) {
  .sp-lg {
    display: block;
  }
}

/*トップに戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: white;
  box-shadow: 1px 1px 3px rgba(174, 174, 174, 0.5);
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: relative;
}

#page-top a::after {
  content: "\f077";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide>img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(0.97);
  transition: transform 1.3s ease;
  border-radius: 20px 0 0 20px;
}

.swiper-slide-active>img {
  transform: none;
}

.swiper-slide-active .carousel__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.swiper-slide-active .hero__title .glowAnime {
  opacity: 1;
  display: block;
}

.swiper-slide-active.swiper-slide {
  overflow: visible;
}

@media screen and (min-width: 600px) {
  .swiper-slide-active.swiper-slide {
    overflow: hidden;
  }
}

.hero {
  border-radius: 10px;
  margin-left: 10%;
  padding-top: 70px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .hero {
    padding-top: 80px;
    margin-left: 20%;
  }
}

.hero__title {
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: 80%;
  z-index: 1000;
}

@media screen and (min-width: 600px) {
  .hero__title {
    width: 65%;
  }
}

@media screen and (min-width: 960px) {
  .hero__title {
    width: 55%;
    left: -15%;
  }
}

.mobile-menu {
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  transform: translateX(100vw);
  transition: 0.5s;
  overflow-x: hidden;
  background-color: #0074BE;
}

.mobile-menu .logo {
  padding: 0 40px;
  font-size: 38px;
}

.mobile-menu__content {
  padding: 50px 0 0 0;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .mobile-menu__content {
    padding: 100px 0 0 0;
  }
}

.mobile-menu .frow__entry {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  height: -moz-max-content;
  height: max-content;
}

.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.mobile-menu__btn>span {
  background-color: black;
  width: 22px;
  height: 1px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
}

.mobile-menu__btn>span:last-child {
  margin-bottom: 0;
}

.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(106, 152, 230, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 100;
}

.mobile-menu__main {
  padding: 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}

.mobile-menu__item {
  list-style: none;
  display: block;
  opacity: 0;
  transform: translateX(300px);
  transition: opacity 2.5s ease, transform 0.5s ease;
}

.mobile-menu__item:hover .mobile-menu__link {
  color: white;
}

.mobile-menu__item:hover .mobile-menu__link::before {
  color: white;
}

.mobile-menu__link {
  padding: 10px 40px 10px 10px;
  display: block;
  color: white;
  text-decoration: none !important;
  position: relative;
  font-weight: 600;
}

.mobile-menu__link::before {
  content: "\f0da";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: #0074BE;
}

.mobile-menu .recruit-logo {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.mobile-menu .recruit-logo>img {
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-open .mobile-menu {
  box-shadow: -1px 0px 20px 2px rgba(40, 69, 89, 0.8);
  transform: translateX(0);
  width: 100vw;
}

@media screen and (min-width: 960px) {
  .menu-open .mobile-menu {
    width: 55vw;
  }
}

.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}

.menu-open .mobile-menu__item {
  opacity: 1;
  transform: translateX(0);
}

.menu-open .mobile-menu__btn>span {
  background-color: black;
}

.menu-open .mobile-menu__btn>span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) rotate(135deg);
}

.menu-open .mobile-menu__btn>span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}

.menu-open .mobile-menu__btn>span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}

#container {
  position: relative;
  z-index: 10;
  background: white;
  transition: transform 0.5s, box-shadow 0.5s;
}

#main-content {
  position: relative;
  z-index: 0;
}

#content {
  background: linear-gradient(to right, #6CBBEF, #0275BF);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .header {
    height: 80px;
  }
}

.header.triggered {
  background: rgba(0, 116, 190, 0.8);
  box-shadow: 10px 0 25px -10px rgba(0, 0, 0, 0.5);
}

.header__inner {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 30%;
  max-width: 200px;
  position: relative;
  z-index: 1000;
}

@media screen and (min-width: 960px) {
  .header .logo {
    width: 18%;
  }
}

.header__btn {
  position: relative;
  z-index: 1000;
  min-width: 155px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  padding: 3px 11px 3px 5px;
  border: none;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  background: white;
  transition: all 0.3s;
}

.header__btn:hover {
  background-color: white;
  color: black;
  box-shadow: none;
}

@media screen and (min-width: 960px) {
  .header__btn {
    min-width: 200px;
    padding: 5px 14px 5px 5px;
  }
}

.header__btn-recruit {
  text-decoration: none;
  min-width: 115px;
  padding: 5px 10px;
  background: linear-gradient(to right, #F0631D, #F79A6C);
  border-radius: 50px;
  margin-right: 5px;
  color: white;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .header__btn-recruit {
    min-width: 150px;
    padding: 10px 15px;
  }
}

.header__content {
  display: flex;
  flex-direction: column;
  flex-basis: 183px;
}

@media screen and (min-width: 600px) {
  .header__content {
    flex-direction: row-reverse;
    align-items: baseline;
    flex-basis: 396px;
  }
}

.header__content>p {
  font-size: 12px;
  color: white;
  font-weight: 600;
  margin-top: 5px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .header__content>p {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
  }
}

.message__inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.message__desc {
  color: white;
  line-height: 2em;
  font-weight: 500;
  text-align: justify;
}

@media screen and (min-width: 600px) {
  .message__desc {
    text-align: center;
  }
}

.message__btn {
  text-align: center;
  background-color: white;
  padding: 50px 0;
}

.message__btn>p {

  font-weight: 600;
}

.introduction {
  background: white;
  border-radius: 0 20px 20px 0;
}

.introduction__title {
  font-size: clamp(20px, 5vw, 50px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  position: relative;
}

.introduction__title::before {
  position: absolute;
  left: 0px;
  top: -20px;
  content: "Vision";
  color: #91EAFF;
  font-family: "Gloria Hallelujah", cursive;
}

@media screen and (min-width: 600px) {
  .introduction__title::before {
    left: -30px;
    top: 10px;
    transform: rotate(90deg);
  }
}

.introduction__top {
  justify-content: space-between;
}

.introduction__desc {
  flex-basis: 48%;
  line-height: 2em;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .introduction__desc {
    margin-bottom: 0;
  }
}

.introduction__img {
  flex-basis: 48%;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .introduction__img {
    width: 49%;
  }
}

.introduction__bottom-title {
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  font-size: clamp(20px, 5vw, 40px);
  font-weight: 500;
}

.introduction__bottom-imgs {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.introduction__bottom-imgs li {
  flex-basis: 49%;
}

@media screen and (min-width: 600px) {
  .introduction__bottom-imgs li {
    flex-basis: 19.5%;
  }
}

.introduction__bottom-imgs li>p {
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
}

.introduction-slider {
  padding: 0;
  list-style: none;
}

.introduction-slider img {
  border-radius: 20px;
}

.schedule__inner {
  background: #0074BE;
  border: 2px solid white;
  border-radius: 20px;
}

.schedule__block {
  width: 90%;
  margin: 0 auto;
}

.schedule__block:last-child {
  margin-bottom: 0 !important;
}

.schedule__lists {
  list-style: none;
  padding: 0;
  color: white;
}

.schedule__lists li {
  border-bottom: 1px dotted white;
}

.schedule__lists li>a {
  color: white;
  text-decoration: none;
}

.schedule__lists li span {
  font-weight: 500;
}

.schedule__lists li p {
  font-weight: 600;
}

.schedule__btn {
  text-align: center;
}

.schedule__box {
  background: white;
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  align-items: center;
}

.schedule__box-img {
  margin: 10px auto;
}

.schedule__box-img>img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .schedule__box-img {
    flex-basis: 15%;
    width: 15%;
    display: flex;
    justify-content: center;
  }
}

.schedule__box-desc {
  text-align: justify;
}

@media screen and (min-width: 600px) {
  .schedule__box-desc {
    flex-basis: 85%;
  }
}

.event__inner {
  background: #0074BE;
  border: 2px solid white;
  border-radius: 20px;
}

.event__block {
  width: 90%;
  margin: 0 auto;
}

.event__block:last-child {
  margin-bottom: 0 !important;
}

.event__lists {
  list-style: none;
  padding: 0;
  color: white;
}

.event__lists li {
  border-bottom: 1px dotted white;
}

.event__lists li>a {
  color: white;
  text-decoration: none;
}

.event__lists li span {
  font-weight: 500;
}

.event__lists li p {
  font-weight: 600;
}

.event__btn {
  text-align: center;
}

.event__box {
  background: white;
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  align-items: center;
}

.event__box-img {
  margin: 10px auto;
}

.event__box-img>img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .event__box-img {
    flex-basis: 15%;
    width: 15%;
    display: flex;
    justify-content: center;
  }
}

.event__box-desc {
  text-align: justify;
}

@media screen and (min-width: 600px) {
  .event__box-desc {
    flex-basis: 85%;
  }
}

.sub-section-titles {
  color: white;
  text-align: center;
}

.sub-section-titles>span {
  background: linear-gradient(transparent 80%, #55AFE8 80%);
}

.voice-video {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid white;
}

.voice-video__frame {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.voice-video__frame iframe {
  pointer-events: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.voice-insta__title {
  font-family: "Zen Maru Gothic", serif;
  color: white;
  font-weight: 500;
  text-align: center;
}

.voice-insta__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice-insta__img {
  flex-basis: 33%;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .voice-insta__img {
    flex-basis: 19%;
  }
}

.voice-insta__btn {
  text-align: center;
}

.frow__inner {
  background: white;
  border: 2px solid white;
  border-radius: 20px;
}

.frow__inner .section-titles>h2 {
  color: #0074BE;
}

.frow__boxs {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.frow__box {
  border-radius: 10px;
  display: flex;
  min-height: 70px;
}

.frow__box-number {
  flex-basis: 15%;
  background: #0074BE;
  padding: 10px;
  color: white;
  text-align: center;
  border-radius: 10px 0 0 10px;
  font-weight: 600;
  line-height: 0.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 960px) {
  .frow__box-number {
    padding: 30px 20px;
  }
}

.frow__box-number>.step {
  font-size: 10px;
}

.frow__box-number::after {
  position: absolute;
  content: "\f0dd";
  font-family: "Font Awesome 5 free";
  font-weight: 700;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  z-index: 100;
  font-size: 16px;
}

@media screen and (min-width: 960px) {
  .frow__box-number::after {
    width: 36px;
    height: 36px;
    bottom: -40px;
    font-size: 20px;
  }
}

.frow__box-number::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #55AFE8;
  border-radius: 90%;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .frow__box-number::before {
    width: 36px;
    height: 36px;
    bottom: -32px;
  }
}

.frow__box-desc {
  flex-basis: 85%;
  background: #F6F6F6;
  border-radius: 0 10px 10px 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .frow__box-desc {
    padding: 30px 20px;
  }
}

.frow__box-desc>h3 {
  font-size: clamp(15px, 2vw, 16px);
}

.frow__box-desc>p {
  font-size: clamp(13px, 2vw, 14px);
}

.frow__box:last-of-type .frow__box-number::before {
  display: none;
}

.frow__box:last-of-type .frow__box-number::after {
  display: none;
}

.frow__supplement {
  text-align: right;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  color: #888888;
  font-size: 14px;
}

.frow__entry {
  background: #F7FBFF;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.frow__entry::before {
  content: "";
  display: none;
}

@media screen and (min-width: 600px) {
  .frow__entry::before {
    display: inline-block;
    background-image: url(../images/entry01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 170px;
    height: 190px;
    position: absolute;
    z-index: 100;
    left: -5%;
  }
}

@media screen and (min-width: 960px) {
  .frow__entry::before {
    width: 190px;
    height: 210px;
  }
}

.frow__entry::after {
  content: "";
  background-image: url(../images/entry02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  display: inline-block;
  position: absolute;
  z-index: 100;
  width: 80px;
  height: 90px;
  top: 5%;
  right: 5%;
}

@media screen and (min-width: 480px) {
  .frow__entry::after {
    right: 10%;
  }
}

@media screen and (min-width: 600px) {
  .frow__entry::after {
    width: 160px;
    height: 200px;
    right: -5%;
  }
}

@media screen and (min-width: 960px) {
  .frow__entry::after {
    width: 180px;
    height: 225px;
  }
}

@media screen and (min-width: 960px) {
  .frow__entry {
    padding: 30px 10px;
  }
}

.frow__entry>h3 {
  position: relative;
  z-index: 200;
  color: #0074BE;
  font-size: clamp(16px, 4vw, 25px);
}

@media screen and (min-width: 600px) {
  .frow__entry>h3 {
    text-align: center;
  }
}

.frow__entry-btn {
  position: relative;
  margin-top: 20px;
  text-align: center;
  z-index: 200;
}

.frow__entry-btn .btn::before {
  content: "\f35d";
}

.data-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 7px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .data-wrapper {
    grid-gap: 8px;
  }
}

@media screen and (min-width: 960px) {
  .data-wrapper {
    grid-gap: 15px;
  }
}

.data-img img {
  width: 100%;
  height: auto;
}

.data-img:nth-child(1) {
  grid-column: 1/-1;
  grid-row: 1;
}

.data-img:nth-child(2) {
  grid-column: 1/9;
  grid-row: 2/4;
}

.data-img:nth-child(3) {
  grid-column: 9/-1;
  grid-row: 2;
}

.data-img:nth-child(4) {
  grid-column: 9/-1;
  grid-row: 3;
}

.data-img:nth-child(5),
.data-img:nth-child(6),
.data-img:nth-child(7) {
  grid-column: span 4;
  grid-row: 4;
}

.data-img:nth-child(8),
.data-img:nth-child(9) {
  grid-row: 5;
}

.data-img:nth-child(8) {
  grid-column: 1/5;
}

.data-img:nth-child(9) {
  grid-column: 5/-1;
}

.access {
  background: #F7FBFF;
  display: inline-block;
  width: 100%;
}

.access__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.access__content {
  justify-content: space-between;
}

.access__left {
  margin-bottom: 40px;
  flex-basis: 40%;
}

@media screen and (min-width: 960px) {
  .access__left {
    margin-bottom: 0;
  }
}

.access__left .logo {
  max-width: 300px;
}

.access__right {
  flex-basis: 55%;
}

.access__right iframe {
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 960px) {
  .access__right iframe {
    height: 100%;
  }
}

.access__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.access__ul-top {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  line-height: 1.8em;
}

.access__ul-top span {
  display: block;
}

.access__ul-bottom {
  line-height: 1.8em;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.access__btn {
  margin: 50px 0 0px;
}

.access__btn p {
  background: #0074BE;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  min-height: 300px;
  display: inline;
}

.footer {
  background: #0074BE;
}

.footer__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.footer__content {
  justify-content: space-between;
}

.footer__left {
  flex-basis: 40%;
}

.footer__left h3 {
  max-width: 250px;
}

.footer__nav {
  justify-content: space-between;
}

@media screen and (min-width: 480px) {
  .footer__nav {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 960px) {
  .footer__nav {
    flex-basis: 38%;
  }
}

.footer__nav-box {
  justify-content: space-between;
  width: 100%;
}

.footer__nav-box h4 {
  border-bottom: 1px solid white;
}

.footer__nav-box h4>a {
  color: white;
  text-decoration: none;
  font-size: clamp(20px, 3vw, 25px);
}

.footer__ul {
  list-style: none;
  padding: 0;
  padding-left: 10px;
}

.footer__ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2em;
}

.footer__ul li>a {
  color: white;
  text-decoration: none;
  position: relative;
}

.footer__ul li>a::before {
  color: white;
  position: absolute;
  content: "-";
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.logo__img {
  width: 100%;
}

.copy-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
}

.copy-light p {
  text-align: center;
}

.slider4-wrap {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.introduction-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.introduction-slider__li {
  position: relative;
}

.introduction-slider__li img {
  margin: 0 auto;
}

.introduction-slider__li>p {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 12px;
  background: white;
  min-width: 120px;
  text-align: center;
}

.introduction-slider .slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.introduction-slider .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.introduction-slider .slick-slide {
  margin: 0 5px;
}

.introduction-slider .prev-arrow::before,
.introduction-slider .next-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
}

.introduction-slider .prev-arrow {
  left: 40px !important;
}

.introduction-slider .prev-arrow::before {
  content: "\f137";
}

.introduction-slider .next-arrow {
  right: 40px !important;
}

.introduction-slider .next-arrow::before {
  content: "\f138";
}

/*# sourceMappingURL=style.css.map */


.voice-insta__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}

.sns-btn {
  width: calc(50% - 8px);
  min-width: 220px;
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 3px solid white;
  color: white;
  text-decoration: none !important;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.sns-btn i {
  font-size: 22px;
}

.sns-btn:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.sns-btn--instagram {
  background: linear-gradient(to right,
      #3A37F0,
      #B905AE,
      #F6017B,
      #FD6D2F,
      #FED674);
}

.sns-btn--tiktok {
  background: #111;
}

@media screen and (max-width: 599px) {
  .voice-insta__btns {
    flex-direction: column;
    gap: 12px;
  }

  .sns-btn {
    width: 100%;
    max-width: 300px;
  }
}

/* ▼ style_0428.css の末尾に追加 */

@media screen and (max-width: 599px) {
  .introduction__bottom-imgs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6列グリッドで位置を制御 */
    gap: 12px;
  }

  .introduction__bottom-imgs li {
    flex-basis: unset;
  }

  /* 上段：3つを2列ずつ占有 → 合計6列 */
  .introduction__bottom-imgs li:nth-child(1) {
    grid-column: 1 / 3;
  }

  .introduction__bottom-imgs li:nth-child(2) {
    grid-column: 3 / 5;
  }

  .introduction__bottom-imgs li:nth-child(3) {
    grid-column: 5 / 7;
  }

  /* 下段：2つをそれぞれ1.5列分ずらして中央寄せ */
  .introduction__bottom-imgs li:nth-child(4) {
    grid-column: 2 / 4;
  }

  .introduction__bottom-imgs li:nth-child(5) {
    grid-column: 4 / 6;
  }
}

.sns {
  margin-bottom: 50px;
  padding: 50px 0;
  background-color: #F7FBFF;

}

.sns .voice-insta__title {
  color: #0074BE;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  font-family: "Zen Maru Gothic", serif;
}

.sns .voice-insta__title span {
  color: #91EAFF;
  font-family: "Gloria Hallelujah", cursive;
  font-size: clamp(14px, 2vw, 18px);
  display: block;
  margin-bottom: 30px;
}