@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
/* ******** title category ******** */
.title_cat {
	display: table;
	width: 100%;
	height: 240px;
}
.service .title_cat {
	background: #e9f4ff url(../images/service/title_cat.svg) no-repeat calc(100% - 63px) 50%;
	background-size: 353px 216px;
}
.case .title_cat {
	background: #e9f4ff url(../images/case/title_cat.svg) no-repeat calc(100% - 150px) 50%;
	background-size: 316px 190px;
}
.company .title_cat {
	background: #e9f4ff url(../images/company/title_cat.svg) no-repeat calc(100% - 70px) 0;
	background-size: 612px 226px;
}
.mvv .title_cat {
	background: #e9f4ff url(../images/service/title_cat.svg) no-repeat calc(100% - 63px) 50%;
	background-size: 353px 216px;
}
.welfare .title_cat {
	background: #e9f4ff url(../images/welfare/title_cat.svg) no-repeat calc(100% - 70px) 50%;
	background-size: 482px 255px;
}
.recruit .title_cat {
	background: #e9f4ff url(../images/recruit/title_cat.svg) no-repeat calc(100% - 122px) 50%;
	background-size: 338px 194px;
}
.privacypolicy .title_cat {
	background: #e9f4ff url(../images/policy/title_cat_privacy.svg) no-repeat calc(100% - 170px) 50%;
	background-size: 221px 207px;
}
.securitypolicy .title_cat {
	background: #e9f4ff url(../images/policy/title_cat_security.svg) no-repeat calc(100% - 150px) 50%;
	background-size: 315px 210px;
}
.inquiry .title_cat {
	background: #e9f4ff url(../images/inquiry/title_cat.svg) no-repeat calc(100% - 142px) 50%;
	background-size: 292px 198px;
}
.title_cat h2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: calc((100% - 1100px) / 2);
}
.title_cat h2 b {
	display: block;
	padding-left: 36px;
	background: url(../images/common/title_cat_ring.svg) no-repeat 0 50%;
	background-size: 24px 24px;
	color: #cb3435;
	font-size: 162.5%;
	font-weight: 600;
	line-height: 1em;
}
.title_cat h2 em {
	display: block;
	margin-top: 10px;
	color: #00386a;
	font-size: 300%;
	font-weight: 600;
}
@media screen and (max-width: 1129px) {
	.title_cat {
		display: table;
		width: 100%;
		height: 130px;
	}
	.service .title_cat {
		background: #e9f4ff url(../images/service/title_cat.svg) no-repeat calc(100% - 10px) 50%;
		background-size: 145px 89px;
	}
	.case .title_cat {
		background: #e9f4ff url(../images/case/title_cat.svg) no-repeat calc(100% - 13px) 50%;
		background-size: 145px 87px;
	}
	.company .title_cat {
		background: #e9f4ff url(../images/company/title_cat.svg) no-repeat calc(100% - 6px) 50%;
		background-size: 205px 86px;
	}
	.mvv .title_cat {
		background: #e9f4ff url(../images/service/title_cat.svg) no-repeat calc(100% - 10px) 50%;
		background-size: 145px 89px;
	}
	.welfare .title_cat {
		background: #e9f4ff url(../images/welfare/title_cat.svg) no-repeat calc(100% + 100px) 50%;
		background-size: 241px 128px;
	}
	.recruit .title_cat {
		background: #e9f4ff url(../images/recruit/title_cat.svg) no-repeat calc(100% - 18px) 50%;
		background-size: 113px 64px;
	}
	.privacypolicy .title_cat {
		background: #e9f4ff url(../images/policy/title_cat_privacy.svg) no-repeat calc(100% - 17px) 50%;
		background-size: 111px 104px;
	}
	.securitypolicy .title_cat {
		background: #e9f4ff url(../images/policy/title_cat_security.svg) no-repeat calc(100% - 14px) 50%;
		background-size: 137px 91px;
	}
	.inquiry .title_cat {
		background: #e9f4ff url(../images/inquiry/title_cat.svg) no-repeat calc(100% - 13px) 50%;
		background-size: 146px 99px;
	}
	.title_cat h2 {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
	}
	.title_cat h2 b {
		display: block;
		padding: 5px 0 5px 22px;
		background: url(../images/common/title_cat_ring.svg) no-repeat 0 50%;
		background-size: 14px 14px;
		color: #cb3435;
		font-size: 81.25%;
		font-weight: 600;
		line-height: 1em;
	}
	.title_cat h2 em {
		display: block;
		margin-top: 2px;
		color: #00386a;
		font-size: 162.5%;
		font-weight: 600;
	}
}



/* ******** panNav ******** */
.panNav {
	display: block;
	width: 1100px;
	margin: 10px auto;
	font-size: 87.5%;
}
.panNav a {
	color: #000;
}
.panNav a:hover {
	color: #0a97f3;
}
@media screen and (max-width: 1129px) {
	.panNav {
		display: block;
		width: calc(100% - 30px);
		margin: 10px auto;
		font-size: 75%;
	}
}

/* ******** main structure ******** */
.mainWrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 1100px;
	margin: 20px auto 50px auto;
}
.mainL {
	display: block;
	width: 198px;
}
.fixedLeftNavigation {
	display: block;
	position: sticky;
		top: 10px;
}
.service .mainL h3 {
	display: block;
	width: 160px;
	padding: 10px 0;
	background: #0050af;
	border-radius: 6px;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	text-align: center;
	line-height: 1.35em;
}
.service .mainL h3 {
	display: block;
	width: 160px;
	padding: 10px 0;
	background: #0050af;
	border-radius: 6px;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	text-align: center;
	line-height: 1.35em;
}
.case .mainL h3 {
	display: block;
	width: 160px;
	padding: 21px 0 20px 0;
	background: #0050af;
	border-radius: 6px;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	text-align: center;
	line-height: 1.35em;
}
.mainL_link_navi {
	display: block;
	width: 160px;
}
.mainL_link_Wrapper {
	display: table;
	width: 100%;
	border-bottom: 2px solid #dfdfdf;
}
.mainL_link {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 108px;
}
.mainL_link a {
	display: block;
	padding: 10px;
	height: 100%;
	color: #000;
	transition: all .3s;
}
.mainL_link a:hover,
.service01 .mainL_link a.link-one_stop,
.service02 .mainL_link a.link-tool_impl,
.service03 .mainL_link a.link-web_system,
.service04 .mainL_link a.link-deeplearning,
.service05 .mainL_link a.link-lifescience,
.service06 .mainL_link a.link-data_modeling,
.case01 .mainL_link a.link-core_system,
.case02 .mainL_link a.link-system_replace,
.case03 .mainL_link a.link-store_system,
.case04 .mainL_link a.link-sagi_ai,
.case05 .mainL_link a.link-time_series,
.case06 .mainL_link a.link-bcplatforms,
.case07 .mainL_link a.link-omop {
	background: #e9f4ff;
	transition: all .3s;
	text-decoration: none;
}
.mainL_link a span {
	display: block;
	color: #0050af;
	font-size: 75%;
	font-weight: 600;
}
.mainL_link a span i {
	color: #cb3435;
	font-style: normal;
}
.mainL_link a b {
	display: block;
	font-size: 87.5%;
}
.mainR {
	display: block;
	width: 902px;
	padding-left: 60px;
	padding-bottom: 40px;
	border-left: 2px solid #dfdfdf;
}
.mainR h2 {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.mainR h2 .service_icon {
	display: table-cell;
	vertical-align:middle;
	width: 108px;
}
.mainR h2 .service_icon img {
	display: block;
	width: 91px;
	height: 91px;
	margin: 0 auto 0 0;
}
.mainR h2 .service_title {
	display: table-cell;
	vertical-align:middle;
}
.service_icon_sp {
	display: none;
}
.mainR h2 .service_title span {
	display: block;
	color: #0050af;
	font-size: 112.5%;
	font-weight: 600;
}
.mainR h2 .service_title span i {
	margin-left: 0.2em;
	color: #e10f26;
	font-style: normal;
	font-weight: 600;
}
.mainR h2 .service_title span em {
	display: inline-block;
	margin-left: 1em;
	color: #0050af;
	font-weight: 600;
}
.mainR h2 .service_title b {
	display: block;
	width: 100%;
	color: #000;
	font-size: 200%;
	font-weight: 600;
}
.mainR h3 {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 2px;
	border-bottom: 2px solid #dfdfdf;
}
.mainR h3 span {
	font-size: 162.5%;
	font-weight: 600;
}
.mainR h3 span:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1.1em;
	margin-right: 15px;
	background: #0a97f3;
	border-radius: 1em;
	position: relative;
		top: 4px;
}
.mainR h4 {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 2px 30px;
	color: #00386a;
	background: #e9f4ff;
	font-size: 125%;
	font-weight: 600;
}
.page_eyecatch {
	display: block;
	width: 840px;
	height: 240px;
	margin-bottom: 40px;
}
.page_eyecatch img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.mainR p {
	display: block;
	margin-bottom: 2.4em;
}
.mainR p.bold {
	font-weight: 600;
}
@media screen and (max-width: 1129px) {
	.mainWrapper {
		display: block;
		width: calc(100% - 30px);
		margin: 10px auto 30px auto;
	}
	.mainL {
		display: none;
	}
	.mainR {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
		border-left: none;
	}
	.mainR h2 {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.mainR h2 .service_icon {
		display: none;
	}
	.mainR h2 .service_title {
		display: block;
		width: 100%;
	}
	.service_icon_sp {
		display: inline-block;
		width: 46px;
		margin-right: 0.5em;
	}
	.service_icon_sp img {
		display: block;
		width: 46px;
		height: 46px;
	}
	.mainR h2 .service_title span {
		display: inline-block;
		vertical-align: top;
		margin-left: 0;
		color: #0050af;
		font-size: 100%;
		font-weight: 600;
		position: relative;
		top: 10px;
	}
	.mainR h2 .service_title span i {
		color: #e10f26;
		font-style: normal;
		font-weight: 600;
	}
	.mainR h2 .service_title span em {
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
		color: #0050af;
		font-weight: 600;
	}
	.mainR h2 .service_title b {
		display: block;
		width: 100%;
		margin-top: 5px;
		color: #000;
		font-size: 131.25%;
		font-weight: 600;
		line-height: 1.4em;
	}
	.mainR h3 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 2px;
		border-bottom: 2px solid #dfdfdf;
	}
	.mainR h3 span {
		font-size: 131.25%;
		font-weight: 600;
	}
	.mainR h3 span:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 1.1em;
		margin-right: 12px;
		background: #0a97f3;
		border-radius: 1em;
		position: relative;
			top: 4px;
	}
	.mainR h4 {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding: 8px 20px;
		color: #00386a;
		background: #e9f4ff;
		font-size: 100%;
		font-weight: 600;
	}
	.page_eyecatch {
		display: block;
		width: 100%;
		max-width: 840px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	.page_eyecatch img {
		display: block;
		width: 100%;
		border-radius: 10px;
	}
	.mainR p {
		display: block;
		margin-bottom: 1.5em;
	}
	.mainR p.bold {
		font-weight: 600;
	}
}

/* ******** left sticky navi ******** */
.leftNavigationWrapper {
	display: block;
	position: sticky;
		top: 10px;
	width: 160px;
	margin: 0 auto 0 0;
}
.leftNavigation_title {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 125%;
	font-weight: 600;
}
.leftNavigation {
	display: block;
	margin-top: 20px;
}
.leftNavigation li {
	display: block;
	margin-bottom: 20px;
	background: url(../images/common/leftNavigation.svg) no-repeat 0 55%;
	background-size: 14px 14px;
}
a.scrollNav_link {
	padding-left: 23px;
	color: #8a8a8a;
	font-size: 100%;
	font-weight: bold;
	transition: all 0.3s;
}
a.scrollNav_link.is-active,
a.scrollNav_link:hover {
	color: #000;
	background: url(../images/common/leftNavigation_active.svg) no-repeat 0 55%;
	background-size: 14px 14px;
	transition: all 0.3s;
}

/* ******** each content ******** */
.service01-02 {
	display: block;
	width: 320px;
	margin: 0 auto 50px auto;
}
.service01-02 img {
	display: block;
	width: 100%;
}
.utech_list {
	display: table;
	width: 100%;
}
.utech_listL {
	display: table-cell;
	vertical-align: middle;
	width: 325px;
}
.utech_listL img {
	display: block;
	width: 279px;
	height: 198px;
	margin: 0 auto;
}
.utech_listR {
	display: table-cell;
	vertical-align: top;
}
.utech_listR ul {
	display: block;
	margin-left: 1.5em;
	list-style: disc outside;
	color: #0050af;
}
.utech_listR ul li {
	margin-bottom: 10px;
}
.utech_listR ul li span {
	color: #000;
	font-weight: 600;
}
.service02-02 {
	display: block;
	margin-bottom: 50px;
	padding: 30px 0 30px 80px;
	background: #e9f4ff;
	border-radius: 10px;
}
.service02-02_title {
	color: #00386a;
	display: block;
	margin-right: 80px;
	font-size: 125%;
	font-weight: 600;
	text-align: center;
}
.service02-02 ul {
	list-style: disc outside;
	margin-top: 30px;
	color: #0050af;
	font-size: 100%;
}
.service02-02 ul li {
	margin-bottom: 10px;
}
.service02-02 ul li span {
	color: #000;
	font-weight: 600;
}
.service02-02 ul li span i {
	font-style: normal;
}
.service02-03 {

}
.service02-03_title {
	display: block;
	color: #00386a;
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: 600;
}
.service02-03 p {
	padding-left: 1em;
}
.utech_list + h3 {
	margin-top: 40px;
}
.service05-04 {
	display: table;
	width: 100%;
}
.service05-04L {
	display: table-cell;
	vertical-align: top;
	width: 570px;
}
.service05-04R {
	display: table-cell;
	vertical-align: middle;
	width: 270px;
}
.service05-04R a img {
	display: block;
	width: 249px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.service05-04_link {
	display: block;
	margin: 10px 0 0 20px;
}
.service05-04R a img {
	transition: all 0.3s;
}
.service05-04R a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
.service05-04_link a {
	color: #000;
	padding-right: 20px;
	background: url(../images/common/external_link.svg) no-repeat 100% 50%;
	background-size: 16px 16px;
}
.case .mainR h3 {
	margin-top: 40px;
}
.page_img_case {
	display: block;
	width: 580px;
	height: 240px;
	margin: 40px auto;
}
.page_img_case img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.company_01Wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.company_01L {
	display: block;
	width: 490px;
}
.company_01L p.bold {
	text-align: right;
}
.company_01M {
	display: block;
	width: 350px;
}
.company_01M img {
	display: block;
	width: 300px;
	margin: 0 0 0 auto;
	border-radius: 10px;
}
.company_01R {
	display: none;
}
.company02 {
	display: block;
	width: 738px;
	margin: 0 auto;
}
.company02 img {
	display: block;
	width: 100%;
}
.company022Wrapper {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 40px 0 40px 50px;
	border-radius: 10px;
	background: linear-gradient(to right, #005eea 0%,#0a99f3 95%);
}
.company022 h4 {
	display: block;
	color: #fff;
	margin: 30px 0 0 0;
	padding: 0 0 0 40px;
	background: url(../images/common/sp_menu_ring_sky.svg) no-repeat 0 10px;
	background-size: 24px 24px;
	font-size: 150%;
	font-weight: 600;
}
.company022Wrapper .company022:first-child h4 {
	margin-top: 0;
}
.company022 p {
	display: block;
	color: #fff;
	margin-bottom: 0;
	padding-left: 40px;
	font-size: 100%;
}
.company03 {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #dfdfdf;
}
.company03:last-child {
	margin-bottom: 40px;
}
.company03 dt {
	display: table-cell;
	width: 190px;
}
.company03 dt span {
	display: block;
	width: 140px;
	padding: 3px 0;
	color: #00386a;
	background: #e9f4ff;
	font-size: 100%;
	text-align: center;
}
.company03 dd {
	display: table-cell;
	font-size: 100%;
}
.company03 dd span {
	display: inline-block;
	margin-left: 2em;
}
.company03_chart_wrapper {
	display: block;
	margin-top: 40px;
	margin-bottom: 50px;
}
.company03_chart_title {
	display: block;
	width: 5em;
	margin: 0 auto;
	border-bottom: 4px solid #0a97f3;
	font-size: 125%;
	font-weight: 600;
	text-align: center;
}
.company03_chart {
	display: block;
	margin-top: 20px;
}
.company03_chart img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.company04 {
	display: block;
	margin-bottom: 50px;
}
.company04 dl {
	display: table;
	width: 100%;
	padding: 16px 0;
}
.company04 dl:nth-child(odd) {
	background: #e9f4ff;
}
.company04 dl dt {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	color: #00386a;
	font-size: 100%;
	font-weight: 600;
	text-align: right;
}
.company04 dl dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 50px;
	font-size: 100%;
}
.company05 {
	display: table;
	width: 100%;
}
.company05L {
	display: table-cell;
	vertical-align: top;
}
.company05L dl {
	
}
.company05L dl + dl {
	margin-top: 2em;
}
.company05L dt {
	display: block;
	font-size: 100%;
	font-weight: 600;
	line-height: 2.2em;
}
.company05L dd {
	display: block;
	font-size: 100%;
	line-height: 2.2em;
}
.company05R {
	display: table-cell;
	vertical-align: top;
	width: 300px;
}
.company05R img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.company05_map {
	display: block;
	margin-top: 30px;
}
.company05_map iframe {
	width: 100%;
	height: 400px;
}
.company05_map_sp {
	display: none;
}

/* ******** mvv (PC) ******** */
.mvv #mvv_01 h3,
.mvv #mvv_02 h3 {
  margin-bottom: 80px;
}

.mvv #mvv_03 h3 {
  margin-bottom: 30px;
}
.mvv .mvv_catch{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 70px;
}
.mvv .mvv_value_block{
    margin-bottom: 40px;
}
.mvv .mvv_value_block h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.mvv .mvv_value_block p{
    font-size: 16px;
    line-height: 1.9;
}

.singleCol {
	display: block;
	width: 1100px;
	margin: 20px auto 50px auto;
}
.singleCol p {
	display: block;
	width: 100%;
	margin-bottom: 2.4em;
	font-size: 100%;
	line-height: 2.0em;
}
.singleCol p.tar {
	text-align: right;
}
.singleCol ol {
	list-style: number outside;
	margin-left: 1.5em;
	margin-bottom: 2.4em;
}
.singleCol ol li {
	line-height: 2.0em;
}
.singleCol span.bold {
	font-weight: 600;
}
.singleCol p.mb0 {
	margin-bottom: 0;
}
.singleCol p.indent {
	width: calc(100% - 2em);
	margin-left: 2em;
	text-indent: -2em;
}
.singleCol table {
	width: 100%;
	margin-bottom: 45px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.singleCol table thead {
	
}
.singleCol table thead th {
	width: 50%;
	padding: 15px;
	background: #dfdfdf;
	border-right: 1px solid #fff;
	text-align: center;
}
.singleCol table thead th:last-child {
	border-right: 1px solid #dfdfdf;
}
.singleCol table tbody {
	
}
.singleCol table tbody td {
	width: 50%;
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	line-height: 1.6em;
}
.welfare_eyecatch {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.welfare_eyecatch_blue {
	display: block;
	width: 1000px;
	padding: 30px 275px 30px 40px;
	background: linear-gradient(to right, #005eea 0%,#0a99f3 95%);
	border-radius: 10px;
}
.welfare_eyecatch_blue h2 {
	display: block;
	color: #fff;
	margin-bottom: 0.5em;
	font-size: 200%;
	font-weight: 600;
}
.welfare_eyecatch_blue p {
	display: block;
	color: #fff;
	margin-bottom: 2em;
	font-size: 100%;
	line-height: 2.0em;
}
.welfare_eyecatch_photo {
	display: block;
	width: 340px;
	height: 340px;
	margin-bottom: -250px;
	position: relative;
		top: -250px;
		left: 760px;
}
.welfare_eyecatch_photo img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.welfare .mainR h3 {
	margin-bottom: 30px;
}
.welfare_wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 40px;
}

.welfare_wrapper_2 {
	display: block;
	margin-bottom: 35px;
}
.welfare_chart_title {
	display: block;
	width: 7em;
	margin: 0 auto;
	border-bottom: 4px solid #0a97f3;
	font-size: 125%;
	font-weight: 600;
	text-align: center;
}
.welfare_chart {
	display: block;
	margin-top: 20px;
}
.welfare_chart img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.welfare_certificate{
	text-align:center;
	margin-top:30px;
}
.welfare_certificate img{
	width: 60%;
	max-width: 500px;
	height: auto;
}

.welfareCol {
	display: block;
	width: 420px;
}
.welfareCol h4 {
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
	color: #000;
	background: transparent url(../images/common/leftNavigation_active.svg) no-repeat 0 calc(50% + 2px);
	background-size: 10px 10px;
	font-size: 100%;
	line-height: 1em;
	font-weight: 600;
}
.welfare_cont {
	display: block;
	margin-bottom: 25px;
}
.welfareCol2 {
	padding-left: 20px;
}
.welfare_cont span {
	display: block;
	margin-bottom: 10px;
}
.welfare_cont span.mb0 {
	margin-bottom: 5px;
}
.welfare_cont em {
	display: inline-block;
	padding: 8px 20px;
	background: #e9f4ff;
	border-radius: 10px;
}
.welfare01 {
	display: block;
	width: 415px;
	margin-top: 40px;
}
.welfare02 {
	display: block;
	width: 393px;
	margin-top: 40px;
}
.welfare01 img,
.welfare02 img {
	display: block;
	width: 100%;
}
.walfare_title_accordion {
	display: none;
}
.welfare_certificate a{
	display:inline-block;
}
.welfare_certificate a img{
	display:block;
	width:249px;
	margin:0 auto;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	transition:all 0.3s;
}
.welfare_certificate a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.welfare_certificate_link{
	display:block;
	margin:10px 0 0 20px;
}
.welfare_certificate_link a{
	color:#000;
	padding-right:20px;
	background:url(../images/common/external_link.svg) no-repeat 100% 50%;
	background-size:16px 16px;
}

.recruit_eyecatch {
	display: block;
	width: 1100px;
	margin: 0 auto 70px auto;
}
.recruit_eyecatch h2 {
	display: block;
	color: #00386a;
	font-size: 200%;
	font-weight: 600;
}
.recruit_eyecatch p {
	display: block;
	margin-top: 10px;
	font-size: 112.5%;
	font-weight: 600;
	line-height: 2.2em;
}
.recruit_title {
	display: block;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #00386a;
	background: url(../images/recruit/recruit_title.svg) no-repeat 0 50%;
	background-size: 10px 10px;
	font-size: 125%;
	font-weight: 600;
}
.recruit_01a {
	display: block;
	margin-bottom: 50px;
}
.recruit_01a a {
	display: block;
	padding: 25px 18px 25px 18px;
	width: 100%;
	color: #fff;
	border: 2px solid #0a97f3;
	border-radius: 10px;
	background: #0a97f3 url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 18px) 50%;
	background-size: 20px 20px;
	font-size: 112.5%;
	font-weight: 600;
	transition: background-color 0.3s;
}
.recruit_01a a:hover {
	color: #0a97f3;
	border: 2px solid #0a97f3;
	background: #fff url(../images/recruit/recruit_arrow_sky.svg) no-repeat calc(100% - 18px) 50%;
	background-size: 20px 20px;
	text-decoration: none;
	transition: background-color 0.3s;
}
.recruit_01b {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.recruit_01b a {
	display: block;
	margin: 0 20px 20px 0;
	padding: 25px 18px 25px 18px;
	width: 410px;
	color: #fff;
	border: 2px solid #0050af;
	border-radius: 10px;
	background: #0050af url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 18px) 50%;
	background-size: 20px 20px;
	font-size: 112.5%;
	font-weight: 600;
	transition: background-color 0.3s;
}
.recruit_01b a:nth-child(2n) {
	margin-right: 0;
}
.recruit_01b a:hover {
	color: #0050af;
	border: 2px solid #0050af;
	background: #fff url(../images/recruit/recruit_arrow_blue.svg) no-repeat calc(100% - 18px) 50%;
	background-size: 20px 20px;
	text-decoration: none;
	transition: background-color 0.3s;
}
dl.recruit02Wrapper {
	display: table;
	width: 100%;
	padding-top: 30px;
	border-bottom: 1px solid #dfdfdf;
}
#recruit_02 dl:first-of-type,
#recruit-graduate_01 dl:first-of-type,
#recruit-graduate_02 dl:first-of-type,
#recruit-sales_01 dl:first-of-type,
#recruit-sales_02 dl:first-of-type,
#recruit-inexperience_01 dl:first-of-type,
#recruit-inexperience_02 dl:first-of-type,
#recruit-engineer_01 dl:first-of-type,
#recruit-engineer_02 dl:first-of-type,
#recruit-business_planning_01 dl:first-of-type,
#recruit-business_planning_02 dl:first-of-type,
#recruit-human_resource_01 dl:first-of-type,
#recruit-human_resource_02 dl:first-of-type {
	padding-top: 0;
}
#recruit_02 dl:last-of-type,
#recruit-graduate_01 dl:last-of-type,
#recruit-sales_01 dl:last-of-type,
#recruit-inexperience_01 dl:last-of-type,
#recruit-engineer_01 dl:last-of-type,
#recruit-business_planning_01 dl:last-of-type,
#recruit-human_resource_01 dl:last-of-type {
	margin-bottom: 50px;
}
dl.recruit02Wrapper dt {
	display: table-cell;
	vertical-align: top;
	width: 190px;
}
dl.recruit02Wrapper dt span {
	display: inline-block;
	width: 140px;
	padding: 8px 0;
	color: #00386a;
	background: #e9f4ff;
	font-size: 100%;
	text-align: center;
}
dl.recruit02Wrapper dd {
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
}
dl.recruit02Wrapper dd p {
	line-height: 2.0em;
}
dl.recruit02Wrapper dd p em {
	display: block;
	color: #0050af;
	font-size: 100%;
	font-weight: 600;
}
#recruit_01 .ytmovie,
#recruit_04 .ytmovie {
	display: block;
	width: 545px;
	margin: 0 auto;
}
#recruit_01 .ytmovie iframe,
#recruit_04 .ytmovie iframe {
	display: block;
	width: 545px;
	height: 302px;
}
#recruit_01 .ytmovie p,
#recruit_04 .ytmovie p {
	display: block;
	margin-top: 20px;
}
#recruit_01 .ytmovie p em,
#recruit_04 .ytmovie p em {
	display: block;
	color: #00386a;
	font-size: 125%;
	font-weight: 600;
}
.recruit_eyecatch_sky {
	display: block;
	width: 1000px;
	padding: 30px 275px 15px 40px;
	background: #0a97f3;
	border-radius: 10px;
}
.recruit_eyecatch_blue {
	display: block;
	width: 1000px;
	padding: 30px 275px 15px 40px;
	background: #0050af;
	border-radius: 10px;
}
.recruit_eyecatch_sky h2,
.recruit_eyecatch_blue h2 {
	display: block;
	color: #fff;
	margin-bottom: 0.5em;
	font-size: 200%;
	font-weight: 600;
}
.recruit_eyecatch_sky p,
.recruit_eyecatch_blue p {
	display: block;
	color: #fff;
	margin-bottom: 2em;
	font-size: 100%;
	line-height: 2.0em;
}
.leftNavigation_title span {
	display: block;
	color: #00386a;
	font-size: 70%;
	line-height: 1.6em;
}
.btn_entry_side {
	display: block;
	width: 100%;
	margin-top: 30px;
}
.btn_entry_side a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 6px 20px;
	background: #cb3435 url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 8px) 50%;
	background-size: 20px 20px;
	border: 2px solid #cb3435;
	border-radius: 40px;
	font-size: 87.5%;
	font-weight: 600;
	transition: background-color 0.3s;
}
.btn_entry_side a:hover {
	color: #cb3435;
	background: #fff url(../images/recruit/recruit_arrow_red.svg) no-repeat calc(100% - 8px) 50%;
	background-size: 20px 20px;
	transition: background-color 0.3s;
	text-decoration: none;
}
.btn_entry_main {
	display: block;
	width: 400px;
	margin: 30px auto 50px auto;
}
.btn_entry_main a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 12px 20px;
	background: #cb3435 url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 12px) 50%;
	background-size: 20px 20px;
	border: 2px solid #cb3435;
	border-radius: 40px;
	font-size: 112.5%;
	font-weight: 600;
	text-align: center;
	transition: background-color 0.3s;
}
.btn_entry_main a:hover {
	color: #cb3435;
	background: #fff url(../images/recruit/recruit_arrow_red.svg) no-repeat calc(100% - 12px) 50%;
	background-size: 20px 20px;
	transition: background-color 0.3s;
	text-decoration: none;
}
.btn_entry_main a i {
	font-style: normal;
}
#recruit-graduate_03 h5 {
	display: block;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
#recruit-graduate_03 h5 span {
	display: inline-block;
	border-bottom: 4px solid #0a97f3;
}
.recruit-graduate_03img {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.recruit-graduate_03img b {
	display: block;
}
.recruit-graduate_03img b img {
	display: block;
	width: 100%;
}
.recruit-graduate_03img i {
	display: none;
}
.recruit-graduate_flowWrapper {
	display: table;
	width: 100%;
	border: 2px solid #0050af;
	border-radius: 10px;
}
.recruit-graduate_flowWrapper:last-child {
	margin-bottom: 10px;
}
.recruit-graduate_flowL {
	display: table-cell;
	vertical-align: middle;
	width: 118px;
	padding: 15px 0;
	background: #0050af;
}
.recruit-graduate_flowL span {
	display: block;
	color: #fff;
	font-size: 100%;
	text-align: center;
	line-height: 1em;
}
.recruit-graduate_flowL em {
	display: block;
	color: #fff;
	font-size: 175%;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
}
.recruit-graduate_flowR {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 25px;
	font-size: 112.5%;
	font-weight: 600;
}
.recruit-graduate_flowArrow {
	display: block;
	width: 32px;
	margin: 10px auto;
}
.recruit-graduate_flowArrow img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1129px) {
	.service01-02 {
		display: block;
		width: 200px;
		margin: 0 auto 50px auto;
	}
	.service01-02 img {
		display: block;
		width: 100%;
	}
	.utech_list {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}
	.utech_listL {
		display: block;
		width: 140px;
		margin: 0 auto 40px auto;
	}
	.utech_listL img {
		display: block;
		width: 140px;
		height: auto;
		margin: 0 auto;
	}
	.utech_listR {
		display: block;
	}
	.utech_listR ul {
		display: block;
		margin-left: 1.5em;
		list-style: disc outside;
		color: #0050af;
	}
	.utech_listR ul li {
		margin-bottom: 10px;
	}
	.utech_listR ul li span {
		color: #000;
		font-weight: 600;
	}
	.service02-02 {
		display: block;
		margin-bottom: 50px;
		padding: 30px 1em 30px 2em;
		background: #e9f4ff;
		border-radius: 10px;
	}
	.service02-02_title {
		color: #00386a;
		display: block;
		margin-right: 0;
		font-size: 112.5%;
		font-weight: 600;
		text-align: center;
	}
	.service02-02 ul {
		list-style: disc outside;
		margin-top: 10px;
		color: #0050af;
		font-size: 100%;
	}
	.service02-02 ul li {
		margin-bottom: 15px;
	}
	.service02-02 ul li span {
		color: #000;
		font-weight: 600;
	}
	.service02-02 ul li span i {
		font-weight: 400;
		font-style: normal;
	}
	.service02-03 {
		margin-bottom: 60px;
	}
	.service02-03_title {
		display: block;
		color: #00386a;
		margin-bottom: 10px;
		font-size: 112.5%;
		font-weight: 600;
	}
	.service02-03 p {
		padding-left: 0;
	}
	.utech_list + h3 {
		margin-top: 20px;
	}
	.service05-04 {
		display: block;
		width: 100%;
	}
	.service05-04L {
		display: block;
		width: 100%;
	}
	.service05-04R {
		display: block;
		width: 100%;
	}
	.service05-04R a img {
		display: block;
		width: 50vw;
		margin: 0 auto;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	.service05-04_link {
		display: block;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.service05-04_link a {
		color: #000;
		padding-right: 14px;
		background: url(../images/common/external_link.svg) no-repeat 100% 50%;
		background-size: 14px 14px;
		font-size: 87.5%;
	}
	.case .mainR h3 {
		margin-top: 30px;
	}
	.page_img_case {
		display: block;
		width: 100%;
		max-width: 580px;
		height: auto;
		margin: 20px auto;
	}
	.page_img_case img {
		display: block;
		width: 100%;
		border-radius: 10px;
	}
	.company_01Wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.company_01L {
		display: block;
		width: 100%;
	}
	.company_01L p.bold {
		display: none;
	}
	.company_01M {
		display: block;
		width: 150px;
	}
	.company_01M img {
		display: block;
		width: 150px;
		margin: 0 auto 0 0;
		border-radius: 10px;
	}
	.company_01R {
		display: block;
		width: 190px;
		font-weight: bold;
		text-align: right;
	}
	.company02 {
		display: block;
		width: 100%;
		max-width: 738px;
		margin: 0 auto;
	}
	.company02 img {
		display: block;
		width: 100%;
	}
	.company022Wrapper {
		display: block;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 35px;
		padding: 25px 15px 25px 20px;
		border-radius: 10px;
		background: linear-gradient(to right, #005eea 0%,#0a99f3 95%);
	}
	.company022 h4 {
		display: block;
		color: #fff;
		margin: 25px 0 0 0;
		padding: 0 0 0 25px;
		background: url(../images/common/sp_menu_ring_sky.svg) no-repeat 0 5px;
		background-size: 15px 15px;
		font-size: 100%;
		font-weight: 600;
		line-height: 1.6em;
	}
	.company022Wrapper .company022:first-child h4 {
		margin-top: 0;
	}
	.company022 p {
		display: block;
		color: #fff;
		margin-top: 5px;
		margin-bottom: 0;
		padding-left: 25px;
		font-size: 87.5%;
		line-height: 1.6em;
	}
	.company03 {
		display: block;
		width: 100%;
		padding: 0;
		border-bottom: none;
	}
	.company03:last-child {
		margin-bottom: 30px;
	}
	.company03 dt {
		display: block;
		width: 100%;
	}
	.company03 dt span {
		display: block;
		width: 100%;
		padding: 3px 20px;
		color: #00386a;
		background: #e9f4ff;
		font-size: 100%;
		text-align: left;
	}
	.company03 dd {
		display: block;
		padding: 20px 0;
		font-size: 100%;
	}
	.company03 dd span {
		display: block;
		margin-left: 0;
	}
	.company03_chart_wrapper {
		display: block;
		margin-top: 10px;
		margin-bottom: 45px;
	}
	.company03_chart_title {
		display: block;
		width: 5em;
		margin: 0 auto;
		color: #00386a;
		border-bottom: 4px solid #0a97f3;
		font-size: 100%;
		font-weight: 600;
		text-align: center;
	}
	.company03_chart {
		display: block;
		margin-top: 25px;
	}
	.company03_chart img {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.company04 {
		display: block;
		margin-bottom: 35px;
	}
	.company04 dl {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.company04 dl:nth-child(odd) {
		background: #e9f4ff;
	}
	.company04 dl dt {
		display: block;
		width: 100%;
		padding: 0 12px;
		color: #00386a;
		font-size: 100%;
		font-weight: 600;
		text-align: left;
	}
	.company04 dl dd {
		display: block;
		padding: 0 10px;
		font-size: 100%;
	}
	.company05 {
		display: block;
		width: 100%;
	}
	.company05L {
		display: block;
	}
	.company05L dl {
		
	}
	.company05L dl + dl {
		margin-top: 2em;
	}
	.company05L dt {
		display: block;
		font-size: 100%;
		font-weight: 600;
		line-height: 1.8em;
	}
	.company05L dd {
		display: block;
		font-size: 100%;
		line-height: 1.8em;
	}
	.company05R {
		display: none;
	}
	.company05_map {
		display: none;
	}
	.company05_map_sp {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.company05_map_sp iframe {
		width: 100%;
		height: 270px;
	}

	/* ******** mvv (SP) ******** */
	.mvv .mainR h3 {
		margin-bottom: 25px;
	}
	.mvv #mvv_01 .mvv_catch,
	.mvv #mvv_02 .mvv_catch {
		font-size: 22px;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin-bottom: 50px;
	}
	.mvv #mvv_03 h3 {
		margin-bottom: 15px;
	}
	.mvv .mvv_value_block {
		margin-bottom: 20px;
	}
	.mvv .mvv_value_block:last-child {
		margin-bottom: 0;
	}
	.mvv .mvv_value_block h4 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.mvv .mvv_value_block p {
		font-size: 15px;
		line-height: 1.8;
		margin: 0;
	}

	.singleCol {
		display: block;
		width: calc(100% - 30px);
		margin: 10px auto 85px auto;
	}
	.singleCol p {
		display: block;
		width: 100%;
		margin-bottom: 1.5em;
		font-size: 100%;
		line-height: 1.8em;
	}
	.singleCol p.tar {
		text-align: right;
	}
	.singleCol ol {
		list-style: number outside;
		margin-left: 1.5em;
		margin-bottom: 1.5em;
	}
	.singleCol ol li {
		line-height: 1.8em;
	}
	.singleCol span.bold {
		font-weight: 600;
	}
	.singleCol p.mb0 {
		margin-bottom: 0;
	}
	.singleCol p.indent {
		width: 100%;
		margin-left: 0;
		text-indent: 0;
	}
	.singleCol table {
		width: 100%;
		margin-bottom: 30px;
		border-top: 1px solid #dfdfdf;
		border-left: 1px solid #dfdfdf;
		font-size: 87.5%;
	}
	.singleCol table thead {
		
	}
	.singleCol table thead th {
		width: 50%;
		padding: 12px;
		background: #dfdfdf;
		border-right: 1px solid #fff;
		text-align: center;
	}
	.singleCol table thead th:last-child {
		border-right: 1px solid #dfdfdf;
	}
	.singleCol table tbody {
		
	}
	.singleCol table tbody td {
		width: 50%;
		padding: 12px;
		border-bottom: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		line-height: 1.6em;
	}
	.welfare_eyecatch {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.welfare_eyecatch_blue {
		display: block;
		width: 100%;
		padding: 20px 15px 110px 15px;
		background: linear-gradient(to right, #005eea 0%,#0a99f3 95%);
		border-radius: 10px;
	}
	.welfare_eyecatch_blue h2 {
		display: block;
		color: #fff;
		margin-bottom: 0.5em;
		font-size: 131.25%;
		font-weight: 600;
	}
	.welfare_eyecatch_blue p {
		display: block;
		color: #fff;
		margin-bottom: 1.8em;
		font-size: 100%;
		line-height: 1.8em;
	}
	.welfare_eyecatch_blue p:last-child {
		margin-bottom: 1em;
	}
	.welfare_eyecatch_photo {
		display: block;
		width: 170px;
		height: 170px;
		margin-bottom: -90px;
		position: relative;
			top: -110px;
			left: calc(100vw - 30px - 35px - 170px);
	}
	.welfare_eyecatch_photo img {
		display: block;
		width: 100%;
		border-radius: 10px;
	}
	.welfare .mainR h3 {
		margin-bottom: 30px;
	}
	.welfare_wrapper {
		display: block;
		margin-top: 20px;
		border-bottom: 2px solid #dfdfdf;
		margin-bottom: 5px;
	}

	.welfare_wrapper_2 {
		display: block;
		margin-top: 20px;
		border-bottom: 2px solid #dfdfdf;
		margin-bottom: 35px;
	}

	.welfareCol {
		display: block;
		width: 100%;
	}
	.welfareCol h4 {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0 0 0 18px;
		color: #000;
		background: transparent url(../images/common/leftNavigation_active.svg) no-repeat 0 calc(50% + 2px);
		background-size: 10px 10px;
		font-size: 100%;
		line-height: 1em;
		font-weight: 600;
	}
	.welfare_cont {
		display: block;
		margin-bottom: 25px;
	}
	.welfareCol2 {
		padding-left: 0;
	}
	.welfare_cont span {
		display: block;
		margin-bottom: 10px;
	}
	.welfare_cont span.mb0 {
		margin-bottom: 5px;
	}
	.welfare_cont em {
		display: inline-block;
		padding: 6px 15px;
		background: #e9f4ff;
		border-radius: 10px;
	}
	.welfare01,
	.welfare02 {
		display: none;
	}
	#welfare_01 h3,
	#welfare_02 h3,
	#welfare_03 h3,
	#welfare_04 h3 {
		display: none;
	}
	.walfare_title_accordion {
		display: flex;
		justify-content: start;
		align-items: center;
		width: 100%;
		margin-bottom: 5px;
		padding-bottom: 2px;
		border-bottom: 2px solid #dfdfdf;
	}
	.walfare_title_accordion span {
		font-size: 131.25%;
		font-weight: 600;
	}
	.walfare_title_accordion span:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 1.1em;
		margin-right: 12px;
		background: #0a97f3;
		border-radius: 1em;
		position: relative;
		top: 4px;
	}
	.walfare_title_accordion b {
		display: block;
		width: 20px;
		margin: 0 0 0 auto;
	}
	.walfare_title_accordion b img {
		display: block;
		width: 20px;
		transition: all 0.3s;
	}
	.walfare_title_accordion b.plus_rotate img {
		display: block;
		width: 20px;
		transform: rotate(225deg);
		transform-origin: center center;
		transition: all 0.3s;
	}
	.recruit_eyecatch {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto 40px auto;
	}
	.recruit_eyecatch h2 {
		display: block;
		color: #00386a;
		font-size: 131.25%;
		font-weight: 600;
		line-height: 1.6em;
	}
	.recruit_eyecatch p {
		display: block;
		margin-top: 10px;
		font-size: 100%;
		font-weight: 600;
		line-height: 1.8em;
	}
	.recruit_title {
		display: block;
		margin-bottom: 15px;
		padding-left: 18px;
		color: #00386a;
		background: url(../images/recruit/recruit_title.svg) no-repeat 0 50%;
		background-size: 10px 10px;
		font-size: 100%;
		font-weight: 600;
	}
	.recruit_01a {
		display: block;
		width: 100%;
		max-width: 500px;
		margin-bottom: 30px;
	}
	.recruit_01a a {
		display: block;
		padding: 20px 18px 20px 18px;
		width: 100%;
		color: #fff;
		border: 2px solid #0a97f3;
		border-radius: 10px;
		background: #0a97f3 url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 13px) 50%;
		background-size: 15px 15px;
		font-size: 100%;
		font-weight: 600;
		transition: background-color 0.3s;
	}
	.recruit_01a a:hover {
		color: #0a97f3;
		border: 2px solid #0a97f3;
		background: #fff url(../images/recruit/recruit_arrow_sky.svg) no-repeat calc(100% - 13px) 50%;
		background-size: 15px 15px;
		text-decoration: none;
		transition: background-color 0.3s;
	}
	.recruit_01b {
		display: block;
		width: 100%;
		max-width: 500px;
		margin-bottom: 45px;
	}
	.recruit_01b a {
		display: block;
		margin: 0 0 10px 0;
		padding: 20px 18px 20px 18px;
		width: 100%;
		color: #fff;
		border: 2px solid #0050af;
		border-radius: 10px;
		background: #0050af url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 13px) 50%;
		background-size: 15px 15px;
		font-size: 100%;
		font-weight: 600;
		transition: background-color 0.3s;
	}
	.recruit_01b a:hover {
		color: #0050af;
		border: 2px solid #0050af;
		background: #fff url(../images/recruit/recruit_arrow_blue.svg) no-repeat calc(100% - 13px) 50%;
		background-size: 15px 15px;
		text-decoration: none;
		transition: background-color 0.3s;
	}
	dl.recruit02Wrapper {
		display: block;
		width: 100%;
		padding-top: 0;
		border-bottom: none;
	}
	#recruit_02 dl:first-of-type,
	#recruit-graduate_01 dl:first-of-type,
	#recruit-graduate_02 dl:first-of-type,
	#recruit-sales_01 dl:first-of-type,
	#recruit-sales_02 dl:first-of-type,
	#recruit-engineer_01 dl:first-of-type,
	#recruit-engineer_02 dl:first-of-type,
	#recruit-business_planning_01 dl:first-of-type,
	#recruit-business_planning_02 dl:first-of-type,
	#recruit-human_resource_01 dl:first-of-type,
	#recruit-human_resource_02 dl:first-of-type {
		padding-top: 0;
	}
	#recruit_02 dl:last-of-type,
	#recruit-graduate_01 dl:last-of-type,
	#recruit-sales_01 dl:last-of-type,
	#recruit-engineer_01 dl:last-of-type,
	#recruit-business_planning_01 dl:last-of-type,
	#recruit-human_resource_01 dl:last-of-type {
		margin-bottom: 65px;
	}
	dl.recruit02Wrapper dt {
		display: block;
		width: 100%;
	}
	dl.recruit02Wrapper dt span {
		display: block;
		width: 100%;
		padding: 8px 20px;
		color: #00386a;
		background: #e9f4ff;
		font-size: 100%;
		text-align: left;
	}
	dl.recruit02Wrapper dd {
		display: block;
		width: 100%;
		margin-top: 20px;
		padding-top: 0;
	}
	dl.recruit02Wrapper dd p {
		line-height: 1.8em;
	}
	dl.recruit02Wrapper dd p em {
		display: block;
		color: #0050af;
		font-size: 100%;
		font-weight: 600;
	}
	#recruit_01 .ytmovie,
	#recruit_04 .ytmovie {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#recruit_01 .ytmovie iframe,
	#recruit_04 .ytmovie iframe {
		display: block;
		width: 345px;
		height: 195px;
		margin: 0 auto;
	}
	#recruit_01 .ytmovie p,
	#recruit_04 .ytmovie p {
		display: block;
		width: 345px;
		margin: 10px auto 0 auto;
		font-size: 62.5%;
	}
	#recruit_01 .ytmovie p em,
	#recruit_04 .ytmovie p em {
		display: block;
		color: #00386a;
		font-size: 140%;
		font-weight: 600;
	}
	.recruit_eyecatch_sky {
		display: block;
		width: 100%;
		padding: 20px 15px 110px 15px;
		background: #0a97f3;
		border-radius: 10px;
	}
	.recruit_eyecatch_blue {
		display: block;
		width: 100%;
		padding: 20px 15px 110px 15px;
		background: #0050af;
		border-radius: 10px;
	}
	.recruit_eyecatch_sky h2,
	.recruit_eyecatch_blue h2 {
		display: block;
		color: #fff;
		margin-bottom: 0.5em;
		font-size: 131.25%;
		font-weight: 600;
	}
	.recruit_eyecatch_sky p,
	.recruit_eyecatch_blue p {
		display: block;
		color: #fff;
		margin-bottom: 1.8em;
		font-size: 100%;
		line-height: 1.8em;
	}
	.recruit_eyecatch_sky p:last-child,
	.recruit_eyecatch_blue p:last-child {
		margin-bottom: 1em;
	}
	.btn_entry_main {
		display: block;
		width: 9em;
		margin: 0;
		position: fixed;
			bottom: 50px;
			right: 15px;
		visibility: hidden;
	}
	.btn_entry_main.is-active {
		visibility: visible;
	}
	.btn_entry_main a {
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s;
	}
	.btn_entry_main.is-active a {
		opacity: 1.0;
		filter: alpha(opacity=100);
		transition: all 0.3s;
	}
	.btn_entry_main a {
		display: block;
		width: 100%;
		color: #fff;
		padding: 10px 30px 10px 15px;
		background: #cb3435 url(../images/recruit/recruit_arrow_white.svg) no-repeat calc(100% - 12px) 50%;
		background-size: 15px 15px;
		border: 2px solid #cb3435;
		border-radius: 40px;
		font-size: 87.5%;
		font-weight: 600;
		text-align: center;
		transition: background-color 0.3s;
	}
	.btn_entry_main a:hover {
		color: #cb3435;
		background: #fff url(../images/recruit/recruit_arrow_red.svg) no-repeat calc(100% - 12px) 50%;
		background-size: 15px 15px;
		transition: background-color 0.3s;
		text-decoration: none;
	}
	.btn_entry_main a i {
		display: none;
	}
	#recruit-graduate_03 h5 {
		display: block;
		color: #00386a;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
	}
	#recruit-graduate_03 h5 span {
		display: inline-block;
		border-bottom: 4px solid #0a97f3;
	}
	.recruit-graduate_03img {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.recruit-graduate_03img i {
		display: block;
	}
	.recruit-graduate_03img i img {
		display: block;
		width: 100%;
		max-width: 500px;
	}
	.recruit-graduate_03img b {
		display: none;
	}
	.recruit-graduate_flowWrapper {
		display: table;
		width: 100%;
		border: 2px solid #0050af;
		border-radius: 10px;
	}
	.recruit-graduate_flowWrapper:last-child {
		margin-bottom: 35px;
	}
	.recruit-graduate_flowL {
		display: table-cell;
		vertical-align: middle;
		width: 66px;
		padding: 10px 0;
		background: #0050af;
	}
	.recruit-graduate_flowL span {
		display: block;
		color: #fff;
		font-size: 78.125%;
		text-align: center;
		line-height: 1em;
	}
	.recruit-graduate_flowL em {
		display: block;
		color: #fff;
		font-size: 131.25%;
		font-weight: 600;
		text-align: center;
		line-height: 1em;
	}
	.recruit-graduate_flowR {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 25px;
		font-size: 100%;
		font-weight: 600;
		line-height: 1.6em;
	}
	.recruit-graduate_flowArrow {
		display: block;
		width: 23px;
		margin: 10px auto;
	}
	.recruit-graduate_flowArrow img {
		display: block;
		width: 100%;
	}
}
/* ******** top ******** */
.topSplash {
	display: block;
	background: url(../images/top/topSplash_layer1.png) no-repeat 50% 0;
	background-size: 5000px 1015px;
}
.topSplash_layer2 {
	display: block;
	min-height: 972px;
	background: url(../images/top/topSplash_layer2.png) no-repeat 50% 0;
	background-size: 2688px 972px;
}
.topSplashMain {
	display: block;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
/* .topSplash_anniv {
	display: block;
	width: 212px;
	height: 212px;
	margin: 42px 0 0 165px;
}
.topSplash_anniv img {
	display: block;
	width: 212px;
	height: 212px;
} */
.topSplash_lead {
	display: block;
	width: 552px;
	height: 158px;
	margin: 72px 0 0 40px;
}
.topSplash_lead img {
	display: block;
	width: 552px;
	height: 158px;
}
.topNewsList {
	display: block;
	margin-top: 124px;
	padding-bottom: 70px;
}
.topNewsList h2 {
	display: block;
	margin-bottom: 15px;
}
.topNewsList h2 span {
	display: inline-block;
	padding: 10px 27px 10px 64px;
	color: #fff;
	background: #0050b0;
	border-radius: 50px;
	font-size: 112.5%;
	line-height: 1em;
	position: relative;
	left: -20px;
}
.topNewsList h2 span em {
	margin-right: 32px;
	font-size: 144%;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.topNewsList h2 span i {
	font-style: normal;
	line-height: 1em;
	position: relative;
	top: -3px;
}
.topNewsList dl {
	display: table;
	width: 715px;
	margin-left: 40px;
	padding: 15px 0;
	border-bottom: 1px solid #7fa7d7;
	font-size: 87.5%;
}
.topNewsList dt {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
.topNewsList dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 2em;
}
.topNewsList dd a {
	color: #000;
	text-decoration: underline;
}
@media screen and (max-width: 1129px) {
	.top .sp_header2024_bar {
		background: transparent;
	}
	.topSplash {
		display: block;
		background: url(../images/top/topSplash_layer1.png) no-repeat 40% calc(100% - 80px);
		background-size: 2000px 406px;
	}
	.topSplash_layer2 {
		display: block;
		min-height: auto;
		background: url(../images/top/topSplash_layer2.png) no-repeat -360px -100px;
		background-size: 1344px 486px;
	}
	.topSplashMain {
		display: block;
		width: 100%;
		max-width: auto;
		margin: 0 auto;
	}
	.topSplash_anniv {
		display: block;
		width: 150px;
		height:150px;
		margin: 100px 0 0 20px;
	}
	.topSplash_anniv img {
		display: block;
		width: 150px;
		height: 150px;
	}
	.topSplash_lead {
		display: block;
		width: 276px;
		height: 79px;
		margin: 16px 0 0 20px;
	}
	.topSplash_lead img {
		display: block;
		width: 276px;
		height: 79px;
	}
	.topNewsList {
		display: block;
		margin-top: 30px;
		padding-bottom: 25px;
	}
	.topNewsList h2 {
		display: block;
		margin-bottom: 10px;
	}
	.topNewsList h2 span {
		display: inline-block;
		padding: 8px 20px 8px 50px;
		color: #fff;
		background: #0050b0;
		border-radius: 50px;
		font-size: 62.5%;
		line-height: 1em;
		position: relative;
		left: -20px;
	}
	.topNewsList h2 span em {
		margin-right: 8px;
		font-size: 160%;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	.topNewsList h2 span i {
		font-style: normal;
		line-height: 1em;
		position: relative;
		top: -2px;
	}
	.topNewsList dl {
		display: table;
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 10px 0;
		border-bottom: 1px solid #7fa7d7;
		font-size: 68.75%;
	}
	.topNewsList dt {
		display: table-cell;
		vertical-align: top;
		width: 60px;
	}
	.topNewsList dd {
		display: table-cell;
		vertical-align: top;
		padding-left: 1em;
	}
}
@media screen and (max-width: 549px) {
	.topSplash_layer2 {
		display: block;
		min-height: auto;
		background: url(../images/top/topSplash_layer2_sp.png) no-repeat 0 0;
		background-size: 623px 302px;
	}
}
.topSky {
	display: block;
	padding: 70px 0 85px 0;
	background: #e9f4ff;
}
.topService {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.topService h2 {
	display: block;
}
.topService h2 b,
.topCase_title h2 b,
.topWelfare_title h2 b,
.topCompany h2 b {
	display: block;
	padding-left: 36px;
	background: url(../images/common/title_cat_ring.svg) no-repeat 0 50%;
	background-size: 24px 24px;
	color: #cb3435;
	font-size: 162.5%;
	font-weight: 600;
	line-height: 1em;
}
.topService h2 em,
.topCase_title h2 em,
.topWelfare_title h2 em,
.topCompany h2 em {
	display: block;
	margin-top: 10px;
	color: #00386a;
	font-size: 237.5%;
	font-weight: 600;
}
.topService p.lead {
	display: block;
	margin-top: 10px;
	font-size: 112.5%;
	line-height: 2em;
}
.topService_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.topService_cont {
	display: block;
	width: 33%;
	background: #fff;
	border-right: 4px solid #e9f4ff;
}
.topService_cont:first-child {
	border-bottom: 4px solid #e9f4ff;
		-webkit-border-top-left-radius: 16px;
		-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
}
.topService_cont:nth-child(2) {
	border-bottom: 4px solid #e9f4ff;
}
.topService_cont:nth-child(3) {
	border-right: none;
	border-bottom: 4px solid #e9f4ff;
		-webkit-border-top-right-radius: 16px;
		-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
}
.topService_cont:nth-child(4) {
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
}
.topService_cont:nth-child(5) {
	
}
.topService_cont:nth-child(6) {
	border-right: none;
		-webkit-border-bottom-right-radius: 16px;
		-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
}
.topService_cont a {
	display: table;
	width: 100%;
	color: #00386a;
	transition: all 0.3s;
}
.topService_cont a:hover {
	color: #0a97f3;
	text-decoration: none;
	transition: all 0.3s;
}
.topService_cont_img {
	display: table-cell;
	vertical-align: middle;
	width: 143px;
	padding: 40px 0 40px 30px;
}
.topService_cont_img img {
	display: block;
	width: 113px;
	height: 113px;
}
.topService_cont_lt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.topService_cont b {
	font-size: 112.5%;
	font-weight: 600;
	text-align: center;
	line-height: 1.8em;
}
@media screen and (max-width: 1129px) {
	.topSky {
		display: block;
		padding: 30px 0 35px 0;
		background: #e9f4ff;
	}
	.topService {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.topService h2,
	.topCase_title h2,
	.topWelfare_title h2,
	.topCompany h2 {
		display: block;
	}
	.topService h2 b,
	.topCase_title h2 b,
	.topWelfare_title h2 b,
	.topCompany h2 b {
		display: block;
		padding: 5px 0 5px 22px;
		background: url(../images/common/title_cat_ring.svg) no-repeat 0 50%;
		background-size: 14px 14px;
		color: #cb3435;
		font-size: 100%;
		font-weight: 600;
		line-height: 1em;
	}
	.topService h2 em,
	.topCase_title h2 em,
	.topWelfare_title h2 em,
	.topCompany h2 em {
		display: block;
		margin-top: 0px;
		color: #00386a;
		font-size: 162.5%;
		font-weight: 600;
	}
	.topService p.lead {
		display: block;
		margin-top: 10px;
		font-size: 100%;
		line-height: 1.8em;
	}
	.topService_wrapper {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 700px;
		margin: 25px auto 0 auto;
	}
	.topService_cont {
		display: block;
		width: 50%;
		background: #fff;
		border-right: 4px solid #e9f4ff;
		border-radius: 0;
	}
	.topService_cont:first-child {
		border-bottom: 4px solid #e9f4ff;
			-webkit-border-top-left-radius: 16px;
			-moz-border-radius-topleft: 16px;
		border-top-left-radius: 16px;
	}
	.topService_cont:nth-child(2) {
		border-right: none;
		border-bottom: 4px solid #e9f4ff;
			-webkit-border-top-right-radius: 16px;
			-moz-border-radius-topright: 16px;
		border-top-right-radius: 16px;
	}
	.topService_cont:nth-child(3) {
		border-right: 4px solid #e9f4ff;
		border-bottom: 4px solid #e9f4ff;
		border-radius: 0;
	}
	.topService_cont:nth-child(4) {
		border-bottom: 4px solid #e9f4ff;
		border-right: none;
		border-radius: 0;
	}
	.topService_cont:nth-child(5) {
			-webkit-border-bottom-left-radius: 16px;
			-moz-border-radius-bottomleft: 16px;
		border-bottom-left-radius: 16px;
	}
	.topService_cont:nth-child(6) {
		border-right: none;
			-webkit-border-bottom-right-radius: 16px;
			-moz-border-radius-bottomright: 16px;
		border-bottom-right-radius: 16px;
	}
	.topService_cont a {
		display: block;
		width: 100%;
		color: #00386a;
		transition: all 0.3s;
	}
	.topService_cont a:hover {
		color: #0a97f3;
		text-decoration: none;
		transition: all 0.3s;
	}
	.topService_cont_img {
		display: block;
		vertical-align: middle;
		width: 90px;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}
	.topService_cont_img img {
		display: block;
		width: 90px;
		height: 90px;
	}
	.topService_cont_lt {
		display: table;
		width: 100%;
		height: 4.5em;
		margin: 5px 0 20px 0;
	}
	.topService_cont b {
		display: table-cell;
		vertical-align: middle;
		font-size: 100%;
		font-weight: 600;
		text-align: center;
		line-height: 1.4em;
	}
}
.topCase {
	
}
.topCase_title {
	display: table;
	width: 1100px;
	margin: 90px auto 0 auto;
}
.topWelfare_title {
	display: table;
	width: 100%;
}
.topCase_title h2,
.topWelfare_title h2 {
	display: table-cell;
	vertical-align: middle;
}
.topCase_title .topCase_viewall,
.topWelfare_title .topWelfare_viewall {
	display: table-cell;
	vertical-align: middle;
}
.topCase_viewall a,
.topWelfare_viewall a {
	display: block;
	width: 120px;
	margin: 0 0 0 auto;
	padding: 7px 5px 7px 0;
	color: #0050af;
	background: #fff url(../images/common/footerInq_arrow.svg) no-repeat calc(100% - 5px) 50%;
	background-size: 20px 20px;
	border: 1px solid #0050af;
	border-radius: 50px;
	font-size: 87.5%;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
	transition: color 0.3s;
	transition: background-color 0.3s;
}
.topCase_viewall a:hover,
.topWelfare_viewall a:hover {
	color: #fff;
	background: #0050af url(../images/common/footerInq_arrow_white.svg) no-repeat calc(100% - 5px) 50%;
	background-size: 20px 20px;
	text-decoration: none;
	transition: color 0.3s;
	transition: background-color 0.3s;
}
.topCase_list {
	width: calc((100vw + 1100px) / 2);
	margin: 30px 0 0 auto;
}
.slick-slide {
	display: block;
	width: 480px;
	margin: 0 40px 0 0;
}
.topCase_item {
	display: block;
	width: 480px;
}
.topCase_item a {
	display: block;
	width: 480px;
}
.topCase_item a .caseImg {
	display: block;
	width: 480px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}
.topCase_item a img {
	display: block;
	width: 480px;
	height: 300px;
	transition: all 0.3s;
}
.topCase_item a:hover img {
	transform: scale(1.03);
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
.topCase_item_header {
	display: block;
	margin-top: 15px;
}
.topCase_item_header em {
	color: #0050af;
	font-size: 125%;
	font-weight: 600;
	line-height: 1em;
}
.topCase_item_header em b {
	color: #e10f26;
}
.topCase_item_header span {
	display: inline-block;
	margin-left: 10px;
	padding: 7px 10px 5px 10px;
	background: #fff;
	color: #0050af;
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
	position: relative;
	top: -2px;
}
.topCase_item_title {
	display: block;
	color: #000;
	font-size: 125%;
	font-weight: 600;
}
.topCase_item a:hover,
.topCase_item a:focus {
	text-decoration: none;
}

@media screen and (max-width: 1129px) {
	.topCase_title {
		display: block;
		width: calc(100% - 30px);
	}
	.topWelfare_title {
		display: block;
		width: 100%;
	}
	.topCase_title h2,
	.topWelfare_title h2 {
		display: block;
	}
	.topCase_title .topCase_viewall,
	.topWelfare_title .topWelfare_viewall {
		display: none;
	}
	.topCase_list {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.slick-slide {
		display: block;
		width: 260px;
		margin: 0 20px;
	}
	.topCase_item {
		display: block;
		width: 260px;
	}
	.topCase_item a {
		display: block;
		width: 260px;
	}
	.topCase_item a .caseImg {
		display: block;
		width: 260px;
		height: 163px;
		border-radius: 10px;
		overflow: hidden;
	}
	.topCase_item a img {
		display: block;
		width: 260px;
		height: 163px;
		transition: all 0.3s;
	}
	.topCase_item a:hover img {
		transform: scale(1.03);
		opacity: 0.7;
		filter: alpha(opacity=70);
		transition: all 0.3s;
	}
	.topCase_item_header {
		display: block;
		margin-top: 10px;
	}
	.topCase_item_header em {
		color: #0050af;
		font-size: 87.5%;
		font-weight: 600;
		line-height: 1em;
	}
	.topCase_item_header em b {
		color: #e10f26;
	}
	.topCase_item_header span {
		display: inline-block;
		margin-left: 0;
		padding: 7px 5px 5px 5px;
		background: #fff;
		color: #0050af;
		font-size: 68.75%;
		font-weight: 600;
		line-height: 1em;
		position: relative;
		top: -2px;
	}
	.topCase_item_title {
		display: block;
		margin-top: 5px;
		color: #000;
		font-size: 87.5%;
		font-weight: 600;
		line-height: 1.3em;
	}
	.topCase_item a:hover,
	.topCase_item a:focus {
		text-decoration: none;
	}
}





.topWhite {
	display: block;
	padding: 70px 0 90px 0;
	background: #fff;
}
.topWelfare {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.topWelfare_cont {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.topWelfare_img {
	display: block;
	width: 482px;
}
.topWelfare_img a,
.topWelfare_img a img {
	display: block;
	width: 482px;
	height: 255px;
	margin: 0;
}
.topWelfare_img a img {
	transition: all 0.3s;
}
.topWelfare_img a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
.topWelfare_lt {
	display: block;
	margin-right: 70px;
}
.topWelfare_lt h3 {
	display: block;
	margin-top: 50px;
	color: #00386a;
	font-size: 175%;
	font-weight: 600;
}
.topWelfare_lt p {
	display: block;
	margin-top: 10px;
	font-size: 112.5%;
	line-height: 2.0em;
}
.topWelfare_viewall_sp {
	display: none;
}
@media screen and (max-width: 1129px) {
	.topWhite {
		display: block;
		padding: 35px 0 90px 0;
		background: #fff;
	}
	.topWelfare {
		display: block;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.topWelfare_cont {
		display: block;
	}
	.topWelfare_img {
		display: block;
		width: calc(100% - 120px);
		max-width: 500px;
		margin: 30px auto 0 auto;
	}
	.topWelfare_img a,
	.topWelfare_img a img {
		display: block;
		width: 100%;
		height: auto;
	}
	.topWelfare_lt {
		display: block;
		margin-right: 0;
	}
	.topWelfare_lt h3 {
		display: block;
		margin-top: 30px;
		color: #00386a;
		font-size: 118.75%;
		font-weight: 600;
	}
	.topWelfare_lt p {
		display: block;
		margin-top: 10px;
		font-size: 112.5%;
		line-height: 1.6em;
	}
	.topWelfare_viewall_sp {
		display: block;
	}
	.topWelfare_viewall a {
		display: block;
		width: 300px;
		margin: 30px auto 0 auto;
		padding: 15px 0;
		color: #0050af;
		background: #fff url(../images/common/footerInq_arrow.svg) no-repeat calc(100% - 14px) 50%;
		background-size: 15px 15px;
		border: 1px solid #0050af;
		border-radius: 50px;
		font-size: 100%;
		font-weight: 600;
		text-align: center;
		line-height: 1em;
		transition: color 0.3s;
		transition: background-color 0.3s;
	}
	.topWelfare_viewall a:hover {
		color: #fff;
		background: #0050af url(../images/common/footerInq_arrow_white.svg) no-repeat calc(100% - 14px) 50%;
		background-size: 15px 15px;
		text-decoration: none;
		transition: color 0.3s;
		transition: background-color 0.3s;
	}
}
.topCompany {
	display: block;
	width: 1100px;
	margin: 100px auto 0 auto;
}
.topCompany h2 em {
	font-size: 175%;
}
.topCompanyList {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-top: 30px;
}
.topCompanyList a {
	display: block;
	width: 340px;
	margin-right: 40px;
	color: #00386a;
}
.topCompanyList a:last-of-type {
	margin-right: 0;
}
.topCompanyList a:hover {
	color: #0a97f3;
}
.topCompanyList a i {
	display: block;
	width: 340px;
	height: 300px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.topCompanyList a:hover i {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
.topCompanyList a i img {
	border-radius: 10px;
}
.topCompanyList a span {
	display: block;
}
.topCompanyList a b {
	display: inline-block;
	padding: 5px 32px 5px 0;
	background: url(../images/recruit/recruit_arrow_blue.svg) no-repeat 100% 50%;
	background-size: 20px 20px;
	font-size: 112.5%;
	font-weight: 600;
	line-height: 1em;
}
.topCompanyList a:hover b {
	background: url(../images/recruit/recruit_arrow_sky.svg) no-repeat 100% 50%;
	background-size: 20px 20px;
}
@media screen and (max-width: 1129px) {
	.topCompany {
		display: block;
		width: calc(100% - 30px);
		margin: 75px auto 0 auto;
	}
	.topCompanyList {
		display: block;
		flex-wrap: nowrap;
		align-items: flex-start;
		margin-top: 25px;
	}
	.topCompanyList a {
		display: table;
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
		color: #00386a;
	}
	.topCompanyList a:last-of-type {
		margin-right: 0;
	}
	.topCompanyList a i {
		display: table-cell;
		vertical-align: middle;
		width: 170px;
		height: auto;
		margin-bottom: 0;
		transition: all 0.3s;
	}
	.topCompanyList a i img {
		display: block;
		width: 100%;
		border-radius: 10px;
	}
	.topCompanyList a span {
		display: table-cell;
		vertical-align: middle;
		padding-left: 23px;
	}
	.topCompanyList a b {
		display: inline-block;
		padding: 5px 28px 5px 0;
		background: url(../images/recruit/recruit_arrow_blue.svg) no-repeat 100% 50%;
		background-size: 15px 15px;
		font-size: 100%;
		font-weight: 600;
		line-height: 1em;
	}
	.topCompanyList a:hover b {
		background: url(../images/recruit/recruit_arrow_sky.svg) no-repeat 100% 50%;
		background-size: 15px 15px;
	}
}
.topRecruit {
	display: table;
	width: 100%;
	margin-top: 50px;
	background: url(../images/top/topRecruit.jpg) no-repeat 50% 50%;
	border-radius: 16px;
}
.topRecruit_L {
	display: table-cell;
	vertical-align: middle;
	padding: 65px 0 75px 100px;
}
.topRecruit_L h3 {
	display: block;
	color: #fff;
}
.topRecruit_L h3 em {
	font-size: 262.5%;
	font-weight: 800;
}
.topRecruit_L h3 span {
	display: inline-block;
	margin-left: 25px;
	font-size: 112.5%;
	position: relative;
	top: -6px;
}
.topRecruit_L p {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 112.5%;
	line-height: 2.0em;
}
.topRecruit_R {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 0;
}
.topRecruit_R a {
	display: block;
	width: 320px;
	margin: 0 0 0 auto;
	padding: 20px 0 20px 40px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0) url(../images/top/topRecruit_arrow.svg) no-repeat calc(100% - 27px) 50%;
	background-size: 41px 20px;
	font-size: 112.5%;
	line-height: 1em;
	transition: background-color 0.3s;
}
.topRecruit_R a:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transition: background-color 0.3s;
	text-decoration: none;
}
@media screen and (max-width: 1129px) {
	.topRecruit {
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 25px auto 0 auto;
		background: url(../images/top/topRecruit.jpg) no-repeat 50% 50%;
		border-radius: 10px;
	}
	.topRecruit_L {
		display: block;
		padding: 35px 0 25px 0;
	}
	.topRecruit_L h3 {
		display: block;
		color: #fff;
	}
	.topRecruit_L h3 em {
		display: block;
		font-size: 187.5%;
		font-weight: 800;
		text-align: center;
	}
	.topRecruit_L h3 span {
		display: block;
		margin-left: 0;
		font-size: 100%;
		text-align: center;
		position: relative;
		top: 0px;
	}
	.topRecruit_L p {
		display: block;
		color: #fff;
		margin-top: 10px;
		font-size: 100%;
		line-height: 1.8em;
		text-align: center;
	}
	.topRecruit_R {
		display: block;
		vertical-align: middle;
		padding: 0 0 35px 0;
	}
	.topRecruit_R a {
		display: block;
		width: 320px;
		margin: 0 auto;
		padding: 20px 0 20px 35px;
		color: #fff;
		border: 2px solid #fff;
		border-radius: 40px;
		background: rgba(255, 255, 255, 0) url(../images/top/topRecruit_arrow.svg) no-repeat calc(100% - 20px) 50%;
		background-size: 26px 11px;
		font-size: 100%;
		line-height: 1em;
		transition: background-color 0.3s;
	}
	.topRecruit_R a:hover {
		background-color: rgba(255, 255, 255, 0.3);
		transition: background-color 0.3s;
		text-decoration: none;
	}
}




















/* ******** footer service ******** */
.footer_service_sky {
	display: block;
	padding: 40px 0 80px 0;
	background: #e9f4ff;
}
.footer_service {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.footer_service h5,
.footer_case h5 {
	display: block;
	color: #00386a;
	font-size: 175%;
	font-weight: 600;
}
.footer_service_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.footer_service_cont {
	display: block;
	width: 33%;
	background: #fff;
	border-right: 4px solid #e9f4ff;
}
.footer_service_cont:first-child {
	border-bottom: 4px solid #e9f4ff;
		-webkit-border-top-left-radius: 16px;
		-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
}
.footer_service_cont:nth-child(2) {
	border-bottom: 4px solid #e9f4ff;
}
.footer_service_cont:nth-child(3) {
	border-right: none;
	border-bottom: 4px solid #e9f4ff;
		-webkit-border-top-right-radius: 16px;
		-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
}
.footer_service_cont:nth-child(4) {
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
}
.footer_service_cont:nth-child(5) {
	
}
.footer_service_cont:nth-child(6) {
	border-right: none;
		-webkit-border-bottom-right-radius: 16px;
		-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
}
.footer_service_cont a {
	display: table;
	width: 100%;
	color: #00386a;
	transition: all 0.3s;
}
.footer_service_cont a:hover {
	color: #0a97f3;
	text-decoration: none;
	transition: all 0.3s;
}
.footer_service_cont_img {
	display: table-cell;
	vertical-align: middle;
	width: 143px;
	padding: 40px 0 40px 30px;
}
.footer_service_cont_img img {
	display: block;
	width: 113px;
	height: 113px;
}
.footer_service_cont b {
	display: table-cell;
	vertical-align: middle;
	font-size: 112.5%;
	font-weight: 600;
	text-align: center;
	line-height: 1.8em;
}

.footer_certification{
	display:inline-flex;
	gap:50px;
	margin-top:15px;
	margin-left:10px;
}
.footer_certification img{
	height:70px;
	width:auto;
}

@media screen and (max-width: 1129px) {
	.footer_service_sky {
		display: block;
		padding: 25px 0 30px 0;
		background: #e9f4ff;
	}
	.footer_service,
	.footer_case {
		display: block;
		width: calc(100% - 30px);
		max-width: 600px;
		margin: 0 auto;
	}
	.footer_service h5,
	.footer_case h5 {
		display: block;
		color: #00386a;
		font-size: 106.25%;
		font-weight: 600;
	}
	.footer_service_wrapper {
		display: block;
		margin-top: 15px;
	}
	.footer_service_cont {
		display: block;
		width: 100%;
		background: #fff;
		border-right: 4px solid #e9f4ff;
	}
	.footer_service_cont:first-child,
	.footer_service_cont:nth-child(2),
	.footer_service_cont:nth-child(3),
	.footer_service_cont:nth-child(4),
	.footer_service_cont:nth-child(5),
	.footer_service_cont:nth-child(6) {
		margin-bottom: 10px;
		border: none;
		border-radius: 16px;
	}
	.footer_service_cont:nth-child(6) {
		margin-bottom: 0;
	}
	.footer_service_cont a {
		display: table;
		width: 100%;
		color: #00386a;
		transition: all 0.3s;
	}
	.footer_service_cont_img {
		display: table-cell;
		vertical-align: middle;
		width: 71px;
		padding: 8px 0 8px 15px;
	}
	.footer_service_cont_img img {
		display: block;
		width: 56px;
		height: 56px;
	}
	.footer_service_cont b {
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
		padding-right: 20px;
		font-size:87.5%;
		font-weight: 600;
		text-align: left;
		line-height: 1.6em;
	}
	.footer_certification{
		display:flex;
		justify-content:center;
		gap:20px;
		margin-top:15px;
	}
}





/* ******** footer case ******** */
.footer_case h5 {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.footer_case_pc_wrapper {
	display: block;
}
.footer_case_sp_wrapper {
	display: none;
}
.footer_case .slick-slide {
	display: block;
	width: 340px;
	margin: 0 40px 0 0;
}
.footer_case .topCase_item {
	display: block;
	width: 340px;
}
.footer_case .topCase_item a {
	display: block;
	width: 340px;
}
.footer_case .topCase_item a .caseImg {
	display: block;
	width: 340px;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
}
.footer_case .topCase_item a img {
	display: block;
	width: 340px;
	height: 200px;
	transition: all 0.3s;
}
.footer_case .topCase_item a:hover img {
	transform: scale(1.03);
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s;
}
.footer_case .topCase_item_header {
	display: block;
	margin-top: 15px;
}
.footer_case .topCase_item_header em {
	color: #0050af;
	font-size: 87.5%;
	font-weight: 600;
	line-height: 1em;
}
.footer_case .topCase_item_header em b {
	color: #e10f26;
}
.footer_case .topCase_item_header span {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	background: transparent;
	color: #0050af;
	font-size: 75%;
	font-weight: 600;
	line-height: 1em;
	position: relative;
	top: -2px;
}
.footer_case .topCase_item_title {
	display: block;
	color: #00386a;
	font-size: 112.5%;
	font-weight: 600;
}
.footer_case .topCase_item a:hover .topCase_item_title,
.footer_case .topCase_item a:focus .topCase_item_title {
	text-decoration: none;
	color: #0a97f3;
}

@media screen and (max-width: 1129px) {
	.footer_case h5 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.footer_case_pc_wrapper {
		display: none;
	}
	.footer_case_sp_wrapper {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-top: 25px;
	}
	.footer_case_sp {
		display: block;
		margin-top: 5px;
		padding: 4px 10px 10px 15px;
		background: #fff url(../images/common/footerMain_bit.svg) no-repeat calc(100% - 10px) 50%;
		background-size: 7px 12px;
		border-radius: 8px;
	}
	.footer_case_sp:hover {
		text-decoration: none;
	}
	.footer_case_sp_cc {
		display: block;
	}
	.footer_case_sp_cc b {
		color: #0050af;
		font-size: 87.5%;
		font-weight: 600;
	}
	.footer_case_sp_cc em {
		color: #cb3435;
		font-weight: 600;
		font-style: normal;
	}
	.footer_case_sp_title {
		display: block;
		color: #00386a;
		padding-right: 20px;
		font-size: 87.5%;
		font-weight: 600;
		line-height: 1.4em;
	}
}
