@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
.News .contentArea a {
  color: #5c52c0;
}

body {
  overflow-x: hidden;
}

body * {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.6;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

img {
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media (max-width: 1180px) {
  .pc-none {
    display: block;
  }
}

.tab-none {
  display: block;
}
@media (max-width: 1180px) {
  .tab-none {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-br-sp {
    display: block;
  }
}

.un-br-sp {
  display: block;
}
@media (max-width: 768px) {
  .un-br-sp {
    display: none;
  }
}

a.half-color {
  max-width: 550px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 45px;
  position: relative;
  overflow: clip;
}
a.half-color::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(217, 54, 122) 0%, rgb(217, 54, 122) 50%, rgb(4, 146, 181) 50%, rgb(4, 146, 181) 100%);
  transition: all 0.3s;
  z-index: -1;
}
a.half-color::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(232, 67, 136) 0%, rgb(232, 67, 136) 50%, rgb(0, 175, 221) 50%, rgb(0, 175, 221) 100%);
  transition: all 0.3s;
  z-index: -1;
}
a.half-color:hover::after {
  opacity: 0;
}
a.half-color > span {
  position: relative;
  padding-right: 38px;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
a.half-color > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  background: url("../assets/images/ico_arrow_06.svg") no-repeat;
  background-size: cover;
}

.top-banner {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
@media (max-width: 768px) {
  .top-banner {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 0;
  }
}
.top-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-banner__inner {
  width: 318px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 14px 30px 26px;
  background: #E7E8FA;
  border: 3px solid #8678B7;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .top-banner__inner {
    width: 100%;
    height: auto;
    padding: 0;
    gap: 0;
    border-radius: 0;
    flex-direction: row;
    border: 0;
  }
}
.top-banner__inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #4F3C8B;
}
@media (max-width: 768px) {
  .top-banner__inner p {
    display: none;
  }
}
.top-banner__inner a {
  width: 254px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0098C5;
  border: 3px solid #0098C5;
  border-radius: 30px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .top-banner__inner a {
    width: 50%;
    height: 54px;
    margin: 0 auto;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
  }
}
.top-banner__inner a:hover {
  background: #ffffff;
}
.top-banner__inner a:hover span {
  color: #0098C5;
}
.top-banner__inner a:hover span::after {
  background: url("../assets/images/ico_arrow_04-3.svg") no-repeat;
}
.top-banner__inner a:last-of-type {
  background: #E84388;
  border: 3px solid #E84388;
}
@media (max-width: 768px) {
  .top-banner__inner a:last-of-type {
    width: 50%;
    height: 54px;
    margin: 0 auto;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}
.top-banner__inner a:last-of-type:hover {
  background: #ffffff;
}
.top-banner__inner a:last-of-type:hover span {
  color: #E84388;
}
.top-banner__inner a:last-of-type:hover span::after {
  background: url("../assets/images/ico_arrow_04-2.svg") no-repeat;
}
.top-banner__inner a span {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-right: 24px;
  position: relative;
  transition: all 0.3s;
}
.top-banner__inner a span > span {
  display: none;
}
@media (max-width: 768px) {
  .top-banner__inner a span > span {
    display: block;
    font-size: 13px;
    padding: 0;
  }
  .top-banner__inner a span > span::after {
    content: "";
    display: none;
  }
}
@media (max-width: 768px) {
  .top-banner__inner a span {
    font-size: 16px;
  }
}
.top-banner__inner a span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.top-banner__inner .top-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 38px;
  aspect-ratio: 1;
  cursor: pointer;
  background: url("../assets/images/ico_close_01.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-banner__inner .top-banner__close {
    display: none;
  }
}

.btn-unit {
  width: 190px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
  background: #FF9D00;
  border: 3px solid #FF9D00;
  transition: all 0.3s;
}
.btn-unit:hover {
  color: #FF9D00;
  background: #ffffff;
}

#header {
  width: 100%;
  min-width: none;
  height: 110px;
  position: fixed;
  top: -200px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  filter: drop-shadow(0 0 10px rgba(145, 145, 145, 0.4));
  transition: top 0.3s ease, all 0.3s;
  z-index: 10000;
}
#header.is-visible {
  top: 0;
}
@media (max-width: 1480px) {
  #header.is-visible {
    top: 0;
  }
}
@media (max-width: 1480px) {
  #header {
    height: 80px;
    top: -120px;
  }
}
#header::after {
  content: "";
}
#header .contact-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4F3C8B;
  border: 3px solid #4F3C8B;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 1480px) {
  #header .contact-btn {
    width: 160px;
  }
}
#header .contact-btn:hover {
  background: #ffffff;
  color: #4F3C8B;
}
#header .header__inner {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: clamp(80px, 6vw, 150px) 200px;
  background-image: url("../assets/images/ico_koko_02.svg");
  background-size: clamp(80px, 6vw, 160px);
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  #header .header__inner {
    background-position: 85% bottom;
  }
}
@media (max-width: 768px) {
  #header .header__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
#header .header__inner .header__logo {
  width: clamp(200px, 18vw, 348px);
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}
@media (max-width: 1280px) {
  #header .header__inner .header__logo {
    margin-right: auto;
  }
}
#header .header__inner .header__logo img {
  width: 100%;
}
#header .header__inner .header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-top: 20px;
}
#header .header__inner .header__content--head {
  display: flex;
  align-items: center;
  gap: 30px;
}
#header .header__inner .header__content-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  #header .header__inner .header__content-sns {
    display: none;
  }
}
#header .header__inner .header__content-sns a {
  display: block;
  width: 36px;
  aspect-ratio: 1;
}
#header .header__inner .header__content-sns a img {
  width: 100%;
}
@media (max-width: 1280px) {
  #header .header__inner .header__content-search {
    display: none;
  }
}
#header .header__inner .header__content-search form {
  width: 244px;
  height: 40px;
  border-radius: 3px;
  overflow: clip;
  display: flex;
  align-items: center;
}
#header .header__inner .header__content-search form input {
  width: calc(100% - 38px);
  height: 100%;
  padding: 2px 12px;
  border: 1px solid #4F3C8B;
  border-radius: 3px 0 0 3px;
}
#header .header__inner .header__content-search form button {
  width: 40px;
  height: 100%;
  border: none;
  background: #4F3C8B;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #header .header__inner .header__content--bottom {
    display: none;
  }
}
#header .header__inner .header__content--bottom ul {
  display: flex;
  gap: 24px;
  position: static;
}
#header .header__inner .header__content--bottom ul::after {
  content: "";
  display: none;
}
#header .header__inner .header__content--bottom ul li {
  position: static;
  padding-bottom: 12px;
  cursor: pointer;
}
#header .header__inner .header__content--bottom ul li a {
  color: #000000;
  font-size: clamp(14px, 1vw, 16px);
  transition: all 0.3s;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(odd):hover a {
  color: #0098C5;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(odd):hover .megaMenu-item {
  display: inline-block;
  padding: 0;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(odd):hover .megaMenu-item a {
  color: #ffffff;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(odd):hover .megaMenu-item a:hover {
  color: #e7e7e7;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(even):hover a {
  color: #E84388;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(even):hover .megaMenu-item {
  display: inline-block;
  padding: 0;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(even):hover .megaMenu-item a {
  color: #ffffff;
}
#header .header__inner .header__content--bottom ul li:nth-of-type(even):hover .megaMenu-item a:hover {
  color: #e7e7e7;
}
#header .header__inner .header__content--bottom ul li:hover .megaMenu {
  top: 110px;
  height: 96px;
}
@media (max-width: 1480px) {
  #header .header__inner .header__content--bottom ul li:hover .megaMenu {
    top: 110px;
  }
}
#header .header__inner .header__content--bottom ul li:hover .megaMenu .current-nav {
  top: 0px;
}
#header .header__inner .header__content--bottom ul li .megaMenu {
  height: 0;
  left: 0;
  top: -120%;
  overflow: hidden;
  position: fixed;
  text-align: center;
  transition: height 0.3s;
  width: 100%;
}
#header .header__inner .header__content--bottom ul li .megaMenu .current-nav {
  position: absolute;
  width: 100%;
  height: 96px;
  transition: all 0.5s;
  background: rgba(78, 60, 139, 0.7098039216);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 2.6vw, 45px);
}
#header .header__inner .header__content--bottom ul li .megaMenu-item {
  display: inline-block;
  padding: 0;
}
#header .header__inner .header__content--bottom ul li .megaMenu-item a {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s;
}
#header .header__inner .header__content--bottom ul li .megaMenu-item a.unlink {
  pointer-events: none;
}
#header .header__inner .header__content--bottom ul li .megaMenu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ffffff;
}
#header .header__inner .header__content--bottom ul li .megaMenu-item a:hover {
  color: #e7e7e7;
}
#header .drawer {
  display: none;
}
@media (max-width: 1280px) {
  #header .drawer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    z-index: 110;
  }
  #header .drawer span {
    display: block;
    width: 26px;
    height: 2px;
    background: #333333;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
}
#header .drawer.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#header .drawer.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
#header .drawer.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1280px) {
  #header .header__content {
    display: none;
  }
}
#header .drawer-nav {
  display: none;
}
@media (max-width: 1280px) {
  #header .drawer-nav {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    width: calc(100vw - 32px);
    height: calc(100vh - 32px);
    background: #ffffff;
    padding: 100px 40px 40px;
    overflow-y: auto;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    z-index: 100;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  }
  #header .drawer-nav.is-open {
    transform: translateX(0);
  }
  #header .drawer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #header .drawer-nav ul::after {
    content: "";
    display: none;
  }
  #header .drawer-nav ul > a.nav-link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    width: 100%;
    margin-block: 16px 0;
    padding: 4px 6px;
    border: 2px solid #E84388;
    border-radius: 24px;
  }
  #header .drawer-nav ul > a.nav-link-btn span {
    color: #E84388;
  }
  #header .drawer-nav ul > a.nav-link-btn--rev {
    border: 2px solid #00AFDD;
  }
  #header .drawer-nav ul > a.nav-link-btn--rev span {
    color: #00AFDD;
  }
  #header .drawer-nav ul li {
    border-bottom: 1px solid #eeeeee;
  }
  #header .drawer-nav ul li a {
    display: block;
    padding: 16px 4px;
    color: #000000;
    font-size: 15px;
    transition: color 0.3s, padding-left 0.3s;
  }
  #header .drawer-nav ul li a:hover {
    color: #4F3C8B;
    padding-left: 8px;
  }
  #header .drawer-nav ul li.last a {
    color: #4F3C8B;
    font-weight: bold;
  }
  #header .drawer-nav .header__content-search form {
    width: 244px;
    height: 40px;
    border-radius: 3px;
    overflow: clip;
    display: flex;
    align-items: center;
    margin-top: 36px;
  }
  #header .drawer-nav .header__content-search form input {
    width: calc(100% - 38px);
    height: 100%;
    padding: 2px 12px;
    border: 1px solid #4F3C8B;
    border-radius: 3px 0 0 3px;
  }
  #header .drawer-nav .header__content-search form button {
    width: 40px;
    height: 100%;
    border: none;
    background: #4F3C8B;
    cursor: pointer;
  }
  #header .drawer-nav .header__content-sns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 24px;
  }
  #header .drawer-nav .header__content-sns a {
    display: block;
    width: 50px;
    aspect-ratio: 1;
  }
  #header .drawer-nav .header__content-sns a img {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #header .header__inner {
    padding-inline: clamp(16px, 4vw, 40px);
    justify-content: flex-end;
    gap: 16px;
  }
}
@media (max-width: 1280px) {
  #header .contact-btn {
    display: none;
  }
}
#header .has-accordion .accordion-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-left: 16px;
}
#header .has-accordion.is-open .accordion-menu {
  max-height: 500px;
}
#header .accordion-icon {
  display: inline-block;
  transition: transform 0.4s ease;
}
#header .accordion-icon::before {
  content: "▼";
  font-size: 0.7em;
}
#header .has-accordion.is-open .accordion-icon {
  transform: rotate(-180deg);
}
#header .accordion-trigger {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 16px 4px;
  font: inherit;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.drawer-overlay.is-open {
  display: block;
  opacity: 1;
}

.current-content #header {
  width: 100%;
  min-width: none;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  filter: drop-shadow(0 0 10px rgba(145, 145, 145, 0.4));
  transition: top 0.3s ease, all 0.3s;
}
.current-content #header.is-hidden {
  top: -200px;
}
@media (max-width: 1480px) {
  .current-content #header {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .current-content #header {
    height: 80px;
  }
}
.current-content--character #footer {
  margin-top: 0;
}

#footer {
  margin-top: 140px;
  padding-block: 48px 30px;
  background-color: #4F3C8B;
  background-image: url("../assets/images/ico_toto_02.svg");
  background-size: clamp(80px, 6vw, 160px);
  background-position: 95% bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #footer {
    padding-block: 48px 70px;
    margin-top: 60px;
  }
}
#footer > p {
  margin-top: 70px;
  text-align: center;
}
#footer > p small {
  color: #ffffff;
  letter-spacing: 0.12em;
}
#footer .footer__inner {
  max-width: 1600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
  flex-wrap: wrap;
}
@media (max-width: 1540px) {
  #footer .footer__inner {
    gap: 40px;
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
#footer .footer__info {
  display: flex;
  gap: 22px;
}
@media (max-width: 1500px) {
  #footer .footer__info {
    gap: 14px;
  }
}
@media (max-width: 600px) {
  #footer .footer__info {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#footer .footer__info > span {
  width: 1.05px;
  height: 74px;
  background: #ffffff;
}
@media (max-width: 600px) {
  #footer .footer__info > span {
    width: 100%;
    height: 1.5px;
  }
}
#footer .footer__info-item p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#footer .footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  width: 100%;
}
#footer .footer__links--btns {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  #footer .footer__links--btns {
    flex-wrap: wrap;
    gap: 24px 16px;
  }
}
#footer .footer__links--btn {
  max-width: 205px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF9D00;
  border-radius: 30px;
  padding: 16px 40px;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  #footer .footer__links--btn {
    width: 46%;
    padding: 16px;
  }
}
#footer .footer__links--btn:hover {
  background: #D68504;
}
#footer .footer__links--btn span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #footer .footer__links--btn span {
    font-size: 14px;
  }
}
#footer .footer__links--btn span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#footer .footer__links--btn:last-of-type {
  background: #E9E7F8;
}
#footer .footer__links--btn:last-of-type:hover {
  background: #ffffff;
}
#footer .footer__links--btn:last-of-type span {
  color: #4F3C8B;
}
#footer .footer__links--btn:last-of-type span::after {
  content: "";
  position: absolute;
  background: url("../assets/images/ico_arrow_03.svg") no-repeat;
  background-size: cover;
}
#footer .footer__links--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 52px;
  flex-wrap: wrap;
  margin-top: 36px;
}
#footer .footer__links--link a.footer__link {
  color: #ffffff;
  transition: all 0.3s;
}
#footer .footer__links--link a.footer__link:hover {
  color: #D9D1F0;
}
#footer .footer__links--link a.footer__link.pdf-link {
  position: relative;
  padding-left: 24px;
}
#footer .footer__links--link a.footer__link.pdf-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background: url("../assets/images/ico_pdf_02.svg") no-repeat;
  background-size: cover;
}
#footer .footer__links--link a.footer__link.pdf-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #4f3c88;
  transition: all 0.3s;
}
#footer .footer__links--link a.footer__link.pdf-link:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
}
#footer .footer_logo {
  max-width: 540px;
  width: 100%;
  float: none;
}
#footer .footer_logo a {
  display: block;
  max-width: 342px;
  width: 100%;
}
@media (max-width: 600px) {
  #footer .footer_logo a {
    margin: 0 auto;
  }
}
#footer .footer_logo a img {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}

.page-header {
  position: relative;
  height: 30vw;
  margin-block: 42px 170px;
  z-index: 2;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .page-header {
    margin-block: 42px;
  }
}
@media (max-width: 768px) {
  .page-header {
    height: auto;
    width: 100%;
    margin-block: 80px 42px;
    max-width: 768px;
    aspect-ratio: 375/240;
  }
}
.page-header__inner {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .page-header__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.page-header__title {
  color: #4F3C8B;
  font-size: clamp(24px, 5vw, 46px);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-header--mrk {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 868px;
  width: 45vw;
  height: 116px;
}
.page-header--mrk img {
  width: 100%;
}
.page-header-about {
  background: url("../assets/images/bg_fv_03.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-about .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-about {
    background: url("../assets/images/bg_fv_03-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-school {
  background: url("../assets/images/bg_fv_05.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-school .page-header__title {
  color: #ffffff;
}
.page-header-post {
  background: url("../assets/images/bg_fv_02.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-post .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-post {
    background: url("../assets/images/bg_fv_02-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-news {
  background: url("../assets/images/bg_fv_02.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-news .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-news {
    background: url("../assets/images/bg_fv_02-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-character {
  margin-block: 42px 0px;
  background: url("../assets/images/bg_totococo.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-character::before {
  content: "";
  display: none;
}
@media (max-width: 768px) {
  .page-header-character {
    margin-block: 80px 0;
    background: url("../assets/images/bg_totococo-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-character .page-header--mrk {
  display: none;
}
.page-header-character .page-header__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  background-image: url("../assets/images/bg_totococo_01.png"), url("../assets/images/bg_totococo_02.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 10vw;
}
@media (max-width: 768px) {
  .page-header-character .page-header__inner {
    background-image: none;
  }
}
.page-header-character .page-header__inner h3 {
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-header-character .page-header__inner h3 span {
  position: relative;
  z-index: 1;
}
.page-header-character .page-header__inner h3 span::after {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #bcb8e4;
  z-index: -1;
}
.page-header-character .page-header__title {
  font-size: clamp(21px, 4.5vw, 30px);
}
.page-header-character h3 {
  font-size: clamp(14px, 2vw, 22px);
}
.page-header-history {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-history .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-history {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-mexme {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-mexme .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-mexme {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-qanda {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-qanda .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-qanda {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-support {
  background: url("../assets/images/bg_fv_06.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-support .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-support {
    background: url("../assets/images/bg_fv_06-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-song {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-song .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-song {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-report {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-report .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-report {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-uniform {
  background: url("../assets/images/bg_fv_11.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-uniform .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-uniform {
    background: url("../assets/images/bg_fv_11-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-sns {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-sns .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-sns {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-event {
  background: url("../assets/images/bg_fv_18.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-event .page-header__title {
  color: #ffffff;
}
.page-header-exam {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-exam .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-exam {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-graduate {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-graduate .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-graduate {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-current {
  background: url("../assets/images/bg_fv_14.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-current .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-current {
    background: url("../assets/images/bg_fv_14-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-briefing {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-briefing .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-briefing {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-graduate {
  background: url("../assets/images/bg_fv_15.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-graduate .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-graduate {
    background: url("../assets/images/bg_fv_15-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-alumnus {
  background: url("../assets/images/bg_fv_15.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-alumnus .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-alumnus {
    background: url("../assets/images/bg_fv_15-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-join {
  position: relative;
  background: url("../assets/images/bg_fv_16.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-join .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-join {
    background: url("../assets/images/bg_fv_16-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-access {
  background: url("../assets/images/bg_fv_01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 60px;
}
.page-header-access .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-access {
    background: url("../assets/images/bg_fv_01-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-club {
  background: url("../assets/images/bg_fv_19.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-club .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-club {
    background: url("../assets/images/bg_fv_19-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-advantage {
  background: url("../assets/images/bg_fv_12.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-block: 42px 0;
}
.page-header-advantage::before {
  content: "";
  background: rgba(142, 142, 142, 0.04);
}
.page-header-advantage .page-header--mrk {
  display: none;
}
.page-header-advantage .page-header__title {
  display: none;
}
@media (max-width: 768px) {
  .page-header-advantage .page-header__inner {
    background: url("../assets/images/bg_fv_12-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    aspect-ratio: 375/300;
    height: auto;
  }
}
.page-header-reason {
  background: url("../assets/images/bg_fv_13.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-block: 42px 0;
}
@media (max-width: 768px) {
  .page-header-reason {
    margin-block: 80px 0;
  }
}
.page-header-reason::before {
  content: "";
  background: rgba(142, 142, 142, 0.04);
}
.page-header-reason .page-header--mrk {
  display: none;
}
.page-header-reason .page-header__title {
  display: none;
}
@media (max-width: 768px) {
  .page-header-reason .page-header__inner {
    background: url("../assets/images/bg_fv_13-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    aspect-ratio: 375/240;
    height: auto;
  }
}
.page-header-course {
  background: #EC6D64;
}
@media (max-width: 768px) {
  .page-header-course {
    aspect-ratio: 375/300;
  }
}
.page-header-course .page-header__inner {
  max-width: none;
  background: url("../assets/images/bg_fv_07.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .page-header-course .page-header__inner {
    background: url("../assets/images/bg_fv_07-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
.page-header-course .page-header--mrk {
  display: none;
}
.page-header-course-ec {
  background: #E684B3;
}
@media (max-width: 768px) {
  .page-header-course-ec {
    aspect-ratio: 375/300;
  }
}
.page-header-course-ec .page-header__inner {
  max-width: none;
  background: url("../assets/images/bg_fv_09.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .page-header-course-ec .page-header__inner {
    background: url("../assets/images/bg_fv_09-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    aspect-ratio: 375/300;
    height: auto;
  }
}
.page-header-course-ec .page-header--mrk {
  display: none;
}
.page-header-course-am {
  background: #00B2B3;
}
@media (max-width: 768px) {
  .page-header-course-am {
    aspect-ratio: 375/300;
  }
}
.page-header-course-am .page-header__inner {
  max-width: none;
  background: url("../assets/images/bg_fv_08.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .page-header-course-am .page-header__inner {
    background: url("../assets/images/bg_fv_08-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    aspect-ratio: 375/300;
    height: auto;
  }
}
.page-header-course-am .page-header--mrk {
  display: none;
}
.page-header-course-ta {
  background: #5185C5;
}
@media (max-width: 768px) {
  .page-header-course-ta {
    aspect-ratio: 375/300;
  }
}
.page-header-course-ta .page-header__inner {
  max-width: none;
  background: url("../assets/images/bg_fv_10.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .page-header-course-ta .page-header__inner {
    background: url("../assets/images/bg_fv_10-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    aspect-ratio: 375/300;
    height: auto;
  }
}
.page-header-course-ta .page-header--mrk {
  display: none;
}
.page-header-contact {
  background: url("../assets/images/bg_fv_06.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.page-header-contact .page-header__title {
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-header-contact {
    background: url("../assets/images/bg_fv_06-2.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}

.head-line {
  max-width: 1600px;
  width: 100%;
  margin: 180px auto 0;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .head-line {
    margin: 140px auto 24px;
  }
}
@media (max-width: 768px) {
  .head-line {
    display: none;
  }
}
.head-line .breadcrumb {
  display: flex;
  gap: 10px;
}
.head-line .breadcrumb li {
  font-size: 14px;
  line-height: 1;
}
.head-line .breadcrumb a {
  padding-right: 18px;
  position: relative;
  line-height: 1;
  color: #000000;
  transition: all 0.3s;
}
.head-line .breadcrumb a:hover {
  color: #9D9D9D;
}
.head-line .breadcrumb a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url("../assets/images/ico_arrow_01.svg") no-repeat;
  background-size: cover;
}

.p-front-section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-front-section__title h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  border-bottom: 2px solid #4D4397;
  padding: 0.3em 30px;
  margin: 0 auto 10px;
  font-size: clamp(20px, 1.8vw, 28px);
  text-align: center;
  color: #4D4397;
  border-radius: 2px;
  letter-spacing: 0.1em;
}
.p-front-section__title h2::before {
  content: "";
  background-color: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 52%;
  bottom: -2px;
  transform: translateX(-50%);
}
.p-front-section__title h2::after {
  content: "";
  background-color: #4D4397;
  width: 20px;
  height: 2px;
  transform: rotate(139deg) translateY(-50%);
  position: absolute;
  left: 48%;
  bottom: -7px;
  border-radius: 2px;
}

.p-front-fv {
  background: #c0cfe0;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .p-front-fv {
    height: 90vh;
  }
}
.p-front-fv__inner {
  position: relative;
  aspect-ratio: 1600/884;
  overflow: clip;
  max-height: 90vh;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-fv__inner {
    aspect-ratio: unset;
    height: 100%;
  }
}
.p-front-fv__inner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-front-fv__inner > img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}
.p-front-fv__image {
  position: absolute;
  width: 30vw;
  max-width: 560px;
  aspect-ratio: 686/1032;
  left: 10vw;
  bottom: -5vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-fv__image {
    width: 100%;
    height: auto;
    left: -30%;
  }
}
.p-front-fv__title {
  width: 98%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.3;
  mix-blend-mode: lighten;
}
.p-front-fv__title img {
  width: 100%;
}
.p-front-fv__tagline {
  position: absolute;
  right: 15.5vw;
  top: clamp(66%, 36.5vw, 656px);
  transform: translateY(-50%);
  width: clamp(210px, 23vw, 456px);
  aspect-ratio: 456/569;
  z-index: 2;
}
.p-front-fv__tagline img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-front-fv__tagline {
    position: absolute;
    right: auto;
    top: auto;
    transform: translateY(0%);
    width: 60vw;
    max-width: 480px;
    aspect-ratio: unset;
    bottom: 40px;
    left: 30px;
    aspect-ratio: unset;
  }
}
.p-front-fv__mark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-front-fv__mark img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-front-fv__mark {
    right: -1vw;
    top: auto;
    bottom: -3px;
    height: auto;
    width: 100%;
    transform: none;
    z-index: 1;
  }
  .p-front-fv__mark img {
    width: 100%;
  }
}
.p-front-fv__banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-news {
  position: relative;
  margin-top: 125px;
}
@media (max-width: 768px) {
  .p-front-news {
    margin-top: 60px;
  }
}
.p-front-news .news-section__inner {
  margin-block: 32px 24px;
}
.p-front-news .news-section__inner .news-list {
  display: block;
}
.p-front-news .news-section__inner .news-list li {
  display: block;
  padding-block: 0;
  margin: 0;
  filter: none;
  border-top: 1px solid #8678B7;
}
.p-front-news .news-section__inner .news-list li:last-of-type {
  border-bottom: 1px solid #8678B7;
}
.p-front-news .news-section__inner .news-list li a {
  display: block;
  grid-template-columns: none;
}
.p-front-news .news-section__inner a {
  display: block;
  grid-template-columns: none;
  color: #000000;
}
.p-front-news .news-section__inner a.news-list-link {
  display: block;
  max-width: 200px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  background: #4F3C8B;
  border-radius: 30px;
  transition: all 0.3s;
}
.p-front-news .news-section__inner a.news-list-link:hover {
  background: #362669;
}
.p-front-news .news-section__inner a.news-list-link span {
  position: relative;
  padding-right: 16px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-front-news .news-section__inner a.news-list-link span::after {
  content: "";
  width: 9px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
}
.p-front-news .news-section__inner a .news-list--summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  min-height: auto;
}
@media (max-width: 768px) {
  .p-front-news .news-section__inner a .news-list--summary {
    flex-wrap: wrap;
    gap: 6px 25px;
    padding: 14px 10px;
  }
}
.p-front-news .news-section__inner a .news-list--summary p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-front-news .news-section__inner a .news-list--summary p {
    font-size: 14px;
  }
}
.p-front-news .news-section__inner a .news-list--summary p.date {
  margin-block: 0;
}
.p-front-news .news-section__inner a .news-list--summary p.title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  letter-spacing: 0.1em;
}
.p-front-news .news-section__inner a .news-list--summary .category {
  flex: 0 0 200px;
}
@media (max-width: 768px) {
  .p-front-news .news-section__inner a .news-list--summary .category {
    flex: 0 0 auto;
  }
}
.p-front-news .news-section__inner a .news-list--summary .category span {
  padding-inline: 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-front-news .news-section__inner a .news-list--summary .category span {
    font-size: 12px;
  }
}

.p-front-me {
  position: relative;
  margin-top: 94px;
  overflow-x: clip;
}
.p-front-me .front-mark {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 200px;
  height: 20vh;
  width: 40vw;
  max-width: 874px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .p-front-me .front-mark {
    top: 28%;
    max-height: 160px;
  }
}
.p-front-me .front-mark img {
  display: block;
  height: 100%;
  margin-left: auto;
}
.p-front-me__tag {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(80px, 5vw, 130px);
  z-index: -1;
}
.p-front-me__tag img {
  width: 100%;
}
.p-front-me__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px) 0;
}
@media (max-width: 768px) {
  .p-front-me__inner {
    padding-inline: clamp(16px, 6vw, 150px);
  }
}
.p-front-me__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 590px;
}
@media (max-width: 1200px) {
  .p-front-me__content {
    flex-direction: column;
  }
}
.p-front-me__content-summary {
  max-width: 572px;
  width: 100%;
}
.p-front-me__content-summary h3 {
  color: #4F3C8B;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.p-front-me__content-summary p {
  margin-top: 24px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.p-front-me__content-summary p span {
  font-weight: 500;
}
.p-front-me__content-summary a.me-link {
  display: block;
  max-width: 200px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-right: auto;
  background: #4F3C8B;
  border-radius: 30px;
  transition: all 0.3s;
}
.p-front-me__content-summary a.me-link:hover {
  background: #362669;
}
.p-front-me__content-summary a.me-link span {
  position: relative;
  padding-right: 16px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-front-me__content-summary a.me-link span::after {
  content: "";
  width: 9px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
}
.p-front-me__content-images {
  max-width: 874px;
  width: 55vw;
  max-height: 600px;
  display: grid;
  grid-template-columns: repeat(20, 5%);
  grid-template-rows: repeat(16, 6.25%);
}
@media (max-width: 1200px) {
  .p-front-me__content-images {
    order: -1;
    width: 100%;
  }
}
.p-front-me__content-images .me-image {
  width: 24vw;
  max-width: 360px;
  position: relative;
}
@media (max-width: 1200px) {
  .p-front-me__content-images .me-image {
    width: 35vw;
  }
}
@media (max-width: 520px) {
  .p-front-me__content-images .me-image {
    width: 45vw;
  }
}
.p-front-me__content-images .me-image {
  opacity: 0;
  transition: opacity 1s ease;
}
.p-front-me__content-images .me-image.is-visible {
  opacity: 1;
}
.p-front-me__content-images .me-image:nth-of-type(1) {
  transition-delay: 2s;
}
.p-front-me__content-images .me-image:nth-of-type(2) {
  transition-delay: 0.6s;
}
.p-front-me__content-images .me-image:nth-of-type(3) {
  transition-delay: 0.8s;
}
.p-front-me__content-images .me-image:nth-of-type(4) {
  transition-delay: 1.2s;
}
.p-front-me__content-images .me-image:nth-of-type(5) {
  transition-delay: 1.6s;
}
.p-front-me__content-images .me-image img {
  width: 100%;
}
.p-front-me__content-images .me-image:nth-of-type(1) {
  grid-column: 9;
  grid-row: 10;
  max-width: 392px;
}
@media (max-width: 768px) {
  .p-front-me__content-images .me-image:nth-of-type(1) {
    grid-column: 10;
    grid-row: 11;
  }
}
.p-front-me__content-images .me-image:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
  max-width: 294px;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-me__content-images .me-image:nth-of-type(2) {
    grid-column: 1;
    grid-row: 1;
  }
}
.p-front-me__content-images .me-image:nth-of-type(3) {
  grid-column: 3;
  grid-row: 9;
  max-width: 240px;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-me__content-images .me-image:nth-of-type(3) {
    grid-column: 2;
    grid-row: 9;
  }
}
.p-front-me__content-images .me-image:nth-of-type(4) {
  grid-column: 9;
  grid-row: 5;
  max-width: 227px;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-me__content-images .me-image:nth-of-type(4) {
    grid-column: 7;
    grid-row: 6;
  }
}
.p-front-me__content-images .me-image:nth-of-type(5) {
  grid-column: 15;
  grid-row: 2;
  max-width: 263px;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-me__content-images .me-image:nth-of-type(5) {
    grid-column: 12;
    grid-row: 2;
  }
}

.p-front-course {
  position: relative;
  margin-top: 120px;
  overflow-x: clip;
}
.p-front-course .front-mark {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 200px;
  height: 20vh;
  width: 100%;
}
.p-front-course .front-mark img {
  height: 100%;
}
.p-front-course .p-front-section__title {
  margin-bottom: 50px;
}

.p-front-school {
  position: relative;
  overflow-x: clip;
}
.p-front-school .front-mark {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 200px;
  height: 20vh;
  width: 100%;
  z-index: 0;
}
.p-front-school .front-mark img {
  display: block;
  height: 100%;
  margin-left: auto;
}
.p-front-school__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
  padding-top: 100px;
}
@media (max-width: 1100px) {
  .p-front-school__inner {
    padding-inline: clamp(16px, 6vw, 150px);
  }
}
.p-front-school__banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-front-school__banner {
    flex-direction: column;
  }
}
.p-front-school__banner .banner-item {
  width: 48%;
  max-width: 626px;
  max-height: 220px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 110px;
  overflow: clip;
  background: #00AFDD;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .p-front-school__banner .banner-item {
    width: 100%;
  }
}
.p-front-school__banner .banner-item:last-of-type {
  background: #E84388;
}
.p-front-school__banner .banner-item:last-of-type .banner-item-summary p {
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-front-school__banner .banner-item:last-of-type .banner-item-summary p span {
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 600;
}
.p-front-school__banner .banner-item:hover .banner-item-image img {
  transform: scale(1.05);
}
.p-front-school__banner .banner-item-image {
  border-radius: 0 110px 110px 0;
  width: 60%;
  max-width: 354px;
  overflow: clip;
}
@media (max-width: 900px) {
  .p-front-school__banner .banner-item-image {
    width: 50%;
  }
}
.p-front-school__banner .banner-item-image img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.p-front-school__banner .banner-item-summary {
  width: calc(40% - 16px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 34px;
}
@media (max-width: 900px) {
  .p-front-school__banner .banner-item-summary {
    width: calc(50% - 16px);
  }
}
.p-front-school__banner .banner-item-summary::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_01-2.svg") no-repeat;
  width: 13px;
  height: 24px;
}
.p-front-school__banner .banner-item-summary > span {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 520px) {
  .p-front-school__banner .banner-item-summary > span {
    font-size: 14px;
  }
}
.p-front-school__banner .banner-item-summary p {
  color: #ffffff;
  text-align: center;
  font-size: clamp(12px, 1.3vw, 21px);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-front-school__info {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 9vw, 145px);
}
.p-front-school__info-item {
  max-width: 1600px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 768px) {
  .p-front-school__info-item {
    flex-direction: column;
    gap: 24px;
  }
}
.p-front-school__info-item:nth-of-type(1) {
  justify-content: flex-end;
  margin-left: auto;
  padding-inline: clamp(80px, 6vw, 150px) 0;
}
@media (max-width: 768px) {
  .p-front-school__info-item:nth-of-type(1) {
    flex-direction: column;
    gap: 40px;
    padding-inline: clamp(16px, 6vw, 80px) 0;
  }
  .p-front-school__info-item:nth-of-type(1) .p-front-school__info-image {
    order: -1;
  }
  .p-front-school__info-item:nth-of-type(1) .p-front-school__info-summary {
    padding-inline: 0 clamp(16px, 6vw, 80px);
  }
}
.p-front-school__info-item:nth-of-type(2) {
  justify-content: flex-start;
  margin-right: auto;
  padding-inline: 0 clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-front-school__info-item:nth-of-type(2) {
    flex-direction: column;
    gap: 40px;
    padding-inline: 0 clamp(16px, 6vw, 80px);
  }
  .p-front-school__info-item:nth-of-type(2) .p-front-school__info-summary {
    padding-inline: clamp(16px, 6vw, 80px) 0;
  }
}
.p-front-school__info-image {
  max-width: 720px;
  width: 100%;
  max-height: 380px;
}
.p-front-school__info-image img {
  width: 100%;
}
.p-front-school__info-summary {
  max-width: 600px;
  width: 100%;
}
.p-front-school__info-summary .p-front-section__title {
  margin: 0 auto 28px 0;
}
@media (max-width: 768px) {
  .p-front-school__info-summary .p-front-section__title {
    margin: 0 auto 22px 0;
  }
}
.p-front-school__info-summary .p-front-section__title h2::after {
  left: 47%;
}
.p-front-school__info-summary p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-front-school__info-summary .school-link-box {
  display: flex;
  flex-wrap: wrap;
}
.p-front-school__info-summary a.school-link {
  display: block;
  max-width: 220px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-right: auto;
  background: #4F3C8B;
  border-radius: 30px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .p-front-school__info-summary a.school-link {
    margin-top: 16px;
  }
}
.p-front-school__info-summary a.school-link:hover {
  background: #362669;
}
.p-front-school__info-summary a.school-link span {
  position: relative;
  padding-right: 16px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-front-school__info-summary a.school-link span::after {
  content: "";
  width: 9px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
}
.p-front-school__info-summary a.message-link {
  display: block;
  max-width: 340px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-right: auto;
  background: #00AFDD;
  border-radius: 30px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .p-front-school__info-summary a.message-link {
    margin-top: 16px;
  }
}
.p-front-school__info-summary a.message-link:hover {
  background: #1A99BA;
}
.p-front-school__info-summary a.message-link span {
  position: relative;
  padding-right: 16px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-front-school__info-summary a.message-link span::after {
  content: "";
  width: 9px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
}

.p-front-info {
  position: relative;
  margin-top: 108px;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .p-front-info {
    margin-top: 160px;
  }
}
@media (max-width: 480px) {
  .p-front-info {
    margin-top: 100px;
  }
}
.p-front-info .front-mark {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 200px;
  height: 20vh;
  width: 100%;
  z-index: 0;
}
.p-front-info .front-mark img {
  height: 100%;
}
.p-front-info__inner {
  padding-top: 60px;
  position: relative;
}
.p-front-info__fv {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .p-front-info__fv {
    position: relative;
    padding-inline: clamp(16px, 4vw, 80px);
    padding-bottom: 100px;
  }
}
.p-front-info__fv-image {
  width: 20%;
}
@media (max-width: 768px) {
  .p-front-info__fv-image {
    width: 40%;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-front-info__fv-image:nth-of-type(1) {
    left: -5%;
  }
}
@media (max-width: 768px) {
  .p-front-info__fv-image:nth-of-type(2) {
    left: 12%;
  }
}
@media (max-width: 768px) {
  .p-front-info__fv-image:nth-of-type(3) {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-front-info__fv-image:nth-of-type(4) {
    right: 11%;
  }
}
@media (max-width: 768px) {
  .p-front-info__fv-image:nth-of-type(5) {
    right: -8%;
  }
}
.p-front-info__fv-image img {
  width: 100%;
}
.p-front-info__content {
  position: relative;
  background: url("../assets/images/mrk_info_02.svg"), url("../assets/images/mrk_info_03.svg");
  background-color: #E8E7F9;
  background-repeat: no-repeat;
  background-position: top left, right bottom;
  background-blend-mode: multiply;
  padding-block: 62px 44px;
}
.p-front-info__content::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 50vw;
  min-width: 300px;
  height: 115px;
  background: url(../assets/images/mrk_info_01.svg) no-repeat;
  background-size: contain;
  background-position-y: bottom;
}
@media (max-width: 768px) {
  .p-front-info__content::before {
    top: -114px;
  }
}
.p-front-info__content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -16%;
  transform: translateX(-50%);
  max-width: 440px;
  width: 40vw;
  min-width: 250px;
  height: 115px;
  background: url("../assets/images/mrk_info_04.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .p-front-info__content::after {
    height: 68px;
    top: -48px;
  }
}
.p-front-info__content-inner {
  max-width: 1600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-front-info__content-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 24px;
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
@media (max-width: 520px) {
  .p-front-info__content-inner {
    gap: 36px 10px;
  }
}
.p-front-info__content-item {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 520px) {
  .p-front-info__content-item {
    max-width: 160px;
    width: 48%;
  }
}
.p-front-info__content-item-image img {
  width: 100%;
}
.p-front-info__content-item-summary {
  margin-top: 21px;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 520px) {
  .p-front-info__content-item-summary {
    font-size: 12px;
  }
}

.p-other-group {
  overflow-x: clip;
}
.p-other-group__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-other-group__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-other-group__inner h3 {
  color: #4D4397;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-top: 52px;
}
.p-other-group__inner .group-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 1080px) {
  .p-other-group__inner .group-content {
    flex-wrap: wrap;
  }
}
.p-other-group__inner .group-content__item {
  width: calc(25% - 8px);
  max-width: 312px;
  height: 103px;
  position: relative;
  padding: 10px 24px;
  border: 1px solid #707070;
  z-index: 1;
}
@media (max-width: 1080px) {
  .p-other-group__inner .group-content__item {
    width: calc(50% - 8px);
    min-width: 300px;
  }
}
.p-other-group__inner .group-content__item:nth-of-type(1) {
  background: url("../assets/images/bg_other_01.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
}
.p-other-group__inner .group-content__item:nth-of-type(2) {
  background: url("../assets/images/bg_other_02.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
}
.p-other-group__inner .group-content__item:nth-of-type(3) {
  background: url("../assets/images/bg_other_03.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
}
.p-other-group__inner .group-content__item:nth-of-type(4) {
  background: url("../assets/images/bg_other_04.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
}
.p-other-group__inner .group-content__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.3s;
}
.p-other-group__inner .group-content__item:hover::after {
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 52%, rgba(255, 255, 255, 0) 100%);
}
.p-other-group__inner .group-content__item p {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  z-index: 1;
}
.p-other-group__inner .group-content__item p span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

.news-section .news-filter {
  max-width: 1600px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
.news-section .news-filter.pc-none {
  display: none;
}
@media (max-width: 1180px) {
  .news-section .news-filter.pc-none {
    display: block;
  }
}
.news-section .news-filter.tab-none {
  display: flex;
}
@media (max-width: 1180px) {
  .news-section .news-filter.tab-none {
    display: none;
  }
}
.news-section .news-filter__select {
  max-width: 80vw;
  width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
}
@media (max-width: 768px) {
  .news-section .news-filter {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.news-section .news-filter button {
  width: 230px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #707070;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s;
}
.news-section .news-filter button.is-active {
  background-color: #4F3C8B;
  color: #ffffff;
}
.news-section .news-filter button:hover {
  background-color: #E8E7F9;
  color: #4F3C8B;
}
.news-section__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .news-section__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.news-section__inner .news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 0px 46px;
}
.news-section__inner .news-list li {
  display: grid;
  margin-top: 88px;
  filter: drop-shadow(0px 0px 6px rgba(145, 145, 145, 0.2));
}
.news-section__inner .news-list li a {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  width: 100%;
  transition: all 0.3s;
}
.news-section__inner .news-list li a:hover .news-list--image img {
  transform: scale(1.05);
}
.news-section__inner .news-list li a:hover .news-list--summary .category span {
  color: #000000;
}
.news-section__inner .news-list--image {
  overflow: clip;
  width: 100%;
  height: 190px;
  background: #ffffff;
}
.news-section__inner .news-list--image img {
  width: 100%;
  transition: all 0.3s;
  transform: scale(1);
}
.news-section__inner .news-list--summary {
  display: grid;
  grid-row: span 3;
  min-height: 188px;
  padding: 26px;
  background-color: #ffffff;
}
.news-section__inner .news-list--summary .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-section__inner .news-list--summary .category span {
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  background: #E9E7F8;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  line-height: 1;
}
@media (max-width: 768px) {
  .news-section__inner .news-list--summary .category span {
    height: 28px;
  }
}
.news-section__inner .news-list--summary .category span.cat-culture {
  background: #FFD0E3;
}
.news-section__inner .news-list--summary .category span.cat-sports {
  background: #AEE9F8;
}
.news-section__inner .news-list--summary .category span.cat-course-topics {
  background: #FFD9D6;
}
.news-section__inner .news-list--summary .category span.cat-open-school {
  background: #FF9D00;
}
.news-section__inner .news-list--summary p.date {
  margin-block: 18px 10px;
  letter-spacing: 0.1em;
}
.news-section__inner .news-list--summary p.title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.1em;
}
.news-section__inner .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;
}
.news-section__inner .page-numbers li a,
.news-section__inner .page-numbers li > span {
  width: 42px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #E6E6E6;
  color: #707070;
  transition: all 0.3s;
}
.news-section__inner .page-numbers li a:hover,
.news-section__inner .page-numbers li > span:hover {
  opacity: 0.7;
}
.news-section__inner .page-numbers li a.current,
.news-section__inner .page-numbers li > span.current {
  background: #E9E7F8;
  color: #000000;
}
.news-section__inner .page-numbers li a.prev, .news-section__inner .page-numbers li a.next,
.news-section__inner .page-numbers li > span.prev,
.news-section__inner .page-numbers li > span.next {
  margin-inline: 5px;
  background: #ffffff;
  border: 1px solid #B7B7B7;
}

.p-single-post__inner {
  max-width: 1250px;
  width: 100%;
  margin: 38px auto 28px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-single-post__inner {
    margin: 110px auto 28px;
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-single-post__inner .news-btn {
  max-width: 236px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E9E7F8;
  border-radius: 30px;
  margin-top: 16px;
  padding: 16px 20px;
  transition: background 0.3s;
}
.p-single-post__inner .news-btn:hover {
  background: #4D4397;
}
.p-single-post__inner .news-btn:hover span {
  color: #ffffff;
}
.p-single-post__inner .news-btn:hover span::after {
  content: "";
  position: absolute;
  background: url("../assets/images/ico_arrow_02-2.svg") no-repeat;
  background-size: cover;
}
.p-single-post__inner .news-btn span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #4F3C8B;
  letter-spacing: 0.08em;
}
.p-single-post__inner .news-btn span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  background: url("../assets/images/ico_arrow_02.svg") no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-single-post__content-intro {
  margin-bottom: 30px;
}
.p-single-post__content-intro .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-single-post__content-intro .category span {
  width: -moz-fit-content;
  width: fit-content;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 24px;
  background: #E9E7F8;
  border-radius: 4px;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-single-post__content-intro .category span.cat-culture {
  background: #FFD0E3;
}
.p-single-post__content-intro .category span.cat-sports {
  background: #AEE9F8;
}
.p-single-post__content-intro .category span.cat-course-topics {
  background: #FFD9D6;
}
.p-single-post__content-intro .category span.cat-open-school {
  background: #FF9D00;
}
.p-single-post__content-intro span.days {
  display: block;
  margin-top: 16px;
}
.p-single-post__content-intro h3 {
  font-size: 25px;
  font-weight: 400;
}
.p-single-post__content > p {
  margin-bottom: 24px;
}
.p-single-post__content > p strong {
  font-size: 20px;
  margin-bottom: 12px;
}
.p-single-post__content > ul {
  margin-bottom: 24px;
}
.p-single-post__content > ul li {
  list-style: inside;
}
.p-single-post__content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 12px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .p-single-post__content .wp-block-gallery {
    justify-content: center;
    gap: 16px;
  }
}
.p-single-post__content .wp-block-gallery .wp-block-image {
  max-width: 360px;
  width: 32%;
  display: flex;
  align-items: center;
}
.p-single-post__content .wp-block-gallery .wp-block-image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .p-single-post__content .wp-block-gallery .wp-block-image {
    width: 48%;
  }
}

.p-about-content__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 36px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-about-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-about-content__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-about-content__links {
    justify-content: center;
  }
}
.p-about-content__links a.p-about-content__link {
  max-width: 314px;
  width: 26vw;
  max-height: 68px;
  height: auto;
  padding: 22px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #E6E6E6;
  transition: all 0.3s;
}
@media (max-width: 1400px) {
  .p-about-content__links a.p-about-content__link {
    width: 20vw;
    max-height: 52px;
    height: auto;
    padding: 18px 10px;
  }
}
@media (max-width: 1200px) {
  .p-about-content__links a.p-about-content__link {
    width: 23vw;
    max-height: 52px;
    height: auto;
    padding: 18px 10px;
  }
}
@media (max-width: 768px) {
  .p-about-content__links a.p-about-content__link {
    width: 44vw;
    max-height: 52px;
    height: auto;
    padding: 18px 10px;
  }
}
@media (max-width: 768px) {
  .p-about-content__links a.p-about-content__link:last-of-type {
    padding: 14px 6px;
  }
}
.p-about-content__links a.p-about-content__link:last-of-type span {
  font-size: clamp(11px, 1.3vw, 18px);
}
.p-about-content__links a.p-about-content__link span {
  position: relative;
  padding-right: 16px;
  color: #707070;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.p-about-content__links a.p-about-content__link span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_05.svg") no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.p-about-content__links a.p-about-content__link.is-active {
  background: #E8E7F9;
}
.p-about-content__links a.p-about-content__link.is-active span {
  color: #4F3C8B;
}
.p-about-content__links a.p-about-content__link.is-active span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../assets/images/ico_arrow_05-2.svg") no-repeat;
  background-size: cover;
}
.p-about-content__links a.p-about-content__link:hover {
  background: #E8E7F9;
}
.p-about-content__links a.p-about-content__link:hover span {
  color: #4F3C8B;
}
.p-about-content__links a.p-about-content__link:hover span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../assets/images/ico_arrow_05-2.svg") no-repeat;
  background-size: cover;
}
.p-about--character {
  background: url("../assets/images/bg_character_01.png") repeat-y;
  background-size: cover;
  padding-block: 80px 140px;
}
.p-about--character .head-line {
  margin: 0 auto 130px;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .p-about--character .head-line {
    margin: 0 auto 24px;
    padding-top: 40px;
  }
}
.p-about--character .character__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(24px, 8vw, 70px);
  padding-block: 134px 104px;
  background: url("../assets/images/bg_koko_02.svg"), url("../assets/images/bg_koko_03.svg");
  background-size: 220px 247px, 262px 290px;
  background-repeat: no-repeat;
  background-position: left bottom, right top;
}
@media (max-width: 1200px) {
  .p-about--character .character__content {
    flex-direction: column;
    align-items: center;
    padding-block: 40px 170px;
    background-size: 185px 200px, 220px 235px;
    background-repeat: no-repeat;
    background-position: left bottom, right 30%;
  }
}
@media (max-width: 580px) {
  .p-about--character .character__content {
    background: url("../assets/images/bg_koko_02.svg");
    background-size: 185px 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
.p-about--character .character__content .gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about--character .character__content .gallery-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  gap: 8px;
}
.p-about--character .character__content .gallery-list-item {
  width: 110px;
  height: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: clip;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-about--character .character__content .gallery-list-item {
    width: 90px;
    height: 90px;
  }
}
.p-about--character .character__content .gallery-list-item .js-image {
  background: #ffffff;
  border: none;
  cursor: pointer;
  position: relative;
}
.p-about--character .character__content .gallery-list-item .js-image img {
  width: 125%;
  position: relative;
  left: -15%;
}
.p-about--character .character__content .gallery--toto .character__content-image {
  max-width: 367px;
  width: 20vw;
  min-width: 280px;
  height: auto;
  background: url("../assets/images/bg_toto.svg") no-repeat;
  background-position: center;
  background-size: 98% 98%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .p-about--character .character__content .gallery--toto .character__content-image {
    width: 80%;
  }
}
.p-about--character .character__content-image {
  max-width: 367px;
  width: 20vw;
  min-width: 280px;
  height: auto;
  background: url("../assets/images/bg_koko.svg") no-repeat;
  background-position: center;
  background-size: 98% 98%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .p-about--character .character__content-image {
    width: 80%;
  }
}
.p-about--character .character__content-image img {
  max-width: 330px;
  width: 90%;
  max-height: 360px;
  -o-object-position: center;
     object-position: center;
}
.p-about--character .character__content-summary {
  max-width: 780px;
  width: 100%;
  position: relative;
  padding: 70px 42px 94px 75px;
  background: url("../assets/images/bg_koko_01.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .p-about--character .character__content-summary {
    padding: 80px 32px;
    background: url("../assets/images/bg_koko_01-2.png") no-repeat;
    background-size: 100% 100%;
  }
}
.p-about--character .character__content-summary::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -14%;
  width: 250px;
  aspect-ratio: 125/124;
  background: url("../assets/images/img_koko_02.png") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-about--character .character__content-summary::after {
    right: -10px;
    bottom: -20%;
    width: 200px;
  }
}
.p-about--character .character__content-summary h3 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(24px, 4vw, 36px);
  color: #E84388;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-about--character .character__content-summary h3::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 200px;
  left: 0;
  bottom: 20px;
  background: url("../assets/images/coco.gif") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-about--character .character__content-summary h3::before {
    width: 120px;
    height: 140px;
    left: -30px;
    bottom: 40px;
  }
}
.p-about--character .character__content-summary h3 span {
  display: block;
  font-size: clamp(20px, 4vw, 26px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.p-about--character .character__content-summary p {
  margin-bottom: 22px;
  font-size: clamp(14px, 3vw, 16px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-about--character .character__content-summary p.character__content-summary-list {
  margin-top: 15px;
  margin-bottom: 0;
}
.p-about--character .character__content-summary p span {
  margin-right: 16px;
  padding: 2px 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  border-radius: 15px;
  background: #E84388;
}
@media (max-width: 768px) {
  .p-about--character .character__content-summary p span {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
.p-about--character .character__content--toto {
  padding-block: 104px 136px;
  background: url("../assets/images/bg_toto_02.svg"), url("../assets/images/bg_toto_03.svg");
  background-size: 220px 247px, 262px 290px;
  background-repeat: no-repeat;
  background-position: left bottom, right top;
}
@media (max-width: 1200px) {
  .p-about--character .character__content--toto {
    flex-direction: column;
    align-items: center;
    padding-block: 0px 170px;
    background-size: 185px 200px, 220px 235px;
    background-repeat: no-repeat;
    background-position: left bottom, right 30%;
  }
}
@media (max-width: 580px) {
  .p-about--character .character__content--toto {
    background: url("../assets/images/bg_toto_02.svg");
    background-size: 185px 200px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}
.p-about--character .character__content--toto .character__content-summary {
  background: url("../assets/images/bg_toto_01.png") no-repeat;
  background-size: 100% 100%;
  padding: 90px 42px 120px 75px;
}
@media (max-width: 768px) {
  .p-about--character .character__content--toto .character__content-summary {
    background: url("../assets/images/bg_toto_01-2.png") no-repeat;
    background-size: 100% 100%;
    padding: 62px 30px 105px 25px;
  }
}
.p-about--character .character__content--toto .character__content-summary::after {
  content: "";
  position: absolute;
  bottom: -12%;
  background: url("../assets/images/img_toto_02.png") no-repeat;
  background-size: cover;
}
.p-about--character .character__content--toto .character__content-summary h3 {
  color: #00AFDD;
}
.p-about--character .character__content--toto .character__content-summary h3::before {
  content: "";
  position: absolute;
  background: url("../assets/images/toto.gif") no-repeat;
  background-size: cover;
}
.p-about--character .character__content--toto .character__content-summary p span {
  background: #00AFDD;
}

.p-about-content__profile {
  max-width: 1200px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 130px auto 0;
  padding-inline: 6vw;
}
@media (max-width: 768px) {
  .p-about-content__profile {
    flex-direction: column;
    margin: 60px auto 0;
    padding-inline: 0;
  }
}
.p-about-content__profile-summary h2 {
  font-family: serif;
  color: #4D4397;
  letter-spacing: 0.1em;
  font-size: 36px;
}
@media (max-width: 768px) {
  .p-about-content__profile-summary h2 {
    font-size: 24px;
  }
}
.p-about-content__profile-summary p {
  margin-top: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-about-content__profile-summary h4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 42px;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 300;
}
.p-about-content__profile-summary h4 span {
  font-size: clamp(16px, 1.2vw, 20px);
}
.p-about-content__profile-image {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-about-content__profile-image {
    max-width: 240px;
  }
}
.p-about-content__profile-image img {
  width: 100%;
}

.p-about-content__philosophy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 130px auto 0;
  padding-inline: 6vw;
}
@media (max-width: 768px) {
  .p-about-content__philosophy {
    flex-direction: column;
    margin: 60px auto 0;
    padding-inline: 0;
  }
}
.p-about-content__philosophy h2 {
  font-family: serif;
  color: #4D4397;
  letter-spacing: 0.1em;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-content__philosophy h2 {
    font-size: 24px;
  }
}
.p-about-content__philosophy .philosophy-content {
  max-width: 740px;
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-about-content__philosophy .philosophy-content h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: serif;
  color: #4D4397;
  letter-spacing: 0.1em;
  font-size: 28px;
  text-align: center;
}
.p-about-content__philosophy .philosophy-content h3 > span {
  max-width: 270px;
  width: 20vw;
  height: 1px;
  background: #333333;
}
.p-about-content__philosophy .philosophy-content p {
  margin-block: 48px;
  line-height: 2.5;
  font-size: clamp(14px, 1.5vw, 20px);
  text-align: center;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .p-about-content__philosophy .philosophy-content p {
    margin-block: 20px 32px;
    letter-spacing: 0.1em;
  }
}
.p-about-content__philosophy .philosophy-content-image {
  max-width: 640px;
  width: 100%;
}
.p-about-content__philosophy .philosophy-content-image img {
  width: 100%;
}

.p-about-content__history {
  padding-inline: 6vw;
  margin-top: 130px;
}
@media (max-width: 768px) {
  .p-about-content__history {
    margin: 60px auto 0;
    padding-inline: 0;
  }
}
.p-about-content__history h3 {
  margin-bottom: 32px;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #4F3C8B;
}
@media (max-width: 540px) {
  .p-about-content__history h3 {
    font-size: 18px;
  }
}
.p-about-content__history dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 10px 16px;
}
@media (max-width: 768px) {
  .p-about-content__history dl {
    flex-direction: column;
    gap: 0;
    padding: 8px 12px;
  }
}
.p-about-content__history dl:nth-of-type(odd) {
  background: #E9E7F8;
}
.p-about-content__history dl dt {
  flex: 0 0 auto;
  font-size: 18px;
  padding: 12px 8px;
}
.p-about-content__history dl dd {
  font-size: 14px;
  padding: 12px 8px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-about-content__history dl dd span {
  color: #4F3C8B;
}

.p-about-content__mexme .mexme-image {
  max-width: 583px;
  width: 100%;
  margin: 130px auto 70px;
}
@media (max-width: 768px) {
  .p-about-content__mexme .mexme-image {
    width: 90%;
    margin: 80px auto 40px;
  }
}
.p-about-content__mexme .mexme-image img {
  width: 100%;
}
.p-about-content__mexme .mexme-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-about-content__mexme .mexme-title {
    gap: 4px;
  }
}
.p-about-content__mexme .mexme-title h3 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 500;
  color: #E84388;
}
.p-about-content__mexme .mexme-title span {
  max-width: 136px;
  width: 10vw;
}
@media (max-width: 768px) {
  .p-about-content__mexme .mexme-title span {
    width: 8vw;
  }
}
.p-about-content__mexme .mexme-title span img {
  width: 100%;
}
.p-about-content__mexme .mexme-mrk {
  max-width: 136px;
  width: 100%;
  margin: 30px auto;
}
.p-about-content__mexme .mexme-mrk img {
  width: 100%;
}
.p-about-content__mexme-stare {
  background: #E84388;
  padding: clamp(20px, 7vw, 105px) clamp(20px, 5vw, 105px) 100px;
}
.p-about-content__mexme-stare .stare-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare .stare-intro {
    flex-direction: column;
  }
}
.p-about-content__mexme-stare .stare-intro__summary {
  max-width: 595px;
  width: 100%;
}
.p-about-content__mexme-stare .stare-intro__summary h2 {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 36px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.p-about-content__mexme-stare .stare-intro__summary p {
  margin-top: 26px;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
.p-about-content__mexme-stare .stare-intro__image {
  max-width: 252px;
  width: 35%;
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare .stare-intro__image {
    order: -1;
  }
}
.p-about-content__mexme-stare .stare-intro__image img {
  width: 100%;
}
.p-about-content__mexme-stare .mexme-stare__content {
  margin-top: 78px;
  padding: 60px clamp(12px, 4vw, 48px);
  background: #ffffff;
  border-radius: 16px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare .mexme-stare__content {
    margin-top: 36px;
    padding: 30px clamp(12px, 4vw, 48px);
  }
}
.p-about-content__mexme-stare .mexme-stare__content-image {
  max-width: 660px;
  width: 100%;
  margin: 50px auto 65px;
}
.p-about-content__mexme-stare .mexme-stare__content-image img {
  width: 100%;
}
.p-about-content__mexme-stare .mexme-stare__content-container {
  display: flex;
  justify-content: space-evenly;
  gap: 16px;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content-container {
    flex-direction: column;
    justify-content: center;
    gap: 46px;
  }
}
.p-about-content__mexme-stare .mexme-stare__content-container > span {
  width: 1px;
  height: 55vh;
  max-height: 535px;
  background: #707070;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content-container > span {
    width: 100%;
    height: 1px;
    max-height: none;
  }
}
.p-about-content__mexme-stare .mexme-stare__content-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 448px;
  width: 100%;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content-item {
    max-width: 100%;
  }
}
.p-about-content__mexme-stare .mexme-stare__content-item h3 {
  font-size: 28px;
  color: #E84388;
  text-align: center;
}
.p-about-content__mexme-stare .mexme-stare__content-item p {
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  .p-about-content__mexme-stare .mexme-stare__content-item p {
    margin-top: 0;
  }
}
.p-about-content__mexme-stare .mexme-stare__content-item-image {
  margin-top: 34px;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content-item-image {
    max-width: 500px;
    margin: 24px auto 0;
  }
}
.p-about-content__mexme-stare .mexme-stare__content-item-image img {
  width: 100%;
}
.p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-container {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
@media (max-width: 600px) {
  .p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-container {
    margin-top: 20px;
  }
}
.p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item {
    max-width: 100%;
  }
}
.p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item--cocoro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 48px);
}
.p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item:last-of-type .mexme-stare__content-item-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item:last-of-type .mexme-stare__content-item-image {
    justify-content: flex-end;
    gap: 12px;
    margin-inline: auto 0;
  }
}
.p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item:last-of-type .mexme-stare__content-item-image img {
  max-width: 130px;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare .mexme-stare__content--cocoro .mexme-stare__content-item:last-of-type .mexme-stare__content-item-image img {
    max-width: 150px;
    width: 100%;
  }
}
.p-about-content__mexme-stare--grow {
  background: #00AFDD;
  padding-block: clamp(20px, 7vw, 105px) 100px;
  padding-inline: 0;
}
.p-about-content__mexme-stare--grow .mexme-title {
  padding-inline: clamp(12px, 4vw, 48px);
}
.p-about-content__mexme-stare--grow .mexme-title h3 {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 400;
  color: #00AFDD;
}
@media (max-width: 1180px) {
  .p-about-content__mexme-stare--grow .mexme-title h3 {
    text-align: center;
  }
}
.p-about-content__mexme-stare--grow .mexme-title span {
  max-width: 136px;
  width: 10vw;
}
.p-about-content__mexme-stare--grow .stare-intro {
  padding-inline: clamp(20px, 7vw, 105px);
}
.p-about-content__mexme-stare--grow .stare-intro__image--container {
  display: grid;
  grid-template-columns: repeat(14, 7.1428571429%);
  grid-template-rows: repeat(3, 200px);
  width: 110%;
  position: relative;
  left: -5%;
  margin-top: 46px;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container {
    grid-template-rows: repeat(3, 150px);
  }
}
@media (max-width: 640px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container {
    grid-template-rows: repeat(2, 200px);
  }
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item {
  width: 24vw;
  max-width: 360px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item {
    width: 30vw;
  }
}
@media (max-width: 640px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item {
    width: 38vw;
  }
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item img {
  width: 100%;
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(1) {
  grid-column: 3;
  grid-row: 1;
  max-width: 380px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(1) {
    grid-column: 1;
  }
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(2) {
  grid-column: 7;
  grid-row: 1;
}
@media (max-width: 640px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(2) {
    grid-column: 5;
  }
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(3) {
  grid-column: 5;
  grid-row: 2;
  max-width: 380px;
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(4) {
  grid-column: 11;
  grid-row: 1;
  max-width: 380px;
}
@media (max-width: 640px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(4) {
    grid-column: 10;
  }
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(5) {
  grid-column: 1;
  grid-row: 2;
  max-width: 420px;
  z-index: 10;
}
@media (max-width: 640px) {
  .p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(5) {
    width: 40vw;
  }
}
.p-about-content__mexme-stare--grow .stare-intro__image--container .stare-intro__image-item:nth-of-type(6) {
  grid-column: 9;
  grid-row: 2;
  max-width: 380px;
}
.p-about-content__mexme-stare--grow .mexme-stare__content {
  margin-inline: clamp(20px, 7vw, 105px);
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content {
    margin-inline: clamp(20px, 4vw, 105px);
    padding: 60px 0 120px;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image {
  max-width: 860px;
  margin: 65px auto;
  padding-inline: clamp(12px, 4vw, 48px);
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image {
    margin: 65px auto 30px;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image h3 {
  font-size: clamp(20px, 2.5vw, 36px);
  text-align: center;
  color: #00AFDD;
  font-weight: 400;
  position: relative;
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image h3::after {
  content: "";
  position: absolute;
  top: clamp(-28px, -2.5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
  width: 77px;
  height: 50px;
  background: url("../assets/images/img_grow_10.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image h3::after {
    width: 50px;
    height: 32px;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image h3 span {
  color: #00AFDD;
  font-size: clamp(26px, 4vw, 50px);
  font-weight: 400;
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text {
    position: relative;
    padding: 40px 0 0 20px;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text > img {
  max-width: 146px;
  width: 100%;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text > img {
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image .impressed-text > img {
    max-width: 100px;
    position: absolute;
    left: -20px;
    top: -30px;
    transform: rotate(20deg);
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image--item {
  position: relative;
  border: 14px solid #ffffff;
  filter: drop-shadow(0 0 6px rgba(145, 145, 145, 0.2));
}
.p-about-content__mexme-stare--grow .mexme-stare__content-image--item .float-icon {
  position: absolute;
  top: -140px;
  left: -100px;
  width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content-image--item .float-icon {
    width: 160px;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed {
  display: grid;
  grid-template-columns: repeat(20, 5%);
  grid-template-rows: repeat(16, 6.25%);
  max-height: 900px;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item {
  position: relative;
  width: 45vw;
  margin: 0;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item img {
  width: 100%;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item.impressed-text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item.impressed-text > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item.impressed-text > img {
  max-width: 114px;
  width: 100%;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item.mexme-stare__content-image {
  padding: 0;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item.mexme-stare__content-image h3::after {
  content: "";
  display: none;
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
  max-width: 630px;
  z-index: 1;
  transform: rotate(-5deg) translateX(-40px);
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(1) {
    width: 60vw;
  }
}
@media (max-width: 500px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(1) {
    width: 70vw;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(2) {
  grid-column: 14;
  grid-row: 1;
  max-width: 267px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(2) {
    grid-column: 13;
    max-width: 200px;
  }
}
@media (max-width: 500px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(2) {
    grid-row: 3;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) {
  grid-column: 2;
  grid-row: 10;
  max-width: 425px;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 9;
  }
}
@media (max-width: 1180px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) {
    grid-column: 2;
    grid-row: 8;
  }
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) {
    grid-row: 7;
    max-width: 800px;
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) {
    grid-row: 6;
    position: relative;
    width: 75vw;
    padding: 40px 0 0 20px;
    display: block;
  }
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) img {
    max-width: 100px;
    position: absolute;
    left: -20px;
    top: -30px;
    transform: rotate(20deg);
  }
}
@media (max-width: 440px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(3) {
    grid-row: 5;
    padding: 40px 0 0 5px;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(4) {
  grid-column: 10;
  grid-row: 6;
  max-width: 630px;
  z-index: 0;
  transform: rotate(5deg) translateX(40px);
}
@media (max-width: 1300px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(4) {
    grid-row: 8;
  }
}
@media (max-width: 1180px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(4) {
    grid-row: 9;
  }
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(4) {
    grid-column: 6;
    width: 60vw;
  }
}
@media (max-width: 500px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(4) {
    grid-column: 4;
    width: 70vw;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(5) {
  grid-column: 6;
  grid-row: 11;
  max-width: 300px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(5) {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(5) {
    grid-column: 2;
  }
}
@media (max-width: 630px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(5) {
    grid-column: 1;
    grid-row: 10;
  }
}
@media (max-width: 500px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(5) {
    position: relative;
    left: -10vw;
  }
}
.p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(6) {
  grid-column: 11;
  grid-row: 15;
  max-width: 465px;
  z-index: 1;
  gap: 10px;
}
@media (max-width: 1000px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(6) {
    max-width: 800px;
    width: 60vw;
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(6) {
    position: relative;
    width: 75vw;
    padding: 40px 0 0 20px;
    display: block;
  }
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(6) img {
    max-width: 100px;
    position: absolute;
    left: -20px;
    top: -30px;
    transform: rotate(20deg);
  }
}
@media (max-width: 630px) {
  .p-about-content__mexme-stare--grow .mexme-stare__content--impressed-item:nth-of-type(6) {
    grid-row: 14;
  }
}

.p-course {
  margin-top: 168px;
}
@media (max-width: 1080px) {
  .p-course {
    margin-top: 80px;
  }
}
.p-course-content__inner {
  max-width: 1044px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: 0 auto;
}
.p-course__content {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-course__content {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-course__content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (max-width: 1080px) {
  .p-course__content-item {
    flex-direction: column;
    gap: 20px;
  }
}
.p-course__content-item-summary {
  max-width: 516px;
  width: 100%;
}
.p-course__content-item-summary h3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 26px;
  color: #EC6D65;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  .p-course__content-item-summary h3 {
    gap: 16px;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .p-course__content-item-summary h3 {
    gap: 16px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-course__content-item-summary h3 span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", sans-serif;
  color: #E55552;
  font-size: 82px;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 1080px) {
  .p-course__content-item-summary h3 span {
    font-size: 50px;
  }
}
.p-course__content-item-summary h3 span > span {
  font-size: 22px;
  margin-left: 8px;
  letter-spacing: 0.16em;
}
@media (max-width: 1080px) {
  .p-course__content-item-summary h3 span > span {
    font-size: 16px;
    margin-left: 4px;
  }
}
.p-course__content-item-summary p {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1080px) {
  .p-course__content-item-summary p {
    margin-top: 12px;
  }
}
.p-course__content-item-image {
  max-width: 486px;
  width: 40vw;
}
@media (max-width: 1080px) {
  .p-course__content-item-image {
    width: 100%;
  }
}
.p-course__content-item-image img {
  width: 100%;
}
.p-course--flow {
  margin-top: 130px;
}
.p-course--flow .p-course__content .p-course-content__inner {
  gap: 0;
}
.p-course--flow .p-course__content .p-course-content__inner h3 {
  text-align: center;
  color: #EC6D65;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .p-course--flow .p-course__content .p-course-content__inner h3 {
    font-size: 28px;
  }
}
.p-course--flow .p-course__content-flow {
  margin-top: 16px;
}
.p-course--flow .p-course__content-flow--intro {
  padding: 34px clamp(16px, 4vw, 82px) 0;
  background: #E0E0E0;
}
.p-course--flow .p-course__content-flow--intro h3.intro-title {
  color: #000000;
}
.p-course--flow .p-course__content-flow--intro h3.intro-title span {
  margin-right: 26px;
  font-size: 21px;
}
.p-course--flow .p-course__content-flow--intro > p {
  max-width: 705px;
  width: 100%;
  margin: 16px auto 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-course--flow .p-course__content-flow--intro .intro-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1080px) {
  .p-course--flow .p-course__content-flow--intro .intro-box {
    flex-direction: column;
  }
}
.p-course--flow .p-course__content-flow--intro .intro-box-item {
  width: 48%;
  max-width: 423px;
  min-height: 220px;
  padding: 26px clamp(12px, 3vw, 42px);
  background: #ffffff;
}
@media (max-width: 1080px) {
  .p-course--flow .p-course__content-flow--intro .intro-box-item {
    width: 100%;
    max-width: none;
    min-height: 0;
  }
}
.p-course--flow .p-course__content-flow--intro .intro-box-item h4 {
  text-align: center;
  color: #EC6D65;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-course--flow .p-course__content-flow--intro .intro-box-item p {
  margin: 12px 0 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-course--flow .p-course__content-flow .section-line img {
  width: 100%;
}
.p-course--flow .p-course__content-flow--container {
  padding: 0 clamp(16px, 4vw, 82px) clamp(16px, 4vw, 82px);
  background: #E0E0E0;
}
.p-course--flow .p-course__content-flow--container h3.intro-title {
  color: #000000;
}
.p-course--flow .p-course__content-flow--container h3.intro-title span {
  margin-right: 26px;
  font-size: 21px;
}
.p-course--flow .p-course__content-flow--container h3.intro-title span.sub {
  margin-inline: 3px;
}
.p-course--flow .p-course__content-flow--container > p {
  max-width: 705px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-course--flow .p-course__content-flow--toggle ul {
  max-width: 876px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
.p-course--flow .p-course__content-flow--toggle ul li {
  list-style: none;
  margin-top: 28px;
  transition: all 0.3s;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(1) button {
  background: #EB6370;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(1) .toggle-content__inner {
  background: url("../assets/images/bg_st_01.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(1) .toggle-content__inner .inner-summary h4 {
  color: #EB6370;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(2) button {
  background: #219EDB;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(2) .toggle-content__inner {
  background: url("../assets/images/bg_st_02.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(2) .toggle-content__inner .inner-summary h4 {
  color: #219EDB;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(3) button {
  background: #F18E1D;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(3) .toggle-content__inner {
  background: url("../assets/images/bg_st_03.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(3) .toggle-content__inner .inner-summary h4 {
  color: #F18E1D;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(4) button {
  background: #53B98D;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(4) .toggle-content__inner {
  background: url("../assets/images/bg_st_04.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(4) .toggle-content__inner .inner-summary h4 {
  color: #53B98D;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(5) button {
  background: #EB6370;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(5) .toggle-content__inner {
  background: url("../assets/images/bg_st_01.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(5) .toggle-content__inner .inner-summary h4 {
  color: #EB6370;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(6) button {
  background: #219EDB;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(6) .toggle-content__inner {
  background: url("../assets/images/bg_st_02.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(6) .toggle-content__inner .inner-summary h4 {
  color: #219EDB;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(7) button {
  background: #F18E1D;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(7) .toggle-content__inner {
  background: url("../assets/images/bg_st_03.png") no-repeat;
  background-size: 178px;
  background-position: 102% 102%;
}
.p-course--flow .p-course__content-flow--toggle ul li:nth-of-type(7) .toggle-content__inner .inner-summary h4 {
  color: #F18E1D;
}
.p-course--flow .p-course__content-flow--toggle ul li ul li {
  position: relative;
  margin-top: 10px;
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #ffffff;
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 2.5vw, 45px);
  padding: 60px;
}
@media (max-width: 1080px) {
  .p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner {
    flex-direction: column;
    padding: 20px;
  }
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-summary {
  max-width: 408px;
  width: 100%;
}
@media (max-width: 1080px) {
  .p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-summary {
    max-width: 100%;
  }
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-summary h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-summary p {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-summary span {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-image {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1080px) {
  .p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-image {
    max-width: 460px;
    margin: 0 auto;
  }
}
.p-course--flow .p-course__content-flow--toggle ul .toggle-content__inner .inner-image img {
  width: 100%;
}
.p-course--flow .p-course__content-flow--toggle button {
  position: relative;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  padding: 15px 0 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  line-height: 1.2;
  border: none;
}
.p-course--flow .p-course__content-flow--toggle button p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  gap: 12px;
}
.p-course--flow .p-course__content-flow--toggle button p span {
  color: #ffffff;
  font-weight: 200;
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
}
.p-course--flow .p-course__content-flow--toggle button::before, .p-course--flow .p-course__content-flow--toggle button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 4px;
  background: #ffffff;
  transition: 0.5s;
}
.p-course--flow .p-course__content-flow--toggle button::after {
  transform: rotate(90deg);
}
.p-course--flow .p-course__content-flow--toggle button:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-course--flow .p-course__content-flow--toggle button:hover {
    opacity: 1;
  }
}
.p-course--flow .p-course__content-flow--toggle ul.active button::after {
  transition: 0.5s;
  transform: rotate(180deg);
}
.p-course--flow .p-course__content-flow--toggle li.active button::after {
  transition: 0.5s;
  transform: rotate(180deg);
}
.p-course--flow .p-course__content-flow--toggle li:nth-of-type(1).active > ul {
  border: 2px solid #61D5EA;
}
.p-course--flow .p-course__content-flow--toggle li:nth-of-type(2).active > ul {
  border: 2px solid #C4A2CC;
}
.p-course--flow .p-course__content-flow--toggle li:nth-of-type(2).active > ul p span {
  position: relative;
}
.p-course--flow .p-course__content-flow--toggle li:nth-of-type(2).active > ul p span::before {
  content: "・・・";
  position: absolute;
  top: -12px;
  left: 0;
  color: #C4A2CC;
}
.p-course__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  gap: 24px;
  padding-inline: clamp(16px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-course__links {
    padding-inline: clamp(16px, 6vw, 150px);
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (max-width: 680px) {
  .p-course__links {
    padding-inline: clamp(16px, 6vw, 150px);
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
.p-course__links .course-link {
  display: block;
  max-width: 415px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-right: auto;
  background: #EC6D65;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 1080px) {
  .p-course__links .course-link {
    width: 32%;
    flex-wrap: wrap;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .p-course__links .course-link {
    margin-top: 0;
    max-width: 300px;
    height: 60px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .p-course__links .course-link {
    margin: 0 auto;
  }
}
.p-course__links .course-link:hover {
  background: #D8574F;
}
.p-course__links .course-link--ec {
  background: #E684B3;
}
.p-course__links .course-link--ec:hover {
  background: #D8669D;
}
.p-course__links .course-link--am {
  background: #00B2B3;
}
.p-course__links .course-link--am:hover {
  background: #179FA0;
}
.p-course__links .course-link--ta {
  background: #5185C5;
}
.p-course__links .course-link--ta:hover {
  background: #2B66AD;
}
.p-course__links .course-link span {
  position: relative;
  padding-right: 20px;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 25px);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
.p-course__links .course-link span::after {
  content: "";
  width: 13px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
}
.p-course__voice {
  max-width: 1032px;
  width: 100%;
  margin: 40px auto 0;
  padding: 36px clamp(16px, 4vw, 80px) 0;
}
.p-course__voice-inner {
  background: #ededed;
}
.p-course__voice--ta .p-course__voice--inner {
  padding: 36px clamp(16px, 4vw, 80px) 0;
  background: #c0c6e4;
  border-radius: 8px;
  overflow: clip;
}
.p-course__voice--am .p-course__voice--inner {
  padding: 36px clamp(16px, 4vw, 80px) 0;
  background: #a2d7d4;
  border-radius: 8px;
  overflow: clip;
}
.p-course__voice--ec .p-course__voice--inner {
  padding: 36px clamp(16px, 4vw, 80px) 0;
  background: #eec6dc;
  border-radius: 8px;
  overflow: clip;
}
.p-course__voice h3 {
  color: #231815;
  font-family: "Oswald", sans-serif;
  font-size: clamp(24px, 1.8vw, 42px);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-course__voice-content {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-course__voice-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-course__voice-summary {
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-course__voice-summary {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-course__voice-summary p {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-course__voice-summary p.voice-title {
  font-size: clamp(24px, 1.6vw, 36px);
  line-height: 1.3;
}
.p-course__voice-summary p.voice-text {
  margin-block: 24px 36px;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-course__voice-summary p.voice-text {
    margin-bottom: 0;
  }
}
.p-course__voice-summary span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-course__voice-summary span {
    margin: 20px auto 0;
  }
}
.p-course__voice-image {
  width: 40%;
}
@media (max-width: 768px) {
  .p-course__voice-image {
    width: 70%;
    margin: 0 auto;
  }
}
.p-course__voice-image img {
  width: 100%;
}

.p-course--ec .p-course__content .p-course-content__inner {
  gap: 0;
}
.p-course--ec .p-course__content .p-course-content__inner > h3 {
  text-align: center;
  color: #de82b2;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .p-course--ec .p-course__content .p-course-content__inner > h3 {
    font-size: 28px;
  }
}
.p-course--ec .p-course__content .p-course__content-item-summary h3 {
  color: #de82b2;
}
.p-course--ec .p-course__content .p-course__content-item-summary h3 span {
  font-family: "Oswald", sans-serif;
  color: #de82b2;
}
.p-course--ec .p-course__content-flow--flow h3 .intro-title {
  color: #000000;
}
.p-course--ec .p-course__content-flow--container {
  padding-top: 48px;
}
.p-course--ec .p-course__content-flow .intro-image {
  max-width: 800px;
  width: 100%;
  margin: 20px auto 36px;
}
.p-course--ec .p-course__content-flow .intro-box-item {
  width: 100%;
  max-width: none;
}
.p-course--ec .p-course__content-flow .intro-box-item h4 {
  color: #de82b2;
}
.p-course--ec .p-course__content-flow .intro-box-item--image {
  max-width: 480px;
  width: 100%;
  margin: 36px auto;
}

.p-course--am .p-course__content .p-course-content__inner {
  gap: 0;
}
.p-course--am .p-course__content .p-course-content__inner > h3 {
  text-align: center;
  color: #00ada9;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .p-course--am .p-course__content .p-course-content__inner > h3 {
    font-size: 28px;
  }
}
.p-course--am .p-course__content .p-course__content-item-summary h3 {
  color: #00ada9;
}
.p-course--am .p-course__content .p-course__content-item-summary h3 span {
  font-family: "Oswald", sans-serif;
  color: #00ada9;
}
.p-course--am .p-course__content-flow--container {
  padding-top: 48px;
}
.p-course--am .p-course__content-flow .intro-image {
  max-width: 760px;
  width: 100%;
  margin: 20px auto 36px;
}
.p-course--am .p-course__content-flow .intro-box {
  padding-top: 24px;
  align-items: center;
  gap: 0;
  background: #ffffff;
}
.p-course--am .p-course__content-flow .intro-box-item {
  width: 80%;
  max-width: none;
}
.p-course--am .p-course__content-flow .intro-box-item h4 {
  color: #00ada9;
}
.p-course--am .p-course__content-flow .intro-box-item--ico {
  max-width: 80px;
  width: 100%;
}
.p-course--am .p-course__content-flow .intro-box-item--image {
  max-width: 480px;
  width: 100%;
  margin: 36px auto;
}

.p-course--ta .p-course__content .p-course-content__inner {
  gap: 0;
}
.p-course--ta .p-course__content .p-course-content__inner > h3 {
  text-align: center;
  color: #5185C5;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .p-course--ta .p-course__content .p-course-content__inner > h3 {
    font-size: 28px;
  }
}
.p-course--ta .p-course__content .p-course__content-item-summary h3 {
  color: #5185C5;
}
.p-course--ta .p-course__content .p-course__content-item-summary h3 span {
  font-family: "Oswald", sans-serif;
  color: #2B66AD;
}
.p-course--ta .p-course__content-flow--container {
  padding-top: 48px;
}
.p-course--ta .p-course__content-flow--container > p {
  max-width: 715px;
}
.p-course--ta .p-course__content-flow--container .flow-intro--ta {
  max-width: 715px;
  width: 100%;
  margin: 0 auto 36px;
}
.p-course--ta .p-course__content-flow--container .flow-intro--ta h4 {
  margin-bottom: 12px;
}
.p-course--ta .p-course__content-flow--container .flow-intro--image {
  margin-top: 24px;
}
.p-course--ta .p-course__content-flow--container .flow-intro--image img {
  width: 100%;
}
.p-uniform-content__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 36px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 768px) {
  .p-uniform-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-uniform-content .uniform-content h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  font-size: clamp(24px, 2vw, 36px);
  text-align: center;
  color: #4D4397;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-uniform-content .uniform-content p {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 40px;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.1em;
}
.p-uniform-content .uniform-content__box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 120px;
}
.p-uniform-content .uniform-content__box-item {
  max-width: 410px;
  width: 100%;
  position: relative;
  background: url("../assets/images/bg_uniform_01.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-uniform-content .uniform-content__box-item::before {
  content: "";
  position: absolute;
  left: -15%;
  bottom: 0;
  max-width: 200px;
  width: 100%;
  height: 90px;
  background: url("../assets/images/mrk_uniform_01.svg") no-repeat;
}
.p-uniform-content .uniform-content__box-item img {
  width: 100%;
}
.p-uniform-content .uniform-content__box-item:last-of-type {
  background: url("../assets/images/bg_uniform_02.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.p-uniform-content .uniform-content__box-item:last-of-type::before {
  content: "";
  position: absolute;
  left: -15%;
  bottom: 0;
  max-width: 275px;
  width: 100%;
  height: 100px;
  background: url("../assets/images/mrk_uniform_02.svg") no-repeat;
}
.p-uniform-content .uniform-content__list {
  max-width: 1160px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px 3vw;
  margin: 76px auto 120px;
}
@media (max-width: 900px) {
  .p-uniform-content .uniform-content__list {
    justify-content: center;
  }
}
.p-uniform-content .uniform-content__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  max-width: 246px;
  width: calc(25% - 3vw);
}
@media (max-width: 900px) {
  .p-uniform-content .uniform-content__list-item {
    width: calc(50% - 3vw);
  }
}
.p-uniform-content .uniform-content__list-item p {
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.1em;
}
.p-uniform-content .uniform-content__list-image img {
  width: 100%;
}
.p-uniform-content .uniform-content-image img {
  width: 100%;
}

.infinite-slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  height: auto;
  margin-bottom: 64px;
}

.infinite-slider .swiper-slide {
  height: 320px !important;
  width: auto !important;
}

.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

.p-support-content__inner {
  max-width: 1600px;
  width: 100%;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-support-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-support-content__inner h2 {
  color: #4D4397;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.p-support-content__inner .tab {
  max-width: 1300px;
  width: 100%;
  margin: 30px auto 60px;
}
.p-support-content__inner .tab-buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-buttons {
    flex-wrap: wrap;
    gap: 3px;
  }
}
.p-support-content__inner .tab-buttons span {
  width: calc(25% - 3px);
  padding: 10px 20px;
  background: #E0DFE6;
  border: none;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  border-radius: 10px 10px 0 0;
  overflow: clip;
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-buttons span:nth-of-type(1) {
    border-radius: 10px 0 0 0;
  }
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-buttons span:nth-of-type(2) {
    border-radius: 0 10px 0 0;
  }
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-buttons span {
    width: calc(50% - 2px);
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
  }
}
.p-support-content__inner .tab-buttons span:hover {
  background: #8678B7;
  color: #ffffff;
}
.p-support-content__inner .tab-buttons span.active {
  background: #8678B7;
  color: #ffffff;
}
.p-support-content__inner .tab-contents {
  border: 3px solid #8678B7;
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-contents {
    border-radius: 0 0 8px 8px;
  }
}
.p-support-content__inner .tab-contents .content {
  display: none;
  padding: 40px 48px;
  animation: fadeIn 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-contents .content {
    padding: 16px 12px;
  }
}
.p-support-content__inner .tab-contents .content.active {
  display: block;
}
.p-support-content__inner .tab-contents .content ul {
  max-height: 330px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-contents .content ul {
    max-height: 700px;
  }
}
.p-support-content__inner .tab-contents .content ul.university li {
  position: relative;
  width: calc(20% - 8px);
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-contents .content ul.university li {
    width: calc(50% - 8px);
    text-align: left;
  }
}
.p-support-content__inner .tab-contents .content ul li {
  position: relative;
  width: calc(45.4545454545% - 8px);
  padding-left: 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  list-style-position: inside;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .p-support-content__inner .tab-contents .content ul li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-support-content__inner .tab-contents .content ul li {
    width: 100%;
    text-align: left;
  }
}
.p-support-content__inner .tab-contents .content ul li.series {
  color: #4F3C8B;
  font-weight: 600;
}
.p-support-content__inner .tab-contents .content ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.p-support-content__inner .tab-contents .content > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-left: auto;
  font-size: 14px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-support-content__inner .recommendation {
  max-width: 1300px;
  width: 100%;
  margin-inline: auto;
  margin-top: 84px;
  padding: 40px clamp(12px, 5vw, 78px) 48px;
  background: #E6E6E6;
}
.p-support-content__inner .recommendation > h2 {
  margin-bottom: 42px;
  padding-bottom: 10px;
  text-align: left;
  font-size: clamp(24px, 2vw, 36px);
  letter-spacing: 0.15em;
  border-bottom: 1px solid #8678B7;
}
.p-support-content__inner .recommendation__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 55px);
}
@media (max-width: 768px) {
  .p-support-content__inner .recommendation__content {
    flex-direction: column;
  }
}
.p-support-content__inner .recommendation__content-summary {
  max-width: 708px;
  width: 100%;
}
.p-support-content__inner .recommendation__content-summary > img {
  max-width: 410px;
  width: 100%;
  margin-bottom: 42px;
}
.p-support-content__inner .recommendation__content-summary ul li {
  position: relative;
  padding-left: 16px;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.p-support-content__inner .recommendation__content-summary ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #4F3C8B;
}
.p-support-content__inner .recommendation__content-summary p {
  margin-block: 18px;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.p-support-content__inner .recommendation__content-summary-item {
  padding: 24px 32px;
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .p-support-content__inner .recommendation__content-summary-item {
    padding: 16px 10px;
  }
}
.p-support-content__inner .recommendation__content-image {
  max-width: 378px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-support-content__inner .recommendation__content-image {
    margin: 0 auto;
  }
}
.p-support-content__inner .recommendation__content-image > img {
  width: 100%;
}
.p-support-content__inner .recommendation__content-image p {
  margin-top: 10px;
  font-size: clamp(14px, 1.2vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.p-report__container {
  max-width: 1200px;
  width: 100%;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-report__container {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-report__container > p {
  margin-bottom: 36px;
}
.p-report__container-inner {
  padding-inline: 2vw;
}
.p-report__container-inner-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px 16px;
  margin-block: 12px;
  border: 1px solid #e7e7e7;
}
.p-report__container-inner-list p.list {
  position: relative;
  margin: 0;
  padding-left: 16px;
  font-size: 16px;
}
.p-report__container-inner-list p.list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f3c88;
}
.p-report__container-inner.p-policy-content_list .semi-title {
  margin-top: 6px;
  margin-bottom: 0;
}
.p-report__container-item {
  margin-bottom: 36px;
}
.p-report__container-item h2 {
  padding-bottom: 6px;
  margin-bottom: 24px;
  color: #4F3C8B;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #4f3c88;
}
.p-report__container-item p {
  margin-bottom: 10px;
  font-size: 16px;
}
.p-report__container-item p.semi-title {
  position: relative;
  margin-top: 24px;
  padding-left: 16px;
}
.p-report__container-item p.semi-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f3c88;
}
.p-report__container-item p.list-title {
  margin-block: 24px;
}
.p-report__container-item .pdf-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-report__container-item .pdf-links {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
.p-report__container-item a.pdf-link {
  position: relative;
  padding-left: 24px;
  color: #4f3c88;
}
.p-report__container-item a.pdf-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background: url("../assets/images/ico_pdf_01.svg") no-repeat;
  background-size: cover;
}
.p-report__container-item a.pdf-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #4f3c88;
  transition: all 0.3s;
}
.p-report__container-item a.pdf-link:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
}
.p-report__container-info {
  padding: 16px;
  margin-bottom: 16px;
  border: 1.5px solid #B7B7B7;
}
.p-report__container-info p.info-title {
  font-size: 20px;
  color: #4D4397;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1.5px solid #b7b7b7;
}
.p-report__container-info .info-summary {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-report__container-info .info-summary p {
  margin-bottom: 0;
}
.p-report__container-info .info-summary span {
  font-size: 14px;
}

.p-event-content__inner {
  max-width: 1400px;
  width: 100%;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-event-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-event-content__intro h3 {
  font-size: clamp(24px, 2.2vw, 36px);
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.p-event-content__container {
  position: relative;
  overflow-x: scroll;
}
.p-event-content__container::after {
  content: "";
  width: 3px;
  height: calc(100% - 310px);
  min-height: 340px;
  position: absolute;
  background: #4d4398;
  z-index: -1;
  left: 63px;
  top: 6px;
}
.p-event-content__container-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-event-content__container-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 60px;
}
.p-event-content__container-item > p {
  width: 74px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex: 0 0 auto;
  color: #4D4397;
  font-size: clamp(20px, 1.2vw, 28px);
  line-height: 1.2;
}
.p-event-content__container-item > p > span {
  width: 20px;
  position: relative;
  aspect-ratio: 1;
  border: 3px solid #4d4398;
  border-radius: 50%;
  background: #ffffff;
}
.p-event-content__container-images {
  display: flex;
  gap: 24px;
  margin-top: 10px;
}
.p-event-content__container-images--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.p-event-content__container-images--item img {
  width: 310px;
  height: auto;
}

.p-club__container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .p-club__container {
    justify-content: center;
  }
}
.p-club__container-item {
  width: 25%;
  min-width: 240px;
  position: relative;
  overflow: clip;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 530px) {
  .p-club__container-item {
    width: 50%;
    min-width: unset;
    aspect-ratio: 1.2/1.1;
  }
}
.p-club__container-item-image {
  width: 100%;
  height: 100%;
}
.p-club__container-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.02);
  transition: all 0.3s;
}
.p-club__container-item-summary {
  position: absolute;
  bottom: 12px;
  left: 18px;
}
.p-club__container-item-summary p {
  font-size: 16px;
  color: #ffffff;
}
.p-club__container-item-summary span {
  margin-top: 2px;
  padding: 1px 20px 3px;
  color: #ffffff;
  font-size: 10px;
  background: #036eb8;
  border-radius: 12px;
}
.p-club__container-item-sns {
  position: absolute;
  transition: all 0.3s;
  bottom: 50px;
  opacity: 0;
}
@media (max-width: 768px) {
  .p-club__container-item-sns {
    opacity: 1;
  }
}
.p-club__container-item-sns a {
  display: block;
  width: 42px;
  aspect-ratio: 1;
}
.p-club__container-item-sns a img {
  width: 100%;
}
.p-club__container-item:hover .p-club__container-item-image img {
  transform: scale(1.07);
}
.p-club__container-item:hover .p-club__container-item-sns {
  opacity: 1;
}
.p-club__container-item--last {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d4398;
}
.p-club__container-item--last .p-club__container-item-summary {
  position: static;
}
.p-club__container-item--last .p-club__container-item-summary h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 14px;
  margin: 0 auto 14px;
  font-size: clamp(30px, 8vw, 94px);
  color: #ffffff;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ffffff;
}
.p-club__container-item--last .p-club__container-item-summary h3 span {
  display: block;
  padding: 0;
  background: none;
  font-size: clamp(22px, 3.6vw, 41px);
  line-height: 1;
  letter-spacing: 0;
}
.p-club__container-item--last .p-club__container-item-summary .p-club__container-item-other {
  max-width: 222px;
  width: 100%;
  padding: 0 8px;
}
.p-club__container-item--last .p-club__container-item-summary .p-club__container-item-other span {
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  background: none;
}
.p-club__container-item--last .p-club__container-item-summary .p-club__container-item-other > p {
  display: flex;
  flex-wrap: wrap;
}

.p-exam-content__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-top: 84px;
  padding: 40px clamp(12px, 5vw, 78px) 48px;
}
.p-exam-content__inner h3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(24px, 2.2vw, 36px);
  color: #4D4397;
  margin-bottom: 12px;
  border-bottom: 1px solid #4D4397;
}
.p-exam-content__inner h3 span {
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 24px);
  color: #000000;
}
.p-exam-content__inner h3 span.sub-text {
  color: #4D4397;
  font-size: clamp(16px, 1.2vw, 18px);
  letter-spacing: 0;
}
.p-exam-content__inner p {
  line-height: 2;
}
.p-exam-content__inner .exam-table {
  margin-block: 10px 20px;
}
.p-exam-content__inner .exam-table td {
  padding: 4px 8px;
}
.p-exam-content__block {
  margin-bottom: 36px;
}
.p-exam-content__block > h3 {
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0d023a;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 1.6vw, 30px);
}
.p-exam-content__block > h3 span {
  font-weight: 500;
  font-size: clamp(30px, 2.2vw, 42px);
  color: #4D4397;
}
.p-exam-content__block--inner {
  padding-left: 28px;
}
@media (max-width: 768px) {
  .p-exam-content__block--inner {
    padding: 0;
  }
}
.p-exam-content__block-item {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-exam-content__block-item {
    margin-top: 12px;
  }
}
.p-exam-content__block-item p.text-bold {
  font-weight: 500;
}
.p-exam-content__block-table .p-exam-content__block-row {
  margin-bottom: 2px;
  display: flex;
}
@media (max-width: 560px) {
  .p-exam-content__block-table .p-exam-content__block-row {
    flex-direction: column;
    gap: 0;
  }
}
.p-exam-content__block-table .p-exam-content__block-row:nth-of-type(odd) span {
  background-color: #E9E7F8;
}
.p-exam-content__block-table .p-exam-content__block-row:nth-of-type(odd) p {
  background-color: #E9E7F8;
}
.p-exam-content__block-table .p-exam-content__block-row span {
  margin-right: 2px;
}
.p-exam-content__block-table .p-exam-content__block-row span.table-head {
  flex: 0 0 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
}
@media (max-width: 560px) {
  .p-exam-content__block-table .p-exam-content__block-row span.table-head {
    flex: 0 0 auto;
    font-weight: 600;
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .p-exam-content__block-table .p-exam-content__block-row span.table-head--sp {
    display: none;
  }
}
.p-exam-content__block-table .p-exam-content__block-row p {
  width: calc(100% - 122px);
  padding: 4px 10px;
}
@media (max-width: 560px) {
  .p-exam-content__block-table .p-exam-content__block-row p {
    width: 100%;
  }
}
.p-exam-content__block-table .p-exam-content__block-row p.table-center {
  text-align: center;
}
@media (max-width: 768px) {
  .p-exam-content__block--column .p-exam-content__block-item {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .p-exam-content__block--ctitle h3 {
    flex-wrap: wrap;
    gap: 0 8px;
  }
  .p-exam-content__block--ctitle h3 span.sub-text {
    width: 100%;
  }
}
.p-exam .wp-block-group .wp-block-group__inner-container {
  text-align: center;
}
.p-exam .wp-block-group .wp-block-group__inner-container h5 {
  font-weight: 400;
  font-size: clamp(20px, 1.8vw, 24px);
  color: #4D4397;
}
.p-exam .wp-block-group .wp-block-group__inner-container h2 {
  font-weight: 500;
  font-size: clamp(24px, 2.2vw, 36px);
  color: #4D4397;
}
.p-exam__banner {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding: 0px clamp(12px, 5vw, 78px) 0px;
}
@media (max-width: 420px) {
  .p-exam__banner {
    flex-direction: column;
  }
}
.p-exam__banner > a.exam-banner {
  width: 254px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0098C5;
  border: 3px solid #0098C5;
  border-radius: 30px;
  transition: all 0.3s;
}
.p-exam__banner > a.exam-banner:hover {
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner:hover {
    background: #0098C5;
  }
}
.p-exam__banner > a.exam-banner:hover span {
  color: #0098C5;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner:hover span {
    color: #ffffff;
  }
}
.p-exam__banner > a.exam-banner:hover span::after {
  background: url("../assets/images/ico_arrow_04-3.svg") no-repeat;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner:hover span::after {
    background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  }
}
.p-exam__banner > a.exam-banner:last-of-type {
  background: #E84388;
  border: 3px solid #E84388;
}
.p-exam__banner > a.exam-banner:last-of-type:hover {
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner:last-of-type:hover {
    background: #E84388;
  }
}
.p-exam__banner > a.exam-banner:last-of-type:hover span {
  color: #E84388;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner:last-of-type:hover span {
    color: #ffffff;
  }
}
.p-exam__banner > a.exam-banner:last-of-type:hover span::after {
  background: url("../assets/images/ico_arrow_04-2.svg") no-repeat;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner:last-of-type:hover span::after {
    background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  }
}
.p-exam__banner > a.exam-banner span {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-right: 24px;
  position: relative;
  transition: all 0.3s;
}
.p-exam__banner > a.exam-banner span > span {
  display: none;
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner span > span {
    display: block;
    font-size: 13px;
    padding: 0;
  }
  .p-exam__banner > a.exam-banner span > span::after {
    content: "";
    display: none;
  }
}
@media (max-width: 768px) {
  .p-exam__banner > a.exam-banner span {
    font-size: 16px;
  }
}
.p-exam__banner > a.exam-banner span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.p-headless {
  margin-top: 80px;
}

.p-current-content__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 36px;
  padding-inline: clamp(80px, 5vw, 150px);
}
@media (max-width: 768px) {
  .p-current-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-current-content__inner .current__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 920px) {
  .p-current-content__inner .current__content {
    flex-direction: column;
    align-items: center;
  }
}
.p-current-content__inner .current__content-image {
  max-width: 350px;
  width: 100%;
  overflow: clip;
  max-height: 200px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.p-current-content__inner .current__content-image:hover img {
  transform: scale(1.05);
}
.p-current-content__inner .current__content-image img {
  width: 100%;
  aspect-ratio: 327/220;
  transition: all 0.3s;
}
.p-current-content__inner .current__content-summary .title {
  color: #4D4397;
  font-size: clamp(16px, 1.4vw, 20px);
  letter-spacing: 0.1em;
}
.p-current-content__inner .emergency__content {
  margin-bottom: 48px;
}
.p-current-content__inner .emergency__content h2 {
  font-size: clamp(24px, 2vw, 36px);
  color: #4D4397;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #8678B7;
}
.p-current-content__inner .emergency__content-block {
  margin-bottom: 20px;
}
.p-current-content__inner .emergency__content-block span {
  color: #4D4397;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-current-content__inner .certificate__content {
  margin-bottom: 48px;
}
.p-current-content__inner .certificate__content h2 {
  font-size: clamp(24px, 2vw, 36px);
  color: #4D4397;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #8678B7;
}
.p-current-content__inner .certificate__content-block {
  margin-bottom: 36px;
}
.p-current-content__inner .certificate__content-block a.certificate-pdf {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  background: #4F3C8B;
  border-radius: 30px;
  transition: all 0.3s;
}
.p-current-content__inner .certificate__content-block a.certificate-pdf:hover {
  background: #362669;
}
.p-current-content__inner .certificate__content-block a.certificate-pdf span {
  position: relative;
  padding-right: 16px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.p-current-content__inner .certificate__content-block a.certificate-pdf span::after {
  content: "";
  width: 9px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/ico_arrow_04.svg") no-repeat;
  background-size: cover;
}
.p-current-content__inner .certificate__content-block p.title {
  color: #4D4397;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-current-content__inner .certificate__content-table p {
  display: flex;
  align-items: center;
}
.p-current-content__inner .certificate__content-table p span {
  flex: 0 0 160px;
  text-align: center;
  padding: 4px 8px;
  margin: 2px 1px;
  background: #ededed;
}
.p-current-content__inner .certificate__content-table p span.table-head {
  text-align: left;
  background: #fffbe7;
}
.p-current-content__inner .certificate__content-table p.table-title span {
  color: #ffffff;
  background: #8d86d3;
}
.p-current-content__inner .certificate__content-table p.table-title span.table-head {
  text-align: center;
}

.p-access-content__inner {
  max-width: 1600px;
  width: 100%;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-access-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-access-content__maps h2 {
  margin-bottom: 18px;
  color: #4D4397;
  text-align: left;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.p-access-content__maps--map {
  width: 100%;
  max-height: 300px;
  height: 100%;
}
.p-access-content__maps--map iframe {
  width: 100%;
  height: 100%;
}
.p-access-content__maps-summary {
  margin-block: 16px;
  padding: 16px;
}
.p-access-content__maps-summary > p {
  display: flex;
  font-size: 24px;
}
.p-access-content__maps-summary > p span {
  color: #4D4397;
  font-weight: 500;
  font-size: 24px;
  flex: 0 0 74px;
}
.p-access-content__maps-list {
  margin-block: 16px 30px;
  padding: 16px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.p-access-content__maps-list > p.title {
  position: relative;
  padding-left: 20px;
  color: #4D4397;
  font-size: 24px;
}
.p-access-content__maps-list > p.title::before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #4D4397;
}
.p-access-content__maps-list ul li {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e7e7e7;
}
.p-access-content__maps-list ul li span {
  font-size: 18px;
  color: #4D4397;
}
.p-access-content__maps-list ul li:last-of-type {
  border-bottom: none;
}

.p-contact-content__inner {
  max-width: 1200px;
  width: 100%;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-contact-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-contact__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
}
.p-contact__intro p {
  font-size: clamp(14px, 1.2vw, 16px);
}
.p-contact__intro p:nth-of-type(2) {
  font-size: clamp(12px, 1.1vw, 14px);
}
.p-contact__intro p:nth-of-type(2) span {
  color: #ef2626;
}

.p-qanda__content {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 40px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-qanda__content {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-qanda__content-intro {
  max-width: 900px;
  margin: 0 auto 36px;
}
.p-qanda__content-intro h2 {
  color: #4D4397;
  font-size: clamp(18px, 1.2vw, 24px);
}
.p-qanda__content .faq-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.p-qanda__content .faq-pagination button {
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.p-qanda__content .faq-pagination button.active {
  background: #1f4f99;
  color: #fff;
  border-color: #1f4f99;
}
.p-qanda__content-container .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}
.p-qanda__content-container .panel {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.p-qanda__content-container .panel-header {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-qanda__content-container .panel-header {
    padding: 15px 16px 15px 6px;
  }
}
.p-qanda__content-container .panel-header > p {
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.1em;
}
.p-qanda__content-container .panel-header > p img {
  display: block;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px rgba(145, 145, 145, 0.6));
}
@media (max-width: 768px) {
  .p-qanda__content-container .panel-header > p img {
    width: 40px;
    flex: 0 0 auto;
  }
}
.p-qanda__content-container .panel-header > p > span {
  font-size: clamp(16px, 1.1vw, 18px);
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-qanda__content-container .panel-header > p > span.mark {
  font-size: clamp(20px, 1.1vw, 22px);
  font-weight: 500;
  color: #4D4397;
}
.p-qanda__content-container .panel-header:hover {
  background: #f8f9fa;
}
.p-qanda__content-container .panel-header .icon {
  font-size: 20px;
  transition: transform 0.3s;
}
.p-qanda__content-container .panel-header.active .icon {
  transform: rotate(45deg);
}
.p-qanda__content-container .panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.p-qanda__content-container .panel-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px;
  border-top: 1px solid #eee;
}
.p-qanda__content-container .panel-body p {
  width: calc(100% - 90px);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-qanda__content-container .panel-body p {
    width: calc(100% - 70px);
  }
}
.p-qanda__content-container .panel-body p a {
  display: block;
  color: #4D4397;
}
.p-qanda__content-container .panel-body span.mark {
  font-size: clamp(20px, 1.1vw, 22px);
  font-weight: 500;
  color: #4D4397;
}
.p-qanda__content-container .panel-body .panel-koko {
  display: block;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px rgba(145, 145, 145, 0.6));
}
@media (max-width: 768px) {
  .p-qanda__content-container .panel-body .panel-koko {
    width: 40px;
    flex: 0 0 auto;
  }
}
.p-qanda__content-container .panel-body .panel-koko img {
  width: 100%;
}
.p-qanda__content-container .panel-flow {
  max-width: 400px;
  width: 100%;
  flex: 0 0 auto;
  margin-block: 12px;
}
.p-qanda__content-container .panel-flow > p {
  display: flex;
  padding: 2px 10px 0;
}
.p-qanda__content-container .panel-flow > p:nth-of-type(odd) {
  background: #bcb8e4;
}
.p-qanda__content-container .panel-flow > p span {
  width: 92px;
}
.p-qanda__content-container .panel-flow > span {
  display: block;
  font-size: 12px;
}

.p-alumnus__inner {
  max-width: 1400px;
  width: 100%;
  gap: clamp(48px, 10vw, 128px);
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-alumnus__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-alumnus__inner .alumnus__content-container {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 1.8vw, 40px);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-alumnus__inner .alumnus__content-container {
    gap: 60px;
  }
}
.p-alumnus__inner .alumnus__content-container .alumnus-card {
  max-width: 540px;
  width: 45%;
}
@media (max-width: 768px) {
  .p-alumnus__inner .alumnus__content-container .alumnus-card {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-alumnus__inner .alumnus__content-container .alumnus-card:nth-of-type(5) .alumnus-card__image img, .p-alumnus__inner .alumnus__content-container .alumnus-card:nth-of-type(7) .alumnus-card__image img, .p-alumnus__inner .alumnus__content-container .alumnus-card:nth-of-type(10) .alumnus-card__image img, .p-alumnus__inner .alumnus__content-container .alumnus-card:nth-of-type(11) .alumnus-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card:nth-of-type(7) .alumnus-card__image {
  display: flex;
  background: #d9c5e8;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card:nth-of-type(7) .alumnus-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__image {
  overflow: hidden;
  border-radius: 50% 50% 0 0/70% 70% 0 0;
  aspect-ratio: 4/3;
  background: #ededed;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center 24px;
     object-position: center 24px;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__body {
  margin-top: 12px;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__sub {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__summary {
  padding: 12px 8px;
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 0.1em;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__summary p {
  margin-bottom: 12px;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__summary button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-alumnus__inner .alumnus__content-container .alumnus-card__summary button.show-more-btn {
  margin-top: 12px;
  padding: 4px 10px;
  background: #E9E7F8;
  border-radius: 6px;
  border: 1px solid #4D4397;
}

.p-advantage {
  position: relative;
  background: #00AFDD;
  height: auto;
}
.p-advantage::after {
  content: "";
  width: 100%;
  height: 65px;
  position: absolute;
  left: 0;
  bottom: -32px;
  background: url("../assets/images/bg_stripe_01.png") no-repeat;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 10;
}
.p-advantage:nth-of-type(1) .p-advantage-content__inner {
  position: relative;
}
@media (max-width: 1200px) {
  .p-advantage:nth-of-type(1) .p-advantage-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-advantage:nth-of-type(1) .p-advantage-content__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-image: url("../assets/images/ico_advantage_01.png"), url("../assets/images/ico_advantage_02.png"), url("../assets/images/ico_advantage_03.png");
  background-repeat: no-repeat;
  background-position: 77% 15%, 0% 70%, 88% 74%;
  background-size: 20vw, 14vw, 18vw;
}
@media (max-width: 768px) {
  .p-advantage:nth-of-type(1) .p-advantage-content__inner::after {
    background-position: 90% 32%, 0% 70%, 95% 80%;
    background-size: 56vw, 26vw, 33vw;
  }
}
@media (max-width: 500px) {
  .p-advantage:nth-of-type(1) .p-advantage-content__inner::after {
    background-position: 90% 32%, 0% 50%, 100% 81%;
    background-size: 45vw, 32vw, 40vw;
  }
}
.p-advantage:nth-of-type(even) {
  background: #E84388;
}
.p-advantage:nth-of-type(even) .p-advantage-content__title h3 {
  color: #E84388;
}
.p-advantage:nth-of-type(even) .p-advantage-content__title h3 span {
  color: #E84388;
}
.p-advantage:last-of-type::after {
  display: none;
}
.p-advantage-content__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
  padding-block: 120px 136px;
}
@media (max-width: 1600px) {
  .p-advantage-content__inner {
    max-width: 1400px;
  }
}
.p-advantage-content__title {
  max-width: 708px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 65px;
}
.p-advantage-content__title > span {
  color: #ffffff;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
}
.p-advantage-content__title h3 {
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  color: #00AFDD;
  font-weight: 300;
  background: #ffffff;
  border-radius: 45px;
  font-size: clamp(24px, 1.5vw, 28px);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-advantage-content__title h3 {
    padding: 2px 12px 8px;
    border-radius: 60px;
    line-height: 1.2;
  }
}
.p-advantage-content__title h3 span {
  color: #00AFDD;
  font-size: clamp(26px, 2vw, 40px);
}
@media (max-width: 768px) {
  .p-advantage-content__title h3 span {
    display: block;
  }
}
.p-advantage-content__container {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.p-advantage-content__container--01::before {
  content: "";
  position: absolute;
  width: clamp(130px, 8.4vw, 172px);
  height: clamp(77px, 4.8vw, 98px);
  background: url("../assets/images/img_advantage_01.png") no-repeat;
  background-size: cover;
  top: clamp(-30px, 2vw, 8%);
  left: clamp(-30px, 1.6vw, 31px);
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-advantage-content__container--01::before {
    right: -8vw;
    left: auto;
    top: -30px;
    background: url("../assets/images/img_advantage_01-2.png") no-repeat;
    background-size: cover;
  }
}
.p-advantage-content__container--02 {
  margin-left: auto;
  margin-top: -10%;
}
@media (max-width: 768px) {
  .p-advantage-content__container--02 {
    margin-block: 120px;
  }
}
.p-advantage-content__container--02::before {
  content: "";
  position: absolute;
  width: clamp(130px, 9.82vw, 200px);
  height: clamp(50px, 3.8vw, 78px);
  background: url("../assets/images/img_advantage_04.png") no-repeat;
  background-size: cover;
  top: 27%;
  z-index: 1;
  left: -68%;
}
@media (max-width: 768px) {
  .p-advantage-content__container--02::before {
    height: 50px;
    top: 5%;
    left: auto;
    right: 30%;
    background: url("../assets/images/img_advantage_04-2.png") no-repeat;
    background-size: cover;
  }
}
.p-advantage-content__container--03::before {
  content: "";
  position: absolute;
  width: clamp(130px, 9.82vw, 200px);
  height: clamp(55px, 3.8vw, 82px);
  background: url("../assets/images/img_advantage_07.png") no-repeat;
  background-size: cover;
  top: -17%;
  z-index: 1;
  right: -40%;
}
@media (max-width: 768px) {
  .p-advantage-content__container--03::before {
    right: 5%;
  }
}
.p-advantage-content__container-item {
  position: relative;
}
.p-advantage-content__container-item--01 .p-advantage-content__container-image {
  position: relative;
  max-width: 440px;
  width: clamp(300px, 25vw, 440px);
  left: clamp(54px, 11vw, 235px);
}
.p-advantage-content__container-item--01 .p-advantage-content__container-image img {
  width: 100%;
}
.p-advantage-content__container-item--01 .p-advantage-content__container-image > p {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: clamp(18px, 1.43vw, 27px);
}
.p-advantage-content__container-item--01 .p-advantage-content__container-image::before {
  content: "";
  position: absolute;
  width: clamp(100px, 12.1vw, 178px);
  height: clamp(106px, 13vw, 190px);
  background: url("../assets/images/img_advantage_02.png") no-repeat;
  background-size: cover;
  top: -12%;
}
.p-advantage-content__container-item--01 .p-advantage-content__container-image::after {
  content: "";
  position: absolute;
  width: clamp(180px, 14.1vw, 230px);
  height: clamp(374px, 29.5vw, 480px);
  background: url("../assets/images/img_advantage_03.png") no-repeat;
  background-size: cover;
  top: 22%;
  left: -20%;
}
.p-advantage-content__container-item--02 .p-advantage-content__container-image {
  position: relative;
  max-width: 440px;
  width: clamp(300px, 25vw, 440px);
  right: clamp(20px, 5vw, 80px);
}
.p-advantage-content__container-item--02 .p-advantage-content__container-image img {
  width: 100%;
}
.p-advantage-content__container-item--02 .p-advantage-content__container-image > p {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: clamp(18px, 1.43vw, 27px);
}
.p-advantage-content__container-item--02 .p-advantage-content__container-image::before {
  content: "";
  position: absolute;
  width: clamp(90px, 7.6vw, 134px);
  height: clamp(90px, 7.6vw, 134px);
  background: url("../assets/images/img_advantage_05.png") no-repeat;
  background-size: cover;
  top: -12%;
}
.p-advantage-content__container-item--02 .p-advantage-content__container-image::after {
  content: "";
  position: absolute;
  width: clamp(148px, 10.2vw, 185px);
  height: clamp(374px, 29.5vw, 480px);
  background: url("../assets/images/img_advantage_06.png") no-repeat;
  background-size: cover;
  top: 22%;
  left: -20%;
}
@media (max-width: 768px) {
  .p-advantage-content__container-item--02 .p-advantage-content__container-image::after {
    left: -12%;
  }
}
.p-advantage-content__container-item--03 .p-advantage-content__container-image {
  position: relative;
  max-width: 440px;
  width: clamp(300px, 25vw, 440px);
  left: 11vw;
}
.p-advantage-content__container-item--03 .p-advantage-content__container-image img {
  width: 100%;
}
.p-advantage-content__container-item--03 .p-advantage-content__container-image > p {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: clamp(18px, 1.43vw, 27px);
}
.p-advantage-content__container-item--03 .p-advantage-content__container-image::before {
  content: "";
  position: absolute;
  width: clamp(90px, 7.6vw, 134px);
  height: clamp(90px, 7.6vw, 134px);
  background: url("../assets/images/img_advantage_08.png") no-repeat;
  background-size: cover;
  top: -12%;
}
.p-advantage-content__container-item--03 .p-advantage-content__container-image::after {
  content: "";
  position: absolute;
  width: clamp(170px, 13vw, 210px);
  height: clamp(374px, 29.5vw, 480px);
  background: url(../assets/images/img_advantage_09.png) no-repeat;
  background-size: cover;
  top: -7%;
  right: -20%;
}
.p-advantage-content__container-image {
  position: relative;
  max-width: 440px;
  width: 100%;
}
.p-advantage-content__container-image img {
  width: 100%;
}
.p-advantage-content__summary {
  max-width: 1050px;
  width: 100%;
  margin: 100px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.p-advantage-content__summary > p {
  color: #ffffff;
  font-size: clamp(20px, 1.3vw, 28px);
  text-align: center;
}
.p-advantage-content__summary-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 36px;
  padding: 32px 3vw;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-advantage-content__summary-list {
    justify-content: flex-start;
  }
}
.p-advantage-content__summary-list > span {
  position: relative;
  padding-left: 12px;
  font-size: clamp(16px, 1.5vw, 20px);
  letter-spacing: 0.1em;
}
.p-advantage-content__summary-list > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #00AFDD;
}
.p-advantage-content--02 {
  position: relative;
}
@media (max-width: 768px) {
  .p-advantage-content--02 .p-advantage-content__inner {
    padding-inline: clamp(16px, 3vw, 80px);
  }
}
.p-advantage-content--02__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .p-advantage-content--02__inner {
    flex-direction: column;
  }
}
.p-advantage-content--02__container {
  position: relative;
}
.p-advantage-content--02__container-image {
  position: relative;
  max-width: 540px;
  width: 42vw;
  z-index: 1;
}
@media (max-width: 900px) {
  .p-advantage-content--02__container-image {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .p-advantage-content--02__container-image {
    width: 85%;
    margin: 0 0 0 auto;
  }
}
.p-advantage-content--02__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 60%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_01.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--02__container-image::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  transform: translateX(0);
  width: 230px;
  height: 430px;
  background: url("../assets/images/img_advantage_10.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .p-advantage-content--02__container-image::after {
    top: -20%;
    width: clamp(160px, 11.2vw, 230px);
    height: clamp(330px, 28.5vw, 430px);
    left: -24vw;
  }
}
@media (max-width: 600px) {
  .p-advantage-content--02__container-image::after {
    top: -20%;
    width: 130px;
    height: clamp(240px, 28.5vw, 430px);
    left: -24vw;
  }
}
.p-advantage-content--02__container-image img {
  width: 100%;
  position: relative;
  transform: rotate(5deg);
  border: 6px solid #ffffff;
  z-index: 1;
}
.p-advantage-content--02__container--01 {
  width: 50%;
}
@media (max-width: 900px) {
  .p-advantage-content--02__container--01 {
    width: 85%;
    margin: 0 auto;
  }
}
.p-advantage-content--02__container--01 .p-advantage-content--02__container-summary h3 {
  margin-block: 30px 16px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-advantage-content--02__container--01 .p-advantage-content--02__container-summary p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .p-advantage-content--02__container--02 {
    width: 85%;
    margin: 80px auto 0;
  }
}
@media (max-width: 600px) {
  .p-advantage-content--02__container--02 .p-advantage-content--02__container-image {
    width: 85%;
    margin: 0 auto 0 0;
  }
}
.p-advantage-content--02__container--02 .p-advantage-content--02__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 55%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_01.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--02__container--02 .p-advantage-content--02__container-image::after {
  content: "";
  position: absolute;
  top: 15%;
  left: auto;
  right: -35%;
  transform: translateX(0);
  width: 196px;
  height: 500px;
  background: url("../assets/images/img_advantage_11.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .p-advantage-content--02__container--02 .p-advantage-content--02__container-image::after {
    top: -5%;
    width: clamp(150px, 10.4vw, 196px);
    height: clamp(374px, 29.6vw, 500px);
  }
}
@media (max-width: 600px) {
  .p-advantage-content--02__container--02 .p-advantage-content--02__container-image::after {
    top: -5%;
    width: clamp(120px, 10.4vw, 196px);
    height: clamp(315px, 29.6vw, 500px);
  }
}
.p-advantage-content--02__container--02 .p-advantage-content--02__container-image img {
  transform: rotate(-5deg);
}
.p-advantage-content--03 {
  position: relative;
}
.p-advantage-content--03 .p-advantage-content__inner {
  padding-block: 120px 400px;
}
@media (max-width: 900px) {
  .p-advantage-content--03 .p-advantage-content__inner {
    padding-block: 80px;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--03 .p-advantage-content__inner {
    padding-inline: clamp(16px, 3vw, 80px);
  }
}
.p-advantage-content--03__inner {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto 0;
}
.p-advantage-content--03__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
@media (max-width: 1200px) {
  .p-advantage-content--03__container {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--03__container {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.p-advantage-content--03__container-image {
  position: relative;
  max-width: 460px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-advantage-content--03__container-image {
    width: 45vw;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--03__container-image {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--03__container-image {
    width: 75%;
    margin: 0 0 0 auto;
  }
}
.p-advantage-content--03__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 60%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_02.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--03__container-image::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  transform: translateX(0);
  width: 175px;
  height: 430px;
  background: url("../assets/images/img_advantage_12.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .p-advantage-content--03__container-image::after {
    top: -10%;
    width: clamp(160px, 11.2vw, 230px);
    height: clamp(350px, 28.5vw, 430px);
  }
}
@media (max-width: 600px) {
  .p-advantage-content--03__container-image::after {
    top: -54%;
    left: -36%;
    width: clamp(130px, 11.2vw, 230px);
    height: clamp(290px, 28.5vw, 430px);
  }
}
.p-advantage-content--03__container-image img {
  width: 100%;
  position: relative;
  transform: rotate(-5deg);
  border: 6px solid #ffffff;
  z-index: 1;
}
.p-advantage-content--03__container-image > span {
  position: absolute;
  top: -25%;
  left: 10%;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 114px);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  z-index: 10;
}
@media (max-width: 900px) {
  .p-advantage-content--03__container-image > span {
    top: -22%;
    left: 10%;
    color: #ffffff;
    font-size: clamp(40px, 10vw, 114px);
  }
}
.p-advantage-content--03__container-summary {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1200px) {
  .p-advantage-content--03__container-summary {
    width: 40vw;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--03__container-summary {
    width: 100%;
  }
}
.p-advantage-content--03__container-summary h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-advantage-content--03__container-summary p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-advantage-content--03__container--01 {
  width: 100%;
  display: flex;
}
@media (max-width: 1200px) {
  .p-advantage-content--03__container--01 {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--03__container--01 {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--03__container--02 .p-advantage-content--03__container-image {
    order: -1;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--03__container--02 .p-advantage-content--03__container-image {
    width: 75%;
    margin: 0 auto 0 0;
  }
}
.p-advantage-content--03__container--02 .p-advantage-content--03__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 55%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_02.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--03__container--02 .p-advantage-content--03__container-image::after {
  content: "";
  position: absolute;
  top: -50%;
  left: auto;
  right: -35%;
  transform: translateX(0);
  width: 240px;
  height: 510px;
  background: url("../assets/images/img_advantage_13.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .p-advantage-content--03__container--02 .p-advantage-content--03__container-image::after {
    width: clamp(160px, 11.2vw, 240px);
    height: clamp(350px, 28.5vw, 510px);
    top: 0%;
    right: -30%;
    z-index: 1;
  }
}
@media (max-width: 420px) {
  .p-advantage-content--03__container--02 .p-advantage-content--03__container-image::after {
    width: clamp(140px, 11.2vw, 240px);
    height: clamp(300px, 28.5vw, 510px);
    top: -42%;
    right: -30%;
    z-index: 1;
  }
}
.p-advantage-content--03__container--02 .p-advantage-content--03__container-image img {
  transform: rotate(5deg);
}
@media (max-width: 900px) {
  .p-advantage-content--03__container--03 .image-container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 280px;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--03__container--03 .image-container {
    width: 75%;
    margin: 0 0 0 15%;
  }
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image {
  position: relative;
  max-width: 396px;
  width: 100%;
  z-index: 1;
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 55%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_02.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image::after {
  content: "";
  position: absolute;
  top: 15%;
  left: -55%;
  transform: translateX(0);
  width: 190px;
  height: 440px;
  background: url("../assets/images/img_advantage_14.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 620px) {
  .p-advantage-content--03__container--03 .p-advantage-content--03__container-image::after {
    width: clamp(160px, 11.2vw, 190px);
    height: clamp(348px, 28.5vw, 440px);
    top: 20%;
    left: -30%;
    z-index: 1;
  }
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image img {
  transform: rotate(-5deg);
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image--02 {
  position: absolute;
  top: 85%;
  right: 40%;
}
@media (max-width: 900px) {
  .p-advantage-content--03__container--03 .p-advantage-content--03__container-image--02 {
    top: 40%;
    right: 4%;
  }
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image--02::after {
  content: "";
  display: none;
}
.p-advantage-content--03__container--03 .p-advantage-content--03__container-image--02 img {
  transform: rotate(5deg);
}
.p-advantage-content--04 {
  position: relative;
}
.p-advantage-content--04 .p-advantage-content__inner {
  padding-inline: 150px;
}
@media (max-width: 900px) {
  .p-advantage-content--04 .p-advantage-content__inner {
    padding-inline: clamp(16px, 3vw, 80px);
  }
}
.p-advantage-content--04__inner {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto 0;
}
.p-advantage-content--04__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
@media (max-width: 900px) {
  .p-advantage-content--04__container {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.p-advantage-content--04__container-image {
  position: relative;
  max-width: 450px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-advantage-content--04__container-image {
    width: 45vw;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--04__container-image {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--04__container-image {
    width: 75%;
    margin: 0 15% 0 0;
  }
}
.p-advantage-content--04__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 60%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_01.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--04__container-image::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10vw;
  transform: translateX(0);
  width: clamp(170px, 12.8vw, 240px);
  height: clamp(325px, 22.5vw, 430px);
  background: url("../assets/images/img_advantage_21.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .p-advantage-content--04__container-image::after {
    top: -15%;
    right: -15vw;
    width: clamp(170px, 12.8vw, 240px);
    height: clamp(325px, 22.5vw, 430px);
  }
}
@media (max-width: 600px) {
  .p-advantage-content--04__container-image::after {
    top: -25%;
  }
}
.p-advantage-content--04__container-image img {
  width: 100%;
  position: relative;
  transform: rotate(5deg);
  border: 6px solid #ffffff;
  z-index: 1;
}
.p-advantage-content--04__container-image > span {
  position: absolute;
  top: -25%;
  left: 10%;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 114px);
  font-weight: 600;
  z-index: 10;
}
@media (max-width: 900px) {
  .p-advantage-content--04__container-image > span {
    top: -22%;
    left: 10%;
    color: #ffffff;
    font-size: clamp(40px, 10vw, 114px);
  }
}
.p-advantage-content--04__container-summary {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1200px) {
  .p-advantage-content--04__container-summary {
    width: 40vw;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--04__container-summary {
    width: 100%;
  }
}
.p-advantage-content--04__container-summary h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-advantage-content--04__container-summary p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-advantage-content--04__container--01 {
  width: 100%;
}
@media (max-width: 1200px) {
  .p-advantage-content--04__container--01 {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--04__container--01 {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .p-advantage-content--04__container--02 .p-advantage-content--04__container-image {
    order: 2;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--04__container--02 .p-advantage-content--04__container-image {
    width: 75%;
    margin: 0 0 0 15%;
  }
}
.p-advantage-content--04__container--02 .p-advantage-content--04__container-image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 55%;
  transform: translateX(-50%);
  width: 42px;
  height: 40px;
  background: url("../assets/images/ico_pin_01.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--04__container--02 .p-advantage-content--04__container-image::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -30%;
  transform: translateX(0);
  width: clamp(120px, 10.6vw, 180px);
  height: clamp(370px, 29.45vw, 500px);
  background: url("../assets/images/img_advantage_22.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .p-advantage-content--04__container--02 .p-advantage-content--04__container-image::after {
    width: clamp(120px, 10.6vw, 180px);
    height: clamp(370px, 29.45vw, 500px);
    top: 0%;
    z-index: 1;
  }
}
.p-advantage-content--04__container--02 .p-advantage-content--04__container-image img {
  transform: rotate(-5deg);
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image {
  position: relative;
  max-width: 396px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 900px) {
  .p-advantage-content--04__container--03 .p-advantage-content--04__container-image {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--04__container--03 .p-advantage-content--04__container-image {
    flex-direction: column;
    margin: 0 auto;
  }
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image::before {
  content: "";
  display: none;
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image::after {
  content: "";
  display: none;
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image img {
  transform: rotate(0deg);
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image p {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-align: center;
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image--02 {
  position: absolute;
  top: 85%;
  right: 40%;
}
@media (max-width: 900px) {
  .p-advantage-content--04__container--03 .p-advantage-content--04__container-image--02 {
    top: 40%;
    right: 4%;
  }
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image--02::after {
  content: "";
  display: none;
}
.p-advantage-content--04__container--03 .p-advantage-content--04__container-image--02 img {
  transform: rotate(5deg);
}
.p-advantage-content--04__pai .pai__container {
  max-width: 1160px;
  width: 100%;
  margin: 240px auto 0;
  padding: 130px 24px 60px;
  background: #ffffff;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .p-advantage-content--04__pai .pai__container {
    margin: 100px auto 0;
    padding: 80px 12px 40px;
  }
}
.p-advantage-content--04__pai .pai__container h3 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 868px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 4px 12px 6px;
  font-size: clamp(20px, 2.2vw, 32px);
  letter-spacing: 0.1em;
  color: #E84388;
  font-weight: 400;
  background: #ffffff;
  border: 3px solid #E84388;
  border-radius: 45px;
}
.p-advantage-content--04__pai .pai__container-content {
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .p-advantage-content--04__pai .pai__container-content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-advantage-content--04__pai .pai__container-content {
    gap: 60px;
  }
}
.p-advantage-content--04__pai .pai__container-content-item {
  max-width: 370px;
  width: 100%;
  height: 504px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-advantage-content--04__pai .pai__container-content-item {
    width: 78%;
    height: auto;
  }
}
.p-advantage-content--04__pai .pai__container-content-item > p {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #E84388;
}
@media (max-width: 768px) {
  .p-advantage-content--04__pai .pai__container-content-item > p {
    font-size: 18px;
  }
}
.p-advantage-content--04__pai .pai__container-content-item--rev {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-advantage-content--04__pai .pai__container-content-item--rev {
    width: 100%;
  }
}
.p-advantage-content--04__pai .pai__container-content-item--rev > p {
  text-align: right;
}
@media (max-width: 1180px) {
  .p-advantage-content--04__pai .pai__container-content-item--rev > p {
    text-align: center;
  }
}
.p-advantage-content--04__pai .pai__container-content-image {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-advantage-content--04__pai .pai__container-content-image {
    margin-top: 16px;
  }
}
.p-advantage-content--04__pai .pai__container-content-image img {
  width: 100%;
}
.p-advantage-content--05 .p-advantage-content__inner {
  position: relative;
}
@media (max-width: 900px) {
  .p-advantage-content--05 .p-advantage-content__inner {
    padding-inline: clamp(16px, 3vw, 80px);
  }
}
.p-advantage-content--05 .p-advantage-content__inner h2 {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  max-width: 460px;
  width: 100%;
  z-index: 3;
}
.p-advantage-content--05 .p-advantage-content__inner h2 img {
  width: 100%;
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__summary {
  max-width: 1300px;
  padding: 64px 36px 120px;
  border-radius: 16px;
  background: #ffffff;
  gap: 24px;
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__summary h3 {
  text-align: center;
  color: #000000;
  font-size: clamp(22px, 1.4vw, 28px);
  font-weight: 400;
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__summary p {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  width: 100%;
  margin: 36px auto 0;
  filter: drop-shadow(0 0 6px rgba(142, 142, 142, 0.4));
}
@media (max-width: 900px) {
  .p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images {
    flex-wrap: wrap;
  }
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item {
  max-width: 286px;
  width: 100%;
  position: relative;
  border: 4px solid #ffffff;
}
@media (max-width: 900px) {
  .p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item {
    width: 50%;
  }
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item img {
  width: 100%;
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 60%;
  transform: translateX(-50%);
  width: 32px;
  height: 28px;
  background: url("../assets/images/ico_pin_02.svg") no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item:nth-of-type(1) {
  transform: rotate(-5deg);
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item:nth-of-type(2) {
  transform: rotate(0deg);
  z-index: 2;
  top: 50px;
}
@media (max-width: 900px) {
  .p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item:nth-of-type(2) {
    transform: rotate(5deg);
  }
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item:nth-of-type(3) {
  transform: rotate(5deg);
}
.p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item:nth-of-type(4) {
  transform: rotate(0deg);
  z-index: 2;
  top: 50px;
}
@media (max-width: 900px) {
  .p-advantage-content--05 .p-advantage-content__inner .p-advantage-content__images-item:nth-of-type(4) {
    transform: rotate(-5deg);
  }
}

.p-reason-content {
  background: url("../assets/images/bg_reason_01.png");
  background-size: contain;
}
.p-reason-content__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0px auto 40px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-reason-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-reason-content__inner .p-reason__images img {
  width: 100%;
}
.p-reason-content__inner .p-reason__images:nth-of-type(1) {
  margin-right: 5%;
}
.p-reason-content__inner .p-reason__images:nth-of-type(2) {
  margin-left: 3%;
}
.p-reason-content__inner .p-reason__images:nth-of-type(3) {
  margin-left: 3%;
}
.p-reason-content__inner .p-reason__images:nth-of-type(4) {
  margin-left: 3%;
}
.p-reason-content .p-reason__images--last {
  background: url("../assets/images/bg_reason_02.svg") no-repeat;
  background-size: cover;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-reason-content .p-reason__images--last {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
@media (max-width: 768px) {
  .p-reason-content .p-reason__images--last {
    background: url("../assets/images/bg_reason_03.svg") no-repeat;
    background-size: cover;
  }
}
.p-reason-content .p-reason__images--last img {
  width: 100%;
}
.p-reason-content > .p-front-school {
  padding: 100px 16px 96px;
}
.p-reason-content > .p-front-school > p {
  color: #4D4397;
  font-size: clamp(20px, 1.4vw, 28px);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-reason-content > .p-front-school .p-front-school__inner {
  padding-top: 24px;
}

.reason #footer,
.advantage #footer {
  margin-top: 0;
}

.p-alumni .p-current-content__inner h2 {
  color: #4D4397;
  font-size: clamp(20px, 1.3vw, 28px);
  letter-spacing: 0.1em;
  padding-block: 8px;
  margin-bottom: 16px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.p-alumni .p-current-content__inner p {
  letter-spacing: 0.1em;
}
.p-alumni .p-current-content__inner p.has-text-align-right {
  margin-bottom: 36px;
}
.p-alumni .p-current-content__inner .wp-block-column-is-layout-flow > p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.p-alumni .p-current-content__inner .wp-block-column-is-layout-flow > p img {
  width: 32%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
@media (max-width: 600px) {
  .p-alumni .p-current-content__inner .wp-block-column-is-layout-flow > p img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.p-alumni .alumni-info {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
  padding-top: 48px;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 1200px) {
  .p-alumni .alumni-info {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-alumni .alumni-info h3 {
  width: -moz-fit-content;
  width: fit-content;
  color: #4D4397;
  font-size: clamp(18px, 1.1vw, 24px);
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.p-alumni .alumni-info p a {
  color: #4D4397;
}

.p-join-content__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-join-content__inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.p-join-content__inner h6 span {
  display: block;
  width: 100%;
  color: #4D4397;
  padding-bottom: 6px;
  margin-bottom: 36px;
  border-bottom: 1px solid #e7e7e7;
}
.p-join-content__inner h5 > span {
  display: block;
  margin-bottom: 16px;
}
.p-join-content__inner p > a {
  text-decoration: underline;
}

.sitemap__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 36px;
}
.sitemap__content-inner {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 40px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .sitemap__content-inner {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
.sitemap__content-item {
  width: 46%;
}
@media (max-width: 600px) {
  .sitemap__content-item {
    width: 100%;
  }
}
.sitemap__content-item h2 {
  position: relative;
  font-size: clamp(24px, 1.2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #4D4397;
  padding-left: 30px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #4D4397;
}
.sitemap__content-item h2::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 45%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #4D4397;
}
.sitemap__content-item .sitemap__list-item {
  display: block;
  padding: 4px 4px 2px 20px;
  color: #000000;
  transition: all 0.3s;
  position: relative;
}
.sitemap__content-item .sitemap__list-item.unlink {
  pointer-events: none;
}
.sitemap__content-item .sitemap__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #4D4397;
  transition: all 0.3s;
}
.sitemap__content-item .sitemap__list-item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
}
.sitemap__content-item .sitemap__list-item:hover {
  color: #4D4397;
}
@media (max-width: 768px) {
  .sitemap__content-item .sitemap__list-item:hover {
    color: #000000;
  }
}
.sitemap__content-item .sitemap__list-item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background: #4D4397;
}
@media (max-width: 768px) {
  .sitemap__content-item .sitemap__list-item:hover::after {
    width: 0;
  }
}

.notfound__content {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin: 180px auto 40px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .notfound__content {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
@media (max-width: 1200px) {
  .notfound__content {
    flex-direction: column;
  }
}
.notfound__content-summary {
  flex: 0 0 auto;
}
.notfound__content-summary h2 {
  color: #4D4397;
  font-size: clamp(20px, 2.7vw, 50px);
  letter-spacing: 0.1em;
}
.notfound__content-summary p {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.notfound__content-summary a.top-btn {
  max-width: 205px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E9E7F8;
  border-radius: 30px;
  padding: 16px 40px;
  margin-top: 42px;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .notfound__content-summary a.top-btn {
    width: 46%;
    padding: 16px;
  }
}
.notfound__content-summary a.top-btn:hover {
  background: #dbd8eb;
}
.notfound__content-summary a.top-btn span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  color: #4F3C8B;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .notfound__content-summary a.top-btn span {
    font-size: 14px;
  }
}
.notfound__content-summary a.top-btn span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 16px;
  background: url("../assets/images/ico_arrow_03.svg") no-repeat;
  background-size: cover;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.notfound__content-image {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 1200px) {
  .notfound__content-image {
    order: -1;
  }
}
.notfound__content-image img {
  width: 100%;
}

.p-search__content {
  max-width: 1200px;
  width: 100%;
  margin: 150px auto 40px;
  padding-inline: clamp(80px, 6vw, 150px);
}
@media (max-width: 1200px) {
  .p-search__content {
    padding-inline: clamp(16px, 4vw, 80px);
  }
}
@media (max-width: 768px) {
  .p-search__content {
    margin: 120px auto 40px;
  }
}
.p-search__content .gsc-wrapper {
  max-width: 100%;
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(255, 255, 255, 0.2);
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ddd;
  border-width: 3px 3px 0 0;
}
@media only screen and (min-width: 769px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.top-slider {
  margin-bottom: 56px;
}
.top-slider .l-inner {
  padding-bottom: 0;
}
.top-slider .swiper-area {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top-slider .swiper-area {
    height: max(500px, 70vw);
    min-height: 500px;
  }
}
@media (max-width: 500px) {
  .top-slider .swiper-area {
    height: max(500px, 70vw);
    min-height: 77vw;
  }
}
.top-slider .swiper-main {
  max-height: 40vw;
  min-height: 580px;
  height: 100%;
  margin-right: min(40rem, 25vw);
  border-radius: 0 5rem 5rem 0;
  overflow: clip;
}
@media (max-width: 1280px) {
  .top-slider .swiper-main {
    min-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .swiper-main {
    height: max(500px, 70vw);
    min-height: 500px;
    margin-right: 12px;
  }
}
@media (max-width: 500px) {
  .top-slider .swiper-main {
    min-height: 77vw;
    border-radius: 0 20px 20px 0;
  }
}
.top-slider .swiper-main .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.top-slider .swiper-thumb {
  position: absolute;
  height: 100%;
  max-height: 500px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(48rem, 30vw);
}
@media only screen and (max-width: 768px) {
  .top-slider .swiper-thumb {
    top: auto;
    bottom: -15vw;
    width: 100%;
    height: 200px;
    border-radius: 1rem 0 0 1rem;
    transform: translate(0);
  }
}
@media (max-width: 500px) {
  .top-slider .swiper-thumb {
    position: static;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 200px;
  }
}
.top-slider .swiper-thumb .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .top-slider .swiper-thumb .swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: flex;
  }
  .top-slider .swiper-thumb .swiper-wrapper .swiper-slide {
    display: block;
    width: 50%;
    min-height: 100px;
    margin-bottom: 0 !important;
  }
}
.top-slider .slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .top-slider .slide {
    place-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .slide {
    padding-top: 20%;
  }
}
.top-slider .slide--st .slide-media {
  background: #CB6058;
}
.top-slider .slide--st .slide-content {
  background: #EC6D64;
}
.top-slider .slide--am .slide-media {
  background: #0B9A9B;
}
.top-slider .slide--am .slide-content {
  background: #00B2B3;
}
.top-slider .slide--ec .slide-media {
  background: #CE739F;
}
.top-slider .slide--ec .slide-content {
  background: #E684B3;
}
.top-slider .slide--ta .slide-media {
  background: #3E6DA8;
}
.top-slider .slide--ta .slide-content {
  background: #5185C5;
}
.top-slider .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: clip;
}
.top-slider .slide-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-inline: clamp(24px, 6vw, 56px);
  transition: 3s 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (max-width: 768px) {
  .top-slider .slide-content {
    display: none;
  }
}
.top-slider .slide-content > span {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(24px, 6vw, 124px);
  line-height: 1.2;
  margin-bottom: 15px;
}
.top-slider .slide-content--text p.slide-text {
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
}
.top-slider .slide-content--text h2.slide-title {
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 38px);
  line-height: 1.2;
}
.top-slider .slide-content--text h2.slide-title span {
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 26px);
}
.top-slider .slide-content--new {
  padding: 18px 24px;
  border-radius: 50px;
  background: #FFFF00;
}
.top-slider .slide-content--new p {
  color: #00B2B3;
  font-size: clamp(24px, 3.5vw, 35px);
  font-weight: 500;
  line-height: 0.8;
}
.top-slider .slide-content--new p span {
  font-size: clamp(20px, 3vw, 27px);
  line-height: 0.8;
  color: #00B2B3;
}
.top-slider .slide-content--new p span span {
  font-size: clamp(18px, 2vw, 25px);
}
.top-slider .slide-content--new p span span i {
  font-size: clamp(18px, 2vw, 25px);
  line-height: 0.8;
  color: #00B2B3;
}
@media only screen and (min-width: 769px) {
  .top-slider .slide img {
    transition: 2s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .top-slider .slide:hover img {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
.top-slider .thumb {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  height: 100px;
  max-height: 100px;
  padding: 0 26px;
  cursor: pointer;
  transition: 2s cubic-bezier(0.2, 1, 0.2, 1);
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .top-slider .thumb {
    border-radius: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .thumb {
    padding: 6px 16px;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .top-slider .thumb {
    padding: 6px 8px;
  }
}
.top-slider .thumb--st {
  background: #EC6D64;
}
.top-slider .thumb--am {
  background: #00B2B3;
}
.top-slider .thumb--ec {
  background: #E684B3;
}
.top-slider .thumb--ta {
  background: #5185C5;
}
.top-slider .thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  transform: scaleY(0);
  background-color: #f5695f;
}
.top-slider .thumb > span {
  font-size: clamp(20px, 3vw, 74px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffffff;
}
.top-slider .thumb-title {
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 22px);
  letter-spacing: 0.1em;
}
.top-slider .thumb-title span {
  display: block;
  color: #ffffff;
  font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 0.1em;
}
.top-slider .swiper-slide-thumb-active .thumb {
  color: #f5695f;
}
.top-slider .swiper-slide-thumb-active .thumb::before {
  transform: scaleY(1);
}

@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0 4rem;
  }
}
.song-content {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .song-content {
    margin-top: 40px;
  }
}
.song-content h2 {
  font-size: clamp(24px, 2vw, 36px);
  color: #4D4397;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #8678B7;
}
.song-content h2 span {
  margin-left: 20px;
  font-size: clamp(14px, 1.4vw, 20px);
  color: #000000;
}
.song-content__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 1080px) {
  .song-content__container {
    flex-direction: column;
    align-items: center;
  }
}
.song-content__container .song-content-lyrics ul {
  padding-left: 32px;
}
.song-content__container .song-content-lyrics ul li {
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  list-style-type: cjk-ideographic;
}
.song-content__container .song-content-image img {
  width: 100%;
}

.audio-player {
  position: relative;
  margin: 0 0 36px;
  width: 100%;
  max-width: 420px;
  padding: 10px;
  background-color: #0d023a;
  color: #fff;
  border-radius: 29px;
}
.audio-player .controls {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
}
.audio-player .controls button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.audio-player .controls button.play-btn, .audio-player .controls button.volume-btn {
  margin-right: -20px;
  padding-right: 10px;
}
.audio-player .controls button::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: -10px;
  margin-right: 8px;
  background-repeat: no-repeat;
}
.audio-player .controls button.loop-btn::before {
  height: 20px;
  width: 20px;
  vertical-align: -4px;
}
.audio-player input[name=vol] {
  display: none;
}
.audio-player input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #ccc;
}

@media screen and (min-width: 480px) {
  .audio-player {
    padding: 10px 10px;
  }
  .audio-player .controls {
    gap: 10px;
  }
  .audio-player input[name=vol] {
    display: block;
  }
}
.audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #3976d8;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.audio-player input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #3976d8;
  border-radius: 50%;
  border: none;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.audio-player input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 8px rgba(251, 255, 0, 0.3);
}

.audio-player input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, 0.4);
}

.audio-player input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, 0.4);
}

.audio-player input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 8px rgba(251, 255, 0, 0.3);
}

.audio-player input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, 0.4);
}

.audio-player input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(251, 255, 0, 0.4);
}

.audio-player .controls .time {
  font-size: 12px;
  line-height: 36px;
}

.audio-player button.play-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/%3E%3C/svg%3E");
}

.audio-player button.play-btn.playing::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z'/%3E%3C/svg%3E");
}

.audio-player button.volume-btn.muted::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f74848' viewBox='0 0 16 16'%3E  %3Cpath d='M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM6 5.04 4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96V5.04zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.audio-player button.volume-btn.muted {
  transform: scale(1.1);
}

.audio-player button.volume-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z'/%3E  %3Cpath d='M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z'/%3E  %3Cpath d='M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39 6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z'/%3E%3C/svg%3E");
}

.audio-player button.loop-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath d='M11 5.466V4H5a4 4 0 0 0-3.584 5.777.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192Zm3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777.5.5 0 0 1 .225-.67Z'/%3E%3C/svg%3E");
}

.audio-player button.loop-btn.looped::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fbf704' viewBox='0 0 16 16'%3E  %3Cpath d='M11 5.466V4H5a4 4 0 0 0-3.584 5.777.5.5 0 1 1-.896.446A5 5 0 0 1 5 3h6V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192Zm3.81.086a.5.5 0 0 1 .67.225A5 5 0 0 1 11 13H5v1.466a.25.25 0 0 1-.41.192l-2.36-1.966a.25.25 0 0 1 0-.384l2.36-1.966a.25.25 0 0 1 .41.192V12h6a4 4 0 0 0 3.585-5.777.5.5 0 0 1 .225-.67Z'/%3E%3C/svg%3E");
}

.audio-player button.loop-btn.looped {
  transform: scale(1.1);
}

.wpcf7 .cf7-field {
  display: block;
  margin-bottom: 1.25rem;
}
.wpcf7 .cf7-field a {
  text-decoration: underline;
}

.wpcf7 .cf7-field label {
  display: block;
  font-size: 0.875rem;
  color: #555;
  margin-bottom: 0.4rem;
}

.wpcf7 .cf7-field .req {
  color: #d9534f;
  margin-left: 2px;
}

.wpcf7 .cf7-row.cf7-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.2s;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #0073aa;
  outline: none;
}

.wpcf7 .zip-note {
  font-size: 0.75rem;
  color: #888;
  margin-top: 4px;
  display: block;
}

.wpcf7 .req-note {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.wpcf7 input[type=submit] {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 0.65rem 2.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
}

.wpcf7 input[type=submit]:hover {
  background: #005f8a;
}

@media (max-width: 600px) {
  .wpcf7 .cf7-row.cf7-2col {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */