/*
@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-point h3 {
  padding-left: 2.6em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-point h3 {
    margin-bottom: 2em;
  }
}
section.sec-point h3::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 3px;
  position: absolute;
  top: 1.8em;
  left: 0;
  background: var(--cljrcol01);
}
@media screen and (min-width: 768px) {
  section.sec-point h3::after {
    top: 50%;
    transform: translate(0, -50%);
  }
}
section.sec-point h3 span {
  display: block;
}
section.sec-point h3 span.txt01 {
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-point h3 span.txt01 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 0.2em;
  }
}
section.sec-point h3 span.txt02 {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  section.sec-point h3 span.txt02 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-point p.point-txt01 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: var(--cljrcol01);
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-point p.point-txt01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-point p.point-txt02 {
  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-point p.point-txt02 {
    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;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box01 div.point-box01-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-point div.point-box01 div.point-box01-inner div.point-box01-img01 {
  margin: 0 0 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box01 div.point-box01-inner div.point-box01-img01 {
    margin: 0;
    width: 42%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box01 div.point-box01-inner div.point-box01-txtbox {
    width: 53%;
  }
}
section.sec-point div.point-box02 {
  padding: 10vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 {
    padding: 80px 0 0;
  }
}
section.sec-point div.point-box02 div.point-box02-inner01 {
  margin: 0 0 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner01 {
    margin: 0 0 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner01 div.point-box02-txtbox {
    width: 29%;
  }
}
section.sec-point div.point-box02 div.point-box02-inner01 div.point-box02-img01 {
  margin: 5vw 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner01 div.point-box02-img01 {
    margin: 0;
    width: 65%;
  }
}
section.sec-point div.point-box02 div.point-box02-inner02 {
  background: #F9F9F6;
  padding: 1.6em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-point div.point-box02 div.point-box02-inner02 h4 {
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  color: var(--cljrcol01);
  margin: 0 0 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner02 h4 {
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner02 div.ul-wrap {
    width: calc(100% - 100px);
  }
}
section.sec-point div.point-box02 div.point-box02-inner02 div.ul-wrap ul {
  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-point div.point-box02 div.point-box02-inner02 div.ul-wrap ul {
    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;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
  }
}
section.sec-point div.point-box02 div.point-box02-inner02 div.ul-wrap ul li {
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner02 div.ul-wrap ul li {
    display: inline-block;
  }
}
section.sec-point div.point-box02 div.point-box02-inner02 div.ul-wrap ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.72em;
  left: 0;
  background: var(--cljrcol01);
  width: 0.4em;
  height: 0.4em;
  border-radius: 50em;
}
section.sec-point div.point-box02 div.point-box02-inner02 div.ul-wrap p {
  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-point div.point-box02 div.point-box02-inner02 div.ul-wrap p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-top: 0.6em;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 {
  padding: 7vw 0;
  margin: 10vw 0 0;
  border-top: solid 1px var(--clgray01);
  border-bottom: solid 1px var(--clgray01);
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 {
    padding: 30px 0;
    margin: 46px 0 0;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 h4 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  color: var(--cljrcol01);
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li {
  background-color: var(--cljrcol02);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.4em 1.6em;
  box-sizing: border-box;
  margin: 0 0 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 ul li {
    width: 32%;
    margin: 0;
    display: block;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 {
  width: 6.4%;
  color: var(--cljrcol01);
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: center;
    padding: 0 0 0.6em;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 span {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 span {
    display: inline-block;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 span.number {
  width: 0.7em;
  margin: 0.4em auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 span.number {
    margin: 0 0 0 0.4em;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li h5 span.number svg {
  fill: var(--cljrcol01);
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li p {
  width: 80%;
  position: relative;
  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-point div.point-box02 div.point-box02-inner03 ul li p {
    width: 100%;
    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;
    padding: 0.8em 0 0;
  }
}
section.sec-point div.point-box02 div.point-box02-inner03 ul li p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8%;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner03 ul li p::after {
    left: 0;
    width: 100%;
    height: 1px;
  }
}
section.sec-point div.point-box02 div.point-box02-inner04 {
  background: #F9F9F9;
  padding: 2em;
  box-sizing: border-box;
  margin: 10vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner04 {
    padding: 36px 5%;
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-point div.point-box02 div.point-box02-inner04 div.point-box02-txtbox {
  text-align: center;
  margin: 0 0 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner04 div.point-box02-txtbox {
    width: 49%;
    margin: 0;
  }
}
section.sec-point div.point-box02 div.point-box02-inner04 div.point-box02-txtbox h4 {
  text-align: center;
  background: #fff;
  color: var(--cljrcol01);
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  padding: 0.24em 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 div.point-box02-inner04 div.point-box02-txtbox h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-point div.point-box02 div.point-box02-inner04 div.point-box02-txtbox p.inner04-txt01 {
  text-align: center;
  margin: 1em 0;
  font-size: 4.26vw;
  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-point div.point-box02 div.point-box02-inner04 div.point-box02-txtbox p.inner04-txt01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-point div.point-box02 div.point-box02-inner04 p.point-txt02 {
  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-point div.point-box02 div.point-box02-inner04 p.point-txt02 {
    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: 45%;
  }
}

div.gakubu-cont-wrap div.gakubu-r-box section.sec-gradcourse div.gradcourse-box02-wrap div.gradcourse-img02 {
  top: 45%;
}/*# sourceMappingURL=music_major.css.map */