.sectionWrap {
  padding: 60px 0 35px
}
.section {
  padding-top: 80px;
  margin-top: -80px;
  font-family: "Zen Old Mincho",serif
}
.section + .section {
  padding-top: 80px;
  margin-top: -30px
}
.section__heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-baika-pink);
  letter-spacing: 0
}
.section .text {
  letter-spacing: 0
}
.section .text--contact {
  margin-top: -11px
}
.section .centeredHeading {
  display: grid;
  gap: 10px;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  letter-spacing: 0
}
.section .centeredHeading__en img {
  display: block;
  width: auto;
  height: 12px;
  margin: 0 auto
}
.section .telBox {
  display: grid;
  gap: 20px;
  padding: 30px 30px 25px;
  margin-top: 20px;
  background: var(--color-bg)
}
.section .telBox__buttonWrap {
  display: grid;
  flex: 0 0 auto;
  gap: 10px
}
.section .telBox__button a {
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0
}
.section .telBox__content .title {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0
}
.section .telBox__content .title::before {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  content: "";
  background: url(/assets/images/pages/common/icon_star.svg) center/contain no-repeat
}
.section .telBox__content .tel {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-baika-pink);
  letter-spacing: 0
}
.section .telBox__content .tel .small {
  font-size: 18px
}
.section .telBox__content .note {
  margin-top: 5px;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 12px;
  letter-spacing: 0
}
@media (min-width:768px) {
  .sectionWrap {
    padding: 100px 0 20px
  }
  .section {
    padding-top: 120px;
    margin-top: -120px
  }
  .section + .section {
    padding-top: 120px;
    margin-top: -40px
  }
  .section__heading {
    margin-bottom: 26px;
    font-size: 24px
  }
  .section .text {
    font-size: 17px
  }
  .section .text--contact {
    margin-top: -17px
  }
  .section .centeredHeading {
    gap: 14px;
    margin-bottom: 34px;
    font-size: 26px
  }
  .section .centeredHeading__en img {
    height: 15px
  }
  .section .telBox {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 40px 60px;
    margin-top: 33px
  }
  .section .telBox__button {
    width: 550px
  }
  .section .telBox__content {
    display: flex;
    flex: 1 1 auto;
    gap: 15px;
    align-items: center
  }
  .section .telBox__content:first-child {
    justify-content: center
  }
  .section .telBox__content .title {
    margin-bottom: 0;
    font-size: 18px
  }
  .section .telBox__content .tel {
    font-size: 28px
  }
  .section .telBox__content .tel .small {
    font-size: 22px
  }
}