@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
/* media query */
.subheader__title {
  left: 5%;
}
.subheader__char-box--healthy {
  height: 75%;
  right: 8%;
  left: auto;
  bottom: -10px;
}
.subheader__char-box--healthy img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .subheader__title {
    left: 8%;
  }
}
@media screen and (max-width: 480px) {
  .subheader__char-box--healthy {
    height: 70%;
    bottom: -0.5rem;
  }
}

.content__wrap--top {
  max-width: 1100px;
  margin: 2rem auto 4rem;
  padding: 0 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content__wrap--top {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content__wrap--top {
    margin: 1rem auto 2rem;
    padding: 0 1.25rem;
  }
}
.content__wrap--main {
  max-width: 1024px;
  padding: 0;
  background: #f4f4f4;
}
.content__wrap--article {
  position: relative;
  max-width: 1100px;
  margin-top: 1.875rem;
  margin-top: 4rem;
  padding: 3.125rem;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .content__wrap--article {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.content__p--top {
  margin-bottom: 0.875rem;
}
.content__p--article {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content__p--article {
    margin-bottom: 0.875rem;
  }
}
.content__p--detail {
  font-weight: bold;
}
.content__caption-title-h3 {
  font-family: Zen Antique;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .content__caption-title-h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}

.healthy__content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.healthy__content-box--right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .healthy__content-box {
    margin-bottom: 3rem;
  }
}
.healthy__content-img-box {
  position: relative;
  flex: 1;
}
.healthy__content-img-box .list__content-h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .healthy__content-img-box .list__content-h3 {
    display: flex;
  }
}
.healthy__content-desc-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .healthy__content-desc-box {
    display: none;
  }
}
.healthy__content-link {
  display: block;
  width: 100%;
  height: 100%;
}
.healthy__content-link:link {
  text-decoration: none;
}
.healthy__content-link:hover {
  opacity: 0.6;
}
.healthy__h2 {
  position: absolute;
  top: -3.75rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Zen Antique;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .healthy__h2 {
    top: -1.5rem;
    font-size: 1.625rem;
  }
}
.healthy__h2-icon-box {
  height: 7rem;
  margin-right: 1.375rem;
}
.healthy__h2-icon-box img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .healthy__h2-icon-box {
    height: 3rem;
    margin-right: 0.5rem;
  }
}
.healthy__h2-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Zen Antique;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .healthy__h2-sub {
    font-size: 1.625rem;
  }
}
.healthy__article-box {
  padding: 3rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .healthy__article-box {
    padding: 1.5rem 0;
  }
}
.healthy__article-box-sub {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .healthy__article-box-sub {
    padding: 1.5rem 0;
  }
}
.healthy__visual-box {
  width: 50%;
  margin-left: 0.75rem;
  float: right;
  border: solid 1px var(--gray-6);
}
.healthy__visual-box--item {
  width: calc(50% - 1.25rem);
  margin: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .healthy__visual-box {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }
  .healthy__visual-box--item {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
  }
}
.healthy__article-list {
  margin: 1rem 0 3rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .healthy__article-list {
    margin: 1rem 0 2rem;
  }
}
.healthy__article-item {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .healthy__article-item {
    font-size: 1.125rem;
  }
}
.healthy__article-link {
  position: relative;
  padding-left: 1.125rem;
  margin-bottom: 0.75rem;
  color: #2f2f2f;
  display: block;
}
.healthy__article-link span {
  display: inline-block;
}
.healthy__article-link span img {
  width: 1.25rem;
  height: 1.25rem;
}
.healthy__article-link:hover {
  color: #2f2f2f;
  text-decoration: none;
}
.healthy__article-link[aria-expanded=false]:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto 0;
  display: block;
  background: url("../img/arrow_close.svg") center center no-repeat;
  background-size: contain;
}
.healthy__article-link[aria-expanded=true]:before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  bottom: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto 0;
  display: block;
  background: url("../img/arrow_open.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .healthy__article-link {
    padding-left: 1.125rem;
  }
  .healthy__article-link[aria-expanded=false]:before {
    content: "";
    position: absolute;
    top: 0.0625rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    display: block;
    background: url("../img/arrow_close.svg") center center no-repeat;
    background-size: contain;
  }
  .healthy__article-link[aria-expanded=true]:before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 0;
    display: block;
    background: url("../img/arrow_open.svg") center center no-repeat;
    background-size: contain;
  }
}
.healthy__article-content-box {
  margin: 0 1rem;
  padding: 2.25rem;
  background: #fff;
  overflow: hidden;
}
.healthy__article-desc-box {
  flex: 1;
}
.healthy__article-h3 {
  margin-bottom: 1rem;
  font-family: Zen Antique;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .healthy__article-h3 {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=healthy.css.map */