@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

/* font
==================================*/
input,
textarea,
select,
i,
.wp-element-button {
  font-style: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 500;
}

body {
  color: #4c4c4c;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 500;
  letter-spacing: 0.02em;
}

body {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
dt,
dd,
th,
td,
table th,
table td {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 500;
}

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

a {
  outline: none;
}

#masthead {
  display: none;
}

#main {
  padding: 0;
}

* {
  background-color: initial;
  box-shadow: initial;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 16px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #4c4c4c;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #4c4c4c;
}
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
a:active {
  color: #4c4c4c;
}
a:hover {
  outline: none;
}

a:focus,
*:focus {
  outline: none !important;
}

body {
  background-color: #fff;
}
body table th,
body table td {
  border: initial;
  padding: initial;
  vertical-align: middle;
}

.spsm {
  display: none;
}

.spmd {
  display: none;
}

.spmlg {
  display: none;
}

.spmlg02 {
  display: none;
}

@media (max-width: 375px) {
  .spsm {
    display: block;
  }
}
@media (max-width: 900px) {
  .spmd {
    display: block;
  }
}
@media (max-width: 1210px) {
  .spmlg {
    display: block;
  }
}
@media (max-width: 1350px) {
  .spmlg02 {
    display: block;
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in02 {
  transition-delay: 500ms;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  opacity: 0;
  transform: translateY(50px);
  /* 下から浮かび上がる */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

footer.visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に戻る */
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
[class*=inner-container] > :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: none;
}

.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin: 0;
}

.pc {
  display: none !important;
}

[id^=anc] {
  display: block;
  height: 0;
  pointer-events: none;
  padding-top: 120px;
  margin-top: -120px;
}

.loading {
  display: none;
}

/* header
==================================*/
header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 73px;
  padding-top: 30px;
}
header .k_nav {
  display: block;
}
header .top_nav {
  display: none;
}
header .logo {
  position: relative;
  z-index: 9000;
  width: 69.13px;
  height: 81.35px;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .Wrap {
  margin: 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
header .nav_logo {
  margin-top: 56px;
  text-align: center;
}
header .c_Btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 248px;
  height: 57px;
  background: #682489;
  border-radius: 70px;
  position: relative;
  margin: 0 0 0 0;
  font-weight: bold;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
header .c_Btn.sp a {
  width: 92px;
  height: 50px;
  margin-right: 65px;
  font-size: 12px;
}
header .nav_area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  height: 100vh;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -5;
  transition: 0.3s;
  padding: 140px 15px 30px 115px;
}
header .nav_area ul a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 350px) {
  header .nav_area {
    padding-left: 90px !important;
  }
}
@media (max-width: 380px) {
  header .nav_area ul a {
    margin-bottom: 4dvh;
  }
}

.hamburger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 8888;
  transition: 0.3s;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.hamburger span {
  width: 20px;
  height: 2px;
  display: block;
  background: #707070;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 50%;
  margin-left: -10px;
  z-index: 8888;
}

.hamburger span.b01 {
  top: 17px;
}

.hamburger span.b02 {
  top: 25px;
}

.hamburger span.b03 {
  top: 33px;
}

.hamburger.active span.b01 {
  top: 24px;
  width: 24px;
  transform: rotate(-45deg);
  height: 2px;
  margin-left: -11px;
}

.hamburger.active span.b02,
.hamburger.active span.b03 {
  width: 24px;
  margin-left: -11px;
  height: 2px;
  top: 24px;
  transform: rotate(45deg);
}

.panelactive .nav_area {
  opacity: 1;
  transform: translateX(0);
  position: fixed;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  z-index: 7777;
  height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;
}

body.panelactive {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* main
==================================*/
/* 左からフェードインの基本スタイル */
.fade-in-element {
  opacity: 0;
  /* 初期状態は透明 */
  transform: translateY(30px);
  /* 左に30px移動 */
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* フェードインの遷移効果 */
}

/* フェードイン後の状態 */
.fade-in-element.visible {
  opacity: 1;
  /* 完全に表示 */
  transform: translateY(0);
  /* 元の位置に移動 */
}

.entry-header {
  display: none;
}

.Btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  max-width: 369px;
  width: 100%;
  height: 68px;
  font-weight: 500;
  transition: 0.3s;
  border: solid 2px #682489;
  background: #682489;
  border-radius: 60px;
  background: #682489;
  color: #fff;
  font-weight: 500;
  margin: 34px auto 0;
  position: relative;
}
.Btn a::after {
  content: "";
  background: url(../../images/common/icon_yajirushi.svg) no-repeat center 50% #fff;
  background-size: 20.4853px auto;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -22px;
  display: block;
}

.icon_y {
  background: url(../../images/common/icon_yajirushi02.svg) no-repeat center 50%;
  background-size: 14px auto;
  width: 21px;
  height: 19px;
  position: relative;
  top: 3px;
  display: inline-block;
  filter: invert(29%) sepia(7%) saturate(19%) hue-rotate(345deg) brightness(94%) contrast(90%);
}

.bg_grade {
  background-image: linear-gradient(90deg, rgb(244, 201, 239), rgb(178, 229, 248) 50%, rgb(242, 243, 226));
}

.Wrap {
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 10px;
  padding-right: 10px;
}

.Title {
  color: #682489;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.Title::before {
  content: "";
  background: #682489;
  height: 4px;
  width: 130px;
  bottom: -35px;
  left: 50%;
  margin-left: -65px;
  position: absolute;
}
.Title .icon_y {
  background: url(../../images/common/icon_yajirushi02.svg) no-repeat center 50%;
  background-size: 22px auto;
  width: 30px;
  height: 27px;
  position: relative;
  top: 3px;
  display: inline-block;
  filter: invert(18%) sepia(66%) saturate(2146%) hue-rotate(262deg) brightness(94%) contrast(99%);
}

.Title_normal02 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #682489;
  font-weight: 900;
  margin-bottom: 35px;
}

.tl_border {
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  border: solid 1px #e5e5e5;
  border-radius: 19px;
  margin-bottom: 60px;
  color: #4c4c4c;
  padding: 9px;
  line-height: 31px;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.k_Main_area {
  background: url(../../images/common/main.jpg) no-repeat center 0%;
  background-size: 383% auto;
  width: 100%;
  height: 259px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.k_Main_area h1 {
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  font-weight: 900;
  padding-bottom: 20px;
}

.bg_r {
  background: #fffcf3;
  border-radius: 0 80px 80px 0;
  padding: 80px 0;
}

.bg_l {
  background: #fffcf3;
  border-radius: 80px 0 0 80px;
  padding: 80px 0;
}

.table01 {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table01 th,
.table01 td {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  padding: 10px;
  display: block;
}
.table01 th.end,
.table01 td.end {
  border-bottom: none;
}
.table01 th {
  font-weight: 500;
}
.table01 td {
  background: #fff;
  border-bottom: solid 1px #707070;
  padding: 20px 10px;
}
.table01 td.end {
  border: none;
}
.table01 td .tl {
  color: #682489;
  font-weight: 600;
}
.table01 th,
.table01 td,
.table01 p,
.table01 li {
  font-size: 16px;
  line-height: 34px;
}
.table01 .th01 {
  border-radius: 20px 0 0 0;
}

.ma_no {
  margin-bottom: 0;
}

.ma10 {
  margin-bottom: 10px;
}

main section {
  margin-bottom: 80px;
}

/* footer
==================================*/
#Pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: 50px;
}
#Pagetop a {
  display: block;
}
#Pagetop img {
  width: 100%;
  height: auto;
}

#Pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

footer {
  padding: 45px 0 65px;
  background-color: #f1f5f5;
}
footer .Wrap {
  position: relative;
  margin: 0 auto;
}
footer .Wrap .l_box .logo {
  width: 204px;
}
footer .Wrap .l_box .logo img {
  width: 100%;
  height: auto;
}
footer .Wrap .l_box .detail {
  font-size: 16px;
  line-height: 30px;
}
footer .Wrap .r_box .box {
  position: relative;
}
footer .Wrap .r_box .tl {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}
footer .Wrap .r_box ul.f_nav {
  margin-left: 1em;
}
footer .Wrap .r_box ul.f_nav a {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
footer .Wrap .r_box ul.f_nav a .icon_y {
  background-size: 13px auto;
  width: 17px;
  height: 16px;
}
footer .Wrap .r_box ul.f_nav ul li {
  margin-left: 1em;
}
footer .Wrap .r_box .sns_box {
  display: flex;
  margin-top: 40px;
}
footer .Wrap .r_box .sns_box li {
  margin-right: 30px;
  width: 39.1249px;
}
footer .Wrap .r_box .sns_box li.insta {
  width: 38.8859px;
}
footer .Wrap .r_box .sns_box li.x {
  width: 36.6826px;
}
footer .Wrap .r_box .sns_box li img {
  width: 100%;
  height: auto;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
.home .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.home .loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 60vw;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.home header .k_nav {
  display: none !important;
}
.home header .top_nav {
  display: block !important;
}
.home section {
  margin-bottom: 80px;
}
.home .Main_area {
  background: url(../../images/common/main.jpg) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin-bottom: 92px;
}
.home .Main_area .inner {
  padding: 0 60px;
  max-width: calc(1683px + 6%);
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  padding: 19dvh 15px 10vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .Main_area .inner .main_logo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.home .Main_area .inner .main_logo img {
  width: 100%;
  height: auto;
}
.home .Main_area .inner .chara_box {
  max-width: 287px;
  width: 73.589vw;
  margin: 0 auto;
  position: relative;
  height: 103.5897vw;
  min-height: 58.26dvh;
  max-height: 404px;
}
.home .Main_area .inner .chara_box li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.home .Main_area .inner .chara_box li {
  position: absolute;
}
.home .Main_area .inner .chara_box li img {
  max-width: 100%;
  height: auto;
}
.home .Main_area .inner .chara_box {
  /* アニメーション開始 */
}
.home .Main_area .inner .chara_box li.show {
  opacity: 1;
  transform: translateY(0);
}
.home .Main_area .inner .chara_box li.show.chara01 {
  top: 50%;
  left: 0;
  max-width: 89.31px;
  width: 22.9vw;
  transform: translate(0%, -50%);
}
.home .Main_area .inner .chara_box li.show.chara02 {
  top: 0;
  left: 50%;
  max-width: 72.04px;
  width: 18.471vw;
  transform: translate(-50%, 0);
  margin-left: -1.8vw;
}
.home .Main_area .inner .chara_box li.show.chara03 {
  top: 50%;
  right: 0;
  max-width: 123.47px;
  width: 31.658vw;
  transform: translate(0%, -50%);
  margin-right: -3vw;
}
.home .Main_area .inner .chara_box li.show.chara04 {
  bottom: 0;
  left: 50%;
  max-width: 74.88px;
  width: 19.2vw;
  transform: translate(-50%, 0);
  margin-left: -1.8vw;
}
.home .Main_area .inner .chara_box li img {
  animation: floatY 3s ease-in-out infinite;
}
.home .Main_area .inner .chara_box li:nth-child(1) img {
  --move: 8px;
}
.home .Main_area .inner .chara_box li:nth-child(2) img {
  --move: 12px;
}
.home .Main_area .inner .chara_box li:nth-child(3) img {
  --move: 6px;
}
.home .Main_area .inner .chara_box li:nth-child(4) img {
  --move: 15px;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(var(--move) * -1));
  }
  100% {
    transform: translateY(0);
  }
}
@media (orientation: landscape) {
  .home {
    /* 横向きのときだけ適用されるCSS */
  }
  .home .Main_area,
  .home .inner {
    height: auto;
    aspect-ratio: 1.1;
  }
  .home .Main_area .inner {
    height: auto;
  }
  .home .Main_area .inner .chara_box {
    max-height: none;
    height: 404px;
  }
}
.home .About_area .Title_normal {
  font-size: 30px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.home .About_area .lead {
  margin-bottom: 20px;
}
.home .About_area figure {
  text-align: center;
  max-width: 245px;
  margin: 0 auto;
}
.home .About_area figure img {
  width: 100%;
  height: auto;
}
.home .About_area .lead .icon_y {
  background-size: 14px auto;
  width: 19px;
  height: 19px;
}
.home .News_area {
  background: #fffcf3;
}
.home .News_area .Wrap dl {
  margin-bottom: 25px;
}
.home .News_area .Wrap dl dt {
  margin-bottom: 0;
}
.home .News_area .Wrap dl dt,
.home .News_area .Wrap dl dd {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 30px;
}
.home .News_area .Wrap dl dt a,
.home .News_area .Wrap dl dd a {
  text-decoration: underline;
}
.home .News_area .hidden-view {
  display: none;
}
.home .News_area .hidden-view.open {
  display: block;
}
.home .News_area .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  max-width: 376px;
  height: 70px;
  border: solid 2px #682489;
  border-radius: 70px;
  color: #682489;
  margin: 40px auto 0;
}
.home .Activity_details_area .Wrap {
  max-width: 1211px;
}
.home .Activity_details_area .Wrap .tl_border {
  margin-bottom: 35px;
}
.home .Activity_details_area .Wrap .icon_y {
  background-size: 16px auto;
  width: 21px;
  height: 19px;
}
.home .Activity_details_area .Wrap .lead {
  margin-bottom: 60px;
}
.home .Activity_details_area .circle_box .box {
  background-image: linear-gradient(90deg, #f4c9ef, #b2e5f8 50%, #f2f3e2);
  border-radius: 50%;
  width: 100%;
  max-width: 372px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}
.home .Activity_details_area .circle_box .fukidashi {
  background: url(../../images/top/fukidashi01.svg) no-repeat center 50%;
  background-size: 100% auto;
  max-width: 114px;
  width: 100%;
  font-size: 28.6px;
  text-align: center;
  font-weight: 900;
  color: #682489;
  margin: -19px auto 0;
  text-indent: -9999px;
}
.home .Activity_details_area .circle_box .box02 .fukidashi {
  background: url(../../images/top/fukidashi02.svg) no-repeat center 50%;
  background-size: 100% auto;
}
.home .Activity_details_area .circle_box .box03 .fukidashi {
  background: url(../../images/top/fukidashi03.svg) no-repeat center 50%;
  background-size: 100% auto;
}
.home .Activity_details_area .circle_box figure {
  text-align: center;
  height: 18vw;
  max-height: 73px;
  margin: 0 auto 7px;
}
.home .Activity_details_area .circle_box figure img {
  width: auto;
  height: 100%;
}
.home .Activity_details_area .circle_box .t {
  font-size: clamp(20px, 6.4102vw, 25px);
  line-height: 1.3;
  text-align: center;
  font-weight: 900;
  color: #682489;
  margin-bottom: 1%;
}
.home .Activity_details_area .circle_box .txt {
  font-size: clamp(14px, 4.1025vw, 16px);
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  color: #4D4D4D;
  text-align: center;
}
.home .Club_area {
  background: #f2f9ff;
  padding-bottom: 40px;
}
.home .Club_area .Title {
  padding: 0 10px;
}
.home .Club_area .Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home .Club_area .Wrap .box_wrap {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.home .Club_area .Wrap .box_wrap:nth-child(2n) {
  margin-right: 0;
}
.home .Club_area .Wrap .box_wrap .box figure {
  border-radius: 20px;
  font-size: 0.1px;
  line-height: 0.1px;
  height: 253px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home .Club_area .Wrap .box_wrap .box figure img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.home .Club_area .Wrap .box_wrap .box .tl {
  font-size: 16px;
  line-height: 31px;
  line-break: anywhere;
}
.home .Club_area .Wrap .box_wrap .box .day {
  font-size: 14px;
}
.home .Club_area .modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .Club_area .modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.home .Club_area {
  /* ここが最重要：最初から描画させておく */
}
.home .Club_area .modal-content {
  opacity: 0;
  /* ← 最初から描画されるが透明 */
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  padding: 40px 15px;
  width: calc(100% - 20px);
  border: solid 1px #E6E6E6;
  border-radius: 32px;
}
.home .Club_area {
  /* モーダルが開いたら中身だけ遅れてフェードイン */
}
.home .Club_area .modal.is-open .modal-content {
  opacity: 1;
}
.home .Club_area .modal-content {
  position: relative;
}
.home .Club_area .modal-content .modal-close {
  background: url(../../images/common/icon_close.svg) no-repeat 0 50%;
  background-size: 13.44px auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.home .Club_area .modal-content figure {
  margin-bottom: 10px;
}
.home .Club_area .modal-content figure img {
  width: 100%;
  height: auto;
}
.home .Club_area .modal-content table th,
.home .Club_area .modal-content table td {
  vertical-align: top;
  padding: 2px 0 10px;
  line-height: 1.3;
  font-size: 14px;
}
.home .Club_area .modal-content table th {
  white-space: nowrap;
  padding-right: 10px;
}
.home .Club_area .modal-content table td {
  overflow-wrap: anywhere;
}
.home .Recruitment_area .box {
  margin-bottom: 80px;
}
.home .Recruitment_area .box figure {
  border-radius: 20px;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
  align-self: flex-start;
  margin-bottom: 40px;
}
.home .Recruitment_area .box figure img {
  width: 100%;
  height: auto;
}
.home .Recruitment_area .box .txt_box {
  margin-bottom: 32px;
}
.home .Recruitment_area .box .txt_box .icon_y {
  background-size: 14px;
}
.home .Recruitment_area .box .txt_box .txt,
.home .Recruitment_area .box .txt_box p,
.home .Recruitment_area .box .txt_box li {
  font-size: 16px;
  line-height: 2;
}
.home .Recruitment_area .box .txt_box ul {
  margin-left: 1em;
}
.home .Recruitment_area .tl_circle {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 31px;
  font-weight: 900;
  position: relative;
  margin-bottom: 42px;
}
.home .Recruitment_area .tl_circle::before {
  content: "";
  background: url(../../images/common/icon_circle.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 5px;
}
.home .Recruitment_area .tl_circle::after {
  content: "";
  background-image: linear-gradient(90deg, #f4c9ef, #b2e5f8 50%, #f2f3e2);
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0px;
}
.home .Recruitment_area .onegai {
  border-radius: 40px;
  padding: 30px 20px;
}
.home .Recruitment_area .onegai h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}
.home .Recruitment_area .onegai .txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}
.home .Faq_area {
  background: #f6f3ff;
}
.home .Faq_area .Title_box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.home .Faq_area .Title_box .Title {
  width: 100%;
  order: 1;
  margin-bottom: 70px;
}
.home .Faq_area .Title_box::before {
  content: "";
  background: url(../../images/top/faq_figure01.svg) no-repeat center 50%;
  background-size: auto 87.68px;
  width: 140px;
  height: 89px;
  display: block;
  order: 2;
}
.home .Faq_area .Title_box::after {
  content: "";
  background: url(../../images/top/faq_figure02.svg) no-repeat center 50%;
  background-size: auto 87.68px;
  width: 140px;
  height: 89px;
  display: block;
  order: 3;
}
.home .Contact_area .Title_normal {
  text-align: center;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 37px;
}
.home .Contact_area .c_txt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.home .Company_area {
  background: #fffcf3;
  padding: 30px 0 20px;
  margin-bottom: 0;
}
.home .Company_area .Title_normal_s {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 33px;
}
.home .Company_area .Wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}
.home .Company_area .Wrap ul li {
  width: calc((100% - 20px) / 2);
  margin: 0 5px;
  font-size: 0;
  line-height: 0;
  font-size: 0.1px;
  line-height: 0.1px;
  border-radius: 7px;
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  bottom: 0;
  transition: 0.3s;
}
.home .Company_area .Wrap ul li:hover {
  bottom: -3px;
}
.home .Company_area .Wrap ul li a {
  padding: 0 10px;
  display: block;
  background-color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .Company_area .Wrap ul li img {
  width: 100%;
  height: auto;
}
.home footer {
  margin-top: 0;
}

/*==================================
    coach/student
==================================*/
#page_Coach .Sec01_area .Wrap {
  max-width: 1210px;
}
#page_Coach .Sec01_area .lead {
  margin-bottom: 70px;
}
#page_Coach .Sec01_area .tl_border {
  margin-bottom: 40px;
}
#page_Coach .Sec02_area .Wrap {
  padding: 0;
}
#page_Coach .Sec02_area .list01 {
  margin: 0 10px;
}
#page_Coach .Sec02_area .list01 li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
#page_Coach .Sec02_area .list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 30px;
}
#page_Coach .Sec02_area .kome {
  font-size: 16px;
  padding-left: 10px;
  margin-top: 12px;
}
#page_Coach .Sec03_area .lead {
  margin-bottom: 0;
}

#page_Coach.page_Student .Sec03_area .lead {
  line-height: 56px;
  margin-bottom: 120px;
}

/*==================================
    Faq
==================================*/
#page_Faq section.Sec04_area {
  background: #F2F9FF;
}
#page_Faq section.Sec06_area {
  background: #F6F3FF;
}
#page_Faq section .Wrap {
  max-width: 1210px;
}
#page_Faq section {
  /* 必須 */
}
#page_Faq section .accordion dl {
  position: relative;
  z-index: 5;
}
#page_Faq section .accordion dl::before {
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  pointer-events: none;
}
#page_Faq section .accordion dt .icon_y {
  background-size: 14px auto;
  filter: invert(100%) sepia(0%) saturate(4257%) hue-rotate(118deg) brightness(123%) contrast(107%);
}
#page_Faq section .accordion dd {
  display: none;
  border: solid 2px #060B8B;
  border-radius: 0 0 20px 20px;
  top: -30px;
  position: relative;
  z-index: -1;
}
#page_Faq section .accordion dd a {
  color: #682489;
  text-decoration: underline;
}
#page_Faq section .accordion dd .icon_y {
  background-size: 13px auto;
  height: 18px;
}
#page_Faq section .accordion .accordion-header {
  background-color: #682489;
  padding: 20px 45px 20px 0;
  margin: 10px 0 0;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  border-radius: 19px;
  border: solid 2px #060B8B;
}
#page_Faq section .accordion .accordion-header.active {
  border-radius: 19px 19px 0 0;
}
#page_Faq section .accordion .accordion-header::before,
#page_Faq section .accordion .accordion-header::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 19px;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #682489;
  z-index: 5;
  display: block;
  pointer-events: none;
}
#page_Faq section .accordion .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#page_Faq section .accordion .accordion-header.active::after {
  transform: rotate(0deg);
}
#page_Faq section .accordion .accordion-content {
  background-color: #FFF;
  padding: 6px 17px 10px 0;
}
#page_Faq section .accordion .accordion-header span {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
#page_Faq section .accordion .accordion-header span,
#page_Faq section .accordion .accordion-content span {
  padding: 0 5px 0 56px;
  position: relative;
  display: block;
}
#page_Faq section .accordion .accordion-content span {
  padding-top: 42px;
  padding-bottom: 15px;
}
#page_Faq section .accordion .accordion-header span::before {
  position: absolute;
  content: "Q";
  color: #A46EE6;
  font-weight: 900;
  top: -16px;
  left: 10px;
  font-size: 40px;
  height: 1em;
  line-height: 1;
  width: 1em;
  text-align: center;
}
#page_Faq section .accordion .accordion-content span::before {
  position: absolute;
  content: "A";
  color: #D9D9D9;
  font-weight: 900;
  top: 34px;
  left: 10px;
  font-size: 40px;
  height: 1em;
  line-height: 1;
  width: 1em;
  text-align: center;
}

/*==================================
    Privacy
==================================*/
#page_Privacy .Wrap {
  max-width: 1213px;
}
#page_Privacy section .box {
  margin-bottom: 95px;
}
#page_Privacy section .box ul {
  margin-left: 1em;
}
#page_Privacy section .box ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#page_Privacy section .box dl {
  margin-top: 50px;
}
#page_Privacy section .box dl dt {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}
#page_Privacy section .box .tl_border {
  margin-bottom: 30px;
}

/*==================================
     Contact お問い合わせ共通
==================================*/
#page_Contact {
  margin-bottom: 190px;
}
#page_Contact .Wrap,
#page_Contact .wp-block-contact-form-7-contact-form-selector {
  max-width: 1228px;
}
#page_Contact .Sec01_area {
  margin-bottom: 70px;
}
#page_Contact .Sec01_area .lead {
  margin-bottom: 20px;
}
#page_Contact .Sec01_area .txt_area {
  border: solid 1px #b3b3b3;
  /* 共通：スクロール領域 */
}
#page_Contact .Sec01_area .txt_area .inner {
  height: 524px;
  padding: 25px 20px;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: thin;
  /* 細くする（Firefox） */
  scrollbar-color: #d9d9d9 #ffffff;
  /* thumb / track */
}
#page_Contact .Sec01_area .txt_area {
  /* WebKit（Chrome / Edge / Safari） */
}
#page_Contact .Sec01_area .txt_area .inner::-webkit-scrollbar {
  width: 18px;
  /* Safari でも比較的反映されやすい幅 */
}
#page_Contact .Sec01_area .txt_area .inner::-webkit-scrollbar-track {
  background: #ffffff;
  border: none;
  box-shadow: none;
  /* ← Safari の影を消す */
}
#page_Contact .Sec01_area .txt_area .inner::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 18px;
  border: none;
  box-shadow: none;
}
#page_Contact .Sec01_area .txt_area .inner::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 18px;
  /* Safari でも比較的効きやすい */
}
#page_Contact .Sec01_area .txt_area .inner::-webkit-scrollbar-thumb:hover {
  background: #999;
}
#page_Contact .Sec01_area .txt_area .tl {
  font-size: 24px;
  margin-bottom: 10px;
}
#page_Contact .Sec01_area .txt_area dl {
  margin-top: 34px;
}
#page_Contact .Sec01_area .txt_area dl dt {
  font-weight: 700;
}
#page_Contact .Sec01_area .txt_area dl dd {
  font-weight: 400;
}
#page_Contact .Sec01_area .txt_area dl dd .b_list {
  margin-left: 1em;
}
#page_Contact .Sec01_area .txt_area dl dd .b_list li {
  list-style-type: disc;
}
#page_Contact .Sec01_area .txt_area dl dd ul li ul {
  margin-left: 1em;
  margin-bottom: 2em;
}
#page_Contact .Sec01_area .txt_area dl dd ul li ul li::marker {
  color: rgb(153, 153, 153);
  /* 好きな色に変更 */
}
#page_Contact .Sec01_area .txt_area dl dd small {
  font-size: 80%;
}
#page_Contact .Sec01_area .txt_area dl dd .kome li {
  margin-left: 3em;
  text-indent: -3em;
}
#page_Contact .wp-block-contact-form-7-contact-form-selector {
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 10px;
  padding-right: 10px;
}
#page_Contact .Form_area table,
#page_Contact .wp-block-contact-form-7-contact-form-selector table {
  width: 100%;
}
#page_Contact .Form_area .wpcf7-turnstile,
#page_Contact .wp-block-contact-form-7-contact-form-selector .wpcf7-turnstile {
  margin-bottom: 30px;
}
#page_Contact .Form_area .wpcf7-turnstile div:first-child,
#page_Contact .wp-block-contact-form-7-contact-form-selector .wpcf7-turnstile div:first-child {
  width: 300px;
  margin: 0 auto;
}
#page_Contact .Form_area .icon,
#page_Contact .wp-block-contact-form-7-contact-form-selector .icon {
  font-size: 14px;
  color: #fff;
  background: #682489;
  border-radius: 20px;
  width: 45px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  line-height: 1;
  position: relative;
  top: 1px;
}
#page_Contact .Form_area .icon.nini,
#page_Contact .wp-block-contact-form-7-contact-form-selector .icon.nini {
  background: #EDEDED;
  color: #666666;
}
#page_Contact .Form_area .lead,
#page_Contact .wp-block-contact-form-7-contact-form-selector .lead {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
  color: #682489;
  font-weight: 700;
}
#page_Contact .Form_area .red,
#page_Contact .Form_area .wpcf7-not-valid-tip,
#page_Contact .wp-block-contact-form-7-contact-form-selector .red,
#page_Contact .wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
  color: #e60012;
}
#page_Contact .Form_area .wpcf7 form.invalid .wpcf7-response-output,
#page_Contact .Form_area .wpcf7 form.unaccepted .wpcf7-response-output,
#page_Contact .Form_area .wpcf7 form.payment-required .wpcf7-response-output,
#page_Contact .wp-block-contact-form-7-contact-form-selector .wpcf7 form.invalid .wpcf7-response-output,
#page_Contact .wp-block-contact-form-7-contact-form-selector .wpcf7 form.unaccepted .wpcf7-response-output,
#page_Contact .wp-block-contact-form-7-contact-form-selector .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e60012;
}
#page_Contact th {
  font-size: 16px;
  color: #262626;
  padding: 10px 0;
}
#page_Contact th .th {
  display: flex;
  align-items: center;
}
#page_Contact th p {
  display: flex;
  align-items: center;
}
#page_Contact th p small {
  font-size: 12px;
  letter-spacing: -0.02em;
  display: block;
}
#page_Contact td {
  margin-bottom: 25px;
}
#page_Contact td .kome {
  font-size: 14px;
  font-weight: 300;
  color: #262626;
}
#page_Contact th,
#page_Contact td {
  display: block;
}
#page_Contact .form-birthday {
  display: flex;
}
#page_Contact .form-birthday p {
  margin-right: 7px;
}
#page_Contact input {
  border: solid 1px #cccccc;
  padding: 10px 16px;
  background: #fff;
  border-radius: 10px;
}
#page_Contact .submit_area {
  margin: 46px 0 0;
}
#page_Contact .submit_area .kome {
  color: #682489;
  text-align: center;
  font-weight: 400;
}
#page_Contact .submit_area .submit_btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  width: 100%;
  background-color: #682489;
  height: 69px;
  color: #fff;
  font-size: 20px;
  position: relative;
  margin: 0 auto !important;
  z-index: 4;
  transition: 0.3s;
}
#page_Contact .submit_area .wpcf7-response-output {
  border-color: #e60012;
}
#page_Contact .wpcf7-response-output {
  border-color: #e60012;
  color: #e60012;
  border-radius: 20px;
  padding: 13px 25px;
}
#page_Contact input[type=text],
#page_Contact input[type=tel],
#page_Contact input[type=email],
#page_Contact textarea,
#page_Contact select {
  border: solid 1px #cccccc !important;
  padding: 10px 16px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin: 0;
}
#page_Contact input[type=text]:focus,
#page_Contact input[type=tel]:focus,
#page_Contact input[type=email]:focus,
#page_Contact textarea:focus,
#page_Contact select:focus {
  outline: none !important;
}
#page_Contact textarea {
  height: 107px;
  line-height: 1.6;
}
#page_Contact textarea.height02 {
  height: 205px;
}
#page_Contact select {
  background: url(../../images/contact/icon_under02.svg) no-repeat 98% 50%;
  background-size: 18.5776px auto;
  color: #262626;
}
#page_Contact select.select-color {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #262626;
}
#page_Contact select.select-color.placeholder {
  color: #cccccc;
}
#page_Contact .form-birthday select {
  background: url(../../images/contact/icon_under.svg) no-repeat 90% 50%;
  background-size: 8px 6px;
  width: 77px !important;
  color: #262626;
}
#page_Contact .form-birthday select#select-year {
  width: 110px !important;
}
#page_Contact input[type=checkbox] {
  padding: 0;
  border: none;
  position: relative;
}
#page_Contact input[type=checkbox]::after {
  display: none;
}
#page_Contact .wpcf7-file {
  display: inline-block;
  background-color: #fff;
  color: #4c4c4c;
  height: 100%;
  padding: 0;
  border: solid 1px #cccccc !important;
  font-size: 13px;
  width: 100%;
}
#page_Contact input[type=file]::file-selector-button {
  background-color: #682489;
  padding: 1em;
  margin-right: 1em;
  border: none;
  color: #fff;
  height: 100%;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
}
#page_Contact .privacy .box .wpcf7-form-control-wrap {
  margin-top: 40px;
  display: block;
}
#page_Contact .privacy .box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
#page_Contact .privacy .border {
  position: relative;
  margin: 0 0 60px;
}
#page_Contact .privacy .border::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#page_Contact .privacy .wpcf7-list-item-label {
  position: relative;
  font-size: 18px;
}
#page_Contact .privacy {
  /* チェックボックスの枠 */
}
#page_Contact .privacy .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  border: solid 1px #cccccc !important;
  border-radius: 4px;
}
#page_Contact .privacy {
  /* チェックのアイコン */
}
#page_Contact .privacy .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: -31px;
  background: #682489;
  opacity: 0;
  border: none !important;
  transform: none !important;
  border-radius: 4px;
}
#page_Contact .privacy {
  /* チェックされた時 */
}
#page_Contact .privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after,
#page_Contact .privacy input[type=radio]:checked + .radio-text::after {
  opacity: 1;
}
#page_Contact ::-moz-placeholder {
  color: #DDDDDD;
}
#page_Contact ::placeholder {
  color: #DDDDDD;
}
#page_Contact .confirm_message {
  white-space: pre-wrap;
}
#page_Contact .error-message {
  font-size: 1em;
  font-weight: normal;
  display: block;
}
#page_Contact .Thanks_area {
  text-align: center;
}

/*==================================
     Contact ノーマルお問い合わせページのみ
==================================*/
#page_Contact.normal .submit_area {
  margin-top: 103px;
}