@charset "UTF-8";
/* ================================================== */
/* インタビュー */
/* ================================================== */
.contents {
  padding: 75px 0 0;
}

.bg-blue {
  background: var(--color-bluegradation);
}

/* ===== トップエリア ===== */
#top-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
}
#top-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
}
#top-area .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#top-area .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 60%;
  top: 0;
  width: 30%;
  max-width: 1600px;
  height: 100%;
  padding: 120px 0 0 50px;
}
#top-area .inner {
  max-width: 360px;
}
#top-area .cursive {
  position: absolute;
  left: -100px;
  top: 30px;
  width: 410px;
}
#top-area .page-category {
  text-align: right;
  margin: 0 0 60px;
}
#top-area .catch {
  position: relative;
  width: fit-content;
  margin: 0 0 60px -120px;
}
#top-area .catch .box {
  position: relative;
  display: block;
  width: fit-content;
  /* background-color: var(--color-white); */
  font-family: var(--fontfamily-mincho);
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  padding: 0.2em 0.8em 0.3em 0.4em;
  white-space: nowrap;
}
#top-area .catch .box:not(:last-child) {
  margin: 0 0 0.5em;
}
#top-area .catch .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  transform-origin: right center;
  animation: rect-anime 1s both;
  opacity: 0;
  transform: translateX(100px) scaleX(0);
}
#top-area .catch .box .box-text {
  display: block;
}
#top-area .profile .detail {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  margin: 0 0 0.8em;
}
#top-area .profile .detail span {
  display: inline-block;
  margin: 0 0 0.5em;
}
#top-area .profile .detail span:not(:last-child) {
  margin-right: 20px;
}
#top-area .profile .detail .jp-name {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
#top-area .profile .en-name {
  position: relative;
  color: var(--color-skyblue);
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  white-space: nowrap;
}
#top-area .text {
  margin: 1.5em 0 0;
  line-height: 2;
  color: var(--color-white);
  text-align: justify;
}

@keyframes rect-anime {
  from {
    opacity: 0;
    transform: translateX(100px) scaleX(0);
    transition: 0.5s cubic-bezier(1, -0.01, 0.37, 1);
  }
  to {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
}
#okujo #top-area .img::before {
  background-image: url(../img/person-job/interview/okujo/top-area_img.jpg);
  background-position: center 20%;
}
#okujo #top-area .catch .box:nth-child(2) {
  margin: 0 0 0 1.2em;
}

#sato #top-area .img::before {
  background-image: url(../img/person-job/interview/sato/top-area_img.jpg);
  background-position: center 20%;
}
#sato #top-area .catch .box:nth-child(2) {
  margin: 0 0 0 2.5em;
}

#goto #top-area .img::before {
  background-image: url(../img/person-job/interview/goto/top-area_img.jpg);
  background-position: center 20%;
}
#goto #top-area .catch .box:nth-child(2) {
  margin: 0 0 0 4.5em;
}

@media screen and (min-width: 1025px) {
  #goto #top-area .profile .en-name {
    left: -1.5em;
  }
}
@media screen and (max-width: 1024px) {
  #top-area {
    height: auto;
  }
  #top-area .img {
    width: 100%;
    height: 500px;
  }
  #top-area .cursive {
    width: 300px;
    left: -5%;
  }
  #top-area .page-category {
    text-align: left;
    margin: 80px 0 0;
  }
  #top-area .wrap {
    position: relative;
    left: auto;
    bottom: auto;
    width: 80%;
    height: auto;
    padding: 50px 0 0;
  }
  #top-area .inner {
    max-width: none;
  }
  #top-area .catch {
    margin: 220px 0 30px auto;
  }
}
@media screen and (max-width: 768px) {
  #top-area .img {
    height: 400px;
  }
  #top-area .cursive {
    width: 240px;
  }
  #top-area .page-category {
    margin: 60px 0 0;
  }
  #top-area .catch {
    margin: 200px 0 50px auto;
  }
  #top-area .catch .box {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0.05em;
  }
  #top-area .profile .en-name {
    font-size: 42px;
    font-size: 2.625rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  #top-area .cursive {
    width: 140px;
    top: 10px;
  }
  #top-area .page-category {
    margin: 30px 0 0;
  }
  #top-area .img {
    height: 280px;
  }
  #top-area .wrap {
    padding: 30px 0 0;
  }
  #top-area .catch {
    margin: 120px 0 40px 0;
  }
  #top-area .catch .box {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  #top-area .profile .detail {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
  }
  #top-area .profile .detail .jp-name {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  #top-area .profile .en-name {
    font-size: 32px;
    font-size: 2rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
}
/* ===== THEME共通 ===== */
.theme {
  position: relative;
  margin: 120px 0 0;
}
.theme .outside-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  /*background-color: aquamarine;*/
}
.theme .wrap {
  position: relative;
  /*background-color: bisque;*/
}
.theme .theme-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0 0 35px;
  width: fit-content;
  white-space: nowrap;
}
.theme .theme-title::before {
  content: "";
  width: 70px;
  font-size: 96px;
  font-size: 6rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 0.75;
  color: var(--color-skyblue);
  text-align: center;
}
.theme .theme-title::after {
  content: "THEME";
  position: absolute;
  left: 70px;
  top: 5%;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-skyblue);
}
.theme .theme-title .theme-title-name {
  position: relative;
  bottom: 0.3em;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-white);
}
.theme .white-box {
  background-color: var(--color-white);
  padding: 50px 60px;
  line-height: 2.5;
}
.theme .img {
  position: absolute;
  width: calc(40% + 30px);
}

@media screen and (max-width: 1024px) {
  .theme .img {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .theme {
    margin: 60px 0 0;
  }
  .theme .white-box {
    padding: 50px 45px;
  }
}
@media screen and (max-width: 600px) {
  .theme .theme-title {
    margin: 0 0 20px;
  }
  .theme .theme-title::before {
    width: 50px;
    font-size: 64px;
    font-size: 4rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
  .theme .theme-title::after {
    left: 0;
    top: -24px;
  }
  .theme .theme-title .theme-title-name {
    width: calc(100% - 60px);
    bottom: -0.1em;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  .theme .white-box {
    padding: 30px;
  }
}
/* ===== THEME01 ===== */
#theme01 .theme-title::before {
  content: "1";
}
#theme01 .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
#theme01 .white-box {
  width: calc(100% - 70px);
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  #theme01 .white-box {
    width: 100%;
  }
}
/* ===== THEME02 ===== */
#theme02 .wrap {
  width: 90%;
}
#theme02 .theme-title {
  margin-left: auto;
}
#theme02 .theme-title::before {
  content: "2";
}
#theme02 .white-box {
  width: 60%;
  margin: 0 0 0 auto;
}
#theme02 .img {
  left: 0;
  top: 0;
}

@media screen and (min-width: 1600px) {
  #theme02 .wrap {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  #theme02 .wrap {
    width: 80%;
    margin: 0 auto;
  }
  #theme02 .theme-title {
    margin-left: 0;
  }
  #theme02 .white-box {
    width: 100%;
  }
}
/* ===== THEME03 ===== */
#theme03 .wrap {
  width: 90%;
  margin: 0 0 0 auto;
}
#theme03 .theme-title::before {
  content: "3";
}
#theme03 .white-box {
  width: 60%;
}
#theme03 .img {
  right: 0;
  bottom: -100px;
}

@media screen and (min-width: 1600px) {
  #theme03 .wrap {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  #theme03 .wrap {
    width: 80%;
    margin: 0 auto;
  }
  #theme03 .white-box {
    width: 100%;
  }
  #theme03 .img {
    right: 0;
    bottom: 0;
  }
}
/* ===== 1日の流れ ===== */
#flow {
  margin: 100px 0 0;
  /* #theme03の画像のズレ分 */
  padding: 80px 0 320px;
}
#flow .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
#flow .flow-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-white);
  margin: 0 0 15px;
}
#flow .flow-title::before {
  content: "";
  width: 76px;
  height: 76px;
  display: inline-block;
  background-image: url(../img/person-job/interview/flow-title_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 25px 0 0;
}
#flow .white-box {
  background-color: var(--color-white);
  padding: 50px 60px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#flow .schedule {
  position: relative;
  width: 47%;
}
#flow .schedule li {
  position: relative;
  display: flex;
  padding: 0 0 0 30px;
}
#flow .schedule li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background-color: var(--color-skyblue);
  border-radius: 50%;
}
#flow .schedule li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  width: 2px;
  height: 100%;
  background-color: var(--color-skyblue);
}
#flow .schedule li:not(:last-child) .text {
  padding-bottom: 1.2em;
}
#flow .schedule .clock,
#flow .schedule .text {
  display: block;
}
#flow .schedule .clock {
  width: 75px;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
}
#flow .schedule .text {
  width: calc(100% - 75px);
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.2em 0 0;
}

@media screen and (max-width: 1024px) {
  #flow {
    margin: 0;
    /* #theme03の画像のズレ分 */
  }
}
@media screen and (max-width: 768px) {
  #flow .white-box {
    padding: 50px 40px;
    display: block;
  }
  #flow .schedule {
    width: 100%;
  }
  #flow .schedule:not(:first-child) {
    margin: 15px 0 0;
  }
  #flow .schedule:not(:first-child)::after {
    content: "";
    position: absolute;
    bottom: calc(100% - 10px);
    left: 8px;
    display: block;
    width: 2px;
    height: 30px;
    background-color: var(--color-skyblue);
  }
  #flow .schedule li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--color-skyblue);
  }
}
@media screen and (max-width: 600px) {
  #flow {
    padding: 60px 0 280px;
  }
  #flow .white-box {
    padding: 30px;
  }
  #flow .flow-title {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
  #flow .flow-title::before {
    content: "";
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
  }
  #flow .schedule:not(:first-child) {
    margin: 15px 0 0;
  }
  #flow .schedule:nth-child(2) li:last-child::before {
    display: none;
  }
  #flow .schedule li {
    padding: 0 0 0 25px;
  }
  #flow .schedule li::after {
    top: 3px;
  }
  #flow .schedule .clock {
    width: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
  #flow .schedule .text {
    width: calc(100% - 60px);
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
/* ===== ボトムエリア ===== */
#bottom-area {
  position: relative;
  margin: -120px 0 0;
}

@media screen and (max-width: 1024px) {
  #bottom-area {
    margin: -220px 0 0;
  }
}
/* ===== related_person-job（Interviewのみ） ===== */
#related_person-job {
  padding: 0 0 100px;
}

/* ===== related_person-job（その他非表示設定） ===== */
#okujo #related_person-job .interview_link .link-item.okujo {
  display: none;
}

#sato #related_person-job .interview_link .link-item.sato {
  display: none;
}

#goto #related_person-job .interview_link .link-item.goto {
  display: none;
}

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