@media screen and (max-width: 767px) {
  .c-mv__txt {
    width: 130%;
  }
}

.c-bg {
  background: #FFF9F9;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .c-bg {
    padding: 0 0 6rem;
  }
}

.p-intro {
  overflow: clip;
  background: url(../img/beginners/bg_intro.jpg) 0 0/cover no-repeat;
  padding: 3.8rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 4rem 2.4rem 6rem;
  }
}
.p-intro__img svg {
  width: 82%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro__img svg {
    width: 100%;
  }
}
.p-intro__ttl {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 2.8rem;
    margin: 0 0 0.5rem;
  }
}
.p-intro__ttl .num {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl .num {
    font-size: 6rem;
  }
}
.p-intro__ttl .bg {
  background: #B98374;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 8rem;
  letter-spacing: -0.03em;
  padding: 0 1rem;
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl .bg {
    font-size: 6rem;
  }
}
.p-intro__ttl .per {
  font-size: 4.2rem;
}
.p-intro__txt {
  color: #fff;
  padding: 0 4rem 0 0;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 0;
    margin: 2.4rem 0 0;
  }
}
.p-intro-content {
  max-width: 112rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro-content {
    display: block;
  }
}
.p-intro-content__head {
  width: 36.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-content__head {
    width: auto;
  }
}
.p-intro-content__inner {
  position: sticky;
  top: 12.4rem;
  left: 0;
}
.p-intro-content__detail {
  width: 74rem;
}
@media screen and (max-width: 767px) {
  .p-intro-content__detail {
    width: calc(100% + 2.4rem);
    margin-right: 2.4rem;
  }
}
.p-intro-slider {
  margin: 4.5rem 0 0;
}
.p-intro-slider__ttl {
  pointer-events: none;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 2rem;
}
.p-intro-slider__notes {
  font-size: 1.2rem;
  color: #fff;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-slider__notes {
    margin-top: 2rem;
  }
}
.p-intro-slide {
  position: relative;
  width: calc((100vw - 112rem) / 2 + 100%);
  margin-right: calc((100vw - 112rem) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .p-intro-slide {
    width: 100%;
    margin: 0;
  }
}
.p-intro-slide__item {
  width: 61.3rem !important;
  background: linear-gradient(45deg, rgb(185, 137, 124) 0%, rgb(206, 165, 150) 50%, rgb(158, 119, 90) 100%);
  border-radius: 0.6rem;
  margin-right: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide__item {
    width: 37rem !important;
  }
}
.p-intro-slide-head {
  position: relative;
}
.p-intro-slide-head__wrap {
  position: relative;
  padding: 1.6rem 0 0 10.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__wrap {
    padding: 1rem 0 0 8rem;
  }
}
.p-intro-slide-head__img {
  position: absolute;
  bottom: 0;
  left: 3.4rem;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__img {
    left: 1.6rem;
  }
}
.p-intro-slide-head__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 1.2rem;
}
.p-intro-slide-head__age {
  font-size: 3.7rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__age {
    font-size: 2.2rem;
  }
}
.p-intro-slide-head__age span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__age span {
    font-size: 1.8rem;
  }
}
.p-intro-slide-head__name {
  font-size: 3.4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__name {
    font-size: 1.8rem;
  }
}
.p-intro-slide-head__name span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__name span {
    font-size: 1.8rem;
  }
}
.p-intro-slide-head__cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.5rem 0 0;
  padding: 0 19rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__cat {
    gap: 0.2rem;
    padding-right: 10rem;
  }
}
.p-intro-slide-head__cat li {
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  border-radius: 0.3rem;
  line-height: 1;
  padding: 0.7rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__cat li {
    font-size: 1.1rem;
    padding: 0.4rem;
  }
}
.p-intro-slide-head__time {
  position: absolute;
  bottom: 1.6rem;
  right: 2.4rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__time {
    top: 50%;
    bottom: auto;
    right: 1.2rem;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.3rem 0 0.3rem 1rem;
    border-left: 1px solid #fff;
    transform: translateY(-50%);
  }
}
.p-intro-slide-head__time span {
  display: inline-block;
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-head__time span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 0;
    margin: 0.5rem 0 0;
    border-left: 0;
  }
}
.p-intro-slide-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-img {
    position: relative;
    width: 100%;
    height: 15rem;
    overflow: hidden;
  }
}
.p-intro-slide-img__photo {
  position: relative;
  width: 50%;
  height: 22.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-img__photo {
    width: calc(50% - 0.1rem);
    height: 15rem;
  }
}
.p-intro-slide-img__photo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.8rem;
  height: 7.7rem;
  background: url(../img/home/img_case_watermark.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-img__photo::before {
    width: 4.3rem;
    height: 4.6rem;
    bottom: 0.3rem;
    left: 0.3rem;
  }
}
.p-intro-slide-img__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.p-intro-slide-img__photo span {
  position: absolute;
  top: 3.4rem;
  right: -3.3rem;
  display: block;
  width: 9.8rem;
  height: 3.1rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .p-intro-slide-img__photo span {
    top: 2.3rem;
    right: -2.3rem;
    width: 6.8rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
.p-intro-slide-img__before span {
  background: #979797;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-img__after {
    margin-top: 0;
  }
}
.p-intro-slide-img__after span {
  background: #B98374;
}
.p-intro-slide-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price {
    display: block;
    padding: 0 1.6rem 2.4rem;
  }
}
.p-intro-slide-price-treat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 1.2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-treat {
    width: 100%;
    border-bottom: 1px solid #E2B9B7;
    padding: 1.6rem 0 1rem;
  }
}
.p-intro-slide-price-treat__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  flex-shrink: 0;
  margin-right: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-treat__ttl {
    flex-shrink: 0;
    font-size: 1.2rem;
    margin-right: 2.3rem;
    padding-right: 0;
    border-right: 0;
  }
}
.p-intro-slide-price-treat__txt {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-treat__txt {
    font-size: 1.4rem;
  }
}
.p-intro-slide-price-treat a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-intro-slide-price-treat a:hover {
    text-decoration: none;
  }
}
.p-intro-slide-price-yen {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 1.2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-yen {
    width: 100%;
    border-bottom: 1px solid #E2B9B7;
    padding: 1.6rem 0 1rem;
  }
}
.p-intro-slide-price-yen__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-right: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-yen__ttl {
    flex-shrink: 0;
    font-size: 1.2rem;
    margin-right: 2.3rem;
    padding-right: 0;
    border-right: 0;
  }
}
.p-intro-slide-price-yen__txt {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-yen__txt {
    font-size: 1.4rem;
  }
}
.p-intro-slide-price-yen__txt span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-intro-slide-price-yen__txt span {
    font-size: 1rem;
  }
}
.p-intro-slide .slick-arrow {
  position: absolute;
  bottom: 3.9rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-intro-slide .slick-arrow {
    bottom: 13.5rem;
  }
}
.p-intro-slide .slick-arrow.slick-prev {
  top: -3.5rem;
  left: 43rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: translateX(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-intro-slide .slick-arrow.slick-prev {
    top: auto;
    bottom: 0;
    left: 3.5rem;
  }
}
.p-intro-slide .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-intro-slide .slick-arrow.slick-next {
  top: -3.5rem;
  left: 72rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro-slide .slick-arrow.slick-next {
    top: auto;
    bottom: 0;
    right: 4.8rem;
    left: auto;
  }
}
.p-intro-slide .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-intro-slide .slick-dots {
  position: absolute;
  top: -3.5rem;
  left: 42rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 32rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro-slide .slick-dots {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 2.4rem);
    margin: 2.4rem 0 0;
  }
}
.p-intro-slide .slick-dots li {
  line-height: 0;
}
.p-intro-slide .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #fff;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 0.5;
}
.p-intro-slide .slick-dots li.slick-active button {
  opacity: 1;
}

.p-comp {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-comp {
    padding: 6rem 0 0;
  }
}
.p-comp__wrap {
  max-width: 112rem;
  margin: 0 auto;
}
.p-comp-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-comp-head {
    display: block;
    padding: 0 2.4rem;
  }
}
.p-comp-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-comp-head__en {
    text-align: center;
    font-size: 6.2rem;
  }
}
.p-comp-head__ttl {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-comp-head__ttl {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
.p-comp-head__txt {
  width: 60.9rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-comp-head__txt {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 2.4rem 0 0;
  }
}
.p-comp-table {
  position: relative;
  background: linear-gradient(45deg, rgb(231, 192, 181) 0%, rgb(234, 218, 213) 50%, rgb(236, 206, 184) 100%);
  padding: 0 0 4rem;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-comp-table {
    border-radius: 0;
    padding: 0 0 2.8rem;
  }
}
.p-comp-table::before {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  right: 3.3rem;
  width: 7rem;
  height: 13.4rem;
  background: url(../img/beginners/img_comp_comment_02.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-comp-table::before {
    content: none;
  }
}
.p-comp-table__inner {
  width: 88.5rem;
  padding: 14rem 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-comp-table__inner {
    width: 62rem;
    box-sizing: content-box;
    padding: 9.5rem 1.6rem 2rem 1.6rem;
  }
}
.p-comp-table__scroll table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.2rem;
  margin: 0 auto;
}
.p-comp-table__scroll table thead th {
  width: 18rem;
  height: 8rem;
  background: #5A554D;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table thead th {
    width: 12.7rem;
    height: 5.6rem;
    font-size: 1.2rem;
  }
}
.p-comp-table__scroll table thead th:first-child {
  width: 7.7rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table thead th:first-child {
    width: 4.7rem;
  }
}
.p-comp-table__scroll table thead th:nth-child(2) {
  position: relative;
  width: 26rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table thead th:nth-child(2) {
    width: 18.4rem;
  }
}
.p-comp-table__scroll table thead th:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-comp-table__scroll table tbody th {
  height: 11rem;
  background: #9D8C80;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table tbody th {
    height: 7.7rem;
    font-size: 1.2rem;
  }
}
.p-comp-table__scroll table tbody th span {
  text-align: left;
  line-height: 1.4;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.p-comp-table__scroll table tbody td {
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 1.5rem 0;
}
.p-comp-table__scroll table tbody td:nth-child(2) {
  background: #B98374;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table tbody td:nth-child(2) {
    font-size: 1.1rem;
    padding: 0;
  }
}
.p-comp-table__scroll table tbody td:nth-last-child(-n+3) {
  background: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table tbody td:nth-last-child(-n+3) {
    font-size: 1.1rem;
  }
}
.p-comp-table__scroll table tbody td:nth-last-child(-n+3).top {
  vertical-align: top;
}
.p-comp-table__scroll table tbody td .big {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table tbody td .big {
    font-size: 1.2rem;
  }
}
.p-comp-table__scroll table tbody td .num {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table tbody td .num {
    font-size: 1.5rem;
  }
}
.p-comp-table__scroll table tbody td .yel {
  color: #FFF480;
  font-weight: 700;
}
.p-comp-table__scroll table tbody td img {
  display: block;
  width: 2.7rem;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-comp-table__scroll table tbody td img {
    width: 1.9rem;
  }
}
.p-comp-table__scroll .simplebar-scrollbar::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #B98374;
  border-radius: 0;
  opacity: 1;
}
.p-comp-table__scroll .simplebar-track {
  width: calc(100% - 3.2rem);
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #FCF8F8;
}
.p-comp-comment {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-comp-comment {
    display: none;
  }
}
.p-comp-comment__inner {
  position: relative;
  padding: 8.8rem 0 0;
}
.p-comp-comment__ttl {
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 18rem;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
  border: 1px solid #EEE;
  padding: 0.8rem 1.6rem;
}

.p-care {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-care {
    margin-top: 6rem;
    padding: 0 2.4rem;
  }
}
.p-care__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  background: #fff;
  max-width: 111.2rem;
  margin: 0 auto;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-care__wrap {
    display: block;
    padding: 4.8rem 1.6rem;
  }
}
.p-care__img {
  width: 55.2rem;
}
@media screen and (max-width: 767px) {
  .p-care__img {
    position: relative;
    width: 100%;
  }
}
.p-care-content {
  width: 41rem;
}
@media screen and (max-width: 767px) {
  .p-care-content {
    width: auto;
  }
}
.p-care-content__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-care-content__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    gap: 0.2rem 0;
    position: absolute;
    top: -1.6rem;
    left: -1.6rem;
    font-size: 2.2rem;
  }
  .p-care-content__ttl.u-pc {
    display: none;
  }
  .p-care-content__ttl .wh {
    display: inline-block;
    background: #fff;
    padding: 0 0.8rem;
  }
}
.p-care-content__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-care-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1.6rem 0 0;
  }
}
.p-care-content__notes {
  text-align: center;
  color: #979797;
  font-size: 1.4rem;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-care-content__notes {
    font-size: 1.2rem;
    margin: 1.3rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-care-content__btn {
    width: 33.2rem;
    height: 6.7rem;
    margin: 3.6rem auto 0;
  }
  .p-care-content__btn .c-cta__free {
    font-size: 1.1rem;
    left: 2.5rem;
  }
  .p-care-content__btn .c-cta__txt {
    font-size: 1.8rem;
  }
}

.p-reason__wrap {
  position: relative;
  max-width: 111.2rem;
  margin: 5.8rem auto 0;
}
.p-reason__wrap::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: 8.6rem;
  width: 15.1rem;
  height: 19.1rem;
  background: url(../img/beginners/icn_reason_p.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap::before {
    top: 0.8rem;
    right: 3.8rem;
    width: 7.2rem;
    height: 9.2rem;
    z-index: 2;
  }
}
.p-reason__ttl {
  /*
  width: 53.1rem;
  margin: 0 auto 7rem;
  @include deviceSP {
  	width: 34.7rem;
  	margin: 0 auto 2.4rem;
  }
  	*/
  position: relative;
  width: 53rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 5.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #B98374;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    width: 34.7rem;
    font-size: 3.2rem;
    margin: 0 auto 2.4rem;
    padding: 0 0 0.5rem;
  }
}
.p-reason__ttl .pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  gap: 0 0.5rem;
  margin: 0 0 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl .pre {
    margin: 0 0 1.4rem;
  }
}
.p-reason__ttl .pre img {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl .pre img {
    width: 24.4rem;
  }
}
.p-reason__ttl .pre .small {
  font-size: 3.2rem;
  color: #5A554D;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl .pre .small {
    font-size: 2.1rem;
  }
}
.p-reason__ttl::before, .p-reason__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4.8rem;
  height: 11.5rem;
  background: url(../img/beginners/icn_reason.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl::before, .p-reason__ttl::after {
    top: 50%;
    bottom: auto;
    width: 3.7rem;
    height: 8.8rem;
    transform: translateY(-50%);
  }
}
.p-reason__ttl::before {
  left: 0;
}
.p-reason__ttl::after {
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-reason__ttl::after {
    transform: translateY(-50%) scale(-1, 1);
  }
}
.p-reason__intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  max-width: 111.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason__intro {
    flex-flow: column;
  }
}
.p-reason__movie {
  width: 53.7rem;
  height: 39.8rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason__movie {
    width: 100vw;
    height: 28.2rem;
    border-radius: 0;
  }
}
.p-reason__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-reason-content {
  width: 55.1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-content {
    width: 100%;
  }
}
.p-reason-content__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-content__ttl {
    position: relative;
    text-align: center;
    font-size: 2.8rem;
    margin: -5.4rem 0 1.6rem;
    z-index: 1;
  }
}
.p-reason-content__ttl .wh {
  display: inline-block;
  background: #FCF8F8;
  padding: 0 1rem;
}
.p-reason-content__ttl .wh + .wh {
  background: none;
  margin-top: 0.6rem;
}
.p-reason-content__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-reason-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 0 2.4rem;
  }
}
.p-reason-list {
  width: 53.6rem;
  padding: 0 0 8rem;
}
.p-reason-list__item {
  margin-top: 6rem;
}
.p-reason-list__item:first-child {
  margin-top: 0;
}
.p-reason-list-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 1.6rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-list-head {
    justify-content: space-between;
  }
}
.p-reason-list-head__num {
  font-size: 1.8rem;
  line-height: 1;
  color: #B98374;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-reason-list-head__num {
    font-size: 1.4rem;
  }
}
.p-reason-list-head__num span {
  display: block;
  font-size: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-reason-list-head__num span {
    font-size: 4rem;
  }
}
.p-reason-list-head__cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26.6rem;
  height: 4rem;
  background: #B98374;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
@media screen and (max-width: 767px) {
  .p-reason-list-head__cat {
    font-size: 1.6rem;
  }
}
.p-reason-list-head__icn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-reason-list-head__icn {
    display: block;
    position: absolute;
  }
  .p-reason-list-head__icn.-icn01 {
    top: 7.7rem;
    right: -2.4rem;
    width: 13.2rem;
  }
  .p-reason-list-head__icn.-icn02 {
    top: 7.7rem;
    right: 2rem;
    width: 7.3rem;
  }
  .p-reason-list-head__icn.-icn03 {
    top: 10.2rem;
    right: 2rem;
    width: 12.5rem;
  }
  .p-reason-list-head__icn.-icn04 {
    top: 7.2rem;
    right: 2.6rem;
    width: 8.9rem;
  }
}
.p-reason-list__pre {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-reason-list__pre-line {
  display: inline;
  padding-bottom: 0.25rem;
  background-image: linear-gradient(#cfbdbd, #e2d3d3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 0.5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-size 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-reason-list__pre-line.-delay02 {
    transition-delay: 1.15s;
  }
}
.p-reason-list__pre.is-active .p-reason-list__pre-line {
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .p-reason-list__pre {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0em;
  }
  .p-reason-list__pre .p-reason-list__pre-line {
    padding-bottom: 0.6rem;
  }
}
.p-reason-list__ttl {
  font-size: 3.2rem;
  color: #B98374;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-list__ttl {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.p-reason-list__ttl.-p1 {
  margin-top: 0;
}
.p-reason-list__ttl .per {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-reason-list__ttl .per {
    font-size: 4.4rem;
    letter-spacing: 0.05em;
  }
}
.p-reason-list__ttl .per span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-list__ttl .per span {
    font-size: 3.2rem;
  }
}
.p-reason-list__ttl .notes {
  color: #5A554D;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .p-reason-list__ttl .notes {
    font-size: 1.2rem;
  }
}
.p-reason-list__img {
  margin: 1.6rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-list__img {
    margin: 1.6rem 0;
  }
}
.p-reason-list__txt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-reason-list__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-reason-list__notes {
  font-size: 1.5rem;
  color: #979797;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-list__notes {
    font-size: 1.2rem;
    margin: 1.2rem 0 0;
  }
}
.p-reason-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 120rem;
  background: #fff;
  padding: 3.6rem 4rem 3.6rem 5.4rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-reason-column {
    background: none;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-column__sticky {
    display: none;
  }
}
.p-reason-column__inner {
  position: relative;
}
.p-reason-column-img {
  position: sticky;
  top: 12.4rem;
  left: 0;
}
.p-reason-column-img__inner {
  position: relative;
  width: 51.2rem;
}
.p-reason-column-img .p-reason-circle {
  display: block;
  width: 100%;
  height: auto;
}
.p-reason-column-img .mask-circle {
  transition: stroke-dashoffset 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@property --reveal-deg {
  syntax: "<angle>";
  inherits: true;
  initial-value: 90deg;
}
.p-treat {
  background: #FFF9F9;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-treat {
    padding: 8rem 2.6rem;
  }
}
.p-treat__wrap {
  max-width: 112rem;
  margin: 0 auto;
}
.p-treat-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-treat-head {
    display: block;
  }
}
.p-treat-head__en {
  font-size: 9rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-treat-head__en {
    font-size: 6.2rem;
    text-align: center;
  }
}
.p-treat-head__en span {
  display: inline-block;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-treat-head__ttl {
  font-size: 2rem;
  line-height: 1;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-treat-head__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-treat-head__txt {
  font-size: 1.5rem;
  line-height: 2;
  padding: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-treat-head__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: center;
    padding: 4rem 0 0;
  }
}
.p-treat-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list {
    gap: 0;
  }
}
.p-treat-list-badge {
  pointer-events: none;
  position: absolute;
  top: -1.5rem;
  left: -0.9rem;
  width: 6.2rem;
  height: 6.2rem;
  z-index: 2;
}
.p-treat-list-badge span {
  position: relative;
  display: block;
}
.p-treat-list-badge span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/icn_treat.png) 0 0/100% auto no-repeat;
  animation: rotation 35s linear infinite;
}
.p-treat-list-badge span img {
  position: relative;
}
.p-treat-list__item {
  position: relative;
  width: 27.4rem;
  height: 28.9rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item {
    width: 50%;
    height: 20rem;
  }
}
.p-treat-list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-treat-list__item a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  background: #B98374;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item a::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-treat-list__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
  height: 4.3rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-treat-list__item a::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (any-hover: hover) {
  .p-treat-list__item a:hover {
    opacity: 1;
  }
  .p-treat-list__item a:hover img {
    transform: scale(1.1);
  }
}
.p-treat-list__inner {
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  width: 23rem;
  z-index: 2;
}
.p-treat-list__pre {
  background: #B98374;
  color: #fff;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  clip-path: polygon(3% 0, 97% 0, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-treat-list__pre {
    width: 16.2rem;
    height: 2.3rem;
    font-size: 1.2rem;
    padding: 0.1rem 0 0;
  }
}
.p-treat-list__ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-treat-list__ttl {
    font-size: 1.8rem;
  }
}
.p-treat-list__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-treat-list__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(7, 6, 6, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.p-treat-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}/*# sourceMappingURL=beginners.css.map */