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

/*======================================== キャリアサポート・学生支援室 ========================================*/
section.sec-support {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-support {
    margin-bottom: 110px;
  }
}
section.sec-support div.support-cont01 {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont01 {
    margin-bottom: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont01 div.support-cont01-img01 {
    width: 48%;
  }
}
section.sec-support div.support-cont01 div.txt-box {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont01 div.txt-box {
    width: 47%;
    margin: 0;
    order: -1;
  }
}
section.sec-support div.support-cont01 div.txt-box .support-cont01-txt01 {
  font-size: 5.33vw;
  font-weight: 900;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont01 div.txt-box .support-cont01-txt01 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-support div.support-cont01 div.txt-box .support-cont01-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-support div.support-cont01 div.txt-box .support-cont01-txt02 {
    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;
  }
}
section.sec-support div.support-cont02 {
  background: var(--clpurple02);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  box-sizing: border-box;
  padding: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont02 {
    width: 100%;
    padding: 30px 8%;
  }
}
section.sec-support div.support-cont02 div.support-cont02-inner {
  padding: 7vw 0;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont02 div.support-cont02-inner {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-support div.support-cont02 div.support-cont02-inner:last-child {
  border: none;
}
section.sec-support div.support-cont02 div.support-cont02-inner .point {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  background-color: var(--clpurple01);
  color: #fff;
  padding: 0.4em 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont02 div.support-cont02-inner .point {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    width: 70px;
    order: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
}
section.sec-support div.support-cont02 div.support-cont02-inner div.txt-box {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont02 div.support-cont02-inner div.txt-box {
    margin: 0;
    order: 1;
    width: calc((100% - 90px) / 2.4);
  }
}
section.sec-support div.support-cont02 div.support-cont02-inner div.txt-box .support-cont02-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: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-support div.support-cont02 div.support-cont02-inner div.txt-box .support-cont02-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-support div.support-cont02 div.support-cont02-inner div.txt-box .support-cont02-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-support div.support-cont02 div.support-cont02-inner div.txt-box .support-cont02-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-support div.support-cont02 div.support-cont02-inner div.support-cont02-img01 {
    order: 2;
    width: calc((100% - 90px) / 2);
  }
}

/*======================================== キャリアサポート・学生支援室 ========================================*/
section.sec-example div.example-cont01 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont01 {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont01 div.example-cont01-img {
    width: 32%;
  }
}
section.sec-example div.example-cont01 div.txt-box {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont01 div.txt-box {
    margin: 0;
    width: 63%;
    order: -1;
  }
}
section.sec-example div.example-cont01 div.txt-box .example-cont01-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: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont01 div.txt-box .example-cont01-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-example div.example-cont01 div.txt-box .example-cont01-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-example div.example-cont01 div.txt-box .example-cont01-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;
  }
}
section.sec-example div.example-cont02 {
  background: var(--clgray05);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  box-sizing: border-box;
  padding: 15% 10% 5%;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont02 {
    width: 100%;
    padding: 55px 8%;
    margin-top: 55px;
  }
}
section.sec-example div.example-cont02 h3 {
  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(--clpurple01);
  text-align: center;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont02 h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-bottom: 0.6em;
  }
}
section.sec-example div.example-cont02 div.example-cont02-box-wrap {
  padding: 10vw 0;
  border-top: solid #fff 2px;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont02 div.example-cont02-box-wrap {
    padding: 34px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-example div.example-cont02 div.example-cont02-box-wrap div.example-cont02-box {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont02 div.example-cont02-box-wrap div.example-cont02-box {
    margin: 0;
    width: 29%;
  }
}
section.sec-example div.example-cont02 div.example-cont02-box-wrap div.example-cont02-box p {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-example div.example-cont02 div.example-cont02-box-wrap div.example-cont02-box p {
    font-size: 14px;
    margin-bottom: 0;
    height: 60px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-example div.example-cont02 div.example-cont02-box-wrap div.example-cont02-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}/*# sourceMappingURL=career_support.css.map */