@charset "UTF-8";
/*　mixin  ------------------------------------------- */
/*　foundation  ------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
a:link {
  color: #000;
  text-decoration: underline;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #494443;
  text-decoration: none;
}
a:hover * {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
a * {
  transition: 0.3s;
}
img, form {
  max-width: 100%;
  height: auto;
  width: auto;
}
p {
  text-align: left;
}
input[type="text"] {
  border: #ccc 1px solid;
  padding: 0 3px;
  font-size: 16px;
}
input[type="text"]:focus {
  border: solid 1px #20b2aa;
}
input[type="text"], select {
  outline: none;
}
input[type="button"] {
  border: #ccc 1px solid;
  padding: 0 3px;
  font-size: 16px;
}
/*　layout  ------------------------------------------- */
/*　grid------------------------------------------- */
.l-grid {
  width: 100%;
}
.l-grid:after {
  content: "";
  clear: both;
  display: block;
}
.l-grid__box {
  box-sizing: border-box;
  float: left;
  border: 1px solid #000;
  width: 100%;
}
@media (min-width: 768px) {
  .l-grid__box.l-grid__box1 {
    width: 8.3%;
  }
  .l-grid__box.l-grid__box2 {
    width: 16.6%;
  }
  .l-grid__box.l-grid__box3 {
    width: 25%;
  }
  .l-grid__box.l-grid__box4 {
    width: 33.3%;
  }
  .l-grid__box.l-grid__box5 {
    width: 41.6%;
  }
  .l-grid__box.l-grid__box6 {
    width: 50%;
  }
  .l-grid__box.l-grid__box7 {
    width: 58.3%;
  }
  .l-grid__box.l-grid__box8 {
    width: 66.7%;
  }
  .l-grid__box.l-grid__box9 {
    width: 75%;
  }
  .l-grid__box.l-grid__box10 {
    width: 83.4%;
  }
  .l-grid__box.l-grid__box11 {
    width: 91.7%;
  }
  .l-grid__box.l-grid__box12 {
    width: 100%;
  }
}
/* flexbox------------------------------------------- */
.l-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.l-flex__box {
  flex: 1 1 auto;
}
/* layout------------------------------------------- */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
/* common ------------------------------------------- */
.u-inner {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-inner {
    width: 100%;
  }
}
.u-inner1020 {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-inner1020 {
    width: 100%;
  }
}
.u-txt {
  font-weight: normal;
}
.u-small {
  font-size: 80%;
}
/* -------c-table--------------------------*/
.c-table {
  width: 100%;
}
.c-table-wrap {
  width: 800px;
}
.c-table td {
  border: 1px solid #ccc;
}
.c-table.table-noborder {
  border-collapse: separate;
  border-spacing: 2px 4px;
}
.c-table.table-noborder td {
  border: 0;
  background-color: #f1eee0;
}
/* -------ico--------------------------*/
.c-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: relative;
  cursol: pointer;
}
.c-ico-close {
  cursor: pointer;
}
.c-ico-close:before, .c-ico-close:after {
  display: block;
  content: '';
  width: 2px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 10px;
  cursor: pointer;
}
.c-ico-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-ico_disc {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #179e72;
}
.c-ico-tri:before {
  content: "";
  position: absolute;
  top: 49%;
  left: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1f8fce;
}
.c-ico-tri.c-ico-tri--red:before {
  top: 44%;
  border: 8px solid transparent;
  border-left: 8px solid #8a0f1e;
}
.c-ico-circletri:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1f8fce;
}
.c-ico-circletri:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
a .c-ico-circletri:after {
  border-left: 5px solid #fff;
}
.c-ico-down {
  position: absolute;
  top: 4px;
  right: 11px;
}
.c-ico-down:after, .c-ico-down:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #eee;
  position: absolute;
  top: 14px;
  left: 2px;
}
.c-ico-down:before {
  background-color: #ccc;
}
.c-ico-up:after, .c-ico-up:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 4px;
}
.c-ico-up:before {
  background-color: #505050;
  top: 6px;
  left: 4px;
}
.c-ico-arrow-r:before, .c-ico-arrow-r:after {
  display: block;
  content: '';
  width: 14px;
  height: 3px;
  position: absolute;
  background-color: #f39800;
}
.c-ico-arrow-r:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 12px;
  left: 4px;
}
.c-ico-arrow-r:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 4px;
}
/*　mixin  ------------------------------------------- */
/* header ------------------------------------------- */
.c-h-wrap {
  width: 100%;
  height: 180px;
  position: fixed;
  /*fixed*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  border-top: 4px solid #1f8fce;
}
@media screen and (max-width: 768px) {
  .c-h-wrap {
    height: 146px;
  }
}
.c-header {
  width: 100%;
  height: 110px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 66px;
  }
}
.c-h-inner.u-sp {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
.c-h-inner.u-sp .l-flex {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-h-logo-area-sp h1 {
  height: 30px;
  margin-top: 4px;
  padding-bottom: 0px;
  text-align: left;
}
.c-h-logo-area-sp h1 a img {
  max-height: 100%;
}

.c-h-logo-area-sp .c-tel {
  font-size: 1.8rem;
  font-weight: bold;
  background-size: auto 14px;
  height: 14px;
  padding: 0;
  margin-top: 5px;
}
.c-h-logo-area-sp .c-tel a {
  position: relative;
  top: -6px;
  padding-left: 28px;
}
.c-h-logo-area-sp .c-tel a:link, .c-h-logo-area-sp .c-tel a:visited {
  text-decoration: none;
}
.c-h-menu-area-sp {
  text-align: right;
}
.c-h-inner.u-pc {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  max-width: 1400px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-h-logo-area {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.c-h-info-area {
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: right;
}
.c-h-logo {
  float: left;
  margin-top: 36px;
  margin-right: 2%;
  width: 49%;
}
.c-h-freedial {
  float: left;
  margin-top: 46px;
  width: 46%;
}
.c-h-btn a * {
  opacity: 1;
}
.c-h-btn a:link, .c-h-btn a:visited {
  color: #1f8fce;
}
.c-h-btn .l-flex__item {
  -ms-flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
  flex: 0 1 30%;
  padding-right: 5px;
}
.c-h-btn .l-flex__item:last-child {
  -ms-flex: 0 1 32%;
  -webkit-flex: 0 1 32%;
  flex: 0 1 32%;
  padding-right: 0;
}
.c-h-btn-list {
  line-height: 1.2;
}
.c-h-btn-list li a {
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .c-h-btn-list li a {
    font-size: 1.3vw;
  }
}
.c-h-btn-list .c-ico {
  width: 12px;
}
.c-h-description {
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 3px;
  text-align: right;
}
#textWrap {
  width: 100%;
  text-align: center;
  padding: 3px 0;
}
#textForm {
  position: relative;
  line-height: 1.9;
  text-align: left;
  overflow: hidden;
  background: url(../images/c-pickup.gif) 0 4px no-repeat;
  margin: 2px;
  padding: 3px 0 3px 70px;
}
@media screen and (min-width: 769px) {
  #textForm {
    height: 26px !important;
  }
}
ul.textForm-list {
  width: 100%;
  position: relative;
}
ul.textForm-list li {
  width: 100%;
  display: none;
  line-height: 1.9;
  padding: 0 5px 0;
}
ul.textForm-list li a:link, ul.textForm-list li a:visited {
  text-decoration: none;
}
#gMenu {
  margin-top: 24px;
  margin-right: 0px;
  width: 99px;
  height: 32px;
  line-height: 32px;
}
#gMenuInner .inner ul li {
  line-height: 1;
  display: inline-block;
  width: 46px;
  height: 50px;
  margin: 0 0 5px 6px;
}
#gMenuInner .inner ul li a {
  font-size: 1rem;
  display: block;
  margin: 4px 0 0;
  padding: 20px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
}
#gMenuInner .inner ul li a:link, #gMenuInner .inner ul li a:visited {
  text-decoration: none;
}
#gMenu a {
  display: block;
}
#gMenuInner .inner ul li:nth-child(1) a {
  background-image: url(../images/gmenu_bg01.gif);
}
#gMenuInner .inner ul li:nth-child(2) a {
  background-image: url(../images/gmenu_bg02.gif);
}
#gMenuInner .inner ul li:nth-child(3) a {
  background-image: url(../images/gmenu_bg03.gif);
}
#gMenuInner .inner ul li:nth-child(4) a {
  background-image: url(../images/gmenu_bg04.gif);
}
#gMenuInner .inner ul li:nth-child(5) a {
  background-image: url(../images/gmenu_bg05.gif);
}
#gMenuInner .inner ul li:nth-child(6) a {
  background-image: url(../images/gmenu_bg06.gif);
}
/*------------------------------------------------------------
	cNavi
------------------------------------------------------------*/
.cNavi {
  margin: 0 auto;
  padding: 8px 10px;
  border-top: 1px solid #dcdcdc;
  line-height: 1;
  background-color: #fff;
}
.cNavi ul li {
  text-align: center;
  display: inline-block;
  width: 30.3%;
  height: 30px;
  margin-right: 4%;
  font-weight: bold;
  vertical-align: middle;
}
.cNavi ul li a {
  width: 100%;
  height: 30px;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center 50%;
}
.cNavi ul li a:link, .cNavi ul li a:visited {
  text-decoration: none;
}
.cNavi .l-flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cNavi ul li:first-child a {
  background-image: url(../images/cnavi_bg01.jpg);
}
.cNavi ul li:nth-child(2n) a {
  background-image: url(../images/cnavi_bg02.jpg);
}
.cNavi ul li:nth-child(3n) a {
  font-size: 1.2rem;
  padding-top: 2px;
  background-image: url(../images/cnavi_bg03.jpg);
}
.cNavi ul li:last-child {
  margin-right: 0;
}
/*------------------------------------------------------------
	gMenuInner SP only
------------------------------------------------------------*/
#gMenuInner {
  display: none;
  line-height: 1;
}
#gMenuInner .img {
  text-align: right;
  margin-right: 3%;
  padding-right: 40px;
}
#gMenuInner .inner {
  background-color: #cdcdcd;
  padding: 5px 0 0;
  margin-top: -2px;
}
#gMenuInner .inner ul {
  text-align: center;
}
#gMenuInner .inner ul li {
  line-height: 1;
  display: inline-block;
  width: 50px;
  margin: 0 0 5px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f1f1f1), color-stop(0, #fdfdfd));
  background: -webkit-linear-gradient(#fdfdfd, #f1f1f1);
  background: -moz-linear-gradient(#fdfdfd, #f1f1f1);
  background: -o-linear-gradient(#fdfdfd, #f1f1f1);
  background: -ms-linear-gradient(#fdfdfd, #f1f1f1);
  background: linear-gradient(#fdfdfd, #f1f1f1);
}
#gMenuInner .inner ul li:first-child {
  margin-left: 0;
}
#gMenuInner .inner ul li span {
  font-size: 80%;
}
#gMenuInner .inner ul li a {
  display: block;
  margin: 4px 0;
  padding: 24px 0 0 0px;
  background-position: center top;
  background-repeat: no-repeat;
}
/* nav c-nav blue ------------------------------------------- */
.c-nav-wrap {
  padding-bottom: 0px;
  width: 100%;
  margin: 0 auto;
  background: #006da5;
  background: -moz-linear-gradient(top, #1f8fce 0%, #006da5 100%);
  background: -webkit-linear-gradient(top, #1f8fce 0%, #006da5 100%);
  background: linear-gradient(to bottom, #1f8fce 0%, #006da5 100%);
}
.c-nav {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #006da5;
  border-right: 1px solid #1f8fce;
}
.c-nav__item {
  -ms-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: center;
  border-left: 1px solid #1f8fce;
  border-right: 1px solid #006da5;
  height: 70px;
}
.c-nav__item:hover {
  background: -moz-linear-gradient(top, #389bd3 0%, #1c7db0 100%);
  background: -webkit-linear-gradient(top, #389bd3 0%, #1c7db0 100%);
  background: linear-gradient(to bottom, #389bd3 0%, #1c7db0 100%);
}
@media screen and (max-width: 768px) {
  .c-nav__item {
    height: auto;
  }
}
.c-nav__item a:link, .c-nav__item a:visited {
  color: #fff;
  font-size: 1.5vw;
  line-height: 1;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .c-nav__item a:link, .c-nav__item a:visited {
    font-size: 1.0rem;
    padding: 1em 0;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__item a:link, .c-nav__item a:visited {
    font-size: 1.6rem;
  }
}
/* フッタ------------------------------------------- */
#footer {
  width: 100%;
  text-align: center;
  border-bottom: 20px solid #535353;
  margin-top: 40px;
  padding-bottom: 5px;
}
#footer .footer_logo {
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
}
#social_link ul {
  display: flex;
  justify-content: center;
}
#social_link ul li a {
  display: block;
  width: 48px;
  margin: 0 20px;
}
/* フッタ------------------------------------------- */
#footer {
  width: 100%;
  text-align: center;
  border-bottom: 20px solid #535353;
  margin-top: 40px;
  padding-bottom: 5px;
}
#footer .footer_logo {
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
}
#social_link ul {
  display: flex;
  justify-content: center;
}
#social_link ul li a {
  display: block;
  width: 48px;
  margin: 0 20px;
}
#footer .g_6_12:last-child {
  width: 100%;
}
/*---c-footer  ------------------*/
.c-footer-link-area {
  background-color: #bedef1;
  padding-top: 40px;
  padding-bottom: 50px;
}
.c-footer-link-area .l-flex__item {
  padding-left: 26px;
}
.c-footer-link-classes {
  -ms-flex: 1 1 62%;
  -webkit-flex: 1 1 62%;
  flex: 1 1 62%;
  border-left: 1px solid #8ac4e5;
}
.c-footer-link-classes .l-flex__item:first-child {
  -ms-flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
}
.c-footer-link-classes .l-flex__item:last-child {
  -ms-flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
}
.c-footer-link-school {
  -ms-flex: 1 1 38%;
  -webkit-flex: 1 1 38%;
  flex: 1 1 38%;
  border-left: 1px solid #8ac4e5;
  border-right: 1px solid #8ac4e5;
}
.c-footer-link {
  width: 100%;
}
.c-footer-link-tit {
  margin-left: 10px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../images/c-footer-link-titbg.jpg) 0 0 no-repeat;
  padding-left: 20px;
}
.c-footer-link-bg {
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../images/c-footer-link-bg.jpg) 0 4px no-repeat;
  padding-left: 20px;
  margin-bottom: 20px;
}
.c-footer-link-bg a:link, .c-footer-link-bg a:visited {
  text-decoration: none;
}
.c-footer-link-list {
  padding-left: 10px;
  padding-bottom: 20px;
}
.c-footer-link-list li:first-child {
  padding-bottom: 0;
}
.c-footer-link-list li:first-child .c-footer-link-listtit {
  margin-top: 0px;
}
.c-footer-link-list li ul li {
  font-size: 1.2rem;
  padding-left: 10px;
  background: url(../images/c-footlink-tri.jpg) 0 4px no-repeat;
}
.c-footer-link-listtit {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.c-footer-link-listtit a:link, .c-footer-link-listtit a:visited {
  text-decoration: none;
}
.c-footer-link-announce {
  font-size: 1.2rem;
  width: 90%;
}
.c-footer-link-school-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  width: 62%;
  margin-bottom: 4px;
}
.c-footer-link-school-box dt {
  color: #1f8fce;
  font-weight: bold;
  font-size: 1.5rem;
}
.c-footer-link-school-box dt a:link, .c-footer-link-school-box dt a:visited {
  color: #1f8fce;
  text-decoration: none;
}
.c-footer-link-school-box dd {
  float: left;
  width: 33%;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}
.c-footer-link-school-box dd a:link, .c-footer-link-school-box dd a:visited {
  color: #333;
  padding-left: 10px;
  background: url(../images/c-footlink-tri--bk.jpg) 0 4px no-repeat;
}
.c-foot-link-sns-box {
  padding-right: 20px;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.c-foot-link-sns-box .l-flex__item {
  padding-left: 0;
}
.c-foot-link-sns-box .l-flex__item:first-child {
  -ms-flex: 1 1 75%;
  -webkit-flex: 1 1 75%;
  flex: 1 1 75%;
  padding-right: 20px;
}
.c-foot-link-sns-box .l-flex__item:last-child {
  -ms-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
  padding-bottom: 10px;
}
.c-foot-link-sns {
  background-color: #fff;
}
.c-foot-link-sns ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-foot-link-sns li {
  padding: 5px;
  width: 32px;
  height: 32px;
}
.c-footer {
  background-color: #1f8fce;
}
.c-footer-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-footer-list .l-flex__item {
  border-left: 1px solid #369ad3;
  text-align: center;
  -ms-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
}
.c-footer-list .l-flex__item:last-child {
  border-right: 1px solid #369ad3;
}
.c-footer-list a:hover * {
  opacity: 1;
}
/*----footer sp---------------------------------*/
#contactArea {
  margin-top: 30px;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #1f8fce), color-stop(0, #197db5));
  background: -webkit-linear-gradient(#197db5, #1f8fce);
  background: -moz-linear-gradient(#197db5, #1f8fce);
  background: -o-linear-gradient(#197db5, #1f8fce);
  background: -ms-linear-gradient(#197db5, #1f8fce);
  background: linear-gradient(#197db5, #1f8fce);
  color: #fff;
}
#contactArea .inner {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 12px;
}
#contactArea h4 {
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}
#contactArea p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
#contactArea p a:link, #contactArea p a:visited {
  color: #fff;
  text-decoration: none;
}
.c-footer .u-sp {
  background-color: #fff;
}
.c-footer .u-sp .cNavi {
  margin-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
#facebookBtn {
  text-align: center;
  padding: 10px 0 14px;
}
#gFooter ul {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding: 7px 0;
}
#gFooter ul li {
  font-size: 1.2rem;
  display: inline-block;
}
#gFooter ul li a:link, #gFooter ul li a:visited {
  color: #0000bf;
}
#gFooter ul.ulLast li {
  padding-right: 19px;
}
.c-copy-sp {
  text-align: center;
  color: #fff;
  padding: 9px 0;
  font-size: 1rem;
  border-top: 1px solid #a5d2eb;
  background-color: #1f8fce;
}
/* index -------------------------------------------------------------*/
.c-mv {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mv {
    margin-top: 146px;
  }
}
.head_wrap {
  width: 100%;
  z-index: 1;
  height: 730px;
  background-image: url(../images/bg.jpg);
  opacity: 0.6;
  background-repeat: repeat-x;
  background-position: 0 0px;
  background-size: auto 730px;
}
@media screen and (max-width: 1100px) {
  .head_wrap {
    height: 500px;
    background-size: auto 500px;
  }
}
@media screen and (max-width: 768px) {
  .head_wrap {
    height: 400px;
    background-size: auto 400px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .head_wrap {
    height: 180px;
    background-size: auto 180px;
  }
}
.c-mv-over {
  position: absolute;
  margin: auto;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .c-mv-over {
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-mv-over {
    top: 0px;
  }
}
.c-mv-tit-wrap {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .c-mv-tit-wrap {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .c-mv-tit-wrap {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .c-mv-tit-wrap {
    height: 50px;
  }
}
.c-mv-tit {
  background: url(../images/c-mv-tit2.png) center top no-repeat;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 240px;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .c-mv-tit {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .c-mv-tit {
    height: 120px;
    background-size: auto 120px;
    background: url(../images/c-mv-tit2_sp.png) center top no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .c-mv-tit {
    background-size: contain;
    margin-top: 10px;
  }
}
.c-mv-btn {
  width: 70%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 24px;
  text-align: center;
}
.c-mv-btn a:hover img {
  opacity: 1;
}
.c-mv-btn li {
  -webkit-flex: 0 1 49%;
  flex: 0 1 49%;
  padding: 0 5px;
}
.c-mv-btn li img {
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .c-mv-btn {
    max-width: 500px;
    margin-top: 10px;
  }
}
.c-mv-course {
  width: 80%;
  max-width: 910px;
  margin: 0 auto;
  margin-top: 70px;
}
.c-mv-course .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-mv-course li {
  text-align: center;
  -webkit-flex: 0 1 27%;
  flex: 0 1 27%;
}
.c-mv-course a img {
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s;
}
.c-mv-course a:hover img {
  opacity: 1;
  width: 130%;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1100px) {
  .c-mv-course {
    max-width: 650px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-mv-course {
    width: 90%;
    margin-top: 5px;
  }
  .c-mv-course li {
    -webkit-flex: 0 1 31%;
    flex: 0 1 31%;
  }
}
@media screen and (max-width: 480px) {
  .c-mv-course {
    width: 90%;
  }
  .c-mv-course li {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
/*----textForm  sp-----------------------------------------------*/
.textWrap-area {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .textWrap-area #textForm {
    height: 26px !important;
  }
}
#textWrap2 {
  width: 100%;
  text-align: center;
  padding: 3px 0;
}
#textForm2 {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
  overflow: hidden;
  width: 95%;
  background: #fff url(../images/c-pickup.gif) 2px 5px no-repeat;
  background-size: auto 16px;
  margin: 2px auto;
  padding: 3px 0 3px 54px;
}
@media screen and (max-width: 768px) {
  #textForm2 {
    height: 26px !important;
  }
  #form_entry {
    padding: 20px 0;
    background-color: #fff;
  }
  #form_entry p {
    font-weight: bold;
  }
  #form_entry a {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    background-image: linear-gradient(0deg, rgb(34, 129, 184) 0%, rgb(78, 168, 222) 100%);
    color: #fff;
    line-height: 3;
    font-size: 2rem;
    text-decoration: none;
    position: relative;
  }
  #form_entry a::after {
    content: '';
    width: 0.6em;
    height: 0.6em;
    border: 0px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 20px;
  }
}
/* c-bnr -------------------------------------------*/
.c-bnr {
  margin: 0 auto;
  margin-top: 45px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .c-bnr {
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
#online {
  background: #d6c5cb url("../images/bk_sp.png") no-repeat;
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#online h1, #online h2 {
  font-weight: bold;
}
#online h1 span, #online h2 span {
  color: #8f1941;
  font-size: 2rem;
}
#online h1:first-child {
  text-align: center;
  border-bottom: solid #616161 1px;
  font-size: 2.2rem;
}
#title {
  position: relative;
}
#title h2 {
  position: relative;
  z-index: 150;
  font-size: 2.2rem;
  margin-top: 2em;
}
#title h2 span {
  font-size: 2.6rem;
}
#title img {
  position: absolute;
  right: 0;
  top: 50px;
  width: 30%;
  z-index: 100;
}
.fig {
  width: 97%;
  margin: 0 auto 30px auto;
  display: flex;
}
.fig figure img {
  padding: 1%;
}
.fig figcaption {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
#pr33 {
  position: static;
  margin-top: 70px;
}
.pr3 {
  background: #fff;
  width: 97%;
  margin: 0 auto 3em auto;
  border-radius: 5px;
  position: relative;
  padding-bottom: 1em;
}
.pr3 h2 {
  position: absolute;
  top: 0;
  font-size: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pr3 h3 {
  font-size: 2.4rem;
  padding-top: 0.6em;
}
#hybrid h3 {
  color: #00A9B8;
}
#onlineonly h3 {
  color: #8f1941;
}
#day1 h3 {
  color: #e49837;
}
.pr3 h4 {
  font-size: 1.4rem;
  line-height: 2.6;
  font-weight: normal;
}
#hybrid h4 {
  background: #00A9B8;
}
#onlineonly h4 {
  background: #bf7c93;
}
#day1 h4 {
  background: #e49837;
}
.pr3 ul li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.2rem;
  font-family: a-otf-jun-pro, sans-serif;
}
.pr3 ul li:before {
  content: "■";
  position: -1em;
}
#hybrid ul li:before {
  color: #00a9b8;
}
#onlineonly ul li:before {
  color: #8f1941;
}
#day1 ul li:before {
  color: #daaf19;
}
.pr3 .l-flex {
  width: 96%;
  margin: 10px auto;
  justify-content: space-between;
}
.flexitem_1 {
  flex: 0 1 45%;
  width: 45%;
}
.flexitem_2 {
  flex: 0 1 25%;
  width: 25%;
  height: 100%;
}
.flexitem_3 {
  flex: 0 1 25%;
  width: 25%;
  height: 100%;
}
.pr3 .l-flex div img {
  width: 60%;
  margin: -0.5em 0 -0.5em 0.5em;
}
@media screen and (min-width: 1024px) {
  #online {
    background: #d6c5cb url("../images/bk_pc.png") no-repeat;
    padding: 60px 0;
    background-size: contain;
  }
  .fig {
    justify-content: space-between;
  }
  .fig, #pr33 {
    width: 1000px;
    margin: 0 auto;
  }
  .fig figure {
    flex-basis: 28%;
  }
  .fig figure img {
    width: 100%;
  }
  .fig figcaption {
    font-size: 2.2rem;
    font-weight: normal;
  }
  #online h1 span, #online h2 span {
    font-size: 4rem;
  }
  #online h1:first-child {
    border-bottom: solid #616161 1px;
    font-size: 3.5rem;
  }
  #online > h2 {
    font-size: 3.8rem;
    margin-top: 2em;
    text-align: center;
    position: relative;
  }
  #online h2 span {
    font-size: 4rem;
  }
  #title h2 {
    font-size: 4rem;
    text-align: center;
  }
  #title img {
    position: absolute;
    left: 74%;
    top: 4.2rem;
    width: 15%;
    z-index: 100;
  }
  .pr3 {
    width: 100%;
    margin: 0;
    flex-basis: 32%;
  }
  .pr3 h2 {
    font-size: 2.2rem;
  }
  .pr3 h3 {
    font-size: 2.6rem;
  }
  .pr3 h4 {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0.5em;
  }
  .pr3 ul li {
    font-size: 1.6rem;
  }
  #pr33 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flexitem_1 {
    flex: 0 1 50%;
    width: 50%;
  }
  .flexitem_2 {
    flex: 0 1 50%;
    width: 50%;
    height: 100%;
  }
  a.flexitem_4 {
    color: #fff;
    text-decoration: none;
  }
  .flexitem_4::after {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.25em;
  }
  .flexitem_4 {
    position: relative;
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    color: #fff;
    border-radius: 30px;
    display: block;
    text-align: center;
    font-size: 2rem;
    padding: 0.5em;
  }
  #hybrid .flexitem_4 {
    background: linear-gradient(to top, rgb(0, 186, 202) 1%, rgb(0, 178, 193) 52%, rgb(0, 169, 184) 98%);
    background-position: 95%;
  }
  #onlineonly .flexitem_4 {
    background: linear-gradient(0deg, rgb(179, 31, 81) 0%, rgb(161, 28, 73) 53%, rgb(143, 25, 65) 100%);
    background-position: 95%;
  }
  #day1 .flexitem_4 {
    background: linear-gradient(0deg, rgb(252, 178, 84) 0%, rgb(240, 165, 70) 53%, rgb(228, 152, 55) 100%);
    background-position: 95%;
  }
}
.flexitem_4 span {
  display: block;
  font-size: 1rem;
}
.c-bnr-list {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-bnr-list li {
  /*-webkit-flex: 0 1 31%;
  flex: 0 1 31%;*/
  -webkit-flex: 0 1 45%;
  flex: 0 1 45%;
}
.c-bnr-list li:first-child {
  margin-right: 10px;
}
.c-bnr-list li .u-txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-bnr-list li a {
  display: block;
}
.c-bnr-list li a img {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .c-bnr-list {
    max-width: 500px;
    margin: 0 auto;
  }
  .c-bnr-list.l-flex {
    /*display: block; オンライン終わったら戻す*/
    display: flex;
  }
  .c-bnr-list.l-flex li {
    width: 100%;
    margin-bottom: 8px;
  }
  .c-bnr-list.l-flex li:after {
    content: " ";
    display: table;
    clear: both;
  }
  .c-bnr-list.l-flex li a {
    float: left;
    /*width: 49%;*/
    margin-right: 2%;
  }
  .c-bnr-list.l-flex li .u-txt {
    font-size: 1.2rem;
    float: left;
    width: 49%;
    margin-top: 1rem;
  }
}
/* c-course -------------------------------------------*/
.c-course {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-course {
    max-width: 500px;
    margin: 0 auto;
  }
}
.c-double-line {
  height: 5px;
  border-top: 2px solid #000;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .c-double-line {
    height: 2px;
    border-bottom: 1px solid #999;
    padding-bottom: 0;
    margin: 5px auto;
  }
}
.c-course-tit {
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 768px) {
  .c-course-tit {
    font-size: 1.8rem;
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
.c-tit-blue-purpose {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-tit-blue-purpose {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
  }
  .c-tit-blue-purpose img {
    width: 100%;
  }
}
.c-course-purpose {
  padding-bottom: 60px;
}
.c-course-purpose ul {
  display: block;
  /* none   */
  padding: 15px;
}
.c-course-purpose ul li {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-left: 10px;
  background: url(../images/c-arrow-r.gif) 0 10px no-repeat;
}
.c-course-purpose .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #b5b5b5;
}
.c-course-purpose .l-flex__item {
  -webkit-flex: 1 1 33%;
  flex: 1 1 33%;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
}
.c-course-purpose .l-flex__item:nth-child(2) {
  -webkit-order: 3;
  order: 3;
}
.c-course-purpose .l-flex__item:nth-child(3) {
  -webkit-order: 1;
  order: 1;
}
.c-course-purpose .l-flex__item:nth-child(4) {
  -webkit-order: 4;
  order: 4;
}
.c-course-purpose .l-flex__item:nth-child(5) {
  -webkit-order: 2;
  order: 2;
  border-right: 1px solid #b5b5b5;
}
.c-course-purpose .l-flex__item:nth-child(6) {
  -webkit-order: 5;
  order: 5;
  border-right: 1px solid #b5b5b5;
}
@media screen and (max-width: 768px) {
  .c-course-purpose {
    padding-bottom: 15px;
  }
  .c-course-purpose ul li {
    font-size: 1.8rem;
    line-height: 2;
  }
  .c-course-purpose .l-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .c-course-purpose .l-flex__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 1px solid #b5b5b5;
  }
  .c-course-purpose .l-flex__item:nth-child(2) {
    -webkit-order: 1;
    order: 1;
  }
  .c-course-purpose .l-flex__item:nth-child(3) {
    -webkit-order: 2;
    order: 2;
  }
  .c-course-purpose .l-flex__item:nth-child(4) {
    -webkit-order: 3;
    order: 3;
  }
  .c-course-purpose .l-flex__item:nth-child(5) {
    -webkit-order: 4;
    order: 4;
  }
  .c-course-purpose .l-flex__item:nth-child(6) {
    -webkit-order: 5;
    order: 5;
  }
  .c-course-purpose ul {
    display: none;
  }
}
.c-course-purpose .bHeader {
  padding: 24px 0 0 110px;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  display: block;
  position: relative;
}
.c-course-purpose .bHeader.u-tit-main, .c-course-purpose .bHeader.u-tit-sub {
  height: 78px;
  background: url(../images/c-course-p-dtp.jpg) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .c-course-purpose .bHeader {
    padding: 10px 0 0 80px;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  .c-course-purpose .bHeader.u-tit-main, .c-course-purpose .bHeader.u-tit-sub {
    height: 47px;
    background-size: auto 100%;
  }
  .c-course-purpose .bHeader.u-tit-main {
    border-bottom: 1px solid #d9e9e6;
  }
  .c-course-purpose .bHeader.u-tit-sub {
    border-bottom: 1px solid #f3f3e3;
  }
}
.c-course-purpose .bHeader.u-tit-main.is-on, .c-course-purpose .bHeader.u-tit-sub.is-on {
  border-bottom: 1px solid #b5b5b5;
}
.c-course-purpose .l-flex__item:nth-child(2) span.bHeader {
  background-image: url(../images/c-course-p-dtp--sub.jpg);
}
.c-course-purpose .l-flex__item:nth-child(3) span.bHeader {
  background-image: url(../images/c-course-p-office.jpg);
}
.c-course-purpose .l-flex__item:nth-child(5) span.bHeader {
  background-image: url(../images/c-course-p-it.jpg);
}
.c-course-purpose .l-flex__item:nth-child(4) span.bHeader {
  background-image: url(../images/c-course-p-office--sub.jpg);
}
.c-course-purpose .l-flex__item:nth-child(6) span.bHeader {
  background-image: url(../images/c-course-p-it--sub.jpg);
}
.c-tit-blue-type {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-tit-blue-type {
    width: 100%;
    max-width: 300px;
    margin: 5px auto 0;
  }
  .c-tit-blue-type img {
    width: 100%;
  }
}
.c-course-type {
  padding-bottom: 60px;
}
.c-course-type ul {
  display: block;
  /* none   */
  padding: 15px;
}
.c-course-type ul li {
  line-height: 1.6;
  padding-left: 10px;
  background: url(../images/c-arrow-r.gif) 0 4px no-repeat;
}
.c-course-type .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #b5b5b5;
}
.c-course-type .l-flex__item {
  -webkit-flex: 1 1 33%;
  flex: 1 1 33%;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
}
.c-course-type .l-flex__item:nth-child(3) {
  border-right: 1px solid #b5b5b5;
}
@media screen and (max-width: 768px) {
  .c-course-type {
    padding-bottom: 20px;
  }
  .c-course-type .l-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .c-course-type .l-flex__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 1px solid #b5b5b5;
  }
  .c-course-type ul {
    display: none;
  }
}
.c-course-type span.bHeader {
  padding: 24px 0 0 110px;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  display: block;
  position: relative;
}
.c-course-type span.bHeader.u-tit-main, .c-course-type span.bHeader.u-tit-sub {
  height: 78px;
  background: url(../images/c-course-t-web.jpg) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .c-course-type span.bHeader {
    padding: 10px 0 0 80px;
    cursor: pointer;
  }
  .c-course-type span.bHeader.u-tit-main, .c-course-type span.bHeader.u-tit-sub {
    height: 47px;
    background-size: auto 100%;
  }
  .c-course-type span.bHeader.u-tit-main {
    border-bottom: 1px solid #e8dfe9;
  }
}
.c-course-type .bHeader.u-tit-main.is-on {
  border-bottom: 1px solid #b5b5b5;
}
.c-course-type .l-flex__item:nth-child(2) span.bHeader {
  background-image: url(../images/c-course-t-office.jpg);
}
.c-course-type .l-flex__item:nth-child(3) span.bHeader {
  background-image: url(../images/c-course-t-it.jpg);
}
.accordion_icon {
  position: absolute;
  top: 12px;
  right: 5px;
  width: 22px;
  height: 22px;
}
.c-ico-arrow-r {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-ico-arrow-r {
    display: block;
  }
}
.accordion_icon.active .c-ico-arrow-r:after {
  top: 10px;
  left: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion_icon.active .c-ico-arrow-r:before {
  top: 10px;
  left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----c-point-----------------*/
.c-point-tit {
  background-color: #3c93c5;
}
.c-point-tit-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-point-list {
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 46px;
}
.c-point-list .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-point-list .l-flex__item {
  -webkit-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0px;
  margin: 0px auto;
}
.c-point-list .l-flex__item a {
  display: block;
  padding: 5px;
  line-height: 1;
}
.c-point-list .l-flex__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-point-list {
    margin-top: 8px;
    margin-bottom: 15px;
  }
  .c-point-list .l-flex__item {
    margin: 0;
    padding: 0;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .c-point-list .l-flex__item a {
    display: block;
    padding: 2px 4px;
  }
}
.c-news-wrap {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.c-news-tab {
  -webkit-flex: 1 1 66%;
  flex: 1 1 66%;
}
.c-point-support {
  -webkit-flex: 1 1 32%;
  flex: 1 1 32%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .c-point-support {
    margin-left: 0;
    display: none;
  }
}
.tabmenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#tab_l, #tab_r, #tab_end {
  width: 250px;
  height: 66px;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#tab_l {
  -webkit-flex: 0 0 250px;
  flex: 0 0 250px;
  background: url(../images/tab_l_on.jpg) 0 0 no-repeat;
}
#tab_l.is-off {
  background-image: url(../images/tab_l_off.jpg);
}
#tab_r {
  -webkit-flex: 0 0 250px;
  flex: 0 0 250px;
  background: url(../images/tab_r_off.jpg) 0 0 no-repeat;
}
#tab_r.is-on {
  background-image: url(../images/tab_r_on.jpg);
}
#tab_end {
  width: auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background: url(../images/tab_end.jpg) top right no-repeat;
}
.tabmenu li a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.tabmenu:after {
  content: "";
  display: block;
  clear: both;
}
#tab-01, #tab-02 {
  display: none;
  width: 100%;
  height: 256px;
  overflow-y: scroll;
  border: 1px solid #d3d3d3;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 768px) {
  #tab_l {
    width: 90px;
    -webkit-flex: 0 0 90px;
    flex: 0 0 90px;
    background-image: url(../images/tab_l_s_on.jpg);
    cursor:pointer;
  }
  #tab_l.is-off {
    background-image: url(../images/tab_l_s_off.jpg);
  }
  #tab_r {
    width: 177px;
    -webkit-flex: 0 0 177px;
    flex: 0 0 177px;
    background-image: url(../images/tab_r_s_off.jpg);
    cursor:pointer;
  }
  #tab_r.is-on {
    background-image: url(../images/tab_r_s_on.jpg);
  }
}
#tab-01 dl {
  padding: 10px;
}
#tab-01 dl dt {
  font-size: 1.3rem;
}
#tab-01 dl dd {
  font-size: 1.4rem;
  margin-bottom: 24px;
}
#tab-01 dl dd a:link, #tab-01 dl dd a:visited {
  color: #184fa0;
}
#tab-01 dl dd a:hover {
  text-decoration: none;
}
#tab-02 dl {
  padding: 10px;
}
#tab-02 dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8a0f1e;
}
#tab-02 dl dd {
  font-size: 1.3rem;
  margin-bottom: 24px;
}
#tab-02 dl dd a:link, #tab-02 dl dd a:visited {
  color: #184fa0;
}
#tab-02 dl dd a:hover {
  text-decoration: none;
}
.c-support-box {
  background-color: #efcde1;
  position: relative;
}
.c-support-tit-over {
  position: absolute;
  top: -30px;
  left: -7px;
}
.c-support-list {
  background-color: #efcde1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px 14px;
}
.c-support-list li {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
.c-support-list li:nth-child(3), .c-support-list li:nth-child(4) {
  position: relative;
  top: -10px;
}
.c-support-list a * {
  opacity: 1;
}
.c-point-school {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 100px;
  border-radius: 8px;
  background-color: #dfeaf0;
}
@media screen and (max-width: 768px) {
  .c-point-school {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .c-point-school > .l-flex {
    display: block;
  }
}
.c-school-list {
  -webkit-flex: 1 1 calc(100% - 450px);
  flex: 1 1 calc(100% - 450px);
  padding: 20px 0 20px 18px;
}
@media screen and (max-width: 768px) {
  .c-school-list {
    padding: 10px;
  }
  .c-school-list .u-tel a.u-underline {
    text-decoration: none;
  }
  .c-school-list .c-school-tit {
    width: 90%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-school-list .c-school-tit {
    width: 98%;
  }
}
.c-school-list-inner .l-flex__item {
  -webkit-flex: 1 1 32%;
  flex: 1 1 32%;
  margin-right: 1%;
}
.c-school-list-inner .l-flex__item dl {
  padding: 4px 4px 20px 4px;
}
.c-school-list-inner .l-flex__item dt {
  font-weight: bold;
  font-size: 1.6rem;
}
.c-school-list-inner .l-flex__item dt a:link, .c-school-list-inner .l-flex__item dt a:visited {
  color: #1f8fce;
}
.c-school-list-inner .l-flex__item dt .u-small {
  font-size: 1.4rem;
}
.c-school-list-inner .l-flex__item dd {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-school-list-inner .l-flex__item {
    -webkit-flex: 1 1 33%;
    flex: 1 1 33%;
    margin-right: 0.3%;
  }
  .c-school-list-inner .l-flex__item dl {
    padding: 2px;
  }
  .c-school-list-inner .l-flex__item dt {
    font-size: 1.2rem;
  }
  .c-school-list-inner .l-flex__item dt .u-small {
    font-size: 1rem;
  }
  .c-school-list-inner .l-flex__item dd {
    font-size: 1.0rem;
  }
}
.c-school-bg {
  -webkit-flex: 0 1 450px;
  flex: 0 1 450px;
  min-height: 360px;
  padding-left: 40px;
  margin-right: 10px;
  background: url(../images/c-school-bg.jpg) top right no-repeat;
  background-size: 410px auto;
  position: relative;
}
.c-school-bg-list dt {
  padding: 0.5em;
  background-color: #fff;
  border: #1f8fce solid 1px;
  color: #1f8fce;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.c-school-bg-list li, .c-school-bg-list dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-school-bg-list li a:link, .c-school-bg-list li a:visited, .c-school-bg-list dd a:link, .c-school-bg-list dd a:visited {
  color: #1f8fce;
}
@media screen and (max-width: 900px) {
  .c-school-bg-list li, .c-school-bg-list dt, .c-school-bg-list dd {
    font-size: 1.2rem;
    line-height: 2.4;
  }
}
.c-school-bg-list--saitama {
  position: absolute;
  top: 16px;
  right: 340px;
}
.c-school-bg-list--tokyo {
  position: absolute;
  top: 100px;
  right: 340px;
}
.c-school-bg-list--kanagawa {
  position: absolute;
  top: 280px;
  right: 240px;
}
.c-school-bg-list.c-school-bg-list--kanagawa li {
  line-height: 1.1;
}
.c-school-bg-list--ibaraki {
  position: absolute;
  top: 60px;
  right: 0px;
}
.c-school-bg-list--chiba {
  position: absolute;
  top: 230px;
  right: 10px;
}
.c-school-bg-list--online {
  position: absolute;
  top: 350px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .c-school-bg {
    display: none;
  }
}
/*----c-confid-----------------*/
.c-confid-tit {
  background-color: #3c93c5;
}
.c-confid-tit-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-confid-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.c-confid-list .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-confid-list .l-flex__item {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .c-confid-list {
    width: 100%;
    max-width: 500px;
  }
  .c-confid-list .l-flex__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.c-conflist-sub {
  margin: 20px auto 24px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-conflist-sub dt {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  padding-right: 10px;
}
.c-conflist-sub dd {
  -webkit-flex: 1 1 56%;
  flex: 1 1 56%;
  font-size: 1.4rem;
}
.c-conflist-sub dd .c-ico {
  top: -2px;
}
.c-conflist-sub dd .u-link {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-conflist-sub dt {
    -webkit-flex: 0 1 120px;
    flex: 0 1 120px;
  }
  .c-conflist-sub dd {
    font-size: 1.2rem;
  }
  .c-conflist-sub dd .u-link {
    font-size: 1.4rem;
  }
}
.c-confid-bnr {
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 50px;
}
.c-confid-bnr .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-confid-bnr .l-flex__item {
  -webkit-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
}
.c-confid-bnr .l-flex__item a, .c-confid-bnr .l-flex__item form {
  display: block;
  line-height: 1;
  padding: 7px 12px;
}
@media screen and (max-width: 768px) {
  .c-confid-bnr {
    margin-top: 30px;
  }
  .c-confid-bnr .l-flex__item {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
  }
}
/*----c-footer-sub ---------------------------------------*/
.c-footer-sub {
  width: 90%;
  max-width: 920px;
  margin: 30px auto;
  padding: 0 10px;
}
.c-footer-sub .l-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c-footer-sub .l-flex__item {
  margin-right: 30px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.c-footer-sub .l-flex__item li img, .c-footer-sub .l-flex__item li a img, .c-footer-sub .l-flex__item img {
  width: 100%;
}
.c-footer-sub .l-flex__item .svg_size {
  width: 60px;
}
.c-footer-sub .l-flex__item:last-child {
  margin-right: 0;
}
.c-footer-sub .l-flex__item:last-child li {
  padding: 0 2px;
}
.c-footer-sub-inline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.c-footer-sub-inline li {
  -webkit-flex: 1 1 37px;
  flex: 1 1 37px;
}
.c-footer-sub-inline li a img, .c-footer-sub-inline li img {
  width: 100%;
}
.c-footer-sub-inline li.u-double {
  -webkit-flex: 1 1 65px;
  flex: 1 1 65px;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
/* main -------------------------------------------*/
.c-content-wrap {
  position: relative;
}
/*緊急告知用*/
.urgent {
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #ff5050;
  background-color: #ffcdcd;
}
#covid {
  border-top: #b5b5b5 2px solid;
  border-bottom: #b5b5b5 2px solid;
  padding: 3%;
  margin: 5px auto;
}
#covid .title {
  line-height: 2;
  font-size: 1.6rem;
}
#covid .l-flex {
  margin-top: 20px;
  justify-content: space-between;
}
#covid .l-flex li {
  width: 18%;
}
#covid .subtitle {
  line-height: 2;
  font-size: 1.4rem;
  color: #0092d7;
}
#covid li {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #covid {
    border: #b5b5b5 4px solid;
    padding: 20px;
    margin: 20px auto;
  }
  #covid .title {
    font-size: 2rem;
  }
  #covid .subtitle {
    font-size: 1.6rem;
  }
}
