@charset "utf-8";
/***************************************************************************************************
	page_recruit.css
***************************************************************************************************/
/*  */
#header::before {
  background-color:transparent;
  animation:pkf_a_1 .4s 1.6s 1 normal both;
}
/*
*/
#page_recruit {
  width:100%;
  background-color: #ffffff;
}
@keyframes pkf_a_1 {
	100% { background-color: #f3f3f3;}
}
/*
*/
#page_recruit .blk_1 {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
  padding:200px 0 100px 0;
}
#page_recruit .blk_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100vw;
	height: 160px;
	left:50%;
	top:100%;
	background-color: #f3f3f3;
  transform:translate(-50%, -100%);
}
#page_recruit .blk_1.nm_tgt_psa::before {
  background-color: #ffffff;
}
#page_recruit .blk_1.nm_tgt_psa.psa_show::before {
  animation:pkf_a_1 .8s 0s 1 normal both;
}
/*  */
#page_recruit .blk_1 .gsty_tit_1 > span:nth-of-type(1) {
  width:170px;
  height:auto;
}
/*  */
#page_recruit .blk_1 .gsty_blk_scroll {
  left:100%;
  top:160px;
}
#page_recruit .blk_1 .gsty_blk_scroll.nm_tgt_psa {
  opacity:0;
  transform:translateY(-30px);
}
#page_recruit .blk_1 .gsty_blk_scroll.nm_tgt_psa.psa_show {
  animation:kf_psa_1 .8s .4s 1 normal both;
}
/*
*/
#page_recruit .blk_2 {
	width: 100%;
  background-color: #f3f3f3;
}
#page_recruit .blk_2.nm_tgt_psa {
  background-color: #ffffff;
}
#page_recruit .blk_2.nm_tgt_psa.psa_show {
  animation:pkf_a_1 .8s 0s 1 normal both;
}
#page_recruit .blk_2 > div {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
}
#page_recruit .blk_2 ol {
	width: 80%;
  max-width: 900px;
  margin: auto;
}
#page_recruit .blk_2 ol li {
	width: 100%;
  display: block;
}
#page_recruit .blk_2.nm_tgt_psa ol li {
  opacity:0;
  transform:translateY(40px);
}
#page_recruit .blk_2.nm_tgt_psa.psa_show ol li {
  animation:kf_psa_1 .8s .4s 1 normal both;
}
#page_recruit .blk_2.nm_tgt_psa.psa_show ol li:nth-of-type(1) {
  animation-delay:.2s;
}
#page_recruit .blk_2.nm_tgt_psa.psa_show ol li:nth-of-type(2) {
  animation-delay:.4s;
}
#page_recruit .blk_2.nm_tgt_psa.psa_show ol li:nth-of-type(3) {
  animation-delay:.6s;
}
#page_recruit .blk_2 ol li > div {
	width: 100%;
  display: table;
  padding:0 0 7% 0;
}
#page_recruit .blk_2 ol li > div::before {
  position: absolute;
	display: block;
	content: '';
	width: 30px;
	height: 100%;
	left:10%;
	top:10%;
  background-color: #e2e2e2;
  transform:translateX(-50%);
  transform-origin: 0 0;
}
#page_recruit .blk_2.nm_tgt_psa ol li > div::before {
  opacity: 0;
  transform:translateX(-50%) scaleY(0);
}
#page_recruit .blk_2.nm_tgt_psa.psa_show ol li > div::before {
  animation:kf_blk_2_a1 1.6s 0s 1 normal both;
}
@keyframes kf_blk_2_a1 {
  100% { transform:translateX(-50%) scaleY(1); opacity: 1;}
}
#page_recruit .blk_2 ol li:last-of-type > div::before {
  display: none;
}
/*  */
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) {
  display: table-cell;
	width: 40%;
  text-align: left;
  vertical-align: middle;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) br {
  display:none;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1)::before {
	display: block;
	content: '';
	width: 50%;
	height: auto;
	left:0;
	top:0;
  padding:50% 0 0 0;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1)::after {
  position: absolute;
	display: block;
	content: '';
	width: 40%;
	height: auto;
	left:25%;
	top:50%;
  padding:40% 0 0 0;
  border:5px solid #07baf3;
  transform:translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: content-box;
	background-position: 50% 50%;
  background-color: #f3f3f3;
}
#page_recruit .blk_2 ol li:nth-of-type(1) > div > p:nth-of-type(1)::after {
  background-size: 70% auto;
	background-image: url('../images/recruit_ico_1.svg');
}
#page_recruit .blk_2 ol li:nth-of-type(2) > div > p:nth-of-type(1)::after {
  background-size: 60% auto;
	background-image: url('../images/recruit_ico_2.svg');
}
#page_recruit .blk_2 ol li:nth-of-type(3) > div > p:nth-of-type(1)::after {
  background-size: 75% auto;
	background-image: url('../images/recruit_ico_3.svg');
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) span:nth-of-type(1) {
  position: absolute;
  left:55%;
  top:50%;
  transform: translateY(-100%);
  color:#38baf6;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Hind Guntur', sans-serif;
  display: block;
  padding:0 0 20px 0;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) span:nth-of-type(2) {
  position: absolute;
  left:55%;
  top:50%;
  color:#38baf6;
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  display: block;
  padding:0 0 0 0;
  transform: translateY(-50%);
}
/*  */
#page_recruit .blk_2 ol li > div > p:nth-of-type(2) {
  display: table-cell;
	width: 60%;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
  vertical-align: middle;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(2) span {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
/*
*/
#page_recruit .blk_3 {
	width: 100%;
  background-color: #f3f3f3;
  padding: 40px 0 200px 0;
}
#page_recruit .blk_2.nm_tgt_psa ~ .blk_3 {
  background-color: #ffffff;
}
#page_recruit .blk_2.nm_tgt_psa.psa_show  ~ .blk_3 {
  animation:pkf_a_1 .8s 0s 1 normal both;
}
#page_recruit .blk_3 > section {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
}
#page_recruit .blk_3 h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  padding:0 0 40px 0;
}
#page_recruit .blk_3.nm_tgt_psa h3 {
  opacity:0;
  transform:translateY(30px);
}
#page_recruit .blk_3.nm_tgt_psa.psa_show  h3 {
  animation:kf_psa_1 .8s 0s 1 normal both;
}
/*  */
#page_recruit .blk_3_1 {
	width: 100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_recruit .blk_3_1 section {
	width: 48%;
  border-top:1px solid #929292;
  padding:30px 0 30px 0;
}
#page_recruit .blk_3_1 section.nm_tgt_psa {
  opacity:0;
  transform:translateY(40px);
}
#page_recruit .blk_3_1 section.nm_tgt_psa.psa_show {
  animation:kf_psa_1 .8s .2s 1 normal both;
}
#page_recruit .blk_3_1 section.nm_tgt_psa.psa_show:nth-of-type(1) {
  animation-delay:.1s;
}
#page_recruit .blk_3_1 section.nm_tgt_psa.psa_show:nth-of-type(2n+3) {
  animation-delay:.3s;
}
#page_recruit .blk_3_1 section:first-of-type {
	width: 100%;
}
#page_recruit .blk_3_1 section h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding:0 0 20px 0;
}
#page_recruit .blk_3_1 section ul {
  list-style: none;
}
#page_recruit .blk_3_1 section ul li {
  display:block;
  padding:0 0 20px 15px;
  font-size: 16px;
  line-height: 1.5;
}
#page_recruit .blk_3_1 section ul li::before {
  position: absolute;
  display: block;
  content:'';
  left:2px;
  top:10px;
  width:5px;
  height:5px;
  border-radius: 50%;
  background-color:#000000;
}
#page_recruit .blk_3_1 section ul li span {
  font-size: inherit;
  line-height: inherit;
}
#page_recruit .blk_3_1 section:first-of-type ul li {
  display:inline-block;
  padding: 0 40px 20px 15px;
}
#page_recruit .blk_3_1 section > div {
  width:100%;
}
#page_recruit .blk_3_1 section > div p {
  display:block;
  padding:0 0 15px 0;
  font-size: 16px;
  line-height: 1.5;
}
#page_recruit .blk_3_1 section > div p span {
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_recruit .blk_1 {
	width: var(--tgt_wid_2);
	max-width: none;
  padding:100px 0 60px 0;
}
#page_recruit .blk_1::before {
	height: 100px;
}
/*  */
#page_recruit .blk_1 .gsty_tit_1 > span:nth-of-type(1) {
  width:115px;
  height:auto;
}
/*  */
#page_recruit .blk_1 .gsty_blk_scroll {
  top:80px;
}
/*
*/
#page_recruit .blk_2 {
}
#page_recruit .blk_2 > div {
	width: var(--tgt_wid_2);
	max-width: var(--max_wid_2);
}
#page_recruit .blk_2 ol {
	width: 100%;
  max-width: none;
}
#page_recruit .blk_2 ol li > div {
  padding:0 0 7% 0;
}
#page_recruit .blk_2 ol li > div::before {
	width: 20px;
	left:11.5%;
  top:50%;
}
/*  */
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) {
	width: 45%;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1)::after {
	width: 46%;
  padding:46% 0 0 0;
  border:2px solid #07baf3;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) span:nth-of-type(1) {
  left:57%;
  font-size: 14px;
  padding:0 0 10px 0;
}
#page_recruit .blk_2 ol li > div > p:nth-of-type(1) span:nth-of-type(2) {
  left:57%;
  font-size: 18px;
  padding:3px 0 0 0;
}
/*  */
#page_recruit .blk_2 ol li > div > p:nth-of-type(2) {
	width: 55%;
  font-size: 14px;
}
/*
*/
#page_recruit .blk_3 {
  padding: 40px 0 80px 0;
}
#page_recruit .blk_3 > section {
	width: var(--tgt_wid_2);
	max-width: var(--max_wid_2);
}
#page_recruit .blk_3 h3 {
  font-size: 18px;
  padding:0 0 25px 0;
}
/*  */
#page_recruit .blk_3_1 {
  display:block;
}
#page_recruit .blk_3_1 section {
	width: 100%;
  padding:25px 0 25px 0;
  display: table;
}
#page_recruit .blk_3_1 section.nm_tgt_psa.psa_show {
  animation-delay:0s;
}
#page_recruit .blk_3_1 section.nm_tgt_psa.psa_show:nth-of-type(1) {
  animation-delay:0s;
}
#page_recruit .blk_3_1 section.nm_tgt_psa.psa_show:nth-of-type(2n+3) {
  animation-delay:0s;
}
#page_recruit .blk_3_1 section h4 {
  display: table-cell;
  width:100px;
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding:0;
}
#page_recruit .blk_3_1 section ul {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding:0 0 0 3%;
  width:calc(100% - 100px);
}
#page_recruit .blk_3_1 section ul li {
  padding:0 0 15px 13px;
  font-size: 14px;
}
#page_recruit .blk_3_1 section ul li::before {
  left:1px;
  top:8px;
  width:4px;
  height:4px;
}
#page_recruit .blk_3_1 section ul li span {
  font-size: inherit;
  line-height: inherit;
}
#page_recruit .blk_3_1 section:first-of-type ul li {
  display:block;
  padding:0 0 15px 13px;
}
#page_recruit .blk_3_1 section > div {
  display: table-cell;
  padding:0 0 0 3%;
  width:calc(100% - 100px);
}
#page_recruit .blk_3_1 section > div p {
  padding:0 0 10px 0;
  font-size: 14px;
}

/*  */
}
