@charset "UTF-8";
/*
@mixin gakubugakka-en-sp {
	font-size: 14px;
	font-weight: 400;
	font-family: "Bacasime Antique", serif;
}
*/
/*
@mixin body-txt14-br {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin body-txt14-br-sp {
	font-size: 3.73vw;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
/*
@mixin voice-gakubugakkaname {
	font-size: 18px;
	font-weight: 700;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


@mixin graph {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin number-big {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
:root {
  --clgold01: #ECE9DC;
  --clred01: #CF1313;
  --clpurple01: #925096;
  --clpurple02: #EBD9EC;
  --clpurple03: #F6EEF7;
  --clpurplehover: #f5edf6;
  --clgray01: #D9D9D9;
  --clgray02: #AEAEAE;
  --clgray03: #FAFAFA;
  --clgray04: #878787;
  --clgray05: #F6F6F6;
  --clmusic01: #925096;
  --clmusic02: #EEDBEF;
  --clmusichover: #b78ab9;
  --clfood01: #D37B2F;
  --clfood02: #F8D9BE;
  --clfood03: #FFF0E2;
  --clfoodhover: #e8b88d;
  --clchildhood01: #CA576B;
  --clchildhood02: #FAF3F4;
  --clchildhood03: #F3E5E7;
  --clchildhoodhover: #c98792;
  --clsports01: #344D78;
  --clsports02: #E0E9F9;
  --clsportshover: #7390c3;
  --cljrcol01: #567ea8;
  --cljrcol02: #D8DEE5;
  --cljrcol03: #EDF0F4;
  --cljrcolhover: #7b8ea3;
  --clgradsch01: #736E7C;
  --clgradsch02: #F5F5F5;
  --clgradsch03: #BFBBC6;
  --clgradsch04: #9D98A4;
  --clgradschhover: #9e9ba5;
  --clkakusei01: #635467;
  --clmidori01: #556756;
  --header-h: 0px;
}

/*======================================== 募集学科・コース・専修・募集人員 ========================================*/
section.sec-recruit nav {
  padding: 0 0 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-recruit nav {
    padding: 0 0 100px;
  }
}
section.sec-recruit nav ul {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-recruit nav ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
  }
}
section.sec-recruit nav ul li {
  margin-bottom: 0.4em;
}
section.sec-recruit nav ul li a span.arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  transform: translate(0, 0.24em);
  position: relative;
}
section.sec-recruit nav ul li a span.arrow::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: solid 0.1em var(--clgray04);
  border-right: solid 0.1em var(--clgray04);
  position: absolute;
  left: 0.4em;
  top: 0em;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  section.sec-recruit nav ul li a span.arrow::before {
    width: 0.4em;
    height: 0.4em;
  }
}
section.sec-recruit div.recruit-cont {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.recruit-cont {
    margin-bottom: 120px;
  }
}
section.sec-recruit div.recruit-cont h3 {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin: 2em 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.recruit-cont h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin: 2.6em 0 1.4em;
  }
}
section.sec-recruit div.recruit-cont div.recruit-cont-inner {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.recruit-cont div.recruit-cont-inner {
    margin-bottom: 20px;
  }
}
section.sec-recruit div.recruit-cont div.recruit-cont-inner h4.lower-page-title03 {
  margin-bottom: 0;
}
section.sec-recruit div.recruit-cont div.recruit-cont-inner div.lower-page-base-box01 h5 {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.recruit-cont div.recruit-cont-inner div.lower-page-base-box01 h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-recruit div.recruit-cont div.recruit-cont-inner div.lower-page-base-box01 h5:nth-child(1) {
  margin-top: 0;
}
section.sec-recruit div.table-wrap {
  overflow-y: scroll;
  width: 112.4%;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.table-wrap {
    overflow: revert;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.table-wrap:last-child {
    margin-bottom: 0;
  }
}
section.sec-recruit table {
  width: 250%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-recruit table {
    width: 100%;
  }
}
section.sec-recruit table tr :nth-child(1) {
  color: #fff;
  background: var(--clgray02);
}
section.sec-recruit table tr.ir01 th, section.sec-recruit table tr.ir01 td {
  padding: 0;
}
section.sec-recruit table th, section.sec-recruit table td {
  border: 1px solid var(--clgray01);
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
}
section.sec-recruit table th.gray05, section.sec-recruit table td.gray05 {
  background-color: var(--clgray05);
  color: #000;
  width: 12%;
}
section.sec-recruit table th {
  background-color: var(--clgray04);
  color: #fff;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  padding: 0.4em 0;
}
section.sec-recruit table th:nth-child(1) {
  background: var(--clgray04);
  width: 31%;
}
section.sec-recruit table th:nth-last-of-type(1) {
  background-color: var(--clpurple01);
}
@media screen and (min-width: 768px) {
  section.sec-recruit table th {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-recruit table td {
  padding: 0.6em 0;
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-recruit table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    text-align: center;
  }
}/*# sourceMappingURL=result.css.map */