/* common */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: "Noto Sans JP","Noto Serif JP";
  font-size: 14px;
  background: #fff;
  color: #000;
}
html,
body {
  overflow-x: hidden;
}
img {
  width: 100%;
  display: block;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.red {
  color: #c70202;
}
h2 {
  letter-spacing: 0.1em;
}
/* SP-------------------------------*/
/* 固定ボタン */
.sticky {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.sticky .contact,.sticky .request {
  color: #fff;
  display: block;
  width: 100%;
  padding: 3% 0;
}
.sticky .contact {
  background: #c70303;
}
.sticky .request {
  background: #000;
}

/* header */
header .logo {
  width: 60%;
  margin: 0 auto;
  padding: 3% 0;
}
/* mv */
.mv .mv_bg {
  background: url("../img/kv_bg.webp") center / cover no-repeat;
  padding: 3% 0;
}
.mv .kv {
  display: block;
}
.mv .attention {
  color: #fff;
  font-size: 0.7rem;
  width: 70%;
  margin: 0 0 3% auto;
}
.mv .achievements {
  background: #000;
  padding: 3% 0;
  margin-bottom: 3%;
}
.mv .achievements img {
  width: 30%;
  margin: 0 auto;
}
.mv .company_logo {
  font-size: 1rem;
  text-align: center;
}
/* cta */
.mv .cta {
  display: block;
  width: 90%;
  margin: 0 auto 10%;
}
/* logoスライダー */
.slider_parent {
  position: relative;
  overflow: hidden;
  margin-bottom: 5%;
}
.slider_parent .slider {
  display: flex;
}
.text_scroll {
  animation: scroll 40s linear infinite;
}
.logos {
  flex-shrink: 0;
}
.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.slider_parent ul li {
  display: inline-block;
}
.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}

/* concerns */
.concerns h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5%;
}
.concerns .list {
  width: 80%;
  margin: 0 auto;
}
.concerns .list li {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 8%;
  margin-bottom: 8%;
}
.concerns .list li:last-child {
  border: none;
}
.concerns .list li .icon {
  width: 18%;
  margin: 0 auto 3%;
}
.concerns .list li .title {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.concerns .list li .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #c70202;
}

/* solution */
.solution {
  background: #000;
  padding: 10% 0 5%;
  position: relative;
}
.solution::after {
  content: "";
  position: absolute;
  top: -2.5%;
  left: 50%;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.solution h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 5%;
}
.solution .list .unit {
  background: #fff;
  width: 90%;
  margin: 0 auto 10%;
}
.solution .list .unit:last-child {
  margin-bottom: 0;
}
.solution .solution_q {
  padding: 5% 0;
  border-bottom: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.solution .solution_q::after {
  content: "";
  position: absolute;
  background: url("../img/solution_arrow.webp") no-repeat 0 0 / 100%;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 30px;
}
.solution .solution_a {
  padding: 3% 0 5%;
  width: 90%;
  margin: 0 auto;
}
.solution .solution_1_img {
  margin-top: 5%;
}
.solution .list .unit .number {
  font-family: "Jost";
  color: #c70202;
  font-size: 1.8rem;
}
.solution .list .unit .solution_q .title {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 4%;
}
.solution .list .unit .solution_a .title {
  font-size: 1.2rem;
  font-weight: 500;
}
.voice-title {
  font-family: "Jost";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 5% 0 2%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.voice-title::before,
.voice-title::after {
  content: "";
  width: 42px;
  height: 2px;
  background: #c70202;
}
.voice-title_sub {
  text-align: center;
  margin-bottom: 5%;
}
.athlete_list .athlete_list_item {
  border-radius: 10px;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  padding: 4%;
}
.athlete_list .athlete_list_item .athlete_date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4%;
}

.athlete_date .profession,.athlete_date .note {
  font-size: 0.8rem;
}
.athlete_date .name {
  font-size: 1.4rem;
  margin: 2% 0;
}
.athlete_date .img {
  width: 30%
}
.athlete_date .txt {
  width: 65%;
  position: relative;
  padding-bottom: 4%;
}

.athlete_date .txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #c70202;
}
.athlete_date .name span {
  font-size: 0.8rem;
}
.athlete_voice {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  margin: 0 auto 4%;
}
.athlete_list_item:first-child .athlete_voice::before {
  content: "“";
  position: absolute;
  top: -33%;
  left: 1%;
  color: #c70202;
  font-size: 3rem;
}
.athlete_list_item:last-child .athlete_voice::before {
  content: "“";
  position: absolute;
  top: -33%;
  left: 17%;
  color: #c70202;
  font-size: 3rem;
}
.athlete_list_item:first-child {
  margin-bottom: 10%;
}
.athlete_list_item .main_txt {
  border-top: 1px solid #ccc;
  padding-top: 4%;
}
/* モーダル */
.solution .solution-content {
  display: none;
  padding: 0 5% 5%;
}
.solution .solution-item.open .solution-content {
  display: block;
}
.more-btn {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 4% 0;
  clip-path: polygon( 3% 0,97% 0,100% 100%,0% 100% );
  position: relative;
}
.more-btn::before {
  content: "more";
  font-family: "Jost";
  letter-spacing: 0.1em;
  padding: 0 7%;
  display: block;
  background: url("../img/more.webp") no-repeat 100% -890% / 19%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.more-btn.open::before {
  content: "close";
  font-family: "Jost";
  letter-spacing: 0.1em;
  background: url("../img/close.webp") no-repeat 100% -360% / 19%;
}

/* about */
.about {
  background: url(../img/about_bg_sp.webp);
  background-repeat: no-repeat;
  padding: 5%;
}
.about h2 {
  position: relative;
  padding-bottom: 4%;
  margin-bottom: 4%;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
.about h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background: #000;
}
.about .menu_img {
  width: 90%;
  margin: 5% auto;
}
.about .number {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 1%;
}
.about .title {
  font-size: 1.4rem;
  font-weight: bold;
}
.feature_lineup_title {
  margin: 5% 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 1.2rem;
}
.feature_lineup_title::before,
.feature_lineup_title::after {
  content: "";
  flex: 1;
  max-width: 260px;
  height: 1px;
  background: #000;
}
.feature_1 {
  margin-bottom: 10%;
}
.feature_lineup_list li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3%;
  border: 1px solid #000;
}
.feature_lineup_list li:last-child {
  margin-bottom: 0;
}
.feature_lineup_list li .number {
  background: #000;
  color: #fff;
  padding: 2%;
  font-family: "Jost";
}
.feature_lineup_list li .txt {
  padding: 2%;
}
.feature .feature_list {
  background: #fff;
  margin-bottom: 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 4%;
}
.feature .feature_list:last-child {
  margin-bottom: 0;
}
.feature .feature_list .img {
  width: 25%;
}
.feature .feature_list .txt {
  width: 70%;
}

/* menu */
.menu {
  background: #eeeeee;
  padding-bottom: 5%;
  margin-bottom: 10%;
}
.menu h2 {
  text-align: center;
  font-size: 2rem;
}
.menu h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.menu .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
/* スライダー */
.menu-slider .slick-list {
  overflow: hidden;
}
.menu-slider .slick-slide {
  transform: scale(.8);
  transition: .3s;
}
.menu-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}
.menu-slider .slick-slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.menu-slider {
  position: relative;
  max-width: 1200px;
}

/* inquiry */
.inquiry .request {
  background: url(../img/inquiry_1.webp);
}
.inquiry .contact {
  background: url(../img/inquiry_2.webp);
}
.inquiry .request,.inquiry .contact {
  text-align: center;
  width: 90%;
  padding-top: 4%;
  margin: 0 auto 10%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.inquiry .request h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.inquiry .contact h2 {
  color: #000;
  border-bottom: 1px solid #000;
}
.inquiry h2 {
  width: 90%;
  padding-bottom: 3%;
  margin: 0 auto 3%;
  font-size: 1.4rem;
}
.inquiry h2 span {
  font-size: 1.2rem;
}
.inquiry .h2_txt {
  margin-bottom: 4%;
}
.inquiry .request .h2_txt {
  color: #fff;
}
.inquiry .contact .h2_txt {
  color: #000;
}
.inquiry .request .cta {
  background: #fff;
  color: #000;
}
.inquiry .contact .cta {
  background: #000;
  color: #fff;
}
.inquiry .cta {
  text-align: center;
  display: block;
  padding: 5% 0;
  width: 90%;
  margin: 0 auto 5%;
  font-size: 1.2rem;
  border-radius: 50px;
  position: relative;
}
.inquiry .request .cta::before {
  background: url(../img/request_cta.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.inquiry .contact .cta::before {
  background: url(../img/contact_cta.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.inquiry .cta::before {
  content: "";
  width: 18px;
  height: 30px;
  position: absolute;
  left: 22%;
  transform: translateX(-50%);
}
.inquiry .request .cta::after {
  background: url(../img/request_arrow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.inquiry .contact .cta::after {
  background: url(../img/contact_arrow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.inquiry .cta::after {
  content: "";
  width: 24px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry .inner {
  background: #fff;
  border-radius: 10px;
  padding: 4%;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
}
.inquiry .inner .title {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 3%;
  margin-bottom: 4%;
}
.inquiry .inner .title::after {
  content: "";
  height: 2px;
  width: 40px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.inquiry .list .item {
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 4%;
    margin: 4% 0;
}
.inquiry .list .item:last-child {
  margin-bottom: 0;
}
.inquiry .list .item .icon {
  width: 10%;
  margin-right: 4%;
}

/* interview */
.interview {
  margin-bottom: 15%;
}
.interview h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2%;
}
.interview h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.interview .h2_txt {
  text-align: center;
  margin-bottom: 6%;
}
.interview .slide {
  border-radius: 10px;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
}
.interview .slide .inner {
  padding: 5%;
}
.interview .slide .inner .company_name {
  margin-bottom: 4%;
}
.interview .slide .more {
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 0 0 10px 10px;
  padding: 3% 0;
  font-family: "Jost";
  font-size: 1.4rem;
}
.interview .interview_more {
  background: #000;
  color: #fff;
  border-radius: 50px;
  width: 90%;
  padding: 5% 0;
  display: block;
  text-align: center;
  margin: 5% auto 0;
  font-size: 1.rem;
  position: relative;
}
.interview .interview_more::after {
  content: "";
  background: url(../img/contact_arrow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

/* wellness */
.wellness {
  background: #f7f7f7;
  margin-bottom: 10%;
  padding: 5% 0;
}
.wellness h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 4%;
  margin-bottom: 5%;
}
.wellness h2 span {
  color: #327911;
}
.wellness h2::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background: #327911;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wellness .overview {
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  padding: 5%;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 5%;
  background: #fff;
}
.wellness .overview .title {
  color: #327911;
  font-size: 1.5rem;
  margin-bottom: 2%;
}
.wellness .overview .title span {
  color: #000;
  font-size: 1rem;
}
.wellness .date {
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  padding: 5%;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 5%;
  background: #fff;
}
.wellness .date .tag {
  background: #000;
  border-radius: 0 50px 50px 0;
  display: inline-block;
  color: #fff;
  padding: 0 2%;
  font-family: "Jost";
}
.wellness .date h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 5%;
}
.wellness .date h3 span {
  color: #327911;
}
.wellness .date .img {
  margin-bottom: 10%;
}
.wellness .date .bottom {
  position: relative;
}
.wellness .date .bottom::before,
.wellness .date .bottom::after {
  content: "";
  position: absolute;
  top: -26%;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 19px;
  border-radius: 9999px;
  background-color: #cccccc;
  transform-origin: 50% calc(100% - 1.5px);
}
.wellness .date .bottom::before {
  transform: rotate(45deg);
}
.wellness .date .bottom::after {
  transform: rotate(-45deg);
}
.wellness .date .result_rubi,.wellness .date .result {
  text-align: center;
}
.wellness .date .result_rubi {
  margin-bottom: -5%;
}
.wellness .date .result {
  font-size: 4.8rem;
  font-weight: bold;
}
.wellness .date .result .small {
  font-size: 2.2rem;
}
.wellness .quote {
  font-size: 0.8rem;
  text-align: center;
}

/* protein */
.protein {
  margin-bottom: 10%;
  background: url(../img/protein_title.webp);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 102% 4%;
}
.protein .protein_title {
  margin-bottom: 10%;
}
.protein .h2_ruby {
  width: 90%;
  margin: 0 auto 2%;
  font-size: 0.9rem;
}
.protein h2 {
  width: 90%;
  margin: 0 auto 2%;
  color: #eb9d04;
  font-size: 2.4rem;
  line-height: 1;
}
.protein .h2_txt {
  width: 90%;
  margin: 0 auto;
}
.protein h2 span {
  color: #000;
  font-size: 1.8rem;
}
.protein .protein_list {
  width: 90%;
  margin: 0 auto;
}
.protein .protein_item {
  margin-bottom: 5%;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  border-radius: 10px;
  padding-bottom: 5%;
  background: #fff;
}
.protein .protein_item:last-child {
  margin-bottom: 0;
}
.protein .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.protein .title_number {
  background: #ebb002;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 5% 5% 10% 5%;
  font-size: 2.5rem;
  font-family: "Jost";
  font-weight: bold;
  margin: 0 5% 0 0;
  clip-path: polygon(0% 0%, 100% 0%, 85% 80%, 0% 80%);
}
.protein .title_txt {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 4%;
}
.protein .inner_flex {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #ccc;
  padding-top: 5%;
}
.protein .inner_flex .inner_a {
  font-weight: 500;
  font-size: 1.8rem;
  margin-right: 3%;
  color: #eb9d04;
  font-family: "Jost";
}
.protein .inner_flex .inner_txt span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #eb9d04;
}
.protein .protein_q3 {
  margin-top: 3%;
}
.protein .protein_q3 li {
  margin-bottom: 3%;
  position: relative;
  padding-left: 8%;
}
.protein .protein_q3 .li:last-child {
  margin-bottom: 0;
}
.protein .protein_q3 li::before {
  content: "";
  position: absolute;
  background: url(../img/q3_icon.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5%;
}

/* difference */
.difference {
  background: #eeeeee;
  margin-bottom: 10%;
  padding: 5% 0;
}
.difference h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2%;
}
.difference h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.difference .h2_txt {
  text-align: center;
  margin-bottom: 10%;
}
.difference .difference_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.difference .difference_list li {
  width: calc(100% / 2 - 2.5%);
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10% 5% 5% 5%;
  position: relative;
}
.difference .difference_list li:nth-child(-n+2) {
  margin-bottom: 5%;
}
.difference .difference_list li:nth-child(1)::before {
  content: "違い\A 01";
}
.difference .difference_list li:nth-child(2)::before {
  content: "違い\A 02";
}
.difference .difference_list li:nth-child(3)::before {
  content: "違い\A 03";
}
.difference .difference_list li:nth-child(4)::before {
  content: "違い\A 04";
}
.difference .difference_list li::before {
  background: #000;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12%;
  white-space: pre-wrap;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Jost";
  line-height: 1;
}
.difference .txt {
  text-align: center;
  font-size: 1.3rem;
}
.difference .txt span {
  color: #e01619;
}
.difference .icon {
  width: 70%;
  margin: 0 auto 8%;
}

/* price */
.price {
  margin-bottom: 10%;
}
.price h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2%;
}
.price h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.price .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
.price .price_table {
  width: 90%;
  margin: 0 auto;
}
.scroll_indicator {
  width: 180px;
  height: 10px;
  margin: 5% auto;
  background: #eee;
  border-radius: 999px;
}
.scroll_indicator span {
  display: block;
  width: 60px;
  height: 100%;
  background: #bfbfbf;
  border-radius: 999px;
}
.scroll_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  /* Firefox */
  scrollbar-width: none;
  /* IE・Edge（旧） */
  -ms-overflow-style: none;
}
/* Chrome・Safari・Edge */
.scroll_wrap::-webkit-scrollbar {
  display: none;
}
.plan_title {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px auto 24px;
}
.plan_title::before,
.plan_title::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
}
.plan_title p {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.price .price_plan {
  width: 50%;
  margin: 0 auto;
}

/* step */
.step {
  margin-bottom: 10%;
}
.step h2 {
  text-align: center;
  margin-bottom: 5%;
}
.step ul {
  width: 80%;
  margin: 0 auto;
}
.step ul li {
  margin-bottom: 5%;
  padding: 8%;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  position: relative;
}
.step ul li:last-child {
  margin-bottom: 0;
}
.step ul li::before,.step ul li::after {
  color: #e01619;
  font-family: "Jost";
  left: 3%;
  position: absolute;
  font-weight: bold;
}
.step ul li::before {
  content: "STEP";
  top: 2%;
}
.step ul li::after {
  top: 5%;
  font-size: 1.8rem;
}
.step ul li:nth-child(1)::after {
  content: "01";
}
.step ul li:nth-child(2)::after {
  content: "02";
}
.step ul li:nth-child(3)::after {
  content: "03";
}
.step .title {
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 5%;
}
.step .img {
  width: 70%;
  margin: 0 auto 5%;
}

/* faq */
.faq {
  margin-bottom: 15%;
}
.faq h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2%;
}
.faq h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.faq .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
.faq details {
  width: 90%;
  margin: 0 auto 3%;
  border-bottom: 1px solid #000;
}
.faq details summary {
  padding-bottom: 3%;
  list-style: none;
  font-size: 1.1rem;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
}
.faq details summary .title{
  width: 82%;
}
summary::-webkit-details-marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: "";
}
/* 閉じているとき（＞が下向き） */
summary::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s;
}

/* 開いているとき（＞が上向き） */
details[open] summary::after {
  transform: translateY(-20%) rotate(-135deg);
}
.faq .faq_q {
  font-family: "Jost";
  color: #d92a24;
  margin-right: 3%;
  font-weight: 500;
  font-size: 1.2rem;
}
.faq .txt {
  padding-bottom: 5%;
}

/* footer */
footer .flex {
  width: 90%;
  margin: 0 auto 5%;
}
footer .left {
  margin-bottom: 5%;
}
footer .logo {
  width: 70%;
  margin-bottom: 5%;
}
footer .sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 70%;
}
footer .sns li {
  display: block;
  width: 35px;
  height: 35px;
  background: #d92a24;
  border-radius: 50%;
  padding: 3%;
}
footer .address {
  font-size: 0.9rem;
  margin-bottom: 3%;
}
footer .tel span {
  font-family: "Jost";
  color: #d92a24;
}
footer .copy {
  color: #fff;
  background: #d92a24;
  padding: 3%;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 17%;
}

/* youth */
.youth {
  background: #fbf9f8;
  padding: 10% 0;
  margin-bottom: 10%;
}
.youth h2 {
  text-align: center;
  margin-bottom: 2%;
}
.youth .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
.youth .list {
  width: 90%;
  margin: 0 auto;
}
.youth .list .item {
  background: #fff;
  padding: 5%;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.2);
  border-radius: 10px;
}
.youth .list .item:nth-child(1) {
  margin-bottom: 5%;
}
.youth .title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 2%;
  padding-left: 14%;
  position: relative;
}
.youth .title::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.youth .list .item:nth-child(1) .title::before {
  background: #c70302;
}
.youth .list .item:nth-child(2) .title::before {
  background: #245497;
}
.youth .txt_ul {
  margin-bottom: 5%;
}
.youth .txt_ul li {
  padding-left: 5%;
  position: relative;
  margin-bottom: 3%;
}
.youth .txt_ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 25%;
  border-radius: 50%;
}
.youth .list .item:nth-child(1) .txt_ul li::before {
  background: #c70302;
}
.youth .list .item:nth-child(2) .txt_ul li::before {
  background: #245497;
}

/* media */
.media {
  margin-bottom: 10%;
}
.media h2 {
  text-align: center;
  margin-bottom: 2%;
}
.media .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
.media .img {
  width: 90%;
  margin: 0 auto 5%;
}
.media .txt {
  background: #f4f0eb;
  width: 90%;
  padding: 2% 0;
  margin: 0 auto;
  text-align: center;
}

/* results */
.results {
  padding: 10% 0;
  background: #fbf9f8;
  margin-bottom: 15%;
}
.results h2 {
  text-align: center;
}
.results .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
.results .list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.results .list li {
  width: calc(100% / 2 - 1%);
}
.results .list li:nth-child(odd) {
  margin-right: 2%;
}

/* glucose */
.glucose {
  margin-bottom: 10%;
}
.glucose h2 {
  text-align: center;
  margin-bottom: 2%;
}
.glucose h2 span {
  color: #c70302;
}
.glucose .h2_txt {
  margin-bottom: 5%;
  text-align: center;
}
.glucose .img {
  width: 90%;
  margin: 0 auto;
}

/* verification */
.verification {
  margin-bottom: 15%;
}
.verification .title {
  margin-bottom: 5%;
}
.verification .img_1 {
  width: 90%;
  margin: 0 auto 5%;
}
.verification .img_2 {
  width: 90%;
  margin: 0 auto;
}
.verification .img_2 li {
  margin-bottom: 5%;
}
.verification .last_txt {
  text-align: center;
}

/* cases */
.cases {
  margin-bottom: 15%;
}
.cases h2 {
  text-align: center;
  font-size: 2rem;
}
.cases h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.cases .h2_txt {
  text-align: center;
  margin-bottom: 5%;
}
.cases .list {
  width: 90%;
  margin: 0 auto;
}
.cases .list li {
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.2);
  margin-bottom: 5%;
  padding: 5%;
  text-align: center;
}
.cases .list li .title {
  font-size: 1.2rem;
  font-weight: 500;
}
.cases .list li .txt {
  margin-bottom: 2%;
}
.cases .list li .img {
  width: 60%;
  margin: 0 auto;
}
/* PC-------------------------------*/
@media screen and (max-width: 768px) {
	.pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }

/* header */
header {
  z-index: 999;
  position: fixed;
  background: #fff;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header .logo {
  width: 15%;
  margin: 0 0 0 2%;
  padding: 0;
}
header .link {
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
header .link .contact,header .link .request {
  color: #fff;
  display: block;
  width: 180px;
  padding: 3% 0;
}
header .link .contact {
  background: #c70303;
}
header .link .request {
  background: #000;
}

/* mv */
.mv {
  margin-top: 62px;
}
.mv .kv {
  width: 85%;
}
.mv .mv_bg {
  padding: 30px 0;
}
.mv .flex {
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0px auto;
}
.mv .flex li {
  width: calc(100% / 2);
}
.mv .achievements {
  padding: 20px 0;
  margin-bottom: 20px;
}
.mv .achievements img {
  width: 150px;
}
.slider_parent {
  margin-bottom: 30px;
}
.mv .cta {
  width: 400px;
  margin-bottom: 50px;
}
.mv .flex li.mv_form {
  width: 400px;
  background: #fff;
  padding: 20px;
}
.mv_form .title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.mv_form .title span {
  font-size: 26px;
  font-weight: 500;
}
.form {
  width: 90%;
  max-width: 720px;
}
.form-field {
  margin-bottom: 20px;
}
.form-row-half {
  display: flex;
  gap: 20px;
}
.form-row-half .form-field {
  width: 50%;
}
.form label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
.form label span {
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 12px;
}
.form input[type="text"],
.form input[type="email"] {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 14px;
}
.radio-wrap {
  display: flex;
  gap: 50px;
}
.radio-wrap label {
  font-weight: 400;
  margin: 0;
}
.radio-wrap input {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  vertical-align: -4px;
}
/* ファーストビューのHubSpotフォームのみ */
.fv-hubspot-form [data-hsfc-id="Renderer"] .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}

.fv-hubspot-form form.hsfc-Form .hsfc-Row {
  margin-bottom: 10px;
  gap: 16px;
}

.fv-hubspot-form form.hsfc-Form .hsfc-NavigationRow {
  margin-top: 16px;
}

/* concerns */
.concerns h2 {
  margin-bottom: 25px;
}
.concerns .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 30px;
}
.concerns .list li {
  width: 360px;
  border-bottom: none;
  border-right: 1px solid #ccc;
  margin-bottom: 0;
  padding-bottom: 0;
}
.concerns .list li:nth-child(1) {
  padding-right: 40px;
}
.concerns .list li:nth-child(2) {
  padding: 0 40px;
}
.concerns .list li .icon {
  width: 60px;
  margin-bottom: 20px;
}

/* solution */
.solution {
  padding: 50px 0;
}
.solution::after {
  top: -35px;
  border-width: 35px 35px 0 35px;
}
.solution h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.solution .list .unit {
  width: 800px;
}
.solution .list .unit ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
}
.solution .list .unit ul li {
  width: calc(100% / 2 - 30px);
}
.solution .solution_q {
  border-bottom: none;
  border-right: 1px solid #ccc;
  padding-right: 30px;
}
.solution .solution_q::after {
  left: auto;
  right: -15px;
  transform: none;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-90deg);
}
.more-btn {
  padding: 10px 0;
  cursor: pointer;
}
.more-btn::before {
    background: url(../img/more.webp) no-repeat 74% 112% / 9%;
    position: absolute;
}
.more-btn.open::before {
    background: url(../img/close.webp) no-repeat 74% 112% / 9%;
}
.solution .solution_1_img {
  margin-top: 20px;
}
.voice-title {
  margin: 30px auto 6px;
}
.voice-title_sub {
  margin-bottom: 20px;
}
.solution .list .unit {
  margin-bottom: 30px;
}
.solution .list .unit ul {
  padding: 20px 0;
}
.solution .list .unit ul li {
  width: calc(100% / 2 - 10px);
  padding: 20px;
}
.athlete_list_item:first-child {
  margin-bottom: 0;
}
.solution .solution_1_img {
  width: 600px;
  margin: 20px auto 0;
}

/* about */
.about {
  background: url(../img/menu_pc.webp) no-repeat center center;
  background-size: 110%;
  padding: 20px 0;
}
.about .max{
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about .right {
  width: 300px;
}
.about .h2_txt {
  margin-bottom: 20px;
}

/* menu */
.menu {
  padding: 20px 10%;
  margin-bottom: 60px;
}
.menu .h2_txt {
  margin-bottom: 20px;
}
.menu-slider {
  max-width: 1200px;
  margin: 0 auto;
}

/* inquiry */
.inquiry {
  width: 1000px;
  margin: 0 auto 100px;
}
.inquiry .request, .inquiry .contact {
  width: 100%;
  padding: 0;
  margin: 0;
  background-size: 60%;
}
.inquiry .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.inquiry .request {
  margin-bottom: 30px;
}
.inquiry .left {
  width: 500px;
}
.inquiry .right {
  width: 460px;
}
.inquiry .cta::before {
  left: 31%;
  width: 21px;
}

/* interview */
.interview {
  padding: 0;
  margin: 0 auto 100px;
}
.interview h2 {
  margin-bottom: 10px;
}
.interview .h2_txt {
  margin-bottom: 30px;
}
.interview .interview_more {
  width: 400px;
  padding: 30px 0;
}

/* wellness */
.wellness {
  padding: 40px 0;
  margin-bottom: 60px;
}
.wellness h2 {
  padding-bottom: 20px;
}
.wellness .overview {
  width: 900px;
  margin-bottom: 30px;
  padding: 20px 200px 20px 20px;
  background: url(../img/overview.webp);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.wellness .overview .title {
  margin-bottom: 5px;
}
.wellness .flex {
  width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wellness .flex .date {
  width: calc(100% / 2 - 25px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.wellness .flex .date .bottom {
  margin-top: auto;
}

/* protein */
.protein {
  width: 950px;
  margin: 0 auto 60px;
  background-size: 30%;
  background-position: 100% 0%;
}
.protein .h2_ruby,.protein h2,.protein .h2_txt {
  width: 100%;
}
.protein .protein_title {
  margin-bottom: 30px;
}
.protein .protein_list {
  width: 100%;
}
.protein .protein_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.protein .title {
  width: 510px;
}
.protein .inner_flex {
  padding: 20px 20px 20px 0;
  border-top: none;
}
.protein .title_number {
  height: 100%;
  border-radius: 10px 0 0 10px;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  display: flex;
  align-items: center;
}
.protein .inner_flex {
  width: 850px;
  border-left: 1px solid #ccc;
  margin: 15px 0;
  padding-left: 20px;
  padding-right: 140px;
}
.protein .protein_list .protein_item:nth-child(1) {
  background: #fff url(../img/protein_1.webp);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: right 30px center;;
}
.protein .protein_list .protein_item:nth-child(2) {
  background: #fff url(../img/protein_2.webp);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: right 30px center;;
}
.protein .protein_list .protein_item:nth-child(3) {
  background: #fff url(../img/protein_3.webp);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: right 30px center;;
}
.protein .protein_q3 li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.protein .protein_q3 li::before {
  top: 6px;
}

/* difference */
.difference {
  padding: 30px 0 50px;
  margin-bottom: 60px;
}
.difference h2 {
  margin-bottom: 10px;
}
.difference .h2_txt {
  margin-bottom: 50px;
}
.difference .difference_list {
  width: 900px;
  flex-wrap: nowrap;
}
.difference .difference_list li:nth-child(-n+2) {
  margin-bottom: 0;
}
.difference .difference_list li {
  width: calc(100% / 4 - 20px);
}
.difference .difference_list li {
  padding: 40px 0 20px;
}
.difference .icon {
  width: 90px;
}

/* price */
.price {
  margin-bottom: 100px;
}
.price h2 {
  margin-bottom: 10px;
}
.price .h2_txt {
  margin-bottom: 20px;
}
.price .price_table img {
  width: 800px;
  margin: 0 auto;
}
.price .plan_title {
  width: 800px;
}
.price .plan_title::before,.price .plan_title::after {
  width: 190px;
}
.price .price_plan {
  width: 800px;
}

/* step */
.step {
  max-width: 1200px;
  margin: 0 auto 100px;
}
.step h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.step ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.step ul li {
  width: calc(100% / 3 - 20px);
  padding: 30px;
  margin-bottom: 0;
}

/* faq */
.faq {
  margin-bottom: 100px;
}
.faq h2 {
  margin-bottom: 10px;
}
.faq .h2_txt {
  margin-bottom: 30px;
}
.faq details {
  width: 600px;
  margin-bottom: 20px;
}
summary::after {
  right: 10px;
}

/* footer */
footer .flex {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
footer .logo {
  width: 250px;
}
footer .sns {
  width: 100%;
}
footer .left {
  margin: 0 20px 0 0;
}
footer .copy {
  margin-bottom: 0;
  padding: 20px 0;
}

/* youth */
.youth {
  padding: 50px 0;
  margin-bottom: 100px;
}
.youth h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.youth .h2_txt {
  margin-bottom: 20px;
}
.youth .list {
  width: 1000px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.youth .list .item {
  width: calc(100% / 2 - 10px);
  padding: 30px;
}
.youth .list .item:nth-child(1) {
  margin-bottom: 0;
}
.youth .title {
  padding-left: 7%;
}

/* media */
.media {
  margin-bottom: 100px;
}
.media h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.media .h2_txt {
  margin-bottom: 30px;
}
.media .img {
  width: 800px;
  margin-bottom: 20px;
}
.media .txt {
  width: 800px;
}

/* results */
.results {
  padding: 50px 0;
  margin-bottom: 100px;
}
.results h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.results .h2_txt {
  margin-bottom: 20px;
}
.results .list {
  width: 1000px;
  flex-wrap: nowrap;
}
.results .list li:nth-child(odd) {
  margin-right: 0;
}

/* glucose */
.glucose {
  margin-bottom: 100px;
}
.glucose h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.glucose .h2_txt {
  margin-bottom: 20px;
}
.glucose .img {
  width: 800px;
}

/* verification */
.verification {
  width: 1000px;
  margin: 0 auto 100px;
}
.verification .title {
  margin-bottom: 30px;
}
.verification .img_1 {
  width: 100%;
  margin-bottom: 30px;
}
.verification .img_2 {
  width: 100%;
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.verification .img_2 li {
  width: calc(100% / 2 - 20px);
  margin-bottom: 0;
}
.verification .last_txt {
  font-size: 16px;
}

/* cases */
.cases {
  margin-bottom: 100px;
}
.cases .h2_txt {
  margin-bottom: 30px;
}
.cases .list {
  width: 1000px;
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cases .list li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 0;
  padding: 20px;
}
.cases .list li .txt {
  margin-bottom: 20px;
}
.cases .list li .title {
  margin-bottom: 10px;
}



}