@import url("https://use.typekit.net/xlb3nos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
body {
  position: relative;
  box-sizing: border-box;
}
body.active {
  overflow: hidden;
}

main {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
main .container {
  width: 100%;
  padding-bottom: 100px;
}
main .chead {
  text-align: left;
  width: 100%;
  padding: 332px 0 60px 0;
  position: relative;
}
main .chead .title {
  width: 432px;
  position: absolute;
  top: 20px;
  left: calc(50% - 680px);
}
main .chead .title.on div {
  opacity: 1;
}
main .chead .title.on::before {
  clip-path: inset(0 0 0 0);
}
main .chead .title div {
  width: 100%;
  height: 250px;
  background-color: #51489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .chead .title div h3 {
  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";
}
main .chead .title::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .chead .inner {
  width: calc(100% - 80px);
  min-width: 900px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .chead .inner.on dl {
  opacity: 1;
}
main .chead .inner.on h3 {
  opacity: 1;
}
main .chead .inner.on .map .image {
  opacity: 1;
}
main .chead .inner.on .map .pin {
  opacity: 1;
}
main .chead .inner.on .lead {
  opacity: 1;
}
main .chead .inner.on .profile {
  opacity: 1;
}
main .chead .inner .lead {
  width: 320px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .chead .inner .lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead .inner .lead p:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner .map {
  width: 744px;
  position: absolute;
  top: -165px;
  left: calc(50% - 140px);
  z-index: 10;
}
main .chead .inner .map .image {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .chead .inner .map .pin {
  width: 16px;
  height: 32px;
  background-image: url(https://www.daifuku.com/jp/employment/work/world/images/pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
main .chead .inner .map .pin.p1 {
  top: 85px;
  left: 25px;
  transition: opacity 0.3s ease-in 1s;
}
main .chead .inner .map .pin.p2 {
  top: 125px;
  left: 330px;
  transition: opacity 0.3s ease-in 1.2s;
}
main .chead .inner .map .pin.p3 {
  top: 140px;
  left: 315px;
  transition: opacity 0.3s ease-in 1.4s;
}
main .chead .inner .map .pin.p4 {
  top: 150px;
  left: 300px;
  transition: opacity 0.3s ease-in 1.6s;
}
main .chead .inner .map .pin.p5 {
  top: 165px;
  left: 280px;
  transition: opacity 0.3s ease-in 1.8s;
}
main .chead .inner .map .pin.p6 {
  top: 190px;
  left: 250px;
  transition: opacity 0.3s ease-in 2s;
}
main .chead .inner .map .pin.p7 {
  top: 245px;
  left: 280px;
  transition: opacity 0.3s ease-in 2.2s;
}
main .chead .inner .map .pin.p8 {
  top: 130px;
  left: 605px;
  transition: opacity 0.3s ease-in 2.4s;
}
main .chead .photo {
  position: absolute;
}
main .chead .photo.on img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 1;
}
main .chead .photo img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  opacity: 0;
}
main .chead .photo.p1 {
  width: 284px;
  top: 30px;
  left: calc(50% - 184px);
}
main .chead .photo.p1 img {
  transition: all 0.5s ease-in 0s;
}
main .chead .photo.p2 {
  width: 280px;
  top: 915px;
  left: calc(50% - 50px);
}
main .chead .photo.p2.on::after {
  clip-path: inset(0 0 0 0);
}
main .chead .photo.p2 img {
  transition: all 0.5s ease-in 0.5s;
}
main .chead .photo.p2::after {
  content: "";
  width: 200vw;
  height: 2px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 0px;
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0s;
}
main .chead .photo.p3 {
  width: 280px;
  top: 855px;
  left: calc(50% + 435px);
}
main .chead .photo.p3 img {
  transition: all 0.5s ease-in 0.75s;
}
main .chead .photo.p4 {
  width: 432px;
  top: 435px;
  left: calc(50% - 960px);
}
main .chead .photo.p4 img {
  transition: all 0.5s ease-in 0.25s;
}
main .chead .photo.p5 {
  width: 432px;
  top: 410px;
  left: calc(50% + 400px);
}
main .chead .photo.p5 img {
  transition: all 0.5s ease-in 0.5s;
}
main .contents {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
main .contents.on .inner {
  clip-path: inset(0 0 0 0);
}
main .contents .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: all 1s ease-out;
}
main .contents .inner dl {
  width: calc((100% - 60px) / 4);
}
main .contents .inner dl:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
main .contents .inner dl:nth-child(-n+4) {
  margin-bottom: 20px;
}
main .contents .inner dl:hover dt > span {
  color: #907aa8;
}
main .contents .inner dl:hover dd img {
  opacity: 0.7;
}
main .contents .inner dl dt {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .contents .inner dl dt > div {
  width: 40px;
}
main .contents .inner dl dt > div.combo {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .contents .inner dl dt > div.combo::after {
  content: "";
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background-image: url(https://www.daifuku.com/jp/employment/work/world/images/icon_move.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  order: 2;
}
main .contents .inner dl dt > div.combo div {
  width: 40px;
}
main .contents .inner dl dt > div.combo div:nth-child(1) {
  order: 1;
}
main .contents .inner dl dt > div.combo div:nth-child(2) {
  margin-left: 5px;
  order: 3;
}
main .contents .inner dl dt > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
main .contents .inner dl dd {
  width: 100%;
  background-color: #FFF;
}
main .contents .inner dl dd img {
  transition: all 0.25s ease-in 0s;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(80, 72, 157, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  transition: opacity 0.35s ease-in;
  opacity: 0;
  pointer-events: none;
}
#overlay.on {
  opacity: 1;
  pointer-events: auto;
}
#overlay .inner {
  width: 100%;
  max-height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: auto;
}
#overlay .inner .close {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: hidden;
}
#overlay .inner .close span {
  width: 82px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: -9px;
  top: 29px;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .close span:nth-child(1) {
  transform: rotate(45deg);
}
#overlay .inner .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#overlay .inner .close:hover span {
  background-color: #907aa8;
}
#overlay .inner .interview {
  width: 1080px;
  padding: 80px 40px;
  margin: 0 auto;
  display: none;
}
#overlay .inner .interview.on {
  display: block;
}
#overlay .inner .interview .detail {
  text-align: left;
  width: 100%;
}
#overlay .inner .interview .detail:not(:last-child) {
  margin-bottom: 80px;
}
#overlay .inner .interview .detail .profile {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#overlay .inner .interview .detail .profile:not(:last-child) {
  margin-bottom: 80px;
}
#overlay .inner .interview .detail .profile .photo {
  width: 375px;
}
#overlay .inner .interview .detail .profile .data {
  width: calc(100% - 375px - 40px);
}
#overlay .inner .interview .detail .profile .data h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 4.6rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
#overlay .inner .interview .detail .profile .data h5 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#overlay .inner .interview .detail .profile .data h5::after {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background-color: #FFF;
  margin: 0 0 0 10px;
  display: inline-block;
}
#overlay .inner .interview .detail .profile .data h5 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#overlay .inner .interview .detail .profile .data dl:not(:last-child) {
  margin-bottom: 40px;
}
#overlay .inner .interview .detail .profile .data dl dt {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#overlay .inner .interview .detail .profile .data dl dt div {
  width: 40px;
}
#overlay .inner .interview .detail .profile .data dl dt div.combo {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#overlay .inner .interview .detail .profile .data dl dt div.combo::after {
  content: "";
  width: 15px;
  height: 12px;
  margin-left: 5px;
  background-image: url(https://www.daifuku.com/jp/employment/work/world/images/icon_move_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  order: 2;
}
#overlay .inner .interview .detail .profile .data dl dt div.combo div {
  width: 40px;
}
#overlay .inner .interview .detail .profile .data dl dt div.combo div:nth-child(1) {
  order: 1;
}
#overlay .inner .interview .detail .profile .data dl dt div.combo div:nth-child(2) {
  margin-left: 5px;
  order: 3;
}
#overlay .inner .interview .detail .profile .data dl dt span {
  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";
  margin-left: 10px;
  display: inline-block;
}
#overlay .inner .interview .detail .profile .data dl dd:not(:last-child) {
  margin-bottom: 20px;
}
#overlay .inner .interview .detail .profile .data dl dd.affiliation {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .interview .detail .profile .data dl dd.affiliation > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #FFF;
  padding: 5px;
}
#overlay .inner .interview .detail .profile .data dl dd.affiliation > span:not(:last-child) {
  margin-bottom: 5px;
}
#overlay .inner .interview .detail .profile .data dl dd.name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#overlay .inner .interview .detail .profile .data dl dd.name strong {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
#overlay .inner .interview .detail .profile .data dl dd.name span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 10px;
}
#overlay .inner .interview .detail .profile .data ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .interview .detail .profile .data ul li span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#overlay .inner .interview .detail .profile .data ul li span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
}
#overlay .inner .interview .detail h6 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #FFF;
  padding: 5px 10px;
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#overlay .inner .interview .detail h6:not(:last-child) {
  margin-bottom: 20px;
}
#overlay .inner .interview .detail h6::before {
  content: "";
  width: 50px;
  height: 1px;
  margin: 0 10px 0 0;
  background-color: #000;
  display: block;
}
#overlay .inner .interview .detail .text:not(:last-child) {
  margin-bottom: 80px;
}
#overlay .inner .interview .detail .text p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
#overlay .inner .interview .detail .text p:not(:last-child) {
  margin-bottom: 0px;
}
#overlay .inner .interview .detail .set {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#overlay .inner .interview .detail .set:not(:last-child) {
  margin-bottom: 80px;
}
#overlay .inner .interview .detail .set .text {
  width: calc(100% - 420px - 40px);
  margin: 0px;
}
#overlay .inner .interview .detail .set .photo {
  width: 420px;
}
#overlay .inner .interview .detail .set .photoset {
  width: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .interview .detail .set.reverse .photo,
#overlay .inner .interview .detail .set.reverse .photoset {
  order: 1;
}
#overlay .inner .interview .detail .set.reverse .text {
  order: 2;
}
#overlay .inner .interview .detail .photocombo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
#overlay .inner .interview .detail .photocombo:not(:last-child) {
  margin-bottom: 80px;
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }
  main .container {
    width: 100%;
    padding-bottom: 50px;
  }
  main .chead {
    text-align: left;
    width: 100%;
    padding: 470px 0 60px 0;
  }
  main .chead .title {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 3;
  }
  main .chead .title div {
    width: 60%;
    height: 34.518vw;
    background-color: #51489d;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main .chead .title div h3 {
    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";
  }
  main .chead .title::before {
    top: calc(50% + 20px);
    left: calc(50% - 100vw);
  }
  main .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  main .chead .inner .lead {
    width: 100%;
  }
  main .chead .inner .lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #FFF;
    display: inline;
  }
  main .chead .inner .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner .map {
    width: 100%;
    top: -270px;
    left: 0px;
    z-index: 0;
  }
  main .chead .inner .map .pin {
    width: 8px;
    height: 16px;
  }
  main .chead .inner .map .pin.p1 {
    top: 35px;
    left: 13px;
  }
  main .chead .inner .map .pin.p2 {
    top: 50px;
    left: calc(50% - 20px);
  }
  main .chead .inner .map .pin.p3 {
    top: 58px;
    left: calc(50% - 25px);
  }
  main .chead .inner .map .pin.p4 {
    top: 66px;
    left: calc(50% - 30px);
  }
  main .chead .inner .map .pin.p5 {
    top: 74px;
    left: calc(50% - 35px);
  }
  main .chead .inner .map .pin.p6 {
    top: 90px;
    left: calc(50% - 55px);
  }
  main .chead .inner .map .pin.p7 {
    top: 105px;
    left: calc(50% - 35px);
  }
  main .chead .inner .map .pin.p8 {
    top: 60px;
    left: calc(50% + 100px);
  }
  main .chead .photo.p1 {
    width: 142px;
    top: calc(50% - 260px);
    left: calc(50% + 60px);
  }
  main .chead .photo.p2 {
    width: 140px;
    top: 350px;
    left: calc(50% - 50vw - 20px);
  }
  main .chead .photo.p2::after {
    width: 300vw;
    left: calc(50% - 150vw);
  }
  main .chead .photo.p3 {
    width: 160px;
    top: calc(50% + 55px);
    left: calc(50% + 0px);
  }
  main .chead .photo.p4 {
    width: 140px;
    top: calc(50% - 185px);
    left: calc(50% - 214px);
  }
  main .chead .photo.p5 {
    width: 140px;
    top: 240px;
    left: calc(50% + 120px);
  }
  main .contents {
    width: calc(100% - 40px);
  }
  main .contents .inner dl {
    width: calc((100% - 20px) / 2);
  }
  main .contents .inner dl:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main .contents .inner dl:nth-child(-n+4) {
    margin-bottom: 0px;
  }
  main .contents .inner dl:nth-child(2n) {
    margin-left: 20px;
  }
  main .contents .inner dl:not(:nth-child(n+7)) {
    margin-bottom: 20px;
  }
  main .contents .inner dl:hover dt > span {
    color: #000;
  }
  main .contents .inner dl:hover dd img {
    opacity: 1;
  }
  main .contents .inner dl dt {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .contents .inner dl dt > div {
    width: 20px;
  }
  main .contents .inner dl dt > div.combo {
    width: auto;
  }
  main .contents .inner dl dt > div.combo::after {
    content: "";
    width: 10px;
    height: 9px;
  }
  main .contents .inner dl dt > div.combo div {
    width: 20px;
  }
  main .contents .inner dl dt > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }

  #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(80, 72, 157, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    transition: opacity 0.35s ease-in;
    opacity: 0;
    pointer-events: none;
  }
  #overlay.on {
    opacity: 1;
    pointer-events: auto;
  }
  #overlay .inner {
    width: 100%;
    max-height: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: auto;
  }
  #overlay .inner .close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  #overlay .inner .close span {
    width: 40px;
    height: 1px;
    left: -5px;
    top: 15px;
  }
  #overlay .inner .close:hover span {
    background-color: #FFF;
  }
  #overlay .inner .interview {
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
    display: none;
  }
  #overlay .inner .interview.on {
    display: block;
  }
  #overlay .inner .interview .detail {
    text-align: left;
    width: 100%;
  }
  #overlay .inner .interview .detail:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .interview .detail .profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .interview .detail .profile:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .interview .detail .profile .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #overlay .inner .interview .detail .profile .data {
    width: 100%;
  }
  #overlay .inner .interview .detail .profile .data h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  #overlay .inner .interview .detail .profile .data h4 br {
    display: none;
  }
  #overlay .inner .interview .detail .profile .data h4 br.brsp {
    display: block;
  }
  #overlay .inner .interview .detail .profile .data h5 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .inner .interview .detail .profile .data h5::after {
    content: "";
    width: calc(100% - 10px);
    height: 1px;
    background-color: #FFF;
    margin: 0 0 0 10px;
    display: inline-block;
  }
  #overlay .inner .interview .detail .profile .data h5 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  #overlay .inner .interview .detail .profile .data dl:not(:last-child) {
    margin-bottom: 30px;
  }
  #overlay .inner .interview .detail .profile .data dl dt {
    margin-bottom: 10px;
  }
  #overlay .inner .interview .detail .profile .data dl dt div {
    width: 20px;
  }
  #overlay .inner .interview .detail .profile .data dl dt div.combo {
    width: auto;
  }
  #overlay .inner .interview .detail .profile .data dl dt div.combo::after {
    width: 10px;
    height: 9px;
  }
  #overlay .inner .interview .detail .profile .data dl dt div.combo div {
    width: 20px;
  }
  #overlay .inner .interview .detail .profile .data dl dt span {
    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";
    margin-left: 10px;
    display: inline-block;
  }
  #overlay .inner .interview .detail .profile .data dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  #overlay .inner .interview .detail .profile .data dl dd.affiliation {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .interview .detail .profile .data dl dd.affiliation > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  #overlay .inner .interview .detail .profile .data dl dd.affiliation > span.s {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  #overlay .inner .interview .detail .profile .data dl dd.name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .inner .interview .detail .profile .data dl dd.name strong {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
  #overlay .inner .interview .detail .profile .data dl dd.name span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 10px;
  }
  #overlay .inner .interview .detail .profile .data ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .interview .detail .profile .data ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #overlay .inner .interview .detail .profile .data ul li span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  #overlay .inner .interview .detail .profile .data ul li span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0px;
  }
  #overlay .inner .interview .detail h6 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .inner .interview .detail h6:not(:last-child) {
    margin-bottom: 20px;
  }
  #overlay .inner .interview .detail h6::before {
    content: none;
    width: 25px;
    height: 1px;
    margin: 0 10px 0 0;
    background-color: #FFF;
  }
  #overlay .inner .interview .detail .text:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .interview .detail .text p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  #overlay .inner .interview .detail .text p:not(:last-child) {
    margin-bottom: 0px;
  }
  #overlay .inner .interview .detail .set {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .interview .detail .set:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .interview .detail .set .text {
    width: 100%;
    margin: 0px;
  }
  #overlay .inner .interview .detail .set .text:not(:last-child) {
    margin-bottom: 20px;
  }
  #overlay .inner .interview .detail .set .photo {
    width: 100%;
  }
  #overlay .inner .interview .detail .set .photoset {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .interview .detail .set.reverse .photo,
#overlay .inner .interview .detail .set.reverse .photoset {
    order: 2;
  }
  #overlay .inner .interview .detail .set.reverse .text {
    order: 1;
  }
  #overlay .inner .interview .detail .photocombo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .interview .detail .photocombo:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .interview .detail .photocombo div {
    width: 100%;
  }
  #overlay .inner .interview .detail .photocombo div:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 394px) {
  main .chead .photo.p1 {
    top: calc(50% - 280px);
    left: calc(50% + 60px);
  }
  main .chead .photo.p3 {
    top: calc(50% + 40px);
  }
  main .chead .photo.p4 {
    top: calc(50% - 200px);
  }
  main .chead .photo.p5 {
    top: 250px;
  }
}
@media screen and (max-width: 375px) {
  main .chead .photo.p1 {
    top: calc(50% - 265px);
  }
  main .chead .photo.p3 {
    top: calc(50% + 50px);
  }
  main .chead .photo.p4 {
    top: calc(50% - 185px);
  }
  main .chead .photo.p5 {
    top: 240px;
  }
}

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