@media print, screen and (width >= 768px) {
  .p-section-people .c-text {
    margin-bottom: 100px;
  }
  .p-section-people .c-heading--quaternary {
    padding-right: 15px;
  }
}
@media screen and (width < 768px) {
  .p-section-people__row {
    padding-top: 0.2rem;
  }
  .p-section-people .c-text--secondary {
    margin-bottom: 0.62rem;
    font-size: 0.15rem;
    line-height: 2;
  }
  .p-section-people__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.21rem;
    padding-left: 0;
    list-style: none;
  }
  .p-section-people__anchor > li {
    width: 48.5893416928%;
    margin-bottom: 15px;
  }
  .p-section-people__anchor a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 0.38rem;
    padding: 0.04rem 0.25rem 0.04rem 0.15rem;
    border: 1px solid #e39d9d;
    border-radius: 0.5rem;
    background: #fff;
    color: #e39d9d;
    font-family: "Montserrat", sans-serif;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
  }
  .p-section-people__anchor a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.12rem;
    width: 0.07rem;
    height: 0.07rem;
    margin-top: -0.05rem;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #e39d9d;
    border-right: 1px solid #e39d9d;
  }
  .p-section-people__anchor a.is-active {
    background: #e39d9d;
    color: #fff;
  }
  .p-section-people__anchor a.is-active::after {
    border-color: #fff;
  }
}
.p-section-talk {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(250, 240, 240)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 240, 240) 100%);
}

@media print, screen and (width >= 768px) {
  .p-section-talk {
    padding: 64px 0 137px;
  }
  .p-section-talk .c-heading--quaternary {
    margin-bottom: 29px;
  }
}
@media screen and (width < 768px) {
  .p-section-talk {
    padding: 0.17rem 0 0.7rem;
  }
  .p-section-talk .c-heading--quaternary {
    margin-bottom: 0.31rem;
  }
}
.p-section-interview__title {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-section-interview__title > span {
  background: #e39d9d;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-section-interview__group {
  color: #7c7c7c;
  font-weight: 600;
  line-height: 1.5;
}
.is-android .p-section-interview__group {
  font-weight: 700;
}
.p-section-interview__text, .p-section-interview__name {
  margin-bottom: 0;
}
.p-section-interview__name {
  position: relative;
}
.p-section-interview__subtitle {
  font-weight: 600;
}
.is-android .p-section-interview__subtitle {
  font-weight: 700;
}
.p-section-interview__subtitle > span {
  display: block;
}
.p-section-interview__subtitle-english {
  color: #e39d9d;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.p-section-interview__subtitle-japanese {
  color: #7c7c7c;
  letter-spacing: 0.05em;
}

@media print, screen and (width >= 768px) {
  .p-section-interview {
    padding-bottom: 140px;
    background-image: url("../img/common/blur_pink_bg_03.png"), url("../img/common/blur_pink_bg_01.png");
  }
  .p-section-interview .c-heading--primary {
    margin-bottom: 70px;
  }
  .p-section-interview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 150px;
  }
  .p-section-interview__image {
    width: 490px;
    height: 345px;
  }
  .p-section-interview__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding-right: 20px;
  }
  .p-section-interview__title {
    position: relative;
    z-index: 1;
    margin-right: -110px;
    margin-bottom: 25px;
    /*font-size: 0.3rem;*/
	font-size: 0.28rem;
    line-height: 2.3666666667;
  }
  .p-section-interview__title > span {
    /*padding: 7px 18px 9px 20px;*/
	padding: 7px 15px 9px 15px;
  }
  .p-section-interview__group {
    padding-left: 20px;
  }
  .p-section-interview__text {
    margin-right: 30px;
    font-size: 0.18rem;
  }
  .p-section-interview__name {
    top: 1px;
    font-size: 0.22rem;
  }
  .p-section-interview__wrapper {
    max-width: 880px;
    margin: 0 auto 114px;
  }
  .p-section-interview__wrapper:last-child {
    margin-bottom: 0;
  }
  .p-section-interview__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  .p-section-interview__row:last-child {
    margin-bottom: 0;
  }
  .p-section-interview__photo {
    width: 390px;
    margin-left: 36px;
  }
  .p-section-interview__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -2px;
  }
  .p-section-interview__subtitle {
    margin-bottom: 29px;
  }
  .p-section-interview__subtitle-english {
    margin-bottom: 8px;
    font-size: 0.2rem;
  }
  .p-section-interview__subtitle-japanese {
    font-size: 0.24rem;
    line-height: 1.25;
  }
  .p-section-interview__list-button .c-button {
    margin-bottom: 20px;
  }
  .p-section-interview__list-button .c-button:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .p-section-interview {
    padding-bottom: 300px;
  }
}
@media screen and (width < 768px) {
  .p-section-interview {
    padding-bottom: 1.2rem;
  }
  .p-section-interview .c-heading--primary {
    margin-bottom: 0.57rem;
  }
  .p-section-interview__item {
    margin-bottom: 0.74rem;
  }
  .p-section-interview__image {
    height: 2.65rem;
    margin: 0 -0.28rem 0.18rem;
  }
  .p-section-interview__info {
    margin: 0 -0.14rem;
  }
  .p-section-interview__title {
    /*margin-right: -0.1rem;*/
    margin-bottom: 0.13rem;
    /*font-size: 0.22rem;*/
	font-size: 0.21rem;
    line-height: 1.7954545455;
  }
  .is-ios .p-section-interview__title {
    /*letter-spacing: 0.03em;*/
	letter-spacing: 0;
  }
  .p-section-interview__title > span {
    padding: 0.01rem 0.06rem 0.03rem 0.09rem;
  }
  .is-android .p-section-interview__title > span {
    padding-top: 0.015rem;
    padding-bottom: 0.035rem;
  }
  .p-section-interview__group {
    padding-left: 0.05rem;
  }
  .p-section-interview__text {
    margin-right: 0.1rem;
    font-size: 0.12rem;
  }
  .p-section-interview__name {
    font-size: 0.15rem;
  }
  .p-section-interview__wrapper {
    margin-bottom: 1.03rem;
  }
  .p-section-interview__wrapper:last-child {
    margin-bottom: 0;
  }
  .p-section-interview__row {
    margin-bottom: 0.6rem;
  }
  .p-section-interview__row:last-child {
    margin-bottom: 0;
  }
  .p-section-interview__photo {
    margin-top: 0.27rem;
  }
  .p-section-interview__subtitle {
    margin-bottom: 0.19rem;
  }
  .p-section-interview__subtitle-english {
    margin-bottom: 0.05rem;
    font-size: 0.17rem;
    line-height: 1.2;
  }
  .p-section-interview__subtitle-japanese {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-section-interview__list-button .c-button {
    margin-bottom: 0.1rem;
  }
  .p-section-interview__list-button .c-button:last-child {
    margin-bottom: 0;
  }
  .p-section-interview .c-post-content {
    letter-spacing: 0.02em;
  }
}
/*# sourceMappingURL=people.css.map */