@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#interview {
  width: 100%;
  padding: 184px 0 4px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section#interview::before {
  content: "";
  width: 100%;
  height: 28.467vw;
  background-image: url(../images/direct/bg_hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
section#interview .hero {
  width: calc(100% - 200px);
  margin-bottom: 80px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#interview .hero.on {
  clip-path: inset(0 0 0 0);
}
section#interview .hero.on .inner .title {
  clip-path: inset(0 0 0 0);
}
section#interview .hero .inner {
  width: 100%;
  position: relative;
}
section#interview .hero .inner h2 {
  padding: 0 4px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#interview .hero .inner h2::before {
  content: "";
  width: 53px;
  height: 34px;
  background-image: url(../images/arrow_title_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  order: 2;
}
section#interview .hero .inner h2 span {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 4.9rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  order: 1;
}
section#interview .hero .inner h2 span:nth-child(2) {
  font-weight: 600;
  order: 3;
}
section#interview .hero .inner .photo {
  width: 100%;
  clip-path: polygon(0 50px, 680px 50px, 680px 0, 100% 0, 100% 100%, 0 100%);
}
section#interview .hero .inner .title {
  text-align: left;
  width: 860px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFF;
  padding: 40px 0 0 90px;
  margin-top: -124px;
  gap: 24px 0;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 1s;
}
section#interview .hero .inner .title h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#interview .hero .inner .title h3 span:nth-child(1) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .hero .inner .title h3 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-image: url(../../common/images/bg_tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 12px 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#interview .hero .inner .title h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .hero .inner .title p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-right: 40px;
}
section#interview .profile {
  width: calc(100% - 380px);
  margin-bottom: 160px;
  position: relative;
}
section#interview .profile.on .inner h3 {
  opacity: 1;
}
section#interview .profile.on .inner .interviewer {
  opacity: 1;
}
section#interview .profile.on .inner .president {
  opacity: 1;
}
section#interview .profile::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, #F2F2F2, #FFF);
  position: absolute;
  top: 45%;
  left: calc(50% - 50vw);
  z-index: -1;
}
section#interview .profile .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
section#interview .profile .inner h3 {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: solid 1px #000000;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#interview .profile .inner .interviewer {
  width: calc(65% - 40px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
section#interview .profile .inner .interviewer .in {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrp;
  justify-content: space-between;
  align-items: flex-start;
}
section#interview .profile .inner .interviewer .in .person {
  width: calc((100% - 64px) / 3);
}
section#interview .profile .inner .interviewer .in .person .ph {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#interview .profile .inner .interviewer .in .person .ph img {
  width: 85%;
}
section#interview .profile .inner .president {
  width: calc(35% - 40px);
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
section#interview .profile .inner .president::after {
  content: "";
  width: 103px;
  height: 68px;
  background-image: url(../images/arrow_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: -63px;
  top: 160px;
  z-index: 5;
}
section#interview .profile .inner .president .person {
  width: 100%;
}
section#interview .profile .inner .president .person .ph {
  width: calc(((100vw - 380px) * 0.65 - 40px - 64px) / 3);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#interview .profile .inner .president .person .ph img {
  width: 85%;
}
section#interview .profile .person {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
section#interview .profile .person dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
section#interview .profile .person dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 8px;
}
section#interview .profile .person dl dt span {
  white-space: nowrap;
}
section#interview .profile .person dl dt span:nth-child(1) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .profile .person dl dt span:nth-child(2) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .profile .person dl dt span:nth-child(3) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .profile .person dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .profile .person p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 112px);
}
section#interview .talk {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#interview .talk.t1:not(:last-child) {
  margin-bottom: 120px;
}
section#interview .talk.t1 .inner .title {
  margin-bottom: 32px;
}
section#interview .talk.t1 .inner .title::after {
  width: 180px;
  height: 308px;
  background-image: url(../images/direct/person_t1.png);
  top: -154px;
  right: 0px;
}
section#interview .talk.t1 .inner .title h4 {
  width: calc(100% - 180px);
  background-image: url(../images/direct/bg_title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#interview .talk.t1 .inner .title h4::after {
  background-color: #14aac2;
  right: -24px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
section#interview .talk.t1 .inner .title h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .talk.t2 {
  padding: 136px 0 240px 0;
  background-image: url(../images/direct/bg_t2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#interview .talk.t2 .inner .title {
  margin-bottom: 64px;
}
section#interview .talk.t2 .inner .title::after {
  width: 158px;
  height: 359px;
  background-image: url(../images/direct/person_t2.png);
  top: -220px;
  left: 0px;
}
section#interview .talk.t2 .inner .title h4 {
  width: calc(100% - 158px);
  transform: translateX(182px);
  background-image: none;
  background-color: #FFF;
}
section#interview .talk.t2 .inner .title h4::after {
  background-color: #FFF;
  left: -24px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
section#interview .talk.t2 .inner .title h4 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .talk.t2 .inner .int dl dt.p4::before {
  background-image: url(../images/direct/icon_person4_2.png);
}
section#interview .talk.t2 .inner .int dl dt p {
  color: #FFF;
}
section#interview .talk.t2 .inner .int dl dd P {
  color: #FFF;
}
section#interview .talk.t3 {
  margin-bottom: 160px;
}
section#interview .talk.t3 .inner .title {
  margin-bottom: 32px;
}
section#interview .talk.t3 .inner .title::after {
  width: 144px;
  height: 398px;
  background-image: url(../images/direct/person_t3.png);
  top: -210px;
  right: 0px;
}
section#interview .talk.t3 .inner .title h4 {
  width: calc(100% - 144px);
  background-image: url(../images/direct/bg_title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#interview .talk.t3 .inner .title h4::after {
  background-color: #14aac2;
  right: -24px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
section#interview .talk.t3 .inner .title h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .talk .inner {
  width: calc(100% - 380px);
}
section#interview .talk .inner .title {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: fle-start;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#interview .talk .inner .title.on {
  opacity: 1;
}
section#interview .talk .inner .title::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
}
section#interview .talk .inner .title h4 {
  padding: 32px;
  border-radius: 32px;
  position: relative;
  box-sizing: border-box;
}
section#interview .talk .inner .title h4::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  display: block;
}
section#interview .talk .inner .title h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .talk .inner .int {
  text-align: left;
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 64px 0;
}
section#interview .talk .inner .int dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#interview .talk .inner .int dl.on {
  opacity: 1;
}
section#interview .talk .inner .int dl.pd {
  align-items: flex-start;
}
section#interview .talk .inner .int dl dt {
  width: 126px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
}
section#interview .talk .inner .int dl dt.p1::before {
  background-image: url(../images/direct/icon_person1.png);
}
section#interview .talk .inner .int dl dt.p2::before {
  background-image: url(../images/direct/icon_person2.png);
}
section#interview .talk .inner .int dl dt.p3::before {
  background-image: url(../images/direct/icon_person3.png);
}
section#interview .talk .inner .int dl dt.p4 {
  order: 2;
}
section#interview .talk .inner .int dl dt.p4::before {
  background-image: url(../images/direct/icon_person4.png);
}
section#interview .talk .inner .int dl dt::before {
  content: "";
  width: 126px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section#interview .talk .inner .int dl dt p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .talk .inner .int dl dd {
  width: calc(100% - 126px - 24px);
  order: 1;
}
section#interview .talk .inner .int dl dd p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .talk .inner .int dl dd p:not(:last-child) {
  margin-bottom: 24px;
}
section#interview .talk .inner .int dl dd p.notice {
  font-size: 1.2rem;
}
section#interview .talk .inner .int dl dd p sub {
  font-size: 1.2rem;
}
section#interview .lphoto {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#interview .lphoto.on {
  opacity: 1;
}
section#interview .sphoto {
  width: calc(100% - 380px);
  margin: -160px 0 160px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
section#interview .sphoto.on > div {
  opacity: 1;
}
section#interview .sphoto > div {
  width: calc(50% - 6px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#interview .sphoto > div:nth-child(2) {
  transition-delay: 0.5s;
}
section#interview .photos {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px 0;
}
section#interview .photos.on .combo > div {
  opacity: 1;
}
section#interview .photos.on .wide {
  opacity: 1;
}
section#interview .photos .combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 4px;
}
section#interview .photos .combo > div {
  opacity: 0;
  transition: opacity 0.2s ease-in 0s;
}
section#interview .photos .combo > div:nth-child(2) {
  transition-delay: 0.25s;
}
section#interview .photos .combo > div:nth-child(3) {
  transition-delay: 0.5s;
}
section#interview .photos .combo > div:nth-child(4) {
  transition-delay: 0.75s;
}
section#interview .photos .wide {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#interview {
    width: 100%;
    padding: 80px 0 2px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  section#interview::before {
    content: "";
    width: 100%;
    height: 28.467vw;
    background-image: url(../images/direct/bg_hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  section#interview .hero {
    width: 100%;
    margin-bottom: 40px;
  }
  section#interview .hero .inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#interview .hero .inner h2 {
    padding: 0 4px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px;
    top: 8px;
    left: 24px;
  }
  section#interview .hero .inner h2::before {
    content: "";
    width: 27px;
    height: 17px;
    background-image: url(../images/arrow_title.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    order: 2;
  }
  section#interview .hero .inner h2 span {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2.2rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    order: 1;
  }
  section#interview .hero .inner h2 span:nth-child(2) {
    font-weight: 600;
    order: 3;
  }
  section#interview .hero .inner .photo {
    width: calc(100% - 32px);
    clip-path: none;
  }
  section#interview .hero .inner .title {
    width: calc(100% - 32px);
    padding: 24px 0 0 0px;
    border-radius: 0 16px 0 0;
    margin-top: 0px;
    gap: 16px 0;
  }
  section#interview .hero .inner .title h3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#interview .hero .inner .title h3 span:nth-child(1) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .hero .inner .title h3 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px 16px;
    border-radius: 16px;
  }
  section#interview .hero .inner .title p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-right: 0px;
  }
  section#interview .profile {
    width: calc(100% - 32px);
    margin-bottom: 120px;
  }
  section#interview .profile::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: linear-gradient(to bottom, #F2F2F2, #FFF);
    position: absolute;
    top: 25%;
    left: calc(50% - 50vw);
    z-index: -1;
  }
  section#interview .profile .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  section#interview .profile .inner h3 {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    padding-bottom: 16px;
    border-bottom: solid 1px #000000;
    width: 100%;
  }
  section#interview .profile .inner .interviewer {
    width: 100%;
    order: 2;
    transition-delay: 0.5s;
  }
  section#interview .profile .inner .interviewer .in {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrp;
    justify-content: flex-start;
    align-items: center;
  }
  section#interview .profile .inner .interviewer .in .person {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  section#interview .profile .inner .interviewer .in .person:nth-child(odd) .ph {
    order: 2;
  }
  section#interview .profile .inner .interviewer .in .person:nth-child(odd) dl {
    order: 1;
  }
  section#interview .profile .inner .interviewer .in .person .ph {
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#interview .profile .inner .interviewer .in .person .ph img {
    width: 100%;
  }
  section#interview .profile .inner .president {
    width: 100%;
    margin-bottom: 32px;
    order: 1;
    transition-delay: 0s;
  }
  section#interview .profile .inner .president::after {
    content: none;
  }
  section#interview .profile .inner .president .person {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  section#interview .profile .inner .president .person .ph {
    width: 30%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#interview .profile .inner .president .person .ph img {
    width: 100%;
  }
  section#interview .profile .inner .president .person dl {
    width: calc(70% - 16px);
  }
  section#interview .profile .person {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#interview .profile .person dl {
    width: calc(75% - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#interview .profile .person dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 8px;
  }
  section#interview .profile .person dl dt span {
    white-space: nowrap;
  }
  section#interview .profile .person dl dt span:nth-child(1) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .profile .person dl dt span:nth-child(2) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .profile .person dl dt span:nth-child(3) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .profile .person dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .profile .person p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 112px);
  }
  section#interview .talk {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#interview .talk.t1:not(:last-child) {
    margin-bottom: 64px;
  }
  section#interview .talk.t1 .inner .title {
    margin-bottom: 24px;
  }
  section#interview .talk.t1 .inner .title::after {
    width: 90px;
    height: 154px;
    background-image: url(../images/direct/person_t1.png);
    top: -60px;
    right: 0px;
  }
  section#interview .talk.t1 .inner .title h4 {
    width: calc(100% - 90px);
    background-image: url(../images/direct/bg_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  section#interview .talk.t1 .inner .title h4::after {
    background-color: #14aac2;
    right: -16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  section#interview .talk.t1 .inner .title h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .talk.t2 {
    padding: 48px 0 48px 0;
    background-image: url(../images/direct/bg_t2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  section#interview .talk.t2 .inner .title {
    margin-bottom: 64px;
  }
  section#interview .talk.t2 .inner .title::after {
    width: 79px;
    height: 180px;
    background-image: url(../images/direct/person_t2.png);
    top: -60px;
    left: 0px;
  }
  section#interview .talk.t2 .inner .title h4 {
    width: calc(100% - 79px);
    transform: translateX(79px);
    background-image: none;
    background-color: #FFF;
  }
  section#interview .talk.t2 .inner .title h4::after {
    background-color: #FFF;
    left: -16px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  section#interview .talk.t2 .inner .title h4 span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .talk.t3 {
    margin-bottom: 40px;
  }
  section#interview .talk.t3 .inner .title {
    margin-bottom: 40px;
  }
  section#interview .talk.t3 .inner .title::after {
    width: 72px;
    height: 199px;
    background-image: url(../images/direct/person_t3.png);
    top: -70px;
    right: -8px;
  }
  section#interview .talk.t3 .inner .title h4 {
    width: calc(100% - 72px);
    background-image: url(../images/direct/bg_title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  section#interview .talk.t3 .inner .title h4::after {
    background-color: #14aac2;
    right: -16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  section#interview .talk.t3 .inner .title h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .talk .inner {
    width: calc(100% - 32px);
  }
  section#interview .talk .inner .title {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: fle-start;
    align-items: flex-start;
    position: relative;
  }
  section#interview .talk .inner .title::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
  }
  section#interview .talk .inner .title h4 {
    padding: 16px;
    border-radius: 16px;
  }
  section#interview .talk .inner .title h4::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 12px);
    display: block;
  }
  section#interview .talk .inner .title h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .talk .inner .int {
    gap: 40px 0;
  }
  section#interview .talk .inner .int dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
  }
  section#interview .talk .inner .int dl.pd {
    align-items: flex-start;
  }
  section#interview .talk .inner .int dl dt {
    width: 64px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#interview .talk .inner .int dl dt.p1::before {
    background-image: url(../images/direct/icon_person1.png);
  }
  section#interview .talk .inner .int dl dt.p2::before {
    background-image: url(../images/direct/icon_person2.png);
  }
  section#interview .talk .inner .int dl dt.p3::before {
    background-image: url(../images/direct/icon_person3.png);
  }
  section#interview .talk .inner .int dl dt.p4 {
    order: 2;
  }
  section#interview .talk .inner .int dl dt.p4::before {
    background-image: url(../images/direct/icon_person4.png);
  }
  section#interview .talk .inner .int dl dt::before {
    content: "";
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  section#interview .talk .inner .int dl dt p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .talk .inner .int dl dd {
    width: calc(100% - 64px - 16px);
    order: 1;
  }
  section#interview .talk .inner .int dl dd p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .talk .inner .int dl dd p:not(:last-child) {
    margin-bottom: 16px;
  }
  section#interview .talk .inner .int dl dd p.notice {
    font-size: 1rem;
  }
  section#interview .talk .inner .int dl dd p sub {
    font-size: 1rem;
  }
  section#interview .lphoto {
    width: 100%;
  }
  section#interview .sphoto {
    width: 100%;
    margin: 0 auto 32px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#interview .sphoto > div {
    width: 100%;
  }
  section#interview .photos {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2px 0;
  }
  section#interview .photos .combo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px;
  }
  section#interview .photos .combo > div {
    width: calc(50% - 1px);
  }
  section#interview .photos .wide {
    width: 100%;
  }
}

/*# sourceMappingURL=style_direct.css.map */
