@charset "UTF-8";
/* ====================
Layout
 ==================== */
.l-in__title {
  width: 44rem;
}
@media screen and (max-width: 960px) {
  .l-in__title {
    width: 55%;
    max-width: 37.4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-in__header {
    margin-bottom: 6rem;
  }
}

/* ====================
Project
 ==================== */
.p-author {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-author__container {
  width: 75%;
  max-width: 108rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-author__container {
    width: 90.6666666667%;
    max-width: 56rem;
  }
}
.p-author__header {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto 6.6rem;
}
@media screen and (max-width: 960px) {
  .p-author__header {
    margin-bottom: 0.8rem;
  }
}
.p-author__lead {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-author__lead {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    text-align: center;
  }
}
.p-author__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-author__title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-author__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.p-author_data {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-author_data {
    display: flex;
    justify-content: flex-start;
  }
  .p-author_data:nth-child(odd) {
    flex-direction: row;
  }
  .p-author_data:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-author_data.-text2 {
  margin-top: 5.2rem;
  padding-top: 6.4rem;
}
@media screen and (max-width: 960px) {
  .p-author_data.-text2 {
    margin-top: 4.2rem;
    padding-top: 0.7rem;
  }
}
.p-author_data.-text2::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/line_single.png") repeat-x 0 0/auto 1px;
}
.p-author_data.-text3 {
  margin-top: 5rem;
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-author_data.-text3 {
    margin-top: 4rem;
    padding-top: 0rem;
  }
}
.p-author_data.-text3::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/line_single.png") repeat-x 0 0/auto 1px;
}
@media screen and (max-width: 960px) {
  .p-author_data__box {
    margin-top: 37px;
  }
}
.p-author_data__box-item + .p-author_data__box-item {
  margin-top: 3.3rem;
}
@media screen and (max-width: 960px) {
  .p-author_data__box-item + .p-author_data__box-item {
    margin-top: 3.5rem;
  }
}
.p-author_data__ttl {
  font-family: "hiragino-mincho-pron", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 2rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 960px) {
  .p-author_data__ttl {
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
  }
}
.p-author_data__ttl .is-small {
  font-size: 1.6rem;
  padding-left: 0.5rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-author_data__ttl .is-small {
    padding-left: 0.6rem;
    font-size: 1.3rem;
  }
}
.p-author_data__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 960px) {
  .p-author_data__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .p-author_data__text:first-child {
    margin-top: 0;
  }
  .p-author_data__text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .-text1 .p-author_data__text {
    width: 50%;
  }
}
@media screen and (min-width: 961px) {
  .-text2 .p-author_data__text {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .-text3 .p-author_data__text {
    width: 100%;
  }
}
.p-author_data__img {
  width: 50%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-author_data__img {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .-text1 .p-author_data__img {
    width: 30%;
    position: absolute;
  }
}
@media screen and (min-width: 961px) {
  .-text1 .p-author_data__img.-img1 {
    width: 33%;
    top: 40%;
    left: 67%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 961px) {
  .-text1 .p-author_data__img.-img2 {
    width: 22%;
    top: 79%;
    left: 89%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .-text1 .p-author_data__img.-img2 {
    margin-top: 10%;
  }
}
@media screen and (min-width: 961px) {
  .-text2 .p-author_data__img {
    min-height: 0;
    margin-right: 5rem;
  }
}
@media screen and (min-width: 961px) {
  .-text2 .p-author_data__img.-img1 {
    flex-shrink: 0;
    width: 40.5%;
  }
}
@media screen and (max-width: 960px) {
  .-text2 .p-author_data__img.-img1 {
    margin-top: 10%;
  }
}
@media screen and (min-width: 961px) {
  .-text3 .p-author_data__img {
    min-height: 0;
    margin-left: 4.8rem;
  }
}
@media screen and (min-width: 961px) {
  .-text3 .p-author_data__img.-img1 {
    flex-shrink: 0;
    width: 32.5%;
  }
}
@media screen and (max-width: 960px) {
  .-text3 .p-author_data__img.-img1 {
    margin-top: 7%;
  }
}
.p-author_data__img-cap {
  width: 120%;
  display: block;
  position: relative;
  left: -10%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  margin-top: 2%;
}
@media screen and (min-width: 961px) {
  .-img1 .p-author_data__img-cap {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .-text2 .p-author_data__img-cap {
    margin-top: 2%;
  }
}
@media screen and (max-width: 960px) {
  .p-author_data__img-cap {
    margin-top: 1%;
  }
}

/* ====================
COMPONENT
 ==================== */