@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

@media (max-width: 900px) and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  overflow-x: hidden;
  line-height: 1.45;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-drag: none;
  -webkit-user-drag: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  共通項目
  —————————————————*/
a {
  transition: 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

.c-ttl {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
}
.c-ttl .c-ttl__en {
  font-size: 2.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 600;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.c-ttl strong {
  color: #19A9B6;
  background-image: radial-gradient(circle at center, #19A9B6 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.2em;
  font-weight: 700;
}
.c-ttl .u-bold {
  display: block;
  font-size: 3rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.c-ttl .u-bold .u-sm {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 3rem;
  }
  .c-ttl .c-ttl__en {
    font-size: 1.5rem;
  }
  .c-ttl .u-bold {
    display: block;
    font-size: 3rem;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .c-ttl .u-bold .u-sm {
    font-size: 2rem;
  }
}
.u-center {
  text-align: center;
}

.u-color {
  color: #19A9B6;
  font-weight: 700;
}

.u-bg {
  background-color: #19A9B6;
  color: #fff;
  font-weight: 900;
  padding: 0 4px;
  margin: 0 4px;
  line-height: 1.2;
  display: inline-block;
}

.u-bold {
  font-weight: 700;
}

.u-balloon {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  background: #01B3C2;
  text-align: center;
  border-radius: 10px;
}
.u-balloon .u-marker {
  background: linear-gradient(transparent 80%, #FFF844 80%);
}

.u-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #01B3C2;
}

@media screen and (max-width: 767px) {
  .u-balloon {
    font-size: 1.6rem;
  }
}
.u-red {
  color: #DC3E39;
}

.u-yellow {
  color: #FFF738;
}

.js-fade {
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: 0.6s ease;
}

.js-fade.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* —————————————————
  トップページ home
  —————————————————*/
.l-wrap {
  width: calc(100% - 30px);
  max-width: 900px;
  margin: 0 auto;
}

/* メインビジュアル */
.p-mv {
  width: 100%;
  height: 100svh;
  min-height: 600px;
  position: relative;
  opacity: 0;
  transition: 1s ease opacity;
}
.p-mv.is-active {
  opacity: 1;
}
.p-mv .p-mv__img {
  width: 100%;
  height: 100%;
}
.p-mv .p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__ttl {
  position: absolute;
  top: 11.4%;
  left: 5.2%;
  width: 35.9vw;
}

.p-mv__btn {
  position: absolute;
  bottom: 5%;
  left: 7%;
}

@media screen and (max-width: 767px) {
  .l-main {
    max-width: 750px;
    margin: 0 auto;
  }
  .p-mv {
    width: 100%;
    height: 100svh;
    min-height: 500px;
  }
  .p-mv__ttl {
    position: absolute;
    top: 5.2%;
    left: 4%;
    width: 76.2vw;
    max-width: 420px;
  }
  .p-mv__btn {
    bottom: 0;
    left: 0;
  }
  .p-mv__btn img {
    width: 100%;
  }
}
/* ----- recommend ---- */
.p-recommend .text_1 {
  font-size: 2.4rem;
  margin-top: 30px;
}
.p-recommend .text_1 .u-bg,
.p-recommend .text_1 .u-color {
  font-size: 3.2rem;
}

.p-recommend__block.block_1 {
  background-color: #EAEAEA;
  padding: 60px 0 80px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
}

.p-recoomend-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.p-recoomend-list li {
  background-color: #fff;
  width: 33.3333333333%;
  font-size: 1.9rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-weight: 700;
  padding: 10px 20px;
}
.p-recoomend-list li::before {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 30px;
  background: url("../img/icon_check.svg") no-repeat top left/100%;
  margin-right: 10px;
}

.p-recommend__block.block_2 {
  margin-top: -180px;
  padding-top: 210px;
  background: url("../img/recommend_bg.png") no-repeat center center/cover;
}
.p-recommend__block.block_2 p.u-bold {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-recommend .text_1 {
    font-size: 1.9rem;
    margin-top: 20px;
  }
  .p-recommend .text_1 .u-bg,
  .p-recommend .text_1 .u-color {
    font-size: 2.5rem;
  }
  .p-recommend__block.block_1 {
    padding: 40px 0 60px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
            clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  }
  .p-recoomend-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
  .p-recoomend-list li {
    width: 100%;
    font-size: 1.6rem;
    padding: 12px 15px;
  }
  .p-recoomend-list li::before {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .p-recommend__block.block_2 {
    margin-top: -180px;
    padding-top: 200px;
  }
  .p-recommend__block.block_2 p.u-bold {
    font-size: 1.8rem;
  }
}
/* ----- question ---- */
.p-question__block.block_1 {
  background: url("../img/question_bg.png") no-repeat top center/cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 66%, 50% 100%, 0 66%);
          clip-path: polygon(0% 0%, 100% 0, 100% 66%, 50% 100%, 0 66%);
  padding-top: 60px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-question__block.block_1 .c-ttl strong {
  color: #fff;
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
}

.p-question__block.block_2 {
  margin-top: -260px;
  padding-top: 280px;
  padding-bottom: 100px;
  background-color: #DBEEF5;
}
.p-question__block.block_2 .c-ttl {
  margin-top: 60px;
}

.p-question__block .text_1 {
  font-size: 1.8rem;
  max-width: 480px;
  margin: 0 auto;
}
.p-question__block .effect-block {
  max-width: 710px;
  margin: 60px auto 0;
}
.p-question__block .effect-block .u-balloon {
  max-width: 380px;
}
.p-question__block .list {
  border: 3.5px solid #01B3C2;
  background-color: #fff;
  border-radius: 14px;
  padding: 48px 30px 40px;
  margin-top: -20px;
}
.p-question__block .list li {
  font-size: 2.2rem;
  font-weight: 700;
  text-indent: -3rem;
  padding-left: 3rem;
}
.p-question__block .list li:not(:last-child) {
  margin-bottom: 20px;
}
.p-question__block .list li::before {
  content: "";
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: url("../img/icon_check_2.svg") no-repeat top left/100%;
  margin-right: 10px;
  vertical-align: middle;
}
.p-question__block .list li span {
  background: linear-gradient(transparent 70%, #C0EEF2 70%);
}
.p-question__block .c-box {
  background-color: #fff;
  border-radius: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 60px 0 40px;
  max-width: 710px;
  margin: 30px auto 0;
}
.p-question__block .c-box p {
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .p-question__block.block_1 {
    background: url("../img/question_bg_sp.png") no-repeat bottom center/cover;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 86%, 50% 100%, 0 86%);
            clip-path: polygon(0% 0%, 100% 0, 100% 86%, 50% 100%, 0 86%);
    padding-top: 40px;
  }
  .p-question__block.block_1 img {
    margin-top: -45px;
  }
  .p-question__block.block_2 {
    margin-top: -200px;
    padding-top: 240px;
    padding-bottom: 40px;
  }
  .p-question__block.block_2 .c-ttl {
    margin-top: 60px;
  }
  .p-question__block .text_1 {
    font-size: 1.8rem;
    max-width: 480px;
    margin: 0 auto;
  }
  .p-question__block .effect-block {
    max-width: 710px;
    margin: 60px auto 0;
  }
  .p-question__block .effect-block .u-balloon {
    max-width: 80%;
  }
  .p-question__block .list {
    border: 3.5px solid #01B3C2;
    background-color: #fff;
    border-radius: 14px;
    padding: 48px 10px 30px 20px;
    margin-top: -20px;
  }
  .p-question__block .list li {
    font-size: 1.6rem;
  }
  .p-question__block .list li::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .p-question__block .c-box {
    padding: 0 15px 0 20px;
    max-width: 710px;
    margin: 20px auto 0;
  }
  .p-question__block .c-box p {
    font-size: 1.9rem;
  }
  .p-question__block .c-box img {
    max-width: 64px;
  }
}
/* ----- about ---- */
.p-about {
  background-color: #F7FDFF;
  padding: 100px 0;
}
.p-about .c-ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding: 60px 0;
  }
  .p-about .c-ttl {
    margin-bottom: 20px;
  }
}
/* ----- material ---- */
.p-material {
  padding: 100px 0;
  background: url("../img/material_bg.png") no-repeat top left/cover;
}
.p-material .c-ttl strong,
.p-material .c-ttl .u-color,
.p-material .c-ttl .c-ttl__en {
  color: #fff;
}
.p-material .c-ttl strong {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
}

.p-material__block:not(:last-child) {
  margin-bottom: 50px;
}

.p-material__block .ttl {
  max-width: 428px;
  margin: 0 auto 16px;
}

.p-material__block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 18px;
}
.p-material__block .c-fBox .item {
  width: 50%;
  position: relative;
}
.p-material__block .c-fBox .item .item-wrap {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  text-align: center;
  padding: 20px 25px;
}
.p-material__block .c-fBox .item p.u-bg {
  font-size: 1.8rem;
  text-align: center;
  padding: 2px 8px;
  margin-bottom: 16px;
}
.p-material__block .c-fBox .item p:not(.u-bg) {
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.5;
}

.p-material__block:last-child .c-fBox .item-wrap {
  min-height: 414px;
}
.p-material__block:last-child .c-fBox .item:first-child figure {
  margin-top: -10px;
  margin-bottom: 10px;
}
.p-material__block:last-child .c-fBox .item:last-child figure {
  margin: 10px 0 20px;
}
.p-material__block:last-child .c-fBox .item:last-child p.u-bg-wh {
  background-color: #fff;
  color: #02BCCC;
  max-width: 240px;
  margin: 0 auto 10px 0;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-material__block:last-child .c-fBox .item:last-child p.u-bg-wh + p {
  font-size: 2.4rem;
}
.p-material__block:last-child .c-fBox .item:last-child .img-bottom {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 38%;
}

@media screen and (max-width: 767px) {
  .p-material {
    padding: 50px 0;
  }
  .p-material__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-material__block .c-fBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-material__block .c-fBox .item {
    width: 100%;
  }
  .p-material__block .c-fBox .item .item-wrap {
    border-radius: 12px;
    text-align: center;
    padding: 15px;
  }
  .p-material__block .c-fBox .item p.u-bg {
    font-size: 1.4rem;
    margin-bottom: 12px;
    min-width: 144px;
  }
  .p-material__block .c-fBox .item p:not(.u-bg) {
    font-size: 1.4rem;
  }
  .p-material__block:last-child .c-fBox .item-wrap {
    min-height: auto;
  }
  .p-material__block:last-child .c-fBox .item:first-child {
    margin-bottom: 45px;
  }
  .p-material__block:last-child .c-fBox .item:first-child figure {
    margin: 10px 0;
  }
  .p-material__block:last-child .c-fBox .item:last-child .item-wrap {
    text-align: left;
  }
  .p-material__block:last-child .c-fBox .item:last-child figure {
    margin: 10px 0 20px;
  }
  .p-material__block:last-child .c-fBox .item:last-child figure img {
    width: 100%;
  }
  .p-material__block:last-child .c-fBox .item:last-child p.u-bg-wh {
    margin: 0 auto;
    font-size: 1.9rem;
    display: inline-block;
    max-width: 24rem;
  }
  .p-material__block:last-child .c-fBox .item:last-child p.u-bg-wh + p {
    font-size: 1.9rem;
  }
  .p-material__block:last-child .c-fBox .item:last-child .img-bottom {
    bottom: -70px;
    right: 0;
    width: 42%;
  }
}
/* ----- about-2 ---- */
.p-about-2 {
  background-color: #FFFAE6;
  padding: 100px 0;
}
.p-about-2 .p-about__block {
  max-width: 710px;
  margin: 0 auto;
}
.p-about-2 .p-about__block .u-balloon {
  font-size: 2.5rem;
  padding: 12px;
  margin-bottom: 40px;
}
.p-about-2 .p-about__block .text_1 {
  font-size: 1.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.p-about-2 .p-about__block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #02BCCC;
  border-radius: 8px;
  padding: 30px;
  gap: 40px;
  margin-top: 12px;
}
.p-about-2 .p-about__block .c-fBox p {
  font-size: 2.1rem;
  color: #fff;
}
.p-about-2 .p-about__block .c-fBox p .u-yellow {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-about-2 {
    padding: 50px 0 0;
  }
  .p-about-2 .c-ttl {
    font-feature-settings: "palt";
  }
  .p-about-2 .p-about__block {
    max-width: 710px;
    margin: 0 auto;
  }
  .p-about-2 .p-about__block .u-balloon {
    font-size: 1.8rem;
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-about-2 .p-about__block .text_1 {
    font-size: 1.4rem;
  }
  .p-about-2 .p-about__block .c-fBox {
    border-radius: 0;
    padding: 30px 12px;
    gap: 0;
    margin-top: 12px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .p-about-2 .p-about__block .c-fBox p {
    font-size: 1.5rem;
    width: 64%;
  }
  .p-about-2 .p-about__block .c-fBox img {
    width: 36%;
  }
}
/* ----- growth ---- */
.p-growth {
  background-color: #F1EAE6;
  padding-bottom: 100px;
}
.p-growth .growth-ttl {
  background: rgb(190, 143, 55);
  background: linear-gradient(140deg, rgba(190, 143, 55, 0.63) 0%, rgb(168, 131, 57) 100%);
  position: relative;
  height: 120px;
}
.p-growth .growth-ttl img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-growth .lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
}

.p-grouwth__block {
  border: 4px solid #9D7B3A;
  border-radius: 18px;
  background-color: #fff;
  padding: 18px 30px 18px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-grouwth__block:not(:last-child) {
  margin-bottom: 20px;
}
.p-grouwth__block .block__text {
  width: 60%;
  margin-top: 20px;
}
.p-grouwth__block .block__text p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-grouwth__block .block__text .ttl {
  font-size: 1.9rem;
  background-color: #9D7B3A;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .p-growth {
    padding-bottom: 50px;
  }
  .p-growth .growth-ttl {
    height: 12.5rem;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .p-growth .growth-ttl img {
    position: static;
    -ms-transform: none;
        transform: none;
  }
  .p-growth .lead {
    font-size: 1.4rem;
    text-align: left;
    margin: 15px 0;
  }
  .p-grouwth__block {
    border: 3px solid #9D7B3A;
    border-radius: 10px;
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .p-grouwth__block img {
    max-width: 70%;
  }
  .p-grouwth__block .block__text {
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
  .p-grouwth__block .block__text p {
    font-size: 1.2rem;
  }
  .p-grouwth__block .block__text .ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
/* ----- double ---- */
.p-double {
  padding: 100px 0 0;
}

.p-double__block.block_1 {
  background-color: #DBEEF5;
  padding: 100px 0;
}
.p-double__block.block_1 .l-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-double__block.block_1 .block-item {
  width: calc(50% - 6px);
  text-align: center;
}
.p-double__block.block_1 .block-item .ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-double__block.block_1 .block-item .item-wrap {
  border: 4.5px solid #02BCCC;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  min-height: 430px;
}
.p-double__block.block_1 .block-item .item-wrap p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 14px;
}
.p-double__block.block_1 .block-item .nutrients-list {
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
.p-double__block.block_1 .block-item .nutrients-list li {
  border: 3px solid #02BCCC;
  border-radius: 50%;
  width: 11.4rem;
  height: 11.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #02BCCC;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-top: 18px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.p-double__block.block_1 .block-item .nutrients-list .num {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  border-bottom: 3px solid #02BCCC;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-double__block.block_1 .block-item:last-child {
  width: 100%;
  margin-top: 30px;
}
.p-double__block.block_1 .block-item:last-child .item-wrap {
  min-height: auto;
}

.p-double__block.block_2 {
  background-color: #02BCCC;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 100px;
}
.p-double__block.block_2 .ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.p-double__block.block_2 .block-item:not(:last-child) {
  margin-bottom: 50px;
}
.p-double__block.block_2 .block-item .item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.p-double__block.block_2 .block-item .item-wrap img {
  width: 48%;
  border-radius: 16px 16px 0 0;
}
.p-double__block.block_2 .block-item .item-wrap p {
  width: 52%;
  font-size: 1.6rem;
  color: #333;
  padding: 10px 30px;
}
.p-double__block.block_2 .block-wh {
  border: 4px solid #FFFFFF;
  border-radius: 16px;
  position: relative;
  padding: 25px;
  max-width: 710px;
  margin: 70px auto 0;
}
.p-double__block.block_2 .block-wh .ttl {
  position: absolute;
  top: -28px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-double__block.block_2 .block-wh .ttl span {
  background-color: #02BCCC;
  padding: 0 10px;
}
.p-double__block.block_2 .block-wh p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-double {
    padding: 0;
  }
  .p-double .double-img {
    width: 100vw;
    margin: calc(50% - 50vw);
    padding-bottom: 60px;
  }
  .p-double__block.block_1 {
    padding: 50px 0;
  }
  .p-double__block.block_1 .l-wrap {
    gap: 35px;
  }
  .p-double__block.block_1 .block-item {
    width: 100%;
  }
  .p-double__block.block_1 .block-item:nth-child(2) img {
    max-width: 60%;
  }
  .p-double__block.block_1 .block-item .ttl {
    font-size: 2.4rem;
  }
  .p-double__block.block_1 .block-item .item-wrap {
    border: 3px solid #02BCCC;
    border-radius: 10px;
    padding: 20px 15px;
    min-height: auto;
  }
  .p-double__block.block_1 .block-item .item-wrap img {
    max-width: 90%;
  }
  .p-double__block.block_1 .block-item .item-wrap p {
    font-size: 1.4rem;
  }
  .p-double__block.block_1 .block-item .nutrients-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 3px;
  }
  .p-double__block.block_1 .block-item .nutrients-list li {
    border: 2px solid #02BCCC;
    width: 7.5rem;
    height: 7.5rem;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    padding-top: 14px;
  }
  .p-double__block.block_1 .block-item .nutrients-list li:nth-child(3) {
    margin-right: 10px;
  }
  .p-double__block.block_1 .block-item .nutrients-list .num {
    font-size: 1.5rem;
    border-bottom-width: 2px;
    top: 6px;
  }
  .p-double__block.block_1 .block-item:last-child {
    width: 100%;
    margin-top: 30px;
  }
  .p-double__block.block_1 .block-item:last-child .item-wrap {
    min-height: auto;
  }
  .p-double__block.block_2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .p-double__block.block_2 .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-double__block.block_2 .block-item:not(:last-child) {
    margin-bottom: 25px;
  }
  .p-double__block.block_2 .block-item .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-double__block.block_2 .block-item .item-wrap img {
    width: 100%;
    border-radius: 16px 16px 0 0;
  }
  .p-double__block.block_2 .block-item .item-wrap p {
    width: 100%;
    font-size: 1.3rem;
    padding: 15px;
  }
  .p-double__block.block_2 .block-wh {
    border: 3px solid #FFFFFF;
    padding: 20px;
    padding-top: 2rem;
    max-width: 710px;
    margin: 50px auto 0;
  }
  .p-double__block.block_2 .block-wh .ttl {
    position: absolute;
    top: -28px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    white-space: nowrap;
  }
  .p-double__block.block_2 .block-wh .ttl span {
    background-color: #02BCCC;
    padding: 0 10px;
  }
  .p-double__block.block_2 .block-wh p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
/* ----- voice ---- */
.p-voice {
  background-color: #F9F1E3;
  padding: 60px 0 100px;
}
.p-voice .l-wrap {
  max-width: 710px;
}
.p-voice .ttl {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

.p-voice__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-voice__block:not(:last-child) {
  margin-bottom: 30px;
}
.p-voice__block .block__profile {
  background-color: #fff;
  border-radius: 16px 0 0 16px;
  width: 40%;
  padding: 18px 24px;
  text-align: center;
}
.p-voice__block .block__text {
  background-color: #fff;
  border-radius: 0 16px 16px 0;
  width: 58%;
}
.p-voice__block .block__text p {
  padding: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.before-after-block {
  position: relative;
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
}
.before-after-block:not(.last) {
  margin-bottom: 40px;
}
.before-after-block:not(.last)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 20px solid #fff;
}
.before-after-block .ttl {
  color: #CAA931;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.p-voice .c-ttl {
  background-color: #02BCCC;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.8rem;
  padding: 30px 0 20px;
  margin-bottom: 0;
  margin-top: 60px;
}
.p-voice .c-ttl .u-line {
  font-size: 2.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}
.p-voice .c-ttl .u-line::before, .p-voice .c-ttl .u-line::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 35px;
  background-color: #fff;
}
.p-voice .c-ttl .u-line::before {
  -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
  margin-right: 15px;
}
.p-voice .c-ttl .u-line::after {
  -ms-transform: rotate(35deg);
      transform: rotate(35deg);
  margin-left: 15px;
}
.p-voice .c-ttl strong {
  font-size: 3.6rem;
  color: #FFF738;
  background-image: radial-gradient(circle at center, #FFF738 20%, transparent 20%);
}
.p-voice .box-wh {
  background-color: #fff;
  text-align: center;
  padding: 30px 0 40px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding: 40px 0 0;
    overflow: hidden;
  }
  .p-voice .voice-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-voice .voice-img + .ttl {
    max-width: 210px;
    margin: 0 auto 20px;
  }
  .p-voice .ttl {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .p-voice__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-voice__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-voice__block .block__profile {
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 18px 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-voice__block .block__profile img {
    width: 50%;
  }
  .p-voice__block .block__text {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  .p-voice__block .block__text p {
    padding: 16px 12px;
    font-size: 1.3rem;
  }
  .p-voice__block + .ttl {
    width: 102vw;
    margin: 0 calc(51% - 51vw) 20px;
  }
  .before-after-block:not(.last) {
    margin-bottom: 25px;
  }
  .before-after-block .ttl {
    margin: 0;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .p-voice .c-ttl {
    border-radius: 0;
    font-size: 2rem;
    padding: 20px 0;
    margin-bottom: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 50px;
  }
  .p-voice .c-ttl .u-line {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-voice .c-ttl .u-line::before, .p-voice .c-ttl .u-line::after {
    height: 30px;
  }
  .p-voice .c-ttl strong {
    font-size: 2.5rem;
  }
  .p-voice .box-wh {
    background: none;
    text-align: center;
    padding: 30px 0;
  }
}
/* ----- p-cta ---- */
.p-cta {
  padding: 90px 0 80px;
}
.p-cta .campaign-block {
  max-width: 518px;
  margin: 0 auto;
  position: relative;
}
.p-cta .campaign-block .web-btn {
  width: 88%;
  max-width: 442px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-cta .contact-btn {
  max-width: 518px;
  margin: 60px auto 0;
}
.p-cta .contact-btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /* background-color: #02BCCC; */
  color: #fff;
  font-size: 3rem;
  /* padding: 20px 0; */
}
.p-cta .contact-btn + p {
  max-width: 518px;
  margin: 10px auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-cta .tel-btn {
  width: 90%;
  max-width: 518px;
  margin: 60px auto 0;
}
.p-cta .line-btn {
  text-align: center;
  max-width: 240px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .p-cta {
    padding: 50px 0;
  }
  .p-cta .campaign-block .web-btn {
    bottom: 11%;
  }
  .p-cta .contact-btn {
    /* max-width: 100vw;
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0; */
  }
  .p-cta .contact-btn a {
    font-size: 2.2rem;
    padding: 20px 0;
  }
  .p-cta .contact-btn + p {
    max-width: 518px;
    margin: 10px auto 0;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
  }
  .p-cta .tel-btn {
    max-width: 518px;
    margin: 15px auto 0;
  }
  .p-cta .line-btn {
    max-width: 180px;
  }
}
.c-fix__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  width: 100%;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.c-fix__btn.is-active {
  opacity: 1;
  visibility: visible;
}
.c-fix__btn a {
  display: block;
  max-width: 328px;
  margin: 0 auto;
}
.c-fix__btn .topBtn {
  position: absolute;
  top: 50%;
  right: 2.5%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1;
}

.l-footer {
  background-color: #A5A5A5;
  padding-bottom: 90px;
}
.l-footer .c-copyRight {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 12px 20px;
}

@media screen and (max-width: 767px) {
  .c-fix__btn {
    position: fixed;
    background: none;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
  }
  .c-fix__btn img {
    width: 100%;
  }
  .c-fix__btn.is-active {
    opacity: 1;
    visibility: visible;
  }
  .c-fix__btn a {
    max-width: 100%;
  }
  .c-fix__btn .topBtn {
    z-index: 9;
    width: 22px;
    right: 3.5%;
    opacity: 1 !important;
  }
  .c-fix__btn .topBtn img {
    width: 100%;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.35));
  }
  .l-footer {
    padding-bottom: 60px;
  }
  .l-footer .c-copyRight {
    font-size: 1rem;
    padding: 8px 20px;
  }
}