@charset "UTF-8";
/* ベースカラー
----------------------------------------- */
.b-col {
  color: rgb(0, 128, 197);
}

.b-col_bg {
  background: rgb(0, 128, 197);
}

/* カラー
----------------------------------------- */
.col-blu {
  background: rgb(0, 113, 172);
}

.col-brw {
  background: rgb(150, 124, 82);
}

.col-red {
  background: rgb(152, 0, 14);
}

.col-gry {
  background: #dcdcdc;
}

.col-gry2 {
  background: rgba(119, 119, 119, 0.5);
}

.university {
  background: rgb(0, 113, 172);
}

.middleschool {
  background: rgb(152, 0, 14);
}

.highschool {
  background: rgb(150, 124, 82);
}

/* 画像、テキスト振り分け
----------------------------------------- */
.spShow {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pcShow {
    display: none !important;
  }
  .spShow {
    display: block !important;
  }
  .spShow.br {
    display: inline;
  }
}
.twShow {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcShow_tw {
    display: none;
  }
  .twShow {
    display: block;
  }
}
.dsnone {
  display: none;
}

/* 画像
----------------------------------------- */
img {
  vertical-align: top;
  width: 100%;
  /*height: 100%;*/
}

/* リンク
----------------------------------------- */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #666;
}

a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0.6);
}

a {
  outline: none;
}

/**/
a {
  -moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  * {
    -webkit-appearance: none;
  }
}
a:hover .fade {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  a:hover .fade {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
}
.fade a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .fade a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
}
/* ボタン
----------------------------------------- */
.more {
  background: rgba(0, 113, 172, 0.5);
  padding: 5px 15px 5px 35px;
  margin-top: 20px;
  float: left;
  font-size: 1.4rem;
}

.more::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  z-index: 1;
  margin-left: -20px;
  margin-top: 6px;
  background: url(../images/arrow_more.png) no-repeat 50% 50%;
  background-size: cover;
}

a.more:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.more:visited {
  color: #FFFFFF;
}

a.more:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.arrow_btn {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .more {
    width: 80%;
    float: none;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .arrow_btn {
    width: 100%;
    max-width: 100%;
  }
}
/* スペース
----------------------------------------- */
.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 4em !important;
}

.mt4em {
  margin-top: 4em !important;
}

/* フォント
----------------------------------------- */
.fGara {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.15em;
}

.italic {
  font-style: italic;
}

.fGo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* 文字
----------------------------------------- */
.bold {
  font-weight: bold;
}

.fwNormal {
  font-weight: normal;
}

.small {
  font-size: 1.2rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs21 {
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs28 {
  font-size: 2.8rem;
}

.txtC {
  text-align: center !important;
}

.txtL {
  text-align: left !important;
}

.txtR {
  text-align: right !important;
}

/*float*/
.fL {
  float: left;
}

.fR {
  float: right;
}

/* flexCover
----------------------------------------- */
.flexCover {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-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-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexCover.colum2 li {
  width: 48%;
}

.pattern-C ul.flexCover.colum2 li:first-child {
  width: 35%;
}

.pattern-C ul.flexCover.colum2 li:nth-child(2) {
  width: 63%;
}

.flexCover.colum3 li {
  width: 31%;
}

.flexCover.colum4 li {
  width: 22.4%;
}

.flexCover.colum5 li {
  width: 20%;
}

.flexCover.colum6 li {
  width: 15%;
}

.flexCover.colum1 li {
  width: 100%;
}

.flexCover li img,
.flexCover li.txt,
.flexCover li.ttl {
  width: 100%;
}

.flexCover.flexS {
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  footer #foot_naviwaku > ul > li:first-child {
    margin-bottom: 10px;
  }
  #items .flexCover.colum3 li {
    width: 50%;
  }
  .columBox.colum2 li {
    width: 100% !important;
  }
  .flexCover.colum4 li {
    width: 48%;
    margin-bottom: 30px;
  }
  .flexCover.colum5 li {
    width: 50%;
  }
  .flexCover.colum6 li {
    width: 48%;
    margin-bottom: 30px;
  }
}
/* header .fixed
----------------------------------------- */
/*header .fixed{
	position: fixed;
	width: 100%;
}
	@media screen and (max-width: 640px) {
		header .fixed{
			position: static;
		}
	}*/
/* header
----------------------------------------- */
header {
  width: 100%;
}

header nav li {
  text-align: right;
}

@media screen and (max-width: 1000px) {
  header .logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  header .logo {
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  header .logo {
    width: 60px;
  }
}
/* #kanban
----------------------------------------- */
section#kanban {
  width: 100%;
  /*background: url(../images/kodawari_bg.png) repeat-x ;*/
  padding: 0;
}

section#kanban li {
  width: 50%;
}

section#kanban li:nth-child(1) {
  text-align: right;
}

section#kanban li:nth-child(1) img {
  max-height: 200px;
  height: auto;
  width: auto;
}

section#kanban h2 {
  font-size: 2.1rem;
  color: rgb(0, 113, 172);
  line-height: 1.6;
  margin-top: 50px;
}

section#kanban p {
  width: auto;
  font-size: 1.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 1240px) {
  section#kanban li:nth-child(1) img {
    max-height: 200px;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  section#kanban h2 {
    font-size: 2rem;
    color: rgb(0, 113, 172);
    line-height: 1.6;
    margin-top: 10px;
  }
  section#kanban p {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  section#kanban li {
    width: 94% !important;
    margin: 0 auto 20px;
  }
  section#kanban h2 br {
    display: none;
  }
}
section#kanban_course {
  width: 100%;
  height: 200px;
  background: url(../images/course/course_c_kanban.png) repeat-x right;
  background-size: cover;
}

section#kanban_course_c {
  width: 100%;
  height: 200px;
  background: url(../images/course/course_c_kanban.png) repeat-x right;
  background-size: cover;
}

section#kanban_course_s {
  width: 100%;
  height: 200px;
  background: url(../images/course/course_s_kanban.png) repeat-x right;
  background-size: cover;
}

section#kanban_course_k {
  width: 100%;
  height: 200px;
  background: url(../images/course/course_k_kanban.png) repeat-x 30% 50%;
  background-size: cover;
}

section#kanban_course_o {
  width: 100%;
  height: 200px;
  background: url(../images/course/course_o_kanban.png) repeat-x 30% 50%;
  background-size: cover;
}

section#kanban_s-katekyo {
  width: 100%;
  height: 200px;
  background: url(../images/s-katekyo/s-katekyo_kanban.png) repeat-x 30% 50%;
  background-size: cover;
}

section#kanban_experience {
  width: 100%;
  height: 200px;
  background: url(../images/experience/experience_kanban.png) repeat-x 30% 50%;
  background-size: cover;
}

section#kanban_faq {
  width: 100%;
  height: 200px;
  background: url(../images/faq/faq_kanban.png) repeat-x 70% 50%;
  background-size: cover;
}

section#kanban_contact {
  width: 100%;
  height: 200px;
  background: url(../images/contact/contact_kanban.png) repeat-x 70% 50%;
  background-size: cover;
}

section#kanban_recruit-form {
  width: 100%;
  height: 200px;
  background: url(../images/contact/contact_kanban.png) repeat-x 70% 50%;
  background-size: cover;
}

section#kanban_news {
  width: 100%;
  height: 200px;
  background: url(../images/news/news_kanban.png) repeat-x 70% 50%;
  background-size: cover;
}

section#kanban_contribution {
  width: 100%;
  height: 200px;
  background: url(../images/contribution/contribution_kanban.png) repeat-x 70% 50%;
  background-size: cover;
}

section#kanban_school {
  width: 100%;
  height: 200px;
  background: url(../images/school/school_kanban.png) repeat-x 70% 50%;
  background-size: cover;
}

section.kanban2 .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

section.kanban2 .inner h2 {
  color: #FFFFFF;
  padding-top: 75px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  font-size: 2.8rem;
}

/* sliderBox
----------------------------------------- */
#sliderBg {
  background-color: #fcfcfc;
  width: 100%;
}

#sliderBox {
  background-color: #fcfcfc;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
  position: relative;
}

#sliderBox ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-dots {
  bottom: 5px;
  z-index: 1;
}

#sliderBox #arrow {
  max-width: 1000px;
  width: 100%;
}

/*上書き修正*/
.slick-prev, .slick-next {
  width: 30px;
  height: 60px;
}

#arrow .slick-prev:before, #arrow .slick-next:before {
  content: "";
}

.slick-arrow {
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .slick-prev, .slick-next {
    display: none;
  }
  #sliderBox {
    overflow: hidden;
  }
}
/* #gnav
----------------------------------------- */
#navArea {
  clear: both;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  border-top: 5px solid rgb(0, 128, 197);
  border-bottom: 1px solid rgb(137, 128, 117);
}

#navArea.follow {
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
  top: 0;
  z-index: 2;
}

#navArea .inner {
  padding: 0 0;
  overflow: hidden;
  position: relative;
}

#navArea .contact_btn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background: rgb(0, 128, 197);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#navArea .contact_btn a, #navArea .contact_btn_sp a {
  color: #ffffff !important;
}

#navArea .contact_btn_sp {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 0;
  background: rgb(0, 128, 197);
  border-radius: 0px;
}

#navArea .contact_btn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#navArea #top_logoWrap {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 25px auto 5px;
}

#navArea #top_logoWrap ul {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

#navArea #top_logoWrap li {
  position: relative;
  margin-right: 20px;
}

#navArea #top_logoWrap li:last-child {
  margin-right: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#navArea #top_logoWrap li p {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

#navArea #top_logoWrap li img {
  width: 100%;
  max-width: 270px;
}

#navArea #top_logoWrap li h1, #navArea #top_logoWrap li div.gakuin {
  display: table-cell;
}

#navArea #top_logoWrap li span {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 5px;
}

#navArea #top_logoWrap li span p {
  font-size: 1.4rem;
}

#navArea #top_logoWrap li span img {
  width: 100%;
  max-width: 200px;
}

#navArea #top_rightnaviWrap ul {
  overflow: hidden;
  width: 100%;
  max-width: 220px;
  float: right;
  height: 40px;
}

#navArea #top_rightnaviWrap li {
  width: 50%;
  max-width: 110px;
  text-align: center;
  font-size: 1.2rem;
}

#navArea #top_rightnaviWrap li a {
  width: 110px;
  height: 100%;
  display: table;
}

#navArea #top_rightnaviWrap li a span {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}

#navArea #top_rightnaviWrap li a span::before {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: 0px;
  margin-right: 3px;
  background: url(../images/arrow_gry.png) no-repeat 50% 50%;
  background-size: cover;
}

#navArea #top_rightnaviWrap li a:hover {
  background-color: rgb(0, 128, 197);
  color: rgb(255, 255, 255);
}

#navArea #top_rightnaviWrap li a span:hover::before {
  background: url(../images/arrow_blu.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #navArea #top_logoWrap li span a,
  footer #foot_naviwaku #foot_logo li a {
    pointer-events: none;
  }
}
@media screen and (max-width: 860px) {
  #navArea #top_logoWrap li p {
    font-size: 1.4rem;
  }
  #navArea #top_logoWrap li span p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 740px) {
  #navArea #top_logoWrap li p {
    font-size: 1.2rem;
  }
  #navArea #top_logoWrap li span p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #navArea #top_logoWrap li {
    margin-right: 2%;
    width: 49%;
  }
  #navArea #top_logoWrap li:not(:last-child) {
    margin-right: 2%;
  }
  #navArea #top_logoWrap li:nth-child(2n) {
    margin-right: 0;
  }
  #navArea #top_logoWrap li:last-child {
    margin-right: 0;
    position: static;
    top: 0;
    left: 0;
  }
  #navArea #top_logoWrap {
    width: 80%;
    float: right;
    margin-right: 10px;
  }
  #navArea #top_logoWrap li {
    height: 100%;
  }
  #navArea #top_logoWrap li img {
    width: 100%;
  }
  #navArea #top_logoWrap li:last-child {
    margin-top: 10px;
  }
  #navArea #top_logoWrap li span {
    display: block;
    margin: 0 auto 0;
    padding-left: 0;
  }
  #navArea h1 {
    width: 94%;
    margin: 15px auto 5px;
  }
  #navArea #top_logoWrap {
    margin-bottom: 0px;
  }
  #navArea #top_logoWrap li p {
    font-size: 1rem;
  }
  #navArea #top_logoWrap li span p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 320px) {
  #navArea #top_logoWrap {
    width: 100%;
    margin: 50px auto 0px;
    padding: 0 10px;
  }
}
#gnav {
  float: right;
  vertical-align: middle;
  padding-top: 10px;
  width: 100%;
}

#gnav #top_naviWrap {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 4px auto;
}

#gnav #top_naviWrap li {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

#gnav #top_naviWrap li.spShow {
  display: none;
}

#top_navi {
  width: 100%;
}

@media screen and (max-width: 900px) {
  #gnav #top_naviWrap li {
    font-size: 100%;
  }
}
@media screen and (max-width: 800px) {
  #gnav #top_naviWrap li {
    font-size: 80%;
  }
  #gnav #top_naviWrap li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #navArea {
    /*position: fixed;*/
    top: 0;
    z-index: 999;
    background: none;
    /*height: 80px;*/
  }
  #navArea .inner {
    padding: 0;
  }
  #navArea .logo {
    /*display: none;*/
    margin: 0 auto;
    float: none;
  }
  #gnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    width: 50px;
    height: 40px;
    float: none;
    margin: 0;
  }
  #gnav.close {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #gnav #top_naviWrap {
    /*width: 240px;
    position: fixed;
    z-index: 1000;
    display: none;*/
    height: 100%;
  }
  #top_navi.pc {
    display: none !important;
  }
  #toggle {
    display: block;
    position: fixed;
    /* top: 8px; */
    top: 17px;
    left: 2%;
    width: 33px !important;
    height: 23px !important;
    z-index: 9991;
    /*padding-top: 7px;*/
    cursor: pointer;
  }
  #top_navi {
    display: none;
  }
  #top_navi {
    z-index: 9990;
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* margin: 30px 1%; */
    font-size: 1rem;
    position: relative;
    /* top: 0; */
    /* height: 400px; */
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  #top_navi li {
    width: 100%;
    margin: 0 !important;
    text-align: center;
    padding: 0;
    background: none;
    float: none;
    list-style: none;
    display: inline-block;
  }
  #gnav #top_naviWrap li {
    font-size: 3.8rem;
  }
  #gnav #top_naviWrap li.spShow {
    display: inline-block;
  }
  #gnav #top_naviWrap li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 1.8rem;
  }
  #gnav #top_naviWrap li:last-child a {
    padding-right: 20px;
  }
  #gnav #top_naviWrap li span {
    display: none;
  }
  /*close*/
  .close#navArea {
    height: 105%;
  }
  .close #toggle {
    opacity: 1;
  }
  #gnav #top_naviWrap {
    margin: 0;
    float: none;
    position: relative;
    right: inherit;
  }
  #top_naviWrap li a {
    font-size: 1rem;
    text-align: left;
    height: auto;
    line-height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}
/* layout
----------------------------------------- */
#conWrap {
  overflow: hidden;
  clear: both;
  padding-top: 40px;
}

#gnav .inner,
#conWrap .inner,
footer .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

footer .inner > li:last-child {
  width: 600px;
}

footer .inner > li:first-child {
  margin-right: 45px;
  width: 200px;
}

header .inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#conWrap section {
  margin-top: 80px;
  margin-bottom: 100px;
}

#conWrap section:first-child {
  margin-top: 20px;
}

#conWrap section:last-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  footer .inner > li:first-child {
    width: 100%;
  }
  footer .inner > li:last-child {
    width: 100%;
  }
  #top #conWrap {
    padding-top: 20px;
  }
  #conWrap #wrap article {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #conWrap #wrap article:first-child {
    padding-top: 35px;
  }
  .conBox .whiteBox {
    padding: 15px;
    margin-bottom: 30px;
  }
  #conWrap section {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  #gnav .inner,
  #conWrap .inner,
  footer .inner {
    width: 94%;
  }
  footer .inner > li:last-child {
    margin-bottom: 10px;
    order: 1;
    -webkit-order: 1;
  }
  footer .inner > li:first-child {
    margin: 0;
    order: 2;
    -webkit-order: 2;
  }
  footer #foot_naviwaku #foot_logo li {
    width: 80% !important;
  }
}
/* title
----------------------------------------- */
#conWrap section h2.ttl01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 50px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#967c52+0,967c52+38,967c52+68,967c52+100&0.4+0,0.05+38,0.05+68,0.4+100 */
  background: -moz-linear-gradient(left, rgba(150, 124, 82, 0.4) 0%, rgba(150, 124, 82, 0.05) 38%, rgba(150, 124, 82, 0.05) 68%, rgba(150, 124, 82, 0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(150, 124, 82, 0.4) 0%, rgba(150, 124, 82, 0.05) 38%, rgba(150, 124, 82, 0.05) 68%, rgba(150, 124, 82, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(150, 124, 82, 0.4) 0%, rgba(150, 124, 82, 0.05) 38%, rgba(150, 124, 82, 0.05) 68%, rgba(150, 124, 82, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66967c52", endColorstr="#66967c52",GradientType=1 ); /* IE6-9 */
}

#conWrap section h2.ttl02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 50px;
  width: 100%;
}

#conWrap section h3.ttl03 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
  width: 100%;
  color: rgb(77, 77, 77);
}

#conWrap section h3.ttl04 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  padding: 15px 0 15px 20px;
  margin-bottom: 50px;
  width: 100%;
  color: rgb(0, 113, 172);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071ac+0,0071ac+100&0.2+0,0.1+100 */
  background: -moz-linear-gradient(left, rgba(0, 113, 172, 0.2) 0%, rgba(0, 113, 172, 0.1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 113, 172, 0.2) 0%, rgba(0, 113, 172, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 113, 172, 0.2) 0%, rgba(0, 113, 172, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#330071ac", endColorstr="#1a0071ac",GradientType=1 ); /* IE6-9 */
  line-height: 1.4;
}

#conWrap section h4.ttl06 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  color: rgb(0, 113, 172);
}

#conWrap section h4.ttl05 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  padding: 0 0 0 20px;
  margin-bottom: 30px;
  border-left: 5px solid rgb(0, 113, 172);
  width: 100%;
  color: rgb(0, 113, 172);
}

@media screen and (max-width: 640px) {
  #conWrap {
    padding-top: 20px;
  }
  #conWrap section h2.ttl01 {
    margin-bottom: 20px;
  }
  #conWrap section h3.ttl03 {
    margin-bottom: 20px;
  }
  #conWrap section h2.ttl02 {
    line-height: 1.6em;
    margin-bottom: 20px;
    padding-top: 0px;
  }
  #conWrap section h4.ttl06 {
    line-height: 1.6em;
  }
}
/* point
----------------------------------------- */
#conWrap section #point li {
  width: 60%;
  margin-bottom: 60px;
}

#conWrap section #point li h3 {
  margin-bottom: 35px;
}

#conWrap section #point li.photo {
  width: 40%;
}

#conWrap section #point li .sub {
  font-size: 1.1rem;
  color: rgb(128, 128, 128);
  margin-bottom: 0px;
  line-height: 3em;
}

#conWrap section #point li:nth-child(even) .sub {
  padding-left: 20px;
}

#conWrap section #point li .no1::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no_1.png) no-repeat 50% 50%;
  background-size: cover;
}

#conWrap section #point li .no2::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  z-index: 1;
  margin-left: 5px;
  margin-bottom: 5px;
  background: url(../images/no_2.png) no-repeat 50% 50%;
  background-size: cover;
}

#conWrap section #point li .no3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  z-index: 1;
  margin-left: 5px;
  margin-bottom: 5px;
  background: url(../images/no_3.png) no-repeat 50% 50%;
  background-size: cover;
}

#conWrap section #point li .no4::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  z-index: 1;
  margin-left: 5px;
  margin-bottom: 5px;
  background: url(../images/no_4.png) no-repeat 50% 50%;
  background-size: cover;
}

#conWrap section #point li .no5::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 24px;
  z-index: 1;
  margin-left: 5px;
  margin-bottom: 5px;
  background: url(../images/no_5.png) no-repeat 50% 50%;
  background-size: cover;
}

#conWrap section #point li .text {
  font-size: 1.6rem;
}

#conWrap section #point li:nth-child(odd) .text {
  padding-right: 20px;
}

#conWrap section #point li:nth-child(even) .text {
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  #conWrap section #point li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #conWrap section #point li:nth-child(even) {
    margin-bottom: 40px;
  }
  #conWrap section #point li .sub {
    padding: 0 !important;
  }
  #conWrap section #point li.photo img {
    height: auto;
  }
  #conWrap section #point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #conWrap section #point li:nth-child(1).photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 40px;
  }
  #conWrap section #point li:nth-child(2).textbox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  #conWrap section #point li:nth-child(odd) .text {
    padding-right: 0px;
  }
  #conWrap section #point li:nth-child(even) .text {
    padding-left: 0px;
  }
}
/* nonber
----------------------------------------- */
.no01::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no01.png) no-repeat 50% 50%;
  background-size: cover;
}

.no02::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no02.png) no-repeat 50% 50%;
  background-size: cover;
}

.no03::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no03.png) no-repeat 50% 50%;
  background-size: cover;
}

.no04::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no04.png) no-repeat 50% 50%;
  background-size: cover;
}

.no05::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no05.png) no-repeat 50% 50%;
  background-size: cover;
}

.no06::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no06.png) no-repeat 50% 50%;
  background-size: cover;
}

.no07::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no07.png) no-repeat 50% 50%;
  background-size: cover;
}

.no08::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no08.png) no-repeat 50% 50%;
  background-size: cover;
}

.no09::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no09.png) no-repeat 50% 50%;
  background-size: cover;
}

.no10::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no10.png) no-repeat 50% 50%;
  background-size: cover;
}

.no11::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no11.png) no-repeat 50% 50%;
  background-size: cover;
}

.no12::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no12.png) no-repeat 50% 50%;
  background-size: cover;
}

.no13::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no13.png) no-repeat 50% 50%;
  background-size: cover;
}

.no14::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no14.png) no-repeat 50% 50%;
  background-size: cover;
}

.no15::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no15.png) no-repeat 50% 50%;
  background-size: cover;
}

.no16::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no16.png) no-repeat 50% 50%;
  background-size: cover;
}

.no17::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no17.png) no-repeat 50% 50%;
  background-size: cover;
}

.no18::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no18.png) no-repeat 50% 50%;
  background-size: cover;
}

.no19::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no19.png) no-repeat 50% 50%;
  background-size: cover;
}

.no20::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 32px;
  z-index: 1;
  margin-left: 5px;
  margin-top: 0px;
  background: url(../images/no20.png) no-repeat 50% 50%;
  background-size: cover;
}

/* result
----------------------------------------- */
#conWrap section #result li {
  font-size: 1.6rem;
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(128, 128, 128);
  padding-bottom: 3px;
  margin-bottom: 15px;
}

#conWrap section #result li span {
  float: right;
  color: rgb(128, 98, 57);
}

#conWrap section #result li.blank {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* intro
----------------------------------------- */
#conWrap section#intro h2.ttl02 {
  line-height: 1.6;
}

#conWrap section#intro p.text {
  line-height: 2.6;
}

@media screen and (max-width: 640px) {
  #conWrap section#intro p.text {
    line-height: 2;
  }
}
/* footer
----------------------------------------- */
footer {
  margin: 0;
}

footer #pageTop {
  padding: 45px 0;
}

footer #pageTop a {
  display: block;
  margin: 0 auto;
  height: 30px;
}

footer #pageTop a::before {
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer #foot_nashi {
  padding: 45px 0;
  background-color: rgb(226, 226, 226);
}

footer #foot_nashi ul {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

footer #foot_nashi ul li {
  max-width: 85px;
  width: 100%;
}

footer #foot_naviwaku ul.flexCover {
  -webkit-justify-content: center;
  justify-content: center;
}

footer #foot_naviwaku {
  padding: 30px 0;
}

footer #foot_naviwaku ul li a:link, footer #foot_naviwaku ul li a:visited {
  color: rgb(255, 255, 255);
}

footer #foot_naviwaku #foot_navi > li {
  width: 33.3%;
}

footer #foot_naviwaku #foot_navi > li > ul > li {
  margin-bottom: 15px;
}

footer #foot_naviwaku #foot_navi li a {
  position: relative;
  padding-left: 18px;
  font-size: 1.3rem;
}

footer #foot_naviwaku #foot_navi li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8px;
  height: 8px;
  margin-top: -4px;
  /*margin-left: -18px;*/
  z-index: 1;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer #foot_naviwaku #foot_logo li {
  width: 200px;
}

footer #foot_naviwaku #foot_logo li:not(:last-child) {
  margin-bottom: 12px;
}

footer #foot_naviwaku #foot_logo li span {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0;
}

footer #foot_naviwaku #foot_logo li a {
  display: block;
  line-height: 0;
}

footer #foot_naviwaku #foot_logo li img {
  width: 100%;
}

footer #foot_naviwaku #foot_logo li:nth-child(2) {
  margin-bottom: 20px;
}

/*
footer #foot_naviwaku #foot_logo li:nth-child(odd) {
	width: 60%;
	margin-bottom: 15px;
}

footer #foot_naviwaku #foot_logo li:nth-child(even) {
	width: 38%;
	margin-left: 2%;
}

footer #foot_naviwaku #foot_logo li:nth-child(even) a {
	margin-top: 20px;
	display: block;
}*/
@media screen and (max-width: 640px) {
  footer #foot_nashi ul {
    width: 94%;
  }
  footer #foot_nashi ul li {
    width: 19%;
  }
  footer #pageTop {
    padding: 20px 0;
  }
  footer #foot_naviwaku #foot_navi li {
    width: 100% !important;
  }
  footer #foot_naviwaku #foot_navi > li > ul > li {
    padding-left: 20px;
  }
}
.cboth {
  overflow: hidden;
  clear: both;
}

.topcopy {
  font-size: 2rem;
  color: rgb(0, 113, 172);
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  section#kanban_school {
    background: url(../images/school/school_kanban.png) repeat-x 15% 50%;
    background-size: cover;
  }
}
/* base color
--------------------------------------------------------------------*/
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  color: #363838;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

div.pageWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox !important;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column !important;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  height: 100%;
  text-align: left;
  overflow: hidden;
}
div.pageWrap:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #0781c8;
  z-index: 10001;
}

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none !important;
  flex: none;
}

div.container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 180px 0 50px;
  letter-spacing: 0.1em !important;
}

div.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  background: #f8f8f8;
  z-index: -1;
}

div.contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  div.pageWrap {
    padding-bottom: 109px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/* *****************************************************
 *	pagetop
 *	footer
 *	header
 *	nav
 *	main_v
 *	bnr-section-wrap
 *	beginner-section
 *	course-section
 *	kyouikusoudan-section
 *	news-section
 *	cm-section
 *	no-section
 *	print
 *	media queries
 * *****************************************************/
body {
  overflow-x: hidden;
}

div.timer-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

div.timer-contents-subordinate {
  margin-bottom: 30px;
}

div.timer-contents-wrap div.timer-contents {
  width: calc(50% - 7px);
  margin-bottom: 0;
  padding: 35px 10px 30px;
}

div.timer-contents-wrap div.timer-contents .cd-b-r {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e50012;
}

div.timer-contents-wrap div.timer-contents .cd-b-r-min {
  font-size: 2.4rem;
}

div.timer-contents-wrap div.timer-contents .cd-b {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
div.timer-contents-wrap div.timer-contents .cd-b.block {
  font-size: 1.6rem;
}

div.timer-contents-wrap div.timer-contents .cd-b-min {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}

div.timer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 1000px;
  margin: 0 auto 20px;
  padding: 15px 10px 10px;
  background: #fff0d8;
  border: 2px solid #f8d860;
}

div.timer-contents.application {
  background: #e6e6e6;
  border: 2px solid #999999;
}

div.timer-contents.high {
  background: #fff0e0;
  border: 2px solid #f8a135;
}

div.timer-contents.private {
  background: #e6f2ff;
  border: 2px solid #3399ff;
}

div.timer-contents.test {
  background: #dff5ef;
  border: 2px solid #34ac8b;
}

div.timer-contents p {
  position: relative;
  padding-bottom: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}

div.timer-contents-wrap div.timer-contents p.timer-title {
  margin-bottom: 15px;
  font-size: 2rem;
}

div.timer-contents-wrap div.timer-contents p.timer-date {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 400;
}

.cd-b-r {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e50012;
}

.cd-b-r-min {
  font-size: 2rem;
}

.cd-b {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

#timer {
  margin: 0;
  letter-spacing: 0.15em;
  line-height: 1;
}

#timer_end {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.15em;
}

#timer_end span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e50012;
}

#timer_high {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.2em;
}

#timer_high_end {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2em;
}

#timer_high_end span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e50012;
}

.contact-section,
.campaign-2025-section {
  margin-top: 50px;
  padding: 40px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}
.contact-section .sp-block,
.campaign-2025-section .sp-block {
  display: none;
}
.contact-section .extension,
.campaign-2025-section .extension {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 35px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #e0000a;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
.contact-section .extension:after,
.campaign-2025-section .extension:after {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8px 0 8px;
  border-color: #e0000a transparent transparent transparent;
}
.contact-section .extension span,
.campaign-2025-section .extension span {
  color: #fff700;
}
.contact-section .top-link,
.campaign-2025-section .top-link {
  display: block;
}
.contact-section figure img,
.campaign-2025-section figure img {
  width: 100%;
}
.contact-section .img-list,
.campaign-2025-section .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.contact-section .img-list li:not(:last-child),
.campaign-2025-section .img-list li:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .img-list li.full,
.campaign-2025-section .img-list li.full {
  width: 100%;
}
.contact-section .img-list li.half,
.campaign-2025-section .img-list li.half {
  width: 48%;
}
.contact-section .img-list li img,
.campaign-2025-section .img-list li img {
  width: 100%;
}
.contact-section .img-list li.lp-btn,
.campaign-2025-section .img-list li.lp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  max-width: 800px;
  margin: 0 auto;
  padding: 3px 0 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  background: #0068b7;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contact-section .img-list li.lp-btn:after,
.campaign-2025-section .img-list li.lp-btn:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50% !important;
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.contact-section .application .apply_message,
.campaign-2025-section .application .apply_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.contact-section .application .apply_message p,
.campaign-2025-section .application .apply_message p {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.contact-section .application .apply_message p::before, .contact-section .application .apply_message p::after,
.campaign-2025-section .application .apply_message p::before,
.campaign-2025-section .application .apply_message p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 4px;
  height: 60%;
  background: #000;
}
.contact-section .application .apply_message p::before,
.campaign-2025-section .application .apply_message p::before {
  left: 0;
  transform: rotate(340deg);
}
.contact-section .application .apply_message p::after,
.campaign-2025-section .application .apply_message p::after {
  right: 0;
  transform: rotate(20deg);
}
.contact-section .application .apply_message p .emphasis,
.campaign-2025-section .application .apply_message p .emphasis {
  display: inline-block;
  color: #0068B7;
}
.contact-section .application .apply_message p .emphasis span,
.campaign-2025-section .application .apply_message p .emphasis span {
  font-size: 3.5rem;
}
.contact-section .application .apply_message .message-caption,
.campaign-2025-section .application .apply_message .message-caption {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.contact-section .application .apply_message .message-caption span,
.campaign-2025-section .application .apply_message .message-caption span {
  color: #009900;
}
.contact-section .application .contact-category-list,
.campaign-2025-section .application .contact-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.contact-section .application .contact-category-list li,
.campaign-2025-section .application .contact-category-list li {
  border-radius: 30px;
}
.contact-section .application .contact-category-list li:not(:last-child),
.campaign-2025-section .application .contact-category-list li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-section .application .contact-category-list li > a,
.campaign-2025-section .application .contact-category-list li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  color: #FFF;
}
.contact-section .application .contact-category-list li > a::before,
.campaign-2025-section .application .contact-category-list li > a::before {
  content: "無料";
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: -3px;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background: #FFF;
  border-radius: 30px;
  color: #000;
  font-weight: 600;
}
.contact-section .application .contact-category-list li > a span,
.campaign-2025-section .application .contact-category-list li > a span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.contact-section .application .contact-category-list li > a span::before,
.campaign-2025-section .application .contact-category-list li > a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 25px;
  height: 25px;
}
.contact-section .application .contact-category-list li:nth-child(1),
.campaign-2025-section .application .contact-category-list li:nth-child(1) {
  background: #009900;
}
.contact-section .application .contact-category-list li:nth-child(1) a::before,
.campaign-2025-section .application .contact-category-list li:nth-child(1) a::before {
  color: #009900;
}
.contact-section .application .contact-category-list li:nth-child(2),
.campaign-2025-section .application .contact-category-list li:nth-child(2) {
  background: #DA221E;
}
.contact-section .application .contact-category-list li:nth-child(2) a::before,
.campaign-2025-section .application .contact-category-list li:nth-child(2) a::before {
  color: #DA221E;
}
.contact-section .application .contact-category-list li:nth-child(3),
.campaign-2025-section .application .contact-category-list li:nth-child(3) {
  background: #E69410;
}
.contact-section .application .contact-category-list li:nth-child(3) a::before,
.campaign-2025-section .application .contact-category-list li:nth-child(3) a::before {
  color: #E69410;
}
.contact-section .application .price-block,
.campaign-2025-section .application .price-block {
  margin-bottom: 30px;
  text-align: center;
}
.contact-section .application .price-block > p,
.campaign-2025-section .application .price-block > p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.contact-section .application .price-block a.cta,
.campaign-2025-section .application .price-block a.cta {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #2282C9;
  font-weight: 500;
}
.contact-section .application .price-block a.cta::before,
.campaign-2025-section .application .price-block a.cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #2282C9;
}
.contact-section .application a[href^=tel],
.campaign-2025-section .application a[href^=tel] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background: #0068B7;
  border-radius: 10px;
  color: #FFF;
}
.contact-section .application a[href^=tel] span,
.campaign-2025-section .application a[href^=tel] span {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.contact-section .application a[href^=tel] span::before,
.campaign-2025-section .application a[href^=tel] span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background: url(../images/tel_icon.svg) no-repeat center center/contain;
}

.contact-section {
  margin: 0;
}

.junior-high-school-pack {
  position: relative;
  background: #fff;
  padding: 30px;
}
.junior-high-school-pack > p {
  margin-bottom: 15px;
  color: #0068b7;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
}
.junior-high-school-pack > a {
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
}
.junior-high-school-pack > figure:not(:last-child) {
  margin-bottom: 30px;
}
.junior-high-school-pack figure img {
  width: 100%;
}
.junior-high-school-pack .link-btn {
  width: 420px;
  height: 58px;
  margin: 0 auto;
}
.junior-high-school-pack .link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  width: 100%;
  height: 100%;
  background: #ff9647;
  border-radius: 32px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.campaign-2023-section,
.campaign-2024-section,
.campaign-2025-section {
  margin-top: 50px;
  padding: 40px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}
.campaign-2023-section .top-title,
.campaign-2024-section .top-title,
.campaign-2025-section .top-title {
  margin-bottom: 15px;
  color: #0068b7;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
}
.campaign-2023-section figure,
.campaign-2024-section figure,
.campaign-2025-section figure {
  margin: 0 0 30px;
}
.campaign-2023-section figure img,
.campaign-2024-section figure img,
.campaign-2025-section figure img {
  width: 100%;
}
.campaign-2023-section .price-course,
.campaign-2024-section .price-course,
.campaign-2025-section .price-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.campaign-2023-section .price-course li,
.campaign-2024-section .price-course li,
.campaign-2025-section .price-course li {
  width: 32%;
}
.campaign-2023-section .price-course li img,
.campaign-2024-section .price-course li img,
.campaign-2025-section .price-course li img {
  width: 100%;
}
.campaign-2023-section .price-course li:not(:last-child),
.campaign-2024-section .price-course li:not(:last-child),
.campaign-2025-section .price-course li:not(:last-child) {
  margin-right: 2%;
}
.campaign-2023-section .lp-btn,
.campaign-2024-section .lp-btn,
.campaign-2025-section .lp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  max-width: 800px;
  margin: 0 auto;
  padding: 3px 0 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  background: #0068b7;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.campaign-2023-section .lp-btn:after,
.campaign-2024-section .lp-btn:after,
.campaign-2025-section .lp-btn:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50% !important;
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

/* *****************************************************
 *	page top
 * *****************************************************/
div.pagetop {
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 9999;
}

div.pagetop > a {
  position: relative;
  display: block;
  width: 50px;
  height: 40px;
  margin: 0 auto;
  background: #88a2ab;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}

div.pagetop > a::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.page-slidebtn > a#pagetop:hover {
  background: rgba(55, 57, 59, 0.5);
}

/* *****************************************************
 *	footer
 * *****************************************************/
footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 55px;
}

footer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  background: #88a2ab;
  z-index: -2;
}

footer::after {
  content: "";
  position: absolute;
  width: 165px;
  height: 291px;
  bottom: 0;
  right: 20px;
  background: url(../common/images/foot_image.png) no-repeat;
  z-index: 99999;
}

nav.foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav.foot-nav > p {
  position: relative;
  width: 140px;
  margin-bottom: 25px;
  padding-left: 18px;
  line-height: 2.1;
}

nav.foot-nav > p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.foot-nav > ul {
  line-height: 2.1;
}

nav.foot-nav > ul.full {
  width: 100%;
  margin-bottom: 25px;
}

nav.foot-nav > ul:not(:last-child) {
  margin-right: 40px;
}

nav.foot-nav > ul li {
  position: relative;
  padding-left: 18px;
}

nav.foot-nav > ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.foot-nav > p a,
nav.foot-nav > ul li a {
  display: block;
}

footer a:link,
footer a:visited {
  color: #fff;
}

footer > dl {
  width: 190px;
  margin-right: 45px;
}

footer > dl dt {
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.25;
}

footer > dl dt img {
  max-width: 100%;
}

footer > dl dt:not(:nth-of-type(2)) {
  margin-bottom: 10px;
}

footer > dl dt span {
  margin-bottom: 2px;
  display: block;
  color: #fff;
  text-align: center;
}

footer > dl dt > svg {
  display: block;
  width: 290px;
  height: 53px;
  margin: 0 auto 10px;
  background: #0781c8;
  fill: #fff;
}

footer > dl dd {
  padding: 10px 4px 0;
  font-size: 1.4rem;
}

footer > dl dd span {
  display: block;
  margin-bottom: 10px;
}

footer > dl dd a {
  pointer-events: none;
}

footer > dl dd a img {
  width: 100%;
}

footer > dl dd svg {
  display: block;
  width: 285px;
  height: 29px;
  fill: #fff;
}

footer > dl dd.group {
  margin: 25px 0 0;
  text-align: center;
}
footer > dl dd.group span {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.25;
}
footer > dl dd.group a {
  pointer-events: auto;
  display: block;
  padding: 5px;
  background: #fff;
}
footer > dl dd.group a img {
  width: 100%;
}

/* *****************************************************
 *	header
 * *****************************************************/
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

div.head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  padding-top: 5px;
}

div.head_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 350px;
}

div.head_inner h1 {
  margin: 0 10px 0 0;
  width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.25;
}

div.head_inner h1 span {
  width: 170px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bolder;
  text-align: center;
}

div.head_inner h1 img {
  width: 100%;
}

div.head_inner p {
  width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.25;
}

div.head_inner p span {
  width: 170px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bolder;
  text-align: center;
}

div.head_inner p img {
  width: 100%;
}

div.head_inner .gototop {
  position: absolute;
  margin-right: 10px;
  width: 110px;
  height: 32px;
  top: 46px;
  left: 362px;
}

div.head_inner .gototop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  padding: 2px 0 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 16px;
}

div.head_inner .gototop a:hover {
  opacity: 0.65;
}

.right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 512px;
}

div.head_inner > .right-wrap > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 512px;
}

div.head_inner > .right-wrap > dl dt {
  width: 230px;
  margin-right: 10px;
  padding: 10px 0 0;
  line-height: 0;
}

div.head_inner > .right-wrap > dl dt img {
  width: 100%;
}

div.head_inner > .right-wrap > dl dd > svg {
  display: block;
  width: 286px;
  height: 29px;
  margin-bottom: 12px;
  fill: #0781c8;
}

div.head_inner > .right-wrap > dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 382px;
}

div.head_inner > .right-wrap > dl dd .pc-faq {
  width: 100px;
  height: 45px;
  margin-right: 5px;
}
div.head_inner > .right-wrap > dl dd .pc-faq a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #0781C8;
  border-radius: 4px;
  background: #fff;
}
div.head_inner > .right-wrap > dl dd .pc-faq a:before {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  top: 3px;
  left: 50%;
  width: 44px;
  height: 20px;
  background: url(../common/images/header/icn_faq_pc.svg) center/contain no-repeat;
}
div.head_inner > .right-wrap > dl dd .pc-faq a span {
  position: relative;
  display: inline-block;
  padding: 25px 0 0;
  width: 100%;
  color: #0781C8;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

div.head_inner > .right-wrap > dl dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  max-width: inherit;
  margin: 0;
  font-size: 12px;
  width: 205px;
}

div.head_inner > .right-wrap > dl dd > ul li {
  width: 100px;
}

div.head_inner > .right-wrap > dl dd > ul li:not(:last-child) {
  margin-right: 5px;
}

div.head_inner > .right-wrap > dl dd ul li > a:visited,
div.head_inner > .right-wrap > dl dd ul li > a:link {
  color: #fff;
}

div.head_inner > .right-wrap > dl dd a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

div.head_inner > .right-wrap > dl dd > ul + p a {
  position: relative;
  display: block;
  width: 100%;
  border: 1px #0781c8 solid;
  text-align: center;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  color: #2189cb;
  padding: 2px 0;
}

div.head_inner > .right-wrap > dl dd .form-btn-list li {
  height: 45px;
}

div.head_inner > .right-wrap > dl dd .form-btn-list li a {
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
  padding-top: 3px;
  font-size: 1.4rem;
  line-height: 1.25;
  border-radius: 5px;
  text-align: center;
}

div.head_inner > .right-wrap > dl dd .form-btn-list li a:before {
  display: none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.is-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0781c8;
}

/* *****************************************************
 *	nav
 * *****************************************************/
nav.global-menu-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}
nav.global-menu-wrap:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #ACE2FF;
  z-index: 1;
}

nav.global-menu-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

nav.global-menu-wrap > ul > li {
  position: relative;
  width: 123px;
}

nav.global-menu-wrap > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: -moz-linear-gradient(top, #0063b9 0%, #00408a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0063b9 0%, #00408a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0063b9 0%, #00408a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 56px;
}

nav.global-menu-wrap > ul > li > ul.child {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 210px;
  padding: 15px;
  background: #111;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 55;
}

nav.global-menu-wrap > ul > li:first-child > ul.child {
  left: 0;
}

nav.global-menu-wrap > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

nav.global-menu-wrap > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0 8px 13px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  text-align: left !important;
}

nav.global-menu-wrap > ul > li > ul li a:hover {
  color: #0781C8;
}

nav.global-menu-wrap > ul > li > ul li a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.sp-block {
  display: inline-block;
  margin-left: 30px;
}

/* *****************************************************
 *	main_v
 * *****************************************************/
div.main_v {
  width: 100%;
  line-height: 0;
}

div.main_v figure {
  line-height: 0;
}

div.main_v figure img {
  width: 100%;
}

div.contents h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
}

div.contents h2 + p {
  margin-bottom: 15px;
  font-size: 1.6rem;
  text-align: center;
  color: #0068b7;
}

.form-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.form-btn-list li {
  width: 48.5%;
  height: 55px;
}
.form-btn-list li:first-child a {
  background: #db221e;
}
.form-btn-list li:first-child a:before {
  background: url(../common/images/form-btn-list01.svg) center/contain no-repeat;
}
.form-btn-list li:nth-child(2) a {
  background: #e69410;
}
.form-btn-list li:nth-child(2) a:before {
  width: 40px;
  height: 35px;
  background: url(../common/images/form-btn-list02.svg) center/contain no-repeat;
}
.form-btn-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #333;
  border-radius: 10px;
  line-height: 1;
}
.form-btn-list li a:before {
  content: "";
  position: relative;
  display: block;
  margin-right: 12px;
  width: 35px;
  height: 30px;
}
.form-btn-list li:not(:last-child) {
  margin-right: 3%;
}

div.breadcrumbs {
  padding: 15px 0;
  margin-bottom: 60px;
  background: #f0f0f0;
}
div.breadcrumbs div.breadcrumbs-inner ul {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
div.breadcrumbs div.breadcrumbs-inner ul li {
  position: relative;
}
div.breadcrumbs div.breadcrumbs-inner ul li:not(:last-child) {
  margin-right: 30px;
}
div.breadcrumbs div.breadcrumbs-inner ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px #707070 solid;
  border-right: 1px #707070 solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -15px;
  margin-top: -4px;
}
div.breadcrumbs div.breadcrumbs-inner ul li:last-child a {
  pointer-events: none;
}

/* *****************************************************
 *	print
 * *****************************************************/
@media print {
  body {
    overflow: visible;
  }
}
/* *****************************************************
 *	media queries
 * *****************************************************/
@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  nav.global-menu-wrap {
    position: relative;
  }
  nav.global-menu-wrap > ul > li ul.child {
    top: 55px;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  nav.global-menu-wrap > ul > li:hover ul.child {
    visibility: visible;
    opacity: 1;
  }
  .contact-section .top-link {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .contact-section .top-link:hover {
    opacity: 0.75;
  }
  .contact-section > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .contact-section > a:hover {
    opacity: 0.75;
  }
  .junior-high-school-pack > a:hover {
    opacity: 0.75;
  }
  .junior-high-school-pack .link-btn a:hover {
    opacity: 0.75;
  }
  .campaign-2023-section > a,
  .campaign-2024-section > a,
  .campaign-2025-section > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .campaign-2023-section > a:hover,
  .campaign-2024-section > a:hover,
  .campaign-2025-section > a:hover {
    opacity: 0.75;
  }
  div.breadcrumbs div.breadcrumbs-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  div.timer-contents-wrap:has(> :nth-child(3):last-child) {
    flex-wrap: wrap-reverse;
  }
  div.timer-contents-wrap:has(> :nth-child(3):last-child) div.timer-contents:first-child {
    order: 3;
  }
  div.timer-contents-wrap:has(> :nth-child(3):last-child) div.timer-contents:nth-child(2) {
    order: 1;
  }
  div.timer-contents-wrap:has(> :nth-child(3):last-child) div.timer-contents:nth-child(3) {
    order: 2;
  }
  /* base
  -------------------------------------------------------*/
  body {
    min-width: 1000px;
  }
  br.spbr {
    display: none;
  }
  .trigger,
  .drawer-nav {
    display: none;
  }
  header {
    padding-bottom: 24px;
  }
  header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background: #f8f8f8;
  }
  .sp-faq {
    display: none;
  }
  footer > #contact-btn {
    display: none;
  }
  #contact-btn {
    display: none;
  }
  div.pagetop {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    z-index: 9999;
  }
  div.head_inner > .right-wrap > h1 > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  div.head_inner > .right-wrap > h1 > a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  nav.global-menu-wrap > ul > li > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  nav.global-menu-wrap > ul > li > a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  nav.foot-nav > p a,
  nav.foot-nav > ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  nav.foot-nav > p a:hover,
  nav.foot-nav > ul li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  div.breadcrumbs {
    margin: 0 0 30px;
    padding: 0 15px;
  }
  div.breadcrumbs div.breadcrumbs-inner {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  div.breadcrumbs div.breadcrumbs-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li {
    display: inline-block;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li:not(:last-child) {
    margin-right: 25px;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li:not(:last-child):after {
    right: -13px;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li:last-child {
    margin-right: 15px;
  }
  div.breadcrumbs div.breadcrumbs-inner ul li a {
    font-size: 1.3rem;
  }
  header {
    position: fixed;
    padding-bottom: 5px;
  }
  header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #F8F8F8;
  }
  div.head_inner .gototop {
    display: none;
  }
  nav.global-menu-wrap:before {
    bottom: -5px;
    height: 5px;
  }
  nav.global-menu-wrap > ul {
    width: 100%;
    padding: 0 5px;
  }
  nav.global-menu-wrap > ul > li {
    width: 24.5%;
  }
  nav.global-menu-wrap > ul > li a.active {
    background: -moz-linear-gradient(top, #75c200 0%, #00af18 100%);
    background: -webkit-linear-gradient(top, #75c200 0%, #00af18 100%);
    background: linear-gradient(to bottom, #75c200 0%, #00af18 100%);
  }
  nav.global-menu-wrap > ul > li:nth-child(3),
  nav.global-menu-wrap > ul > li:nth-child(4),
  nav.global-menu-wrap > ul > li:nth-child(7),
  nav.global-menu-wrap > ul > li:nth-child(8) {
    display: none;
  }
  nav.global-menu-wrap > ul > li:nth-child(2) {
    order: -1;
  }
  nav.global-menu-wrap > ul > li:nth-child(5) {
    order: -1;
  }
  nav.global-menu-wrap > ul > li > a {
    height: 32px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.1rem;
  }
  nav.global-menu-wrap > ul > li > ul.child {
    width: calc(100vw - 10px);
    top: 32px;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px;
  }
  nav.global-menu-wrap > ul > li > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  nav.global-menu-wrap > ul > li > ul > li > a {
    font-size: 1.6rem;
  }
  div.timer-contents-wrap {
    margin-bottom: 30px;
    padding: 0;
  }
  div.timer-contents-wrap div.timer-contents {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 10px 15px;
    text-align: center;
  }
  div.timer-contents-wrap div.timer-contents p {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  div.timer-contents-wrap div.timer-contents p.timer-date {
    font-size: 1.4rem;
  }
  div.timer-contents-wrap div.timer-contents .cd-b-r {
    font-size: 2.4rem;
  }
  div.timer-contents-wrap div.timer-contents .cd-b-r-min {
    font-size: 2rem;
  }
  div.timer-contents-wrap div.timer-contents .cd-b {
    font-size: 1.6rem;
  }
  div.timer-contents-wrap div.timer-contents .cd-b.block {
    display: block;
    margin-bottom: 10px;
  }
  div.timer-contents-subordinate {
    padding: 0 15px;
  }
  div.timer-contents p {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  div.timer-contents {
    width: 100%;
    margin: 13px auto 20px;
  }
  .contact-section,
  .campaign-2025-section {
    position: relative;
    padding: 50px 0;
  }
  .contact-section:before,
  .campaign-2025-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -15px;
    padding: 0 15px;
    z-index: -1;
    background: #fff;
  }
  .contact-section .sp-block,
  .campaign-2025-section .sp-block {
    display: block;
  }
  .contact-section .extension,
  .campaign-2025-section .extension {
    display: block;
    height: auto;
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 5px;
  }
  .contact-section .extension:after,
  .campaign-2025-section .extension:after {
    bottom: -15px;
    border-width: 15px 5px 0 5px;
  }
  .contact-section .img-list li:not(:last-child),
  .campaign-2025-section .img-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .contact-section .img-list li.half,
  .campaign-2025-section .img-list li.half {
    width: 100%;
  }
  .contact-section .img-list li.lp-btn,
  .campaign-2025-section .img-list li.lp-btn {
    height: 60px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.25;
  }
  .contact-section .img-list li.lp-btn:after,
  .campaign-2025-section .img-list li.lp-btn:after {
    right: 10px;
  }
  .contact-section div.consult,
  .campaign-2025-section div.consult {
    margin-bottom: 0;
  }
  .contact-section div.consult a,
  .campaign-2025-section div.consult a {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 46px;
    height: 46px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
  }
  .contact-section div.consult p,
  .campaign-2025-section div.consult p {
    font-size: 1.6rem;
  }
  .contact-section div.application,
  .campaign-2025-section div.application {
    margin: 0 0 30px;
  }
  .contact-section div.application .contact-category-lis a,
  .campaign-2025-section div.application .contact-category-lis a {
    pointer-events: auto;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    height: 46px;
    padding: 10px 10px 10px 70px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
  }
  .contact-section div.application .contact-category-lis a::before,
  .campaign-2025-section div.application .contact-category-lis a::before {
    font-size: 1.5rem;
    width: 45px;
    height: 30px;
  }
  .contact-section div.application .contact-category-lis a span,
  .campaign-2025-section div.application .contact-category-lis a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .contact-section div.application div.apply_message,
  .campaign-2025-section div.application div.apply_message {
    margin-bottom: 20px;
  }
  .contact-section div.application div.apply_message p,
  .campaign-2025-section div.application div.apply_message p {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .contact-section div.application div.apply_message p::before, .contact-section div.application div.apply_message p::after,
  .campaign-2025-section div.application div.apply_message p::before,
  .campaign-2025-section div.application div.apply_message p::after {
    width: 2px;
    top: 55%;
  }
  .contact-section div.application div.apply_message p .emphasis,
  .campaign-2025-section div.application div.apply_message p .emphasis {
    padding: 0 3px;
  }
  .contact-section div.application div.apply_message .message-caption,
  .campaign-2025-section div.application div.apply_message .message-caption {
    font-size: 1.5rem;
  }
  .contact-section div.application .contact-category-list,
  .campaign-2025-section div.application .contact-category-list {
    max-width: 400px;
  }
  .contact-section div.application .price-block p,
  .campaign-2025-section div.application .price-block p {
    font-size: 1.5rem;
  }
  .contact-section div.application .price-block .cta,
  .campaign-2025-section div.application .price-block .cta {
    font-weight: 700;
  }
  .contact-section div.application a[href^=tel],
  .campaign-2025-section div.application a[href^=tel] {
    max-width: 400px;
  }
  .contact-section div.application a[href^=tel] span,
  .campaign-2025-section div.application a[href^=tel] span {
    font-size: 2rem;
  }
  .contact-section {
    padding: 30px 0;
  }
  .junior-high-school-pack:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -15px;
    padding: 0 15px;
    z-index: -1;
    background: #fff;
  }
  .junior-high-school-pack > p {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .junior-high-school-pack .link-btn {
    width: 100%;
    height: 44px;
  }
  .junior-high-school-pack .link-btn a {
    border-radius: 22px;
    font-size: 1.7rem;
  }
  .campaign-2023-section,
  .campaign-2024-section,
  .campaign-2025-section {
    position: relative;
    margin-top: 40px;
    padding: 30px 0;
  }
  .campaign-2023-section:before,
  .campaign-2024-section:before,
  .campaign-2025-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -15px;
    padding: 0 15px;
    z-index: -1;
    background: #fff;
  }
  .campaign-2023-section .top-title,
  .campaign-2024-section .top-title,
  .campaign-2025-section .top-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .campaign-2023-section figure,
  .campaign-2024-section figure,
  .campaign-2025-section figure {
    margin: 0 0 20px;
  }
  .campaign-2023-section .price-course,
  .campaign-2024-section .price-course,
  .campaign-2025-section .price-course {
    margin: 0 0 20px;
  }
  .campaign-2023-section .price-course li,
  .campaign-2024-section .price-course li,
  .campaign-2025-section .price-course li {
    width: 100%;
  }
  .campaign-2023-section .price-course li:not(:last-child),
  .campaign-2024-section .price-course li:not(:last-child),
  .campaign-2025-section .price-course li:not(:last-child) {
    margin: 0 0 10px;
  }
  .campaign-2023-section .lp-btn,
  .campaign-2024-section .lp-btn,
  .campaign-2025-section .lp-btn {
    height: 60px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.25;
  }
  .campaign-2023-section .lp-btn:after,
  .campaign-2024-section .lp-btn:after,
  .campaign-2025-section .lp-btn:after {
    right: 10px;
  }
  /* base
  -------------------------------------------------------*/
  br.pcbr {
    display: none;
  }
  header > #header-contact-btn {
    display: none;
  }
  footer > dl dt span {
    font-size: 1.2rem;
  }
  div.container {
    letter-spacing: 0.05em !important;
  }
  .sp-block {
    display: block;
    margin-left: 0;
  }
  /* whole
  -------------------------------------------------------*/
  div.pageWrap::before {
    height: 5px;
  }
  div.container {
    width: 100%;
    padding: 125px 0 70px;
  }
  div.contents {
    width: 100%;
    padding: 0 15px;
  }
  div.contents h2 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.7;
  }
  div.contents h2 + p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  /* contact-btn
  -------------------------------------------------------*/
  #contact-btn {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9980;
    background: rgba(255, 255, 255, 0.9);
    padding: 13px 0 10px;
  }
  #contact-btn p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 7px;
    line-height: 1.3;
    text-align: center;
    padding: 0 10px;
  }
  #contact-btn p .color-chg {
    display: inline-block;
    padding: 0 3px;
    color: #0068B7;
  }
  #contact-btn p .color-chg > span {
    font-size: 2rem;
  }
  #contact-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
  }
  #contact-btn ul li {
    width: 32%;
  }
  #contact-btn ul li:not(:last-child) {
    margin-right: 2%;
  }
  #contact-btn > ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 0 0 35px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    border-radius: 5px;
  }
  #contact-btn > ul li:first-of-type a {
    position: relative;
    background: #009900;
    background: -webkit-linear-gradient(bottom, #05ad05 0%, #009900 100%);
    background: linear-gradient(to top, #05ad05 0%, #009900 100%);
  }
  #contact-btn > ul li:nth-of-type(2) a {
    position: relative;
    background: #db221e;
  }
  #contact-btn > ul li:nth-of-type(3) a {
    position: relative;
    background: #e69410;
  }
  #contact-btn > ul li a:link,
  #contact-btn > ul li a:visited {
    color: #fff;
  }
  #contact-btn > ul li a::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "無料";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 5px;
    width: 25px;
    height: 25px;
    background: #FFF;
    background-size: 25px 25px;
    border-radius: 50%;
  }
  #contact-btn > ul li:first-of-type a::before {
    color: #009900;
  }
  #contact-btn > ul li:nth-of-type(2) a::before {
    color: #db221e;
  }
  #contact-btn > ul li:nth-of-type(3) a::before {
    color: #e69410;
  }
  /* trigger
  -------------------------------------------------------*/
  .sp-faq {
    position: fixed;
    top: 10px;
    right: 55px;
    z-index: 10022;
    width: 45px;
    height: 45px;
    z-index: 9999;
  }
  .sp-faq a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid #0781C8;
    border-radius: 4px;
    background: #fff;
  }
  .sp-faq a span {
    position: relative;
    display: inline-block;
    padding: 25px 0 0;
    width: 100%;
    color: #0781C8;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .sp-faq a span:before {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    top: 0;
    left: 50%;
    width: 27px;
    height: 22px;
    background: url(../common/images/header/icn_faq.svg) center/contain no-repeat;
  }
  .trigger {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 10022;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .menu-trigger {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    padding: 12px;
    border: 2px solid #0781C8;
    border-radius: 4px;
    background: #fff;
  }
  .menu-trigger:not(.active)::after {
    content: "MENU";
    position: relative;
    top: 11px;
    left: -6px;
    color: #0781C8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  .menu-trigger span {
    position: absolute;
    margin: 0;
    width: 22px;
    height: 2px;
    left: 10px;
    background: #0781C8;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 6px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 19px;
  }
  .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    padding: 10px;
  }
  .menu-trigger.active span {
    width: 27px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    top: 10px;
    left: 8px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
    top: 18px;
    left: 8px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  /* page top
  -------------------------------------------------------*/
  div.pagetop {
    bottom: 58px;
    right: 12px;
  }
  div.pagetop a {
    border: 1px solid #fff;
  }
  div.pagetop > a::after {
    top: 17px;
  }
  /* drawer
  -------------------------------------------------------*/
  .drawer-nav {
    width: 80%;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 10020;
  }
  .drawer-nav::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0781c8;
    opacity: 1;
    z-index: 100;
  }
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10002;
  }
  .drawer--right .drawer-nav {
    right: -80%;
  }
  .drawer-wrap {
    position: relative;
    margin: 0;
    /*padding:60px 0 20px;*/
    padding: 65px 0 50px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-menu {
    position: relative;
    overflow-y: auto;
    width: 100%;
    border-top: 1px #0781c8 solid;
    z-index: 10;
  }
  .drawer-menu ul:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .drawer-menu ul:nth-of-type(1) li {
    position: relative;
    border-bottom: 1px #0781c8 solid;
  }
  .drawer-menu > ul:nth-of-type(1) > li:first-child {
    position: relative;
    margin-top: 10px;
  }
  .drawer-menu > ul:nth-of-type(1) > li:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0781C8;
    z-index: 10;
  }
  .drawer-menu > ul:nth-of-type(1) > li:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../common/images/note_line.jpg) center/contain repeat-x;
  }
  .drawer-menu > ul:nth-of-type(1) > li:first-child a {
    padding: 20px 25px 15px;
  }
  .drawer-menu > ul:nth-of-type(1) > li:last-child {
    position: relative;
    margin-bottom: 10px;
  }
  .drawer-menu > ul:nth-of-type(1) > li:last-child:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0781C8;
    z-index: 10;
  }
  .drawer-menu > ul:nth-of-type(1) > li:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../common/images/note_line.jpg) center/contain repeat-x;
  }
  .drawer-menu > ul:nth-of-type(1) > li:last-child a {
    padding: 20px 25px 15px;
  }
  .drawer-menu ul:nth-of-type(1) li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #303030;
    font-size: 1.6rem;
  }
  .drawer-menu ul:nth-of-type(1) li a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 29px;
    width: 8px;
    height: 8px;
    border-top: 2px #2B2B2B solid;
    border-right: 2px #2B2B2B solid;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-top: -1px;
  }
  .drawer-menu ul:nth-of-type(1) li {
    font-weight: bold;
  }
  .drawer-menu > ul:nth-of-type(1) > li:nth-child(2) > a:before,
  .drawer-menu > ul:nth-of-type(1) > li:nth-child(6) > a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    border: none;
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
    background: #000;
  }
  .drawer-menu > ul:nth-of-type(1) > li:nth-child(2) > a:after,
  .drawer-menu > ul:nth-of-type(1) > li:nth-child(6) > a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 26px;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    border: none;
    background: #000;
  }
  .drawer-menu > ul:nth-of-type(1) > li:nth-child(2) > a.open:after,
  .drawer-menu > ul:nth-of-type(1) > li:nth-child(6) > a.open:after {
    display: none;
  }
  .drawer-menu ul:nth-of-type(1) li ul.child {
    display: none;
    margin: 0;
  }
  .drawer-menu ul:nth-of-type(1) li ul.child li {
    border-bottom: none;
  }
  .drawer-menu ul:nth-of-type(1) li ul.child li a {
    padding: 15px 35px;
    background: #CBEDFF;
  }
  .drawer-menu ul:nth-of-type(1) li ul.child li a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 45px;
    width: 8px;
    height: 8px;
    border-top: 2px #0781C8 solid;
    border-right: 2px #0781C8 solid;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin-top: -1px;
  }
  .drawer-menu ul:nth-of-type(2) li {
    position: relative;
  }
  .drawer-menu ul:nth-of-type(2) li a {
    position: relative;
    display: block;
    padding: 13px 25px 11px;
    color: #303030;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
  }
  /* footer
  -------------------------------------------------------*/
  footer {
    display: block;
    width: 100%;
    padding: 33px 0 0;
  }
  footer::before {
    margin: 0;
    padding: 0;
  }
  footer::after {
    width: 99px;
    height: 225px;
    bottom: 0;
    right: 40px;
    background: url(../common/images/foot_image_sp.png) no-repeat;
    z-index: 999;
  }
  footer > nav.foot-nav {
    display: none;
  }
  footer > dl {
    margin: 0 0 20px 20px;
  }
  footer > dl > dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  footer > dl > dt > svg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  footer > dl > dt > img {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    max-width: 100%;
    height: auto;
    margin-bottom: 2px;
  }
  footer > dl > dd {
    padding-top: 10px;
  }
  footer > dl > dd a {
    pointer-events: auto;
  }
  /* header
  -------------------------------------------------------*/
  div.head_inner {
    position: relative;
    /*-ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;*/
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    /*padding: 30px 0 44px 0;*/
    padding: 20px 0 13px 0;
  }
  div.head_inner h1 br:not(.spbr),
  div.head_inner p br:not(.spbr),
  div.head_inner .right-wrap {
    display: none;
  }
  div.head_inner h1 {
    position: relative;
    width: 145px;
    width: 125px;
    margin: 0 0 5px 12px;
    z-index: 10;
  }
  div.head_inner h1 span {
    width: 125px;
    font-size: 1.1rem;
  }
  div.head_inner p {
    position: relative;
    width: 125px;
    margin: 0 0 0 5px;
    z-index: 10;
  }
  div.head_inner p span {
    font-size: 1.1rem;
    width: 125px;
  }
  .form-btn-list li {
    width: 100%;
    height: 45px;
  }
  .form-btn-list li:not(:last-child) {
    margin: 0 0 10px;
  }
  .form-btn-list li a {
    border-radius: 5px;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  /*-------------------------------------------------------*/
  /* base
  -------------------------------------------------------*/
  .spbr {
    display: none;
  }
  /* main_v
  -------------------------------------------------------*/
  div.main_v figure {
    height: 0;
    padding: 17.5%;
    background: url(../images/top_main_pc.jpg) no-repeat;
    background-size: contain;
  }
  div.main_v figure img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.main_v {
    position: relative;
    background: #f8f8f8;
  }
}
@media screen and (min-width: 321px) {
  br.minbr {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /*-------------------------------------------------------*/
  /* base
  -------------------------------------------------------*/
  br.minbr {
    display: block;
  }
  div.contents h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  div.contents h2 {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
  nav.global-menu-wrap > ul > li > a {
    font-size: 1rem;
  }
  /* footer
  -------------------------------------------------------*/
  footer::after {
    bottom: 0;
    right: 8px;
  }
  footer > dl {
    margin: 0 0 20px 10px;
  }
  footer > #contact-btn ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contact-btn ul li:first-of-type a:before, #contact-btn ul li:nth-child(2) a:before, #contact-btn ul li:nth-child(3) a:before {
    display: none;
  }
  #contact-btn ul li:nth-child(3) a {
    padding: 0;
  }
  #contact-btn ul li a {
    font-size: 11px;
    padding: 0;
  }
  #contact-btn ul li a:before {
    display: none;
  }
  /* header
  -------------------------------------------------------*/
  div.head_inner > h1 {
    width: 159px;
    margin: 0 0 5px 8px;
  }
  div.head_inner > h1 span {
    margin-bottom: 0;
    width: 159px;
  }
  div.head_inner > p {
    margin: 0 0 0 8px;
    width: 159px;
  }
  div.head_inner > p span {
    margin-bottom: 0;
    width: 159px;
  }
  div.head_inner > h1 span br.spbr,
  div.head_inner > p br.spbr {
    display: none;
  }
}
/* *****************************************************
 *	base
 *	main_v
 *	school-section
 *	contact-section
 *	school-detail-section
 *	article
 *	media queries
 * *****************************************************/
/* *****************************************************
 *	base
 * *****************************************************/
header .school-logo {
  margin: 0 10px 0 0;
  padding: 0;
  width: 170px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.25;
}
header .school-logo span {
  width: 170px;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bolder;
  text-align: center;
}

.swiper-button-next {
  left: auto;
  margin: -50px 0 0;
  right: 25px;
  width: 30px;
  height: 56px;
  background: none;
}
.swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../common/slick/control_next.png) left top no-repeat;
  background-size: 100%;
}

.swiper-button-prev {
  left: 25px;
  margin: -50px 0 0;
  width: 30px;
  height: 56px;
  background: none;
}
.swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../common/slick/control_prev.png) left top no-repeat;
  background-size: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  background: #626262;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
}

.swiper-scrollbar-drag {
  background: #626262;
}

div.contents h1 {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
}
div.contents h2 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.1em;
  line-height: 60px;
  color: #fff;
  text-align: left;
  padding-left: 30px;
  background: #1083c6;
}

nav.global-menu-wrap:before {
  background: #00AF18;
}
nav.global-menu-wrap > ul > li:nth-child(2) > a {
  background: -moz-linear-gradient(top, #75c200 0%, #00af18 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #75c200 0%, #00af18 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #75c200 0%, #00af18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* *****************************************************
 *	main_v_class
 * *****************************************************/
div.breadcrumbs {
  margin-bottom: 0 !important;
}

div.main_v_class {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
div.main_v_class:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #bedff2;
}
div.main_v_class .top-state-text {
  margin-bottom: 25px;
  background: #0068b7;
  color: #fff;
}
div.main_v_class .top-state-text h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
div.main_v_class .top-state-text h1 span {
  display: block;
  padding-top: 5px;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 700;
}
div.main_v_class > p {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.top-state-slider .swiper-slide {
  position: relative;
}
.top-state-slider .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5px;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 700;
}
.top-state-slider figure {
  position: relative;
  width: 100%;
  aspect-ratio: 750/500;
}
.top-state-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.top-state-slider figure figcaption {
  display: block;
  padding-top: 8px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}

.top-state-thumbnail {
  width: 100%;
  overflow: hidden;
}
.top-state-thumbnail .swiper-slide {
  position: relative;
  cursor: pointer;
}
.top-state-thumbnail figure {
  position: relative;
  width: 100%;
  aspect-ratio: 750/500;
}
.top-state-thumbnail figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.top-state-thumbnail .swiper-scrollbar {
  bottom: -15px;
  height: 5px;
}
.top-state-thumbnail .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0068b7;
}

/* *****************************************************
 *	school-section
 * *****************************************************/
div.school-section {
  padding: 0 40px;
}
div.school-section h2 {
  margin-bottom: 20px;
  padding: 0;
  background: none;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
}
div.school-section ul.school-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
div.school-section ul.school-link-list li {
  width: 49%;
  height: 70px;
  margin: 0 0 20px;
}
div.school-section ul.school-link-list li:not(:nth-child(2n)) {
  margin-right: 2%;
}
div.school-section ul.school-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #1083c6;
  color: #1083c6;
  font-size: 2.1rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 700;
}
div.school-section ul.school-link-list li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #1083c6;
}
div.school-section .school-list-wrap:not(:last-child) {
  margin: 0 0 60px;
}
div.school-section .school-list-wrap h3 {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
  background: #1083c6;
  color: #fff;
}
div.school-section ul.school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.school-section ul.school-list li {
  position: relative;
  width: 49%;
  margin: 0 2% 2% 0;
  background: #fff;
  color: #363838;
  line-height: 1.5;
  padding: 30px 30px 85px;
  border: 2px solid #1083c6;
}
div.school-section ul.school-list li:nth-child(2n) {
  margin-right: 0;
}
div.school-section ul.school-list li > a.school-name {
  display: block;
  margin-bottom: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.45;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #363838;
  letter-spacing: 0;
}
div.school-section ul.school-list li > div.gmap {
  margin-bottom: 10px;
  height: 230px;
}
div.school-section ul.school-list li > p.gmap-link {
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-align: right;
}
div.school-section ul.school-list li > p.gmap-link a {
  color: #303030;
}
div.school-section ul.school-list li > p.gmap-link a:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-top: 2px #303030 solid;
  border-right: 2px #303030 solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
div.school-section ul.school-list li div.about {
  margin-bottom: 20px;
  padding: 15px 10px;
  border-top: 1px dashed #1083c6;
  border-bottom: 1px dashed #1083c6;
  /*border-top: 1px solid #1083c6;
  border-bottom: 1px solid #1083c6;*/
}
div.school-section ul.school-list li div.about p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
div.school-section ul.school-list li div.about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.8;
}
div.school-section ul.school-list li div.about dl dt {
  font-weight: bold;
  color: #00629b;
}
div.school-section ul.school-list li div.about dl dt:after {
  content: "：";
}
div.school-section ul.school-list li div.about dl dd {
  flex: 1;
  -webkit-flex: 1;
}
div.school-section ul.school-list li > a.btn-detail {
  position: absolute;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #1083c6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  bottom: 30px;
  top: auto;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
}
div.school-section ul.school-list li > a.btn-detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* *****************************************************
 *	school-detail-section
 * *****************************************************/
div.school-detail-section {
  margin: 0 0 35px;
  padding: 0 40px;
}
div.school-detail-section div.school-detail-wrap {
  position: relative;
  padding: 20px 20px 50px;
  background: #fff;
  border: 2px solid #1083c6;
  text-align: left;
  letter-spacing: 0.2em;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail {
  margin: 0 0 50px 0;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > a {
  pointer-events: none;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #363838;
  line-height: 1.7;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item:not(:last-of-type) {
  margin: 0 0 35px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .swiper-container {
  margin: 10px 0 0;
  padding: 0 0 20px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .swiper-container .swiper-slide {
  position: relative;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .swiper-container .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 5px;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 700;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .swiper-container figure {
  position: relative;
  width: 100%;
  background: #000;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .swiper-container figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .swiper-container figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item:first-of-type {
  margin: 25px 0 35px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item h3 {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00629b;
  line-height: 1.5;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 1px;
  background: #00629b;
  z-index: 100;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item p {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #383838;
  line-height: 1.625;
  transition: 0.3s ease;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item p span {
  font-weight: 700;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item.accordion p::before,
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item.accordion dl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 50%);
  transition: 0.3s ease;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item.accordion.active p::before,
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item.accordion.active dl::before {
  opacity: 0;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item.accordion.active .toggle-text {
  margin-top: 20px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl {
  position: relative;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl:not(:last-child) {
  margin: 0 0 20px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl > dt {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.625;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl > dt:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  background: #666;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl > dd {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #383838;
  line-height: 1.625;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl > dd span {
  font-weight: 700;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item .gmap-button {
  text-align: right;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul {
  margin-top: 25px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li:nth-child(2) {
  width: 620px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li:not(:last-child) {
  margin-bottom: 35px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: #383838;
  line-height: 1.625;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.85;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > dl > dt {
  margin-right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > dl > dd {
  flex: 1;
  -webkit-flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > ul li {
  width: 250px;
  line-height: 0;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > ul li:nth-child(3n-1) {
  margin-left: 72px;
  margin-right: 72px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > ul > li > ul li img {
  width: 100%;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap {
  margin-top: 60px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap h3 {
  width: 100%;
  margin-bottom: 15px;
  color: #0781c8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: bold;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap ul {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap ul li {
  width: 49%;
  padding: 15px;
  border: 2px solid #0781c8;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap ul li figure {
  float: right;
  width: 140px;
  margin: 0 0 10px 10px;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap ul li dl dt {
  margin-bottom: 7px;
  color: #0781c8;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
div.school-detail-section div.school-detail-wrap .information div.school-detail > div.teacher_wrap ul li dl dd {
  margin-bottom: 11px;
  line-height: 1.6;
  font-size: 1.4rem;
}
div.school-detail-section div.school-detail-wrap .information > figure {
  position: absolute;
  width: 250px;
  height: auto;
  top: 100px;
  right: 20px;
}
div.school-detail-section div.school-detail-wrap .information > figure.side {
  position: absolute;
  width: auto;
  height: 200px;
  top: 100px;
  right: 20px;
}
div.school-detail-section div.school-detail-wrap .information > figure.side img {
  width: auto;
  height: 100%;
}
div.school-detail-section div.school-detail-wrap .information > figure img {
  width: 100%;
}
div.school-detail-section div.school-detail-wrap .information .gmap {
  margin: 10px 0;
  height: 340px;
}
div.school-detail-section div.school-detail-wrap .information .gmap-button {
  font-size: 1.4rem;
  text-align: right;
}
div.school-detail-section div.school-detail-wrap .information .gmap-button a {
  color: #303030;
}
div.school-detail-section div.school-detail-wrap .information .gmap-button a:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-top: 2px #303030 solid;
  border-right: 2px #303030 solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
div.school-detail-section div.school-detail-wrap div.slide-area {
  margin-bottom: 40px;
  width: 100%;
}
div.school-detail-section div.school-detail-wrap div.slide-area .swiper-container {
  padding: 0 0 25px;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap {
  margin-bottom: 65px;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev,
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next {
  width: 30px;
  height: 56px;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev {
  left: 25px;
  z-index: 50;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next {
  right: 25px;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev:before,
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 56px;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev:before {
  background: url(../../common/slick/control_prev.png) left top no-repeat;
  background-size: 100%;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next:before {
  background: url(../../common/slick/control_next.png) left top no-repeat;
  background-size: 100%;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-dots {
  bottom: -30px;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-dots li {
  margin: 0;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slider li img {
  width: 100%;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slider li a {
  display: block;
  line-height: 0;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap li img {
  width: 100%;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap li a {
  display: block;
  line-height: 0;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap li img {
  width: 100%;
}
div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap li a {
  display: block;
  line-height: 0;
}

/* *****************************************************
 *	article
 * *****************************************************/
div.article {
  position: relative;
  width: 100%;
}
div.article .article-contents .article-wrap:not(:last-child) {
  margin-bottom: 70px;
}
div.article .article-contents .article-wrap h3 {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00629b;
  line-height: 1.5;
}
div.article .article-contents .article-wrap h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 1px;
  background: #00629b;
  z-index: 100;
}
div.article .article-contents .article-wrap ul {
  margin-bottom: 20px;
  padding: 0 30px;
}
div.article .article-contents .article-wrap ul li {
  position: relative;
  padding: 5px 0 15px 85px;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1;
}
div.article .article-contents .article-wrap ul li span.new {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ff0000;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
}
div.article .article-contents .article-wrap ul li > a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  color: #000;
  line-height: 1.4;
}
div.article .article-contents .article-wrap ul li > a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.article .article-contents .article-wrap ul li > a dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100px;
  margin-right: 35px;
  color: #72716e;
}
div.article .article-contents .article-wrap ul li > a dl dd {
  flex: 1;
  -webkit-flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
div.article .article-contents .article-wrap .article-link {
  position: relative;
  text-align: right;
}
div.article .article-contents .article-wrap .article-link a {
  display: inline-block;
  color: #00629b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

div.button-section {
  margin: 0 0 65px;
}
div.button-section > a {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #1083c6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
div.button-section > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.beginner-section {
  margin-bottom: 65px;
  padding: 0 40px;
}
div.beginner-section h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: none;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
}
div.beginner-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5%;
}
div.beginner-section ul li {
  position: relative;
  width: 290px;
  background: #fff;
  padding: 20px 15px 45px;
}
div.beginner-section ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 8%;
  background: url(../images/bottom_shadow.png) no-repeat;
  background-size: cover;
  left: 0;
  bottom: -7%;
  z-index: -1;
}
div.beginner-section ul li dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}
div.beginner-section ul li dl dd {
  margin-bottom: 10px;
}
div.beginner-section ul li dl dd figure {
  line-height: 0;
  margin-bottom: 10px;
}
div.beginner-section ul li dl dd figure img {
  width: 100%;
}
div.beginner-section ul li dl dd p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
div.beginner-section ul li a {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 260px;
  padding: 7px 0;
  background: #0068b7;
  color: #fff;
  font-size: 1.6rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
div.beginner-section ul li a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 1px;
}
div.beginner-section a.seminar {
  position: relative;
  display: block;
  width: 715px;
  margin: 0 auto 8%;
  padding: 15px 0;
  background: #0068b7;
  border: 1px solid #0068b7;
  color: #fff;
  font-size: 1.8rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
div.beginner-section a.seminar span {
  position: relative;
}
div.beginner-section a.seminar:before {
  display: none;
}
div.beginner-section a.seminar:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50% !important;
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}

div.course-section {
  margin-bottom: 65px;
  padding: 0 40px;
}
div.course-section h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: none;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
}
div.course-section h2 {
  margin-bottom: 5px;
}
div.course-section h2 + p {
  margin-bottom: 20px;
  line-height: 1.5;
}
div.course-section div.course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.course-section div.course-list ul:first-child {
  width: 675px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.course-section div.course-list ul:first-child li {
  width: 210px;
}
div.course-section div.course-list ul:first-child li a {
  position: relative;
}
div.course-section div.course-list ul:first-child li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 8%;
  background: url(../images/bottom_shadow.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: -5.8%;
  z-index: -1;
}
div.course-section div.course-list ul:last-child {
  width: 210px;
}
div.course-section div.course-list ul:last-child li:first-child {
  margin-bottom: 25px;
}
div.course-section div.course-list ul:last-child li a {
  position: relative;
  height: 130px;
  padding: 25px 15px 20px;
}
div.course-section div.course-list ul:last-child li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 9%;
  background: url(../images/bottom_shadow.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: -14%;
  z-index: -1;
}
div.course-section div.course-list ul:last-child li a dl {
  margin-bottom: 0;
}
div.course-section div.course-list ul li a {
  display: block;
  height: 285px;
  background: #fff;
  padding: 18px 15px 13px;
}
div.course-section div.course-list ul li a figure {
  line-height: 0;
}
div.course-section div.course-list ul li a figure img {
  width: 100%;
}
div.course-section div.course-list ul li dl {
  margin-bottom: 15px;
}
div.course-section div.course-list ul li dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
div.course-section div.course-list ul li dl dd {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0;
}

div.kyouikusoudan-section {
  position: relative;
  padding: 40px 0 55px;
}
div.kyouikusoudan-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #ebf4f9;
}
div.kyouikusoudan-section h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: none;
  color: #0068b7;
  text-align: center;
  line-height: 1.9;
}
div.kyouikusoudan-section h2 + p {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #000;
}
div.kyouikusoudan-section .more-btn-list {
  width: 470px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.kyouikusoudan-section .more-btn-list li {
  width: 220px;
}
div.kyouikusoudan-section .more-btn-list li a {
  position: relative;
  padding: 6px 0;
  display: block;
  font-size: 1.6rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  background: #0068b7;
  letter-spacing: 0.1em;
}
div.kyouikusoudan-section .more-btn-list li a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.kyouikusoudan-section > a {
  display: block;
  width: 470px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 3rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  background: #0068b7;
  letter-spacing: 0.1em;
}
div.kyouikusoudan-section > a span {
  position: relative;
  padding-left: 70px;
}
div.kyouikusoudan-section > a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 59px;
  height: 44px;
  background: url(../images/icn_kyouikusoudan.svg) no-repeat;
}

div.campaign-2023-section {
  margin: 65px 0;
}
div.campaign-2023-section h2 {
  margin-bottom: 15px;
  color: #0068b7;
  background: none;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
}

div.no-section {
  margin-top: 65px;
}
div.no-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
div.no-section ul li {
  position: relative;
  padding-top: 68px;
  margin: 0 15px;
  font-size: 1.6rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.4;
}
div.no-section ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 58px;
  height: 58px;
  background: url(../images/icn_no.svg) no-repeat;
}

.toggle-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 44px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #383838;
  border-radius: 25px;
  color: #383838;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.toggle-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #383838;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.toggle-text::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.toggle-text.active::after {
  content: "ー";
}

/* *****************************************************
 *	media queries
 * *****************************************************/
@media screen and (min-width: 769px) {
  /* *****************************************************
   *	main_v_class
   * *****************************************************/
  div.main_v_class {
    margin-bottom: 40px;
    padding: 30px 420px 40px 0;
  }
  div.main_v_class .top-state-text {
    position: relative;
    padding: 20px 10px 20px 0;
  }
  div.main_v_class .top-state-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500% 0 0;
    z-index: -1;
    background: #0068b7;
  }
  div.main_v_class .top-state-slider {
    position: absolute;
    top: 30px;
    right: 0;
    width: 390px;
    overflow: hidden;
  }
  div.main_v_class .swiper-container {
    overflow: visible;
  }
  /* school-section
  -------------------------------------------------------*/
  div.school-section ul.school-link-list li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    -moz-opacity: 1;
    opacity: 1;
  }
  div.school-section ul.school-link-list li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  div.school-section ul.school li > a.school-name {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    -moz-opacity: 1;
    opacity: 1;
  }
  div.school-section ul.school li > a.school-name:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  div.school-section ul.school li > a.btn-detail {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    -moz-opacity: 1;
    opacity: 1;
  }
  div.school-section ul.school li > a.btn-detail:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  /* *****************************************************
   *	contact-section
   * *****************************************************/
  div.contact-section {
    margin-bottom: 40px;
    background: #EBF4F9;
  }
  div.contact-section .application .contact-category-list {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 860px;
    gap: 10px 20px;
    margin-bottom: 30px;
  }
  div.contact-section .application .contact-category-list li {
    position: relative;
    width: calc(50% - 10px);
  }
  div.contact-section .application .contact-category-list li a span {
    font-size: 1.6rem;
  }
  div.contact-section .application .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    transform: translateY(-50%);
  }
  div.contact-section .application .price-block::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  div.contact-section .application .price-block p {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  div.contact-section .application .price-block a.cta {
    padding: 8px;
    background: #E69410;
    border-radius: 5px;
    color: #fff;
  }
  div.contact-section .application .price-block a.cta::before {
    display: none;
  }
  /* article
  -------------------------------------------------------*/
  div.article .article-contents .article-wrap ul li > a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -moz-opacity: 1;
    opacity: 1;
  }
  div.article .article-contents .article-wrap ul li > a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  div.article .article-contents .article-wrap .article-link {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  header .school-logo {
    position: relative;
    width: 145px;
    width: 125px;
    margin: 0 0 5px 12px;
    z-index: 10;
  }
  header .school-logo span {
    font-size: 1.1rem;
    width: 125px;
  }
  .swiper-button-prev {
    margin: -25px 0 0;
    left: 15px;
    width: 15px;
    height: 28px;
  }
  .swiper-button-next {
    margin: -25px 0 0;
    right: 15px;
    width: 15px;
    height: 28px;
  }
  /* base
  -------------------------------------------------------*/
  div.contents h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.7;
  }
  div.contents h2 {
    margin: 0 0 8px;
    padding-left: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }
  /* main_v_class
  -------------------------------------------------------*/
  div.main_v_class {
    padding: 0 10px 30px;
  }
  div.main_v_class .top-state-text {
    position: relative;
    margin: 0 -10px 5px;
    padding: 15px;
  }
  div.main_v_class .top-state-text h1 {
    font-size: 1.4rem;
  }
  div.main_v_class .top-state-text h1 span {
    font-size: 2rem;
  }
  div.main_v_class > p {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  div.main_v_class .top-state-slider {
    margin: 0 auto 20px;
    overflow: hidden;
  }
  div.main_v_class .top-state-slider figure figcaption {
    font-size: 1.4rem;
  }
  div.main_v_class .swiper-container {
    overflow: visible;
  }
  /* school-section
  -------------------------------------------------------*/
  div.school-section {
    padding: 0;
  }
  div.school-section h2 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 2rem;
    line-height: 1.7;
  }
  div.school-section ul.school-link-list li {
    width: 100%;
    height: 50px;
  }
  div.school-section ul.school-link-list li:not(:nth-child(2n)) {
    margin: 0;
  }
  div.school-section ul.school-link-list li:not(:last-child) {
    margin: 0 0 10px;
  }
  div.school-section ul.school-link-list li a {
    border: 1px solid #1083c6;
    font-size: 1.8rem;
  }
  div.school-section ul.school-link-list li a:after {
    right: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1083c6;
  }
  div.school-section .school-list-wrap h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.7;
  }
  div.school-section ul.school-list {
    border: none;
  }
  div.school-section ul.school-list li {
    width: 100%;
    margin: 0 0 4% 0;
    padding: 25px 20px 20px;
    border: 1px solid #1083c6;
  }
  div.school-section ul.school-list li:nth-last-of-type(-n+2) {
    margin-bottom: 20px;
  }
  div.school-section ul.school-list li:nth-child(3) {
    margin: 0 0 4% 0;
  }
  div.school-section ul.school-list li:last-child {
    margin-bottom: 0;
  }
  div.school-section ul.school-list li > a.school-name {
    margin-bottom: 18px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
  }
  div.school-section ul.school-list li > div.gmap {
    height: 200px;
  }
  div.school-section ul.school-list li > div.about p,
  div.school-section ul.school-list li > div.about dl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-section ul.school-list li > p.gmap-link {
    margin-bottom: 18px;
  }
  div.school-section ul.school-list li > p.gmap-link a {
    width: 100%;
    display: block;
    padding: 8px 0;
    text-align: center;
    background: #303030;
    color: #fff;
  }
  div.school-section ul.school-list li > p.gmap-link a:before {
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
  }
  div.school-section ul.school-list li > a.btn-detail {
    position: static;
    padding: 10px 0;
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* *****************************************************
   *	contact-section
   * *****************************************************/
  div.contact-section {
    position: relative;
    margin-bottom: 40px;
    background: none;
  }
  div.contact-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    background: #EBF4F9;
    z-index: -1;
  }
  div.contact-section .application {
    margin-bottom: 0;
    padding: 15px;
    background: #fff;
  }
  div.contact-section .application .contact-category-list {
    position: relative;
    padding-bottom: 60px;
  }
  div.contact-section .application .price-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
  }
  /* school-detail-section
  -------------------------------------------------------*/
  div.school-detail-section {
    padding: 0;
  }
  div.school-detail-section div.school-detail-wrap {
    border: 1px solid #1083c6;
    padding: 15px 13px 30px;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail {
    width: 100%;
    flex: auto;
    flex: auto;
    margin: 0 0 40px 0;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > a {
    pointer-events: auto;
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px 8px 8px 6px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    background: #40a4de;
    color: #fff;
    font-weight: bold;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li:nth-child(2) {
    width: 100%;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > dl > dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > dl > dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > ul li:nth-child(3n-1) {
    margin: 0;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > ul li:nth-child(2n) {
    margin-right: 0;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > ul > li > ul li:last-child {
    margin-bottom: 0;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > div.teacher_wrap ul {
    margin-bottom: 20px;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > div.teacher_wrap ul li {
    width: 100%;
  }
  div.school-detail-section div.school-detail-wrap div.school-detail > div.teacher_wrap ul li:first-child {
    margin-bottom: 10px;
  }
  div.school-detail-section div.school-detail-wrap .information > figure {
    margin: 0 auto 15px;
    width: 80%;
    position: static;
    top: 0;
  }
  div.school-detail-section div.school-detail-wrap .information > figure img {
    width: 100%;
    height: auto;
  }
  div.school-detail-section div.school-detail-wrap .information > figure.side {
    margin: 0 auto 15px;
    width: 100%;
    height: auto;
    position: static;
    top: 0;
  }
  div.school-detail-section div.school-detail-wrap .information > figure.side img {
    width: 100%;
    height: auto;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail {
    margin: 0 0 35px;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail > a {
    pointer-events: auto;
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px 8px 8px 6px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    background: #40a4de;
    color: #fff;
    font-weight: bold;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl {
    margin: 15px 0 0;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl:not(:last-child) {
    margin: 15px 0 0;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .detail-item > dl > dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .gmap-button a {
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
    background: #303030;
    color: #fff;
  }
  div.school-detail-section div.school-detail-wrap .information div.school-detail .gmap-button a:before {
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
  }
  div.school-detail-section div.school-detail-wrap > figure {
    margin: 0 auto 15px;
    width: 80%;
    position: static;
    top: 0;
    right: 0;
  }
  div.school-detail-section div.school-detail-wrap > figure.side {
    margin: 0 auto 15px;
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    right: 0;
  }
  div.school-detail-section div.school-detail-wrap > figure.side img {
    width: 100%;
    height: auto;
  }
  div.school-detail-section div.school-detail-wrap div.g-map-wrap {
    margin-bottom: 35px;
  }
  div.school-detail-section div.school-detail-wrap div.g-map-wrap p a {
    width: 100%;
    display: block;
    padding: 12px 0;
    text-align: center;
    background: #303030;
    color: #fff;
  }
  div.school-detail-section div.school-detail-wrap div.g-map-wrap p a:before {
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area {
    margin: 0 0 35px;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area h3 {
    margin: 0 0 8px;
    padding-left: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap {
    margin: 0 0 55px;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev,
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next {
    width: 15px;
    height: 28px;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev {
    left: 15px;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next {
    right: 15px;
  }
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-prev:before,
  div.school-detail-section div.school-detail-wrap div.slide-area .slider-wrap .slick-next:before {
    content: "";
    display: block;
    width: 15px;
    height: 28px;
  }
  div.school-detail-section > ul > li figure {
    width: 120px;
  }
  /* article
  -------------------------------------------------------*/
  div.article .article-contents .article-wrap:not(:last-child) {
    margin-bottom: 50px;
  }
  div.article .article-contents .article-wrap h3 {
    font-size: 1.5rem;
  }
  div.article .article-contents .article-wrap ul {
    margin-bottom: 15px;
    padding: 0;
  }
  div.article .article-contents .article-wrap ul li {
    padding: 0 10px 10px 10px;
  }
  div.article .article-contents .article-wrap ul li > a dl dt {
    margin-bottom: 8px;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  div.article .article-contents .article-wrap ul li > a dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  div.article .article-contents .article-wrap ul li span.new {
    top: 18px;
    left: 113px;
  }
  div.article .article-contents .article-wrap .article-link a {
    font-size: 1.2rem;
  }
  div.article > a {
    width: 110px;
    position: relative;
    margin: 0 0 0 auto;
    padding: 8px 15px 8px 10px;
    top: 0;
    right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #1083c6;
  }
  div.article > a:after {
    top: 10px;
  }
  div.beginner-section {
    padding: 0;
  }
  div.beginner-section ul {
    margin-bottom: 0;
  }
  div.beginner-section ul li {
    width: 100%;
    margin-bottom: 5%;
    padding: 20px 15px 15px;
  }
  div.beginner-section ul li:before {
    bottom: -6%;
  }
  div.beginner-section ul li dl dt {
    font-size: 1.8rem;
  }
  div.beginner-section ul li dl dd figure img {
    width: 100%;
  }
  div.beginner-section ul li a {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  div.beginner-section a.seminar {
    position: relative;
    margin-bottom: 15%;
    padding: 10px 10px 10px 18px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0;
  }
  div.beginner-section a.seminar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 8px;
    height: 15px;
    margin-top: 1px;
    background: url(../strength/images/arrow.svg) no-repeat;
    background-size: 8px 15px;
  }
  div.beginner-section a.seminar span:after {
    display: none;
  }
  div.course-section {
    margin-bottom: 30px;
    padding: 0;
  }
  div.course-section div.course-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.course-section div.course-list ul:first-child {
    margin-right: 0;
    width: 100%;
  }
  div.course-section div.course-list ul:first-child li {
    width: 100%;
    margin-bottom: 10%;
  }
  div.course-section div.course-list ul:first-child li a {
    height: auto;
  }
  div.course-section div.course-list ul:first-child li a:after {
    bottom: -7%;
  }
  div.course-section div.course-list ul:last-child {
    width: 100%;
  }
  div.course-section div.course-list ul:last-child li:first-child {
    margin-bottom: 10%;
  }
  div.course-section div.course-list ul:last-child li a {
    height: auto;
    margin-bottom: 10%;
  }
  div.course-section div.course-list ul:last-child li a:after {
    bottom: -23%;
  }
  div.course-section div.course-list ul li dl dt {
    font-size: 1.8rem;
  }
  div.course-section div.course-list ul li a figure {
    width: 60%;
    margin: 0 auto 10px;
  }
  div.course-section div.course-list ul li a figure img {
    width: 100%;
  }
  div.kyouikusoudan-section {
    margin-bottom: 50px;
    padding: 25px 0;
  }
  div.kyouikusoudan-section:before {
    margin: 0 -15px;
    padding: 0 15px;
  }
  div.kyouikusoudan-section h2 + p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  div.kyouikusoudan-section .more-btn-list {
    margin-bottom: 10px;
    width: 100%;
  }
  div.kyouikusoudan-section .more-btn-list li {
    width: 100%;
  }
  div.kyouikusoudan-section .more-btn-list li:first-child {
    margin-bottom: 10px;
  }
  div.kyouikusoudan-section .more-btn-list li a {
    padding: 10px 0;
  }
  div.kyouikusoudan-section .more-btn-list li a:after {
    margin-top: 4px;
  }
  div.kyouikusoudan-section > a {
    width: 100%;
    font-size: 2rem;
  }
  div.kyouikusoudan-section > a span {
    padding-left: 60px;
  }
  div.kyouikusoudan-section > a span:before {
    width: 45px;
    height: 34px;
    background-size: 45px 34px;
  }
  div.no-section {
    margin-top: 40px;
  }
  .toggle-text {
    width: 250px;
    height: 40px;
    border: 2px solid #383838;
    font-size: 1.6rem;
  }
  .toggle-text::before {
    width: 28px;
    height: 28px;
  }
  .toggle-text::after {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  /* main_v_class
  -------------------------------------------------------*/
  div.main_v figure {
    height: 0;
    padding: 12.5%;
    background: url(../school/images/main_pc.jpg) no-repeat;
    background-size: contain;
  }
  /* school-section
  -------------------------------------------------------*/
  div.school-section ul.school-list li {
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 25px 20px 60px;
  }
  div.school-section ul.school-list li:nth-child(3) {
    margin: 0 2% 2% 0;
  }
  div.school-section ul.school-list li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  div.school-section ul.school-list li > a.school-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
  div.school-section ul.school-list li > div.about dl dt {
    width: 100%;
  }
  div.school-section ul.school-list li > div.about dl dd {
    flex: auto;
    -webkit-flex: auto;
  }
  div.school-section ul.school-list li > a.btn-detail {
    width: 87.2%;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* school-detail-section
  -------------------------------------------------------*/
  div.school-detail-section div.school-detail-wrap > figure {
    width: auto;
    margin: 0 auto 15px;
  }
  div.school-detail-section div.school-detail-wrap > figure img {
    display: block;
    width: auto;
    max-height: 300px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  /* school-section
  -------------------------------------------------------*/
  div.school-section ul.school-list li {
    padding: 25px 15px 20px;
  }
  div.school-section ul.school-list li > a.school-name {
    font-size: 17px;
    font-size: 1.7rem;
  }
  div.school-section ul.school-list li > div.about dl dt {
    width: 100%;
  }
  div.school-section ul.school-list li > div.about dl dd {
    flex: auto;
    -webkit-flex: auto;
    width: 100%;
  }
}

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