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

div.category-top-hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.category-top-hero {
    padding-right: 4%;
  }
}
@media screen and (min-width: 1280px) {
  div.category-top-hero {
    padding-right: 66px;
  }
}
div.category-top-hero h1 {
  position: absolute;
  left: 0;
  bottom: 7vw;
  font-size: 5.33vw;
  font-weight: 900;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  div.category-top-hero h1 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    font-size: 3vw;
    bottom: 6vw;
  }
}
@media screen and (min-width: 1280px) {
  div.category-top-hero h1 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    bottom: 50px;
  }
}
div.category-top-hero h1 span {
  background-color: var(--clpurple01);
  color: #fff;
  padding: 0.3em 2em 0.3em 1.8em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  div.category-top-hero h1 span {
    padding: 0.6em 1em 0.6em 5em;
  }
}

section.sec-category {
  border-bottom: solid 1px var(--clgray01);
  padding: 10vw 0 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-category {
    padding: 88px 0 calc(88px - 3.2%);
  }
}
section.sec-category:nth-last-of-type(1) {
  border-bottom: none;
}
section.sec-category h2 {
  margin-bottom: 1.4em;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  section.sec-category h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-category .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list.v01 {
    gap: 3.2%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list.v01 li {
    width: 38%;
    margin-bottom: 3.2%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list.v02 {
    gap: 3.5%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list.v02 li {
    width: 31%;
    margin-bottom: 3.5%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list.v03 {
    gap: 4%;
  }
}
section.sec-category .category-list.v03 li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list.v03 li {
    width: 48%;
    margin-bottom: 4%;
  }
}
section.sec-category .category-list li {
  position: relative;
  width: 47%;
  margin-bottom: 6%;
}
section.sec-category .category-list li p {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.4em 2em 0.4em 0;
  font-size: 4.26vw;
  font-weight: 900;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8vw;
}
@media screen and (min-width: 768px) {
  section.sec-category .category-list li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-category .category-list li p.w-over {
  width: 92%;
}
section.sec-category .category-list li p::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-top: solid 0.12em var(--clpurple01);
  border-right: solid 0.12em var(--clpurple01);
  position: absolute;
  right: 1em;
  top: 40%;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
  }
}
section.sec-faculty ul.faculty-list > li {
  background-color: var(--clgray03);
  box-sizing: border-box;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li {
    width: 47%;
    margin-bottom: 6%;
  }
}
section.sec-faculty ul.faculty-list > li svg {
  width: 100%;
}
section.sec-faculty ul.faculty-list > li a.faculty-title {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  box-sizing: border-box;
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
  height: 18vw;
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li a.faculty-title {
    height: 80px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
    font-size: 2.7vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-faculty ul.faculty-list > li a.faculty-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-faculty ul.faculty-list > li a.faculty-title.music {
  background-color: var(--clmusic01);
}
section.sec-faculty ul.faculty-list > li a.faculty-title.food {
  background-color: var(--clfood01);
}
section.sec-faculty ul.faculty-list > li a.faculty-title.childhood {
  background-color: var(--clchildhood01);
}
section.sec-faculty ul.faculty-list > li a.faculty-title.sports {
  background-color: var(--clsports01);
}
section.sec-faculty ul.faculty-list > li a.faculty-title.jrcol {
  background-color: var(--cljrcol01);
}
section.sec-faculty ul.faculty-list > li a.faculty-title.gradsch {
  background-color: var(--clgradsch01);
}
section.sec-faculty ul.faculty-list > li a.faculty-title h2 {
  color: #fff;
  box-sizing: border-box;
  transform: translate(0, 0em);
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li a.faculty-title h2 {
    width: calc(100% - 50px);
  }
}
section.sec-faculty ul.faculty-list > li a.faculty-title h2 .small {
  display: block;
  font-size: 0.6em;
  line-height: 1.3em;
  font-weight: 600;
}
section.sec-faculty ul.faculty-list > li a.faculty-title .arrow {
  display: block;
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li a.faculty-title .arrow {
    width: 38px;
  }
}
section.sec-faculty ul.faculty-list > li ul {
  box-sizing: border-box;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  font-size: 4vw;
  padding: 2vw 5vw 7vw 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li ul {
    padding: 10px 32px 36px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-faculty ul.faculty-list > li ul li {
  border-bottom: solid 1px var(--clgray01);
  width: 100%;
}
section.sec-faculty ul.faculty-list > li ul li a {
  padding: 1.4em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.sec-faculty ul.faculty-list > li ul li a .txt {
  display: block;
  width: calc(100% - 12vw);
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li ul li a .txt {
    width: calc(100% - 50px);
  }
}
section.sec-faculty ul.faculty-list > li ul li a .arrow {
  display: block;
  width: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-faculty ul.faculty-list > li ul li a .arrow {
    width: 38px;
  }
}

div.voices-wrap {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  div.voices-wrap {
    max-width: 780px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.voices-wrap a {
  margin: 5vw 0 0;
}
@media screen and (min-width: 768px) {
  div.voices-wrap a {
    margin: 0;
    width: 46%;
  }
}/*# sourceMappingURL=category-top.css.map */