@charset "UTF-8";
/* ボックスレイアウト
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
.flex.col_1 > div, .flex.col_1 > li {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .flex.col_1 > div, .flex.col_1 > li {
    width: 100%;
  }
}

.flex.flex-between.col_1 > div, .flex.flex-between.col_1 > li {
  width: 98.2%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_1 > div, .flex.flex-between.col_1 > li {
    width: 100%;
  }
}

.flex.col_2 > div, .flex.col_2 > li {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .flex.col_2 > div, .flex.col_2 > li {
    width: 100%;
  }
}

.flex.flex-between.col_2 > div, .flex.flex-between.col_2 > li {
  width: 48.2%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_2 > div, .flex.flex-between.col_2 > li {
    width: 100%;
  }
}

.flex.col_3 > div, .flex.col_3 > li {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.col_3 > div, .flex.col_3 > li {
    width: 100%;
  }
}

.flex.flex-between.col_3 > div, .flex.flex-between.col_3 > li {
  width: 31.5333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_3 > div, .flex.flex-between.col_3 > li {
    width: 100%;
  }
}

.flex.col_4 > div, .flex.col_4 > li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .flex.col_4 > div, .flex.col_4 > li {
    width: 100%;
  }
}

.flex.flex-between.col_4 > div, .flex.flex-between.col_4 > li {
  width: 23.2%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_4 > div, .flex.flex-between.col_4 > li {
    width: 100%;
  }
}

.flex.col_5 > div, .flex.col_5 > li {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .flex.col_5 > div, .flex.col_5 > li {
    width: 100%;
  }
}

.flex.flex-between.col_5 > div, .flex.flex-between.col_5 > li {
  width: 18.2%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_5 > div, .flex.flex-between.col_5 > li {
    width: 100%;
  }
}

.flex.col_6 > div, .flex.col_6 > li {
  width: 16.6666666667%;
}
@media only screen and (max-width: 767px) {
  .flex.col_6 > div, .flex.col_6 > li {
    width: 100%;
  }
}

.flex.flex-between.col_6 > div, .flex.flex-between.col_6 > li {
  width: 14.8666666667%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_6 > div, .flex.flex-between.col_6 > li {
    width: 100%;
  }
}

.flex.col_7 > div, .flex.col_7 > li {
  width: 14.2857142857%;
}
@media only screen and (max-width: 767px) {
  .flex.col_7 > div, .flex.col_7 > li {
    width: 100%;
  }
}

.flex.flex-between.col_7 > div, .flex.flex-between.col_7 > li {
  width: 12.4857142857%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_7 > div, .flex.flex-between.col_7 > li {
    width: 100%;
  }
}

.flex.col_8 > div, .flex.col_8 > li {
  width: 12.5%;
}
@media only screen and (max-width: 767px) {
  .flex.col_8 > div, .flex.col_8 > li {
    width: 100%;
  }
}

.flex.flex-between.col_8 > div, .flex.flex-between.col_8 > li {
  width: 10.7%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_8 > div, .flex.flex-between.col_8 > li {
    width: 100%;
  }
}

.flex.col_9 > div, .flex.col_9 > li {
  width: 11.1111111111%;
}
@media only screen and (max-width: 767px) {
  .flex.col_9 > div, .flex.col_9 > li {
    width: 100%;
  }
}

.flex.flex-between.col_9 > div, .flex.flex-between.col_9 > li {
  width: 9.3111111111%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_9 > div, .flex.flex-between.col_9 > li {
    width: 100%;
  }
}

.flex.col_10 > div, .flex.col_10 > li {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .flex.col_10 > div, .flex.col_10 > li {
    width: 100%;
  }
}

.flex.flex-between.col_10 > div, .flex.flex-between.col_10 > li {
  width: 8.2%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_10 > div, .flex.flex-between.col_10 > li {
    width: 100%;
  }
}

.flex.col_11 > div, .flex.col_11 > li {
  width: 9.0909090909%;
}
@media only screen and (max-width: 767px) {
  .flex.col_11 > div, .flex.col_11 > li {
    width: 100%;
  }
}

.flex.flex-between.col_11 > div, .flex.flex-between.col_11 > li {
  width: 7.2909090909%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_11 > div, .flex.flex-between.col_11 > li {
    width: 100%;
  }
}

.flex.col_12 > div, .flex.col_12 > li {
  width: 8.3333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.col_12 > div, .flex.col_12 > li {
    width: 100%;
  }
}

.flex.flex-between.col_12 > div, .flex.flex-between.col_12 > li {
  width: 6.5333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_12 > div, .flex.flex-between.col_12 > li {
    width: 100%;
  }
}

/* base
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body img {
  -webkit-backface-visibility: hidden;
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1;
}

article {
  background: #EBEBEB;
}

ul {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.pc2 {
  display: block;
}
@media (max-width: 520px) {
  .pc2 {
    display: none;
  }
}

.sp2 {
  display: none;
}
@media (max-width: 520px) {
  .sp2 {
    display: block;
  }
}

.tab {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: inline;
  }
}

section {
  padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
section img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  section br.pc {
    display: none;
  }
}
section br.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  section br.sp {
    display: block;
  }
}

.inner {
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: none;
    width: 89.4%;
    margin-left: 5.3%;
    margin-right: 5.3%;
  }
}

strong {
  color: #3B33B9;
}

span.subbold {
  color: #3B33B9;
  font-weight: 600;
}

.fB {
  font-weight: 600;
}

.di {
  display: inline-block;
}

/* font size
=========================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem; /* 16px*/
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.en {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8em;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  p {
    font-size: 1.6rem;
  }
}
span.line {
  background: -webkit-linear-gradient(transparent 70%, #FFEB3B 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEB3B));
  background: linear-gradient(transparent 70%, #FFEB3B 70%);
  position: relative;
  display: inline;
}

/* iOS reset
=========================================== */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* clearfix
=========================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* link
=========================================== */
a {
  text-decoration: none;
}
a:hover, a:link, a:active {
  text-decoration: none;
}

a.link {
  position: relative;
  display: inline-block;
  line-height: 2.16;
  color: #1D1D1B;
}
a.link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #1D1D1B;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  a.link:hover {
    text-decoration: none;
    color: #1D1D1B;
  }
  a.link:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

a.link.white {
  color: #fff;
}
a.link.white:before {
  background: #fff;
}
@media (hover: hover) {
  a.link.white:hover {
    color: #fff;
  }
}

.linkBox {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 0;
  color: #1D1D1B;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.linkBox:before {
  display: none;
}
@media (hover: hover) {
  .linkBox:hover {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

figure img {
  max-width: 100%;
  vertical-align: bottom;
}

a > img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  a > img:hover {
    opacity: 0.8;
  }
}

/* btn
=========================================== */
.btn {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #443CBF;
  border: 2px solid #443CBF;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 280px;
  height: 64px;
  border-radius: 32px;
}
.btn span {
  position: relative;
  font-weight: 600;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #443CBF;
  color: #fff;
  border-color: #443CBF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (hover: hover) {
  .btn:hover span {
    color: #fff;
  }
  .btn:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.btn.blue {
  background: #443CBF;
  color: #fff;
  border-color: #443CBF;
  width: 280px;
  height: 50px;
  border-radius: 25px;
}
.btn.blue:before {
  background: #fff;
  color: #443CBF;
  border: none;
}
@media (hover: hover) {
  .btn.blue {
    width: 280px;
    height: 50px;
    border-radius: 25px;
  }
  .btn.blue:hover span {
    color: #443CBF;
  }
}

.btn.blank span {
  margin-left: -10px;
}

.btn.blank:after,
.link.blank:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/tab_icon.svg) top left no-repeat;
  width: 16px;
  height: 16px;
  top: 40%;
  right: 18%;
}
@media (hover: hover) {
  .btn.blank:hover:after,
  .link.blank:hover:after {
    background: url(../img/tab_icon_hover.svg) top left no-repeat;
    width: 16px;
    height: 16px;
    top: 40%;
    right: 18%;
    z-index: 3;
  }
}

.link.white.blank:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/tab_icon_hover.svg) top left no-repeat;
  width: 16px;
  height: 16px;
  top: 35%;
  right: -30px;
}

.btn.acc {
  background: #FFEB3B;
  border: 2px solid #FFEB3B;
  color: #333333;
  font-weight: 600;
}
.btn.acc:before {
  background: #fff;
  color: #FFEB3B;
}
@media (hover: hover) {
  .btn.acc:hover span {
    color: #333333;
  }
}

/* title
=========================================== */
h2.colors2 {
  font-weight: 600;
  margin-bottom: 25px;
  text-align: left;
}
h2.colors2 .en {
  font-size: 3.2rem;
  line-height: 54px;
  color: #333333;
  display: block;
}
h2.colors2 .en span {
  font-size: 5.4rem;
  color: #443CBF;
}

h2.tateline {
  font-size: 5.4rem;
  color: #443CBF;
  position: relative;
  display: block;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  h2.tateline {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
h2.tateline:after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #443CBF;
}
@media only screen and (max-width: 767px) {
  h2.tateline:after {
    height: 20px;
    bottom: -12px;
  }
}

#jyukuPage h2.colors2 .en span {
  color: #0439AF;
}
#jyukuPage h2.tateline {
  color: #0439AF;
}
#jyukuPage h2.tateline:after {
  background: #0439AF;
}

#gakkouPage h2.colors2 .en span {
  color: #A20BC6;
}
#gakkouPage h2.tateline {
  color: #A20BC6;
}
#gakkouPage h2.tateline:after {
  background: #A20BC6;
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex.right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .spFlexRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
/* header
=========================================== */
header {
  position: relative;
  width: 100%;
  z-index: 5000;
}
header .h_choice {
  position: absolute;
  width: 280px;
  height: 40px;
  top: 24px;
  right: 329px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1219px) {
  header .h_choice {
    display: none;
  }
}
header .h_choice li {
  width: 50%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
header .h_choice li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 40px;
  margin: 0 auto;
}
@media (hover: hover) {
  header .h_choice li a:hover {
    opacity: 0.7;
  }
}
header .h_text {
  position: absolute;
  top: 20px;
  left: 170px;
  font-size: 1.2rem;
  font-weight: 500;
}
header .h_text br {
  display: none;
}
@media only screen and (max-width: 900px) {
  header .h_text {
    font-size: 0.9rem;
    top: 7px;
    line-height: 1.5;
  }
  header .h_text br {
    display: block;
  }
}
header #logo {
  position: absolute;
  top: 29px;
  left: 29px;
}
@media only screen and (max-width: 767px) {
  header #logo {
    top: 10px;
    left: 10px;
  }
}
header #logo img {
  width: 126px;
  height: auto;
}
@media only screen and (max-width: 860px) {
  header #logo img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  header #logo img {
    width: 80px;
  }
}
header .tel_pc {
  position: absolute;
  top: 45px;
  left: 170px;
  width: 300px;
}
@media only screen and (max-width: 860px) {
  header .tel_pc {
    left: 140px;
  }
}
header .tel_pc span {
  display: block;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 7px auto;
  line-height: 24px;
  float: right;
}
header .tel_pc p.free {
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  color: #333;
  margin-top: 0;
  margin-left: 38px;
  float: left;
}
header .tel_pc p.free:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  left: -35px;
  top: 3px;
  width: 32px;
  height: 19px;
  background-image: url(../img/freedial_logo.svg);
  background-size: 32px 19px;
}
header .header_inner {
  z-index: 5000;
  position: fixed;
  width: 100%;
}
header a.info_btn {
  border: solid 2px #fff;
  position: absolute;
  top: 24px;
  left: 390px;
  color: #fff;
  border-radius: 32px;
  margin-left: auto;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 160px;
  height: 48px;
}
@media only screen and (max-width: 900px) {
  header a.info_btn {
    font-size: 13px;
    width: 120px;
    height: 40px;
  }
}
@media only screen and (max-width: 860px) {
  header a.info_btn {
    left: 350px;
  }
}
@media only screen and (max-width: 767px) {
  header a.info_btn {
    top: 10px;
    left: 110px;
  }
}
header a.info_btn span {
  position: relative;
  padding-left: 30px;
}
header a.info_btn span:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/common/img/info_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  header a.info_btn span:before {
    width: 18px;
    height: 18px;
  }
}
header a.info_btn:hover {
  color: #443CBF;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header a.info_btn:hover span:before {
  background: url(/common/img/info_icon_hover.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#jyukuPage header .h_choice li:first-child {
  border-radius: 20px 0 0 20px;
  background: -webkit-linear-gradient(left, #673CBF, #0439AF);
  background: -webkit-gradient(linear, left top, right top, from(#673CBF), to(#0439AF));
  background: linear-gradient(to right, #673CBF, #0439AF);
}
#jyukuPage header .h_choice li:last-child {
  border-radius: 0 20px 20px 0;
  background: #A3A3A3;
}

#gakkouPage header .h_choice li:first-child {
  border-radius: 20px 0 0 20px;
  background: #A3A3A3;
}
#gakkouPage header .h_choice li:last-child {
  border-radius: 0 20px 20px 0;
  background: -webkit-linear-gradient(left, #673CBF, #A20BC6);
  background: -webkit-gradient(linear, left top, right top, from(#673CBF), to(#A20BC6));
  background: linear-gradient(to right, #673CBF, #A20BC6);
}

#topPage header .tel_pc {
  top: 27px;
  width: 200px;
}
#topPage header .tel_pc span {
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 auto 7px auto;
  line-height: 1;
  float: none;
}
#topPage header .tel_pc p.free {
  color: #fff;
  margin-left: 38px;
  float: none;
}

.fix_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 299px;
  z-index: 5000;
}
@media only screen and (max-width: 860px) {
  .fix_menu {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .fix_menu {
    width: 68px;
  }
}
.fix_menu .flex {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.fix_menu .flex li {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fix_menu .flex li a {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 90px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-size: 12px;
  color: #443CBF;
}
@media only screen and (max-width: 860px) {
  .fix_menu .flex li a {
    height: 80px;
    padding-top: 46px;
  }
}
.fix_menu .flex li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  left: 38%;
  top: 20%;
  width: 30px;
  height: 30px;
  background-image: url(../img/mail_icon.svg);
}
@media only screen and (max-width: 860px) {
  .fix_menu .flex li a:before {
    top: 16%;
  }
}
@media (hover: hover) {
  .fix_menu .flex li a:hover {
    background: #EBEBEB;
  }
}
.fix_menu .flex li:first-child a {
  border-right: none;
  border-radius: 0 0 0 20px;
}
.fix_menu .flex li:first-child a:before {
  left: 34%;
  width: 30px;
  height: 30px;
  background-image: url(../img/request_icon.svg);
}
.fix_menu .flex li.menu_btn {
  border: none;
  cursor: pointer;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .fix_menu .flex li.menu_btn {
    width: 100%;
  }
}
.fix_menu .flex li.menu_btn span {
  font-size: 12px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #443CBF;
  height: 90px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  color: #fff;
}
@media only screen and (max-width: 860px) {
  .fix_menu .flex li.menu_btn span {
    height: 80px;
    padding-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .fix_menu .flex li.menu_btn span {
    font-size: 10px;
    height: 60px;
    border-radius: 0 0 0 20px;
    padding-top: 32px;
  }
}
@media (hover: hover) {
  .fix_menu .flex li.menu_btn span:hover {
    background: #3B33B9;
  }
}
.fix_menu .flex li.menu_btn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: 20%;
  left: 35%;
  width: 30px;
  height: 30px;
  background-image: url(../img/menu_icon.svg);
}
@media only screen and (max-width: 767px) {
  .fix_menu .flex li.menu_btn span:before {
    width: 20px;
    height: 20px;
    top: 17%;
    background-image: url(../img/menu_icon.svg);
    background-size: cover;
  }
}

/* globalMenu
=========================================== */
.menu_btn.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 30px;
  height: 90px;
  top: 0;
  right: 25px;
  font-size: 4rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu_btn.close {
    font-size: 2rem;
    height: 60px;
  }
}

nav.globalMenu {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  background: -webkit-linear-gradient(296.5deg, #3B33B9 0%, #3B33B9 50%, #443CBF 50%, #443CBF 100%);
  background: linear-gradient(153.5deg, #3B33B9 0%, #3B33B9 50%, #443CBF 50%, #443CBF 100%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  nav.globalMenu {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: scroll;
    display: block;
    padding-bottom: 100px;
  }
}
nav.globalMenu .flex {
  margin-top: 20px;
}
nav.globalMenu .flex.flex-between.col_3 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  nav.globalMenu .flex.flex-between.col_3 {
    margin-top: 20px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.globalMenu .flex.flex-between.col_3 > div {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  nav.globalMenu .flex.nav_ttl_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}
nav.globalMenu .nav_ttl {
  font-size: 5.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  nav.globalMenu .nav_ttl {
    font-size: 3.2rem;
  }
}
nav.globalMenu .nav_btn {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  nav.globalMenu .nav_btn {
    width: auto;
  }
}
nav.globalMenu .nav_btn li {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  nav.globalMenu .nav_btn li {
    width: 100%;
    margin-bottom: 16px;
  }
  nav.globalMenu .nav_btn li:first-child a.free {
    position: relative;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    margin-top: 0;
    margin-left: 38px;
  }
  nav.globalMenu .nav_btn li:first-child a.free:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    left: -35px;
    top: 3px;
    width: 32px;
    height: 19px;
    background-image: url(../img/freedial_logo.svg);
    background-size: 32px 19px;
  }
}
nav.globalMenu .nav_btn li a {
  width: 100%;
  height: 54px;
  border-radius: 27px;
}

nav.globalMenu.active {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}

.navlist > li,
.navlist > dd,
.navlist > dt {
  text-align: left;
  list-style-type: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.8rem;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .navlist > li,
  .navlist > dd,
  .navlist > dt {
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.navlist > dt {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
  line-height: 2.16;
}
.navlist > dt a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navlist > dt {
    padding-bottom: 5px;
  }
}

/* sp_menu
=========================================== */
#sp_menu {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 6000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sp_menu ul.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_menu li {
  width: 95px;
  text-align: center;
  margin: 0 auto;
}
#sp_menu li a {
  height: 61px;
  display: block;
  font-size: 1rem;
  position: relative;
  padding-top: 40px;
}
#sp_menu li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  top: 20%;
  left: 34%;
  width: 24px;
  height: 24px;
  background-image: url(../img/request_icon.svg);
  background-size: 24px 24px;
}
#sp_menu li:first-child a:before {
  background-image: url(../img/tel_icon.svg);
  background-size: 24px 24px;
}
#sp_menu li:last-child a:before {
  background-image: url(../img/mail_icon.svg);
  background-size: 24px 24px;
}

/* contactBox
=========================================== */
.contactBoxbg {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), color-stop(50%, #EBEBEB), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #EBEBEB 0%, #EBEBEB 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #EBEBEB 0%, #EBEBEB 50%, #292929 50%, #292929 100%);
}

#contactBox {
  background: url(../img/cta_bg.png) top left no-repeat;
  background-size: cover;
  width: 1080px;
  height: 601px;
}
@media only screen and (max-width: 1080px) {
  #contactBox {
    background: url(../img/cta_bg_sp.jpg) bottom center no-repeat;
    background-size: cover;
    width: calc(100% - 20px);
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 340px;
    position: relative;
    border-radius: 10px;
  }
  #contactBox:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #contactBox {
    padding-bottom: 280px;
  }
}
#contactBox h2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 5.4rem;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #contactBox h2 {
    font-size: 4rem;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
#contactBox p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 600;
}
#contactBox .btnSet {
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #contactBox .btnSet {
    width: 240px;
    margin-bottom: 5px;
  }
  #contactBox .btnSet div {
    margin-bottom: 20px;
  }
  #contactBox .btnSet div .btn.acc {
    width: 200px;
    height: 48px;
    font-size: 1.6rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
#contactBox .telBox a.free {
  position: relative;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  margin-top: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #contactBox .telBox a.free {
    font-size: 2.8rem;
    z-index: 2000;
  }
}
#contactBox .telBox a.free:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  left: -58px;
  top: 10px;
  width: 48px;
  height: 28px;
  background-image: url(../img/freedial_logo.svg);
}
@media only screen and (max-width: 767px) {
  #contactBox .telBox a.free:before {
    left: -40px;
    top: 5px;
    width: 34px;
    height: 20px;
    background-size: 34px 20px;
  }
}

/* submenu
=========================================== */
.submenu {
  background: #fff;
  width: 100%;
  border-radius: 30px;
  height: 60px;
  margin: -12px auto 40px auto;
  z-index: 100;
  position: relative;
}
.submenu ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 811px;
  text-align: center;
  margin: 0 auto;
}
.submenu li a {
  line-height: 60px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0439AF;
}
@media (hover: hover) {
  .submenu li a:hover {
    opacity: 0.7;
  }
  .submenu li a:hover:after {
    opacity: 0.7;
  }
}
.submenu li a.blank {
  position: relative;
}
.submenu li a.blank:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/jyuku/img/tab_icon_blue.svg) top right no-repeat;
  width: 16px;
  height: 16px;
  top: 1px;
  right: -20px;
}

#gakkouPage .submenu li {
  color: #A20BC6;
}
#gakkouPage .submenu li a {
  color: #A20BC6;
}
#gakkouPage .submenu li a.blank:after {
  background: url(/gakkou/img/tab_icon_pink.svg) top right no-repeat;
  width: 16px;
  height: 16px;
}

/* basicPage
=========================================== */
article.basicPage {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  article.basicPage {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

#ttlBox {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #ttlBox {
    margin-bottom: 40px;
  }
}
#ttlBox > div {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  z-index: 10;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  #ttlBox > div {
    max-width: none;
    width: 89.4%;
    margin-left: 5.3%;
    margin-right: 5.3%;
  }
}
@media screen and (max-width: 767px) {
  #ttlBox > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 320px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 40px;
  }
}
#ttlBox:before {
  content: "";
  position: absolute;
  top: 109px;
  left: 0;
  width: 40%;
  height: 182px;
  background: #fff;
  border-radius: 0 40px 40px 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #ttlBox:before {
    display: none;
  }
}
#ttlBox:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 400px;
  background: url("/request/img/contact_top_img.jpg") top center #EBEBEB;
  background-size: cover;
  border-radius: 40px 0 0 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #ttlBox:after {
    width: calc(100% - 40px);
    height: 320px;
    background: url("/request/img/contact_top_img_sp.jpg") bottom center #EBEBEB;
    background-size: cover;
    border-radius: 20px 0 0 20px;
  }
}
#ttlBox h1 {
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ttlBox h1 {
    font-weight: 600;
    width: 231px;
    height: auto;
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding-top: 23px;
    padding-left: 40px;
    padding-bottom: 23px;
  }
}
#ttlBox h1 .en {
  font-size: 5.4rem;
  line-height: 1;
  color: #443CBF;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #ttlBox h1 .en {
    font-size: 3.2rem;
  }
}

/* footer
=========================================== */
footer {
  background: #292929;
  padding-top: 45px;
  padding-bottom: 52px;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
}
footer .f_logo {
  margin-bottom: 30px;
}
footer p {
  text-align: left;
  font-size: 1.4rem;
}
footer .navlist > li,
footer .navlist > dd,
footer .navlist > dt {
  font-size: 1.4rem;
}
footer .navlist > dt {
  border-bottom: 1px solid #5D5D5D;
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1.6;
  max-width: 210px;
}
footer .navlist > dt a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .navlist > dt {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .navlist {
    margin-top: 40px;
  }
}
footer .group .navlist {
  width: 50%;
  text-align: left;
  float: right;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  footer .group .navlist {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
footer .group .navlist > dt {
  max-width: 100%;
}
footer .copy {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 0;
    padding-top: 55px;
    padding-bottom: 80px;
    text-align: left;
  }
  footer #f_logo {
    margin-bottom: 0;
  }
  footer .copy {
    text-align: center;
    margin: 50px auto 0 auto;
  }
}
.ScrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #292929;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3000;
}
.ScrollTop:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ScrollTop {
    right: 0;
    bottom: 61px;
  }
}

.ScrollTop.isActive {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ScrollTop span {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 22px;
}

/* effect-fade
=========================================== */
.effect-fade {
  　opacity: 0;
  　transform: translate(0, 45px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.effect-fade.effect-scroll {
  　opacity: 1;
  　transform: translate(0, 0);
}

/* linear-gradient
=========================================== */
.grad_p {
  background: -webkit-linear-gradient(left, #A20BC6, #DB4CC3);
  background: -webkit-gradient(linear, left top, right top, from(#A20BC6), to(#DB4CC3));
  background: linear-gradient(to right, #A20BC6, #DB4CC3);
}

.grad_b {
  background: -webkit-linear-gradient(left, #0070B1, #2B46F5);
  background: -webkit-gradient(linear, left top, right top, from(#0070B1), to(#2B46F5));
  background: linear-gradient(to right, #0070B1, #2B46F5);
}

/* 12月公開時のみ必要なCSS（1月公開時は消してOK）
=========================================== */
.contactBoxbg {
  padding-top: 100px;
}

.kari dd a {
  background: #443CBF !important;
  border: 1px solid #443CBF !important;
}
.kari dd a:hover span {
  color: #443CBF !important;
}

a.kari_both {
  background: #443CBF !important;
  border: 1px solid #443CBF !important;
}
a.kari_both:hover span {
  color: #443CBF !important;
}

.contactBoxbg .flex.btnSet {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .anestapro {
  position: relative;
}
header .anestapro:before {
  display: block;
  font-size: 15px;
  content: "anesta Pro";
  color: #fff;
  padding: 6px 0;
  margin-top: 10px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.5);
}
@media only screen and (max-width: 767px) {
  header .anestapro:before {
    margin-bottom: 10px;
  }
}
header .forjyuku {
  position: relative;
}
header .forjyuku:before {
  display: block;
  font-size: 15px;
  content: "学習塾向け";
  color: #fff;
  padding: 6px 0;
  margin-top: 10px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.5);
}
@media only screen and (max-width: 767px) {
  header .forjyuku:before {
    margin-bottom: 10px;
  }
}
header .forgakkou {
  position: relative;
}
header .forgakkou:before {
  display: block;
  font-size: 15px;
  content: "学校関係者向け";
  color: #fff;
  padding: 6px 0;
  margin-top: 10px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.5);
}
@media only screen and (max-width: 767px) {
  header .forgakkou:before {
    margin-bottom: 10px;
  }
}

footer .anestapro {
  position: relative;
}
footer .anestapro:before {
  display: block;
  font-size: 15px;
  content: "anesta Pro";
  color: #fff;
  padding: 6px 0;
  margin-top: 10px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.5);
}
@media only screen and (max-width: 767px) {
  footer .anestapro:before {
    margin-bottom: 10px;
  }
}
footer .forjyuku {
  position: relative;
}
footer .forjyuku:before {
  display: block;
  font-size: 15px;
  content: "学習塾向け";
  color: #fff;
  padding: 6px 0;
  margin-top: 10px;
  border-bottom: solid 1px #5D5D5D;
}
@media only screen and (max-width: 767px) {
  footer .forjyuku:before {
    margin-bottom: 10px;
  }
}
footer .forgakkou {
  position: relative;
}
footer .forgakkou:before {
  display: block;
  font-size: 15px;
  content: "学校関係者向け";
  color: #fff;
  padding: 6px 0;
  margin-top: 10px;
  border-bottom: solid 1px #5D5D5D;
}
@media only screen and (max-width: 767px) {
  footer .forgakkou:before {
    margin-bottom: 10px;
  }
}

.servicebg {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .servicebg {
    padding-top: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .faqbg {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #contactBox .btnSet div .btn.acc {
    width: 240px;
  }
}