@charset "UTF-8";
html {
  background-position: top 80px right;
}

/* トップ */
#interviews #sub-mainview {
  margin: 0px auto 130px;
}
#interviews #sub-mainview .portrait {
  top: 50px;
  max-width: 980px;
  height: calc(100% - 50px);
}
#interviews #sub-mainview .portrait .img-box {
  height: calc(97% - 65px);
}
#interviews #sub-mainview .portrait .profile {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  font-size: 16px;
  line-height: 1;
  padding: 1em 0 0 1em;
}
#interviews #sub-mainview .portrait .profile .name-year {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
#interviews #sub-mainview .portrait .profile .name-year .name {
  font-size: 28px;
}
#interviews #sub-mainview .portrait .profile .name-year .year::before {
  content: "／";
}
#interviews #sub-mainview .top-catch {
  position: absolute;
  left: 8%;
  bottom: calc(100px + 8%);
  font-size: 30px;
  animation-delay: 1s;
}
#interviews #sub-mainview .top-catch .line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  white-space: nowrap;
  background: #fff;
}
#interviews #sub-mainview .top-catch .line + .line {
  margin: 1em 0 0;
}

/* 画像指定 */
.person1 #sub-mainview .portrait .img-box::after {
  background-image: url(../img/interviews/person1/top-img.jpg);
}

.person2 #sub-mainview .portrait .img-box::after {
  background-image: url(../img/interviews/person2/top-img.jpg);
}

.person3 #sub-mainview .portrait .img-box::after {
  background-image: url(../img/interviews/person3/top-img.jpg);
}

.person4 #sub-mainview .portrait .img-box::after {
  background-image: url(../img/interviews/person4/top-img.jpg);
}

/* section共通 */
.section .section-title {
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}
.section .section-title .number {
  color: #27C96B;
  font-size: 80px;
  font-weight: 600;
}
.section .inner {
  display: flex;
  gap: 60px;
}
.section .fl-box {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.section .catch {
  font-size: 24px;
  line-height: 2;
  color: #14AF55;
  margin: 0px 0px 30px;
}
.section .text-box .text {
  font-size: 15px;
  line-height: 2.5;
}
.section .text-box .text p + p {
  margin: 30px 0px 0px;
}

@media screen and (min-width: 1440px) {
  .section .inner {
    width: 100%;
  }
}
/* 01 */
#theme1 {
  margin: 0 0 200px;
}
#theme1 .text-box {
  order: 2;
  flex-shrink: 0;
  width: 460px;
  padding: 40px 0 0;
}
#theme1 .img-box {
  order: 1;
  border-radius: 8px;
  overflow: hidden;
}

/* 2 */
#theme2 .text-box {
  max-width: 840px;
  margin: 0 0 120px;
  padding: 40px 0 0;
}

/* 3 */
#theme3 .out-inner {
  max-width: 1440px;
  margin: 0 auto;
}
#theme3 .inner {
  max-width: none;
  margin: 0 0 0 auto;
}
#theme3 .section-title {
  padding: 200px 0 0;
}
#theme3 .text-box {
  padding: 240px 0 0;
  flex-shrink: 0;
  width: 460px;
}
#theme3 .img-box {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

@media screen and (min-width: 1441px) {
  #theme3 .inner {
    width: calc(100% - (100% - 1100px) / 2);
  }
  #theme3 .img-box {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1440px) {
  #theme3 .inner {
    width: 95%;
    max-width: calc(100vw - (100vw - 1100px) / 2);
  }
}
/* 1日のスケジュール */
#schedule {
  color: #fff;
  padding: 80px 0;
  margin: 150px 0 0;
}
#schedule .inner {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
#schedule .title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  padding: 30px 0 0;
  flex-shrink: 0;
  text-align: center;
}
#schedule .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/interviews/schedule-title.svg) center no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}
#schedule .title .jp {
  position: relative;
  display: block;
  font-size: 30px;
}
#schedule .title .eng {
  position: relative;
  display: block;
  font-size: 20px;
  margin: 0.5em 0 0;
  font-weight: 600;
}
#schedule .timeline .timeline-item {
  display: flex;
  align-items: center;
  gap: 70px;
}
#schedule .timeline .timeline-item + .timeline-item {
  margin: 15px 0 0;
}
#schedule .timeline .time {
  position: relative;
  font-size: 22px;
  width: 3.5em;
  flex-shrink: 0;
  font-weight: 600;
}
#schedule .timeline .time::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
}
#schedule .timeline .text {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  /* トップ */
  #interviews #sub-mainview {
    margin: 0px auto 100px;
  }
  #interviews #sub-mainview .portrait {
    top: 70px;
    height: calc(100% - 70px);
  }
  #interviews #sub-mainview .portrait .img-box {
    height: calc(100% - 65px);
  }
  #interviews #sub-mainview .top-catch {
    left: 5%;
    bottom: calc(100px + 10%);
    animation-delay: 1s;
  }
  #interviews #sub-mainview .top-catch .line + .line {
    margin: 15px 0 0;
  }
  /* section共通 */
  .section .section-title {
    writing-mode: inherit;
  }
  .section .inner {
    display: block;
    gap: 0px;
  }
  .section .fl-box {
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    width: 100%;
    margin: 30px 0px 0px;
  }
  .section .text-box {
    padding: 0px;
  }
  /* 01 */
  #theme1 {
    margin: 0 0 150px;
  }
  #theme1 .text-box {
    width: 50%;
    padding: 0px 0 0;
  }
  #theme1 .img-box {
    width: 45%;
  }
  /* 2 */
  #theme2 {
    margin: 0 0 150px;
  }
  #theme2 .text-box {
    max-width: 100%;
    margin: 0px;
  }
  /* 3 */
  #theme3 .inner {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
  #theme3 .section-title {
    padding: 0px;
  }
  #theme3 .text-box {
    padding: 0px;
    width: 50%;
  }
  #theme3 .img-box {
    width: 45%;
    border-radius: 8px;
  }
  #schedule .inner {
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
  #schedule .title {
    max-width: 280px;
    width: 35%;
    height: 250px;
  }
  #schedule .timeline {
    width: calc(95% - 280px);
  }
  #schedule .timeline .timeline-item {
    gap: 40px;
  }
  #schedule .timeline .time::after {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* トップ */
  #interviews #sub-mainview {
    margin: 0px auto 60px;
  }
  #interviews #sub-mainview .portrait {
    top: 120px;
    height: 75%;
    width: 62%;
  }
  #interviews #sub-mainview .top-catch {
    font-size: 22px;
  }
  /* section共通 */
  .section .section-title {
    font-size: 26px;
  }
  .section .section-title .number {
    font-size: 65px;
  }
  .section .text-box .catch {
    font-size: 18px;
  }
  .section .text-box .text {
    font-size: 14px;
    line-height: 2.2;
  }
  /* 01 */
  #theme1 {
    margin: 0 0 120px;
  }
  /* 2 */
  #theme2 {
    margin: 0 0 120px;
  }
  #schedule {
    padding: 50px 0;
    margin: 120px 0 0;
  }
  #schedule .title {
    height: 160px;
  }
  #schedule .title .jp {
    font-size: 22px;
  }
  #schedule .title .eng {
    font-size: 14px;
  }
  #schedule .timeline {
    width: calc(100% - 280px);
  }
  #schedule .timeline .timeline-item {
    align-items: flex-start;
  }
  #schedule .timeline .time {
    font-size: 18px;
    width: 3.5em;
    line-height: 1;
  }
  #schedule .timeline .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  /* トップ */
  #interviews #sub-mainview {
    margin: 50px 0px 80px;
  }
  #interviews #sub-mainview .portrait {
    top: auto;
    height: auto;
    width: 95%;
  }
  #interviews #sub-mainview .portrait .img-box {
    max-height: 100%;
    height: 300px;
  }
  #interviews #sub-mainview .portrait .img-box::before {
    animation-delay: 0s;
  }
  #interviews #sub-mainview .portrait .profile {
    display: block;
    font-size: 13px;
    padding: 40px 5% 0px;
    animation-delay: 2s;
  }
  #interviews #sub-mainview .portrait .profile .name-year {
    padding: 10px 0px 0px;
  }
  #interviews #sub-mainview .portrait .profile .name-year .name {
    font-size: 20px;
  }
  #interviews #sub-mainview .top-catch {
    left: 7.5%;
    bottom: 70px;
    font-size: 5vw;
  }
  #interviews #sub-mainview .top-catch .line {
    padding: 0 5px;
    letter-spacing: 0.5px;
  }
  #interviews #sub-mainview .top-catch .line + .line {
    margin: 7px 0 0;
  }
  /* section共通 */
  .section .section-title {
    font-size: 20px;
  }
  .section .section-title .number {
    font-size: 55px;
  }
  .section .fl-box {
    flex-wrap: wrap;
  }
  .section .text-box .catch {
    line-height: 1.7;
    margin: 0px 0px 20px;
  }
  .section .text-box .text {
    font-size: 13px;
    line-height: 2;
  }
  .section .text-box .text p + p {
    margin: 20px 0px 0px;
  }
  /* 01 */
  #theme1 {
    margin: 0 0 80px;
  }
  #theme1 .text-box {
    width: 100%;
    margin: 30px 0px 0px;
  }
  #theme1 .img-box {
    width: 100%;
  }
  /* 2 */
  #theme2 {
    margin: 0 0 80px;
  }
  #theme2 .text-box {
    padding: 30px 0 0;
  }
  /* 03 */
  #theme3 {
    margin: 0 0 80px;
  }
  #theme3 .text-box {
    width: 100%;
  }
  #theme3 .img-box {
    width: 100%;
    margin: 30px 0 0;
  }
  #schedule {
    margin: 80px 0 0;
  }
  #schedule .inner {
    flex-wrap: wrap;
  }
  #schedule .title {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 20px 0px;
  }
  #schedule .title .jp {
    font-size: 20px;
  }
  #schedule .title .eng {
    font-size: 12px;
    margin: 0px;
  }
  #schedule .timeline {
    width: 100%;
    margin: 30px 0px 0px;
  }
  #schedule .timeline .timeline-item {
    gap: 0px;
    justify-content: space-between;
  }
  #schedule .timeline .time {
    width: 65px;
  }
  #schedule .timeline .text {
    font-size: 13px;
    width: calc(95% - 85px);
  }
}
/* OTHER INTERVIEWS */
#other {
  position: relative;
  background: #F2F2F2;
  padding: 100px 0 150px;
}
#other .title {
  font-size: 40px;
  color: #27C96B;
  text-align: center;
  margin: 0px 0px 50px;
  font-weight: 600;
}
#other .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#other .list .list-item {
  max-width: 350px;
  width: 31.5%;
}
#other .list a {
  display: block;
}
#other .list .zoom-box {
  height: 230px;
}
#other .list .data-box {
  margin: 15px 0px 0px;
}
#other .list .data-box h2 {
  width: calc(97% - 105px);
  font-size: 15px;
  text-align: right;
}
#other .list .data-box h2 .join {
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}

#other .list .item1 .zoom-box::before {
  background-image: url(../img/interviews/other-img1.jpg);
}

#other .list .item2 .zoom-box::before {
  background-image: url(../img/interviews/other-img2.jpg);
}

#other .list .item3 .zoom-box::before {
  background-image: url(../img/interviews/other-img3.jpg);
}

#other .list .item4 .zoom-box::before {
  background-image: url(../img/interviews/other-img4.jpg);
}

#interviews.person1 #other .list .item1,
#interviews.person2 #other .list .item2,
#interviews.person3 #other .list .item3,
#interviews.person4 #other .list .item4 {
  display: none;
}

@media screen and (max-width: 1024px) {
  #other .list .zoom-box {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  #other {
    padding: 80px 0;
  }
  #other .title {
    font-size: 32px;
  }
  #other .list {
    flex-wrap: wrap;
  }
  #other .list .list-item {
    max-width: 48%;
    width: 48%;
    margin: 10px 0px 20px;
  }
}
@media screen and (max-width: 560px) {
  #other {
    padding: 50px 0;
  }
  #other .title {
    font-size: 25px;
    margin: 0px 0px 30px;
  }
  #other .list {
    display: block;
  }
  #other .list .list-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  #other .list .list-item:not(:first-of-type) {
    margin: 30px auto 0px;
  }
  #other .list .data-box {
    margin: 10px 0px 0px;
  }
  #other .list .data-box h2 {
    text-align: left;
    font-size: 14px;
  }
  #other .list .data-box h2 .join {
    font-size: 12px;
  }
}/*# sourceMappingURL=interviews.css.map */