@charset "UTF-8";

/* リニューアル前のスタイルから流用 */
.l-premirecall-link .contents {
  text-align: center;
}
.l-premirecall-link .contents a {
  color: #000;
  line-height: 1;
  text-decoration: none;
  vertical-align: top;
}
.l-premirecall-link .contents .arrow:after {
  background-position: -1em -2em;
}
/* SP */
@media (max-width: 767px) {
  .l-premirecall-link .contents {
    padding: 92px 0 40px;
  }
  .l-premirecall-link .contents a {
    font-size: 1.2rem;
  }
  .l-premirecall-link .contents .arrow:after {
    font-size: 18px;
    margin: 0 0 0 4px;
    top: -1px;
  }
}
/* TB & PC */
@media (min-width: 768px) {
  .l-premirecall-link .contents {
    padding: 100px 0 50px;
  }
  .l-premirecall-link .contents a {
    font-size: 1.8rem;
  }
  .l-premirecall-link .contents .arrow:after {
    font-size: 22px;
    margin: 0 0 0 8px;
    top: -2px;
  }
}

/* =================================
	ここから新規追加
================================= */
/* ユーティリティ */
.pc-only {
  @media (max-width: 767px) {
    display: none;
  }
}
.sp-only {
  @media (min-width: 768px) {
    display: none;
  }
}

/* タイトルセクション */
.l-premirecall-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 20px 42px;
  gap: 32px;

  .title-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #000;
    gap: 4px;

    .en {
      font-family: "NouvelR", sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 24px;
    }

    .jp {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 300;
      font-size: 10px;
      line-height: 10px;
    }
  }

  .title-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    gap: 8px;
    width: 320px;

    .lead {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin: 0;
    }

    .desc {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 30px;
      letter-spacing: 1.05px;
      margin: 0;
    }
  }

  .pc-only {
    display: none;
  }
}

/* TB & PC */
@media (min-width: 768px) {
  .l-premirecall-title {
    padding: 50px 0 60px;
    gap: 40px;

    .title-name {
      .en {
        font-size: 46px;
        line-height: 46px;
      }

      .jp {
        font-size: 12px;
        line-height: 12px;
        margin-top: 4px;
      }
    }

    .title-body {
      gap: 16px;
      width: 1024px;
      text-align: center;

      .lead {
        font-size: 18px;
        line-height: 28px;
      }

      .desc {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
      }
    }

    .pc-only {
      display: inline;
    }
  }
}

/* 緊急連絡セクション */
.l-premirecall-emergency {
  padding: 0 20px;

  .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 54px;
    gap: 18px;
  }

  .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .icon {
    background: #000;
    border-radius: 50%;
    box-sizing: content-box;
    width: 28px;
    height: 28px;
    padding: 18px;
  }

  .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 28px;
    line-height: 26px;
    margin: 0;
  }

  .body {
    display: flex;
    flex-direction: column;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    gap: 4px;
    width: 320px;

    .desc {
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      margin: 0;
    }

    .note {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      margin: 0;
    }
  }

  .pc-only {
    display: none;
  }
}

/* TB & PC */
@media (min-width: 768px) {
  .l-premirecall-emergency {
    .contents {
      gap: 20px;
      padding-top: 100px;
    }

    .heading {
      gap: 16px;
    }

    .icon {
      width: 28px;
      height: 28px;
      padding: 16px;
    }

    .title {
      font-size: 32px;
    }

    .body {
      width: 1024px;
      text-align: center;
    }

    .pc-only {
      display: inline;
    }
  }
}

/* CV セクション（.contents不要 → 外枠に直接スタイル） */
.l-premirecall-cv {
  background: #efdf00;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 32px;
  gap: 16px;

  .cv-btn {
    display: flex;
    align-items: center;
    background: #000;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    transition: background-color 0.3s;
    width: 320px;
    height: 80px;
    padding-left: 32px;

    .logo {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
    }

    .text {
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      white-space: nowrap;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 26px;
      margin-left: 12px;

      .emphasis {
        font-size: 20px;
      }
    }

    .arrow {
      flex-shrink: 0;
      position: absolute;
      right: 15px;
      width: 6px;
      height: 10px;
    }
  }

  .cv-btn:hover {
    background-color: #535353;
  }

  .cv-note {
    border: 1px solid #000;
    box-sizing: border-box;
    width: 280px;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;

    .head {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .icon {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
    }

    .title {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700;
      color: #333;
      font-size: 14px;
      line-height: 24px;
    }

    .desc {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      color: #333;
      font-size: 13px;
      line-height: 20px;
    }
  }
}

/* TB & PC */
@media (min-width: 768px) {
  .l-premirecall-cv {
    padding: 56px 20px;
    gap: 20px;

    .cv-btn {
      width: 800px;
      max-width: 100%;
      height: 100px;
      padding-left: 0;
      justify-content: center;
      gap: 16px;

      .logo {
        width: 50px;
        height: 50px;
      }

      .text {
        flex-direction: row;
        font-size: 22px;
        line-height: 21px;
        margin-left: 0;

        .emphasis {
          font-size: 26px;
        }
      }

      .arrow {
        right: 25px;
        width: 7px;
        height: 12px;
      }
    }

    .cv-note {
      border-radius: 6px;
      padding: 12px 16px 12px 16px;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      width: auto;

      .icon {
        width: 32px;
        height: 32px;
      }

      .title {
        font-size: 16px;
        white-space: nowrap;
      }

      .desc {
        font-size: 14px;
        line-height: 26px;
      }
    }
  }
}

/* STEPエリア・その他機能エリア */
.l-premirecall-emergency {
  .steps {
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
    margin-top: 36px;
  }

  .steps-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #333;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    padding: 0 20px;
    margin: 0;
  }

  .steps-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 27px;
  }

  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    gap: 16px;
  }

  .step-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;

    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }

  .step-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .step-badge {
    background: #efdf00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 2px;
    font-family: "NouvelR", sans-serif;
    font-weight: 600;
    color: #333;
    width: 90px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;

    .num {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
    }
  }

  .step-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
  }

  .step-arrow {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    transform: rotate(90deg);

    img {
      width: 18px;
      height: 30px;
    }
  }

  .features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 0;
    gap: 56px;
  }

  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 320px;
    gap: 20px;
  }

  .feature-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    .icon {
      background: none;
      border-radius: 0;
      padding: 0;
      box-sizing: border-box;
      width: 57px;
      height: 57px;
    }
  }

  .feature-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 28px;
    line-height: 26px;
    margin: 0;
  }

  .feature-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    text-align: left;
    margin: 0;
  }
}

/* TB & PC */
@media (min-width: 768px) {
  .l-premirecall-emergency {
    .steps {
      padding: 64px 20px;
      max-width: 1024px;
      margin: 40px auto;
      box-sizing: border-box;
      gap: 56px;
    }

    .steps-title {
      font-size: 26px;
      line-height: 36px;
      padding: 0;
    }

    .steps-flow {
      flex-direction: row;
      align-items: flex-start;
      gap: 48px 12px;
      flex-wrap: wrap;
      max-width: 100%;
      width: 1024px;
    }

    .step {
      width: 150px;
      gap: 26px;
    }

    .step-label {
      gap: 12px;
    }

    .step-name {
      white-space: nowrap;
    }

    .step-arrow {
      transform: none;
      padding-top: 140px;

      img {
        width: 12px;
        height: 20px;
      }
    }

    .features {
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
			flex-wrap: wrap;
      width: 1024px;
			max-width: 100%;
      padding: 64px 20px 100px;
      gap: 64px;
      margin: 0 auto;
    }

    .feature {
      width: 460px;
    }

    .feature-heading {
      gap: 16px;

      .icon {
        width: 60px;
        height: 60px;
      }
    }

    .feature-title {
      font-size: 32px;
    }

    .feature-desc {
      text-align: center;
    }
  }
}
