.tp-mv {
  position: relative;
  background-image: url("../images/top-page/sp_mv.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 0 16px;
}

.tp-mv__phone {
  position: absolute;
}

/* SPのみ表示（sm以上で非表示） */
.tp-mv__phone--sp {
  width: 106px;
  bottom: 0;
  right: 0;
}

.tp-mv__phone--pc {
  display: none;
}

.tp-mv__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 0; /* py-4 */
  font-weight: 700;
}

/* タイトル */
.tp-mv__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック",
    fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
}

.tp-mv__badge {
  width: calc(134 / 375 * 100%);
  margin-bottom: 16px;
}

.tp-mv__lead {
  font-size: calc(17 / 375 * 100vw);
  background: #fff;
  color: var(--wmlp-orange, #e76f00);
  margin-bottom: 8px;
  padding: 4px 8px;
}

.tp-mv__catch {
  font-size: calc(23 / 375 * 100vw);
  color: #fff;
  background: var(--wmlp-orange, #e76f00);
  padding: 6px 12px; /* py-0.5 px-3 */
}

.tp-mv__catch--mb {
  margin-bottom: 8px;
}

.tp-mv__catchSmall {
  font-size: 16px;
}

.tp-mv__logo {
  width: calc(220 / 375 * 100%);
  margin-bottom: 16px;
}

.tp-mv__hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 375 * 100vw);
  margin-bottom: 24px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1),
    -1px -1px 0 rgba(255, 255, 255, 1), 1px -1px 0 rgba(255, 255, 255, 1),
    -1px 1px 0 rgba(255, 255, 255, 1);
}

.tp-mv__hoursTime {
  font-size: calc(17 / 375 * 100vw);
  margin: 0 4px; /* mx-1 */
}

.tp-mv__points {
  display: flex;
  justify-content: center;
  gap: 8px; /* gap-2 */
}

.tp-mv__pointImg {
  width: 107px;
  border-radius: 9999px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
}

/* ご相談の多い疾患一覧 */
.tp-disease {
  font-family: "Noto Sans JP", sans-serif;
  padding: 40px 24px;
  max-width: 1040px;
  margin: 0 auto;
  background-color: rgba(253, 239, 231, 1);
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}

.tp-disease__title,
.tp-symptoms__title {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(55, 81, 103, 1);
}

.tp-disease__title::after,
.tp-symptoms__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(55, 81, 103, 1);
  border-radius: 9999px;
}

.tp-disease__lead,
.tp-symptoms__lead {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em;
}

.tp-disease__list {
  list-style: none;
  padding: 16px 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 16px;
  column-gap: 8px;
}

.tp-disease__listItem {
  color: rgba(55, 81, 103, 1);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  min-height: 60px;
  padding: 10px;
  line-height: 1.4;
}

.tp-symptoms__listItem::before,
.tp-disease__listItem::before {
  display: none;
}

.u-hide-sp {
  display: none;
}

.u-margin-0 {
  margin: 0 !important;
}

/* よくある心と体の不調 */
.tp-symptoms {
  padding: 40px 16px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(252, 248, 244, 1);
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}

.tp-symptoms__list {
  list-style: none;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tp-symptoms__listItem {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tp-symptoms__listItem img {
  max-width: 100% !important;
}

.tp-symptoms__listItemTitle {
  color: rgba(55, 81, 103, 1);
  text-align: center !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  font-weight: bold !important;
  letter-spacing: 0.04em;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック",
    fot-tsukuardgothic-std, sans-serif !important;
}

.tp-symptoms__listItemContent {
  padding-left: 1.2em;
  list-style: disc;
  font-size: 16px !important;
  line-height: 1.8 !important;
  text-align: left !important;
  font-weight: normal;
}

.tp-symptoms__listItemContent li::before {
  display: none !important;
}

.btn {
  margin: 40px auto 0;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: #06c755;
  padding: 17px 0;
  max-width: 360px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}

.cta-button {
  width: 300px;
  margin: 0 auto;
  display: block;
  padding: 0 !important;
  background-size: auto !important;
  background-position: inherit !important;
}

.cta-button img {
  max-width: 100%;
}

/* sm: 751px以上 */
@media (min-width: 751px) {
  .tp-mv {
    background-image: url("../images/top-page/mv.jpg");
  }

  .tp-mv__phone--sp {
    display: none;
  }

  .tp-mv__inner {
    padding: 76px 0; /* sm:py-19（推定） */
    overflow: hidden;
  }

  .tp-mv__phone--pc {
    display: block;
    width: 197px;
    bottom: -170px;
    left: 440px;
  }

  .tp-mv__title {
    font-size: 46px;
  }

  .tp-mv__badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 203px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
  }

  .tp-mv__lead {
    font-size: 28px;
    padding: 4px 12px;
  }

  .tp-mv__catch {
    font-size: 44px;
    padding: 12px;
  }

  .tp-mv__catchSmall {
    font-size: 38px;
  }

  .tp-mv__logo {
    width: 380px;
    margin-bottom: 24px;
  }

  .tp-mv__hours {
    font-size: 20px;
  }

  .tp-mv__hoursTime {
    font-size: 36px;
  }

  .tp-mv__points {
    justify-content: flex-start;
  }

  .tp-mv__pointImg {
    width: 139px;
  }

  /* PCのみ表示（sm以上で表示） */
  .tp-mv__phone--pc {
    position: absolute;
  }

  .tp-disease {
    padding: 24px;
    border-radius: 10px;
  }

  .tp-disease__title,
  .tp-symptoms__title {
    font-size: 32px;
  }

  .tp-disease__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 24px 0;
  }

  .tp-disease__listItem {
    font-size: 20px;
  }

  .u-hide-pc {
    display: none;
  }

  .u-hide-sp {
    display: block;
  }

  .tp-symptoms {
    padding: 84px 24px;
  }

  .tp-symptoms__list {
    flex-direction: row;
    justify-content: center;
  }

  .tp-symptoms__listItem {
    width: 320px;
  }

  .cta-button {
    width: 340px;
  }
}

/*
  以下無理やり調整要
*/
html {
  margin-top: calc(64 * 100vw / 375) !important;
}

@media screen and (min-width: 751px) and (max-width: 1031px) {
  html {
    margin-top: calc(88 * 100vw / 1032) !important;
  }
}

@media (min-width: 1032px) {
  html {
    margin-top: 90px !important;
  }
}

.gl2 #main {
  padding-top: 0 !important;
}

@media (min-width: 751px) {
  .gl2 #main {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 751px) and (max-width: 1031px) {
  body {
    padding-top: 0 !important;
  }
}

.gl2 .wrap2-2 {
  max-width: 1040px !important;
}

@media screen and (max-width: 750px) {
  .gl2 .wrap2-2 {
    width: 100%;
  }
}
