@charset "UTF-8";
/* css start */
/************************************************
	Setting
************************************************ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
* {
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, transform 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  color: #000;
  font-size: 1.143rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background: #fff;
  line-height: 2;
  -webkit-text-size-adjust: none;
}

/* link */
a {
  text-decoration: none;
  color: #000;
}

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

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/* ul ol*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=button], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-slider.topslider div, .slick-slider.bnrslider div {
  transition: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************
	PC
************************************************ */
/************************************************
	汎用
************************************************ */
.bg01 {
  background: #f5f5f5;
}

.bg02 {
  background: #F5F5F5;
}

.bg_green {
  background: #F3F8F0;
}

.bg_yellow {
  background: #ffd800;
}

.bg_gray {
  background: #fafafa;
}

.bg_beige {
  background: #F8F7EF;
}

.color_yellow {
  color: #ffd800;
}

.color_red {
  color: #f15a24;
}

.color_green {
  color: #48CC29;
}

.color_blue {
  color: #008FD8;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.radius_20 {
  border-radius: 20px;
}
.radius_20 > img {
  border-radius: 20px;
}

.radius_30 {
  border-radius: 30px;
}
.radius_30 > img {
  border-radius: 30px;
}

.radius_0 {
  border-radius: 0;
}
.radius_0 img {
  border-radius: 0;
}

.inner {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.inner_content {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
}

.arrowLink:before {
  content: "";
  background: url(../images/arrow_block.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}

.link_text_underline a {
  text-decoration: underline;
}
.link_text_underline a:hover {
  text-decoration: none;
}

/************************************************
	header
************************************************ */
#header {
  padding: 0 40px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 999;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .logo .h1 {
  font-size: 0.929rem;
  color: #999;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#header .logo img {
  height: 47px;
  width: auto;
}
#header #menuBtn {
  width: 50px;
  height: 40px;
  margin-left: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
#header #menuBtn span {
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  margin-bottom: 5px;
}
#header #menuBtn span:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 12px;
}
#header #menuBtn b {
  font-size: 0.857rem;
  display: block;
  text-align: center;
  margin-top: 8px;
  line-height: 1;
}
#header #menuBtn.open span {
  transform: rotate(30deg);
}
#header #menuBtn.open span:before {
  transform: rotate(-60deg);
  top: 0;
  left: 0;
}
#header .tel {
  font-size: 2.143rem;
  font-weight: bold;
}
#header .tel a {
  pointer-events: none;
}
#header .utility {
  margin-left: 30px;
}
#header .utility li {
  text-align: center;
  font-size: 0.929rem;
  letter-spacing: 0;
}
#header .utility li:nth-of-type(1) a {
  color: #B2C93F;
}
#header .utility li:nth-of-type(2) {
  margin-left: 15px;
}
#header .utility li:nth-of-type(2) a {
  color: #E1AB6C;
}
#header .utility .ico {
  display: block;
}

.sub #header {
  box-shadow: none !important;
}

#navimenu {
  position: fixed;
  right: 0;
  top: 100px;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  width: 50%;
  padding: 50px 100px;
  overflow-y: auto;
  display: none;
  transition: none;
}
#navimenu .home {
  font-size: 1.429rem;
  margin-bottom: 0;
}
#navimenu .home .ico {
  margin-right: 10px;
}
#navimenu .gNavi {
  padding: 0;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
#navimenu .gNavi ul > li {
  font-size: 1.143rem;
  margin-top: 20px;
}
#navimenu .gNavi a[target=_blank]:after {
  content: "";
  background: url(../images/ico_out.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}
#navimenu .gNavi .subNavi {
  margin-left: 1em;
}
#navimenu .gNavi .subNavi li:before {
  content: "- ";
}
#navimenu .gNavi a:hover {
  color: #73d0a6;
}

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: none;
}
/************************************************
	schoolsNavi
************************************************ */
.schoolsNavi {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.schoolsNavi > ul > li {
  flex: 1;
  padding: 10px;
  position: relative;
}
.schoolsNavi > ul > li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border-radius: 10px;
}
.schoolsNavi > ul > li:nth-of-type(n+2):before {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
}
.schoolsNavi > ul > li .subNavi {
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  transition: opacity 0.2s, visibility 0.3s;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.schoolsNavi > ul > li .subNavi li {
  padding: 10px;
  font-size: 1rem;
}
.schoolsNavi > ul > li .subNavi li:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
}
.schoolsNavi > ul > li .subNavi li a {
  min-width: 130px;
}
.schoolsNavi > ul > li .subNavi li a:hover {
  background: #F5F5F5;
}
.schoolsNavi > ul > li:hover > a {
  background: #F5F5F5;
}
.schoolsNavi > ul > li:hover .subNavi {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.sub .schoolsNavi {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  position: fixed;
  top: 100px;
  z-index: 999;
}

.schoolsNavi__top {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: -100px;
  z-index: 800;
  transition: opacity 0.3s ease;
  display: block;
}
.schoolsNavi__top > ul > li {
  flex: 1;
  padding: 10px;
  position: relative;
}
.schoolsNavi__top > ul > li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  border-radius: 10px;
}
.schoolsNavi__top > ul > li:nth-of-type(n+2):before {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
}
.schoolsNavi__top > ul > li .subNavi {
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  transition: opacity 0.2s, visibility 0.3s;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.schoolsNavi__top > ul > li .subNavi li {
  padding: 10px;
  font-size: 1rem;
}
.schoolsNavi__top > ul > li .subNavi li:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
}
.schoolsNavi__top > ul > li .subNavi li a {
  min-width: 130px;
}
.schoolsNavi__top > ul > li .subNavi li a:hover {
  background: #F5F5F5;
}
.schoolsNavi__top > ul > li:hover > a {
  background: #F5F5F5;
}
.schoolsNavi__top > ul > li:hover .subNavi {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.schoolsNavi__top.fixed {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  position: fixed;
  top: 100px;
  z-index: 999;
  opacity: 1;
}

/************************************************
	sub common
************************************************ */
.schoolChildSec .tit {
  font-size: 1.429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.schoolChildSec .tit + .txt {
  font-size: 1.143rem;
  margin-top: 30px;
}

.subCommonSec h3 {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
.subCommonSec h3 + p {
  margin-bottom: 90px;
}
.subCommonSec h4 {
  font-size: 1.286rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.subCommonSec h4:before {
  content: "●";
  color: #73d0a6;
}
.subCommonSec .wp-block-buttons > .wp-block-button .wp-block-button__link {
  position: relative;
  min-width: 300px;
}
.subCommonSec .wp-block-buttons > .wp-block-button .wp-block-button__link:after {
  content: "";
  background: url(../images/arrow_btn.png);
  background-size: cover;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.subCommonSec .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}

/************************************************
	footer
************************************************ */
#cta {
  padding: 80px 0;
}
#cta .tel .tit {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
#cta .tel .num {
  font-size: 3.429rem;
  line-height: 1;
  margin-bottom: 0;
}
#cta .tel .num .ico {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}
#cta .tel .num a {
  pointer-events: none;
}
#cta .tel .fax_num {
  font-size: 1.429rem;
  margin-bottom: 0;
}
#cta .tel .fax_num a {
  pointer-events: none;
}
#cta .contact .utility {
  gap: 15px;
  flex-direction: column;
  align-items: center;
}
#cta .contact .utility li a {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size: 1.429rem;
  letter-spacing: 0.1em;
}
#cta .contact .utility li a .ico {
  margin-right: 10px;
}
#cta .contact .utility .request a {
  color: #B2C93F;
}
#cta .contact .utility .request .ico img {
  width: 24px;
  height: auto;
}
#cta .contact .utility .inquiry a {
  color: #E1AB6C;
}
#cta .contact .utility .inquiry .ico img {
  width: 29px;
  height: auto;
}

#footer {
  background: #F5F5F5;
  padding: 100px 0;
}
#footer .h1 {
  font-size: 0.929rem;
  color: #999;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#footer .logo img {
  height: 47px;
  width: auto;
}
#footer .address {
  font-size: 0.929rem;
}
#footer .btnArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #009844;
  width: 150px;
  height: 40px;
  font-size: 0.929rem;
  color: #009844;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
#footer .btnArea a:after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid #009844;
  border-bottom: transparent;
  border-left: transparent;
  position: absolute;
  right: 10px;
}
#footer .btnArea a:hover {
  background: #009844;
  color: #fff;
  text-decoration: none;
}
#footer .btnArea a:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footerNavi {
  padding: 0;
  margin-bottom: 60px;
  flex-grow: 40%;
  max-width: 40%;
}
#footer .footerNavi .fnavi {
  height: 90%;
  max-height: 280px;
}
#footer .footerNavi .fnavi li {
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 14px;
}
#footer .groupSite ul li {
  font-size: 1.071rem;
}
#footer .groupSite ul li:nth-of-type(n+2):before {
  content: "｜";
  margin: 0 1em;
}
#footer .policyArea .policys {
  margin-right: 1rem;
  font-size: 1.071rem;
}
#footer .policyArea .policys:before {
  content: "● ";
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #footer .footerNavi .fnavi {
    height: 350px;
    max-height: 400px;
  }
  #footer .footer_insta {
    position: absolute;
    top: 0;
    right: 10px;
  }
  #footer .otherSchool_bnr_area {
    margin-top: 50px;
  }
  #footer .otherSchool_bnr_area ul {
    gap: 10px;
    flex-direction: column;
  }
}
.copy {
  padding: 15px;
  text-align: center;
  font-size: 0.929rem;
  margin-bottom: 0;
}

#goTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#goTop.is-show {
  opacity: 1;
  visibility: visible;
}

/************************************************
	pager
************************************************ */
#pager {
  margin: 60px 0 0;
  text-align: center;
}
#pager a, #pager .current {
  width: 50px;
  display: inline-block;
  line-height: 48px;
  height: 50px;
  text-align: center;
  margin: 0 5px;
  vertical-align: top;
  border: 1px solid #ccc;
}
#pager a.page:hover, #pager .current {
  color: #fff;
  background: #999;
  border-color: #999;
}

/************************************************
	table
************************************************ */
.snc_table table, .snc_table tr, .snc_table th, .snc_table td {
  border: 1px solid #C6C6C6 !important;
  line-height: 1.8;
}
.snc_table table {
  width: 100%;
}
.snc_table table th, .snc_table table td {
  padding: 30px 40px;
}
.snc_table table tr > td:nth-of-type(1) {
  width: 25%;
  font-size: 1.286rem;
  font-weight: normal;
  vertical-align: middle;
}
.snc_table table td a {
  text-decoration: underline;
}
.snc_table table td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .snc_table table table, .snc_table table tr {
    border: none !important;
  }
  .snc_table table th, .snc_table table td {
    padding: 10px;
  }
  .snc_table table tr > td:nth-of-type(1) {
    width: 100%;
    font-size: 1.143rem;
  }
}
.table_colspan2_textcell {
  border-left: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}

/************************************************
	campus_check
************************************************ */
.campus_check {
  background: #f5f5f5;
  padding: 40px;
  margin-top: 100px;
}
.campus_check .wp-block-columns {
  margin-bottom: 0;
}
.campus_check .wp-block-columns .wp-block-image {
  text-align: right;
}
.campus_check .campus_detail {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 1.8;
  color: #f15a24;
}
.campus_check .campus_search {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.286rem;
}
.campus_check .campus_search:before {
  content: "●";
  color: #73d0a6;
}
.campus_check .campus_join_us {
  margin-bottom: 0;
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  /************************************************
  	汎用
  ************************************************ */
  body {
    padding-top: 60px;
    font-size: 1rem;
  }
  #container {
    width: 100%;
    margin: 0;
    min-width: initial;
  }
  /************************************************
  	header
  ************************************************ */
  .inner {
    width: 100%;
    padding: 0 5.3vw;
    position: relative;
  }
  .inner_content {
    width: 100%;
    padding: 0 5.3vw;
    position: relative;
  }
  .inner .inner_content {
    padding: 0;
  }
  #header {
    padding: 0 20px 0;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: auto;
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  #header .logo {
    margin: 0;
    line-height: 1;
  }
  #header .logo .h1 {
    font-size: 0.571rem;
    margin-bottom: 0;
  }
  #header .logo a {
    line-height: 1;
    display: inline-block;
  }
  #header .logo img {
    width: auto;
    max-height: 30px;
  }
  #header #menuBtn {
    margin: 0;
  }
  #header #menuBtn b {
    line-height: 1;
    margin-top: 12px;
  }
  #header #menuBtn.open span {
    transform: rotate(-20deg);
    top: 8px;
    left: 0;
    transform-origin: center top;
  }
  #header #menuBtn.open span:before {
    transform: rotate(40deg);
    left: 0;
    transform-origin: center;
  }
  #navimenu {
    left: 0;
    top: 70px;
    width: 100%;
    padding: 30px 0;
    overflow-y: auto;
    display: none;
    transition: none;
  }
  #navimenu .home {
    font-size: 4.8vw;
    margin-bottom: 0;
    padding: 0 10.6vw;
  }
  #navimenu .home .ico {
    margin-right: 10px;
  }
  #navimenu .gNavi {
    padding: 0 10.6vw;
    width: 100%;
    margin-top: 0;
  }
  #navimenu .gNavi ul > li {
    font-size: 1.143rem;
    line-height: 1.5;
  }
  #overlay {
    background: transparent;
  }
  /************************************************
  	schoolsNavi
  ************************************************ */
  .schoolsNavi {
    border-bottom: none;
  }
  .schoolsNavi > ul > li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .schoolsNavi > ul > li a {
    display: block;
    text-align: center;
    padding: 0 0;
    border-radius: 10px;
  }
  .schoolsNavi > ul > li:nth-of-type(n+2):before {
    content: none;
  }
  .schoolsNavi > ul > li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .schoolsNavi > ul > li .subNavi {
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    transition: opacity 0.2s, visibility 0.3s;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .schoolsNavi > ul > li .subNavi li {
    padding: 10px;
    font-size: 1rem;
  }
  .schoolsNavi > ul > li .subNavi li:nth-of-type(n+2) {
    border-top: 1px solid #ccc;
  }
  .schoolsNavi > ul > li .subNavi li a:hover {
    background: #F5F5F5;
  }
  .schoolsNavi > ul > li:hover > a {
    background: #F5F5F5;
  }
  .schoolsNavi > ul > li:hover .subNavi {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  /************************************************
  	mv sub
  ************************************************ */
  .pageParent {
    height: 110px;
  }
  .pageParent .parentTit {
    padding: 26px 0;
    margin: 0;
    font-size: 1.143rem;
    font-weight: bold;
  }
  .pageParent .parentTit:before {
    content: "｜ ";
  }
  #mvSub {
    margin-top: 60px;
    padding: 20px 0;
  }
  #mvSub .pageTit .en {
    font-size: 2.143rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  #mvSub .pageTit .ja {
    font-size: 1.143rem;
    letter-spacing: 0.1em;
  }
  #mvSub.mvSub_ver02 {
    margin-top: 70px;
  }
  /************************************************
  	footer
  ************************************************ */
  #cta {
    background: #8CD2C1;
    padding: 30px 0;
  }
  #cta .tel .tit {
    font-size: 1.143rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #cta .tel .num {
    font-size: 3rem;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
  }
  #cta .tel .num .ico {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
  #cta .tel .num a {
    pointer-events: none;
    color: #666;
  }
  #cta .contact {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer {
    background: #F5F5F5;
    padding: 30px 0;
  }
  #footer .schoolArea {
    padding: 0;
  }
  #footer .h1 {
    font-size: 0.929rem;
    color: #999;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  #footer .logo img {
    height: 47px;
    width: auto;
  }
  #footer address {
    font-size: 0.929rem;
    line-height: 1.6;
  }
  #footer .footerNavi {
    padding: 0;
    margin-bottom: 60px;
  }
  #footer .footerNavi .fnavi {
    height: 200px;
  }
  #footer .footerNavi .fnavi li {
    margin-bottom: 10px;
  }
  #footer .groupSite {
    margin-top: 30px;
  }
  #footer .groupSite ul li {
    font-size: 1rem;
  }
  #footer .groupSite ul li:nth-of-type(n+2):before {
    content: none;
  }
  #footer .policyArea {
    margin-top: 20px;
  }
  #footer .policyArea .policys {
    font-size: 1rem;
  }
  .copy {
    padding: 15px 15px 80px;
  }
  #goTop {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }
  #goTop img {
    width: 60px;
  }
  #goTop.is-show {
    opacity: 1;
    visibility: visible;
  }
  /************************************************
  	sub common
  ************************************************ */
  body.sub {
    padding-top: 0px;
  }
  body.sub section .bdrbox {
    line-height: 1.8;
    border: 1px solid #ccc;
    padding: 20px;
  }
  body.sub section .bdrbox p:last-of-type {
    margin-bottom: 0;
  }
  .schoolChildSec .tit {
    font-size: 1.429rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .schoolChildSec .tit + .txt {
    font-size: 1rem;
    margin-top: 30px;
    line-height: 1.8;
  }
  /************************************************
  	table
  ************************************************ */
  section table {
    width: 100%;
  }
  section table th, section table td {
    padding: 10px 30px;
    display: block;
  }
  section table td:nth-of-type(1) {
    min-width: auto;
    font-weight: bold;
  }
  /************************************************
  	campus_check
  ************************************************ */
  .campus_check {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .campus_check .wp-block-columns {
    margin-bottom: 0;
  }
  .campus_check .wp-block-columns .wp-block-image {
    text-align: right;
  }
  .campus_check .campus_detail {
    font-size: 1rem;
    line-height: 1.4;
  }
  .campus_check .campus_search {
    margin-bottom: 10px;
    font-size: 1.143rem;
    line-height: 1.4;
    padding-left: 1rem;
    text-indent: -1.2rem;
  }
  .campus_check .campus_join_us {
    margin-bottom: 10px;
  }
  .campus_check .campus_47 {
    margin-bottom: 0;
  }
}
/************************************************
	fixcta
************************************************ */
#fixNavi {
  position: fixed;
  top: 180px;
  right: 0;
  opacity: 0;
}
#fixNavi .cta li {
  writing-mode: vertical-rl;
}
#fixNavi .cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px 10px;
  position: relative;
  gap: 5px;
}
#fixNavi .cta a b {
  font-weight: normal;
}
#fixNavi .cta a:before {
  content: "";
  background: url(../images/arrow_circle.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
}
#fixNavi .cta .opencampus {
  background: #EB91C2;
}
#fixNavi .cta .access {
  background: #008FD8;
}
#fixNavi .cta .request {
  background: #53DB85;
}
#fixNavi.fixed {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #fixNavi {
    top: initial;
    bottom: 0;
    left: 0;
  }
  #fixNavi .cta {
    display: flex;
  }
  #fixNavi .cta li {
    writing-mode: initial;
    flex: 1;
  }
  #fixNavi .cta a {
    padding: 10px 10px;
    position: relative;
    font-size: 1rem;
    letter-spacing: 0;
    gap: 5px;
  }
  #fixNavi .cta a b {
    font-weight: normal;
  }
  #fixNavi .cta a:before {
    content: "";
    background: url(../images/arrow_circle.png);
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
  }
}
/************************************************
	subpage-common
************************************************ */
body.sub section {
  padding: 120px 0 120px;
}

@media screen and (max-width: 768px) {
  body.sub section {
    padding: 50px 0 80px;
  }
}
.hero_titleArea {
  margin-top: 170px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B2E0A9;
}
.hero_titleArea.schoollife {
  background: #96E2E2;
}
.hero_titleArea.education {
  background: #EBD780;
}
.hero_titleArea.opencampus {
  background: #CCBFF7;
}
.hero_titleArea.information {
  background: #F7BFD2;
}
.hero_titleArea.future {
  background: #A6C0F2;
}
.hero_titleArea .titleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.hero_titleArea .titleArea .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.hero_titleArea .titleArea .icon.icon-default {
  background: url(../images/icon_gakko.svg) no-repeat;
  background-size: cover;
  width: 68px;
  height: 53px;
}
.hero_titleArea .titleArea .icon.icon-schoollife {
  background: url(../images/icon_soccer.svg) no-repeat;
  background-size: cover;
  width: 57px;
  height: 79px;
}
.hero_titleArea .titleArea .icon.icon-education {
  background: url(../images/icon_benkyo.svg) no-repeat;
  background-size: cover;
  width: 57px;
  height: 72px;
}
.hero_titleArea .titleArea h1 {
  font-size: 2.143rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hero_titleArea {
    margin-top: 70px;
    height: 150px;
  }
  .hero_titleArea .titleArea {
    height: auto;
  }
  .hero_titleArea .titleArea .icon {
    margin-bottom: 10px;
    background-size: contain;
  }
  .hero_titleArea .titleArea .icon.icon-default {
    width: 35px;
    height: 27px;
  }
  .hero_titleArea .titleArea .icon.icon-schoollife {
    width: 39px;
    height: 39px;
  }
  .hero_titleArea .titleArea .icon.icon-education {
    width: 41px;
    height: 42px;
  }
  .hero_titleArea .titleArea h1 {
    font-size: 1.286rem;
    letter-spacing: 0.05em;
  }
  .hero_titleArea .titleArea .parent-title {
    display: block;
    text-align: center;
    font-size: 1.143rem;
    margin-bottom: 5px;
  }
  .hero_titleArea .titleArea .page-title {
    display: block;
  }
  .hero_titleArea .titleArea .separater {
    display: none;
  }
}
.breadcrumbs {
  font-size: 0.929rem;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 0.786rem;
  }
}
.hl_main_subpage {
  font-size: 2.429rem;
  font-weight: bold;
  margin-bottom: 100px;
  line-height: 1.6;
}
.hl_main_subpage .icon_seisa_about {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_about:after {
  content: "";
  background: url(../images/icon_note.svg) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
}
.hl_main_subpage .icon_seisa_schoollife {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_schoollife:after {
  content: "";
  background: url(../images/icon_ball.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}
.hl_main_subpage .icon_seisa_education {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_education:after {
  content: "";
  background: url(../images/icon_bundogi.png) no-repeat;
  background-size: cover;
  width: 65px;
  height: 55px;
  display: inline-block;
  margin-right: 10px;
}
.hl_main_subpage .icon_seisa_opencampus {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_opencampus:after {
  content: "";
  background: url(../images/icon_palette.png) no-repeat;
  background-size: cover;
  width: 63px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}
.hl_main_subpage .icon_seisa_information {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_information:after {
  content: "";
  background: url(../images/icon_desk.png) no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 10px;
}
.hl_main_subpage .icon_seisa_future {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_future:after {
  content: "";
  background: url(../images/icon_globe.png) no-repeat;
  background-size: cover;
  width: 57px;
  height: 70px;
  display: inline-block;
  margin-right: 10px;
}
.hl_main_subpage .icon_seisa_access {
  display: inline-flex;
  align-items: center;
}
.hl_main_subpage .icon_seisa_access:after {
  content: "";
  background: url(../images/icon_access.png) no-repeat;
  background-size: cover;
  width: 85px;
  height: 55px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .hl_main_subpage {
    font-size: 1.571rem;
    margin-bottom: 50px;
  }
  .hl_main_subpage .icon_seisa_about {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_about:after {
    width: 50px;
    height: 50px;
  }
  .hl_main_subpage .icon_seisa_schoollife {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_schoollife:after {
    width: 30px;
    height: 30px;
  }
  .hl_main_subpage .icon_seisa_education {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_education:after {
    width: 39px;
    height: 33px;
  }
  .hl_main_subpage .icon_seisa_opencampus {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_opencampus:after {
    width: 43px;
    height: 41px;
  }
  .hl_main_subpage .icon_seisa_information {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_information:after {
    width: 45px;
    height: 45px;
  }
  .hl_main_subpage .icon_seisa_future {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_future:after {
    width: 37px;
    height: 46px;
  }
  .hl_main_subpage .icon_seisa_access {
    display: flex;
    justify-content: center;
  }
  .hl_main_subpage .icon_seisa_access:after {
    width: 58px;
    height: 37px;
  }
}
.hl_subpage_child {
  transform: scale(0.7);
  margin-bottom: 80px;
  line-height: 1.6;
}
.hl_subpage_child.has_large_text {
  margin-bottom: 20px;
}
.hl_subpage_child + .hl_large_text {
  font-size: 2.571rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .hl_subpage_child {
    transform: scale(0.8);
    margin-bottom: 40px;
  }
  .hl_subpage_child.has_large_text {
    margin-bottom: 20px;
  }
  .hl_subpage_child + .hl_large_text {
    font-size: 1.429rem;
    margin-bottom: 50px;
  }
}
.subpage_child_link {
  margin-top: 100px;
}
.subpage_child_link .subpage_child_link_text {
  font-size: 1.714rem;
  font-weight: bold;
  padding: 50px;
  margin-bottom: 0;
}
.subpage_child_link a:hover .subpage_child_link_text {
  color: #48CC29;
}

@media screen and (max-width: 768px) {
  .subpage_child_link :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
  .subpage_child_link .wp-block-column {
    flex-basis: 50% !important;
  }
  .subpage_child_link .subpage_child_link_text {
    font-size: 1.143rem;
    padding: 15px;
  }
}
.lead_subpage_text {
  font-size: 1.714rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .lead_subpage_text {
    font-size: 1.286rem;
    margin-bottom: 30px;
  }
}
.sublead_subpage_text {
  font-size: 1.429rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sublead_subpage_text {
    font-size: 1.143rem;
    margin-bottom: 5px;
  }
}
.text_subpage_underlead {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .text_subpage_underlead {
    margin-bottom: 50px;
  }
}
.lead_subpage_content_text {
  font-size: 1.286rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}

.subpage_content_margin_large {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .subpage_content_margin_large {
    margin-bottom: 50px;
  }
}
.subpage_content_margin_medium {
  margin-bottom: 40px;
}

.snc_column_2.wp-block-columns {
  gap: 6%;
}

@media screen and (max-width: 768px) {
  .snc_column_2.wp-block-columns {
    gap: 20px;
  }
}
.snc_column_3.wp-block-columns {
  gap: 6%;
}
.snc_column_3.wp-block-columns:nth-of-type(n+2) {
  margin-top: 6%;
}

@media screen and (max-width: 768px) {
  .snc_column_3.wp-block-columns {
    gap: 20px;
  }
  .snc_column_3.wp-block-columns:nth-of-type(n+2) {
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: 300px;
  }
}
/************************************************
	PC
************************************************ */
section.nomvSec {
  padding: 90px 0 120px;
}
section.nomvSec .inner > h3 {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
section.nomvSec .inner > h3 + p {
  margin-bottom: 90px;
}
section.nomvSec a {
  color: #73d0a6;
  text-decoration: underline;
}
section.nomvSec a:hover {
  text-decoration: none;
}
section.nomvSec h4 {
  font-size: 1.286rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.nomvSec h4:before {
  content: "●";
  color: #73d0a6;
}
section.nomvSec h5 {
  font-size: 1.143rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 1rem;
}
section.nomvSec .bdrbox h4:first-of-type {
  margin-top: 0;
}
section.nomvSec .wp-block-columns *:first-of-type {
  margin-top: 0;
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  section.nomvSec {
    padding: 0 0;
  }
  section.nomvSec p {
    line-height: 1.8;
  }
  section.nomvSec .inner > h3 {
    font-size: 1.143rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  section.nomvSec .inner > h3 + p {
    margin-bottom: 20px;
    line-height: 1.8;
  }
  section.nomvSec h4 {
    font-size: 1.071rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  section.nomvSec h5 {
    font-size: 1rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  section.nomvSec ul {
    line-height: 2;
    padding: 0 0 0 0.5rem;
  }
  section.nomvSec ul li {
    padding-left: 1rem;
    text-indent: -1.4rem;
  }
}
/************************************************
	PC
************************************************ */
section.eventSec {
  padding: 90px 0 120px;
}
section.eventSec .inner > h3 {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
section.eventSec .inner > h3 + p {
  margin-bottom: 90px;
}

.eventList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2%;
}
.eventList .item {
  width: 29%;
  margin: 0 2%;
  text-align: center;
  padding-bottom: 20px;
}
.eventList .item figure {
  line-height: 1;
  margin-bottom: 32px;
}
.eventList .item figure img {
  width: 100%;
  border: 2px solid #000;
}
.eventList .item a {
  color: #000;
}
.eventList .item .genre {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 11px;
}
.eventList .item .tit {
  font-size: 1.286rem;
  font-weight: bold;
  line-height: 1.4;
}
.eventList .item .schedule {
  margin-top: 14px;
  line-height: 1.8;
}
.eventList .item .schedule h4 {
  font-size: 1.071rem;
}
.eventList .item:nth-of-type(n+4) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .eventList {
    display: block;
    padding: 0 0;
  }
  .eventList .item {
    width: 100%;
    margin: 0 0;
    text-align: center;
  }
  .eventList .item .content {
    padding: 40px 10px 0;
  }
  .eventList .item figure {
    margin-bottom: 20px;
    text-align: center;
  }
  .eventList .item figure img {
    max-width: 150px;
  }
  .eventList .item .genre {
    margin-top: 20px;
  }
  .eventList .item .tit {
    font-size: 1.143rem;
  }
  .eventList .item .schedule {
    margin-top: 10px;
    line-height: 1.6;
  }
  .eventList .item:nth-of-type(n+2) {
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
}
/************************************************

************************************************ */
.schoolTopSec .eventList {
  padding: 0 5%;
  margin-bottom: 50px;
}

/************************************************
	eventArchiveleSec
************************************************ */
/************************************************
	eventSingleSec
************************************************ */
#eventSingleSec {
  padding-bottom: 75px;
}
#eventSingleSec article {
  padding-bottom: 70px;
}
#eventSingleSec article .wrap {
  display: flex;
  justify-content: space-between;
}
#eventSingleSec article .wrap .imgClm {
  flex: 0 0 40%;
}
#eventSingleSec article .wrap .imgClm a {
  text-decoration: underline;
}
#eventSingleSec article .wrap .txtClm {
  flex: 0 0 55%;
}
#eventSingleSec article .wrap .genre {
  font-weight: bold;
}
#eventSingleSec article .wrap .tit {
  font-size: 1.857rem;
  font-weight: bold;
  margin-top: 13px;
  line-height: 1.76;
}
#eventSingleSec article .wrap .small {
  margin-top: 8px;
  font-size: 1.143rem;
}
#eventSingleSec article .wrap .schedule {
  font-size: 1.571rem;
  line-height: 1.57;
  font-weight: bold;
  margin-top: 8px;
}
#eventSingleSec article .wrap .description {
  margin-top: 50px;
}
#eventSingleSec .toAllArea {
  display: flex;
  justify-content: center;
}
#eventSingleSec .btnArea {
  margin-top: 30px;
  display: block;
}
#eventSingleSec .btnArea a {
  background: #73d0a6;
}
#eventSingleSec .btnArea a:after {
  content: "";
  background: url(../images/arrow_btn.png);
  background-size: cover;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#eventSingleSec .btnArea .btn {
  max-width: 300px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.143rem;
  font-weight: bold;
  position: relative;
  padding: 0;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #eventSingleSec {
    padding-bottom: 75px;
  }
  #eventSingleSec article .wrap {
    display: block;
  }
  #eventSingleSec article .wrap .imgClm {
    flex: 0 0 100%;
  }
  #eventSingleSec article .wrap .txtClm {
    flex: 0 0 100%;
  }
  #eventSingleSec article .wrap .genre {
    font-size: 0.929rem;
    margin-top: 20px;
  }
  #eventSingleSec article .wrap .tit {
    font-size: 1.429rem;
    margin-top: 10px;
  }
  #eventSingleSec article .wrap figcaption {
    font-size: 1rem;
  }
  #eventSingleSec article .wrap .smal {
    margin-top: 8px;
  }
  #eventSingleSec article .wrap .date {
    margin-top: 20px;
  }
  #eventSingleSec article .wrap .schedule {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  #eventSingleSec article .wrap .description {
    margin-top: 30px;
    font-size: 1.071rem;
  }
}
/************************************************
	PC
// ************************************************ */
.formSec p {
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 180%;
  color: #666;
  line-height: 1.8;
}
.formSec td {
  line-height: 1.8;
}
.formSec input[type=text], .formSec input[type=password], .formSec input[type=date], .formSec input[type=datetime], .formSec input[type=email], .formSec input[type=number], .formSec input[type=search], .formSec input[type=tel], .formSec input[type=time], .formSec input[type=url], .formSec textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 12px 0;
  padding: 10px;
  width: 100%;
  transition: all 0.15s linear;
}
.formSec input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 8px 0 0;
}
.formSec input[type=checkbox], .formSec input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0 8px 0 0;
}
.formSec select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.formSec textarea.message_textarea {
  height: 100px;
}

table.blue-table2 {
  width: 100%;
  font-size: 95%;
  border-collapse: separate;
  margin-bottom: 15px;
  box-shadow: rgba(180, 180, 180, 0.1) 0px 1px 1px 0px;
  border-spacing: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin-top: 30px;
}

table.blue-table2 th {
  border: 1px solid #d0ebf3;
  border-width: 0px 1px 1px 1px;
  border-right: none;
  text-align: left;
  padding: 10px 10px;
  color: #80d2e9;
  vertical-align: middle;
  font-weight: bold;
  line-height: 2;
  background: #f5fafc;
}

table.blue-table2 td:last-child {
  border-right: 1px solid #d0ebf3;
}

table.blue-table2 th:last-child {
  border-right: 1px solid #d0ebf3;
}

table.blue-table2 td {
  padding: 15px 15px;
  border: #d0ebf3 1px solid;
  border-top: none;
  border-right: none;
  line-height: 160%;
  vertical-align: middle;
  background: #fff;
}
table.blue-table2 td textarea {
  width: 100%;
}

table.blue-table2 td:nth-child(2) {
  width: 50%;
}

/************************************************
	SP
************************************************ */
/************************************************
	request SP
************************************************ */
@media screen and (max-width: 768px) {
  #requestSec01 p {
    line-height: 2;
  }
  table.blue-table2 td {
    padding: 15px 15px;
    border-right: #d0ebf3 1px solid;
  }
  table.blue-table2 td:nth-of-type(1) {
    padding: 15px 15px 15px;
    font-weight: normal;
  }
  table.blue-table2 td:nth-child(2) {
    width: 100%;
  }
}
/************************************************

	news.scss

************************************************ */
/************************************************
	共通
************************************************ */
.newsSec .main {
  padding: 0 3.5vw 120px 0;
  max-width: calc(100% - 335px);
}
.newsSec .main h2 {
  margin-bottom: 20px;
}
.newsSec .main .ico {
  font-style: normal;
  line-height: 1;
}
.newsSec .main .ico img {
  vertical-align: middle;
  margin-right: 10px;
}
.newsSec .datecate {
  margin-bottom: 14px;
}
.newsSec .datecate time {
  font-size: 1rem;
}
.newsSec .datecate .cate {
  font-size: 1.143rem;
  margin-left: 1em;
}
.newsSec .datecate a {
  border-bottom: 1px solid #ccc;
  transition: all 0.2s;
}
.newsSec .datecate a:hover {
  border-color: transparent;
  color: #73d0a6;
}

@media screen and (max-width: 768px) {
  .newsSec .main {
    padding: 40px 0 80px;
    max-width: initial;
    border-bottom: 1px solid #ccc;
  }
}
/************************************************
	サイドバー
************************************************ */
.newsSec .side {
  min-width: 335px;
  padding: 0 0 0 3.5vw;
  border-left: 1px solid #ccc;
}
.newsSec .side .all {
  margin-bottom: 50px;
}
.newsSec .side .enjaHeadline {
  color: #008FD8;
  margin-bottom: 20px;
}
.newsSec .side .enjaHeadline .en {
  font-size: 1.714rem;
}
.newsSec .side .enjaHeadline .ja {
  font-size: 0.857rem;
  display: block;
  margin-top: 5px;
}
.newsSec .side .enjaHeadline .ja:before {
  content: "−";
}
.newsSec .side .cate, .newsSec .side .auth {
  margin-bottom: 50px;
}
.newsSec .side a:hover {
  color: #008FD8;
}
.newsSec .side .cat-item:before {
  content: "- ";
}

@media screen and (max-width: 768px) {
  .newsSec .side {
    min-width: initial;
    padding: 40px 0 10px;
    border-left: none;
    border-bottom: 1px solid #ccc;
    order: 1;
  }
  .newsSec .side .all {
    margin-bottom: 30px;
  }
  .newsSec .side .enjaHeadline {
    margin-bottom: 20px;
  }
  .newsSec .side .enjaHeadline .en {
    font-size: 1.429rem;
  }
  .newsSec .side .enjaHeadline .ja {
    font-size: 0.857rem;
  }
  .newsSec .side .cate, .newsSec .side .auth {
    margin-bottom: 40px;
  }
  .newsSec .side ul {
    font-size: 1rem;
  }
  .newsSec .side ul li {
    padding: 3px 0;
  }
}
/************************************************
	pager
************************************************ */
#pager {
  margin: 60px 0 0;
  text-align: center;
}
#pager .current {
  color: #fff;
  background: #666;
  border-color: #666;
}
#pager .current, #pager a {
  width: 50px;
  display: inline-block;
  line-height: 48px;
  height: 50px;
  text-align: center;
  margin: 0 5px;
  vertical-align: top;
  border: 1px solid #ccc;
}
#pager a:hover {
  color: #fff;
  background: #666;
  border-color: #666;
}

@media screen and (max-width: 768px) {
  #pager {
    font-size: 1rem;
  }
  #pager .current, #pager a {
    width: 44px;
    line-height: 44px;
    height: 44px;
  }
}
/************************************************
	#newsSingleSec
************************************************ */
#newsSingleSec .titArea {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#newsSingleSec .newsTit {
  font-size: 1.714rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
#newsSingleSec .content {
  padding: 80px 0 150px;
}
#newsSingleSec .content .eyecatch {
  margin-bottom: 80px;
}
#newsSingleSec .content p {
  margin-bottom: 30px;
}
#newsSingleSec .content h2 {
  font-size: 1.429rem;
  font-weight: bold;
  line-height: 1.8;
  border-left: 3px solid #000;
  padding-left: 0.7em;
}
#newsSingleSec .content h3 {
  font-size: 1.286rem;
  font-weight: bold;
}
#newsSingleSec .content a {
  border-bottom: 1px solid #000;
  transition: all 0.2s;
  word-break: break-all;
}
#newsSingleSec .content a:hover {
  border-bottom: 0;
}
#newsSingleSec .content figure {
  margin-bottom: 40px;
}
#newsSingleSec .page-links a {
  display: block;
}
#newsSingleSec .page-links .prenex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #newsSingleSec .titArea {
    padding-bottom: 10px;
  }
  #newsSingleSec .newsTit {
    font-size: 1.429rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  #newsSingleSec .content {
    padding: 50px 0 100px;
  }
  #newsSingleSec .content p {
    margin-bottom: 25px;
  }
  #newsSingleSec .content h2 {
    font-size: 1.286rem;
  }
  #newsSingleSec .content h3 {
    font-size: 1.143rem;
  }
  #newsSingleSec .content figure {
    margin-bottom: 30px;
  }
  #newsSingleSec .page-links {
    font-size: 1.071rem;
  }
}
/************************************************
	newsArchiveSec / newsCategorySec
************************************************ */
#newsArchiveSec .newsList, #newsCategorySec .newsList {
  height: auto;
}
#newsArchiveSec .newsList .item a, #newsCategorySec .newsList .item a {
  display: block;
}
#newsArchiveSec .newsList .item a time, #newsCategorySec .newsList .item a time {
  margin-left: 1em;
  color: #000;
}
#newsArchiveSec .newsList .item a h3.tit, #newsCategorySec .newsList .item a h3.tit {
  font-size: 1.143rem;
  line-height: 2;
  margin-top: 20px;
  color: #000;
}
#newsArchiveSec .newsList .item a:hover, #newsCategorySec .newsList .item a:hover {
  color: #008FD8;
}
#newsArchiveSec .newsList .item a:hover h3.tit, #newsCategorySec .newsList .item a:hover h3.tit {
  color: #008FD8;
}

@media screen and (max-width: 768px) {
  #newsArchiveSec .newsList .item a, #newsCategorySec .newsList .item a {
    padding: 20px 0;
  }
  #newsArchiveSec .newsList .item a .cate, #newsCategorySec .newsList .item a .cate {
    min-width: initial;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 0.929rem;
  }
  #newsArchiveSec .newsList .item a time, #newsCategorySec .newsList .item a time {
    font-size: 0.857rem;
  }
}
/************************************************
	PC
************************************************ */
#mvTop {
  position: relative;
  padding-top: 150px;
}
#mvTop .slide {
  background: linear-gradient(300deg, #eb42a5, #f392cb);
  margin: 0 1.3vw;
}
#mvTop .slide a {
  display: block;
  transition: 0.3s;
}
#mvTop .slide a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#mvTop .slide .imgClm {
  padding: 50px 20% 0;
  text-align: center;
  margin-bottom: 0;
}
#mvTop .slide .imgClm img {
  max-width: 260px;
  width: 100%;
  height: auto;
  margin: auto;
}
#mvTop .slide .slideHx {
  font-size: 1.6vw;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  padding: 0 30px;
  margin: 30px 0;
  height: 5.2vw;
  overflow: hidden;
}
#mvTop .slide .txtClm p {
  font-size: 1vw;
  color: #fff;
  text-align: center;
  line-height: 3;
  width: 50%;
  margin-bottom: 0;
}
#mvTop .slide .txtClm p:nth-of-type(2) {
  border-left: 1px solid #fff;
}
#mvTop .slide.pink {
  background: linear-gradient(300deg, #eb42a5, #f392cb);
}
#mvTop .slide.green {
  background: linear-gradient(300deg, #39b54a, #91d69b);
}
#mvTop .slide.blue {
  background: linear-gradient(300deg, #29abe2, #abdef4);
}
#mvTop .slide.orange {
  background: linear-gradient(300deg, #e68a19, #ffcc6f);
}
#mvTop .slide.purple {
  background: linear-gradient(300deg, #8b39ca, #b493e0);
}
#mvTop .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#mvTop .bnrslider img {
  width: 100%;
  height: auto;
}
#mvTop .pager_slider {
  padding: 30px 0;
  line-height: 1;
}
#mvTop .pager_slider .topslider_dots {
  max-width: 1000px;
  width: 80%;
}
#mvTop .pager_slider .topslider_dots .line-dots {
  display: flex;
}
#mvTop .pager_slider .topslider_dots .line-dots li {
  flex: 1;
  background: #e6e6e6;
  font-size: 0;
}
#mvTop .pager_slider .topslider_dots .line-dots li button {
  border: none;
  padding: 0;
  height: 3px;
}
#mvTop .pager_slider .topslider_dots .line-dots li.slick-active {
  background: #999;
}
#mvTop .pager_slider .topslider_arrows {
  width: 20%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#mvTop .pager_slider .prev-arrow {
  background: url(../images/slide01_arrow_l.png) center center;
  background-size: cover;
  width: 67px;
  height: 46px;
  display: inline-block;
  cursor: pointer;
}
#mvTop .pager_slider .next-arrow {
  background: url(../images/slide01_arrow_r.png) center center;
  background-size: cover;
  width: 67px;
  height: 46px;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
#mvTop .pager_slider .prev-arrow:hover, #mvTop .pager_slider .next-arrow:hover {
  opacity: 0.8;
}

.important {
  padding: 40px;
  border-bottom: 1px solid #ccc;
}
.important > div {
  padding: 30px;
}
.important h2 {
  color: #f15a24;
  font-size: 1.286rem;
  margin-bottom: 10px;
}
.important h2 .ico {
  margin-right: 10px;
}
.important .importantList li:nth-of-type(n+2) {
  margin-top: 10px;
  margin-bottom: 0;
}
.important time {
  margin-right: 3em;
  line-height: 1.8;
}
.important p {
  line-height: 1.8;
  margin-bottom: 0;
}

.schoolTopSec {
  padding: 90px 0;
  border-bottom: 1px solid #ccc;
}
.schoolTopSec h2 {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.schoolTopSec h2 b {
  font-size: 2.571rem;
  display: block;
  margin-bottom: 10px;
}
.schoolTopSec h2 span {
  font-size: 1.429rem;
  font-weight: bold;
}
.schoolTopSec h2 span small {
  display: inline-block;
  margin-left: 2em;
  font-weight: bold;
}
.schoolTopSec .allBtn {
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 25px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
.schoolTopSec .allBtn:after {
  content: "";
  background: url(../images/arrow_btn.png);
  background-size: cover;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.schoolTopSec .admissionBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 1.714rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 10px;
}
.schoolTopSec .admissionBtn li a:after {
  content: "";
  background: url(../images/arrow_btn.png);
  background-size: cover;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.schoolTopSec .admissionBtn li a.newest {
  background: #EB9D4E;
}
.schoolTopSec .admissionBtn li a.transfer {
  background: #A0C657;
}
.schoolTopSec .admissionBtn li a:hover {
  opacity: 0.8;
}
.schoolTopSec .admissionBtn_black {
  margin-top: 82px;
}
.schoolTopSec .admissionBtn_black li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
  color: #fff;
  background: #000;
  font-size: 1.429rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 20px;
}
.schoolTopSec .admissionBtn_black li a:after {
  content: "";
  background: url(../images/arrow_btn.png);
  background-size: cover;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.schoolTopSec .admissionBtn_black li a:hover {
  opacity: 0.8;
}

.circleBtn {
  width: 100%;
  max-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 1.071rem;
  background: #ccc;
  color: #fff;
  text-align: left;
  letter-spacing: 0.05em;
  border-radius: 25px;
  position: relative;
  margin-top: 38px;
  margin-bottom: 0;
  padding-left: 18px;
}
.circleBtn:after {
  content: "";
  background: url(../images/ico_circle_arrow.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.circleBtn:hover {
  background: #000;
  color: #fff;
}

.schoolnews h2 > span {
  letter-spacing: 0.05em;
}
.schoolnews .newsList {
  height: 400px;
  overflow-y: auto;
}
.schoolnews .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.schoolnews .item .thumbnail {
  flex-basis: 80px;
  margin-bottom: 0;
}
.schoolnews .item .thumbnail img {
  width: 80px;
  height: auto;
}
.schoolnews .item .txtClm {
  margin-left: 20px;
}
.schoolnews .item .txtClm time {
  font-size: 1rem;
}
.schoolnews .item .txtClm .tit {
  font-size: 1rem;
}

.groupnews h2 > span {
  letter-spacing: 0.05em;
}
.groupnews .rss-items {
  height: 400px;
  overflow-y: auto;
}
.groupnews li.rss-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  position: relative;
  line-height: 1.6;
}
.groupnews li.rss-item a {
  font-size: 1.143rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.groupnews li.rss-item .rss-date {
  font-size: 1rem;
}

.school_appealpoint .schoolHl__appealpoint {
  text-align: center;
  font-size: 2.286rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.school_appealpoint .schoolHl__appealpoint span {
  font-size: 150%;
}
.school_appealpoint .schoolHl__appealpoint b:before {
  content: "";
  background: url(../images/ico_chonchon.png);
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 12px;
  position: absolute;
  top: -5px;
}
.school_appealpoint .appeal_list {
  gap: 30px;
}
.school_appealpoint .appeal_list li {
  border: 2px solid #231814;
  padding: 30px 20px;
  position: relative;
  border-radius: 0 10px 0 0;
}
.school_appealpoint .appeal_list li:before {
  content: "";
  background: url(../images/corner_frame.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
}
.school_appealpoint .appeal_list li .appeal_lead_text {
  font-size: 1.286rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 20px 0;
  line-height: 1.5;
}
.school_appealpoint .appeal_list li .appeal_text {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .school_appealpoint .schoolHl__appealpoint {
    font-size: 1.714rem;
  }
  .school_appealpoint .schoolHl__appealpoint b:before {
    width: 20px;
    height: 8px;
  }
  .school_appealpoint .appeal_list {
    gap: 15px;
    flex-direction: column;
    padding: 0 5.3vw;
  }
  .school_appealpoint .appeal_list li {
    padding: 30px 20px 10px;
    border: 2px solid #231814;
  }
  .school_appealpoint .appeal_list li .appeal_lead_text {
    font-size: 1.286rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 0;
    line-height: 1.5;
  }
}
/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  #mvTop {
    padding-top: 20px;
  }
  #mvTop .slide {
    max-height: initial;
    margin: 0 2.6vw;
  }
  #mvTop .slide .imgClm {
    padding: 30px 20% 0;
  }
  #mvTop .slide .slideHx {
    font-size: 4.8vw;
    padding: 0 5.3vw;
    margin: 20px 0;
    height: 15.9vw;
  }
  #mvTop .slide .txtClm p {
    font-size: 3.2vw;
  }
  #mvTop .pager_slider {
    padding: 20px 0;
    line-height: 1;
  }
  #mvTop .pager_slider .topslider_dots {
    width: 100%;
  }
  #mvTop .pager_slider .topslider_arrows {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: block;
  }
  .topNaviArea {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
  }
  .topNaviArea a {
    display: block;
    position: relative;
    font-size: 0.929rem;
    line-height: 1.8;
    padding: 13px 10px;
    text-align: center;
  }
  .topNaviArea a:hover {
    background: #ddd;
  }
  .topNaviArea li:nth-of-type(2n) a:before {
    content: "";
    background: #ccc;
    height: 35px;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .topNaviArea li:nth-of-type(2n-1) a:before {
    background: none;
  }
  .topNaviArea li:nth-of-type(n+3) {
    border-top: 1px solid #ccc;
  }
  .important {
    padding: 5.3vw;
  }
  .important > div {
    padding: 5.3vw;
  }
  .important h2 {
    font-size: 1.143rem;
    margin-bottom: 10px;
  }
  .important p {
    line-height: 1.8;
    margin-bottom: 0;
    text-decoration: underline;
  }
  #topSec01 {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
  }
  #topSec01 .inner {
    margin-bottom: 20px;
  }
  #topSec01 .inner h2 {
    margin-bottom: 0;
  }
  #topSec01 .inner h2 b {
    font-size: 2.571rem;
  }
  #topSec01 .inner h2 span {
    font-size: 1rem;
    margin-left: 0;
    display: block;
    line-height: 1.8;
    margin-top: 10px;
  }
  #topSec01 .pager_slider .bnrslider_arrows {
    margin-top: 20px;
    text-align: center;
  }
  .schoolTopSec {
    padding: 30px 0;
  }
  .schoolTopSec h2 {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .schoolTopSec h2 b {
    font-size: 2.571rem;
    display: block;
    margin-bottom: 10px;
  }
  .schoolTopSec h2 span {
    font-size: 1rem;
    font-weight: bold;
    display: block;
  }
  .schoolTopSec h2 span small {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .schoolTopSec .admissionBtn li a {
    width: 100%;
    height: 80px;
    font-size: 1.429rem;
  }
  .schoolTopSec .admissionBtn li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .schoolTopSec .admissionBtn_black {
    margin-top: 30px;
  }
  .schoolTopSec .admissionBtn_black li a {
    height: 70px;
    font-size: 1.286rem;
    border-radius: 15px;
  }
  .schoolTopSec .admissionBtn_black li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .schoolTopSec .circleBtn {
    max-width: 300px;
    margin: 0 auto;
  }
  .schoolTopSec .groupnews {
    padding: 0;
    margin-top: 50px;
  }
  .schoolTopSec .groupnews h2 > span {
    letter-spacing: 0.05em;
  }
  .schoolTopSec .groupnews .rss-items {
    height: 400px;
    overflow-y: auto;
  }
  .schoolTopSec .groupnews li.rss-item {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    font-size: 0.929rem;
    position: relative;
    line-height: 1.6;
  }
  .schoolTopSec .groupnews li.rss-item a {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
  }
  .schoolTopSec .groupnews li.rss-item .rss-date {
    font-size: 0.929rem;
  }
}
/******************************************************************
	2024改訂TOP用
****************************************************************** */
.color_yellow {
  color: #ffd800;
}

.color_lightgreen {
  color: #54db85;
}

.color_green {
  color: #018A33;
}

.enjaHl_img {
  text-align: center;
}
.enjaHl_img img {
  margin-bottom: 6px;
}
.enjaHl_img span {
  font-size: 1.429rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 768px) {
  .enjaHl_img {
    width: 100%;
  }
  .enjaHl_img img {
    margin-bottom: 6px;
    height: 50px;
    width: auto;
  }
  .enjaHl_img span {
    font-size: 1.143rem;
  }
}
#header .utility__box {
  margin-left: 26px;
  width: 240px;
}
#header .utility__box li {
  text-align: center;
  font-size: 1rem;
  width: 50%;
}
#header .utility__box li a {
  display: block;
  padding: 11px 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
#header .utility__box li a:hover {
  cursor: pointer;
}
#header .utility__box li:nth-of-type(1) a {
  background: #54db85;
}
#header .utility__box li:nth-of-type(1) a:hover {
  background: rgb(34.9565217391, 166.0434782609, 82.5362318841);
}
#header .utility__box li:nth-of-type(2) a {
  background: #bbb;
}
#header .utility__box li:nth-of-type(2) a:hover {
  background: #000;
}
#header .snsWrap {
  margin-left: 22px;
}
#header .snsWrap li {
  margin: 0 7px;
}
#header .snsWrap li img {
  width: 26px;
  height: auto;
}

.schools_mvTop {
  padding: 0 40px;
  margin-top: 100px;
}
.schools_mvTop .mvArea {
  width: 100%;
}
.schools_mvTop .mvArea img {
  width: 100%;
  height: auto;
}

.schools_catchArea {
  position: relative;
}
.schools_catchArea:before {
  content: "";
  max-height: 1000px;
  height: 260%;
  width: 100%;
  display: block;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #C0F0FF 18%, #5CD9FF 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}
.schools_catchArea {
  padding: 68px 0 77px;
}
.schools_catchArea .deco-star {
  color: #FFD800;
  font-size: 3rem;
  line-height: 1;
}
.schools_catchArea .catchTxt_main {
  display: block;
  font-size: 1.286rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}
.schools_catchArea .catchTxt_sub {
  display: block;
  font-size: 1.143rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .schools_mvTop {
    padding: 0 5.3vw;
    margin-top: 30px;
  }
  .schools_mvTop .mvArea img {
    width: 100%;
    height: auto;
  }
  .schools_catchArea {
    padding: 40px 5.3vw 50px;
  }
  .schools_catchArea .deco-star {
    font-size: 2.143rem;
  }
  .schools_catchArea .catchTxt_main {
    font-size: 1.143rem;
    margin-bottom: 15px;
  }
  .schools_catchArea .catchTxt_sub {
    font-size: 1rem;
  }
}
.schoolTopSec__submv img {
  width: 100%;
  height: auto;
}

.schoolTopSec.schoolTopSec_bdr0 {
  border: 0;
}

.schoolTopSec_ver2 .mainMenu01 .inner_content {
  padding: 42px;
  justify-content: space-between;
  gap: 30px;
}
.schoolTopSec_ver2 .mainMenu01 .item {
  padding: 15px;
  background: #fff;
  width: 48%;
}
.schoolTopSec_ver2 .mainMenu01 .item a {
  display: block;
  position: relative;
}
.schoolTopSec_ver2 .mainMenu01 .item a .headlineArea {
  background: #fff;
  display: flex;
  align-items: center;
  height: 54px;
  min-width: 235px;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.schoolTopSec_ver2 .mainMenu01 .item a .enjaHl_underline {
  font-weight: bold;
  line-height: 2.8;
}
.schoolTopSec_ver2 .mainMenu01 .item a .enjaHl_underline .ja {
  font-size: 1.143rem;
  letter-spacing: 0.2em;
}
.schoolTopSec_ver2 .mainMenu01 .item a .enjaHl_underline .en {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-left: 18px;
}
.schoolTopSec_ver2 .mainMenu01 .item:first-of-type .enjaHl_underline {
  border-bottom: 3px solid #FF6AAF;
}
.schoolTopSec_ver2 .mainMenu01 .item:nth-of-type(2) .enjaHl_underline {
  border-bottom: 3px solid #4FC0FC;
}
.schoolTopSec_ver2 .mainMenu02 {
  margin-top: 94px;
  margin-bottom: 168px;
  justify-content: center;
}
.schoolTopSec_ver2 .mainMenu02 li {
  width: 24%;
  margin-right: 1.8%;
  display: flex;
  flex-direction: column;
  border: 4px solid #000;
  border-radius: 12px;
}
.schoolTopSec_ver2 .mainMenu02 li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 8px;
}
.schoolTopSec_ver2 .mainMenu02 li a:after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.schoolTopSec_ver2 .mainMenu02 li:last-child {
  margin-right: 0;
}
.schoolTopSec_ver2 .mainMenu02 li.concept a:after {
  background: url(../images/ico_top_schoolfeature.png) center center/contain no-repeat;
  width: 100px;
  height: 54px;
}
.schoolTopSec_ver2 .mainMenu02 li.schoollife a:after {
  background: url(../images/ico_top_schoollife.png) center center/contain no-repeat;
  width: 100px;
  height: 54px;
}
.schoolTopSec_ver2 .mainMenu02 li.access a:after {
  background: url(../images/ico_top_schoolaccess.png) center center/contain no-repeat;
  width: 100px;
  height: 54px;
}
.schoolTopSec_ver2 .mainMenu02 li.freeschool a:after {
  background: url(../images/ico_top_schoolfs.png) center center/contain no-repeat;
  width: 100px;
  height: 54px;
}
.schoolTopSec_ver2 .mainMenu02 li.freeschool_02 a:after {
  background: url(../images/ico_top_schoolfs_02.png) center center/contain no-repeat;
  width: 100px;
  height: 54px;
}
.schoolTopSec_ver2 .mainMenu02 .title {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 42px;
  margin-bottom: 18px;
}
.schoolTopSec_ver2 .mainMenu02 .txt {
  font-size: 0.857rem;
  line-height: 1.5;
  margin-top: auto !important;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .schoolTopSec_ver2 .mainMenu01 .bg01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .schoolTopSec_ver2 .mainMenu01 .item {
    padding: 10px;
    width: 100%;
  }
  .schoolTopSec_ver2 .mainMenu01 .item a .headlineArea {
    height: 54px;
    min-width: 230px;
    padding: 0 10px;
  }
  .schoolTopSec_ver2 .mainMenu01 .item a .enjaHl_underline {
    line-height: 2.6;
  }
  .schoolTopSec_ver2 .mainMenu01 .item a .enjaHl_underline .ja {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
  }
  .schoolTopSec_ver2 .mainMenu01 .item a .enjaHl_underline .en {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-left: 10px;
  }
  .schoolTopSec_ver2 .mainMenu01 .item:nth-of-type(2) {
    margin-top: 15px;
  }
  .schoolTopSec_ver2 .mainMenu02 {
    margin-top: 60px;
    margin-bottom: 110px;
    flex-wrap: wrap;
  }
  .schoolTopSec_ver2 .mainMenu02 li {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    border: 3px solid #000;
    border-radius: 12px;
    min-height: 200px;
  }
  .schoolTopSec_ver2 .mainMenu02 li a {
    height: 100%;
    padding: 0 6px;
  }
  .schoolTopSec_ver2 .mainMenu02 li a:after {
    top: -21px;
  }
  .schoolTopSec_ver2 .mainMenu02 li:nth-of-type(n+3) {
    margin-top: 24px;
  }
  .schoolTopSec_ver2 .mainMenu02 li:last-of-type {
    margin-right: 2%;
  }
  .schoolTopSec_ver2 .mainMenu02 li.concept a:after {
    width: 78px;
    height: 42px;
  }
  .schoolTopSec_ver2 .mainMenu02 li.schoollife a:after {
    width: 78px;
    height: 42px;
  }
  .schoolTopSec_ver2 .mainMenu02 li.access a:after {
    width: 78px;
    height: 42px;
  }
  .schoolTopSec_ver2 .mainMenu02 li.freeschool a:after {
    width: 78px;
    height: 42px;
  }
  .schoolTopSec_ver2 .mainMenu02 li.freeschool_02 a:after {
    width: 78px;
    height: 42px;
  }
  .schoolTopSec_ver2 .mainMenu02 .title {
    letter-spacing: 0.1em;
    margin-top: 42px;
    margin-bottom: 16px;
  }
  .schoolTopSec_ver2 .mainMenu02 .txt {
    margin-bottom: 28px;
  }
}
.admissionSec {
  position: relative;
}

@media screen and (max-width: 768px) {
  .admissionSec {
    padding: 60px 0;
  }
  .admissionSec .titBox {
    width: 100%;
    top: -26px;
  }
}
.schoolTopSec_bdr0.eventSec {
  padding-top: 0;
  background: #F4FAF2;
  position: relative;
}
.schoolTopSec_bdr0.eventSec .inner_content {
  position: relative;
  top: -40px;
}
.schoolTopSec_bdr0.eventSec .enjaHl_img + .lead {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .schoolTopSec_bdr0.eventSec {
    padding: 60px 0;
  }
}
#topActivity .topActivitySns p {
  font-size: 1.286rem;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 25px;
  margin-bottom: 25px;
}
#topActivity .topActivitySns .snsWrap {
  justify-content: center;
}
#topActivity .topActivitySns .snsWrap li {
  margin: 0 10px;
  position: relative;
}
#topActivity .topActivitySns .snsWrap li:first-of-type {
  position: relative;
}
#topActivity .topActivitySns .snsWrap li:first-of-type:before {
  content: "";
  display: inline-block;
  border-left: 1px dashed #666;
  height: 56px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: rotate(-25deg) translateY(-50%);
}
#topActivity .topActivitySns .snsWrap li:nth-of-type(n+2) {
  margin: 0 10px;
}
#topActivity .topActivitySns .snsWrap li:nth-of-type(n+2):before {
  border: initial;
}
#topActivity .topActivitySns .snsWrap li:last-of-type {
  position: relative;
}
#topActivity .topActivitySns .snsWrap li:last-of-type:after {
  content: "";
  display: inline-block;
  border-right: 1px dashed #666;
  height: 56px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: rotate(25deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #topActivity {
    padding-top: 30px;
  }
  #topActivity .topActivitySns {
    margin: 30px 0;
  }
  #topActivity .topActivitySns p {
    font-size: 1.143rem;
    line-height: 1.4;
  }
  #topActivity .topActivitySns .snsWrap li:before {
    height: 56px;
    left: -18px;
  }
}
.schoolnews {
  padding-top: 72px;
  padding-bottom: 40px;
}
.schoolnews .schoolHl__activity {
  font-size: 1.857rem;
}
.schoolnews .schoolHl__activity span {
  display: block;
}
.schoolnews .schoolHl__activity span:nth-of-type(2) {
  font-size: 1rem;
  margin-top: 14px;
}
.schoolnews .item {
  border-bottom: 2px dotted #000;
  padding: 0;
  position: relative;
}
.schoolnews .item a {
  padding: 20px 0;
}
.schoolnews .item .ico {
  text-indent: -18px;
  display: block;
}
.schoolnews .item .tit {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}
.schoolnews .item:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  -webkit-mask-image: url(../images/arrow_btn.png);
  mask-image: url(../images/arrow_btn.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 6px auto;
  mask-size: 6px auto;
}

.schoolTopSec #topActivity .groupnews {
  padding-top: 56px;
  padding-bottom: 40px;
}
.schoolTopSec #topActivity .groupnews li.rss-item {
  display: flex;
  border-bottom: 2px dotted #000;
  position: relative;
}
.schoolTopSec #topActivity .groupnews li.rss-item a {
  font-size: 1rem;
  font-weight: normal;
  order: 2;
  padding: 0 28px;
  margin: 0;
  width: 100%;
}
.schoolTopSec #topActivity .groupnews li.rss-item .rss-date {
  display: block;
}
.schoolTopSec #topActivity .groupnews li.rss-item:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  -webkit-mask-image: url(../images/arrow_btn.png);
  mask-image: url(../images/arrow_btn.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 6px auto;
  mask-size: 6px auto;
}

@media screen and (max-width: 768px) {
  .schoolnews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .schoolnews .schoolHl__activity {
    font-size: 1.857rem;
  }
  .schoolnews .schoolHl__activity span {
    display: block;
  }
  .schoolnews .schoolHl__activity span:nth-of-type(2) {
    margin-top: 14px;
    font-weight: bold;
  }
  .schoolnews .item a {
    padding: 20px 0;
  }
  .schoolnews .item .ico {
    text-indent: initial;
  }
  .schoolnews .item .tit {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .schoolnews .item:before {
    right: 10px;
  }
  .schoolnews .item .txtClm {
    margin: 0;
    padding: 20px 0;
  }
  .schoolnews .col-md-3 {
    padding: 0 0;
  }
  .schoolnews .col-md-9 {
    padding: 0 0;
  }
  .schoolTopSec #topActivity .groupnews {
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .schoolTopSec #topActivity .groupnews li.rss-item {
    flex-direction: column;
  }
  .schoolTopSec #topActivity .groupnews li.rss-item a {
    padding: 0 5.3vw 0 0;
    margin-top: 6px;
  }
  .schoolTopSec #topActivity .groupnews li.rss-item .rss-date {
    display: block;
    padding: 0 5.3vw 0 0;
  }
  .schoolTopSec #topActivity .groupnews li.rss-item:before {
    right: 10px;
  }
  .schoolTopSec #topActivity .groupnews li.rss-item br {
    display: none;
  }
  .schoolTopSec #topActivity .btnArea {
    margin-top: 50px;
  }
}
/************************************************
	学校案内 about
************************************************ */
/************************************************
	学校案内 seisa
************************************************ */
.seisa_three_promise {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.286rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .seisa_three_promise {
    font-size: 1.857rem;
  }
}
/************************************************
	スクールライフ schedule
************************************************ */
.schedule_12month_box {
  margin-top: 100px;
  padding: 100px 70px 80px;
}

@media screen and (max-width: 768px) {
  .schedule_12month_box {
    margin-top: 50px;
    padding: 30px 5.3vw 1px;
  }
}
h3.hl_schedule_month {
  padding: 20px;
  line-height: 1;
  font-size: 1.429rem;
  font-weight: bold;
  margin-bottom: 20px;
}
h3.hl_schedule_month strong {
  font-size: 200%;
}

@media screen and (max-width: 768px) {
  h3.hl_schedule_month {
    padding: 10px !important;
    font-size: 1.143rem;
    margin-bottom: 10px;
  }
  h3.hl_schedule_month strong {
    font-size: 200%;
  }
}
/************************************************
	スクールライフ interact
************************************************ */
.challengeproject_box {
  padding: 100px 70px 80px;
}

@media screen and (max-width: 768px) {
  .challengeproject_box {
    padding: 30px 5.3vw 1px;
  }
}
.lead_challenge_text {
  font-size: 1.714rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .lead_challenge_text {
    font-size: 1.286rem;
  }
}
.challengeprogram_content_column {
  margin-top: 100px;
  gap: 6%;
}
.challengeprogram_content_column:nth-of-type(n+2) {
  margin-top: 6%;
}

@media screen and (max-width: 768px) {
  .challengeprogram_content_column {
    margin-top: 50px;
    gap: 20px;
  }
  .challengeprogram_content_column:nth-of-type(n+2) {
    margin-top: auto;
  }
}
/************************************************
	スクールライフ club
************************************************ */
.clubactive_box {
  padding: 100px 70px 0px;
}
.clubactive_box .club_voice_text {
  position: relative;
  font-size: 1.071rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.clubactive_box .club_voice_text:before {
  content: "";
  height: 3em;
  width: 1px;
  background: #000;
  display: inline-block;
  transform: skew(15deg);
  margin-right: 2em;
}
.clubactive_box .club_voice_text:after {
  content: "";
  height: 3em;
  width: 1px;
  background: #000;
  display: inline-block;
  transform: skew(-15deg);
  margin-left: 2em;
}
.clubactive_box .club_name_text {
  font-size: 1.429rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.clubactive_box .club_description_text {
  font-size: 1.071rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .clubactive_box {
    padding: 30px 5.3vw 10px;
  }
  .clubactive_box .club_voice_text {
    margin-bottom: 10px;
  }
}
/************************************************
	教育コンセプト kyoukan
************************************************ */
/************************************************
	教育コンセプト experience
************************************************ */
.teacher_message_box {
  padding: 70px 70px 40px;
}
.teacher_message_box .teacher_name_text {
  font-size: 1.714rem;
}

@media screen and (max-width: 768px) {
  .teacher_message_box {
    padding: 30px 5.3vw 1px;
  }
  .teacher_message_box figure {
    text-align: center;
  }
  .teacher_message_box .teacher_name_text {
    font-size: 1.286rem;
  }
}
/************************************************
	教育コンセプト learning
************************************************ */
/************************************************
	入学情報
************************************************ */
.table_admission_flow {
  gap: 0;
  border: 1px solid #C6C6C6;
  border-bottom: none;
}
.table_admission_flow:last-of-type {
  border-bottom: 1px solid #C6C6C6;
}
.table_admission_flow .table_admission_flow_content {
  padding: 40px;
  border-left: 1px solid #C6C6C6;
}
.table_admission_flow .table_admission_flow_content p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .table_admission_flow .table_admission_flow_number p {
    margin-bottom: 0;
    line-height: 1;
  }
  .table_admission_flow .table_admission_flow_content {
    padding: 20px;
  }
  .table_admission_flow .table_admission_flow_content h4 {
    font-size: 1.143rem;
  }
}
.admission_pdf_box {
  border: 1px solid #C6C6C6;
  padding: 40px;
}
.admission_pdf_box .link_text_pdficon {
  display: flex;
  align-items: center;
  font-size: 1.714rem;
}
.admission_pdf_box .link_text_pdficon:before {
  content: "";
  background: url(../images/icon_pdf.svg) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .admission_pdf_box {
    padding: 20px;
  }
  .admission_pdf_box .link_text_pdficon {
    font-size: 1.143rem;
  }
  .admission_pdf_box .link_text_pdficon:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
/************************************************
	Q&A
************************************************ */
.faq_item .qTxt {
  padding-left: 48px;
  text-indent: -46px;
}
.faq_item .qTxt span {
  font-size: 1.571rem;
  padding-right: 8px;
}
.faq_item .aTxt_title {
  font-size: 1.429rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .faq_item .qTxt {
    padding-left: 37px;
    text-indent: -38px;
  }
  .faq_item .qTxt span {
    font-size: 1.286rem;
    padding-right: 5px;
  }
  .faq_item .aTxt_title {
    font-size: 1.143rem;
  }
}
/************************************************
	卒業後の進路
************************************************ */
.hl_future_text {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hl_future_text {
    font-size: 1.429rem;
  }
}
/************************************************
	個別ページ独自のCSSを書き加えたい場合はこちらに入力
************************************************ *//*# sourceMappingURL=style.css.map */