@charset "utf-8";
#other__area {
  width: 100%;
  height: auto;
  padding-top: 160px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.circle_image__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.circle_image.circle_image__another {
  width: 19.7%;
  top: 150px;
  right: -4%;
  bottom: unset;
  z-index: -1;
  min-width: 250px;
}
.other__area__inner {
  width: 81.56%;
  height: auto;
  margin: 0 auto;
}
.other_title {
  font-size: 64px;
  letter-spacing: 0.07em;
  line-height: 1.43em;
  font-weight: 700;
  text-align: center;
}
.other__sub__title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  text-align: center;
  margin-top: -3px;
}

.pp__detail__area {
  width: 81.56%;
  height: auto;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 54px;
  margin-bottom: 57px;
  overflow: hidden;
  position: relative;
}

.pp__detail__area__inner {
  /* width: 76.43%; */
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
.pp__detail__top {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.09em;
  text-align: justify;
}
.pp__detail__title {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.09em;
  text-align: justify;
  margin-top: 24px;
  margin-bottom: 10px;
}
.pp__detail__text {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2em;
  letter-spacing: 0.09em;
  text-align: justify;
  margin-bottom: 24px;
}
/* PC ================================================== */
@media all and (min-width: 1025px) {
}

/* Tablet ================================================== */
@media all and (min-width: 600px) and (max-width: 1024px) {
}

/* SP ================================================== */
@media all and (max-width: 599px) {
}
