/*/beginner用スタイル*/

.c-page-section-title {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2916666667;
  text-align: center;
  margin-bottom: 12.8vw;
}

@media screen and (min-width: 768px) {
  .c-page-section-title {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 54px;
  }
}

.c-page-section-title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -24px;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: skewX(-45deg) translateX(-50%);
  transform: skewX(-45deg) translateX(-50%);
  width: 76px;
  width: 4.75rem;
  height: 5px;
  height: 0.3125rem;
  background: linear-gradient(
    45deg,
    #262626 0%,
    #262626 50%,
    #e2d29e 50%,
    #e2d29e 100%
  );
}
.p-operation-treatment__items {
  margin-top: 84px;
  margin-top: 48px;
}
.c-page-section-example {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 8px;
  background: #f6f6f6;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__items {
    margin-top: 64px;
  }
}

.p-operation-treatment__items > li + li {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__items > li + li {
    margin-top: 4.5625rem;
  }
}

.p-operation-treatment__item {
  position: relative;
  padding: 50px 24px 24px;
  padding: 3.125rem 1.5rem 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__item {
    padding: 4.5rem 2.5rem 2.5rem;
  }
}

.p-beginner__number {
  position: absolute;
  top: -39px;
  top: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  color: #262626;
}
@media screen and (min-width: 768px) {
  .p-beginner__number {
    top: -2.0625rem;
  }
}

.p-beginner__number span {
  position: relative;
  font-family: inherit;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.p-beginner__number span::after {
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 0;
  display: block;
  content: "";
  background: linear-gradient(92.27deg, #a78620 2.21%, #ffecb0 99.19%);
  width: 106px;
  width: 6.625rem;
  height: 5px;
  height: 0.3125rem;
  -webkit-transform: scaleY(1.3) perspective(0.6em) rotateX(-10deg);
  transform: scaleY(1.3) perspective(0.6em) rotateX(-10deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.p-beginner__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #262626;
}
@media screen and (min-width: 768px) {
  .p-beginner__title {
    text-align: center;
    font-size: 20px;
  }
}

.p-operation-treatment__items {
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__items {
    margin-top: 6.0625rem;
  }
}

.p-operation-treatment__items > li + li {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__items > li + li {
    margin-top: 4.5625rem;
  }
}

.p-operation-treatment__item {
  position: relative;
  padding: 50px 24px 24px;
  padding: 3.125rem 1.5rem 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .p-operation-treatment__item {
    padding: 4.5rem 2.5rem 2.5rem;
  }
}

.p-page-beginner__img {
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 287px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-page-beginner__images img {
  width: 287px;
  display: flex;
  justify-content: space-between;
}

.p-page-beginner__annotation {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-page-aga-about__title_pc {
    font-size: 16px;
    line-height: 1.2916666667;
  }
}
@media screen and (max-width: 767px) {
  .p-page-aga-about__title_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-page-aga-about__title_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-aga-about__title_sp {
    font-size: 16px;
    line-height: 1.2916666667;
    margin-bottom: 24px;
    text-align: center;
  }
}

.step4-text {
  margin: 24px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .beginner .p-page-aga-about__text {
    border: none !important;
  }
  .beginner .p-operation-treatment__item {
    padding: 57px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .beginner .p-operation-treatment__item:not(:nth-last-of-type(1)) {
    margin-bottom: 2.533vw;
  }
  .beginner .p-operation-treatment__item {
    padding: 54px 24px 24px;
  }
  .beginner .p-page-beginenr-about__wrapper {
    margin-top: 6vw;
  }
  .beginner .step4-text {
    display: none;
  }
  .beginner .p-beginner__title {
    font-size: 6vw;
  }
  .beginner .p-page-aga-about__title_sp {
    font-size: 5vw;
  }
  .beginner .p-page-aga-about__items {
    margin-top: 1.5rem;
  }
  .beginner .p-page-aga-about__text2 {
    text-align: left;
  }
}
.p-operation-treatment__item .step4-text:nth-of-type(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .step4-text {
    margin: 0 0 40px;
    text-align: center;
  }
}

.beginner .l-common-margin {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .beginner .l-common-margin {
    margin-top: 3rem;
    margin-bottom: 6.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 678px;
  }
}

.beginner .l-inner-748 {
  max-width: 500px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .beginner .l-inner-748 {
    max-width: 798px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.beginner .l-inner {
  max-width: 500px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .beginner .l-inner {
    max-width: 678px;
    padding: 0;
  }
}
.p-page-aga-about__text {
}

.p-page-aga-about__text2 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.p-page-aga-effect__wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-aga-effect__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.625rem;
    -moz-column-gap: 1.625rem;
    column-gap: 1.625rem;
  }
}

.p-page-aga-effect__wrapper .p-page-aga-effect__img + .p-page-aga-effect__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-page-aga-effect__img {
    width: 287px;
    height: 161px;
  }
}

.p-page-aga-effect__wrapper .p-page-aga-effect__img + .p-page-aga-effect__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-page-aga-effect__img {
    width: 287px;
    height: 161px;
  }
}

@media screen and (min-width: 768px) {
  .p-page-aga-about__img {
    max-width: 278px;
  }
}

.p-page-aga-about__img img {
  width: 287px;
  height: 161px;
}

/*# sourceMappingURL=styles.css.map */

.p-for-beginner {
  padding: 0 25px;
  max-width: 1050px;
}

.p-for-beginner__body {
  padding: 20px;
  background-color: #f6f6f6;
  position: relative;
  margin: auto;
}

.p-for-beginner__inner {
  padding: 32px 3.33%;
  background-color: #fff;
}

.p-for-beginner__item {
  padding-left: 26%;
}
.p-for-beginner__body::before {
  position: absolute;
  content: "";
  width: 25.3%;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url("../images/page/beginner-woman_02.png") no-repeat left bottom /
    contain;
}
.p-for-beginner-text-img {
  position: relative;
  width: clamp(400px, 80.3%, 530px);
  margin: 0 auto;
}

.p-for-beginner__textWrap img {
  width: 100%;
  max-height: 83px;
  display: block;
  margin: 0 auto 20px;
}
.p-for-beginner-text-img::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 56px;
  background: url("../images/page/beginner-text-left.png") no-repeat center
    center/contain;
}
.p-for-beginner-text-img::after {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 56px;
  background: url("../images/page/beginner-text-right.png") no-repeat center
    center/contain;
}
.p-for-beginner__textWrap p {
  text-align: left;
  line-height: 1.6;
}
.p-for-beginner-btn__header {
  font-weight: 500;
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.p-for-beginner-btn__header span {
  padding: 0 0.5em;
  display: inline-block;
  background-color: #fff;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.p-for-beginner-btn__header::before {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.p-for-beginner__staff {
  width: clamp(200px, 30.3%, 291px);
}

.p-for-beginner .p-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-for-beginner .c-tel-btn__number {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-for-beginner .p-section-cta__wrapper {
    flex-flow: column;
    margin-top: 40px;
  }
  .p-for-beginner .p-section-cta__btn:not(:root) {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .p-page-aga-about__text2 {
    font-size: clamp(14px, 4.266vw, 18px);
  }
}

.p-for-beginner .c-tel-btn__number {
  font-size: 1em;
  font-weight: 700;
  padding-left: 0;
  font-family: "Noto Sans JP";
}
.p-for-beginner .c-line-btn__text {
  font-size: 1em;
  padding-left: 0.5em;
}
.p-for-beginner .c-reserve-btn__text {
  font-size: 1em;
  padding-left: 0.5em;
}
.p-for-beginner .p-section-cta__btn:not(:root) {
  height: auto;
}
.p-for-beginner .c-line-btn a:not(:root) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-for-beginner .c-tel-btn a:not(:root) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-for-beginner .c-reserve-btn a:not(:root) {
  padding: 0.625rem 0.8125rem;
}
.p-for-beginner .p-section-cta__wrapper {
  column-gap: 0.5rem;
  margin-top: 20px;
}
.p-for-beginner .c-tel-btn__img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-for-beginner-header-sp {
    display: flex;
    gap: 3%;
    align-items: center;
  }
  .is-pc {
    display: none;
  }
  .p-for-beginner-text-img::before {
    display: none;
  }
  .p-for-beginner-text-img::after {
    display: none;
  }
  .p-for-beginner__body::before {
    display: none;
  }
  .p-for-beginner__item {
    padding-left: 0;
  }
  .p-for-beginner-btn__header::before {
    display: none;
  }
  .p-for-beginner__textWrap p {
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
  }
  .p-for-beginner-btn__header {
    max-width: 238px;
    margin: 32px auto 0;
  }
  .p-for-beginner .p-section-cta__wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .p-for-beginner__inner {
    padding: 18px 22px 24px;
  }
  .p-for-beginner-btn__header span {
    padding: 0;
  }
  .p-for-beginner__body {
    padding: 20px 20px;
  }
  .p-for-beginner-header-sp {
    background-color: #f6f6f6;
  }
  .p-for-beginner .p-section-cta__btn:not(:root) {
    margin-top: 16px;
  }
}

.p-for-beginner-header-sp img:nth-child(1) {
  width: 39.5%;
}
.p-for-beginner-header-sp img:nth-child(2) {
  width: 57.5%;
}
.beginner .p-beginner__title {
  font-size: clamp(19px, 5.33vw, 24px);
}
