.p-u-zoom-50 {
  zoom: 0.5;
}

.p-content__in {
  max-width: 930px;
  margin: auto;
}

.p-button {
  display: block;
  border-radius: 100px;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.p-button:hover {
  opacity: 0.7;
}
.p-button img:nth-child(n) {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
}

.p-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-product {
  margin: 30px 0 0;
}
.p-product__heading {
  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;
  height: 80px;
  background: #A34A7C;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-product__in {
  padding: 36px 40px 40px;
  background-color: #F6F6FB;
}
.p-product__read {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #555555;
}
.p-product__mod-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}
.p-product__mod-01-arrow {
  position: relative;
  margin: -20px -30px 0;
}
.p-product__info {
  display: grid;
  grid-template: "title01 image01" auto "text01 image01" auto "title02 title02" auto "text02 text02" auto/1fr auto;
  padding: 30px 30px 30px;
  margin: 30px 0 0;
  gap: 0 34px;
  background-color: #F5DFE9;
}
.p-product__info-image-01 {
  grid-area: image01;
}
.p-product__info-title-01 {
  grid-area: title01;
  margin: 4px 0 0;
}
.p-product__info-title-02 {
  grid-area: title02;
  margin: 18px 0 0;
}
.p-product__info-text-01 {
  grid-area: text01;
  margin: 2px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
}
.p-product__info-text-02 {
  grid-area: text02;
  margin: 11px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
}

.p-about {
  margin: 80px 0 0;
}
.p-about__heading {
  position: relative;
  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;
  height: 110px;
  padding: 10px 0 0;
  background: #A34A7C;
}
.p-about__heading-sub {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-about__heading-main {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-about__in {
  padding: 63px 40px 50px;
  background-color: #F6F6FB;
}
.p-about__grid {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 53px 30px;
}
.p-about__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-about__card-index {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}
.p-about__card-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 121px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 0;
}
.p-about__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1;
  padding: 25px 0 30px;
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.p-about__card-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #A34A7C;
}
.p-about__card-detail {
  padding: 0 30px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #555555;
}
.p-about__card-detail b {
  color: #A34A7C;
}
.p-about__card-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.p-about__point {
  margin: 40px 0 0;
}
.p-about__point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #A34A7C;
  gap: 32px;
}
.p-about__point-title:before, .p-about__point-title:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  height: 1px;
  background-color: #A34A7C;
}
.p-about__point-list {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 30px;
  margin: 23px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #A34A7C;
}
.p-about__point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 78px;
  background: #F5DFE9;
  border-radius: 10px;
}

.p-member {
  margin: 50px 0 0;
}
.p-member__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background: #A34A7C;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.p-member__in {
  padding: 30px 40px 45px;
  background: #FDF1E9;
}
.p-member__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-member__01 {
  display: grid;
  grid-template: auto/1fr 1fr;
  margin: 22px 0 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}
.p-member__01-block:not(:first-child) {
  border-left: 1px solid #444444;
}
.p-member__01-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 75px;
  background-color: #F0DCCF;
}
.p-member__01-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-member__01-body._02 {
  padding: 8px 0 0;
}
.p-member__note {
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 172%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #444444;
}