@charset "UTF-8";
/* CSS Document */


/*------------------------------*/
.spmask {
  display: none;
}
.pc1150 {
  display: none;
}

/*------------------------------*/
@media (min-width: 701px) and (max-width: 850px) {
  .pc {
    display: none;
  }
}
@media (max-width: 750px) {
  .sponly {
    display: block;
  }
}

/*------------------------------
	kv
------------------------------*/
#interview #kv {
  position: relative;
}
#interview #kv .kvBox01,
#interview #kv .kvBox02,
#interview #kv .kvBox03 {
  width: auto;
  height: 480px;
  margin-bottom: 40px;
}
#interview #kv .kvBox01 {
  background: url("../images/kv_01.jpg") no-repeat center center;
  background-size: cover;
}
#interview #kv .kvBox02 {
  background: url("../images/kv_02.jpg") no-repeat center center;
  background-size: cover;
}
#interview #kv .kvBox03 {
  background: url("../images/kv_03.jpg") no-repeat center center;
  background-size: cover;
}
#interview #kv .nameBox {
  position: absolute;
  left: 2%;
  top: 50%;
}
#interview #kv .nameBox .icon_int01,
#interview #kv .nameBox .icon_int02,
#interview #kv .nameBox .icon_int03 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e60012;
}
#interview #kv .nameBox .icon_int01 {
  width: 295px;
}
#interview #kv .nameBox .icon_int02 {
  width: 345px;
}
#interview #kv .nameBox .icon_int03 {
  width: 295px;
}
#interview #kv .nameBox .place {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
}
#interview #kv .nameBox .name {
  display: flex;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: bold;
}
#interview #kv .nameBox .name span {
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
}
#interview #kv .nameBox .join {
  font-size: 16px;
}
#interview #kv .titleBox {
  position: absolute;
  left: 2%;
  bottom: -9%;
}
#interview #kv .titleBox .title11,
#interview #kv .titleBox .title12,
#interview #kv .titleBox .title21,
#interview #kv .titleBox .title22,
#interview #kv .titleBox .title31,
#interview #kv .titleBox .title32 {
  background: linear-gradient(transparent 0%, #e60012 0%);
  font-size: 38px;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}
#interview #kv .titleBox .title11,
#interview #kv .titleBox .title21,
#interview #kv .titleBox .title31 {
  margin-bottom: -40px;
  padding: 20px 20px 25px;
}
#interview #kv .titleBox .title11 {
  width: 440px;
}
#interview #kv .titleBox .title21 {
  width: 380px;
}
#interview #kv .titleBox .title31 {
  width: 560px;
}
#interview #kv .titleBox .title12,
#interview #kv .titleBox .title22,
#interview #kv .titleBox .title32 {
  margin-bottom: 0;
  padding: 25px 20px 20px;
}

/*safariのみ適用ハック*/
_::-webkit-full-page-media, _:future, :root
#interview #kv .titleBox .title11,
#interview #kv .titleBox .title12,
#interview #kv .titleBox .title21,
#interview #kv .titleBox .title22,
#interview #kv .titleBox .title31,
#interview #kv .titleBox .title32 {
		font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
}


@media (max-width: 750px) {
  #interview #kv .kvBox01,
  #interview #kv .kvBox02,
  #interview #kv .kvBox03 {
    width: auto;
    height: 300px;
    margin-top: 50px;
  }
  #interview #kv .kvBox01 {
    background: url("../images/kv_01sp.jpg") no-repeat right center;
  }
  #interview #kv .kvBox02 {
    background: url("../images/kv_02sp.jpg") no-repeat right center;
  }
  #interview #kv .kvBox03 {
    background: url("../images/kv_03sp.jpg") no-repeat right center;
  }
  #interview #kv .nameBox {
    position: absolute;
    left: 2%;
    top: 50%;
  }
  #interview #kv .nameBox .icon_int01,
  #interview #kv .nameBox .icon_int02,
  #interview #kv .nameBox .icon_int03 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #e60012;
  }
  #interview #kv .nameBox .icon_int01 {
    width: 185px;
  }
  #interview #kv .nameBox .icon_int02 {
    width: 225px;
  }
  #interview #kv .nameBox .icon_int03 {
    width: 200px;
  }
  #interview #kv .nameBox .place {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
  }
  #interview #kv .nameBox .name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
  }
  #interview #kv .nameBox .name span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
  }
  #interview #kv .nameBox .join {
    font-size: 12px;
  }
  #interview #kv .titleBox .title11,
  #interview #kv .titleBox .title12,
  #interview #kv .titleBox .title21,
  #interview #kv .titleBox .title22,
  #interview #kv .titleBox .title31,
  #interview #kv .titleBox .title32 {
    font-size: 20px;
  }
  #interview #kv .titleBox .title11,
  #interview #kv .titleBox .title21,
  #interview #kv .titleBox .title31 {
    width: 230px;
    margin-bottom: -40px;
    padding: 15px 15px 30px;
  }
  #interview #kv .titleBox .title11 {
    width: 230px;
  }
  #interview #kv .titleBox .title21 {
    width: 200px;
  }
  #interview #kv .titleBox .title31 {
    width: 295px;
  }
  #interview #kv .titleBox .title12,
  #interview #kv .titleBox .title22,
  #interview #kv .titleBox .title32 {
    margin-bottom: 0;
    padding: 20px 15px 15px;
  }
}

/*------------------------------
	career
------------------------------*/
#interview #career {
  width: auto;
  padding: 0 10px;
  margin: 80px auto 60px;
}
#interview #career .careerBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#interview #career .careerBox img {
  margin-right: 30px;
}
#interview #career .careerBox .wrap {
  font-size: 16px;
}
#interview #career .careerBox .wrap th {
  padding-right: 15px;
  padding-bottom: 15px;
  font-weight: normal;
}
#interview #career .careerBox .wrap td {
  line-height: 1.2;
  padding-bottom: 15px;
}

@media (max-width: 750px) {
  #interview #career {
    margin: 60px auto 40px;
  }
  #interview #career .careerBox {
    display: block;
    width: 320px;
    margin: 0 auto;
  }
  #interview #career .careerBox img {
    width: 70px;
    margin-bottom: 10px;
  }
  #interview #career .careerBox .wrap {
    font-size: 14px;
  }
  #interview #career .careerBox .wrap th {
    width: 60px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: normal;
  }
  #interview #career .careerBox .wrap td {
    padding-bottom: 5px;
  }
}

@media (max-width: 650px) {
  #interview #career .careerBox {
    width: 300px;
  }
  #interview #career .careerBox .wrap th {
    padding-right: 0px;
  }
}
/*------------------------------
	container
------------------------------*/
#interview #container {
  width: auto;
  max-width: 1350px;
  margin: 0 auto 100px;
}
#interview #container .inner_l,
#interview #container .inner_r {
  position: relative;
  display: block;
  margin: 0 auto;
}
#interview #container .inner_l {
  margin-bottom: 100px;
}
#interview #container .inner_l:last-child {
  margin-bottom: 0px;
}
#interview #container .inner_r {
  margin-bottom: 130px;
}
#interview #container .pic_l,
#interview #container .pic_r {
  width: 480px;
  height: 360px;
  margin: 0 auto;
  box-shadow: 0px 0px #e3e3e3;
	-webkit-box-shadow: 0px 0px #e3e3e3;
	-moz-box-shadow: 0px 0px #e3e3e3;
	-ms-box-shadow: 0px 0px #e3e3e3;
}
#interview #container .pic_l img,
#interview #container .pic_r img{
  width: 480px;
}
#interview #container .pic_l.show,
#interview #container .pic_r.show {
  box-shadow: 30px 30px #e3e3e3;
	-webkit-box-shadow: 30px 30px #e3e3e3;
	-moz-box-shadow: 30px 30px #e3e3e3;
	-ms-box-shadow: 30px 30px #e3e3e3;
}
#interview #container .pic_l {
  margin-bottom: 90px;
}
#interview #container .pic_r {
  margin-top: 60px;
}
#interview #container .textBox {
  position: relative;
  width: auto;
  padding: 0 10px;
}
#interview #container .textBox .hd {
  padding-bottom: 10px;
  border-bottom: dashed 1px #9f9f9f;
  margin-bottom: 20px;
  margin-top: -5px;
}
#interview #container .textBox .hd h3 {
  font-size: 28px;
  line-height: 1.3;
}
#interview #container .textBox .text {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 750px) {
  #interview #container {
    margin: 0 auto 40px;
  }
  #interview #container .inner_l {
    margin-bottom: 40px;
  }
  #interview #container .inner_r {
    margin-bottom: 60px;
  }
  #interview #container .pic_l,
  #interview #container .pic_r {
    width: 320px;
    height: 240px;
  }
  #interview #container .pic_l img,
  #interview #container .pic_r img{
    width: 320px;
  }
  #interview #container .pic_l.show,
  #interview #container .pic_r.show {
    box-shadow: 20px 20px #e3e3e3;
  	-webkit-box-shadow: 20px 20px #e3e3e3;
  	-moz-box-shadow: 20px 20px #e3e3e3;
  	-ms-box-shadow: 20px 20px #e3e3e3;
  }
  #interview #container .pic_l {
    margin-bottom: 60px;
  }
  #interview #container .pic_r {
    margin-top: 40px;
  }
  #interview #container .textBox .hd {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #interview #container .textBox .hd h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  #interview #container .textBox .text {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 650px) {
  #interview #container .pic_l,
  #interview #container .pic_r {
    width: 280px;
    height: 210px;
  }
  #interview #container .pic_l img,
  #interview #container .pic_r img{
    width: 280px;
  }
}


/*------------------------------
	other
------------------------------*/
#interview #other {
  width: auto;
  max-width: 1150px;
  margin: 0 auto 120px auto;
}
#interview #other .ttlBox {
  text-align: center;
  margin-bottom: 80px;
}
#interview #other .ttlBox p {
  margin-bottom: 8px;
}
#interview #other .ttl {
  width: 300px;
  margin: 0 auto;
  display: flex;
	align-items: center;
}
#interview #other .ttl::before,
#interview #other .ttl::after {
  border-top: solid 1px;
	content: "";
	flex-grow: 1;
}
#interview #other .ttl::before {
  margin-right: 10px;
}
#interview #other .ttl::after {
  margin-left: 10px;
}
#interview #other .thumbBox {
  position: relative;
  display: block;
  margin-bottom: 100px;
}
#interview #other .thumbBox .box {
  display: block;
  width: 364px;
  cursor: pointer;
  margin: 0 auto 40px auto;
}
#interview #other .thumbBox .box:last-child {
  margin-bottom: 0;
}
#interview #other .thumbBox .active {
  cursor: auto;
}
#interview #other .thumbBox .box .boxImg01 {
  background: url("../images/thumb_01.jpg") no-repeat;
  height: 177px;
}
#interview #other .thumbBox .box .boxImg01_active {
  background: url("../images/thumb_01_hover.jpg") no-repeat;
  height: 177px;
}
#interview #other .thumbBox .box .boxImg02 {
  background: url("../images/thumb_02.jpg") no-repeat;
  height: 177px;
}
#interview #other .thumbBox .box .boxImg02_active {
  background: url("../images/thumb_02_hover.jpg") no-repeat;
  height: 177px;
}
#interview #other .thumbBox .box .boxImg03 {
  background: url("../images/thumb_03.jpg") no-repeat;
  height: 177px;
}
#interview #other .thumbBox .box .boxImg03_active {
  background: url("../images/thumb_03_hover.jpg") no-repeat;
  height: 177px;
}
#interview #other .thumbBox .box .nameBox {
  position: relative;
  display: flex;
  background-color: #eeeeee;
}
#interview #other .thumbBox .box .nameBox .name {
  padding: 15px 120px 15px 15px;
}
#interview #other .thumbBox .box .nameBox .join {
  padding: 15px;
}
#interview #other .thumbBox .box .nameBox .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background-color: #b81c21;
}
#interview #other .thumbBox .box .nameBox .btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -6px;
}
#interview #other .return {
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
#interview #other .return a {
  display: block;
  width: 100%;
  padding: 24px 0;
  font-size: 16px;
  color: #fff;
}
#interview #other .return:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}

@media (max-width: 750px) {
  #interview #other {
    margin: 0 auto 60px auto;
  }
  #interview #other .ttlBox {
    text-align: center;
    margin-bottom: 40px;
  }
  #interview #other .ttl img {
    width: 200px;
  }
  #interview #other .thumbBox {
    margin-bottom: 60px;
  }
  #interview #other .thumbBox .box {
    margin: 0 auto 20px auto;
  }
  #interview #other .return {
    max-width: 320px;
  }
  #interview #other .return a {
    padding: 20px 0;
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  #interview #other .thumbBox .box {
    width: 320px;
  }
  #interview #other .thumbBox .box .nameBox .name {
    padding: 15px 90px 15px 15px;
  }
  #interview #other .return {
    max-width: 280px;
  }
}
