@charset "UTF-8";

.l-wrapper {
  @media (width <=1280px) {
    padding-inline: 2.4rem;
  }
}

.p-media-read {
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  background-color: #fff;
}

@media (max-width: 1280px) {
  .p-media-read {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 768px) {
  .p-media-read {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.p-media-read__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 1200px) {
  .p-media-read__inner {
    padding: 0 2rem;
    flex-direction: column;
  }
}

.p-media-read__text {
  flex: 1;
  padding-right: 4rem;
}
.p-media-read__text .c-read-text {
  padding-right: 13rem;
  text-align: left;
}
.p-media-read__text .c-read-text span {
  color: #f96718;
}
@media (max-width: 1200px) {
  .p-media-read__text {
    flex: 1;
    padding-right: 0;
    padding-top: 2rem;
  }

  .p-media-read__text .c-read-text {
    padding-right: 0;
  }
}

.p-media-read__image {
  width: 63rem;
}

@media (max-width: 1200px) {
  .p-media-read__image {
    width: 100%;
    margin: 0 auto;
  }

  .p-media-read__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-media__header {
  /* padding-top: 6rem; */
  /* padding-bottom: 7.5rem; */
}

@media (max-width: 768px) {
  .p-media__header {
    /* padding: 4rem 2rem; */
  }
}

.p-media__header-logo {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 3.1rem 7rem;
  display: flex;
  justify-content: center;
  width: fit-content;
  flex-shrink: 0;
  margin: 0 auto 5rem auto;
}

.p-media__header-logo img {
  max-width: 340px;
}

@media (max-width: 768px) {
  .p-media__header-logo {
    padding: 1.5rem 2rem;
    width: 70%;
  }
  .p-media__header-logo img {
    max-width: 100%;
  }
}

.p-media__header-title {
  font-weight: bold;
  color: #008785;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.6rem;
}

@media (max-width: 768px) {
  .p-media__header-title {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}

.p-media__header-subtitle {
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-media__header-subtitle {
    font-size: 1.8rem;
  }
}

.p-media__header-text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3.2rem;
  font-weight: 500;
}
.p-media__header-text span {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  color: #f96718;
  margin-bottom: 3.2rem;
}

.p-media__header-text.text01 {
  border-radius: 30px;
  background-color: #fff;
  padding: 2.3rem 4rem;
  display: flex;
  justify-content: center;
  width: fit-content;
  flex-shrink: 0;
  margin: 0 auto 8rem auto;
  position: relative;
}

.p-media__header-text.text01 span {
  margin-bottom: 0;
}

.p-media__header-text.text01 .triangle {
  position: absolute;
  bottom: -30px; /* 三角形をボックスの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
}

.p-media__staff {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 7.5rem;
}

.p-media__staff-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.p-media__staff-inner .c-contents-block__title {
  text-align: center;
}

@media (max-width: 768px) {
  .p-media__header-text {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }
  .p-media__header-text span {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }
}

.p-media__header .p-media__header-image {
  text-align: center;
}

.p-media__staff-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 4rem;
  padding-inline: 2.4rem;
}

@media (max-width: 768px) {
  .p-media__staff-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-inline: 0;
  }
}

.p-media__staff-list-item {
  background-color: #fff;
  padding: 2.4rem;
  /* border-radius: 1.6rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}

.p-media__staff-list-item-image {
  width: 16rem;
  height: 16rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-media__staff-list-item {
    padding: 0;
  }

  .p-media__staff-list-item-image {
    border-radius: 5px;
    width: 12rem;
    height: 12rem;
  }
}

.p-media__staff-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-media__staff-list-item-name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.2rem 0 0;
}

@media (max-width: 768px) {
  .p-media__staff-list-item-name {
    font-size: 1.6rem;
    margin: 1.2rem 0;
  }
}

.c-contents-block .p-media__staff-list-item-position {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-media__staff-list-item-position {
    font-size: 1.4rem;
  }
}
