:root {
  --top-sec-pd-top: 60px;
  --top-sec-pd-bottom: 38px;
}
@media print, screen and (min-width: 768px) {
  :root {
    --top-sec-pd-top: 110px;
    --top-sec-pd-bottom: 50px;
  }
}

.big_bnr_slider {
  margin-top: min(5vw, 25px);
  opacity: 0;
  transition: opacity 1s;
}
@media print, screen and (min-width: 768px) {
  .big_bnr_slider {
    margin-top: 20px;
  }
}
.big_bnr_slider.is-initialized {
  opacity: 1;
}
.big_bnr_slider.active .big_bnr_slider__slide a {
  transition: 0.3s;
}

.big_bnr_slider__list {
  display: flex;
  align-items: flex-end;
}

.big_bnr_slider__slide {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 1280px) {
  .big_bnr_slider__slide {
    width: 31%;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
.big_bnr_slider__slide a {
  position: relative;
  display: block;
  transform: scale(0.9);
  transform-origin: bottom center;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  padding: 8px;
  transition: 0s;
}
@media print, screen and (min-width: 768px) {
  .big_bnr_slider__slide a {
    padding: 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .big_bnr_slider__slide a {
    transform: scale(0.95);
    padding: 15px;
  }
}
.big_bnr_slider__slide a span {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
.big_bnr_slider__slide a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .big_bnr_slider__slide a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #3dbcb9;
  }
}
.big_bnr_slider__slide a.no_link {
  pointer-events: none;
}
@media print, screen and (min-width: 1280px) {
  .big_bnr_slider__slide.is-active {
    width: 38%;
  }
}
.big_bnr_slider__slide.is-active a {
  transform: scale(1);
  box-shadow: 0 35px 12px -27px rgba(165, 170, 169, 0.2);
}
@media print, screen and (min-width: 1280px) {
  .big_bnr_slider__slide.is-active a {
    width: 96%;
    margin: 0 auto;
    box-shadow: 0 49px 17px -37px rgba(165, 170, 169, 0.2);
  }
}

.splide__pagination {
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .splide__pagination {
    margin-top: 5px;
  }
}

.splide__pagination__page {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.splide__pagination__page.is-active {
  background-color: #009c9a;
}

.splide__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #455a55;
  border-radius: 200px;
  z-index: 2;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .splide__arrow {
    width: 58px;
    height: 58px;
  }
}
.splide__arrow::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 8px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .splide__arrow::before {
    font-size: 10px;
  }
}
.splide__arrow svg {
  display: none;
}
@media (hover: hover) {
  .splide__arrow:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #3dbcb9;
  }
}

.splide__arrow--prev {
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 21px - 37%);
}
@media print, screen and (min-width: 768px) {
  .splide__arrow--prev {
    left: calc(50% - 21px - 27.4%);
  }
}
@media print, screen and (min-width: 1280px) {
  .splide__arrow--prev {
    left: calc(50% - 29px - 17%);
  }
}

.splide__arrow--next {
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 21px - 37%);
}
@media print, screen and (min-width: 768px) {
  .splide__arrow--next {
    right: calc(50% - 21px - 27.4%);
  }
}
@media print, screen and (min-width: 1280px) {
  .splide__arrow--next {
    right: calc(50% - 29px - 17%);
  }
}
.splide__arrow--next::before {
  transform: scaleX(-1);
}

.head_main_title {
  position: relative;
  text-align: center;
  padding-block: 35px;
}
@media print, screen and (min-width: 768px) {
  .head_main_title {
    padding-block: 43px;
  }
}
.head_main_title::after, .head_main_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 67px;
  height: 31px;
  background: url(../img/common/head_main_title_obj01.svg) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .head_main_title::after, .head_main_title::before {
    width: 84px;
    height: 38px;
  }
}
.head_main_title::after {
  top: 0;
  right: 0;
}
.head_main_title::before {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.head_main_title .en {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  color: #3dbcb9;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .head_main_title .en {
    font-size: 6.4rem;
  }
}
.head_main_title .main {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #727171;
}
@media print, screen and (min-width: 768px) {
  .head_main_title .main {
    font-size: 1.8rem;
  }
}
.head_main_title.title_news {
  padding-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_news {
    padding-bottom: 33px;
  }
}
.head_main_title.title_news::after {
  right: calc(50% - 110px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_news::after {
    right: calc(50% - 140px);
  }
}
.head_main_title.title_news::before {
  left: calc(50% - 105px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_news::before {
    left: calc(50% - 130px);
  }
}
.head_main_title.title_about {
  padding-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_about {
    padding-bottom: 50px;
  }
}
.head_main_title.title_about::after, .head_main_title.title_about::before {
  background-image: url(../img/common/head_main_title_obj02.svg);
}
.head_main_title.title_about::after {
  right: calc(50% - 130px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_about::after {
    right: calc(50% - 160px);
  }
}
.head_main_title.title_about::before {
  left: calc(50% - 145px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_about::before {
    left: calc(50% - 180px);
  }
}
.head_main_title.title_about .en {
  color: #f89691;
}
.head_main_title.title_community::after, .head_main_title.title_community::before {
  background-image: url(../img/common/head_main_title_obj02.svg);
}
.head_main_title.title_community::after {
  right: calc(50% - 150px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_community::after {
    right: calc(50% - 160px);
  }
}
.head_main_title.title_community::before {
  left: calc(50% - 150px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_community::before {
    left: calc(50% - 180px);
  }
}
.head_main_title.title_community .en {
  color: #fff;
  font-size: 4.5rem;
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_community .en {
    font-size: 6.4rem;
  }
}
.head_main_title.title_community .main {
  color: #fff;
}
.head_main_title.title_link::after {
  right: calc(50% - 110px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_link::after {
    right: calc(50% - 140px);
  }
}
.head_main_title.title_link::before {
  left: calc(50% - 100px);
}
@media print, screen and (min-width: 768px) {
  .head_main_title.title_link::before {
    left: calc(50% - 130px);
  }
}

.head_main_title_b {
  position: relative;
  text-align: center;
}
.head_main_title_b .en {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 6.1rem;
  color: #fca357;
  line-height: 1;
  text-shadow: 0 6px 0 #fff;
}
@media print, screen and (min-width: 768px) {
  .head_main_title_b .en {
    font-size: 7.7rem;
  }
}
.head_main_title_b .balloon {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  padding: 7px 20px 10px;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #727171;
  background: #fff;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
  .head_main_title_b .balloon {
    padding: 9px 25px 12px;
    margin-bottom: 14px;
    font-size: 1.9rem;
  }
}
.head_main_title_b .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 16px;
  height: 13px;
  background: transparent;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
}
.head_main_title_b .balloon span {
  display: inline-block;
  margin-right: -0.4em;
  color: #fca357;
  font-size: 1.9rem;
  transform: translateY(2px) rotate(16deg);
}
@media print, screen and (min-width: 768px) {
  .head_main_title_b .balloon span {
    font-size: 2.4rem;
  }
}
.head_main_title_b.title_event .en {
  color: #fca357;
}
.head_main_title_b.title_event .balloon span {
  color: #fca357;
}
.head_main_title_b.title_qa .en {
  color: #45b4b2;
  font-size: 5rem;
}
@media print, screen and (min-width: 768px) {
  .head_main_title_b.title_qa .en {
    font-size: 6.1rem;
  }
}
.head_main_title_b.title_qa .en span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.4rem;
}
@media print, screen and (min-width: 768px) {
  .head_main_title_b.title_qa .en span {
    font-size: 5.5rem;
  }
}

.page_base_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 50px;
  padding: 8px 45px;
  color: #fff;
  border-radius: 100px;
  font-size: 1.6rem;
  background: linear-gradient(90deg, #64dede 0%, #3bb9b7 100%);
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.45, -0.5, 0.25, 1.6);
}
@media print, screen and (min-width: 768px) {
  .page_base_btn {
    min-width: 380px;
    min-height: 66px;
    padding: 10px 55px;
    font-size: 2rem;
  }
}
.page_base_btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 12px;
  content: "\e900";
  line-height: 1;
  font-size: 7px;
  border-radius: 100px;
  background: #fff;
  color: #3bb9b7;
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .page_base_btn::after {
    right: 20px;
  }
}
.page_base_btn.color_b {
  background: linear-gradient(90deg, #fd7f85 0%, #ffb893 100%);
}
.page_base_btn.color_b::after {
  color: #fd7f85;
}
@media (hover: hover) {
  .page_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.97);
  }
}

.top_news {
  padding-top: 28px;
  padding-bottom: var(--top-sec-pd-bottom);
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .top_news {
    padding-top: 36px;
  }
}

.news_cat_list {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .news_cat_list {
    margin-top: 36px;
  }
}

.top_event {
  position: relative;
  background-color: #fdecd8;
  padding-bottom: var(--top-sec-pd-bottom);
}
.top_event::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -29px;
  pointer-events: none;
  background-color: #fdecd8;
  mask-image: url("../img/common/wave.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: bottom;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .top_event::after {
    height: 50px;
    bottom: -49px;
  }
}

.event_title_img img {
  width: 100%;
}

.event_catch_text {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .event_catch_text {
    font-size: 1.7rem;
  }
}

.event_img {
  text-align: center;
  margin-top: 20px;
  padding: 0 min(7vw, 40px);
}
@media print, screen and (min-width: 768px) {
  .event_img {
    margin-top: 30px;
    padding: 0 40px;
  }
}

.event_btn_wrap {
  margin-top: 32px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .event_btn_wrap {
    margin-top: 40px;
  }
}

.top_about {
  position: relative;
  padding-top: var(--top-sec-pd-top);
  padding-bottom: var(--top-sec-pd-bottom);
  background: #fff;
}
.top_about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -29px;
  pointer-events: none;
  background-color: #fff;
  mask-image: url("../img/common/wave.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: bottom;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .top_about::after {
    height: 50px;
    bottom: -49px;
  }
}

.about_img {
  margin-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .about_img {
    margin-top: 25px;
    padding: 0 20px;
  }
}
.about_img img {
  width: 100%;
}

.about_catch {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .about_catch {
    margin-top: 35px;
    font-size: 2.2rem;
  }
}

.about_catch_text {
  margin-top: 20px;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .about_catch_text {
    margin-top: 30px;
  }
}

.about_btn_wrap {
  margin-top: 40px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .about_btn_wrap {
    margin-top: 60px;
  }
}

.top_qa {
  position: relative;
  padding-top: var(--top-sec-pd-top);
  padding-bottom: var(--top-sec-pd-bottom);
  background: #ffeeef;
}
.top_qa::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -29px;
  pointer-events: none;
  background-color: #ffeeef;
  mask-image: url("../img/common/wave.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: bottom;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .top_qa::after {
    height: 50px;
    bottom: -49px;
  }
}

.qa_catch_text {
  margin-top: 25px;
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .qa_catch_text {
    font-size: 1.7rem;
  }
}

.qa_img {
  margin-top: 25px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .qa_img {
    margin-top: 40px;
  }
}

.qa_btn_wrap {
  margin-top: 32px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .qa_btn_wrap {
    margin-top: 40px;
  }
}

.top_community {
  position: relative;
  padding-top: var(--top-sec-pd-top);
  padding-bottom: var(--top-sec-pd-bottom);
  background: #53a09f;
}
.top_community::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -29px;
  pointer-events: none;
  background-color: #53a09f;
  mask-image: url("../img/common/wave.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: bottom;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .top_community::after {
    height: 50px;
    bottom: -49px;
  }
}

.community_catch_text {
  margin-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .community_catch_text {
    font-size: 1.7rem;
  }
}

.community_box {
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .community_box {
    margin-top: 45px;
    padding: 20px;
  }
}
.community_box + .community_box {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .community_box + .community_box {
    margin-top: 25px;
  }
}

.community_box__title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .community_box__title {
    font-size: 3rem;
  }
}

.community_box__text {
  margin-top: 8px;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .community_box__text {
    margin-top: 10px;
  }
}

.community_box__btn {
  margin-top: 15px;
  text-align: center;
}

.community_box__sns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .community_box__sns {
    gap: 20px;
    margin-top: 20px;
  }
}
.community_box__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  background: linear-gradient(0deg, #fd7f85 0%, #ffb893 100%);
  transition: transform 0.3s cubic-bezier(0.45, -0.5, 0.25, 1.6);
}
@media print, screen and (min-width: 320px) {
  .community_box__sns a {
    width: 44px;
    height: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .community_box__sns a {
    width: 64px;
    height: 64px;
  }
}
.community_box__sns a img {
  width: 50%;
}
.community_box__sns a img.icon_x {
  width: 43%;
}
.community_box__sns a img.icon_note {
  width: 38%;
}
@media (hover: hover) {
  .community_box__sns a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.95);
  }
}

.top_link {
  position: relative;
  padding-top: var(--top-sec-pd-top);
  padding-bottom: var(--top-sec-pd-bottom);
  background: #e1faf1;
}

.link_bnr_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .link_bnr_list {
    gap: 12px;
    margin-top: 45px;
  }
}

@media (hover: hover) {
  .link_bnr_list__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}

.secondary_slider_v2 {
  overflow: hidden;
  margin-bottom: 30px;
}
.secondary_slider_v2__track {
  overflow: hidden;
}
.secondary_slider_v2__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondary_slider_v2__slide {
  flex: 0 0 100%;
}
.secondary_slider_v2__slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}