html {
  scroll-padding-top: 75px;
}

.p-front-about__ol {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0;
  counter-reset: number 0;
}

.p-front-about__ol li {
  position: relative;
  padding-left: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-front-about__ol li:not(:last-child) {
  margin-bottom: 15px;
}

.p-front-about__ol li::before {
  counter-increment: number 1;
  content: counter(number) '.';
  position: absolute;
  top: 0;
  left: 2px;
  color: #b7964e;
  font-size: 16px;
  font-weight: 700;
}

.p-front-about__ol__label {
  color: #b7964e;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 568px) {
  .p-front-about__ol::-webkit-scrollbar {
    width: 16px;
    border-radius: 30px;
    border: 1px solid #dfd9d8;
  }

  .p-front-about__ol::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 30px;
    box-shadow: inset 0 0 0 1px #dfd9d8;
  }

  .p-front-about__ol::-webkit-scrollbar-thumb {
    background-color: #69c5d1;
    border-radius: 30px;
    box-shadow: inset 0 0 0 3px #eee;
  }

  .p-front-about__ol {
    height: 250px;
    overflow-y: scroll;
    width: 410px;
    max-width: 100%;
    padding: 3px 23px 10px 14px;
  }
}

.p-parts-information__item--small p {
  padding: 15px 20px;
}

.p-parts-information__item__i {
  margin-bottom: 20px;
  padding: 0 25px;
}

@media screen and (max-width: 567px) {
  .p-parts-information__item--small {
    max-width: 300px;
  }

  .p-parts-information__item--small h3 {
    padding: 10px 0;
  }

  .p-parts-information__item--small p {
    padding: 10px 15px 5px;
    line-height: 1.5;
  }

  .p-parts-information__item__i {
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .p-parts-information__item--small .p-parts-information__item--img {
    height: 120px;
  }
}

.p-page-recruit-v2__nav--start {
  justify-content: flex-start;
}

.p-fix-bnr {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.p-fix-bnr__col {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}

.p-fix-bnr__reservation {
  background: #03bbcb;
  margin-right: 0.5px;
}

.p-fix-bnr__tel {
  background: #b7964e;
  margin-left: 0.5px;
}

.p-fix-bnr__pc {
  display: none;
  position: relative;
  z-index: 5;
}

.p-fix-bnr__pc a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.p-fix-bnr__pc a:hover {
  opacity: 0.8;
}

.p-fix-bnr__pc button {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #03bbcb;
  z-index: 5;
}

.p-fix-bnr__pc button::before,
.p-fix-bnr__pc button::after {
  content: '';
  width: 2px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  background: #fff;
}

.p-fix-bnr__pc button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-fix-bnr__pc button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  .p-fix-bnr {
    width: auto;
    left: auto;
    right: 25px;
    bottom: 25px;
  }

  .p-fix-bnr__pc {
    display: block;
  }
}

.u-max-w-630 {
  max-width: 630px;
}

.u-text {
  color: #5e5056 !important;
}

.p-parts-check .c-list--top li {
  margin-top: 10px;
}

.p-parts-check .c-list--top h3 {
  font-size: 16px;
}

.p-parts-check .c-list--top h3::before {
  top: 0;
  margin-top: 0;
}

.p-reservation-qr {
  margin-bottom: 20px;
}

.p-reservation-qr__img {
  display: none;
  text-align: center;
  margin-right: 30px;
}

.p-reservation-qr__textarea {
  padding-top: 10px;
}

.p-reservation-qr__text {
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.p-reservation-qr__text:first-of-type {
  margin-top: 8px;
}

.p-reservation-qr__text:last-of-type {
  margin-bottom: 30px;
}

.p-reservation-qr__text span {
  color: #bfa160;
  text-decoration: underline;
  line-height: 1.8;
  text-underline-offset: 0.3em;
}

.p-reservation-tel {
  background: #fff;
  text-align: center;
  padding: 15px;
  max-width: 610px;
  margin: 0 auto;
  border-radius: 15px;
}

.p-reservation-tel__title {
  display: none;
  font-size: 1.6rem;
  margin-bottom: 11px;
}

.p-reservation-tel__number {
  display: inline-block;
  font-size: 2.8rem;
  color: #bfa160;
  margin-bottom: 7px;
}

.p-reservation-tel__text {
  font-size: 1.4rem;
}

.p-front-bnr {
  transition: 0.3s ease-in-out opacity;
}

.p-front-bnr:hover {
  opacity: 0.7;
}

@media screen and (min-width: 567px) {
  .p-reservation-tel__title {
    display: block;
  }

  .p-reservation-qr__img {
    display: block;
  }

  .p-reservation-tel__title {
    font-size: 2.1rem;
  }

  .p-reservation-tel {
    padding: 35px 15px;
  }

  .p-reservation-tel__number {
    font-size: 3.6rem;
  }

  .p-reservation-qr {
    display: flex;
    margin-bottom: 40px;
  }
}

.p-important-news {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
  border: 2px solid #bfa160;
  border-radius: 3rem;
  padding: 3rem 1.5rem;
}

.p-important-news__heading {
  font-size: 2.4rem;
  text-align: center;
  color: #bfa160;
  margin-bottom: 1rem;
}

.p-important-news__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

.p-important-news__content p:first-child {
  position: relative;
  margin-bottom: 3rem;
}

.p-important-news__content p:first-child::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2rem;
  border-style: solid;
  border-right: 1.2rem solid transparent;
  border-left: 1.2rem solid transparent;
  border-top: 1.5rem solid #bfa160;
  border-bottom: 0;
}

.p-directbonding-feature__title {
  margin-top: 30px !important;
  margin-bottom: -20px !important;
  font-size: 16px;
  padding: 10px;
  background: #bfa160;
  color: #fff;
  text-align: center;
}

.p-directbonding-feature__pic--center {
  width: 670px;
  margin-inline: auto;
  margin-bottom: 3rem;
}

.u-of-hidden {
  overflow: hidden;
}

.p-aesthetic-treatment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.p-aesthetic-whitening {
  padding-bottom: 20px !important;
}

.p-aesthetic-treatment {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-aesthetic-treatment:not(:last-child) {
  margin-bottom: 40px;
}

.p-aesthetic-treatment__frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6%;
}

.p-aesthetic-treatment__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 58.3%;
  padding-left: 20px;
}

.p-aesthetic-checkList__inner,
.p-aesthetic-recommend__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.p-aesthetic-treatment__heading {
  font-size: 24px;
  font-weight: 500;
  color: #bfa160;
  margin-bottom: 20px;
}

.p-aesthetic-treatment--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-aesthetic-treatment--reverse .p-aesthetic-treatment__frame {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-aesthetic-treatment--reverse .p-aesthetic-treatment__textarea {
  padding-left: 0;
  padding-right: 20px;
}

.p-aesthetic-recommend {
  border: 3px solid #69c5d1;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 20px;
}

.p-aesthetic-recommend__header {
  background: #69c5d1;
  padding: 12px 30px;
}

.p-aesthetic-recommend__title {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-aesthetic-recommend__body {
  background: #fff;
  padding: 8px 28px;
}

.p-aesthetic-checkList {
  padding: 5px 0 0;
}

.p-aesthetic-checkList + p {
  margin-top: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-aesthetic-checkList__inner {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-aesthetic-faq__item > div,
.p-aesthetic-faq__item > div:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.p-aesthetic-checkList ul li + li {
  margin-top: 20px !important;
}

.p-aesthetic-checkList__anc {
  color: #69c5d1;
  border-bottom: 1px solid #69c5d1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-aesthetic-checkList__anc:active,
.p-aesthetic-checkList__anc:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-aesthetic-table td,
.p-aesthetic-table th {
  border: 1px solid #ccc;
  text-align: center;
}

.p-aesthetic-table th {
  padding: 13px 20px;
  text-align: center;
  background-color: #eee;
  width: 50%;
}

.p-aesthetic-table td {
  padding: 15px 28px;
}

.p-aesthetic-faq__item + .p-aesthetic-faq__item {
  margin-top: 28px;
}

.p-aesthetic-faq__item > div {
  position: relative;
  display: flex;
  padding-left: 60px;
}

.p-aesthetic-faq__item > div:before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.p-aesthetic-more,
.p-guide-main__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.p-aesthetic-faq__item > div h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #69c5d1;
  letter-spacing: 0.075em;
}

.p-aesthetic-faq__item > div p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-aesthetic-faq__item > div[data-label='Q']:before {
  top: 50%;
  margin-top: -20px;
  background-color: #69c5d1;
}

.p-aesthetic-faq__item > div[data-label='A'] {
  margin-top: 10px;
}

.p-aesthetic-faq__item > div[data-label='A']:before {
  top: 4px;
  background-color: #bfa160;
}

.p-aesthetic-faq .is-hide {
  overflow: hidden;
  height: 45px;
}

.p-aesthetic-more {
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-aesthetic-more__btn {
  position: relative;
  padding-right: 32px;
  border-bottom: 1px solid #5e5056;
  padding-bottom: 5px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-top: 15px;
}

.p-aesthetic-more__btn:active,
.p-aesthetic-more__btn:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

.p-aesthetic-more__btn:after {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 20px;
  top: 0;
  right: 0;
  color: #5e5056;
}

.p-parts-index {
  border-top: 1px dotted #5e5056;
  border-bottom: 1px dotted #5e5056;
  padding: 25px 28px 15px;
}

.p-parts-index__title {
  font-size: 18px;
  font-weight: 500;
  color: #69c5d1;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}

.p-parts-index__list-item,
.p-post__heading,
.p-table tbody td {
  letter-spacing: 0.05em;
}

.p-parts-index__list-item ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-parts-index__list-item li:not(:last-child) {
  margin-right: 40px;
}

.p-parts-index__list-item:not(:last-child) {
  margin-bottom: 25px;
}

.p-parts-index__list-anc {
  display: inline-block;
}

.p-parts-index__list-anc + ul {
  margin-left: 1em;
}

.p-parts-index__list-title {
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 10px;
}

.p-parts-index__list-title:before {
  font-family: 'Font Awesome 5 Pro';
}

.p-parts-index__list-title:before {
  position: absolute;
  content: '\f138';
  font-weight: 700;
  top: 50%;
  left: 0;
  margin-top: -10px;
  color: #69c5d1;
}

.p-parts-index__lists {
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .p-aesthetic-treatment {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-aesthetic-treatment__frame {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-aesthetic-treatment__frame--sm {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-aesthetic-treatment__textarea {
    width: 100%;
    padding-left: 0;
  }

  .p-aesthetic-treatment__heading {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .p-aesthetic-treatment--reverse .p-aesthetic-treatment__frame {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-aesthetic-treatment--reverse .p-aesthetic-treatment__textarea {
    padding-right: 0;
  }

  .p-aesthetic-recommend__header {
    padding: 12px 20px;
  }

  .p-aesthetic-recommend__body {
    padding: 8px 15px;
  }

  .p-aesthetic-checkList {
    padding: 10px 0;
  }

  .p-aesthetic-faq__item + .p-aesthetic-faq__item {
    margin-top: 35px !important;
  }
}

.p-page-whitening-anchor {
  padding: 60px 0;
}

.p-page-whitening__nav-list {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 19px;
  column-gap: 19px;
  list-style: none;
}

.p-page-whitening__nav-list-item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  min-height: 70px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  background-color: #f8f5ef;
  width: 228px;
  height: 70px;
  border-radius: 5px;
  padding-bottom: 15px;
}

.p-page-whitening__nav-list-item a svg {
  position: absolute;
  fill: #bfa160;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-whitening-about__heading {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-section--secondary {
  padding-bottom: 100px;
}

.p-parts-about__content .p-whitening-about__heading-underline {
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #c4a972;
  padding-bottom: 10px;
}

.p-whitening-swiper__wrap {
  display: flex;
  flex-direction: row;
  column-gap: 130px;
}

.p-whitening-swiper__wrap-sm {
  column-gap: 70px;
}

.p-whitening-swiper__img {
  width: 50%;
}

.p-whitening-swiper__img:before {
  right: -90px;
}

.p-whitening-swiper__wrap-sm .p-whitening-swiper__img:before {
  right: -60px;
}

.p-whitening-home__wrap {
  display: flex;
  flex-direction: row;
  column-gap: 130px;
}

.p-whitening-home__img {
  width: 50%;
}

.p-whitening-home__img:before {
  right: -90px;
}

.p-btn--secondary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  max-width: 100%;
  min-height: 62px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #c4a972;
  border-radius: 100px;
  color: #c4a972;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-btn--secondary svg {
  position: absolute;
  top: 50%;
  right: 24px;
  fill: #c4a972;
  pointer-events: none;
  transform: translateY(-50%);
  --transform-translate-y: -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-btn-case {
  width: 300px;
}

html:not(.sp) .p-btn--secondary:focus,
html:not(.sp) .p-btn--secondary:hover {
  text-decoration: none;
  background-color: #c4a972;
  color: #fff;
}

html:not(.sp) .p-btn--secondary:focus svg,
html:not(.sp) .p-btn--secondary:hover svg {
  fill: #fff;
}

.p-whitening-home__table {
  width: 100%;
}

.p-whitening-home__table .p-whitening-home__table-wide {
  width: 72%;
}

.p-whitening-home__table-price {
  font-size: 14px;
  color: #c4a972;
}

.p-whitening-home__table-price span {
  font-size: 24px;
  font-weight: 700;
}

.p-page-whitening-case {
  padding: 0 30px;
  background: #f0f9fa;
  border-radius: 10px;
}

.p-page-whitening-case__heading {
  color: #fff;
  background-color: #69c5d1;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.p-whitening-home__table--swiper {
  width: auto;
}
.p-whitening-home__table--swiper td {
  background-color: #fff;
}

.p-whitening-qanda {
  margin-bottom: 30px;
}

.p-whitening-qanda h4 {
  background-color: #69c5d1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-details {
  margin-top: 28px;
}

.c-details__summary {
  position: relative;
  display: flex;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 10px;
  align-items: center;
}

.c-details__summary:-webkit-details-marker {
  display: none;
}

.c-details__summary:before {
  position: absolute;
  display: flex;
  content: attr(data-label);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  top: 50%;
  left: 0;
  margin-top: -20px;
  background-color: #69c5d1;
}

.c-details__summary svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  fill: #69c5d1;
  transition: 0.3s;
}

.c-details__summary-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #69c5d1;
  align-items: center;
  display: flex;
  min-height: 40px;
}

.c-datails__content {
  position: relative;
  display: flex;
  padding-left: 50px;
  padding-right: 10px;
  margin-top: 5px;
}

.c-datails__content-inner {
  line-height: 2;
}

.c-datails__content:before {
  position: absolute;
  content: attr(data-label);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #bfa160;
}

.c-details[open] .c-details__summary svg {
  transform: rotate(180deg);
}

.p-btn-qanda {
  min-height: 50px;
  font-size: 14px;
  width: 250px;
  margin: 10px 0 0;
}

.c-details__content-link {
  color: #69c5d1;
  text-decoration: underline;
}

/* アニメーション */
.c-details[open] .c-details__content {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.swiper-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px 20px;
} */

/* .swiper-pagination {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #5e5056;
    position: relative;
} */

.p-swiper-button-next,
.p-swiper-button-prev {
  position: relative;
  top: auto;
  margin: 0 30px;
  right: auto;
  left: auto;
  width: 43px;
  height: 43px;
  background-color: #69c5d1;
  border: 3px solid #fff;
  border-radius: 100%;
  background-image: none;
  background-position: center;
}

.p-swiper-button-prev {
  background-image: url(/assets/images/common/chevron-left.svg);
}

.p-swiper-button-next {
  background-image: url(/assets/images/common/chevron-right.svg);
}

/* ページネーションのサイズと色 */

.p-swiper-pagination {
  display: flex;
  column-gap: 20px;
}

.p-swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: #5e5056;
  opacity: 1;
}
.p-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #69c5d1;
}

.p-whitening-wb {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-page-whitening__nav-list {
    font-size: 14px;
    font-size: 1.4rem;
    column-gap: 15px;
    row-gap: 15px;
  }

  .p-page-whitening__nav-list-item {
    width: 165px;
  }

  .p-section--secondary {
    padding-bottom: 60px;
  }

  .p-whitening-about__wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
  }

  .p-whitening-swiper__wrap {
    column-gap: 45px;
  }

  .p-whitening-home__wrap {
    column-gap: 45px;
  }

  .p-whitening-swiper__wrap-sm {
    column-gap: 45px;
  }

  .p-whitening-swiper__img:before {
    right: -35px;
    top: 50%;
    left: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .p-whitening-home__img:before {
    right: -35px;
    top: 50%;
    left: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .p-whitening-swiper__wrap-sm .p-whitening-swiper__img:before {
    right: -35px;
    top: 50%;
    left: auto;
    bottom: auto;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .p-swiper-button-next,
  .p-swiper-button-prev {
    margin: 0 10px;
  }

  .p-page-whitening-case {
    margin: 0 -15px;
    padding: 0 15px;
    border-radius: 0;
  }

  .p-whitening-home__table-price {
    font-size: 12px;
  }

  .p-whitening-home__table-price span {
    font-size: 20px;
    font-weight: 700;
  }
}

/* 2025 03 21 追記 WEB予約（24時間受付）⇨ お支払いについて に変更 */
.p-front-payment {
  background: #fff;
}

.p-front-payment {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4rem;
  row-gap: 2rem;
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-front-payment {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.p-front-payment__item {
  width: 40rem;
  max-width: 100%;
  border: solid #b7964e 2px;
  border-radius: 2rem;
  padding: 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-payment__item {
    width: 100%;
  }
}

.p-front-payment__title {
  color: #b7964e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 2rem;
}

.p-front-payment__label {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 2rem;
}

.p-front-payment__image {
  width: fit-content;
  max-width: 100%;
}

.p-staff-noimage {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff-noimage {
    margin-inline: -0.5rem;
  }
}

.p-staff-noimage__content {
  padding-inline: 1.5rem;
  width: calc(100% / 3);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-staff-noimage__content {
    padding-inline: 0.5rem;
    width: 100%;
  }
  .p-staff-noimage__content:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.p-staff-noimage__content img {
  margin-inline: auto;
  max-width: 100%;
  display: block;
}

.p-staff-noimage__content p {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 1em;
}

.p-staff-noimage__content p span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-staff-noimage__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff-noimage__content p span {
    font-size: 1.4rem;
  }
}

.c-list-number {
  list-style: none;
  padding-left: 0;
  width: min(52rem, 100%);
  margin-inline: auto;
}

.c-list-number li {
  display: flex;
  gap: 0.5rem;
  font-size: 1.8rem;
  margin-top: 2rem !important;
}

.c-list-number li:first-child {
  margin-top: 0 !important;
}
.c-list-number__num {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #69c5d1;
  flex: 0 0 auto;
  margin-top: 0.2em;
}

.c-list-number__num span {
  font-size: 1.4rem;
  color: #fff;
}

.c-list-circle {
  list-style: none;
  padding-left: 0;
}

.c-list-circle li {
  display: flex;
  gap: 0.5rem;
}

.c-list-circle li::before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #69c5d1;
  flex: 0 0 auto;
  margin-top: 0.2em;
}

.p-correction-price--coretox {
  padding-bottom: 50px;
}

.p-correction-price--coretox .p-parts-about__img {
  width: 20rem;
}
@media only screen and (min-width: 768px) {
  .p-correction-price--coretox .p-parts-about__img {
    width: calc(374 / 1030 * 100%);
  }
}

@media only screen and (min-width: 768px) {
  .p-correction-price--coretox .p-parts-about__content {
    width: calc(540 / 1030 * 100%);
  }
}

.c-accordion {
  border-radius: 20px;
  overflow: hidden;
}

.c-accordion__title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
}

summary.c-accordion__title::-webkit-details-marker {
  display: none;
}

.c-accordion__title:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: clamp(15px, calc(15 / 768 * 100vw), 20px);
  transform: translateY(-50%);
  line-height: 0;
  padding: 0;
  font-size: clamp(20px, calc(20 / 768 * 100vw), 32px);
  pointer-events: none;
  color: #5e5056;
}

.c-accordion__title div {
  padding: 15px 60px 15px 30px;
  display: flex;
  gap: clamp(15px, calc(25 / 768 * 100vw), 30px);
}

.c-accordion__title-text {
  font-size: clamp(18px, calc(20 / 768 * 100vw), 20px);
  line-height: 1.8;
}

.c-accordion__title-q {
  font-size: clamp(25px, calc(32 / 768 * 100vw), 32px);
  color: #69c5d1;
  font-weight: 700;
  line-height: 1;
}

.c-accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.c-accordion .c-accordion__contents {
  background-color: #efeeea;
  padding: 30px;
  display: flex;
  gap: clamp(10px, calc(20 / 768 * 100vw), 20px);
}

.c-accordion__contents-a {
  font-size: clamp(25px, calc(32 / 768 * 100vw), 32px);
  color: #bfa160;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

.c-accordion__contents-text {
  font-size: clamp(14px, calc(16 / 375 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.c-accordion .c-accordion__contents > *:first-of-type {
  margin-top: 0;
}

.c-accordion .c-accordion__contents > *:last-of-type {
  margin-bottom: 0;
}

.c-accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.c-accordion[open] .c-accordion__title:after {
  content: 'ー';
  font-size: clamp(20px, calc(20 / 768 * 100vw), 32px);
}

@media only screen and (max-width: 768px) {
  .c-accordion__title div {
    padding: 15px 35px 15px 20px;
  }

  .c-accordion .c-accordion__contents {
    padding: 20px;
  }
}

.l-recruit-voice {
  flex-direction: column-reverse;
  display: flex;
  gap: 25px;
}

.l-recruit-voice:not(:last-child) {
  margin-bottom: 60px;
}

.l-recruit-voice__content {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.l-recruit-voice__img {
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .l-recruit-voice {
    flex-direction: row;
    gap: 45px;
  }
  .l-recruit-voice--reverse {
    flex-direction: row-reverse;
  }

  .l-recruit-voice__content {
    width: 700px;
    gap: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .l-recruit-voice {
    gap: 70px;
  }
}

.p-implant-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.p-implant-btn .p-btn__inner {
  gap: 2rem;
  margin-left: 2rem;
}

.implant-case {
  background-color: #f0f9fa;
  padding: 3rem;
  border-radius: 1rem;
}

.p-implant-home__table {
  width: 100%;
  font-weight: 400;
}

.p-implant-home__table th {
  width: 22rem;
  background-color: #f8f5ef;
  padding: 0.8rem 1rem;
  font-weight: 500;
}

.p-implant-home__table td {
  width: 70rem;
  padding: 0.8rem 1rem;
}

.p-implant-home__table th,
.p-implant-home__table td {
  border: 1px solid #ddd;
}

.text-left {
  text-align: left !important;
  padding: 0 2rem;
}

.p-implant-home {
  padding-bottom: 3rem !important;
}

.periodontal {
  margin-top: 8rem;
}

.p-heading-periodontal {
  margin-bottom: 5rem;
}

.p-perodental-main__content h3 {
  margin-bottom: 2rem;
}

.p-perodental-main__content__link {
  color: #69c5d1;
  text-decoration: underline;
}

/* 2025 11 27 追記 トップページ予約ボタン、ポイント、インスタグラム部分 */
.top-insta__feed{
  padding: 50px 50px 30px 50px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}
.top-inst_btn{
  display: flex;
  width: 320px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  background: #fff;
  border-radius: 50px;
  height: 54px;
  gap: 14px;
  justify-content: center;
  align-items: center;
  border: #5E5056 1px solid;
  text-decoration: none !important;
}
.top-inst_btn:hover{
    background: #a78a50;
  transition: 0.5s; /* マウスカーソルを載せるとき */
}
.top-inst_btn .p-btn__images{
  width: 24px;
}
.top-inst_btn span.p-btn__text{
  font-size: 14px;
  color: #5E5056;
  font-weight: 700;
}
a.top-inst_btn:hover .p-btn__text {
    color: #fff;
    transition: 0.5s; /* マウスカーソルを載せるとき */
}
.c-top-reservation{
  padding: 0px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  width: 100%;
  min-height: 119px;
  gap: 30px;
  margin-top: 20px;

  }
  .c-top-reservation__btn{
      width: 100%;
      max-width: 370px;
      height: 120px;
      padding-top: 15px;
      padding-right: 20px;
      padding-bottom: 15px;
      padding-left: 20px;
      /* gap: 16px; */
      border-radius: 10px;
      display: flex;
    border: solid 2px #fff;
      transition: 0.5s; /* マウスカーソルを載せるとき */
  }
  .c-top-reservation__btn_web{
    background: linear-gradient(270deg, #97DAD3 0%, #3CA8B6 100%);
  }
  .c-top-reservation__btn_tel{
    background: linear-gradient(270deg, #C4A972 0%, #9D8045 100%);
  }
  .c-top-reservation__link{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none !important;
    width: 100%;
  }
  .c-top-reservation__btn:hover{
    opacity: 0.8;
    transition: 0.5s; /* マウスカーソルを載せるとき */
  }
  .c-top-reservation__icon{
    width: 49px;
    height: 49px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .c-top-reservation__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-left: 16px;
    color: #fff;
    align-content: flex-start;
  }
  .c-top-reservation__text-up span{
    font-weight: 600;
    //letter-spacing: -0.1px;
    font-family: "Noto Serif JP", serif;
  }
  .c-top-reservation__text_size18{
    font-size: 18px;
  }
  .c-top-reservation__text_size24{
    font-size: 24px;
  }
  .c-top-reservation__text_size30{
    font-size: 30px;
  }
  .c-top-reservation__text_size33{
    font-size: 33px;
  }
  .c-top-reservation__text-bottom{
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .c-top-reservation__text_size14{
    font-size: 14px;
  }
  .c-top-reservation__text_size16{
    font-size: 16px;
  }

  .p-top__point-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 57px 30px;
    margin-top: 60px;

  }
  .p-top__point-list-item{
    //max-width: calc(33% - 20px);
    max-width: 370px;
    width: 100%;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #A5A5A54D;
  }
  .p-top__point-list-item-icon{
    width: 52px;
    height: 35px;
    position: absolute;
    top: -17px;
    left: calc(50% - 26px);
    border-radius: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .p-top__point-list-item-img{
    margin-bottom: 24px;
  }

  h3.p-top__point-list-item-title,
  h3.p-top__point-list-item-title span{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #69C5D1;
  }
  h3.p-top__point-list-item-title{
    margin-bottom: 24px;
  }
  h3.p-top__point-list-item-title span{
    display: inline-block;
  }
  .p-top__point-list-item-text{
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #5E5056;
  }
  .p-heading-deco h3 span.c-top-point_number{
    color: #69C5D1;
  }
.p-fix-contct-btn  {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 999999;
  width: 60px;
}
.p-fix-contct-btn__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.p-fix-contct-btn__link:hover{
  opacity: 0.65;
  transition: 0.5s; /* マウスカーソルを載せるとき */
}
.p-fix-contct-btn__block {
    display: flex;
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 60px;
}
.p-fix-contct-btn__block_web{
    background: #68c5d1;
    border: solid 2px #FFF;
    height: 215px;
}
.p-fix-contct-btn__block_tel{
    background: #c4a871;
    border: solid 2px #FFF;
    height: 159px;
}
.p-fix-contct-btn__link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 60px;
    gap: 10px;
}

.p-fix-contct-btn__block-text {
    color: #fff;
    width: 1.2em;
    line-height: 1.2;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-style: Bold;
}



@media screen and (min-width:1024px) {
    .p-top__point-list-item{
      max-width: calc(33% - 20px);
    }
  .p-fix-btn{
    position: fixed;
    right: 0;
    top: 50%;
  }
}

@media screen and (max-width:1023px) {
  .top-insta__feed{
    padding: 30px 30px 20px 30px;
  }
  .c-top-reservation{
    flex-direction: column;
    gap: 16px;
  }
  .p-fix-contct-btn  {
    display: none !important;
  }
  .p-fix-popup-sp{
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 999999;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: .5px;
  }
  .p-fix-popup-sp__btn{
    width: calc(50% - 28px);
    height: 50px;
    border-radius: 10px 10px 0 0;
    background-color: #68c5d1;
    background-color: #03bbcb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .p-fix-popup-sp__btn.p-fix-popup-sp__btn-web{
    background-color: #c4a871;
    background-color: #b7964e;
  }
  .p-fix-popup-sp__btn.p-fix-popup-sp__btn-insta{
    width: 56px;
    padding: 0 3px;
    background: none;
  }
  .l-pagetop-item{
    bottom: 65px;
  }
}


@media screen and (max-width: 768px) {
  .top-insta__feed{
    padding: 10px 20px;
  }
  #sb_instagram{
    padding-bottom: 0 !important;
  }
  p.c-top-reservation__text-bottom.c-top-reservation__text_size14 {
    font-size: 12px;
  }
  span.c-top-reservation__text_size33 {
      font-size: 24px;
  }
  .c-top-reservation__text_size24 {
      font-size: 14px;
  }
  .c-top-reservation__btn {
      width: 300px;
      /* height: 88px; */
  }
  .c-top-reservation__icon{
      width: 24px;
      height: 24px;
  }
  .c-top-reservation__icon img {
      width: 13px;
      height: 13px;
  }
  .c-top-reservation__text_size18 {
      font-size: 14px;
  }
  .c-top-reservation__text_size30 {
      font-size: 19px;
  }
  .c-top-reservation__text_size16 {
      font-size: 12px;
  }
  .c-top-reservation__btn_tel {
      height: 88px;
  }
  .c-top-reservation__btn_web {
      height: 66px;
  }
}
