@charset "UTF-8";

/* ========================================
   LP 変数
   ======================================== */
:root {
  --lp-primary: #29bcd4;
  --lp-primary-dark: #1fa8be;
  --lp-allow : #88E7F1;
  --lp-primary-light: #d9f5f9;
  --lp-reccomend-bg: #EEF8FB;
  --lp-max-width: 1100px;
  --lp-section-padding: 50px;
}

/* ========================================
   共通
   ======================================== */
.lp-section__inner {
  max-width: var(--lp-max-width);
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-margin {
  margin: 0;
}

/* ========================================
   画像
   ======================================== */
.lp-c-button {
  width: 420px;
}

.lp-c-img2 {
  width: 350px;
}

.lp-c-img2 {
  width: 569px;
}

.lp-c-img5 {
  width: 394px;
}

.lp-c-img6 {
  width: 533px;
}

.lp-c-img8 {
  width: 648px;
}

.lp-c-img10 {
  width: 293px;
}

.lp-img2 {
  width: 170px;
  margin-right: 4px;
}

.lp-img3 {
  width: 174px;
}

.lp-img5 {
  width: 385px;
}

.lp-img6 {
  width: 346px;
}

.lp-img7 {
  width: 375px;
}
@media (max-width: 900px) {
  .lp-c-button {
    width: 369px;
  }

  .lp-img2 {
    width: 106px;
  }

  .lp-img3 {
    width: 101px;
    margin-right: 5px;
  }

  .lp-img5 {
    width: 229px;
  }

  .lp-img6 {
    width: 192px;
  }

  .lp-img7 {
    width: 221px;
  }
}
/* ========================================
   ヘッダー
   ======================================== */
.lp-header {
  background: #fff;
}

.lp-header__inner {
  max-width: var(--lp-max-width);
  margin: 0 auto;
  padding: 58px 44px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-header__label {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  flex-shrink: 0;
}

.lp-header__logo-outer {
  margin: 0;
}

.lp-header__logo {
  width: 408px;
}

/* ========================================
   ページタイトル
   ======================================== */
.lp-page-title {
  background: #fff;
  padding: 0 0 12px;
}

.lp-page-title__inner {
  max-width: var(--lp-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   メインビジュアル（ヒーロー）
   ======================================== */
.lp-hero {
  position: relative;
  background: url('../img/lp/common/img7.jpg') center / cover no-repeat;
  padding: 50px 0 60px;
  border-radius: 75px 75px 0 0;
}

.lp-hero::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    border: 30px solid transparent;
    border-top: 25px solid var(--lp-allow);
    border-bottom: none;
    content: '';
    transform: translateX(-50%);
}

.lp-hero__inner {
  max-width: var(--lp-max-width);
  margin: 0 auto;
  padding: 0 40px;
}

.lp-hero__content {
  display: flex;
  align-items: center;
}

.lp-hero__cross-image-area {
  margin-bottom: 10px;
}

.lp-hero__cross-image {
  width: 550px;
  margin: 0px;
}

.lp-hero__text {
  font-size: 15px;
  color: #333;
  margin-bottom: 14px;
}

.lp-hero__text:last-child {
  margin-bottom: 0;
}

.lp-hero__right-image {
  max-width: 460px;
  width: 100%;
  margin-top: -140px;
}

/* ========================================
   CTAボタン
   ======================================== */
.lp-cta {
  padding: 35px 0 55px;
  background: #fff;
  text-align: center;
}

.lp-cta__link {
  display: inline-block;
  transition: opacity .2s ease;
}

.lp-cta__link:hover,
.lp-cta__link:focus {
  opacity: 0.82;
}

/* ========================================
   おすすめ施設
   ======================================== */
.lp-recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-recommend__title {
  text-align: center;
  margin-bottom: 44px;
}

.lp-recommend__image {
  width: 740px;
}

.lp-recommend__content {
  font-size: 16px;
  position: relative;
  padding-bottom: 160px;
}

.lp-recommend__list {
  background-color: var(--lp-reccomend-bg);
  border-radius: 30px;
  padding: 40px 60px;
}

.lp-recommend__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.7px;
  color: #333;
}

.lp-recommend__item:last-child {
  margin-bottom: 0;
}

.lp-recommend__check {
  width: 19px;
  height: auto;
}

.lp-recommend__image-outer {
  position: absolute;
  right: 0;
  bottom: 40px;
}

/* ========================================
   特定保健指導の一例（ステップ）
   ======================================== */
.lp-case-study {
  background: var(--lp-primary-light);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-case-study__title {
  text-align: center;
  margin-bottom: 35px;
}

.lp-case-study__card {
  background: #fff;
  border-radius: 30px;
  padding: 50px 40px 20px;
}

/* ステップ */
.lp-step {
  position: relative;
  margin-bottom: 50px;
}

.lp-step:last-child {
  margin-bottom: 0;
}

/* ステップ間の点線コネクター */
.lp-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 21px;
  top: 48px;
  bottom: -50px;
  width: 2px;
  background-image: repeating-linear-gradient(
    to bottom,
    #707070 0,
    #707070 2px,
    transparent 2px,
    transparent 6px
  );
  margin: 12px 0;
}

.lp-step__header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.lp-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #FFA200;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  flex-shrink: 0;
  line-height: 1;
}

.lp-step__number-index {
  font-size: 21px;
}

.lp-step__title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.lp-step__body {
  padding-left: 62px;
}

.lp-step__text {
  font-size: 14px;
  line-height: 1.85;
  color: #333;
  margin-bottom: 20px;
}

.lp-step__images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-step__image-outer {
  flex: 1;
}

.lp-step__image-outer--full {
  width: 100%;
  margin-left: -24px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.lp-step__image-outer--center {
  display: flex;
  justify-content: center;
}

.lp-step__cases {
  border: 2px solid #00BCD4;
  border-radius: 15px;
  overflow: hidden;
  width: 600px;
}

.lp-step__case {
  display: flex;
  align-items: stretch;
}

.lp-step__case-border-white {
  border-top: 1px solid #fff;
}

.lp-step__case-border-blue {
  border-top: 1px solid #00BCD4;
}

.lp-step__case-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 15px 18px;
  background: var(--lp-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.lp-step__case-text {
  flex: 1;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  align-self: center;
}

/* ========================================
   お問い合わせ
   ======================================== */
.lp-inquiry {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}

.lp-inquiry__title {
  text-align: center;
  margin-bottom: 44px;
}

.lp-inquiry__content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.lp-inquiry__image-outer {
  position: relative;
}

.lp-inquiry__form-outer {
  flex: 1;
  padding: 0 10px;
}

.lp-inquiry__form-content {
  display:flex;
  gap: 20px;
  flex-direction: column;
  width: 380px;
}

/* LP専用フォームスタイル */
.lp-form-section {
  margin-bottom: 0px;
}

.lp-form-section:last-child {
  margin-bottom: 0;
}

.lp-form-section__caption {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #64696e;
}

.lp-form-section__caption--required::after {
  content: "必須";
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #e04545;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
}

.lp-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 0;
}

.lp-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}

.lp-privacy-link {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.6;
}

.lp-privacy-link a {
  color: var(--lp-primary-dark);
  text-decoration: underline;
}

.lp-privacy-agree {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

/* LP送信ボタン */
.lp-btn-submit {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #3cba6f;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: .05em;
  transition: background .2s ease;
}

.lp-btn-submit:hover,
.lp-btn-submit:focus {
  background: #30a660;
}

.lp-inquiry__ssl {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 28px;
}

/* ========================================
   バナー
   ======================================== */
.lp-banner {
  padding: 20px 20px 40px;
  text-align: center;
}

.lp-banner__link {
  display: inline-block;
  text-align: center;
  transition: opacity .2s ease;
}

.lp-banner__link:hover,
.lp-banner__link:focus {
  opacity: 0.85;
}

/* ========================================
   レスポンシブ SP（～768px）
   ======================================== */
@media (max-width: 768px) {

  /* ページタイトル */
  .lp-page-title {
    padding: 0 0 10px;
  }

  .lp-page-title__inner {
    padding: 0 30px;
    text-align: center;
  }

  /* ヘッダー */
  .lp-header__inner {
    padding: 14px 18px;
    justify-content: center;
    gap: 0;
  }

  .lp-header__label {
    display: none;
  }

  .lp-header__logo {
    width: 100%;
    padding: 10px 25px 0;
  }

  /* ヒーロー */
  .lp-hero {
    padding: 35px 0 36px;
    border-radius: 40px 40px 0 0;
  }

  .lp-hero__inner {
    padding: 0;
  }

  .lp-hero__text {
    padding: 0 18px;
  }

  .lp-hero__title {
    margin-bottom: 22px;
  }

  .lp-hero__content {
    flex-direction: column;
    gap: 22px;
  }
  .lp-hero__left-inner-image {
    padding: 0 18px 30px;
  }
  .lp-hero__right {
    text-align: center;
  }

  .lp-step__cases {
    width: 100%;
  }

  .lp-inquiry {
    margin: 0;
  }

  .lp-hero__cross-image-area {
    overflow: hidden;
  }

  .lp-hero__cross-image {
    margin-left: 10%;
  }
  
  /* CTA */
  .lp-cta {
    padding: 35px 5px 22px;
  }

  /* 共通インナー */
  .lp-section__inner {
    padding: 0 18px;
    width: 100%;
  }

  /* おすすめ施設 */
  .lp-recommend {
    padding: 0;
  }

  .lp-recommend__title {
    margin-bottom: 10px;
  }

  .lp-recommend__content {
    flex-direction: column;
    gap: 26px;
    padding-bottom: 120px;
  }

  .lp-recommend__image {
    width: 100%;
    padding: 0 35px;
  }

  .lp-recommend__list {
    border-radius: 25px;
    padding: 25px 15px 90px;
  }

  .lp-recommend__item {
    align-items: flex-start;
    margin-bottom: 13px;
    font-size: 14px;
    letter-spacing: 0;
  }
  
  .lp-recommend__check {
    padding-top: 4px;
  }

  .lp-recommend__image-outer {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 60px;
    width: 200px;
    justify-self: center;
  }

  /* 特定保健指導の一例 */
  .lp-case-study {
    padding: 0;
  }

  .lp-case-study__title {
    margin-bottom: 12px;
  }

  .lp-case-study__card {
    border-radius: 22px;
    padding: 26px 18px;
  }

  .lp-step__case-text {
    padding: 20px 10px;
  }

  .lp-step {
    margin-bottom: 34px;
  }

  .lp-step__header {
    gap: 12px;
    margin-bottom: 10px;
  }

  .lp-step__number {
    width: 30px;
    height: 30px;
  }

  .lp-step__image-outer--full {
    width: 105%;
    margin-left: -8px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lp-step__number-index {
    font-size: 14px;
  }

  .lp-step:not(:last-child)::after {
    top: 34px;
    bottom: -32px;
    left: 15px;
  }

  .lp-step__title {
    font-size: 17px;
  }

  .lp-step__body {
    padding-left: 40px;
  }

  .lp-step__case {
    flex-direction: row;
  }

  .lp-step__case-label {
    min-width: unset;
    width: 110px;
    padding: 10px 4px;
  }

  .lp-step__image-outer--center {
    padding: 0 15px;
  }
  /* お問い合わせ */
  .lp-inquiry {
    padding: 0px;
  }

  .lp-checkbox-group {
    flex-wrap: nowrap;
    gap: 25px;
  }

  .lp-inquiry__title {
    margin-bottom: 26px;
  }

  .lp-inquiry__content {
    flex-direction: column;
    gap: 22px;
  }

  .lp-inquiry__image-outer {
    text-align: center;
  }

  .lp-inquiry__form-content {
    width: 100%;
  }

  .lp-inquiry__form-outer {
    padding: 0;
    width: 90vw;
    max-width: 460px;
  }
  /* バナー */
  .lp-banner {
    padding: 20px 16px;
  }

}
