@charset "UTF-8";
.zenmaru {
  font-family: "zen-maru-gothic", sans-serif;
}

.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.dots {
  border-width: 0 0 8px;
  border-style: solid;
  -webkit-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(50, 150, 220, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
       -o-border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(50, 150, 220, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
          border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="rgba(50, 150, 220, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 216px;
  margin: 60px auto;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 1em;
  font-weight: bold;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: bold;
}

.Inner {
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Max300 {
  max-width: 300px;
}

.Max400 {
  max-width: 400px;
}

.btn {
  position: relative;
  width: 60%;
  margin: auto;
  font-size: .9em;
}

.btn a {
  width: 100%;
  display: inline-block;
  padding: 0.75rem 1.25rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .15rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: 1px solid #004ea1;
  border-radius: 5px;
}

.btn a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
  z-index: -1;
}

.btn a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004ea1;
  border-radius: 4px;
  z-index: -2;
}

.btn a:hover {
  color: #004ea1;
  opacity: 1;
}

.btn a:hover:before {
  width: 100%;
}

.btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #fff;
  margin-right: 0.3em;
  position: absolute;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  z-index: 1;
}

.btn:hover:after {
  color: #004ea1;
}

#CTAsection {
  background-color: #f5faff;
}

#CTAsection .CTAInner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
  #CTAsection .CTAInner {
    display: block;
  }
}

#CTAsection .CTAInner .LogoBox {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #CTAsection .CTAInner .LogoBox {
    width: 100%;
    padding: 14px;
  }
}

#CTAsection .CTAInner .LogoBox a {
  display: inline-block;
  max-width: 260px;
}

#CTAsection .CTAInner .LogoBox a img {
  vertical-align: bottom;
}

#CTAsection .CTAInner .TelTime {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 640px) {
  #CTAsection .CTAInner .TelTime {
    width: 100%;
  }
}

#CTAsection .CTAInner .TelTime dt {
  background-color: rgba(32, 137, 210, 0.1);
}

#CTAsection .CTAInner .TelTime dt .Tel {
  padding: 0 1em;
  font-weight: bold;
  font-size: 1.65em;
  padding: .5em 0 .3em;
}

#CTAsection .CTAInner .TelTime dt .Tel a {
  color: #000;
}

#CTAsection .CTAInner .TelTime dt .Tel:before {
  content: "";
  background-image: url(../img/common/icon_fd.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -2px;
  margin-right: 5px;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}

#CTAsection .CTAInner .TelTime dd {
  background-color: #2089d2;
  color: #fff;
  padding: .7em 0;
}

#CTAsection .CTAInner .TelTime dd .Time {
  line-height: 1.5;
  font-size: .9em;
}

@media screen and (max-width: 640px) {
  #CTAsection .CTAInner .TelTime dd .Time {
    font-size: .8em;
  }
}

#CTAsection .CTAInner .TelTime dd .Time:before {
  content: "";
  background-image: url(../img/common/icon_clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -1px;
  margin-right: 3px;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

#CTAsection .LinkInner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
}

@media screen and (max-width: 640px) {
  #CTAsection .LinkInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#CTAsection .LinkInner .PmarkBox {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #CTAsection .LinkInner .PmarkBox {
    width: 100%;
  }
}

#CTAsection .LinkInner .PmarkBox .MarkLogo {
  width: 24%;
  margin-right: 4%;
}

@media screen and (max-width: 640px) {
  #CTAsection .LinkInner .PmarkBox .MarkLogo {
    width: 16%;
  }
}

#CTAsection .LinkInner .PmarkBox .MarkText {
  width: 64%;
  line-height: 1.6;
  font-size: .8em;
  margin-right: 8%;
}

@media screen and (max-width: 640px) {
  #CTAsection .LinkInner .PmarkBox .MarkText {
    font-size: .7em;
  }
}

#CTAsection .LinkInner ul.BnrBox {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  #CTAsection .LinkInner ul.BnrBox {
    width: 100%;
  }
}

#CTAsection .LinkInner ul.BnrBox li {
  width: 22%;
}

footer #footerBg {
  background: #fff;
  border-top: #2089d2 solid 8px;
  width: 100%;
}

footer #footerBg .footer {
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 3em 3.4%;
  font-size: .85em;
}

footer #footerBg .footer a {
  color: #000;
}

footer #footerBg .footer p .FootTitel {
  font-size: 1.15em;
  font-weight: bold;
  color: #2151a1;
  border-bottom: #479cd7 1px solid;
  margin-bottom: 8px;
}

footer #footerBg .footer ul li {
  line-height: 1.9;
  font-size: .95em;
}

@media screen and (max-width: 1230px) {
  .none1230 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .none1000 {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .none860 {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .none700 {
    display: none;
  }
}

/*========= ヘッダー ===============*/
header#HeaderAnime {
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  /*background: white;*/
  z-index: 1000;
  position: fixed;
  width: 100%;
}

header#HeaderAnime.is-animation {
  /*top: 0 !important;*/
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}

header#HeaderAnime h1 {
  margin-top: -.3em;
  padding-top: 10px;
  padding-left: .6em;
  font-size: .8em;
  line-height: 1.5;
  text-align: center;
  color: #2089d2;
}

header#HeaderAnime .FirstHeadLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 0 30px;
  width: 100%;
  max-width: 1800px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  header#HeaderAnime .FirstHeadLine {
    padding: 0px 1px 0 30px;
  }
}

header#HeaderAnime .FirstHeadLine .LogoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#HeaderAnime .FirstHeadLine .LogoBox .Logo {
  width: 170px;
}

header#HeaderAnime .FirstHeadLine .LogoBox .Logo a img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#HeaderAnime .FirstHeadLine .LogoBox .Tel {
  padding: 0 1em;
  font-weight: bold;
}

header#HeaderAnime .FirstHeadLine .LogoBox .Tel:before {
  content: "";
  background-image: url(../img/common/icon_fd.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -2px;
  margin-right: 5px;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}

header#HeaderAnime .FirstHeadLine .LogoBox p.Reception {
  font-size: .7em;
  line-height: 1.3;
}

header#HeaderAnime .FirstHeadLine .LogoBox p.Reception::before {
  content: "";
  background-image: url(../img/common/icon_clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -1px;
  margin-right: 3px;
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .86em;
  line-height: 2;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter .TextAnchor {
  padding: 1em 1em 0;
  line-height: 1.2;
  text-align: center;
  font-size: .9em;
  position: relative;
}

@media screen and (max-width: 640px) {
  header#HeaderAnime .FirstHeadLine .PrimeNavOuter .TextAnchor {
    font-size: .8em;
    line-height: 1.2;
  }
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter p.key:before {
  content: "";
  background-image: url(../img/common/icon_key.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -1px;
  margin: auto;
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter p.exclamation:before {
  content: "";
  background-image: url(../img/common/icon_exclamation.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -1px;
  margin: auto;
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter p.onlinestore span {
  font-size: .9em;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter p.onlinestore:before {
  content: "";
  background-image: url(../img/common/icon_cart.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -1px;
  margin: auto;
  display: inline-block;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter .Button {
  padding: 0;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter .Button a {
  padding: .2em .8em;
  margin: 0 .5rem;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  background-color: #f4a220;
}

header#HeaderAnime .FirstHeadLine .PrimeNavOuter .Button a.experience {
  background-color: #e64d4d;
}

@media screen and (max-width: 1000px) {
  header#HeaderAnime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#HeaderWrapper {
  -webkit-transition: .5s;
  transition: .5s;
}

/*========= フッター ===============*/
/*footer #footerBg {
  background: #fff;
  border-top: #2089d2 solid 8px;
  width: 100%;
}
footer #footerBg .footer a {
	color: #000;
}

footer #footerBg .footer {
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 3em 3.4%;
  font-size: .85em;
}
footer #footerBg .footer p.FootTitel {
	font-size: 1.15em;
	font-weight: bold;
	color: #2151a1;
	border-bottom: #479cd7 1px solid;
	margin-bottom: 8px;
}

footer #footerBg .footer ul li {
	line-height: 1.9;
  font-size: .95em;
}*/
footer #footerBg .footer .Navi01 {
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 1.5em;
}

footer #footerBg .footer .Navi01 .FootArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer #footerBg .footer .Navi01 .FootArea .AreaTitle {
  line-height: 1.3;
  margin-bottom: .4em;
  margin-right: .5em;
  padding: 6px 9px;
  background-color: rgba(32, 137, 210, 0.1);
}

footer #footerBg .footer .Navi01 .FootArea ul {
  width: 33.3%;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi01 .FootArea ul {
    width: 100%;
    margin-bottom: 1.2em;
  }
  footer #footerBg .footer .Navi01 .FootArea ul li {
    float: left;
    width: 50%;
    display: inline-block;
  }
  footer #footerBg .footer .Navi01 .FootArea ul.Teikei li {
    width: 100%;
  }
}

footer #footerBg .footer .Navi01 .FootArea div.Kidspal {
  width: 66.6%;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi01 .FootArea div.Kidspal {
    width: 100%;
  }
}

footer #footerBg .footer .Navi01 .FootArea div.Kidspal div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi01 .FootArea div.Kidspal div {
    width: 100%;
    margin-bottom: 1.2em;
  }
}

footer #footerBg .footer .Navi01 .FootArea div.Kidspal div ul {
  width: 50%;
  margin-bottom: 0;
}

footer #footerBg .footer .Navi01 .FootArea div.Kidspal div ul li {
  width: 100%;
}

footer #footerBg .footer .Navi02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer #footerBg .footer .Navi02 .Quarter {
  width: 23%;
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi02 .Quarter {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 1.2em;
  }
}

footer #footerBg .footer .Navi02 .Quarter .FootGroupTitle {
  font-size: 1.15em;
  font-weight: bold;
  color: #2151a1;
  border-bottom: #479cd7 1px solid;
  margin-bottom: 8px;
}

footer #footerBg .footer .Navi03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5faff;
  padding: 20px 30px;
}

footer #footerBg .footer .Navi03 .ExternalLink {
  width: 100%;
}

footer #footerBg .footer .Navi03 .ExternalLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi03 .ExternalLink ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer #footerBg .footer .Navi03 .ExternalLink ul li {
  width: calc(100% / 7);
  padding: .5%;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .Navi03 .ExternalLink ul li {
    width: calc(100% / 3);
  }
}

footer #footerBg .footer .Navi03 .ExternalLink ul li img {
  vertical-align: bottom;
}

footer #footerBg .footer .CommonLink {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

footer #footerBg .footer .CommonLink ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .CommonLink ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer #footerBg .footer .CommonLink ul li {
  margin: 0 3em;
  padding-left: 10px;
  position: relative;
}

@media screen and (max-width: 640px) {
  footer #footerBg .footer .CommonLink ul li {
    margin: 0 30px;
  }
}

footer #footerBg .footer .CommonLink ul li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #878787;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: .6em;
  width: 0;
}

footer .copyBox {
  background-color: #333;
  text-align: center;
}

footer .copyBox #copy {
  color: #fff;
  text-align: center;
  font-size: .94rem;
  padding: .5em 0;
}

footer .copyBox #copy a {
  color: #fff;
}

.FloatCTA {
  position: fixed;
  right: 0;
  bottom: 24vh;
  z-index: 30;
  width: 56px;
}

.FloatCTA div {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.FloatCTA div.Contact {
  background: rgba(231, 165, 66, 0.85);
}

.FloatCTA div.Apply {
  background: rgba(230, 77, 77, 0.85);
}

.FloatCTA div a {
  color: #fff;
}

#Top #AreaNav {
  margin-top: -100px;
  padding: 0 0 1em;
}

@media screen and (max-width: 860px) {
  #Top #AreaNav {
    margin-top: -70px;
  }
}

@media screen and (max-width: 640px) {
  #Top #AreaNav {
    margin-top: -20px;
  }
}

#Top #AreaNav .Inner {
  width: 78%;
  max-width: 1500px;
  margin: auto;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 640px) {
  #Top #AreaNav .Inner {
    width: 84%;
  }
}

#Top #AreaNav .Inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top #AreaNav .Inner ul li {
  text-align: center;
  width: 23%;
  background: #479cd7;
  font-size: clamp(0.7rem, 1vw, 1.8rem);
  line-height: 1.75;
  background-image: -webkit-linear-gradient(135deg, #004ea1 10px, transparent 0);
  background-image: linear-gradient(-45deg, #004ea1 10px, transparent 0);
}

@media screen and (max-width: 1000px) {
  #Top #AreaNav .Inner ul li {
    width: 46%;
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
}

@media screen and (max-width: 640px) {
  #Top #AreaNav .Inner ul li {
    font-size: clamp(0.7rem, 1.3vw, 1.8rem);
    line-height: 1.7;
  }
}

#Top #AreaNav .Inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  color: #fff;
}

#Top #AreaNav .Inner ul li a span {
  font-size: 1.5em;
  margin-top: 4px;
}

#Top #TopicsArea {
  background: #f2f7fc;
}

#Top #TopicsArea .TopiInner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  background-color: #fff;
  padding: 40px 50px;
}

#Top #TopicsArea .TopiInner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: .9em;
  line-height: 1.7;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #333;
}

@media screen and (max-width: 700px) {
  #Top #TopicsArea .TopiInner dl {
    display: block;
  }
}

#Top #TopicsArea .TopiInner dl dt {
  width: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 700px) {
  #Top #TopicsArea .TopiInner dl dt {
    margin-bottom: 6px;
    display: block;
  }
}

#Top #TopicsArea .TopiInner dl dt .DayTime {
  white-space: nowrap;
  width: 9em;
}

#Top #TopicsArea .TopiInner dl dt .Area {
  white-space: nowrap;
  font-size: .6em;
  width: 10em;
  color: #fff;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 700px) {
  #Top #TopicsArea .TopiInner dl dt .Area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#Top #TopicsArea .TopiInner dl dt .Area span {
  padding: .1em .5em;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#Top #TopicsArea .TopiInner dl dt .Area span.TokyoArea {
  background-color: #004699;
}

#Top #TopicsArea .TopiInner dl dt .Area span.KanagawaArea {
  background-color: #2089d2;
}

#Top #TopicsArea .TopiInner dl dt .Area span.KansaiArea {
  background-color: #46ccb7;
}

#Top #TopicsArea .TopiInner dl dt .Area span.Kidspal {
  background-color: #e46060;
}

@media screen and (max-width: 700px) {
  #Top #TopicsArea .TopiInner dl dt .Area span {
    display: inline-block !important;
  }
}

#Top #TopicsArea .TopiInner dl dd {
  width: calc(100% - 10em);
}

@media screen and (max-width: 700px) {
  #Top #TopicsArea .TopiInner dl dd {
    width: 100%;
  }
}

#Top #TopicsArea .TopiInner dl dd a {
  color: #000;
}

#Top #TaikenAdvert {
  background-image: url(../img/top/bg_taiken.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}

#Top #TaikenAdvert .TaikenInner {
  width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
}

#Top #TaikenAdvert .TaikenInner .TaikenInnerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .94em;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  #Top #TaikenAdvert .TaikenInner .TaikenInnerFlex {
    display: block;
  }
  #Top #TaikenAdvert .TaikenInner .TaikenInnerFlex .HalfBox35 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  #Top #TaikenAdvert .TaikenInner .TaikenInnerFlex .HalfBox60 {
    width: 100%;
  }
}

#Top #Whats {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(71, 156, 215, 0.209143)), color-stop(60%, white)), url(../img/top/bg_whats.jpg);
  background: -webkit-linear-gradient(bottom, rgba(71, 156, 215, 0.209143) 0%, white 60%), url(../img/top/bg_whats.jpg);
  background: linear-gradient(0deg, rgba(71, 156, 215, 0.209143) 0%, white 60%), url(../img/top/bg_whats.jpg);
  background-size: cover;
}

#Top #Whats .WhatsInner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

#Top #Whats .Youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top #Whats .Youtube dl {
  width: 31%;
}

@media screen and (max-width: 640px) {
  #Top #Whats .Youtube dl {
    width: 100%;
  }
}

#Top #Whats .Youtube dl dt {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#Top #Whats .Youtube dl dt iframe {
  width: 100%;
  height: 100%;
}

#Top #Whats .Youtube dl dd div {
  font-weight: bold;
  font-size: 1.2em;
}

#Top #Whats .Youtube dl dd p {
  font-size: .9em;
  line-height: 1.6;
}

#Top #Whats .WhatCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top #Whats .WhatCont a {
  display: block;
  width: 18%;
  min-width: 200px;
  aspect-ratio: 1;
  margin: 2%;
  text-align: center;
  border-radius: 50%;
  /*box-shadow: 0px 2px 4px #76a1bf;*/
  border: 8px solid #fff;
  background: url(../img/top/arrow_black_l.png) no-repeat right center #fff;
  background-size: 8px;
}

#Top #Whats .WhatCont a:hover {
  border: 8px solid #4a9fda;
  opacity: 1;
}

#Top #Whats .WhatCont a:hover img {
  opacity: 1;
  -webkit-transform: rotate(10deg);
}

#Top #Whats .WhatCont a dl {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}

#Top #Whats .WhatCont a dl dt {
  width: 60%;
  margin: 10px auto 0;
}

@media screen and (max-width: 640px) {
  #Top #Whats .WhatCont a dl dt {
    width: 50%;
  }
  #Top #Whats .WhatCont a dl dt img {
    vertical-align: bottom;
  }
}

#Top #Whats .WhatCont a dl dd {
  font-weight: bold;
  font-size: 1.05em;
  color: #000;
}

@media screen and (max-width: 640px) {
  #Top #Whats .WhatCont a dl dd {
    font-size: .8em;
  }
}

#Top #Whats .WhatsInner .OlBox {
  padding: 30px 50px;
  border: 1px solid #479cd7;
  background-color: #f1f9ff;
  margin-bottom: 30px;
}

#Top #Whats .WhatsInner .OlBox ol {
  margin: 0;
  padding: 0;
  list-style: none;
  /* デフォルトの数字を非表示に */
  counter-reset: li;
}

#Top #Whats .WhatsInner .OlBox ol li {
  position: relative;
  padding-left: 3em;
  line-height: 1.5;
  margin-bottom: 30px;
}

#Top #Whats .WhatsInner .OlBox ol li:last-of-type {
  margin-bottom: 10px;
}

#Top #Whats .WhatsInner .OlBox ol li:not(:first-child) {
  margin-top: 0.5em;
}

#Top #Whats .WhatsInner .OlBox ol li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: -.3em;
  /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #479cd7;
  font-size: 1.2em;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

#Top #Class dl .CourseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

@media screen and (max-width: 640px) {
  #Top #Class dl .CourseBox {
    display: block;
  }
}

#Top #Class dl .CourseBox dt {
  width: 37%;
  margin-right: 3%;
  position: relative;
}

@media screen and (max-width: 640px) {
  #Top #Class dl .CourseBox dt {
    width: 71%;
    margin-bottom: 1em;
  }
}

#Top #Class dl .CourseBox dt:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background-color: rgba(71, 156, 215, 0.2);
  width: 100%;
  height: 100%;
}

#Top #Class dl .CourseBox dt img {
  vertical-align: top;
  position: relative;
  z-index: 1;
}

#Top #Class dl .CourseBox dd {
  width: 60%;
}

@media screen and (max-width: 640px) {
  #Top #Class dl .CourseBox dd {
    width: 100%;
  }
}

#Top #Class dl .CourseBox dd div.Course {
  font-weight: bold;
  font-size: 1.5em;
}

#Top #Class dl .CourseBox dd span {
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-color: #479cd7;
          text-decoration-color: #479cd7;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  font-size: .85em;
  margin-bottom: 8px;
  font-weight: bold;
}

#Top #Class dl .CourseBox dd p {
  font-size: .94em;
  line-height: 1.75;
  text-align: justify;
}

#Top #Class dl .CourseBox dd p.LinkText {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-weight: bold;
}

#Top #Class dl .CourseBox dd p.LinkText:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #004ea1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#Top #Class dl .CourseBox dd p.LinkText:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}

#Top #Class dl .SubExplanation {
  width: 100%;
  max-width: 1000px;
  margin: 46px auto 30px auto;
  padding-top: 30px;
  border-top: #479cd7 1px dotted;
  text-align: justify;
}

#Top #Class dl .SubExplanation .NumberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Top #Class dl .SubExplanation .NumberBox div.three {
  width: 31.33333%;
  margin: 1%;
  padding: 10px 16px;
  border: 1px solid #479cd7;
  background-color: #f1f9ff;
}

@media screen and (max-width: 640px) {
  #Top #Class dl .SubExplanation .NumberBox div.three {
    width: 100%;
  }
}

#Top #Class dl .SubExplanation .NumberBox div.two {
  width: 48%;
  margin: 1%;
  padding: 10px 16px;
  border: 1px solid #479cd7;
  background-color: #f1f9ff;
}

@media screen and (max-width: 640px) {
  #Top #Class dl .SubExplanation .NumberBox div.two {
    width: 100%;
  }
}

#Top #Class dl .SubExplanation .NumberBox div.three span,
#Top #Class dl .SubExplanation .NumberBox div.two span {
  font-weight: bold;
  display: block;
}

#Top #Class dl .SubExplanation .NumberBox div.three span:first-letter,
#Top #Class dl .SubExplanation .NumberBox div.two span:first-letter {
  background-color: #479cd7;
  color: #fff;
  padding: 5px;
  margin-right: .5em;
}

#Top #Class dl .SubExplanation .NumberBox div.three p.Sfont,
#Top #Class dl .SubExplanation .NumberBox div.two p.Sfont {
  font-size: .9em;
  line-height: 1.8;
}

#Top #PassInfo {
  background-image: url("../img/common/round_white.svg"), url(../img/top/bg_passinfo.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  background-position: center top, center;
}

#Top #PassInfo .Celebrate {
  text-align: center;
  margin-bottom: 30px;
}

#Top #PassInfo .Celebrate span {
  display: inline-block;
  padding: 10px 26px;
  color: #eb7777;
  background-color: #fff;
  border-radius: 8px;
  margin: auto;
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #Top #PassInfo .Celebrate span {
    font-size: 1.5em;
  }
}

#Top #PassInfo .Message {
  text-align: center;
  font-size: 1.4em;
  line-height: 2;
  /*font-weight: bold;*/
}

@media screen and (max-width: 640px) {
  #Top #PassInfo .Message {
    font-size: 1.2em;
  }
}

#Top #Voice {
  background-image: url("../img/top/bg_voice.jpg");
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#Top #Voice .VoiceInner {
  width: 100%;
  margin: auto;
}

#Top #Voice .VoiceInner .VoiceArchives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #Top #Voice .VoiceInner .VoiceArchives {
    display: block;
  }
}

#Top #Voice .VoiceInner .VoiceArchives dl {
  padding: 0 40px 40px 40px;
  margin-top: 40px;
  /*border-radius: 8px;*/
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #Top #Voice .VoiceInner .VoiceArchives dl {
    width: 100%;
    margin-top: 70px;
  }
}

#Top #Voice .VoiceInner .VoiceArchives dl dd {
  width: 100%;
}

#Top #Voice .VoiceInner .VoiceArchives dl dt {
  width: 80px;
  margin: 0 auto 0 !important;
}

#Top #Voice .VoiceInner .VoiceArchives dl dt img {
  margin: -40px auto 10px;
}

#Top #Faq {
  background-color: #f2f7fc;
}

#Top #Faq .FaqInner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.99);
  padding: 40px 50px;
}

#Top #Faq .FaqInner dl {
  margin-bottom: 60px;
}

#Top #Faq .FaqInner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 2em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #Top #Faq .FaqInner dl dt {
    line-height: 1.5;
  }
}

#Top #Faq .FaqInner dl dt:before {
  content: 'Q';
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  width: 1.8em;
  height: 1.8em;
  background: #004ea1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#Top #Faq .FaqInner dl dd {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ddd;
  font-size: .94em;
  line-height: 1.7;
  text-align: justify;
}

#Top #FirstTime {
  background-image: url(../img/top/bg_firsttime.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#Top #FirstTime .Inner .FirstTimeMessage {
  margin-top: 18em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 66px 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  #Top #FirstTime .Inner .FirstTimeMessage {
    margin-top: 4em;
    padding: 66px 45px;
  }
}

#Top #FirstTime .Inner .FirstTimeMessage p {
  margin-bottom: 1em;
  text-align: justify;
}

@media screen and (max-width: 640px) {
  #Top #FirstTime .Inner .FirstTimeMessage p {
    font-size: .94em;
  }
}

#Top #FirstTime .Inner .FirstTimeMessage p:last-of-type {
  margin-bottom: 0;
}

#Top #FirstTime .Inner .FirstTimeMessage .Name {
  text-align: right;
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

#Top #FirstTime .Inner .CovitMessage {
  background-color: rgba(32, 137, 210, 0.1);
  padding: 66px 80px;
}

@media screen and (max-width: 640px) {
  #Top #FirstTime .Inner .CovitMessage {
    padding: 66px 45px;
  }
}

#Top #FirstTime .Inner .CovitMessage ul {
  font-size: .92em;
}

#Top #FirstTime .Inner .CovitMessage ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.7;
  margin-bottom: .5em;
}

#Top #FirstTime .Inner .CovitMessage ul li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: .9em;
  height: .9em;
  background-color: #2089d2;
  border-radius: 50%;
}

/*# sourceMappingURL=base.css.map */
