@charset "UTF-8";
/* ========================================
   Reset & Base Styles
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --pink: #F54D77;
  --light-pink: #FF8FAB;
  --green: #05AEA8;
  --navy: #485676;
}

html {
  font-size: 16px; /* 1rem = 16px */
  overflow-x: hidden;
}

body {
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  width: 100%;
  color: var(--navy);
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.sp-br {
  display: none;
}

.txt_pink {
  color: var(--pink);
  font-weight: bold;
}

.txt_light-pink {
  color: var(--light-pink);
  font-weight: bold;
}

.txt_green {
  color: var(--green);
  font-weight: bold;
}

.txt_grd {
  webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
}

h2 {
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: 0.1em;
}

.sub_ttl {
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: 0.05em;
  font-weight: bold;
}

.txt_base p {
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_base p:not(:last-child) {
  margin-bottom: 0.7em;
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
  .pc-br {
    display: none;
  }
}
/* ========================================
First View Section
======================================== */
.wrapper {
  background-color: #6BE3DF;
  position: relative;
}
.wrapper::before {
  content: "";
  background: url(../images/sidetxt.svg) no-repeat center center/cover;
  width: 5.703125%;
  height: 2000px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

@media (max-width: 768px) {
  .wrapper::before {
    display: none;
  }
}
.fv {
  width: 100%;
  aspect-ratio: 1280/580;
  position: relative;
  background-image: url("../images/fv-bg@2x.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fv .fv__ttl-wrap {
  position: relative;
  width: 49.6875%;
  height: 67.9310344828%;
  margin-left: auto;
  margin-right: 9.375%;
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  gap: 3.125%;
}
.fv .fv__ttl-wrap h1 {
  font-size: 5vw;
  background-image: linear-gradient(135deg, #59D2CD, #05AEA8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.fv .fv__ttl-wrap .fv__hpt-name {
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1450980392);
  padding: 6px 43px;
  display: inline-block;
  background-image: linear-gradient(to right, transparent 0%, #FFA4BB 12%, #FFA4BB 50%, #FFA4BB 88%, transparent 100%);
  white-space: nowrap;
}
.fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}
.fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl p span {
  background-image: linear-gradient(to bottom, #59D2CD, #04B9DD);
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.875vw;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  display: inline-block;
}
.fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl p:first-child span {
  padding: 56px 3px 37px;
}
.fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl p:last-child span {
  padding: 82px 3px 32px;
}
.fv .fv__ttl-wrap .fv__ttl-area {
  margin-top: 50px;
  position: relative;
}
.fv .fv__ttl-wrap .fv__ttl-area .fv__ttl-badge {
  width: 37.7232142857%;
  transform: translateY(19%) translateX(-33%);
  height: auto;
  z-index: 10;
}
.fv .emblem {
  width: 17.109375%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 20;
}

@media (max-width: 1400px) {
  .fv .fv__ttl-wrap {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .fv {
    aspect-ratio: auto;
    aspect-ratio: 400/673;
    background-image: url("../images/fv-bg_sp@2x.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .fv .emblem {
    width: 35.5%;
    bottom: auto;
    top: 58px;
    left: auto;
    right: 0;
  }
  .fv .fv__ttl-wrap {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 23.7741456166vw;
  }
  .fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl {
    flex-direction: column;
    align-items: flex-end;
  }
  .fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl p span {
    writing-mode: horizontal-tb;
    text-orientation: upright;
    font-size: 4.5vw;
  }
  .fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl p:first-child span {
    padding: 3px 20px 3px 10px;
  }
  .fv .fv__ttl-wrap .chatch-copy .fv__sub-ttl p:last-child span {
    padding: 3px 20px 3px 10px;
  }
  .fv .fv__ttl-wrap .fv__ttl-area {
    text-align: center;
    margin-top: 0;
    padding-left: 2%;
  }
  .fv .fv__ttl-wrap .fv__ttl-area h1 {
    font-size: 12vw;
  }
  .fv .fv__ttl-wrap .fv__ttl-area .fv__hpt-name {
    font-size: 5.5vw;
  }
  .fv .fv__ttl-wrap .fv__ttl-area .fv__ttl-badge {
    width: 32.5%;
    position: absolute;
    transform: translateY(-85%) translateX(0);
  }
}
/* ========================================
Introduction Section
======================================== */
.introduction {
  width: 96.875%;
  margin-right: auto;
  padding: 0 0 80px;
  margin-top: -13%;
  position: relative;
  z-index: 8;
}
.introduction::before {
  content: "";
  background: url(../images/gummy-ba1-bg.webp) no-repeat center bottom/cover;
  width: 100%;
  height: 85.6%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.introduction .content_block {
  padding: 0 24px;
}
.introduction .content_block p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1450980392);
  margin: 64px 0 40px;
}
.introduction .content_block .ba-img_block {
  width: 68.75%;
  max-width: 880px;
  margin: 0 auto;
  border: 2px solid #fff;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9));
  padding: 16px;
}

.feature_block {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
  /* 中身を中央に */
}
.feature_block .hexBadge {
  width: 18.3870967742%; /* 好きなサイズに */
  min-width: 228px;
  aspect-ratio: 228/200;
  display: grid;
  place-items: center;
  background: url(../images/fv-point-frame.webp) no-repeat center center/100% 100%;
}
.feature_block .hexBadge:first-child {
  transform: translateX(40px);
}
.feature_block .hexBadge:last-child {
  transform: translateX(-40px);
}
.feature_block .hexBadge:last-child .hexBadge__content p {
  font-size: 1.71875vw;
  line-height: 1.3;
}
.feature_block .hexBadge__content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.feature_block .hexBadge__content p {
  margin: 0;
  line-height: 1.3;
  font-size: 2.1875vw; /* clampにしてもOK */
  font-weight: 700;
}

@media (max-width: 768px) {
  .introduction {
    width: 100%;
    margin-top: -20%;
  }
  .introduction::before {
    height: 91.4866581957%;
  }
  .introduction .content_block p {
    font-size: 24px;
  }
  .introduction .content_block .ba-img_block {
    width: 100%;
  }
  .feature_block .hexBadge {
    width: 37.5%;
    min-width: auto;
    aspect-ratio: 150/132;
  }
  .feature_block .hexBadge:first-child {
    transform: translateX(25px);
  }
  .feature_block .hexBadge:last-child {
    transform: translateX(-25px);
  }
  .feature_block .hexBadge:last-child .hexBadge__content p {
    font-size: 4vw;
  }
  .feature_block .hexBadge:nth-of-type(2) {
    transform: translateY(20px);
  }
  .feature_block .hexBadge__content p {
    font-size: 5vw;
  }
}
/* ========================================
About Section
======================================== */
.about {
  background: url(../images/gummy-about-bg.webp) no-repeat center center/cover;
  padding: 140px 0 120px;
  position: relative;
  margin-top: -2%;
}
.about::before {
  content: "";
  background: url(../images/gummy-about-woman.webp) no-repeat center center/cover;
  width: 54.453125%;
  height: 36%;
  position: absolute;
  right: 0;
  top: 0;
}
.about h2,
.about .sub_ttl {
  background-image: linear-gradient(90deg, #1DD0CA, #009BBA);
  display: inline-block;
}
.about .ttl_area {
  margin-bottom: 6%;
  margin-left: 6.25%;
  position: relative;
  z-index: 20;
}
.about .about__illust {
  background-color: #fff;
  border: 3px solid;
  -o-border-image: linear-gradient(45deg, #04B9DD, #59D2CD) 1;
     border-image: linear-gradient(45deg, #04B9DD, #59D2CD) 1;
  border-right: 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  padding: 48px 40px 48px 60px;
  width: 87.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}
.about .about__illust img {
  max-width: 1016px;
}
.about .about__text {
  width: 62.5%;
  max-width: 800px;
  margin: 0 auto;
}
.about .about__text .text_strong {
  width: 90.5%;
  margin: 0 auto;
  padding: 6px 16px 8px;
  background-color: #fff;
  border: 2px solid var(--light-pink);
  margin-top: 40px;
}
.about .about__text .text_strong p {
  color: var(--light-pink);
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about {
    padding: 280px 0 120px;
  }
  .about::before {
    background: url(../images/gummy-about-woman_sp.webp) no-repeat center/cover;
    width: 100%;
    height: 18.87%;
  }
  .about .ttl_area {
    text-align: center;
    margin-left: 0;
  }
  .about .ttl_area h2 {
    line-height: 1.2;
    margin-bottom: 0.3em;
  }
  .about .about__illust {
    width: 100%;
    margin-left: 24px;
  }
  .about .about__text {
    width: 100%;
    padding: 0 24px;
  }
  .about .about__text .text_strong {
    text-align: center;
  }
}
/* ========================================
Cause Section
======================================== */
.cause {
  background: url(../images/cause-bg.webp) no-repeat center bottom/cover;
  padding: 80px 0 120px;
  position: relative;
  z-index: 20;
}
.cause::before {
  content: "";
  background: url(../images/gummy-cause-arw.webp) no-repeat center center/cover;
  width: 5.46875%;
  height: 10%;
  min-width: 70px;
  min-height: 60px;
  position: absolute;
  bottom: -57px;
  right: 0;
  left: 0;
  margin: auto;
}
.cause .md_block {
  position: absolute;
  left: 0;
  top: -40px;
  background: url(../images/gummy-cause-woman.webp) no-repeat center center/cover;
  width: 62.5%;
  height: 648px;
  overflow: hidden;
}
.cause .md_block p {
  font-size: 160px;
  color: #05AEA8;
  filter: opacity(0.2);
  white-space: nowrap;
  line-height: 0.6;
}
.cause .content_wrap {
  max-width: 1168px;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cause .content_wrap .ex_block {
  width: 39.0625%;
  min-width: 500px;
  margin-left: auto;
  text-align: center;
}
.cause .content_wrap .ex_block .ttl_area {
  text-align: center;
  margin-bottom: 32px;
}
.cause .content_wrap .ex_block .ttl_area .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #16A0B3;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}
.cause .content_wrap .ex_block .ttl_area h2 {
  font-size: 32px;
  color: #fff;
}
.cause .content_wrap .ex_block .txt_base {
  color: #fff;
}
.cause .content_wrap .ex_block .txt_base p {
  line-height: 1.6;
}
.cause .content_wrap .ex_block .txt_base span {
  color: #FFC2D1;
}
.cause .content_wrap .cause__ba_block {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}
.cause .content_wrap .cause__ba_block .cause__ba_item {
  width: 31.875%;
  color: #fff;
}
.cause .content_wrap .cause__ba_block .cause__ba_item .ttl {
  text-align: center;
  margin: 0 auto;
}
.cause .content_wrap .cause__ba_block .cause__ba_item .ttl span {
  text-align: center;
  background-color: var(--light-pink);
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.cause .content_wrap .cause__ba_block .cause__ba_item .ttl span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FF8FAB;
}
.cause .content_wrap .cause__ba_block .cause__ba_item .img_area {
  margin: 24px 0;
}
.cause .content_wrap .cause__ba_block .cause__ba_item .txt_base span {
  color: #FFC2D1;
  font-weight: bold;
}

@media (max-width: 768px) {
  .cause {
    padding: 0 0 100px;
  }
  .cause::before {
    width: 70px;
    height: 60px;
    bottom: -25px;
  }
  .cause .md_block {
    width: calc(100% - 24px);
    height: 30%;
    max-height: 400px;
    background-position: right center;
  }
  .cause .md_block p {
    font-size: 80px;
  }
  .cause .content_wrap {
    padding-top: 220px;
  }
  .cause .content_wrap .ex_block {
    width: 100%;
    min-width: auto;
  }
  .cause .content_wrap .ex_block .ttl_area {
    margin-bottom: 24px;
  }
  .cause .content_wrap .ex_block .ttl_area .sub_ttl {
    font-size: 18px;
  }
  .cause .content_wrap .ex_block .ttl_area h2 {
    font-size: 28px;
  }
  .cause .content_wrap .cause__ba_block {
    flex-direction: column;
    margin-top: 55px;
    gap: 40px;
  }
  .cause .content_wrap .cause__ba_block .cause__ba_item {
    width: 100%;
  }
}
/* ========================================
Treatment Section
======================================== */
.treatment {
  padding: 0 0 80px;
  margin-top: -150px;
  position: relative;
  z-index: 10;
}
.treatment::after {
  content: "";
  background: url(../images/gummy-treatment-bg2.webp) no-repeat center center/cover;
  width: 100%;
  height: 23.3611%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.treatment .treatment__sidetxt {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 20;
}
.treatment .treatment__header {
  background: url(../images/gummy-treatment-bg.webp) no-repeat bottom center/cover;
  text-align: center;
  padding-top: 240px;
}
.treatment .ttl_area {
  margin-bottom: 40px;
}
.treatment .ttl_area h2 {
  background-image: linear-gradient(90deg, #FF8FAB, #F54D77);
  display: inline-block;
}
.treatment .ttl_area .sub_ttl {
  background-image: linear-gradient(270deg, #FF8FAB, #F54D77);
}
.treatment .heading_txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 50px;
  padding: 0 24px;
}
.treatment .heading_txt span {
  font-size: 28px;
}
.treatment .treatment__content {
  position: relative;
  padding-top: 80px;
  margin-top: -15%;
}
.treatment .treatment__content::before {
  content: "";
  width: 100%;
  height: 8%;
  min-height: 200px;
  background: url(../images/treatment-block-frame.webp) no-repeat top center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
}
.treatment .main_tr_block {
  position: relative;
  z-index: 40;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .treatment .main_tr_block {
    margin: 0 27px;
  }
}
.treatment .main_tr_block::after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  background: linear-gradient(90deg, #FF8FAB, #F54D77);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.treatment .main_tr_block dt {
  position: relative;
  z-index: 50;
  color: #fff;
  font-size: 32px;
  background-image: linear-gradient(90deg, #FF8FAB, #F54D77);
  text-align: center;
  padding: 10px 0;
}
.treatment .main_tr_block dd {
  position: relative;
  z-index: 50;
  background-color: #fff;
  padding: 30px 40px 130px;
}
.treatment .main_tr_block dd .img_area {
  margin-bottom: 40px;
}
.treatment .tr_feature_block {
  width: 96.875%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: -120px;
  position: relative;
  z-index: 60;
}
.treatment .tr_feature_block .tr_feature_item:nth-child(1) {
  width: 36.6129032258%;
}
.treatment .tr_feature_block .tr_feature_item:nth-child(2) {
  width: 22.5806451613%;
}
.treatment .tr_feature_block .tr_feature_item:nth-child(3) {
  width: 27.5806451613%;
  margin-top: 100px;
}
.treatment .tr_recommend_block {
  position: relative;
  width: 93.75%;
  max-width: 1200px;
  margin: 150px auto 0;
}
@media (max-width: 1300px) {
  .treatment .tr_recommend_block {
    margin: 150px 0 0 auto;
  }
}
.treatment .tr_recommend_block .tr_recommend_bg {
  width: 54.6875%;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}
.treatment .tr_recommend_block .tr_recommend_card {
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  width: 66.4166666667%;
  max-width: 797px;
  padding: 48px 64px;
  margin-left: auto;
  margin-top: -100px;
}
.treatment .tr_recommend_block .tr_recommend_card .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.treatment .sub_tr_block {
  max-width: 1008px;
  padding: 0 24px;
  margin: 80px auto 0;
}
.treatment .sub_tr_block .sub_tr_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.treatment .sub_tr_block .sub_tr_item {
  border: 3px solid #0CA2AD;
}
.treatment .sub_tr_block .sub_tr_item dt {
  color: #fff;
  font-size: 32px;
  text-align: center;
  background-color: #0CA2AD;
  padding: 10px 0;
  letter-spacing: 0.05em;
}
.treatment .sub_tr_block .sub_tr_item dd {
  background-color: #fff;
  padding: 40px;
}
.treatment .sub_tr_block .sub_tr_item dd .tr_list .img_area {
  position: relative;
  margin-bottom: 24px;
}
.treatment .sub_tr_block .sub_tr_item dd .tr_list .img_area img {
  max-width: 348px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.treatment .sub_tr_block .sub_tr_item dd .tr_list .img_area .tr_name {
  position: absolute;
  font-weight: bold;
  color: #fff;
}
.treatment .sub_tr_block .sub_tr_item dd .tr_list .img_area .tr_name p {
  background-color: #05AEA8;
  padding: 2px 8px;
  display: inline-block;
}
.treatment .sub_tr_block .sub_tr_item dd .tr_list .img_area .tr_name p:first-child {
  font-size: 28px;
}
.treatment .sub_tr_block .sub_tr_item.surgery_tr {
  margin-bottom: 40px;
}
.treatment .sub_tr_block .sub_tr_item.surgery_tr .column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.treatment .sub_tr_block .sub_tr_item.surgery_tr .tr_list .img_area .tr_name {
  bottom: 0;
  left: 0;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list {
  display: flex;
  gap: 24px;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list:not(:last-child) {
  margin-bottom: 24px;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list .img_area {
  width: 42.2727272727%;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list .img_area .tr_name {
  top: 0;
  left: 0;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list .txt_base {
  width: 55%;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table {
  margin-top: 16px;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:first-child .inner_line {
  width: 100%;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:first-child .inner_line .heading {
  border-bottom: 2px solid #fff;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child {
  display: flex;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child .inner_line {
  width: 50%;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child .inner_line .txt {
  border-top: none;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .inner_line {
  display: flex;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .inner_line .heading,
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .inner_line .txt {
  padding: 5px 0 8px;
  align-content: center;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .inner_line .heading {
  width: 190px;
  background-color: var(--green);
  color: #fff;
  text-align: center;
}
.treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .inner_line .txt {
  width: calc(100% - 190px);
  padding: 5px 8px 8px;
  border: 2px solid var(--green);
}

@media (max-width: 768px) {
  .treatment {
    margin-top: -50px;
  }
  .treatment .treatment__sidetxt {
    display: none;
  }
  .treatment .treatment__header {
    padding-top: 120px;
  }
  .treatment .treatment__content {
    padding-top: 64px;
  }
  .treatment .treatment__content::before {
    height: 80px;
    min-height: 80px;
  }
  .treatment .tr_feature_block {
    flex-direction: column;
  }
  .treatment .tr_feature_block .tr_feature_item:nth-child(1) {
    width: 82.5%;
  }
  .treatment .tr_feature_block .tr_feature_item:nth-child(2) {
    width: 70%;
    margin-left: auto;
  }
  .treatment .tr_feature_block .tr_feature_item:nth-child(3) {
    width: 75%;
    margin-top: 0;
  }
  .treatment .tr_recommend_block {
    width: 100%;
    margin: 80px auto 0;
  }
  .treatment .tr_recommend_block .tr_recommend_bg {
    width: 100%;
    position: relative;
  }
  .treatment .tr_recommend_block .tr_recommend_card {
    width: 94%;
    margin-left: auto;
    padding: 40px;
  }
  .treatment .tr_recommend_block .tr_recommend_card .ttl {
    font-size: 20px;
  }
  .treatment .sub_tr_block .sub_tr_ttl {
    font-size: 28px;
  }
  .treatment .sub_tr_block .sub_tr_item dt {
    font-size: 28px;
  }
  .treatment .sub_tr_block .sub_tr_item dd {
    padding: 40px 12px;
  }
  .treatment .sub_tr_block .sub_tr_item.surgery_tr .column {
    grid-template-columns: 1fr;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list {
    flex-direction: column;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list .img_area {
    width: 100%;
    margin-bottom: 0px;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .tr_list .txt_base {
    width: 100%;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:first-child .inner_line .heading {
    width: 32.7868852459%;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:first-child .inner_line .txt {
    width: 67.2131147541%;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child {
    flex-direction: column;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child .inner_line {
    width: 100%;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child .inner_line .heading {
    width: 32.7868852459%;
    border-bottom: 2px solid #fff;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child .inner_line .txt {
    width: 67.2131147541%;
  }
  .treatment .sub_tr_block .sub_tr_item.no_surgery_tr .gumpeeling-ba_block .gumpeeling_table .line:last-child .inner_line:last-child .heading {
    border-bottom: none;
  }
}
@media (max-width: 520px) {
  .treatment .treatment__content {
    margin-top: 8%;
  }
  .treatment .main_tr_block dt {
    font-size: 28px;
  }
  .treatment .main_tr_block dd {
    padding: 40px 30px 130px;
  }
  .header_img {
    transform: scale(1.5) translateY(40px);
  }
}
/* ========================================
Cases Section
======================================== */
.bg_wrapper {
  background: url(../images/gummy-cases-bg.webp) no-repeat center center/cover;
}
.bg_wrapper .ttl_area {
  text-align: center;
  color: var(--green);
  margin-bottom: 40px;
}
.bg_wrapper .ttl_area h2 {
  letter-spacing: 0.05em;
  line-height: 0.6;
}

.cases {
  padding: 80px 0;
}
.cases .cases__container {
  max-width: 1008px;
  padding: 0 24px;
  margin: 0 auto;
}
.cases .cases__container .cases__item .cases__header {
  font-weight: bold;
  font-size: 20px;
  padding: 2px 0 2px 10px;
  border-left: 2px solid var(--green);
  margin-bottom: 16px;
}
.cases .cases__container .cases__item .cases__img {
  margin-bottom: 16px;
}
.cases .cases__container .cases__item .cases__description {
  padding: 0 16px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.cases .cases__container .cases__item .cases__description p:first-child {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.cases .cases__container .cases__item .cases__description p.note {
  font-size: 12px;
}
.cases .cases__container .dot_line {
  margin: 40px 0;
  text-align: center;
}
.cases .cases__container .dot_line img {
  width: 390px;
}

@media (max-width: 768px) {
  .cases .cases__container .cases__item .cases__description {
    padding: 0;
  }
  .cases .cases__container .dot_line {
    margin: 32px 0;
  }
  .cases .cases__container .dot_line img {
    width: 100%;
  }
}
/* ========================================
Step Section
======================================== */
.step {
  position: relative;
  padding-bottom: 80px;
}
.step::before {
  content: "";
  width: 96.875%;
  height: calc(100% - 30px);
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.step .step__container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step .step__container .step__item .step__image {
  margin-bottom: 16px;
}
.step .step__container .step__item .step__description .heading {
  font-size: 24px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}
.step .ttl_area,
.step .step__container {
  position: relative;
  z-index: 20;
}

@media (max-width: 768px) {
  .bg_wrapper .ttl_area {
    margin-bottom: 32px;
  }
  .step::before {
    width: 100%;
    height: 80%;
  }
  .step .step__container {
    grid-template-columns: 1fr;
  }
  .step .step__container .step__item .step__description .heading {
    font-size: 20px;
  }
}
/* ========================================
FAQ Section
======================================== */
.faq {
  background-image: linear-gradient(225deg, #009BBA, #25BCB6);
  padding: 80px 0;
}
.faq .ttl_area {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
.faq .ttl_area h2 {
  font-size: 40px;
  line-height: 0.4;
}
.faq .ttl_area .sub_ttl {
  font-size: 22px;
}
.faq .faq__container {
  max-width: 1008px;
  padding: 0 24px;
  margin: 0 auto;
}
.faq .faq__container .faq__item {
  font-weight: bold;
}
.faq .faq__container .faq__item dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: var(--green);
  margin-bottom: 16px;
}
.faq .faq__container .faq__item .qa__question-label {
  font-size: 24px;
  color: var(--light-pink);
}
.faq .faq__container .faq__item dd {
  color: #fff;
  display: flex;
  gap: 8px;
  padding: 0 16px;
}
.faq .faq__container .faq__item .qa__answer-label {
  font-size: 24px;
  color: #fff;
}
.faq .faq__container .faq__item:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .faq .ttl_area {
    margin-bottom: 32px;
  }
  .faq .faq__container .faq__item dd {
    padding: 0;
  }
}
/* ========================================
Price Section
======================================== */
.price {
  background: var(--navy);
  padding: 80px 0;
}
.price .ttl_area {
  text-align: center;
  color: #FCFFCC;
  margin-bottom: 40px;
}
.price .ttl_area h2 {
  font-size: 40px;
  line-height: 0.4;
}
.price .ttl_area .sub_ttl {
  font-size: 22px;
}

.price__container {
  max-width: 848px;
  padding: 0 24px;
  margin: 0 auto;
  color: #fff;
}
.price__container .price__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.price__container .price__table tr td {
  border: 1px solid #fff;
  padding: 12px;
  color: #fff;
}
.price__container .price__table tr td:first-child {
  width: 43.75%;
  background-color: rgba(255, 255, 255, 0.2705882353);
}
.price__container .price__table tr td:last-child {
  text-align: right;
  padding-right: 24px;
}
.price__container .price__table + p {
  font-size: 14px;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */