html {
  font-size: 62.5%;
  word-wrap: break-word;
}

#report {
  font-size: 1.7rem;
  min-width: 980px;
}

@media print,
screen and (max-width: 750px) {
  .spi {
    display: inline;
  }
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-90 {
  margin-top: 90px;
}

@media print,
screen and (max-width: 750px) {
  .u-mt-sp-6 {
    margin-top: 6%;
  }

  .u-mt-sp-8 {
    margin-top: 8%;
  }

  .u-mt-sp-13 {
    margin-top: 13%;
  }

  .u-mt-sp-18 {
    margin-top: 18%;
  }
}

.m-btn {
  border: 1px solid #000;
  width: 100%;
  border-radius: 6px;
  line-height: 3.3;
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .m-btn {
    line-height: 4.5;
  }
}

.m-btn a {
  display: block;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}

@media print,
screen and (min-width: 751px) {
  .m-btn a:hover {
    background-color: #000;
    color: #fff;
  }
}

@media print,
screen and (max-width: 750px) {
  .m-btn a {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.c-kv {
  height: 360px;
  /* padding: 120px 0 100px; */
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv {
    height: auto;
    padding: 0;
  }
} */
.c-kv__inner {
  width: 100%;
  position: absolute;
  top: 80px;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__inner {
    width: 84%;
    margin: 0 auto;
  }
} */

.c-kv__wrap {
  width: 100%;
  /* height: 360px; */
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  /* margin-top: -301px; */
  position: absolute;
  top: 0;
}

.c-kv__ttl {
  font-size: 4.2rem;
  font-family: 'M+1c';
  font-weight: bold;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
  }
} */

.c-kv__subTtl {
  font-size: 2.0rem;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: .07em;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__subTtl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
} */

.c-kv__txt {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'M+1c';
  font-weight: normal;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv__txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
} */

.c-kv--report {
  background: url(../images/report/kv_bg_report.png) no-repeat center center;
  background-size: cover;
}

/* @media print,
screen and (max-width: 750px) {
  .c-kv--report {
    background: url(history/kv_bg_history--sp.png) no-repeat center center;
    padding: 17.33333% 0 7.33333%;
    background-size: cover;
  }
} */



/* top */
/* .p-report {
  margin-bottom: 135px; } */
/*   @media print, screen and (max-width: 750px) {
    .p-report {
      margin-bottom: 12.53333%; } } */
.p-report__inner {
  width: 1084px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-report__inner {
    width: 84%;
    margin: 0 auto;
  }
}

.p-report__ttl {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  color: #000;
  margin: 80px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-report__ttl {
    text-align: left;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-reportResearch {
  width: 1084px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch {
    width: 100%;
  }
}

.p-reportResearch__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DCDCDC;
}

.p-reportResearch__box:first-child {
  border-top: 1px solid #DCDCDC;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__box {
    display: block;
    border: none;
  }
}

.p-reportResearch__imgPc {
  width: 348px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-reportResearch__imgPc img {
  width: 348px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__imgPc img {
    display: none;
  }
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__imgPc {
    display: none;
  }
}

.p-reportResearch__imgSp {
  display: none;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__imgSp {
    display: block;
    width: 100%;
  }

  .p-reportResearch__imgSp img {
    width: 100%;
  }
}

.p-reportResearch__txtBox {
  color: #000;
  text-decoration: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: block;
}

@media print,
screen and (min-width: 751px) {
  .p-reportResearch__txtBox:hover {
    opacity: 0.7;
  }

  .p-reportResearch__txtBox:hover+.p-reportResearch__imgPc {
    opacity: 0.7;
  }
}

.p-reportResearch__txtInner {
  margin-left: 60px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__txtInner {
    width: 84%;
    margin: 0 auto;
  }
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__txtInner {
    width: 84%;
    margin: 0 auto;
  }
}

.p-reportResearch__ttl {
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-top: 70px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__ttl {
    margin-top: 8.73016%;
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

.p-reportResearch__ttl span {
  font-size: 6.0rem;
  color: #004C98;
  width: 52px;
  font-weight: normal;
  text-align: center;
  font-family: Arial;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__ttl span {
    font-size: 49px;
    font-size: 13.06667vw;
  }
}

.p-reportResearch__txt {
  font-size: 1.6rem;
  width: 560px;
  line-height: 1.8;
  margin-top: 18px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__txt {
    width: 100%;
    font-size: 16px;
    font-size: 4.26667vw;
    padding-bottom: 20%;
    margin-top: 6.34921%;
  }
}

.p-reportResearch__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportResearch__icon {
    right: 0;
    width: 2.6em;
    height: 2.6em;
  }
}

.p-reportInterview {
  margin-top: 140px;
  background: url(../images/report/report_interview_bg.png) no-repeat top center;
  background-size: cover;
  padding: 60px 0 45px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview {
    margin-top: 18.66667%;
    background: url(../images/report/report_interview_bg--sp.png) no-repeat right center;
    background-size: cover;
    padding: 13.33333% 0;
  }
}

.p-reportInterview__inner {
  width: 1084px;
  margin: 0 auto;
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__inner {
    width: 84%;
  }
}

.p-reportInterview__ttl {
  font-size: 3.4rem;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__ttl {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.p-reportInterview__subTtl {
  font-size: 1.8rem;
  font-family: 'Montserrat';
  font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__subTtl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.p-reportInterview__itemBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 675px;
  margin: 40px auto 0;
  text-align: left;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__itemBox {
    width: 100%;
    -ms-grid-columns: 34.92063vw 1fr;
    grid-template-columns: 34.92063vw 1fr;
    margin: 10.52632 auto 0;
  }
}

.p-reportInterview__img {
  width: 140px;
}

.p-reportInterview__img img {
  width: 100%;
  height: auto;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__img {
    width: 100%;
  }
}

.p-reportInterview__career {
  text-align: left;
  margin-left: 40px;
  padding: 8px 0;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__career {
    margin-left: 7.93651%;
  }
}

.p-reportInterview__position {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__position {
    line-height: 1.5;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-reportInterview__name {
  margin-top: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__name {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.p-reportInterview__date {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .p-reportInterview__date {
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: left;
  }
}

.p-reportSkill__inner {
  text-align: center;
  width: 1084px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-reportSkill__inner {
    width: 100%;
  }
}

.p-reportSkill__ttl {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  width: 690px;
  margin: 85px auto 0;
  padding: 15px 0;
  line-height: 1.5;
}

@media print,
screen and (max-width: 750px) {
  .p-reportSkill__ttl {
    width: 84%;
    padding: 2% 0;
    font-size: 19px;
    font-size: 5.06667vw;
    margin-top: 10.66667%;
  }
}

.p-reportSkill__ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/report/brackets_red.svg) no-repeat;
  width: 22px;
  height: 60px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportSkill__ttl::after {
    width: 0.8em;
    height: 2em;
  }
}

.p-reportSkill__ttl::before {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  content: "";
  background: url(../images/report/brackets_red.svg) no-repeat;
  width: 22px;
  height: 60px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportSkill__ttl::before {
    width: 0.8em;
    height: 2em;
  }
}

.p-reportLinkList {
  background-color: #F2F2F2;
  padding: 63px 0 55px;
  margin-top: 252px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportLinkList {
    padding: 14.4% 0 14.93333%;
    margin: 26.66667% auto 0;
  }
}

.p-reportLinkList__wrap {
  width: 842px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-reportLinkList__wrap {
    width: 100%;
  }
}

.p-reportLinkList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media print,
screen and (max-width: 750px) {
  .p-reportLinkList__inner {
    display: block;
    margin: 0 auto;
  }
}

.p-reportLinkList__btn {
  width: 240px;
  margin: 58px auto 0;
}

@media print,
screen and (max-width: 750px) {
  .p-reportLinkList__btn {
    width: 84%;
    margin: 14% auto 0;
  }
}


.c-itemBoxs {
  position: relative;
}

.c-itemBoxs__img {
  width: 552px;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__img {
    width: 84%;
    margin: 0 auto;
  }
}

.c-itemBoxs__img img {
  width: 552px;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__img img {
    width: 100%;
  }
}

.c-itemBoxs__img02 {
  position: absolute;
  right: 0;
  top: -50px;
  width: 552px;
  z-index: 0;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__img02 {
    position: initial;
    width: 84%;
    margin: 0 auto;
  }
}

.c-itemBoxs__img02 img {
  width: 552px;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__img02 img {
    width: 100%;
  }
}

.c-itemBoxs__txtBox {
  position: absolute;
  top: 50px;
  left: 482px;
  width: 604px;
  height: max-content;
  padding-bottom: 40px;
  background-color: #fff;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__txtBox {
    width: 100%;
    height: auto;
    position: initial;
    margin-top: 8.66667%;
  }
}

.c-itemBoxs__txtBox02 {
  margin-top: 350px;
  margin-left: 0;
  width: 604px;
  height: max-content;
  background-color: #fff;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__txtBox02 {
    margin: 0;
    width: 100%;
    height: auto;
    position: initial;
    margin-top: 8.66667%;
  }
}

.c-itemBoxs__inner {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__inner {
    width: 84%;
  }
}

.c-itemBoxs__ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__ttl {
    font-size: 19px;
    font-size: 5.06667vw;
    width: 100%;
    margin: 0;
  }
}

.c-itemBoxs__subTtl {
  text-align: center;
  width: 70px;
  font-size: 60px;
  color: #D8AE4F;
  font-weight: normal;
  text-align: center;
  font-family: Arial;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__subTtl {
    font-size: 49px;
    font-size: 13.06667vw;
    width: 1.1em;
  }
}

.c-itemBoxs__txt {
  padding-top: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .c-itemBoxs__txt {
    padding-top: 7.93651%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.c-itemBoxs__txt span {
  font-weight: bold;
}

.c-itemBoxs__txt--noborder {
  border: none;
}

.c-itemBoxs__ttlLine {
  width: 100%;
}

/* 下層 */
.c-kvReport {
  position: relative;
  color: #fff;
  height: 360px;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport {
    height: auto;
    padding: 0;
  }
}

.c-kvReport--wheat {
  background: url(../images/report/wheat/kv_bg_wheat.png) no-repeat top center;
  background-size: cover;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport--wheat {
    background: url(../images/report/wheat/kv_bg_wheat--sp.png) no-repeat right center;
    background-size: cover;
    padding: 14.66667% 0;
  }
}

.c-kvReport--vitamin {
  background: url(../images/report/vitamin/kv_bg_vitamin.png) no-repeat top center;
  background-size: cover;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport--vitamin {
    background: url(../images/report/vitamin/kv_bg_vitamin--sp.png) no-repeat right center;
    background-size: cover;
    padding: 14.66667% 0;
  }
}

.c-kvReport--medicine {
  background: url(../images/report/medicine/kv_bg_medicine.png) no-repeat top center;
  background-size: cover;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport--medicine {
    background: url(../images/report/medicine/kv_bg_medicine--sp.png) no-repeat right center;
    background-size: cover;
    padding: 14.66667% 0;
  }
}

.c-kvReport--food {
  background: url(../images/report/food/kv_bg_food.png) no-repeat top center;
  background-size: cover;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport--food {
    background: url(../images/report/food/kv_bg_food--sp.png) no-repeat right center;
    background-size: cover;
    padding: 14.66667% 0;
  }
}

.c-kvReport__cover {
  width: 42.53294%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(78, 43, 7, 0.6);
  /* padding: 98px 0; */
  display: flex;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__cover {
    width: 84%;
    height: auto;
    position: initial;
    background: none;
    padding: 0;
    margin: 0 auto;
  }
}

.c-kvReport__cover--vitamin {
  background-color: rgba(21, 52, 7, 0.6);
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__cover--vitamin {
    background: none;
  }
}

.c-kvReport__cover--medicine {
  background-color: rgba(7, 45, 52, 0.6);
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__cover--medicine {
    background: none;
  }
}

.c-kvReport__cover--vitamin {
  background-color: rgba(36, 13, 13, 0.6);
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__cover--vitamin {
    background: none;
  }
}

.c-kvReport__inner {
  width: 220px;
  text-align: center;
  margin: auto auto auto 70px;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__inner {
    width: 100%;
    margin-left: 0;
  }
}

.c-kvReport__subTtl {
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__subTtl {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.c-kvReport__number {
  font-size: 7.4rem;
  margin-top: 30px;
  font-family: Arial;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__number {
    font-size: 46px;
    font-size: 12.26667vw;
    margin-top: 5.33333%;
  }
}

.c-kvReport__ttl {
  font-family: 'M+1c';
  font-weight: bold;
  font-size: 3.6rem;
  margin-top: 25px;
}

@media print,
screen and (max-width: 750px) {
  .c-kvReport__ttl {
    font-size: 25px;
    font-size: 6.66667vw;
    margin-top: 3.33333%;
  }
}

.c-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 80px 0;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .c-ttl {
    font-size: 22px;
    font-size: 5.86667vw;
    margin: 17.33333% 0;
  }
}

.c-linkList {
  position: relative;
  background-color: #fff;
  display: block;
  width: 30.87886%;
  margin: 0 15px;
  color: #000;
  text-decoration: none;
}

.c-linkList--02 {
  margin: 0 5px;
  width: 24.197%;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 84%;
    margin: 0 auto;
  }

  .c-linkList--02 {
    width: 47.61905%;
    display: block;
    margin: 0;
  }
}

.c-linkList__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}

.c-linkList__image {
  width: 100%;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__image {
    width: 50.15873%;
  }

  .c-linkList__image--02 {
    width: 100%;
  }
}

.c-linkList__txtInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__txtInner {
    display: block;
    width: 100%;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

.c-linkList__txt {
  padding: 11.53846% 0 7.69231%;
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__txt {
    width: 50.15873%;
    padding: 0;
  }
}

.c-linkList__txt--02 {
  padding: 40px 0;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__txt--02 {
    width: 100%;
    padding: 7% 0;
  }
}

.c-linkList__name {
  font-size: 2.2rem;
  font-family: 'M+1c';
  font-weight: bold;
  letter-spacing: .03em;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__name {
    line-height: 1.3;
    font-size: 15.5px;
    font-size: 4.13333vw;
  }
}

.c-linkList__name02 {
  font-size: 2.2rem;
  font-family: 'M+1c';
  font-weight: bold;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.3em;
  position: relative;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__name02 {
    display: inline;
    padding-right: 1.3em;
    line-height: 1.3;
    margin-top: 3.33333%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.c-linkList__name02::after {
  position: absolute;
  top: 43%;
  right: 0;
  content: "";
  background: url(../images/report/arrow02.svg) no-repeat;
  width: 15px;
  height: 5px;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__name02::after {
    width: 1em;
    height: 0.3em;
  }
}

.c-linkList__number {
  font-size: 5.0rem;
  font-family: 'Arial';
  font-weight: normal;
  color: #004C98;
  margin-right: 7px;
  margin-left: 14px;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__number {
    margin: 0;
    font-size: 32.5px;
    font-size: 8.66667vw;
  }
}

.c-linkList__page {
  margin-top: 14px;
  font-size: 2.2rem;
  font-family: 'M+1c';
  font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__page {
    margin-top: 5.6962%;
    font-size: 12.5px;
    font-size: 3.33333vw;
  }
}

.c-linkList__icon {
  position: absolute;
  width: 26px;
  bottom: 0;
  right: 0;
}

@media print,
screen and (max-width: 750px) {
  .c-linkList__icon {
    width: 1.5em;
  }
}


.c-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 83.33333%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox {
    display: block;
    width: 100%;
  }
}

.c-flexBox__txtBox {
  width: 51.11111%;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox__txtBox {
    width: 100%;
  }
}

.c-flexBox__ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.c-flexBox__ttl sub {
  font-size: 81.8181%;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox__ttl {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

.c-flexBox__txt {
  margin-top: 30px;
  font-size: 1.6rem;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox__txt {
    margin-top: 7.77778%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.c-flexBox__txt02 {
  margin-top: 30px;
  font-size: 1.6rem;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox__txt02 {
    margin-top: 7.77778%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.c-flexBox__image {
  width: 44.44444%;
}

.c-flexBox__image img {
  width: 100%;
  height: auto;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox__image {
    width: 100%;
  }
}

.c-flexBox__imageTxt {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .c-flexBox__imageTxt {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}



/* vitamin
------------------------------------------ */
.p-vitamin {
  margin-bottom: 80px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitamin {
    margin-bottom: 12.53333%;
  }
}

.p-vitamin__inner {
  text-align: center;
  width: 1084px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-vitamin__inner {
    width: 84%;
  }
}

.p-vitamin__image {
  width: 900px;
  margin: 100px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-vitamin__image {
    width: 100%;
    margin: 16% auto;
  }
}

.p-vitamin__btn {
  width: 240px;
  margin: 120px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-vitamin__btn {
    width: 84%;
    margin: 18.66667% auto 24%;
  }
}

.p-vitaminTxt {
  width: 900px;
  margin: 100px auto 145px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminTxt {
    width: 84%;
    margin: 16% auto 42%;
  }
}

.p-vitaminTxt__txtTtl {
  font-size: 2.2rem;
  font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminTxt__txtTtl {
    line-height: 1.8;
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

.p-vitaminTxt__txt {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminTxt__txt {
    margin-top: 6.34921%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-vitaminMedicine {
  position: relative;
  height: 115px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminMedicine {
    height: 32vw;
  }
}

.p-vitaminMedicine__inner {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminMedicine__inner {
    top: -52%;
    width: 45.2%;
  }
}

.p-vitaminMedicine__item {
  display: block;
  width: 242px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

.p-vitaminMedicine__item img {
  width: 242px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminMedicine__item img {
    width: 100%;
  }
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminMedicine__item {
    width: 100%;
  }
}

.p-vitaminMedicine__name {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminMedicine__name {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 4%;
  }
}

.p-vitaminLinkReport {
  background-color: #F2F2F2;
  padding: 87px 0;
  margin-top: 95px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminLinkReport {
    padding: 14.4% 0 14.93333%;
    margin: 12.4% auto 0;
  }
}

.p-vitaminLinkReport__wrap {
  width: 934px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminLinkReport__wrap {
    width: 84%;
    margin: 0 auto;
  }
}

.p-vitaminLinkReport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminLinkReport__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}

.p-vitaminLinkReport__btn {
  width: 240px;
  margin: 75px auto 0;
}

@media print,
screen and (max-width: 750px) {
  .p-vitaminLinkReport__btn {
    width: 84%;
    margin: 14% auto 0;
  }
}



/* wheat
------------------------------------------ */
.p-wheat {
  margin-bottom: 80px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheat {
    margin-bottom: 12.53333%;
  }
}

.p-wheat__inner {
  text-align: center;
  width: 1084px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-wheat__inner {
    width: 84%;
  }
}

.p-wheat__image {
  width: 900px;
  margin: 100px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-wheat__image {
    width: 100%;
    margin: 16% auto;
  }
}

.p-wheatTxt {
  width: 900px;
  margin: 100px auto 145px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatTxt {
    width: 84%;
    margin: 16% auto 42%;
  }
}

.p-wheatTxt__txtTtl {
  font-size: 2.2rem;
  font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatTxt__txtTtl {
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.8;
  }
}

.p-wheatTxt__txt {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatTxt__txt {
    margin-top: 6.34921%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-wheatMedicine {
  position: relative;
  height: 115px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatMedicine {
    height: 32vw;
  }
}

.p-wheatMedicine__inner {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatMedicine__inner {
    top: -52%;
    width: 53.46667%;
  }
}

.p-wheatMedicine__item {
  display: block;
  width: 277px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

.p-wheatMedicine__item img {
  width: 277px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatMedicine__item img {
    width: 100%;
  }
}

@media print,
screen and (max-width: 750px) {
  .p-wheatMedicine__item {
    width: 100%;
  }
}

.p-wheatMedicine__name {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatMedicine__name {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 4%;
  }
}

.p-wheatLinkReport {
  background-color: #F2F2F2;
  padding: 87px 0;
  margin-top: 95px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatLinkReport {
    padding: 14.4% 0 14.93333%;
    margin: 12.4% auto 0;
  }
}

.p-wheatLinkReport__wrap {
  width: 934px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatLinkReport__wrap {
    width: 84%;
    margin: 0 auto;
  }
}

.p-wheatLinkReport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatLinkReport__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}

.p-wheatLinkReport__btn {
  width: 240px;
  margin: 75px auto 0;
}

@media print,
screen and (max-width: 750px) {
  .p-wheatLinkReport__btn {
    width: 84%;
    margin: 14% auto 0;
  }
}


/* medicine
------------------------------------------ */
.p-medicine {
  margin-bottom: 80px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicine {
    margin-bottom: 12.53333%;
  }
}

.p-medicine__inner {
  text-align: center;
  width: 1084px;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (max-width: 750px) {
  .p-medicine__inner {
    width: 84%;
  }
}

.p-medicine__image {
  width: 900px;
  margin: 0 auto 214px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicine__image {
    width: 100%;
    margin: 16% auto;
  }
}

.p-medicine__txt {
  width: 676px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicine__txt {
    width: 85.33333%;
    margin: 2.13333% auto 0;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.p-medicine__btn {
  width: 240px;
  margin: 120px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-medicine__btn {
    width: 84%;
    margin: 18.66667% auto 24%;
  }
}

.p-medicineTxt {
  width: 900px;
  margin: 80px auto 100px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineTxt {
    width: 84%;
    margin: 6.66667% auto 16%;
  }
}

.p-medicineTxt__txtTtl {
  font-size: 2.2rem;
  font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineTxt__txtTtl {
    line-height: 1.8;
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

.p-medicineTxt__txt {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineTxt__txt {
    margin-top: 6.34921%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-medicineMedicine {
  position: relative;
  height: 115px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineMedicine {
    height: 32vw;
  }
}

.p-medicineMedicine__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -89px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 503px;
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineMedicine__inner {
    top: -52%;
    width: 45.2%;
  }
}

.p-medicineMedicine__item {
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

.p-medicineMedicine__item img {
  width: 100%;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineMedicine__item img {
    width: 100%;
  }
}

@media print,
screen and (max-width: 750px) {
  .p-medicineMedicine__item {
    width: 100%;
  }
}

.p-medicineMedicine__name {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineMedicine__name {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 4%;
  }
}

.p-medicineLinkReport {
  background-color: #F2F2F2;
  padding: 87px 0;
  margin-top: 95px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineLinkReport {
    padding: 14.4% 0 14.93333%;
    margin: 12.4% auto 0;
  }
}

.p-medicineLinkReport__wrap {
  width: 934px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineLinkReport__wrap {
    width: 84%;
    margin: 0 auto;
  }
}

.p-medicineLinkReport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineLinkReport__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}

.p-medicineLinkReport__btn {
  width: 240px;
  margin: 75px auto 0;
}

@media print,
screen and (max-width: 750px) {
  .p-medicineLinkReport__btn {
    width: 84%;
    margin: 14% auto 0;
  }
}



/* food
------------------------------------------ */
/* .p-food {
  margin-bottom: 80px; } */
/*   @media print, screen and (max-width: 750px) {
    .p-food {
      margin-bottom: 12.53333%; } } */
.p-food__inner {
  text-align: center;
  width: 1084px;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (max-width: 750px) {
  .p-food__inner {
    width: 84%;
  }
}

.p-food__image {
  width: 900px;
  margin: 100px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-food__image {
    width: 100%;
    margin: 16% auto;
  }
}

.p-food__btn {
  width: 240px;
  margin: 120px auto;
}

@media print,
screen and (max-width: 750px) {
  .p-food__btn {
    width: 84%;
    margin: 18.66667% auto 24%;
  }
}

.p-foodMedicine {
  margin-top: 106px;
  position: relative;
  height: 115px;
}

@media print,
screen and (max-width: 750px) {
  .p-foodMedicine {
    height: 32vw;
  }
}

.p-foodMedicine__inner {
  position: absolute;
  top: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media print,
screen and (max-width: 750px) {
  .p-foodMedicine__inner {
    top: -52%;
    width: 45.46667%;
  }
}

.p-foodMedicine__item {
  display: block;
  width: 197px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

.p-foodMedicine__item img {
  width: 197px;
}

@media print,
screen and (max-width: 750px) {
  .p-foodMedicine__item img {
    width: 100%;
  }
}

@media print,
screen and (max-width: 750px) {
  .p-foodMedicine__item {
    width: 100%;
  }
}

.p-foodMedicine__name {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media print,
screen and (max-width: 750px) {
  .p-foodMedicine__name {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 4%;
  }
}

.p-foodLinkReport {
  background-color: #F2F2F2;
  padding: 87px 0;
  margin-top: 95px;
}

@media print,
screen and (max-width: 750px) {
  .p-foodLinkReport {
    padding: 14.4% 0 14.93333%;
    margin: 12.4% auto 0;
  }
}

.p-foodLinkReport__wrap {
  width: 934px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
  .p-foodLinkReport__wrap {
    width: 84%;
    margin: 0 auto;
  }
}

.p-foodLinkReport__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media print,
screen and (max-width: 750px) {
  .p-foodLinkReport__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}

.p-foodLinkReport__btn {
  width: 240px;
  margin: 75px auto 0;
}

@media print,
screen and (max-width: 750px) {
  .p-foodLinkReport__btn {
    width: 84%;
    margin: 14% auto 0;
  }
}