@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}

.fade.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

p, a {
  color: #2F3030;
  line-height: 1.4em;
  font-size: 1.2rem;
}

.pink {
  color: rgba(249, 215, 216, 0.4);
}

.verry {
  color: #CD103D;
}

.back-w {
  background-color: #fff;
}

.back-pink {
  background-color: rgba(249, 215, 216, 0.4);
}

.back-mizu {
  background-color: #C1EAED;
}

.bottom0 {
  padding-bottom: 0;
}

.top0 {
  padding-top: 0;
}

.txt_big {
  font-size: 1.8rem;
  font-weight: bold;
}

.txt_small {
  font-size: 1rem;
}

h2 {
  font-weight: 800;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

picture {
  vertical-align: top;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex2 div {
  width: 60%;
}
.flex2 > img {
  width: 40%;
}
.flex2 li {
  margin-top: 50px;
}

section {
  overflow: hidden;
}

.overflow {
  overflow: visible;
}

.mt-30 {
  margin-top: -30px;
}

@media screen and (max-width: 1024px) {
  .sp100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp100 div, .sp100 img {
    width: 100%;
  }
}
/*ポジション*/
#rela1 {
  position: relative;
}
#rela1 #abso1 {
  z-index: 2;
  position: absolute;
  top: -40px;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  #rela1 #abso1 {
    width: 70px;
  }
}

.optbox {
  position: relative;
}
.optbox > span {
  position: absolute;
  left: 46%;
  right: 30%;
  margin: 0 auto;
  bottom: 10px;
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .optbox > span {
    left: auto;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
  }
}

.optbox2 {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .optbox2 {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .optbox2 {
    height: 150px;
  }
}
.optbox2 > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .optbox2 > span {
    bottom: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .optbox2 > span {
    margin: 0 auto;
    width: 90%;
  }
}

video#mayu {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  video#mayu {
    width: 640px;
    height: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  video#mayu {
    width: 100%;
  }
}

video#mayu2 {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  video#mayu2 {
    width: 640px;
    height: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  video#mayu2 {
    width: 100%;
  }
}

/*いいところ*/
ul#goodpoint li {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  ul#goodpoint li div {
    width: 100%;
  }
  ul#goodpoint li > img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  ul#goodpoint li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
ul#goodpoint .small {
  text-align: right;
  padding-top: 30px;
  font-size: 1rem;
}

#reason-waku .contents {
  margin-bottom: 60px;
}
#reason-waku .contents h3 {
  font-size: 1.8rem;
  line-height: 1.3em;
  text-align: left;
  margin-left: 20%;
}
#reason-waku .contents .waku {
  position: relative;
  padding: 50px 40px;
}
@media screen and (max-width: 1024px) {
  #reason-waku .contents .waku {
    padding: 20px 10px;
  }
}
#reason-waku .contents .waku img {
  position: absolute;
  left: 20px;
  top: -50px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #reason-waku .contents .waku img {
    width: 40px;
    left: 5px;
    top: -40px;
  }
}
#reason-waku .contents .waku div.f-left {
  width: 140px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  #reason-waku .contents .waku div.f-left {
    width: 0px;
    height: 0px;
  }
}
#reason-waku .contents .waku p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #reason-waku .contents .waku p {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1025px) {
  #reason-waku .contents .waku:first-child {
    background: url(../img/reason-back.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  #reason-waku .contents .waku:first-child {
    background: url(../img/reason-back-sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 1025px) {
  #reason-waku .contents .waku:last-child {
    background: url(../img/reason-back2.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  #reason-waku .contents .waku:last-child {
    background: url(../img/reason-back2-sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  #reason-waku {
    padding: 0 10px;
  }
}

.title-verry {
  background-color: #CD103D;
  padding: 20px;
  margin-bottom: 60px;
}

.title-blue {
  background-color: #049DBB;
  padding: 60px 0 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .title-blue {
    padding: 20px;
    margin-bottom: 0px;
  }
}

.kokoga h3 {
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .kokoga h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.kokoga p {
  padding-bottom: 20px;
}
.kokoga .flex2 img {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .kokoga .flex2 img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .kokoga .flex2 div {
    width: 100%;
    margin-top: 20px;
  }
}

#fixbtn {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
}
#fixbtn a {
  font-size: 0;
  display: block;
}

#fixbtn2 {
  position: fixed;
  z-index: 999;
  bottom: 4%;
  right: 4%;
}
#fixbtn2 a {
  font-size: 0;
  display: block;
  width: 180px;
}

.dokidoki {
  -webkit-animation: dokidoki 1.8s infinite;
          animation: dokidoki 1.8s infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
  }
}
/*スクール*/
#school .schoolwrap .schoolcont {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #CD103D;
}
#school .schoolwrap .schoolcont h2 {
  color: #CD103D;
  font-size: 2em;
}
#school .schoolwrap .schoolcont img {
  width: 28%;
}
#school .schoolwrap .schoolcont .area {
  font-size: 1.2rem;
  width: 70%;
  display: inline-block;
}
#school .schoolwrap .schoolcont .area dt {
  display: inline-block;
  padding: 0 4px;
  margin-right: 6px;
  float: left;
  line-height: 1.5em;
}
@media screen and (min-width: 1025px) {
  #school .schoolwrap .schoolcont .area dt {
    width: 150px;
  }
}
#school .schoolwrap .schoolcont .area dd {
  padding: 0 4px;
  line-height: 1.5em;
}
#school .schoolwrap .schoolcont .name {
  font-size: 1.4rem;
  color: #CD103D;
}
#school .schoolwrap .schoolcont.saitama {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #049DBB;
}
#school .schoolwrap .schoolcont.saitama h2 {
  color: #049DBB;
  font-size: 2em;
}
@media screen and (max-width: 1024px) {
  #school .schoolwrap .schoolcont.saitama img {
    width: 30%;
  }
}
#school .schoolwrap .schoolcont.saitama .area {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #school .schoolwrap .schoolcont.saitama .area {
    width: 68%;
    display: inline-block;
  }
}
#school .schoolwrap .schoolcont.saitama .area dt {
  display: inline-block;
  padding: 0 4px;
  margin-right: 6px;
  float: left;
  line-height: 1.5em;
}
#school .schoolwrap .schoolcont.saitama .area dd {
  padding: 0 4px;
  line-height: 1.5em;
}
#school .schoolwrap .schoolcont.saitama .name {
  font-size: 1.4rem;
  color: #049DBB;
}

@media screen and (min-width: 1025px) {
  #staff {
    background: url(../img/teacher-back.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 190px;
  }
}
@media screen and (max-width: 1024px) {
  #staff {
    background: url(../img/teacher-back-sp.jpg) no-repeat center top;
    background-size: contain;
    height: 580px;
    padding-top: 150px;
  }
}
#staff .splide__slide {
  text-align: center;
}
#staff .splide__slide table {
  width: 85%;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.1rem;
  border-collapse: collapse;
}
#staff .splide__slide table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#staff .splide__slide table th {
  color: #049DBB;
  width: 100%;
}
#staff .splide__slide table td {
  width: 100%;
}
#staff .splide__slide table tr:first-child th, #staff .splide__slide table tr:nth-child(2) th, #staff .splide__slide table tr:nth-child(3) th, #staff .splide__slide table tr:nth-child(4) th {
  width: 15%;
}
#staff .splide__slide table tr:first-child td, #staff .splide__slide table tr:nth-child(2) td, #staff .splide__slide table tr:nth-child(3) td, #staff .splide__slide table tr:nth-child(4) td {
  width: 84%;
}
#staff .splide__slide table tr:last-child td, #staff .splide__slide table tr:nth-child(6) td {
  padding-left: 15%;
}
@media screen and (max-width: 1024px) {
  #staff .splide__track {
    height: 500px;
  }
  #staff .splide__track img {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .fee3 {
    padding: 0 !important;
    width: 50%;
  }
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .icon li {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .icon li {
    width: 80%;
    margin-bottom: 20px;
  }
}
.icon li {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
}
.icon li h2 {
  padding: 10px 0;
  font-size: 1.3rem;
}
.icon li p {
  text-align: left;
}

.comment {
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .comment img {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .comment {
    display: block;
    margin-bottom: 30px;
  }
  .comment img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.comment p {
  margin-bottom: 10px;
}

.accordion-btn {
  margin-top: 60px;
  cursor: pointer;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 2px solid #EE858B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-btn img {
  margin-right: 10px;
}

.accordion-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(249, 217, 219, 0.4);
}
.accordion-content > div img {
  margin-right: 10px;
}

.accordion-content p {
  padding-bottom: 10px;
}

.accordion-btn::after {
  content: "▼";
  display: inline-block;
  color: #EE858B;
  margin-left: auto;
}

.accordion-btn.open::after {
  content: "▲";
  color: #EE858B;
  display: inline-block;
  margin-left: auto;
}

footer {
  padding-top: 100px;
}

.qmonlineForm dl {
  width: 100%;
}
.qmonlineForm dl dt {
  color: #CD103D;
  margin-top: 10px;
}
.qmonlineForm dl dd {
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .qmonlineForm dl dd {
    padding-left: 10px;
  }
}
.qmonlineForm dl dd input, .qmonlineForm dl dd textarea {
  width: 100%;
  font-size: 1.3rem;
  padding: 1px 10px;
  border-radius: 10px;
}
.qmonlineForm dl dd input:not([type=radio]), .qmonlineForm dl dd textarea:not([type=radio]) {
  border: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .qmonlineForm dl dd input, .qmonlineForm dl dd textarea {
    line-height: 1.8em;
  }
}
.qmonlineForm dl dd select {
  width: 50%;
  font-size: 1.3rem;
  padding: 1px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .qmonlineForm dl dd select {
    line-height: 1.8em;
  }
}
.qmonlineForm dl dd textarea {
  height: 180px;
}
.qmonlineForm dl dd label {
  display: inline-block;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .qmonlineForm dl dd label {
    width: 80%;
  }
}
.qmonlineForm dl dd input[type=radio] {
  width: 19%;
}

p.submit {
  width: 250px;
  margin: 0 auto;
  margin-top: 30px;
}
p.submit input {
  background-color: #CD103D;
  color: #fff;
  border-radius: 10px;
  display: block;
  padding: 4px;
  width: 100%;
  margin-bottom: 60px;
  font-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.check {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  color: #354756;
}

ul.tokutei {
  font-weight: normal;
}
ul.tokutei span {
  font-weight: bold;
  margin-right: 20px;
  color: #CD103D;
}