@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Questrial&display=swap");
/********************
 総合
********************/
.n01-ttl__header__heading__svg {
  display: block;
  margin-top: 2rem;
}
.n01-ttl__header__heading__svg img {
  height: 10px;
}

.n01-bgno {
  background: none;
}

@media screen and (min-width: 561px) {
  .n01-SP {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .n01-768 {
    display: none;
  }
}
/********************
 施設・設備
********************/
.n01-facility__pickup {
  text-align: center;
  padding: 1px 0 0 0;
  background: #23235e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjM1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODM5OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #23235e 0%, #783996 100%);
  background: -webkit-linear-gradient(top, #23235e 0%, #783996 100%);
  background: linear-gradient(to bottom, #23235e 0%, #783996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23235e", endColorstr="#783996", GradientType=0);
}

.n01-facility__title {
  font-size: 4rem;
  margin: 10rem 0 5rem;
  text-align: center;
  font-style: italic;
}
.n01-facility__title br {
  display: none;
}
.n01-facility__title span {
  color: #00e467;
}
.n01-facility__title.n01-facility__title__l {
  color: #fff;
  font-size: 5rem;
}

.n01-facility__pickup__0102 {
  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: center;
  margin-bottom: 4rem;
}
.n01-facility__pickup__0102 > div {
  width: 45%;
  margin: 0 2.5% 3rem;
  max-width: 580px;
}
.n01-facility__pickup__0102 > div figure {
  margin-bottom: 3rem;
}
.n01-facility__pickup__0102 > div div {
  text-align: left;
}
.n01-facility__pickup__0102 > div div i {
  float: left;
}
.n01-facility__pickup__0102 > div div i img {
  height: 75px;
}
.n01-facility__pickup__0102 > div div dl {
  color: #fff;
  margin-left: 115px;
}
.n01-facility__pickup__0102 > div div dl dt {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.n01-facility__pickup__0102 > div div dl dd {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 560px) {
  .n01-facility__pickup__0102 > div div dl dt {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.n01-facility__pickup__long {
  height: 340px;
  background-image: url("../images/n01/n01_facility_long.jpg");
  background-size: auto 100%;
  background-position: center center;
}

.n01-facility__environment__image {
  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: center;
  margin: 0 auto 5rem;
  max-width: 1280px;
  text-align: center;
}
.n01-facility__environment__image > div {
  width: 23%;
  margin: 0 1%;
  text-align: left;
}
.n01-facility__environment__image > div dl dt {
  font-size: 1.8rem;
  margin: 2rem 0 1.5rem;
  font-weight: bold;
}
.n01-facility__environment__image > div dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

.n01-facility__wifi {
  border-top: 1px solid #ccc;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding: 4rem 7%;
}
.n01-facility__wifi img {
  max-width: 400px;
}

.n01-facility__sports {
  border: 2px dashed #23235e;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto 10rem;
  padding: 6rem;
}
.n01-facility__sports .n01-facility__title {
  margin: 2rem 0 4rem;
}

.n01-facility__sports__image {
  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: center;
}
.n01-facility__sports__image > div {
  width: 33.333%;
  text-align: left;
  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;
  align-items: center;
}
.n01-facility__sports__image > div:first-child {
  background: #000;
}
.n01-facility__sports__image > div img {
  width: 100%;
}
.n01-facility__sports__image > div dl {
  color: #fff;
  padding: 0 9%;
}
.n01-facility__sports__image > div dl dt {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.n01-facility__sports__image > div dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .n01-facility__title {
    font-size: 2.75rem;
    line-height: 1.25;
    margin: 5rem 0 4rem;
  }
  .n01-facility__title br {
    display: block;
  }
  .n01-facility__title.n01-facility__title__l {
    color: #fff;
    font-size: 3rem;
  }
  .n01-facility__pickup__0102 > div {
    width: 90%;
    margin: 0 5% 3rem;
  }
  .n01-facility__pickup__long {
    height: 210px;
  }
  .n01-facility__environment {
    margin: 0 0 0 5%;
  }
  .n01-facility__environment__image {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .n01-facility__environment__image > div {
    min-width: 240px;
    margin: 0 15px 0 0;
    box-sizing: content-box;
  }
  .n01-facility__environment__image > div:last-child {
    padding-right: 5%;
  }
  .n01-facility__sports {
    margin: 0 5% 2.5rem;
    padding: 3rem 5%;
  }
  .n01-facility__sports .n01-facility__title {
    margin: 0rem 0 2rem;
    line-height: 1.4;
  }
  .n01-facility__sports__image > div {
    width: 100%;
  }
  .n01-facility__sports__image > div dl {
    padding: 6rem 9%;
  }
}
/********************
 obog＆在校生
********************/
#main.obog__main, #main.gakusei__main {
  text-align: center;
}
#main.obog__main section.senior, #main.gakusei__main section.senior {
  min-height: 640px;
}
#main.obog__main section.senior .senior__heading, #main.gakusei__main section.senior .senior__heading {
  width: 65% !important;
  max-width: 450px;
  padding-top: 7rem;
  margin: 0 auto;
}
#main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a span {
  background-image: url("../images/n01/n01_obog_button_bg.jpg");
  background-size: 100% 100%;
}
#main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #00a4f9;
  margin-top: -1.5rem;
  position: relative;
  z-index: -1;
}
#main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a span {
  background-image: url("../images/n01/n01_gakusei_button_bg.jpg");
  background-size: 100% 100%;
}
#main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #00a4f9;
  margin-top: -1.5rem;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  #main.obog__main section.senior, #main.gakusei__main section.senior {
    min-height: 400px;
  }
  #main.obog__main section.senior .senior__heading, #main.gakusei__main section.senior .senior__heading {
    padding-top: 3rem;
    width: 240px !important;
  }
}
.n01-obog__content {
  width: 92%;
  margin: 0 auto;
}

.n01-obog__btnarea {
  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: center;
  margin: -30px auto 6rem auto;
}
.n01-obog__btnarea > p {
  width: 45%;
  margin: 0 5px;
  max-width: 395px;
}
.n01-obog__btnarea > p a {
  display: block;
}
.n01-obog__btnarea > p a span {
  font-size: 1.9rem;
  color: #fff;
  display: block;
  background: #23235e;
  line-height: 90px;
  font-weight: bold;
}
.n01-obog__btnarea > p a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 740px) {
  .n01-obog__btnarea > p a span {
    line-height: 60px;
  }
}
.n01-obog__copyarea {
  max-width: 940px;
  margin: 0 auto;
}
.n01-obog__copyarea dt p {
  font-size: 5.4rem;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 2rem;
  font-weight: bold;
}
.n01-obog__copyarea dt p br {
  display: none;
}
.n01-obog__copyarea dd p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2;
  font-weight: bold;
}
.n01-obog__copyarea .n01-obog__copyarea__btn {
  font-size: 1.8rem;
  display: block;
  border: 1px solid #ccc;
  color: #000;
  padding: 2rem 4rem 2rem 2rem;
  max-width: 640px;
  width: 100%;
  margin: 6rem auto 3rem auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  /*a {font-size:1.8rem;display:block;border:1px solid #ccc;color:#000;padding:2rem 0 2rem 3.8rem;max-width:640px;width:100%;margin:6rem auto 3rem auto;
    i {float:right;margin-right:2rem;}
  }*/
}
.n01-obog__copyarea .n01-obog__copyarea__btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#entry-search-box #search-box-1 .customSelectList {
  top: 58px;
  width: 100%;
}

@media screen and (max-width: 740px) {
  #entry-search-box #search-box-1 {
    width: 100% !important;
    max-width: 384px;
  }
}
.n01_obog-box {
  width: auto !important;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n01_obog-box .obog-ph,
.n01_obog-box .zaigakusei-ph {
  display: inline-block;
  float: none;
  margin: 20px;
  width: 170px;
  height: 170px;
}
.n01_obog-box .obog-ph .ph img,
.n01_obog-box .zaigakusei-ph .ph img {
  width: 170px;
  height: 170px;
}
.n01_obog-box .obog-ph .icon,
.n01_obog-box .zaigakusei-ph .icon {
  top: 0px;
  left: 0px;
  width: 44px;
}
.n01_obog-box .obog-ph .hover,
.n01_obog-box .zaigakusei-ph .hover {
  font-size: 1.4rem !important;
  width: 170px;
  height: 170px;
}
.n01_obog-box .obog-ph .hover-i .gakka,
.n01_obog-box .zaigakusei-ph .hover-i .gakka {
  margin-bottom: 1rem;
}
.n01_obog-box .obog-ph .hover .hover-i .title,
.n01_obog-box .zaigakusei-ph .hover .hover-i .title {
  font-size: 125%;
}
.n01_obog-box .obog-ph a#entry-open {
  font-size: 0px;
}
.n01_obog-box .zaigakusei-ph a#entry-open {
  font-size: 0px;
}
.n01_obog-box .zaigakusei-ph .icon {
  top: -15px;
}
.n01_obog-box .zaigakusei-ph div.hover,
.n01_obog-box .zaigakusei-ph p.ph img {
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  -o-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
}

@media screen and (max-width: 740px) {
  .n01_obog-box {
    max-width: 360px;
    padding: 0;
  }
}
@media screen and (max-width: 740px) {
  .n01_obog-box .obog-ph,
  .n01_obog-box .zaigakusei-ph,
  .n01_obog-box .obog-ph .ph img,
  .n01_obog-box .zaigakusei-ph .ph img,
  .n01_obog-box .obog-ph .link a,
  .n01_obog-box .zaigakusei-ph .link a {
    width: 140px;
    height: 140px;
  }
  .n01_obog-box .obog-ph .icon,
  .n01_obog-box .zaigakusei-ph .icon {
    width: 36px !important;
  }
}
@media screen and (max-width: 345px) {
  .n01_obog-box .obog-ph,
  .n01_obog-box .zaigakusei-ph {
    margin: 9px;
  }
}
.n01-obog__pagination {
  text-align: center;
  margin: 4rem auto 8rem auto;
}
.n01-obog__pagination span,
.n01-obog__pagination a {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  margin: 10px;
  line-height: 60px;
}
.n01-obog__pagination span.current,
.n01-obog__pagination a.current {
  background-image: url("../images/n01/n01_obog_pagenation_bg.svg");
  background-size: 100%;
  color: #fff;
}

@media screen and (max-width: 740px) {
  #main.obog__main section.senior, #main.gakusei__main section.senior {
    background-image: url("../images/dist/section/senior/senior_bg_sp.jpg");
  }
  #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after, #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after, #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after, #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after {
    margin-top: -2rem;
  }
  .n01-obog__btnarea {
    margin: -30px auto 3rem auto;
  }
  .n01-obog__btnarea > p a span {
    font-size: 1.6rem;
  }
  .n01-obog__copyarea dt p {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .n01-obog__copyarea dt p br {
    display: block;
  }
  .n01-obog__copyarea dd p {
    font-size: 1.6rem;
  }
  .n01-obog__copyarea .n01-obog__copyarea__btn a {
    margin: 3rem auto 3rem auto;
  }
  .n01-obog__pagination {
    margin: 3rem auto 6rem auto;
  }
  .n01-obog__pagination span,
  .n01-obog__pagination a {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    margin: 0px;
    line-height: 40px;
  }
}
/********************

********************/
.n01-price__size_big,
.n01-price__size {
  font-size: 2.8rem !important;
}

/********************
 就職実績
********************/
.n01-overview__head {
  margin: 6rem auto;
  max-width: 960px;
}
.n01-overview__head__ttl {
  font-size: 6.4rem;
  font-style: italic;
  color: #23235e;
  font-weight: bold;
  text-align: center;
}
.n01-overview__head__ttl span {
  color: #00e467;
}
.n01-overview__head__ttl br {
  display: none;
}
.n01-overview__head p {
  font-size: 1.9rem;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 3rem;
}

.n01-overview__support {
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-bottom: 6rem;
}
.n01-overview__support__ttl {
  padding: 6rem 0 3rem;
}
.n01-overview__support__ttl img {
  width: 500px;
}

.n01-overview__support__container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 3%;
}
.n01-overview__support__container div.n01-overview__support__box {
  min-width: 320px;
  border: 1px solid #fff;
  border-top: 0px;
  margin: 0 40px 0 0;
  position: relative;
  overflow: visible;
}
.n01-overview__support__container div.n01-overview__support__box i {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: -47px;
  z-index: 2;
}
.n01-overview__support__container div.n01-overview__support__box i img {
  height: 70px;
}
.n01-overview__support__container div.n01-overview__support__box dl {
  color: #fff;
  padding: 30px;
}
.n01-overview__support__container div.n01-overview__support__box dl dt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2rem;
}
.n01-overview__support__container div.n01-overview__support__box dl dt span {
  color: #ff5dcd;
}
.n01-overview__support__container div.n01-overview__support__box dl dt.n01-overview__support__box__one {
  padding-top: 12px;
  height: 66px;
}
.n01-overview__support__container div.n01-overview__support__box dl dd {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
}

.n01-overview__employ {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 6rem auto;
  padding: 98px 15px 6rem;
}
.n01-overview__employ__ttl {
  font-size: 2rem;
  font-style: italic;
}

.n01-overview__employ__head {
  padding: 24px 0 48px;
}
.n01-overview__employ__head img {
  height: 55px;
}

.n01-overview__employ__tab {
  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;
  padding: 0 0 5rem 0;
}
.n01-overview__employ__tab li {
  width: 33.333%;
  background: #f2f2f2;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
.n01-overview__employ__tab li.n01-overvire__color__1 a.current {
  background: #00ccc2;
  color: #fff;
}
.n01-overview__employ__tab li.n01-overvire__color__2 a.current {
  background: #00a1ff;
  color: #fff;
}
.n01-overview__employ__tab li.n01-overvire__color__3 a.current {
  background: #ca4ecc;
  color: #fff;
}
.n01-overview__employ__tab li a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 3rem 0;
  font-size: 1.8rem;
}

.n01-overview__employ__box {
  text-align: left;
}
.n01-overview__employ__box .n01-overview__employ__1 {
  float: left;
  width: 46%;
  margin-bottom: 4rem;
}
.n01-overview__employ__box .n01-overview__employ__1 h5 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 50px 0 2rem;
}
.n01-overview__employ__box .n01-overview__employ__1 h5 br {
  display: none;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__1 {
  color: #00ccc2;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__2 {
  color: #00a1ff;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__3 {
  color: #ca4ecc;
  margin-top: 25px;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__3 br {
  display: block;
}
.n01-overview__employ__box .n01-overview__employ__1 p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
  margin-bottom: 3rem;
}
.n01-overview__employ__box .n01-overview__employ__1 ul {
  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;
}
.n01-overview__employ__box .n01-overview__employ__1 ul li {
  width: 49%;
  background: #000;
  text-align: center;
}
.n01-overview__employ__box .n01-overview__employ__1 ul li + li {
  margin-left: 2%;
  background: #23235e;
}
.n01-overview__employ__box .n01-overview__employ__1 ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 2.5rem 0;
  line-height: 1;
}
.n01-overview__employ__box .n01-overview__employ__1 h6 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}
.n01-overview__employ__box .n01-overview__employ__2 {
  float: right;
  width: 50%;
}
.n01-overview__employ__box .n01-overview__employ__2 p {
  height: 50px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.n01-overview__employ__box .n01-overview__employ__2 span {
  font-size: 1.2rem;
  padding-top: 1rem;
  display: block;
}
.n01-overview__employ__box .n01-overview__employ__3 {
  clear: both;
  *zoom: 1;
}
.n01-overview__employ__box .n01-overview__employ__3::before {
  content: " ";
  display: table;
}
.n01-overview__employ__box .n01-overview__employ__3::after {
  content: " ";
  display: table;
  clear: both;
}
.n01-overview__employ__box .n01-overview__employ__3__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.n01-overview__employ__box .n01-overview__employ__3 ul {
  float: left;
  width: 25%;
  padding-right: 3rem;
}
.n01-overview__employ__box .n01-overview__employ__3 ul li {
  font-size: 1.4rem;
  line-height: 2;
}

.n01-overview__employ__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.n01-overview__employ__data__left {
  padding-top: 6rem;
  width: calc(50% - 6rem);
}
.n01-overview__employ__data__left .btn__area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.n01-overview__employ__data__left .btn__area__btn {
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
  width: calc(50% - 1rem);
}
.n01-overview__employ__data__left .btn__area__btn:first-child {
  background-color: #000;
}
.n01-overview__employ__data__left .btn__area__btn:nth-child(2) {
  background-color: #23235e;
}
.n01-overview__employ__data__left h5 {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.n01-overview__employ__data__left p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 5.2rem;
}
.n01-overview__employ__data__left p.ttl_gakka {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem;
}

.n01-overview__employ__data__right {
  width: 50%;
}
.n01-overview__employ__data__right h6 {
  font-size: 2.4rem;
  height: 6rem;
  text-align: center;
}
.n01-overview__employ__data__right .caution {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.n01-overview__employ__data__right__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.n01-overview__employ__data__right__box__rate {
  color: #fff;
  width: calc(50% - 2rem);
  height: 30rem;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.tab1 .n01-overview__employ__data__left h5 {
  color: #00ccc2;
}

.tab2 .n01-overview__employ__data__left h5 {
  color: #00a1ff;
}

.tab3 .n01-overview__employ__data__left {
  padding-top: 4rem;
}
.tab3 .n01-overview__employ__data__left h5 {
  color: #ca4ecc;
}
.tab3 .n01-overview__employ__data__left p {
  margin-bottom: 3rem;
}

.tab1 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #00ccc2;
}

.tab2 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #00a1ff;
}

.tab3 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #ca4ecc;
}

.n01-overview__employ__data .n01-overview__employ__data__right__box__rate > div {
  width: 100%;
}
.n01-overview__employ__data .n01-overview__employ__data__right__box__rate .ttl {
  font-size: 2.4rem;
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid;
}
.n01-overview__employ__data .n01-overview__employ__data__right__box__rate img {
  height: 8.4rem;
}
.n01-overview__employ__data .n01-overview__employ__data__right__box__rate .num {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .n01-overview__head {
    padding: 0 5%;
  }
  .n01-overview__head h4 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .n01-overview__head h4 br {
    display: block;
  }
  .n01-overview__head p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .n01-overview__support h4 img {
    width: 300px;
  }
  .n01-overview__support__container {
    margin: 0 5%;
  }
  .n01-overview__support__container div.n01-overview__support__box {
    min-width: 240px;
    margin-right: 25px;
  }
  .n01-overview__support__container div.n01-overview__support__box i {
    top: -40px;
  }
  .n01-overview__support__container div.n01-overview__support__box i img {
    height: 60px;
  }
  .n01-overview__support__container div.n01-overview__support__box dl {
    padding: 15px;
  }
  .n01-overview__support__container div.n01-overview__support__box dl dt {
    font-size: 1.9rem;
  }
  .n01-overview__support__container div.n01-overview__support__box dl dt.n01-overview__support__box__one {
    padding-top: 0px;
    height: auto;
  }
  .n01-overview__support__container div.n01-overview__support__box dl dd {
    font-size: 1.3rem;
  }
  .n01-overview__employ {
    margin: 0 5% 6rem;
  }
  .n01-overview__employ h4 {
    font-size: 1.8rem;
  }
  .n01-overview__employ .n01-overview__employ__head {
    padding: 10px 0 28px;
  }
  .n01-overview__employ .n01-overview__employ__head img {
    height: 30px;
    margin: 0 0 0.5rem 0;
  }
  .n01-overview__employ__tab li {
    width: 100%;
  }
  .n01-overview__employ__tab li a {
    padding: 2rem 0;
  }
  .n01-overview__employ__box .n01-overview__employ__1 {
    float: none;
    width: 100%;
  }
  .n01-overview__employ__box .n01-overview__employ__1 h5 {
    font-size: 3rem;
    margin-top: 0px !important;
  }
  .n01-overview__employ__box .n01-overview__employ__1 h5 br {
    display: block;
  }
  .n01-overview__employ__box .n01-overview__employ__1 ul li a {
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .n01-overview__employ__box .n01-overview__employ__2 {
    float: none;
    width: 100%;
  }
  .n01-overview__employ__box .n01-overview__employ__2 p {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .n01-overview__employ__box .n01-overview__employ__3 h5 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .n01-overview__employ__box .n01-overview__employ__3 ul {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
    width: calc(50% - 1rem);
    height: calc(50vw - 3rem);
    padding: 0 2%;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left {
    padding-top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .tab3 .n01-overview__employ__data .n01-overview__employ__data__left {
    padding-top: 0;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left h5 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left p {
    margin-bottom: 2.4rem;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left .btn__area .btn__area__btn {
    font-size: 1.4rem;
    padding: 2.6rem 0.5rem;
    width: calc(50% - 0.3rem);
  }
  .n01-overview__employ__data .n01-overview__employ__data__right {
    width: 100%;
  }
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate img {
    height: 12.4vw;
  }
  .n01-overview__employ__data .n01-overview__employ__data__right h6 {
    font-size: 1.8rem;
    height: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .ttl {
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
  }
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .num {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.n01-overview__employ__data__right__box__arrow {
  width: 3.9rem;
}

@media screen and (max-width: 768px) {
  .n01-overview__employ__data__right__box__arrow {
    width: 1.9rem;
  }
}
.n01-overview__employ__data__right__box {
  align-items: center;
}

/********************
 募集要項系
********************/
.spOnly .c01-jukensei__navi {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.spOnly .c01-jukensei__navi li {
  width: auto;
  min-width: 18rem;
}

@media screen and (max-width: 768px) {
  .pcOnly .c01-jukensei__navi {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .pcOnly .c01-jukensei__navi li {
    width: auto;
    min-width: 18rem;
  }
}
.c01-jukensei__navi li {
  background: #f2f2f2;
}
.c01-jukensei__navi li a {
  height: 100%;
}

.n01-table__caption {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .n01-table__caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .n01-ttl02 h2 {
    line-height: 2.8rem;
  }
}
/********************
 矯正
********************/
.n01-ttl__header__heading__txt {
  letter-spacing: 1.1rem;
}

dl.n01-toggle > dt {
  padding-right: 4.5rem;
}

@media screen and (max-width: 768px) {
  dl.n01-toggle > dt:hover {
    background: #666666;
  }
  dl.n01-toggle > dt.active {
    background: #22225e;
  }
}
.no01-ttl04 {
  font-size: 1.8rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .no01-ttl04 {
    font-size: 1.6rem !important;
  }
}
article.n01-container p[data-n01-lineheight=small] {
  margin-top: 0.5rem !important;
}

dl.n01-toggle > dd {
  margin-bottom: 6rem !important;
}
dl.n01-toggle > dd dl + dl {
  margin-top: 2.5rem;
}

.n01-price__size_big,
.n01-price__size {
  font-family: Century Gothic, "Questrial", sans-serif;
}

.n01-main__heading__large {
  max-width: 100%;
}

.n-01__main__btn {
  width: 100%;
}

hr[data-n01-line=dashed] {
  text-align: left;
}
hr[data-n01-line=dashed]:before {
  border-width: 1px 0 1px 0;
}

.n01-main__heading__small {
  white-space: nowrap;
}

.breadcrumbs__container {
  display: block !important;
  padding: 0.3rem 1rem 0 0;
}
.breadcrumbs__container > span {
  line-height: 1.25;
}

.home .breadcrumbs__container .breadcrumb_last,
.breadcrumbs__container > span > span > a {
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: bottom;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/dist/common/icon/icon_home_white.svg) no-repeat center;
}

.n-01-guide__contents__box__heading span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.4;
}

.footer__btnarea {
  z-index: 100;
}

.child-nav__grandmenu__box__heading {
  position: relative;
}

@media screen and (max-width: 560px) {
  .header__accordion__btn::before, .header__accordion__btn::after {
    font-size: 0px;
    line-height: 0px;
    top: 50%;
  }
}
.child-nav__grandmenu__box__heading__icon {
  width: 1.7rem;
}

.n03-shikaku__title__pickup {
  /*font-size:6.4rem !important;*/
  margin: 7rem auto 3rem auto !important;
  -webkit-transform: skewX(0deg) !important;
  transform: skewX(0deg) !important;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .n03-shikaku__title__pickup {
    /*font-size:3.2rem !important;  */
  }
}
.n03-shikaku__title__text {
  font-size: 1.8rem;
  width: 90% !important;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 560px) {
  .course__header__heading__text,
  .course__header__years {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
  .game__job__heading {
    color: #dd5a77;
    background-image: -moz-linear-gradient(left, #dd5a77 0%, #eb623c 100%);
    background-image: -webkit-linear-gradient(left, #dd5a77 0%, #eb623c 100%);
    background-image: linear-gradient(to right, #dd5a77 0%, #eb623c 100%);
  }
  .course__curriculum__box__list__item {
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-right: 1rem;
  }
}
.game__btn-gradient {
  background-image: -moz-linear-gradient(-45deg, #ca4ecc 0%, #eb623c 50%);
  background-image: -webkit-linear-gradient(-45deg, #ca4ecc 0%, #eb623c 50%);
  background-image: linear-gradient(135deg, #ca4ecc 0%, #eb623c 50%);
}

.senior__btn-01 {
  background-image: -moz-linear-gradient(135deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
  background-image: -webkit-linear-gradient(135deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
  background-image: linear-gradient(-45deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
}

.senior__btn-02 {
  background-image: -moz-linear-gradient(135deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
  background-image: -webkit-linear-gradient(135deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
  background-image: linear-gradient(-45deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
}

@media screen and (min-width: 561px) {
  img[src$=".svg"].child-nav__visitor__link__icon {
    max-width: 33px;
    max-height: 30px;
    width: 100%;
    height: 100%;
  }
}
/********************
 NEWS 詳細
********************/
.news-detail-box {
  max-width: 640px;
  margin: 0 auto !important;
	font-feature-settings: "palt";
}

.news-detail-title {
  font-size: 3.6rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.news-detail-date {
  display: none;
}

.news-detail-notice {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  margin: 2rem 0 5rem 0 !important;
}
.news-detail-notice li {
  margin-right: 0.5rem !important;
}

.news-detail-text p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  font-weight: 300;
}

.news-detail-back {
  border-top: 1px solid #ccc;
  margin: 6.5rem auto 7rem auto !important;
  padding-top: 6.5rem !important;
}
.news-detail-back a.news-detail-back-link {
  width: 100% !important;
  max-width: 335px !important;
  color: #000 !important;
}
.news-detail-back a.news-detail-back-link span.news-detail-back-text {
  font-size: 1.4rem !important;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .news-detail-box {
    margin: 0 6% !important;
  }
  .news-hr {
    margin: 0 0 4rem 0 !important;
  }
  .news-detail-title {
    font-size: 2.4rem !important;
  }
}
/********************
 NEWS 一覧
********************/
.news-ul {
  max-width: 100%;
}
.news-ul .news-li {
  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;
  min-width: inherit !important;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-ul .news-li a {
  display: flex;
  align-items: flex-start;
  border: none !important;
  font-weight: 200;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.5;
  padding: 24.5px 45px 24.5px 0px !important;
}
.news-ul .news-li a i {
  position: absolute;
  font-size: 2rem !important;
  color: #23235e !important;
}
.news-ul .news-li a:hover i {
  right: 12px;
}
.news-ul .news-li a span {
  display: block;
  padding: 4px 0;
  line-height: 1.5;
  margin-top: 0;
}
.news-ul .news-li .news-desc {
  flex: 1;
  /*
    width: auto !important;
    margin: 0px !important;
  */
}
.news-ul .news-li .news-desc p {
  display: inline-block;
  line-height: 1.5;
}
.news-ul .news-li .news-text-table-category {
  min-width: 150px;
  margin: 0 0 0 0;
  padding: 4px 15px;
}

@media screen and (max-width: 560px) {
  .news-ul .news-li a,
  .news-ul .news-li .news-desc {
    display: block;
  }
  .news-ul .news-li a span {
    display: inline-block;
  }
}
#selected_news i {
  font-size: 2.4rem !important;
  top: 50% !important;
  -o-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
#selected_news span a {
  color: #000;
}

#news_cat_sel li a.news_drop_item {
  border: 1px solid #ffffff !important;
  border-width: 1px 0 0 0 !important;
  font-weight: 200;
}
#news_cat_sel li a.news_drop_item i {
  display: none !important;
}

.n01_news-pn {
  min-height: 75px;
  margin-top: 50px;
}
.n01_news-pn .paging {
  margin: 0px !important;
}

/*************** SCROLLBAR ***************/
.scroll-wrapper {
  overflow: hidden !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 10rem 0 3rem;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-external_wrapper {
  position: relative;
}

.external-scroll_x {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 6px;
  left: 14%;
  top: 0;
  width: 72%;
}
.external-scroll_x div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.external-scroll_x .scroll-bar {
  background: #ff5dcd;
  z-index: 12;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .external-scroll_x.scroll-scrollx_visible {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .external-scroll_x .scroll-bar {
    width: 24%;
  }
}
/* 2020/02/12 一時的に追記*/
@media screen and (max-width: 1024px) {
  .n01-overview__employ {
    padding: 6rem 30px;
  }
  .n01_obog-box {
    /* 学生ページの調整 */
    /* OB・OG紹介 */
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .n01-overview__employ {
    padding: 6rem 15px;
  }
}
@media screen and (min-width: 1640px) {
  .recruit__list__link {
    /*height: 20rem;*/
    padding: 3.5rem 4.5rem 3.5rem 3.5rem;
    font-size: 2rem;
  }
}
/* 20200225 add */
.top__news .top__news__box:not(:last-of-type) {
  margin-bottom: 20px;
}

.top__news__box {
  align-items: flex-start;
}

.top__news__box__heading {
  line-height: 1.6;
}

.top__news__box__content {
  flex: 1;
  line-height: 1.6;
}

.gaiyo__message__schoolname {
  margin-bottom: 0;
}

.gaiyo__message__headmaster__big {
  font-weight: 500;
  letter-spacing: 2px;
}

.course__timetable__tablearea table tbody td {
  line-height: 1.4;
  padding: 15px 5px;
}

.child-nav.is-viewed {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.child-nav.is-viewed::-webkit-scrollbar {
  display: none;
}

.child-nav__block {
  overflow-y: visible;
}

.headerActive {
  background: #000000;
}

@media screen and (min-width: 561px) {
  .child-nav {
    /*margin-top:9.3rem;*/
    padding-top: 0rem;
  }
}
@media screen and (max-width: 560px) {
  .child-nav {
    /*margin-top:7.7rem;*/
    padding-top: 0;
  }
  .course__picup__box__header {
    padding-top: 0;
  }
  .game__pickup__box__header,
  .game-specialist__pickup__box__header {
    padding-top: 6.5rem;
  }
  .course__header__heading__text {
    margin-left: 20px;
  }
  .course__header__years {
    padding-left: 20px;
  }
}

/********************
 総合
********************/
.n01-ttl__header__heading__svg {
  display: block;
  margin-top: 2rem;
}
.n01-ttl__header__heading__svg img {
  height: 10px;
}

.n01-bgno {
  background: none;
}

@media screen and (min-width: 561px) {
  .n01-SP {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .n01-768 {
    display: none;
  }
}
/********************
 施設・設備
********************/
.n01-facility__pickup {
  text-align: center;
  padding: 1px 0 0 0;
  background: #23235e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjM1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODM5OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #23235e 0%, #783996 100%);
  background: -webkit-linear-gradient(top, #23235e 0%, #783996 100%);
  background: linear-gradient(to bottom, #23235e 0%, #783996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23235e", endColorstr="#783996", GradientType=0);
}

.n01-facility__title {
  font-size: 4rem;
  margin: 10rem 0 5rem;
  text-align: center;
  font-style: italic;
}
.n01-facility__title br {
  display: none;
}
.n01-facility__title span {
  @charset "UTF-8";
  /* CSS Document */
  @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
  @import url("https://fonts.googleapis.com/css?family=Questrial&display=swap");
  /********************
   総合
  ********************/
  /********************
   施設・設備
  ********************/
  /********************
   obog＆在校生
  ********************/
  /********************

  ********************/
  /********************
   就職実績
  ********************/
  /********************
   募集要項系
  ********************/
  /********************
   矯正
  ********************/
  /********************
   NEWS 詳細
  ********************/
  /********************
   NEWS 一覧
  ********************/
  /*************** SCROLLBAR ***************/
  /* 2020/02/12 一時的に追記*/
  /* 20200225 add */

  color: #00e467;
}
.n01-facility__title span .n01-ttl__header__heading__svg {
  display: block;
  margin-top: 2rem;
}
.n01-facility__title span .n01-ttl__header__heading__svg img {
  height: 10px;
}
.n01-facility__title span .n01-bgno {
  background: none;
}
@media screen and (min-width: 561px) {
  .n01-facility__title span .n01-SP {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .n01-facility__title span .n01-768 {
    display: none;
  }
}
.n01-facility__title span .n01-facility__pickup {
  text-align: center;
  padding: 1px 0 0 0;
  background: #23235e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjM1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODM5OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #23235e 0%, #783996 100%);
  background: -webkit-linear-gradient(top, #23235e 0%, #783996 100%);
  background: linear-gradient(to bottom, #23235e 0%, #783996 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23235e", endColorstr="#783996", GradientType=0);
}
.n01-facility__title span .n01-facility__title {
  font-size: 4rem;
  margin: 10rem 0 5rem;
  text-align: center;
  font-style: italic;
}
.n01-facility__title span .n01-facility__title br {
  display: none;
}
.n01-facility__title span .n01-facility__title span {
  color: #00e467;
}
.n01-facility__title span .n01-facility__title.n01-facility__title__l {
  color: #fff;
  font-size: 5rem;
}
.n01-facility__title span .n01-facility__pickup__0102 {
  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: center;
  margin-bottom: 4rem;
}
.n01-facility__title span .n01-facility__pickup__0102 > div {
  width: 45%;
  margin: 0 2.5% 3rem;
  max-width: 580px;
}
.n01-facility__title span .n01-facility__pickup__0102 > div figure {
  margin-bottom: 3rem;
}
.n01-facility__title span .n01-facility__pickup__0102 > div div {
  text-align: left;
}
.n01-facility__title span .n01-facility__pickup__0102 > div div i {
  float: left;
}
.n01-facility__title span .n01-facility__pickup__0102 > div div i img {
  height: 75px;
}
.n01-facility__title span .n01-facility__pickup__0102 > div div dl {
  color: #fff;
  margin-left: 115px;
}
.n01-facility__title span .n01-facility__pickup__0102 > div div dl dt {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.n01-facility__title span .n01-facility__pickup__0102 > div div dl dd {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .n01-facility__pickup__0102 > div div dl dt {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.n01-facility__title span .n01-facility__pickup__long {
  height: 340px;
  background-image: url("../images/n01/n01_facility_long.jpg");
  background-size: auto 100%;
  background-position: center center;
}
.n01-facility__title span .n01-facility__environment__image {
  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: center;
  margin: 0 auto 5rem;
  max-width: 1280px;
  text-align: center;
}
.n01-facility__title span .n01-facility__environment__image > div {
  width: 23%;
  margin: 0 1%;
  text-align: left;
}
.n01-facility__title span .n01-facility__environment__image > div dl dt {
  font-size: 1.8rem;
  margin: 2rem 0 1.5rem;
  font-weight: bold;
}
.n01-facility__title span .n01-facility__environment__image > div dl dd {
  font-size: 1.4rem;
  line-height: 2;
}
.n01-facility__title span .n01-facility__wifi {
  border-top: 1px solid #ccc;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding: 4rem 7%;
}
.n01-facility__title span .n01-facility__wifi img {
  max-width: 400px;
}
.n01-facility__title span .n01-facility__sports {
  border: 2px dashed #23235e;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto 10rem;
  padding: 6rem;
}
.n01-facility__title span .n01-facility__sports .n01-facility__title {
  margin: 2rem 0 4rem;
}
.n01-facility__title span .n01-facility__sports__image {
  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: center;
}
.n01-facility__title span .n01-facility__sports__image > div {
  width: 33.333%;
  text-align: left;
  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;
  align-items: center;
}
.n01-facility__title span .n01-facility__sports__image > div:first-child {
  background: #000;
}
.n01-facility__title span .n01-facility__sports__image > div img {
  width: 100%;
}
.n01-facility__title span .n01-facility__sports__image > div dl {
  color: #fff;
  padding: 0 9%;
}
.n01-facility__title span .n01-facility__sports__image > div dl dt {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.n01-facility__title span .n01-facility__sports__image > div dl dd {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-facility__title {
    font-size: 2.75rem;
    line-height: 1.25;
    margin: 5rem 0 4rem;
  }
  .n01-facility__title span .n01-facility__title br {
    display: block;
  }
  .n01-facility__title span .n01-facility__title.n01-facility__title__l {
    color: #fff;
    font-size: 3rem;
  }
  .n01-facility__title span .n01-facility__pickup__0102 > div {
    width: 90%;
    margin: 0 5% 3rem;
  }
  .n01-facility__title span .n01-facility__pickup__long {
    height: 210px;
  }
  .n01-facility__title span .n01-facility__environment {
    margin: 0 0 0 5%;
  }
  .n01-facility__title span .n01-facility__environment__image {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .n01-facility__title span .n01-facility__environment__image > div {
    min-width: 240px;
    margin: 0 15px 0 0;
    box-sizing: content-box;
  }
  .n01-facility__title span .n01-facility__environment__image > div:last-child {
    padding-right: 5%;
  }
  .n01-facility__title span .n01-facility__sports {
    margin: 0 5% 2.5rem;
    padding: 3rem 5%;
  }
  .n01-facility__title span .n01-facility__sports .n01-facility__title {
    margin: 0rem 0 2rem;
    line-height: 1.4;
  }
  .n01-facility__title span .n01-facility__sports__image > div {
    width: 100%;
  }
  .n01-facility__title span .n01-facility__sports__image > div dl {
    padding: 6rem 9%;
  }
}
.n01-facility__title span #main.obog__main, .n01-facility__title span #main.gakusei__main {
  text-align: center;
}
.n01-facility__title span #main.obog__main section.senior, .n01-facility__title span #main.gakusei__main section.senior {
  min-height: 640px;
}
.n01-facility__title span #main.obog__main section.senior .senior__heading, .n01-facility__title span #main.gakusei__main section.senior .senior__heading {
  width: 65% !important;
  max-width: 450px;
  padding-top: 7rem;
  margin: 0 auto;
}
.n01-facility__title span #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a span {
  background-image: url("../images/n01/n01_obog_button_bg.jpg");
  background-size: 100% 100%;
}
.n01-facility__title span #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #00a4f9;
  margin-top: -1.5rem;
  position: relative;
  z-index: -1;
}
.n01-facility__title span #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a span {
  background-image: url("../images/n01/n01_gakusei_button_bg.jpg");
  background-size: 100% 100%;
}
.n01-facility__title span #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #00a4f9;
  margin-top: -1.5rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 560px) {
  .n01-facility__title span #main.obog__main section.senior, .n01-facility__title span #main.gakusei__main section.senior {
    min-height: 400px;
  }
  .n01-facility__title span #main.obog__main section.senior .senior__heading, .n01-facility__title span #main.gakusei__main section.senior .senior__heading {
    padding-top: 3rem;
    width: 240px !important;
  }
}
.n01-facility__title span .n01-obog__content {
  width: 92%;
  margin: 0 auto;
}
.n01-facility__title span .n01-obog__btnarea {
  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: center;
  margin: -30px auto 6rem auto;
}
.n01-facility__title span .n01-obog__btnarea > p {
  width: 45%;
  margin: 0 5px;
  max-width: 395px;
}
.n01-facility__title span .n01-obog__btnarea > p a {
  display: block;
}
.n01-facility__title span .n01-obog__btnarea > p a span {
  font-size: 1.9rem;
  color: #fff;
  display: block;
  background: #23235e;
  line-height: 90px;
  font-weight: bold;
}
.n01-facility__title span .n01-obog__btnarea > p a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 740px) {
  .n01-facility__title span .n01-obog__btnarea > p a span {
    line-height: 60px;
  }
}
.n01-facility__title span .n01-obog__copyarea {
  max-width: 940px;
  margin: 0 auto;
}
.n01-facility__title span .n01-obog__copyarea dt p {
  font-size: 5.4rem;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 2rem;
  font-weight: bold;
}
.n01-facility__title span .n01-obog__copyarea dt p br {
  display: none;
}
.n01-facility__title span .n01-obog__copyarea dd p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2;
  font-weight: bold;
}
.n01-facility__title span .n01-obog__copyarea .n01-obog__copyarea__btn {
  font-size: 1.8rem;
  display: block;
  border: 1px solid #ccc;
  color: #000;
  padding: 2rem 4rem 2rem 2rem;
  max-width: 640px;
  width: 100%;
  margin: 6rem auto 3rem auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  /*a {font-size:1.8rem;display:block;border:1px solid #ccc;color:#000;padding:2rem 0 2rem 3.8rem;max-width:640px;width:100%;margin:6rem auto 3rem auto;
    i {float:right;margin-right:2rem;}
  }*/
}
.n01-facility__title span .n01-obog__copyarea .n01-obog__copyarea__btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.n01-facility__title span #entry-search-box #search-box-1 .customSelectList {
  top: 58px;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .n01-facility__title span #entry-search-box #search-box-1 {
    width: 100% !important;
    max-width: 384px;
  }
}
.n01-facility__title span .n01_obog-box {
  width: auto !important;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n01-facility__title span .n01_obog-box .obog-ph,
.n01-facility__title span .n01_obog-box .zaigakusei-ph {
  display: inline-block;
  float: none;
  margin: 20px;
  width: 170px;
  height: 170px;
}
.n01-facility__title span .n01_obog-box .obog-ph .ph img,
.n01-facility__title span .n01_obog-box .zaigakusei-ph .ph img {
  width: 170px;
  height: 170px;
}
.n01-facility__title span .n01_obog-box .obog-ph .icon,
.n01-facility__title span .n01_obog-box .zaigakusei-ph .icon {
  top: 0px;
  left: 0px;
  width: 44px;
}
.n01-facility__title span .n01_obog-box .obog-ph .hover,
.n01-facility__title span .n01_obog-box .zaigakusei-ph .hover {
  font-size: 1.4rem !important;
  width: 170px;
  height: 170px;
}
.n01-facility__title span .n01_obog-box .obog-ph .hover-i .gakka,
.n01-facility__title span .n01_obog-box .zaigakusei-ph .hover-i .gakka {
  margin-bottom: 1rem;
}
.n01-facility__title span .n01_obog-box .obog-ph .hover .hover-i .title,
.n01-facility__title span .n01_obog-box .zaigakusei-ph .hover .hover-i .title {
  font-size: 125%;
}
.n01-facility__title span .n01_obog-box .obog-ph a#entry-open {
  font-size: 0px;
}
.n01-facility__title span .n01_obog-box .zaigakusei-ph a#entry-open {
  font-size: 0px;
}
.n01-facility__title span .n01_obog-box .zaigakusei-ph .icon {
  top: -15px;
}
.n01-facility__title span .n01_obog-box .zaigakusei-ph div.hover,
.n01-facility__title span .n01_obog-box .zaigakusei-ph p.ph img {
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  -o-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
}
@media screen and (max-width: 740px) {
  .n01-facility__title span .n01_obog-box {
    max-width: 360px;
    padding: 0;
  }
}
@media screen and (max-width: 740px) {
  .n01-facility__title span .n01_obog-box .obog-ph,
  .n01-facility__title span .n01_obog-box .zaigakusei-ph,
  .n01-facility__title span .n01_obog-box .obog-ph .ph img,
  .n01-facility__title span .n01_obog-box .zaigakusei-ph .ph img,
  .n01-facility__title span .n01_obog-box .obog-ph .link a,
  .n01-facility__title span .n01_obog-box .zaigakusei-ph .link a {
    width: 140px;
    height: 140px;
  }
  .n01-facility__title span .n01_obog-box .obog-ph .icon,
  .n01-facility__title span .n01_obog-box .zaigakusei-ph .icon {
    width: 36px !important;
  }
}
@media screen and (max-width: 345px) {
  .n01-facility__title span .n01_obog-box .obog-ph,
  .n01-facility__title span .n01_obog-box .zaigakusei-ph {
    margin: 9px;
  }
}
.n01-facility__title span .n01-obog__pagination {
  text-align: center;
  margin: 4rem auto 8rem auto;
}
.n01-facility__title span .n01-obog__pagination span,
.n01-facility__title span .n01-obog__pagination a {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  margin: 10px;
  line-height: 60px;
}
.n01-facility__title span .n01-obog__pagination span.current,
.n01-facility__title span .n01-obog__pagination a.current {
  background-image: url("../images/n01/n01_obog_pagenation_bg.svg");
  background-size: 100%;
  color: #fff;
}
@media screen and (max-width: 740px) {
  .n01-facility__title span #main.obog__main section.senior, .n01-facility__title span #main.gakusei__main section.senior {
    background-image: url("../images/dist/section/senior/senior_bg_sp.jpg");
  }
  .n01-facility__title span #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after, .n01-facility__title span #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after, .n01-facility__title span #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after, .n01-facility__title span #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after {
    margin-top: -2rem;
  }
  .n01-facility__title span .n01-obog__btnarea {
    margin: -30px auto 3rem auto;
  }
  .n01-facility__title span .n01-obog__btnarea > p a span {
    font-size: 1.6rem;
  }
  .n01-facility__title span .n01-obog__copyarea dt p {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .n01-facility__title span .n01-obog__copyarea dt p br {
    display: block;
  }
  .n01-facility__title span .n01-obog__copyarea dd p {
    font-size: 1.6rem;
  }
  .n01-facility__title span .n01-obog__copyarea .n01-obog__copyarea__btn a {
    margin: 3rem auto 3rem auto;
  }
  .n01-facility__title span .n01-obog__pagination {
    margin: 3rem auto 6rem auto;
  }
  .n01-facility__title span .n01-obog__pagination span,
  .n01-facility__title span .n01-obog__pagination a {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    margin: 0px;
    line-height: 40px;
  }
}
.n01-facility__title span .n01-price__size_big,
.n01-facility__title span .n01-price__size {
  font-size: 2.8rem !important;
}
.n01-facility__title span .n01-overview__head {
  margin: 6rem auto;
  max-width: 960px;
}
.n01-facility__title span .n01-overview__head__ttl {
  font-size: 6.4rem;
  font-style: italic;
  color: #23235e;
  font-weight: bold;
  text-align: center;
}
.n01-facility__title span .n01-overview__head__ttl span {
  color: #00e467;
}
.n01-facility__title span .n01-overview__head__ttl br {
  display: none;
}
.n01-facility__title span .n01-overview__head p {
  font-size: 1.9rem;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 3rem;
}
.n01-facility__title span .n01-overview__support {
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-bottom: 6rem;
}
.n01-facility__title span .n01-overview__support__ttl {
  padding: 6rem 0 3rem;
}
.n01-facility__title span .n01-overview__support__ttl img {
  width: 500px;
}
.n01-facility__title span .n01-overview__support__container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 3%;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box {
  min-width: 320px;
  border: 1px solid #fff;
  border-top: 0px;
  margin: 0 40px 0 0;
  position: relative;
  overflow: visible;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box i {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: -47px;
  z-index: 2;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box i img {
  height: 70px;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl {
  color: #fff;
  padding: 30px;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2rem;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dt span {
  color: #ff5dcd;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dt.n01-overview__support__box__one {
  padding-top: 12px;
  height: 66px;
}
.n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dd {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
}
.n01-facility__title span .n01-overview__employ {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 6rem auto;
  padding: 98px 15px 6rem;
}
.n01-facility__title span .n01-overview__employ__ttl {
  font-size: 2rem;
  font-style: italic;
}
.n01-facility__title span .n01-overview__employ__head {
  padding: 24px 0 48px;
}
.n01-facility__title span .n01-overview__employ__head img {
  height: 55px;
}
.n01-facility__title span .n01-overview__employ__tab {
  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;
  padding: 0 0 5rem 0;
}
.n01-facility__title span .n01-overview__employ__tab li {
  width: 33.333%;
  background: #f2f2f2;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
.n01-facility__title span .n01-overview__employ__tab li.n01-overvire__color__1 a.current {
  background: #00ccc2;
  color: #fff;
}
.n01-facility__title span .n01-overview__employ__tab li.n01-overvire__color__2 a.current {
  background: #00a1ff;
  color: #fff;
}
.n01-facility__title span .n01-overview__employ__tab li.n01-overvire__color__3 a.current {
  background: #ca4ecc;
  color: #fff;
}
.n01-facility__title span .n01-overview__employ__tab li a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 3rem 0;
  font-size: 1.8rem;
}
.n01-facility__title span .n01-overview__employ__box {
  text-align: left;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 {
  float: left;
  width: 46%;
  margin-bottom: 4rem;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 50px 0 2rem;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5 br {
  display: none;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__1 {
  color: #00ccc2;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__2 {
  color: #00a1ff;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__3 {
  color: #ca4ecc;
  margin-top: 25px;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__3 br {
  display: block;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
  margin-bottom: 3rem;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 ul {
  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;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 ul li {
  width: 49%;
  background: #000;
  text-align: center;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 ul li + li {
  margin-left: 2%;
  background: #23235e;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 2.5rem 0;
  line-height: 1;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h6 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__2 {
  float: right;
  width: 50%;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__2 p {
  height: 50px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__2 span {
  font-size: 1.2rem;
  padding-top: 1rem;
  display: block;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3 {
  clear: both;
  *zoom: 1;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3::before {
  content: " ";
  display: table;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3::after {
  content: " ";
  display: table;
  clear: both;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3 ul {
  float: left;
  width: 25%;
  padding-right: 3rem;
}
.n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3 ul li {
  font-size: 1.4rem;
  line-height: 2;
}
.n01-facility__title span .n01-overview__employ__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.n01-facility__title span .n01-overview__employ__data__left {
  padding-top: 6rem;
  width: calc(50% - 6rem);
}
.n01-facility__title span .n01-overview__employ__data__left .btn__area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.n01-facility__title span .n01-overview__employ__data__left .btn__area__btn {
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
  width: calc(50% - 1rem);
}
.n01-facility__title span .n01-overview__employ__data__left .btn__area__btn:first-child {
  background-color: #000;
}
.n01-facility__title span .n01-overview__employ__data__left .btn__area__btn:nth-child(2) {
  background-color: #23235e;
}
.n01-facility__title span .n01-overview__employ__data__left h5 {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.n01-facility__title span .n01-overview__employ__data__left p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 5.2rem;
}
.n01-facility__title span .n01-overview__employ__data__left p.ttl_gakka {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem;
}
.n01-facility__title span .n01-overview__employ__data__right {
  width: 50%;
}
.n01-facility__title span .n01-overview__employ__data__right h6 {
  font-size: 2.4rem;
  height: 6rem;
  text-align: center;
}
.n01-facility__title span .n01-overview__employ__data__right .caution {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.n01-facility__title span .n01-overview__employ__data__right__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.n01-facility__title span .n01-overview__employ__data__right__box__rate {
  color: #fff;
  width: calc(50% - 2rem);
  height: 30rem;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.n01-facility__title span .tab1 .n01-overview__employ__data__left h5 {
  color: #00ccc2;
}
.n01-facility__title span .tab2 .n01-overview__employ__data__left h5 {
  color: #00a1ff;
}
.n01-facility__title span .tab3 .n01-overview__employ__data__left {
  padding-top: 4rem;
}
.n01-facility__title span .tab3 .n01-overview__employ__data__left h5 {
  color: #ca4ecc;
}
.n01-facility__title span .tab3 .n01-overview__employ__data__left p {
  margin-bottom: 3rem;
}
.n01-facility__title span .tab1 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #00ccc2;
}
.n01-facility__title span .tab2 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #00a1ff;
}
.n01-facility__title span .tab3 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #ca4ecc;
}
.n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate > div {
  width: 100%;
}
.n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .ttl {
  font-size: 2.4rem;
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid;
}
.n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate img {
  height: 8.4rem;
}
.n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .num {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-overview__head {
    padding: 0 5%;
  }
  .n01-facility__title span .n01-overview__head h4 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .n01-facility__title span .n01-overview__head h4 br {
    display: block;
  }
  .n01-facility__title span .n01-overview__head p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .n01-facility__title span .n01-overview__support h4 img {
    width: 300px;
  }
  .n01-facility__title span .n01-overview__support__container {
    margin: 0 5%;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box {
    min-width: 240px;
    margin-right: 25px;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box i {
    top: -40px;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box i img {
    height: 60px;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl {
    padding: 15px;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dt {
    font-size: 1.9rem;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dt.n01-overview__support__box__one {
    padding-top: 0px;
    height: auto;
  }
  .n01-facility__title span .n01-overview__support__container div.n01-overview__support__box dl dd {
    font-size: 1.3rem;
  }
  .n01-facility__title span .n01-overview__employ {
    margin: 0 5% 6rem;
  }
  .n01-facility__title span .n01-overview__employ h4 {
    font-size: 1.8rem;
  }
  .n01-facility__title span .n01-overview__employ .n01-overview__employ__head {
    padding: 10px 0 28px;
  }
  .n01-facility__title span .n01-overview__employ .n01-overview__employ__head img {
    height: 30px;
    margin: 0 0 0.5rem 0;
  }
  .n01-facility__title span .n01-overview__employ__tab li {
    width: 100%;
  }
  .n01-facility__title span .n01-overview__employ__tab li a {
    padding: 2rem 0;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 {
    float: none;
    width: 100%;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5 {
    font-size: 3rem;
    margin-top: 0px !important;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 h5 br {
    display: block;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__1 ul li a {
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__2 {
    float: none;
    width: 100%;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__2 p {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3 h5 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .n01-facility__title span .n01-overview__employ__box .n01-overview__employ__3 ul {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
    width: calc(50% - 1rem);
    height: calc(50vw - 3rem);
    padding: 0 2%;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__left {
    padding-top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .n01-facility__title span .tab3 .n01-overview__employ__data .n01-overview__employ__data__left {
    padding-top: 0;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__left h5 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__left p {
    margin-bottom: 2.4rem;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__left .btn__area .btn__area__btn {
    font-size: 1.4rem;
    padding: 2.6rem 0.5rem;
    width: calc(50% - 0.3rem);
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right {
    width: 100%;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate img {
    height: 12.4vw;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right h6 {
    font-size: 1.8rem;
    height: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .ttl {
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
  }
  .n01-facility__title span .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .num {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.n01-facility__title span .n01-overview__employ__data__right__box__arrow {
  width: 3.9rem;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-overview__employ__data__right__box__arrow {
    width: 1.9rem;
  }
}
.n01-facility__title span .n01-overview__employ__data__right__box {
  align-items: center;
}
.n01-facility__title span .spOnly .c01-jukensei__navi {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.n01-facility__title span .spOnly .c01-jukensei__navi li {
  width: auto;
  min-width: 18rem;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .pcOnly .c01-jukensei__navi {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .n01-facility__title span .pcOnly .c01-jukensei__navi li {
    width: auto;
    min-width: 18rem;
  }
}
.n01-facility__title span .c01-jukensei__navi li {
  background: #f2f2f2;
}
.n01-facility__title span .c01-jukensei__navi li a {
  height: 100%;
}
.n01-facility__title span .n01-table__caption {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-table__caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-ttl02 h2 {
    line-height: 2.8rem;
  }
}
.n01-facility__title span .n01-ttl__header__heading__txt {
  letter-spacing: 1.1rem;
}
.n01-facility__title span dl.n01-toggle > dt {
  padding-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span dl.n01-toggle > dt:hover {
    background: #666666;
  }
  .n01-facility__title span dl.n01-toggle > dt.active {
    background: #22225e;
  }
}
.n01-facility__title span .no01-ttl04 {
  font-size: 1.8rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .no01-ttl04 {
    font-size: 1.6rem !important;
  }
}
.n01-facility__title span article.n01-container p[data-n01-lineheight=small] {
  margin-top: 0.5rem !important;
}
.n01-facility__title span dl.n01-toggle > dd {
  margin-bottom: 6rem !important;
}
.n01-facility__title span dl.n01-toggle > dd dl + dl {
  margin-top: 2.5rem;
}
.n01-facility__title span .n01-price__size_big,
.n01-facility__title span .n01-price__size {
  font-family: Century Gothic, "Questrial", sans-serif;
}
.n01-facility__title span .n01-main__heading__large {
  max-width: 100%;
}
.n01-facility__title span .n-01__main__btn {
  width: 100%;
}
.n01-facility__title span hr[data-n01-line=dashed] {
  text-align: left;
}
.n01-facility__title span hr[data-n01-line=dashed]:before {
  border-width: 1px 0 1px 0;
}
.n01-facility__title span .n01-main__heading__small {
  white-space: nowrap;
}
.n01-facility__title span .breadcrumbs__container {
  display: block !important;
  padding: 0.3rem 1rem 0 0;
}
.n01-facility__title span .breadcrumbs__container > span {
  line-height: 1.25;
}
.n01-facility__title span .home .breadcrumbs__container .breadcrumb_last,
.n01-facility__title span .breadcrumbs__container > span > span > a {
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: bottom;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/dist/common/icon/icon_home_white.svg) no-repeat center;
}
.n01-facility__title span .n-01-guide__contents__box__heading span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.4;
}
.n01-facility__title span .footer__btnarea {
  z-index: 100;
}
.n01-facility__title span .child-nav__grandmenu__box__heading {
  position: relative;
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .header__accordion__btn::before, .n01-facility__title span .header__accordion__btn::after {
    font-size: 0px;
    line-height: 0px;
    top: 50%;
  }
}
.n01-facility__title span .child-nav__grandmenu__box__heading__icon {
  width: 1.7rem;
}
.n01-facility__title span .n03-shikaku__title__pickup {
  /*font-size:6.4rem !important;*/
  margin: 7rem auto 3rem auto !important;
  -webkit-transform: skewX(0deg) !important;
  transform: skewX(0deg) !important;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n03-shikaku__title__pickup {
    /*font-size:3.2rem !important;  */
  }
}
.n01-facility__title span .n03-shikaku__title__text {
  font-size: 1.8rem;
  width: 90% !important;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .course__header__heading__text,
  .n01-facility__title span .course__header__years {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
  .n01-facility__title span .game__job__heading {
    color: #dd5a77;
    background-image: -moz-linear-gradient(left, #dd5a77 0%, #eb623c 100%);
    background-image: -webkit-linear-gradient(left, #dd5a77 0%, #eb623c 100%);
    background-image: linear-gradient(to right, #dd5a77 0%, #eb623c 100%);
  }
  .n01-facility__title span .course__curriculum__box__list__item {
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-right: 1rem;
  }
}
.n01-facility__title span .game__btn-gradient {
  background-image: -moz-linear-gradient(-45deg, #ca4ecc 0%, #eb623c 50%);
  background-image: -webkit-linear-gradient(-45deg, #ca4ecc 0%, #eb623c 50%);
  background-image: linear-gradient(135deg, #ca4ecc 0%, #eb623c 50%);
}
.n01-facility__title span .senior__btn-01 {
  background-image: -moz-linear-gradient(135deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
  background-image: -webkit-linear-gradient(135deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
  background-image: linear-gradient(-45deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
}
.n01-facility__title span .senior__btn-02 {
  background-image: -moz-linear-gradient(135deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
  background-image: -webkit-linear-gradient(135deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
  background-image: linear-gradient(-45deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
}
@media screen and (min-width: 561px) {
  .n01-facility__title span img[src$=".svg"].child-nav__visitor__link__icon {
    max-width: 33px;
    max-height: 30px;
    width: 100%;
    height: 100%;
  }
}
.n01-facility__title span .news-detail-box {
  max-width: 640px;
  margin: 0 auto !important;
}
.n01-facility__title span .news-detail-title {
  font-size: 3.6rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}
.n01-facility__title span .news-detail-date {
  display: none;
}
.n01-facility__title span .news-detail-notice {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  margin: 2rem 0 5rem 0 !important;
}
.n01-facility__title span .news-detail-notice li {
  margin-right: 0.5rem !important;
}
.n01-facility__title span .news-detail-text p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  font-weight: 300;
}
.n01-facility__title span .news-detail-back {
  border-top: 1px solid #ccc;
  margin: 6.5rem auto 7rem auto !important;
  padding-top: 6.5rem !important;
}
.n01-facility__title span .news-detail-back a.news-detail-back-link {
  width: 100% !important;
  max-width: 335px !important;
  color: #000 !important;
}
.n01-facility__title span .news-detail-back a.news-detail-back-link span.news-detail-back-text {
  font-size: 1.4rem !important;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .news-detail-box {
    margin: 0 6% !important;
  }
  .n01-facility__title span .news-img {
    max-width: 75px;
    margin: 4rem auto 3rem auto !important;
    padding-top: 7rem !important;
  }
  .n01-facility__title span .news-hr {
    margin: 0 0 4rem 0 !important;
  }
  .n01-facility__title span .news-detail-title {
    font-size: 2.4rem !important;
  }
}
.n01-facility__title span .news-ul {
  max-width: 100%;
}
.n01-facility__title span .news-ul .news-li {
  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;
  min-width: inherit !important;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.n01-facility__title span .news-ul .news-li a {
  display: flex;
  align-items: flex-start;
  border: none !important;
  font-weight: 200;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.5;
  padding: 24.5px 45px 24.5px 0px !important;
}
.n01-facility__title span .news-ul .news-li a i {
  position: absolute;
  font-size: 2rem !important;
  color: #23235e !important;
}
.n01-facility__title span .news-ul .news-li a:hover i {
  right: 12px;
}
.n01-facility__title span .news-ul .news-li a span {
  display: block;
  padding: 4px 0;
  line-height: 1.5;
  margin-top: 0;
}
.n01-facility__title span .news-ul .news-li .news-desc {
  flex: 1;
  /*
    width: auto !important;
    margin: 0px !important;
  */
}
.n01-facility__title span .news-ul .news-li .news-desc p {
  display: inline-block;
  line-height: 1.5;
}
.n01-facility__title span .news-ul .news-li .news-text-table-category {
  min-width: 150px;
  margin: 0 0 0 0;
  padding: 4px 15px;
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .news-ul .news-li a,
  .n01-facility__title span .news-ul .news-li .news-desc {
    display: block;
  }
  .n01-facility__title span .news-ul .news-li a span {
    display: inline-block;
  }
}
.n01-facility__title span #selected_news i {
  font-size: 2.4rem !important;
  top: 50% !important;
  -o-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.n01-facility__title span #selected_news span a {
  color: #000;
}
.n01-facility__title span #news_cat_sel li a.news_drop_item {
  border: 1px solid #ffffff !important;
  border-width: 1px 0 0 0 !important;
  font-weight: 200;
}
.n01-facility__title span #news_cat_sel li a.news_drop_item i {
  display: none !important;
}
.n01-facility__title span .n01_news-pn {
  min-height: 75px;
  margin-top: 50px;
}
.n01-facility__title span .n01_news-pn .paging {
  margin: 0px !important;
}
.n01-facility__title span .scroll-wrapper {
  overflow: hidden !important;
  position: relative;
}
.n01-facility__title span .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 10rem 0 3rem;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.n01-facility__title span .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.n01-facility__title span .scroll-element {
  display: none;
  box-sizing: content-box;
}
.n01-facility__title span .scroll-element div {
  box-sizing: content-box;
}
.n01-facility__title span .scroll-element.scroll-x.scroll-scrollx_visible, .n01-facility__title span .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.n01-facility__title span .scroll-element .scroll-bar,
.n01-facility__title span .scroll-element .scroll-arrow {
  cursor: default;
}
.n01-facility__title span .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.n01-facility__title span .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.n01-facility__title span .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.n01-facility__title span .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.n01-facility__title span .scrollbar-external_wrapper {
  position: relative;
}
.n01-facility__title span .external-scroll_x {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.n01-facility__title span .external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 6px;
  left: 14%;
  top: 0;
  width: 72%;
}
.n01-facility__title span .external-scroll_x div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.n01-facility__title span .external-scroll_x .scroll-bar {
  background: #ff5dcd;
  z-index: 12;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .external-scroll_x.scroll-scrollx_visible {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .external-scroll_x .scroll-bar {
    width: 24%;
  }
}
@media screen and (max-width: 1024px) {
  .n01-facility__title span .n01-overview__employ {
    padding: 6rem 30px;
  }
  .n01-facility__title span .n01_obog-box {
    /* 学生ページの調整 */
    /* OB・OG紹介 */
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .n01-facility__title span .n01-overview__employ {
    padding: 6rem 15px;
  }
}
@media screen and (min-width: 1640px) {
  .n01-facility__title span .recruit__list__link {
    /*height: 20rem;*/
    padding: 3.5rem 4.5rem 3.5rem 3.5rem;
    font-size: 2rem;
  }
}
.n01-facility__title span .top__news .top__news__box:not(:last-of-type) {
  margin-bottom: 20px;
}
.n01-facility__title span .top__news__box {
  align-items: flex-start;
}
.n01-facility__title span .top__news__box__heading {
  line-height: 1.6;
}
.n01-facility__title span .top__news__box__content {
  flex: 1;
  line-height: 1.6;
}
.n01-facility__title span .gaiyo__message__schoolname {
  margin-bottom: 0;
}
.n01-facility__title span .gaiyo__message__headmaster__big {
  font-weight: 500;
  letter-spacing: 2px;
}
.n01-facility__title span .course__timetable__tablearea table tbody td {
  line-height: 1.4;
  padding: 15px 5px;
}
.n01-facility__title span .child-nav.is-viewed {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.n01-facility__title span .child-nav.is-viewed::-webkit-scrollbar {
  display: none;
}
.n01-facility__title span .child-nav__block {
  overflow-y: visible;
}
.n01-facility__title span .headerActive {
  background: #000000;
}
@media screen and (min-width: 561px) {
  .n01-facility__title span .child-nav {
    /*margin-top:9.3rem;*/
    padding-top: 0rem;
  }
}
@media screen and (max-width: 560px) {
  .n01-facility__title span .child-nav {
    /*margin-top:7.7rem;*/
    padding-top: 0;
  }
  .n01-facility__title span .course__picup__box__header {
    padding-top: 0;
  }
  .n01-facility__title span .game__pickup__box__header,
  .n01-facility__title span .game-specialist__pickup__box__header {
    padding-top: 6.5rem;
  }
  .n01-facility__title span .course__header__heading__text {
    margin-left: 20px;
  }
  .n01-facility__title span .course__header__years {
    padding-left: 20px;
  }
}
.n01-facility__title.n01-facility__title__l {
  color: #fff;
  font-size: 5rem;
}

.n01-facility__pickup__0102 {
  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: center;
  margin-bottom: 4rem;
}
.n01-facility__pickup__0102 > div {
  width: 45%;
  margin: 0 2.5% 3rem;
  max-width: 580px;
}
.n01-facility__pickup__0102 > div figure {
  margin-bottom: 3rem;
}
.n01-facility__pickup__0102 > div div {
  text-align: left;
}
.n01-facility__pickup__0102 > div div i {
  float: left;
}
.n01-facility__pickup__0102 > div div i img {
  height: 75px;
}
.n01-facility__pickup__0102 > div div dl {
  color: #fff;
  margin-left: 115px;
}
.n01-facility__pickup__0102 > div div dl dt {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.n01-facility__pickup__0102 > div div dl dd {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 560px) {
  .n01-facility__pickup__0102 > div div dl dt {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
}
.n01-facility__pickup__long {
  height: 340px;
  background-image: url("../images/n01/n01_facility_long.jpg");
  background-size: auto 100%;
  background-position: center center;
}

.n01-facility__environment__image {
  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: center;
  margin: 0 auto 5rem;
  max-width: 1280px;
  text-align: center;
}
.n01-facility__environment__image > div {
  width: 23%;
  margin: 0 1%;
  text-align: left;
}
.n01-facility__environment__image > div dl dt {
  font-size: 1.8rem;
  margin: 2rem 0 1.5rem;
  font-weight: bold;
}
.n01-facility__environment__image > div dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

.n01-facility__wifi {
  border-top: 1px solid #ccc;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding: 4rem 7%;
}
.n01-facility__wifi img {
  max-width: 400px;
}

.n01-facility__sports {
  border: 2px dashed #23235e;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto 10rem;
  padding: 6rem;
}
.n01-facility__sports .n01-facility__title {
  margin: 2rem 0 4rem;
}

.n01-facility__sports__image {
  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: center;
}
.n01-facility__sports__image > div {
  width: 33.333%;
  text-align: left;
  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;
  align-items: center;
}
.n01-facility__sports__image > div:first-child {
  background: #000;
}
.n01-facility__sports__image > div img {
  width: 100%;
}
.n01-facility__sports__image > div dl {
  color: #fff;
  padding: 0 9%;
}
.n01-facility__sports__image > div dl dt {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
.n01-facility__sports__image > div dl dd {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .n01-facility__title {
    font-size: 2.75rem;
    line-height: 1.25;
    margin: 5rem 0 4rem;
  }
  .n01-facility__title br {
    display: block;
  }
  .n01-facility__title.n01-facility__title__l {
    color: #fff;
    font-size: 3rem;
  }
  .n01-facility__pickup__0102 > div {
    width: 90%;
    margin: 0 5% 3rem;
  }
  .n01-facility__pickup__long {
    height: 210px;
  }
  .n01-facility__environment {
    margin: 0 0 0 5%;
  }
  .n01-facility__environment__image {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .n01-facility__environment__image > div {
    min-width: 240px;
    margin: 0 15px 0 0;
    box-sizing: content-box;
  }
  .n01-facility__environment__image > div:last-child {
    padding-right: 5%;
  }
  .n01-facility__sports {
    margin: 0 5% 2.5rem;
    padding: 3rem 5%;
  }
  .n01-facility__sports .n01-facility__title {
    margin: 0rem 0 2rem;
    line-height: 1.4;
  }
  .n01-facility__sports__image > div {
    width: 100%;
  }
  .n01-facility__sports__image > div dl {
    padding: 6rem 9%;
  }
}
/********************
 obog＆在校生
********************/
#main.obog__main, #main.gakusei__main {
  text-align: center;
}
#main.obog__main section.senior, #main.gakusei__main section.senior {
  min-height: 640px;
}
#main.obog__main section.senior .senior__heading, #main.gakusei__main section.senior .senior__heading {
  width: 65% !important;
  max-width: 450px;
  padding-top: 7rem;
  margin: 0 auto;
}
#main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a span {
  background-image: url("../images/n01/n01_obog_button_bg.jpg");
  background-size: 100% 100%;
}
#main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #00a4f9;
  margin-top: -1.5rem;
  position: relative;
  z-index: -1;
}
#main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a span {
  background-image: url("../images/n01/n01_gakusei_button_bg.jpg");
  background-size: 100% 100%;
}
#main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #00a4f9;
  margin-top: -1.5rem;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  #main.obog__main section.senior, #main.gakusei__main section.senior {
    min-height: 400px;
  }
  #main.obog__main section.senior .senior__heading, #main.gakusei__main section.senior .senior__heading {
    padding-top: 3rem;
    width: 240px !important;
  }
}
.n01-obog__content {
  width: 92%;
  margin: 0 auto;
}

.n01-obog__btnarea {
  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: center;
  margin: -30px auto 6rem auto;
}
.n01-obog__btnarea > p {
  width: 45%;
  margin: 0 5px;
  max-width: 395px;
}
.n01-obog__btnarea > p a {
  display: block;
}
.n01-obog__btnarea > p a span {
  font-size: 1.9rem;
  color: #fff;
  display: block;
  background: #23235e;
  line-height: 90px;
  font-weight: bold;
}
.n01-obog__btnarea > p a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 740px) {
  .n01-obog__btnarea > p a span {
    line-height: 60px;
  }
}
.n01-obog__copyarea {
  max-width: 940px;
  margin: 0 auto;
}
.n01-obog__copyarea dt p {
  font-size: 5.4rem;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 2rem;
  font-weight: bold;
}
.n01-obog__copyarea dt p br {
  display: none;
}
.n01-obog__copyarea dd p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 2;
  font-weight: bold;
}
.n01-obog__copyarea .n01-obog__copyarea__btn {
  font-size: 1.8rem;
  display: block;
  border: 1px solid #ccc;
  color: #000;
  padding: 2rem 4rem 2rem 2rem;
  max-width: 640px;
  width: 100%;
  margin: 6rem auto 3rem auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  /*a {font-size:1.8rem;display:block;border:1px solid #ccc;color:#000;padding:2rem 0 2rem 3.8rem;max-width:640px;width:100%;margin:6rem auto 3rem auto;
    i {float:right;margin-right:2rem;}
  }*/
}
.n01-obog__copyarea .n01-obog__copyarea__btn::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#entry-search-box #search-box-1 .customSelectList {
  top: 58px;
  width: 100%;
}

@media screen and (max-width: 740px) {
  #entry-search-box #search-box-1 {
    width: 100% !important;
    max-width: 384px;
  }
}
.n01_obog-box {
  width: auto !important;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n01_obog-box .obog-ph,
.n01_obog-box .zaigakusei-ph {
  display: inline-block;
  float: none;
  margin: 20px;
  width: 170px;
  height: 170px;
}
.n01_obog-box .obog-ph .ph img,
.n01_obog-box .zaigakusei-ph .ph img {
  width: 170px;
  height: 170px;
}
.n01_obog-box .obog-ph .icon,
.n01_obog-box .zaigakusei-ph .icon {
  top: 0px;
  left: 0px;
  width: 44px;
}
.n01_obog-box .obog-ph .hover,
.n01_obog-box .zaigakusei-ph .hover {
  font-size: 1.4rem !important;
  width: 170px;
  height: 170px;
}
.n01_obog-box .obog-ph .hover-i .gakka,
.n01_obog-box .zaigakusei-ph .hover-i .gakka {
  margin-bottom: 1rem;
}
.n01_obog-box .obog-ph .hover .hover-i .title,
.n01_obog-box .zaigakusei-ph .hover .hover-i .title {
  font-size: 125%;
}
.n01_obog-box .obog-ph a#entry-open {
  font-size: 0px;
}
.n01_obog-box .zaigakusei-ph a#entry-open {
  font-size: 0px;
}
.n01_obog-box .zaigakusei-ph .icon {
  top: -15px;
}
.n01_obog-box .zaigakusei-ph div.hover,
.n01_obog-box .zaigakusei-ph p.ph img {
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  -o-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
}

@media screen and (max-width: 740px) {
  .n01_obog-box {
    max-width: 360px;
    padding: 0;
  }
}
@media screen and (max-width: 740px) {
  .n01_obog-box .obog-ph,
  .n01_obog-box .zaigakusei-ph,
  .n01_obog-box .obog-ph .ph img,
  .n01_obog-box .zaigakusei-ph .ph img,
  .n01_obog-box .obog-ph .link a,
  .n01_obog-box .zaigakusei-ph .link a {
    width: 140px;
    height: 140px;
  }
  .n01_obog-box .obog-ph .icon,
  .n01_obog-box .zaigakusei-ph .icon {
    width: 36px !important;
  }
}
@media screen and (max-width: 345px) {
  .n01_obog-box .obog-ph,
  .n01_obog-box .zaigakusei-ph {
    margin: 9px;
  }
}
.n01-obog__pagination {
  text-align: center;
  margin: 4rem auto 8rem auto;
}
.n01-obog__pagination span,
.n01-obog__pagination a {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  margin: 10px;
  line-height: 60px;
}
.n01-obog__pagination span.current,
.n01-obog__pagination a.current {
  background-image: url("../images/n01/n01_obog_pagenation_bg.svg");
  background-size: 100%;
  color: #fff;
}

@media screen and (max-width: 740px) {
  #main.obog__main section.senior, #main.gakusei__main section.senior {
    background-image: url("../images/dist/section/senior/senior_bg_sp.jpg");
  }
  #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after, #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__obog a::after, #main.obog__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after, #main.gakusei__main .n01-obog__btnarea > p.n01-obog__btnarea__gakusei a::after {
    margin-top: -2rem;
  }
  .n01-obog__btnarea {
    margin: -30px auto 3rem auto;
  }
  .n01-obog__btnarea > p a span {
    font-size: 1.6rem;
  }
  .n01-obog__copyarea dt p {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .n01-obog__copyarea dt p br {
    display: block;
  }
  .n01-obog__copyarea dd p {
    font-size: 1.6rem;
  }
  .n01-obog__copyarea .n01-obog__copyarea__btn a {
    margin: 3rem auto 3rem auto;
  }
  .n01-obog__pagination {
    margin: 3rem auto 6rem auto;
  }
  .n01-obog__pagination span,
  .n01-obog__pagination a {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    margin: 0px;
    line-height: 40px;
  }
}
/********************

********************/
.n01-price__size_big,
.n01-price__size {
  font-size: 2.8rem !important;
}

/********************
 就職実績
********************/
.n01-overview__head {
  margin: 6rem auto;
  max-width: 960px;
}
.n01-overview__head__ttl {
  font-size: 6.4rem;
  font-style: italic;
  color: #23235e;
  font-weight: bold;
  text-align: center;
}
.n01-overview__head__ttl span {
  color: #00e467;
}
.n01-overview__head__ttl br {
  display: none;
}
.n01-overview__head p {
  font-size: 1.9rem;
  line-height: 1.75;
  font-weight: bold;
  margin-top: 3rem;
}

.n01-overview__support {
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  padding-bottom: 6rem;
}
.n01-overview__support__ttl {
  padding: 6rem 0 3rem;
}
.n01-overview__support__ttl img {
  width: 500px;
}

.n01-overview__support__container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 3%;
}
.n01-overview__support__container div.n01-overview__support__box {
  min-width: 320px;
  border: 1px solid #fff;
  border-top: 0px;
  margin: 0 40px 0 0;
  position: relative;
  overflow: visible;
}
.n01-overview__support__container div.n01-overview__support__box i {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: -47px;
  z-index: 2;
}
.n01-overview__support__container div.n01-overview__support__box i img {
  height: 70px;
}
.n01-overview__support__container div.n01-overview__support__box dl {
  color: #fff;
  padding: 30px;
}
.n01-overview__support__container div.n01-overview__support__box dl dt {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2rem;
}
.n01-overview__support__container div.n01-overview__support__box dl dt span {
  color: #ff5dcd;
}
.n01-overview__support__container div.n01-overview__support__box dl dt.n01-overview__support__box__one {
  padding-top: 12px;
  height: 66px;
}
.n01-overview__support__container div.n01-overview__support__box dl dd {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
}

.n01-overview__employ {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 6rem auto;
  padding: 98px 15px 6rem;
}
.n01-overview__employ__ttl {
  font-size: 2rem;
  font-style: italic;
}

.n01-overview__employ__head {
  padding: 24px 0 48px;
}
.n01-overview__employ__head img {
  height: 55px;
}

.n01-overview__employ__tab {
  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;
  padding: 0 0 5rem 0;
}
.n01-overview__employ__tab li {
  width: 33.333%;
  background: #f2f2f2;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
}
.n01-overview__employ__tab li.n01-overvire__color__1 a.current {
  background: #00ccc2;
  color: #fff;
}
.n01-overview__employ__tab li.n01-overvire__color__2 a.current {
  background: #00a1ff;
  color: #fff;
}
.n01-overview__employ__tab li.n01-overvire__color__3 a.current {
  background: #ca4ecc;
  color: #fff;
}
.n01-overview__employ__tab li a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 3rem 0;
  font-size: 1.8rem;
}

.n01-overview__employ__box {
  text-align: left;
}
.n01-overview__employ__box .n01-overview__employ__1 {
  float: left;
  width: 46%;
  margin-bottom: 4rem;
}
.n01-overview__employ__box .n01-overview__employ__1 h5 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 50px 0 2rem;
}
.n01-overview__employ__box .n01-overview__employ__1 h5 br {
  display: none;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__1 {
  color: #00ccc2;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__2 {
  color: #00a1ff;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__3 {
  color: #ca4ecc;
  margin-top: 25px;
}
.n01-overview__employ__box .n01-overview__employ__1 h5.n01-overvire__color__3 br {
  display: block;
}
.n01-overview__employ__box .n01-overview__employ__1 p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
  margin-bottom: 3rem;
}
.n01-overview__employ__box .n01-overview__employ__1 ul {
  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;
}
.n01-overview__employ__box .n01-overview__employ__1 ul li {
  width: 49%;
  background: #000;
  text-align: center;
}
.n01-overview__employ__box .n01-overview__employ__1 ul li + li {
  margin-left: 2%;
  background: #23235e;
}
.n01-overview__employ__box .n01-overview__employ__1 ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 2.5rem 0;
  line-height: 1;
}
.n01-overview__employ__box .n01-overview__employ__1 h6 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}
.n01-overview__employ__box .n01-overview__employ__2 {
  float: right;
  width: 50%;
}
.n01-overview__employ__box .n01-overview__employ__2 p {
  height: 50px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
.n01-overview__employ__box .n01-overview__employ__2 span {
  font-size: 1.2rem;
  padding-top: 1rem;
  display: block;
}
.n01-overview__employ__box .n01-overview__employ__3 {
  clear: both;
  *zoom: 1;
}
.n01-overview__employ__box .n01-overview__employ__3::before {
  content: " ";
  display: table;
}
.n01-overview__employ__box .n01-overview__employ__3::after {
  content: " ";
  display: table;
  clear: both;
}
.n01-overview__employ__box .n01-overview__employ__3__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.n01-overview__employ__box .n01-overview__employ__3 ul {
  float: left;
  width: 25%;
  padding-right: 3rem;
}
.n01-overview__employ__box .n01-overview__employ__3 ul li {
  font-size: 1.4rem;
  line-height: 2;
}

.n01-overview__employ__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.n01-overview__employ__data__left {
  padding-top: 6rem;
  width: calc(50% - 6rem);
}
.n01-overview__employ__data__left .btn__area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.n01-overview__employ__data__left .btn__area__btn {
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
  width: calc(50% - 1rem);
}
.n01-overview__employ__data__left .btn__area__btn:first-child {
  background-color: #000;
}
.n01-overview__employ__data__left .btn__area__btn:nth-child(2) {
  background-color: #23235e;
}
.n01-overview__employ__data__left h5 {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.n01-overview__employ__data__left p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 5.2rem;
}
.n01-overview__employ__data__left p.ttl_gakka {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem;
}

.n01-overview__employ__data__right {
  width: 50%;
}
.n01-overview__employ__data__right h6 {
  font-size: 2.4rem;
  height: 6rem;
  text-align: center;
}
.n01-overview__employ__data__right .caution {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.n01-overview__employ__data__right__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.n01-overview__employ__data__right__box__rate {
  color: #fff;
  width: calc(50% - 2rem);
  height: 30rem;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.tab1 .n01-overview__employ__data__left h5 {
  color: #00ccc2;
}

.tab2 .n01-overview__employ__data__left h5 {
  color: #00a1ff;
}

.tab3 .n01-overview__employ__data__left {
  padding-top: 4rem;
}
.tab3 .n01-overview__employ__data__left h5 {
  color: #ca4ecc;
}
.tab3 .n01-overview__employ__data__left p {
  margin-bottom: 3rem;
}

.tab1 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #00ccc2;
}

.tab2 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #00a1ff;
}

.tab3 .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
  background-color: #ca4ecc;
}

.n01-overview__employ__data .n01-overview__employ__data__right__box__rate > div {
  width: 100%;
}
.n01-overview__employ__data .n01-overview__employ__data__right__box__rate .ttl {
  font-size: 2.4rem;
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid;
}
.n01-overview__employ__data .n01-overview__employ__data__right__box__rate img {
  height: 8.4rem;
}
.n01-overview__employ__data .n01-overview__employ__data__right__box__rate .num {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .n01-overview__head {
    padding: 0 5%;
  }
  .n01-overview__head h4 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .n01-overview__head h4 br {
    display: block;
  }
  .n01-overview__head p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  .n01-overview__support h4 img {
    width: 300px;
  }
  .n01-overview__support__container {
    margin: 0 5%;
  }
  .n01-overview__support__container div.n01-overview__support__box {
    min-width: 240px;
    margin-right: 25px;
  }
  .n01-overview__support__container div.n01-overview__support__box i {
    top: -40px;
  }
  .n01-overview__support__container div.n01-overview__support__box i img {
    height: 60px;
  }
  .n01-overview__support__container div.n01-overview__support__box dl {
    padding: 15px;
  }
  .n01-overview__support__container div.n01-overview__support__box dl dt {
    font-size: 1.9rem;
  }
  .n01-overview__support__container div.n01-overview__support__box dl dt.n01-overview__support__box__one {
    padding-top: 0px;
    height: auto;
  }
  .n01-overview__support__container div.n01-overview__support__box dl dd {
    font-size: 1.3rem;
  }
  .n01-overview__employ {
    margin: 0 5% 6rem;
  }
  .n01-overview__employ h4 {
    font-size: 1.8rem;
  }
  .n01-overview__employ .n01-overview__employ__head {
    padding: 10px 0 28px;
  }
  .n01-overview__employ .n01-overview__employ__head img {
    height: 30px;
    margin: 0 0 0.5rem 0;
  }
  .n01-overview__employ__tab li {
    width: 100%;
  }
  .n01-overview__employ__tab li a {
    padding: 2rem 0;
  }
  .n01-overview__employ__box .n01-overview__employ__1 {
    float: none;
    width: 100%;
  }
  .n01-overview__employ__box .n01-overview__employ__1 h5 {
    font-size: 3rem;
    margin-top: 0px !important;
  }
  .n01-overview__employ__box .n01-overview__employ__1 h5 br {
    display: block;
  }
  .n01-overview__employ__box .n01-overview__employ__1 ul li a {
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .n01-overview__employ__box .n01-overview__employ__2 {
    float: none;
    width: 100%;
  }
  .n01-overview__employ__box .n01-overview__employ__2 p {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  .n01-overview__employ__box .n01-overview__employ__3 h5 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .n01-overview__employ__box .n01-overview__employ__3 ul {
    width: 100%;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate {
    width: calc(50% - 1rem);
    height: calc(50vw - 3rem);
    padding: 0 2%;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left {
    padding-top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .tab3 .n01-overview__employ__data .n01-overview__employ__data__left {
    padding-top: 0;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left h5 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left p {
    margin-bottom: 2.4rem;
  }
  .n01-overview__employ__data .n01-overview__employ__data__left .btn__area .btn__area__btn {
    font-size: 1.4rem;
    padding: 2.6rem 0.5rem;
    width: calc(50% - 0.3rem);
  }
  .n01-overview__employ__data .n01-overview__employ__data__right {
    width: 100%;
  }
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate img {
    height: 12.4vw;
  }
  .n01-overview__employ__data .n01-overview__employ__data__right h6 {
    font-size: 1.8rem;
    height: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .ttl {
    font-size: 1.4rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
  }
  .n01-overview__employ__data .n01-overview__employ__data__right__box__rate .num {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.n01-overview__employ__data__right__box__arrow {
  width: 3.9rem;
}

@media screen and (max-width: 768px) {
  .n01-overview__employ__data__right__box__arrow {
    width: 1.9rem;
  }
}
.n01-overview__employ__data__right__box {
  align-items: center;
}

/********************
 募集要項系
********************/
.spOnly .c01-jukensei__navi {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
.spOnly .c01-jukensei__navi li {
  width: auto;
  min-width: 18rem;
}

@media screen and (max-width: 768px) {
  .pcOnly .c01-jukensei__navi {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .pcOnly .c01-jukensei__navi li {
    width: auto;
    min-width: 18rem;
  }
}
.c01-jukensei__navi li {
  background: #f2f2f2;
}
.c01-jukensei__navi li a {
  height: 100%;
}

.n01-table__caption {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .n01-table__caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .n01-ttl02 h2 {
    line-height: 2.8rem;
  }
}
/********************
 矯正
********************/
.n01-ttl__header__heading__txt {
  letter-spacing: 1.1rem;
}

dl.n01-toggle > dt {
  padding-right: 4.5rem;
}

@media screen and (max-width: 768px) {
  dl.n01-toggle > dt:hover {
    background: #666666;
  }
  dl.n01-toggle > dt.active {
    background: #22225e;
  }
}
.no01-ttl04 {
  font-size: 1.8rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .no01-ttl04 {
    font-size: 1.6rem !important;
  }
}
article.n01-container p[data-n01-lineheight=small] {
  margin-top: 0.5rem !important;
}

dl.n01-toggle > dd {
  margin-bottom: 6rem !important;
}
dl.n01-toggle > dd dl + dl {
  margin-top: 2.5rem;
}

.n01-price__size_big,
.n01-price__size {
  font-family: Century Gothic, "Questrial", sans-serif;
}

.n01-main__heading__large {
  max-width: 100%;
}

.n-01__main__btn {
  width: 100%;
}

hr[data-n01-line=dashed] {
  text-align: left;
}
hr[data-n01-line=dashed]:before {
  border-width: 1px 0 1px 0;
}

.n01-main__heading__small {
  white-space: nowrap;
}

.breadcrumbs__container {
  display: block !important;
  padding: 0.3rem 1rem 0 0;
}
.breadcrumbs__container > span {
  line-height: 1.25;
}

.home .breadcrumbs__container .breadcrumb_last,
.breadcrumbs__container > span > span > a {
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: bottom;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/dist/common/icon/icon_home_white.svg) no-repeat center;
}

.n-01-guide__contents__box__heading span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.4;
}

.footer__btnarea {
  z-index: 100;
}

.child-nav__grandmenu__box__heading {
  position: relative;
}

@media screen and (max-width: 560px) {
  .header__accordion__btn::before, .header__accordion__btn::after {
    font-size: 0px;
    line-height: 0px;
    top: 50%;
  }
}
.child-nav__grandmenu__box__heading__icon {
  width: 1.7rem;
}

.n03-shikaku__title__pickup {
  /*font-size:6.4rem !important;*/
  margin: 7rem auto 3rem auto !important;
  -webkit-transform: skewX(0deg) !important;
  transform: skewX(0deg) !important;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .n03-shikaku__title__pickup {
    /*font-size:3.2rem !important;  */
  }
}
.n03-shikaku__title__text {
  font-size: 1.8rem;
  width: 90% !important;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width: 560px) {
  .course__header__heading__text,
  .course__header__years {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
  .game__job__heading {
    color: #dd5a77;
    background-image: -moz-linear-gradient(left, #dd5a77 0%, #eb623c 100%);
    background-image: -webkit-linear-gradient(left, #dd5a77 0%, #eb623c 100%);
    background-image: linear-gradient(to right, #dd5a77 0%, #eb623c 100%);
  }
  .course__curriculum__box__list__item {
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-right: 1rem;
  }
}
.game__btn-gradient {
  background-image: -moz-linear-gradient(-45deg, #ca4ecc 0%, #eb623c 50%);
  background-image: -webkit-linear-gradient(-45deg, #ca4ecc 0%, #eb623c 50%);
  background-image: linear-gradient(135deg, #ca4ecc 0%, #eb623c 50%);
}

.senior__btn-01 {
  background-image: -moz-linear-gradient(135deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
  background-image: -webkit-linear-gradient(135deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
  background-image: linear-gradient(-45deg, rgba(0, 161, 255, 0.8), rgba(0, 204, 194, 0.8));
}

.senior__btn-02 {
  background-image: -moz-linear-gradient(135deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
  background-image: -webkit-linear-gradient(135deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
  background-image: linear-gradient(-45deg, rgba(202, 78, 204, 0.8), rgba(0, 161, 255, 0.8));
}

@media screen and (min-width: 561px) {
  img[src$=".svg"].child-nav__visitor__link__icon {
    max-width: 33px;
    max-height: 30px;
    width: 100%;
    height: 100%;
  }
}
/********************
 NEWS 詳細
********************/
.news-detail-box {
  max-width: 640px;
  margin: 0 auto !important;
	font-feature-settings: "palt";
}

.news-detail-title {
  font-size: 3.6rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.news-detail-date {
  display: none;
}

.news-detail-notice {
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  margin: 2rem 0 5rem 0 !important;
}
.news-detail-notice li {
  margin-right: 0.5rem !important;
}

.news-detail-text p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.4rem;
  font-weight: 300;
}

.news-detail-back {
  border-top: 1px solid #ccc;
  margin: 6.5rem auto 7rem auto !important;
  padding-top: 6.5rem !important;
}
.news-detail-back a.news-detail-back-link {
  width: 100% !important;
  max-width: 335px !important;
  color: #000 !important;
}
.news-detail-back a.news-detail-back-link span.news-detail-back-text {
  font-size: 1.4rem !important;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .news-detail-box {
    margin: 0 6% !important;
  }
 
  .news-hr {
    margin: 0 0 4rem 0 !important;
  }
  .news-detail-title {
    font-size: 2.4rem !important;
  }
}
/********************
 NEWS 一覧
********************/
.news-ul {
  max-width: 100%;
}
.news-ul .news-li {
  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;
  min-width: inherit !important;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-ul .news-li a {
  display: flex;
  align-items: flex-start;
  border: none !important;
  font-weight: 200;
  font-size: 1.4rem;
  width: 100%;
  line-height: 1.5;
  padding: 24.5px 45px 24.5px 0px !important;
}
.news-ul .news-li a i {
  position: absolute;
  font-size: 2rem !important;
  color: #23235e !important;
}
.news-ul .news-li a:hover i {
  right: 12px;
}
.news-ul .news-li a span {
  display: block;
  padding: 4px 0;
  line-height: 1.5;
  margin-top: 0;
}
.news-ul .news-li .news-desc {
  flex: 1;
  /*
    width: auto !important;
    margin: 0px !important;
  */
}
.news-ul .news-li .news-desc p {
  display: inline-block;
  line-height: 1.5;
}
.news-ul .news-li .news-text-table-category {
  min-width: 150px;
  margin: 0 0 0 0;
  padding: 4px 15px;
}

@media screen and (max-width: 560px) {
  .news-ul .news-li a,
  .news-ul .news-li .news-desc {
    display: block;
  }
  .news-ul .news-li a span {
    display: inline-block;
  }
}
#selected_news i {
  font-size: 2.4rem !important;
  top: 50% !important;
  -o-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
#selected_news span a {
  color: #000;
}

#news_cat_sel li a.news_drop_item {
  border: 1px solid #ffffff !important;
  border-width: 1px 0 0 0 !important;
  font-weight: 200;
}
#news_cat_sel li a.news_drop_item i {
  display: none !important;
}

.n01_news-pn {
  min-height: 75px;
  margin-top: 50px;
}
.n01_news-pn .paging {
  margin: 0px !important;
}

/*************** SCROLLBAR ***************/
.scroll-wrapper {
  overflow: hidden !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 10rem 0 3rem;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-external_wrapper {
  position: relative;
}

.external-scroll_x {
  cursor: pointer;
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 6px;
  left: 14%;
  top: 0;
  width: 72%;
}
.external-scroll_x div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.external-scroll_x .scroll-bar {
  background: #ff5dcd;
  z-index: 12;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .external-scroll_x.scroll-scrollx_visible {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .external-scroll_x .scroll-bar {
    width: 24%;
  }
}
/* 2020/02/12 一時的に追記*/
@media screen and (max-width: 1024px) {
  .n01-overview__employ {
    padding: 6rem 30px;
  }
  .n01_obog-box {
    /* 学生ページの調整 */
    /* OB・OG紹介 */
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .n01-overview__employ {
    padding: 6rem 15px;
  }
}
@media screen and (min-width: 1640px) {
  .recruit__list__link {
    /*height: 20rem;*/
    padding: 3.5rem 4.5rem 3.5rem 3.5rem;
    font-size: 2rem;
  }
}
/* 20200225 add */
.top__news .top__news__box:not(:last-of-type) {
  margin-bottom: 20px;
}

.top__news__box {
  align-items: flex-start;
}

.top__news__box__heading {
  line-height: 1.6;
}

.top__news__box__content {
  flex: 1;
  line-height: 1.6;
}

.gaiyo__message__schoolname {
  margin-bottom: 0;
}

.gaiyo__message__headmaster__big {
  font-weight: 500;
  letter-spacing: 2px;
}

.course__timetable__tablearea table tbody td {
  line-height: 1.4;
  padding: 15px 5px;
}

.child-nav.is-viewed {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.child-nav.is-viewed::-webkit-scrollbar {
  display: none;
}

.child-nav__block {
  overflow-y: visible;
}

.headerActive {
  background: #000000;
}

@media screen and (min-width: 561px) {
  .child-nav {
    /*margin-top:9.3rem;*/
    padding-top: 0rem;
  }
}
@media screen and (max-width: 560px) {
  .child-nav {
    /*margin-top:7.7rem;*/
    padding-top: 0;
  }
  .course__picup__box__header {
    padding-top: 0;
  }
  .game__pickup__box__header,
  .game-specialist__pickup__box__header {
    padding-top: 6.5rem;
  }
  .course__header__heading__text {
    margin-left: 20px;
  }
  .course__header__years {
    padding-left: 20px;
  }
}
img {
  width: auto;
}

