@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.featureCard {
  background-color: rgba(203, 236, 240, 0.8);
  padding: 24px 40px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .featureCard {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .featureCard {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.featureCard__inner {
  letter-spacing: 0;
  line-height: 2;
}

.featureCard__inner:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.featureCard__inner:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .featureCard__inner {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .featureCard__inner {
    font-size: 26px;
  }
}

.featureCard__inner .small {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .featureCard__inner .small {
    font-size: 20px;
    line-height: 2;
  }
  .featureCard__inner .small:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .featureCard__inner .small:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .featureCard__inner .small {
    font-size: 16px;
    line-height: 1.6;
  }
  .featureCard__inner .small:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .featureCard__inner .small:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.featureList__item {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .featureList__item {
    width: 373px;
  }
}

@media only screen and (max-width: 768px) {
  .featureList__item:not(:first-child) {
    margin-top: 40px;
  }
}

.featureList__item:not(:first-child):before {
  aspect-ratio: 1 / 1;
  background: url("../imgs/img-icon-cross.svg") no-repeat center center/contain;
  content: '';
  display: block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .featureList__item:not(:first-child):before {
    left: -53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .featureList__item:not(:first-child):before {
    left: 50%;
    top: -45px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
  }
}

.pageIntro {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .pageIntro {
    padding: 400px 0 300px;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro {
    padding: 180px 0;
  }
}

.pageIntro:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 213, 204, 0)), color-stop(88.46%, #d7d5cc));
  background: linear-gradient(180deg, rgba(215, 213, 204, 0) 0%, #d7d5cc 88.46%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .pageIntro:after {
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro:after {
    height: 100px;
  }
}

.pageIntro__shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.pageIntro__shape .shapeSVG {
  height: auto;
  width: 100%;
}

.pageIntro__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .pageIntro__inner {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pageIntro__inner {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .pageIntro__inner {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pageIntro__inner {
    padding: 0 32px;
  }
}

.pageIntro__head {
  position: relative;
  text-align: center;
  z-index: 1;
}

.pageIntro__wing {
  left: 50%;
  opacity: .3;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .pageIntro__wing {
    top: -147px;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__wing {
    top: -61px;
    width: 140px;
  }
}

.pageIntro__heading {
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .pageIntro__heading {
    font-size: 24px;
    margin-top: 40px;
    line-height: 2;
  }
  .pageIntro__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    width: 0;
  }
  .pageIntro__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__heading {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.6;
  }
  .pageIntro__heading:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 1.6) * .5em);
    width: 0;
  }
  .pageIntro__heading:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.6) * .5em);
    width: 0;
  }
}

.pageIntro__lead {
  letter-spacing: 0;
}

@media print, screen and (min-width: 769px) {
  .pageIntro__lead {
    font-size: 16px;
    line-height: 2.6;
  }
  .pageIntro__lead:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2.6) * .5em);
    width: 0;
  }
  .pageIntro__lead:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2.6) * .5em);
    width: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__lead {
    font-size: 14px;
    line-height: 2.2;
  }
  .pageIntro__lead:before {
    content: '';
    display: block;
    height: 0;
    margin-top: calc((1 - 2.2) * .5em);
    width: 0;
  }
  .pageIntro__lead:after {
    content: '';
    display: block;
    height: 0;
    margin-bottom: calc((1 - 2.2) * .5em);
    width: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .pageIntro__heading + .pageIntro__lead {
    margin-top: 126px;
  }
}

@media only screen and (max-width: 768px) {
  .pageIntro__heading + .pageIntro__lead {
    margin-top: 100px;
  }
}

.pageIntro__head + .pageIntro__cont {
  margin-top: 100px;
}

.pageIntro__bg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.pageIntro__bg .photo {
  height: 100%;
  width: 100%;
}

.pageIntro__bg .photo__pic, .pageIntro__bg .photo__image {
  height: 100%;
  width: 100%;
}

.pageIntro__bg .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.pointCard {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .pointCard {
    height: calc(100vh - var(--scrollbar));
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard {
    height: auto;
  }
}

.is-tb .pointCard {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .pointCard {
    height: 100vh;
    padding-top: calc(80 / 775 * 100svh);
  }
}

.pointCard__head {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: filter 4s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: filter 4s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .pointCard__head {
    left: -50px;
    width: 920px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__head {
    width: calc(920 / 1440 * 100vw);
  }
}

.is-tb .pointCard__head {
  width: calc(920 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard__head {
    left: 0;
    top: calc(207 / 775 * 100svh);
  }
}

.pointCard__head .pointCardSVG {
  height: auto;
  width: 100%;
}

.pointCard__head .pointCardSVG__path {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 8s cubic-bezier(0.16, 1, 0.3, 1);
}

.pointCard__head .pointCardSVG__image {
  height: auto;
  width: 100%;
}

.pointCard__body {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .pointCard__body {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__body {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .pointCard__body {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pointCard__body {
    padding: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__desc {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    margin: 0 0 0 auto;
    opacity: 0;
    padding-top: 140px;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    -webkit-transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: filter 4s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 5s cubic-bezier(0.16, 1, 0.3, 1);
    transition: filter 4s cubic-bezier(0.16, 1, 0.3, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 542px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__desc {
    width: calc(542 / 1440 * 100vw);
  }
}

.is-tb .pointCard__desc {
  width: calc(542 / 1440 * 100vw);
}

.pointCard__ttl .jp {
  color: #4b4426;
  display: block;
  letter-spacing: 0;
  line-height: 2;
}

.pointCard__ttl .jp:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.pointCard__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .pointCard__ttl .jp {
    font-size: 48px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__ttl .jp {
    font-size: calc(60 / 1440 * 100vw);
  }
}

.is-tb .pointCard__ttl .jp {
  font-size: calc(60 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard__ttl .jp {
    font-size: 32px;
  }
}

.pointCard__ttl .en {
  color: #a59c7f;
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .pointCard__ttl .en {
    font-size: 30px;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__ttl .en {
    font-size: calc(30 / 1440 * 100vw);
  }
}

.is-tb .pointCard__ttl .en {
  font-size: calc(30 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard__ttl .en {
    font-size: 16px;
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__ttl .en + .jp {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__ttl .en + .jp {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__list {
    margin-top: 80px;
    width: 368px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__list {
    min-width: 368px;
    width: calc(368 / 1440 * 100vw);
  }
}

.is-tb .pointCard__list {
  min-width: 368px;
  width: calc(368 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard__list {
    margin-top: 32px;
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__list--large {
    width: 416px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__list--large {
    width: calc(416 / 1440 * 100vw);
  }
}

.is-tb .pointCard__list--large {
  width: calc(416 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard__list--large {
    width: 284px;
  }
}

.pointCard__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  color: #4b4426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .pointCard__item {
    font-size: 22px;
    padding: 24px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard__item {
    font-size: calc(22 / 1440 * 100vw);
  }
}

.is-tb .pointCard__item {
  font-size: calc(22 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard__item {
    font-size: 18px;
    opacity: 0;
    padding: 16px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease;
  }
}

.pointCard__item .inner {
  display: block;
  line-height: 1.6;
}

.pointCard__item .inner:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  width: 0;
}

.pointCard__item .inner:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  width: 0;
}

.pointCard__item .caption {
  display: inline-block;
  margin-left: 1em;
}

.pointCard__item .caption.block {
  display: block;
  margin-left: 0;
}

.pointCard__item:not(:first-child) {
  margin-top: 2px;
}

@media print, screen and (min-width: 769px) {
  .pointCard__item:first-child {
    border-top-left-radius: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__item:first-child {
    border-top-left-radius: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard__item:last-child {
    border-bottom-right-radius: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard__item:last-child {
    border-bottom-right-radius: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--rev .pointCard__head {
    left: auto;
    right: -114px;
  }
}

.pointCard--rev .pointCard__head .pointCardSVG__path {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media print, screen and (min-width: 769px) {
  .pointCard--rev .pointCard__desc {
    margin: 0 auto 0 98px;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--01 .pointCard__head {
    top: calc(287 / 775 * 100svh);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--01 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(-120px, 0);
            transform: translate(-120px, 0);
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--01 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(-108px, 0);
            transform: translate(-108px, 0);
    width: 480px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--01 .pointCard__head .maskedImage__cap {
    padding-left: 50px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard--01 .pointCard__head .maskedImage__cap {
    padding-left: calc(50 / 1440 * 100vw);
  }
}

.is-tb .pointCard--01 .pointCard__head .maskedImage__cap {
  padding-left: calc(50 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard--02 .pointCard__head {
    top: calc(339 / 775 * 100svh);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--02 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(80px, 0);
            transform: translate(80px, 0);
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--02 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
    width: 484px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--02 .pointCard__head .maskedImage__cap {
    padding-right: 120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard--02 .pointCard__head .maskedImage__cap {
    padding-right: calc(120 / 1440 * 100vw);
  }
}

.is-tb .pointCard--02 .pointCard__head .maskedImage__cap {
  padding-right: calc(120 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard--02 .pointCard__head .maskedImage__cap {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--03 .pointCard__head {
    top: calc(381 / 775 * 100svh);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--03 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(-130px, 0);
            transform: translate(-130px, 0);
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--03 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(-23px, 0);
            transform: translate(-23px, 0);
    width: 486px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--03 .pointCard__head .maskedImage__cap {
    padding-left: 80px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard--03 .pointCard__head .maskedImage__cap {
    padding-left: calc(80 / 1440 * 100vw);
  }
}

.is-tb .pointCard--03 .pointCard__head .maskedImage__cap {
  padding-left: calc(80 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard--03 .pointCard__head .maskedImage__cap {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--04 .pointCard__head {
    top: calc(356 / 775 * 100svh);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--04 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--04 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
    width: 460px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--04 .pointCard__head .maskedImage__cap {
    padding-right: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .pointCard--05 .pointCard__head {
    left: -92px;
    top: calc(404 / 775 * 100svh);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--05 .pointCard__head .pointCardSVG {
    -webkit-transform: translate(-149px, 0);
            transform: translate(-149px, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .pointCard--05 .pointCard__head .maskedImage__cap {
    padding-left: 80px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointCard--05 .pointCard__head .maskedImage__cap {
    padding-left: calc(80 / 1440 * 100vw);
  }
}

.is-tb .pointCard--05 .pointCard__head .maskedImage__cap {
  padding-left: calc(80 / 1440 * 100vw);
}

@media only screen and (max-width: 768px) {
  .pointCard--05 .pointCard__head .maskedImage__cap {
    bottom: 100px;
    position: absolute;
    right: 40px;
  }
}

.pointCard.is-active .pointCard__head {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.pointCard.is-active .pointCard__head .pointCardSVG__path {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pointCard.is-active .pointCard__desc {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 768px) {
  .pointCard.is-active .pointCard__item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.pointScrollArea {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .pointScrollArea {
    height: 1000vh;
  }
}

.pointScrollArea__indicator {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 30px;
  top: 90px;
  width: 20px;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .pointScrollArea__indicator {
    display: none;
  }
}

.pointScrollArea__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(102, 102, 102, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}

.pointScrollArea__dir .arrowSVG {
  display: block;
  height: auto;
  width: 8px;
}

.pointScrollArea__dir--next .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pointScrollArea__dir.is-disable {
  opacity: .5;
  pointer-events: none;
}

.pointScrollArea__progress .current,
.pointScrollArea__progress .total {
  color: #7e7a6a;
  display: block;
  font-family: "Barlow Semi Condensed", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.pointScrollArea__progress .total {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.pointScrollArea__progress .total:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
}

@media only screen and (max-width: 768px) {
  .pointScrollArea__inner {
    height: 100vh;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .pointScrollArea__item {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .8s ease, visibility .8s ease;
    transition: opacity .8s ease, visibility .8s ease;
    visibility: hidden;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .pointScrollArea__item.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.pointSect__head {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .pointSect__head {
    max-width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1199px) {
  .pointSect__head {
    padding: 0 20px;
    width: 100%;
  }
}

.is-tb .pointSect__head {
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .pointSect__head {
    padding: 0 32px;
  }
}

.pointSect__heading {
  letter-spacing: 0;
  text-align: center;
  line-height: 2;
}

.pointSect__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  width: 0;
}

.pointSect__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .pointSect__heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .pointSect__heading {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .pointSect__cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1439px) {
  .pointSect__cont {
    padding: 0 20px;
  }
}

.is-tb .pointSect__cont {
  padding: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .pointSect__head + .pointSect__cont {
    margin-top: 100px;
  }
}

.concept-point {
  background-color: #d7d5cc;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .concept-point {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 768px) {
  .concept-point {
    padding: 0 0 80px;
  }
}
