@charset "UTF-8";
/*====================================
  変数
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
/*====================================
  font
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*====================================
  変数
=====================================*/
/*
$pclh:120%;
$splh:140%;
*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*@mixin flexBox($wrap:wrap, $justify:space-between, $width:49%, $margin:0 0.5%, $align:stretch) {
  display: flex;
  flex-direction: row;
  flex-wrap: $wrap;
  justify-content: $justify;
  align-content: flex-start;
  align-items: flex-start;
  > * {
    order: 0;
    flex: 0 1 auto;
    align-self: $align;
    width: $width;
    margin: $margin;
  }
}*/
.sec_ttl2 {
  font-weight: 600;
  font-size: 36px;
  color: #78A91F;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec_ttl2 {
    font-size: 28px;
  }
}
.sec_ttl2::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  margin: 10px auto 0;
  background-color: #78A91F;
}
@media (max-width: 768px) {
  .sec_ttl2::after {
    width: 23px;
    height: 4px;
  }
}

/*====================================
  font
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*===================================
カラー
===================================*/
:root {
  /* メインカラー */
  --color-main-lt0: #eeffe7;
  --color-main-lt1: #caebbe;
  --color-main-lt2: #a0f684;
  --color-main-lt3: #8ce270;
  --color-main-lt4: #78ce5c;
  --color-main-lt5: #64ba48;
  --color-main: #50a634;
  --color-main-lt6: #3c9220;
  --color-main-lt7: #287e0c;
  /* モノトーン */
  --color-black: #333333;
  --color-white: #ffffff;
  /* アクセントカラー */
  --color-p-lt1: #fddde3;
  --color-p: #f25359;
  --color-o-lt1: #f7e47f;
  --color-o: #fa932e;
  --color-y: #fffa29;
  --color-b-lt1: #c8f2f2;
  /* グラデーション */
  --grad-main-01: linear-gradient(90deg, #d0e1c9 0%, #78ce5c 100%);
  --grad-main-02: linear-gradient(90deg, #64ba48 0%, #3c9220 100%);
}

/*====================================
  レーザー治療×栄養療法(ＬＰ)
=====================================*/
@media (min-width: 769px) {
  header .container h1 {
    height: 120px;
    top: 0;
  }
  header .container h1 a {
    padding: 120px 0 0 0;
    background-size: 154px 85px;
  }
}
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section img {
  display: block;
  margin: 0 auto;
}

p + p {
  margin-top: 1em;
}

span.pc {
  white-space: nowrap;
}

/*============================
  ページ本体
============================*/
#laser-nutrition {
  overflow-x: hidden;
  /* 共通 */
  /* ボタン（黄） */
  /* ファーストビュー */
  /* こんなお悩みを抱えていませんか */
  /* なぜレーザーだけでは、シミや肝斑が再発してしまうのか？ */
  /* 栄養療法とは */
  /* オファー */
  /* なぜ「栄養療法」が美肌に効くのか？ */
  /* 海老名ファミリー皮膚科のレーザー治療 */
  /* 診療の流れ */
  /* 医師紹介セクション全体 */
  /* 美容治療の３本柱 */
  /* まとめ */
  /* よくある質問 */
  /* 料金表 */
  /* 詳細 */
}
#laser-nutrition * {
  font-family: "Zen Maru Gothic", sans-serif;
}
#laser-nutrition *,
#laser-nutrition *::before,
#laser-nutrition *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#laser-nutrition .container_m {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
}
#laser-nutrition .container_s {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
#laser-nutrition .pc {
  display: block;
}
@media (max-width: 768px) {
  #laser-nutrition .pc {
    display: none;
  }
}
#laser-nutrition .sp {
  display: none;
}
@media (max-width: 768px) {
  #laser-nutrition {
    /* typo防止用：上行は仕様通りに下で正規定義 */
  }
}
@media (max-width: 768px) {
  #laser-nutrition .sp {
    display: block;
  }
}
#laser-nutrition img {
  max-width: 100%;
}
#laser-nutrition .btn_yellow a {
  background: -webkit-gradient(linear, left top, right top, from(#fffa29), color-stop(50%, #ffe400), to(#ffdd3f));
  background: linear-gradient(90deg, #fffa29 0%, #ffe400 50%, #ffdd3f 100%);
  text-align: center;
  color: var(--color-black);
  font-size: clamp(24px, 16px + 1.042vw, 36px);
  font-weight: 700;
  text-decoration: none;
  padding: 30px;
  width: 605px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 90px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 10px 0px #b99e00;
          box-shadow: 0px 10px 0px #b99e00;
}
#laser-nutrition .btn_yellow a::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  background: url("../images/laser-nutrition/btn_yellow_obj.webp") center center/contain no-repeat;
  width: 100%;
  height: 60px;
  display: block;
}
#laser-nutrition .btn_yellow a:hover {
  -webkit-box-shadow: 0px 5px 0px #b99e00;
          box-shadow: 0px 5px 0px #b99e00;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
#laser-nutrition .btn_yellow a:hover::after {
  right: 35px;
}
@media (max-width: 768px) {
  #laser-nutrition .btn_yellow a {
    background: -webkit-gradient(linear, left top, right top, from(#fffa29), color-stop(50%, #ffe400), to(#ffdd3f));
    background: linear-gradient(90deg, #fffa29 0%, #ffe400 50%, #ffdd3f 100%);
    text-align: center;
    color: var(--color-black);
    font-size: clamp(24px, 16px + 1.042vw, 36px);
    font-weight: 700;
    text-decoration: none;
    padding: 30px;
    width: 605px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 90px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 10px 0px #b99e00;
            box-shadow: 0px 10px 0px #b99e00;
  }
  z #laser-nutrition .btn_yellow a::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    background: url("../images/laser-nutrition/btn_yellow_obj.webp") center center/contain no-repeat;
    width: 100%;
    height: 60px;
    display: block;
  }
  #laser-nutrition .btn_yellow a:hover {
    -webkit-box-shadow: 0px 5px 0px #b99e00;
            box-shadow: 0px 5px 0px #b99e00;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  #laser-nutrition .btn_yellow a:hover::after {
    right: 35px;
  }
}
#laser-nutrition .sec_hero {
  position: relative;
  background: url("../images/laser-nutrition/hero_bg.webp") top center/cover no-repeat;
  /* ボタン（黄）_グループ */
}
@media (max-width: 1300px) {
  #laser-nutrition .sec_hero {
    background: url("../images/laser-nutrition/hero_bg_pc.webp") top center/cover no-repeat;
  }
}
@media (max-width: 1000px) {
  #laser-nutrition .sec_hero {
    background: none;
  }
}
#laser-nutrition .sec_hero .hero_bg_sp {
  display: none;
}
@media (max-width: 1000px) {
  #laser-nutrition .sec_hero .hero_bg_sp {
    display: block;
    width: 100%;
  }
}
#laser-nutrition .sec_hero .hero_inner {
  position: relative;
  max-width: 1150px;
  width: 90%;
  /* height: 985px; */
  height: 51.3vw;
  margin: 0 auto;
  /* ボタン（黄）_スタイル*/
}
@media (max-width: 1920px) {
  #laser-nutrition .sec_hero .hero_inner {
    height: 985px;
  }
}
@media (max-width: 1400px) {
  #laser-nutrition .sec_hero .hero_inner {
    height: 69.5vw;
  }
}
@media (max-width: 1000px) {
  #laser-nutrition .sec_hero .hero_inner {
    position: absolute; /* ← 背景画像の上に重ねる */
    top: 11%;
    left: 0;
    width: 100%;
    height: 100%; /* ← 画像全体をカバー */
    z-index: 5; /* ← 前面に */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 中央寄せ（下にしたいなら調整OK） */
    pointer-events: none; /* ← 背景クリック可にしたい場合。ボタンにだけ有効化するなら後述 */
  }
}
#laser-nutrition .sec_hero .hero_inner .btn_yellow {
  position: absolute;
  bottom: 150px;
  left: 0;
}
@media (max-width: 1920px) {
  #laser-nutrition .sec_hero .hero_inner .btn_yellow {
    left: -4vw;
  }
}
@media (max-width: 1300px) {
  #laser-nutrition .sec_hero .hero_inner .btn_yellow {
    left: -0.05vw;
    top: 45vw;
  }
}
@media (max-width: 1000px) {
  #laser-nutrition .sec_hero .hero_inner .btn_yellow {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 10;
    pointer-events: auto; /* ← ボタン操作を有効化 */
  }
}
#laser-nutrition .sec_hero .hero_inner .btn_yellow a {
  max-width: 605px;
  width: 40vw;
}
@media (max-width: 1000px) {
  #laser-nutrition .sec_hero .hero_inner .btn_yellow a {
    margin: auto;
    font-size: clamp(16px, 0.733px + 4.071vw, 32px);
    max-width: inherit;
    width: clamp(345px, 6.26px + 90.331vw, 700px);
    height: clamp(73px, -0.473px + 19.593vw, 150px);
  }
}
#laser-nutrition .sec_hero .hero_inner .btn_yellow a::before {
  height: clamp(60px, 10px + 5vw, 70px);
  top: -35px;
}
#laser-nutrition .sec_hero .hero_inner .btn_yellow a::after {
  width: 27px;
  height: 25px;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_hero .hero_inner .btn_yellow a::after {
    width: 17px;
    height: 16px;
  }
}
#laser-nutrition .trouble {
  background-color: var(--color-main-lt0);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#laser-nutrition .trouble .trouble-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: clamp(25px, -2.174px + 2.717vw, 50px);
}
#laser-nutrition .trouble .trouble-inner .trouble-title {
  margin-bottom: clamp(20px, -1.739px + 2.174vw, 40px);
}
@media (max-width: 768px) {
  #laser-nutrition .trouble .trouble-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: clamp(15px, 0.687px + 3.817vw, 30px);
  }
  #laser-nutrition .trouble .trouble-inner .trouble-title {
    margin-top: clamp(50px, 2.29px + 12.723vw, 100px);
    margin-bottom: clamp(30px, 1.374px + 7.634vw, 60px);
  }
  #laser-nutrition .trouble .trouble-inner .trouble-image {
    margin: 0 auto;
    width: clamp(350px, 111.45px + 63.613vw, 600px);
  }
}
#laser-nutrition .sec-reason {
  background: url("../images/laser-nutrition/reason_bg.webp") top center/cover no-repeat;
  /* コンテンツグループ */
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason {
    background: url("../images/laser-nutrition/reason_bg_sp.webp") top center/cover no-repeat;
  }
}
#laser-nutrition .sec-reason .reason-wrap {
  padding: 0 40px;
  /* なぜレーザーだけでは、シミや肝斑が再発してしまうのか？ */
  /* まずは医師の診断で「シミの種類」を正しく見極めることから */
  /* レーザーだけでは「シミ」が根本的に治らない５つの理由 */
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap {
    max-width: clamp(345px, 7.171px + 92.556vw, 718px);
    padding: 0 clamp(15px, 8.66px + 1.737vw, 22px);
  }
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap {
  max-width: clamp(720px, 433.333px + 37.326vw, 1150px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto clamp(6px, 0px + 0.781vw, 15px) 1fr clamp(6px, 0px + 0.781vw, 15px) auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(6px, 0px + 0.781vw, 15px);
     -moz-column-gap: clamp(6px, 0px + 0.781vw, 15px);
          column-gap: clamp(6px, 0px + 0.781vw, 15px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto clamp(17px, -1.767px + 2.444vw, 30px) auto;
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap .pc {
  display: block;
  max-width: clamp(80px, 53.333px + 3.472vw, 120px);
  height: auto;
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap .sec-reason-title {
  text-align: center;
  font-size: clamp(28px, 13.333px + 1.91vw, 50px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
  margin: 0;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    max-width: clamp(345px, 244.809px + 26.718vw, 450px);
    max-height: 400px;
  }
  #laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap .pc {
    display: none;
  }
  #laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap .sp {
    display: block;
    max-width: clamp(36px, -136.138px + 22.414vw, 88px);
    height: 100%;
    width: auto;
  }
  #laser-nutrition .sec-reason .reason-wrap .cause_wrap .sec-reason-title-wrap .sec-reason-title {
    font-size: clamp(20px, 8.55px + 3.053vw, 32px);
  }
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .cause_text_wrap {
  background-color: #f0ffd4;
  border-radius: clamp(12px, 6.667px + 0.694vw, 20px);
  padding: clamp(37px, 21.667px + 1.997vw, 60px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: clamp(62px, 36.667px + 3.299vw, 100px);
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .cause_text_wrap p {
  text-align: center;
  font-size: clamp(16px, 13.333px + 0.347vw, 20px);
  line-height: 1.8;
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .cause_text_wrap p span.cause_text_read_b {
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  font-weight: 700;
  color: var(--color-p);
}
#laser-nutrition .sec-reason .reason-wrap .cause_wrap .cause_text_wrap p span.cause_text_read {
  font-weight: 700;
  color: var(--color-p);
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap .cause_wrap .cause_text_wrap {
    padding: clamp(30px, 23.66px + 1.737vw, 37px) clamp(20px, 4.603px + 4.218vw, 37px);
    margin-bottom: clamp(50px, 39.132px + 2.978vw, 62px);
  }
  #laser-nutrition .sec-reason .reason-wrap .cause_wrap .cause_text_wrap p {
    text-align: left;
    font-size: clamp(14px, 12.189px + 0.496vw, 16px);
  }
}
#laser-nutrition .sec-reason .reason-wrap .sec-diagnosis {
  max-width: 1150px;
  margin-bottom: clamp(75px, 45px + 3.906vw, 120px);
  text-align: center;
}
#laser-nutrition .sec-reason .reason-wrap .sec-diagnosis h3.sec-diagnosis-title {
  margin-bottom: clamp(11px, -1.992px + 1.692vw, 20px);
}
#laser-nutrition .sec-reason .reason-wrap .sec-diagnosis img {
  margin-bottom: clamp(18px, 0.677px + 2.256vw, 30px);
}
#laser-nutrition .sec-reason .reason-wrap .sec-diagnosis p.sec-diagnosis-text {
  font-size: 18px;
  color: var(--color-white);
  text-align: center;
}
#laser-nutrition .sec-reason .reason-wrap .sec-diagnosis p.sec-diagnosis-highlight {
  font-size: clamp(17px, 6.895px + 1.316vw, 24px);
  font-weight: 700;
  background-color: var(--color-p);
  color: var(--color-white);
  display: inline-block;
  padding: clamp(6px, 0.226px + 0.752vw, 10px) clamp(12px, 0.451px + 1.504vw, 20px);
  text-align: center;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap .sec-diagnosis {
    margin-bottom: clamp(50px, 27.357px + 6.203vw, 75px);
    text-align: left;
  }
  #laser-nutrition .sec-reason .reason-wrap .sec-diagnosis h3 {
    margin-bottom: clamp(10px, 9.094px + 0.248vw, 11px);
  }
  #laser-nutrition .sec-reason .reason-wrap .sec-diagnosis p .u-hidden-sp {
    display: none;
  }
  #laser-nutrition .sec-reason .reason-wrap .sec-diagnosis p.sec-diagnosis-text {
    font-size: clamp(14px, 10.377px + 0.993vw, 18px);
    text-align: left;
  }
  #laser-nutrition .sec-reason .reason-wrap .sec-diagnosis p.sec-diagnosis-highlight {
    font-size: clamp(16px, 15.094px + 0.248vw, 17px);
    text-align: left;
  }
}
#laser-nutrition .sec-reason .reason-wrap .reason {
  max-width: 1150px;
  margin-bottom: clamp(76px, -37.226px + 8.71vw, 130px);
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap .reason {
    margin-bottom: clamp(60px, 40.98px + 5.211vw, 81px);
  }
}
#laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap {
  margin: 0 auto clamp(30px, 1.128px + 3.759vw, 50px) auto;
  max-width: clamp(610px, 363.333px + 32.118vw, 980px);
}
#laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap h3 {
  text-align: center;
  font-size: clamp(25px, 14.333px + 1.389vw, 41px);
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: clamp(12px, -0.992px + 1.692vw, 21px);
  line-height: 1.5;
}
#laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap h3 span.list-title01 {
  font-size: clamp(32px, 19.333px + 1.649vw, 51px);
  color: var(--color-y);
}
#laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap h3 span.list-title01 span.list-title02 {
  font-size: clamp(40px, 23.333px + 2.17vw, 65px);
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap {
    width: 100%;
  }
  #laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap h3 {
    font-size: clamp(24px, 1.357px + 6.203vw, 49px);
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: clamp(10px, -8.114px + 4.963vw, 30px);
  }
  #laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap h3 span.list-title01 {
    font-size: clamp(24px, 4.98px + 5.211vw, 45px);
    color: var(--color-y);
  }
  #laser-nutrition .sec-reason .reason-wrap .reason .reason5-title-wrap h3 span.list-title01 span.list-title02 {
    line-height: clamp(42px, 2.149px + 10.918vw, 86px);
    font-size: clamp(38px, 2.677px + 9.677vw, 77px);
  }
}
#laser-nutrition .sec-reason .reason-wrap .reason ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: var(--color-white);
  border-radius: 20px;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .reason-num-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  height: 95px;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .reason-num-title .reason-num {
  height: 100%;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .reason-num-title h4 {
  font-size: clamp(20px, 9.132px + 2.978vw, 32px);
  text-align: left;
  font-weight: 700;
  color: var(--color-main);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(25px, -6.452px + 2.419vw, 40px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group p {
  text-align: left;
  font-size: 18px;
  line-height: 32.4px;
  color: var(--color-black);
}
#laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group img.pc {
  width: clamp(350px, 150.806px + 15.323vw, 445px);
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item {
    padding: clamp(20px, 1.886px + 4.963vw, 40px);
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .reason-num-title {
    height: auto;
    gap: clamp(20px, 1vw, 30px);
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .reason-num-title img.reason-num {
    width: clamp(71px, 3.978px + 18.362vw, 145px);
    height: auto;
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .reason-num-title h4 {
    font-size: 22;
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group img.pc {
    display: none;
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group img.sp {
    display: block;
    width: 100%;
    height: auto;
  }
  #laser-nutrition .sec-reason .reason-wrap .reason ol li.reason-item .eason-item-group p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: clamp(14px, 10.377px + 0.993vw, 18px);
    line-height: 1.8;
  }
}
#laser-nutrition .sec-reason .reason-wrap p.sec-reason-footer {
  color: var(--color-black);
  text-align: center;
  font-size: clamp(25px, 14.333px + 1.389vw, 41px);
  margin-bottom: clamp(23px, -12.645px + 2.742vw, 40px);
  font-weight: 500;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-reason .reason-wrap p.sec-reason-footer {
    font-size: clamp(18px, -1.926px + 5.459vw, 40px);
  }
}
#laser-nutrition .sec-benefits {
  padding: clamp(42px, 16.64px + 6.948vw, 70px) 40px clamp(63px, 29.489px + 9.181vw, 100px) 40px;
  background: url("../images/laser-nutrition/section_benefits_bg.webp") top center/cover no-repeat;
  /* コンテンツグループ */
}
@media (max-width: 768px) {
  #laser-nutrition .sec-benefits {
    padding: clamp(50px, 18.3px + 8.685vw, 85px) clamp(15px, 1.414px + 3.722vw, 30px);
    background: url("../images/laser-nutrition/section_benefits_bg_sp.webp") top center/cover no-repeat;
  }
}
#laser-nutrition .sec-benefits .benefits-wrap {
  max-width: 1150px;
  text-align: center;
  /* 答えは栄養療法 */
  /* 栄養療法とは_ボックス */
  /* ５つのメリット */
  /* 比較表 */
}
#laser-nutrition .sec-benefits .benefits-wrap h2 {
  position: relative;
  color: var(--color-main-lt6);
  text-align: center;
  font-size: clamp(38px, 20.667px + 2.257vw, 64px);
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  z-index: 0;
}
#laser-nutrition .sec-benefits .benefits-wrap h2::after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: 3%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: clamp(24px, 12.667px + 1.476vw, 41px);
  background-color: #ede426;
  z-index: -1;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-benefits .benefits-wrap h2 {
    font-size: clamp(30px, -1.7px + 8.685vw, 65px);
  }
  #laser-nutrition .sec-benefits .benefits-wrap h2::after {
    bottom: -2%;
    height: clamp(20px, 1.886px + 4.963vw, 40px);
  }
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about {
  margin-top: clamp(100px, 126.667px - 3.472vw, 60px);
  margin-bottom: clamp(30px, 16.667px + 1.736vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: clamp(36px, 20px + 2.083vw, 60px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: #64ba48;
  background-blend-mode: multiply;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about h3.sec-benefits-about-title {
  position: relative;
  color: var(--color-y);
  text-align: center;
  font-size: clamp(24px, 0px + 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(36px, 20px + 2.083vw, 60px);
  /* 擬似要素を「タイトルの下」に配置 */
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about h3.sec-benefits-about-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: clamp(3px, 1.667px + 0.174vw, 5px);
  background-color: var(--color-white);
  border-radius: 2px;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about img.pc {
  width: 100%;
  max-width: clamp(360px, 200px + 20.833vw, 600px);
  height: auto;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about p.sec-benefits-about-text {
  color: var(--color-white);
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  text-align: left;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about {
    margin-top: clamp(46px, 7.96px + 10.422vw, 88px);
    margin-bottom: clamp(70px, 3.883px + 18.114vw, 143px);
    padding: clamp(30px, 2.829px + 7.444vw, 60px) clamp(20px, 1.886px + 4.963vw, 40px);
    gap: clamp(40px, 1.96px + 10.422vw, 82px);
    border-radius: 10px;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about h3.sec-benefits-about-title {
    font-size: clamp(28px, 1.734px + 7.196vw, 57px);
    margin-bottom: clamp(36px, 20px + 2.083vw, 60px);
    /* 擬似要素を「タイトルの下」に配置 */
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about h3.sec-benefits-about-title::after {
    height: clamp(3px, 0.283px + 0.744vw, 6px);
    border-radius: 3px;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about img.pc {
    display: none;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about img.sp {
    width: clamp(305px, 118.931px + 49.618vw, 500px);
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-about p.sec-benefits-about-text {
    color: var(--color-white);
    font-size: clamp(16px, 14.667px + 0.174vw, 18px);
    text-align: left;
  }
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: clamp(48px, 26.667px + 2.778vw, 80px) clamp(35px, 18.333px + 2.17vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 13.333px + 1.389vw, 40px);
  border-radius: 20px;
  margin-bottom: clamp(60px, 33.333px + 3.472vw, 100px);
  /* 5つのメリット_カード */
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap h3.sec-benefits-list-title {
  width: 100%;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap {
    margin: calc(clamp(48px, 26.667px + 2.778vw, 80px) * -1) calc(clamp(35px, 18.333px + 2.17vw, 60px) * -1);
    gap: clamp(24px, 13.333px + 1.389vw, 40px);
    border-radius: 0;
    margin-bottom: 0;
  }
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list {
  list-style: none;
  /* マーカー非表示 */
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 縦積みリスト */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 縦並び */
  gap: 20px;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li {
  padding: clamp(18px, 10px + 1.042vw, 30px) clamp(36px, 20px + 2.083vw, 60px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(24px, 13.333px + 1.389vw, 40px) 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto clamp(24px, 13.333px + 1.389vw, 40px) auto;
  grid-template-rows: auto auto;
      grid-template-areas: "title title" "text  image";
  gap: clamp(24px, 13.333px + 1.389vw, 40px);
  /* 要素の割り当て（classが無くても機能するように子要素で指定） */
  /* 見出しをエリアtitleへ */
  /* 偶数番目：テキスト右／画像左に反転 */
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h3,
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
  text-align: center;
  margin: 0;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 {
  /* テキストをエリアtextへ */
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 .pc {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: image;
  max-width: 100%;
  height: auto;
  display: block;
  -ms-grid-column-align: end;
      justify-self: end;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li p {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  margin: 0;
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  color: var(--color-black);
  text-align: left;
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li .benefit-ph {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: image;
  height: auto;
  display: block;
  -ms-grid-column-align: end;
      justify-self: end;
  max-width: clamp(240px, 133.333px + 13.889vw, 400px);
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) {
      grid-template-areas: "title title" "image text";
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) .benefit-ph {
  -ms-grid-column-align: start;
      justify-self: start;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li {
    padding: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* 1カラム */
    -ms-grid-rows: auto clamp(20px, 0.916px + 5.089vw, 40px) auto clamp(20px, 0.916px + 5.089vw, 40px) auto;
        grid-template-areas: "title" "image" "text";
    gap: clamp(20px, 0.916px + 5.089vw, 40px);
    /* 間隔縮小 */
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 .pc {
    display: none;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 .sp {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li img.benefit-ph {
    display: none;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li img.benefit-ph-sp {
    width: clamp(305px, 0.611px + 81.17vw, 624px);
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li p {
    padding: 0 clamp(20px, 0.916px + 5.089vw, 40px);
    text-align: left;
    display: block;
    font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* 1カラム */
        grid-template-areas: "title" "image" "text";
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) img.benefit-ph {
    display: none;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) img.benefit-ph-sp {
    width: clamp(305px, 0.611px + 81.17vw, 624px);
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h3,
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) > h3,
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) > h4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li h4 .pc {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) > .pc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li p {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li .benefit-ph {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-list-wrap ol.sec-benefits-list li:nth-child(even) > .benefit-ph {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-compare img.ompare-title-pc {
  width: 100%;
  margin-bottom: clamp(30px, 10.916px + 5.089vw, 50px);
}
@media (max-width: 768px) {
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-compare {
    margin-top: clamp(40px, 1.832px + 10.178vw, 80px);
  }
  #laser-nutrition .sec-benefits .benefits-wrap .sec-benefits-compare .sec-benefits-compare-label {
    margin-top: clamp(30px, 1.374px + 7.634vw, 60px);
  }
}
#laser-nutrition .section-offer {
  margin: 0 auto;
  padding: clamp(42px, 16.64px + 6.948vw, 70px) 40px clamp(63px, 29.489px + 9.181vw, 100px) 40px;
  max-width: 1150px;
}
#laser-nutrition .section-offer .section-offer-title {
  margin-bottom: clamp(31px, 17.667px + 1.736vw, 51px);
}
#laser-nutrition .section-offer p.section-offer-lead {
  color: var(--color-black);
  text-align: center;
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  line-height: 1.8;
  margin-bottom: clamp(31px, 18.333px + 1.649vw, 50px);
}
#laser-nutrition .section-offer p.section-offer-lead .offer-text-red {
  color: var(--color-p);
  font-weight: 700;
  font-size: clamp(22px, 12.458px + 2.545vw, 32px);
}
#laser-nutrition .section-offer img.offer-image {
  margin-bottom: clamp(31px, 18.333px + 1.649vw, 50px);
}
#laser-nutrition .section-offer p.section-offer-price-label {
  color: var(--color-p);
  text-align: center;
  font-size: clamp(32px, 19.333px + 1.649vw, 51px);
  font-weight: 700;
  letter-spacing: 1.5;
}
#laser-nutrition .section-offer img.section-offer-price-img {
  max-width: clamp(274px, 163.333px + 14.41vw, 440px);
  margin-bottom: clamp(31px, 18.333px + 1.649vw, 50px);
}
#laser-nutrition .section-offer p.section-offer-note {
  color: var(--color-black);
  text-align: center;
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  margin-bottom: clamp(31px, 18.333px + 1.649vw, 50px);
}
@media (max-width: 768px) {
  #laser-nutrition .section-offer {
    padding: clamp(70px, 0.344px + 18.575vw, 143px) clamp(15px, 0.687px + 3.817vw, 30px);
  }
  #laser-nutrition .section-offer .section-offer-title {
    margin-bottom: clamp(30px, 1.374px + 7.634vw, 60px);
  }
  #laser-nutrition .section-offer p.section-offer-lead {
    text-align: left;
    font-size: clamp(16px, 8.366px + 2.036vw, 24px);
    margin-bottom: clamp(30px, 1.374px + 7.634vw, 60px);
  }
  #laser-nutrition .section-offer p.section-offer-lead .offer-text-red {
    font-size: clamp(20px, 0.916px + 5.089vw, 40px);
  }
  #laser-nutrition .section-offer img.offer-image {
    margin-bottom: clamp(30px, 29.046px + 0.254vw, 31px);
  }
  #laser-nutrition .section-offer p.section-offer-price-label {
    font-size: clamp(30px, 24.275px + 1.527vw, 36px);
    line-height: 1.8;
  }
  #laser-nutrition .section-offer img.section-offer-price-img {
    max-width: clamp(250px, 59.16px + 50.891vw, 450px);
    margin-bottom: clamp(30px, 1.374px + 7.634vw, 60px);
  }
  #laser-nutrition .section-offer p.section-offer-note {
    text-align: left;
    font-size: clamp(16px, 8.366px + 2.036vw, 24px);
    margin-bottom: clamp(30px, 1.374px + 7.634vw, 60px);
    line-height: 1.8;
  }
  #laser-nutrition .section-offer .br-delete {
    display: none;
  }
}
#laser-nutrition .section-why-nutrition {
  background: url("../images/laser-nutrition/why_nutrition_bg.webp") top center/cover no-repeat;
}
@media (max-width: 768px) {
  #laser-nutrition .section-why-nutrition {
    background: url("../images/laser-nutrition/why_nutrition_bg.webp") top center/cover no-repeat;
  }
}
#laser-nutrition .section-why-nutrition .nutrition-contents {
  padding: clamp(42px, 16.64px + 6.948vw, 70px) 40px clamp(63px, 29.489px + 9.181vw, 100px) 40px;
  max-width: 1150px;
}
#laser-nutrition .section-why-nutrition .nutrition-contents .nutrition-title-wrap {
  max-width: clamp(550px, 316.667px + 30.382vw, 900px);
  margin: 0 auto;
}
#laser-nutrition .section-why-nutrition .nutrition-contents .nutrition-title-wrap h2.section-why-nutrition-title {
  color: var(--color-main);
  text-align: center;
  font-size: clamp(31px, 17.667px + 1.736vw, 51px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(13px, 7.667px + 0.694vw, 21px);
}
#laser-nutrition .section-why-nutrition .nutrition-contents .nutrition-title-wrap h2.section-why-nutrition-title span.title_read {
  color: var(--color-p);
}
@media (max-width: 768px) {
  #laser-nutrition .section-why-nutrition .nutrition-contents {
    padding: clamp(70px, 0.344px + 18.575vw, 143px) clamp(15px, 0.687px + 3.817vw, 30px);
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents .nutrition-title-wrap {
    max-width: clamp(303px, 115.023px + 50.127vw, 500px);
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents .nutrition-title-wrap h2.section-why-nutrition-title {
    font-size: clamp(32px, 14.824px + 4.58vw, 50px);
    margin-bottom: clamp(13px, 7.667px + 0.694vw, 21px);
  }
}
#laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list {
  display: -ms-grid;
  display: grid; /* 横並びにする */
  -ms-grid-columns: 1fr clamp(19px, 11.667px + 0.955vw, 30px) 1fr clamp(19px, 11.667px + 0.955vw, 30px) 1fr;
  grid-template-columns: repeat(3, 1fr); /* 3枚横並び */
  gap: clamp(19px, 11.667px + 0.955vw, 30px); /* カード間の余白 */
  margin-bottom: clamp(31px, 18.333px + 1.649vw, 50px);
}
#laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item {
  background-color: var(--color-white);
  padding: clamp(18px, 10px + 1.042vw, 30px);
  border-radius: clamp(10px, 3.333px + 0.868vw, 20px);
}
#laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item h3.section-why-nutrition-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  min-height: clamp(80px, 53.333px + 3.472vw, 120px);
  width: auto;
  font-size: clamp(16px, 9.333px + 0.868vw, 26px);
  color: var(--color-main);
  font-weight: 700;
  margin-bottom: clamp(18px, 10px + 1.042vw, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 必要なら中央寄せ */
}
#laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item h3.section-why-nutrition-item-title br.sp_br {
  display: inline;
}
#laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item img.pc {
  width: 100%;
  height: auto;
  margin-bottom: clamp(18px, 10px + 1.042vw, 30px);
}
#laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item p.section-why-nutrition-item-text {
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  color: var(--color-black);
  text-align: left;
}
@media (max-width: 768px) {
  #laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* gridを上書きしてflexに変更 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* 縦方向に並べる */
    gap: clamp(30px, 1.374px + 7.634vw, 60px); /* カード間の余白 */
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item {
    padding: clamp(30px, 1.374px + 7.634vw, 60px);
    border-radius: 10px;
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item h3.section-why-nutrition-item-title {
    height: auto;
    font-size: clamp(24px, 16.366px + 2.036vw, 32px);
    margin-bottom: clamp(20px, 10.458px + 2.545vw, 30px);
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item h3.section-why-nutrition-item-title .sp-br {
    display: none; /* スマホ時は非表示にする */
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item img.sp {
    margin-bottom: clamp(20px, 10.458px + 2.545vw, 30px);
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents ol.section-why-nutrition-list li.section-why-nutrition-item p.section-why-nutrition-item-text {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    line-height: 1.8;
  }
}
#laser-nutrition .section-why-nutrition .nutrition-contents p.why-bottom_text {
  color: var(--color-black);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: clamp(16px, 10.667px + 0.694vw, 24px);
  line-height: 1.5;
}
#laser-nutrition .section-why-nutrition .nutrition-contents p.why-bottom_text span.why-bottom_text_b {
  color: var(--color-p);
  font-size: clamp(20px, 12px + 1.042vw, 32px);
  font-weight: 700;
}
#laser-nutrition .section-why-nutrition .nutrition-contents p.why-bottom_text .pc-delete {
  display: none;
}
@media (max-width: 768px) {
  #laser-nutrition .section-why-nutrition .nutrition-contents p.why-bottom_text {
    font-size: clamp(18px, 16.092px + 0.509vw, 20px);
    line-height: 1.8;
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents p.why-bottom_text span.why-bottom_text_b {
    font-size: clamp(21px, 14.321px + 1.781vw, 28px);
  }
  #laser-nutrition .section-why-nutrition .nutrition-contents p.why-bottom_text .pc-delete {
    display: block;
  }
}
#laser-nutrition .section-laser {
  background: url("../images/laser-nutrition/section_laser_bg.webp") top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  #laser-nutrition .section-laser {
    background: url("../images/laser-nutrition/section_laser_bg_sp.webp") top center/cover no-repeat;
  }
}
#laser-nutrition .section-laser .laser-contents {
  max-width: 1150px;
  padding: clamp(63px, 29.489px + 9.181vw, 100px) 40px;
  /*内側から整えて外側から仕上げる*/
  /* ポイント */
  /* 副作用について レーザー治療を受けられない方 */
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並び */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 上揃え */
  gap: clamp(37px, 21.667px + 1.997vw, 60px); /* 左右の余白 */
  padding: clamp(25px, 15px + 1.302vw, 40px) clamp(37px, 21.667px + 1.997vw, 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 縦並び */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 余白対応（必要なら） */
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left h3 {
  margin-bottom: 50px; /* タイトル下余白 */
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left h3 img.pc {
  width: 100%;
  height: auto;
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left p.section-laser-feature-desc {
  background-color: #e4f5dd;
  padding: clamp(10px, 3.333px + 0.868vw, 20px);
  line-height: 1.8;
  text-align: left;
  color: var(--color-black);
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left .section-laser-feature-lead {
  font-weight: 600;
  margin-bottom: 50px; /* リード下余白 */
  font-size: clamp(20px, 12.667px + 0.955vw, 31px);
  color: var(--color-black);
  text-align: center;
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left .section-laser-feature-lead span.laser-highlight {
  font-size: clamp(25px, 14.333px + 1.389vw, 41px);
  color: var(--color-p);
}
#laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature img.laser-ph-pc {
  max-width: clamp(320px, 193.333px + 16.493vw, 510px);
  height: auto;
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(62px, 36.667px + 3.299vw, 100px); /* li同士の縦の余白 */
  margin-bottom: clamp(62px, 36.667px + 3.299vw, 100px);
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point {
  text-align: center;
  /* 偶数番目だけ左右を反転（nth-childは1から数える）*/
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .point-minititle-pc {
  margin-bottom: clamp(12px, 6.667px + 0.694vw, 20px); /* タイトル画像と本文の間 */
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .section-laser-point-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(18px, 10px + 1.042vw, 30px);
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .section-laser-point-text img {
  width: 50%; /* 適宜調整 */
  height: auto;
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .section-laser-point-text p {
  width: 50%;
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  text-align: left;
  line-height: 1.8;
  color: var(--color-black);
}
#laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point:nth-child(even) .section-laser-point-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#laser-nutrition .section-laser .laser-contents .laser-detail {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 8.733px + 4.071vw, 40px);
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects,
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution {
  max-width: 1150px;
  border-radius: clamp(12px, 6.667px + 0.694vw, 20px);
  background: #e4f5dd;
  padding: clamp(37px, 21.667px + 1.997vw, 60px);
  line-height: 1.8;
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects h3,
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3 {
  width: 100%;
  position: relative;
  display: inline-block; /* テキスト幅に合わせる（必要なら） */
  margin: 0 auto clamp(24px, 13.333px + 1.389vw, 40px) auto; /* 線と次のリストの間隔 */
  color: var(--color-black);
  text-align: center;
  font-size: clamp(20px, 12px + 1.042vw, 32px);
  font-weight: 700;
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects h3::after,
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3::after {
  content: "";
  display: block;
  height: clamp(3px, 1.667px + 0.174vw, 5px); /* 線の太さ */
  background-color: var(--color-main); /* 線の色 */
  margin: clamp(24px, 13.333px + 1.389vw, 40px) auto 0 auto; /* テキストとの間隔 */
  width: clamp(30px, 16.667px + 1.736vw, 50px);
  border-radius: clamp(3px, 1.667px + 0.174vw, 5px);
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects ul,
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦並びにする */
  gap: clamp(24px, 13.333px + 1.389vw, 40px); /* ← li同士の間隔をここで調整 */
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects ul li,
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li {
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects ul li h4.section-laser-sideeffects-title,
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li h4.section-laser-sideeffects-title {
  font-weight: 500;
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  color: var(--color-black);
  display: inline-block; /* テキスト幅に合わせる */
  border-bottom: 1px solid var(--color-black); /* 下線指定 */
  padding-bottom: clamp(6px, 3.333px + 0.347vw, 10px); /* 下線と文字の間隔 */
  margin-bottom: clamp(8px, 4px + 0.521vw, 14px);
  line-height: 1.5;
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution {
  background: #f9efba;
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3 {
  display: inline-block; /* テキスト幅に合わせる（必要なら） */
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3::after {
  content: "";
  display: block;
  background-color: var(--color-o); /* 線の色 */
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3 .pc-delete {
  display: none;
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution p {
  margin-bottom: clamp(24px, 13.333px + 1.389vw, 40px);
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul {
  gap: 0;
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li {
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  position: relative;
  padding-left: clamp(15px, 9px + 0.781vw, 24px); /* ← テキストをずらす */
}
#laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li::before {
  content: "•"; /* または画像やアイコンも可 */
  position: absolute;
  left: 0;
  top: 0.1em; /* テキストの中央に揃える微調整 */
  font-size: clamp(14px, 12.667px + 0.174vw, 16px); /* 丸の大きさ */
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  #laser-nutrition .section-laser .laser-contents {
    padding: clamp(70px, 0.344px + 18.575vw, 143px) clamp(15px, 0.687px + 3.817vw, 30px);
    /* ▼ section-laser-points（ポイント部分） */
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top {
    margin-bottom: clamp(40px, 1.832px + 10.178vw, 80px);
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 0.916px + 5.089vw, 40px);
    padding: 0;
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left h3.section-laser-feature-title {
    width: clamp(345px, 168.473px + 47.074vw, 530px);
    margin: clamp(20px, 0.916px + 5.089vw, 40px) auto;
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left p.section-laser-feature-lead {
    font-weight: 600;
    margin-bottom: clamp(20px, 0.916px + 5.089vw, 40px);
    font-size: clamp(26px, 20.275px + 1.527vw, 32px);
    color: var(--color-black);
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left p.section-laser-feature-lead span.laser-highlight {
    font-size: clamp(28px, 16.55px + 3.053vw, 40px);
    color: var(--color-p);
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature .section-laser-feature-left p.section-laser-feature-desc {
    background-color: #e4f5dd;
    padding: clamp(20px, 0.916px + 5.089vw, 40px);
    line-height: 1.8;
    text-align: left;
    color: var(--color-black);
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    margin-top: 0;
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature img.laser-ph-pc {
    display: none;
  }
  #laser-nutrition .section-laser .laser-contents .section-laser-top .section-laser-feature img.laser-ph-sp {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points {
    gap: clamp(50px, 2.29px + 12.723vw, 100px);
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point {
    /* ← 偶数番目の反転をSPでは解除！ */
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .point-minititle-pc {
    display: none;
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .point-minititle-sp {
    display: block;
    width: 100%;
    margin-bottom: clamp(20px, 0.916px + 5.089vw, 40px);
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .section-laser-point-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* ← これで縦並びに変更 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(20px, 0.916px + 5.089vw, 40px);
    text-align: left;
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .section-laser-point-text img {
    width: 100%;
    height: auto;
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point .section-laser-point-text p {
    width: 100%;
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    line-height: 1.8;
    color: var(--color-black);
  }
  #laser-nutrition .section-laser .laser-contents ol.section-laser-points .section-laser-point:nth-child(even) .section-laser-point-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* row-reverseを打ち消す */
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail {
    gap: clamp(50px, 21.374px + 7.634vw, 80px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects,
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution {
    border-radius: clamp(10px, 0.458px + 2.545vw, 20px);
    padding: clamp(30px, 1.374px + 7.634vw, 60px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects h3,
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3 {
    width: 100%;
    margin: 0 auto clamp(20px, 10.458px + 2.545vw, 30px) auto; /* 線と次のリストの間隔 */
    font-size: clamp(24px, 20.183px + 1.018vw, 28px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects h3::after,
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3::after {
    content: "";
    height: 5px; /* 線の太さ */
    margin: clamp(20px, 10.458px + 2.545vw, 30px) auto 0 auto; /* テキストとの間隔 */
    width: 50px;
    border-radius: 5px;
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects ul,
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul {
    gap: clamp(20px, 10.458px + 2.545vw, 30px); /* ← li同士の間隔をここで調整 */
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects ul li,
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-sideeffects ul li h4.section-laser-sideeffects-title,
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li h4.section-laser-sideeffects-title {
    font-size: clamp(18px, 12.275px + 1.527vw, 24px);
    border-bottom: 1px solid var(--color-black); /* 下線指定 */
    padding-bottom: clamp(10px, 5.229px + 1.272vw, 15px); /* 下線と文字の間隔 */
    margin-bottom: clamp(14px, 8.275px + 1.527vw, 20px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3 {
    display: inline-block; /* テキスト幅に合わせる（必要なら） */
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3 br.pc-delete {
    display: block;
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution h3::after {
    content: "";
    display: block;
    background-color: var(--color-o); /* 線の色 */
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution p {
    margin-bottom: clamp(20px, 10.458px + 2.545vw, 30px);
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul {
    gap: 0;
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li {
    position: relative;
    padding-left: clamp(20px, 15.229px + 1.272vw, 25px); /* ← テキストをずらす */
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
  }
  #laser-nutrition .section-laser .laser-contents .laser-detail .section-laser-caution ul li::before {
    content: "•"; /* または画像やアイコンも可 */
    position: absolute;
    left: 0;
    top: 0.1em; /* テキストの中央に揃える微調整 */
    font-size: clamp(14px, 12.092px + 0.509vw, 16px); /* 丸の大きさ */
    color: var(--color-black);
  }
}
#laser-nutrition .section-flow {
  background: url("../images/laser-nutrition/section_flow_bg.webp") top center/cover no-repeat;
  /* セクション全体ラップ */
}
#laser-nutrition .section-flow .section-flow-group {
  max-width: 1150px;
  padding: clamp(62px, 36.667px + 3.299vw, 100px) 0;
}
#laser-nutrition .section-flow .section-flow-group .section-flow-title {
  margin: 0 auto clamp(30px, 16.667px + 1.736vw, 50px) auto;
  max-width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #laser-nutrition .section-flow .section-flow-group {
    padding: clamp(70px, 0.344px + 18.575vw, 143px) 0;
  }
  #laser-nutrition .section-flow .section-flow-group .section-flow-title {
    margin: 0 auto clamp(30px, 16.667px + 1.736vw, 50px) auto;
    width: clamp(345px, 6.26px + 90.331vw, 700px);
  }
}
#laser-nutrition .section-flow .section-flow-group .swiper {
  overflow: visible;
  /* Swiper矢印の基本スタイル（SP用） */
}
#laser-nutrition .section-flow .section-flow-group .swiper .swiper-button-prev,
#laser-nutrition .section-flow .section-flow-group .swiper .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-main);
  width: clamp(40px, 30.458px + 2.545vw, 50px);
  height: clamp(150px, 102.29px + 12.723vw, 200px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
#laser-nutrition .section-flow .section-flow-group .swiper .swiper-button-prev:after,
#laser-nutrition .section-flow .section-flow-group .swiper .swiper-button-next:after {
  font-size: clamp(20px, 0.916px + 5.089vw, 40px);
}
#laser-nutrition .section-flow .section-flow-group .swiper li {
  width: 80%; /* ← チラ見せ幅。調整OK（例：70〜85%） */
}
#laser-nutrition .section-flow .section-flow-group .swiper li img {
  width: clamp(305px, 71.221px + 62.341vw, 550px);
  height: auto;
  margin: 0 auto;
}
#laser-nutrition .section-flow .section-flow-group .swiper-button-prev {
  left: 10px;
}
#laser-nutrition .section-flow .section-flow-group .swiper-button-next {
  right: 10px;
}
@media screen and (min-width: 769px) {
  #laser-nutrition .section-flow .section-flow-group {
    /* Swiper全体を無効化して静的レイアウトに戻す */
    margin: 0 40px;
    /* PCではナビゲーション・ページネーション非表示 */
  }
  #laser-nutrition .section-flow .section-flow-group .swiper {
    max-width: 1150px;
  }
  #laser-nutrition .section-flow .section-flow-group .swiper li img {
    width: 100%;
  }
  #laser-nutrition .section-flow .section-flow-group .swiper,
  #laser-nutrition .section-flow .section-flow-group .swiper-wrapper,
  #laser-nutrition .section-flow .section-flow-group .swiper-slide {
    all: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(20px, 10px + 1vw, 30px);
  }
  #laser-nutrition .section-flow .section-flow-group div.swiper-button-prev,
  #laser-nutrition .section-flow .section-flow-group div.swiper-button-next,
  #laser-nutrition .section-flow .section-flow-group div.swiper-pagination {
    display: none !important;
  }
}
#laser-nutrition .section-doctor {
  background-color: var(--color-main-lt0);
}
#laser-nutrition .section-doctor .doctor-group {
  padding: clamp(63px, 38.333px + 3.212vw, 100px) 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(31px, 18.333px + 1.649vw, 50px);
  max-width: 1150px;
  /* 見出し */
  /* 医師紹介コメント */
  /* 講演セミナーと診療実績バナー */
  /* スライダー全体 */
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-title {
  max-width: clamp(160px, 100px + 7.813vw, 250px);
  margin: 0 auto;
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-profile {
  padding: 0 40px;
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並び */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(37px, 21.667px + 1.997vw, 60px);
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-profile img.section-doctor-photo {
  width: clamp(250px, 150px + 13.021vw, 400px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-profile .section-doctor-profile-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* スマホ時に切り替えやすくするために指定 */
  text-align: left;
  color: var(--color-black);
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-profile .section-doctor-profile-text .section-doctor-name {
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  color: var(--color-main);
  font-weight: 700;
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-profile .section-doctor-profile-text .section-doctor-name .section-doctor-name-highlight {
  font-size: clamp(20px, 12px + 1.042vw, 32px);
}
#laser-nutrition .section-doctor .doctor-group .section-doctor-banner {
  margin: 0 clamp(25px, 15px + 1.302vw, 40px);
  max-width: clamp(600px, 360px + 31.25vw, 960px);
  height: auto;
}
#laser-nutrition .section-doctor .doctor-group .slider-wrapper {
  margin-top: clamp(31px, 18.333px + 1.649vw, 50px);
  max-width: 100vw; /* 画面の幅を超えないように制限 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* padding込みで100vwに収まるように */
  /* スライド3枚のグループ */
}
#laser-nutrition .section-doctor .doctor-group .slider-wrapper .slider {
  -webkit-animation: scroll-left 60s infinite linear 0.5s both;
          animation: scroll-left 60s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライド3枚を横並び */
  gap: clamp(18px, 10px + 1.042vw, 30px);
  /* スライド */
}
#laser-nutrition .section-doctor .doctor-group .slider-wrapper .slider .slide {
  width: 25vw; /*スライドの枚数 */
  /* スライドの画像 */
}
#laser-nutrition .section-doctor .doctor-group .slider-wrapper .slider .slide .slide img {
  display: block;
  max-width: clamp(187px, 111.667px + 9.809vw, 300px);
  height: auto;
}
@media screen and (max-width: 768px) {
  #laser-nutrition .section-doctor .doctor-group {
    padding: clamp(70px, 0.344px + 18.575vw, 143px) clamp(15px, 0.687px + 3.817vw, 30px);
    gap: clamp(40px, 20px + 2.604vw, 70px);
    /* 見出し */
    /* 医師紹介コメント */
    /* 講演セミナーと診療実績バナー */
    /* スライダー全体 */
  }
  #laser-nutrition .section-doctor .doctor-group img.section-doctor-title {
    max-width: clamp(133px, 128.333px + 0.608vw, 140px);
  }
  #laser-nutrition .section-doctor .doctor-group .section-doctor-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; /* ← 上下を逆にする */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 0.916px + 5.089vw, 40px);
  }
  #laser-nutrition .section-doctor .doctor-group .section-doctor-profile img.section-doctor-photo {
    width: clamp(220px, 0.534px + 58.524vw, 450px);
  }
  #laser-nutrition .section-doctor .doctor-group .section-doctor-profile .section-doctor-profile-text {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    line-height: 1.8;
  }
  #laser-nutrition .section-doctor .doctor-group .section-doctor-profile .section-doctor-profile-text .section-doctor-name {
    font-size: clamp(18px, 14px + 0.521vw, 24px);
  }
  #laser-nutrition .section-doctor .doctor-group .section-doctor-profile .section-doctor-profile-text .section-doctor-name .section-doctor-name-highlight {
    font-size: clamp(20px, 12px + 1.042vw, 32px);
  }
  #laser-nutrition .section-doctor .doctor-group .section-doctor-banner {
    margin: 0 clamp(30px, 1.374px + 7.634vw, 60px);
    max-width: clamp(345px, 6.26px + 90.331vw, 700px);
  }
  #laser-nutrition .section-doctor .doctor-group .slider-wrapper {
    margin-top: clamp(10px, -9.084px + 5.089vw, 30px);
    /* スライド3枚のグループ */
  }
  #laser-nutrition .section-doctor .doctor-group .slider-wrapper .slider {
    -webkit-animation: scroll-left 60s infinite linear 0.5s both;
            animation: scroll-left 60s infinite linear 0.5s both;
    gap: clamp(15px, 0.687px + 3.817vw, 30px);
    /* スライド */
  }
  #laser-nutrition .section-doctor .doctor-group .slider-wrapper .slider .slide {
    width: 40vw; /*スライドの枚数 */
    /* スライドの画像 */
  }
  #laser-nutrition .section-doctor .doctor-group .slider-wrapper .slider .slide .slide img {
    max-width: clamp(187px, 111.667px + 9.809vw, 300px);
  }
}
#laser-nutrition .section-pillars {
  background: url("../images/laser-nutrition/pillars_bg.webp") top center/cover no-repeat;
}
@media (max-width: 768px) {
  #laser-nutrition .section-pillars {
    background: url("../images/laser-nutrition/pillars_bg_sp.webp") top center/cover no-repeat;
  }
}
#laser-nutrition .section-pillars .section-pillars-inner {
  padding: clamp(63px, 29.489px + 9.181vw, 100px) 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(37px, 21.667px + 1.997vw, 60px);
  max-width: 1150px;
  /* タイトルグループ */
  /* 3つの柱カード */
  /* 3本柱説明 */
}
#laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group {
  max-width: clamp(500px, 266.667px + 30.382vw, 850px);
  margin: 0 auto;
}
#laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group .section-pillars-title {
  color: var(--color-main);
  text-align: center;
  font-size: clamp(31px, 17.667px + 1.736vw, 51px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(13px, 7.667px + 0.694vw, 21px);
}
#laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group .section-pillars-title .pc-delete {
  display: none;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: clamp(18px, 10px + 1.042vw, 30px);
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: clamp(10px, 3.333px + 0.868vw, 20px);
  overflow: hidden;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card .section-pillars-heading {
  height: clamp(110px, 66.667px + 5.642vw, 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: clamp(10px, 3.333px + 0.868vw, 20px) clamp(10px, 3.333px + 0.868vw, 20px) 0 0;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card .section-pillars-heading h3 {
  color: var(--color-white);
  font-size: clamp(25px, 14.333px + 1.389vw, 41px);
  font-weight: 700;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card .section-pillars-heading p {
  font-size: clamp(14px, 10px + 0.521vw, 20px);
  background-color: var(--color-white);
  font-weight: 700;
  padding: clamp(10px, 6.667px + 0.434vw, 15px);
  border-radius: 5px;
  margin-bottom: clamp(8px, 5.333px + 0.347vw, 12px);
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(1) .section-pillars-heading {
  background: url("../images/laser-nutrition/heading-title_bg01.webp") top center/cover no-repeat;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(1) .section-pillars-heading p {
  color: var(--color-o);
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(2) .section-pillars-heading {
  background: url("../images/laser-nutrition/heading-title_bg02.webp") top center/cover no-repeat;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(2) .section-pillars-heading p {
  color: var(--color-p);
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(3) .section-pillars-heading {
  background: url("../images/laser-nutrition/heading-title_bg03.webp") top center/cover no-repeat;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(3) .section-pillars-heading p {
  color: #5f80c2;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card p.section-pillars-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: clamp(18px, 10px + 1.042vw, 30px);
  background-color: var(--color-white);
  text-align: left;
  font-size: clamp(16px, 14.667px + 0.174vw, 18px);
  color: var(--color-black);
  border-radius: 0 0 clamp(10px, 3.333px + 0.868vw, 20px) clamp(10px, 3.333px + 0.868vw, 20px);
}
@media (max-width: 768px) {
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* スマホ時は縦並び */
  }
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images {
  background-color: #fff;
  border-radius: clamp(10px, 3.333px + 0.868vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(37px, 21.667px + 1.997vw, 60px) clamp(18px, 10px + 1.042vw, 30px);
  position: relative;
  gap: clamp(18px, 10px + 1.042vw, 30px);
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images::before {
  content: "";
  margin: clamp(37px, 21.667px + 1.997vw, 60px) 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 10px;
  background-image: radial-gradient(circle, #999 2px, transparent 0.5px);
  background-repeat: repeat-y;
  background-size: 13px 13px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images .pillars-image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images .pillars-image-wrap .section-pillars-caption {
  color: var(--color-main);
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: clamp(20px, 12px + 1.042vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}
#laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images .pillars-image-wrap .pillars-item {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #laser-nutrition .section-pillars .section-pillars-inner {
    padding: clamp(70px, 0.344px + 18.575vw, 143px) clamp(15px, 0.687px + 3.817vw, 30px);
    gap: clamp(20px, 10.458px + 2.545vw, 30px);
    /* タイトルグループ */
    /* 3つの柱カード */
    /* 点線を横方向に変更 */
  }
  #laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group {
    max-width: clamp(345px, 6.26px + 90.331vw, 700px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group .section-pillars-title {
    font-size: clamp(28px, 8.916px + 5.089vw, 48px);
    margin-bottom: clamp(13px, 7.667px + 0.694vw, 21px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group .section-pillars-title .sp-big {
    font-size: clamp(38px, 17.008px + 5.598vw, 60px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .pillars-title-group .section-pillars-title .pc-delete {
    display: block;
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block {
    gap: clamp(18px, 10px + 1.042vw, 30px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card {
    border-radius: clamp(10px, 3.333px + 0.868vw, 20px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card .section-pillars-heading {
    height: clamp(110px, 66.667px + 5.642vw, 175px);
    border-radius: clamp(10px, 3.333px + 0.868vw, 20px) clamp(10px, 3.333px + 0.868vw, 20px) 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(17px, 4.595px + 3.308vw, 30px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card .section-pillars-heading h3 {
    font-size: clamp(30px, 20.458px + 2.545vw, 40px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card .section-pillars-heading p {
    font-size: clamp(16px, 8.366px + 2.036vw, 24px);
    padding: clamp(10px, 6.667px + 0.434vw, 15px);
    margin-bottom: 0;
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(1) .section-pillars-heading {
    background: url("../images/laser-nutrition/heading-title_bg01_sp.webp") top center/cover no-repeat;
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(2) .section-pillars-heading {
    background: url("../images/laser-nutrition/heading-title_bg02_sp.webp") top center/cover no-repeat;
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card:nth-of-type(3) .section-pillars-heading {
    background: url("../images/laser-nutrition/heading-title_bg03_sp.webp") top center/cover no-repeat;
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-block .pillars-card p.section-pillars-desc {
    padding: clamp(18px, 10px + 1.042vw, 30px);
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    border-radius: 0 0 clamp(10px, 3.333px + 0.868vw, 20px) clamp(10px, 3.333px + 0.868vw, 20px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images {
    width: 100%;
    margin-top: clamp(40px, 20.916px + 5.089vw, 60px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images::before {
    content: "";
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    height: 10px;
    width: clamp(305px, 42.595px + 69.975vw, 580px);
    background-image: radial-gradient(circle, #999 2px, transparent 0.5px);
    background-repeat: repeat-x;
    background-size: 13px 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images .pillars-image-wrap .section-pillars-caption {
    font-size: clamp(18px, 0.824px + 4.58vw, 36px);
  }
  #laser-nutrition .section-pillars .section-pillars-inner .section-pillars-images .pillars-image-wrap .pillars-item {
    width: clamp(300px, 109.16px + 50.891vw, 500px);
    height: auto;
  }
}
#laser-nutrition .section-summary {
  background: url("../images/laser-nutrition/summary_bg.webp") top center/cover no-repeat;
  background-position: bottom center;
}
@media (max-width: 768px) {
  #laser-nutrition .section-summary {
    background: url("../images/laser-nutrition/summary_bg_sp.webp") top center/cover no-repeat;
  }
}
#laser-nutrition .section-summary .summary-group {
  border-radius: clamp(10px, 3.333px + 0.868vw, 20px);
  background: rgba(255, 255, 255, 0.6);
  max-width: 1150px;
  padding: clamp(37px, 21.667px + 1.997vw, 60px);
  margin: clamp(62px, 36.667px + 3.299vw, 100px) 40px clamp(31px, 18.333px + 1.649vw, 50px) 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(44px, 26.667px + 2.257vw, 70px);
  backdrop-filter: blur(20px); /* 背景をぼかす */
  -webkit-backdrop-filter: blur(10px); /* Safari対応 */
  border: 1px solid rgba(255, 255, 255, 0.3); /* 薄い白の枠線 */
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01); /* ほんのり影 */
}
#laser-nutrition .section-summary .summary-group h2 {
  max-width: 880px;
  font-size: clamp(42px, 24.667px + 2.257vw, 68px);
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(44px, 26.667px + 2.257vw, 70px);
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl {
  position: relative;
  text-align: left;
  padding-bottom: clamp(44px, 26.667px + 2.257vw, 70px);
  /* 共通 */
  /* 1番目のDLのdt */
  /* 2番目のDLのdt */
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-image: radial-gradient(circle, #999 2px, transparent 2.5px);
  background-repeat: repeat-x;
  background-size: 13px 13px;
  pointer-events: none;
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl:last-child {
  padding-bottom: 0;
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl .section-summary-dt {
  display: inline-block;
  padding: clamp(7px, 1.667px + 0.694vw, 15px) clamp(10px, 6px + 0.521vw, 16px);
  color: var(--color-white);
  font-size: clamp(20px, 12px + 1.042vw, 32px);
  font-weight: 700;
  margin-bottom: clamp(18px, 10px + 1.042vw, 30px);
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl .section-summary-dd {
  font-size: clamp(16px, 14.092px + 0.509vw, 18px);
  line-height: 1.8;
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl:nth-of-type(1) .section-summary-dt {
  background-color: var(--color-p);
}
#laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl:nth-of-type(2) .section-summary-dt {
  background-color: var(--color-main);
}
@media (max-width: 768px) {
  #laser-nutrition .section-summary .summary-group {
    border-radius: clamp(10px, 0.458px + 2.545vw, 20px);
    padding: clamp(30px, 1.374px + 7.634vw, 60px);
    margin: clamp(50px, 2.29px + 12.723vw, 100px) clamp(15px, 0.687px + 3.817vw, 30px) clamp(30px, 1.374px + 7.634vw, 60px) clamp(15px, 0.687px + 3.817vw, 30px);
    gap: clamp(20px, 2.824px + 4.58vw, 38px);
  }
  #laser-nutrition .section-summary .summary-group h2 {
    text-align: center;
    max-width: 670px;
    font-size: clamp(23px, -0.855px + 6.361vw, 48px);
  }
  #laser-nutrition .section-summary .summary-group .summary-dl-wrap {
    gap: clamp(25px, 1.145px + 6.361vw, 50px);
  }
  #laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl {
    padding-bottom: clamp(25px, 1.145px + 6.361vw, 50px);
    /* 共通 */
  }
  #laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl:not(:last-child)::after {
    height: 10px;
    background-image: radial-gradient(circle, #999 2px, transparent 2.5px);
    background-size: 13px 13px;
  }
  #laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl .section-summary-dt {
    padding: clamp(7px, 1.667px + 0.694vw, 15px) clamp(10px, 6px + 0.521vw, 16px);
    font-size: clamp(20px, 12px + 1.042vw, 32px);
    margin-bottom: clamp(18px, 10px + 1.042vw, 30px);
  }
  #laser-nutrition .section-summary .summary-group .summary-dl-wrap .section-summary-dl .section-summary-dd {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
  }
}
#laser-nutrition .sec_faq {
  max-width: 1150px;
  padding: clamp(63px, 29.489px + 9.181vw, 100px) 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq {
    padding: clamp(70px, 21.333px + 6.337vw, 143px) clamp(15px, 5px + 1.302vw, 30px);
  }
}
#laser-nutrition .sec_faq h2.sec-faq-title {
  max-width: clamp(330px, 196.667px + 17.361vw, 530px);
  margin-bottom: clamp(20px, 6.667px + 1.736vw, 40px);
}
#laser-nutrition .sec_faq .faq_list {
  width: 100%;
  margin: 0 auto clamp(25px, 8.333px + 2.17vw, 50px) auto;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list {
    margin: 0 auto clamp(30px, 10px + 2.604vw, 60px) auto;
  }
}
#laser-nutrition .sec_faq .faq_list .faq_item {
  border-top: 1px var(--color-black) solid;
  border-bottom: 1px var(--color-black) solid;
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_q {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 25px 100px;
  background-color: var(--color-main-lt0);
  text-align: left;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list .faq_item .faq_q {
    font-size: 14px;
    padding: 15px 45px;
  }
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_q::before {
  content: "Q";
  position: absolute;
  top: 11px;
  left: 40px;
  font-size: 36px;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list .faq_item .faq_q::before {
    top: 8px;
    left: 20px;
    font-size: 20px;
  }
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.0273L33 17.0273' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 32.5273L17.5 1.52734' stroke='%23333333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list .faq_item .faq_q::after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_q.show {
  background-color: var(--color-main);
  color: var(--color-white);
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_q.show::after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='4' viewBox='0 0 35 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 2.07422L1.99999 2.07422' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_a {
  font-size: 20px;
  position: relative;
  padding: 25px 100px;
  text-align: left;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list .faq_item .faq_a {
    font-size: 14px;
    padding: 20px 20px 20px 45px;
  }
}
#laser-nutrition .sec_faq .faq_list .faq_item .faq_a::before {
  content: "A";
  position: absolute;
  top: 11px;
  left: 40px;
  font-size: 36px;
  color: var(--color-p);
  font-weight: 500;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list .faq_item .faq_a::before {
    top: 15px;
    left: 20px;
    font-size: 20px;
  }
}
#laser-nutrition .sec_faq .faq_list .faq_item + .faq_item {
  margin-top: 40px;
}
@media (max-width: 768px) {
  #laser-nutrition .sec_faq .faq_list .faq_item + .faq_item {
    margin-top: 20px;
  }
}
#laser-nutrition .sec_faq .faq_list + .category_ttl {
  margin-top: 40px;
}
#laser-nutrition .sec-price {
  /* 80px-100px:375px-1920px */
  background-color: #eeffe7;
  text-align: left;
}
#laser-nutrition .sec-price .price-wrap {
  max-width: 960px;
  margin: clamp(63px, 38.333px + 3.212vw, 100px) 40px;
}
#laser-nutrition .sec-price .price-wrap .price_ttl {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  background-color: var(--color-main);
  border-top: 3px var(--color-main-lt7) solid;
  border-bottom: 1px var(--color-main-lt7) solid;
  padding: 7px 20px;
  color: var(--color-white);
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
#laser-nutrition .sec-price .price-wrap .price_dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #laser-nutrition .sec-price .price-wrap .price_dl {
    width: clamp(345px, 6.26px + 90.331vw, 700px);
  }
}
#laser-nutrition .sec-price .price-wrap .price_dl dt {
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 0 5px 0;
  border-bottom: 1px dashed #50a634;
  color: var(--color-main);
}
@media (max-width: 767px) {
  #laser-nutrition .sec-price .price-wrap .price_dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
#laser-nutrition .sec-price .price-wrap .price_dl dd {
  width: 50%;
  margin: 0;
  padding: 12px 0 5px 0;
  border-bottom: 1px dashed #50a634;
}
@media (max-width: 767px) {
  #laser-nutrition .sec-price .price-wrap .price_dl dd {
    width: 100%;
  }
}
#laser-nutrition .sec-price .price-wrap .price_dl dd > p {
  margin: 0;
  font-weight: 700;
  font-size: 16x;
  text-align: right;
}
#laser-nutrition .sec-price .price-wrap .price_dl dd > p:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#laser-nutrition .sec-price .price-wrap .price_dl dd > p:has(span) > span {
  width: 70%;
  font-weight: 600;
}
#laser-nutrition .sec-price .price-wrap .price_dl dd > p + p {
  margin-top: 10px;
}
#laser-nutrition .sec-price .price-wrap .price_dl + .price_ttl {
  /* 30px-50px:375px-1920px */
  margin-top: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem);
}
#laser-nutrition .sec-detail {
  margin: 0 auto;
}
#laser-nutrition .sec-detail .detail-wrap {
  margin: clamp(63px, 38.333px + 3.212vw, 100px) 40px;
  max-width: 960px;
}
#laser-nutrition .sec-detail .detail-wrap table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
#laser-nutrition .sec-detail .detail-wrap table tr {
  font-size: clamp(14px, 12.751px + 0.169vw, 16px);
  border-bottom: var(--color-main) solid 1px;
  border-top: var(--color-main) solid 1px;
  height: auto;
}
#laser-nutrition .sec-detail .detail-wrap table tr th {
  color: var(--color-black);
  text-align: center;
  font-size: clamp(14px, 12.751px + 0.169vw, 16px);
  font-weight: 700;
  padding: 10px clamp(25px, 9.391px + 2.115vw, 50px);
  background-color: var(--color-main-lt1);
  max-width: 440px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  vertical-align: middle;
}
#laser-nutrition .sec-detail .detail-wrap table tr th .pc-delete {
  display: none;
}
#laser-nutrition .sec-detail .detail-wrap table tr td {
  vertical-align: middle;
  text-align: left;
  color: var(--color-black);
  font-size: clamp(14px, 12.751px + 0.169vw, 16px);
  font-weight: 500;
  padding: 10px clamp(25px, 9.391px + 2.115vw, 50px);
  background-color: var(--color-white);
  max-width: 520px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (max-width: 768px) {
  #laser-nutrition .sec-detail .detail-wrap {
    margin: clamp(70px, 0.344px + 18.575vw, 143px) clamp(15px, 0.687px + 3.817vw, 30px);
  }
  #laser-nutrition .sec-detail .detail-wrap table tr {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
  }
  #laser-nutrition .sec-detail .detail-wrap table tr th {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    padding: 10px clamp(15px, 0.687px + 3.817vw, 30px);
    min-width: clamp(150px, 21.183px + 34.351vw, 285px);
  }
  #laser-nutrition .sec-detail .detail-wrap table tr th .pc-delete {
    display: block;
  }
  #laser-nutrition .sec-detail .detail-wrap table tr td {
    font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    padding: 10px clamp(15px, 0.687px + 3.817vw, 30px);
  }
}

/* フォーム */
.sec-form {
  margin: clamp(63px, 38.333px + 3.212vw, 100px) 40px;
}
.sec-form .sec-form-group {
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #333;
  color: var(--color-white);
  height: 100px;
  margin: clamp(30px, 10.916px + 5.089vw, 50px);
}
.sec-form .sec-form-group p {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec-form {
    margin: clamp(15px, 0.687px + 3.817vw, 30px);
  }
  .sec-form .sec-form-group {
    height: 100px;
  }
}

.sec-b {
  margin-bottom: clamp(63px, 38.333px + 3.212vw, 100px);
}

/* 無限ループアニメーション */
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}