@charset "UTF-8";
/*
 interview.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* 追加 */
/* Layouts */
@media screen and (max-width: 959px) {
  /* line 1, ../scss/layout/_interview.scss */
  #interview {
    padding-bottom: 150px;
  }
}
/* line 6, ../scss/layout/_interview.scss */
#interview > div:last-child {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  /* line 12, ../scss/layout/_interview.scss */
  .separate-line {
    padding-bottom: 100px;
  }
}

/* line 19, ../scss/layout/_interview.scss */
.interview-page .blue-dark {
  top: 150px;
  height: -moz-calc(100% - 150px) !important;
  height: -webkit-calc(100% - 150px) !important;
  height: calc(100% - 150px) !important;
}
/* line 23, ../scss/layout/_interview.scss */
.interview-page .interview-background-img {
  width: 100%;
  padding-bottom: 100px;
}
/* line 29, ../scss/layout/_interview.scss */
.interview-page .visual-container .top-div .cntnt-ttl {
  top: 44%;
  font-size: 6rem;
  margin-bottom: 0;
  line-height: 6rem;
  letter-spacing: 12px;
}
/* line 35, ../scss/layout/_interview.scss */
.interview-page .visual-container .top-div .cntnt-ttl span {
  font-size: 6rem;
  margin-bottom: 0;
  line-height: 6rem;
  letter-spacing: 12px;
}

/* line 47, ../scss/layout/_interview.scss */
.interview-page .page-title {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
/* line 54, ../scss/layout/_interview.scss */
.interview-page .page-title span {
  color: #3772b1;
}
/* line 58, ../scss/layout/_interview.scss */
.interview-page .page-title::before {
  content: "";
  position: absolute;
  background: #e6eaed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc((100% - 100vw) / 2);
  z-index: -1;
}
/* line 70, ../scss/layout/_interview.scss */
.interview-page .sub-content {
  padding: 100px 30px;
}
@media screen and (max-width: 1199px) {
  /* line 70, ../scss/layout/_interview.scss */
  .interview-page .sub-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  /* line 70, ../scss/layout/_interview.scss */
  .interview-page .sub-content {
    padding: 50px 0;
  }
}
/* line 79, ../scss/layout/_interview.scss */
.interview-page .job-image {
  width: 500px;
}
/* line 82, ../scss/layout/_interview.scss */
.interview-page .qa {
  width: calc(100% - 530px);
}
@media screen and (max-width: 1199px) {
  /* line 82, ../scss/layout/_interview.scss */
  .interview-page .qa {
    width: 100%;
  }
}
/* line 87, ../scss/layout/_interview.scss */
.interview-page .qa .qa-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
/* line 91, ../scss/layout/_interview.scss */
.interview-page .qa .qa-title .qa-title-icon {
  color: white;
  background-color: #375d8c;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-right: 26px;
  padding: 5px;
  min-width: 45px;
  max-width: 100%;
}
@media screen and (max-width: 719px) {
  /* line 91, ../scss/layout/_interview.scss */
  .interview-page .qa .qa-title .qa-title-icon {
    margin-right: 18px;
  }
}
@media screen and (max-width: 599px) {
  /* line 91, ../scss/layout/_interview.scss */
  .interview-page .qa .qa-title .qa-title-icon {
    font-size: 1.8rem;
    min-width: 35px;
  }
}
/* line 110, ../scss/layout/_interview.scss */
.interview-page .qa .qa-title .qa-title-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 14px solid #375d8c;
}
/* line 119, ../scss/layout/_interview.scss */
.interview-page .qa .qa-title .qa-title-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #345a89;
}
@media screen and (max-width: 959px) {
  /* line 119, ../scss/layout/_interview.scss */
  .interview-page .qa .qa-title .qa-title-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 119, ../scss/layout/_interview.scss */
  .interview-page .qa .qa-title .qa-title-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 119, ../scss/layout/_interview.scss */
  .interview-page .qa .qa-title .qa-title-text {
    font-size: 1.6rem;
  }
}
/* line 134, ../scss/layout/_interview.scss */
.interview-page .qa .qa-contents {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  /* line 134, ../scss/layout/_interview.scss */
  .interview-page .qa .qa-contents {
    font-size: 1.4rem;
  }
}
/* line 143, ../scss/layout/_interview.scss */
.interview-page .qa > div:last-child {
  margin-bottom: 0;
}
/* line 148, ../scss/layout/_interview.scss */
.interview-page .sub-content.top-section {
  justify-content: flex-start;
  padding: 50px 30px;
}
/* line 151, ../scss/layout/_interview.scss */
.interview-page .sub-content.top-section:before {
  content: "";
  background-image: url("../img/recruit_background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  /* line 148, ../scss/layout/_interview.scss */
  .interview-page .sub-content.top-section {
    padding: 20px 20px 40px;
  }
}
/* line 171, ../scss/layout/_interview.scss */
.interview-page .type1-section .job-image,
.interview-page .type2-section .job-image,
.interview-page .type3-section .job-image {
  max-height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  /* line 171, ../scss/layout/_interview.scss */
  .interview-page .type1-section .job-image,
  .interview-page .type2-section .job-image,
  .interview-page .type3-section .job-image {
    max-height: 500px;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  /* line 171, ../scss/layout/_interview.scss */
  .interview-page .type1-section .job-image,
  .interview-page .type2-section .job-image,
  .interview-page .type3-section .job-image {
    min-height: 450px;
  }
}
@media screen and (max-width: 719px) {
  /* line 171, ../scss/layout/_interview.scss */
  .interview-page .type1-section .job-image,
  .interview-page .type2-section .job-image,
  .interview-page .type3-section .job-image {
    min-height: 300px;
  }
}
@media screen and (max-width: 599px) {
  /* line 171, ../scss/layout/_interview.scss */
  .interview-page .type1-section .job-image,
  .interview-page .type2-section .job-image,
  .interview-page .type3-section .job-image {
    min-height: initial;
    max-height: 250px;
  }
}
/* line 192, ../scss/layout/_interview.scss */
.interview-page .type1-section .job-image > img,
.interview-page .type2-section .job-image > img,
.interview-page .type3-section .job-image > img {
  display: block;
  width: 100%;
}
/* line 198, ../scss/layout/_interview.scss */
.interview-page .type1-section {
  background-color: white;
}
/* line 201, ../scss/layout/_interview.scss */
.interview-page .type2-section {
  background-color: #163255;
}
@media screen and (max-width: 1199px) {
  /* line 201, ../scss/layout/_interview.scss */
  .interview-page .type2-section {
    flex-direction: column-reverse;
  }
}
/* line 208, ../scss/layout/_interview.scss */
.interview-page .type2-section .qa .qa-title .qa-title-text {
  color: white;
  text-align: left;
}
/* line 213, ../scss/layout/_interview.scss */
.interview-page .type2-section .qa .qa-contents {
  color: white;
}
/* line 218, ../scss/layout/_interview.scss */
.interview-page .type3-section {
  background-color: #eeeeee;
}
/* line 221, ../scss/layout/_interview.scss */
.interview-page .schedule-section {
  flex-flow: column;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
/* line 227, ../scss/layout/_interview.scss */
.interview-page .schedule-section .schedule-title {
  margin-bottom: 12px;
}
/* line 229, ../scss/layout/_interview.scss */
.interview-page .schedule-section .schedule-title div {
  font-size: 3.6rem;
  font-weight: bold;
  color: #385e8c;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  /* line 229, ../scss/layout/_interview.scss */
  .interview-page .schedule-section .schedule-title div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 229, ../scss/layout/_interview.scss */
  .interview-page .schedule-section .schedule-title div {
    font-size: 1.6rem;
  }
}
/* line 242, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul {
  position: relative;
  width: 100%;
}
/* line 245, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul:before {
  content: "";
  width: 10px;
  height: calc(100% - 32px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  border-right: 4px dotted #000000;
}
@media screen and (max-width: 959px) {
  /* line 245, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul:before {
    left: 23px;
  }
}
@media screen and (max-width: 599px) {
  /* line 245, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul:before {
    left: 18px;
    width: 4px;
    border-right: 2px dotted #000000;
  }
}
/* line 264, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul > li:nth-child(2) {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  /* line 264, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul > li:nth-child(2) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  /* line 264, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul > li:nth-child(2) {
    margin-bottom: 20px;
  }
}
/* line 273, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul > li:nth-child(5) {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  /* line 273, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul > li:nth-child(5) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  /* line 273, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul > li:nth-child(5) {
    margin-bottom: 15px;
  }
}
/* line 282, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul > li:nth-child(3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  /* line 282, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul > li:nth-child(3) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  /* line 282, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul > li:nth-child(3) {
    margin-bottom: 5px;
  }
}
/* line 292, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul .schedule-content {
  font-size: 2.5rem;
  padding: 9px 0;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  /* line 292, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content {
    font-size: 1.8rem;
    padding: 3px 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 292, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content {
    font-size: 1.4rem;
  }
}
/* line 306, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul .schedule-content > div {
  font-weight: bold;
}
/* line 310, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul .schedule-content .schedule-header {
  background-color: #163255;
  color: #ffffff;
  font-size: 2.5rem;
  width: 80px;
  margin-right: 20px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  /* line 310, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content .schedule-header {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  /* line 310, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content .schedule-header {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  /* line 310, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content .schedule-header {
    min-width: initial;
  }
}
/* line 337, ../scss/layout/_interview.scss */
.interview-page .schedule-section > ul .schedule-content .schedule-body {
  width: calc(100% - 100px);
  background-color: #eeeeee;
  padding: 20px;
}
@media screen and (max-width: 959px) {
  /* line 337, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content .schedule-body {
    padding: 10px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 599px) {
  /* line 337, ../scss/layout/_interview.scss */
  .interview-page .schedule-section > ul .schedule-content .schedule-body {
    padding: 10px;
    width: calc(100% - 50px);
  }
}

/* line 355, ../scss/layout/_interview.scss */
.interview-page {
  /*
  .sub-content::before{
    content: "";
    position: absolute;
    background: #F9DA79;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc((100% - 100vw) / 2);
    z-index: -1;
  }
*/
}
/* line 356, ../scss/layout/_interview.scss */
.interview-page .sub-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 361, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title {
  position: relative;
  background-color: #0f3659;
  color: white;
  width: 42%;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: space-between;
  background: linear-gradient(45deg, transparent 0, #0f3659 0), linear-gradient(135deg, transparent 0, #0f3659 0), linear-gradient(225deg, transparent 0, #0f3659 0), linear-gradient(315deg, transparent 60px, #0f3659 60px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  min-height: 380px;
}
@media screen and (max-width: 959px) {
  /* line 361, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title {
    width: 400px;
    min-height: 270px;
    padding: 20px;
  }
}
/* line 385, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title > div {
  padding-bottom: 20px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 959px) {
  /* line 385, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title > div {
    padding-bottom: 10px;
  }
}
/* line 392, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title > div:last-child {
  padding-bottom: 0;
}
/* line 396, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title > div > span {
  display: block;
  padding-top: 10px;
  line-height: 1;
}
/* line 402, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title .interview-no {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  /* line 402, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-no {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 402, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-no {
    font-size: 1.8rem;
  }
}
/* line 412, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title .interview-no > span {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  /* line 412, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-no > span {
    font-size: 1.8rem;
    padding-top: 5px;
  }
}
/* line 420, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title .interview-message {
  font-size: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  /* line 420, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-message {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 420, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-message {
    font-size: 1.4rem;
  }
}
/* line 430, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title .interview-member {
  font-size: 2rem;
}
/* line 432, ../scss/layout/_interview.scss */
.interview-page .sub-content .driver-title .interview-member > span {
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  /* line 432, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-member > span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 432, ../scss/layout/_interview.scss */
  .interview-page .sub-content .driver-title .interview-member > span {
    font-size: 1.8rem;
  }
}
/* line 444, ../scss/layout/_interview.scss */
.interview-page .sub-content .interview-btn {
  width: 20%;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
/* line 449, ../scss/layout/_interview.scss */
.interview-page .sub-content .interview-btn a {
  background-color: #306fb0;
  border-top: 1px solid #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  width: 100%;
}
/* line 463, ../scss/layout/_interview.scss */
.interview-page .sub-content .itv-img {
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
}
/* line 466, ../scss/layout/_interview.scss */
.interview-page .sub-content .des-title {
  -webkit-flex: 70%;
  -ms-flex: 70%;
  flex: 70%;
}

/* line 486, ../scss/layout/_interview.scss */
.interview-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  /* line 486, ../scss/layout/_interview.scss */
  .interview-btn {
    flex-direction: column;
  }
}
/* line 493, ../scss/layout/_interview.scss */
.interview-btn > a {
  background-color: #163255;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  width: 340px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
/* line 505, ../scss/layout/_interview.scss */
.interview-btn > a:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  /* line 505, ../scss/layout/_interview.scss */
  .interview-btn > a:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* line 512, ../scss/layout/_interview.scss */
.interview-btn > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  /* line 493, ../scss/layout/_interview.scss */
  .interview-btn > a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 493, ../scss/layout/_interview.scss */
  .interview-btn > a {
    width: 100%;
    font-size: 1.6rem;
    height: 50px;
  }
}
