@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__title--interview {
  left: 75%;
  bottom: 20%;
}
.subheader__title--interview img {
  width: 85%;
  height: auto;
}
.subheader__char-box--healthy {
  /* width: 25%;*/
  height: 75%;
  /* max-width: 304px;*/
  right: 8%;
  left: auto;
  bottom: -10px;
  /* @include mq-md {*/
  /* 	height: 75%;*/
  /* 	bottom: -0.5rem;*/
  /* }*/
  /* @include mq-sm {*/
  /* 	left: 0.625rem;*/
  /* }*/
}
.subheader__char-box--healthy img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .subheader__title {
    left: 8%;
  }
  .subheader__title--interview {
    left: 70%;
    bottom: 5%;
  }
  .subheader__title--interview img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .subheader__char-box--healthy {
    height: 70%;
    bottom: -0.5rem;
  }
}

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

.article__content-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.article__content-subtitle {
  margin-bottom: 1rem;
}
.article__visual-box {
  width: 80%;
  margin: 2rem auto;
  float: none;
  border: solid 1px #979797;
}

.content__wrap--top {
  /*max-width: $contentwidth;*/
  margin: 0 auto 2rem;
  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__caption-box-top {
  background-color: #f4f4f4;
}
.content__caption-box {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1% 0;
}
.content__wrap--main {
  max-width: 1024px;
  padding: 0;
  background: #f4f4f4;
}
.content__wrap--article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-top: 1.875rem;
  /*padding: 0 3.125rem;*/
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content__wrap--article {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.content__wrap--article-sub {
  max-width: 1100px;
  margin-top: 1.875rem;
  /*padding: 0 3.125rem;*/
  width: 100%;
}
@media screen and (max-width: 768px) {
  .content__wrap--article-sub {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.content__p--top {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .content__p--top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.content__p--top--img {
  width: 25%;
  padding: 1rem 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .content__p--top--img {
    width: 35%;
    min-width: 130px;
    bottom: 0;
    padding: 1rem 0.5rem;
    margin-left: 0;
  }
}
.content__p--title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .content__p--title {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.content__p--name {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  width: 100%;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .content__p--name {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.content__p--date {
  text-align: right;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content__p--date {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.content__p--article {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .content__p--article {
    margin-bottom: 1rem;
  }
}
.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__article-box {
  padding: 2rem;
  overflow: hidden;
}
.site__article-box_title {
  text-align: center;
  font-size: 2.5rem;
  font-family: Zen Antique;
}
.site__article-box_title img {
  max-width: 300px;
  width: 50%;
  margin: 0 auto;
}
.site__article-box_title_en {
  text-align: center;
  font-size: 2.5rem;
  font-family: Zen Antique;
}
.site__article-box_title_en img {
  max-width: 450px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site__article-box {
    padding: 1rem;
  }
}

.interview__content-box {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
  background: #f4f4f4;
  margin: 1rem 1rem 5rem;
  padding: 5%;
  position: relative;
}
.interview__content-box--right {
  flex-direction: row-reverse;
}
.interview__content-box--picture {
  width: 65%;
  margin: -5rem auto 0;
}
.interview__content-box--flag {
  width: 28%;
  position: absolute;
  top: -5rem;
  right: 0%;
  margin: 0;
}
.interview__content-box--name {
  font-size: 1.2rem;
  color: #2f2f2f;
  text-decoration: none;
}
.interview__content-box--name span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .interview__content-box {
    margin: 1rem 1rem 5rem;
  }
  .interview__content-box--name {
    font-size: 1rem;
  }
}
.interview__cooperate {
  max-width: 400px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .interview__cooperate {
    width: 70%;
  }
}
.interview__cooperate p {
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .interview__cooperate p {
    font-size: 0.8rem;
  }
}
.interview__cooperate p img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .interview__cooperate p img {
    width: 80px;
  }
}
.interview__content-box-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  background: #f4f4f4;
  padding: 1rem;
}
.interview__content-box-sub--right {
  flex-direction: row-reverse;
}
.interview__content-box-sub--picture {
  width: 25%;
  max-width: 160px;
  margin: 0;
}
.interview__content-box-sub--flag {
  width: 20%;
  max-width: 180px;
  font-size: 1.6rem;
}
.interview__content-box-sub--flag img {
  width: 120px;
  margin: 0 auto;
}
.interview__content-box-sub--name {
  font-size: 2rem;
  color: #2f2f2f;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .interview__content-box-sub {
    margin-bottom: 1.5rem;
  }
  .interview__content-box-sub--name {
    font-size: 1.375rem;
  }
  .interview__content-box-sub--flag {
    font-size: 1rem;
  }
}
.interview__graph--box {
  width: 80%;
  margin: 3rem auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .interview__graph--box {
    width: 100%;
  }
}
.interview__graph--bg-line {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  z-index: 1;
  height: 5em;
}
.interview__graph--bg-line::before {
  content: "";
  display: block;
  width: 80%;
  height: 0.375rem;
  background-color: #8ea75a;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.interview__graph--itembox {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20%;
}
.interview__graph--item {
  font-size: 0.875rem;
  width: 100%;
  margin: 0;
}
.interview__graph--circlearea {
  height: 3rem;
  margin: 0;
}
.interview__graph--circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #5e9942;
  text-align: center;
  color: #ffffff;
  text-align: center;
  margin-top: 0.5rem;
}
.interview__graph--circle-on {
  margin: 0;
}
.interview__graph--circle-on img {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .interview__graph--bg-line {
    max-width: 100%;
  }
  .interview__graph--bg-line::before {
    content: "";
    display: block;
    width: 80%;
    height: 0.275rem;
    position: absolute;
    top: 17%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .interview__graph--item {
    font-size: 0.675rem;
    width: 100%;
  }
  .interview__graph--circle {
    width: 1.25rem;
    height: 1.25rem;
  }
  .interview__graph--circle-on {
    margin: 0;
  }
  .interview__graph--circle-on img {
    width: 40px;
  }
  .interview__graph--circle-on-little {
    margin: 0;
  }
  .interview__graph--circle-on-little img {
    width: 30px;
    margin-top: 5px;
  }
}
.interview__content-img-box {
  position: relative;
  flex: 1;
}
.interview__content-img-box .list__content-h3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview__content-img-box .list__content-h3 {
    display: flex;
  }
}
.interview__content-desc-box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .interview__content-desc-box {
    display: none;
  }
}
.interview__content-link {
  display: block;
  width: 20%;
  height: 100%;
}
.interview__content-link:link {
  text-decoration: none;
}
.interview__content-link:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .interview__content-link {
    width: 50%;
  }
}
.interview__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) {
  .interview__h2 {
    top: -1rem;
    font-size: 1.5rem;
  }
}
.interview__h2-icon-box {
  height: 7rem;
  margin-right: 1.375rem;
}
.interview__h2-icon-box img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .interview__h2-icon-box {
    height: 3rem;
    margin-right: 0.5rem;
  }
}
.interview__article-box {
  /* padding: 0 3.125rem 2.5rem;*/
  /* padding: 0 1rem 2.5rem;*/
  padding: 0 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .interview__article-box {
    padding: 0.875rem;
  }
}
.interview__visual-box {
  width: 100%;
  padding-top: 62.5%;
  margin: 0 auto 5rem;
  position: relative;
  background-image: url(../img/interview/map.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.interview__visual-box--map {
  position: absolute;
}
.interview__visual-box--map001 {
  top: 32%;
  left: 4%;
}
.interview__visual-box--map002 {
  top: 12%;
  left: 44%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map002 {
    top: 9%;
    left: 44%;
  }
}
.interview__visual-box--map003 {
  top: 20%;
  left: 32%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map003 {
    top: 16%;
    left: 32%;
  }
}
.interview__visual-box--map004 {
  top: 40%;
  left: 32%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map004 {
    top: 34%;
    left: 32%;
  }
}
.interview__visual-box--map005 {
  top: 30%;
  left: 63%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map005 {
    top: 26%;
    left: 63%;
  }
}
.interview__visual-box--map006 {
  top: 42%;
  left: 58%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map006 {
    top: 38%;
    left: 58%;
  }
}
.interview__visual-box--map007 {
  top: 23%;
  left: 74%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map007 {
    top: 20%;
    left: 72%;
  }
}
.interview__visual-box--map008 {
  top: 27%;
  left: 84%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map008 {
    top: 24%;
    left: 84%;
  }
}
.interview__visual-box--map009 {
  top: 56%;
  left: 62%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map009 {
    top: 53%;
    left: 62%;
  }
}
.interview__visual-box--map010 {
  top: 68%;
  left: 71%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map010 {
    top: 62%;
    left: 71%;
  }
}
.interview__visual-box--map011 {
  top: 45%;
  left: 91%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map011 {
    top: 40%;
    left: 92%;
  }
}
.interview__visual-box--map012 {
  top: 45%;
  left: 82%;
}
@media screen and (max-width: 768px) {
  .interview__visual-box--map012 {
    top: 40%;
    left: 82%;
  }
}
.interview__visual-box img {
  width: 9.765625vw;
  max-width: 100px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .interview__visual-box {
    width: 100%;
    margin: 0 auto 5rem;
  }
  .interview__visual-box img {
    width: 8.7890625vw;
  }
}
.interview__article-list {
  margin: 1rem 0 3rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .interview__article-list {
    margin: 1rem 0 2rem;
  }
}
.interview__article-item {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .interview__article-item {
    font-size: 1.125rem;
  }
}
.interview__article-link {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.625rem;
  color: #2f2f2f;
  display: block;
}
.interview__article-link:hover {
  color: #2f2f2f;
  text-decoration: none;
}
.interview__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;
}
.interview__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) {
  .interview__article-link {
    padding-left: 1.125rem;
  }
  .interview__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;
  }
  .interview__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;
  }
}
.interview__article-link__recipe-box {
  overflow: hidden;
}
.interview__article-content-box {
  margin: 0 1rem;
  padding: 2.25rem;
  background: #fff;
  overflow: hidden;
}
.interview__article-desc-box {
  flex: 1;
}
.interview__article-h3 {
  margin-bottom: 1rem;
  font-family: Zen Antique;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .interview__article-h3 {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}

.video__box {
  clear: both;
}

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