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

@media screen and (min-width: 768px) {
  section.sec-feature-top div.feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature-top div.feature-box p {
    width: 43%;
  }
}
section.sec-feature-top div.feature-box div.feature-img01 {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-feature-top div.feature-box div.feature-img01 {
    margin: 0;
    width: 50%;
  }
}

section.sec-field {
  padding: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-field {
    padding: 125px 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-field ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-field ul li {
  margin: 0 0 15%;
}
@media screen and (min-width: 768px) {
  section.sec-field ul li {
    width: 46%;
    margin: 0 0 8%;
  }
}
section.sec-field ul li h2 {
  text-align: center;
  background-color: #FFF8D8;
  padding: 1em 0;
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-field ul li h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    height: 4.2em;
    padding: 0;
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
  }
  section.sec-field ul li h2.pd01 {
    padding-top: 1.25em;
  }
  section.sec-field ul li h2.pd02 {
    padding-top: 0.6em;
  }
  section.sec-field ul li h2.pd03 {
    padding-top: 1.25em;
  }
}
section.sec-field ul li h2 .small {
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: 400;
}
section.sec-field ul li p.field-txt01 {
  color: var(--clfood01);
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  section.sec-field ul li p.field-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-field ul li p.field-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-field ul li p.field-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-okashi {
  background-color: #FBEFE4;
  padding-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-okashi {
    padding-bottom: 75px;
  }
}
section.sec-okashi div.sec-gakubu-inner {
  position: relative;
}
section.sec-okashi h2 {
  border-left: solid 5px #fff;
  padding: 10vw 0 0 5vw;
  margin-bottom: 1.4em;
  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-okashi h2 {
    padding: 80px 0 0 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-okashi div.okashi-box01 p.okashi-box01-txt01 {
  margin: 0 0 1em;
  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-okashi div.okashi-box01 p.okashi-box01-txt01 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-okashi div.okashi-box01 p.okashi-box01-txt02 {
  margin: 0 0 0.8em;
  color: var(--clfood01);
  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-okashi div.okashi-box01 p.okashi-box01-txt02 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-okashi div.okashi-box01 p.okashi-box01-txt03 {
  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-okashi div.okashi-box01 p.okashi-box01-txt03 {
    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-okashi div.okashi-box01 p.okashi-box01-txt04 {
  width: 20vw;
  height: 20vw;
  position: absolute;
  text-align: center;
  top: 22vw;
  right: -2vw;
  background: #fff;
  border-radius: 50em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2em;
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-okashi div.okashi-box01 p.okashi-box01-txt04 {
    width: 109px;
    height: 109px;
    top: 60px;
    right: 10%;
  }
}
section.sec-okashi div.okashi-box02 {
  margin: 10vw 0 0;
  padding: 10vw 0 0;
  border-top: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  section.sec-okashi div.okashi-box02 {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}
section.sec-okashi div.okashi-box02 p.okashi-box02-txt01 {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-okashi div.okashi-box02 p.okashi-box02-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-okashi div.okashi-box02 p.okashi-box02-txt01 .orange {
  color: var(--clfood01);
}
section.sec-okashi div.okashi-box02 p.okashi-box02-txt02 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-okashi div.okashi-box02 p.okashi-box02-txt02 {
    font-size: 14px;
  }
}
section.sec-okashi div.okashi-box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-okashi div.okashi-box02 ul li {
  width: 48%;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-okashi div.okashi-box02 ul li {
    width: 15%;
    margin: 0;
  }
}
section.sec-okashi div.okashi-box02 ul li figcaption {
  text-align: center;
  margin-top: 0.4em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  section.sec-okashi div.okashi-box02 ul li figcaption {
    font-size: 12px;
  }
}/*# sourceMappingURL=field.css.map */