/*==================================================
section p_layout02
===================================*/
.p_layout02 {
  background: url(../img/page_support_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 10rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .p_layout02 {
    margin-top: -4rem;
    padding: 6rem 0 4rem;
  }
}

.p_layout02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.p_layout02 .inner {
  position: relative;
  z-index: 2;
  counter-reset: image_num;
}

.p_layout02__title {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_layout02__title {
    margin-bottom: 4rem;
  }
}

.p_layout02__title::before {
  content: "";
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 16rem;
  letter-spacing: 2rem;
  color: rgba(201, 196, 184, 0.13);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p_layout02__title::before {
    font-size: 7.4rem;
    letter-spacing: 0.8rem;
  }
}

.support .p_layout02__title::before {
  content: "support";
}

.benefit .p_layout02__title::before {
  content: "benefit";
}

.p_layout02__title .section__en,
.p_layout02__title .section__jp {
  color: #fff;
}

.p_layout02__title .section__ja {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p_layout02__title .section__ja {
    font-size: 1.4rem;
  }
}

.p_layout02__title .section__en {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .p_layout02__title .section__en {
    font-size: 3.2rem;
  }
}

.p_layout02_list {
  counter-reset: num;
}

@media screen and (max-width: 767px) {
  .p_layout02_list {
    max-width: 350px;
    margin: 0 auto;
  }
}

.p_layout02_list__item {
  display: flex;
  align-items: center;
  gap: 7rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__item {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.p_layout02_list__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__item:nth-of-type(2n) {
    flex-direction: column;
  }
}

.p_layout02_list__image {
  position: relative;
  width: calc(50% - 7rem);
}

@media screen and (max-width: 767px) {
  .p_layout02_list__image {
    width: 100%;
  }
}

.p_layout02_list__image::before {
  counter-increment: image_num;
  content: "0" counter(image_num);
  color: #a28c69;
  font-family: "Cormorant Garamond", serif;
  font-size: 16rem;
  letter-spacing: 0.2rem;
  position: absolute;
  transform: translateY(-50%);
  top: -0.1em;
  left: -0.5em;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__image::before {
    font-size: 8rem;
    left: 0;
  }
}

.p_layout02_list__item:nth-of-type(2n) .p_layout02_list__image::before {
  left: unset;
  right: -0.4em;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__item:nth-of-type(2n) .p_layout02_list__image::before {
    right: 0;
  }
}

.p_layout02_list__content {
  color: #fff;
  padding-top: 3.5rem;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__content {
    width: 100%;
    padding-top: 2rem;
  }
}

.p_layout02_list__lead {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__lead {
    font-size: 1.8rem;
    padding: 0 0 2rem;
  }
}

.support .p_layout02_list__lead::after {
  counter-increment: num;
  content: "Support 0" counter(num);
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: -1.5em;
  left: 0;
}

.benefit .p_layout02_list__lead::after {
  counter-increment: num;
  content: "Benefit 0" counter(num);
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: -1.5em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p_layout02_list__lead::after {
    font-size: 1.4rem;
  }
}

.p_layout02_list__text {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  line-height: 3rem;
}
/*==================================================
section p_layout02 END
===================================*/
