@charset "UTF-8";
@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;
  }
}

.video__box {
  width: 100%;
  margin: 0;
  border: solid 0.1875rem #e00000;
  border-radius: 0.125rem;
}
.video__box--recipe {
  width: 50%;
  margin: 2rem auto;
  float: right;
}
@media screen and (max-width: 768px) {
  .video__box--recipe {
    width: 100%;
    margin: 0 auto 1rem;
    float: left;
  }
}

.article__content--top {
  margin-bottom: 0;
}
.article__content-box--graph {
  padding: 1rem 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article__content-box--graph {
    padding: 1rem;
  }
}
.article__video-box {
  width: 90%;
  margin: 1rem auto 2rem;
  border: solid 0.125rem var(--gray-4);
}

.content__wrap--top, .content__wrap--bottom {
  max-width: 1100px;
  margin: 2rem auto 4rem;
  padding: 0 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content__wrap--top, .content__wrap--bottom {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content__wrap--top, .content__wrap--bottom {
    margin: 1rem auto 2rem;
    padding: 0 1.25rem;
  }
}
.content__wrap--main {
  max-width: 1100px;
  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: 1.5rem;
  }
}
.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;
  }
}

.site__content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site__content-img-box {
  position: relative;
  flex: 1;
}
.site__content-img-box .list__content-h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .site__content-img-box .list__content-h3 {
    display: flex;
  }
}
.site__content-desc-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .site__content-desc-box {
    display: none;
  }
}
.site__content-link {
  display: block;
  width: 100%;
  margin: 0.75rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Zen Antique;
  color: #2f2f2f;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .site__content-link {
    margin: 0.375rem auto;
    font-size: 1.25rem;
  }
}
.site__content-link:link {
  text-decoration: none;
}
.site__content-link:hover {
  color: #2f2f2f;
  background: var(--gray-2);
}
.site__h2 {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: Zen Antique;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .site__h2 {
    top: -1rem;
    font-size: 1.5rem;
  }
}
.site__h2-icon-box {
  height: 7rem;
  margin-right: 1.375rem;
}
.site__h2-icon-box img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site__h2-icon-box {
    height: 3rem;
    margin-right: 0.5rem;
  }
}
.site__article-box {
  padding: 2rem;
  overflow: hidden;
}
.site__article-box--form {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site__article-box {
    padding: 1rem;
  }
}
.site__visual-box {
  width: 50%;
  margin-left: 0.75rem;
  float: right;
  border: solid 1px var(--gray-6);
}
.site__visual-box--item {
  width: calc(50% - 1.25rem);
  margin: 0;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .site__visual-box {
    width: 100%;
    margin: 0;
    margin-bottom: 0.75rem;
  }
  .site__visual-box--item {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
  }
}
.site__article-list {
  margin: 1rem 0 3rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .site__article-list {
    margin: 1rem 0 2rem;
  }
}
.site__article-item {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .site__article-item {
    font-size: 1.125rem;
  }
}
.site__article-link {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.625rem;
  color: #2f2f2f;
  display: block;
}
.site__article-link:hover {
  color: #2f2f2f;
  text-decoration: none;
}
.site__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;
}
.site__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) {
  .site__article-link {
    padding-left: 1.125rem;
  }
  .site__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;
  }
  .site__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;
  }
}
.site__article-content-box {
  margin: 0 1rem;
  padding: 2.25rem;
  background: #fff;
  overflow: hidden;
}
.site__article-desc-box {
  flex: 1;
}
.site__article-h3 {
  margin-bottom: 1rem;
  font-family: Zen Antique;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .site__article-h3 {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}
.site__graph-content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .site__graph-content-box {
    grid-template-columns: 1fr;
  }
}
.site__accept {
  width: 100%;
  margin: 0.75rem 0;
}
.site__accept p {
  margin-bottom: 1rem;
  text-align: center;
}

.member__content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.member__toggle {
  display: none;
}
.member__wrap-link {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 2rem 0.75rem 1rem;
  font-family: Zen Antique;
}
.member__content-link {
  display: block;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-left;
  align-items: center;
  font-family: Zen Antique;
  color: #2f2f2f;
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 0.75rem 0;
}
@media screen and (max-width: 768px) {
  .member__content-link {
    margin: 0.375rem auto;
    font-size: 1.25rem;
  }
}
.member__content-link:link {
  text-decoration: none;
}
.member__content-link:hover {
  color: #2f2f2f;
  background: var(--gray-2);
}

.download_box {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  display: block;
}

.member__toggle:checked + .member__content-link + .download_box {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

/* Contact Form7 */
/* 必須マーク */
.contact7 .must {
  color: var(--red-7);
}

/* 任意マーク */
.contact7 .optional {
  background: #999;
}

.contact7 .must,
.contact7 .optional {
  color: var(--red-7);
  font-size: 0.875rem;
  margin-left: 6px;
  padding: 0;
  letter-spacing: 2px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  text-align: center;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: var(--red-7);
  display: block;
}

.contact7 .wpcf7-not-valid-tip {
  color: var(--red-7);
}

.btn_contact7 {
  text-align: center;
}

.wpcf7 input[type=checkbox] {
  margin-right: 0.375rem;
}

.wpcf7 label {
  margin-right: 0.75rem;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  width: 100%;
}

.wpcf7 form label.apbct_special_field {
  display: none !important;
}

.wpcf7 form input.apbct_special_field {
  opacity: 0 !important;
}

.btn_contact7 input {
  min-width: 22.25%;
  padding: 0.75rem 0;
  background-color: #2f2f2f;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #2f2f2f;
  border-radius: 100vh;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn_contact7 input {
    min-width: 40%;
    padding: 0.5rem 0;
  }
}

.btn_contact7 input:hover {
  background-color: #FFF;
  color: #2f2f2f;
}

.contact7 dt {
  float: left;
  clear: left;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .contact7 dt {
    float: none;
    width: 100%;
    margin-bottom: 0.25rem;
  }
}

.contact7 dt p {
  margin: 0;
}

.contact7 dd {
  margin-left: 35%;
}
@media screen and (max-width: 768px) {
  .contact7 dd {
    margin: 0;
  }
}

.btn_contact7 input {
  background-color: #2f2f2f;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #2f2f2f;
  transition: 0.3s;
}

.btn_contact7 input:hover {
  background-color: #FFF;
  color: #2f2f2f;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}