@charset "UTF-8";
/* Scss Document */
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%; }

html {
  overflow-y: scroll; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

/*h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
	font-weight:normal;
}*/
em {
  font-style: normal; }

a:link {
  color: #333; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7; }

a:active {
  color: #333;
  text-decoration: none; }

a:hover img {
  /*background:#fff;*/
  filter: alpha(opacity=70);
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  form .wLong {
    width: 100%; } }
/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  /*TAB以下*/
  .pcView {
    display: none; } }
@media screen and (min-width: 1000px) {
  /*PC*/
  .spView {
    display: none; } }
/*
---------------------------------------
layout
---------------------------------------
*/
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  /*chrome画像ぼやけ対策*/ }

html {
  font-size: clamp(8px, calc(8px + (2 * ((100vw - 1000px) / 920))), 10px);
  color: #1A1A1A;
  scroll-behavior: smooth; }
  @media (max-width: 999px) {
    html {
      font-size: 62.5% !important; } }

#pcNav ul li a:hover,
.header .logo a:hover,
#home01 .list a:hover {
  opacity: .7;
  transition-delay: all .5s;
  cursor: pointer; }

a:hover {
  opacity: 1;
  cursor: pointer; }

a:hover img {
  opacity: 1; }

#body {
  overflow: hidden; }

.under_schools #floatingBox,
.schools #floatingBox {
  display: none; }

/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
body {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  line-height: 1.8; }

body .light {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

body .medium {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

body .bold {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

body .black {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

body .en {
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb16 {
  margin-bottom: clamp(8rem, 12vw, 16rem); }

body .mb14 {
  margin-bottom: clamp(7rem, 10vw, 14rem); }

body .mb12 {
  margin-bottom: clamp(6rem, 10vw, 12rem); }

body .mbTen {
  margin-bottom: clamp(5rem, 8vw, 10rem); }

body .mb8 {
  margin-bottom: 8rem; }
  @media (max-width: 999px) {
    body .mb8 {
      margin-bottom: 4rem; } }

body .mb6 {
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    body .mb6 {
      margin-bottom: 3rem; } }

body .mb5 {
  margin-bottom: 5rem; }
  @media (max-width: 999px) {
    body .mb5 {
      margin-bottom: 2.5rem; } }

body .mb4 {
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    body .mb4 {
      margin-bottom: 2rem; } }

body .mb3 {
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    body .mb3 {
      margin-bottom: 1.5rem; } }

body .mb2 {
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    body .mb2 {
      margin-bottom: 1rem; } }

body .mb1 {
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    body .mb1 {
      margin-bottom: 0.5rem; } }

/* 
---------------------------------------
共通
---------------------------------------
*/
.stxt {
  font-size: 2rem;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    .stxt {
      font-size: 16px;
      text-align: justify; } }

.sub .stxt {
  font-size: 1.8rem;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    .sub .stxt {
      font-size: 15px;
      text-align: justify; } }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.sub .ttlBox {
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    .sub .ttlBox {
      margin-bottom: 30px; } }

.sub .ttlBox .sttl {
  font-size: 70px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 1; }
  @media (max-width: 999px) {
    .sub .ttlBox .sttl {
      font-size: 40px; } }
  .sub .ttlBox .sttl span {
    color: #2B9A33; }

.sub .ttlBox .ttlDeco {
  text-align: center;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    .sub .ttlBox .ttlDeco {
      font-size: 14px; } }

.sub .ttlBox .sttl span {
  color: #2B9A33; }

.wavy {
  padding-bottom: 5px;
  background: url("../../img/common/wavy.png") repeat-x bottom left/auto 5px; }

.mark {
  background: linear-gradient(transparent 1.1em, #CEE4F8 0, #CEE4F8 calc(1.1em + 12px), transparent 0); }
  @media (max-width: 999px) {
    .mark {
      background: linear-gradient(transparent 1.1em, #CEE4F8 0, #CEE4F8 calc(1.1em + 7px), transparent 0); } }

.mark2 {
  position: relative;
  z-index: 1; }

.mark2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 12px;
  background: #6EAFE9;
  z-index: -1;
  transition: all 0.8s;
  border-radius: 4px;
  bottom: 1rem; }
  @media (max-width: 999px) {
    .mark2:after {
      bottom: 51px;
      height: 9px; } }

@media (max-width: 999px) {
  .mark2:before {
    content: '';
    position: absolute;
    left: 14%;
    width: 0%;
    height: 9px;
    background: #6EAFE9;
    z-index: -1;
    transition: all 0.8s;
    border-radius: 4px;
    bottom: 0.3rem; } }

.mark2.isActive:after {
  width: 100%; }
  @media (max-width: 999px) {
    .mark2.isActive:after {
      width: 113%; } }

@media (max-width: 999px) {
  .mark2.isActive:before {
    width: 85%; } }

@media (max-width: 999px) {
  #home02 .home02_message .catchcopy .mark2:before {
    left: -6%; } }

@media (min-width: 1000px) {
  #home02 .home02_message .catchcopy .mark2:after {
    left: 2%; } }
@media (max-width: 999px) {
  #home02 .home02_message .catchcopy .mark2:after {
    left: 5%; } }

@media (max-width: 999px) {
  #home02 .home02_message .catchcopy .mark2.isActive:before {
    width: 103%; } }

@media (min-width: 1000px) {
  #home02 .home02_message .catchcopy .mark2.isActive:after {
    width: 96%; } }
@media (max-width: 999px) {
  #home02 .home02_message .catchcopy .mark2.isActive:after {
    width: 85%; } }

/*キャラクター回転*/
.rotate {
  animation: rotation 1.2s steps(2, end) infinite; }

/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-20deg); } }
/*gear rotate*/
.gear_rotate {
  animation: gear_rotate 12s linear infinite; }

@keyframes gear_rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner_L {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner_L {
      max-width: 56rem; } }

.inner_M {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner_M {
      max-width: 56rem; } }

.inner_S {
  max-width: 100rem;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner_S {
      max-width: 56rem; } }

.inner_SS {
  max-width: 80rem;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner_SS {
      max-width: 56rem; } }

/* 
---------------------------------------
デバイス切替
---------------------------------------
*/
.pcView {
  display: block; }
  @media (max-width: 999px) {
    .pcView {
      display: none; } }

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

/*----------------------------------
ローディング画面のためのCSS 
-----------------------------------*/
#splash {
  display: none; }

@keyframes progress {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
#splash.block {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1005;
  text-align: center;
  background-color: #fff;
  color: #fff; }

#splash.background {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1004;
  text-align: center;
  color: #fff;
  animation-name: fadeOutAnime;
  animation-fill-mode: backwards;
  animation-duration: 0.5;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-direction: normal; }
  @media (max-width: 999px) {
    #splash.background {
      animation-delay: 2s; } }

@keyframes fadeOutAnime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*画面遷移アニメーション*/
.splashbg1,
.splashbg2 {
  display: none; }

/*bodyにappearクラスがついたら出現*/
.splashbg1.fadeIn,
.splashbg2.fadeIn {
  display: block; }

/*右に消えるエリア*/
.splashbg1.fadeIn {
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: scaleX(1);
  background-color: #fff;
  /*伸びる背景色の設定*/ }

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(1); }
  50% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/*左に消えるエリア*/
.splashbg2.fadeIn {
  animation-name: PageAnime2;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 50%;
  transform: scaleX(1);
  background-color: #fff;
  /*伸びる背景色の設定*/ }

@keyframes PageAnime2 {
  0% {
    transform-origin: right;
    transform: scaleX(1); }
  50% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
/*bodyにappearクラスがついたら出現*/
body.home.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#topContainer {
  opacity: 0; }

/*bodyにappearクラスがついたら出現*/
body.appear #topContainer {
  opacity: 1; }

/*-----------------------------
歯車
------------------------------*/
#splash-contents {
  display: none; }

#splash.background #splash-contents {
  display: block;
  position: absolute;
  z-index: 1003;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%); }

#splash-contents .gearBox {
  width: 100%;
  height: 100%;
  position: relative; }

#splash .gear {
  position: absolute;
  z-index: 1003; }

#splash .gear1 {
  top: -57px;
  left: -12px;
  width: 52px;
  height: auto;
  animation: spin 5s infinite; }
  @media (max-width: 999px) {
    #splash .gear1 {
      top: -40px;
      left: 8px;
      width: 32px; } }

#splash .gear2 {
  width: 89px;
  top: -36px;
  right: -32px;
  height: auto;
  animation: spin-reverse 5s infinite; }
  @media (max-width: 999px) {
    #splash .gear2 {
      width: 59px;
      top: -27px;
      right: -13px; } }

#splash .gear3 {
  top: -1px;
  left: -31px;
  width: 67px;
  height: auto;
  animation: spin 5s infinite; }
  @media (max-width: 999px) {
    #splash .gear3 {
      top: -1px;
      left: -11px;
      width: 47px; } }

@keyframes spin {
  50% {
    transform: rotate(360deg); } }
@keyframes spin-reverse {
  50% {
    transform: rotate(-360deg); } }
#splash .loading_txt.uppercase {
  color: #333;
  position: relative;
  z-index: 1003;
  top: 80px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }
  @media (max-width: 999px) {
    #splash .loading_txt.uppercase {
      font-size: 16px;
      top: 55px; } }

/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
.home #kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 999px) {
    .home #kv {
      height: 66vh; } }

.home #kv .ttl {
  position: absolute;
  z-index: 3;
  top: 38%; }
  @media (max-width: 999px) {
    .home #kv .ttl {
      top: 46.76%; } }

.home #kv .ttl img {
  width: 61.4%; }
  @media (max-width: 999px) {
    .home #kv .ttl img {
      width: 89%; } }

.home #kv .ttl img.animate__bounceIn.stop {
  animation: none; }

.home #kv .elements {
  position: absolute;
  bottom: 102px;
  right: 29px;
  display: flex;
  width: 188px; }
  @media (max-width: 999px) {
    .home #kv .elements {
      bottom: 37px;
      right: 10px;
      width: 108px; } }

.home #kv .elements .mv_character {
  width: 66%;
  position: absolute;
  z-index: 4;
  top: 53px;
  left: -108px; }
  @media (max-width: 999px) {
    .home #kv .elements .mv_character {
      width: 59%;
      left: -46px;
      top: auto;
      bottom: 0; } }

.home #kv .elements .wheal {
  position: relative;
  width: 100%; }

.home #kv .elements a {
  display: block;
  position: relative;
  z-index: 3; }

.home #kv .elements .wheal_txt {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 90.7%;
  z-index: 3; }

.animation01 {
  position: absolute;
  z-index: 2;
  bottom: 12.1rem;
  left: 7.74%;
  width: 0%;
  white-space: nowrap;
  overflow: hidden; }
  @media (max-width: 999px) {
    .animation01 {
      bottom: 180px;
      left: 5.3%; } }

.swiper-slide-active .opacity_1.animation01 {
  animation: fadeAndSlide forwards 1 5s ease 1s; }
  @media (max-width: 999px) {
    .swiper-slide-active .opacity_1.animation01 {
      animation: fadeAndSlide forwards 1 3s ease 1s; } }

@keyframes fadeAndSlide {
  from {
    width: 0%; }
  to {
    width: 100%; } }
/* 
---------------------------------------
下層メインビジュアル
---------------------------------------
*/
/*画像無し*/
#subKv {
  position: relative;
  width: 100%;
  height: calc(100vh - 50.63%);
  background-image: url("../../img/common/sKv-bg.webp");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 23.6rem;
  padding-bottom: 26.2rem; }
  @media (max-width: 999px) {
    #subKv {
      height: auto;
      padding-top: 133px;
      padding-bottom: 120px; } }

#subKv .ttl {
  font-size: 36px;
  color: #333333;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #subKv .ttl {
      font-size: 25px; } }

#subKv .character1 {
  position: absolute;
  bottom: 110px;
  width: 4.3%;
  left: 8.4%; }
  @media (max-width: 999px) {
    #subKv .character1 {
      display: none; } }

#subKv .character2 {
  position: absolute;
  bottom: 71px;
  width: 5.3%;
  left: 18.6%; }
  @media (max-width: 999px) {
    #subKv .character2 {
      display: none; } }

#subKv .character3 {
  position: absolute;
  bottom: 87px;
  width: 4.3%;
  left: 30.1%; }
  @media (max-width: 999px) {
    #subKv .character3 {
      bottom: 22px;
      left: 5%;
      width: 35px; } }

#subKv .character4 {
  position: absolute;
  bottom: 96px;
  width: 5.3%;
  left: 40.4%; }
  @media (max-width: 999px) {
    #subKv .character4 {
      bottom: 40px;
      left: 32%;
      width: 45px; } }

#subKv .character5 {
  position: absolute;
  bottom: 127px;
  width: 5.5%;
  left: 51.7%; }
  @media (max-width: 999px) {
    #subKv .character5 {
      bottom: 61px;
      width: 45px;
      left: 55.7%; } }

#subKv .character6 {
  position: absolute;
  bottom: 62px;
  width: 5.7%;
  left: 63.3%; }
  @media (max-width: 999px) {
    #subKv .character6 {
      bottom: 31px;
      width: 45px;
      left: 82%; } }

#subKv .character7 {
  position: absolute;
  bottom: 87px;
  width: 5.4%;
  left: 75%; }
  @media (max-width: 999px) {
    #subKv .character7 {
      display: none; } }

#subKv .character8 {
  position: absolute;
  bottom: 112px;
  width: 5.3%;
  left: 86.5%; }
  @media (max-width: 999px) {
    #subKv .character8 {
      display: none; } }

/* 
---------------------------------------
パンくずリスト
---------------------------------------
*/
.breadcrumbs {
  position: relative;
  z-index: 5;
  margin: -50px auto 0;
  padding-bottom: 31px; }
  @media (max-width: 999px) {
    .breadcrumbs {
      padding-bottom: 10px;
      margin: -10px auto 0; } }

.breadcrumbs span {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/*教室情報用ぱんくず*/
.breadcrumbs ol {
  display: flex;
  align-items: center; }

.breadcrumbs li {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  transition: all 0.2s ease;
  width: 100%;
  justify-content: space-between;
  position: fixed;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 999; }
  @media (max-width: 999px) {
    #header {
      height: 60px;
      padding: 11px 5.5%;
      align-items: center;
      background-image: url("../../img/common/header_bg.webp");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover; } }

#header .bg {
  position: relative;
  width: 100%; }

#header .bg img {
  width: 100%; }

#header .bg .logo {
  width: 15%; }
  @media (max-width: 999px) {
    #header .bg .logo {
      width: 41%;
      position: relative;
      z-index: 8; } }

#header .bg .logo a {
  display: flex;
  align-items: center; }

#header .item {
  width: 62.57%; }
  @media screen and (max-width: 1400px) and (min-width: 1250px) {
    #header .item {
      width: 72.57%; } }
  @media screen and (max-width: 1249px) and (min-width: 1000px) {
    #header .item {
      width: 81.57%; } }

#header .item ul {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#header .item ul a {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }

#header .item ul a:hover {
  color: #0E7BDB; }

#header .item ul .blue_btn {
  width: 22%; }

#header .item ul .blue_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #0E7BDB;
  background-color: #0E7BDB;
  color: #fff;
  padding: 11px 33px;
  border-radius: 999px; }

#header .item ul .blue_btn a:hover {
  background-color: #fff;
  color: #0E7BDB; }

#header .item ul .blue_btn a img {
  width: 23%; }

#header .item ul .blue_btn a .hover_non {
  display: block; }

#header .item ul .blue_btn a:hover {
  opacity: 1; }

#header .item ul .blue_btn a:hover .hover_non {
  display: none; }

#header .item ul .blue_btn a .hover_on {
  display: none; }

#header .item ul .blue_btn a:hover .hover_on {
  display: block; }

#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  background-color: #fff;
  max-width: 1400px;
  width: 90%;
  border-radius: 999px;
  border: #FFCC26 4px solid;
  padding: 14px 20px 13px 37px; }
  @media (max-width: 999px) {
    #header .wrapper {
      position: relative;
      top: 0px;
      left: 0%;
      border-radius: 0px;
      border: #FFCC26 0px solid;
      width: 100%; } }

/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
nav.spNav {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%; }
  @media (min-width: 1000px) {
    nav.spNav {
      display: none; } }

nav.spNav .bg {
  position: absolute !important;
  bottom: -8px;
  z-index: 10000; }

nav.spNav .acdn {
  background: url("../../img/common/humburger_bg.webp");
  background-position: bottom;
  background-size: cover;
  margin: 0 auto;
  padding: 74px 0 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 999px) {
    nav.spNav .acdn {
      height: calc(100vh - 80px); } }

body {
  position: relative; }

body:after {
  display: none;
  position: fixed;
  content: '';
  top: 0;
  -webkit-top: 0;
  bottom: 0;
  -webkit-bottom: 0;
  right: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  -webkit-height: 100vh;
  transition: 0.5s all; }

body.active:after {
  display: block;
  transition: 0.5s all; }

nav.spNav .acdn .menu1 {
  background-color: #fff;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  padding: 24px 0; }

nav.spNav .acdn li.box a {
  padding: 15.5px 5.9%; }

nav.spNav .acdn li.box .data a {
  padding: 0; }

/* このクラスを、jQueryで付与・削除する */
nav.spNav.active {
  transform: translateX(0); }

.navToggle {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 14px; }
  @media (min-width: 1000px) {
    .navToggle {
      display: none; } }

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #333333;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 11.3%; }

.navToggle span:nth-child(1) {
  top: -4px; }

.navToggle span:nth-child(2) {
  top: 8px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 5px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* 2番目spanを45度に */
.navToggle.active span:nth-child(2) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.spNav .acdn li.box a {
  color: #333333;
  text-align: center;
  -webkit-text-align: center;
  display: block; }

nav.spNav .acdn li.box .navList_jp {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 999px) {
  .spNav .link_wrap.inner_M {
    margin-top: 20px; } }

.spNav .link_wrap.inner_M .contactWrap {
  margin-top: 12px;
  display: flex;
  justify-content: space-between; }

.spNav .link_wrap.inner_M .contactWrap a {
  background: #0E7BDB;
  color: #fff;
  padding: 17px 0;
  border-radius: clamp(25px, 3.5714285714vw, 50px); }

.spNav .link_wrap.inner_M .contactWrap a.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61%;
  font-size: 24px;
  font-family: 'JosefinSans Bold'; }

.spNav .link_wrap.inner_M .contactWrap a.tel::before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 6.3px; }

@media (max-width: 999px) {
  .spNav .link_wrap.inner_M .contactWrap a.tel:active::before,
  .spNav .link_wrap.inner_M .contactWrap a.tel:active {
    color: #ED3A35; } }

.spNav .link_wrap.inner_M .contactWrap a.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.spNav .link_wrap.inner_M .contactWrap a.contact img {
  margin-right: 6px;
  width: 10%; }

/*
---------------------------------------
aside
---------------------------------------
*/
aside {
  position: relative;
  margin-top: 158px;
  background: #F2F3F4;
  padding-bottom: 233px; }
  @media (max-width: 999px) {
    aside {
      margin-top: 80px;
      padding-bottom: 80px; } }

aside .black {
  position: absolute;
  top: -39px;
  left: 12%;
  width: 4.8%; }
  @media (max-width: 999px) {
    aside .black {
      top: -17px;
      left: 5%;
      width: 11.2%; } }

aside .white {
  position: absolute;
  top: -72px;
  right: 8.3%;
  width: 9.5%; }
  @media (max-width: 999px) {
    aside .white {
      top: -32px;
      right: 5%;
      width: 21.8%; } }

aside .bg {
  position: absolute;
  top: -10px; }

aside .ttlBox {
  position: relative;
  z-index: 2;
  margin-bottom: 41px; }
  @media (max-width: 999px) {
    aside .ttlBox {
      margin-bottom: 47px; } }

aside .ttlBox .sttl {
  font-size: 70px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 132px;
  line-height: 1; }
  @media (max-width: 999px) {
    aside .ttlBox .sttl {
      padding-top: 68px;
      font-size: 40px; } }
  aside .ttlBox .sttl span {
    color: #87399F; }

aside .ttlBox .ttlDeco {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center; }
  @media (max-width: 999px) {
    aside .ttlBox .ttlDeco {
      font-size: 14px; } }

aside .boxs {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    aside .boxs {
      flex-direction: column; } }

aside .boxs .leftBox {
  position: relative;
  background: #fff;
  width: 62.9%;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 2.8% 5%; }
  @media (max-width: 999px) {
    aside .boxs .leftBox {
      width: 100%;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 9.5% 6.5%; } }

aside .boxs .leftBox img {
  position: absolute;
  top: -65px;
  left: -81px;
  width: 24.9%; }
  @media (max-width: 999px) {
    aside .boxs .leftBox img {
      top: -26px;
      left: -34px; } }

aside .boxs .leftBox .sttlBox {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    aside .boxs .leftBox .sttlBox {
      font-size: 20px;
      margin-bottom: 0; } }

aside .boxs .leftBox .information {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    aside .boxs .leftBox .information {
      flex-direction: column; } }

aside .boxs .leftBox .information .tel {
  display: flex;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  flex-direction: column;
  width: 48%; }
  @media screen and (max-width: 1230px) and (min-width: 1000px) {
    aside .boxs .leftBox .information .tel {
      width: 55%; } }
  @media (max-width: 999px) {
    aside .boxs .leftBox .information .tel {
      width: 100%;
      margin-bottom: 21px; } }

aside .boxs .leftBox .information .tel .telNumber {
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: baseline;
  margin-top: 12px;
  margin-bottom: -4px; }
  @media (max-width: 999px) {
    aside .boxs .leftBox .information .tel .telNumber {
      width: 100%;
      justify-content: center; } }

aside .boxs .leftBox .information .tel .telNumber .uppercase {
  font-size: 20px;
  margin-right: 5px;
  line-height: 1; }

aside .boxs .leftBox .information .tel .telNumber .pcView {
  font-size: 40px;
  line-height: 1; }

aside .boxs .leftBox .information .tel .telNumber .spView a {
  font-size: 40px; }

aside .boxs .leftBox .information .time {
  text-align: center;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    aside .boxs .leftBox .information .time {
      font-size: 14px; } }

aside .boxs .leftBox .contactBtn {
  border: #0E7BDB 4px solid;
  background: #0E7BDB;
  width: 53.9%;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }
  @media screen and (max-width: 1230px) and (min-width: 1000px) {
    aside .boxs .leftBox .contactBtn {
      width: 43%; } }
  @media (max-width: 999px) {
    aside .boxs .leftBox .contactBtn {
      width: 100%;
      padding: 16px 0; } }

aside .boxs .leftBox .contactBtn:hover {
  background: #fff;
  color: #0E7BDB; }

aside .boxs .leftBox .contactBtn i {
  font-size: 24px;
  margin-right: 6px; }

aside .boxs .leftBox .contactBtn p {
  font-size: 23px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 9px; }
  @media (max-width: 999px) {
    aside .boxs .leftBox .contactBtn p {
      font-size: 16px;
      margin-right: 0; } }

aside .boxs .rightBox {
  background: #fff;
  width: 30.7%;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 2.8% 2%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 999px) {
    aside .boxs .rightBox {
      width: fit-content;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 2.5% 6.5%;
      margin-top: 20px; } }

aside .boxs .rightBox:hover .text {
  color: #0E7BDB; }

aside .boxs .rightBox .image {
  width: 38%;
  -webkit-width: 38%;
  -moz-width: 38%;
  -o-width: 38%;
  -ms-width: 38%;
  height: fit-content;
  -webkit-height: fit-content;
  -moz-height: fit-content;
  -o-height: fit-content;
  -ms-height: fit-content; }
  @media screen and (max-width: 1230px) and (min-width: 1000px) {
    aside .boxs .rightBox .image {
      width: 26%; } }
  @media (max-width: 999px) {
    aside .boxs .rightBox .image {
      width: 26.9%;
      -webkit-width: 26.9%;
      -moz-width: 26.9%;
      -o-width: 26.9%;
      -ms-width: 26.9%; } }

aside .boxs .rightBox .text {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 26px; }
  @media (max-width: 999px) {
    aside .boxs .rightBox .text {
      font-size: 20px; } }

aside .boxs .rightBox .arrow {
  background: #0E7BDB;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s all; }
  @media screen and (max-width: 1230px) and (min-width: 1000px) {
    aside .boxs .rightBox .arrow {
      width: 42px;
      height: 42px; } }
  @media (max-width: 999px) {
    aside .boxs .rightBox .arrow {
      width: 35px;
      height: 35px; } }

aside .boxs .rightBox:hover .arrow {
  animation: link 0.1s steps(1, end) forwards; }

@keyframes link {
  0% {
    transform: translate(0, 0%); }
  100% {
    transform: translate(8px, 0); } }
aside .boxs .rightBox .arrow i {
  font-size: 20px;
  color: #fff; }

    /* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  position: relative;
  background: #FFA100;
  padding: 120px 0 0; }
  @media (max-width: 999px) {
    #footer {
      padding: 40px 0 0; } }

#footer .bg {
  position: absolute;
  top: -50px; }
  @media (max-width: 999px) {
    #footer .bg {
      top: -20px;
      width: 100%; } }

#footerNav {
  text-align: center;
  width: 72%;
  max-width: 1000px; }
  @media (max-width: 999px) {
    #footerNav {
      width: 90%; } }

#footerNav ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 94px; }
  @media (max-width: 999px) {
    #footerNav ul {
      flex-wrap: wrap;
      margin-bottom: 32px;
      width: 86%;
      margin: 0 auto 40px; } }

#footerNav ul li {
  font-size: 18px;
  line-height: 2;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #footerNav ul li {
      width: 43%;
      text-align: justify;
      font-size: 14px; } }

@media (min-width: 1000px) {
  #footerNav ul li a:hover {
    opacity: 0.7; } }

#footer .boxs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px; }
  @media (max-width: 999px) {
    #footer .boxs {
      flex-direction: column-reverse;
      margin-bottom: 60px; } }

@media (max-width: 999px) {
  #footer .boxs .leftBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

#footer .footer_logo img {
  width: 50%; }

#footer .addressBox {
  margin-top: 14px;
  margin-bottom: 25px; }
  @media (max-width: 999px) {
    #footer .addressBox {
      margin-top: 10px;
      margin-bottom: 4px;
      text-align: center; } }

#footer .addressBox p {
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #footer .addressBox p {
      font-size: 14px;
      text-align: center; } }

#footer .snsBox {
  margin-top: 18px;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #footer .snsBox {
      justify-content: center; } }

#footer .snsBox a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }
  @media (max-width: 999px) {
    #footer .snsBox a {
      width: 44px;
      height: 44px; } }

#footer .snsBox a i {
  font-size: 24px; }

#footer .snsBox a img {
  width: 42%; }
  @media (max-width: 999px) {
    #footer .snsBox a img {
      width: 35%; } }

#footer .submenu {
  margin-top: 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%; }
  @media (max-width: 999px) {
    #footer .submenu {
      width: 69%;
      margin: 30px auto 0; } }

#footer .submenu li {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #footer .submenu li {
      font-size: 14px; } }

@media (min-width: 1000px) {
  #footer .submenu li:first-child {
    margin-bottom: 8px; } }

@media (min-width: 1000px) {
  #footer .submenu li a:hover {
    opacity: 0.7; } }

#footer .submenu li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f111";
  color: #fff;
  font-size: 8px;
  padding-right: 0.8rem;
  left: -10px; }

#footer .submenu li.w100 {
  width: 100%; }

#footer .submenu li.w30 {
  width: 29%; }
  @media screen and (max-width: 1200px) and (min-width: 1000px) {
    #footer .submenu li.w30 {
      width: 35%; } }
  @media (max-width: 999px) {
    #footer .submenu li.w30 {
      width: 30%; } }

#footer .submenu li.w70 {
  width: 65%; }
  @media screen and (max-width: 1200px) and (min-width: 1000px) {
    #footer .submenu li.w70 {
      width: 56%; } }
  @media (max-width: 999px) {
    #footer .submenu li.w70 {
      width: 53%; } }

#footer .rightBox {
  background: rgba(255, 255, 255, 0.6);
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  width: 54.1%;
  padding: 2% 2.7% 4.1%;
  height: fit-content; }
  @media (max-width: 999px) {
    #footer .rightBox {
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      width: 100%;
      padding: 8% 8% 8%;
      margin-bottom: 40px; } }

#footer .rightBox .sttlBox p {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #footer .rightBox .sttlBox p {
      font-size: 18px;
      margin-bottom: 16px; } }

#footer .rightBox .boxs2 {
  display: flex;
  justify-content: space-between;
  align-items: end; }
  @media (max-width: 999px) {
    #footer .rightBox .boxs2 {
      flex-direction: column; } }

#footer .rightBox .boxs2 .box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 999px) {
    #footer .rightBox .boxs2 .box {
      width: 100%; } }

@media (max-width: 999px) {
  #footer .rightBox .boxs2 .box2 {
    margin-top: 20px; } }

#footer .rightBox .boxs2 .box p {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #footer .rightBox .boxs2 .box p {
      font-size: 14px;
      margin-bottom: 8px; } }

#footer .rightBox .boxs2 .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  background-color: #fff;
  border-radius: clamp(10px, 1.4285714286vw, 20px); }
  @media (max-width: 999px) {
    #footer .rightBox .boxs2 .box a {
      height: 78px; } }

@media (min-width: 1000px) {
  #footer .rightBox .boxs2 .box a:hover {
    opacity: 0.5; } }

#footer .rightBox .boxs2 .box a img {
  width: 70%; }

#footer .copyright {
  background: #FFCC26;
  padding: 60px 0;
  text-align: center;
  color: #99802D;
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #footer .copyright {
      padding: 20px 0 80px;
      font-size: 12px; } }

@media (max-width: 999px) {
  #footer .footer_logo {
    display: block;
    text-align: center; } }

/*クッキー取得ポップアップ*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 0.5em;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
  border-top: solid 1px #c8c8c8; }
  @media (max-width: 999px) {
    .cookie-consent {
      font-size: 12px;
      padding: 1.5em 1.2em 1.2em; } }

.cookie-consent.is-show {
  visibility: visible; }

.cookie-consent a {
  color: #666 !important;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.cookie-agree {
  font-size: 15px;
  color: #fff;
  background-color: #0E7BDB;
  font-family: 'Josefin Sans Bold';
  padding: .5em 1.5em;
  border: solid 1px #0E7BDB; }
  @media (max-width: 999px) {
    .cookie-agree {
      font-size: 14px; } }

.cookie-agree:hover {
  cursor: pointer; }

/* パッと消える */
.cc-hide1 {
  display: none; }

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards; }

@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column; }

  .cookie-text {
    margin-bottom: 1em; } }
  @media screen and (max-width: 600px) and (max-width: 999px) {
    .cookie-text {
      margin-bottom: 0.8em; } }

.floatingBoxR {
  position: fixed;
  top: 12vh;
  right: -5px;
  width: auto;
  z-index: 8;
  transition: all 0.6s; }
  @media (max-width: 999px) {
    .floatingBoxR {
      top: inherit;
      bottom: 0;
      right: 0;
      left: 0;
      display: flex;
      margin: 0 auto;
      justify-content: center; } }

.floatingBoxR a {
  cursor: pointer;
  transition: all 0.6s; }

.floatingBoxR a:hover {
  opacity: 0.5;
  transition: all 0.6s; }

@media (min-width: 1000px) {
  .floatingBoxR .classroom {
    margin-bottom: 1vh; } }

@media (min-width: 1000px) {
  .floatingBoxR a img {
    width: 10vh;
    height: auto;
    max-width: 80px;
    border-radius: clamp(5px, 0.7142857143vw, 10px) clamp(0px, 0vw, 0px) clamp(0px, 0vw, 0px) clamp(5px, 0.7142857143vw, 10px); } }

#floatingBox .event {
  position: fixed;
  bottom: 40px;
  right: 12vh;
  display: flex;
  width: 42vh;
  z-index: 8;
  transition: all 0.6s;
  max-width: 330px; }
  @media (max-width: 999px) {
    #floatingBox .event {
      bottom: 65px;
      right: 10px;
      width: 220px; } }

#floatingBox .event a:hover {
  opacity: 0.5;
  transition: all 0.6s; }

#floatingBox .event .mv_characte_batsu {
  position: absolute;
  right: -10px;
  z-index: 3;
  cursor: pointer; }

#floatingBox .event .mv_characte_batsu:hover {
  opacity: 0.5;
  transition: all 0.6s; }

.GoogleCalendar a {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #0e7bdb;
  text-decoration: underline;
  font-weight: bold;
  background: #fff; }
  @media (max-width: 999px) {
    .GoogleCalendar a {
      font-size: 14px; } }

.post-password-form {
  margin-top: 200px;
  max-width: 1200px;
  width: 90%;
  margin: 200px auto 0;
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: clamp(20px, 2.8571428571vw, 40px); }
