@charset "UTF-8";
.c-title.--detail .en {
  display: block;
  margin-bottom: 24px;
  color: #008CD6;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 0.8;
  letter-spacing: 2px;
}
.c-title.--detail .jp {
  display: block;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #0C0051;
}

.people-column {
  margin-top: 64px;
  display: grid;
}
.people-column__image {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}
.people-column__image img {
  width: 100%;
}
.people-column__text {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  width: 51.11%;
  margin-top: 80px;
  margin-right: auto;
  padding: 64px;
  background: rgba(255, 255, 255, 0.96);
}
.people-column__num {
  margin-bottom: 24px;
  color: #008CD6;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 0.8;
  letter-spacing: 2px;
}
.people-column__title {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #0C0051;
}
.people-column__post {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #0C0051;
}
.people-column__name {
  letter-spacing: 1px;
}
.people-column__btnWrap {
  margin-top: 48px;
}
.people-column__btnWrap .c-btn {
  width: min(166px, 100%);
  padding: 14px 40px;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}
.people-column.--reverse .people-column__text {
  margin-left: auto;
  margin-right: 0;
}
.people-column + .people-column {
  margin-top: 80px;
}
.people-pagetitle__post {
  margin-top: 40px;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #0C0051;
}
.people-pagetitle__post + p {
  margin-top: 0;
}
.people-mywork {
  padding-top: 32px;
  padding-bottom: 32px;
}
.people-interview {
  display: grid;
  grid-template-columns: min(560px, 41.6666666667%) minmax(0, 1fr);
  align-items: start;
  gap: 80px;
}
.people-interview__image {
  position: relative;
  margin-top: -64px;
  margin-left: -80px;
}
.people-interview__image__title {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 22.8571428571%;
  display: grid;
  place-content: center;
  width: min(455px, 90%);
  min-height: 167px;
  padding: 12px;
  background-color: #fff;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #0C0051;
}
.people-interview__qa {
  margin-top: 48px;
}
.people-interview__qa > dt {
  margin-bottom: 16px;
  padding-left: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #0C0051;
  position: relative;
}
.people-interview__qa > dt:before {
  position: absolute;
  display: block;
  content: "";
  top: -4px;
  left: 0;
  content: "Q";
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1;
  color: #008CD6;
}
.people-interview__qa > dt ~ dt {
  margin-top: 48px;
}
.people-interview .c-title.--h4 ~ .c-title.--h4 {
  margin-top: 100px;
}
.people-interview:not(.--schedule) .people-interview__image {
  position: sticky;
  top: 0;
  left: 0;
}
.people-message {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 37.984496124%;
  gap: 40px;
  margin-top: 100px;
  padding: 40px;
  border: 16px solid #F0F5F7;
  background-color: #fff;
}
.people-schecule {
  display: grid;
  gap: 40px;
}
.people-schecule > li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  color: #0C0051;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 160%;
}
.people-schecule > li:not(:last-child) {
  position: relative;
}
.people-schecule > li:not(:last-child):before {
  position: absolute;
  display: block;
  content: "";
  top: 62px;
  bottom: -32px;
  left: 27px;
  border: 1px solid #BFBFBF;
}
.people-schecule__content {
  margin-top: 0;
  font-size: 1.8rem;
}
.people-comment {
  display: grid;
  grid-template-columns: 33.3333333333% minmax(0, 1fr);
  gap: 56px;
  margin-top: 64px;
  padding: 32px;
  background-color: #F0F5F7;
}
.people-comment__text {
  padding: 32px;
  background-color: #fff;
  position: relative;
}
.people-comment__text:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 22px 44px 22px 0;
  border-color: transparent #fff transparent transparent;
}
.people-otherList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.people-otherList__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.people-otherList__card::after {
  position: absolute;
  display: block;
  content: "";
  right: 32px;
  bottom: 33px;
  width: 46px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<svg width="56" height="8" viewBox="0 0 56 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7H54L47.5 0.5" stroke="%230C0051"/></svg>') no-repeat right bottom/56px auto;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.people-otherList__image {
  position: relative;
}
.people-otherList__image::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  opacity: 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(122, 195, 234, 0.7) 40%, rgba(239, 96, 96, 0.7) 80%, rgba(239, 96, 96, 0.4) 100%);
  mix-blend-mode: screen;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.people-otherList__image img {
  width: 100%;
}
.people-otherList__text {
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.people-otherList__title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
.people-otherList__more {
  margin-top: auto;
  padding-top: 20px;
  padding-right: 60px;
  color: #0C0051;
  font-family: "Ysabeau Infant", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: 1px;
  text-align: right;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/* ▼hover挙動 */
@media (hover: hover) {
  .people-otherList__card:hover::after {
    right: 22px;
    width: 56px;
    background-image: url('data:image/svg+xml;utf8,<svg width="56" height="8" viewBox="0 0 56 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 7H54L47.5 0.5" stroke="%23008CD6"/></svg>');
  }
  .people-otherList__card:hover .people-otherList__image::before {
    opacity: 1;
  }
  .people-otherList__card:hover .people-otherList__more {
    color: #008CD6;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1365.98px) {
  .people-pagetitle__text {
    width: 51.5373352855vw;
    min-height: 32.3572474378vw;
    padding: 3.513909224vw 4.6852122987vw;
    font-size: 1.1713030747vw;
  }
  .people-pagetitle__text .c-title.--detail .en {
    margin-bottom: 1.756954612vw;
    font-size: 1.756954612vw;
    line-height: 0.0585651537vw;
    letter-spacing: 0.1464128843vw;
  }
  .people-pagetitle__text .c-title.--detail .jp {
    font-size: 2.7818448023vw;
    letter-spacing: 0.1464128843vw;
  }
  .people-pagetitle__post {
    margin-top: 2.9282576867vw;
    font-size: 1.6105417277vw;
    letter-spacing: 0.1464128843vw;
  }
  .people-pagetitle__image {
    margin-left: 21.0834553441vw;
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .l-pagetitle__image {
    padding-bottom: 125px;
  }
  .c-title.--detail .en {
    font-size: 1.4rem;
  }
  .c-title.--detail .jp {
    font-size: 2.4rem;
  }
  .people-column__text {
    grid-row: 2;
    width: calc(100% - 24px);
    margin-top: -158px;
    padding: 46px 24px;
  }
  .people-column__num {
    font-size: 1.6rem;
  }
  .people-column__title {
    font-size: 2.6rem;
  }
  .people-column__btnWrap {
    margin-top: 32px;
  }
  .people-column__btnWrap .c-btn {
    width: min(160px, 100%);
  }
  .people-pagetitle__image {
    padding-bottom: 0;
  }
  .people-pagetitle__text {
    grid-row: 2;
    margin-top: -20.8333333333vw;
    max-width: calc(100% - 24px);
    padding: 32px 24px;
  }
  .people-pagetitle__post {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .people-interview {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
  }
  .people-interview__image {
    order: 2;
    margin-top: 0;
    margin-left: -24px;
    margin-right: -24px;
  }
  .people-interview__image__title {
    bottom: 28.6111111111vw;
    width: min(280px, 90%);
    min-height: 107px;
  }
  .people-interview__image img {
    width: 100%;
  }
  .people-interview__text {
    order: 1;
  }
  .people-interview .c-title.--h4 ~ .c-title.--h4 {
    margin-top: 64px;
  }
  .l-board:has(.people-interview.--schedule) {
    padding-top: 0;
  }
  .people-interview.--schedule .people-interview__image {
    order: 1;
  }
  .people-interview.--schedule .people-interview__text {
    order: 2;
  }
  .people-interview:not(.--schedule) .people-interview__image {
    position: relative;
  }
  .people-message {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 32px 24px;
    border: 24px solid #F0F5F7;
  }
  .people-message__image picture, .people-message__image img {
    width: 100%;
  }
  .people-message .c-title.--h4 {
    font-size: 2.8rem;
  }
  .people-schecule > li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    font-weight: 300;
  }
  .people-schecule > li:not(:last-child)::before {
    top: 58px;
    left: 25px;
  }
  .people-schecule__icon {
    width: 50px;
  }
  .people-schecule__time {
    font-size: 1.4rem;
  }
  .people-schecule__content {
    font-size: 1.6rem;
  }
  .people-comment {
    grid-template-columns: minmax(0, 1fr);
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }
  .people-comment__image {
    order: 2;
  }
  .people-comment__image picture, .people-comment__image img {
    width: 100%;
  }
  .people-comment__text {
    order: 1;
    padding: 24px;
  }
  .people-comment__text::before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 32px 19px 0;
    border-color: #fff transparent transparent transparent;
  }
  .people-otherList {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .people-otherList__card {
    position: relative;
    display: block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  .people-otherList__card::after {
    right: 24px;
    bottom: 25px;
  }
  .people-otherList__text {
    padding: 24px;
  }
  .people-otherList__more {
    margin-top: 16px;
  }
}