@charset "UTF-8";
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-first-consultation {
    padding: 0.4rem 0 0.8rem;
  }
  .section-first-consultation .title-common-primary {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-first-consultation {
    padding: 69px 0 98px;
  }
  .section-first-consultation .title-common-primary {
    margin-bottom: 29px;
  }
  .section-first-consultation .calendar-table th:first-child {
    width: 141px;
  }
  .section-first-consultation .calendar-table tbody th {
    padding-bottom: 14px;
    padding-left: 0;
    text-align: center;
  }
  .section-first-consultation .calendar-table .dot {
    font-size: 0.24rem;
  }
}
.section-first-bring {
  position: relative;
  z-index: 1;
  background-color: #ebf8f3;
}
.section-first-bring::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../img/first/bring_decor.svg") no-repeat center 100%/100%;
}
.section-first-bring::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.54rem;
  mix-blend-mode: multiply;
}
.section-first-bring .bring-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.section-first-bring .bring-item {
  position: relative;
}
.section-first-bring .bring-icon {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
}
.section-first-bring .bring-wrapper {
  height: 100%;
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-first-bring .bring-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.9rem;
  margin-bottom: 0.22rem;
  color: #53b59e;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.26rem;
  line-height: 1.4;
  text-align: center;
}
.section-first-bring .bring-title::after {
  content: "";
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(#53b59e), color-stop(60%, #85cbbf), to(#e8bb66));
  background: linear-gradient(90deg, #53b59e 0%, #85cbbf 60%, #e8bb66 100%);
}
.section-first-bring .bring-text {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.section-first-bring .bring-content {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-first-bring {
    padding: 0.4rem 0 1.19rem;
  }
  .section-first-bring::before {
    right: 0.1rem;
    bottom: 0;
    width: 1.34rem;
    height: 1.6rem;
  }
  .section-first-bring::after {
    background: url("../img/first/sp/bring_bg.svg") no-repeat center center/cover;
  }
  .section-first-bring .title-common-primary {
    margin-bottom: 0.31rem;
  }
  .section-first-bring .bring-text {
    margin-bottom: 0.89rem;
  }
  .section-first-bring .bring-wrapper {
    padding: 0.7rem 0.2rem 0.21rem;
  }
  .section-first-bring .bring-title {
    margin-bottom: 0.2rem;
  }
  .section-first-bring .bring-title::after {
    bottom: -0.01rem;
  }
  .section-first-bring .bring-icon {
    top: -0.6rem;
  }
  .section-first-bring .bring-item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-first-bring {
    padding: 48px 0 41px;
  }
  .section-first-bring::after {
    background: url("../img/first/bring_bg.svg") no-repeat top center/cover;
  }
  .section-first-bring::before {
    right: calc(50% - 657px);
    bottom: 0;
    width: 168px;
    height: 200px;
  }
  .section-first-bring .title-common-primary {
    margin-bottom: 45px;
  }
  .section-first-bring .bring-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .section-first-bring .bring-item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .section-first-bring .bring-wrapper {
    padding: 69px 30px 28px;
  }
  .section-first-bring .bring-text {
    margin-bottom: 93px;
  }
  .section-first-bring .bring-icon {
    top: -60px;
  }
}
@media print, (min-width: 768px) and (max-width: 1335px) {
  .section-first-bring::before {
    right: 0;
  }
}
.section-first-notices {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fcfbf0;
}
.section-first-notices::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.54rem;
  mix-blend-mode: multiply;
}
.section-first-notices .notices-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-first-notices .notices-item {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  background-color: #fff;
}
.section-first-notices .notices-item:last-child {
  margin-bottom: 0;
}
.section-first-notices .notices-item.is-active .heading-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-color: #ebf8f3;
}
.section-first-notices .notices-item.is-active .heading-icon::before, .section-first-notices .notices-item.is-active .heading-icon::after {
  background-color: #53b59e;
}
.section-first-notices .notices-item.is-active .heading-icon::after {
  opacity: 0;
}
.section-first-notices .title-common-quaternary {
  margin-bottom: 0;
}
.section-first-notices .notices-heading {
  position: relative;
  cursor: pointer;
}
.section-first-notices .heading-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 100%;
  background-color: #53b59e;
}
.section-first-notices .heading-icon::before, .section-first-notices .heading-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.14rem;
  height: 0.02rem;
  margin: auto;
  background-color: #fff;
}
.section-first-notices .heading-icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-first-notices .notices-content {
  display: none;
  position: relative;
}
.section-first-notices .notices-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #53b59e;
}
.section-first-notices .content-description p:last-child {
  margin-bottom: 0;
}
.section-first-notices .list-common-number .number-common {
  width: 0.36rem;
  height: 0.36rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.2rem;
}
.section-first-notices .list-common-number .number-text {
  font-weight: 700;
  line-height: 1.4;
}
.section-first-notices .list-common-number .number-item:last-child {
  margin-bottom: 0;
}
.section-first-notices .text-note {
  font-weight: 400;
}
.section-first-notices .text-note span {
  color: #f58e59;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-first-notices {
    padding: 0.4rem 0;
  }
  .section-first-notices::after {
    background: url("../img/first/sp/notices_bg.svg");
  }
  .section-first-notices .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-first-notices .notices-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.6rem;
    padding: 0.14rem 0.7rem 0.1rem 0.2rem;
  }
  .section-first-notices .heading-icon {
    right: 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .section-first-notices .notices-content {
    margin: 0 0.2rem;
    padding: 0.2rem 0;
  }
  .section-first-notices .list-common-number {
    margin-top: 0.31rem;
  }
  .section-first-notices .list-common-number .number-item {
    margin-bottom: 0.1rem;
  }
  .section-first-notices .list-common-number .number-common {
    top: -0.07rem;
  }
  .section-first-notices .list-common-number .number-text {
    line-height: 1.38;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-first-notices {
    padding: 48px 0 60px;
  }
  .section-first-notices::after {
    background: url("../img/first/notices_bg.svg") no-repeat top center/cover;
  }
  .section-first-notices .title-common-primary {
    margin-bottom: 40px;
  }
  .section-first-notices .notices-heading {
    padding: 20px 30px;
  }
  .section-first-notices .heading-icon {
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .section-first-notices .notices-content {
    margin: 0 30px;
    padding: 30px 0 27px;
  }
  .section-first-notices .list-common-number {
    margin-top: 28px;
  }
  .section-first-notices .list-common-number .number-item {
    margin-bottom: 10px;
  }
  .section-first-notices .list-common-number .number-common {
    position: relative;
    top: -7px;
    margin-right: 9px;
  }
  .is-tablet .section-first-notices .list-common-number .number-common {
    padding-bottom: 10px;
  }
}
.section-first-treatment {
  position: relative;
  z-index: 1;
  background-color: #fff5ec;
}
.section-first-treatment::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.54rem;
  mix-blend-mode: multiply;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-first-treatment {
    padding: 0.4rem 0 0.8rem;
  }
  .section-first-treatment::after {
    background: url("../img/common/sp/treatment_bg.svg") no-repeat center center/cover;
  }
  .section-first-treatment .title-common-primary {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-first-treatment {
    padding: 48px 0 100px;
  }
  .section-first-treatment::after {
    background: url("../img/common//treatment_bg.svg") no-repeat top center/cover;
  }
  .section-first-treatment .title-common-primary {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=first.css.map */