@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Righteous&display=swap");
img {
  max-width: 100%;
  height: auto;
}

.c-red {
  color: #D26565 !important;
}

.p-inner {
  margin: 0 auto;
  max-width: 96.6rem;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.p-point {
  display: block;
  color: #000;
  background: #fff;
  letter-spacing: 0;
}
.p-point #main {
  background: #fff !important;
}
.p-point .main-visual {
  height: 43.7rem;
  padding-top: 6.9rem;
}
.p-point .main-visual .ttl {
  min-height: 41.7rem;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  background: #D26565;
}
.p-point .main-visual .ttl span {
  letter-spacing: 0px;
}
.p-point .breadcrumb li a {
  color: #D26565;
}

.point-inner {
  max-width: 123rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.point-head {
  padding-top: 4rem;
  text-align: center;
  background: #f8f3f7;
  background: linear-gradient(0deg, #f8f3f7 0%, #ffffff 10%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f3f7",endColorstr="#ffffff",GradientType=1);
}
.point-head__ttl {
  margin-bottom: 4rem;
}
.point-head__ttl__inner {
  padding: 0 20rem;
  display: inline-block;
  position: relative;
}
.point-head__ttl__inner::before, .point-head__ttl__inner::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.point-head__ttl__inner::before {
  width: 18.2rem;
  height: 18rem;
  left: 0;
  background-image: url("../img/ttl_pt01.png");
}
.point-head__ttl__inner::after {
  width: 15.5rem;
  height: 14.5rem;
  right: 2.5rem;
  background-image: url("../img/ttl_pt02.png");
}
.point-head__ttl__t1 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.point-head__ttl__t2 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 0.4rem;
  padding-bottom: 1.5rem;
  display: inline-block;
  background: url("../img/ttl_bg.png") no-repeat bottom center;
  background-size: 52rem 1.4rem;
}
.point-head__copy {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 6rem;
  letter-spacing: 0.05em;
}
.point-head__copy .c-red {
  font-weight: bold;
}
.point-head__list-anchor ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}
.point-head__list-anchor li {
  width: 50%;
  padding: 0 1.3rem 2rem;
}
.point-head__list-anchor li a {
  display: block;
  background: #F6EEF1;
  border: 2px solid #F6EEF1;
  border-radius: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: inherit;
  padding: 0.9rem 0;
  letter-spacing: 0.06em;
  position: relative;
  overflow: inherit;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.point-head__list-anchor li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.7rem 0 0.7rem;
  border-color: #D26565 transparent transparent transparent;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.7rem;
  content: "";
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.point-head__list-anchor li a .num {
  color: #D26565;
  font-family: "Righteous", cursive;
  display: block;
  line-height: 1.8rem;
  letter-spacing: 0.231em;
  font-weight: 400;
}
.point-head__list-anchor li a:hover {
  border-color: #D26565;
}
.point-head__list-anchor li a:hover::after {
  transform: translateY(0.6rem);
}

.point-unit {
  padding: 21rem 0 12rem;
  background: #f8f3f7;
  overflow: hidden;
}

.point-point {
  min-height: 56rem;
}
.point-point.no-s-Photo {
  min-height: 40rem;
}
.point-point.no-s-Photo + .point-topic {
  margin-top: 6rem;
}
.point-point__inner {
  display: flex;
  position: relative;
}
.odd .point-point__inner {
  justify-content: flex-end;
}
.point-point__content {
  width: 50%;
  padding-right: 6rem;
  margin-top: -3rem;
}
.odd .point-point__content {
  padding-right: 0;
  padding-left: 6rem;
}
.point-point__head {
  position: relative;
  z-index: 3;
}
.point-point__photo {
  top: 0;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-bottom: 7rem;
}
.point-point__photo__wrap {
  position: absolute;
  top: 0;
  right: 50%;
  width: calc(50vw + 14px);
}
.point-point__photo__wrap::before {
  position: absolute;
  top: -7rem;
  right: -13.7rem;
  width: 28.5rem;
  height: 31rem;
  background: url("../img/pt01.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
  content: "";
}
.even .point-point__photo__wrap {
  right: auto;
  left: 50%;
}
.even .point-point__photo__wrap::before {
  left: -13.7rem;
  right: auto;
}
.pt-white .point-point__photo__wrap::before {
  background-image: url("../img/pt02.png");
}
.point-point__photo.has-sPhoto {
  margin-bottom: 16rem;
}
.point-point__sPhoto {
  position: absolute;
  bottom: -10rem;
  left: 0;
  z-index: 1;
  width: calc(100vw + 27px);
}
.point-point__sPhoto ul {
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.point-point__sPhoto ul.list-3item {
  transform: translateX(-23rem);
}
.point-point__sPhoto li {
  width: 20rem;
  margin: 0 1.5rem;
}
.point-point__sPhoto li img {
  display: block;
  width: 100%;
}
.point-point__sPhoto li:nth-child(2n) {
  margin-top: 3rem;
}
.even .point-point__sPhoto {
  right: 0;
  left: auto;
}
.even .point-point__sPhoto ul {
  justify-content: flex-end;
}
.even .point-point__sPhoto ul.list-3item {
  transform: translateX(23rem);
}
.even .point-point__sPhoto li:nth-child(2n+1) {
  margin-top: 2rem;
}
.even .point-point__sPhoto li:nth-child(2n) {
  margin-top: 0;
}
.point-point__num {
  font-family: "Righteous", cursive;
  font-weight: 400;
  margin-left: -8.5rem;
  margin-bottom: 2.6rem;
}
.point-point__num .txt {
  font-size: 5rem;
  line-height: 1.24;
  display: block;
  letter-spacing: 0.231em;
}
.point-point__num .num {
  font-size: 8rem;
  line-height: 1.25;
  margin-top: -1.7rem;
  display: block;
  position: relative;
  letter-spacing: 0.231em;
}
.point-point__num .num::before {
  position: absolute;
  z-index: 1;
  width: calc(100% - 14.6rem);
  height: 2px;
  right: 0;
  content: "";
  top: 50%;
  background: #000;
}
.even .point-point__num {
  margin-left: 0;
  margin-right: -9.5rem;
  text-align: right;
}
.even .point-point__num .num::before {
  left: 0;
  right: auto;
  width: calc(100% - 25.6rem);
}
.even .point-point__num .num__txt {
  width: 20.6rem;
  text-align: left;
  display: inline-block;
}
.point-point__ttl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}
.point-point__desc {
  font-size: 1.6rem;
  line-height: 1.875;
  position: relative;
  z-index: 3;
  letter-spacing: 0.05em;
}
.point-point__desc .note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.point-topic__item {
  display: flex;
  align-items: flex-start;
}
.point-topic__item + .point-topic__item {
  margin-top: 6rem;
  display: none;
}
.point-topic__item.active {
  display: flex;
}
.point-topic__photo {
  width: 15rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.point-topic__photo img {
  display: block;
  width: 100%;
}
.point-topic__ctn {
  flex-grow: 1;
  padding-left: 3rem;
}
.point-topic__head {
  margin-bottom: 1.5rem;
}
.point-topic__head .num {
  font-family: "Righteous", cursive;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 400;
  letter-spacing: 0.231em;
  position: relative;
}
.point-topic__head .num::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  content: "";
  top: 50%;
  background: url("../img/line.png") repeat-x left center;
  background-size: 12px 1px;
}
.point-topic__head .num span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 3rem;
  background: #f8f4f5;
}
.point-topic__head .ttl {
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.point-topic__desc {
  font-size: 1.6rem;
  line-height: 1.875;
}
.point-topic__desc .link-in,
.point-topic__desc a {
  color: #004DFF;
  text-decoration: underline;
}
.point-topic__desc .link-in:hover,
.point-topic__desc a:hover {
  text-decoration: none;
}
.point-topic__desc .note {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
.point-topic__btnAcc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
.point-topic__btnAcc .btnAcc {
  width: 25.8rem;
  text-align: center;
  background: #fff;
  color: #D26565;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 1.2rem;
  border-radius: 3rem;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #FFF;
  position: relative;
}
.point-topic__btnAcc .btnAcc::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.7rem 0 0.7rem;
  border-color: #D26565 transparent transparent transparent;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.7rem;
  content: "";
  z-index: 1;
  transition: 0.3s;
}
.point-topic__btnAcc .btnAcc:hover {
  border-color: #D26565;
}
.point-topic__btnAcc .btnAcc:hover::after {
  transform: translateY(0.6rem);
}
.point-topic__btnAcc .btnAcc .txt1 {
  display: block;
}
.point-topic__btnAcc .btnAcc .txt2 {
  display: none;
}
.point-topic__btnAcc .btnAcc.active::after {
  bottom: auto;
  top: -0.5rem;
  border-width: 0 0.7rem 0.9rem 0.7rem;
  border-color: transparent transparent #D26565 transparent;
}
.point-topic__btnAcc .btnAcc.active:hover {
  border-color: #D26565;
}
.point-topic__btnAcc .btnAcc.active:hover::after {
  transform: translateY(-0.6rem);
}
.point-topic__btnAcc .btnAcc.active .txt1 {
  display: none;
}
.point-topic__btnAcc .btnAcc.active .txt2 {
  display: block;
}

.point-column {
  background: #FEF9FB;
  padding: 8rem 0;
  position: relative;
}
.point-column::before, .point-column::after {
  position: absolute;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.point-column::before {
  width: 15.8rem;
  height: 18.5rem;
  left: 0;
  top: 0;
  background-image: url("../img/pt_fl01.png");
}
.point-column::after {
  width: 14.5rem;
  height: 13.1rem;
  right: 0;
  bottom: 0;
  background-image: url("../img/pt_fl02.png");
}
.point-column__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.point-column__list {
  padding-top: 3.5rem;
  display: flex;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}
.point-column__item {
  margin-top: 1.5rem;
  width: 33.333%;
  padding: 0 1.4rem;
}
.point-column__photo {
  overflow: hidden;
}
.point-column__photo img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.point-column__desc {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.point-column__link {
  display: block;
  color: inherit;
  transition: 0.3s ease all;
}
.point-column__link:hover {
  opacity: 0.75;
}
.point-column__link:hover .point-column__photo img {
  transform: scale(1.05);
}
.point-column__link.is-comingsoon {
  pointer-events: none;
}

.point-course {
  margin-top: 5rem;
  background: #F3EDF3;
  padding: 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.point-course::before, .point-course::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  z-index: 1;
}
.point-course::before {
  left: 0;
  top: 0;
  border-width: 3.4rem 3.4rem 0 0;
  border-color: #D26565 transparent transparent transparent;
}
.point-course::after {
  right: 0;
  bottom: 0;
  border-width: 0 0 3.4rem 3.4rem;
  border-color: transparent transparent #D26565 transparent;
}
.point-course__inner {
  max-width: 80rem;
  margin: 0 auto;
}
.point-course__ttl {
  font-size: 2rem;
  line-height: 1.45;
  color: #D26565;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
.point-course__copy {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.point-course__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.point-course__video iframe,
.point-course__video .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*# sourceMappingURL=point_pc.css.map */