@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-product .lower-page-title02, section.sec-performance .lower-page-title02 {
  margin-bottom: 1.6em;
}
section.sec-product .research_center-txt01, section.sec-performance .research_center-txt01 {
  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-product .research_center-txt01, section.sec-performance .research_center-txt01 {
    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.lower-page-inner nav.switch-tab-wrap {
  width: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.lower-page-inner nav.switch-tab-wrap {
    margin-bottom: 63px;
  }
}
div.lower-page-inner nav.switch-tab-wrap button {
  display: block;
  width: 49.4%;
  background-color: var(--clpurple01);
  color: var(--clgray02);
  background-color: var(--clgray05);
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  padding: 0.6em 0;
}
@media screen and (min-width: 768px) {
  div.lower-page-inner nav.switch-tab-wrap button {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
div.lower-page-inner nav.switch-tab-wrap button.active {
  background-color: var(--clpurple01);
  color: #fff;
}

/*======================================== 商品開発交流研究センター ========================================*/
section.sec-product h3 {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  section.sec-product h3 {
    margin-bottom: 40px;
  }
}
section.sec-product div.application-cont01 {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-product div.application-cont01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 65px;
  }
}
section.sec-product div.application-cont01 h3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-product div.application-cont01 h3 {
    order: -1;
  }
}
section.sec-product div.application-cont01 div.application-cont01-img01 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-product div.application-cont01 div.application-cont01-img01 {
    width: 47%;
    margin: 0;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  section.sec-product div.application-cont01 p.research_center-txt01 {
    width: 47%;
    order: 0;
  }
}
section.sec-product div.application-cont02 ul li {
  text-indent: -0.7em;
  padding-left: 0.7em;
}

/*======================================== 子ども教育研究センター ========================================*/
section.sec-children {
  position: relative;
}
section.sec-children div.children-img02 {
  margin: 5vw 0 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-children div.children-img02 {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-children div.children-box01 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-children div.children-box01 div.children-img01 {
    margin-top: 50px;
  }
}/*# sourceMappingURL=research_center.css.map */