.clinic-lead {
  overflow: clip;
}
.clinic-lead .lead-unit {
  display: grid;
  grid-template-columns: 400px 1fr;
}
@media screen and (max-width: 1279px) {
  .clinic-lead .lead-unit {
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 959px) {
  .clinic-lead .lead-unit {
    grid-template-columns: 220px 1fr;
    margin: 0 auto;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-lead .lead-unit {
    grid-template-columns: 1fr;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.clinic-lead .lead-unit__ttl {
  position: relative;
}
.clinic-lead .lead-unit__ttl::before {
  position: absolute;
  content: "";
  top: -72px;
  left: -104px;
  width: 930px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/beam-l.svg") center/contain no-repeat;
  opacity: 0.05;
}
.clinic-lead .lead-unit__ttl .lead-ttl {
  position: relative;
  padding-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .clinic-lead .lead-unit__ttl .lead-ttl {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-lead .lead-unit__ttl .lead-ttl {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__ttl .lead-ttl {
    padding-bottom: 16px;
  }
}
.clinic-lead .lead-unit__ttl .lead-ttl__item {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 5.6rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 959px) {
  .clinic-lead .lead-unit__ttl .lead-ttl__item {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .clinic-lead .lead-unit__ttl .lead-ttl__item {
    font-size: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__ttl .lead-ttl__item {
    display: inline-block;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__ttl .lead-ttl__item:not(:last-child) {
    margin-right: 8px;
  }
}
.clinic-lead .lead-unit__ttl .lead-sub-ttl {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 959px) {
  .clinic-lead .lead-unit__ttl .lead-sub-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .clinic-lead .lead-unit__ttl .lead-sub-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__ttl .lead-sub-ttl {
    margin-bottom: 12px;
  }
}
.clinic-lead .lead-unit__txt .txt-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__txt .txt-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
}
.clinic-lead .lead-unit__txt p {
  line-height: 2;
}
.clinic-lead .lead-unit__txt p:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .clinic-lead .lead-unit__txt p:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__txt p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.clinic-lead .lead-unit__txt p em {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .clinic-lead .lead-unit__txt p em {
    font-size: 1.8rem;
  }
}

.facility {
  padding-top: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .facility {
    padding-top: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .facility {
    padding-top: calc(8px * 11 * 0.5);
  }
}
.facility {
  padding-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .facility {
    padding-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .facility {
    padding-bottom: calc(8px * 11 * 0.5);
  }
}
.facility {
  overflow: clip;
}
.facility .facility-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .facility .facility-list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .facility .facility-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .facility .facility-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.facility .facility-list::before {
  position: absolute;
  content: "";
  top: -48px;
  right: -48px;
}
.facility .facility-list__item .facility-dtl .facility-ttl {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 0;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .facility .facility-list__item .facility-dtl .facility-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .facility .facility-list__item .facility-dtl .facility-ttl {
    margin-bottom: 14px;
    padding: 14px 0;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .facility .facility-list__item .facility-dtl .facility-ttl {
    margin-bottom: 12px;
    padding: 12px 0;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.facility .facility-list__item .facility-dtl .facility-ttl::before, .facility .facility-list__item .facility-dtl .facility-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
}
.facility .facility-list__item .facility-dtl .facility-ttl::before {
  left: 0;
  width: 24px;
  background: #796A58;
}
.facility .facility-list__item .facility-dtl .facility-ttl::after {
  right: 0;
  width: calc(100% - 26px);
  background: #ffffff;
}

.first {
  padding-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .first {
    padding-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .first {
    padding-bottom: calc(8px * 11 * 0.5);
  }
}
.first .first-list {
  counter-reset: first-num;
}
.first .first-list__item {
  margin-bottom: 24px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  padding: 24px 24px 24px 60px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .first .first-list__item {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .first .first-list__item {
    margin-bottom: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .first .first-list__item {
    margin-bottom: 16px;
    padding: 16px 16px 16px 32px;
    gap: 12px;
  }
}
.first .first-list__item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 120px;
  aspect-ratio: 200/175;
  opacity: 0.08;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star-double.svg") center/contain no-repeat;
}
.first .first-list__item::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% 0;
  top: 100%;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #9D927E transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .first .first-list__item::after {
    border-width: 10px 12px 0 12px;
  }
}
.first .first-list__item > span {
  position: absolute;
  top: 15px;
  left: 4px;
  display: inline-block;
  padding-left: 20px;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  rotate: Z 90deg;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .first .first-list__item > span {
    top: 13px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .first .first-list__item > span {
    left: -8px;
  }
}
.first .first-list__item > span::before, .first .first-list__item > span::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.first .first-list__item > span::before {
  left: 0;
  content: "";
  width: 13px;
  height: 1px;
  background: #796A58;
}
.first .first-list__item > span::after {
  counter-increment: first-num;
  content: counter(first-num, decimal-leading-zero);
  left: calc(100% + 6px);
  font-size: 2rem;
  opacity: 1;
}
.first .first-list__item .first-dtl {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .first .first-list__item .first-dtl {
    padding-top: 0;
  }
}
.first .first-list__item .first-dtl dt {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .first .first-list__item .first-dtl dt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 519px) {
  .first .first-list__item .first-dtl dt {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .first .first-list__item .first-vsl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 440px;
    margin-inline: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .first .first-list__item .first-vsl img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
.first .first-list__item:last-child {
  margin-bottom: 0;
}
.first .first-list__item:last-child::after {
  display: none;
}

.commitment .commitment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 68px 24px;
  padding-top: 48px;
  counter-reset: commitment-num;
}
@media screen and (max-width: 959px) {
  .commitment .commitment-list {
    gap: 60px 16px;
  }
}
@media screen and (max-width: 767px) {
  .commitment .commitment-list {
    gap: 52px 16px;
  }
}
@media screen and (max-width: 519px) {
  .commitment .commitment-list {
    gap: 44px 0;
  }
}
.commitment .commitment-list__item {
  position: relative;
  width: calc(33% - 14px);
  border: solid 1px #9D927E;
}
@media screen and (max-width: 959px) {
  .commitment .commitment-list__item {
    width: calc(33% - 9px);
  }
}
@media screen and (max-width: 767px) {
  .commitment .commitment-list__item {
    width: calc(50% - 9px);
  }
}
@media screen and (max-width: 519px) {
  .commitment .commitment-list__item {
    width: 100%;
  }
}
.commitment .commitment-list__item::after {
  position: absolute;
  content: "";
  right: -4px;
  bottom: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #9D927E #9D927E transparent;
}
.commitment .commitment-list__item > span {
  position: absolute;
  top: -50px;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  font-family: "Marcellus", serif;
  background: #ffffff;
  color: #046A74;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .commitment .commitment-list__item > span {
    top: -42px;
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 519px) {
  .commitment .commitment-list__item > span {
    top: -36px;
    width: 72px;
    height: 72px;
  }
}
.commitment .commitment-list__item > span::before, .commitment .commitment-list__item > span::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% -50%;
}
.commitment .commitment-list__item > span::before {
  top: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: dashed 1px #9D927E;
  border-radius: 50%;
}
.commitment .commitment-list__item > span::after {
  counter-increment: commitment-num;
  content: counter(commitment-num, decimal-leading-zero);
  top: calc(50% + 10px);
  font-size: 2.2rem;
}
.commitment .commitment-list__item .item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 68px 10px 50px;
}
@media screen and (max-width: 959px) {
  .commitment .commitment-list__item .item-inner {
    padding: 60px 10px 42px;
  }
}
@media screen and (max-width: 519px) {
  .commitment .commitment-list__item .item-inner {
    padding: 46px 10px 28px;
  }
}
.commitment .commitment-list__item .item-inner::before, .commitment .commitment-list__item .item-inner::after {
  position: absolute;
  content: "";
  width: 80px;
  aspect-ratio: 8/7;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star-double.svg") center/contain no-repeat;
  opacity: 0.08;
}
.commitment .commitment-list__item .item-inner::before {
  top: 0;
  right: 0;
}
.commitment .commitment-list__item .item-inner::after {
  bottom: 0;
  left: 0;
}
.commitment .commitment-list__item .item-inner p {
  text-align: center;
}
.commitment .commitment-list__item .item-inner p em {
  border-bottom: dashed 1px #046A74;
  font-size: 1.8rem;
  font-weight: bold;
  color: #046A74;
}
@media screen and (max-width: 959px) {
  .commitment .commitment-list__item .item-inner p em {
    font-size: 1.6rem;
  }
}
.commitment .commitment-list__item:nth-child(3n-1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .commitment .commitment-list__item:nth-child(3n-1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}
.commitment .commitment-list__item:nth-child(3n) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .commitment .commitment-list__item:nth-child(3n) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .commitment .commitment-list__item:nth-child(2n) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}
@media screen and (max-width: 519px) {
  .commitment .commitment-list__item:nth-child(2n) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.commitment .commitment-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .commitment .commitment-txt {
    text-align: left;
  }
}
.commitment .commitment-txt em {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .commitment .commitment-txt em {
    font-size: 1.6rem;
  }
}
.commitment .frame-unit__item {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .commitment .frame-unit__item {
    padding-bottom: 0;
  }
}
.commitment .counseling-unit {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .commitment .counseling-unit {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .commitment .counseling-unit {
    grid-template-columns: 1fr;
  }
}
.commitment .counseling-unit.--line {
  grid-template-columns: 1fr 130px;
}
@media screen and (max-width: 519px) {
  .commitment .counseling-unit.--line {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 519px) {
  .commitment .counseling-unit__vsl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 240px;
    margin-inline: auto;
  }
}
.commitment .reserve-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .commitment .reserve-btn {
    position: relative;
    bottom: auto;
    left: auto;
    translate: none;
    width: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 519px) {
  .commitment .reserve-btn {
    margin-top: 16px;
  }
}
.commitment .reserve-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding: 9px;
  border-radius: 40px;
  border: solid 1px #046A74;
  background: #046A74;
  color: #ffffff;
}
.commitment .reserve-btn a span {
  position: relative;
  padding-left: 28px;
}
.commitment .reserve-btn a span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/contact.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.commitment .reserve-btn a:hover {
  background: #ffffff;
  color: #046A74;
}
.commitment .reserve-btn a:hover span::before {
  background-color: #046A74;
}
.commitment .reserve-btn.--line a {
  border-color: #00B900;
  background: #00B900;
}
.commitment .reserve-btn.--line a span {
  padding-left: 28px;
}
.commitment .reserve-btn.--line a span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/line.svg");
}
.commitment .reserve-btn.--line a:hover {
  background: #ffffff;
  color: #00B900;
}
.commitment .reserve-btn.--line a:hover span::before {
  background-color: #00B900;
}

.payment {
  padding-top: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .payment {
    padding-top: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .payment {
    padding-top: calc(8px * 11 * 0.5);
  }
}
.payment {
  padding-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .payment {
    padding-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .payment {
    padding-bottom: calc(8px * 11 * 0.5);
  }
}
.payment .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.payment .payment-list__item {
  padding: 8px 14px;
  border: solid 1px rgba(157, 146, 126, 0.64);
}
@media screen and (max-width: 767px) {
  .payment .payment-list__item {
    padding: 6px 10px;
  }
}
.payment .payment-list__item span {
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .payment .payment-list__item span {
    padding-left: 12px;
    font-size: 1.6rem;
  }
}
.payment .payment-list__item span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/list-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .payment .payment-list__item span::before {
    top: 9px;
  }
}
.payment .loan {
  padding: 64px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 959px) {
  .payment .loan {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .payment .loan {
    padding: 32px;
  }
}
@media screen and (max-width: 519px) {
  .payment .loan {
    padding: 24px;
  }
}
.payment .loan .loan-ttl {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #796A58;
  font-size: 1.8rem;
  border-bottom: 1px solid #796A58;
}
@media screen and (max-width: 767px) {
  .payment .loan .loan-ttl {
    font-size: 1.6rem;
    padding-left: 16px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}
.payment .loan .loan-ttl::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  width: 6px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/list-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .payment .loan .loan-ttl::before {
    top: 10px;
  }
}
.payment .loan .attention-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  color: #A55555;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .payment .loan .attention-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.payment .loan .attention-ttl .ico-att {
  width: 22px;
  aspect-ratio: 1/1;
  background: #A55555;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/attention.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/attention.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.payment .loan .attention-ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #A55555;
}

.faq .faq-list__item {
  position: relative;
  padding: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .faq .faq-list__item {
    padding: calc(8px * 4 * 0.5);
  }
}
.faq .faq-list__item {
  background: #ffffff;
  overflow: clip;
  border: 1px solid #9D927E;
}
.faq .faq-list__item::after {
  position: absolute;
  content: "";
  top: -30px;
  right: 0;
  width: 430px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/beam-l.svg") center/contain no-repeat;
  opacity: 0.08;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item::after {
    width: 300px;
    top: -16px;
    right: -16px;
  }
}
.faq .faq-list__item dt,
.faq .faq-list__item dd {
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dt,
  .faq .faq-list__item dd {
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dt,
  .faq .faq-list__item dd {
    padding-left: 24px;
  }
}
.faq .faq-list__item dt::before,
.faq .faq-list__item dd::before {
  position: absolute;
  left: 0;
  font-family: "Marcellus", serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dt::before,
  .faq .faq-list__item dd::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dt::before,
  .faq .faq-list__item dd::before {
    font-size: 1.8rem;
  }
}
.faq .faq-list__item dt {
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: dotted 1px #9D927E;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    margin-bottom: 14px;
    padding-bottom: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dt {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
.faq .faq-list__item dt::before {
  content: "Q";
  top: -2px;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dt::before {
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dt::before {
    top: 0;
  }
}
.faq .faq-list__item dd::before {
  content: "A";
  top: 1px;
  color: #A55555;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dd::before {
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dd::before {
    top: 3px;
  }
}
.faq .faq-list__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .faq .faq-list__item:not(:last-child) {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
/*# sourceMappingURL=../../maps/pages/clinic.css.map */
