.p-contents {
  padding-bottom: 100px;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .p-contents {
    padding-bottom: 40px;
  }
}
.p-contents__content {
  text-align: center;
}

.p-contents__title {
  font-size: 28px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-contents__title {
    font-size: 20px;
    margin-bottom: initial;
  }
}

.p-contents__title-text {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-contents__title-en {
  font-size: 36px;
  line-height: 1.6 !important;
  font-weight: 400;
  margin-bottom: initial !important;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contents__title-en {
    font-size: 24px;
    display: block;
  }
}
.p-contents__title-ja {
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  display: block;
  margin-top: 8px;
  font-weight: 500;
}

.p-contents__img {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-contents__img {
    margin-bottom: initial;
  }
}
.p-contents__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-contents__detail {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contents__detail {
    margin-top: 24px;
    text-align: justify;
  }
}

.p-contents__subtitle {
  font-size: 24px;
  line-height: 2 !important;
  font-weight: 500;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-contents__subtitle {
    font-size: 16px;
  }
}

.p-contents__text-wrapper {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-contents__text-wrapper {
    margin-top: 16px;
  }
}

.p-contents__text {
  font-size: 16px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-contents__text {
    font-size: 14px;
  }
}

.p-contents__small {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-number {
  padding-top: 30px;
  color: #4c4948;
}
@media screen and (max-width: 768px) {
  .p-number {
    padding-top: initial;
    padding-bottom: initial;
  }
}

.p-number__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-number__title {
    padding-top: 16px;
  }
}

.p-number__num {
  font-size: 32px;
  line-height: 1.6 !important;
  font-weight: 700;
}

.p-number__mainTitle {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
}
@media screen and (max-width: 768px) {
  .p-number__mainTitle {
    margin-top: 12px !important;
    margin-bottom: 8px !important;
  }
}

.p-number__subTitle {
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: 700;
}

.p-number__shape {
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-number__shape {
    padding-top: initial;
    text-align-last: left !important;
  }
}

.p-number__shapeTitle {
  font-size: 24px;
  line-height: 2 !important;
  font-weight: 700;
  border-top: 1px solid #231815;
  padding-top: 8px;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-number__shapeTitle {
    padding-right: initial;
    font-size: 16px;
  }
}

.p-number__shapeText {
  font-size: 16px;
  line-height: 2 !important;
  padding-top: 16px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-number__shapeText {
    font-size: 14px;
    text-align: justify;
  }
}

.p-number__lifePlan-wrapper {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .p-number__lifePlan-wrapper {
    margin-top: 40px;
  }
}
.p-number__lifePlan {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-number__lifePlan {
    font-size: 14px;
  }
}
.p-number__scroll-wrapper {
  margin-top: 40px;
}
.p-number__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-number__lists {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-number__list {
}
.p-number__lifePlan-kind {
  font-weight: 700;
  font-size: 18px;
  color: #9c90a4;
  margin-bottom: 12px !important;
  text-align: center;
}
.p-number__lifePlan-kind--dinks {
  color: #98b7c3;
}
.p-number__lifePlan-kind--family {
  color: #a69d99;
}
@media screen and (max-width: 768px) {
  .p-number__lifePlan-kind {
    font-size: 16px;
  }
}

.p-number__listTop {
  line-height: 2 !important;
  font-size: 14px;
  text-align: center;
  min-height: 84px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-number__listTop {
    min-height: initial;
  }
}

.p-number__listImg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__listImg--first {
  max-width: 150px;
}
.p-number__listImg--second {
  max-width: 72px;
}
.p-number__listImg--third {
  max-width: 109px;
}
.p-number__listImg--center {
  max-width: 277px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__flow {
  margin-top: 30px;
}
.p-number__listText {
  line-height: 2 !important;
  font-size: 14px;
  margin-top: 16px !important;
  text-align: justify;
}
.p-number__case {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__case {
    margin-top: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-number__caseImg {
    width: 600px;
  }
}
.p-number__caseImg + .p-number__caseImg {
  margin-top: 32px;
}
.p-number__caseImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__question {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__question {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
}

.p-number__questionRow {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-number__questionRow {
    align-items: flex-start;
  }
}
.p-number__question-number {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  color: #4a768c;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-number__question-number {
    font-size: 20px;
  }
}
.p-number__question-title {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid #231815;
  padding-left: 12px;
  border-bottom: 1px solid #231815;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-number__question-title {
    font-size: 16px;
  }
}
.p-number__questionDetail {
  font-size: 14px;
  line-height: 2 !important;
}

.p-number__question-subtitle {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  color: #4a768c;
}
@media screen and (max-width: 768px) {
  .p-number__question-subtitle {
    font-size: 16px;
  }
}

.p-number__questionText {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-number__questionText {
    text-align: initial;
  }
}

.p-number__total {
  border: 1px solid #231815;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-number__total {
    padding: 8px;
    flex-direction: column;
    margin-top: initial;
    width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
.p-number__rowIcon {
  max-width: 48px;
  width: 100%;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-number__rowIcon {
    max-width: 36px;
    margin-left: initial;
  }
}
.p-number__rowIcon3 {
  max-width: 42px;
}
@media screen and (max-width: 768px) {
  .p-number__rowIcon {
    max-width: 22px;
  }
}
.p-number__rowIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-number__totalEn {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-number__totalEn {
    padding-right: initial;
    border-right: initial;
    font-size: 16px;
  }
}

.p-number__totalText {
  font-size: 14px;
  line-height: 2 !important;
  text-align: center;
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .p-number__totalText {
    padding-left: initial;
    padding-top: 8px;
    text-align: justify;
  }
}

.p-number__groupRow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-number__groupRow {
    flex-direction: column;
    width: initial;
    margin-left: initial;
    margin-right: initial;
    gap: 32px;
  }
}
.p-number__groupLeft {
  max-width: 600px;
  width: 100%;
}

.p-number__groupLeft-title {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  border-bottom: 1px solid #231815;
  padding-bottom: 8px !important;
  margin-bottom: initial !important;
}

.p-number__groupLeft-text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
}

.p-number__groupIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .p-number__groupIcons {
    margin-left: initial;
  }
}
.p-number__groupIcon + .p-number__groupIcon {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__groupIcon + .p-number__groupIcon {
    margin-left: 20px;
  }
}
.p-number__groupIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__answer {
  padding-top: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-number__answer {
    padding-top: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-number__answer--last {
    padding-top: 24px;
  }
}

.p-number__button {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 32px;
  cursor: pointer;
  border: 1px solid #231815;
  position: relative;
  text-align: center;
  background: #ebf0f3;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-number__button {
    width: calc(100% - 2px);
  }
}
.p-number__button-cross {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline-block;
}
.p-number__buttonLine1 {
  width: 16px;
  height: 1px;
  background: #231815;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-number__buttonLine2 {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 16px;
  height: 1px;
  background: #231815;
}
.p-number__buttonLine2.is-active {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-number__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-number__card {
  background: #fff;
  padding: 16px;
}

.p-number__cardTitle {
  background: #efe9e2;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
}

.p-number__cardText {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
}

.p-number__station {
  margin-top: 32px;
  border: 2px solid #231815;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__station {
    padding: 16px;
  }
}

.p-number__stationTitle-wrapper {
}

.p-number__stationTitle {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-number__stationText {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
}

.p-number__stationRow {
  display: flex;
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-number__stationRow {
    flex-direction: column;
  }
}

.p-number__stationBlock {
  width: 100%;
}
.p-number__stationBlock-box + .p-number__stationBlock-box {
  margin-top: 40px;
}
.p-number__stationBlock-sub {
  font-size: 14px;
  line-height: 2 !important;
  margin-bottom: initial !important;
}

.p-number__stationBlock-main {
  font-size: 18px;
  line-height: 2 !important;
  margin-top: initial !important;
  margin-bottom: initial !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-number__stationBlock-main {
    font-size: 16px;
  }
}

.p-number__stationSmall {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}

.p-number__stationImg {
  margin-top: 32px;
}
.p-number__stationImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__ranking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__ranking {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-number__ranking-list {
}

.p-number__ranking-title {
  margin-bottom: initial !important;
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #231815;
  padding-bottom: 8px !important;
}

.p-number__ranking-sub {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 400;
  text-align: center;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #231815;
  margin-bottom: initial !important;
}

.p-number__ranking-text {
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}

.p-number__ranking-img {
  margin-top: 16px;
}
.p-number__ranking-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-number__ranking-attention {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-number__ranking-img-4 {
  max-width: 396px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__ranking-graph {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.l-inner {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: initial;
    padding-right: initial;
  }
}
.p-number__choose-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 20px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__choose-lists {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-number__choose-list {
}

.p-number__choose-title {
  color: #fff;
  background: #a69d99;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-number__choose-title {
    font-size: 14px;
  }
}

.p-number__choose-text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 12px !important;
  margin-bottom: initial !important;
  text-align: justify;
}
.p-number__real {
  margin-top: 32px;
}

.p-number__realTitle {
  font-size: 18px;
  line-height: 2 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .p-number__realTitle {
    font-size: 16px;
    text-align: left;
  }
}
.p-number__realText {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
  text-align: justify;
}
.p-number__realImg {
  max-width: 390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__realImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__caption {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.p-number__realImg--graph {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__realBlock-row {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__realBlock-row {
    flex-direction: column;
    gap: 16px;
  }
}
.mt20 {
  margin-top: 20px;
}
.p-number__realText-wrapper {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-number__realBlock + .p-number__realBlock {
    margin-top: 24px;
  }
}
.p-number__realSmall {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-number__potential {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 32px;
}
@media screen and (max-width: 768px) {
  .p-number__potential {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-number__potential-block {
}

.p-number__potential-title {
  color: #4a768c;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  text-align: center;
}

.p-number__potential-subTitle {
  font-size: 16px;
  line-height: 2 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #231815;
  border-top: 1px solid #231815;
  margin-top: 8px !important;
}

.p-number__potential-text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: initial !important;
  margin-bottom: initial !important;
  text-align: justify;
}

.p-number__potential-text--small {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}

.p-number__potential-img {
}
.p-number__potential-img--2 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-number__potential-img--3 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-number__potential-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-number__potential-caption {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
  font-weight: 500;
}
.u-desktop {
  display: block;
}
.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
  .u-mobile {
    display: block;
  }
}
.p-number__height {
  margin-top: 16px;
  min-height: 188px;
}
@media screen and (max-width: 768px) {
  .p-number__height {
    min-height: initial;
  }
}

.p-number__potential-caption {
  min-height: 52px;
}
.p-number__potential-img--4 {
  padding-left: 55px;
  padding-right: 55px;
}
