/*
@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-point div.point-box01 {
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box01 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-point div.point-box02 {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 {
    margin: 0;
    width: 47.6%;
  }
}
section.sec-point div.point-box02 h4 {
  text-align: center;
  background: var(--clsports02);
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  padding: 0.4em 0;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-point div.point-box02 p.txt01 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin: 1.2em 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 p.txt01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    cursor: revert;
  }
}
section.sec-point div.point-box02 p.txt01.active .arrow {
  transform: rotate(180deg);
}
section.sec-point div.point-box02 p.txt01 .arrow {
  display: inline-block;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.4em;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-box02 p.txt01 .arrow {
    display: none;
  }
}
section.sec-point div.point-box02 p.txt01 .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: solid 1px var(--clgray02);
  border-right: solid 1px var(--clgray02);
  position: absolute;
  left: 0;
  bottom: 23%;
  transform: rotate(135deg);
}
section.sec-point div.point-box02 p.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-point div.point-box02 p.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;
    overflow: visible !important;
    display: block !important;
    height: auto !important;
  }
}

section.sec-feature {
  padding: 20% 0;
  background-color: var(--clsports02);
}
@media screen and (min-width: 768px) {
  section.sec-feature {
    padding: 80px 0 0;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature div.pc-bg {
    background-color: var(--clsports02);
    padding: 50px 0;
  }
}
section.sec-feature div.feature-box {
  background: #fff;
  padding: 5% 5% 10% 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box {
    width: 82.2%;
    margin: auto;
    padding: 4% 4% 5% 4%;
  }
}
section.sec-feature div.feature-box h3 {
  text-align: center;
  background: var(--clsports01);
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 0.4em 0;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-feature div.feature-box.feature-box01 {
  margin: 0 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 {
    margin: 0 auto 30px;
  }
}
section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 {
  width: 85.2%;
  margin: 10% auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 div.feature-img {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 div.txt-box {
    width: 54%;
  }
}
section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 div.txt-box h4 {
  color: var(--clsports01);
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin: 1.4em 0 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 div.txt-box h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin: 0 0 1em;
  }
}
section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner01 div.txt-box p {
  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-feature div.feature-box.feature-box01 div.feature-box01-inner01 div.txt-box p {
    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-feature div.feature-box.feature-box01 div.feature-box01-inner02 {
  width: 85.2%;
  padding: 12% 0 0;
  margin: 12% auto 0;
  border-top: solid 1px var(--clgray01);
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 0 0;
    margin: 30px 0 0;
    box-sizing: border-box;
    gap: 20px;
  }
}
section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner02 h4 {
  width: 44%;
  margin: 0 auto 1em;
  color: var(--clsports01);
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  line-height: 1em;
  text-align: center;
  border-left: solid 1px;
  border-right: solid 1px;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner02 h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    width: 104px;
    margin: 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner02 ul {
    width: calc(100% - 150px);
  }
}
section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner02 ul li {
  position: relative;
  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;
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box01 div.feature-box01-inner02 ul li {
    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-feature div.feature-box.feature-box01 div.feature-box01-inner02 ul li::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: var(--clsports01);
  position: absolute;
  top: 0.7em;
  left: 0;
  border-radius: 50em;
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 {
  margin: 5% 0 15%;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 {
    margin: 40px 0 0;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01:last-child {
  margin-bottom: 0;
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 h4 {
  background: var(--clsports02);
  color: var(--clsports01);
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0.6em 0;
  margin: 0 0 5%;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box {
  width: 86%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box div.detail-img {
  width: 58.6%;
  margin: 0 auto 8%;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box div.detail-img {
    width: 23%;
    margin: 0;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box h5 {
  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;
  color: var(--clsports01);
  text-align: center;
  border: solid 1px;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box h5 {
    width: 29px;
    margin: 0;
    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;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 1em;
    line-height: 1em;
    box-sizing: border-box;
    padding-right: 0.46em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box ul {
    width: 65%;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box ul li {
  position: relative;
  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;
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box ul li {
    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-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.detail-box ul li::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: var(--clgray01);
  position: absolute;
  top: 0.7em;
  left: 0;
  border-radius: 50em;
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box {
  width: 86%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box {
    width: 100%;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box h5 {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 1.2em 0 0.8em;
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box h5::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #111;
  width: 100%;
  height: 1px;
  z-index: -1;
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box h5 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 1em;
  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-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box h5 span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box p {
  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-feature div.feature-box.feature-box02 div.feature-box02-inner01 div.message-box p {
    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-feature a.bn-img {
  display: block;
  margin: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-feature a.bn-img {
    width: 82.2%;
    max-width: 502px;
    margin: 30px auto 0;
  }
}

section.sec-futuretry {
  padding: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-futuretry {
    padding: 80px 0 0;
  }
}
section.sec-futuretry h4 {
  text-align: center;
  color: var(--clsports01);
  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;
}
@media screen and (min-width: 768px) {
  section.sec-futuretry h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-futuretry h4 span {
  color: #111;
  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) {
  section.sec-futuretry h4 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-futuretry div.futuretry-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-futuretry div.futuretry-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-futuretry div.futuretry-box p {
    width: 49%;
  }
}
section.sec-futuretry div.futuretry-box span {
  display: block;
  width: 10vw;
  height: 10vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-futuretry div.futuretry-box span {
    width: 2%;
    height: 2%;
  }
}
section.sec-futuretry div.futuretry-box span::after, section.sec-futuretry div.futuretry-box span::before {
  content: "";
  display: block;
  width: 1px;
  height: 14vw;
  background: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  section.sec-futuretry div.futuretry-box span::after, section.sec-futuretry div.futuretry-box span::before {
    height: 50px;
  }
}
section.sec-futuretry div.futuretry-box span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
section.sec-futuretry div.futuretry-box span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=health_sports.css.map */