@charset "utf-8";
/***************************************************************************************************
	page_recruit.css
***************************************************************************************************/
body {
	background-color: var(--col_5);
}
/*
*/
#header {
	background-color: transparent;
	z-index: 103;
}
#pagetop::after {
	position: absolute;
	display: block;
	content: '';
	width: 400px;
	height: 400px;
	left:calc(100% - 400px);
	top:65px;
	background-image: url('../images/top_bk_1.svg');
	background-position: 0 0;
	background-size: 100% auto;
	z-index: 102;
	opacity:0;
	transform: translateX(-10px);
	animation:kf_psa_1 1s ease 3s 1 normal forwards;
}
/*
*/
#recruit_bk_mov {
	position: fixed;
	/* position: absolute; */
	width:100%;
	height: auto;
	top:0;
	left:0;
	z-index: 101;
	opacity: 0;
	pointer-events: none;
}
#recruit_bk_mov.show {
	opacity:1;
	transition: opacity 2s ease-out 2s;
}

#recruit_bk_mov video {
	position: absolute;
	width:100%;
	height: auto;
	top:0;
	left:0;
}
/*
*/
#footer {
	z-index: 105;
}
/*
*/
#page_recruit {
	width:100%;
	padding-bottom:150px;
	z-index: 104;
	background-color: transparent;
}
/*
*/
#page_recruit .blk_1 {
	padding: var(--padding_3);
	padding-bottom:50px;
}

/*
*/
#page_recruit .blk_2 {
	padding: var(--padding_3);
}
#page_recruit .blk_2 > section {
	width:100%;
	padding:0 0 120px 0;
}
/*  */
#page_recruit .blk_2_1 {
	width:100%;
}
#page_recruit .blk_2_1 h3 {
	width:100%;
	height: 100px;
}
#page_recruit .blk_2_1 h3 span {
	position: absolute;
	display: block;
	font-size: 38px;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
}
#page_recruit .blk_2_1 h3 span:nth-of-type(1) {
	/* width:700px; */
	width:0;
	height: 50px;
	opacity:0;
	transform: translateY(30px);
}
#page_recruit .psa_show .blk_2_1 h3 span:nth-of-type(1) {
	animation:kf_psa_1 1.2s ease 0s 1 normal forwards;
	width:700px; 
	transition: width 1.3s linear 0s;
}
#page_recruit .blk_2_1 h3 span:nth-of-type(2) {
	left:220px;
	top:60px;
	width:0;
	height: 50px;
	opacity:0;
	transform: translateY(30px);
}
#page_recruit .psa_show .blk_2_1 h3 span:nth-of-type(2) {
	animation:kf_psa_1 1.2s ease .6s 1 normal forwards;
	width:700px; 
	transition: width 1.3s linear .6s;
}
/*  */
#page_recruit .blk_2_1 .blk_img {
	width:100%;
	margin-top: 80px;
	padding:20% 0 0 0;
	opacity:0;
	transform: translateX(30px);
}
#page_recruit .psa_show .blk_2_1 .blk_img {
	pointer-events: auto;
	animation:kf_psa_1 2s ease 1.2s 1 normal forwards;
}
#page_recruit .blk_2_1 .blk_img .i_wrap {
	position:absolute;
	left:0;
	top:0;
	width:107%;
	height: 100%;
	overflow: hidden;
}
#page_recruit .blk_2_1 .blk_img .i_wrap .i {
	position:absolute;
	display: block;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;

	animation:kf_1 20s linear 0s infinite normal both;
}
@keyframes kf_1 {
  0% {
		transform:translateX(0%);
  }
  100% {
    transform:translateX(-100%);
  }
}
#page_recruit .blk_2_1 .blk_img .i_wrap .i::before,
#page_recruit .blk_2_1 .blk_img .i_wrap .i::after {
	position: relative;
	display: inline-block;
	content:'';
	width:100%;
	height: 100%;
	background-image : url('../images/recruit_img_1.jpg');
	background-position: 0 0;
	background-size: 100% auto;
}

/*  */
#page_recruit .blk_2_2 {
	width:100%;
	padding:60px 0 0 0;
	opacity:0;
	transform: translateY(30px);
}
#page_recruit .psa_show .blk_2_2 {
	animation:kf_psa_1 .8s ease 2s 1 normal forwards;
}
#page_recruit .blk_2_2 p {
	font-size: 14px;
	line-height: 2;
}
/*  */
#page_recruit .blk_2_3 {
	width:100%;
	padding:60px 0 0 0;
}
#page_recruit .blk_2_3 dl {
	display: inline-block;
}
#page_recruit .blk_2_3 dl dt {
	display: block;
	padding:0 0 7px 0;
	border-bottom: 1px dotted var(--col_1);
	opacity:0;
	transform: translateY(30px);
}
#page_recruit .blk_2_3.psa_show dl dt {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .blk_2_3 dl dt > span {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
}
#page_recruit .blk_2_3 dl dt > span:nth-of-type(1) {
	width:85px;
}
#page_recruit .blk_2_3 dl dt > span:nth-of-type(1) > span {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	padding:0 0 0 8px;
}
#page_recruit .blk_2_3 dl dd {
	display: block;
	width:100%;
	padding:20px 0 50px 0;
	font-size: 14px;
	line-height: 1.75;
	margin: auto 8vw auto auto;
	opacity:0;
	transform: translateY(40px);
}
#page_recruit .blk_2_3.psa_show dl dd {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .blk_2_3 dl dt:nth-of-type(1),
#page_recruit .blk_2_3 dl dd:nth-of-type(1) {
	animation-delay: 0s;
}
#page_recruit .blk_2_3 dl dt:nth-of-type(2),
#page_recruit .blk_2_3 dl dd:nth-of-type(2) {
	animation-delay: .2s;
}
#page_recruit .blk_2_3 dl dt:nth-of-type(3),
#page_recruit .blk_2_3 dl dd:nth-of-type(3) {
	animation-delay: .4s;
}
#page_recruit .blk_2_3 dl dt:nth-of-type(4),
#page_recruit .blk_2_3 dl dd:nth-of-type(4) {
	animation-delay: .6s;
}

/*  */
#page_recruit .blk_2_4 {
	width:100%;
	padding:60px 0 0 0;
	opacity:0;
	transform: translateY(30px);
}
#page_recruit .blk_2_4.psa_show {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .blk_2_4 p {
	width:100%;
	padding:80px 10%;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
}
#page_recruit .blk_2_4 p > span {
	display: block;
	font-size: 14px;
	line-height: 2;
}
#page_recruit .blk_2_4 p > span a {
	background-color: var(--col_2);
	padding:0 5px;
	display: inline-block;
	margin: auto 5px;
}
/*
*/
#page_recruit .blk_3 {
	padding: var(--padding_3);
}
#page_recruit .blk_3 > section {
	width:100%;
	padding:0 0 120px 0;
}
/*  */
#page_recruit .blk_3_1 {
	padding:0 0 60px 0;
}
/*  */
#page_recruit .blk_3_2 {
	width:100%;
	opacity:0;
	transform: translateY(40px);
}
#page_recruit .blk_3_2.psa_show {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .blk_3_2 > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	list-style: none;
}
#page_recruit .blk_3_2 > ul > li {
	display: table;
	width:47%;
	border-top: 1px dotted var(--col_1);
}
#page_recruit .blk_3_2 > ul > li:last-child {
	border-bottom: 1px dotted var(--col_1);
}
#page_recruit .blk_3_2 > ul > li > p,
#page_recruit .blk_3_2 > ul > li > ul {
	display: table-cell;
	font-size: 14px;
	line-height: 1.75;
	vertical-align: top;
	padding :30px 0;
}
#page_recruit .blk_3_2 > ul > li > p:nth-of-type(1) {
	width:25%;
	min-width: 120px;
	font-weight: 700;
	white-space:nowrap;
}
#page_recruit .blk_3_2 > ul > li > ul {
	list-style:none;
}
#page_recruit .blk_3_2 > ul > li > ul > li {
	display: block;
	font-size: 14px;
	line-height: 1.75;
	padding:0 0 5px 12px;
}
#page_recruit .blk_3_2 > ul > li > ul > li::before {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	left:0;
	top:11px;
	border-radius: 50%;
	background-color: var(--col_1);
}
/*
*/
#page_recruit .blk_4 {
	padding: var(--padding_3);
}
#page_recruit .blk_4 > section {
	width:100%;
	padding:0 0 120px 0;
}
/*  */
#page_recruit .blk_4_1 {
	width: 100%;
}
/*  */
#page_recruit .blk_4_2 {
	width: 100%;
}
#page_recruit .blk_4_2 h4 {
	text-align: center;
	padding:100px 0 90px 0;
	font-size: 24px;
	line-height: 1.5;
	opacity:0;
	transform: translateY(40px);
}
#page_recruit .blk_4_2.psa_show h4 {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .blk_4_2 h4 span {
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
}
#page_recruit .blk_4_2 p {
	font-size: 14px;
	line-height: 2;
	padding:0 0 30px 0;
	opacity:0;
	transform: translateY(50px);
}
#page_recruit .blk_4_2.psa_show p {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}

#page_recruit .blk_4_2 p:last-child {
	text-align: right;
	padding: 40px 0 0 0;
	opacity:0;
	transform: translateY(70px);
}
#page_recruit .blk_4_2.psa_show p:last-child {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}

#page_recruit .blk_4_2 p:last-child br {
	display: none;
}
/*
*/
#page_recruit .blk_5 {
	padding: var(--padding_3);
}
#page_recruit .blk_5 > section {
	width:100%;
	padding:0 0 120px 0;
}
/*  */
#page_recruit .blk_5_1 {
	width: 100%;
}
#page_recruit .blk_5_1 h4 {
	padding:60px 0 40px 0;
	font-size: 14px;
	line-height: 1;
	opacity:0;
	transform: translateY(40px);
}
#page_recruit .blk_5_1.psa_show h4 {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
/*  */
#page_recruit .blk_5_2 {
	width: 100%;
	opacity:0;
	transform: translateY(50px);
}
#page_recruit .blk_5_2.psa_show {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .blk_5_2 ul {
	display:flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
#page_recruit .blk_5_2 ul li {
	display:block;
	width:30%;
	min-width: 250px;
}
#page_recruit .blk_5_2 ul li a {
	display:block;
	width:100%;
}
#page_recruit .blk_5_2 ul li a p:nth-of-type(1) {
	width:100%;
	padding: 66.7% 0 0 0;
	background-color: #ffffff;
}
/* #page_recruit .blk_5_2 ul li a p:nth-of-type(1)::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%) scale(.95);
	background-color: var(--col_2);
	opacity: 0;
	transition: opacity .3s ease-out 0s, transform .3s ease-out 0s;
}
#page_recruit .blk_5_2 ul li a.nm_hover p:nth-of-type(1)::before {
	transform:translate(-50%, -50%) scale(1);
	opacity: .5;
} */
#page_recruit .blk_5_2 ul li a p:nth-of-type(1) span {
	position: absolute;
	display:block;
	width:96%;
	height:94%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	transition: width .4s ease-out 0s, height .4s ease-out 0s;
	overflow: hidden;
}

#page_recruit .blk_5_2 ul li a p:nth-of-type(1) span img {
	position: absolute;
	display:block;
	width:100%;
	height: 100%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	object-fit: cover;
	transition: transform .3s ease-out 0s;
}
#page_recruit .blk_5_2 ul li a.nm_hover p:nth-of-type(1) span img {
	transform:translate(-50%, -50%) scale(1.2);
}
#page_recruit .blk_5_2 ul li a p:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.5;
	padding:20px 0 0 0;
}
#page_recruit .blk_5_2 ul li a p:nth-of-type(3) {
	font-size: 14px;
	line-height: 1.5;
	padding:30px 0 0 0;
}
/*
*/
#page_recruit .blk_6 {
	padding: var(--padding_3);
}
/*
*/
.blk_btn_entry {
	background-color: #ffffff;
	padding:60px 0 70px 0;
	text-align: center;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
}
.blk_btn_entry h5 {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	padding:0 0 25px 0;
}
.blk_btn_entry p:nth-of-type(1) {
	width:100%;
}
.blk_btn_entry p:nth-of-type(1) a {
	display: inline-block;
	width:580px;
	padding:25px 0;
	font-size: 14px;
	line-height: 1;
	color:#ffffff;
	background-color: var(--col_3);
	transition: background-color .1s ease-out 0s;
}
.blk_btn_entry p:nth-of-type(1) a.nm_hover {
	background-color: #aaaaaa;
}
.blk_btn_entry p:nth-of-type(2) {
	font-size:14px;
	line-height:1.75;
	padding:30px 0 0 0;
}
/*
*/
#page_recruit .psty_tit_1 {
	display: inline-block;
	font-size: 26px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	padding:0 0 8px 0;
	/* border-bottom: 1px solid var(--col_2); */

	opacity:0;
	transform: translateY(30px);
}
#page_recruit .psa_show .psty_tit_1 {
	animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_recruit .psty_tit_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform:scaleX(.01);
}
#page_recruit .psa_show .psty_tit_1::after {
	animation:kf_psa_1 .8s ease .2s 1 normal forwards;
}
/*
*/
@keyframes kf_psa_1 {
  100% {
    transform: translate(0, 0) scaleX(1);
		opacity: 1;
		pointer-events: auto;
  }
}


/***************************************************************************************************
  responsive 1280
***************************************************************************************************/

@media screen and (max-width: 1280px) {
/*
*/
/*  */
#page_recruit .blk_3_2 {
}
#page_recruit .blk_3_2 > ul {
	display: block;
}
#page_recruit .blk_3_2 > ul > li {
	display: block;
	width: 100%;
	padding:17px 0 17px 0;
	border-color: #bbbbbb;
}
#page_recruit .blk_3_2 > ul > li:last-child {
	border-color: #bbbbbb;
}
#page_recruit .blk_3_2 > ul > li > p,
#page_recruit .blk_3_2 > ul > li > ul {
	display: block;
	font-size: 14px;
	line-height: 1.75;
	padding :0 0 5px 0;
}
#page_recruit .blk_3_2 > ul > li > p:nth-of-type(1) {
	width:100%;
	min-width: 0;
	font-weight: 700;
	white-space:nowrap;
	padding:0 0 5px 13px;
}
#page_recruit .blk_3_2 > ul > li > p:nth-of-type(1)::after {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	left:0;
	top:10px;
	background-color: var(--col_2);
}

#page_recruit .blk_3_2 > ul > li > ul {
	list-style:none;
}
#page_recruit .blk_3_2 > ul > li > ul > li {
	display: block;
	font-size: 14px;
	line-height: 1.75;
	padding:0 0 5px 12px;
}
#page_recruit .blk_3_2 > ul > li > ul > li::before {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	left:0;
	top:11px;
	border-radius: 50%;
	background-color: var(--col_1);
}
}

/***************************************************************************************************
  responsive 1000
***************************************************************************************************/

@media screen and (max-width: 1000px) {

/*
*/
#pagetop::after {
	display: none;
}
/*
*/
#recruit_bk_mov {
	position: fixed;
	/* position: absolute; */
	width:100%;
	height: auto;
	top:0;
	left:0;
	z-index: 101;
}
#recruit_bk_mov video {
	min-width: 600px;
	left:100%;
	transform:translateX(-100%);
}
/*
*/
#page_recruit {
	padding-bottom:80px;
}
	/*
*/
#page_recruit .blk_1 {
	padding: var(--padding_2);
	padding-top:55px;
	padding-bottom:35px;
}

/*
*/
#page_recruit .blk_2 {
	padding: 0;
}
#page_recruit .blk_2 > section {
	padding:0 0 60px 0;
}
/*  */
#page_recruit .blk_2_1 {
	width:100%;
	display: block;

}
#page_recruit .blk_2_1 h3 {
	width:100%;
	/* max-width: 520px; */
	height: 80px;
	display: block;
}
#page_recruit .blk_2_1 h3 span {

	font-size: min(5.5vw, 20px);
	letter-spacing: .05em;
}
#page_recruit .blk_2_1 h3 span:nth-of-type(1) {
	left:5%;
	top:0;
	max-width: 340px;
	height: 35px;
}
#page_recruit .psa_show .blk_2_1 h3 span:nth-of-type(1) {
	width:90%;
}
#page_recruit .blk_2_1 h3 span:nth-of-type(2) {
	left:20%;
	top:35px;
	max-width: 340px;
	height: 50px;
}
#page_recruit .psa_show .blk_2_1 h3 span:nth-of-type(2) {
	width:90%;
}
/*  */
#page_recruit .blk_2_1 .blk_img {
	margin-top: 0;
	padding:min(200px, 50%) 0 0 0;
	transform: translateY(30px);
}
#page_recruit .psa_show .blk_2_1 .blk_img {
	animation:kf_psa_1 2s ease 1.4s 1 normal forwards;
}
#page_recruit .blk_2_1 .blk_img .i_wrap {
	width:270%;
	max-width: 1100px;
}
/*  */
#page_recruit .blk_2_2 {
	padding: var(--padding_2);
	padding-top:20px;
}
#page_recruit .blk_2_2 p {
	font-size: 14px;
	line-height: 2;
}
/*  */
#page_recruit .blk_2_3 {
	padding: var(--padding_2);
	padding-top:40px;
}
#page_recruit .blk_2_3 dl {
	display: block;
}
#page_recruit .blk_2_3 dl dt {
	padding:0 0 7px 0;
}
#page_recruit .blk_2_3 dl dt > span {
	font-size: 15px;
	display: block;
}
#page_recruit .blk_2_3 dl dt > span:nth-of-type(1) {
	width:auto;
}
#page_recruit .blk_2_3 dl dt > span:nth-of-type(1) > span {
	font-size: 18px;
	padding:0 0 0 5px;
}
#page_recruit .blk_2_3 dl dd {
	padding:10px 0 30px 0;
	font-size: 14px;
	line-height: 1.75;
	margin: auto;
}
/*  */
#page_recruit .blk_2_4 {
	padding: var(--padding_2);
	padding-top:20px;
}
#page_recruit .blk_2_4 p {
	padding:5% 7% 10% 7%;
	text-align: left;
}
#page_recruit .blk_2_4 p > span {
	display: block;
	font-size: 14px;
	line-height: 2;
}
#page_recruit .blk_2_4 p > span a {
	background-color: var(--col_2);
	padding:0 5px;
	display: inline-block;
	margin: auto 5px;
}
/*
*/
#page_recruit .blk_3 {
	padding: var(--padding_2);
}
#page_recruit .blk_3 > section {
	padding:0 0 80px 0;
}
/*  */
#page_recruit .blk_3_1 {
	padding:0 0 40px 0;
	text-align: center;
}
#page_recruit .blk_3_2 > ul > li {
	padding:15px 3% 15px 3%;
}
#page_recruit .blk_3_2 > ul > li > p:nth-of-type(1) {
	padding:0 0 0 13px;
}
/* 
#page_recruit .blk_3_2 {
}
#page_recruit .blk_3_2 > ul {
	display: block;
}
#page_recruit .blk_3_2 > ul > li {
	display: block;
	width: 100%;
	padding:15px 3% 15px 3%;
	border-color: #bbbbbb;
}
#page_recruit .blk_3_2 > ul > li:last-child {
	border-color: #bbbbbb;
}
#page_recruit .blk_3_2 > ul > li > p,
#page_recruit .blk_3_2 > ul > li > ul {
	display: block;
	font-size: 14px;
	line-height: 1.75;
	padding :0 0 5px 0;
}
#page_recruit .blk_3_2 > ul > li > p:nth-of-type(1) {
	width:100%;
	min-width: 0;
	font-weight: 700;
	white-space:nowrap;
	padding:0 0 0 13px;
}
#page_recruit .blk_3_2 > ul > li > p:nth-of-type(1)::after {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	left:0;
	top:10px;
	background-color: var(--col_2);
}

#page_recruit .blk_3_2 > ul > li > ul {
	list-style:none;
}
#page_recruit .blk_3_2 > ul > li > ul > li {
	display: block;
	font-size: 14px;
	line-height: 1.75;
	padding:0 0 5px 12px;
}
#page_recruit .blk_3_2 > ul > li > ul > li::before {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	left:0;
	top:11px;
	border-radius: 50%;
	background-color: var(--col_1);
} */
/*
*/
#page_recruit .blk_4 {
	padding: var(--padding_2);
}
#page_recruit .blk_4 > section {
	padding:0 0 80px 0;
}
/*  */
#page_recruit .blk_4_1 {
	text-align: center;
}
/*  */
#page_recruit .blk_4_2 {
	width: 100%;
}
#page_recruit .blk_4_2 h4 {
	text-align: center;
	padding:40px 0 40px 0;
	font-size: 18px;
}
#page_recruit .blk_4_2 h4 span {
	display: inline-block;
}
#page_recruit .blk_4_2 p {
	font-size: 14px;
	line-height: 2;
	padding:0 0 20px 0;
}
#page_recruit .blk_4_2 p:last-child {
	text-align: center;
	padding: 20px 0 0 0;
	line-height: 1.75;
}
#page_recruit .blk_4_2 p:last-child br {
	display: inline;
}
/*
*/
#page_recruit .blk_5 {
	padding: var(--padding_2);
}
#page_recruit .blk_5 > section {
	padding:0 0 40px 0;
}
/*  */
#page_recruit .blk_5_1 {
	text-align: center;
}
#page_recruit .blk_5_1 h4 {
	padding:20px 0 40px 0;
}
/*  */
#page_recruit .blk_5_2 {
	width: 100%;
}
#page_recruit .blk_5_2 ul {
	display:block;
}
#page_recruit .blk_5_2 ul li {
	width:100%;
}
#page_recruit .blk_5_2 ul li a p:nth-of-type(2) {
	padding:10px 0 0 0;
}
#page_recruit .blk_5_2 ul li a p:nth-of-type(3) {
	font-size: 12px;
	padding:10px 0 55px 0;
}
/*
*/
#page_recruit .blk_6 {
	padding: var(--padding_2);
}
/*
*/
.blk_btn_entry {
	padding:30px 0 45px 0;
}
.blk_btn_entry h5 {
	font-size: 20px;
	padding:0 0 15px 0;
}
.blk_btn_entry p:nth-of-type(1) {
	width:100%;
}
.blk_btn_entry p:nth-of-type(1) a {
	width:80%;
	max-width: 400px;
	padding:20px 0;
}
.blk_btn_entry p:nth-of-type(2) {
	padding:15px 0 0 0;
}
/*
*/
#page_recruit .psty_tit_1 {
	font-size: 20px;
	padding:0 0 8px 0;
}
#page_recruit .psty_tit_1::after {
	transform-origin: 50% 0;
}
/*  */
}
.lang_eng .blk_2_3  dd {
	    text-align: start !important;
}