@charset "UTF-8";
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  fontsize: 10px;
  color: #340449; }

body {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 700px;
  position: relative; }

body img {
  vertical-align: bottom;
	 }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.por {
  position: relative; }

.only-pc {
  display: block; }

.only-sp {
  display: none !important; }

.img-fit {
  width: 100%;
  height: auto; }

.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.side-margin {
  margin-right: auto;
  margin-left: auto; }

.oh {
  overflow: hidden; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.float-clear {
  float: none;
  clear: both; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.t-just {
  text-align: justify; }

.fwb {
  font-weight: bold; }

.dbl {
  display: block; }

.lh1 {
  line-height: 1; }

.lh15 {
  line-height: 1.5; }

.lh18 {
  line-height: 1.8; }

.lh2 {
  line-height: 2; }

.mt05em {
  margin-top: 0.5em; }

.mt1em {
  margin-top: 1em; }

.mt15em {
  margin-top: 1.5em; }

.mt2em {
  margin-top: 2em; }

.mt3em {
  margin-top: 3em; }

.mt4em {
  margin-top: 4em; }

.mt6em {
  margin-top: 6em; }

.mb05em {
  margin-bottom: 0.5em; }

.mb1em {
  margin-bottom: 1em; }

.mb15em {
  margin-bottom: 1.5em; }

.mb2em {
  margin-bottom: 2em; }

.mb3em {
  margin-bottom: 3em; }

.mb4em {
  margin-bottom: 4em; }

.pdt60 {
  padding-top: 60px; }

.pdt150 {
  padding-top: 150px; }

.pdt155 {
  padding-top: 155px; }

.pdb36 {
  padding-bottom: 36px; }

.pdb60 {
  padding-bottom: 60px; }

.pdb90 {
  padding-bottom: 90px; }

.pdb130 {
  padding-bottom: 130px; }

.pdb150 {
  padding-bottom: 150px; }

.underline {
  text-decoration: underline; }

.section-inner {
  width: 630px;
  margin-left: auto;
  margin-right: auto; }

.inView_up.animated {
  opacity: 0; }

.inView_bounceInUp.animated {
  opacity: 0; }
.inView_bounceInUp.animated.bounceInUp {
  opacity: 1; }

.fss {
  font-size: 18px; }

.fsr {
  font-size: 25px; }

.fsll {
  font-size: 52px; }

a.-line-none {
  text-decoration: none !important; }

.bg-y {
  background: #fcee21; }

.bg-g {
  background: #00cc99; }

.bg-p {
  background: #ff577b; }

.bg-paleMint {
  background: #e1f5f0; }

.bg-dot-paleMint {
  background-image: url("../img/common/bg-dot-paleMint.png");
  background-repeat: repeat;
  background-position: center center; }

.bg-dot-palePink {
  background-image: url("../img/common/bg-dot-palePink.png");
  background-repeat: repeat;
  background-position: center center; }

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
.oswald.-semibold {
  font-weight: 600; }

.pink {
  color: #ff577b; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 23px;
  font-weight: normal;
  line-height: normal; }

p {
  font-size: 23px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.02em; }
p.mb1em {
  margin-botom: 1em; }
p.txt-indent {
  text-indent: 1em; }
p.les-nomal {
  letter-spacing: normal; }

a {
  color: #340449; }
a:hover {
  color: #285587; }
a img:hover {
  opacity: 0.7; }

header {
  background: #fff;
  width: 100%; }
header .head-desc {
  background: #a3e2cd;
  text-align: center; }
header .head-desc small {
  font-size: 18px; }
header .head-top {
  padding: 14px 0; }
header .head-top .logo {
  float: left; }
header .head-top .tel {
  display: block;
  background: #ff577b;
  width: 260px;
  border-radius: 4px;
  text-align: center;
  padding: 9px 0;
  float: right; }
header .head-top .tel:hover {
  opacity: 0.8; }
header .head-top .tel img:hover {
  opacity: 1; }
header .head-bottom {
  width: 700px;
  margin-left: auto;
  margin-right: auto; }
header .head-bottom {
  padding-bottom: 10px; }
header .head-bottom .g-nav {
  width: 700px;
  margin: 0 auto; }
header .head-bottom .g-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  justify-content: space-around; }
header .head-bottom .g-nav ul li {
  background: #00cc99;
  margin: 0 5px;
  display: flex;
  flex-grow: 1; }
header .head-bottom .g-nav ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  vertical-align: bottom;
  text-align: center;
  line-height: 1;
  padding: 10px 0; }
header .head-bottom .g-nav ul li a:hover {
  opacity: 0.8; }
header .head-bottom .g-nav ul li a img {
  height: 25px;
  width: auto; }
header .head-bottom .g-nav ul li a img:hover {
  opacity: 1; }

.fix-nav {
  position: static;
  left: 0;
  z-index: 9999; }
.fix-nav.-fixed {
  top: 0;
  position: fixed;
  display: block; }

#top {
  width: 100%;
  height: 100%; }

main {
  z-index: 1;
  position: relative; }
main.-pdt {
  padding-top: 195px; }

section {
  clear: both; }

.section-inner {
  width: 630px;
  margin-left: auto;
  margin-right: auto; }

.btn {
  background: #00cc99;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  line-height: 80px;
  vertical-align: bottom;
  position: relative; }
.btn:hover {
  color: #fff;
  background: #28b48c; }
.btn.-blue {
  background: #1d5193; }
.btn.-blue:hover {
  background: #0a4682; }
.btn.-youtube {
  background: #FF0000; }
.btn.-youtube:hover {
  background: #212121; }
.btn.-border-w {
  border: solid 2px #fff;
  box-sizing: border-box; }
.btn.-arrow-right::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center; }
.btn.-arrow-left::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center; }
.btn.-arrow-bottom::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position: center center; }
.btn.-arrow-top::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-top.png");
  background-repeat: no-repeat;
  background-position: center center; }
.btn.-school {
  background: #fff;
  color: #00cc99; }
.btn.-school:hover {
  opacity: 0.8; }
.btn.-school::before {
  content: "";
  display: block;
  width: 44px;
  height: 36px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/icon-school.png");
  background-repeat: no-repeat;
  background-position: center center; }
.btn.-school::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-right-g.png");
  background-repeat: no-repeat;
  background-position: center center; }
.btn.-gray {
  background: #9e9e9e; }
.btn.-gray:hover {
  background: #666; }

footer {
  padding-top: 200px; }
footer .bard {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1;
  opacity: 0; }
footer .bard.bounceInUp {
  opacity: 1; }
footer .inquiry {
  padding: 80px 0 60px;
  color: #fff;
  position: relative; }
footer .inquiry .section-inner {
  position: relative;
  z-index: 2; }
footer .inquiry .caution {
  background: #fcee21;
  color: #ff577b;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5; }
footer .inquiry a {
  color: #fff; }
footer .inquiry a:hover {
  opacity: 0.8; }
footer .fotter-bottom {
  padding: 60px 0 40px; }
footer .fotter-bottom .foot-nav {
  margin-bottom: 40px; }
footer .fotter-bottom .foot-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0; }
footer .sns-nav {
  display: block;
  text-align: center;
  margin-bottom: 40px; }
footer .sns-nav a {
  display: inline-block;
  margin: 0 10px; }

.pgttl {
  width: 100%;
  padding: 20px 0; }
.pgttl h2 {
  line-height: 1;
  margin: 0;
  padding: 0; }
.pgttl h2 img {
  height: 100px;
  width: auto; }

.icon-new {
  background: #ff577b;
  color: #fff;
  font-size: 18px;
  padding: 1px 20px;
  border-radius: 4px; }

.post-content {
  padding-top: 60px; }
.post-content .section-inner.-top {
  border-bottom: solid 1px #a3e2cd;
  padding-bottom: 60px;
  margin-bottom: 40px; }
.post-content .section-inner.-bottom {
  border-top: solid 1px #a3e2cd;
  padding-top: 20px;
  margin-top: 40px; }
.post-content .section-inner.-list {
  border-bottom: solid 1px #a3e2cd;
  padding-bottom: 60px; }
.post-content .icon-new {
  margin-bottom: 1em;
  display: inline-block; }
.post-content h3.ttl {
  font-size: 34px;
  font-weight: bold; }
.post-content .time {
  font-size: 18px;
  color: #333;
  display: block;
  margin: 0.2em 0 2em; }
.post-content .the_content {
  color: #333; }

.screen-reader-text {
  display: none; }

.nav-previous a, .nav-next a {
  background: #00cc99;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  line-height: 80px;
  vertical-align: bottom;
  position: relative;
  margin: 20px 0; }
.nav-previous a:hover, .nav-next a:hover {
  color: #fff;
  background: #28b48c; }

.nav-previous a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center; }

.nav-next a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center; }

.pagination {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden; }
.pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 30px 0; }
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1; }
.pagination ul.page-numbers li .current {
  background-color: #a3e2cd;
  border-color: #a3e2cd; }
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  border: 1px solid #00cc99;
  padding: 15px 25px;
  border-radius: 4px; }
.pagination ul.page-numbers li a.dots, .pagination ul.page-numbers li span.dots {
  border-color: #fff; }
.pagination ul.page-numbers li a {
  text-decoration: none;
  color: #333; }
.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
  background-color: #00cc99;
  color: #fff;
  padding: 15px 22px; }
.pagination ul.page-numbers li .fa-angle-left {
  padding-right: 1em;
  color: #00cc99; }
.pagination ul.page-numbers li .fa-angle-right {
  padding-left: 1em;
  color: #00cc99; }

.home {
  outline: 0; }
.home .mainimg {
  background: #e1f5f0;
  position: relative;
  z-index: 2; }
.home .mainimg .-inner {
  max-width: 1842px;
  margin: 0 auto; }
@media screen and (max-width: 1842px) {
  .home .mainimg .-inner {
    max-width: unset;
    max-width: initial;
    width: 100%; } }
.home .slick-list {
  box-sizing: border-box;
  background: #fff; }
.home .slick-slide {
  display: block;
  opacity: 1; }
.home .slick-slide:focus {
  outline: none; }
.home .slick-slide img {
  margin: 0 auto;
  padding: 0 6px;
  width: 100%;
  height: auto;
  box-sizing: border-box; }
.home .about {
  position: relative;
  margin-top: -40px;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden; }
.home .bg-about {
  width: 100%;
  height: 376px;
  position: absolute;
  bottom: -110px;
  left: 0;
  background-image: url("../img/home/bg-about.png");
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0; }
.home .bg-about.bounceInUp {
  opacity: 1; }
.home .news {
  padding: 80px 0;
  position: relative; }
.home .news::after {
  content: "";
  width: 100%;
  height: 254px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/common/bg-bard.png");
  background-repeat: no-repeat;
  background-position: 82% bottom;
  z-index: 1; }
@media screen and (max-width: 1480px) {
  .home .news::after {
    display: none; } }
.home .news .section-inner {
  z-index: 2;
  position: relative; }
.home .news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px; }
.home .news .news-list li {
  margin-bottom: 1em; }
.home .news .news-list .time {
  display: block;
  width: 120px;
  float: left;
  color: #333;
  font-size: 20px; }
.home .news .news-list .ttl {
  display: block;
  width: 500px;
  float: right;
  text-decoration: none;
  color: #fff; }
.home .news .news-list .ttl:hover {
  opacity: 0.8; }
.home .news .news-list .icon-new {
  margin-right: 0.5em; }
.home .price {
  padding: 275px 0 80px;
  margin-top: -195px; }
.home .price h3 {
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 10px;
  font-size: 25px; }
.home .price h3.-general {
  background: #416c24; }
.home .price h3.-student {
  background: #1d5193;
  margin-top: 40px; }
.home .price h4 {
  padding: 0 10px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 10px;
  font-size: 25px;
  background: #a3e2cd; }
.home .time {
  padding: 0;
  margin-top: 0; }
.home .time div.-inner {
  padding: 80px 0 60px; }
.home .studio {
  padding: 60px 0; }
.home .studio h3 {
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 10px;
  font-size: 25px;
  background: #00cc99; }
.home .point-card {
  padding: 0;
  margin-top: 0; }
.home .point-card div.-inner {
  padding: 60px 0; }
.home .flow {
  padding: 80px 0;
  background-image: url("../img/home/bg-flow.png");
  background-repeat: no-repeat;
  background-position: center 32%; }
.home .notes {
  padding: 0;
  margin-top: 0; }
.home .notes div.-inner {
  padding: 60px 0; }
.home .sns {
  padding: 80px 0; }
.home .access {
  padding: 195px 0 0;
  margin-top: -195px; }
.home .access div.-inner {
  padding: 80px 0; }
.home .access div.-inner .gmap {
  margin-top: 40px; }
.home .qa {
  padding: 275px 0 0;
  margin-top: -195px; }
.home .qa .qa-list {
  display: block; }
.home .qa .qa-list div {
  border-bottom: solid 1px #a3e2cd;
  padding-bottom: 1em;
  margin-bottom: 1em; }
.home .qa .qa-list h3 {
  color: #00cc99;
  font-size: 28px;
  font-weight: bold;
  padding-left: 55px;
  background-image: url("../img/home/imgtxt-qa-q@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 46px 46px;
  line-height: 46px;
  margin-bottom: 0.5em; }
.home .qa .qa-list p {
  padding-left: 55px;
  background-image: url("../img/home/imgtxt-qa-a@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 46px 46px;
  letter-spacing: normal; }
.home .table-list {
  width: 100%;
  display: block;
  border-collapse: collapse; }
.home .table-list tbody, .home .table-list tr {
  width: 100%;
  display: block; }
.home .table-list tr {
  padding: 6px 0;
  border-bottom: solid 1px #a3e2cd;
  margin-bottom: 20px; }
.home .table-list th {
  width: 50%;
  display: block;
  float: left;
  text-align: left;
  border: none;
  padding: 0; }
.home .table-list th::before {
  content: "・"; }
.home .table-list th.-long {
  width: 60%; }
.home .table-list th.-short {
  width: 40%; }
.home .table-list th.-w100 {
  width: 100%; }
.home .table-list td {
  width: 50%;
  display: block;
  float: right;
  text-align: right;
  border: none;
  padding: 0; }
.home .table-list td.-long {
  width: 60%; }
.home .table-list td.-short {
  width: 40%; }
.home .table-list td.-w100 {
  width: 100%; }
.home #student, .home #student-answer {
  padding-top: 195px;
  margin-top: -195px; }

.editor-area {
  outline: 0; }
.editor-area .wp-block-image img {
  width: 100%;
  max-width: 100%;
  height: auto; }
.editor-area h2 {
  font-size: 34px;
  background: #340449;
  padding: 10px 20px;
  margin: 0.5em 0;
  font-weight: bold;
  color: #fff; }
.editor-area h3 {
  font-size: 28px;
  color: #340449;
  font-weight: bold;
  border-left: solid 8px #ff577b;
  background: #ffeef2;
  padding: 10px 15px;
  margin: 0.5em 0; }
.editor-area h4 {
  font-size: 28px;
  color: #340449;
  font-weight: bold;
  border-bottom: solid 3px #00cc99;
  padding: 5px 10px;
  margin: 0.5em 0; }
.editor-area h5 {
  font-size: 25px;
  color: #340449;
  font-weight: bold;
  border-bottom: solid 2px #fcee21;
  padding: 5px 10px;
  margin: 0.5em 0; }
.editor-area h6 {
  font-size: 23px;
  color: #340449;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  margin: 0.5em 0; }
