@charset "utf-8";
.companyList {
	margin-top: 0;
}

.companyLink1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.companyLink1 li {
	width: 424px;
	margin: 40px 0 0;
}
.companyLink1 li a {
	display: block;
	text-decoration: none;
}

#Contents .companyLink1 li a img {
	display: block;
	width: 100%;
	height: auto;
}

.companyLink1 li a strong {
	display: block;
	line-height: 28px;
	padding: 6px 0;
	text-align: center;
	background: #03c4ef;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.companyLink1 li a strong::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	vertical-align: top;
	background: url("/image/hfd/recruit/new_graduate/work/icon_work_link.png");
}

@media screen and (max-width: 767px) {
	.companyLink1 {
		display: block;
		padding: 30px 0;
	}
	.companyLink1 li {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 454px) {
	.companyLink1 li {
		width: 100%;
	}
}


.companyLink2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
	margin: 0 auto;
}

@media screen and (max-width: 1304px) {
	.companyLink2 {
		width: 632px;
	}
}
@media screen and (max-width: 767px) {
	.companyLink2 {
		width: auto;
		max-width: 306px;
	}
}

.companyLink2 li {
	width: 306px;
	max-width: 100%;
	margin: 20px 0px 0;
}
.companyLink2 li a {
	display: block;
	text-decoration: none;
}

#Contents .companyLink2 li a img {
	display: block;
	width: 100%;
	height: auto;
}

.companyStaffLink {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 989px) {
	.companyStaffLink {
		width: 463px;
		max-width: 100%;
	}
}

.companyStaffLink li {
	width: 463px;
	max-width: 100%;
	margin: 40px 0px 0;
}
.companyStaffLink li a {
	display: block;
	text-decoration: none;
}

#Contents .companyStaffLink li a img {
	display: block;
	width: 100%;
	height: auto;
}


.jobInfo {
	position: relative;
	margin: 0 auto 40px;
}

.jobInfo::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}

.jobInfo_inner {
}

.jobInfo_summary {
	float: left;
	width: 50%;
	text-indent: 1em;
	font-size: 16px;
}

.jobInfo_img {
	float: right;
	width: calc(50% - 20px);
	margin: 0;
}

#Contents .jobInfo_img img {
	width: 100%;
	height: auto;
}

.jobInfo_customer {
	float: left;
	clear: left;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 25px 0 50px;
}

.jobInfo_customer dt {
	width: 100%;
	font-size: 14px;
	line-height: 1;
}

.jobInfo_customer dd {
	width: 48%;
	margin: 7px 0.5% 0;
	font-size: 16px;
	font-weight: bold;
	background: #1e90ff;
	color: #ffffff;
	line-height: 24px;
	border-radius: 12px;
	text-align: center;
}

.jobInfo_btn {
	float: left;
	clear: left;
	width: 50%;
}

.dl_staff_detail + .jobInfo_btn {
	margin-bottom: 24px;
	width: 100%;
}

.jobInfo_btn p {
	margin-top: 10px;
}

.jobInfo_btn a.btnMoreInfo {
	width: calc(100% - 12px);
	padding: 0;
	text-align: center;
}

.jobInfo_btn a.btnMoreInfo.comingsoon {
	opacity: 0.4;
}

@media screen and (max-width: 767px) {
	.jobInfo_inner {
		width: auto;
	}

	.jobInfo_summary {
		float: none;
		width: auto;
	}

	.jobInfo_img {
		position: static;
		float: right;
		width: 45%;
		margin: 0 0 10px 10px;
	}

	.jobInfo_customer {
		float: none;
		clear: both;
		width: auto;
		margin: 15px 0 30px;
	}

	.jobInfo_customer dd {
		width: 24%;
}

	.jobInfo_btn {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 670px) {
	.jobInfo_customer dd {
		width: 32%;
	}
}

@media screen and (max-width: 510px) {
	.jobInfo_customer dd {
		width: 49%;
	}
}

@media screen and (max-width: 430px) {
	.jobInfo_img {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 340px) {
	.jobInfo_customer dd {
		width: 100%;
	}
}



#Contents .aboutServiceEngineer {
	border: 1px solid #1e90ff;
	margin: 0 auto 40px;
	padding: 24px;
	max-width: 910px;
}

#Contents .aboutServiceEngineer h3 {
	border: none;
	color: #1e90ff;
	font-size: 1.5em;
	text-align: center;
}

#Contents .aboutServiceEngineer > div {
	display: flex;
	justify-content: space-between;
}


#Contents .aboutServiceEngineer dl {
	width: calc(50% - 10px);
}

#Contents .aboutServiceEngineer dl:first-of-type {
	margin-bottom: 10px;
}

#Contents .aboutServiceEngineer dt {
	background: #1e90ff;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#Contents .aboutServiceEngineer > div {
	display: block;
}

	#Contents .aboutServiceEngineer dl {
		width: 100%;
	}
}

.btnLinkText {
	margin-top: 10px;
	display: inline-block;
}

.linkListLower > a, .companyListLower > a, .commonLink nav a, .linkListSupport a  {
	background: rgba(30,144,255,0.3);
}

.companyListLower a:after {
	clear: both;
	content: "";
	display: block;
}

.commonTitle h1:after {
	background: #1e90ff;
}

.btnMoreInfoCompany {
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	background: #ffa500;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff!important;
	text-decoration: none;
	float: right;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	.btnMoreInfoCompany {
		margin-bottom: 10px;
	}
}

.btnMoreInfoCompany::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0px;
	display: block;
	border-style: solid;
	border-color: transparent transparent #ffa500 #ffa500;
	border-width: 15px 5px;
}

.btn_lead {
	font-size: 16px;
	text-align: left;
}
.dl_list {
	margin: 0 auto;
	max-width: 960px;
}
.dl_list > dt {
    border-bottom: 1px solid #1e90ff;
    color: #1e90ff;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.dl_list > dd {
    margin-bottom: 40px;
}

.linkListSupport {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
}

.linkListSupport a {
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
	width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
	.linkListSupport a {
		margin: 0 auto 20px;
		width: 100%;
	    max-width: 600px;
	}
}

.linkListSupport a figure {
	margin: 0;
	overflow: hidden;
}

.linkListSupport a figure img {
	transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transform-origin: center;
	-ms-transform-origin: center;
	-moz-transform-origin: center;
	-webkit-transform-origin: center;
	width: 100%;
}

.linkListSupport a:hover figure img {
	
	transform: scale(1.1);
}

.linkListSupport figcaption {
    font-size: 20px;
    padding: 10px;
}

.dl_staff_detail dt {
	color: #1e90ff;
	font-weight: bold;
	margin-top: 20px;
}

.dl_staff_detail dt:first-of-type {
	margin-tp: 0;
}
