@charset "utf-8";
/***************************************************************************************************
	page_recruit.css
***************************************************************************************************/

#page_recruit {
  width: 100%;
  overflow: hidden;
}
/*
*/
#page_recruit .blk_1 {
  width: 100%;
  padding:0 0 100px 0;
}
/*
*/
#page_recruit .blk_2 {
  width: 100%;
  padding: 0 0 100px 0;
  z-index: 200;
}
#page_recruit .blk_2 > div {
  width: 100%;
}
/*  */
#page_recruit .blk_2_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  padding: var(--padding_3);
  margin:auto;
}
#page_recruit .blk_2_1 ul {
  display: block;
  list-style: none;
}
#page_recruit .blk_2_1 ul li {
  display: block;
  width:100%;
  height:250px;
  border-bottom: 1px solid #b2b2b2;
}
#page_recruit .blk_2_1 ul.tgt_nm_psa li {
  translate:0 40px;
  opacity: 0;
  pointer-events: none;
}
#page_recruit .blk_2_1 ul.tgt_nm_psa.psa_show li {
  animation:blk_2_kf_1 .8s ease-out 0s 1 normal forwards;
}
@keyframes blk_2_kf_1 {
  100% { translate: 0 0; opacity:1; pointer-events: auto;}
}
#page_recruit .blk_2_1 ul.tgt_nm_psa.psa_show li:nth-of-type(1) {
  animation-delay: .4s;
}
#page_recruit .blk_2_1 ul.tgt_nm_psa.psa_show li:nth-of-type(2) {
  animation-delay: .6s;
}
#page_recruit .blk_2_1 ul.tgt_nm_psa.psa_show li:nth-of-type(3) {
  animation-delay: .8s;
}
#page_recruit .blk_2_1 ul li a {
  display: block;
  width:100%;
  height: 100%;
  background-color: #ffffff;
  transition: background-color .3s ease-out 0s;
}
#page_recruit .blk_2_1 ul li a.disable {
  pointer-events: none;
}
#page_recruit .blk_2_1 ul li a.nm_hover {
  background-color: #000000;
}
#page_recruit .blk_2_1 ul li a br {
  display: none;
}
#page_recruit .blk_2_1 ul li a > div {
  width:100%;
  padding:0 0 0 11.5%;
  top:50%;
  translate: 0 -50%;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(1) {
  position: absolute;
  display: block;
  left:3.8%;
  top:7px;
  font-family: "pragmatica-extended",sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color:#ababab;
  transition: color .3s ease-out 0s;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(1) {
  color:#ffffff;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(2) {
  display: block;
  font-size: min(4vw, 45px);
  line-height: 1.1;
  font-weight: 300;
  font-family: "pragmatica-extended",sans-serif;
  letter-spacing: 0;
  color:#ababab;
  padding:0 min(610px, 60%) 0 0;
  transition: color .3s ease-out 0s;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(2) {
  color:#ffffff;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(3) {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color:#ababab;
  padding:7px min(610px, 60%) 0 0;
  transition: color .3s ease-out 0s;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(3) {
  color:#ffffff;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(4) {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color:#ababab;
  padding:27px min(610px, 60%) 0 0;
  transition: color .3s ease-out 0s;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(4) {
  color:#ffffff;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(4) > span {
  white-space: nowrap;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(5) {
  display: none;
}
/*  */
#page_recruit .blk_2_2 {
  position: absolute;
  left:50%;
  top:0;
  width: 100%;
  max-width: var(--max_wid_1);
  padding:var(--padding_3);
  translate: -50% 0;
  pointer-events: none;
}
#page_recruit .blk_2_2 .is {
  width:100%;
}
#page_recruit .blk_2_2 .is .i {
  width:100%;
  height:250px;
  opacity:0;
  transition: opacity .2s ease-out 0s;
  z-index: 1;
}
#page_recruit .blk_2_1:has(.r_1 a.nm_hover) + .blk_2_2 .is .i_1 {
  opacity:1;
  z-index: 10;
  transition: opacity .4s ease-out 0s;
}
#page_recruit .blk_2_1:has(.r_2 a.nm_hover) + .blk_2_2 .is .i_2 {
  opacity:1;
  z-index: 10;
  transition: opacity .4s ease-out 0s;
}
#page_recruit .blk_2_1:has(.r_3 a.nm_hover) + .blk_2_2 .is .i_3 {
  opacity:1;
  z-index: 10;
  transition: opacity .4s ease-out 0s;
}
#page_recruit .blk_2_1:has(.r_4 a.nm_hover) + .blk_2_2 .is .i_4 {
  opacity:1;
  z-index: 10;
  transition: opacity .4s ease-out 0s;
}
#page_recruit .blk_2_2 .is .i div:nth-of-type(1) {
  position: absolute;
  left:93%;
  top:125px;
  width:min(500px, 43%);
  padding:min(calc(500px * .84), calc(43% * .84)) 0 0 0;
  translate: -100% -50%;
	background-position: 50% 50%;
	background-size: cover;

  mask-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  mask-position: 0 100%;
  mask-size: 100% 0%;
  mask-repeat: no-repeat;
  transition:mask-size .4s ease-out 0s;

}
#page_recruit .blk_2_2 .is .i.i_1 div:nth-of-type(1) {
  background-image: url('../images/recruit_img_01_01.jpg');
}
#page_recruit .blk_2_2 .is .i.i_2 div:nth-of-type(1) {
  background-image: url('../images/recruit_img_01_02.jpg');
}
#page_recruit .blk_2_2 .is .i.i_3 div:nth-of-type(1) {
  background-image: url('../images/recruit_img_01_03.jpg');
}
#page_recruit .blk_2_2 .is .i.i_4 div:nth-of-type(1) {
  background-image: url('../images/recruit_img_01_04.jpg');
}
#page_recruit .blk_2_1:has(.r_1 a.nm_hover) + .blk_2_2 .is .i_1 div:nth-of-type(1) {
  mask-size: 100% 100%;
}
#page_recruit .blk_2_1:has(.r_2 a.nm_hover) + .blk_2_2 .is .i_2 div:nth-of-type(1) {
  mask-size: 100% 100%;
}
#page_recruit .blk_2_1:has(.r_3 a.nm_hover) + .blk_2_2 .is .i_3 div:nth-of-type(1) {
  mask-size: 100% 100%;
}
#page_recruit .blk_2_1:has(.r_4 a.nm_hover) + .blk_2_2 .is .i_4 div:nth-of-type(1) {
  mask-size: 100% 100%;
}
#page_recruit .blk_2_2 .is .i div:nth-of-type(2) {
  position:absolute;
  left:93%;
  top:50%;
  width:90px;
  height:90px;
  border-radius: 50%;
  translate: -70% -50%;
  background-color: #ffffff;
  transition: translate .4s ease-out 0s, opacity .4s ease-out 0s;
}
#page_recruit .blk_2_1:has(.r_1 a.nm_hover) + .blk_2_2 .is .i_1 div:nth-of-type(2) {
  translate: -50% -50%;
  opacity:1;
}
#page_recruit .blk_2_1:has(.r_2 a.nm_hover) + .blk_2_2 .is .i_2 div:nth-of-type(2) {
  translate: -50% -50%;
  opacity:1;
}
#page_recruit .blk_2_1:has(.r_3 a.nm_hover) + .blk_2_2 .is .i_3 div:nth-of-type(2) {
  translate: -50% -50%;
  opacity:1;
}
#page_recruit .blk_2_1:has(.r_4 a.nm_hover) + .blk_2_2 .is .i_4 div:nth-of-type(2) {
  translate: -50% -50%;
  opacity:1;
}
#page_recruit .blk_2_2 .is .i div:nth-of-type(2)::after {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	left:calc(50% - 15px);
	top:calc(50% - 15px);
	background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 100% auto;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_recruit .blk_1 {
  padding:0 0 70px 0;
}
/*
*/
#page_recruit .blk_2 {
  padding: 0 0 20px 0;
}
/*  */
#page_recruit .blk_2_1 {
  max-width: var(--max_wid_2);
  padding: var(--padding_1_sp);
}
#page_recruit .blk_2_1 ul li {
  width:100%;
  height:auto;
  border-bottom: none;
  padding:0 0 40px 0;
}
#page_recruit .blk_2_1 ul li a {
  transition: none;
}
#page_recruit .blk_2_1 ul li a.nm_hover {
  background-color: #ffffff;
}
#page_recruit .blk_2_1 ul li a::before {
	display: block;
	content: '';
	width: 100%;
  padding:84% 0 0 0;
	background-position: 50% 50%;
	background-size: 100% auto;
  transition:background-size .4s ease-out 0s;
}
#page_recruit .blk_2_1 ul li:nth-of-type(1) a::before {
  background-image: url('../images/recruit_img_01_01.jpg');
}
#page_recruit .blk_2_1 ul li:nth-of-type(2) a::before {
  background-image: url('../images/recruit_img_01_02.jpg');
}
#page_recruit .blk_2_1 ul li:nth-of-type(3) a::before {
  background-image: url('../images/recruit_img_01_03.jpg');
}
#page_recruit .blk_2_1 ul li:nth-of-type(4) a::before {
  background-image: url('../images/recruit_img_01_04.jpg');
}
#page_recruit .blk_2_1 ul li a.nm_hover::before {
  background-size: 120% auto;
}
#page_recruit .blk_2_1 ul li a > div {
  width:100%;
  padding:0;
  top:0;
  translate: 0 0;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(1) {
  left:10px;
  top:-10px;
  font-size: 15px;
  color:#ffffff;
  translate:0 -100%;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(2) {
  font-size: 35px;
  color:#000000;
  padding:10px 0 0 0;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(2) {
  color:#000000;
}
#page_recruit .blk_2_1.tgt_nm_psa ul li a.nm_hover > div > span:nth-of-type(2) {
  opacity:0;
  translate: 0 10px;
}
#page_recruit .blk_2_1.tgt_nm_psa.psa_show ul li a.nm_hover > div > span:nth-of-type(2) {
  animation:blk_4_kf_2_sp .6s ease-out .2s 1 normal forwards;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(3) {
  font-size: 13px;
  color:#000000;
  padding:7px 0 0 0;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(3) {
  color:#000000;
}
#page_recruit .blk_2_1.tgt_nm_psa ul li a.nm_hover > div > span:nth-of-type(3) {
  opacity:0;
  translate: 0 10px;
}
#page_recruit .blk_2_1.tgt_nm_psa.psa_show ul li a.nm_hover > div > span:nth-of-type(3) {
  animation:blk_4_kf_2_sp .6s ease-out .2s 1 normal forwards;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(4) {
  font-size: 12px;
  color:#000000;
  padding:15px 0 0 0;
}
#page_recruit .blk_2_1 ul li a.nm_hover > div > span:nth-of-type(4) {
  color:#000000;
}
#page_recruit .blk_2_1 ul li a > div > span:nth-of-type(5) {
  position:absolute;
  display: block;
  left:calc(100% - 55px);
  top:-55px;
  width:45px;
  height:45px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url('../images/btn_ill_01.svg');
	background-position: 50% 50%;
	background-size: 15px auto;
}

/*  */
#page_recruit .blk_2_2 {
  display:none;
}


/*  */
}
