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

.sec-curriculum {
  padding: 15% 0;
}

hr.curriculum-border {
  width: 90vw;
}

p.curriculum-band {
  text-align: center;
  width: 100%;
  margin-bottom: 4%;
  padding: 2% 0;
  line-height: 1em;
  font-weight: 500;
}
p.curriculum-band.model-childhood {
  background: #F3E5E7;
}

div.curriculum-wrap div.curriculum-year-block {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  div.curriculum-wrap div.curriculum-year-block {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
  }
}
div.curriculum-wrap div.curriculum-year-block h3.curriculum-year {
  font-size: 30px;
  margin-bottom: 3%;
}
div.curriculum-wrap div.curriculum-year-block h3.curriculum-year.sports {
  color: #344D78;
}
div.curriculum-wrap div.curriculum-year-block h3.curriculum-year.childhood {
  color: #CA576B;
  min-width: 3em;
}
div.curriculum-wrap div.curriculum-year-block h3.curriculum-year.food_culture {
  color: #D37B2F;
}
div.curriculum-wrap div.curriculum-year-block h3.curriculum-year.jrcol {
  color: var(--cljrcol01);
}
@media screen and (min-width: 768px) {
  div.curriculum-wrap div.curriculum-year-block h3.curriculum-year {
    margin-bottom: 0;
  }
}
div.curriculum-wrap div.curriculum-year-block h3.curriculum-year span.large-txt {
  display: inline-block;
  font-size: 1.6em;
}
div.curriculum-wrap div.curriculum-year-block p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  div.curriculum-wrap div.curriculum-year-block p {
    margin-left: 1em;
  }
}
div.curriculum-wrap div.point-box02 {
  margin-top: 5%;
}
div.curriculum-wrap div.point-box02 h3 {
  font-size: 30px;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  div.curriculum-wrap div.point-box02 {
    margin-top: 60px;
  }
}

/*curriculum-wrap*/
div.curriculum-table-box {
  margin-bottom: 35px;
  /*table*/
}
div.curriculum-table-box h4 {
  background: #EEEDED;
  text-align: center;
  margin-bottom: 15px;
}
div.curriculum-table-box table {
  width: 100%;
  position: relative;
  /*caption{*/
  /*thead{*/
  /*tbody*/
  /**各学部ごとの色設定***/
  /*sports*/
  /*childhood*/
  /*.food_culture{*/
  /*childhood*/
}
div.curriculum-table-box table caption {
  width: 75%;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 11px;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table caption {
    width: 82.4%;
  }
}
div.curriculum-table-box table caption span {
  display: block;
  width: 93%;
  margin: 0 auto;
  padding: 6px 0;
  background: var(--clsports02);
}
div.curriculum-table-box table thead {
  /*th{*/
}
div.curriculum-table-box table thead th {
  background: #A28C7A;
  color: #FFF;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 19px;
  /*				letter-spacing: -0.03em;*/
  padding-top: 40px;
  padding-bottom: 12px;
}
div.curriculum-table-box table thead th.white {
  background: #FFF;
}
div.curriculum-table-box table tbody tr th {
  vertical-align: middle;
  width: 25%;
  font-size: 2.8vw;
  line-height: 1.6em;
  padding: 22px 0;
  vertical-align: middle;
  border-bottom: 7px solid #FFF;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table tbody tr th {
    width: 17.6%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
div.curriculum-table-box table tbody tr td {
  width: 37.5%;
  padding: 10px 3px;
  background: #F9F9F6;
  border-left: 5px solid #FFF;
  border-bottom: 7px solid #FFF;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table tbody tr td {
    width: 41.2%;
    padding: 22px;
  }
}
div.curriculum-table-box table tbody tr td ul li {
  font-size: 3.73vw;
  font-weight: 400;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  line-height: 1.5em;
  margin-bottom: 8px;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table tbody tr td ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
div.curriculum-table-box table tbody tr td ul li::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #F00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table tbody tr td ul li::before {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
div.curriculum-table-box table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
div.curriculum-table-box table tbody tr td ul li span.txt-thin {
  font-weight: 100;
}
div.curriculum-table-box table.sports {
  /*tbody{*/
}
div.curriculum-table-box table.sports tbody th {
  background: var(--clsports01);
  color: #FFF;
}
div.curriculum-table-box table.sports tbody td ul li::before {
  background: var(--clsports01);
}
div.curriculum-table-box table.childhood {
  /*tbody{*/
}
div.curriculum-table-box table.childhood caption span {
  background: var(--clchildhood03);
}
div.curriculum-table-box table.childhood tbody th {
  background: var(--clchildhood01);
  color: #FFF;
}
div.curriculum-table-box table.childhood tbody td ul li::before {
  background: var(--clchildhood01);
}
div.curriculum-table-box table.food_culture {
  /*tbody{*/
}
div.curriculum-table-box table.food_culture caption span {
  background: #EEDECF;
}
div.curriculum-table-box table.food_culture caption.irregular-caption {
  width: 65%;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table.food_culture caption.irregular-caption {
    width: 74%;
  }
}
@media screen and (min-width: 1000px) {
  div.curriculum-table-box table.food_culture caption.irregular-caption {
    width: 73%;
  }
}
@media screen and (min-width: 1280px) {
  div.curriculum-table-box table.food_culture caption.irregular-caption {
    width: 82.4%;
  }
}
div.curriculum-table-box table.food_culture tbody th {
  background: #D37B2F;
  color: #FFF;
}
div.curriculum-table-box table.food_culture tbody th.irregular {
  writing-mode: vertical-rl; /* 縦書きの本命プロパティ */
  text-orientation: mixed; /* 英数字もそれっぽく表示 */
  white-space: nowrap; /* 改行させない */
  width: 9%;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table.food_culture tbody th.irregular {
    width: 5%;
  }
}
div.curriculum-table-box table.food_culture tbody th.irregular02 {
  background: #F8D9BE;
  border-left: 5px solid #FFF;
  color: #222;
}
@media screen and (min-width: 768px) {
  div.curriculum-table-box table.food_culture tbody th.irregular02 {
    width: 12.6%;
  }
}
div.curriculum-table-box table.food_culture tbody td ul li::before {
  background: #D37B2F;
}
div.curriculum-table-box table.jrcol {
  /*tbody{*/
}
div.curriculum-table-box table.jrcol caption span {
  background: var(--cljrcol02);
}
div.curriculum-table-box table.jrcol tbody th {
  background: var(--cljrcol01);
  color: #FFF;
}
div.curriculum-table-box table.jrcol tbody td ul li::before {
  background: var(--cljrcol01);
}

/*div.curriculum-table-box{*//*# sourceMappingURL=curriculum-common.css.map */