@charset "utf-8";

/* ==========================================================================
   talent
   ========================================================================== */
   
.ly_mainTitle {
	width: 1100px;
	margin: 0 auto;
	padding-top: 120px;
}

.ly_mainTitleInner {}

.ly_mainTitleInner h1 {
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	line-height: calc(50 / 36);
}

.hp_talentSection1 {counter-reset: number 0;}

.bl_section.hp_talentSection1 > p,.hp_talentSection1 .bl_secSection > p {
	margin-top: 30px;
	letter-spacing: 0;
}

.hp_talentSection1 .bl_secSection {
	
}

.hp_talentSection1 .bl_secSection > h3 {
	padding-top: 11rem;
	position: relative;
	text-align: center;
}

.hp_talentSection1 .bl_secSection > h3 > span{
	border-bottom: 3px solid #E60A17;
}

.bl_secSection > h3:before{
	counter-increment: number 1;
	content: "0" counter(number);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	font-weight: 100;
	font-size: 15.0rem;
	letter-spacing: 0.06em;
	line-height: calc(84 / 150);
	color: #484848;
	opacity: 0.3;
	font-family: 'Poppins';
}



/* ==========================================================================
   requirements
   ========================================================================== */

.bl_reqSection {
	margin-top: 90px;
}

.bl_reqSection > h2 {
	padding-bottom: 40px;
	position: relative;
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	line-height: 1;
}

.bl_reqSection > h2:before {
	content: "";
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	width: 128px;
	border-bottom: 5px solid #E6001E;
}

.bl_reqTable {
	margin-top: 30px;
}

.bl_reqTable dl {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
}

.bl_reqTable dt {
	padding: 30px 0;
	position: relative;
	width: 170px;
	border: 1px solid #484848;
	border-bottom: none;
	border-right: none;
	background-color: #F5F5F5;
	text-align: center;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1;
}

.bl_reqTable dd {
	padding: 22px 30px;
	width: calc(100% - 170px);

	border: 1px solid #484848;
	border-left: none;
	border-bottom: none;
	font-weight: 300;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: calc(34 / 18);
}
.bl_reqTable dt:last-of-type,
.bl_reqTable dd:last-of-type {
	border-bottom: 1px solid #484848;
}

.bl_reqTable dt span {}

.bl_reqSection > p {
	margin-top: 50px;
	font-weight: 300;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: calc(32 / 18);
}

.bl_reqSection > h2 > span {}

.bl_reqStep {
	padding-top: 20px;
	margin-top: 50px;
	counter-reset: number 0;
}

.bl_reqStep li {
	margin: 15px auto 0;
	padding-top: 40px;
	width: 784px;
	height: 218px;
	position: relative;
}
.bl_reqStepOuter {
	position: relative;
	width: 100%;
	height: 100%;
}
.bl_reqStep li .bl_reqStepOuter:before{
	counter-increment: number 1;
	content: "0" counter(number);
	padding: 20px 20px 20px 2em;
	position: absolute;
	top: 0;
	left: calc(50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: 100;
	font-size: 4.0rem;
	letter-spacing: 0;
	line-height: 1;
	color: #E6001E;
	background-color: #ffffff;
	font-family: 'Poppins';
	z-index: 10;
}
.bl_reqStep li .bl_reqStepOuter:after{
	content: "STEP.";
	position: absolute;
	top: 0.2em;
	left: calc(50% - 1em);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: 100;
	font-size: 2.6rem;
	letter-spacing: 0;
	line-height: 1;
	color: #E6001E;
	background-color: #ffffff;
	font-family: 'Poppins';
	z-index: 11;
}

.bl_reqStepInner {
	width: 100%;
	height: 100%;
	border: 1px solid #484848;
	z-index: 9;
}

.bl_reqStepInner figure {
	height: 88px;
	
	position: absolute;
	top: 50%;
	left: calc(50% - 200px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.un_reqStepName {
	position: absolute;
	top: 50%;
	left: calc(50% - 0px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.bl_reqStep li:first-of-type {
	margin-top: 0;
	padding-top: 0;
	height: 168px;
}

.bl_reqStepInner figure img {
	display: block;
	height: 100%;
	width: auto;
}

.un_reqStepName > span {
	font-size: 1.6rem;
	line-height: 1;
}

.un_reqStepDesc {width: 200px;position: absolute;top: 50%;left: calc(50% + 230px);transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);font-weight: 300;font-size: 1.4rem;letter-spacing: 0;line-height: calc(28 / 14);text-align: center;}

.bl_reqSection > .un_reqSectionPoint {
	font-size: 1.2rem;
	text-align: right;
}



.bl_reqStep li:first-of-type::before,
.bl_reqStep li:first-of-type::after {
	display: none;
}


.bl_reqStep li:before {
	content: "";
	border: 10px solid transparent;
	border-top: 15px solid #484848;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	z-index: 11;
}

.bl_reqStep li:after {
	content: "";
	border: 3px solid #ffffff;
	border-radius: 20px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	z-index: 10;
}


/* ==========================================================================
   recruit
   ========================================================================== */

.un_recruit {
	margin-top: 80px;
}

.un_recruitInner {
	padding: 100px 0 80px;
	background: url("../image/top/recruit.png") no-repeat right top/cover;
}

.un_recruitInner h2 {
	font-weight: 100;
	font-size: 11rem;
	letter-spacing: 0.06em;
	line-height: calc(112 / 110);
	color: #ffffff;
}

.un_recruitInner h3 {
	margin-top: 45px;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	line-height: calc(24 / 26);
}

.un_recruitInner h3 span {
}

.un_recruitInner p {
	margin-top: 30px;
	max-width: 540px;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: calc(36 / 16);
}

.un_recruitInner ul {
	margin-top: 30px;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: calc(36 / 16);
}

.un_recruitInner ul li{
	margin-right: 50px;
}

.un_recruitInner ul li:last-of-type{
	margin-right: 0;
}

.un_recruitInner .ly_grid_flat ul {}

.un_recruitInner .ly_grid_flat ul li {}

.un_recruitInner .ly_grid_flat ul li a {}



.un_recruitEntry {
	margin: 60px auto 0;
	padding-bottom: 100px;
	text-align: center;
}

.un_recruitEntry h4 {
	font-weight: 100;
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	line-height: calc(28 / 36);
	color: #484848;
	font-family: 'Poppins';
}

.un_recruitEntry .ly_grid_flex {
	margin-top: 60px;
	justify-content: center;
}

.un_recruitEntry .ly_grid_flex a {
	width: 500px;
	height: 130px;
	display: block;
	max-height: none;
	padding: 0;
	position:relative;
}

.un_recruitEntry .ly_grid_flex a:first-of-type {
	margin-right: 2px;
}

.un_recruitEntry .ly_grid_flex a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	font-weight: 100;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: calc(30 / 18);
	color: #ffffff;
}

.ly_footer {
	margin-top: 0;
}

/* ==========================================================================
   media
   ========================================================================== */
@media (max-width: 767.98px) {


	.ly_footer {
		margin-top: 180px;
	}

	.ly_mainTitle {
		width: 100%;
		padding-left: 12px;
	}

	.ly_mainTitleInner h1 {
		font-size: 2.6rem;
	}

	.ly_contW900 {
		width: 100%;
	}

	.bl_reqSection {
		padding: 0 12px;
	}

	.bl_reqSection > h2 {
		font-size: 2.6rem;
	}

	.bl_reqSection > h2:before {
		width: calc(4em + 7px);
	}

	.bl_reqTable dl {
		flex-direction: column;
	}

	.bl_reqTable dt {
		width: 100%;
		text-align: left;
		padding: 22px 30px;
		border-right: 1px solid #484848;
	}
	
	.bl_reqTable dt:last-of-type {
		border-bottom: none;
	}

	.bl_reqTable dd {
		width: 100%;
		border-left: 1px solid #484848;
		border-top: none;
		padding: 12px 30px;
	}

	.ly_contW960 {
		width: 100%;
	}

	.bl_reqStep li {
		width: 100%;
	}

	.bl_reqStepInner figure {
		left: calc(50% - 130px);
		position: static;
		transform: none;
	}

	.un_reqStepName {
		position: static;
		transform: none;
		font-size: 2.4rem;
		margin-left: 10px;
		z-index: 10;
	}

	.bl_reqStepInner {
		align-items: center;
		justify-content: center;
		padding: 40px 10px;
	}

	.bl_reqSection > p {
		margin-top: 30px;
	}

	.un_recruitEntry .ly_grid_flex {
		flex-direction: column;
	}

	.un_recruitEntry .ly_grid_flex a {
		width: 100%;
		margin-top: 2px;
	}
	.un_reqStepDesc {
		position: static;
		transform: none;
		margin-top: 5px;
	}
	.un_pagetop {
		top: calc(0% - 5.6em - 208px);
	}
}

@media (max-width: 320.98px) {

	.bl_reqStepInner figure {
		height: 70px;
	}

	.bl_reqStepInner {
		padding: 20px;
	}

}

.bl_reqSection > .un_reqSectionPoint {
	width: 768px;
	margin: 10px auto 0;
}

@media (max-width: 767.98px) {
	.bl_reqSection > .un_reqSectionPoint {
		width: 100%;
	}
}