@charset "utf-8";
/***************************************************************************************************
	page_job.css
***************************************************************************************************/

#page_job {
  width: 100%;
}
/*
*/
#page_job .blk_1 {
  width: 100%;
}
/*
*/
#page_job .blk_2 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin:auto;
  padding: 0 0 50px 0;
}
/*
*/
#page_job .rep_1 {
  width: 100%;
  padding:100px 0 50px 0;
  background-color: #ffffff;
}
#page_job .rep_1:nth-of-type(even)::before {
	position: absolute;
	display: block;
	content: '';
	left:50%;
	top:143px;
  width:100vw;
  height: calc(100% - 143px);
  translate:-50% 0;
	background-color: #efefef;
}
/*  */
#page_job .rep_1_1 {
  width: 100%;
  padding: var(--padding_3);
  padding-bottom: 80px;
}
/*  */
#page_job .rep_1_2 {
  width: 100%;
  padding: var(--padding_2);
}
/*  */
#page_job .rep_1 .panch_t {
  top:-80px;
}
#page_job .rep_1 .panch_b {
  top:100%;
}
/*
*/
#page_job .blk_job {
  width: 100%;
  padding:0 0 50px 0;
}
.tgt_nm_psa .blk_job {
	opacity:0;
  translate:0 30px;
}
.tgt_nm_psa.psa_show .blk_job {
	animation:blk_job_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_job_kf_1 {
  100% { opacity: 1; translate: 0 0;}
}

#page_job .blk_job > input {
  display: none;
}
#page_job .blk_job > div:nth-of-type(1) {
  width:100%;
  z-index: 2;
}
#page_job .blk_job > div:nth-of-type(1) h4 {
  display: block;
  width:100%;
}
#page_job .blk_job > div:nth-of-type(1) h4::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:calc(100% + 20px);
	background-color: #000000;
  scale:0 1;
  opacity: 0;
  transition:
  opacity .2s ease-out 0s,
  scale .2s ease-out 0s;
  transform-origin: 0 0;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(1) h4::after {
  opacity:1;
  scale:1 1;
  transition:
  opacity .2s ease-out .2s,
  scale .2s ease-out .2s;
}
#page_job .blk_job > div:nth-of-type(1) h4 label {
  display: inline-block;
  padding:10px 10px 10px 100px;
  font-size: 35px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  transition: color .4s ease-out 0s;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(1) h4 label {
  color:#b2b2b2;
}
#page_job .blk_job > div:nth-of-type(1) h4 label::before,
#page_job .blk_job > div:nth-of-type(1) h4 label::after {
  position: absolute;
	display: block;
	content: '';
	width: 60px;
	height: 1px;
	left:30px;
	top:50%;
  translate:-50% -50%;
	background-color: #000000;
  transition:
  background-color .4s ease-out 0s,
  opacity .4s ease-out 0s,
  rotate .4s ease-out 0s;
}
#page_job .blk_job > div:nth-of-type(1) h4 label::after {
  rotate:90deg;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(1) h4 label::before {
  background-color:#b2b2b2;
  opacity:0;
  rotate: 90deg;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(1) h4 label::after {
  background-color:#b2b2b2;
  rotate: 180deg;
}
#page_job .blk_job > div:nth-of-type(2) {
  width:100%;
  height: 0;
  padding:0 0 0 100px;
  overflow: hidden;
  pointer-events: none;
  opacity:0;
  transition:
  opacity .4s ease-out 0s,
  padding-top .4s ease-out 0s,
  padding-bottom .4s ease-out 0s;
  z-index: 1;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(2) {
  padding-top:50px;
  padding-bottom: 50px;
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
#page_job .blk_job > div:nth-of-type(2) p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:50px 0 0 0;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts::before {
  display: block;
  width: 24%;
  content:'';
  order: 1000000;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts::after {
  display: block;
  width: 24%;
  content:'';
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts > * {
  display: block;
  width: 24%;
  margin-bottom: 1.33%;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts > h5 {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  padding:0 0 20px 0;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts a {
  display: block;
  overflow: hidden;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts img {
  display: block;
  width: 100%;
  height: auto;
}

/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_job {
  width: 100%;
  overflow: hidden;
}
/*
*/
#page_job .blk_2 {
  max-width:none;
  padding: 40px 0 60px 0;
}
/*
*/
#page_job .blk_3 {
  display: none;
}
/*
*/
#page_job .rep_1 {
  padding:40px 0 40px 0;
}
#page_job .rep_1:nth-of-type(even)::before {
	top:70px;
  height: calc(100% - 70px);
}
/*  */
#page_job .rep_1_1 {
  padding: var(--padding_1_sp);
  padding-bottom: 50px;
}
/*  */
#page_job .rep_1_2 {
  padding: var(--padding_1_sp);
}
#page_job .gsty_tit_2 > span:nth-of-type(1) {
  width:90%;
}
/*  */
#page_job .rep_1 .panch_t {
  top:-60px;
}
#page_job .rep_1 .panch_b {
  top:100%;
}
/*
*/
#page_job .blk_job {
  padding:0 0 20px 0;
}
#page_job .blk_job > div:nth-of-type(1) h4::after {
	width: calc(100% - 20px);
	left:20px;
	top:calc(100% + 10px);
}
#page_job .blk_job > div:nth-of-type(1) h4 label {
  padding:10px 10px 10px 55px;
  font-size: 20px;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(1) h4 label {
  color:#b2b2b2;
}
#page_job .blk_job > div:nth-of-type(1) h4 label::before,
#page_job .blk_job > div:nth-of-type(1) h4 label::after {
	width: 24px;
	left:32px;
}
#page_job .blk_job > div:nth-of-type(2) {
  padding:0 0 0 55px;
}
#page_job .blk_job > input:checked ~ div:nth-of-type(2) {
  padding-top:30px;
  padding-bottom: 30px;
}
#page_job .blk_job > div:nth-of-type(2) p {
  font-size: 12px;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts {
  padding:25px 0 0 0;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts > * {
  width: 48%;
  margin-bottom: 4%;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts::before {
  display: none;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts::after {
  display: none;
}
#page_job .blk_job > div:nth-of-type(2) .blk_phts > h5 {
  font-size: 17px;
  padding:0 0 10px 0;
}

/*  */
}
