@charset "UTF-8";

/* ============================================================
   LP Page Styles  lp/index.html
============================================================ */

/* ========================
   Base
======================== */
#lp #wrapper {
  min-width: unset;
}

#lp main {
  padding-top: 100px;
}

#lp p {
  margin-bottom: 1em;
}

#lp .btn_instar {
  margin-bottom: 0 !important;
}


/* ========================
   header
======================== */
/* ========== tooltip_logo ========== */
#lp header .h_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#lp header h1 {
    top: 0;
    margin-bottom: 0;
}

#lp header .h_logo {
    padding-top: 35px;
    margin-bottom: 0;
}

#lp header .tooltip_logo {
    position: relative;
    font-family: var(--font-yumincho);
    font-size: 20px;
    margin-top: 35px;
    margin-left: 70px;
}

#lp header .tooltip_logo::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #ACACAC;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

#lp header .tooltip_logo::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #ACACAC;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

/* ========== レスポンシブ (PC 751px〜1560px) ========== */
@media only screen and (min-width: 751px) and (max-width: 1560px) {
    #lp header .tooltip_logo {
        font-size: 14px;
        margin-left: 30px;
        margin-top: 20px;
    }

    #lp header .tooltip_logo::before {
        width: 15px;
        left: -20px;
    }

    #lp header .tooltip_logo::after {
        width: 15px;
        right: -20px;
    }

    #lp header h1 {
        top: 0;
        margin-bottom: 0;
    }

    #lp header .h_logo {
        padding-top: 20px;
    }
}

/* ========== レスポンシブ (SP 〜750px) ========== */
@media only screen and (max-width: 750px) {
    #lp header .head_top {
        padding: 0 0 0 20px;
    }

    #lp header .h_left {
        flex-direction: column;
        align-items: flex-start;
    }

    #lp header h1 {
        margin-top: 5px;
    }

    #lp header .h_logo {
        padding-top: 20px;
        width: 150px;
    }

    #lp header .tooltip_logo {
        margin: 0;
        font-size: 18px;
        letter-spacing: 2px;
    }

    #lp header .tooltip_logo::before,
    #lp header .tooltip_logo::after {
        display: none;
    }
}

/* ========== レスポンシブ (374px以下) ========== */
@media only screen and (max-width: 374px) {
    #lp header .tooltip_logo {
        font-size: 16px;
    }
}

/* ========================
   Section Common
======================== */
.lp-sec {
  padding-block: 200px 120px;
}

.lp-sec__head {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lp-sec__head--left {
  text-align: left;
}

.lp-sec__en {
  font-family: Didot, serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(270deg, #C3B499 0%, #5E5C58 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5.6rem;
  display: block;
}

.lp-sec__ttl {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #666;
  font-family: YuMincho, "游明朝", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  margin: 0;
}

.lp-sec__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #C3B7A4;
}

.lp-sec__desc {
  font-size: 15px;
  color: #777;
  line-height: 2;
  margin-top: 18px;
  margin-bottom: 0;
}

/* ========================
   Buttons
======================== */
.lp-btn {
  display: inline-block;
  font-family: var(--font-yumincho);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.08em;
  cursor: pointer;
  border: none;
  font-size: 15px;
  padding: 16px 40px;
}

.lp-btn--primary {
  background-color: #000913;
  color: #fff;
  border: 1px solid #000913;
}

.lp-btn--primary:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.lp-btn--white {
  background-color: #fff;
  color: var(--body-color);
  border: 1px solid #fff;
  padding: 16px 50px;
}

.lp-btn--white:hover {
  background-color: transparent;
  color: #fff;
}

.lp-btn--outline {
  border: 1px solid var(--body-color);
  color: var(--body-color);
  background: transparent;
  padding: 14px 60px;
  font-size: 14px;
}

.lp-btn--outline:hover {
  background-color: var(--body-color);
  color: #fff;
}

.lp-btn--tel {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: var(--body-color);
  font-family: var(--font-lora);
  font-size: 20px;
  padding: 12px 30px;
}

.lp-btn--tel:hover {
  border-color: var(--body-color);
  background-color: var(--body-color);
  color: #fff;
}

.lp-btn-wrap {
  margin-top: 30px;
}

.lp-btn-wrap--center {
  text-align: center;
  margin-top: 50px;
}

/* ========================
   #01  MV
======================== */
#lp-mv {
  padding: 0;
  position: relative;
  overflow: visible;
}


.lp-mv__texture {
  position: absolute;
  left: -60px;
  bottom: -40px;
  width: 100%;
  max-width: 808px;
  z-index: 1;
  pointer-events: none;
}

.lp-mv__texture img {
  width: 100%;
  height: auto;
  display: block;

}

@media screen and (max-width: 768px) {
  .lp-mv__texture {
    left: -20px;
    bottom: -20px;
    width: 140px;
  }
}

.lp-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: calc(90vh - 100px);
}

.lp-mv__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-20%, 10%);
  width: 50%;
  height: 50%;
  background: url(../images/adult_02/img_bg.webp)center /cover no-repeat;
  z-index: -2;
}

.lp-mv__text {
  position: relative;
  padding: 80px 70px 80px 80px;
}

.lp-mv__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #fff;
  z-index: -1;
}

.lp-mv__label {
  display: inline-block;
  font-size: 13px;
  font-family: var(--font-yumincho);
  color: var(--color-secondary);
  letter-spacing: 0.15em;
  border-left: 2px solid var(--color-secondary);
  padding-left: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.lp-mv__ttl {
  font-family: var(--font-yumincho);
  font-size: 48px;
  line-height: 1.55;
  color: var(--body-color);
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.lp-mv__ttl-em {
  font-size: 28px;
}

.lp-mv__desc {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
  color: #666;
}

.lp-mv__btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.lp-mv-btn::before {
  content: "";
  display: inline-block;
  background: url(../images/adult_02/mail.svg)center /contain no-repeat;
}

.lp-mv-stats-section {
  background: url(../images/adult_02/line.webp)center /cover no-repeat, #ECE4D5;
  width: 100%;
}

.lp-mv-stats-section .lp-mv__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.lp-mv-stats-section .lp-mv__stat-item {
  text-decoration: none;
}

.lp-mv-stats-section .lp-mv__stat-item:hover {
  opacity: .7;
}

.lp-mv-stats-section .lp-mv__stat-label {
  color: #474646;
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  margin: 0;
}

#lp-mv .lp-mv__stats {
  display: none;
}

.lp-mv__stat-num {
  font-family: var(--font-lora);
  font-size: 38px;
  color: var(--color-secondary);
  line-height: 1;
  margin-bottom: 6px;
}

.lp-mv__stat-num span {
  font-family: var(--font-yumincho);
  font-size: 15px;
  margin-left: 2px;
}

.lp-mv__stat-label {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.lp-mv__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 0;
}

.lp-mv__img picture,
.lp-mv__img img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  display: block;
}

.lp-mv__img picture {
  position: relative;
  display: block;
  z-index: 2;
}

/* ========================
   #02  Strength  (full-width alternating rows)
======================== */
#lp-strength {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

#lp-strength::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(../images/adult_02/strength_bg.webp)center /cover no-repeat;
  z-index: -1;
}

#lp-strength .lp-sec__head {
  margin-bottom: 50px;
}

.lp-strength__rows {
  /* full-width container, no inner constraint */
  margin-top: 8rem;
}

.lp-strength__row {
  display: flex;
  gap: 80px;
}

.lp-strength__row + .lp-strength__row {
  border-top: 1px solid #D0D0D0;
  margin-top: 80px;
  padding-top: 80px;
}

/* Even rows: body goes to RIGHT, img goes to LEFT */
.lp-strength__row:nth-child(even) {
  flex-direction: row;
}

.lp-strength__row-img {
  position: relative;
  flex: 0 0 460px;
  width: 460px;
  z-index: 1;
}

.lp-strength__row-img--bg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(20%, 10%);
  width: 100%;
  height: 70%;
  background: url(../images/adult_02/img_bg.webp)center /cover no-repeat;
  z-index: -1;
}

.lp-strength__row-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
}

.lp-strength__num {
  display: flex;
  align-items: center;
  color: #C3B7A4;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
}

.lp-strength__num::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #C3B7A4;
  margin-right: 12px;
}

.lp-strength__name {
  font-family: var(--font-yumincho);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  color: #474646;
  margin-bottom: 20px;
}

.lp-strength__txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
  color: #666;
}

.lp-strength__grid {
  display: flex;
  gap: 40px;
  margin-top: 5.6rem;
}

.lp-strength__item {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .lp-strength__grid {
    flex-direction: column;
    gap: 40px;
  }
}

.lp-strength__head-block {
  margin-top: 120px;
}

.lp-strength__step {
  position: relative;
  display: flex;
  align-items: center;
  color: #A5957C;
  font-family: "YuMincho", "游明朝", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
  padding-left: .8rem;
}

.lp-strength__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: #A5957C;
  border-radius: 50%;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .lp-strength__head-block {
    margin-top: 40px;
  }

  .lp-strength__step {
    font-size: 18px;
  }

  .lp-strength__step::before {
    width: 4px;
    height: 4px;
  }
}


/* ========================
   当院が考える良い医療とは
======================== */
.lp-analysis {
  padding-block: 160px 0;
}

.lp-analysis__container {
  display: flex;
  gap: 40px;
  align-items: center;
}

.lp-analysis__main {
  flex: 1;
}

.lp-analysis__img {
  flex: 0 0 40%;
}

.lp-analysis__img img {
  width: 100%;
  display: block;
}

.lp-analysis__ttl {
  text-align: left;
  font-family: YuMincho, serif;
  font-size: 24px;
  font-weight: 400;
  color: #474646;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.lp-analysis__deco {
  width: 30px;
  height: auto;
}

.lp-analysis__sub {
  text-align: left;
  font-family: YuMincho, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  color: #474646;
  margin-block: 30px 64px !important;
  letter-spacing: 0.96px;
}

.lp-analysis__point {
  font-family: "YuMincho", sans-serif;
  font-size: 18px;
  color: #474646;
  margin-bottom: 20px;
}

.lp-analysis__txt {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #666;
}

.lp-analysis__txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 20px;
  height: 1px;
  background: #C3B7A4;
}

.lp-analysis__txt span {
  font-weight: 700;
}

.lp-analysis__note {
  font-size: 15px;
  font-weight: 700;
  color: #A5957C;
  line-height: 1.5;
  margin: 5px 0 20px 30px;
}

@media screen and (max-width: 768px) {
  .lp-analysis__container {
    flex-direction: column;
  }

  .lp-analysis__img {
    width: 90%;
    margin: auto;
  }

  .lp-analysis__ttl {
    font-size: 18px;
  }

  .lp-analysis__sub {
    font-size: 22px;
  }

  .lp-analysis__point {
    font-size: 18px;
  }

  .lp-analysis__txt::before {
    width: 16px;
  }

  .lp-analysis__note {
    font-size: 12px;
  }

  .lp-counseling__txt-block {
    margin-top: 5rem;
  }
}

/* ========================
   #03  Features  (4 items, full-width, portrait photos)
======================== */
#lp-features {
  background: url(../images/adult_02/features_bg.webp)top center /cover no-repeat;
}

#lp-features .lp-sec__head {
  margin-bottom: 50px;
}

.lp-features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}

.lp-features__item {
  width: calc((100% - 60px) / 3);
  /* PC: 3カラム */
  min-width: 300px;
}

.lp-features__item img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.lp-features__ttl {
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}

.lp-features__desc {
  color: #666;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .lp-features__item {
    width: 100%;
  }

  .lp-features__ttl {
    font-size: 18px;
  }
}

/* ========================
画像スライダー
======================== */
.lp-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.lp-slider__inner {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.lp-slider__item {
  flex: 0 0 600px;
}

.lp-slider__item img {
  width: 100%;
  display: block;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-600px * 3 - 40px * 3));
  }
}

@media screen and (max-width: 768px) {
  .lp-slider__inner {
    gap: 20px;
    animation-duration: 15s;
  }

  .lp-slider__item {
    flex: 0 0 80vw;
  }

  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-80vw * 3 - 20px * 3));
    }
  }
}

/* ========================
よくあるお悩み
======================== */

.lp-hero {
  position: relative;
  margin-top: 160px;
  z-index: 1;
}

.lp-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: url(../images/adult_02/faq_bg.webp)center /cover no-repeat;
  z-index: -1;
}

.lp-hero__bg {
  background: url('../images/adult_02/hospital-interior.jpg') no-repeat center/cover;
  padding: 100px 0 150px;
  position: relative;
  margin-inline: 50px;
}

.lp-hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.lp-hero__content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.lp-hero__sub {
  color: #FFF;
  font-family: YuMincho, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 1.2px;
  margin: 20px 0;
}

.lp-hero__txt {
  color: #FFF;
  font-family: YuMincho, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}

/* カードレイアウト */
.lp-hero__cards {
  display: flex;
  gap: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.lp-hero__card {
  background: #fff;
  padding: 20px;
  flex: 1;
}

.lp-hero__num {
  color: #A5957C;
  font-family: YuMincho, serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lp-hero__desc {
  color: #666;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .lp-hero__sub {
    font-size: 26px;
    line-height: 1.4;
  }

  .lp-hero__txt {
    font-size: 18px;
  }

  .lp-hero__cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }

  .lp-hero__card {
    flex: 0 0 65%;
  }

  /* 1.5枚表示 */
}


.lp-hero__bottom {
  padding-block: 160px 120px;
}

.lp-hero__bottom-ttl {
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}

.lp-hero__bottom-txt {
  color: #666;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.54px;
  margin-bottom: 60px;
}

.lp-hero__bottom-images {
  width: 100%;
}
.lp-hero__bottom-images img {
  width: 100%;
  height: auto;
}

.lp-hero__img-left {
  display: flex;
  gap: 20px;
}

.lp-hero__img-left img:nth-child(1) {
  max-width: 320px;
}

.lp-hero__img-left img:nth-child(2) {
  max-width: 256px;
}

.lp-hero__img-right img {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .lp-hero__bottom {
    padding: 40px 0;
  }

  .lp-hero__bottom-ttl {
    font-size: 22px;
  }

  .lp-hero__bottom-txt {
    font-size: 16px;
  }

  .lp-hero__img-left,
  .lp-hero__img-right {
    flex: 1;
    /* 左右を50%ずつに均等化 */
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .lp-hero__img-left img,
  .lp-hero__img-right img {
    width: 100%;
    /* 親要素(50%)に合わせる */
    height: auto;
    /* 比率維持 */
    display: block;
  }
}

/* ========================
   無料初診相談について
======================== */
#lp-counseling {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

#lp-counseling::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: url(../images/adult_02/counseling_bg.webp)center /cover no-repeat;
  z-index: -1;
}

.lp-counseling__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}

.lp-counseling__img {
  position: relative;
  flex: 0 0 50%;
  /* 必要に応じて幅を調整してください */
  z-index: 1;
}

.lp-counseling__img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-20%, 20%);
  width: 100%;
  height: 80%;
  background: url(../images/adult_02/img_bg.webp)center /cover no-repeat;
  z-index: -1;
}

.lp-counseling__img img {
  width: 100%;
  display: block;
}

.lp-counseling__name {
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.96px;
  margin-bottom: 30px;
}

.lp-counseling__txt {
  color: #474646;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.54px;
}

@media screen and (max-width: 768px) {
  .lp-counseling__body {
    flex-direction: column;
    gap: 24px;
  }

  .lp-counseling__img {
    flex: none;
    width: 100%;
  }

  .lp-counseling__name {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .lp-counseling__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 下のセクション */
.lp-counseling__bottom {
  margin-top: 300px;
}

.lp-counseling__bottom-ttl {
  text-align: center;
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 60px;
}

.lp-counseling__step {
  padding: 40px 0;
  border-bottom: 1px solid #D0D0D0;
}

/* 最後の要素だけ罫線を消す */
.lp-counseling__step:last-child {
  border-bottom: none;
}

.lp-counseling__step-ttl {
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin: 10px 0;
}

.lp-counseling__step-txt {
  color: #666;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .lp-counseling__bottom-ttl {
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 12px;;
    line-height: 1.5;
  }

  .lp-counseling__step-ttl {
    font-size: 16px;
  }

  .lp-counseling__step-txt {
    font-size: 15px;
  }

  .lp-counseling__step {
    padding: 30px 0;
  }
}




/* ========================
   #07  Contact CTA  (dark)
======================== */
.lp-contact--dark {
  background-color: #000913;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lp-contact--dark {
    padding: 60px 0;
  }
}


.lp-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 左側エリア */
.lp-contact__ttl {
  color: #E0D6C5;
  font-family: 'Didot', serif;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 24px;
  position: relative;
}

.lp-contact__ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #E0D6C5;
  margin-top: 20px;
}

.lp-contact__sub {
  color: #E0D6C5;
  font-family: YuMincho, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

/* 右側エリア */
.lp-contact__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-contact__btn {
  display: block;
  width: 100%;
  max-width: 483px;
  min-width: 426px;
  padding: 15px 20px;
  border: 1px solid #C3B7A4;
  color: #E0D6C5;
  text-align: center;
  text-decoration: none;
  font-family: YuMincho, serif;
  font-size: 24px;
  font-weight: 400;
  transition: opacity 0.3s;
}

.lp-contact__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .lp-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .lp-contact__ttl {
    font-size: 64px;
    line-height: 1;
  }

  .lp-contact__ttl::after {
    width: 86px;
  }

  .lp-contact__sub {
    font-size: 18px;
  }

  .lp-contact__btn {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .lp-contact__right {
    display: grid;
    gap: 2rem;
    width: 100%;
  }
}

/* ========================
   患者様の属性
======================== */
.lp-attribute__intro {
  color: #666;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin: 40px 0;
}

.lp-attribute__images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.lp-attribute__images img {
  width: 35%;
  display: block;
}

/* ③ よくあるご要望 */
.lp-attribute__requests {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #C3B7A4;
  background: rgba(195, 183, 164, 0.10);
  padding: 56px 126px 56px 56px;
}

.lp-attribute__requests-ttl {
  color: #9D9381;
  font-family: YuMincho, serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.lp-attribute__requests-sub {
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.lp-attribute__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.lp-attribute__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #474646;
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.lp-attribute__list img {
  width: 20px;
}

@media screen and (max-width: 768px) {
  .lp-attribute__intro {
    font-size: 14px;
  }

  .lp-attribute__images {
    flex-direction: column;
    gap: 10px;
  }

  .lp-attribute__images img {
    width: 100%;
  }

  .lp-attribute__requests {
    flex-direction: column;
    gap: 15px;
    padding: 30px 24px;
  }

  .lp-attribute__requests-left {
    height: auto;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .lp-attribute__requests-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .lp-attribute__requests-sub {
    font-size: 16px;
  }

  .lp-attribute__list li {
    font-size: 16px;
  }
}

/* ========================
   成人矯正治療の5つのメリット
======================== */

#lp-benefits {
  background: url(../images/adult_02/benefits_bg.webp)center /cover no-repeat;
  padding-block: 170px 160px;
}

@media screen and (max-width: 768px) {
  #lp-benefits {
    background: url(../images/adult_02/benefits_bg.webp)center /cover no-repeat;
    padding-block: 120px 100px;
  }

}


/* ========================
   成人矯正の装置の種類
======================== */

.lp-devices__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}

.lp-devices__item {
  width: calc((100% - 90px) / 4);
}

.lp-devices__item img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.lp-devices__ttl {
  color: #474646;
  font-family: YuMincho, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}

.lp-devices__desc {
  color: #666;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 25px;
}

/* SP: 1カラム設定 */
@media screen and (max-width: 768px) {
  .lp-devices__item {
    width: 100%;
    /* SPでは縦並び */
  }

  .lp-devices__ttl {
    font-size: 16px;
  }
}

/* ========================
   歯並びの種類について
======================== */
/* セクション全体の余白 */
#lp-alignment {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

#lp-alignment::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 10%);
  width: 100%;
  height: 70%;
  background: url(../images/adult_02/devices_bg.webp)center /cover no-repeat;
  z-index: -1;
}

/* 枠線と背景を適用するラッパー */
.lp-alignment__wrapper {
  border: 1px solid #C3B7A4;
  background: #FFF;
  padding: 60px;
  /* 必要に応じて調整してください */
}

.lp-alignment__head {
  margin-bottom: 50px;
}

.lp-alignment__ttl {
  color: #C3B7A4;
  text-align: center;
  font-family: YuMincho, serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.lp-alignment__desc {
  color: #474646;
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

/* リストレイアウト */
.lp-alignment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

.lp-alignment__item {
  width: calc((100% - 60px) / 3);
  /* PC 3カラム */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-alignment__item img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-bottom: 15px;
  object-fit: contain;
}

.lp-alignment__item-ttl {
  color: #666;
  font-family: YuMincho, serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  #lp-alignment {
    padding: 40px 0;
  }

  .lp-alignment__wrapper {
    padding: 30px 20px;
  }

  .lp-alignment__ttl {
    font-size: 20px;
  }

  .lp-alignment__list {
    flex-direction: column;
    gap: 30px;
  }

  .lp-alignment__item {
    width: 100%;
  }

  .lp-alignment__item img {
    margin: 0 auto 15px;
  }
}

/* ========================
   成人矯正の治療費用
======================== */
.lp-price__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C3B7A4;
  margin-top: 40px;
  table-layout: fixed;
  /* カラム幅を強制的に固定 */
}

.lp-price__table th,
.lp-price__table td {
  padding: 20px;
  border: 1px solid #C3B7A4;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.6;
}

.lp-price__table th {
  width: 40%;
  /* 見出しの幅をPC/SP共通で少し広めに確保 */
  background: rgba(195, 183, 164, 0.10);
  color: #666;
  font-weight: 600;
  text-align: left;
}

.lp-price__table td {
  width: 60%;
  background: rgba(255, 255, 255, 0.50);
  color: #666;
}

/* SP対応（縦積みにはせず、2列を維持） */
@media screen and (max-width: 768px) {

  .lp-price__table th,
  .lp-price__table td {
    padding: 12px 10px;
    /* 余白を縮小 */
    font-size: 12px;
    /* 文字サイズを縮小して収める */
  }
}

/* ========================
   バナーエリア
======================== */
#lp-banner {
  background: rgba(195, 183, 164, 0.10);
  padding: 80px 0;
}

.lp-banner__list {
  display: flex;
  gap: 30px;
  /* PCでの隙間 */
  justify-content: center;
}

.lp-banner__item {
  display: block;
  width: calc((100% - 30px) / 2);
  /* PC: 2カラム */
  transition: opacity 0.3s;
}

.lp-banner__item:hover {
  opacity: 0.8;
}

.lp-banner__item img {
  width: 80%;
  display: block;
  margin: auto;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  #lp-banner {
    padding: 40px 0;
  }

  .lp-banner__list {
    flex-direction: column;
    /* SP: 縦並び */
    gap: 20px;
  }

  .lp-banner__item {
    width: 100%;
  }
}










/* ========================
   Responsive  1100px
======================== */
@media screen and (max-width: 1100px) {
  .lp-mv__ttl {
    font-size: 40px;
  }

  .lp-mv__text {
    padding: 60px 50px 60px 60px;
  }

  .lp-strength__rows {
    margin-top: 4rem;
  }

  .lp-strength__row {
    flex-direction: column;
    gap: 30px;
  }

  .lp-strength__rows--sp-r {
    display: flex;
    gap: 5rem;
    flex-direction: column-reverse;
  }

  .lp-strength__row + .lp-strength__row {
    margin-top: 40px;
    padding-top: 40px;
  }

  .lp-strength__row-img {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .lp-strength__name {
    font-size: 20px;
  }

  .lp-counseling__inner {
    gap: 50px;
  }

  .lp-flow__item {
    padding: 36px 28px;
  }
}

/* ========================
   Responsive  900px
======================== */
@media screen and (max-width: 900px) {
  .lp-features__img img {
    height: 240px;
  }

  .lp-benefits__list,
  .lp-devices__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-price__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-flow__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-flow__item:not(:last-child)::after {
    display: none;
  }
}

/* ========================
   Responsive  768px
======================== */
@media screen and (max-width: 768px) {
  #lp main {
    padding-top: 60px;
  }

  .lp-sec {
    padding-block: 120px 100px;
  }

  .lp-sec__en {
    font-size: 64px;
    margin-bottom: 4rem;
  }

  .lp-sec__ttl {
    font-size: 18px;
  }

  .lp-mv__ttl-em {
    font-size: 21px;
  }

  .lp-sec__head {
    margin-bottom: 36px;
  }

  /* MV */
  .lp-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }

  .lp-mv__inner::after {
    top: 0;
    left: 0;
    transform: translate(0%, 10%);
    height: 30%;
    width: 80%;
    z-index: -1;
  }

  .lp-mv__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    order: -1;
    margin-left: 30px;
  }

  .lp-mv__img picture,
  .lp-mv__img img {
    min-height: 260px;
    height: 60vw;
    max-height: 400px;
  }

  .lp-mv__text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 44px 24px 50px;
  }

  .lp-mv__ttl {
    font-size: 30px;
  }

  .lp-mv-stats-section {
    display: none;
  }

  .lp-mv__stat-num {
    font-size: 28px;
  }

  /* Strength */
  .lp-strength__row,
  .lp-strength__row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }

  .lp-strength__row-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 90%;
    margin: auto;
  }

  .lp-strength__row-img img {
    max-height: 360px;
  }

  .lp-strength__row-img--bg::before {
    transform: translate(20%, 20%);
    width: 100%;
    height: 75%;
  }

  .lp-strength__num {
    font-size: 18px;
  }

  .lp-strength__num::before {
    width: 14px;
  }

  .lp-strength__name {
    font-size: 20px;
  }


  /* Photos */
  .lp-photos__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }

  .lp-photos__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70vw;
    flex: 0 0 70vw;
  }

  .lp-photos__item img {
    height: 220px;
  }

  /* Flow */
  .lp-flow__list {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  /* Counseling */
  .lp-counseling__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }

  .lp-counseling__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .lp-counseling__img img {
    height: 260px;
  }

  /* Contact */
  .lp-contact__ttl {
    font-size: 20px;
  }

  .lp-contact__tel-num {
    font-size: 30px;
  }

  .lp-contact__btns {
    gap: 28px;
  }

  .lp-btn {
    padding: 14px 28px;
    font-size: 14px;
  }

  .lp-btn--white {
    padding: 14px 36px;
  }

  .lp-analysis {
    padding-block: 80px 0;
  }

  .lp-slider {
    margin-top: 60px;
  }

  .lp-hero {
    margin-top: 80px;
  }

  .lp-hero__bg {
    margin-inline: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .lp-counseling__bottom {
    margin-top: 5rem;
  }
}

/* ========================
   Responsive  480px
======================== */
@media screen and (max-width: 480px) {
  .lp-features__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .lp-features__item+.lp-features__item {
    border-left: none;
    border-top: 2px solid #f9f5f0;
  }

  .lp-benefits__list,
  .lp-devices__list {
    grid-template-columns: 1fr;
  }

  .lp-mv__label {
    font-size: 12px;
  }

  .lp-mv__ttl {
    font-size: 30px;
  }

}