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

tr,
th,
td {
  vertical-align: top;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: transparent;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.page-wrap {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555555;
  background-color: #ffffff;
  font-weight: normal;
  margin-top: 80px;
}

.page-wrap,
.page-wrap ::before,
.page-wrap ::after,
.page-wrap *,
.page-wrap *::before,
.page-wrap *::after {
  box-sizing: border-box;
}

.page-wrap a {
  text-decoration: none;
}

.page-wrap a,
a:hover,
a:visited {
  color: inherit;
}

.page-wrap a:hover {
  cursor: pointer;
}

.page-wrap li {
  list-style: none;
}

.page-wrap h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.js-menu-btn {
  display: block;
}

.page-wrap .l-footer {
  font-size: 12px;
  color: #27030c;
  text-align: center;
  padding: 30px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #fff;
}

.page-wrap .c-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #555555;
}
.page-wrap .c-btn:hover {
  opacity: 0.7;
}
.page-wrap .c-btn__img {
  width: 100%;
  max-width: 120px;
}
.page-wrap .c-btn__text {
  font-size: 16px;
}
.page-wrap .c-btn:active {
  color: #555555;
}
.page-wrap .c-btn-circle {
  display: flex;
  align-items: center;
}
.page-wrap .c-btn-circle__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 110px;
  height: 110px;
  -webkit-mask-image: url(../images/mofing-circle.svg);
          mask-image: url(../images/mofing-circle.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-left: -20px;
  font-size: 20px;
}
.page-wrap .c-btn-circle__icon span {
  font-size: 12px;
  padding: 0 5px 0 5px;
}
.page-wrap .c-btn-circle__icon--blue {
  background-color: #048cff;
}
.page-wrap .c-btn-circle__icon--pink {
  background-color: #e55294;
}
.page-wrap .c-btn-circle__icon--green {
  background-color: #00B900;
}
.page-wrap .c-btn-circle__text {
  font-size: 16px;
  line-height: 1.5;
}

.page-wrap .c-menu {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 80px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
}
@media screen and (max-width: 900px) {
  .page-wrap .c-menu {
    background: unset;
  }
}
.page-wrap .c-menu.js-bg.is-active {
  background: rgba(4, 140, 255, 0.9);
}
.page-wrap .c-menu a:hover {
  opacity: 0.7;
}
.page-wrap .c-menu-btn {
  display: none;
}
@media screen and (max-width: 900px) {
  .page-wrap .c-menu-btn {
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #048cff;
    height: 60px;
    width: 60px;
    z-index: 3;
  }
}
.page-wrap .c-menu-btn div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 30px;
  height: 30px;
  position: relative;
}
.page-wrap .c-menu-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.2s;
}
.page-wrap .c-menu-logo {
  display: flex;
}
.page-wrap .c-menu-logo__inner {
  display: flex;
  gap: 10px;
}
.page-wrap .c-menu-logo__icon {
  max-width: 50px;
  width: 100%;
}
.page-wrap .c-menu-logo__text {
  max-width: 170px;
  width: 100%;
}
.page-wrap .c-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 80px;
}
@media screen and (max-width: 900px) {
  .page-wrap .c-menu-list {
    display: none;
  }
}
.page-wrap .c-menu-item a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  word-break: break-all;
}
.page-wrap .c-menu-item a span {
  display: block;
  padding-top: 8px;
  font-size: 11px;
}
.page-wrap .c-menu-sns-list {
  display: flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 900px) {
  .page-wrap .c-menu-sns-list {
    display: none;
  }
}
.page-wrap .c-menu-sns-item {
  padding: 10px;
}
.page-wrap .c-menu-sns-item a {
  width: 50px;
  height: 50px;
  display: block;
}
.page-wrap .c-menu-sns-item a span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.page-wrap .c-menu-sns-item--blog a span {
  -webkit-mask-image: url(../images/blog.svg);
          mask-image: url(../images/blog.svg);
}
.page-wrap .c-menu-sns-item--instagram a span {
  -webkit-mask-image: url(../images/Instagram.svg);
          mask-image: url(../images/Instagram.svg);
}
.page-wrap .c-menu-sns-item--color-invert a span {
  background-color: #555555;
}
.page-wrap .c-menu-btn-checked-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  height: 100vh;
  padding: 80px 0 0 0;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 2;
  transition: all 0.3s;
  background: linear-gradient(to bottom, #048cff, #57b2f4);
}
.page-wrap .c-menu-btn-checked-item a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  word-break: break-all;
}
.page-wrap .c-menu-btn-checked-item a span {
  display: block;
  padding-top: 8px;
  font-size: 11px;
}
.page-wrap .c-menu-btn-checked-item a:hover {
  opacity: 0.7;
}
.page-wrap .c-menu-btn-checked-item a img {
  width: 100%;
  max-width: 40px;
}
.page-wrap .c-menu-btn-checked-item--sns {
  display: flex;
  padding-top: 5px;
}
.page-wrap .c-menu-btn-checked-bg {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.page-wrap .js-menu.is-open .c-menu-list a {
  cursor: none;
  pointer-events: none;
  opacity: 0.1;
  transition: all 0.3s;
}
.page-wrap .js-menu.is-open .c-menu-list a:hover {
  opacity: 0.1;
}
.page-wrap .js-menu.is-open .c-menu-btn span:nth-of-type(1) {
  transition: all 0.2s;
  position: absolute;
  transform: rotate(45deg);
}
.page-wrap .js-menu.is-open .c-menu-btn span:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0);
}
.page-wrap .js-menu.is-open .c-menu-btn span:nth-of-type(3) {
  transition: all 0.2s;
  position: absolute;
  transform: rotate(-45deg);
}
.page-wrap .js-menu.is-open .c-menu-btn-checked-list {
  right: 0;
  width: 25%;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .page-wrap .js-menu.is-open .c-menu-btn-checked-list {
    width: 50%;
  }
}
.page-wrap .js-menu.is-open .c-menu-btn-checked-bg {
  background: #000;
  opacity: 0.8;
  transition: all 0.5s;
}

.page-wrap .c-hero {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
  animation: c-hero 2s ease-in-out forwards;
}
@keyframes c-hero {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.page-wrap .c-hero__inner {
  position: relative;
  width: 100vw;
  height: 700px;
  background: linear-gradient(to bottom, #048cff, #57b2f4);
  background-repeat: no-repeat;
}
.page-wrap .c-hero__block {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__block {
    flex-direction: column;
  }
}
.page-wrap .c-hero__catch {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  flex-basis: 50%;
  gap: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  animation: c-hero__catch 1s ease-in-out forwards;
}
@keyframes c-hero__catch {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0px);
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__catch {
    flex-direction: column;
    align-items: center;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__catch {
    flex-basis: auto;
    flex-grow: 1;
  }
}
.page-wrap .c-hero__catch-small {
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__catch-small {
    font-size: 15px;
  }
}
.page-wrap .c-hero__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__logo {
    flex-basis: auto;
    flex-grow: 1;
  }
}
.page-wrap .c-hero__logo-icon {
  max-width: 220px;
  width: 100%;
  animation: logo-icon 1s forwards 2 alternate;
}
@keyframes logo-icon {
  100% {
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__logo-icon {
    max-width: 120px;
  }
}
.page-wrap .c-hero__logo-icon-hand-left {
  transform-origin: 14.76px 42.27px;
  animation: logo-icon-hand-left 1s forwards 2 alternate;
}
@keyframes logo-icon-hand-left {
  100% {
    transform: rotate(45deg);
  }
}
.page-wrap .c-hero__logo-icon-hand-right {
  transform-origin: 68.32px 42.27px;
  animation: logo-icon-hand-right 1s forwards 2 alternate;
  animation-direction: alternate;
}
@keyframes logo-icon-hand-right {
  100% {
    transform: rotate(-45deg);
  }
}
.page-wrap .c-hero__logo-text {
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__logo-text {
    max-width: 250px;
  }
}
.page-wrap .c-hero .mask {
  width: 328px;
  height: 205px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../images/illust-cloud-left.png);
          mask-image: url(../images/illust-cloud-left.png);
  -webkit-mask-size: calc(100% - 3px);
          mask-size: calc(100% - 3px);
}
.page-wrap .c-hero__illust-cloud-left {
  display: block;
  position: absolute;
  top: 70px;
  left: -10px;
  animation: c-hero__illust-cloud-left ease-in-out 4s infinite alternate;
}
@keyframes c-hero__illust-cloud-left {
  0% {
    transform: translate(-40px, 0%);
    opacity: 0.3;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__illust-cloud-left {
    left: 0px;
  }
}
.page-wrap .c-hero__illust-cloud-bottom {
  position: absolute;
  bottom: 50px;
  left: 25%;
  animation: c-hero__illust-cloud-bottom ease-in-out 4s infinite alternate;
}
@keyframes c-hero__illust-cloud-bottom {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 0%);
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__illust-cloud-bottom {
    left: 10%;
  }
}
.page-wrap .c-hero__illust-cloud-right {
  position: absolute;
  top: 120px;
  right: 60px;
  animation: c-hero__illust-cloud-right ease-in-out 4s infinite alternate;
}
@keyframes c-hero__illust-cloud-right {
  0% {
    transform: translate(0px, 10px);
    opacity: 0.3;
  }
  100% {
    transform: translate(0px, -10px);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__illust-cloud-right {
    right: 30px;
  }
}
.page-wrap .c-hero__real-cloud-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__real-cloud-left {
    bottom: 100px;
    left: -100px;
    width: 50%;
  }
}
.page-wrap .c-hero__real-cloud-top {
  position: absolute;
  top: 0;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__real-cloud-top {
    left: 10%;
    width: 50%;
  }
}
.page-wrap .c-hero__real-cloud-right {
  position: absolute;
  bottom: -200px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__real-cloud-right {
    bottom: 0;
    width: 50%;
  }
}
.page-wrap .c-hero__scrolldown {
  position: absolute;
  left: 50%;
  bottom: 5%;
  height: 50px;
}
.page-wrap .c-hero__scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page-wrap .c-hero__scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: c-hero__scrolldown 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes c-hero__scrolldown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.page-wrap .c-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-wrap {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-wrap {
    padding: 30px 20px;
  }
}

.page-wrap .c-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 25px;
}
.page-wrap .c-title__icon {
  -webkit-mask-image: url(../images/kanakana-icon.svg);
          mask-image: url(../images/kanakana-icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.page-wrap .c-title__icon span {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #048cff;
}
.page-wrap .c-title__text {
  font-size: 40px;
  line-height: 1.3;
  color: #048cff;
}
.page-wrap .c-title__text-small {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-wrap .c-title__text-main--qa {
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 35px;
}
.page-wrap .c-sub-title {
  display: flex;
  align-items: center;
}
.page-wrap .c-sub-title__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100px;
  height: 100px;
  -webkit-mask-image: url(../images/mofing-circle.svg);
          mask-image: url(../images/mofing-circle.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-left: -20px;
  font-size: 20px;
}
.page-wrap .c-sub-title__icon--big {
  width: 150px;
  height: 150px;
}
.page-wrap .c-sub-title__icon--blue {
  background-color: #048cff;
}
.page-wrap .c-sub-title__icon--pink {
  background-color: #e55294;
}
.page-wrap .c-sub-title__icon--yellow {
  background-color: #FFC107;
}
.page-wrap .c-sub-title__text {
  font-size: 20px;
}

.page-wrap .c-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table {
    max-width: 400px;
  }
}
.page-wrap .c-table__inner {
  width: 100%;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table__inner {
    display: flex;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table__list {
    display: flex;
    flex-direction: column;
  }
}
.page-wrap .c-table__list > th:first-of-type, .page-wrap .c-table__list > td:first-of-type {
  border-top: solid 1px #fff;
}
.page-wrap .c-table__list--kids > td {
  background-color: #eee;
}
.page-wrap .c-table__list--kids > td:first-of-type {
  color: #fff;
  background-color: #e55294;
}
.page-wrap .c-table__list--adults > td {
  background-color: #eee;
}
.page-wrap .c-table__list--adults > td:first-of-type {
  color: #fff;
  background-color: #FFC107;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table__list--heading {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table__list--width {
    width: 80%;
  }
}
.page-wrap .c-table th, .page-wrap .c-table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 14px;
  padding: 10px 5px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-weight: normal;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table th, .page-wrap .c-table td {
    width: 100%;
    font-size: 16px;
  }
}
.page-wrap .c-table th {
  background-color: #048cff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-table th {
    min-width: 65px;
  }
}
.page-wrap .c-table td .text-small {
  font-size: 12px;
}
.page-wrap .c-table + .c-note {
  padding-top: 10px;
}

.page-wrap .c-loop-slide {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  padding: 0 0 20px;
}
.page-wrap .c-loop-slide__list {
  transition-timing-function: linear;
}
.page-wrap .c-loop-slide__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-loop-slide__item {
    width: 100%;
  }
}
.page-wrap .c-loop-slide__item img {
  width: 100%;
}

.page-wrap .c-accordion {
  width: 100%;
}
.page-wrap .c-accordion__list:not(:first-child) {
  margin-top: 10px;
}
.page-wrap .c-accordion__title {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding: 10px 35px;
  background: #e4f4ff;
  text-indent: -25px;
  line-height: 2;
}
.page-wrap .c-accordion__title::before {
  content: "Q.";
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #048cff;
  font-weight: bold;
  margin-right: 5px;
}
.page-wrap .c-accordion__title::after {
  position: absolute;
  display: block;
  content: "";
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
.page-wrap .c-accordion__title.open::after {
  transform: rotate(-45deg);
  top: 45%;
}
.page-wrap .c-accordion__text {
  display: none;
  margin: 20px 10px 40px 35px;
  text-indent: -25px;
  line-height: 2;
}
.page-wrap .c-accordion__text::before {
  content: "A.";
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #e55294;
  font-weight: bold;
  margin-right: 5px;
}
.page-wrap .c-accordion__text a {
  color: #048cff;
  border-bottom: 1px solid #048cff;
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
}
.page-wrap .c-accordion__text a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.page-wrap .c-note {
  font-size: 16px;
  line-height: 1.5;
}

.page-wrap .p-index-main {
  margin-top: 700px;
  overflow: hidden;
}
.page-wrap .p-index-main > div:first-child {
  padding-top: 60px;
}
.page-wrap .p-index-intro {
  position: relative;
}
.page-wrap .p-index-intro__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-intro__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.page-wrap .p-index-intro__block {
  width: 100%;
}
.page-wrap .p-index-intro__txt {
  line-height: 2;
  padding-bottom: 15px;
}
.page-wrap .p-index-intro__txt:last-of-type {
  padding-bottom: 0;
}
.page-wrap .p-index-intro__txt-bold {
  color: #e55294;
}
.page-wrap .p-index-intro__image {
  width: 100%;
  max-width: 350px;
}
.page-wrap .p-index-intro__image img {
  width: 100%;
  max-width: 500px;
}
.page-wrap .p-index-class {
  position: relative;
}
.page-wrap .p-index-class__title::before {
  content: "";
  background-image: url(../images/bg-photo07.jpg);
  background-repeat: no-repeat;
  background-size: 360px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 570px;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-class__title::before {
    background-size: 190px;
    width: 200px;
    height: 200px;
    top: 10px;
    left: 200px;
  }
}
.page-wrap .p-index-class__text {
  line-height: 2;
  padding-bottom: 20px;
}
.page-wrap .p-index-class__kids-adults {
  display: flex;
  gap: 50px;
  padding: 0 0 50px;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-class__kids-adults {
    flex-direction: column;
  }
}
.page-wrap .p-index-class__kids, .page-wrap .p-index-class__adults {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-class__kids, .page-wrap .p-index-class__adults {
    width: 100%;
    max-width: 400px;
  }
}
.page-wrap .p-index-class__kids {
  position: relative;
}
.page-wrap .p-index-class__kids::before {
  content: "";
  background-image: url(../images/bg-photo08.jpg);
  background-repeat: no-repeat;
  background-size: 90px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -20px;
  left: -120px;
  animation-name: p-index-intro__kids__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-class__kids::before {
    top: 50px;
    left: 250px;
    background-size: 70px;
  }
}
@keyframes p-index-intro__kids__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(20deg) translate(10px, -20px);
  }
}
.page-wrap .p-index-class__adults {
  position: relative;
}
.page-wrap .p-index-class__adults::after {
  content: "";
  background-image: url(../images/bg-photo08-03.jpg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 5%;
  right: -170px;
  animation-name: p-index-intro__adults__after;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-class__adults::after {
    top: 0%;
    left: 250px;
  }
}
@keyframes p-index-intro__adults__after {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-class__kids-text, .page-wrap .p-index-class__adults-text {
  padding-top: 15px;
  line-height: 2;
}
.page-wrap .p-index-class__loop-slide {
  padding: 20px 0 0;
}
.page-wrap .p-index-class__blog-btn {
  padding: 20px 0 0;
  white-space: nowrap;
}
.page-wrap .p-index-class-detail {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .p-index-class-detail dt, .page-wrap .p-index-class-detail dd {
  padding-top: 10px;
  line-height: 1.7;
}
.page-wrap .p-index-class-detail dt:first-of-type, .page-wrap .p-index-class-detail dd:first-of-type {
  padding-top: 0;
}
.page-wrap .p-index-class-detail dt {
  width: 70px;
  text-align: left;
}
.page-wrap .p-index-class-detail dd {
  width: calc(100% - 70px);
}
.page-wrap .p-index-class-detail dd span {
  font-size: 14px;
}
.page-wrap .p-index-class-detail dt .kids-color {
  color: #e55294;
  font-weight: normal;
}
.page-wrap .p-index-class-detail dd .kids-color02 {
  color: #c93075;
  font-weight: normal;
}
.page-wrap .p-index-class-detail dt .adults-color {
  color: #FFC107;
  font-weight: normal;
}
.page-wrap .p-index-class-detail dd .adults-color02 {
  color: #e7b00c;
  font-weight: normal;
}
.page-wrap .p-index-class-table {
  margin-top: 20px;
}
.page-wrap .p-index-fee__title {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-fee__title::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo11.jpg);
  background-repeat: no-repeat;
  background-size: 190px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -80px;
  left: 760px;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-fee__title::before {
    top: -100px;
    left: 220px;
    background-size: 150px;
  }
}
.page-wrap .p-index-fee__kids, .page-wrap .p-index-fee__adults {
  padding: 0 0 40px;
}
.page-wrap .p-index-fee__kids {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-fee__kids::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo04.jpg);
  background-repeat: no-repeat;
  background-size: 110px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -30px;
  left: -140px;
  animation-name: p-index-fee__kids__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-fee__kids::before {
    top: -30px;
    left: 230px;
  }
}
@keyframes p-index-fee__kids__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(20deg) translate(10px, -20px);
  }
}
.page-wrap .p-index-fee__adults {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-fee__adults::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo13.jpg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 10px;
  left: 840px;
  animation-name: p-index-fee__adults__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-fee__adults::before {
    top: -20px;
    left: 250px;
    background-size: 90px;
  }
}
@keyframes p-index-fee__adults__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-about {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-about__inner {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-about__inner::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo08-02.jpg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 110px;
  left: -120px;
  animation-name: p-index-access__qa__inner;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-about__inner::before {
    top: 320px;
    left: 250px;
    background-size: 100px;
  }
}
@keyframes p-index-access__qa__inner {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-about__title::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo12.jpg);
  background-repeat: no-repeat;
  background-size: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20px;
  right: -70px;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-about__title::before {
    top: -40px;
    left: 240px;
    background-size: 120px;
  }
}
.page-wrap .p-index-about__item-name {
  margin: 30px 0;
  font-size: 25px;
}
.page-wrap .p-index-about__text {
  line-height: 2;
  padding-bottom: 20px;
}
.page-wrap .p-index-about__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-wrap .p-index-about__item--hiroya {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-about__item--hiroya::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo10.jpg);
  background-repeat: no-repeat;
  background-size: 90px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -90px;
  left: -60px;
  animation-name: p-index-fee__adults__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-about__item--hiroya::before {
    top: -60px;
    left: 0px;
    background-size: 50px;
    z-index: 1;
  }
}
@keyframes p-index-fee__adults__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-about__item-photo-text-area {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-wrap .p-index-about__item-photo-text-area {
    flex-direction: column;
    gap: 0;
  }
}
.page-wrap .p-index-about__item-photo-area {
  width: 150px;
  min-width: 150px;
}
.page-wrap .p-index-about__item-photo-area img {
  width: 100%;
}
.page-wrap .p-index-about__item-text {
  line-height: 2;
  padding-bottom: 30px;
}
.page-wrap .p-index-about-staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 930px) {
  .page-wrap .p-index-about-staff-list {
    flex-direction: column;
  }
}
.page-wrap .p-index-about-staff-list__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 930px) {
  .page-wrap .p-index-about-staff-list__item {
    width: 100%;
  }
}
.page-wrap .p-index-about-staff-list__item-photo-name-area {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 10px;
}
.page-wrap .p-index-about-staff-list__item-name {
  margin: 15px 0;
  font-size: 18px;
  width: 100%;
}
.page-wrap .p-index-about-staff-list__item-photo {
  width: 100px;
  min-width: 100px;
}
.page-wrap .p-index-about-staff-list__item-photo img {
  width: 100%;
}
.page-wrap .p-index-about-staff-list__item-text {
  line-height: 1.8;
  font-size: 14px;
}
.page-wrap .p-index-about-career-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 0 20px;
}
.page-wrap .p-index-about-career-list span {
  display: inline-block;
}
.page-wrap .p-index-about-career-list dt {
  width: 70px;
}
.page-wrap .p-index-about-career-list dd {
  width: calc(100% - 70px);
}
.page-wrap .p-index-about-btn-area {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .page-wrap .p-index-about-btn-area {
    flex-direction: column;
    gap: 20px;
  }
}
.page-wrap .p-index-about-btn-area a {
  color: #555555;
}
.page-wrap .p-index-about-btn-area a:active {
  color: #555555;
}
.page-wrap .p-index-about-btn-area a:hover {
  opacity: 0.7;
}
.page-wrap .p-index-about-sns-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-wrap .p-index-about-sns-list__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-wrap .p-index-about-sns-list__item a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.page-wrap .p-index-about-sns-list__icon {
  width: 40px;
  height: 40px;
  background-color: #048cff;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page-wrap .p-index-about-sns-list__icon--youtube {
  -webkit-mask-image: url(../images/youtube-icon.svg);
          mask-image: url(../images/youtube-icon.svg);
}
.page-wrap .p-index-about-sns-list__icon--instagram {
  -webkit-mask-image: url(../images/Instagram.svg);
          mask-image: url(../images/Instagram.svg);
}
.page-wrap .p-index-about-sns-list__link-text {
  color: #048cff;
  font-size: 14px;
}
.page-wrap .p-index-contact__title {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-contact__title::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo03.jpg);
  background-repeat: no-repeat;
  background-size: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50px;
  left: 760px;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-contact__title::before {
    top: -60px;
    left: 230px;
    background-size: 150px;
  }
}
.page-wrap .p-index-contact__text {
  line-height: 2;
  padding-bottom: 20px;
}
.page-wrap .p-index-contact__text-small {
  font-size: 14px;
}
.page-wrap .p-index-contact__btn {
  font-size: 19px;
  font-family: "メイリオ", Meiryo, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.page-wrap .p-index-access__toyonaka {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-access__toyonaka::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo06.jpg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -10px;
  left: 300px;
  animation-name: p-index-access__adults__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-access__toyonaka::before {
    top: -10px;
    left: 260px;
  }
}
@keyframes p-index-access__adults__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-access__miyayama {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-access__miyayama::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo05.jpg);
  background-repeat: no-repeat;
  background-size: 100px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 30px;
  left: 280px;
  animation-name: p-index-access__adults__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-access__miyayama::before {
    top: 30px;
    left: 260px;
  }
}
@keyframes p-index-access__adults__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-access__text-photo-block {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 810px) {
  .page-wrap .p-index-access__text-photo-block {
    display: block;
  }
}
.page-wrap .p-index-access__map {
  padding: 40px 0 0;
}
.page-wrap .p-index-access__map iframe {
  width: 100%;
  height: 220px;
}
.page-wrap .p-index-access__text {
  line-height: 2;
}
.page-wrap .p-index-access__text-list {
  line-height: 2;
  font-size: 14px;
  padding: 10px 0 0;
}
.page-wrap .p-index-access__photo-block {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 810px) {
  .page-wrap .p-index-access__photo-block {
    padding: 15px 0 0;
  }
}
.page-wrap .p-index-access__photo {
  max-width: 220px;
}
.page-wrap .p-index-access__photo img {
  width: 100%;
}
.page-wrap .p-index-qa__inner {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-qa__title {
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-qa__title::before {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo01.jpg);
  background-repeat: no-repeat;
  background-size: 140px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -60px;
  left: 710px;
  animation-name: p-index-access__qa__before;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-qa__title::before {
    top: -30px;
    left: 270px;
    background-size: 100px;
  }
}
@keyframes p-index-access__qa__before {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(-5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(-20deg) translate(-10px, 20px);
  }
}
.page-wrap .p-index-qa__title::after {
  z-index: -1;
  content: "";
  background-image: url(../images/bg-photo02.jpg);
  background-repeat: no-repeat;
  background-size: 160px;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -120px;
  left: 520px;
  animation-name: p-index-access__qa__after;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps(2, end);
  animation-duration: 2s;
}
@media screen and (max-width: 900px) {
  .page-wrap .p-index-qa__title::after {
    top: -60px;
    left: 160px;
    background-size: 110px;
  }
}
@keyframes p-index-access__qa__after {
  0%, 100% {
    transform-origin: center;
  }
  0% {
    transform: rotate(5deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(20deg) translate(10px, -20px);
  }
}
.page-wrap .p-index-qa__text {
  line-height: 2;
  font-size: 16px;
  padding-bottom: 40px;
}
.page-wrap .p-index-qa__text-ib {
  display: inline-block;
}
.page-wrap .p-index-qa-list dt {
  padding: 10px 10px 10px 35px;
  background: #e4f4ff;
  text-indent: -25px;
  line-height: 2;
}
.page-wrap .p-index-qa-list dt:before {
  content: "Q.";
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #048cff;
  margin-right: 5px;
}
.page-wrap .p-index-qa-list dd {
  margin: 20px 10px 40px 35px;
  text-indent: -25px;
  line-height: 2;
}
.page-wrap .p-index-qa-list dd:before {
  content: "A.";
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #e55294;
  margin-right: 5px;
}
.page-wrap .p-index-qa-list dd a {
  color: #048cff;
  border-bottom: 1px solid #048cff;
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
}
.page-wrap .p-index-qa-list dd a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.page-wrap .u-ib {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-wrap .u-dn-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .page-wrap .u-dn-900 {
    display: none;
  }
}
.page-wrap .u-db-420 {
  display: none;
}
@media screen and (max-width: 420px) {
  .page-wrap .u-db-420 {
    display: block;
  }
}

.page-wrap .u-ff-BIZ {
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}/*# sourceMappingURL=style.css.map */