@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;
}

.sp {
  display: none !important;
}

body {
  background: #fff;
  position: relative;
}

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

.loading {
  display: none;
}

body.is-modalfixed {
  overflow: hidden;
}

/* header
==================================*/
header {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  z-index: 500;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* fixed になった瞬間だけ上に隠す（初期状態には影響しない） */
header.is-fixed {
  position: fixed;
  top: 0;
  transform: translateY(-20px);
  opacity: 0;
}

/* すぐに is-visible を付けてアニメーション開始 */
header.is-fixed.is-visible {
  transform: translateY(29px);
  opacity: 1;
}

header .top_nav {
  display: none !important;
}
header .nav_area {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(27px);
  border-radius: 80px;
  padding: 0 0.78125vw 0 2.96875vw;
  height: 5.6116302083vw;
  max-height: 107px;
}
header .Wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1518px;
}
header .logo {
  font-size: 0.1px;
  line-height: 0.1px;
  position: relative;
  margin-right: 15px;
}
header .logo a {
  display: block;
  max-width: 145px;
  width: 7.55208vw;
}
header .logo a img {
  width: 100%;
  height: auto;
}
header .globalMenu {
  display: flex;
  align-items: center;
}
header .globalMenu ul {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 66px;
}
header .globalMenu ul a {
  font-size: clamp(15px, 0.9375vw, 18px);
  white-space: nowrap;
  display: block;
  transition: 0.3s;
  margin: 0 30px 0 0;
  font-weight: 700;
}
header .globalMenu ul a:hover {
  color: #682489;
}
header .globalMenu ul a .icon_y {
  background-size: 13px auto;
  width: 17px;
  height: 16px;
}
header .c_Btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.0625vw;
  height: 4.6342552083vw;
  max-height: 89px;
  background: #682489;
  border-radius: 70px;
  position: relative;
  margin: 0 0 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(15px, 0.9375vw, 18px);
  padding: 0 5px;
  white-space: nowrap;
  border: solid 2px #682489;
}
header .c_Btn a:hover {
  background-color: #fff;
  color: #682489;
}
@media (max-width: 1210px) {
  header .globalMenu ul a {
    margin-right: 15px;
    letter-spacing: -0.05em;
  }
  header .Wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 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);
  /* 元の位置に移動 */
}

@keyframes fadeIn02 {
  from {
    opacity: 0.2;
    /* フェードイン前の透明度 */
  }
  to {
    opacity: 1;
    /* フェードイン後の透明度 */
  }
}
.entry-header {
  display: none;
}

.Btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  width: 251px;
  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;
  padding: 0 17px 0 43px;
  position: relative;
}
.Btn a::before {
  content: "";
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  margin: -22px 0 0 0;
}
.Btn a::after {
  content: "";
  background: url(../images/common/icon_yajirushi.svg) no-repeat center 50%;
  background-size: 20.4853px auto;
  width: 44px;
  height: 44px;
  display: block;
  filter: invert(17%) sepia(56%) saturate(2683%) hue-rotate(264deg) brightness(93%) contrast(97%);
}
.Btn a:hover {
  background: #fff;
  color: #682489;
}
.Btn a:hover::before {
  background-color: #682489;
}
.Btn a:hover::after {
  filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(352deg) brightness(105%) contrast(101%);
}

.icon_y {
  background: url(../images/common/icon_yajirushi02.svg) no-repeat center 50%;
  background-size: 18.123px auto;
  width: 21px;
  height: 21px;
  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, rgba(244, 201, 239, 0.5), rgba(178, 229, 248, 0.5) 50%, rgba(242, 243, 226, 0.5));
}

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

.Title {
  color: #682489;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 135px;
}
.Title::before {
  content: "";
  background: #682489;
  height: 6px;
  width: 168px;
  bottom: -65px;
  left: 50%;
  margin-left: -83px;
  position: absolute;
}
.Title .icon_y {
  background: url(../images/common/icon_yajirushi02.svg) no-repeat center 50%;
  background-size: 37px auto;
  width: 40px;
  height: 40px;
  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: clamp(50px, 2.6041vw, 58px);
  line-height: 1.5;
  color: #682489;
  font-weight: 900;
  margin-bottom: 77px;
}

.tl_border {
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  border: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  border-radius: 19px;
  margin-bottom: 60px;
  color: #4c4c4c;
}

.lead {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  line-height: 1.9;
}

.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: cover;
  width: 100%;
  height: 380px;
  margin-bottom: 135px;
}
.k_Main_area h1 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  padding-top: 280px;
}

.bg_r {
  margin-right: 70px;
  background: #fffcf3;
  border-radius: 0 165px 165px 0;
  padding: 140px 0;
}
.bg_r .Wrap {
  padding-left: 120px;
}

.bg_l {
  margin-left: 70px;
  background: #fffcf3;
  border-radius: 165px 0 0 165px;
  padding: 140px 0;
}
.bg_l .Wrap {
  padding-right: 120px;
}

.table01 {
  border: solid 1px #262626;
  max-width: 1029px;
  margin: 0 auto;
  width: 100%;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.table01 th,
.table01 td {
  border-bottom: solid 1px #262626;
  padding: 30px 44px;
}
.table01 th.end,
.table01 td.end {
  border-bottom: none;
}
.table01 th {
  width: 30%;
  font-weight: 600;
}
.table01 td {
  width: 70%;
  background: #fff;
  padding-left: 40px;
}
.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: 190px;
}

/* footer
==================================*/
#Pagetop {
  position: fixed;
  bottom: 80px;
  right: 60px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

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

footer {
  padding: 120px 0 90px;
  background-color: #f1f5f5;
}
footer .Wrap {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .Wrap .l_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .Wrap .l_box .detail {
  font-size: 16px;
  line-height: 30px;
}
footer .Wrap .r_box {
  width: 510px;
  margin-right: 100px;
  display: flex;
  justify-content: space-between;
}
footer .Wrap .r_box .box {
  position: relative;
}
footer .Wrap .r_box .tl {
  font-weight: 600;
  margin-bottom: 60px;
}
footer .Wrap .r_box ul.f_nav a {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 10px;
}
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 a:hover {
  color: #682489;
}
footer .Wrap .r_box ul.f_nav ul li {
  margin-left: 1em;
}
footer .Wrap .r_box .sns_box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .Wrap .r_box .sns_box li {
  margin-right: 18px;
  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: 35vw;
}
@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: flex !important;
}
.home section {
  margin-bottom: 160px;
}
.home .Main_area {
  background: url(../images/common/main.jpg) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1.78;
  margin-bottom: 170px;
}
.home .Main_area .inner {
  padding: 0 60px;
  max-width: calc(1683px + 6%);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12vw 3% 3vw;
}
.home .Main_area .inner .main_logo {
  max-width: 942.0145px;
  width: 49.063vw;
  margin-right: 3vw;
}
.home .Main_area .inner .main_logo img {
  width: 100%;
  height: auto;
}
.home .Main_area .inner .chara_box {
  max-width: 652.1398px;
  width: 33.958vw;
  position: relative;
  height: 100%;
  max-height: 753.5724px;
}
.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: 171.9167px;
  width: 8.95399vw;
  transform: translate(0%, -50%);
}
.home .Main_area .inner .chara_box li.show.chara02 {
  top: 0;
  left: 50%;
  max-width: 138.678px;
  width: 7.2228vw;
  transform: translate(-50%, 0);
  margin-left: -1.8vw;
}
.home .Main_area .inner .chara_box li.show.chara03 {
  top: 50%;
  right: 0;
  max-width: 237.8077px;
  width: 12.385vw;
  transform: translate(0%, -50%);
}
.home .Main_area .inner .chara_box li.show.chara04 {
  bottom: 0;
  left: 50%;
  max-width: 144.1091px;
  width: 7.5056vw;
  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);
  }
}
.home .About_area .Title {
  margin-bottom: 170px;
}
.home .About_area .Title_normal {
  line-height: 1.5;
  font-size: 58px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 78px;
}
.home .About_area .lead {
  margin-bottom: 60px;
  line-height: 56px;
}
.home .About_area figure {
  text-align: center;
}
.home .News_area {
  padding: 46px;
  padding-bottom: 185px;
  margin-right: 70px;
  background: #fffcf3;
  border-radius: 0 165px 165px 0;
}
.home .News_area .Title {
  margin-left: 70px;
}
.home .News_area .Wrap {
  max-width: 906px;
  display: flex;
  justify-content: center;
  padding-left: 120px;
}
.home .News_area .Wrap dl {
  display: flex;
  margin-bottom: 20px;
}
.home .News_area .Wrap dl dt {
  width: 8em;
}
.home .News_area .Wrap dl dd {
  width: calc(100% - 8em);
}
.home .News_area .Wrap dl dt,
.home .News_area .Wrap dl dd {
  color: #4c4c4c;
  font-size: 22px;
  line-height: 1.6;
}
.home .News_area .Wrap dl dt a,
.home .News_area .Wrap dl dd a {
  text-decoration: underline;
}
.home .News_area .Wrap dl dt a:hover,
.home .News_area .Wrap dl dd a:hover {
  text-decoration: none;
}
.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;
  width: 256px;
  height: 70px;
  border: solid 2px #682489;
  border-radius: 70px;
  color: #682489;
  margin: 40px auto 0;
}
.home .News_area .button a:hover {
  background-color: #682489;
  color: #ffffff;
}
.home .Activity_details_area .Wrap {
  max-width: 1211px;
}
.home .Activity_details_area .Wrap .tl_border span {
  font-size: 26px;
  font-weight: 900;
  color: #4c4c4c;
}
.home .Activity_details_area .Wrap .lead {
  margin-bottom: 70px;
}
.home .Activity_details_area .circle_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home .Activity_details_area .circle_box .box {
  background-image: linear-gradient(90deg, #f4c9ef, #b2e5f8 50%, #f2f3e2);
  border-radius: 50%;
  width: 47%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5% 0;
}
.home .Activity_details_area .circle_box .fukidashi {
  background: url(../images/top/fukidashi01.svg) no-repeat center 50%;
  background-size: 100% auto;
  max-width: 180px;
  width: 100%;
  font-size: 28.6px;
  text-align: center;
  font-weight: 900;
  color: #682489;
  margin: 0 auto 10px;
  padding: 0px 0 17px;
  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: 135px;
  margin: 0 auto 5%;
}
.home .Activity_details_area .circle_box figure img {
  width: auto;
  height: 100%;
}
.home .Activity_details_area .circle_box .t {
  font-size: clamp(20px, 1.51vw, 29px);
  text-align: center;
  font-weight: 900;
  color: #682489;
  margin-bottom: 7%;
}
.home .Activity_details_area .circle_box .txt {
  font-size: clamp(16px, 1.0416vw, 20px);
  text-align: center;
  font-weight: 500;
  line-height: 2;
  color: #4c4c4c;
  text-align: center;
  min-height: 96px;
}
.home .Club_area {
  padding: 165px 20px;
  padding-bottom: 185px;
  margin-left: 70px;
  background: #f2f9ff;
  border-radius: 165px 0 0 165px;
}
.home .Club_area .Title {
  margin-right: 70px;
}
.home .Club_area .Wrap {
  max-width: 1228px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 70px 0 0;
}
.home .Club_area .Wrap .box_wrap {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 70px;
}
.home .Club_area .Wrap .box_wrap:nth-child(4n) {
  margin-right: 0;
}
.home .Club_area .Wrap .box_wrap .box figure {
  border-radius: 20px;
  font-size: 0.1px;
  line-height: 0.1px;
  height: 194px;
  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;
  transition: 0.3s;
}
.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 .Wrap .box_wrap .box:hover figure img {
  transform: scale(1.1);
}
.home .Club_area .Wrap .box_wrap .box.sample {
  pointer-events: none;
}
.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: 60px;
  width: 520px;
  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: 20px;
  right: 24px;
}
.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 .Btn a {
  margin-left: 0;
}
.home .Recruitment_area .Wrap {
  max-width: 1177px;
}
.home .Recruitment_area .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.home .Recruitment_area .box figure {
  width: 44%;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
  align-self: flex-start;
}
.home .Recruitment_area .box figure img {
  width: 100%;
  height: auto;
}
.home .Recruitment_area .box .txt_box {
  width: 52%;
}
.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: 18px;
  line-height: 38px;
}
.home .Recruitment_area .box .txt_box ul {
  margin-left: 1em;
}
.home .Recruitment_area .box01,
.home .Recruitment_area .box03 {
  flex-direction: row-reverse;
}
.home .Recruitment_area .tl_circle {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 900;
  position: relative;
  margin-bottom: 53px;
}
.home .Recruitment_area .tl_circle::before {
  content: "";
  background: url(../images/common/icon_circle.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 29px;
  height: 29px;
  display: block;
  margin-right: 10px;
}
.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: -20px;
  left: 0px;
}
.home .Recruitment_area .onegai {
  border-radius: 40px;
  padding: 45px;
}
.home .Recruitment_area .onegai h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 900;
}
.home .Recruitment_area .onegai .txt {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 20px;
}
.home .Recruitment_area .onegai .Btn a {
  width: 333px;
}
.home .Faq_area {
  padding: 165px 46px;
  padding-bottom: 185px;
  margin-right: 70px;
  background: #f6f3ff;
  border-radius: 0 165px 165px 0;
}
.home .Faq_area .Wrap {
  margin-left: 70px;
}
.home .Faq_area .Title_box {
  position: relative;
  display: flex;
  justify-content: center;
}
.home .Faq_area .Title_box::before {
  content: "";
  background: url(../images/top/faq_figure01.svg) no-repeat center 50%;
  background-size: 148.8459px auto;
  width: 149px;
  height: 116px;
  display: block;
  margin-right: 20px;
}
.home .Faq_area .Title_box::after {
  content: "";
  background: url(../images/top/faq_figure02.svg) no-repeat center 50%;
  background-size: 133.4961px auto;
  width: 149px;
  height: 116px;
  display: block;
  margin-left: 20px;
}
.home .Faq_area .Btn a {
  width: 251px;
  margin: 45px auto 0;
}
.home .Contact_area .Title_normal {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 77px;
}
.home .Contact_area .Btn a {
  width: 333px;
  margin: 45px auto 0;
}
.home .Contact_area .c_txt {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.home .Company_area {
  background: #fffcf3;
  padding: 80px 0 75px;
  margin-bottom: 0;
}
.home .Company_area .Title_normal_s {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 33px;
}
.home .Company_area .Wrap {
  max-width: 1640px;
}
.home .Company_area .Wrap ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.home .Company_area .Wrap ul li {
  width: 13.4285714286%;
  margin-right: 1%;
  font-size: 0;
  line-height: 0;
  font-size: 0.1px;
  line-height: 0.1px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 0;
  transition: 0.3s;
}
.home .Company_area .Wrap ul li:hover {
  bottom: -3px;
}
.home .Company_area .Wrap ul li:last-child {
  margin-right: 0;
}
.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: 120px;
  line-height: 56px;
}
#page_Coach .Sec02_area {
  margin-bottom: 190px;
}
#page_Coach .Sec02_area .Wrap {
  max-width: 1029px;
}
#page_Coach .Sec02_area .list01 {
  max-width: 931px;
  margin: 0 auto;
}
#page_Coach .Sec02_area .list01 li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 30px;
}
#page_Coach .Sec02_area .list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 30px;
}
#page_Coach .Sec02_area .kome {
  margin-top: 30px;
}
#page_Coach .Sec03_area .Wrap {
  max-width: 1000px;
}
#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 .accordion dl {
  position: relative;
  z-index: 5;
}
#page_Faq section .accordion dl::before {
  content: "";
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 14px;
  right: 27px;
  z-index: 2;
  pointer-events: none;
}
#page_Faq section .accordion dt .icon_y {
  background-size: 16px 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;
  transition: 0.3s;
}
#page_Faq section .accordion dd a:hover {
  text-decoration: none;
}
#page_Faq section .accordion dd .icon_y {
  background-size: 14px auto;
  height: 19px;
}
#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: 34px;
  right: 38px;
  width: 19px;
  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: 12px 0 10px;
}
#page_Faq section .accordion .accordion-header span {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
#page_Faq section .accordion .accordion-header span,
#page_Faq section .accordion .accordion-content span {
  padding: 0 55px 0 86px;
  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: -15px;
  left: 20px;
  font-size: 46px;
  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: 20px;
  font-size: 46px;
  height: 1em;
  line-height: 1;
  width: 1em;
  text-align: center;
}
#page_Faq section .accordion {
  /* hover */
}
#page_Faq section .accordion .accordion-header:hover {
  background-color: #9459b1;
}

/*==================================
    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: 380px;
  padding: 23px 30px;
  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 .tl02 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}
#page_Contact .Sec01_area .txt_area dl {
  margin-top: 34px;
}
#page_Contact .Sec01_area .txt_area dl dt {
  font-weight: 600;
}
#page_Contact .Sec01_area .txt_area dl .b_list {
  margin-left: 1em;
}
#page_Contact .Sec01_area .txt_area dl .b_list li {
  list-style-type: disc;
}
#page_Contact .Sec01_area .txt_area dl ul li ul {
  margin-left: 1em;
  margin-bottom: 2em;
}
#page_Contact .Sec01_area .txt_area dl ul li ul li::marker {
  color: rgb(153, 153, 153);
  /* 好きな色に変更 */
}
#page_Contact .Sec01_area .txt_area dl small {
  font-size: 80%;
}
#page_Contact .Sec01_area .txt_area dl .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: 50px;
  padding-right: 50px;
}
#page_Contact .Form_area table,
#page_Contact .wp-block-contact-form-7-contact-form-selector table {
  max-width: 950px;
}
#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: 10px;
  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 {
  width: 21em;
  vertical-align: top;
  font-size: 16px;
  color: #262626;
}
#page_Contact th p {
  display: flex;
  align-items: center;
}
#page_Contact td {
  width: calc(100% - 21em);
}
#page_Contact th,
#page_Contact td {
  padding: 18px 0;
}
#page_Contact .form-birthday {
  display: flex;
}
#page_Contact .form-birthday p {
  margin-right: 7px;
}
#page_Contact input {
  border: solid 1px #cccccc;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}
#page_Contact .submit_area {
  margin: 46px 0 0;
}
#page_Contact .submit_area .kome {
  color: #682489;
  text-align: center;
}
#page_Contact .submit_area .submit_btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  width: 321px;
  background-color: #682489;
  height: 69px;
  color: #fff;
  font-size: 20px;
  position: relative;
  margin: 0 auto !important;
  z-index: 4;
  transition: 0.3s;
  border: solid 2px #682489;
}
#page_Contact .submit_area .submit_btn input[type=submit]:hover {
  color: #682489;
  background-color: #fff;
}
#page_Contact .submit_area .submit_btn:hover {
  color: #fff;
}
#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% !important;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}
#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: 84px;
  line-height: 1.6;
}
#page_Contact textarea.height02 {
  height: 126px;
}
#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 .privacy {
  margin-top: 40px;
  max-width: 950px;
}
#page_Contact .privacy .box .wpcf7-form-control-wrap {
  margin-top: 40px;
  display: block;
}
#page_Contact .privacy .border {
  position: relative;
  margin: 0 0 60px;
}
#page_Contact .privacy .border::after {
  content: "";
  width: 490px;
  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;
}