/*
@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-students .students-nav {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-students .students-nav {
    margin-bottom: 65px;
  }
}
section.sec-students .students-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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-students .students-nav ul {
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: center;
    gap: 1em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-students .students-nav ul {
    gap: 2em;
  }
}
section.sec-students .students-nav ul li {
  width: 46%;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-students .students-nav ul li {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
}
section.sec-students .students-nav ul li a {
  display: block;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-students .students-nav ul li a {
    display: inline-block;
    padding-bottom: 0;
  }
}
section.sec-students .students-nav ul li.is-active a {
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  section.sec-students ul.graduates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
  }
}
section.sec-students ul.graduates-list li {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-students ul.graduates-list li {
    width: 28%;
    margin-bottom: 8%;
  }
}
section.sec-students ul.graduates-list li.music .students-txt-box p.students-txt02 {
  background-color: var(--clmusic01);
}
section.sec-students ul.graduates-list li.music .students-txt-box span.circle-arrow {
  border: solid 1px var(--clmusic01);
}
section.sec-students ul.graduates-list li.music .students-txt-box span.circle-arrow svg {
  fill: var(--clmusic01);
}
section.sec-students ul.graduates-list li.food .students-txt-box p.students-txt02 {
  background-color: var(--clfood01);
}
section.sec-students ul.graduates-list li.food .students-txt-box span.circle-arrow {
  border: solid 1px var(--clfood01);
}
section.sec-students ul.graduates-list li.food .students-txt-box span.circle-arrow svg {
  fill: var(--clfood01);
}
section.sec-students ul.graduates-list li.childhood .students-txt-box p.students-txt02 {
  background-color: var(--clchildhood01);
}
section.sec-students ul.graduates-list li.childhood .students-txt-box p.students-txt02.v02 {
  background-color: var(--clchildhood03);
  color: var(--clchildhood01);
}
section.sec-students ul.graduates-list li.childhood .students-txt-box span.circle-arrow {
  border: solid 1px var(--clchildhood01);
}
section.sec-students ul.graduates-list li.childhood .students-txt-box span.circle-arrow svg {
  fill: var(--clchildhood01);
}
section.sec-students ul.graduates-list li.jrcol .students-txt-box p.students-txt02 {
  background-color: var(--cljrcol01);
}
section.sec-students ul.graduates-list li.jrcol .students-txt-box p.students-txt02.v02 {
  background-color: var(--cljrcol02);
  color: var(--cljrcol01);
}
section.sec-students ul.graduates-list li.jrcol .students-txt-box span.circle-arrow {
  border: solid 1px var(--cljrcol01);
}
section.sec-students ul.graduates-list li.jrcol .students-txt-box span.circle-arrow svg {
  fill: var(--cljrcol01);
}
section.sec-students ul.graduates-list li.sports .students-txt-box p.students-txt02 {
  background-color: var(--clsports01);
}
section.sec-students ul.graduates-list li.sports .students-txt-box span.circle-arrow {
  border: solid 1px var(--clsports01);
}
section.sec-students ul.graduates-list li.sports .students-txt-box span.circle-arrow svg {
  fill: var(--clsports01);
}
section.sec-students ul.graduates-list li.gradsch .students-txt-box p.students-txt02 {
  background-color: var(--clgradsch01);
}
section.sec-students ul.graduates-list li.gradsch .students-txt-box span.circle-arrow {
  border: solid 1px var(--clgradsch01);
}
section.sec-students ul.graduates-list li.gradsch .students-txt-box span.circle-arrow svg {
  fill: var(--clgradsch01);
}
section.sec-students ul.graduates-list li .modal-btn {
  display: block;
  text-align: left;
}
section.sec-students ul.graduates-list li .modal-btn div.student-img {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-students ul.graduates-list li .modal-btn div.student-img {
    margin-bottom: 23px;
  }
}
section.sec-students div.sec-students-inner {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-students div.sec-students-inner {
    margin-bottom: 50px;
  }
}

.students-txt01 {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .students-txt01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
  }
}

.students-txt-box {
  border-top: solid 1px var(--clgray01);
}

.students-txt-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

p.students-txt02 {
  display: inline-block;
  color: #fff;
  padding: 0.4em 0.6em;
  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) {
  p.students-txt02 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}

p.students-txt03 {
  line-height: 1.2em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  p.students-txt03 {
    width: calc(100% - 40px);
  }
}
p.students-txt03 .txt01 {
  display: block;
  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) {
  p.students-txt03 .txt01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
p.students-txt03 .txt01 .small {
  display: inline-block;
  font-size: 0.84em;
}
p.students-txt03 .txt01 .small.mr-r {
  margin-right: 0.8em;
}
p.students-txt03 .txt01 .small.mr-l {
  margin-left: 0.4em;
}
p.students-txt03 .txt02 {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  p.students-txt03 .txt02 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}

.students-txt04 {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .students-txt04 {
    font-size: 16px;
    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;
  }
}

div.student-modal-box.music .students-txt01, div.student-modal-box.music .students-txt01-inner {
  color: var(--clmusic01);
}
div.student-modal-box.music .students-txt01::after, div.student-modal-box.music .students-txt01::before, div.student-modal-box.music .students-txt01-inner::after, div.student-modal-box.music .students-txt01-inner::before {
  background-color: var(--clmusic01);
}
div.student-modal-box.food .students-txt01, div.student-modal-box.food .students-txt01-inner {
  color: var(--clfood01);
}
div.student-modal-box.food .students-txt01::after, div.student-modal-box.food .students-txt01::before, div.student-modal-box.food .students-txt01-inner::after, div.student-modal-box.food .students-txt01-inner::before {
  background-color: var(--clfood01);
}
div.student-modal-box.childhood .students-txt01, div.student-modal-box.childhood .students-txt01-inner {
  color: var(--clchildhood01);
}
div.student-modal-box.childhood .students-txt01::after, div.student-modal-box.childhood .students-txt01::before, div.student-modal-box.childhood .students-txt01-inner::after, div.student-modal-box.childhood .students-txt01-inner::before {
  background-color: var(--clchildhood01);
}
div.student-modal-box.jrcol .students-txt01, div.student-modal-box.jrcol .students-txt01-inner {
  color: var(--cljrcol01);
}
div.student-modal-box.jrcol .students-txt01::after, div.student-modal-box.jrcol .students-txt01::before, div.student-modal-box.jrcol .students-txt01-inner::after, div.student-modal-box.jrcol .students-txt01-inner::before {
  background-color: var(--cljrcol01);
}
@media screen and (min-width: 768px) {
  div.student-modal-box div.student-modal-box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.student-modal-box div.student-modal-box-inner div.student-img {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  div.student-modal-box div.student-modal-box-inner div.student-img {
    width: 47%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  div.student-modal-box div.student-modal-box-inner div.txt-box {
    width: 47%;
  }
}

.iziModal.fadeIn {
  animation-duration: 0.2s !important;
}

.iziModal.fadeOut {
  animation-duration: 0.2s !important;
}

div.iziModal {
  width: 82%;
  top: auto;
  bottom: 18vw;
}
@media screen and (min-width: 768px) {
  div.iziModal {
    top: 0;
    bottom: 0;
    width: 620px;
    max-width: none !important;
  }
}
@media screen and (min-width: 1000px) {
  div.iziModal {
    width: 758px;
  }
}
div.iziModal div.iziModal-wrap div.student-modal-box {
  height: 85vh;
  overflow-y: scroll;
  padding: 7vw;
}
@media screen and (min-width: 768px) {
  div.iziModal div.iziModal-wrap div.student-modal-box {
    height: auto;
    padding: 62px 53px;
  }
}

div.iziModal-navigate .iziModal-navigate-prev, div.iziModal-navigate .iziModal-navigate-next {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: auto;
  border-radius: 50em;
  border: solid 1px #fff;
  top: auto;
  bottom: 4vw;
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate .iziModal-navigate-prev, div.iziModal-navigate .iziModal-navigate-next {
    font-size: 1em;
    top: 50%;
    width: 46px;
    height: 46px;
  }
}
div.iziModal-navigate .iziModal-navigate-prev {
  left: 10vw !important;
  right: auto;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate .iziModal-navigate-prev {
    transform: translate(-800%, -50%);
    left: 50% !important;
    right: auto;
  }
}
@media screen and (min-width: 1000px) {
  div.iziModal-navigate .iziModal-navigate-prev {
    transform: translate(-970%, -50%);
  }
}
div.iziModal-navigate .iziModal-navigate-prev::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: solid 0.12em #fff;
  border-right: solid 0.12em #fff;
  position: absolute;
  left: 42%;
  top: 36%;
  transform: rotate(-135deg);
}
div.iziModal-navigate .iziModal-navigate-next {
  right: 10vw !important;
  left: auto;
}
@media screen and (min-width: 768px) {
  div.iziModal-navigate .iziModal-navigate-next {
    transform: translate(800%, -50%);
    right: 50% !important;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  div.iziModal-navigate .iziModal-navigate-next {
    transform: translate(970%, -50%);
  }
}
div.iziModal-navigate .iziModal-navigate-next::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: solid 0.12em #fff;
  border-right: solid 0.12em #fff;
  position: absolute;
  right: 42%;
  top: 36%;
  transform: rotate(45deg);
}

div.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}/*# sourceMappingURL=student-voice.css.map */