.page-content img,
.page-content picture,
.page-content video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.page-content .bg-gray {
  border-top: 1px solid #E7E5E5;
  border-bottom: 1px solid #E7E5E5;
}

@media screen and (min-width: 768px) {
  .main {
    margin: auto;
    width: 71.4285714286%;
    max-width: 100rem;
  }
}

.main__inner {
  padding: 4.8rem 4.7rem 6.2rem;
}
@media screen and (min-width: 768px) {
  .main__inner {
    padding: 7.8rem 0 11.9rem;
  }
}

.main__block:not(:last-child) {
  margin-bottom: 8.4rem;
}
@media screen and (min-width: 768px) {
  .main__block:not(:last-child) {
    margin-bottom: 9.8rem;
  }
}

.main__title {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.16rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .main__title {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    margin-bottom: 5.7rem;
  }
}
.main__title::after {
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background-color: #DCDADA;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
@media screen and (min-width: 768px) {
  .main__title::after {
    width: 2.4rem;
  }
}

.content__inner {
  padding: 6rem 4.7rem 6.2rem;
}
@media screen and (min-width: 768px) {
  .content__inner {
    padding: 9rem 0 6.2rem;
    margin: auto;
    width: 60%;
    max-width: 84rem;
  }
}

.content__block:not(:last-child) {
  margin-bottom: 10.5rem;
}
@media screen and (min-width: 768px) {
  .content__block:not(:last-child) {
    margin-bottom: 18rem;
  }
}

.content__sub-block:not(:last-child) {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .content__sub-block:not(:last-child) {
    margin-bottom: 8rem;
  }
}

.content__images {
  margin-bottom: 3.6rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .content__images {
    gap: 1.6rem;
    margin-bottom: 5.5rem;
  }
}

.content__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .content__title {
    font-size: 1.8rem;
    text-underline-offset: 1.2rem;
    margin-bottom: 5.6rem;
    line-height: 2.5;
  }
}

.content__text {
  text-align: justify;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.13rem;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .content__text {
    max-width: 67.2rem;
    margin: auto;
    letter-spacing: 0.195rem;
  }
}

.slider__title {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.15rem;
  margin-top: 2rem;
}
.slider__text {
  text-align: justify;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.13rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .slider__text {
    text-align: center;
  }
}
.slider .slick-arrow {
  width: 1.1rem;
  position: absolute;
  top: 8rem;
}
@media screen and (min-width: 768px) {
  .slider .slick-arrow {
    width: 2rem;
    top: 23.5rem;
    cursor: pointer;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.slider .slick-arrow.next {
  right: -2.5rem;
}
@media screen and (min-width: 768px) {
  .slider .slick-arrow.next {
    right: -4rem;
  }
}
.slider .slick-arrow.prev {
  left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .slider .slick-arrow.prev {
    left: -4rem;
  }
}
.slider .slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 1.7rem 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .slider .slide-dots {
    margin: 2.5rem 0 5.7rem;
  }
}
.slider .slide-dots button {
  color: transparent;
  position: absolute;
}
.slider .slide-dots li {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2a2a2a;
  position: relative;
}
.slider .slide-dots li.slick-active {
  background: #cdcccc;
}

.linkArea {
  padding: 0rem 4.7rem 5.8rem;
  margin-top: -2.6rem;
}
@media screen and (min-width: 768px) {
  .linkArea {
    padding: 0.3rem 4.7rem 1rem;
    margin-top: 0;
  }
}

.linkArea__inner {
  border-top: 1px solid #DCDADA;
  border-bottom: 1px solid #DCDADA;
  padding: 1.8rem 0 2.1rem;
}
@media screen and (min-width: 768px) {
  .linkArea__inner {
    padding: 3rem 0 6.2rem;
    margin: auto;
    width: 60%;
    max-width: 84rem;
    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;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .linkArea__image {
    width: 28rem;
  }
}

.linkArea__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .linkArea__text {
    text-align: left;
    margin-left: 1.1rem;
  }
}

.linkArea__p {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.195rem;
  margin: 1.5rem 0 1.7rem;
}
@media screen and (min-width: 768px) {
  .linkArea__p {
    margin-top: 1.3rem;
  }
}

.linkArea__button a {
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.3rem;
  width: 21.5rem;
  background-color: #FAFAFA;
  border: 1px solid #DCDADA;
  border-radius: 0.6rem;
  corner-shape: bevel;
}
@media screen and (min-width: 768px) {
  .linkArea__button a {
    width: 17.2rem;
  }
}