@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*	インタビュー
* --------------------------------------------------------------------------------------------------*/
.p-person__heading {
  background-color: #00b315;
  margin-bottom: -6rem;
}

.p-person__inner {
  max-width: 136.6rem;
  margin-inline: auto;
  position: relative;
}

.p-presont-ttl {
  font-size: 10rem;
  color: #fff;
  writing-mode: vertical-rl;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 5.3rem;
  left: 3.9rem;
  letter-spacing: -0.01em;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-presont-ttl {
    font-size: 2.2rem;
    top: 1.5rem;
    left: 0.3rem;
  }
}

.c-mark {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  gap: 0px 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-areas: "sharp num" "txt num";
}
@media screen and (max-width: 767.98px) {
  .c-mark {
    grid-template-rows: 1fr auto;
    grid-template-areas: "sharp num" "txt txt";
    gap: 0 0.2rem;
  }
}
.c-mark .txt {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b315;
  grid-area: txt;
  line-height: 1;
}
.c-mark .c-sharp {
  font-size: 8rem;
  font-weight: 800;
  color: #00b315;
  grid-area: sharp;
  line-height: 1;
  -webkit-text-stroke: 2px #00b315;
  color: transparent;
  position: relative;
  top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-mark .c-sharp {
    font-size: 3.2rem;
    font-weight: 900;
    margin-top: auto;
    top: -0.2rem;
  }
}
.c-mark .c-num {
  font-size: 11rem;
  font-weight: 800;
  color: #00b315;
  line-height: 1;
  grid-area: num;
  -webkit-text-stroke: 2px #00b315;
  color: transparent;
}
@media screen and (max-width: 767.98px) {
  .c-mark .c-num {
    font-size: 4.8rem;
  }
}

.p-person__wrapper {
  display: grid;
}

.p-person__img-wrapper {
  grid-column: 1;
  grid-row: 1;
  margin-left: auto;
  max-width: 118.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-person__img-wrapper {
    width: 34.6rem;
    height: 20.4rem;
  }
  .p-person__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-person__txt-wrapper {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 1;
  margin-left: auto;
  max-width: 118.3rem;
  width: 100%;
  padding: 6.6rem 0 0 6.7rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-person__txt-wrapper {
    padding-top: 3.4rem;
    padding-left: 5.2rem;
  }
}

.p-person__name {
  font-size: 5.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-person__name {
    margin-top: 2.1rem;
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
  }
}
.p-person__name .u-en {
  font-size: 1.8rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-person__name .u-en {
    display: none;
  }
}

.u-flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .u-flex {
    display: block;
  }
}

.p-person__job {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-person__job {
    font-size: 1.4rem;
    margin-top: 0.7rem;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
  }
}

.p-year {
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #1d1d1d;
  border-radius: 100vw;
  padding: 0.5rem 1.5rem 0.8rem;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-year {
    font-size: 1.3rem;
    padding: 0.2rem 1rem 0.3rem;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
  }
}

.c-copy {
  margin-top: auto;
  font-size: 4.4rem;
  line-height: 1.5909090909;
  font-weight: 900;
  margin-bottom: -0.7em;
}
@media screen and (max-width: 767.98px) {
  .c-copy {
    font-size: 1.8rem;
    margin-top: 2.5rem;
  }
}
.c-copy .u-bgcolor--white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4%, rgb(255, 255, 255) 4%, rgb(255, 255, 255) 100%);
  padding-inline: 0.2em;
}

.p-profile {
  position: relative;
  max-width: 116.4rem;
  margin-inline: auto;
  margin-top: 11.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-profile {
    margin-top: 2.8rem;
    padding-inline: 2rem;
  }
}

.p-profile__ttl {
  width: 76.6rem;
  margin-left: auto;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767.98px) {
  .p-profile__ttl {
    width: 27.1rem;
    margin-bottom: -2rem;
  }
}

.p-profile__content {
  display: flex;
  margin-top: -5.6rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-profile__content {
    display: block;
    margin-top: 0;
  }
}

.p-profile__img-wrapper {
  width: 50rem;
  margin-right: -2rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  aspect-ratio: 5/6;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .p-profile__img-wrapper {
    width: 28.5rem;
    aspect-ratio: 285/295;
    margin-inline: auto;
  }
}
.p-profile__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__body {
  background-color: #fff;
  margin-top: 8rem;
  flex-grow: 1;
  padding: 2.9rem 5.5rem 6.5rem 9.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-profile__body {
    padding: 10.5rem 2rem 3rem;
    margin-top: -9.8rem;
  }
}

.p-profile__list > div {
  display: table;
  line-height: 1.6;
  font-size: 1.6rem;
  border-bottom: 1px solid #1d1d1d;
  width: 100%;
  padding-block: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-profile__list > div {
    font-size: 1.4rem;
    display: block;
    padding: 1.2rem 0;
  }
}
.p-profile__list dt,
.p-profile__list dd {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .p-profile__list dt,
.p-profile__list dd {
    display: block;
  }
}
.p-profile__list dt {
  color: #00b315;
  width: 20rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-profile__list dt {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-profile__list dd {
    margin-top: 0.5rem;
  }
}

.p-interview {
  padding-top: 15.7rem;
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview {
    padding-top: 11.7rem;
    padding-bottom: 2.2rem;
  }
}

.p-interview__content {
  max-width: 126.6rem;
  margin-inline: auto;
  position: relative;
}

.p-interview__block {
  position: relative;
}

.p-theme {
  min-height: 102.8rem;
  background-repeat: no-repeat;
  background-size: 17rem auto;
  background-position: 100% 50%;
}
.p-theme + .p-theme {
  margin-top: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-theme + .p-theme {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-theme {
    background-size: 9rem auto;
    background-position: 100% 80%;
    min-height: inherit;
  }
}

.p-theme01 {
  background-image: url(../img/person/txt_theme01.svg);
}

.p-theme02 {
  background-image: url(../img/person/txt_theme02.svg);
  background-position: 0% 50%;
}
@media screen and (max-width: 767.98px) {
  .p-theme02 {
    background-position: 0% 80%;
  }
}
.p-theme02 .p-theme__ttl {
  right: auto;
  left: calc(100% + 5rem);
}

.p-theme03 {
  background-image: url(../img/person/txt_theme03.svg);
}

.p-theme__ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: calc(100% + 5rem);
}
@media screen and (max-width: 767.98px) {
  .p-theme__ttl {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.p-theme__ttl .u-en {
  background-color: #00b315;
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  padding: 1rem;
  margin-bottom: 2.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-theme__ttl .u-en {
    font-size: 1.4rem;
    padding: 0.5rem;
    margin-bottom: 0.9rem;
  }
}
.p-theme__ttl .u-jp {
  writing-mode: vertical-rl;
  font-size: 5.6rem;
  color: #00b315;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-left: -1rem;
}
@media screen and (max-width: 767.98px) {
  .p-theme__ttl .u-jp {
    writing-mode: horizontal-tb;
    font-size: 2.9rem;
    margin-left: 0;
  }
}
.p-theme__ttl .u-jp.u-line--2 {
  margin-left: 0;
}

.p-interview__block {
  max-width: 85rem;
  margin-inline: auto;
}

.p-interview__list {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__list {
    padding-inline: 2rem;
    margin-top: 4rem;
  }
}
.p-interview__list > div + div {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__list > div + div {
    margin-top: 3rem;
  }
}

.p-interview__question {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 8.2rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__question {
    line-height: 1.8;
    font-size: 1.7rem;
    padding-left: 2.3rem;
    margin-bottom: 1.1rem;
  }
}
.p-interview__question::before {
  content: "";
  position: absolute;
  top: 0.7em;
  width: 7rem;
  height: 3px;
  left: 0;
  background-color: #00b315;
}
@media screen and (max-width: 767.98px) {
  .p-interview__question::before {
    width: 1.5rem;
    top: 0.85em;
  }
}

.p-interview__answer p + p {
  margin-top: 2em;
}

.p-person-message {
  margin-top: 17.5rem;
  background-color: #00b315;
  max-width: 117rem;
  margin-inline: auto;
  border-radius: 2rem;
  padding: 9.5rem 8.9rem 7.5rem;
}
.p-person-message.u-mt {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-person-message.u-mt {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-person-message {
    margin-inline: 2rem;
    padding: 2rem;
    margin-top: 7.5rem;
  }
}
.p-person-message * {
  color: #fff;
}
.p-person-message p {
  font-size: 2rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-person-message p {
    font-size: 1.5rem;
  }
}
.p-person-message p + p {
  margin-top: 2em;
}
.p-person-message .p-person-message__img-wrapper {
  float: right;
  width: 40rem;
  height: 44rem;
  margin-top: -13rem;
  margin-left: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-person-message .p-person-message__img-wrapper {
    float: none;
    width: 80%;
    height: auto;
    margin-inline: auto;
    margin-top: -5rem;
  }
}
.p-person-message .p-person-message__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-person-message__ttl {
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-person-message__ttl {
    margin-bottom: 2.8rem;
  }
}
.p-person-message__ttl .u-en {
  font-size: 10.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-person-message__ttl .u-en {
    font-size: 4.8rem;
  }
}
.p-person-message__ttl .u-jp {
  margin: 0.6rem 0 0 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  color: #00b315;
  background-color: #fff;
  padding: 0.7rem 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-person-message__ttl .u-jp {
    font-size: 1.4rem;
  }
}

.p-aside-interview {
  margin-top: 15.8rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside-interview {
    margin-top: 6.8rem;
    padding-bottom: 6rem;
  }
  .p-aside-interview .p-profile .l-content__inner {
    padding-inline: 0;
  }
}
.p-aside-interview .l-lens__ttl {
  position: relative;
  z-index: 3;
  margin-bottom: -4rem;
}
.p-aside-interview .p-profile {
  background-color: #00b315;
  max-width: inherit;
  margin-top: 0;
  padding-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside-interview .p-profile {
    padding-top: 6rem;
  }
}
.p-aside-interview .p-profile__body {
  margin-bottom: -12.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside-interview .p-profile__body {
    margin-top: -13.8rem;
    margin-bottom: 0;
    transform: translateY(5rem);
  }
}

.p-aside-interview__content {
  padding-top: 18rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside-interview__content {
    padding-top: 8rem;
  }
}
.p-aside-interview__content .p-img-wrapper {
  max-width: 85rem;
  margin-inline: auto;
}

.p-faq__content {
  padding-top: 10.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__content {
    padding-top: 6.4rem;
  }
}

.p-faq__block {
  background-color: #fff;
  width: 100%;
  padding: 6rem 8rem;
  border-radius: 1rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__block {
    margin-top: 3.3rem;
    padding: 3rem 2rem;
  }
}
.p-faq__block + .p-faq__block {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__block + .p-faq__block {
    margin-top: 2rem;
  }
}

.p-faq__txt-wrapper {
  display: flex;
  gap: 0 2.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__txt-wrapper {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}
.p-faq__txt-wrapper .p-faq__icn {
  font-size: 4.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-faq__txt-wrapper .p-faq__icn {
    font-size: 3.7rem;
  }
}

.p-faq__question .p-faq__icn {
  color: #00b315;
}
.p-faq__question .p-faq__txt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-faq__question .p-faq__txt {
    font-size: 1.7rem;
  }
}

.p-faq__answer {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__answer {
    margin-top: 2.2rem;
  }
}
.p-faq__answer .p-faq__txt {
  padding-top: 0.5rem;
}
/*# sourceMappingURL=person.css.map */