@charset "UTF-8";

.leglab {
  color: #57717b;
}

.leglab img {
  margin: 0 auto;
}

.leglab .head {
  margin: 0 auto 5vw;
}

.leglab .trouble {
  background: #7a9da8;
  padding: 8vw;
  margin: 5vw auto;
}

.leglab .trouble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.leglab .trouble li {
  width: 32vw;
  margin: 5vw auto 0;
}

.leglab .trouble li img {
  height: 33vw;
  width: auto;
}

.leglab .en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.leglab .about {
  text-align: center;
}

.leglab .about .ti {
  font-size: 8vw;
}

.leglab .about .lead {
  font-size: 4vw;
  font-weight: bold;
  margin: 0 auto 5vw;
  width: 70vw;
}

.leglab .about .lead p {
  margin: 5vw auto;
  line-height: 1.5;
}

.leglab .about .lead small {
  font-size: 60%;
}

.about_midashi {
  font-size: 4vw;
  letter-spacing: 1.4px;
  padding: 2%;
  margin: 5vw auto 2vw;
  background: #e83828;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.about_txt {
  padding: 5vw;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-weight: bold;
}

.about_txt b {
  color: #e83828;
}

.nayami {
  width: 90vw;
  margin: 10vw auto;
}

.nayami_midashi {
  font-size: 7vw;
  line-height: 1.2;
  color: #e83828;
  text-align: center;
  font-weight: bold;
}

.nayami_midashi b {
  font-size: 140%;
}

.nayami ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nayami li {
  width: 48%;
  margin-top: 8vw;
  border: 2px solid #e83828;
  padding: 4vw 3vw;
  line-height: 1.7;
  color: #e83828;
  font-feature-settings: "palt";
  position: relative;
}

.nayami li .ti {
  font-size: 4.3vw;
  font-weight: bold;
}

.nayami li .nayami_no {
  position: absolute;
  top: -6vw;
  left: -3vw;
  width: 14vw;
}

.nayami_txt {
  padding: 5vw;
  margin-bottom: 20vw;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-weight: bold;
  color: #e83828;
  position: relative;
}

.price_fuki {
  position: absolute;
  left: -4vw;
  bottom: -17vw;
  width: 22vw;
}

.flow {
  width: 90vw;
  margin: 0 auto;
  padding: 10vw;
  background: #fbf6e5;
  position: relative;
  outline: 1px solid #7a9da8;
  outline-offset: -15px;
}

.flow_legic {
  width: 25vw;
  position: absolute;
  top: -7vw;
  right: -3vw;
  z-index: 1;
}

.flow_midashi {
  margin: -7vw auto 7vw;
  text-align: center;
  line-height: 1.2;
  background: #fbf6e5;
  position: relative;
  display: table;
}

.flow_midashi .en {
  font-size: 7vw;
  display: block;
  font-weight: 600;
}

.flow_midashi .jp {
  font-size: 6vw;
  font-weight: bold;
}

.flow_item li {
  line-height: 1.5;
  margin: 0 auto 5vw;
}

.fl_no {
  font-size: 16vw;
  margin-right: 1%;
  font-family: futura-pt, sans-serif;
  font-weight: 100;
  color: #e83828;
  font-feature-settings: "palt";
}

.flow_item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow_item dt {
  font-size: 5vw;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  font-weight: bold;
  border-bottom: 1px solid #7a9da8;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.flow_item dt .en {
  font-size: 4vw;
  font-weight: 300;
  display: block;
}

.flow_item dt small {
  font-size: 60%;
  display: block;
}

.flow_item dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

.flow_item .img {
  margin: 3vw auto;
}

.commit {
  margin: 10vw auto;
}

.commit_head {
  width: 90vw;
  margin: 5vw auto;
  position: relative;
}

.commit_legic {
  width: 25vw;
  position: absolute;
  top: 6vw;
  left: -7vw;
  z-index: 1;
}

.commit_midashi {
  margin: 8vw auto 2vw;
  width: 42vw;
}

.commit_midashi .en {
  font-size: 5vw;
  display: block;
  font-weight: 600;
}

.commit_midashi .jp {
  font-size: 6vw;
  font-weight: bold;
  display: block;
}

.commit_midashi .jp b {
  font-size: 160%;
  font-family: futura-pt, sans-serif;
  font-style: italic;
}

.commit_item {}

.commit_item li {
  margin: 0 auto 5vw;
}

.commit_item dt {
  padding: 2vw 2vw 2vw;
  font-size: 5vw;
  margin-bottom: 3vw;
  letter-spacing: 1px;
  border-bottom: dotted 2px #7a9da8;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commit_item dt b {
  color: #e83828;
  font-size: 12vw;
  font-family: futura-pt, sans-serif;
  font-style: italic;
}

.commit_item dt .jp {}

.commit_item dt .commit01_ti {
  margin-left: 45px;
}

.commit_item dt small {
  font-size: 55%;
  line-height: 1.4;
  display: block;
}

.commit_item .txt {
  margin: 5vw auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

.commit_item .txt b {
  font-size: 120%;
}

.commit_item .clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.commit_item .clinic_txt {
  font-size: 80%;
  margin-right: 3vw;
}

.commit_item .clinic_ti {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}

.commit_item .clinic img {
  width: 40%;
}

.clinic_txt .txt {
  margin: 2vw auto;
}

.leglab_staff {
  position: relative;
  margin: 20vw auto 0;
}

.staff_legic {
  width: 25vw;
  position: absolute;
  top: -16vw;
  left: -7vw;
  z-index: 1;
}

.leglab_staff .ti {
  font-size: 5vw;
  display: table;
  margin: 0 auto 7vw;
  font-weight: bold;
  border-bottom: 1px solid;
}

.leglab_staff_item dl {
  margin-bottom: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leglab_staff_item dt {
  width: 68%;
  margin-right: 5%;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}

.leglab_staff_item dd {
  text-align: right;
}

.menu {
  width: 90vw;
  margin: 0 auto;
}

.menu .ti {
  font-size: 7vw;
  font-family: futura-pt, sans-serif;
  text-align: center;
}

.menu_item {
  border: 1px solid;
  padding: 5vw;
  margin: 0 auto 5vw;
  position: relative;
  font-weight: 600;
}

.menu_item dl {
  text-align: center;
  padding: 11vw 7vw 5vw;
}

.menu_item dt {
  font-size: 6vw;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid;
}

.menu_item .priceic {
  position: absolute;
  width: 23vw;
  left: -9vw;
  top: -13vw;
}

.menu_item dt .en {
  font-size: 6.8vw;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.menu_item dt .jp {
  font-size: 3.2vw;
  display: block;
}

.menu_item dd {
  padding: 2vw;
}

.menu_item dd .txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.time_price {
  line-height: 1.2;
  margin: 2vw auto;
  font-weight: 500;
  text-align: left;
  font-family: futura-pt, sans-serif;
}

.time_price .tm {
  font-size: 5vw;
  margin-right: 4vw;
}

.time_price .tm b {
  font-size: 80%;
  font-weight: 600;
}

.time_price .pr {
  font-size: 6vw;
}

.leg_tb {
  width: 100%;
  line-height: 1.2;
  margin: 2vw auto;
  font-weight: 500;
  text-align: left;
  font-family: futura-pt, sans-serif;
}

.leg_tb td,
.leg_tb th {
  padding: 3vw 1vw;
  font-feature-settings: "palt";
  vertical-align: middle;
}

.leg_tb.ken tr {
  border-bottom: 1px solid;
}

.leg_tb.ken tr:last-child {
  border-bottom: none;
}

/*.leg_tb.ken .tm{text-align: center;}*/
.leg_tb .tm {
  font-size: 5vw;
}

.leg_tb .tm b {
  font-size: 80%;
  font-weight: 600;
}

.leg_tb .pr {
  font-size: 6vw;
}

.menu_item small,
.option small {
  font-size: 50%;
}

.menu_kai li {
  border-bottom: 1px solid;
  padding: 1vw 1vw 1vw 16vw;
  position: relative;
}

.menu_kai li:last-child {
  border-bottom: none;
}

.menu_po {
  font-size: 2.6vw;
  padding: 1vw;
  background: #e83828;
  color: #fff;
  display: inline-block;
}

.option {
  position: relative;
}


.option .ti {
  font-size: 10vw;
  font-family: futura-pt, sans-serif;
  text-align: center;
}

.option .po_ex {
  font-size: 80%;
  text-align: center;
}

.option .po_ex b {
  color: #e83828;
}

.option li {
  border-top: 1px solid;
  padding: 3vw;
}

.option li:last-child {
  border-bottom: 1px solid;
}

.op_ti {
  line-height: 1.2;
  font-weight: 600;
}

.op_ti .en {
  font-size: 7vw;
  display: block;
}

.op_ti .jp {
  font-size: 4vw;
  display: block;
}

.price_end {
  padding: 5vw
}

.nowarp {
  white-space: nowrap;
}

/* voice
----------------------------------------------- */
.voice {
  margin: 0 auto 20vw;
}

.voice .ti {
  font-size: 7vw;
  font-family: futura-pt, sans-serif;
  text-align: center;
  color: #e83828;
}

.voice-items {
  margin: 3vw auto 3vw;
}

.voice-items li {
  margin-bottom: 8vw;
}

.voice-items li dl {
  width: 90%;
  margin: 0 auto;
}

.voice-items li .vo_img {
  position: relative;
}

.voice-items li .vo_img img {
  margin: 0 auto;
}

.voice-items li .vo_img::after {
  content: "";
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -55vw;
  width: 50px;
  height: 82vw;
  background: url("../images/leglab/voice-fuki.svg") no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.voice-items li dt {
  font-size: 4.6vw;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20vw;
  color: #e83828;
  line-height: 1.5;
}

.voice-items li dt .name {
  color: #57717b;
  font-size: 3.3vw;
  text-align: right;
  letter-spacing: 4px;
}

.voice-items li dd {
  font-size: 3.6vw;
  line-height: 2;
}

.voice-items li .point {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}


.leglab_end {
  margin-bottom: 5%;
}

.leglab_ga {
  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;
  flex-direction: column;
}

.leglab_access {
  font-size: 4vw;
  margin: 5vw auto;
  letter-spacing: 2px;
  text-align: center;
}

.leglab_access .ti {
  font-size: 11vw;
  font-family: futura-pt, sans-serif;
  text-align: center;
}

.leglab_access a {
  display: inline-block;
}

.leglab_sns {
  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;
}

.leglab_sns li {
  width: 10vw;
  margin: 3vw;
}


.leglab_more {
  margin: 10vw auto;
}

/* Leg Lab CTA セクション */
.leglab_cta {
  position: relative;
  display: block;
  margin: 15vw auto;
  padding: 15vw 5vw;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.leglab_cta:hover {
  transform: translateY(-5px);
}

.leglab_cta .cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/leglab/leglab_img.jpg") center center / cover no-repeat;
  z-index: 1;
  transition: transform 0.3s ease;
}

.leglab_cta:hover .cta_bg {
  transform: scale(1.05);
}

.leglab_cta .cta_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 15px 15px;
  z-index: 2;
}

.leglab_cta .cta_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: background 0.3s ease;
}

.leglab_cta:hover .cta_overlay {
  background: rgba(0, 0, 0, 0.3);
}

.leglab_cta .cta_content {
  position: relative;
  z-index: 4;
  text-align: center;
  color: #fff;
}

.leglab_cta .cta_title {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 4vw;
  line-height: 1.6;
  letter-spacing: 2px;
}

.leglab_cta .cta_text {
  font-size: 3.2vw;
  margin-bottom: 8vw;
  line-height: 1.8;
  letter-spacing: 1px;
}

.leglab_cta .cta_button {
  display: inline-block;
  margin: 0 auto;
  background: #eeada3;
  color: #fff;
  font-size: 3.5vw;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.3s ease;
}

.leglab_cta:hover .cta_button {
  background: #e83828;
  transform: scale(1.05);
}

/* MOB LAB CTA セクション用背景 */
.moblab_cta .cta_bg {
  background: url("../images/molab/replaceimg/main2.avif") center center / cover no-repeat;
}

/* Leg Lab 料金セクション */
.leglab_price {
  margin: 10vw auto 15vw;
}

.leglab_price .price_midashi {
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  color: #e83828;
  margin-bottom: 6vw;
}

.price_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4vw;
}

.price_item {
  border: 2px solid #e83828;
  padding: 5vw 8vw;
  text-align: center;
  min-width: 60vw;
}

.price_item h5 {
  font-size: 5vw;
  font-weight: bold;
  color: #e83828;
  margin-bottom: 2vw;
}

.price_item .price {
  font-size: 10vw;
  font-weight: bold;
  color: #e83828;
  margin-bottom: 2vw;
}

.price_item .desc {
  font-size: 3.5vw;
  color: #57717b;
}

/* PC-size 
======================================================================================*/
@media screen and (min-width: 736px) {

  .leglab .head {
    margin: 0 auto 30px;
  }

  .leglab .trouble {
    padding: 30px;
  }

  .leglab .trouble li {
    margin: 20px 40px 0;
    width: 18%;
  }

  .leglab .trouble li img {
    height: 165px;
    width: auto;
  }

  .leglab .about .ti {
    font-size: 50px;
    line-height: 1;
  }

  .leglab .about .lead p {
    margin: 20px auto;
  }

  .leglab .about .lead {
    font-size: 22px;
    margin: 0 auto 30px;
    width: auto;
  }

  .about_midashi {
    font-size: 28px;
    margin: 30px auto;
    padding: 0;
    display: table;
    width: 70%;
  }

  .about-img {
    max-width: 75% !important;
  }

  .leglab .about ul {
    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;
  }

  .leglab .about li {
    margin: 1%;
  }

  .about_txt {
    width: 60%;
    margin: 0 auto;
    padding: 0 30px 30px;
  }

  .nayami {
    width: 100%;
    margin: 50px auto 100px;
  }

  .nayami_midashi {
    font-size: 28px;
  }

  .nayami_midashi b {
    font-size: 140%;
  }

  .nayami ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nayami li {
    width: 23%;
    margin-top: 50px;
    padding: 15px;
    font-size: 13px;
    line-height: 2;
  }

  .nayami li .ti {
    font-size: 26px;
    font-weight: bold;
  }

  .nayami li .nayami_no {
    top: -20px;
    left: -10px;
    width: 71px;
  }

  .nayami_txt {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 50px;
  }

  .price_fuki {
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 102px;
  }


  .flow {
    width: 90%;
    margin: 0 auto;
    padding: 50px;
    outline-offset: -15px;
  }

  .flow_legic {
    width: 194px;
    top: -50px;
    right: -50px;
    z-index: 1;
  }

  .flow_midashi {
    margin: -50px auto 20px;
    padding: 2%;
  }

  .flow_midashi .en {
    font-size: 48px;
    font-weight: 500;
  }

  .flow_midashi .jp {
    font-size: 34px;
    font-weight: bold;
  }

  .flow_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flow_item li {
    margin: 0 auto 30px;
    width: 42%;
    font-size: 12px;
  }

  .fl_no {
    font-size: 85px;
    margin-right: 5px;
  }

  .flow_item .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flow_item dl {}

  .flow_item dt {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
  }

  .flow_item dt .en {
    font-size: 22px;
  }

  .flow_item dt small {
    font-size: 60%;
    display: block;
  }

  .flow_item dd {}

  .flow_item .img {
    margin: 10px auto;
  }


  .commit {
    margin: 80px auto;
  }

  .commit_head {
    width: 90%;
    margin: 50px auto;
  }

  .commit_legic {
    width: 193px;
    top: 100px;
    left: -130px;
  }

  .commit_midashi {
    margin: 0 auto 50px;
  }

  .commit_midashi .en {
    font-size: 28px;
  }

  .commit_midashi .jp {
    font-size: 38px;
  }

  .commit_midashi .jp b {
    font-size: 160%;
    font-family: futura-pt, sans-serif;
    font-style: italic;
  }

  .commit_item {
    width: 90%;
    margin: 0 auto;
  }

  .commit_item li {
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .commit_item li dl {
    width: 45%;
  }

  .commit_txt {
    width: 52%;
  }

  .commit_item dt {
    padding: 0 0px 10px;
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .commit_item dt b {
    font-size: 50px;
  }

  .commit_item dt .jp {
    font-size: 22px;
  }

  .commit_item dt small {
    font-size: 55%;
    line-height: 0.8;
    display: block;
    margin-top: 6px;
    white-space: nowrap;
  }

  .commit_item .txt {
    margin: 20px auto;
  }

  .commit_item .txt b {
    font-size: 110%;
  }

  .commit_item .txt .commit_txt02 {
    letter-spacing: -3px;
    white-space: nowrap;
  }

  .commit_item .clinic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .commit_item .clinic_txt {
    font-size: 80%;
    margin-right: 20px;
  }

  .commit_item .clinic_ti {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }

  .commit_item .clinic img {
    width: 40%;
  }

  .clinic_txt .txt {
    margin: 10px auto;
    line-height: 1.6;
  }


  .leglab_staff {
    margin: 50px auto;
  }

  .staff_legic {
    width: 193px;
    top: -90px;
    left: -90px;
  }

  .leglab_staff .ti {
    font-size: 32px;
    margin: 0 auto 50px;
  }

  .leglab_staff_item {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .leglab_staff_item dl {
    flex: 1;
    margin: 0 2% 20px;
    font-size: 14px;
  }

  .leglab_staff_item dt {
    width: 50%;
    margin-right: 0;
    line-height: 2;
  }

  .leglab_staff_item dd {
    width: 170px;
  }


  .menu {
    width: 90%;
    margin: 0 auto;
  }

  .menu .ti {
    font-size: 45px;
  }

  .menu_item {
    border: 1px solid;
    padding: 30px;
    margin: 0 auto 30px;
    position: relative;
    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;
  }

  .menu_item dl {
    width: 48%;
    padding: 30px 20px 10px;
  }

  .menu_item .img {
    width: 48%;
  }

  .menu_item dt {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .menu_item .priceic {
    width: 107px;
    position: absolute;
    left: -10%;
    top: -55%;
  }

  .menu_item dt .en {
    font-size: 32px;
  }

  .menu_item dt .jp {
    font-size: 16px;
    display: block;
  }

  .menu_item dd {
    padding: 15px 15px 0;
  }

  .menu_item dd .txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .time_price {
    margin: 6px auto;
  }

  .time_price .tm {
    font-size: 26px;
    margin-right: 20px;
  }

  .time_price .tm b {
    font-size: 80%;
    font-weight: 600;
  }

  .time_price .pr {
    font-size: 30px;
  }

  .leg_tb {
    margin: 0 auto;
  }

  .leg_tb td,
  .leg_tb th {
    padding: 5px 5px;
  }

  .leg_tb.ken td {
    padding: 10px 5px;
  }

  .leg_tb .tm {
    font-size: 26px;
  }

  .leg_tb .tm b {
    font-size: 80%;
    font-weight: 600;
  }

  .leg_tb .pr {
    font-size: 30px;
  }

  .menu_kai li {
    padding: 2% 2% 2% 22%;
  }

  .menu_kai li:last-child {
    border-bottom: none;
  }

  .menu_po {
    font-size: 12px;
    padding: 6px;
  }

  .option .ti {
    font-size: 60px;
  }

  .option .po_ex {
    font-size: 80%;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    left: 60%;
    top: 46px;
  }

  .option li {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .price_area {
    font-size: 14px;
    flex: 1;
  }

  .price_area .leg_tb .pr {
    width: 42%;
  }

  .op_ti {
    margin-bottom: 20px;
  }

  .op_ti .en {
    font-size: 34px;
  }

  .op_ti .jp {
    font-size: 14px;
  }

  .price_end {
    padding: 20px 30px;
    font-size: 12px;
  }


  /* voice
----------------------------------------------- */
  .voice {
    margin: 0 auto 140px;
    width: 90%;
  }

  .voice .ti {
    font-size: 60px;
  }

  .voice-items {
    margin: 0px auto 50px;
  }

  .voice-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 30px;
  }

  .voice-items li dl {
    margin-left: 0;
    width: 50%;
  }

  .voice-items li .vo_img {
    position: relative;
  }

  .voice-items li .vo_img img {
    max-width: initial;
  }

  .voice-items li .vo_img::after {
    content: "";
    position: absolute;
    left: -70px;
    right: auto;
    top: 0%;
    width: 55px;
    height: 287px;
    background: url("../images/leglab/voice-fuki.svg") no-repeat;
    background-size: contain;
    transform: inherit;
  }

  .voice-items li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .voice-items li:nth-child(even) .vo_img::after {
    right: -70px;
    left: auto;
    transform: scale(-1, 1);
  }

  .voice-items li:nth-child(odd) dl {
    margin-right: 100px;
    margin-left: 0;
  }

  .voice-items li:nth-child(even) dl {
    margin-left: 100px;
    margin-right: 0;
  }

  .voice-items li dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: auto;
  }

  .voice-items li dd {
    font-size: 16px;
    line-height: 1.6;
  }

  .voice-items li dt {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .voice-items li dt .name {
    font-size: 20px;
  }

  .voice-items li dd {
    font-size: 14px;
  }

  .voice-items li .point {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }

  .leglab_end {}

  .leglab_ga {
    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;
    flex-direction: column;
  }

  .leglab_access {
    font-size: 4vw;
    margin: 5vw auto;
    letter-spacing: 2px;
    text-align: center;
  }

  .leglab_access .ti {
    font-size: 11vw;
    font-family: futura-pt, sans-serif;
    text-align: center;
  }

  .leglab_access a {
    display: inline-block;
  }

  .leglab_sns {
    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;
  }

  .leglab_sns li {
    width: 10vw;
    margin: 3vw;
  }


  .leglab_end {}

  .leglab_ga {
    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;
    flex-direction: row;
  }

  .leglab_access {
    font-size: 18px;
    margin: 20px auto;
    font-weight: 500;
    line-height: 1.5;
  }

  .leglab_access .ti {
    font-size: 42px;
  }

  .leglab_access a {
    display: inline-block;
  }

  .leglab_sns {}

  .leglab_sns li {
    width: 40px;
    margin: 5px;
  }


  .leglab_more {
    margin: 30px auto;
  }

  /* Leg Lab CTA セクション PC */
  .leglab_cta {
    position: relative;
    display: block;
    margin: 80px auto;
    padding: 100px 50px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .leglab_cta:hover {
    transform: translateY(-5px);
  }

  .leglab_cta .cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/leglab/leglab_img.jpg") center center / cover no-repeat;
    z-index: 1;
    transition: transform 0.3s ease;
  }

  .leglab_cta:hover .cta_bg {
    transform: scale(1.05);
  }

  .leglab_cta .cta_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 2;
  }

  .leglab_cta .cta_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
    transition: background 0.3s ease;
  }

  .leglab_cta:hover .cta_overlay {
    background: rgba(0, 0, 0, 0.3);
  }

  .leglab_cta .cta_content {
    position: relative;
    z-index: 4;
    text-align: center;
    color: #fff;
  }

  .leglab_cta .cta_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 2px;
  }

  .leglab_cta .cta_text {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.8;
    letter-spacing: 1px;
  }

  .leglab_cta .cta_button {
    display: inline-block;
    margin: 0 auto;
    background: #eeada3;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .leglab_cta:hover .cta_button {
    background: #e83828;
    transform: scale(1.05);
  }

  /* MOB LAB CTA セクション用背景 PC */
  .moblab_cta .cta_bg {
    background: url("../images/molab/replaceimg/main2.avif") center center / cover no-repeat;
  }

  /* Leg Lab 料金セクション PC */
  .leglab_price {
    margin: 50px auto 80px;
  }

  .leglab_price .price_midashi {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .price_items {
    gap: 20px;
  }

  .price_item {
    border: 2px solid #e83828;
    padding: 40px 60px;
    min-width: 300px;
  }

  .price_item h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .price_item .price {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .price_item .desc {
    font-size: 14px;
  }

  /* end
======================================================================================*/
}