@charset "UTF-8";
/* ============================================ */
/* interview（一覧/子ページ共通）
/* ============================================ */
/* ===== bg  ===== */
.bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.bg::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120%;
  max-width: 2000px;
  height: 100%;
  display: block;
  background: url(../img/job-people/interview/bg.png);
  background-size: 100%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .bg::before {
    width: 150%;
  }
}
@media screen and (max-width: 600px) {
  .bg::before {
    width: 200%;
  }
}
/* ============================================ */
/* interview（一覧ページ）
/* ============================================ */
/* ===== top-area  ===== */
.interview-parent #top-area .page-title .en {
  display: block;
  width: 167.3px;
  fill: var(--color-blue);
  margin: 10px 0 0;
}

@media screen and (max-width: 600px) {
  .interview-parent #top-area .page-title .en {
    width: 119.5px;
  }
}
/* ===== bg  ===== */
.interview-parent.bg::before {
  height: 95%;
}

/* ===== link-list  ===== */
#link-list .interview-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 0;
}
#link-list .interview-list .item {
  width: 30%;
}
#link-list .interview-list:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

@media screen and (max-width: 768px) {
  #link-list .interview-list {
    gap: 60px 0;
  }
  #link-list .interview-list .item {
    width: 47%;
  }
  #link-list .interview-list:after {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  #link-list .interview-list {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  #link-list .interview-list .item {
    width: 100%;
    max-width: 360px;
  }
  #link-list .interview-list .item .img {
    aspect-ratio: 1/0.8;
  }
  #link-list .interview-list:after {
    width: 100%;
  }
}
/* ============================================ */
/* interview（子ページ）
/* ============================================ */
#main.interview-child {
  padding-bottom: 0 !important;
}

/* ===== top-area  ===== */
.interview-child #top-area .page-title {
  position: absolute;
  right: 5%;
  top: 150px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
}
.interview-child #top-area .page-title .en {
  display: block;
  width: 239px;
}
.interview-child #top-area .page-title .ja {
  display: block;
  margin: 0.3em 0 0;
}
.interview-child #top-area .img::before {
  background-image: url(../img/job-people/interview/xx/top-img.jpg);
}
.interview-child #top-area .profile {
  font-size: 14px;
  font-size: 0.875rem;
}
.interview-child #top-area .profile .catch {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.5;
}
.interview-child #top-area .profile .name {
  margin: 1em 0 0;
}
.interview-child #top-area .profile .en {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 1.1em;
}

@media screen and (min-width: 1025px) {
  .interview-child .text-wrap {
    top: auto !important;
    bottom: 10% !important;
  }
}
@media screen and (min-width: 1401px) {
  .interview-child .text-wrap {
    top: auto !important;
    bottom: 18% !important;
  }
}
@media screen and (max-width: 1024px) {
  .interview-child #top-area .page-title {
    top: 270px;
  }
  .interview-child #top-area .profile .catch {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-child #top-area .page-title {
    top: 220px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .interview-child #top-area .page-title .en {
    width: 167.3px;
  }
  .interview-child #top-area .profile .catch {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .interview-child #top-area .page-title {
    top: 190px;
  }
  .interview-child #top-area .profile .catch {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* ===== top-area画像個別指定  ===== */
.wr #top-area .img::before {
  background-image: url(../img/job-people/interview/wr/top-img.jpg);
}

.ny01 #top-area .img::before {
  background-image: url(../img/job-people/interview/ny01/top-img.jpg);
}

.oh #top-area .img::before {
  background-image: url(../img/job-people/interview/oh/top-img.jpg);
}

.ty #top-area .img::before {
  background-image: url(../img/job-people/interview/ty/top-img.jpg);
}

.ka01 #top-area .img::before {
  background-image: url(../img/job-people/interview/ka01/top-img.jpg);
}

.fm #top-area .img::before {
  background-image: url(../img/job-people/interview/fm/top-img.jpg);
}

.ij #top-area .img::before {
  background-image: url(../img/job-people/interview/ij/top-img.jpg);
}

.ny02 #top-area .img::before {
  background-image: url(../img/job-people/interview/ny02/top-img.jpg);
}

.ka02 #top-area .img::before {
  background-image: url(../img/job-people/interview/ka02/top-img.jpg);
}

/* ===== career ===== */
#career {
  background-color: #f5f5f5;
  padding: 60px 0;
  margin: 0 0 120px;
}
#career .title {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  font-weight: 500;
  margin: -75px 0 0;
}
#career .title .img {
  width: 150px;
  fill: var(--color-blue);
}
#career .step {
  margin: 50px 0 0 70px;
}
#career .step li {
  display: flex;
}
#career .step li + li {
  margin-top: 10px;
}
#career .step li .date {
  font-family: var(--fontfamily-en);
  position: relative;
  width: 110px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  #career {
    padding: 40px 0;
    margin: 0 0 80px;
  }
  #career .title {
    margin: -55px 0 0;
  }
  #career .step {
    margin: 30px 0 0;
  }
  #career .step li .date {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  #career .title {
    flex-direction: column;
    gap: 0.5em;
  }
  #career .step li {
    flex-direction: column;
  }
  #career .step li + li {
    margin-top: 20px;
  }
  #career .step li .date {
    width: 100%;
  }
}
/* ===== theme ===== */
.theme + .theme {
  margin-top: 160px;
}
.theme .title {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 80px;
  color: var(--color-blue);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 2em;
  z-index: 1;
}
.theme .title .number {
  fill: var(--color-blue);
}
.theme .catch {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  margin: 0 0 2em;
}
.theme .text {
  margin-left: 175px;
}

/* 個別 */
#theme01 .text,
#theme04 .text {
  max-width: 800px;
}

#theme02 .flex-wrap {
  display: flex;
  gap: 0 80px;
}
#theme02 .flex-wrap .text {
  width: calc(100% - 540px);
}
#theme02 .flex-wrap .img {
  width: 460px;
  flex-shrink: 0;
}
#theme02 .catch-pc {
  display: block;
}
#theme02 .catch-sp {
  display: none;
}

#theme03 .title-wrap {
  margin-left: 400px;
}
#theme03 .title-wrap .catch {
  margin-left: 170px;
  max-width: 450px;
}
#theme03 .flex-wrap {
  display: flex;
  gap: 0 110px;
}
#theme03 .flex-wrap .text {
  width: calc(100% - 570px);
  max-width: 450px;
  margin-left: 0;
}
#theme03 .flex-wrap .img {
  width: 460px;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #theme02 .flex-wrap .img {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .theme .text {
    margin-left: 0;
    max-width: none !important;
  }
  #theme02 .flex-wrap {
    gap: 0 50px;
  }
  #theme02 .flex-wrap .text {
    width: calc(100% - 450px);
  }
  #theme02 .flex-wrap .img {
    width: 400px;
  }
  #theme02 .catch-pc {
    display: none;
  }
  #theme02 .catch-sp {
    display: block;
  }
  #theme03 .title-wrap {
    margin-left: 0;
  }
  #theme03 .title-wrap .catch {
    margin-left: 0;
    max-width: none;
  }
  #theme03 .flex-wrap {
    gap: 0 50px;
  }
  #theme03 .flex-wrap .text {
    width: calc(100% - 450px);
  }
  #theme03 .flex-wrap .img {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #theme02 .flex-wrap {
    flex-direction: column;
  }
  #theme02 .flex-wrap .text {
    width: 100%;
  }
  #theme02 .flex-wrap .img {
    width: 100%;
    max-width: 460px;
    margin: 30px 0 0 auto;
  }
  #theme03 .flex-wrap {
    flex-direction: column;
  }
  #theme03 .flex-wrap .text {
    width: 100%;
    order: 1;
  }
  #theme03 .flex-wrap .img {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 0 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .theme + .theme {
    margin-top: 100px;
  }
  .theme .title {
    gap: 0 55px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .theme .catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .theme .title {
    flex-direction: column;
  }
  .theme .title p {
    margin-top: 30px;
  }
}
/* ===== off-time ===== */
#off-time {
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 45px 0 70px;
  margin: 120px 0 0;
}
#off-time .title {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  gap: 0 35px;
}
#off-time .title .img {
  width: 150px;
  fill: var(--color-white);
}
#off-time .flex-wrap {
  display: flex;
  gap: 0 40px;
  margin: 0 0 0 30px;
}
#off-time .flex-wrap .text {
  width: calc(100% - 410px);
}
#off-time .flex-wrap .img {
  width: 370px;
}
#off-time .flex-wrap .img.vertical {
  width: 280px;
}
#off-time .flex-wrap .catch {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  margin: 2.6em 0 1.3em;
}

@media screen and (max-width: 1024px) {
  #off-time .flex-wrap {
    flex-direction: column;
    margin: 0;
  }
  #off-time .flex-wrap .text {
    width: 100%;
  }
  #off-time .flex-wrap .img {
    width: 100%;
    max-width: 460px;
    margin: 40px auto 0;
  }
  #off-time .flex-wrap .img.vertical {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #off-time {
    padding: 40px 0;
    margin: 80px 0 0;
  }
  #off-time .flex-wrap .catch {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 2em 0 1em;
  }
}
@media screen and (max-width: 600px) {
  #off-time .title {
    flex-direction: column;
    gap: 0.5em;
  }
}
/* ===== link ===== */
#link {
  padding: 80px 0 180px;
}
#link .btn {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #link {
    padding: 60px 0 100px;
  }
}

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