@charset "UTF-8";


/* common
========================================= */
.l-section {
  padding-inline: 24px;
}
.l-section__title {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color:var(--color-black);
}
@media screen and (max-width: 1023px) {
  .l-section__title {
    font-size: 2.0rem;
    font-size: 20px;
  }
}



/* overview */
.p-member-index .l-section--overview .p-overview-content {
  background-color: var(--color-bg-blue);
  border-radius: 16px;
  padding: 56px;
}
.p-member-index .l-section--overview .p-overview-content + .p-overview-content {
  margin-top: 60px;
}
.p-member-index .l-section--overview .p-overview-content__upper > figure {
  border-radius: 16px;
  overflow: hidden;
}
.p-member-index .l-section--overview .p-overview-content__upper .text-heading {
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
}
.p-member-index .l-section--overview .p-overview-content__upper .text-heading ~ * {
  margin-top: 16px;
}
.p-member-index .l-section--overview .p-overview-content__upper .text-lead {
  font-weight: 700;
}
.p-member-index .l-section--overview .p-overview-content__upper .c-list-disc > li + li {
  margin-top: 4px;
}
.p-member-index .l-section--overview .p-overview-content__lower {
  border-top: 1px solid var(--color-lightgray);
  margin-top: 56px;
  padding-top: 56px;
}
.p-member-index .l-section--overview .p-overview-content__lower .list-contents__item {
  text-align: center;
}
.p-member-index .l-section--overview .p-overview-content__lower .list-contents__item figure {
  border-radius: 16px;
  overflow: hidden;
}
.p-member-index .l-section--overview .p-overview-content__lower .list-contents__item .text-heading {
  font-weight: 700;
  margin-top: 16px;
}
.p-member-index .l-section--overview .p-overview-content__lower .list-contents__item .c-button {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-member-index .l-section--overview .p-overview-content__upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-inline: 20px;
  }
  .p-member-index .l-section--overview .p-overview-content__upper > figure,
  .p-member-index .l-section--overview .p-overview-content__upper_text {
    width: 46.84%;
  }
  .p-member-index .l-section--overview .p-overview-content__lower .list-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-member-index .l-section--overview .p-overview-content__lower .list-contents__item {
    margin-left: 6.35%;
    width: 29.1%;
  }
  .p-member-index .l-section--overview .p-overview-content__lower .list-contents__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-member-index .l-section--overview {
    margin-inline: -24px;
  }
  .p-member-index .l-section--overview .p-overview-content {
    border-radius: 0;
    padding: 40px 24px;
  }
  .p-member-index .l-section--overview .p-overview-content + .p-overview-content {
    margin-top: 36px;
  }
  .p-member-index .l-section--overview .p-overview-content__upper_text {
    margin-top: 16px;
  }
  .p-member-index .l-section--overview .p-overview-content__upper .text-heading {
    font-size: 2rem;
    font-size: 20px;
  }
  .p-member-index .l-section--overview .p-overview-content__upper .c-list-disc {
    margin-top: 8px;
  }
  .p-member-index .l-section--overview .p-overview-content__upper .c-button {
    width: 300px;
  }
  .p-member-index .l-section--overview .p-overview-content__lower {
    margin-top: 32px;
    padding-top: 32px;
  }
  .p-member-index .l-section--overview .p-overview-content__lower .list-contents__item:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-member-index .l-section--overview .p-overview-content__lower .list-contents__item figure {
    margin-inline: auto;
    width: 82%;
  }
  .p-member-index .l-section--overview .p-overview-content__lower .list-contents__item .c-button {
    width: 300px;
  }
}


/* news */
.p-member-index .l-section--news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-member-index .l-section--news .l-section__title {
  text-align: center;
}
.p-member-index .l-section--news .l-section__title span {
  display: block;
}
.p-member-index .l-section--news .l-section__title .maintext {
  font-family: var(--font-arial);
  font-size: 4rem;
  font-size: 40px;
  line-height: 1.3;
}
.p-member-index .l-section--news .l-section__title .subtext {
  font-size: 1.4rem;
  font-size: 14px;
}
.p-member-index .l-section--news .c-news,
.p-member-index .l-section--news .c-button {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .p-member-index .l-section--news {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .p-member-index .l-section--news  .l-section__title {
    text-align: left;
  }
  .p-member-index .l-section--news  .l-section__title .maintext {
    font-size: 3.2rem;
    font-size: 32px;
  }
  .p-member-index .l-section--news .c-news,
  .p-member-index .l-section--news .c-button {
    margin-top: 24px;
  }
  .p-member-index .l-section--news .c-button {
    width: 300px;
  }
}
