@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@700&family=Noto+Sans+JP:wght@400;700;900&display=swap");
:target {
  scroll-margin-top: 160px;
}

body {
  min-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  color: #595A5A;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
  body {
    line-height: 1.8;
  }
}
body.g-gnav_menu_open {
  overflow: hidden;
}

.cont_wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.main {
  padding: 0;
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: visible;
  }
}

.lq {
  display: none;
}
@media screen and (max-width: 950px) {
  .lq {
    display: block;
  }
}

.mq {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mq {
    display: block;
  }
}

.sq {
  display: none;
}
@media screen and (max-width: 640px) {
  .sq {
    display: block;
  }
}

.sqnone {
  display: block;
}
@media screen and (max-width: 640px) {
  .sqnone {
    display: none;
  }
}

.mqnone {
  display: block;
}
@media screen and (max-width: 1024px) {
  .mqnone {
    display: none;
  }
}

.mqsq {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mqsq {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mqsq {
    display: block;
  }
}

ol, ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  p {
    line-height: 1.8;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

/***************************************************************
| CONTAINER
***************************************************************/
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 90%;
  }
}

/***************************************************************
| HEADER
***************************************************************/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 57px;
  background: #fff;
  position: inherit;
}
.header__inr {
  display: block;
  padding: 15px;
}
.header .btn-cta {
  font-size: 10px;
  border-radius: 0;
}
.header .h-logo {
  max-width: 200px;
  width: 45vw;
}

#Body .g-gnav {
  position: sticky;
  top: 0;
  left: 0;
}

.g-gnav {
  transform: translate3d(0, 0, 0);
  color: #fff;
  width: 100%;
  z-index: 20;
}

.g-html-zoom .g-gnav {
  position: static !important;
}

.g-html-cursor .g-gnav a:hover {
  text-decoration: none;
}

.g-gnav-elementary .g-gnav_course {
  background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px) repeat-x bottom;
  background-size: 4px 1px;
}

.g-gnav_head {
  display: flex;
  justify-content: space-between;
  height: 23px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.g-gnav_h {
  padding-left: 0;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.g-gnav_toggle {
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-left: 1px solid #81a7d1;
}

.g-gnav_toggle i {
  font-size: 20px;
}

.g-gnav_toggle .g-i-close2 {
  display: none;
}

.g-gnav_body {
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

.g-gnav_l {
  padding-top: 15px;
}

.g-gnav_close {
  padding: 0 15px 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #595A5A;
  text-align: center;
  cursor: pointer;
}

.g-gnav_close i {
  font-size: 20px;
}

.g-gnav_links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}
.g-gnav_links .g-gnav_btn {
  box-sizing: border-box;
}
.g-gnav_links .g-gnav_btn.is-select > a {
  padding: 4px 0 1px;
}
.g-gnav_links .g-gnav_btn.num01 {
  background: #165D9C;
}
.g-gnav_links .g-gnav_btn.num01.is-select {
  background: #fff;
  border: 1px solid #165D9C;
  border-bottom: 4px solid #165D9C;
}
.g-gnav_links .g-gnav_btn.num01.is-select > a {
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num02 {
  background: #F7841B;
}
.g-gnav_links .g-gnav_btn.num02.is-select {
  background: #fff;
  border: 1px solid #F7841B;
  border-bottom: 4px solid #F7841B;
}
.g-gnav_links .g-gnav_btn.num02.is-select > a {
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num02 .g-gnav_elementary_links dt {
  background: #FAD9BA;
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num02 > a::after {
  background-color: #FAD9BA;
}
.g-gnav_links .g-gnav_btn.num03 {
  background: #232289;
}
.g-gnav_links .g-gnav_btn.num03.is-select {
  background: #fff;
  border: 1px solid #232289;
  border-bottom: 4px solid #232289;
}
.g-gnav_links .g-gnav_btn.num03.is-select > a {
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num03 .g-gnav_elementary_links dt {
  background: #e9edff;
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num03 > a::after {
  background-color: #e9edff;
}
.g-gnav_links .g-gnav_btn.num04 {
  background: #11C6CF;
}
.g-gnav_links .g-gnav_btn.num04.is-select {
  background: #fff;
  border: 1px solid #11C6CF;
  border-bottom: 4px solid #11C6CF;
}
.g-gnav_links .g-gnav_btn.num04.is-select > a {
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num04 .g-gnav_elementary_links dt {
  background: #d7f9fa;
  color: #595A5A;
}
.g-gnav_links .g-gnav_btn.num04 > a::after {
  background-color: #d7f9fa;
}
.g-gnav_links .g-gnav_btn > a {
  height: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  background: none;
  box-sizing: border-box;
}

.g-gnav_btn {
  width: 100%;
}

.g-gnav_btn > a {
  padding: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5edf6;
  color: #000;
  height: 30px;
}

.g-gnav_iLink {
  margin: 7px 0;
  width: 50%;
}

.g-gnav_iLink:nth-child(odd) {
  box-sizing: border-box;
  border-right: 1px solid #81a7d1;
  position: relative;
}

.g-gnav_iLink:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 200%;
  height: 1px;
  background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px) repeat-x bottom;
  background-size: 4px 1px;
}

.g-gnav_iLink a {
  padding: 5px 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.g-gnav_iLink i {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 30px;
  height: 22px;
}

.g-gnav_iLink i::before {
  font-size: 22px;
}

.g-gnav_iLink .g-i-academy::before {
  font-size: inherit;
}

.g-gnav_pages {
  padding-top: 15px;
  background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px) repeat-x top;
  background-size: 4px 1px;
}

.g-gnav_pages i {
  display: none;
}

.g-gnav_menu {
  display: none;
}

.g-gnav_open .g-gnav_menu {
  display: block;
  width: 100%;
  height: 72vh !important;
  position: absolute;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.g-gnav_open > a {
  position: relative;
}
.g-gnav_open > a::after {
  content: "";
  position: absolute;
  background-color: #165D9C;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 15px;
  height: 7px;
}

.g-pageHead-gnav .g-gnav_menu {
  display: block;
}

.g-gnav_menu_h, .g-gnav_menu_lead, .g-gnav_menu i {
  display: none;
}

.g-gnav_course {
  margin-top: 2px;
}

.g-gnav-elementary .g-gnav_course {
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.g-gnav_course ul {
  display: flex;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)) no-repeat right center;
  background-size: 1px 1.2em;
}

.g-gnav_course li {
  flex: 1 1 0%;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)) no-repeat left center;
  background-size: 1px 1.2em;
}

.g-gnav-elementary .g-gnav_course li:first-child {
  flex-grow: 1.5;
}

.g-gnav-juniorhigh .g-gnav_course li:nth-child(4) {
  flex-grow: 1.5;
}

.g-gnav_course li:nth-child(4) {
  display: block;
}

.g-gnav_course li:last-child {
  display: block;
}

.g-gnav_course .g-btn {
  background-color: transparent !important;
  min-width: 0;
}

.g-btn {
  transition: 0.3s;
}
.g-btn:hover {
  opacity: 0.5;
}

.g-gnav_purpose {
  margin-bottom: 15px;
}

.g-gnav_purpose ul {
  display: flex;
  flex-direction: column;
}

.g-gnav_purpose li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.g-gnav_purpose .g-btn span {
  min-height: 30px;
}

.g-gnav_body {
  height: auto;
  padding: 0;
  overflow: visible;
  opacity: 1;
}

.g-gnav_l {
  padding: 0;
}

.g-gnav_elementary_links dt {
  margin-bottom: 12px;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #165D9C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.g-gnav_close i {
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.g-gnav_close i::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 16px;
  height: 16px;
  background: url(../img/share/gnav-close.png) no-repeat center/contain;
}

.g-grid {
  padding: 0 25px;
}
.g-grid > li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.g-grid > li:last-child {
  margin-bottom: 25px;
}
.g-grid > li a {
  display: block;
  color: #595A5A;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.g-grid > li .out-link {
  position: relative;
}
.g-grid > li .out-link::before {
  content: "";
  position: absolute;
  background: url(../img/share/outer-link.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  right: 0;
  top: 4px;
}

/***************************************************************
| MAIN-VISUAL
***************************************************************/
.mv {
  position: relative;
}
.mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/***************************************************************
| 共通
***************************************************************/
.common-ttl {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.common-ttl .txt01 {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .common-ttl .txt01 {
    font-size: 20px;
  }
}
.common-ttl .txt02 {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .common-ttl .txt02 {
    font-size: 18px;
  }
}

.txt-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.txt-link {
  text-decoration: underline;
  color: #33A1DB;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.txt-link:hover {
  text-decoration: none;
}

.txt-marker span {
  background: linear-gradient(transparent 60%, #F7FD37 60%);
}
@media screen and (max-width: 640px) {
  .txt-marker span {
    background: linear-gradient(transparent 65%, #F7FD37 65%);
  }
}

.list-txt li {
  position: relative;
  padding-left: 20px;
}
.list-txt li::before {
  content: "";
  position: absolute;
  background-color: #165D9C;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

.btn-cta {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  padding: 18px 12px;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px;
  text-align: center;
  transition: 0.3s;
  background: #165D9C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .btn-cta {
    line-height: 1.5;
  }
}
.btn-cta:hover {
  opacity: 0.6;
}
.btn-cta.bg02 {
  background: #84C45C;
}
.btn-cta.white {
  background: #fff;
  color: #165D9C;
}

.no-link {
  pointer-events: none;
}

.mb30 {
  margin-bottom: 30px;
}

.txt-red {
  color: #EF0C0C;
  font-weight: 700;
}

/***************************************************************
| contents
***************************************************************/
.sec-part, .sec-part--04, .sec-part--03, .sec-part--02, .sec-part--01 {
  position: absolute;
}
.cta-area {
  padding: 40px 0 25px;
  background: #165D9C;
  position: relative;
}
.cta-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/cta_bg.png) top / contain no-repeat;
  opacity: 0.4;
  z-index: 0;
}
.cta-area .container {
  width: 84%;
  position: relative;
}
.cta-area__ttl {
  color: #fff;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.cta-area__list {
  margin-bottom: 15px;
}
.cta-area__list li {
  text-align: center;
}
.cta-area__list li:last-child {
  margin-top: 15px;
}
.cta-area__txt {
  width: 80%;
  margin-bottom: 10px;
}
.cta-area__btm-link {
  text-align: center;
}
.cta-area__btm-link .txt-link {
  color: #fff;
}

.campaign-bnr {
  padding: 35px 0 50px;
  background: #F5FCFF;
  position: relative;
  margin-bottom: 3em;
  text-align: center;
}
.campaign-bnr img {
  width: 80%;
}

.top-cta {
  margin-top: 25px;
}
.top-cta__list {
  margin-bottom: 3em;
}
.top-cta__list > li:last-child {
  margin-top: 15px;
}

.top-cta .cta-area__campaign{
  color: #165D9C;
  text-align: center;
}

.page-navi {
  margin-bottom: 80px;
}
.page-navi__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
}
.page-navi__list__item {
  position: relative;
}
.page-navi__list__item a {
  display: block;
}
.page-navi__list__item span {
  position: absolute;
  bottom: -15.5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  width: 145px;
  height: 31px;
  display: grid;
  place-content: center;
  border-radius: 20px;
}
.page-navi__list__item span.bg01 {
  background: #F7841B;
}
.page-navi__list__item span.bg02 {
  background: #232289;
}
.page-navi__list__item span.bg03 {
  background: #11C6CF;
}
.page-navi__list__item span.bg04 {
  background: #84C45C;
}
.page-navi__list__item span::before {
  content: "";
  position: absolute;
  background: url(../img/share/arrow-r-small.png) no-repeat center/contain;
  width: 5px;
  height: 8.6px;
  right: 7px;
  top: 11px;
}
.page-navi__list__item .bg04::before {
  content: "";
  position: absolute;
  background: url(../img/share/outer-link_w.svg) no-repeat center/contain;
  width: 14px;
  height: 10.6px;
  right: 12px;
  top: 10px;
}

.page-navi__list__item img{
  width: 100%;
}

.voices {
  padding: 40px 0;
  background: #E8F2F9;
}
.voices__box {
  margin-top: 30px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
}
.voices__box .box-top {
  display: flex;
  margin-bottom: 15px;
}
.voices__box .box-top .box-img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
.voices__box .box-top .box-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.voices__box .box-top .box-desc {
  flex: 1;
}
.voices__box .l-ttl {
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.voices__box .l-sub-ttl {
  font-size: 10px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.voices__box .l-name {
  font-size: 12px;
}
.voices__box .l-txt {
  margin-top: 15px;
  font-size: 13px;
}
.voices__btm-link {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
}
.voices .readmore {
  position: relative;
  display: block;
  width: 112px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  padding: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #33A1DB;
  border: none;
  outline: 0;
  letter-spacing: 0;
  cursor: pointer;
}
.voices .readmore::before, .voices .readmore::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 8px;
  height: 1px;
  right: 12px;
  top: 16px;
  transition: 0.3s ease;
}
.voices .readmore::after {
  transform: rotate(90deg);
}
.voices .readmore.on-click::after {
  transform: rotate(0deg);
}
.voices .readmore.on-click .open {
  display: none;
}
.voices .readmore.on-click .close {
  display: block;
}
.voices .readmore .open {
  display: block;
}
.voices .readmore .close {
  display: none;
}

.point {
  position: relative;
  padding: 40px 0 50px;
  background: #E8F2F9;
}
.point .common-ttl {
  margin-bottom: 45px;
}
.point__layout {
  background: #fff;
  border-radius: 10px;
  padding: 35px 14px;
  position: relative;
}
.point__layout:not(:last-child) {
  margin-bottom: 50px;
}
.point__layout .point-num {
  position: absolute;
  left: 50%;
  top: -19px;
  transform: translateX(-50%);
  width: 135px;
  height: 47px;
}
.point__layout .point-img {
  margin-bottom: 15px;
}
.point__layout .point-img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.point__layout .point-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0;
}

.schedule {
  position: relative;
  background: #fff;
  padding: 30px 0 50px;
}
.schedule__list li:not(:last-child) {
  margin-bottom: 20px;
}
.schedule__list li a {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 7px;
  position: relative;
}
.schedule__list li a:active {
  opacity: 0.7;
}
.schedule__list li a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.schedule__list li a.num01 {
  border: 2px solid #F7841B;
  color: #F7841B;
}
.schedule__list li a.num01::before {
  background-image: url(../img/schedule_arrow01.png);
}
.schedule__list li a.num02 {
  border: 2px solid #232289;
  color: #232289;
}
.schedule__list li a.num02::before {
  background-image: url(../img/schedule_arrow02.png);
}
.schedule__list li a.num03 {
  border: 2px solid #11C6CF;
  color: #11C6CF;
}
.schedule__list li a.num03::before {
  background-image: url(../img/schedule_arrow03.png);
}
.schedule__list li .list-img {
  margin-right: 18px;
  max-width: 97px;
  width: 100%;
}
.schedule__list li .list-img img {
  border-radius: 5px;
}
.schedule__list li .list-desc {
  display: grid;
  place-content: center;
}
.schedule__list li .list-ttl {
  font-size: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.schedule__note {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.campaign {
  position: relative;
  padding: 40px 0;
  text-align: center;
}

.tab-table {
  background-color: #fff;
  border: 1px solid #F7841B;
}

.tab-th {
  display: block;
  padding: 10px 15px;
  text-align: left;
  background-color: #FAD9BA;
  color: #444444;
  border-top: 1px solid #F7841B;
}

.tab-td {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #F7841B;
  line-height: 1.7;
}

.faq {
  position: relative;
  padding: 40px 0;
  background: #E8F2F9;
}

.faq-style01 > dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #165D9C;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 10px;
  padding: 13px 30px 13px 20px;
  position: relative;
}
.faq-style01 > dt .ttl {
  font-size: 14px;
  line-height: 1.5;
}
.faq-style01 > dt::before, .faq-style01 > dt::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 14px;
  height: 1px;
  right: 18px;
  top: 50%;
}
.faq-style01 > dt::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.4s ease;
}
.faq-style01 > dt:not(.is-open):hover {
  opacity: 0.6;
}
.faq-style01 > dt.is-open {
  border-radius: 10px 10px 0 0;
}
.faq-style01 > dt.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.faq-style01 dd {
  display: none;
}
.faq-style01 dd .wrapper {
  display: flex;
  background: #fff;
  padding: 15px 12px 20px;
  border-radius: 0 0 10px 10px;
}
.faq-style01 dd + dt {
  margin-top: 20px;
}
.faq-style01 .icon {
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin: 0 15px 0 0;
  padding-right: 15px;
  position: relative;
}
.faq-style01 .icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 1px;
  height: 36px;
  background: #fff;
}
.faq-style01 .txt {
  flex: 1;
}

/***************************************************************
| FOOTER
***************************************************************/
.pagetop {
  background-color: #165D9C;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 18;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .pagetop {
    right: 15px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
}
.pagetop::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  background-image: url(../img/share/pagetop.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagetop:hover {
  opacity: 0.5;
}

.footer {
  background-color: #165D9C;
  padding: 30px 0 0;
}
.footer .common-ttl .txt01 {
  font-size: 20px;
}
.footer-inr {
  color: #fff;
  padding: 0 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.footer-inr .f-tel {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}
.footer-inr .f-tel img {
  width: 75px;
  margin-right: 5px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .footer-inr .f-tel img {
    margin-right: 5px;
    width: 52px;
  }
}
.footer-inr .contact-time {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .footer-inr .contact-time {
    margin-top: 15px;
  }
}
.footer-inr .contact-time .ttl {
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  width: 65px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid #fff;
}
.footer-inr .contact-time .txt {
  font-size: 12px;
}
.footer-navi {
  background-color: #E8F2F9;
  color: #595A5A;
  padding: 25px 10px;
}
.footer-navi .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .footer-navi .container {
    display: block;
  }
}
.footer-navi .f-list {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer-navi .f-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .footer-navi .f-list li {
    width: 50%;
  }
}
.footer-navi .f-list li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .footer-navi .f-list li:not(:last-child) {
    margin-right: 0;
  }
}
.footer-navi .f-list li a {
  color: #595A5A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.footer-navi .f-list li a:hover {
  text-decoration: underline;
}
.footer-navi .copyright {
  color: #595A5A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  font-size: 10px;
}

/*------------
モーダル
-------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 10px;
  border: 1px solid #888;
  width: 90%;
  max-width: 750px;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

/*********************/
/*タブ
/*********************/
.tab {
  background: #FEF7C0;
  padding: 40px 0;
}

.tabMenu {
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
}

.tabMenu li {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  list-style: none;
  flex-grow: 1;
  flex-grow: 1;
  background: #F7841B;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}

.tabMenu li:nth-child(2) {
  margin: 0px 5px;
}

.tabMenu li a {
  display: block;
  padding: 10px 0px;
  margin: 0px;
  color: #fff;
  text-decoration: none;
}

.tabMenu li.select {
  background: #fff;
}

.tabContent {
  padding: 30px 20px;
  text-align: center;
}

.tabContent {
  background: #fff;
}
.tabContent__img {
  border-radius: 10px;
}
.tabContent h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .tabContent h2 {
    font-size: 18px;
  }
}
.tabContent__txt {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
.tabContent__time-item {
  border: solid 1px #F7841B;
  padding-bottom: 30px;
}
.tabContent__time-item h3 {
  font-size: 20px;
  background: #FAD9BA;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .tabContent__time-item h3 {
    font-size: 17px;
  }
}
.tabContent__time-item .tab-cta {
  margin-top: 5px;
  cursor: pointer;
}
.tabContent__time-item .tab-cta__list > li:last-child {
  margin-top: 15px;
}
.tabContent__time-item .tab-cta .btn-cta {
  width: 80%;
  font-size: 13px;
  padding: 10px;
  background: #F7841B;
}
.tabContent__time-item .note {
  font-size: 12px;
  margin-top: 5px;
}
.tabContent__time-item .tabContent__time-ttl {
  font-weight: bold;
}
.tabContent__time-item span {
  color: #C91322;
}

#cate1 {
  background: #06D6A0;
}

#cate2 {
  background: #1B9AAA;
}

#cate3 {
  background: #EF476F;
}

h2 {
  padding: 0px 0px 0 0px;
  margin: 0px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

/*********************/
/*高学生
/*********************/
#high .mendoumi {
  position: relative;
  padding: 40px 0 50px;
  background: #d7f9fa;
}
#high .mendoumi .common-ttl {
  margin-bottom: 25px;
}
#high .mendoumi__layout {
  background: #11C6CF;
  border-radius: 10px;
  padding: 35px 14px;
  position: relative;
  color: #fff;
}
#high .mendoumi__layout:not(:last-child) {
  margin-bottom: 30px;
}
#high .mendoumi__layout .mendoumi-img {
  margin-bottom: 15px;
}
#high .mendoumi__layout .mendoumi-img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#high .mendoumi__layout .mendoumi-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  letter-spacing: 0;
}
#high .mendoumi__layout .mendoumi-ttl span {
  font-size: 15px;
  display: block;
}
#high .cta-area {
  background: #11C6CF;
}
#high .cta-area::before {
  opacity: 0.2;
}
#high .cta-area .txt-link {
  color: #fff;
}
#high .voices__btm-link .txt-link {
  color: #11C6CF;
}
#high .btn-cta.white {
  color: #11C6CF;
}
#high .voices {
  background: #d7f9fa;
}
#high .readmore {
  background: #11C6CF;
}
#high .faq {
  background: #d7f9fa;
}
#high .faq-style01 > dt {
  background: #11C6CF;
}
#high .footer {
  background: #11C6CF;
}
#high .footer-navi {
  background: #d7f9fa;
}
#high .tab {
  background: #94e6e8;
}
#high .tab .tabMenu li.select, #high .tab .tabMenu li.select a {
  color: #11C6CF;
}
#high .tab .tabMenu li {
  background: #11C6CF;
}
#high .tab .tabMenu li.select {
  background: #fff;
}
#high .tab .tabContent__time-item h3 {
  background: #94e6e8;
}
#high .tab .tabContent__time-item {
  border: solid 1px #11C6CF;
}

/*********************/
/*中学生
/*********************/
#junior .cta-area {
  background: #232289;
}
#junior .cta-area::before {
  opacity: 0.2;
}
#junior .cta-area .txt-link {
  color: #fff;
}
#junior .voices__btm-link .txt-link {
  color: #232289;
}
#junior .btn-cta.white {
  color: #232289;
}
#junior .voices {
  background: #e9edff;
}
#junior .readmore {
  background: #232289;
}
#junior .faq {
  background: #e9edff;
}
#junior .faq-style01 > dt {
  background: #232289;
}
#junior .footer {
  background: #232289;
}
#junior .footer-navi {
  background: #e9edff;
}
#junior .tab {
  background: #e9edff;
}
#junior .tab .tabMenu li.select, #junior .tab .tabMenu li.select a {
  color: #232289;
}
#junior .tab .tabMenu li {
  background: #232289;
}
#junior .tab .tabMenu li.select {
  background: #fff;
}
#junior .tab .tabContent__time-item h3 {
  background: #e9edff;
}
#junior .tab .tabContent__time-item {
  border: solid 1px #232289;
}
#junior .tab-cta .btn-cta {
  background: #232289;
}

/***************************************************************
| 小学生
***************************************************************/
#elementaly .page-anchor {
  margin-bottom: 80px;
}
#elementaly .page-anchor__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#elementaly .page-anchor__list__item {
  background: #F7841B;
  border-radius: 10px;
  position: relative;
}
#elementaly .page-anchor__list__item a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
#elementaly .page-anchor__list__item a::before {
  content: "";
  position: absolute;
  background: url(../img/share/arrow-r-small.png) no-repeat center/contain;
  width: 5px;
  height: 8.6px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
#elementaly .page-anchor__list .line {
  line-height: 3.5;
}
@media screen and (max-width: 640px) {
  #elementaly .page-anchor__list .line {
    line-height: 5;
  }
}
#elementaly .page-anchor__list .small {
  font-size: 10px;
  display: block;
}
#elementaly .cta-area {
  background: #F7841B;
}
#elementaly .cta-area::before {
  opacity: 0.2;
}
#elementaly .cta-area .txt-link {
  color: #fff;
}
#elementaly .voices__btm-link .txt-link {
  color: #F7841B;
}
#elementaly .btn-cta.white {
  color: #F7841B;
}
#elementaly .voices {
  background: #FEF7C0;
}
#elementaly .readmore {
  background: #F7841B;
}
#elementaly .faq {
  background: #FEF7C0;
}
#elementaly .faq-style01 > dt {
  background: #F7841B;
}
#elementaly .footer {
  background: #F7841B;
}
#elementaly .footer-navi {
  background: #FEF7C0;
}
#elementaly .tab {
  background: #FEF7C0;
}
#elementaly .tab .tabMenu li.select, #elementaly .tab .tabMenu li.select a {
  color: #F7841B;
}
#elementaly .tab .tabMenu li {
  background: #F7841B;
}
#elementaly .tab .tabMenu li.select {
  background: #fff;
}
#elementaly .tab .tabContent__time-item h3 {
  background: #FEF7C0;
}
#elementaly .tab .tabContent__time-item {
  border: solid 1px #F7841B;
	
}


.sp-fixed-line_area{
	position: fixed;
bottom: 130px;
right: 10px;
z-index: 9999;
	
	}	
	.sp-fixed-line{
		position: relative;
		display: inline-block;
		line-height: 1.5;
		height:85px;
		width:85px;
		border-radius:50%; 
		/*background: #06c755;*/
	background: #EFED1F;
		border: solid 2px #fff;
		text-align: center;
	}
	
.sp-fixed-line span{color: #082173;font-size: 12px;position: absolute;top: 15px;left: 9px;font-weight: bold;}
	@media(min-width:751px){ /* PC */

	.sp-fixed-line {

		display: none; /* 下部固定 PC：非表示*/
	}	
}




  @media(min-width:751px){
    .bnr{
      width: 70%;
      margin: 0 auto;
    }
  }


/*# sourceMappingURL=style.css.map */


.cta-area__campaign{
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 40px;
}

.anchor-btn:nth-child(2){
  margin: auto 5px;
}