@charset "UTF-8";
/* Common Style
-----------------------------------*/
/* Slider */
@import url(../q19cms-markdown.css);
@import url(../q19cms-markdown.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@500&display=swap" rel="stylesheet');
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../images/fonts/slick.eot");
  src: url("../images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../images/fonts/slick.woff") format("woff"), url("../images/fonts/slick.ttf") format("truetype"), url("../images/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
menu, nav, section, audio, video, canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::selection {
  background: rgba(51, 153, 153, .6);
}

*::-moz-selection {
  background: rgba(51, 153, 153, .6);
}

a, input[type=submit] {
  transition: all 0.2s ease;
}

/* Main global 'theme' and typographic styles */
html {
  font-size: 62.5%;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  animation: fade-in 3s linear;
  animation-fill-mode: both;
  padding-top: 150px;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}

@media screen and (max-width: 900px) {
  body {
    background: none;
    background-size: auto;
    background-attachment: unset;
  }
}

body,
input,
textarea {
  color: #111;
  line-height: 2;
}

a:link,
a:visited {
  color: #5EC228;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  opacity: 0.7;
  text-decoration: underline;
  outline-width: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

svg,
img {
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 2em;
}

ul {
  list-style: square;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: normal;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}

blockquote:before, blockquote:after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th, td {
  padding: .5em .8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

th {
  font-weight: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../images/fonts/slick.eot");
  src: url("../images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../images/fonts/slick.woff") format("woff"), url("../images/fonts/slick.ttf") format("truetype"), url("../images/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* エフェクトで使う keyframes */
@keyframes blink {
  50% {
    opacity: .3;
  }
  0%, 100% {
    opacity: .9;
  }
}

/* フェードイン */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* フェードアウト */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* スプリング(拡大してバウンド) */
@keyframes spring {
  0% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* 上に移動しながらフェードイン */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下に移動しながらフェードイン */
@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左に移動しながらフェードイン */
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右に移動しながらフェードイン */
@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    position: absolute;
    left: -100vw;
  }
  to {
    position: relative;
    left: 0;
  }
}

/* X方向スケールアップ */
@keyframes scale-up-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* Y方向スケールアップ */
@keyframes scale-up-y {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

/* Y方向スケールダウン */
@keyframes scale-down-y {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

/* Y方向に拡大しながらフェードイン */
@keyframes scale-y-fade-in {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードイン */
@keyframes scale-fade-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードアウト */
@keyframes scale-fade-out {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* 背景が左から右に表示 */
@keyframes textbg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.white {
  color: #fff !important;
}

.black {
  color: #222 !important;
}

.blue {
  color: #3775c3 !important;
}

.green {
  color: #248232 !important;
}

.orange {
  color: #F48F2B !important;
}

.red {
  color: #f24236 !important;
}

.yellow {
  color: #F8CD5C !important;
}

.purple {
  color: #b060cb !important;
}

.pink {
  color: #fb679b !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #222 !important;
}

.bg-blue {
  background-color: #3775c3 !important;
}

.bg-blue-light {
  background-color: #2BB5F4 !important;
}

.bg-green-light {
  background-color: #5EC228 !important;
}

.bg-orange {
  background-color: #F48F2B !important;
}

.bg-red {
  background-color: #f24236 !important;
}

.bg-yellow {
  background-color: #FFFCE4 !important;
}

.bg-purple {
  background-color: #b060cb !important;
}

.bg-pink {
  background-color: #fb679b !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: 500 !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs0875 {
  font-size: .875em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs0937 {
  font-size: .9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

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

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: .1;
}

.op02 {
  opacity: .2;
}

.op03 {
  opacity: .3;
}

.op04 {
  opacity: .4;
}

.op05 {
  opacity: .5;
}

.op06 {
  opacity: .6;
}

.op07 {
  opacity: .7;
}

.op08 {
  opacity: .8;
}

.op09 {
  opacity: .9;
}

.op10 {
  opacity: 10;
}

button {
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

body {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
}

/* header
-----------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 150px;
  vertical-align: middle;
  padding: 10px 20px 0;
  background: #fff;
}

#header img {
  vertical-align: bottom;
}

#header .siteLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 405px;
  z-index: 101;
}

#header::before {
  content: '';
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 2;
  background: url("../images/common/wave_white.png") center bottom no-repeat;
  background-size: 100% 35px;
}

#header::after {
  content: "";
  width: 10.40278%;
  padding-top: 5.73611%;
  position: absolute;
  top: 80%;
  right: 3%;
  background: url("../images/common/kazari_happa01.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1000;
}

@media screen and (max-width: 1200px) {
  #header .siteLogo {
    width: 350px;
    margin: 0 auto;
  }
  #header::before {
    height: 25px;
    background-size: 100% 25px;
  }
}

@media screen and (max-width: 1024px) {
  #header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 80px;
    padding: 0 30px;
  }
  #header .siteLogo {
    position: relative;
    margin: 0;
    padding-top: 20px;
  }
  #header::before {
    top: 80px;
  }
  #header::after {
    width: 14.86111%;
    padding-top: 8.19444%;
    top: 90%;
    right: 3%;
  }
}

@media screen and (max-width: 599px) {
  #header {
    padding: 0 0 0 20px;
  }
  #header .siteLogo {
    width: 220px;
    padding-top: 10px;
  }
}

/* navi
-----------------------------------*/
.navTrigger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 999;
  margin-bottom: 0;
}

.navTrigger span {
  display: inline-block;
  transition: all .5s;
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.navTrigger span:nth-of-type(1) {
  top: 25px;
  background: #2BB5F4;
}

.navTrigger span:nth-of-type(2) {
  top: 40px;
  background: #5EC228;
}

.navTrigger span:nth-of-type(3) {
  top: 55px;
  background: #F5C951;
}

.navTrigger.active span:nth-of-type(1) {
  top: 36px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.navTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.navTrigger.active span:nth-of-type(3) {
  top: 48px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#gNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 5;
}

#gNav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#gNav > ul > li {
  padding: 0 1%;
  text-align: center;
}

#gNav > ul > li > span,
#gNav > ul > li > a {
  width: 100px;
  padding: 50px 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
}

#gNav > ul > li > a:hover {
  opacity: 1;
  color: #5EC228;
}

#gNav > ul > li.gNav00 {
  display: none;
}

#gNav > ul > li.gNav03 {
  padding-right: 250px;
}

#gNav > ul > li.gNav04 {
  padding-left: 250px;
}

#gNav > ul > li.gNav00 a::before,
#gNav > ul > li.gNav01 a::before,
#gNav > ul > li.gNav02 a::before,
#gNav > ul > li.gNav03 a::before,
#gNav > ul > li.gNav04 a::before,
#gNav > ul > li.gNav05 a::before,
#gNav > ul > li.gNav06 a::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

#gNav > ul > li.gNav00 a::before {
  background: url("../images/common/icon_home.svg") top center no-repeat;
}

#gNav > ul > li.gNav01 a::before {
  background: url("../images/common/icon_about.svg") top center no-repeat;
}

#gNav > ul > li.gNav02 a::before {
  background: url("../images/common/icon_feature.svg") top center no-repeat;
}

#gNav > ul > li.gNav03 a::before {
  background: url("../images/common/icon_schedule.svg") top center no-repeat;
}

#gNav > ul > li.gNav04 a::before {
  background: url("../images/common/icon_event.svg") top center no-repeat;
}

#gNav > ul > li.gNav05 a::before {
  background: url("../images/common/icon_preclass.svg") top center no-repeat;
}

#gNav > ul > li.gNav06 a::before {
  background: url("../images/common/icon_news.svg") top center no-repeat;
}

@media screen and (max-width: 1200px) {
  #gNav > ul > li {
    padding: 0;
  }
  #gNav > ul > li.gNav03 {
    padding-right: 200px;
  }
  #gNav > ul > li.gNav04 {
    padding-left: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .navTrigger {
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
  }
  .navTrigger.is-current + #gNav {
    right: 0;
    opacity: 1;
  }
  #gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.2s ease;
    z-index: 99;
    opacity: 0;
    background: #fff;
  }
  #gNav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100vw;
    height: 100vh;
  }
  #gNav > ul > li {
    padding: 20px 0;
    text-align: center;
  }
  #gNav > ul > li > span,
  #gNav > ul > li > a {
    width: 200px;
    padding: 80px 0 0;
    font-size: 2rem;
  }
  #gNav > ul > li.gNav03 {
    padding-right: 0;
  }
  #gNav > ul > li.gNav04 {
    padding-left: 0;
  }
  #gNav > ul > li.gNav00 a::before,
  #gNav > ul > li.gNav01 a::before,
  #gNav > ul > li.gNav02 a::before,
  #gNav > ul > li.gNav03 a::before,
  #gNav > ul > li.gNav04 a::before,
  #gNav > ul > li.gNav05 a::before,
  #gNav > ul > li.gNav06 a::before {
    content: " ";
    height: 80px;
    background-size: contain;
  }
}

@media screen and (max-width: 599px) {
  #gNav > ul > li {
    width: 48%;
  }
  #gNav > ul > li > a {
    width: 100%;
    padding: 60px 0 0;
    font-size: 1.8rem;
  }
  #gNav > ul > li.gNav00 a::before,
  #gNav > ul > li.gNav01 a::before,
  #gNav > ul > li.gNav02 a::before,
  #gNav > ul > li.gNav03 a::before,
  #gNav > ul > li.gNav04 a::before,
  #gNav > ul > li.gNav05 a::before,
  #gNav > ul > li.gNav06 a::before {
    height: 60px;
  }
}

.page-news .footerHead {
  background: none;
}

.footerHead {
  width: 100%;
  padding-top: 80px;
  background: url("../images/common/bg_line.png") left top repeat;
}

.footerHead img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.footerHead::before {
  content: "";
  width: 15.13889%;
  padding-top: 8.40278%;
  position: absolute;
  bottom: 0;
  left: 3%;
  background: url("../images/common/kazari_happa02.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

footer {
  z-index: 1;
  width: 100%;
  background: #EBF5F6;
}

.footerInfo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footerInfoGmap {
  width: 55%;
}

.footerInfoMain {
  width: 40%;
}

.footerInfoMain address {
  font-style: normal;
  font-size: 1.6rem;
}

.footerInfoMain address > h4 {
  font-size: 2.4rem;
  margin-bottom: .5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

.footerInfoMain address > h4 span {
  font-size: 1.6rem;
}

.footerInfoMain address .tel {
  font-size: 3.2rem;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.footerInfoMain address .tel a {
  color: #222;
  text-decoration: none;
}

.footerInfoMain address .other {
  font-size: 1.4rem;
}

.footerInfoMain address a {
  pointer-events: auto !important;
}

.footerInfoMain p {
  margin-bottom: .5em;
  line-height: 1.5;
}

.footerInfoGmap iframe {
  width: 100%;
  height: 300px;
}

.footerLink {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 70px 25px 0;
}

.footerLink ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.footerLink ul li {
  width: 23%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid #fff;
}

.footerLink ul li a img {
  width: 100%;
  height: 100%;
}

.footerLink ul li:hover {
  opacity: 1;
  border: 1px solid #5EC228;
}

.footer img {
  vertical-align: bottom;
}

.copyRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  width: 100%;
  padding-top: 11.80556%;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.2rem;
  background: url("../images/common/f_kazari02.png") center bottom #EBF5F6;
  background-repeat: no-repeat;
  background-size: cover;
}

.copyRight br {
  display: none;
}

.pagetop {
  display: block;
  position: fixed;
  top: auto;
  right: 30px;
  bottom: -500px;
  left: auto;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 80;
  transform: rotate(-90deg);
}

.pagetop.is-view {
  bottom: 50px;
}

.pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

.pagetop a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #5EC228;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
}

.pagetop:hover {
  opacity: .5;
}

@media screen and (max-width: 900px) {
  .pagetop {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: -500px;
    left: auto;
  }
  .pagetop.is-view {
    bottom: 30px;
  }
  .pagetop a::after {
    left: 35%;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 900px) {
  .footerInfo address {
    font-size: 1.5rem;
  }
  .footerInfo address > h4 {
    font-size: 1.8rem;
  }
  .footerInfo address .tel {
    font-size: 2.4rem;
  }
  .footerInfoMain {
    width: 40%;
  }
  .footerInfoGmap {
    width: 55%;
  }
  .footerLink {
    padding: 30px 25px 0;
  }
  .footerLink ul {
    gap: 20px 0;
  }
  .footerLink ul li {
    width: 48%;
    max-width: 100%;
  }
  .copyRight {
    padding-bottom: 60px;
    font-size: 1.2rem;
  }
  .copyRight br {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .footerHead::before {
    width: 24.22222%;
    padding-top: 13.44444%;
  }
  .footerInfo {
    width: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
    gap: 20px 0;
  }
  .footerInfoGmap {
    width: 100%;
    height: 200px;
  }
  .footerInfoMain {
    width: 100%;
    text-align: center;
  }
  .footerInfoMain address {
    font-size: 1.2rem;
  }
  .footerInfoMain address > h4 span {
    font-size: 1.4rem;
  }
  .footerInfoMain address .other {
    font-size: 1.2rem;
  }
  .footerInfoGmap iframe {
    width: 100%;
    height: 200px;
  }
  .footerLink ul {
    gap: 10px 0;
  }
  .footerLink ul li {
    width: 48%;
    max-width: 100%;
  }
}

/* Components style
-----------------------------------*/
/* @ breadcrumbs
// ------------------------------------------------------------ */
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding: 10px 50px 0;
}

.breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
  width: 100%;
  margin: 0 auto 50px;
}

.breadcrumbs ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #69707a;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #69707a;
}

.breadcrumbs ul li a:hover {
  color: #5EC228;
  text-decoration: underline;
}

.breadcrumbs ul li:not(:first-child):before {
  display: inline-block;
  content: ' > ';
  margin: 0 .2em;
  color: #69707a;
}

@media screen and (max-width: 900px) {
  .breadcrumbs {
    padding: 0 20px 0;
  }
  .breadcrumbs ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto 10px;
  }
  .breadcrumbs ul li {
    font-size: 1.2rem;
  }
}

/* footermenu
-----------------------------------------*/
.fNav {
  background: url("../images/common/bg_line.png") left top repeat;
  margin: 120px auto 0;
  padding: 80px 25px 0;
  width: 100%;
  border-top: 1px solid #f8f8f8;
}

.fNav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: 30px 0;
}

.fNav ul > li {
  padding: 0 1%;
  text-align: center;
}

.fNav ul > li > span,
.fNav ul > li > a {
  width: 100px;
  padding: 50px 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
}

.fNav ul > li > a:hover {
  opacity: 1;
  color: #5EC228;
}

.fNav ul > li.fNav01 a::before,
.fNav ul > li.fNav02 a::before,
.fNav ul > li.fNav03 a::before,
.fNav ul > li.fNav04 a::before,
.fNav ul > li.fNav05 a::before,
.fNav ul > li.fNav06 a::before,
.fNav ul > li.fNav07 a::before,
.fNav ul > li.fNav08 a::before,
.fNav ul > li.fNav09 a::before,
.fNav ul > li.fNav10 a::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.fNav ul > li.fNav01 a::before {
  background: url("../images/common/icon_about.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav02 a::before {
  background: url("../images/common/icon_feature.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav03 a::before {
  background: url("../images/common/icon_food.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav04 a::before {
  background: url("../images/common/icon_fitness.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav05 a::before {
  background: url("../images/common/icon_book.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav06 a::before {
  background: url("../images/common/icon_hiyoko.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav07 a::before {
  background: url("../images/common/icon_schedule.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav08 a::before {
  background: url("../images/common/icon_event.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav09 a::before {
  background: url("../images/common/icon_preclass.svg") top center no-repeat;
  background-size: contain;
}

.fNav ul > li.fNav10 a::before {
  background: url("../images/common/icon_news.svg") top center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .fNav {
    padding: 40px 25px 0;
    margin: 40px auto 0;
  }
}

/* View style
-----------------------------------*/
.indexKv {
  width: 100%;
  margin: 0 auto;
}

.indexKv .pcOnly {
  display: block;
}

.indexKv .spOnly {
  display: none;
}

.indexKvCopy {
  position: absolute;
  top: 45%;
  left: 5%;
}

.indexKvCopy span {
  display: inline;
  z-index: 10;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 3.2rem;
  padding: .1em 0 .1em .5em;
  line-height: 1.8;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

.indexKv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 2;
  background: url("../images/common/wave_yellow.png") center bottom no-repeat;
  background-size: 100% 55px;
  transform: rotate(180deg);
  transform: scaleY(-1);
}

.indexKv::after {
  content: "";
  width: 9.81944%;
  padding-top: 8.11806%;
  position: absolute;
  bottom: 0;
  left: 10%;
  background: url("../images/common/kazari_happa02.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.indexSlide img {
  width: 100%;
}

.indexAbout {
  padding: 210px 0 160px;
  background: url("../images/common/bg_line.png") left top repeat;
  text-align: center;
}

.indexAboutBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 80px;
}

.indexAboutBoxTxt {
  width: 45%;
  text-align: left;
}

.indexAboutBoxTxt .text-inner {
  width: 100%;
}

.indexAboutBoxTxt .read {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.indexAboutBoxTxt h3 {
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 32px;
}

.indexAboutBoxImg {
  width: 45%;
}

.indexAbout .indexFood,
.indexAbout .indexFitness,
.indexAbout .indexBook,
.indexAbout .indexPre {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 210px;
}

.indexAbout .indexFood .indexTit,
.indexAbout .indexFitness .indexTit,
.indexAbout .indexBook .indexTit,
.indexAbout .indexPre .indexTit {
  margin-bottom: 64px;
}

.indexAbout .indexFood .indexTit h2,
.indexAbout .indexFitness .indexTit h2,
.indexAbout .indexBook .indexTit h2,
.indexAbout .indexPre .indexTit h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  margin-bottom: 5px;
  letter-spacing: 0.1 0.5em;
}

.indexAbout .indexFood .indexTit .en,
.indexAbout .indexFitness .indexTit .en,
.indexAbout .indexBook .indexTit .en,
.indexAbout .indexPre .indexTit .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2BB5F4;
}

.indexAbout .indexFood .indexTit::before,
.indexAbout .indexFitness .indexTit::before,
.indexAbout .indexBook .indexTit::before,
.indexAbout .indexPre .indexTit::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
}

.indexAbout .indexFood .btn a,
.indexAbout .indexFitness .btn a,
.indexAbout .indexBook .btn a,
.indexAbout .indexPre .btn a {
  margin: 0 !important;
}

.indexAbout .indexPre {
  margin: 0 auto !important;
}

.indexAbout .indexFood .indexTit::before {
  background: url("../images/common/icon_food.svg") top center no-repeat;
}

.indexAbout .indexFood::before {
  content: "";
  width: 22.91667%;
  padding-top: 17.56944%;
  position: absolute;
  top: -15%;
  left: 5%;
  background: url("../images/index/food_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.indexAbout .indexFitness .indexTit::before {
  background: url("../images/common/icon_fitness.svg") top center no-repeat;
}

.indexAbout .indexFitness::before {
  content: "";
  width: 24.30556%;
  padding-top: 9.72222%;
  position: absolute;
  top: -15%;
  right: 5%;
  background: url("../images/index/fitness_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.indexAbout .indexBook .indexTit::before {
  background: url("../images/common/icon_book.svg") top center no-repeat;
}

.indexAbout .indexBook::before {
  content: "";
  width: 18.05556%;
  padding-top: 14.93056%;
  position: absolute;
  top: -15%;
  left: 15%;
  background: url("../images/index/book_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.indexAbout .indexPre .indexTit::before {
  background: url("../images/common/icon_preclass.svg") top center no-repeat;
}

.indexAbout .indexPre::before {
  content: "";
  width: 16.31944%;
  padding-top: 15.76389%;
  position: absolute;
  top: -15%;
  right: 10%;
  background: url("../images/index/pre_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.indexAbout .indexFood .indexAboutBox,
.indexAbout .indexBook .indexAboutBox {
  -ms-flex-pack: end;
      justify-content: end;
}

.indexAbout .indexFood .indexAboutBoxTxt .text-inner,
.indexAbout .indexBook .indexAboutBoxTxt .text-inner {
  margin-left: auto;
}

.indexAbout .indexFood .indexAboutBoxImg,
.indexAbout .indexBook .indexAboutBoxImg {
  width: 45%;
}

.indexAbout .indexFood .indexAboutBoxImg img,
.indexAbout .indexBook .indexAboutBoxImg img {
  border-radius: 50px;
}

.indexAbout .indexFitness .indexAboutBox,
.indexAbout .indexPre .indexAboutBox {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: start;
      justify-content: start;
}

.indexAbout .indexFitness .indexAboutBoxTxt .text-inner,
.indexAbout .indexPre .indexAboutBoxTxt .text-inner {
  margin-right: auto;
}

.indexAbout .indexFitness .indexAboutBoxImg,
.indexAbout .indexPre .indexAboutBoxImg {
  width: 45%;
}

.indexAbout .indexFitness .indexAboutBoxImg img,
.indexAbout .indexPre .indexAboutBoxImg img {
  border-radius: 50px;
}

.indexGaikan {
  width: 100%;
  background: url("../images/common/bg_line.png") left top repeat;
  text-align: center;
}

.indexGaikan::before {
  content: "";
  width: 9.72222%;
  padding-top: 8.125%;
  position: absolute;
  top: -5%;
  right: 20%;
  background: url("../images/common/kazari_tori.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.indexGaikan img {
  margin: 0 auto;
  width: 95%;
  vertical-align: bottom;
  border-radius: 50px;
}

.indexGaikan .spOnly {
  display: none;
}

.indexMenu {
  padding: 120px 25px 0;
  background: url("../images/common/bg_line.png") left top repeat;
}

.indexMenuBox {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 40px;
}

.indexMenuBox .indexMenuTit {
  width: 30%;
  border: 1px solid #eee;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  background: #FFFCE4;
  gap: 10px 0;
}

.indexMenuBox .indexMenuTit img {
  width: 20%;
}

.indexMenuBox .indexMenuTit p {
  margin: 0;
}

.indexMenuBox a {
  width: 30%;
  border: 1px solid #eee;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  color: #222;
  text-decoration: none;
  overflow: hidden;
}

.indexMenuBox a .indexMenuImg {
  overflow: hidden;
  z-index: 1;
}

.indexMenuBox a .indexMenuTxt {
  width: 100%;
  height: auto;
  padding: 16px 0;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fff;
  text-align: center;
  z-index: 2;
}

.indexMenuBox a:hover {
  opacity: 1;
}

.indexMenuBox a:hover .indexMenuImg {
  transform: scale(1.1);
  transition: 0.3s;
}

.indexMenuBox .indexMenu01:hover .indexMenuTxt::before,
.indexMenuBox .indexMenu02:hover .indexMenuTxt::before,
.indexMenuBox .indexMenu03:hover .indexMenuTxt::before,
.indexMenuBox .indexMenu04:hover .indexMenuTxt::before,
.indexMenuBox .indexMenu05:hover .indexMenuTxt::before {
  transform: scale(1.2);
  transition: 0.3s;
}

.indexMenuBox .indexMenu01 .indexMenuTxt::before,
.indexMenuBox .indexMenu02 .indexMenuTxt::before,
.indexMenuBox .indexMenu03 .indexMenuTxt::before,
.indexMenuBox .indexMenu04 .indexMenuTxt::before,
.indexMenuBox .indexMenu05 .indexMenuTxt::before {
  content: " ";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -3px;
  width: 30px;
  height: 30px;
}

.indexMenuBox .indexMenu01 .indexMenuTxt::before {
  background: url("../images/common/icon_about.svg") left center no-repeat;
  background-size: contain;
}

.indexMenuBox .indexMenu02 .indexMenuTxt::before {
  background: url("../images/common/icon_feature.svg") left center no-repeat;
  background-size: contain;
}

.indexMenuBox .indexMenu03 .indexMenuTxt::before {
  background: url("../images/common/icon_schedule.svg") left center no-repeat;
  background-size: contain;
}

.indexMenuBox .indexMenu04 .indexMenuTxt::before {
  background: url("../images/common/icon_event.svg") left center no-repeat;
  background-size: contain;
}

.indexMenuBox .indexMenu05 .indexMenuTxt::before {
  background: url("../images/common/icon_preclass.svg") left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  .indexAbout .indexFood .indexAboutBoxImg,
  .indexAbout .indexBook .indexAboutBoxImg {
    width: 45%;
  }
  .indexAbout .indexFood .indexAboutBoxImg img,
  .indexAbout .indexBook .indexAboutBoxImg img {
    border-radius: 50px 0 0 50px;
  }
  .indexAbout .indexFitness .indexAboutBox,
  .indexAbout .indexPre .indexAboutBox {
    -ms-flex-pack: start;
        justify-content: start;
  }
  .indexAbout .indexFitness .indexAboutBoxImg,
  .indexAbout .indexPre .indexAboutBoxImg {
    width: 45%;
  }
  .indexAbout .indexFitness .indexAboutBoxImg img,
  .indexAbout .indexPre .indexAboutBoxImg img {
    border-radius: 0 50px 50px 0;
  }
}

@media screen and (max-width: 1200px) {
  .indexKv::before {
    height: 25px;
    background-size: 100% 25px;
  }
}

@media screen and (max-width: 1024px) {
  .indexKvCopy span {
    font-size: 2.6rem;
  }
  .indexKv::after {
    width: 14.02778%;
    padding-top: 11.59722%;
  }
  .indexAbout {
    padding: 210px 25px 120px;
  }
  .indexAboutBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px 0;
  }
  .indexAboutBoxTxt {
    width: 100%;
  }
  .indexAboutBoxTxt .read {
    font-size: 2rem;
  }
  .indexAboutBoxTxt h3 {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
  .indexAboutBoxTxt h3 br {
    display: none;
  }
  .indexAboutBoxImg {
    width: 100%;
  }
  .indexAbout .indexFood,
  .indexAbout .indexFitness,
  .indexAbout .indexBook,
  .indexAbout .indexPre {
    margin: 0 auto 210px;
  }
  .indexAbout .indexFood .indexTit,
  .indexAbout .indexFitness .indexTit,
  .indexAbout .indexBook .indexTit,
  .indexAbout .indexPre .indexTit {
    margin-bottom: 64px;
  }
  .indexAbout .indexFood .indexTit h2,
  .indexAbout .indexFitness .indexTit h2,
  .indexAbout .indexBook .indexTit h2,
  .indexAbout .indexPre .indexTit h2 {
    font-size: 3.2rem;
  }
  .indexAbout .indexFood .indexTit .en,
  .indexAbout .indexFitness .indexTit .en,
  .indexAbout .indexBook .indexTit .en,
  .indexAbout .indexPre .indexTit .en {
    font-size: 1.4rem;
  }
  .indexAbout .indexFood .btn a,
  .indexAbout .indexFitness .btn a,
  .indexAbout .indexBook .btn a,
  .indexAbout .indexPre .btn a {
    margin: 0 auto !important;
  }
  .indexAbout .indexFood .indexAboutBox,
  .indexAbout .indexBook .indexAboutBox,
  .indexAbout .indexFitness .indexAboutBox,
  .indexAbout .indexPre .indexAboutBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .indexAbout .indexFood .indexAboutBoxTxt,
  .indexAbout .indexBook .indexAboutBoxTxt,
  .indexAbout .indexFitness .indexAboutBoxTxt,
  .indexAbout .indexPre .indexAboutBoxTxt {
    -ms-flex-order: 2;
        order: 2;
  }
  .indexAbout .indexFood .indexAboutBoxImg,
  .indexAbout .indexBook .indexAboutBoxImg,
  .indexAbout .indexFitness .indexAboutBoxImg,
  .indexAbout .indexPre .indexAboutBoxImg {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }
  .indexAbout .indexFood .indexAboutBoxImg img,
  .indexAbout .indexBook .indexAboutBoxImg img,
  .indexAbout .indexFitness .indexAboutBoxImg img,
  .indexAbout .indexPre .indexAboutBoxImg img {
    border-radius: 50px;
    width: 60%;
  }
  .indexMenuBox {
    max-width: 100%;
    gap: 20px;
  }
  .indexMenuBox a .indexMenuTxt {
    padding: 16px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .indexAbout .indexFood .indexAboutBoxImg img,
  .indexAbout .indexBook .indexAboutBoxImg img,
  .indexAbout .indexFitness .indexAboutBoxImg img,
  .indexAbout .indexPre .indexAboutBoxImg img {
    border-radius: 30px;
    width: 90%;
  }
  .indexGaikan img {
    width: 100%;
    border-radius: 0;
  }
  .indexMenuBox {
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 20px 0;
  }
  .indexMenuBox .indexMenuTit {
    width: 48%;
    font-size: 1.4rem;
    border-radius: 20px;
  }
  .indexMenuBox a {
    width: 48%;
    border-radius: 20px;
  }
  .indexMenuBox .indexMenu01 .indexMenuTxt::before,
  .indexMenuBox .indexMenu02 .indexMenuTxt::before,
  .indexMenuBox .indexMenu03 .indexMenuTxt::before,
  .indexMenuBox .indexMenu04 .indexMenuTxt::before,
  .indexMenuBox .indexMenu05 .indexMenuTxt::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 599px) {
  .indexKvCopy {
    position: absolute;
    top: 70%;
    left: 0;
  }
  .indexKvCopy span {
    font-size: 1.8rem;
  }
  .indexKv .pcOnly {
    display: none;
  }
  .indexKv .spOnly {
    display: block;
  }
  .indexKv::after {
    bottom: -5%;
  }
  .indexAbout {
    padding: 170px 25px 80px;
  }
  .indexAboutBox {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px 0;
  }
  .indexAboutBoxTxt {
    width: 100%;
  }
  .indexAboutBoxTxt .read {
    font-size: 1.6rem;
  }
  .indexAboutBoxTxt h3 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .indexAboutBoxTxt h3 br {
    display: block;
  }
  .indexAbout .indexFood,
  .indexAbout .indexFitness,
  .indexAbout .indexBook,
  .indexAbout .indexPre {
    margin: 0 auto 170px;
  }
  .indexAbout .indexFood .indexAboutBoxImg img,
  .indexAbout .indexFitness .indexAboutBoxImg img,
  .indexAbout .indexBook .indexAboutBoxImg img,
  .indexAbout .indexPre .indexAboutBoxImg img {
    width: 100%;
  }
  .indexAbout .indexFood .indexTit,
  .indexAbout .indexFitness .indexTit,
  .indexAbout .indexBook .indexTit,
  .indexAbout .indexPre .indexTit {
    margin-bottom: 32px;
  }
  .indexAbout .indexFood .indexTit h2,
  .indexAbout .indexFitness .indexTit h2,
  .indexAbout .indexBook .indexTit h2,
  .indexAbout .indexPre .indexTit h2 {
    font-size: 2.4rem;
  }
  .indexAbout .indexFood .indexTit .en,
  .indexAbout .indexFitness .indexTit .en,
  .indexAbout .indexBook .indexTit .en,
  .indexAbout .indexPre .indexTit .en {
    font-size: 1.2rem;
  }
  .indexAbout .indexFood::before {
    width: 36.66667%;
    padding-top: 28.11111%;
    top: -15%;
    left: 0;
  }
  .indexAbout .indexFitness::before {
    width: 38.88889%;
    padding-top: 15.55556%;
    top: -15%;
    right: 0;
  }
  .indexAbout .indexBook::before {
    width: 28.88889%;
    padding-top: 23.88889%;
    top: -15%;
    left: 0;
  }
  .indexAbout .indexPre::before {
    width: 26.11111%;
    padding-top: 25.22222%;
    top: -15%;
    right: 0;
  }
  .indexGaikan::before {
    width: 15.55556%;
    padding-top: 13%;
    top: -10%;
    right: 10%;
  }
  .indexGaikan .pcOnly {
    display: none;
  }
  .indexGaikan .spOnly {
    display: block;
  }
  .indexMenu {
    padding: 80px 25px 0;
  }
  .indexMenuBox a .indexMenuTxt {
    padding: 8px 0;
    font-size: 1.5rem;
  }
  .indexMenuBox .indexMenu01 .indexMenuTxt::before,
  .indexMenuBox .indexMenu02 .indexMenuTxt::before,
  .indexMenuBox .indexMenu03 .indexMenuTxt::before,
  .indexMenuBox .indexMenu04 .indexMenuTxt::before,
  .indexMenuBox .indexMenu05 .indexMenuTxt::before {
    width: 20px;
    height: 20px;
  }
}

body.is-eventNone * {
  pointer-events: none !important;
}

.inview {
  opacity: 0;
  transition: all 0.7s ease;
  transform: translate(0, 50px);
}

.inview.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}

.bg-line {
  background: url("../images/common/bg_line.png") left top repeat;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}

.width-m {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section80 {
  padding: 0 0 80px;
}

.section120 {
  padding: 0 0 120px;
}

figcaption {
  font-size: 1.4rem;
  text-align: center;
}

.pageKv {
  width: 100%;
}

.pageKv img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: bottom;
}

.pageKv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 2;
  background: url("../images/common/wave_white.png") center bottom no-repeat;
  background-size: 100% 55px;
  transform: rotate(180deg);
  transform: scaleY(-1);
}

.pageMainTitle {
  margin: 90px 0;
  text-align: center;
}

.pageMainTitle h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
}

.pageMainTitle .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2BB5F4;
}

.pageMainTitle::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
}

.pageTitle {
  font-size: 3.2rem;
  margin: 0 auto 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #5EC228;
  background-color: #ffffff;
  color: #5EC228;
  text-align: center;
}

.pageTitle span {
  font-size: 2rem;
  display: block;
}

.pageTitle::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fff;
  /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}

.pageTitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #5EC228 #5EC228 transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}

.pageNav {
  width: 100%;
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
}

.pageNav ul {
  width: 100%;
  margin: 0 auto 80px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  gap: 16px 0;
}

.pageNav ul li {
  width: 32%;
}

.pageNav ul li a {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  padding: 8px 16px;
  color: #2BB5F4;
  transition: 0.3s ease-in-out;
  border: 1px solid #2BB5F4;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
}

.pageNav ul li a:hover {
  background: #2BB5F4;
  color: #FFF;
}

.pageNav ul li a:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #2BB5F4;
  border-right: solid 2px #2BB5F4;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.pageNav ul li a:hover:after {
  border-color: #FFF;
}

.pageRead {
  text-align: center;
}

.pageCopy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 40px 80px;
  border-radius: 25px 100px 25px 100px;
  background: #FFFCE4;
}

.pageCopy .copyTitle {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #F48F2B;
  text-align: center;
}

.pageCopy .copyTitle span {
  display: block;
  font-size: 2.4rem;
}

.pageCopy p {
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
}

.col-2Photo {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.col-2Photo figure {
  width: 48%;
}

.col-2Photo figure img {
  margin-bottom: 10px;
  border-radius: 30px;
}

.col-2:nth-child(odd) {
  -ms-flex-pack: end;
      justify-content: end;
}

.col-2:nth-child(odd)Text {
  margin-right: auto;
}

.col-2:nth-child(odd) .col-2Img img {
  border-radius: 50px;
}

.col-2:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: start;
      justify-content: start;
}

.col-2:nth-child(even)Text {
  margin-left: auto;
}

.col-2:nth-child(even) .col-2Img img {
  border-radius: 50px;
}

.col-2 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 80px;
}

.col-2 .pageTitle {
  margin-left: 0;
}

.col-2Txt {
  width: 45%;
  text-align: left;
}

.col-2Img {
  width: 45%;
}

.btn a {
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  max-width: 300px;
  padding: 16px;
  color: #5EC228;
  transition: 0.3s ease-in-out;
  border: 1px solid #5EC228;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
}

.btn a:hover {
  background: #5EC228;
  color: #FFF;
}

.btn a:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #5EC228;
  border-right: solid 2px #5EC228;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.btn a:hover:after {
  border-color: #FFF;
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
}

.table th, .table td {
  background-color: #e6f1f6;
  border-radius: 0 15px 15px 0;
  padding: .5em 1em;
}

.table td {
  border: 4px solid #fff;
  background: #f9fdf7;
  vertical-align: middle;
  border-radius: 0 15px 15px 0;
}

.table thead th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table th {
  border: 4px solid #fff;
  background-color: #EFFAEB;
  text-align: center;
  vertical-align: middle;
  border-radius: 15px 0 0 15px;
  width: 20%;
  min-width: 4em;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .pageKv::before {
    height: 25px;
    background-size: 100% 25px;
  }
}

@media screen and (max-width: 1024px) {
  .pageMainTitle {
    margin: 90px 0 32px;
  }
  .pageMainTitle h2 {
    font-size: 3.2rem;
  }
  .pageMainTitle .en {
    font-size: 1.4rem;
  }
  .pageTitle {
    font-size: 2.8rem;
    margin: 0 auto 40px;
    text-align: center;
  }
  .col-2:nth-child(even) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .col-2 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center !important;
        justify-content: center !important;
    gap: 20px 0;
  }
  .col-2 .pageTitle {
    margin-left: auto;
  }
  .col-2Txt {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }
  .col-2Img {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    text-align: center;
  }
  .col-2Img img {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .section50 {
    padding: 0 0 30px;
  }
  .section100 {
    padding: 0 0 50px;
  }
  .pageKv img {
    height: 300px;
    vertical-align: bottom;
  }
  .pageKv::before {
    height: 25px;
    background-size: 100% 25px;
  }
  .pageRead {
    text-align: left;
  }
  .pageCopy {
    margin: 0 auto 80px;
    padding: 20px 40px;
    border-radius: 25px 100px 25px 100px;
  }
  .pageCopy .copyTitle {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
  .pageCopy p {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .col-2Photo {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .col-2Photo figure {
    width: 90%;
    margin: 0 auto;
  }
  .col-2Photo figure img {
    border-radius: 30px;
  }
  .col-2:nth-child(odd) .col-2Img img,
  .col-2:nth-child(even) .col-2Img img {
    border-radius: 30px;
  }
  .col-2Img img {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  body.is-eventNone * {
    pointer-events: auto;
  }
  .section120 {
    padding: 0 0 80px;
  }
  .pageMainTitle {
    margin: 90px 0 32px;
  }
  .pageMainTitle h2 {
    font-size: 2.4rem;
  }
  .pageMainTitle .en {
    font-size: 1.4rem;
  }
  .pageTitle {
    font-size: 2.4rem;
    margin: 0 auto 40px;
  }
  .pageNav ul {
    margin: 0 auto 40px;
    gap: 8px 0;
  }
  .pageNav ul li {
    width: 49%;
  }
  .pageNav ul li a {
    padding: 4px 8px;
    font-size: 1.5rem;
  }
  .col-2Photo figure {
    width: 100%;
  }
  .col-2Img img {
    width: 100%;
  }
  .pageCopy {
    margin: 0 auto 40px;
    border-radius: 15px 50px 15px 50px;
  }
  .pageCopy .copyTitle {
    font-size: 2rem;
    text-align: left;
  }
  .pageCopy p {
    text-align: left;
  }
  .table tbody, .table tr, .table th, .table td {
    display: block;
    width: 100%;
  }
  .table thead th {
    text-align: center;
    width: 100%;
  }
  .table td {
    border-radius: 0 0 15px 15px;
    border-bottom: 10px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .table th {
    text-align: center;
    border-radius: 15px 15px 0 0;
    border: 0;
  }
  .btn a {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
}

.page-news .pageMainTitle::before {
  background: url("../images/common/icon_news.svg") top center no-repeat;
}

.page-news .breadcrumbs {
  padding: 50px 50px 0 !important;
}

.page-news .newsBox {
  width: 100%;
  max-width: 1000px;
  padding: 0 80px 160px !important;
}

.page-news .newsBox dl {
  width: 100%;
}

.news {
  width: 100%;
  padding: 80px 20px;
  background: #FFFCE4;
  text-align: center;
  z-index: -1;
}

.newsBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  margin: 0 auto;
  padding: 40px 80px;
  width: 100%;
  max-width: 1080px;
  background: #fff;
  border-radius: 30px;
}

.newsBox a.moreLink {
  width: 20%;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-align: right;
  padding-right: 10px;
  padding-top: 1px;
}

.newsBox a.moreLink::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #5EC228;
  border-right: solid 1px #5EC228;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.newsBox a.moreLink {
  color: #5EC228;
  text-decoration: none;
}

.newsBox a.moreLink:hover {
  text-decoration: underline;
}

.newsBox dl {
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.newsBox dl dt {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 35%;
  font-weight: normal;
  font-size: 1.4rem;
}

.newsBox dl dt span {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  padding: .1em .3em;
  border: 1px solid #F8CD5C;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  line-height: 2;
}

.newsBox dl dd {
  width: 60%;
  font-size: 1.4rem;
  text-align: left;
}

.newsBox dl dd a {
  color: #222;
  text-decoration: none;
}

.newsBox dl dd a:hover {
  text-decoration: underline;
  color: #248232;
}

.newsBoxList dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.newsBoxList dl dt {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 25%;
  font-weight: normal;
  font-size: 1.5rem;
}

.newsBoxList dl dt span {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  padding: .1em .3em;
  border: 1px solid #FFF7E6;
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
}

.newsBoxList dl dd {
  width: 70%;
  font-size: 1.5rem;
}

.newsBoxList dl dd a {
  color: #222;
  text-decoration: none;
}

.newsBoxList dl dd a:hover {
  text-decoration: underline;
  color: #248232;
}

.newsDetail {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.newsDetail figure {
  text-align: center;
}

.newsDetail img {
  margin: 1em auto 0;
  text-align: center;
}

.newsDetail #info_date {
  margin-bottom: 20px;
  font-weight: 500;
  color: #5EC228;
}

.newsDetail #info_date::after {
  content: "UP!";
  right: 0;
  padding-left: 5px;
}

@media screen and (max-width: 1024px) {
  .news {
    padding: 60px 20px;
  }
  .newsBox {
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 24px 38px;
    max-width: 100%;
  }
  .newsBox dl {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media screen and (max-width: 900px) {
  .page-news .breadcrumbs {
    padding: 30px 20px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .page-news .newsBox {
    padding: 0 25px 160px !important;
  }
  .page-news .pageTitle {
    margin: 0 0 40px !important;
    text-align: left !important;
  }
  .newsBox a.moreLink {
    width: 100%;
  }
  .newsBox dl {
    width: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
    margin-bottom: 20px;
  }
  .newsBox dl dt {
    width: 100%;
  }
  .newsBox dl dt span {
    max-width: 200px;
  }
  .newsBox dl dd {
    width: 100%;
  }
  .newsDetail {
    text-align: left;
  }
  .newsDetail figure {
    text-align: center;
  }
  .newsDetail img {
    margin: 1em auto 0;
  }
  .newsDetail #info_date {
    text-align: left;
    font-size: 1.4rem;
  }
}

.page-about .pageMainTitle::before {
  background: url("../images/common/icon_about.svg") top center no-repeat;
}

.page-about .col-2 {
  padding-bottom: 120px;
}

.page-about .col-2:last-child {
  padding-bottom: 80px;
}

.page-about .mokuhyou ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: li;
}

.page-about .mokuhyou ol li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: .2em;
  font-size: 1.8rem;
  font-weight: 600;
}

.page-about .mokuhyou ol li .number {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 10px;
  padding-left: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  background: #F48F2B;
  border-radius: 50%;
  color: #fff;
}

.page-about .slideBox {
  margin-bottom: 80px;
}

.page-about .slideBox ul {
  margin: 0;
  list-style: none;
}

.page-about .slideBox .slick-slide {
  margin: 10px;
}

.page-about .slideBox .slick-slide img {
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .page-about .col-2 {
    padding-bottom: 80px;
  }
  .page-about .col-2:last-child {
    padding-bottom: 40px;
  }
  .page-about .mokuhyou ol li {
    font-size: 1.6rem;
  }
}

.page-feature .pageMainTitle::before {
  background: url("../images/common/icon_feature.svg") top center no-repeat;
}

.page-feature .col-2 {
  padding-bottom: 120px;
}

.page-feature .col-2:last-child {
  padding-bottom: 80px;
}

.page-feature .btn a {
  margin: 0 !important;
}

.page-feature .table {
  margin: 0 auto;
  max-width: 1000px;
}

.page-feature .cooperation {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-feature .insideSchool {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page-feature .insideSchool div {
  width: 48%;
  text-align: center;
}

.page-feature .insideSchool div p {
  text-align: left;
}

.page-feature .insideSchool div img {
  margin-bottom: 10px;
  border-radius: 30px;
}

.page-feature .insideSchool div h4 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.page-feature .insideSchool div h4 span {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .page-feature .btn a {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .page-feature .col-2 {
    padding-bottom: 80px;
  }
  .page-feature .insideSchool {
    width: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-feature .insideSchool div {
    width: 100%;
  }
  .page-feature .insideSchool div img {
    margin-bottom: 10px;
    width: 90%;
  }
  .page-feature .insideSchool div h4 {
    font-size: 2rem;
  }
  .page-feature .insideSchool div h4 span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .page-feature .col-2 {
    padding-bottom: 80px;
  }
  .page-feature .insideSchool div img {
    width: 100%;
  }
}

.page-foodeducation .pageMainTitle::before {
  background: url("../images/common/icon_food.svg") top center no-repeat;
}

.page-foodeducation .pageCopy::before {
  content: "";
  width: 27.77778%;
  padding-top: 20.625%;
  position: absolute;
  bottom: 50%;
  left: 3%;
  background: url("../images/feature/food_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .page-foodeducation .pageCopy::before {
    bottom: 80%;
    left: 3%;
  }
}

@media screen and (max-width: 599px) {
  .page-foodeducation .pageCopy::before {
    width: 33.33333%;
    padding-top: 24.77778%;
    bottom: 95%;
    left: 0;
  }
}

.page-fitness .pageMainTitle::before {
  background: url("../images/common/icon_fitness.svg") top center no-repeat;
}

.page-fitness .pageCopy::before {
  content: "";
  width: 27.77778%;
  padding-top: 21.80556%;
  position: absolute;
  bottom: 90%;
  left: 0;
  background: url("../images/feature/fitness_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-fitness .slideBox ul {
  margin: 0;
  list-style: none;
}

.page-fitness .slideBox .slick-slide {
  margin: 10px;
}

.page-fitness .slideBox .slick-slide img {
  border-radius: 20px;
}

@media screen and (max-width: 599px) {
  .page-fitness .pageCopy::before {
    width: 33.33333%;
    padding-top: 26.22222%;
    bottom: 95%;
    left: -5%;
  }
}

.page-picturebook .pageMainTitle::before {
  background: url("../images/common/icon_book.svg") top center no-repeat;
}

.page-picturebook .pageCopy::before {
  content: "";
  width: 27.77778%;
  padding-top: 21.80556%;
  position: absolute;
  bottom: 90%;
  left: 2%;
  background: url("../images/index/book_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-picturebook .col-2Photo {
  margin-top: -60px;
}

.page-picturebook ul {
  margin: 0;
}

.page-picturebook .timeline {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.page-picturebook .timeline-list-item {
  display: -ms-flexbox;
  display: flex;
}

.page-picturebook .timeline-list-item .date {
  width: 20%;
  padding: 0;
  color: #666;
}

.page-picturebook .timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 0 20px 40px 40px;
  border-left: 1px solid #ccc;
}

.page-picturebook .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background-color: #2BB5F4;
  border-radius: 8px;
}

@media screen and (max-width: 599px) {
  .page-picturebook .pageCopy::before {
    width: 35.55556%;
    padding-top: 27.91111%;
    bottom: 95%;
    left: 0;
  }
  .page-picturebook .col-2Photo {
    margin-top: 0;
  }
  .page-picturebook .timeline-list-item {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .page-picturebook .timeline-list-item .date {
    width: 100%;
    padding: 0 0 0 20px;
    color: #2BB5F4;
  }
  .page-picturebook .timeline-list-item .content {
    position: relative;
    width: 100%;
    padding: 0 20px 40px 20px;
    border-left: 1px solid #ccc;
  }
  .page-picturebook .timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -8px;
    width: 16px;
    height: 16px;
    background-color: #2BB5F4;
    border-radius: 8px;
  }
}

.page-hiyoko .pageMainTitle::before {
  background: url("../images/common/icon_hiyoko.svg") top center no-repeat;
}

.page-hiyoko .pageCopy::before {
  content: "";
  width: 26.25%;
  padding-top: 24.51389%;
  position: absolute;
  bottom: 80%;
  left: 0;
  background: url("../images/feature/hiyoko_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 599px) {
  .page-hiyoko .pageCopy::before {
    width: 33.6%;
    padding-top: 31.37778%;
    bottom: 95%;
    left: 0;
  }
}

.page-schedule .pageMainTitle::before {
  background: url("../images/common/icon_schedule.svg") top center no-repeat;
}

.page-schedule .flow {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.page-schedule .flow p {
  margin-bottom: 1em;
}

.page-schedule .flow .flowwrap {
  margin: 0 0 2em;
  position: relative;
}

.page-schedule .flow .flowwrap .flowtime {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.page-schedule .flow .flowwrap .flowtime .flowcircle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 7em;
  height: 7em;
  content: "";
  border-radius: 50%;
  background-color: #5EC228;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}

.page-schedule .flow .flowwrap .flowtime .flowcircle span {
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  white-space: nowrap;
}

.page-schedule .flow .flowwrap .flowtime .title {
  margin: 1em;
  font-size: 2.4rem;
  color: #5EC228;
  font-family: "Zen Maru Gothic", sans-serif;
}

.page-schedule .flow .flowwrap .flowtxt {
  padding-left: 8em;
}

.page-schedule .flow .flowwrap .flowtxt .txt .pcOnly {
  display: inline-block;
}

.page-schedule .flow .flowwrap .flowline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #5EC228;
  position: absolute;
  top: 1em;
  left: 3em;
  z-index: -1;
}

.page-schedule .flowwrap:last-of-type .flowline:last-of-type {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-schedule .flow .flowwrap {
    margin: 0 0 1em;
  }
  .page-schedule .flow .flowwrap .flowtime .flowcircle {
    width: 5em;
    min-width: 5em;
    height: 5em;
  }
  .page-schedule .flow .flowwrap .flowtime .flowcircle span {
    font-size: 1.8rem;
  }
  .page-schedule .flow .flowwrap .flowtime .title {
    margin: 1em .5em;
    font-size: 2rem;
  }
  .page-schedule .flow .flowwrap .flowtxt {
    padding-left: 5em;
  }
  .page-schedule .flow .flowwrap .flowline {
    left: 2.5em;
    z-index: -1;
  }
}

@media screen and (max-width: 599px) {
  .page-schedule .flow .flowwrap .flowtime .flowcircle {
    width: 4em;
    min-width: 4em;
    height: 4em;
  }
  .page-schedule .flow .flowwrap .flowtime .flowcircle span {
    font-size: 1.4rem;
  }
  .page-schedule .flow .flowwrap .flowtime .title {
    margin: 1em .5em;
    font-size: 1.8rem;
  }
  .page-schedule .flow .flowwrap .flowtxt {
    padding-left: 4.1em;
  }
  .page-schedule .flow .flowwrap .flowtxt .txt .pcOnly {
    display: none;
  }
  .page-schedule .flow .flowwrap .flowline {
    left: 2em;
    z-index: -1;
  }
}

.page-event .pageMainTitle::before {
  background: url("../images/common/icon_event.svg") top center no-repeat;
}

.page-event .col-2 {
  padding-bottom: 80px;
}

.page-event .col-2:last-child {
  padding-bottom: 80px;
}

.page-event .col-2Txt ul {
  margin: 0;
  padding-left: 25px;
}

.page-event .col-2Txt ul li {
  list-style: none;
}

.page-event .col-2Txt ul li::before {
  position: absolute;
  content: "★";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: -25px;
  top: -1px;
  color: #5EC228;
}

.page-event .everymonth {
  padding-top: 40px;
}

.page-event .everymonth::before {
  content: "";
  width: 24.61111%;
  padding-top: 13.22222%;
  position: absolute;
  bottom: 70%;
  right: 0;
  background: url("../images/event/every_02.png") no-repeat;
  background-size: contain;
  z-index: 2;
}

.page-event .event01::before {
  content: "";
  width: 20.48611%;
  padding-top: 10.55556%;
  position: absolute;
  bottom: 70%;
  right: 0;
  background: url("../images/event/01_02.png") no-repeat;
  background-size: contain;
  z-index: 2;
}

.page-event .event02::before {
  content: "";
  width: 20.83333%;
  padding-top: 9.51389%;
  position: absolute;
  bottom: 70%;
  right: 50%;
  background: url("../images/event/02_02.png") no-repeat;
  background-size: contain;
  z-index: 2;
}

.page-event .event03::before {
  content: "";
  width: 25.1875%;
  padding-top: 9.1875%;
  position: absolute;
  bottom: 30%;
  right: 0;
  background: url("../images/event/03_02.png") no-repeat;
  background-size: contain;
  z-index: 2;
}

.page-event .event04::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20.83333%;
  padding-top: 10.97222%;
  bottom: 30%;
  right: 50%;
  background: url("../images/event/04_02.png") no-repeat;
  background-size: contain;
}

.page-event .event05::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 16.05556%;
  padding-top: 15.77778%;
  bottom: 60%;
  right: 0;
  background: url("../images/event/05_02.png") no-repeat;
  background-size: contain;
}

.page-event .event06::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 15.8125%;
  padding-top: 18.4375%;
  bottom: 20%;
  right: 45%;
  background: url("../images/event/06_02.png") no-repeat;
  background-size: contain;
}

.page-event .event07::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 17.43056%;
  padding-top: 15.83333%;
  bottom: 20%;
  right: 0;
  background: url("../images/event/07_02.png") no-repeat;
  background-size: contain;
}

.page-event .event08::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 24.65278%;
  padding-top: 21.31944%;
  bottom: 25%;
  right: 50%;
  background: url("../images/event/08_02.png") no-repeat;
  background-size: contain;
}

.page-event .event09::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 15.97222%;
  padding-top: 14.30556%;
  bottom: 70%;
  right: 0;
  background: url("../images/event/09_02.png") no-repeat;
  background-size: contain;
}

.page-event .event10::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20.27778%;
  padding-top: 12.84722%;
  bottom: 50%;
  right: 50%;
  background: url("../images/event/10_02.png") no-repeat;
  background-size: contain;
}

.page-event .event11::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22.8125%;
  padding-top: 12.1875%;
  bottom: 70%;
  right: 0;
  background: url("../images/event/11_02.png") no-repeat;
  background-size: contain;
}

.page-event .event12::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20.13889%;
  padding-top: 15.97222%;
  bottom: 30%;
  right: 50%;
  background: url("../images/event/12_02.png") no-repeat;
  background-size: contain;
}

.page-event .eventTit {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.page-event .month {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  place-items: center;
  width: 100px;
  height: 100px;
  border: 2px solid #5EC228;
  border-radius: 50%;
  margin-bottom: 24px;
  padding-left: 10px;
  color: #5EC228;
  font-size: 4rem;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 2.2em;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-family: "Zen Maru Gothic", sans-serif;
}

.page-event .month span {
  font-size: 1.6rem;
}

.page-event .month .every {
  font-size: 2rem;
  padding-top: 4px !important;
  margin-left: -4px !important;
}

.page-event .month::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: 26px;
  height: 2px;
  transform: rotate(120deg);
  box-sizing: border-box;
  background-color: #5EC228;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  /* 背景色と同じ色を指定 */
}

@media screen and (max-width: 1024px) {
  .page-event .col-2 {
    padding-bottom: 80px;
  }
  .page-event .col-2 .col-2Txt {
    width: 60%;
  }
  .page-event .col-2:last-child {
    padding-bottom: 80px;
  }
  .page-event .everymonth {
    padding-top: 40px;
  }
  .page-event .everymonth::before {
    top: 3%;
    right: 0;
  }
  .page-event .event01::before {
    top: 3%;
    right: 0;
  }
  .page-event .event02::before {
    top: 3%;
    right: 0;
  }
  .page-event .event03::before {
    top: 3%;
    right: 0;
  }
  .page-event .event04::before {
    top: 3%;
    right: 0;
  }
  .page-event .event05::before {
    top: 3%;
    right: 0;
  }
  .page-event .event06::before {
    top: 3%;
    right: 0;
  }
  .page-event .event07::before {
    top: 3%;
    right: 0;
  }
  .page-event .event08::before {
    top: 3%;
    right: 0;
  }
  .page-event .event09::before {
    top: 3%;
    right: 0;
  }
  .page-event .event10::before {
    top: 3%;
    right: 0;
  }
  .page-event .event11::before {
    top: 3%;
    right: 0;
  }
  .page-event .event12::before {
    top: 3%;
    right: 0;
  }
}

@media screen and (max-width: 900px) {
  .page-event .col-2 .col-2Txt {
    width: 100%;
  }
  .page-event .eventTit {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .page-event .everymonth {
    padding-top: 20px;
  }
  .page-event .everymonth::before {
    width: 39.37778%;
    padding-top: 21.15556%;
  }
  .page-event .event01::before {
    width: 32.77778%;
    padding-top: 16.88889%;
  }
  .page-event .event02::before {
    width: 33.33333%;
    padding-top: 15.22222%;
  }
  .page-event .event03::before {
    width: 40.3%;
    padding-top: 14.7%;
  }
  .page-event .event04::before {
    width: 33.33333%;
    padding-top: 17.55556%;
  }
  .page-event .event05::before {
    width: 25.68889%;
    padding-top: 25.24444%;
  }
  .page-event .event06::before {
    width: 25.3%;
    padding-top: 29.5%;
  }
  .page-event .event07::before {
    width: 27.88889%;
    padding-top: 25.33333%;
  }
  .page-event .event08::before {
    width: 39.44444%;
    padding-top: 34.11111%;
  }
  .page-event .event09::before {
    width: 25.55556%;
    padding-top: 22.88889%;
  }
  .page-event .event10::before {
    width: 32.44444%;
    padding-top: 20.55556%;
  }
  .page-event .event11::before {
    width: 36.5%;
    padding-top: 19.5%;
  }
  .page-event .event12::before {
    width: 32.22222%;
    padding-top: 25.55556%;
  }
  .page-event .eventTit {
    font-size: 1.8rem;
  }
  .page-event .eventTit br {
    display: none;
  }
  .page-event .month {
    width: 80px;
    height: 80px;
    font-size: 3rem;
  }
  .page-event .month span {
    font-size: 1.5rem;
  }
  .page-event .month .every {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 414px) {
  .page-event .everymonth {
    padding-top: 20px;
  }
  .page-event .everymonth::before {
    width: 59.16528%;
    padding-top: 31.78631%;
  }
  .page-event .event01::before {
    width: 38.41146%;
    padding-top: 19.79167%;
  }
  .page-event .event02::before {
    width: 39.0625%;
    padding-top: 17.83854%;
  }
  .page-event .event03::before {
    width: 47.22656%;
    padding-top: 17.22656%;
  }
  .page-event .event04::before {
    width: 39.0625%;
    padding-top: 20.57292%;
  }
  .page-event .event05::before {
    width: 30.10417%;
    padding-top: 29.58333%;
  }
  .page-event .event06::before {
    width: 29.64844%;
    padding-top: 34.57031%;
  }
  .page-event .event07::before {
    width: 32.68229%;
    padding-top: 29.6875%;
  }
  .page-event .event08::before {
    width: 46.22396%;
    padding-top: 39.97396%;
  }
  .page-event .event09::before {
    width: 29.94792%;
    padding-top: 26.82292%;
  }
  .page-event .event10::before {
    width: 38.02083%;
    padding-top: 24.08854%;
  }
  .page-event .event11::before {
    width: 42.77344%;
    padding-top: 22.85156%;
  }
  .page-event .event12::before {
    width: 37.76042%;
    padding-top: 29.94792%;
  }
  .page-event .eventTit {
    font-size: 1.6rem;
  }
  .page-event .eventTit br {
    display: none;
  }
  .page-event .month {
    width: 80px;
    height: 80px;
    font-size: 3rem;
  }
  .page-event .month span {
    font-size: 1.5rem;
  }
  .page-event .month .every {
    font-size: 1.8rem;
  }
}

.page-preclass .pageMainTitle::before {
  background: url("../images/common/icon_preclass.svg") top center no-repeat;
}

.page-preclass .pageCopy::before {
  content: "";
  width: 24.51389%;
  padding-top: 23.75%;
  position: absolute;
  bottom: 80%;
  right: 0;
  background: url("../images/index/pre_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-preclass .caution ul {
  margin: 0;
  list-style: none;
  padding-left: 30px;
}

.page-preclass .caution ul li {
  font-size: 1.4rem;
}

.page-preclass .caution ul li::before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: -30px;
  top: 5px;
  background: url("../images/common/icon_caution.svg") no-repeat;
  background-size: contain;
}

.page-preclass .nobitheme {
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.page-preclass .nobitheme div {
  width: 32%;
}

.page-preclass .nobitheme p {
  margin: 0;
}

.page-preclass .nobitheme .theme01,
.page-preclass .nobitheme .theme02,
.page-preclass .nobitheme .theme03 {
  padding: 50px 30px;
}

.page-preclass .nobitheme .theme01 h4,
.page-preclass .nobitheme .theme02 h4,
.page-preclass .nobitheme .theme03 h4 {
  font-size: 3.2rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
}

.page-preclass .nobitheme .theme01 ul,
.page-preclass .nobitheme .theme02 ul,
.page-preclass .nobitheme .theme03 ul {
  margin: 0;
  padding-left: 1em;
}

.page-preclass .nobitheme .theme01 ul li,
.page-preclass .nobitheme .theme02 ul li,
.page-preclass .nobitheme .theme03 ul li {
  list-style: circle;
}

.page-preclass .nobitheme .theme01 {
  border: 1px solid #2BB5F4;
  border-radius: 30px;
}

.page-preclass .nobitheme .theme01 h4 {
  color: #2BB5F4;
}

.page-preclass .nobitheme .theme02 {
  border: 1px solid #F48F2B;
  border-radius: 30px;
}

.page-preclass .nobitheme .theme02 h4 {
  color: #F48F2B;
}

.page-preclass .nobitheme .theme03 {
  border: 1px solid #5EC228;
  border-radius: 30px;
}

.page-preclass .nobitheme .theme03 h4 {
  color: #5EC228;
}

@media screen and (max-width: 900px) {
  .page-preclass .nobitheme {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 20px 0;
  }
  .page-preclass .nobitheme div {
    width: 100%;
  }
  .page-preclass .nobitheme .theme01,
  .page-preclass .nobitheme .theme02,
  .page-preclass .nobitheme .theme03 {
    padding: 30px 20px;
  }
  .page-preclass .nobitheme .theme01 h4,
  .page-preclass .nobitheme .theme02 h4,
  .page-preclass .nobitheme .theme03 h4 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 599px) {
  .page-preclass .pageCopy::before {
    width: 31.37778%;
    padding-top: 30.4%;
    bottom: 80%;
    right: 0;
  }
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #222 !important;
}

.blue {
  color: #3775c3 !important;
}

.green {
  color: #248232 !important;
}

.orange {
  color: #F48F2B !important;
}

.red {
  color: #f24236 !important;
}

.yellow {
  color: #F8CD5C !important;
}

.purple {
  color: #b060cb !important;
}

.pink {
  color: #fb679b !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #222 !important;
}

.bg-blue {
  background-color: #3775c3 !important;
}

.bg-blue-light {
  background-color: #2BB5F4 !important;
}

.bg-green-light {
  background-color: #5EC228 !important;
}

.bg-orange {
  background-color: #F48F2B !important;
}

.bg-red {
  background-color: #f24236 !important;
}

.bg-yellow {
  background-color: #FFFCE4 !important;
}

.bg-purple {
  background-color: #b060cb !important;
}

.bg-pink {
  background-color: #fb679b !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: 500 !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs0875 {
  font-size: .875em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs0937 {
  font-size: .9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

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

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: .1;
}

.op02 {
  opacity: .2;
}

.op03 {
  opacity: .3;
}

.op04 {
  opacity: .4;
}

.op05 {
  opacity: .5;
}

.op06 {
  opacity: .6;
}

.op07 {
  opacity: .7;
}

.op08 {
  opacity: .8;
}

.op09 {
  opacity: .9;
}

.op10 {
  opacity: 10;
}

button {
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
