@charset "UTF-8";


  /* #ff490f */

.mainimg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.prof {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}
.prof .abs {
  width: 600px;
  height: 190px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 200px;
  left: 0;
  box-sizing: border-box;
  padding-left: 160px;
  z-index: 5;
}
.prof .abs::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 190px;
  width: 100px;
  box-sizing: border-box;
  border: transparent 95px solid;
  border-right: transparent 50px solid;
  border-left: rgba(0,0,0,0.8) 50px solid;
  z-index: 1;
}

.prof .en.num {
  font-size: 75px;
  color: #ff490f;
  position: relative;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}
.prof .en.num::before {
  content: "STAFF INTERVIEW.";
  font-size: 45px;
  color: #fff;
}
.prof .en.num::after {
  content: "スタッフインタビュー";
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.prof .orange {
  color: #ff490f;
  display: flex;
  align-items: center;
}
.prof .orange .name {
  font-size: 32px;
  margin-right: 8px;
  font-weight: bold;
}
@media only screen and (max-width: 782px) {
  .mainimg img {
    height:auto;
  }
  .prof .abs {
    width: 315px;
    height: 135px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: auto;
    bottom: 25px;
    padding-left: 5%;
  }
  .prof .abs::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
    height: 135px;
    width: 80px;
    box-sizing: border-box;
    border: transparent 67.5px solid;
    border-right: transparent 40px solid;
    border-left: rgba(0,0,0,0.8) 40px solid;
    z-index: 1;
  }

  .prof .en.num {
    font-size: 50px;
    margin-top: 5px;
  }
  .prof .en.num::before {
    font-size: 32px;
  }
  .prof .en.num::after {
    font-size: 16px;
    bottom: -20px;
  }
  .prof .orange .name {
    font-size: 25px;
    margin-right: 5px;
  }
}

.other:not(.footer) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 35px);
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.other .abs {
  position: absolute;
  left: 1050px;
  bottom: 0;
  display: flex;
}
.other [data-num] {
  width: 160px;
  height: 230px;
  background: #ff490f;
  margin-right: 10px;
  pointer-events: auto;
}
.other [data-num]:hover { animation: bright 0.5s ease;}
.other [data-num] .img {
  margin-top: -40px;
  display: flex;
  height: 170px;
  align-items: flex-end;
  justify-content: center;
}
.other [data-num] .img figure { transition: all 0.5s ease; transform-origin: center bottom;}
.other [data-num]:hover .img figure { transform: scale(1.03);}
.other .en.num { font-size: 13px; text-align: center; margin: 5px 0; letter-spacing: 0;line-height: 1; color: #000;}
.other .en.num::before {
  content: "INTERVIEW.";
}
.other .name {
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
 letter-spacing: 0;
  line-height: 1;
  position: relative;
}
.other .name::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ececec;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -38px;
  z-index: 2;
  border-radius: 50%;
}
.other .name::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -28px;
  z-index: 3;
  box-sizing: border-box;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1500px) {
  .mainimg_nav .other { display: none;}
}


.catch {
  color: #ff490f;
  font-size: 50px;
  margin: 90px 0 70px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 782px) {
  .catch {font-size: 25px; margin: 50px 5% 40px;}
}

body.interview-01 .prof .abs > div:not([data-num="01"]) { display: none;}
body.interview-02 .prof .abs > div:not([data-num="02"]) { display: none;}
body.interview-03 .prof .abs > div:not([data-num="03"]) { display: none;}
body.interview-04 .prof .abs > div:not([data-num="04"]) { display: none;}
body.interview-05 .prof .abs > div:not([data-num="05"]) { display: none;}
body.interview-06 .prof .abs > div:not([data-num="06"]) { display: none;}
body.interview-01 .other [data-num="01"] { display: none;}
body.interview-02 .other [data-num="02"] { display: none;}
body.interview-03 .other [data-num="03"] { display: none;}
body.interview-04 .other [data-num="04"] { display: none;}
body.interview-05 .other [data-num="05"] { display: none;}
body.interview-06 .other [data-num="06"] { display: none;}

.section1 {
  display: flex;
}

.section1 figure {
  width: calc(50% + 30px);
}
.section1 figure img { width: 100%;}
.section1 .text {
  width: calc(50% - 30px);
}
dl.qa {
  margin: 0 0 0 50px;
  max-width: 600px;
}
dl.qa + dl { margin-top: 30px;}
dl.qa dt {
  color: #ff490f;
  font-size: 25px;
  font-weight: bold;
  padding: 70px 0 0 109px;
  margin-bottom: 20px;
  background: url("../img/recruit/interview/iconQ@2x.png") no-repeat left top / 101px auto;
}


@media only screen and (min-width: 783px) {
  .section1.reverse { flex-direction: row-reverse;}
  .section1.reverse .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .section1.reverse dl.qa {
    margin: 0 50px 0 50px;
  }
  .section1.justhalf figure {
    width: 50%;
  }
  .section1.justhalf .text {
    width: 50%;
  }
  .section1.justhalf dl.qa {
    margin: 0 0 0 80px;
  }
  .section1.bg_half {
    background: url("../img/recruit/interview/04/bg_half@2x.jpg") no-repeat left top / auto 830px;
    min-height: 830px;
    align-items: center;
  }
  .section2 .inner01.reverse { flex-direction: row-reverse;}

}
@media only screen and (min-width: 1600px) {
  .section1.bg_half {
    background: url("../img/recruit/interview/04/bg_half@2x.jpg") no-repeat left top / auto 40vw;
    min-height: 40vw;
  }
}
@media only screen and (max-width: 782px) {
  .section1 {
    display: block;
  }
  .section1 figure {
    width: 93.33%;
  }
  .section1 figure img { width: 100%;}
  .section1 .text {
    width: 90%;
    margin: 0 auto;
  }
  dl.qa {
    margin: 0 0 0 0px;
    max-width: inherit;
    margin-top: 30px;
  }
  dl.qa dt {
    font-size: 16px;
    padding: 70px 0 0 0;
    margin-bottom: 15px;
    background-size: auto 70px;
  }
}

.inner01 { position: relative; margin: 0px auto; width: 1360px; max-width:90%; background: #fff;  z-index: 2; box-sizing: border-box;}

@media only screen and (max-width: 782px) {
  .inner01 {
    margin: 0 5%;
    max-width: inherit;
    width: auto;
  }
}


.section2 { margin-top: 80px;}
.wide img,
.full img { width: 100%;}
.overlap {
  display: flex;
  justify-content: space-between;
}
.overlap figure { width: calc(50% - 30px); margin-top: -30px;}
.overlap .text { width: calc(50% - 30px); margin-top: 40px;}
@media only screen and (min-width: 783px) {
  .section2.reverse .overlap {
    flex-direction: row-reverse;
  }
  .section2.reverse .overlap .text dl.qa { margin: 0; max-width: inherit;}
  
  .overlap.noOverlap figure { margin-top: 80px;}
  .overlap.noOverlap .text { margin-top: 80px;}
}
@media only screen and (max-width: 782px) {
  .section2 { margin-top: 40px;}
  .wide img { width: 100%; height: 100vw; object-fit: cover;}
  .full img { width: 100%; height: 120vw; object-fit: cover;}
  .full.left img { object-position: 10% 50%;}
  .overlap {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .overlap figure { width: auto; margin-top: -20px;}
  .overlap .text { width: auto; margin-top: 20px;}
}

.section3 {}
.flex03 {
  display: flex;
  justify-content: space-between;
}
.flex03 figure { width: calc(50% - 30px); margin-top: 50px;}
.flex03 .text { width: calc(50% - 30px); margin-top: -30px;}
@media only screen and (max-width: 782px) {
  .section3 { }
  .flex03 {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .flex03 figure { width: auto; margin-top: 40px;}
  .flex03 .text { width: auto; margin-top: 20px;}
  
}
.bg_orange { background: #ff490f;}
.message {
  margin-top: -50px;
  padding: 50px 100px 80px;
  text-align: center;
  background: url("../img/recruit/interview/bg_message@2x.png") no-repeat left top / 100% auto;
}
.message h3 { color: #ff490f; text-align: center; font-size: 30px; line-height: 1.3; margin-bottom: 30px; font-weight: bold;}
.message + .simpleBtn { margin-top: -40px; position: relative; z-index: 5;}
@media only screen and (min-width: 783px) {
  .bg_msg {
    background: #fff url("../img/recruit/interview/04/bg_full.jpg") no-repeat left top / auto 100%;
    padding: 180px 0 100px calc(50% + 15px);
  }
  .bg_msg .inner01 {
    margin: 0;
    width: auto;
    max-width: inherit;
  }
  .bg_msg .message,
  .bg_msg .simpleBtn {
    padding: 0 50px 80px;
    width: 680px;
    box-sizing: border-box;
  }
  .bg_msg .message {
    background: #ff490f;
    position: relative;
    
    color: #fff;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
  }
  .bg_msg .message::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: -80px;
    background: url("../img/recruit/interview/bg_orange_msg@2x.png") no-repeat left top / 680px auto;
  }
  .bg_msg .message h3 { color: #fff; padding: 0 30px;}
}
@media only screen and (max-width: 782px) {
  .message.inner01 {
    margin-top: -60px;
    margin-left: 3.33%;
    margin-right: 3.33%;
    padding: 40px 6.66% 50px;
    text-align: center;
    background: #fff;
  }
  .message h3 { font-size: 20px; margin-bottom: 15px;}
  .message + .simpleBtn { margin-top: -30px;}

}

.other.footer { background: none; padding-bottom: 150px;}

h3.line.en {
  text-align: center;
  position: relative;
  margin-top: 100px;
}
h3.line.en::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 690px;
  max-width: 100%;
  height: 1px;
  background: #fff;
  left: calc(50% - 345px);
  top: 50%;
}
h3.line.en span {
  font-size: 40px;
  line-height: 1;
  background: #ff490f;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media only screen and (max-width: 690px) {
  h3.line.en::before { width: 90%; left: 5%;}
}
@media only screen and (max-width: 782px) {
  .other.footer { padding-bottom: 70px;}

  h3.line.en {
    margin-top: 50px;
  }
  h3.line.en::before {
    width: 93.4%;
    left: 3.3%;
  }
  h3.line.en span {
    font-size: 25px;
    padding: 0 15px;
  }
}
.flex01 {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.other .flex01 [data-num] {
  width: 280px;
  height: 380px;
  background: #e7e7e7;
  box-shadow: 0 10px 10px 10px rgba(0,0,0,0.1);
  margin:0 20px;
}
.other .flex01 [data-num] .img { height: 270px;}
.other .flex01 .name { color: #ff490f; font-size: 26px;}
.other .flex01 .name::before { background: #ff490f; width: 50px; height: 50px;    left: calc(50% - 25px);
    bottom: -68px;}
.other .flex01 .name::after { border-top: #fff 1px solid; border-right:#fff 1px solid; bottom: -48px;}
.other .flex01 .en.num { font-size: 18px; margin: 10px 0;}

@media only screen and (max-width: 782px) {
  .flex01 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .other .flex01 [data-num] {
    width: auto;
    height: 100px;
    margin: 35px 0 0 0;
    position: relative;
    padding-left: 135px;
  }
  .other .flex01 [data-num] .img {
    height: 135px; 
    width: 135px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .other [data-num] .img figure { margin: 0 auto;}
  .other [data-num] .img figure img { height: 130px; width: auto;}
  .other .flex01 .name { font-size: 20px; text-align: left;}
  .other .flex01 .name::before { display: none; background: #ff490f; width: 50px; height: 50px;    left: calc(50% - 25px);
      bottom: -68px;}
  .other .flex01 .name::after { display: none; border-top: #fff 1px solid; border-right:#fff 1px solid; bottom: -48px;}
  .other .flex01 .en.num { font-size: 16px; margin: 22px 0 8px; text-align: left;}
  
  .other [data-num] i.arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .other [data-num] i.arrow::before {
    content: "";
    width: 33px;
    height: 33px;
    background: #ff490f;
    position: absolute;
    right: 20px;
    top: calc(50% - 16.5px);
    z-index: 2;
    border-radius: 50%;
  }
  .other [data-num] i.arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 34px;
    top: calc(50% - 5px);
    z-index: 3;
    box-sizing: border-box;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 360px) {
  .other [data-num] i.arrow::before {right: auto; left: 270px;}
  .other [data-num] i.arrow::after {right: auto; left: 278px;}
}
.simpleBtn a:hover {
  animation: flash1 0.5s ease;
}
@keyframes flash1 {
	 0% { background: #000; }
	10% { background: #555; }
	100% { background: #000; }
}

  .backtoindex a{
  color: #ffea00;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  display: block;
  text-align: center;
  margin: 7rem auto 10rem;
}
@media only screen and (max-width: 782px) {
  .backtoindex a{
    margin: 3rem auto 5rem;
  }
}

