.interview-mv {
  height: calc(100vh - 380px);
  min-height: 450px;
  position: relative;
}

.interview-mv-img {
  position: relative;
  z-index: 1;
  width: 68vw;
  height: 100%;
  margin: 0 0 0 auto;
}

.interview-mv-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.interview-mv-txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 6%;
  width: 100%;
  height: 100%;
}

.c-breadcrumb {
  width: 100%;
  max-width: none;
  margin-bottom: 120px;
}

.c-subTitle {
  color: #e60213;
  letter-spacing: .05em;
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 35px;
}

.c-subTitle::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #e60213;
  margin-left: 10px;
}

.c-mainTitle {
  text-align: left;
  color: #000;
  font-size: 36px;
  line-height: 1.6;
  position: static;
  transform: none;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 45px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.4);
}

.interview-mv-department {
  background: #e60213;
  color: #fff;
  padding: 5px 14px;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin-bottom: 15px;
  width: fit-content;
}

.interview-mv-name {
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.interview-mv-name span {
  font-size: 24px;
  font-weight: 700;
}

.careerpath {
  background: #eee;
  padding: 70px 0 50px 55px;
  display: flex;
  align-items: flex-start;
  width: 94%;
  margin: 0 0 0 auto;
}

.careerpath h2 {
  position: relative;
  width: calc(100% - 66vw);
}

.careerpath h2 .jp {
  color: #e60213;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.careerpath h2 .en {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  left: -30px;
  z-index: 1;
}

.careerpath dl {
  width: 66vw;
  display: flex;
  flex-wrap: wrap;
}

.careerpath dl dt {
  color: #e60213;
  font-size: 18px;
  font-weight: 700;
  width: 130px;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  position: relative;
}

.careerpath dl dt:not(:last-of-type) {
  margin-bottom: 43px;
}

.careerpath dl dt::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #e60213;
  border-radius: 50%;
  margin-left: 19px;
  margin-top: 7px;
}

.careerpath dl dt:not(:last-of-type)::before {
  content: '';
  display: block;
  width: 1px;
  height: 42px;
  background: #e60213;
  position: absolute;
  top: 100%;
  right: 4px;
}

.careerpath dl dd {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 130px);
  line-height: 1.4;
  padding-left: 30px;
}

.careerpath dl dd:not(:last-of-type) {
  margin-bottom: 43px;
}

.interview-block-img {
  position: relative;
  margin-bottom: 50px;
}

.interview-block-img::before {
  content: '';
  display: block;
  width: calc(100% - 50px);
  height: calc(100% + 50px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #eee;
}

.interview-block-img img {
  position: relative;
  z-index: 2;
}

.interview-block-txt {
  padding-right: 6%;
  padding-top: 30px;
}

.interview-detail-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.interview-txt-ttl {
  color: #e60213;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
}

.interview-txt-ttl::before {
  font-size: 100px;
  color: #eee;
  font-family: 'Lato', sans-serif;
  position: absolute;
  left: -39px;
  top: -30px;
  line-height: 1;
  z-index: -1;
  font-weight: 600;
}

.interview-txt-message {
  font-size: 15px;
  line-height: 2;
}

.interview-block-notice {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 13px;
  margin-top: 60px;
  line-height: 1.7em;
}

.block1 .interview-block-img {
  width: 42.8%;
}

.block1 {
  margin-top: 120px;
}
.block1 .interview-txt-ttl::before {
  content: '01';
}

.block1 .interview-block-txt {
  width: 51%;
}
.block3 {
  margin-top: 80px;
}
.block3 .interview-block-img {
  margin-top: 40px;
  width: 39%;
  order: 2;
}

.block3 .interview-block-img::before {
  left: unset;
  right: 0;
}

.block2 .interview-block-txt {
  order: 1;
  width: 100%;
  padding-right: 0;
}

.block2 .interview-txt-ttl::before {
  content: '02';
}
.block2 {
  flex-direction: column;
  margin-top: 70px;
  padding-left: 6%;
  padding-right: 6%;
}
.block3 .interview-block-txt {
  width: 54%;
  order: 1;
  padding-right: 0;
  padding-left: 6%;
}

.block3 .interview-txt-ttl::before {
  content: '02';
}
/*.block3 .interview-block-img {
  width: 42.8%;
}*/

.block3 .interview-txt-ttl::before {
  content: '03';
}

.block4 {
  margin-top: 50px;
  flex-direction: column;
  padding-left: 6%;
  padding-right: 6%;
}

.block4 .interview-block-img {
  margin-bottom: 0;
}

.block4 .interview-block-img::before {
  content: none;
}

.block4 .interview-block-txt {
  width: 100%;
  background: #fff;
  padding-right: 0;
  z-index: 2;
}

.block4 .interview-txt-ttl::before {
  content: '04';
}

#interview-message {
  border: 1px solid #e60213;
  width: 88%;
  margin: 120px auto 0;
  padding: 40px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #fff;
}

#interview-message::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  background: #eee;
  z-index: -1;
}

.interview-message-img {
  width: 160px;
}

.interview-message-txt {
  width: calc(100% - 210px);
}

.interview-message-txt h2 {
  color: #e60213;
  position: relative;
  margin-bottom: 20px;
}

.interview-message-txt h2 .jp {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.interview-message-txt h2 .en {
  font-size: 42px;
  font-weight: bold;
  color: #eee;
  position: absolute;
  left: -30px;
  bottom: 7px;
  z-index: 1;
}

.interview-message-txt .interview-message-detail {
  font-size: 15px;
  line-height: 2;
}

.interview-note {
  text-indent: -1em;
  margin-left: 1em;
  padding: 0 6%;
  margin: 40px 0 100px 0;
  text-align: right;
  line-height: 1.7em;
  font-size: 13px; 
}
.other-workstyle-inner {
  width: 96%;
  margin-left: 6%;
}

.other-workstyle-ttl {
  color: #e60213;
  font-size: 38px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  margin-bottom: 10px;
}

.other-workstyle-subttl {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

.interview-list {
  /*flex-wrap: wrap;*/
  /*display: flex;
  padding-top: 10px;*/
  /*justify-content: space-between;*/
 /* flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;*/
}

.slick-list {
  padding: 10px 10% 30px 0 !important;
}
.slick-next { 
  right:10%!important;
}
.slick-prev { 
  left:0!important;
}
.slick-prev.slick-disabled:before {
  opacity: 1;
}
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before {
  content:""!important;
  width: 64px!important;
  height: 64px!important;
  position: absolute;
  top: -15px;
  left: -32px;
  background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
  background-size: cover;
  opacity: 1;
}
.slick-next:before {
  content:""!important;
  width: 64px!important;
  height: 64px!important;
  position: absolute;
  top: -15px;
  left: -40px;
  background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
  background-size: cover;
  transform: rotate(180deg);
  opacity: 1;
}
.slick-next:hover:before {
  content:""!important;
  width: 64px!important;
  height: 64px!important;
  background: url(../../assets/img/senior_interview/slider_arrow_hover.png)!important;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.slick-prev:hover:before {
  content:""!important;
  width: 64px!important;
  height: 64px!important;
  background: url(../../assets/img/senior_interview/slider_arrow_hover.png)!important;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.slick-arrow {
  z-index:2!important;
}
.interview-block {
  width: calc((100% - 120px) / 4);
  position: relative;
  flex-shrink: 0;

}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none;
}

/*.interview-block:not(:nth-child(4n)) {
  margin-right: 30px;
}*/
.interview-block:not(:last-child) {
    margin-right: 30px;
}
.interview-block a {
  display: block;
}

.interview-img {
  overflow: hidden;
}

.interview-img img {
  transition: .3s;
}

.interview-department {
  background: #e60213;
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
}

.interview-block a:hover .interview-img img {
  transform: scale(1.1);
}

.interview-txt {
  background: #fff;
  position: absolute;
  bottom: -0.1px;
  left: 0;
  padding: 16px 10px 0 0;
  width: 83.8%;
}

.interview-txt-head {
  color: #e60213;
  font-family: 'Lato', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.interview-txt-head::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #e60213;
  margin-left: 10px;
}

.interview-name {
  font-size: 14px;
  margin-top: 5px;
  color: #3c3c3c;
}

.interview-name span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.interview-back-btn {
  margin-top: 30px;
}

.interview-back-btn .c-btn {
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #e60213;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1300px) {
  .careerpath h2 .en {
    font-size: 40px;
  }
  .interview-name {
    font-size: 12px;
  }
  .interview-name span {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .interview-mv-img {
    width: 59vw;
  }
  .careerpath {
    flex-direction: column;
  }
  .careerpath h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .careerpath dl {
    width: 100%;
  }
  .interview-block {
    width: calc((100% - 60px) / 2);
  }
  /*.interview-block:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .interview-block:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .interview-block:nth-child(n + 3) {
    margin-top: 80px;
  }*/
  .slick-next:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    position: absolute;
    top: -15px;
    left: -33px;
    background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
    background-size: cover!important;
    transform: rotate(180deg);
    opacity: 1;
  }
  .slick-prev:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    position: absolute;
    top: -15px;
    left: -23px;
    background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
    background-size: cover!important;
    opacity: 1;
  }
  .slick-next:hover:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    position: absolute;
    top: -15px;
    left: -33px;
    background: url(../../assets/img/senior_interview/slider_arrow_hover.png)!important;
    background-size: cover!important;
    opacity: 1;
  }
  .slick-prev:hover:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    position: absolute;
    top: -15px;
    left: -23px;
    background: url(../../assets/img/senior_interview/slider_arrow_hover.png)!important;
    background-size: cover!important;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .slick-prev:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    position: absolute;
    top: -15px;
    left: -12px;
    background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
    background-size: cover!important;
    opacity: 1;
  }
  .slick-next:hover:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
    background-size: cover!important;
  }
  .slick-prev:hover:before{
    content:""!important;
    width: 46px!important;
    height: 46px!important;
    top: -15px;
    left: -12px;
    background: url(../../assets/img/senior_interview/slider_arrow.png)!important;
    background-size: cover!important;
  }
  .other-workstyle-inner {
    width: 92%;
    margin-left: 4%;
  }
  .interview-mv {
    height: auto;
    min-height: auto;
  }
  .interview-mv-img {
    width: 100%;
  }
  .interview-mv-txt {
    position: static;
    padding-left: 4%;
    padding-right: 4%;
  }
  .c-breadcrumb {
    margin-bottom: 25px;
  }
  .c-subTitle {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .c-mainTitle {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .c-mainTitle br {
    display: none;
  }
  .interview-mv-department {
    font-size: 14px;
    padding: 4px 12px;
    margin-bottom: 10px;
  }
  .interview-mv-name {
    font-size: 15px;
  }
  .interview-mv-name span {
    font-size: 22px;
  }
  .careerpath {
    margin-top: 35px;
    width: 100%;
    padding: 45px 4% 30px;
  }
  .careerpath h2 {
    margin-bottom: 20px;
  }
  .careerpath h2 .en {
    font-size: 35px;
    left: -4%;
  }
  .careerpath h2 .jp {
    font-size: 19px;
  }
  .careerpath dl dt {
    width: 118px;
    font-size: 16px;
  }
  .careerpath dl dt:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .careerpath dl dt:not(:last-of-type)::before {
    height: 30px;
  }
  .careerpath dl dd {
    font-size: 16px;
    width: calc(100% - 118px);
  }
  .careerpath dl dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .interview-detail-block {
    margin-top: 55px;
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }
  .interview-block-img {
    width: 100%;
    order: 2;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .interview-block-img::before {
    width: 100%;
    height: 100%;
    top: 25px;
    left: -25px;
  }
  .interview-block-txt {
    width: 100%;
    order: 1;
    padding-top: 0;
    padding-right: 0;
  }
  .block1 .interview-block-txt, .block3 .interview-block-txt {
    width: 100%;
  }
  .interview-block-notice {
    font-size: 12px;
    margin-top: 30px;
  }
  .interview-note {
    text-align: left;
    font-size: 12px;
    margin: 0px 0 60px 0;
  }
  .interview-txt-ttl {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .interview-txt-ttl::before {
    font-size: 60px;
    top: unset;
    top: -30px;
    left: -4%;
  }
  .interview-txt-message {
    font-size: 15px;
    line-height: 1.7;
  }
  .block1 .interview-block-img {
    width: 100%;
  }
  .block2 .interview-block-txt {
    padding-left: 0;
  }
  .block2 .interview-block-img {
    width: 100%;
  }
  .block2 .interview-block-img::before {
    right: -25px;
  }
  .block3 .interview-block-txt {
    padding-left: 0;
  }
  .block3 .interview-block-img {
    width: 100%;
  }
  .block3 .interview-block-img::before {
    right: -25px;
  }
  .block3 .interview-block-img {
    width: 100%;
  }
  .block4 .interview-block-img {
    order: 1;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .block4 .interview-block-txt {
    order: 2;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #interview-message {
    margin: 40px auto 40px;
    flex-direction: column;
    padding: 25px;
    width: 92%;
  }
  .interview-message-img {
    width: 100%;
    text-align: center;
  }
  .interview-message-img img {
    width: 110px;
  }
  .interview-message-txt {
    width: 100%;
    margin-top: 25px;
  }
  .interview-message-txt h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .interview-message-txt h2 .jp {
    font-size: 19px;
  }
  .interview-message-txt h2 .en {
    font-size: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .interview-message-detail {
    font-size: 15px;
    line-height: 1.7;
  }
  .other-workstyle-ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .other-workstyle-subttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .interview-list {
    padding-top: 10px;
  }
  .interview-block {
    width: 68vw;
    flex-shrink: 0;
  }
  .interview-block:nth-child(n + 3) {
    margin-top: 0;
  }
  .interview-block:not(:last-child) {
    margin-right: 30px;
  }
  .interview-txt {
    bottom: 0;
    width: 92%;
  }
  .interview-department {
    font-size: 16px;
    padding: 5px 15px;
  }
  .interview-back-btn {
    margin-top: 45px;
  }
  .interview-back-btn .c-btn {
    width: 345px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

_::-webkit-full-page-media, _:future, :root .careerpath h2 .en {
  font-size: 34px;
}
/*# sourceMappingURL=senior_interview_detail.css.map */