/* base
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
.inner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

/* mixin
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: unset;
}

/* 
=========================================== */
.bg_box {
  background: #ECFAFF;
  padding: 3rem;
  margin-bottom: 2rem;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .bg_box {
    padding: 2rem;
  }
}
.bg_box h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.bg_txt {
  text-align: center;
  margin-top: 4rem;
}
.bg_txt span {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: #00BDFF;
  padding: 2rem 3rem;
  border-radius: 8px;
}
@media only screen and (max-width: 850px) {
  .bg_txt span {
    display: inline-block;
  }
}
@media only screen and (min-width: 851px) {
  .bg_txt span .spbr {
    display: none;
  }
}

.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex_box .nurture_img {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .flex_box .nurture_img {
    width: 30%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 425px) {
  .flex_box .nurture_img {
    width: 60%;
    margin: 0 auto;
  }
}
.flex_box .nurture_img img {
  width: 100%;
  height: auto;
}
.flex_box p {
  margin-right: 2rem;
}

.flex_item {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .flex_item {
    width: 100%;
  }
}

.flex {
  margin-top: 4rem;
}

.voice {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .voice {
    margin-bottom: 2rem;
  }
}
.voice_top {
  border-bottom: 1px solid #00BDFF;
  line-height: 2;
}
.voice_top p {
  font-size: 1.8rem;
  font-weight: bold;
}
.voice .voice_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
.voice .voice_flex .voice_img {
  width: 160px;
  height: auto;
  margin-right: 2rem;
}
.voice .voice_flex .voice_img img {
  width: 100%;
  height: auto;
}
.voice .voice_flex .txts {
  width: 100%;
  line-height: 1.8;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .voice .voice_flex .txts {
    width: 100%;
  }
}
.voice .txts {
  font-size: 1.4rem;
}

.ikukyu_voice {
  margin: 0 auto;
  margin-top: 4rem;
}
.ikukyu_voice .txts {
  width: auto;
}

.relaxation .flex {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.relaxation_img {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .relaxation_img {
    margin-bottom: 2rem;
  }
}

.healthy_btn {
  display: inline;
  padding: 2rem 0;
}
@media only screen and (max-width: 371px) {
  .healthy_btn {
    padding: 7rem 0 3rem;
  }
  .healthy_btn span {
    padding: 2rem 1.6rem;
    white-space: nowrap;
  }
}/*# sourceMappingURL=page.css.map */