@charset "utf-8";

.p-member__inner {
  position: relative;
  width: 100%;
  max-width: 1380px;
  height: inherit;
  padding: 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-member__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__inner {
    max-width: 540px;
    padding: 0 20px;
  }
}
.p-member__message {

}
.p-member__message p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-member__message p:not(:last-of-type()) {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-member__message p {
    font-size: 18px;
    line-height: 2;
    text-align: left;
  }
}

.p-member__messageImage {
  margin: 10px 0 200px;
}

@media screen and (max-width: 767px) {
  .p-member__messageImage {
    margin: 70px 0 ;
  }
}

.p-member__messageImage img {
  width: 100%;
  height: auto;
}

.p_member__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 1199px) {
  .p_member__wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p_member__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}
.p_member__wrap + .p_member__wrap {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p_member__wrap + .p_member__wrap {
    margin-top: 100px;
  }
}

.p-member__image {
  width: 40%;
}
.p-member__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/600;
}
@media screen and (max-width: 767px) {
  .p-member__image {
    width: 100%;
    height: auto;
    aspect-ratio: 335/268;
    overflow: hidden;
  }
  .p-member__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-member__summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-member__position {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-member__position {
    font-size: 16px;
  }
}

.p-member__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-top: 12px;
}
.p-member__name span {
  font-family: "roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .p-member__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 4px;
  }
  .p-member__name span {
    font-size: 16px;
  }
}

.p-member__career {
  margin-top: 50px;
}
.p-member__career p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-member__career {
    margin-top: 30px;
  }
  .p-member__career p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-lower__main {
    margin-top: 100px!important;
}