@charset "utf-8";
/***************************************************************************************************
	page_recruit_schedule.css
***************************************************************************************************/
/*
*/
#page_recruit_schedule {
  width: 100%;
  overflow: hidden;
}
/*
*/
#page_recruit_schedule .blk_1 {
  width: 100%;
  padding:0 0 100px 0;
}
/*
*/
#page_recruit_schedule .blk_2 {
  width: 100%;
}
#page_recruit_schedule .blk_2_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  padding: var(--padding_3);
  padding-bottom: 100px;
  padding-top: 40px;
}
/*
*/
#page_recruit_schedule .blk_3 {
  width: 100%;
}
#page_recruit_schedule .blk_3 .blk_scroll {
  width: 100%;
  height:360px;
}
#page_recruit_schedule .blk_3 .blk_scroll.tgt_nm_psa {
	opacity:0;
  translate:0 40px;
}
#page_recruit_schedule .blk_3 .blk_scroll.tgt_nm_psa.psa_show {
	animation:blk_2_kf_1 .6s ease-out .4s 1 normal forwards;
}
@keyframes blk_2_kf_1 {
  100% { opacity: 1; translate: 0 0;}
}
/*  */
#page_recruit_schedule .blk_3 .blk_scroll .blk_table {
  width: 100%;
  height:100%;
  overflow: auto;
}
/* #page_recruit_schedule .blk_3 .blk_scroll .blk_table::-webkit-scrollbar {
  display: none;
} */
@-moz-document url-prefix() {
#page_recruit_schedule .blk_3 .blk_scroll .blk_table {
  scrollbar-width: thin;
  scrollbar-color: #aaaaaa transparent;
}
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_table::-webkit-scrollbar-track {
  background: transparent;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_table::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 2px;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_table > p {
  display: inline-block;
  height:330px;
  padding:0 calc((100vw - min(100%, 1680px)) / 2 + min(calc(1680px * .0714), 7.14%));
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_table > p img {
  display: block;
  height:100%;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_head {
  display: block;
  position: absolute;
  left:0;
  top:0;
  width:100vw;
  height:330px;
  overflow: hidden;
  padding:0 calc((100vw - min(100%, 1680px)) / 2 + min(calc(1680px * .0714), 7.14%));
  pointer-events: none;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_head::before {
  display:block;
  content:'';
  position: absolute;
  width: 100%;
  height:100%;
  background-color: #ffffff;
  translate:-100% 0;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_head::after {
  display:inline-block;
  content:'';
  width: auto;
  height:100%;
  aspect-ratio: 340 / 330;
  background-image: url('../images/recruit_schedule_table_01.svg');
  background-position: 0 0;
  background-size: auto 100%;
}
/*  */
#page_recruit_schedule .blk_3 .blk_scroll .field {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:330px;
  cursor: grab;
  /* background-color: #ff0000cc; */
}
#page_recruit_schedule .blk_3 .blk_scroll .field:active {
  cursor: grabbing;
}
/* #page_recruit_schedule .blk_3 .blk_scroll .field .disc {
  position:absolute;
  left:0;
  top:0;
  width:60px;
  height:60px;
  border-radius: 50%;
  translate:-50% -50%;
  background-color: #ff0000;
}
 */
@media (pointer: coarse) {
  #page_recruit_schedule .blk_3 .blk_scroll .field {
    display: none;
  }
}
/*
*/
#page_recruit_schedule .blk_4 {
  width: 100%;
  padding:60px 0 0 0;
}
#page_recruit_schedule .blk_4.tgt_nm_psa {
	opacity:0;
  translate:0 40px;
}
#page_recruit_schedule .blk_4.tgt_nm_psa.psa_show {
	animation:blk_4_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_recruit_schedule .blk_4 section {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  padding: var(--padding_3);
}
@keyframes blk_4_kf_1 {
  100% { opacity: 1; translate: 0 0;}
}
/* #page_recruit_schedule .blk_4 section.tgt_nm_psa {
	opacity:0;
  translate:0 40px;
}
#page_recruit_schedule .blk_4 section.tgt_nm_psa.psa_show {
	animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
} */

/* #page_recruit_schedule .blk_4 section:nth-of-type(1).tgt_nm_psa.psa_show {
	animation-delay: 0s;
}
#page_recruit_schedule .blk_4 section:nth-of-type(2).tgt_nm_psa.psa_show {
	animation-delay: .1s;
}
#page_recruit_schedule .blk_4 section:nth-of-type(3).tgt_nm_psa.psa_show {
	animation-delay: .2s;
} */
#page_recruit_schedule .blk_4 section h3 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}
#page_recruit_schedule .blk_4 section h3::before {
  content:'■';
}
#page_recruit_schedule .blk_4 section ul {
  display: block;
  list-style: none;
  padding:10px 0 30px 0;
}
#page_recruit_schedule .blk_4 section ul li {
  font-size: 16px;
  line-height: 1.75;
  padding:0 0 7px 1.9em;
}
#page_recruit_schedule .blk_4 section ul li::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #000000;
  width:4px;
  height:4px;
  border-radius: 50%;
  left:1.6em;
  top:13px;
  translate:-100% 0;
}
/*
*/
#page_recruit_schedule .blk_5 {
  width: 100%;
  padding:70px 0 100px 0;
}
#page_recruit_schedule .blk_5 > div {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  padding: var(--padding_3);
}

/*
*/
#page_recruit_schedule .psty_blk_1 {
  width:100%;
  display: block;
  border: none;
}
#page_recruit_schedule .psty_blk_1 p {
  width:100%;
  height: 150px;
}
#page_recruit_schedule .psty_blk_1 p.tgt_nm_psa {
	opacity:0;
  translate:0 30px;
}
#page_recruit_schedule .psty_blk_1 p.tgt_nm_psa.psa_show {
	animation:psty_blk_1_kf_1 .6s ease-out .2s 1 normal forwards;
}
@keyframes psty_blk_1_kf_1 {
  100% { opacity: 1; translate: 0 0;}
}
#page_recruit_schedule .psty_blk_1 p a {
  display:block; 
  width:100%;
  height: 100%;
  padding: 10px;
  color:#ffffff;
  background-color: #000000;
  transition:color .1s ease-out 0s, background-color .1s ease-out 0s;
}
#page_recruit_schedule .psty_blk_1 p a.nm_hover {
  color:#000000;
  background-color: #e5e5e5;
}
#page_recruit_schedule .psty_blk_1 p a::before,
#page_recruit_schedule .psty_blk_1 p a::after {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	left:calc(94.2% - 30px);
	top:calc(50% - 15px);
	background-image: url('../images/btn_ill_01_02.svg');
	background-position: 59% 50%;
	background-size: 30px auto;
  transition:opacity .1s ease-out 0s;
}
#page_recruit_schedule .psty_blk_1 p a::after {
	background-image: url('../images/btn_ill_01.svg');
  opacity:0;
}
#page_recruit_schedule .psty_blk_1 p a.nm_hover::before {
  opacity:0;
}
#page_recruit_schedule .psty_blk_1 p a.nm_hover::after {
  opacity:1;
}
#page_recruit_schedule .psty_blk_1 p a br {
  display: none;
}
#page_recruit_schedule .psty_blk_1 p a span:nth-of-type(1) {
  position:absolute;
  display: block;
  left:5.8%;
  top:50%;
  translate:0 -100%;
  white-space: nowrap;
  font-size:28px;
  line-height: 1;
  font-weight:700;
  font-family: "pragmatica-extended",sans-serif; 
  letter-spacing: 0;
}
#page_recruit_schedule .psty_blk_1 p a span:nth-of-type(2) {
  position:absolute;
  display: block;
  left:5.8%;
  top:calc(50% + 10px);
  font-size: 16px;
  line-height: 1;
  translate:0 0;
}

/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_recruit_schedule .blk_1 {
  padding:0 0 80px 0;
}
/*
*/
#page_recruit_schedule .blk_2_1 {
  max-width: none;
  padding: var(--padding_1_sp);
  padding-bottom: 50px;
}
/*
*/
#page_recruit_schedule .blk_3 .blk_scroll {
  height:300px;
}
/*  */
#page_recruit_schedule .blk_3 .blk_scroll .blk_table > p {
  height:280px;
}
#page_recruit_schedule .blk_3 .blk_scroll .blk_head {
  display: none;
}
/*
*/
#page_recruit_schedule .blk_4 {
  padding:20px 0 0 0;
}
#page_recruit_schedule .blk_4 section {
  max-width: none;
  padding:0 8%;
}
#page_recruit_schedule .blk_4 section h3 {
  font-size: 14px;
  line-height: 1.5;
}
#page_recruit_schedule .blk_4 section ul {
  padding:7px 0 20px 0;
}
#page_recruit_schedule .blk_4 section ul li {
  font-size: 14px;
  line-height: 1.5;
  padding:0 0 10px 1.9em;
}
#page_recruit_schedule .blk_4 section ul li::before {
  width:4px;
  height:4px;
  left:1.6em;
  top:11px;
}
/*
*/
#page_recruit_schedule .blk_5 {
  padding:10px 0 60px 0;
}
#page_recruit_schedule .blk_5 > div {
  max-width: none;
  /* padding:0 8%; */
  padding: var(--padding_1_sp);
}
/*
*/
#page_recruit_schedule .psty_blk_1 p {
  height: 75px;
}
#page_recruit_schedule .psty_blk_1 p a {
  padding: 10px;
  max-width: 600px;
  margin: auto;
}
#page_recruit_schedule .psty_blk_1 p a::before,
#page_recruit_schedule .psty_blk_1 p a::after {
	width: 17px;
	height: 30px;
	left:calc(95.5% - 17px);
  background-size: 17px auto;
}

#page_recruit_schedule .psty_blk_1 p a span:nth-of-type(1) {
  left:4.5%;
  font-size:18px;
}
#page_recruit_schedule .psty_blk_1 p a span:nth-of-type(2) {
  left:4.5%;
  top:calc(50% + 5px);
  font-size: 12px;
}
/* 
*/
#page_recruit_schedule .panch {
  top:-90px;
}

/*  */
}
