@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;
}

nav.admissions-info-top-nav {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav {
    margin-bottom: 90px;
  }
}
nav.admissions-info-top-nav a.btn01 {
  display: block;
  text-align: center;
  position: relative;
  border: solid 1px;
  padding: 0.8em 0;
  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) {
  nav.admissions-info-top-nav a.btn01 {
    width: 480px;
    margin: auto;
    padding: 1.2em 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
nav.admissions-info-top-nav a.btn01.purple {
  color: var(--clpurple01);
  padding-right: 2em;
}
nav.admissions-info-top-nav a.btn01.gray {
  color: #000;
  border: solid 1px var(--clgray02);
}
nav.admissions-info-top-nav a.btn01 span.arrow {
  display: block;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.6em;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav a.btn01 span.arrow {
    right: 10px;
    width: 2.6em;
  }
}
nav.admissions-info-top-nav a.btn01 span.arrow svg {
  display: block;
  width: 100%;
}
nav.admissions-info-top-nav a.btn02 {
  display: block;
  background-color: var(--clred01);
  color: #fff;
  position: relative;
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
  padding: 7vw 0 7vw 10vw;
  margin: 0 auto 7vw;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav a.btn02 {
    padding: 30px 0 30px 70px;
    box-sizing: border-box;
    width: 480px;
    margin: 0 auto 35px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
  }
}
nav.admissions-info-top-nav a.btn02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: solid 2px #fff;
  box-sizing: border-box;
  pointer-events: none;
}
nav.admissions-info-top-nav a.btn02 span.arrow {
  display: block;
  position: absolute;
  width: 1.1em;
  top: 50%;
  transform: translate(0, -50%);
  right: 5%;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav a.btn02 span.arrow {
    right: 40px;
    width: 1.6em;
  }
}
nav.admissions-info-top-nav a.btn02 span.arrow svg {
  display: block;
  width: 100%;
}
nav.admissions-info-top-nav ul {
  margin: 10vw 0;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 65px 0 15px;
  }
}
nav.admissions-info-top-nav ul li {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav ul li {
    width: 47%;
    margin-bottom: 50px;
  }
}
nav.admissions-info-top-nav ul li.music {
  background-color: var(--clmusic01);
}
nav.admissions-info-top-nav ul li.food {
  background-color: var(--clfood01);
}
nav.admissions-info-top-nav ul li.childhood {
  background-color: var(--clchildhood01);
}
nav.admissions-info-top-nav ul li.sports {
  background-color: var(--clsports01);
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav ul li.sports .txt {
    height: 5vw;
  }
}
@media screen and (min-width: 1000px) {
  nav.admissions-info-top-nav ul li.sports .txt {
    height: auto;
    transform: translate(0, -0.1em);
  }
}
nav.admissions-info-top-nav ul li.sports .small {
  transform: translate(0, -0.6em);
}
nav.admissions-info-top-nav ul li.jrcol {
  background-color: var(--cljrcol01);
}
nav.admissions-info-top-nav ul li a {
  display: block;
  box-sizing: border-box;
  padding: 0.6em 1em;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  height: 15vw;
}
@media screen and (min-width: 768px) {
  nav.admissions-info-top-nav ul li a {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
    font-size: 3vw;
    line-height: 1.2em;
    height: 80px;
  }
}
@media screen and (min-width: 1000px) {
  nav.admissions-info-top-nav ul li a {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
  }
}
nav.admissions-info-top-nav ul li a .txt {
  display: block;
  line-height: 1em;
}
nav.admissions-info-top-nav ul li a .small {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.5em;
}
nav.admissions-info-top-nav ul li a .arrow {
  display: block;
  width: 1em;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
nav.admissions-info-top-nav ul li a .arrow svg {
  display: block;
  width: 100%;
}

/*======================================== 募集学科・コース・専修・募集人員 ========================================*/
section.sec-recruit {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-recruit {
    margin-bottom: 130px;
  }
}
section.sec-recruit.music table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 17%;
}
section.sec-recruit.music table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 20%;
}
section.sec-recruit.music table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 9%;
}
section.sec-recruit.music table tr:nth-of-type(1) th:nth-of-type(4) {
  width: 18%;
}
section.sec-recruit.music table tr:nth-of-type(1) th:nth-of-type(5) {
  width: 18%;
}
section.sec-recruit.childhood table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 8%;
}
section.sec-recruit.childhood table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 23%;
}
section.sec-recruit.childhood table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 20%;
}
section.sec-recruit.childhood table tr:nth-of-type(1) th:nth-of-type(4) {
  width: 20%;
}
section.sec-recruit.childhood table tr:nth-of-type(1) th:nth-of-type(5) {
  width: 27%;
}
section.sec-recruit.food table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 8%;
}
section.sec-recruit.food table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 23%;
}
section.sec-recruit.food table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 20%;
}
section.sec-recruit.food table tr:nth-of-type(1) th:nth-of-type(4) {
  width: 20%;
}
section.sec-recruit.food table tr:nth-of-type(1) th:nth-of-type(5) {
  width: 27%;
}
section.sec-recruit.sports table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 8%;
}
section.sec-recruit.sports table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 23%;
}
section.sec-recruit.sports table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 20%;
}
section.sec-recruit.sports table tr:nth-of-type(1) th:nth-of-type(4) {
  width: 20%;
}
section.sec-recruit.sports table tr:nth-of-type(1) th:nth-of-type(5) {
  width: 27%;
}
section.sec-recruit.jrcol_c table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 16%;
}
section.sec-recruit.jrcol_c table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 7%;
}
section.sec-recruit.jrcol_c table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 25%;
}
section.sec-recruit.jrcol_c table tr:nth-of-type(1) th:nth-of-type(4) {
  width: 25%;
}
section.sec-recruit.jrcol_c table tr:nth-of-type(1) th:nth-of-type(5) {
  width: 25%;
}
section.sec-recruit.jrcol_c table tr:nth-of-type(2) th:nth-of-type(2), section.sec-recruit.jrcol_c table tr:nth-of-type(2) th:nth-of-type(3), section.sec-recruit.jrcol_c table tr:nth-of-type(2) th:nth-of-type(4), section.sec-recruit.jrcol_c table tr:nth-of-type(2) th:nth-of-type(5) {
  width: 13%;
}
section.sec-recruit h3 {
  padding: 5vw 0 2vw;
  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 h3 {
    padding: 50px 0 25px;
    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.table-wrap {
  width: 91vw;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  section.sec-recruit div.table-wrap {
    width: 100%;
    overflow: revert;
  }
}
section.sec-recruit table {
  width: 230%;
}
@media screen and (min-width: 768px) {
  section.sec-recruit table {
    width: 100%;
  }
}
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 .clgray02 {
  background-color: var(--clgray02);
  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.6em 0;
}
@media screen and (min-width: 768px) {
  section.sec-recruit table .clgray02 {
    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 .clgray05 {
  background-color: var(--clgray05);
  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.6em 0;
}
@media screen and (min-width: 768px) {
  section.sec-recruit table .clgray05 {
    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 .clgray05.ir {
  line-height: 1em;
}
section.sec-recruit table .clgray05 .small {
  display: inline-block;
  font-size: 0.62em;
  line-height: 1em;
}
section.sec-recruit table td {
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  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;
  }
}
section.sec-recruit table td.left {
  text-align: justify;
}

/*======================================== 入学試験日程 ========================================*/
section.sec-schedule.food nav.food-nav02 {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-schedule.food nav.food-nav02 {
    padding-top: 20px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule.food nav.food-nav02:nth-of-type(1) {
    padding-top: 50px;
  }
}
section.sec-schedule.food nav.food-nav02 h3 {
  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;
  text-align: center;
  background-color: var(--clgray05);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule.food nav.food-nav02 h3 {
    width: 237px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule.food nav.food-nav02 ul {
    width: 470px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule.food nav.food-nav02 ul li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule.food nav.food-nav01 {
    padding-top: 30px;
  }
}
section.sec-schedule nav {
  padding: 5vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-schedule nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    padding: 50px 0;
  }
}
section.sec-schedule 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-schedule nav ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule nav ul li {
  margin-bottom: 0.4em;
}
section.sec-schedule 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-schedule 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-schedule nav ul li a span.arrow::before {
    width: 0.4em;
    height: 0.4em;
  }
}
section.sec-schedule div.schedule-cont {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont {
    margin-bottom: 55px;
  }
}
section.sec-schedule div.schedule-cont p.schedule-cont-txt01 {
  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;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont p.schedule-cont-txt01 {
    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;
  }
}
section.sec-schedule div.schedule-cont div.table-wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont div.table-wrap {
    margin-bottom: 50px;
  }
}
section.sec-schedule div.schedule-cont h4 {
  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-schedule div.schedule-cont h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule div.schedule-cont .note {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont .note {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule div.schedule-cont table {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont table {
    width: 100%;
    margin-top: 20px;
  }
}
section.sec-schedule div.schedule-cont table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont table tr {
    display: table-row;
  }
}
section.sec-schedule div.schedule-cont table tr:last-child td {
  border-bottom: 1px solid var(--clgray01);
}
section.sec-schedule div.schedule-cont table th, section.sec-schedule div.schedule-cont table td {
  border: 1px solid var(--clgray01);
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
}
section.sec-schedule div.schedule-cont table th {
  background-color: var(--clgray02);
  color: #fff;
  padding: 1em 1em;
  width: 100%;
  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-schedule div.schedule-cont table th {
    width: 21%;
    padding: 1.4em 1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule div.schedule-cont table td {
  padding: 1em 2em;
  width: 100%;
  border-top: none;
  border-bottom: none;
  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;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont 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;
    width: revert;
    border: 1px solid var(--clgray01);
  }
}
section.sec-schedule div.schedule-cont table td.w18 {
  border-top: 1px solid var(--clgray01);
  border-bottom: 1px solid var(--clgray01);
  background-color: var(--clgray05);
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont table td.w18 {
    width: 18%;
    background: #fff;
  }
}
section.sec-schedule div.schedule-cont table td.border-top-none-sp {
  border-top: none;
}
@media screen and (min-width: 768px) {
  section.sec-schedule div.schedule-cont table td.border-top-none-sp {
    border-top: 1px solid var(--clgray01);
  }
}/*# sourceMappingURL=admissions-info.css.map */