@charset "UTF-8";
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

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

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

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #231815;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #231815;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- ボタン */
.btn1 {
  width: 400px;
  text-align: center;
}

.btn1 a {
  display: block;
  background: #fff;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #15ac8f;
}

.btn1 a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #15ac8f;
  border-right: solid 2px #15ac8f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn1 a:hover {
  opacity: 0.65;
}

.btn2 {
  width: 400px;
  text-align: center;
}

.btn2 a {
  display: block;
  background: #15ac8f;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 3px 5px 0 #148e77;
          box-shadow: 3px 5px 0 #148e77;
}

.btn2 a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn2 a:hover {
  opacity: 0.65;
}

.btn3 {
  width: 400px;
  text-align: center;
}

.btn3 a {
  display: block;
  background: #00a199;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.btn3 a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn3 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */
.header {
  padding: 8px 1%;
  position: relative;
  z-index: 9;
}

.header:after {
  content: "";
  display: block;
  clear: both;
}

.header .logo {
  width: 250px;
  float: left;
}

.header .nav {
  float: right;
  margin-top: 10px;
}

/* ----------------------------- ナビ */
.nav li {
  float: left;
  margin-right: 2em;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E35050;
  text-decoration: none;
}

.nav li a:hover {
  opacity: 0.65;
}

.nav li a:hover img {
  opacity: 1;
}

.nav li img {
  width: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

/* ----------------------------- メインビジュアル */
.mv {
  position: relative;
  background: url(images/mv.jpg) top 25% center no-repeat;
  background-size: cover;
  padding: 10px 5% 40px;
  position: relative;
}

.mv:before {
  content: "";
  display: block;
  background: url(images/patrs1.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 3.2vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.mv .txt {
  max-width: 320px;
}

.mv .txt .btn2 {
  width: 500px;
  margin-top: 50px;
  margin-left: 10%;
}

/* ----------------------------- コンテンツ */
.block1 {
  margin-top: -10px;
  position: relative;
  z-index: 9;
}

.block1 h3 {
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.block1 h3 span {
  color: #e8374a;
}

.block1 h3:before, .block1 h3:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #231815;
  margin-bottom: -10px;
}

.block1 h3:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 0.8em;
}

.block1 h3:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 0.8em;
}

.block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.block1 li {
  width: 31%;
  margin-right: 4%;
  position: relative;
  /*&:after{
			content: "";
			display: block;
			width: 10px;
			height: 10px;
			border-right: 1px solid;
			border-bottom: 1px solid;
			position: absolute;
			bottom: 10px;
			left: 0;
			right: 0;
			margin: auto;
			transform: rotate(45deg);
		}*/
}

.block1 li:nth-child(1):before, .block1 li:nth-child(2):before, .block1 li:nth-child(3):before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 30px;
  position: absolute;
  right: -90px;
  top: 0;
  bottom: 40px;
  margin: auto;
  z-index: 9;
}

.block1 li:nth-child(1):before {
  background-image: url(images/schedule_arrow1.png?2407);
}

.block1 li:nth-child(1):after {
  border-color: #f0c002;
}

.block1 li:nth-child(2):before {
  background-image: url(images/schedule_arrow2.png?2407);
}

.block1 li:nth-child(2):after {
  border-color: #ef8200;
}

.block1 li:nth-child(3):before {
  background-image: url(images/schedule_arrow3.png);
}

.block1 li:nth-child(3):after {
  border-color: #e95377;
}

.block1 li:last-child {
  margin-right: 0;
}

.block1 li:last-child:after {
  border-color: #e83820;
}

.block1 li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.block1 li a:hover {
  margin-top: -10px;
}

.block1 li a:hover img {
  opacity: 1;
}

.block1 .schedule {
  margin-top: 60px;
  text-align: center;
}

.block1 .method_c {
  margin-top: 60px;
}

.block1 .btn2 {
  margin: 60px auto 0;
}

.block2 {
  padding: 100px 0;
}

.block2 .box h3 {
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#e8374a), to(#f5ad54));
  background: linear-gradient(90deg, #e8374a, #f5ad54);
  padding: 15px 0;
  position: relative;
}

.block2 .box .point {
  margin-top: 80px;
}

.block2 .box .point h4 {
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}

.block2 .box .point .detail {
  border: 2px solid;
  padding: 5px;
}

.block2 .box .point .detail span {
  display: block;
  border: 1px solid;
}

.block2 .box .point .img {
  margin-top: -30px;
  margin-left: -20px;
}

.block2 .box .point .inner {
  padding: 20px 5%;
}

.block2 .box .point .inner p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.block2 .box .point .inner ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block2 .box .point .inner li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
}

.block2 .box .point .inner li:nth-child(2n) {
  margin-right: 0;
}

.block2 .box .point .inner li a {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 15px;
  position: relative;
}

.block2 .box .point .inner li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.block2 .box .point .inner li a:hover {
  opacity: 0.65;
}

.block2 .box .oc h4 {
  color: #f0c002;
}

.block2 .box .oc .detail {
  border-color: #f0c002;
}

.block2 .box .oc .detail span {
  border-color: #f0c002;
}

.block2 .box .point1 h4 {
  color: #f08300;
}

.block2 .box .point1 .detail {
  border-color: #f08300;
}

.block2 .box .point1 .detail span {
  border-color: #f08300;
}

.block2 .box .point1 .detail .inner {
  background: #f08300;
}

.block2 .box .point1 .detail .inner li a {
  color: #f08300;
}

.block2 .box .point1 .detail .inner li a:after {
  border-color: #f08300;
}

.block2 .box .point2 h4 {
  color: #e95377;
}

.block2 .box .point2 .detail {
  border-color: #e95377;
}

.block2 .box .point2 .detail span {
  border-color: #e95377;
}

.block2 .box .point2 .detail .inner {
  background: #e95377;
}

.block2 .box .point2 .detail .inner li a {
  color: #e95377;
}

.block2 .box .point2 .detail .inner li a:after {
  border-color: #e95377;
}

.block2 .box .point3 h4 {
  color: #e83820;
}

.block2 .box .point3 .detail {
  border-color: #e83820;
}

.block2 .box .point3 .detail span {
  border-color: #e83820;
}

.block2 .box .point3 .detail .inner {
  background: #e83820;
  margin-top: 10px;
}

.block2 .box .point3 .detail .inner li a {
  color: #e83820;
}

.block2 .box .point3 .detail .inner li a:after {
  border-color: #e83820;
}

.block2 .emphasis_sports {
  margin-top: 60px;
}

.block2 .lastyear {
  margin-top: 60px;
}

.block2 .lastyear a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#e8374a), to(#f5ad54));
  background: linear-gradient(90deg, #e8374a, #f5ad54);
  padding: 45px 0;
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.block2 .lastyear a span {
  display: block;
  max-width: 340px;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 40px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
  color: #e8374a;
}

.block2 .lastyear a span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #e8374a;
  margin-left: 0.5em;
}

.block2 .lastyear a:hover {
  opacity: 0.65;
}

.block2 .oc_bnr {
  margin-top: 60px;
}

.block2 .oc_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block2 .oc_bnr li {
  width: 50%;
}

/* ----------------------------- フッター */
.link {
  padding: 80px 0 0;
}

.link li {
  float: left;
  width: 48%;
  margin-bottom: 8%;
}

.link li.list1 {
  float: none;
  margin: 0 auto 8%;
}

.link li.list3, .link li.list5 {
  float: right;
}

.link li h5 {
  text-align: center;
}

.link li .btn {
  margin-top: 20px;
}

.link li .btn a {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 1px solid;
  padding: 15px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 5%;
  position: relative;
  top: 0;
}

.link li .btn a:hover {
  top: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.link li.list1 .btn a {
  border-color: #f08a97;
  background-image: url(images/link_icon5.png);
  -webkit-box-shadow: 0 5px 0 #f08a97;
          box-shadow: 0 5px 0 #f08a97;
}

.link li.list2 .btn a {
  border-color: #3FA6D7;
  background-image: url(images/link_icon1.png);
  -webkit-box-shadow: 0 5px 0 #3FA6D7;
          box-shadow: 0 5px 0 #3FA6D7;
}

.link li.list3 .btn a {
  border-color: #FD4E68;
  background-image: url(images/link_icon4.png);
  -webkit-box-shadow: 0 5px 0 #FD4E68;
          box-shadow: 0 5px 0 #FD4E68;
}

.link li.list4 .btn a {
  border-color: #EB6D57;
  background-image: url(images/link_icon2.png);
  -webkit-box-shadow: 0 5px 0 #EB6D57;
          box-shadow: 0 5px 0 #EB6D57;
}

.link li.list5 .btn a {
  border-color: #F8AF07;
  background-image: url(images/link_icon3.png);
  -webkit-box-shadow: 0 5px 0 #F8AF07;
          box-shadow: 0 5px 0 #F8AF07;
}

.sns {
  padding: 40px 0 60px;
}

.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sns li {
  width: 16%;
  margin-right: 0.8%;
}

.sns li:last-child {
  margin-right: 0;
}

.footer {
  border-top: 1px solid #ddd;
}

.footer .box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

.footer .box .logo2 {
  float: left;
  max-width: 410px;
}

.footer .box .school_info {
  float: left;
  margin-left: 30px;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.footer .box .school_info a {
  color: #4791c4;
}

.footer .copy {
  font-size: 1.1rem;
  text-align: center;
  background: #eee;
  padding: 10px 0;
}

.pagetop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  z-index: 9999;
}
/*# sourceMappingURL=style.css.map */


/* OCバナー2407 */
.admission_ocbnr {
  padding: 0 10px 50px;
}
.admission_ocbnr ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.admission_ocbnr li {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.admission_ocbnr li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .admission_ocbnr {
    margin-top: 30px;
  }
  .admission_ocbnr ul {
    display: block;
  }
  .admission_ocbnr li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .admission_ocbnr li:last-child {
    margin-bottom: 0;
  }
}