/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Data : 2016.11.11
*
*/
@media print, (min-width: 768px) {
  .module_menu-04._category .ul-top > li .accordion-01 .accordion_inner-01 .ul-01 > li:nth-child(3n+8) {
    margin-right: 0;
  }
}
@media print, (min-width: 768px) {
  .module_menu-04._archive .ul-top > li .accordion-01 .accordion_inner-01 .ul-01 > li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media print, (min-width: 768px) {
  .module_menu-04._archive .ul-top > li .accordion-01 .accordion_inner-01 .ul-01 > li:nth-child(5) {
    margin-right: 30px;
  }
}

.zxy {
  display: block;
}

.global_mainVisual .gm_slider {
  height: calc(70vh - 5px);
}
@media print, (min-width: 768px) {
  .global_mainVisual .gm_slider {
    height: 75vh;
  }
}
.global_mainVisual .gm_slider ul .slick-slide {
  height: 70vh;
}
@media print, (min-width: 768px) {
  .global_mainVisual .gm_slider ul .slick-slide {
    height: 75vh;
  }
}
.global_mainVisual ._only-SP {
  margin-top: 0 !important;
}

.home_contents-01 {
  padding: 0 0 25px;
}
@media print, (min-width: 768px) {
  .home_contents-01 {
    padding: 0 50px;
  }
}
.home_contents-01 .inner {
  padding: 0 0 25px;
}
@media print, (min-width: 768px) {
  .home_contents-01 .inner {
    margin-top: 10px;
    padding: 10px 0;
  }
}

@media print, (min-width: 768px) {
  .module_menu-01 .ul-top {
    grid-template-areas: "list-1 list-2 list-4" "list-3 list-5 list-6";
  }
}
@media print, (min-width: 768px) {
  .module_menu-01 .ul-top > li:nth-child(5) {
    margin-top: 0;
  }
}
@media print, (min-width: 768px) {
  .module_menu-01 .ul-top > li:nth-child(6) {
    grid-area: list-6;
    margin: -80px 0 0;
  }
}

@media print, (min-width: 768px) {
  .global_navigation .gn_inner .gn_head .ul-top > li > a {
    font-size: 15px;
  }
}
@media print, (min-width: 915px) {
  .global_navigation .gn_inner .gn_head .ul-top > li > a {
    padding: 18px 10px;
  }
}
@media print, (min-width: 1050px) {
  .global_navigation .gn_inner .gn_head .ul-top > li > a {
    font-size: 17px;
  }
}
@media print, (min-width: 1280px) {
  .global_navigation .gn_inner .gn_head .ul-top > li > a {
    padding: 12px 20px 18px;
  }
}

.module_menu-03 .ul-top > li {
  display: none !important;
}
.module_menu-03 .ul-top > li:has(._open-submenu) {
  display: block !important;
}

body._menu-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

.global_header2025 {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}
@media print, (min-width: 768px) {
  .global_header2025 {
    height: 120px;
  }
}
.global_header2025 .global_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0 20px;
}
@media print, (min-width: 768px) {
  .global_header2025 .global_inner {
    padding: 0 30px 0 44px;
  }
}
.global_header2025 .global_inner .gh_logo {
  max-width: 180px;
  max-height: 41px;
}
@media print, (min-width: 768px) {
  .global_header2025 .global_inner .gh_logo {
    max-width: 293px;
    max-height: 60px;
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .global_header2025 .global_inner .gh_logo:hover {
    opacity: 0.7;
  }
}

.gh_menu2025 {
  display: block;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #6A49A4;
}
@media print, (min-width: 768px) {
  .gh_menu2025 {
    top: 25px;
    right: 30px;
    width: 70px;
    height: 70px;
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .gh_menu2025:hover {
    opacity: 0.7;
  }
}
.gh_menu2025._open .icon {
  width: 0;
  background-color: transparent;
}
.gh_menu2025._open .icon::before {
  top: 0;
  transform: rotate(45deg);
}
.gh_menu2025._open .icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.gh_menu2025 .icon {
  position: absolute;
  top: 23px;
  left: calc(50% - 12px);
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media print, (min-width: 768px) {
  .gh_menu2025 .icon {
    top: 28px;
  }
}
.gh_menu2025 .icon::before, .gh_menu2025 .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.gh_menu2025 .icon::before {
  top: -7px;
}
.gh_menu2025 .icon::after {
  bottom: -7px;
}
.gh_menu2025 .text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .gh_menu2025 .text {
    top: 48px;
  }
}

.global_navigation2025 {
  display: none;
  position: fixed;
  z-index: 99;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #F2EFF7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .global_navigation2025 {
    top: 0;
    height: 100vh;
    min-width: 1300px;
  }
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner {
    display: flex;
    height: 100%;
  }
}
.global_navigation2025 .gn_inner .gn_head {
  display: none;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_head {
    display: block;
    position: relative;
    width: 340px;
    height: 100%;
  }
}
.global_navigation2025 .gn_inner .gn_head .background {
  width: 100%;
  height: 100%;
}
.global_navigation2025 .gn_inner .gn_head .background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.global_navigation2025 .gn_inner .gn_head .logo {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.global_navigation2025 .gn_inner .gn_body {
  overflow-y: scroll;
  height: calc(100vh - 80px);
  padding: 0 20px 60px;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body {
    display: flex;
    gap: 40px;
    width: calc(100% - 340px);
    padding: 60px 140px 60px 60px;
    height: 100%;
  }
}
.global_navigation2025 .gn_inner .gn_body a {
  color: #333333;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body a {
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body a:hover {
    opacity: 0.7;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 {
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: calc(75% + 20px);
    min-width: 620px;
    min-height: 768px;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  border-bottom: solid 1px #6A49A4;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li {
    min-width: 180px;
    margin-bottom: 80px;
    border-bottom: none;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li._open:not(:last-child) {
  border-bottom: none;
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_title {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  height: 63px;
  font-size: 14px;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_title {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    border-bottom: solid 1px #6A49A4;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_title::after {
  display: none;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_title::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    line-height: 1;
    content: "\f138";
    font-weight: 900;
    display: block;
    position: absolute;
    right: 0;
    color: #6A49A4;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button {
  display: block;
  position: relative;
  width: 40px;
  height: 63px;
  background-color: transparent;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button {
    display: none;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button._open::after {
  transform: rotate(0);
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button::before, .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 5px;
  width: 14px;
  height: 2px;
  background-color: #6A49A4;
  transition: 0.3s;
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button::after {
  transform: rotate(90deg);
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_button span {
  display: none;
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper {
  display: none;
  width: 100%;
  padding: 20px 0 0;
  border-top: solid 1px #6A49A4;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper {
    display: block !important;
    border-top: none;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner {
  background-color: #ffffff;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner {
    background-color: transparent;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li {
  line-height: 1;
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li + li {
  border-top: solid 1px #D5D2B3;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li + li {
    margin-top: 20px;
    border-top: none;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li a {
  display: flex;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li a {
    display: inline;
    padding: 0;
    font-size: 13px;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li .gnl_button {
  display: none;
}
.global_navigation2025 .gn_inner .gn_body .gn_links-01 > li > .gnl_wrapper > .gnl_inner > ul > li .gnl_wrapper {
  display: none;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links {
    width: calc(25% - 20px);
    min-width: 180px;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_links-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  margin: 40px 0 0;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_links-02 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_links-02 li {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_links-02 li {
    text-align: left;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_links-02 li a {
  display: block;
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search {
  width: calc(100% - 28px - 28px);
  margin: 40px 28px 0;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search {
    width: 100%;
    margin: 60px 0;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search .gns_form .ms_input {
  height: 47px;
  padding: 0 15px;
  border: solid 1px #6A49A4;
  background-color: #E8E4F2;
  font-size: 12px;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search .gns_form .ms_input {
    height: 37px;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search .gns_form .ms_button {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  padding: 0;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search .gns_form .ms_button {
    width: 37px;
    height: 37px;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_search .gns_form .ms_button::before {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px 0 0;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_sns {
    gap: 30px;
    margin-top: 60px;
  }
}
.global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_sns li a {
  color: #6A49A4;
  text-decoration: none;
  font-size: 30px;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .global_navigation2025 .gn_inner .gn_body .gn_sub_links .gn_sns li a {
    font-size: 22px;
  }
}

.global_footer2025 .cta_button {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button {
    flex-direction: row;
  }
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button li {
    flex: 1;
  }
}
.global_footer2025 .cta_button li a {
  aspect-ratio: 375/160;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button li a {
    aspect-ratio: 459/260;
    gap: 22px;
    font-size: 22px;
  }
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button li a:hover .image img {
    transform: scale(1.1);
  }
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button li a:hover .image::after {
    background-color: rgba(12, 8, 65, 0.7);
  }
}
.global_footer2025 .cta_button li a .image {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.global_footer2025 .cta_button li a .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button li a .image img {
    transition: 0.3s;
  }
}
.global_footer2025 .cta_button li a .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 8, 65, 0.5);
}
@media print, (min-width: 768px) {
  .global_footer2025 .cta_button li a .image::after {
    transition: 0.3s;
  }
}
.global_footer2025 .cta_button li a i {
  font-size: 24px;
}
.global_footer2025 .gf_contents {
  position: relative;
  background-image: url("/wp/wp-content/themes/toshimagaoka/images/common/bg_footer.webp");
  background-position: center;
  background-size: cover;
}
.global_footer2025 .gf_contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 48, 110, 0.9);
}
.global_footer2025 .gf_links-wrap {
  display: none;
}
@media print, (min-width: 768px) {
  .global_footer2025 .gf_links-wrap {
    display: block;
    padding: 80px 0 0;
  }
}
.global_footer2025 .gf_links-wrap .global_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  padding: 0 40px;
  letter-spacing: 0.05em;
}
.global_footer2025 .gf_links-wrap .global_inner a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.global_footer2025 .gf_links-wrap .global_inner a:hover {
  opacity: 0.7;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 {
  -moz-column-count: 3;
       column-count: 3;
  width: calc(100% - 163px);
  line-height: 1;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li {
  margin-bottom: 80px;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li > .gfl_title {
  font-size: 15px;
  font-weight: 700;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li .gfl_button {
  display: none;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li > .gfl_wrapper {
  margin: 25px 0 0;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.4;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li {
  font-size: 13px;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-01 > li > .gfl_wrapper > .gfl_inner > ul > li .gfl_wrapper {
  display: none;
}
.global_footer2025 .gf_links-wrap .global_inner .gf_links-02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 163px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
.global_footer2025 .copyright-wrap {
  background-color: #6A49A4;
  color: #ffffff;
  padding: 30px 0 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap {
    margin-top: 90px;
    padding: 25px 0;
    background-color: rgba(46, 25, 80, 0.6);
  }
}
.global_footer2025 .copyright-wrap .global_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap .global_inner {
    flex-direction: row;
    padding: 0 60px;
  }
}
.global_footer2025 .copyright-wrap .global_inner .gf_logo {
  max-width: 255px;
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap .global_inner .gf_logo {
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap .global_inner .gf_logo:hover {
    opacity: 0.7;
  }
}
.global_footer2025 .copyright-wrap .global_inner .address {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap .global_inner .address {
    margin: 0 0 0 70px;
  }
}
.global_footer2025 .copyright-wrap .global_inner .copyright {
  width: calc(100% + 30px);
  margin: 30px -15px 0;
  padding: 20px 20px 0;
  border-top: solid 1px #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 12px;
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap .global_inner .copyright {
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
    border-top: none;
  }
}
.global_footer2025 .copyright-wrap .global_inner .copyright p:not(.link) {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  text-align: left;
}
.global_footer2025 .copyright-wrap .global_inner .copyright .link {
  display: none;
}
@media print, (min-width: 768px) {
  .global_footer2025 .copyright-wrap .global_inner .copyright .link {
    display: block;
    margin: 0 0 10px;
    text-align: right;
  }
}
.global_footer2025 .copyright-wrap .global_inner .copyright .link a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}
.global_footer2025 .copyright-wrap .global_inner .copyright .link a:hover {
  opacity: 0.7;
}
.global_footer2025 .pageup {
  position: relative;
}
.global_footer2025 .pageup p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #40168A;
  transition: 0.3s;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .global_footer2025 .pageup p {
    cursor: pointer;
    bottom: 20px;
  }
}
.global_footer2025 .pageup p.act {
  opacity: 1;
}
.top-firstview_contents {
  margin-top: 80px;
}
@media print, (min-width: 768px) {
  .top-firstview_contents {
    display: flex;
    position: relative;
    width: 1346px;
    margin: 120px auto 0;
    padding: 0 20px;
  }
}
.top-firstview_contents::before {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 510px;
  width: 200vw;
  height: calc(100% - 76px);
  background-color: #6A49A4;
}
@media print, (min-width: 768px) {
  .top-firstview_contents::before {
    display: block;
  }
}
.top-firstview_contents .top-snsNavi {
  display: none;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-snsNavi {
    display: flex;
    align-items: center;
    position: relative;
    width: 25px;
    margin: 0 44px 0 0;
    padding: 0 0 80px;
  }
}
.top-firstview_contents .top-snsNavi::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 1px;
  height: 147px;
  background-color: rgba(204, 204, 204, 0.4);
}
.top-firstview_contents .top-snsNavi .navi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.top-firstview_contents .top-snsNavi .navi li {
  font-size: 22px;
}
.top-firstview_contents .top-snsNavi .navi li a {
  color: #ffffff;
  transition: 0.3s;
  display: flex;
  text-decoration: none;
}
.top-firstview_contents .top-snsNavi .navi li a:hover {
  opacity: 0.7;
}
.top-firstview_contents .top-mainVisual {
  position: relative;
  max-width: 890px;
  padding: 0 20px 20px;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-mainVisual {
    padding: 0 0 30px;
  }
}
.top-firstview_contents .top-mainVisual::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -20px;
  width: 74.6666666667vw;
  height: calc(100% - 8vw);
  background-color: #6A49A4;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-mainVisual::before {
    display: none;
  }
}
.top-firstview_contents .top-mainVisual .tm_slick_container .slick-list .slick-track .slick-slide {
  height: auto;
}
.top-firstview_contents .top-mainVisual .tm_slick_container .slick-list .slick-track .slick-slide img {
  position: static;
  width: 100%;
  height: auto;
}
.top-firstview_contents .top-mainVisual .tm_copy {
  display: flex;
  position: relative;
  margin-top: -7.0666666667vw;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-mainVisual .tm_copy {
    margin-top: -50px;
  }
}
.top-firstview_contents .top-mainVisual .tm_copy p {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5.8666666667vw;
  color: #403D3D;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-mainVisual .tm_copy p {
    padding: 20px 30px;
    font-size: 40px;
  }
}
.top-firstview_contents .top-iconNavi {
  margin: 30px 20px 0;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi {
    width: 300px;
    margin: 0 0 0 48px;
  }
}
.top-firstview_contents .top-iconNavi .navi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi .navi {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.top-firstview_contents .top-iconNavi .navi li {
  border-radius: 8px;
  border: solid 3px #CECBEE;
}
.top-firstview_contents .top-iconNavi .navi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  text-decoration: none;
  color: #6A49A4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi .navi li a {
    min-height: 160px;
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi .navi li a:hover {
    background-color: #F2EFF7;
  }
}
.top-firstview_contents .top-iconNavi .navi li a .icon {
  height: 35px;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi .navi li a .icon {
    height: 48px;
  }
}
.top-firstview_contents .top-iconNavi .navi li a .icon img {
  width: auto;
  height: 35px;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi .navi li a .icon img {
    height: 48px;
  }
}
.top-firstview_contents .top-iconNavi .navi li a .title {
  margin: 8px 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
}
@media print, (min-width: 768px) {
  .top-firstview_contents .top-iconNavi .navi li a .title {
    font-size: 15px;
  }
}
.top-firstview_contents .top-iconNavi .navi li a i {
  font-size: 18px;
}

.top-pickupinfo {
  margin: 30px 0 0;
  padding: 0 20px;
}
@media print, (min-width: 768px) {
  .top-pickupinfo {
    width: 880px;
    margin: 60px auto 0;
    padding: 0 20px;
  }
}
.top-pickupinfo .inner {
  padding: 20px 30px 40px;
  background-color: #FAEBF1;
}
@media print, (min-width: 768px) {
  .top-pickupinfo .inner {
    padding: 20px 40px 40px;
  }
}
.top-pickupinfo .inner .title {
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #CC7098;
  text-align: center;
}
@media print, (min-width: 768px) {
  .top-pickupinfo .inner .title {
    font-size: 28px;
  }
}
.top-pickupinfo .inner .first-post {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.top-pickupinfo .inner .first-post .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media print, (min-width: 768px) {
  .top-pickupinfo .inner .first-post .date {
    width: 95px;
  }
}
.top-pickupinfo .inner .first-post h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media print, (min-width: 768px) {
  .top-pickupinfo .inner .first-post h3 {
    width: calc(100% - 95px);
  }
}
.top-pickupinfo .button {
  width: 240px;
  height: 46px;
  margin: -23px auto 0;
}
.top-pickupinfo .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 46px;
  border: solid 1px #E699BA;
  background-color: #E699BA;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .top-pickupinfo .button a {
    transition: 0.3s;
  }
}
.top-pickupinfo .button a:hover {
  background-color: #ffffff;
  color: #E699BA;
}

.top-report {
  overflow: hidden;
  margin: 30px 0 0;
  padding: 30px 20px 60px;
  background-color: #F2EFF7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .top-report {
    margin: 60px auto 0;
    padding: 80px 20px;
  }
}
.top-report .inner {
  position: relative;
}
@media print, (min-width: 768px) {
  .top-report .inner {
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
  }
}
.top-report .inner .head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media print, (min-width: 768px) {
  .top-report .inner .head {
    display: block;
    padding: 0 0 0 160px;
  }
}
.top-report .inner .head .sec_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #6A49A4;
  line-height: 1.2;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .sec_title {
    gap: 20px;
    position: absolute;
    left: 0;
    font-size: 20px;
  }
}
.top-report .inner .head .sec_title .t_en {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .sec_title .t_en {
    font-size: 70px;
  }
}
.top-report .inner .head .sec_title .t_en::after {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 11px - 162px - 23px);
  background-color: #6A49A4;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .sec_title .t_en::after {
    position: absolute;
    top: calc(100% + 55px);
    height: 100vh;
  }
}
.top-report .inner .head .tab_body {
  width: calc(100% - 88px);
  padding: 30px 0 0;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .tab_body {
    width: 400px;
    padding: 0;
  }
}
.top-report .inner .head .tab_body article {
  background-color: #ffffff;
}
.top-report .inner .head .tab_body article a {
  display: block;
  color: #333333;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .tab_body article a:hover .image img {
    transform: scale(1.15);
  }
}
.top-report .inner .head .tab_body article a .image {
  overflow: hidden;
  aspect-ratio: 245/171;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-report .inner .head .tab_body article a .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .tab_body article a .image img {
    transform: scale(1.05);
    transition: 0.3s;
  }
}
.top-report .inner .head .tab_body article a .text {
  padding: 15px 20px;
}
.top-report .inner .head .tab_body article a .text .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.top-report .inner .head .tab_body article a .text .category .label {
  display: inline-block;
  padding: 0 10px;
  background-color: #6A49A4;
  font-size: 10px;
  line-height: 21px;
  color: #ffffff;
}
.top-report .inner .head .tab_body article a .text h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
}
.top-report .inner .head .tab_body article a .text .date {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #6A49A4;
}
.top-report .inner .head .tab_body article a .text .date i {
  font-size: 12px;
}
.top-report .inner .head .controller {
  display: none;
}
@media print, (min-width: 768px) {
  .top-report .inner .head .controller {
    display: block;
  }
}
.top-report .inner .head .controller .tab_head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  margin: 30px 40px 0;
}
.top-report .inner .head .controller .tab_head li {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.7;
  transition: 0.3s;
}
.top-report .inner .head .controller .tab_head li.students {
  display: none;
}
.top-report .inner .head .controller .tab_head li.other {
  order: 100;
}
.top-report .inner .head .controller .tab_head li._active, .top-report .inner .head .controller .tab_head li:hover {
  opacity: 1;
}
.top-report .inner .head .controller .tab_head li._active::before, .top-report .inner .head .controller .tab_head li:hover::before {
  border: solid 1px #6A49A4;
  background-color: #6A49A4;
}
.top-report .inner .head .controller .tab_head li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #333333;
  border-radius: 50%;
  transition: background-color 0.1s linear;
}
.top-report .inner .head .controller .button {
  width: 206px;
  margin: 40px auto 0;
}
.top-report .inner .head .controller .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 40px;
  border-radius: 50px;
  border: solid 1px #6A49A4;
  background-color: #6A49A4;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}
.top-report .inner .head .controller .button a:hover {
  background-color: #ffffff;
  color: #6A49A4;
}
.top-report .inner .head .controller .button a i {
  font-size: 18px;
}
.top-report .inner .head .tab_body .post-first {
  display: none;
}
.top-report .inner .head .tab_body .post-first._active {
  display: block;
}
.top-report .inner .head .tab_body .post-first article {
  display: none;
}
.top-report .inner .head .tab_body .post-first article:first-child {
  display: block;
}
.top-report .inner .body {
  margin: 30px 0 0;
}
@media print, (min-width: 768px) {
  .top-report .inner .body {
    width: 560px;
    margin-top: 0;
  }
}
.top-report .inner .body .tab_body .post-objects {
  display: none;
}
.top-report .inner .body .tab_body .post-objects._active {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects._active {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.top-report .inner .body .tab_body .post-objects article {
  background-color: #ffffff;
}
.top-report .inner .body .tab_body .post-objects article:first-child, .top-report .inner .body .tab_body .post-objects article:nth-child(5) ~ article {
  display: none;
}
.top-report .inner .body .tab_body .post-objects article a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a {
    display: flex;
    flex-direction: column;
  }
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a:hover .image img {
    transform: scale(1.15);
  }
}
.top-report .inner .body .tab_body .post-objects article a .image {
  overflow: hidden;
  width: 115px;
  height: 100%;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a .image {
    aspect-ratio: 260/195;
    width: 100%;
    height: auto;
  }
}
.top-report .inner .body .tab_body .post-objects article a .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a .image img {
    transition: 0.3s;
    transform: scale(1.05);
  }
}
.top-report .inner .body .tab_body .post-objects article a .text {
  width: calc(100% - 115px);
  padding: 15px 20px;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    width: auto;
    padding: 15px;
  }
}
.top-report .inner .body .tab_body .post-objects article a .text .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.top-report .inner .body .tab_body .post-objects article a .text .category .label {
  display: inline-block;
  padding: 0 10px;
  background-color: #6A49A4;
  font-size: 10px;
  line-height: 21px;
  color: #ffffff;
}
.top-report .inner .body .tab_body .post-objects article a .text h3 {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a .text h3 {
    margin: 15px 0 20px;
    font-size: 15px;
  }
}
.top-report .inner .body .tab_body .post-objects article a .text .date {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #6A49A4;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a .text .date {
    margin-top: auto;
    font-size: 14px;
  }
}
.top-report .inner .body .tab_body .post-objects article a .text .date i {
  font-size: 12px;
}
@media print, (min-width: 768px) {
  .top-report .inner .body .tab_body .post-objects article a .text .date i {
    font-size: 14px;
  }
}
.top-report .inner .foot {
  margin: 30px 0 0;
}
@media print, (min-width: 768px) {
  .top-report .inner .foot {
    display: none;
  }
}
.top-report .inner .foot .tab_head {
  overflow: visible;
  display: flex;
  flex-direction: column;
  position: relative;
  max-height: 53px;
  padding: 11px 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #ffffff;
  transition: max-height 0.3s ease-out;
  font-size: 15px;
}
.top-report .inner .foot .tab_head::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.top-report .inner .foot .tab_head._show {
  max-height: 100vh;
}
.top-report .inner .foot .tab_head:not(._show) li {
  display: none;
}
.top-report .inner .foot .tab_head li._active {
  display: block;
}
.top-report .inner .foot .tab_head li.students {
  display: none;
}
.top-report .inner .foot .tab_head li.other {
  order: 100;
}
.top-report .inner .foot .button {
  width: 206px;
  margin: 30px auto 0;
}
.top-report .inner .foot .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 40px;
  border-radius: 50px;
  border: solid 1px #6A49A4;
  background-color: #6A49A4;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.top-report .inner .foot .button a i {
  font-size: 18px;
}

.top-blog {
  padding: 40px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .top-blog {
    padding: 60px 20px;
  }
}
.top-blog .inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .top-blog .inner {
    display: flex;
  }
}
@media print, (min-width: 768px) {
  .top-blog .inner .object {
    width: 50%;
  }
}
.top-blog .inner .object + .object {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ccc;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object + .object {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: solid 1px #ccc;
  }
}
@media print, (min-width: 768px) {
  .top-blog .inner .object + .object .object_inner {
    margin-left: auto;
  }
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner {
    width: calc(100% - 40px);
  }
}
.top-blog .inner .object .object_inner .object_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.6;
  color: #6A49A4;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner .object_title {
    flex-direction: row;
    gap: 0.5em;
    font-size: 32px;
  }
}
.top-blog .inner .object .object_inner article + article {
  border-top: solid 1px #ccc;
}
.top-blog .inner .object .object_inner article a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner article a {
    padding: 30px 0;
  }
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner article a:hover .title {
    text-decoration: underline;
  }
}
.top-blog .inner .object .object_inner article a .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6A49A4;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner article a .date {
    width: 75px;
    height: 75px;
    font-size: 18px;
  }
}
.top-blog .inner .object .object_inner article a .date .year {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner article a .date .year {
    font-size: 15px;
  }
}
.top-blog .inner .object .object_inner article a .title {
  width: calc(100% - 60px - 15px);
  font-size: 15px;
  color: #333333;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner article a .title {
    width: calc(100% - 75px - 30px);
    transition: 0.3s;
  }
}
.top-blog .inner .object .object_inner .button {
  width: 240px;
  height: 46px;
  margin: 20px auto 0;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner .button {
    margin-top: 10px;
  }
}
.top-blog .inner .object .object_inner .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  border: solid 1px #E699BA;
  background-color: #E699BA;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner .button a {
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .top-blog .inner .object .object_inner .button a:hover {
    background-color: #ffffff;
    color: #E699BA;
  }
}

.top-related {
  padding: 60px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #F2EFF7;
}
@media print, (min-width: 768px) {
  .top-related {
    padding: 80px 20px;
  }
}
.top-related .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .top-related .inner {
    flex-direction: row;
    justify-content: space-between;
    width: 1160px;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object {
    width: 800px;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object._related .links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object._related .links li + li a {
    border-top: solid 1px #6A49A4;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object._related .links li a {
    aspect-ratio: 253/180;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px 20px;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object._related .links li a .fa-circle-chevron-right {
    margin-top: auto;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object._sns {
    width: 280px;
  }
}
.top-related .inner .object._sns .links li a .fa-circle-chevron-right {
  font-size: 18px;
}
.top-related .inner .object .object_title {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin: 0 0 20px;
  color: #6A49A4;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .top-related .inner .object .object_title {
    margin-bottom: 30px;
  }
}
.top-related .inner .object .object_title .t_en {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
.top-related .inner .object .object_title .t_ja {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .top-related .inner .object .object_title .t_ja {
    font-size: 18px;
  }
}
.top-related .inner .object .links li + li a {
  border-top: none;
}
.top-related .inner .object .links li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: solid 1px #6A49A4;
  background-color: #ffffff;
  color: #6A49A4;
  line-height: 1.5;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .top-related .inner .object .links li a {
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .top-related .inner .object .links li a:hover {
    background-color: #DAD1E8;
  }
}
.top-related .inner .object .links li a i {
  font-size: 22px;
}
.top-related .inner .object .links li a .fa-circle-chevron-right {
  margin-left: auto;
  font-size: 24px;
}

.top-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 30px 20px;
}
@media print, (min-width: 768px) {
  .top-banner {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
    width: 866px;
    margin: 60px auto;
    padding: 0 20px;
  }
}
.top-banner li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .top-banner li a {
    transition: 0.3s;
  }
}
@media print, (min-width: 768px) {
  .top-banner li a:hover {
    opacity: 0.7;
  }
}

.gh_cta {
  position: fixed;
  right: 84px;
  top: 10px;
  z-index: 98;
}
@media print, (min-width: 768px) {
  .gh_cta {
    top: 25px;
    right: 110px;
  }
}
.gh_cta a {
  text-decoration: none;
  min-width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #E679A8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New";
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 9.6px */
  display: flex;
  flex-direction: column;
  padding: 3px;
  gap: 4px;
  transition: 0.3s;
}
@media print, (min-width: 768px) {
  .gh_cta a {
    gap: 8px;
    flex-direction: row;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    height: 70px;
    min-width: 160px;
    padding: 10px;
  }
}
@media print, (min-width: 768px) {
  .gh_cta a:hover {
    opacity: 0.7;
  }
}
.gh_cta a .image {
  display: flex;
}
.gh_cta a .image img {
  max-width: 30px;
}

.events-swiper {
  position: relative;
  margin-top: 20px;
  padding-bottom: 60px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media print, (min-width: 768px) {
  .events-swiper {
    margin-top: 40px;
    padding: 0 32px 120px;
    margin-left: 0;
    width: 100%;
  }
}
.events-swiper .swiper-slide {
  height: auto;
  display: flex;
  max-width: 232px;
}
.events-swiper .event-card {
  width: 100%;
  flex: 1;
}
.events-swiper .swiper-button-prev,
.events-swiper .swiper-button-next {
  color: #6A49A4;
  font-size: 24px;
  margin: 0;
  transform: translateY(-50%);
  top: calc(50% - 30px);
  transition: 0.3s;
}
@media print, (min-width: 768px) {
  .events-swiper .swiper-button-prev:hover,
  .events-swiper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media print, (min-width: 768px) {
  .events-swiper .swiper-button-prev,
  .events-swiper .swiper-button-next {
    top: calc(50% - 60px);
  }
}
.events-swiper .swiper-button-prev::after,
.events-swiper .swiper-button-next::after {
  content: none;
}
.events-swiper .swiper-button-prev {
  left: calc(50% - 138px);
}
@media print, (min-width: 768px) {
  .events-swiper .swiper-button-prev {
    left: 0;
  }
}
.events-swiper .swiper-button-next {
  right: calc(50% - 138px);
}
@media print, (min-width: 768px) {
  .events-swiper .swiper-button-next {
    right: 0;
  }
}
.events-swiper .swiper-pagination {
  bottom: 20px;
}
@media print, (min-width: 768px) {
  .events-swiper .swiper-pagination {
    bottom: 80px;
  }
}
.events-swiper .swiper-pagination-bullet {
  margin: 0 6px;
  transition: 0.3s;
}
@media print, (min-width: 768px) {
  .events-swiper .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
}
.events-swiper .swiper-pagination-bullet-active {
  background: #6A49A4;
}
.events-swiper:not(.swiper-initialized) .swiper-pagination,
.events-swiper:not(.swiper-initialized) .swiper-button-prev,
.events-swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
@media print, (min-width: 768px) {
  .events-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .events-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
  }
}

.events-card-list .event-card {
  border: 1px solid rgba(106, 73, 164, 0.2);
  background: #F2EFF7;
  border-radius: 10px;
  padding: 24px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New";
}
.events-card-list .event-card .event-card__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  color: #6A49A4;
}
.events-card-list .event-card .event-card__date {
  margin: 11px 0 20px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 1.5px;
}
.events-card-list .event-card .event-card__note-wrap {
  margin-bottom: 20px;
  display: grid;
  gap: 8px;
}
.events-card-list .event-card .event-card__note {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}
@media print, (min-width: 768px) {
  .events-card-list .event-card .event-card__note {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
  }
}
.events-card-list .event-card .event-card__button-wrap {
  margin-top: auto;
}
.events-card-list .event-card .event-card__button-wrap .event-card__button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  color: #ffffff;
  border-radius: 5px;
  background: #E699BA;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-width: 153px;
  transition: 0.3s;
}
@media print, (min-width: 768px) {
  .events-card-list .event-card .event-card__button-wrap .event-card__button:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=styleAdd.css.map */