@charset "UTF-8";
@media (max-width: 1290px) {
  .both_border1:before {
    height: 100%;
  }
}
.lower_fv .upper_b:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}

.single_interview_con {
  position: relative;
  z-index: 1;
  margin-top: -109px;
}
@media (max-width: 1290px) {
  .single_interview_con {
    margin-top: -36px;
  }
}
@media (max-width: 480px) {
  .single_interview_con {
    margin-top: 0;
  }
}
.single_interview_con .s_i_wrap {
  position: relative;
  display: flex;
  width: 93.5%;
  margin-left: auto;
}
@media (max-width: 1290px) {
  .single_interview_con .s_i_wrap {
    width: calc(100% - 45px);
    border-left: 1px solid #eee;
  }
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap {
    width: 100%;
    margin-right: auto;
    flex-direction: column-reverse;
    margin-right: auto;
    border-left: none;
  }
}
.single_interview_con .s_i_wrap:after {
  position: absolute;
  bottom: 0;
  background: #eee;
  left: -7.5%;
  content: "";
  height: 1px;
  width: calc(100vw + 7.5%);
}
.single_interview_con .s_i_wrap .left {
  width: 78%;
  margin-top: 90px;
  border-left: 1px solid #eee;
}
@media (max-width: 1400px) {
  .single_interview_con .s_i_wrap .left {
    padding-bottom: 30px;
  }
}
@media (max-width: 1290px) {
  .single_interview_con .s_i_wrap .left {
    width: calc(100% - 45px);
    border-left: none;
  }
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .left {
    position: relative;
    width: calc(100% - 90px);
    margin: 0 auto;
    padding: 50px 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .single_interview_con .s_i_wrap .left:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px 0;
  }
}
.single_interview_con .s_i_wrap .left .one_word {
  margin-bottom: 50px;
  font-size: 28px;
  width: 90%;
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .left .one_word {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left .one_word {
    font-size: 22px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.single_interview_con .s_i_wrap .left .profile_con {
  width: 90%;
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .left .profile_con {
    width: 100%;
  }
}
.single_interview_con .s_i_wrap .left .profile_con .p_txt {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  background: #fff;
  padding: 4px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .left .profile_con .p_txt {
    margin-bottom: 8px;
  }
}
.single_interview_con .s_i_wrap .left .profile_con .p_txt:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 1px;
  right: -18px;
  background: #20272e;
}
.single_interview_con .s_i_wrap .left .profile_con .initial {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.single_interview_con .s_i_wrap .right {
  width: 89.5%;
}
@media (max-width: 1290px) {
  .single_interview_con .s_i_wrap .right {
    width: calc(50% + 23px);
    margin-left: 35px;
    flex: 0 0 calc(50% + 23px);
  }
}
@media (max-width: 800px) {
  .single_interview_con .s_i_wrap .right {
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .single_interview_con .s_i_wrap .right {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.single_interview_con .s_i_wrap .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.single_interview_con .interview_detail {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail {
    padding: 65px 0;
  }
}
.single_interview_con .interview_detail:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  top: 0;
  background: #eee;
}
.single_interview_con .interview_detail:after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  top: 0;
  background: #eee;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.single_interview_con .interview_detail .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .single_interview_con .interview_detail .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner {
    width: calc(100% - 60px);
  }
}
.single_interview_con .interview_detail .inner .i_layout1 .question {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_interview_con .interview_detail .inner .i_layout1 .question .q_i {
  width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout1 .question .q_i {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    top: 3px;
  }
}
.single_interview_con .interview_detail .inner .i_layout1 .question .q_i img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout1 .question .q_txt {
  font-size: 24px;
  color: #0068e2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout1 .question .q_txt {
    font-size: 18px;
  }
}
.single_interview_con .interview_detail .inner .i_layout1 h3.a_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout1 h3.a_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 {
    gap: 30px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left {
  width: 50%;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left {
    width: 100%;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question .q_i {
  width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left .question .q_i {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    top: 3px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question .q_i img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout2 .left .question .q_txt {
  font-size: 24px;
  color: #0068e2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left .question .q_txt {
    font-size: 18px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .left h3.a_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout2 .left h3.a_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .right {
  width: 50%;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2 .right {
    width: 100%;
  }
}
.single_interview_con .interview_detail .inner .i_layout2 .right img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout2.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout2.reverse {
    flex-direction: column-reverse;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 .l_img {
  margin-bottom: 30px;
}
.single_interview_con .interview_detail .inner .i_layout4 .l_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .single_interview_con .interview_detail .inner .i_layout4 .l_img img {
    height: 40vw;
  }
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 .l_img img {
    height: 45vw;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 .question {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_interview_con .interview_detail .inner .i_layout4 .question .q_i {
  width: 36px;
  flex: 0 0 36px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 .question .q_i {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    top: 3px;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 .question .q_i img {
  width: 100%;
}
.single_interview_con .interview_detail .inner .i_layout4 .question .q_txt {
  font-size: 24px;
  color: #0068e2;
  font-weight: bold;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 .question .q_txt {
    font-size: 18px;
  }
}
.single_interview_con .interview_detail .inner .i_layout4 h3.a_ttl {
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .i_layout4 h3.a_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.single_interview_con .interview_detail .inner .layout {
  margin-bottom: 90px;
}
@media (max-width: 480px) {
  .single_interview_con .interview_detail .inner .layout {
    margin-bottom: 50px;
  }
}
.single_interview_con .interview_detail .inner .layout:last-of-type {
  margin-bottom: 0;
}

.both_border1:before {
  top: 0;
}

.c_info {
  position: relative;
  padding: 120px 0 0;
  z-index: 0;
}
@media (max-width: 1015px) {
  .c_info {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .c_info {
    padding-top: 65px;
    padding-bottom: 0;
  }
}
.c_info:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  background: #eee;
  transform: translateX(-50%);
  z-index: 3;
  top: 0;
}

.inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .inner {
    width: calc(100% - 60px);
  }
}

.c_inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .c_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .c_inner {
    width: calc(100% - 60px);
  }
}

.require_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1015px) {
  .require_wrap {
    display: block;
  }
}
.require_wrap .ttl_con {
  width: 384px;
  flex: 0 0 384px;
}
.require_wrap .ttl_con .heading {
  margin-bottom: 1.586vw;
  font-size: 1.379vw;
  color: #34a9ee;
  text-align: left;
}
.require_wrap .ttl_con h2.ttl {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.require_wrap .ttl_con h2.ttl span {
  position: relative;
  font-size: 42px;
  padding-left: 1.103vw;
  font-weight: bold;
}
.require_wrap .ttl_con h2.ttl span:before {
  position: absolute;
  top: calc(50% + 0.2vw);
  left: 0;
  background-image: url(../img/plan-i.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  transform: translateY(-50%);
  width: 0.414vw;
  height: 1.931vw;
}
.require_wrap .entry_ttl {
  padding-right: 0;
}

.require_wrap1 {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .require_wrap1 {
    margin-bottom: 0;
    padding-bottom: 65px;
  }
}
.require_wrap1 h2.ttl {
  padding-top: 1.379vw;
}

.job_require_ttl {
  width: 24%;
}
@media (max-width: 1015px) {
  .job_require_ttl {
    width: 100%;
  }
}

.content {
  width: 67%;
  background: #f9f9f9;
  margin-left: auto;
}
@media (max-width: 1015px) {
  .content {
    width: 100%;
  }
}
.content .left_b {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .content .left_b {
    display: block;
  }
}
.content .left_b:last-of-type {
  margin-bottom: 0;
}
.content .left_b .left_b_wrap {
  position: relative;
  z-index: 5;
  border: 1px solid #eee;
  background: #fafafa;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 70px;
  gap: 8px;
}
@media (max-width: 480px) {
  .content .left_b .left_b_wrap {
    width: 100%;
    padding: 0 15px;
    height: 50px;
  }
}
.content .left_b .left_b_wrap .l_time {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .content .left_b .left_b_wrap .l_time {
    font-size: 16px;
  }
}
.content .left_b .left_b_wrap .l_action {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .content .left_b .left_b_wrap .l_action {
    font-size: 16px;
  }
}
.content .right_b {
  width: 50%;
  position: relative;
  z-index: 3;
  padding-right: 8px;
}
@media (max-width: 480px) {
  .content .right_b {
    margin-top: 15px;
    width: 100%;
    padding-left: 8px;
  }
}

.both_border2:before {
  z-index: 5 !important;
}

.i_ttl_con .r_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.i_ttl_con .l__txt {
  position: relative;
  font-size: 14px;
  color: #0068e2;
  padding-left: 15px;
  width: 150px;
  margin: 0 auto;
}
.i_ttl_con .l__txt:before {
  background-image: url(../img/l-sub-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
}

.other_interview {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 480px) {
  .other_interview {
    padding-top: 50px;
  }
}
.other_interview:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
  width: 1px;
  height: 100%;
}
.other_interview:after {
  position: absolute;
  content: "";
  top: 0;
  background: #eee;
  width: 100%;
  height: 1px;
}

.r_wrap {
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}
@media (max-width: 1450px) {
  .r_wrap {
    gap: 0.5%;
  }
}
@media (max-width: 1290px) {
  .r_wrap {
    width: 1250px;
    overflow-x: scroll;
    max-width: 100%;
    overflow-x: auto;
    gap: 4px;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .r_wrap {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
.r_wrap .r_w_b {
  position: relative;
  overflow: hidden;
  width: 33%;
  z-index: 7;
  height: 40vw;
}
@media (max-width: 1450px) {
  .r_wrap .r_w_b {
    width: 33.5%;
    height: 580px;
  }
}
@media (max-width: 1290px) {
  .r_wrap .r_w_b {
    width: 414px;
    flex: 0 0 414px;
  }
}
@media (max-width: 600px) {
  .r_wrap .r_w_b {
    width: 270px;
    flex: 0 0 270px;
    height: 380px;
  }
}
.r_wrap .r_w_b .r_txt1 {
  position: absolute;
  width: 100%;
  top: 30px;
  pointer-events: none;
  color: #fff;
  font-weight: 300;
  padding: 0 50px;
  z-index: 7;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b .r_txt1 {
    font-size: 10px;
    top: 20px;
    padding: 0 20px;
  }
}
.r_wrap .r_w_b .r_txt2 {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  z-index: 5;
  color: #fff;
  padding: 0 50px;
  z-index: 7;
  pointer-events: none;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b .r_txt2 {
    font-size: 24px;
    top: 78px;
    padding: 0 20px;
  }
}
.r_wrap .r_w_b .l_txt_b {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  color: #fff;
  padding: 0 50px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b .l_txt_b {
    bottom: 20px;
    padding: 0 20px;
  }
}
.r_wrap .r_w_b .l_txt_b .l_txt1 {
  font-size: 22px;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b .l_txt_b .l_txt1 {
    font-size: 18px;
  }
}
.r_wrap .r_w_b .l_txt_b .l_txt2 {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b .l_txt_b .l_txt2 {
    font-size: 12px;
  }
}
.r_wrap .r_w_b:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.r_wrap .r_w_b:hover .bg {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  display: block;
}
.r_wrap .r_w_b:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 9px;
  position: absolute;
  top: 35px;
  right: 32px;
  z-index: 8;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b:before {
    width: 10px;
    height: 6px;
    top: 22px;
    right: 20px;
  }
}
.r_wrap .r_w_b:after {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/btn-hover-bg2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 7;
  pointer-events: none;
}
@media (max-width: 600px) {
  .r_wrap .r_w_b:after {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.r_wrap .r_w_b .bg {
  position: relative;
  background-image: url(../img/recruit-b-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: 0.5s;
  height: 40vw;
}
.r_wrap .r_w_b .bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(29, 50, 62, 0.45); /* #1D323E の45% */
  pointer-events: none;
}
@media (max-width: 1450px) {
  .r_wrap .r_w_b .bg {
    width: 100%;
    height: 580px;
  }
}
@media (max-width: 1290px) {
  .r_wrap .r_w_b .bg {
    width: 414px;
  }
}
@media (max-width: 600px) {
  .r_wrap .r_w_b .bg {
    width: 270px;
    height: 380px;
  }
}
.r_wrap .r_w_b .bg a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1340px) {
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 204px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b .fv_side_btn {
    bottom: 235px;
  }
}
@media (max-width: 1290px) {
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b1 {
    height: 216px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b.b2 {
    height: 245px;
  }
  .lower_fv .upper_b .fv_side_btn .side_btn_b a {
    line-height: 1.35;
  }
  .lower_fv .upper_b h1.ttl:after {
    width: calc(50% - 0px);
    left: -46px;
  }
}/*# sourceMappingURL=single-interview.css.map */