.p-article {
  padding: 90px 0;
}
@media (max-width: 47.9375em) {
  .p-article {
    padding: 55px 0;
  }
}

.p-article__section + .p-article__section {
  margin-top: 120px;
}
@media (max-width: 47.9375em) {
  .p-article__section + .p-article__section {
    margin-top: 100px;
  }
}
.p-article__section p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 47.9375em) {
  .p-article__section p {
    font-size: 1.6rem;
  }
}

.p-article__wide-image {
  display: block;
  width: 100%;
}
.p-article__wide-image + .p-article__group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__wide-image + .p-article__group {
    margin-top: 40px;
  }
}

.p-article__group {
  display: flex;
}
@media (max-width: 47.9375em) {
  .p-article__group {
    display: block;
  }
}
.p-article__group + .p-article__group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__group + .p-article__group {
    margin-top: 40px;
  }
}
.p-article__group + .p-article__col2 {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__group + .p-article__col2 {
    margin-top: 40px;
  }
}
.p-article__group + .p-article__note {
  margin-top: 20px;
}
@media (max-width: 47.9375em) {
  .p-article__group + .p-article__note {
    margin-top: 15px;
  }
}

.p-article__group--special {
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 47.9375em) {
  .p-article__group--special {
    margin-top: 20px;
  }
}

@media not all and (max-width: 47.9375em) {
  .p-article__group--pc-mt-40 {
    margin-top: 40px !important;
  }
}

.p-article__group-heading {
  color: #0C3388;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}
@media (max-width: 47.9375em) {
  .p-article__group-heading {
    font-size: 2rem;
    line-height: 1.45;
  }
}

.p-article__name {
  width: 60px;
  flex-shrink: 0;
  text-align: center;
  margin-right: 25px;
}
@media (max-width: 47.9375em) {
  .p-article__name {
    display: flex;
    align-items: center;
    width: auto;
    text-align: left;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.p-article__icon {
  width: 50px;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .p-article__icon {
    margin-right: 10px;
  }
}

.p-article__name--blue {
  color: #0C3388;
}

.p-article__name--yellow {
  color: #645705;
}

.p-article__name--purple {
  color: #8346A3;
}

.p-article__name--green {
  color: #208D7C;
}

.p-article__col2 {
  display: grid;
  grid-template-columns: 85px 1fr;
  justify-content: space-between;
}
@media (max-width: 47.9375em) {
  .p-article__col2 {
    grid-template-columns: repeat(1, 100%);
  }
}
.p-article__col2 + .p-article__col2 {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__col2 + .p-article__col2 {
    margin-top: 40px;
  }
}
.p-article__col2 + .p-article__group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__col2 + .p-article__group {
    margin-top: 40px;
  }
}

@media (max-width: 47.9375em) {
  .p-article__col2-body {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-article__col2-image {
  width: 420px;
  float: right;
  margin: 0 0 30px 104px;
}
@media (max-width: 47.9375em) {
  .p-article__col2-image {
    width: 100%;
    float: none;
    margin: 40px 0 0;
    order: 2;
  }
}

.p-article__col-half {
  display: grid;
  grid-template-columns: repeat(2, 498px);
  justify-content: space-between;
}
@media (max-width: 47.9375em) {
  .p-article__col-half {
    grid-template-columns: repeat(1, 100%);
    gap: 40px;
  }
}
.p-article__col-half + .p-article__group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__col-half + .p-article__group {
    margin-top: 40px;
  }
}

.p-article__note li {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: flex;
}
@media (max-width: 47.9375em) {
  .p-article__note li {
    font-size: 1.4rem;
  }
}
.p-article__note li span {
  flex-shrink: 0;
  margin-right: 5px;
}
.p-article__note + .p-article__group {
  margin-top: 60px;
}
@media (max-width: 47.9375em) {
  .p-article__note + .p-article__group {
    margin-top: 40px;
  }
}

.p-introduction {
  background-color: #fff;
  padding: 10px 45px 45px;
  border: 1px solid #799AE2;
}
@media (max-width: 47.9375em) {
  .p-introduction {
    padding: 10px 20px 35px;
  }
}

@media (max-width: 47.9375em) {
  .p-introduction__heading-wrap {
    text-align: center;
  }
}

.p-introduction__heading {
  font-size: 3.4rem;
  line-height: 1.4411764706;
  letter-spacing: 0.05em;
  color: #0C3388;
  position: relative;
  top: -30px;
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 47.9375em) {
  .p-introduction__heading {
    font-size: 2.4rem;
    padding: 0 15px;
    letter-spacing: normal;
  }
}
.p-introduction__heading::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 1;
}
@media (max-width: 47.9375em) {
  .p-introduction__heading::before {
    height: 3px;
    top: 18px;
  }
}
.p-introduction__heading span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.p-introduction__heading span::before, .p-introduction__heading span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 40px;
  background-color: #799AE2;
  transform: skew(-30deg);
}
.p-introduction__heading span::before {
  left: -30px;
}
@media (max-width: 47.9375em) {
  .p-introduction__heading span::before {
    left: -15px;
  }
}
.p-introduction__heading span::after {
  right: -30px;
}
@media (max-width: 47.9375em) {
  .p-introduction__heading span::after {
    right: -15px;
  }
}

@media (max-width: 47.9375em) {
  .p-introduction__heading--tight span {
    letter-spacing: -0.03em;
  }
}

.p-introduction__lead {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.8rem;
}
@media (max-width: 47.9375em) {
  .p-introduction__lead {
    font-size: 1.6rem;
  }
}

.p-mainvisual__bg {
  width: 100%;
  height: 400px;
}
@media (max-width: 47.9375em) {
  .p-mainvisual__bg {
    height: 150px;
  }
}
.p-mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mainvisual__container {
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
}
.p-mainvisual__container::before {
  content: "";
  width: 800px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 47.9375em) {
  .p-mainvisual__container::before {
    width: calc(100% - 40px);
    top: -50px;
    height: 50px;
  }
}

.p-mainvisual__sub-heading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 17px;
  position: relative;
  top: -15px;
}
@media (max-width: 47.9375em) {
  .p-mainvisual__sub-heading img {
    width: auto;
    height: 20px;
  }
}
.p-mainvisual__sub-heading span {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #0C3388;
  padding: 3px 15px;
}
@media (max-width: 47.9375em) {
  .p-mainvisual__sub-heading span {
    font-size: 1.4rem;
  }
}

.p-mainvisual__heading {
  font-size: 4.6rem;
  line-height: 1.4347826087;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0c3388;
  margin-top: 13px;
}
@media (max-width: 47.9375em) {
  .p-mainvisual__heading {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
}

.p-member {
  background-color: #F4F8FF;
  padding: 90px 0;
}
@media (max-width: 47.9375em) {
  .p-member {
    padding: 55px 0;
  }
}

.p-member__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 46px;
}
@media (max-width: 47.9375em) {
  .p-member__list {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}

.p-member__item {
  width: 240px;
  height: 100%;
  display: block;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-member__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-member__item-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-member__item-image {
    width: 35.8208955224%;
  }
}
.p-member__item-image span {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #0C3388;
  padding: 3px 15px;
}

@media (max-width: 47.9375em) {
  .p-member__item-group {
    width: 59.7014925373%;
  }
}

.p-member__item-position {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 47.9375em) {
  .p-member__item-position {
    margin-top: 0;
  }
}

.p-member__item-heading {
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 12px;
}
.p-member__item-heading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #0C3388;
}

.p-member__item-name1 {
  font-size: 2.4rem;
}
@media (max-width: 47.9375em) {
  .p-member__item-name1 {
    font-size: 2rem;
  }
}

.p-member__item-name2 {
  font-size: 1.5rem;
}
@media (max-width: 47.9375em) {
  .p-member__item-name2 {
    font-size: 1.2rem;
  }
}

.p-member__item-name3 {
  font-size: 1.4rem;
}
@media (max-width: 47.9375em) {
  .p-member__item-name3 {
    font-size: 1.2rem;
  }
}

.p-member__item-text {
  margin-top: 27px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}

.p-member__introduction {
  margin-top: 80px;
}