@charset "utf-8";

body {
	font-size: 16px;
	line-height: 1.7;
	font-family: "メイリオ", 'Meiryo', sans-serif;
	color: #332F2E;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	word-break: break-all;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after,
*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

main {
	display: block;
}

a:hover,
a:focus,
a:visited {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}

.anchor_fixtop {
	display: block;
	position: relative;
	top: -80px;
	width: 100%;
	visibility: hidden;
}

.hv-o:hover {
	opacity: .7;
}

.fx {
	transition: .3s ease;
}

.cont {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.show-on-sp {
	display: none;
}

#pagetop {
	cursor: pointer;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	background: none;
	border: none;
	z-index: 100;
}

#pagetop img {
	width: 80px;
	height: 80px;
}

.btn-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 176px;
	height: 72px;
	max-width: 100%;
	color: #fff;
	text-align: center;
	background-color: #0B21A2;
	transition: .3s ease;
}

.btn-link a:hover {
	border-radius: 20px;
}

.news-wrap ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	border-bottom: 1px solid #969696;
}

.news-wrap ul li:last-child {
	margin-bottom: 0;
}

.news-wrap ul li .date {
	font-size: 14px;
	color: #969696;
	margin-right: 29px;
}

.news-wrap ul li .cat-name {
	font-size: 14px;
	color: #fff;
	padding: 3px 13px;
	background-color: #301F1B;
}

.news-wrap ul li .cat-name.blue,
.news-wrap ul li .cat-name.cat-1 {
	background-color: #0B21A2;
}

.news-wrap ul li .news-title {
	max-width: 76.83%;
	padding-left: 14px;
}

.news-wrap ul li a {
	transition: .3s ease;
}

.news-wrap ul li a:hover {
	color: #0B21A2;
}

.sub-page .top-banner {
	height: 372px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.sub-page .top-banner {
		overflow: hidden;
	}
}

.sub-page .top-banner .left {
	width: 40.11%;
	padding: 65px 0 35px 0;
	background: url('../img/service/top-banner-bg.png') no-repeat left / cover;
	background-origin: content-box;
}

.sub-page .top-banner .right {
	width: 59.89%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sub-page .top-banner .top-banner-txt {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 28px;
}

.sub-page .top-banner .top-banner-txt img {
	width: 177px;
}

.title-1 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}

.title-1::after {
	content: '';
	display: block;
	width: 9px;
	height: 32px;
	margin: 10px auto 0 auto;
	background: url('../img/results/icon-1.png') no-repeat center / cover;
}

@media screen and (max-width: 1280px) {
	.sub-page .top-banner .left {
		width: 30%;
	}

	.sub-page .top-banner .right {
		width: 70%;
	}
}

@media screen and (max-width: 992px) {
	.sub-page .top-banner {
		margin-top: 15px;
	}

	.sub-page .top-banner .top-banner-txt {
		padding-left: 10px;
	}

	.title-1 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 660px) {
	.show-on-sp {
		display: block;
	}

	#pagetop {
		bottom: 60px;
		right: 10px;
	}

	#pagetop img {
		width: 50px;
		height: 50px;
	}

	.sub-page .top-banner .left {
		width: 0;
	}

	.sub-page .top-banner .right {
		width: 100%;
	}

	.sub-page .top-banner {
		margin-top: 30px;
		height: 280px;
	}

	.sub-page .top-banner .top-banner-txt {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 1;
		text-align: center;
		padding: 0 10px;
	}

	.sub-page .top-banner::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.title-1 {
		font-size: 25px;
	}
}

/* Header */
header h1 {
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	margin: 15px 0 12px 0;
}

header .logo a {
	display: inline-block;
}

header .logo img {
	width: 260px;
}

nav {
	margin-top: 5px;
	margin-left: auto;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
}

nav ul li {
	margin-right: 48px;
}

nav ul li:last-child {
	margin-right: 35px;
}

nav ul li a {
	font-weight: 600;
	color: #332F2E;
	transition: .3s ease;
}

nav ul li a.active,
nav ul li a:hover {
	color: #0C1470;
}

nav .toggle {
	display: none;
}

@media screen and (max-width: 1280px) {
	header {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1200px) {
	nav ul li {
		margin-right: 30px;
	}
}

@media screen and (max-width: 992px) {
	header h1 {
		text-align: center;
	}

	header .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	nav {
		width: 100%;
		margin: 0;
	}

	nav ul {
		justify-content: center;
	}

	nav ul li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 660px) {
	header {
		position: relative;
	}

	header .logo {
		width: calc(100% - 50px);
		margin-bottom: 0;
	}

	nav ul {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background-color: #0B21A2;
	}

	nav ul li {
		margin-right: 0;
		border-bottom: 1px dotted #fff;
	}

	nav ul li:last-child {
		border-bottom: none;
	}

	nav ul li:first-child {
		border-top: 1px dotted #fff;
	}

	nav ul li a {
		color: #fff;
		text-align: center;
		display: block;
		padding: 15px 10px;
	}

	nav ul li a.active,
	nav ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}

	nav .toggle {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 25px;
		right: 10px;
	}

	header .logo img {
		width: 220px;
	}
}

@media screen and (max-width: 610px) {
	nav .toggle {
		top: 45px;
	}

	.sub-page nav .toggle {
		top: 25px;
	}
}

/* End Header */

/* Footer */
footer {
	font-size: 15px;
	line-height: 1.75;
	border-top: 4px solid #0B21A2;
	padding: 43px 0 20px 0;
}

footer .cont {
	justify-content: center;
}

footer .txt {
	margin-right: 55px;
}

footer .txt:nth-child(2) {
	margin-right: 90px;
}

footer .txt:last-child {
	margin-right: 0;
}

footer .txt .phone {
	font-weight: 600;
	font-size: 28.5px;
}

footer .txt .phone .small {
	font-size: 18px;
	position: relative;
	top: -4px;
}

footer .txt .mail {
	font-size: 15px;
	width: 271px;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0B21A2;
}

footer .txt .mail:hover {
	border-radius: 20px;
}

footer .copyright {
	font-size: 11px;
	text-align: center;
	margin: 35px 0 0 0;
}

@media screen and (max-width: 992px) {
	footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	footer .txt {
		margin-right: 35px;
	}

	footer .txt:nth-child(2) {
		margin-right: 0;
	}

	footer .txt:last-child {
		width: 100%;
	}

	footer .txt .mail {
		margin: 15px auto 0 auto;
	}
}

@media screen and (max-width: 660px) {
	footer .txt {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	footer .txt:nth-child(2) {
		margin-right: 0;
	}
}

/* End Footer */

/* Top */
.top .slider-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 85px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.top .slider-wrap {
		overflow: hidden;
	}
}

.top .slider-wrap .txt {
	width: 40.1%;
	background: url('../img/top/slide-bg.png') no-repeat right 138px;
}

.top .slider-wrap .slider {
	width: 59.9%;
}

.top .slider-wrap .slider .owl-item {
	overflow: hidden;
}

.top .slider-wrap .slider .item .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 782px;
}

.top .slider-wrap .slider .owl-item.active .img {
	animation: current linear 5s infinite normal;
}

.top .slider-wrap .txt .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.top .slider-wrap .txt .big {
	margin-bottom: 30px;
	display: block;
}

.top .slider-wrap .txt .big img {
	width: 400px;
}

.top .slider-wrap .txt .small {
	display: block;
	color: #fff;
	line-height: 1.75;
}

@keyframes current {
	0% {
		transform: scale(1.15)
	}

	100% {
		transform: scale(1.001)
	}
}

.top .sec-1 {
	padding: 85px 10px;
	background-color: #F1F1F1;
}

.top .sec-1 .title {
	width: 15.172%;
	text-align: center;
}

.top .sec-1 .title .txt img {
	width: 74px;
}

.top .sec-1 .title .txt {
	margin-bottom: 24px;
}

.top .sec-1 .news-wrap {
	width: 78.88%;
	margin-left: auto;
}

.top .sec-1 .sp {
	display: none;
}

.top .sec-2 .cont {
	max-width: 1200px;
}

.top .sec-2 {
	padding: 90px 10px 85px 10px;
}

.top .sec-2 .title {
	text-align: center;
	margin-bottom: 19px;
}

.top .sec-2 .title img {
	width: 107px;
}

.top .sec-2 .gallery {
	justify-content: space-between;
	margin-bottom: 33px;
}

.top .sec-2 .gallery .item {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #332F2E;
	width: 49.83%;
}

.top .sec-2 .gallery .item .img {
	position: relative;
}

.top .wow.animated::before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0B21A2;
	z-index: 10;
	animation: left-to-right 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) forwards;
}

@keyframes left-to-right {
	0% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}

.top .sec-2 .gallery .item-title {
	margin-top: 20px;
}

.top .sec-2 p {
	text-align: center;
	margin-bottom: 23px;
}

.top .sec-2 .btn-link a {
	width: 272px;
	height: 100px;
	margin: 0 auto;
}

.top .sec-3 {
	position: relative;
	padding: 85px 10px;
	text-align: center;
}

.top .sec-3 .txt-1 {
	margin-bottom: 23px;
}

.top .sec-3 .txt-1 img {
	width: 689px;
}

.top .sec-3 .txt-2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 45px;
}

.top .sec-3 .btn-link a {
	margin: 0 auto;
	background-color: #fff;
	color: inherit;
	width: 650px;
	height: 74px;
}

.top .sec-4 {
	position: relative;
	padding: 177px 0 85px 0;
}

.top .sec-4 .txt {
	width: 57.5%;
	padding: 90px 0 88px 233px;
	margin-left: auto;
	background: url('../img/top/bg-2.jpg') no-repeat center / cover;
}

.top .sec-4 .img {
	position: absolute;
	top: 85px;
	left: 0;
	width: 50.104167%;
}

.top .sec-4 .txt .title {
	margin-bottom: 20px;
}

.top .sec-4 .txt .title img {
	width: 106px;
}

.top .sec-4 .txt p {
	color: #fff;
	line-height: 1.75;
	margin-bottom: 42px;
}

.top .sec-4 .btn-link a {
	width: 272px;
	height: 100px;
	background-color: transparent;
	border: 3px solid #fff;
}

.top .sec-5 {
	padding: 95px 10px;
	position: relative;
	background: url('../img/top/bg-3.jpg') no-repeat center / cover;
}

.top .sec-5 .title {
	margin-bottom: 14px;
}

.top .sec-5 .title img {
	width: 417px;
}

.top .sec-5 p {
	line-height: 1.75;
	margin-bottom: 37px;
}

.top .sec-5 .btn-link a {
	width: 272px;
	height: 100px;
	color: #0B21A2;
	background-color: transparent;
	border: 3px solid #0B21A2;
}

.top .sec-6 {
	text-align: center;
	padding: 230px 10px 82px 10px;
	background: url('../img/top/bg-4b.png') no-repeat 117px 88px;
}

.top .sec-6 .title {
	margin-bottom: 65px;
}

.top .sec-6 .title img {
	width: 104px;
}

.top .sec-6 .title-2 {
	margin-bottom: 23px;
}

.top .sec-6 .title-2 img {
	width: 444px;
}

.top .sec-6 .title-3 img {
	width: 260px;
}

.top .recruitment_video {
	margin-bottom: 65px;
}

.top .sec-6 p {
	line-height: 1.75;
}

.top .sec-6 .btn-link a {
	margin: 57px auto 235px auto;
	width: 272px;
	height: 100px;
}
.top .sec-6 .btn-link.banaup a {
	margin: 57px auto 0 auto;
}
.top .sec-6 .btn-link.banabot a {
	margin: 20px auto 150px auto;
}


.top .sec-6 .btn-link.banabot img {
 border-radius: 0;
 

 }

.top .sec-6 .btn-link.banabot img:hover {
border-radius: 80px;

 -moz-transition: .1s ease-in-out;

 -webkit-transition: .1s ease-in-out;

 -o-transition: .1s ease-in-out;

 -ms-transition: .1s ease-in-out;

 transition: .1s ease-in-out;


 }





.top .sec-6 .desc {
	font-size: 15px;
	line-height: 1.75;
	text-align: left;
}

@media screen and (max-width: 1800px) {
	.top .sec-6 {
		background-position: center 110px;
	}
}

@media screen and (max-width: 1280px) {
	.top .slider-wrap .txt .cont {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1200px) {
	.top .sec-4 .txt {
		padding-left: 110px;
	}
}

@media screen and (max-width: 1100px) {
	.top .slider-wrap .txt {
		background-position: right 15px;
	}

	.top .slider-wrap .slider .item .img {
		min-height: 600px;
	}
}

@media screen and (max-width: 992px) {
	.top .sec-2 .gallery .item {
		font-size: 22px;
	}

	.top .sec-4 {
		padding-top: 100px;
	}

	.top .sec-4 .img {
		width: 100%;
		position: relative;
		order: 2;
		top: 0;
	}

	.top .sec-4 .img img {
		width: 100%;
	}

	.top .sec-4 .txt {
		width: 100%;
		padding: 45px 10px;
		order: 1;
		text-align: center;
	}

	.top .sec-4 .btn-link a {
		margin: 0 auto;
	}
}

@media screen and (max-width: 880px) {
	.news-wrap ul li {
		max-width: 600px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
	}

	.news-wrap ul li .news-title {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 860px) {
	.top .sec-1 .news-wrap {
		width: 100%;
	}

	.top .sec-1 .title {
		width: 100%;
	}

	.top .sec-1 .sp {
		display: block;
	}

	.top .sec-1 .pc {
		display: none;
	}

	.top .sec-1 .btn-link a {
		margin: 30px auto 0 auto;
	}
}

@media screen and (max-width: 660px) {
	.top .slider-wrap .txt {
		width: 0;
	}

	.top .slider-wrap .slider {
		width: 100%;
	}

	.top .slider-wrap {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.top .slider-wrap .slider .item .img {
		min-height: 400px;
		position: relative;
	}

	.top .slider-wrap .slider .item .img::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(0, 0, 0, 0.4);
	}

	.top .slider-wrap .txt .big img {
		width: 250px;
	}

	.top .sec-1 {
		padding: 40px 10px;
	}

	.top .sec-2 .gallery .item {
		width: 100%;
		margin-bottom: 45px;
	}

	.top .sec-2 .gallery .item:last-child {
		margin-bottom: 0;
	}

	.top .sec-2 .gallery .item-title {
		margin-top: 10px;
	}

	.top .sec-2 {
		padding: 45px 10px;
	}

	.top .sec-3 .txt-2 {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.top .sec-3 {
		padding: 40px 10px;
	}

	.top .sec-4 {
		padding: 50px 0;
	}

	.top .sec-5 {
		padding: 45px 10px;
	}

	.top .sec-5::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.top .sec-5 .title {
		margin-bottom: 14px;
		position: relative;
		z-index: 1;
	}

	.top .sec-5 p {
		position: relative;
		z-index: 1;
	}

	.top .sec-5 .btn-link {
		position: relative;
		z-index: 1;
	}

	.top .sec-5 .btn-link a {
		margin: 0 auto;
	}

	.top .sec-5 .title img {
		width: 270px;
	}

	.top .sec-6 {
		background-size: 96.389vw 61.667vw;
		background-position: center 50px;
		padding: 38vw 10px 45px 10px;
	}

	.top .sec-6 .btn-link a {
		margin: 25px auto 50px auto;
	}

	.top .sec-6 .title-2 img {
		width: 280px;
	}

	.top .sec-6 .btn-link.banabot a {
		margin: 20px auto 80px auto;
	}

	.top .sec-6 .title-3 {
		margin-bottom: 20px;
	}
}

/* End Top */

/* Service */
.service .sec-1 {
	padding: 94px 10px;
}

.service .sec-1 p {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.76;
}

.service .sec-2 {
	background-color: #F1F1F1;
	padding: 104px 0;
}

.service .sec-2 .item {
	max-width: 1560px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 88px;
}

.service .sec-2 .item:last-child {
	margin-bottom: 0;
}

.service .sec-2 .item .img {
	width: 66.92%;
	padding: 60px 0 0 0;
}

.service .sec-2 .item .txt {
	width: 41.79%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 70px 60px;
	min-height: 522px;
}

.service .sec-2 .item .item-title {
	font-size: 32px;
	font-weight: 600;
	position: relative;
	padding-left: 44px;
	margin-bottom: 15px;
}

.service .sec-2 .item .item-title::before {
	content: '';
	position: absolute;
	display: block;
	top: 20px;
	left: 0;
	width: 32px;
	height: 9px;
	background: url('../img/service/icon-1.png') no-repeat center / cover;
}

.service .sec-2 .item .strong-txt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service .sec-2 .item .normal {
	line-height: 1.75;
	margin-bottom: 25px;
}

.service .sec-2 .item .sub-title {
	font-size: 17px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

.service .sec-2 .item .sub-title::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 9px;
	height: 9px;
	z-index: 2;
	background: url('../img/service/icon-2.png') no-repeat center / cover;
}

.service .sec-2 .item .sub-title::after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #0B21A2;
}

.service .sec-2 .item .sub-title .sub-title-txt {
	background-color: #fff;
	padding-left: 19px;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.service .sec-2 .item .normal:last-child {
	margin-bottom: 0;
}

.service .sec-2 .item:nth-child(even) {
	margin-left: auto;
}

.service .sec-2 .item:nth-child(even) .txt {
	right: auto;
	left: 0;
}

.service .sec-2 .item:nth-child(even) .img {
	margin-left: auto;
}

.service .sec-2 .part-2 {
	padding: 192px 0 0 0;
}

.service .sec-2 .part-2 .cont {
	border: 1px solid #0B21A2;
	padding-bottom: 40px;
}

.service .sec-2 .part-2 .pics {
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: -104px auto 40px auto;
}

.service .sec-2 .part-2 .pics .img {
	width: 48.2%;
}

.service .sec-2 .part-2 .title {
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 7px;
}

.service .sec-2 .part-2 .title .title-txt {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.service .sec-2 .part-2 .title .title-txt::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 9px;
	height: 9px;
	display: block;
	background: url('../img/service/icon-2.png') no-repeat center / cover;
}

.service .sec-2 .part-2 .title .title-txt::after {
	content: '';
	position: absolute;
	top: 14px;
	right: 0;
	width: 9px;
	height: 9px;
	display: block;
	background: url('../img/service/icon-2.png') no-repeat center / cover;
}

.service .sec-2 .part-2 p {
	line-height: 1.75;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1366px) {
	.service .sec-2 .item .img {
		padding: 40px 0 0 0;
	}

	.service .sec-2 .item .txt {
		padding: 40px 20px;
		min-height: auto;
	}
}

@media screen and (max-width: 1200px) {
	.service .sec-2 .part-2 .cont {
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}

	.service .sec-2 .item {
		margin-bottom: 120px;
	}

	.service .sec-2 .item .txt {
		width: 56%;
	}
}

@media screen and (max-width: 992px) {
	.service .sec-1 p {
		font-size: 22px;
	}

	.service .sec-2 .item {
		max-width: 600px;
		margin: 0 auto 50px auto;
	}

	.service .sec-2 .item .txt {
		position: static;
		width: 100%;
	}

	.service .sec-2 .item .img {
		width: 100%;
		padding: 0;
	}

	.service .sec-2 .item .item-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 660px) {
	.service .sec-1 {
		padding: 45px 10px;
	}

	.service .sec-2 {
		padding: 50px 0;
	}

	.service .sec-2 .part-2 {
		padding: 160px 0 0 0;
	}

	.service .sec-2 .item .item-title {
		font-size: 24px;
	}

	.service .sec-2 .item .item-title::before {
		top: 14px;
	}

	.service .sec-2 .item .txt {
		padding: 25px 10px;
	}

	.service .sec-2 .item .strong-txt {
		font-size: 18px;
	}

	.service .sec-2 .part-2 .pics .img {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}

	.service .sec-2 .part-2 .pics .img:last-child {
		margin-bottom: 0;
	}

	.service .sec-2 .part-2 .title {
		font-size: 23px;
	}

	.service .sec-2 .item .sub-title {
		margin-bottom: 10px;
	}
}

/* End Service */

/* Results */
.results .sec-1 {
	padding: 94px 10px;
}

.results .sec-1 p {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1.76;
}

.results .sec-2 {
	background-color: #F1F1F1;
	padding: 95px 10px 105px 10px;
}

.results .sec-2 .data table {
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	border: 1px solid #0B21A2;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.results .sec-2 .data {
		border: 1px solid #0B21A2;
	}

	.results .sec-2 .data table {
		border: none;
	}
}

.results .sec-2 .data table tr th {
	background-color: #0B21A2;
	color: #fff;
	text-align: left;
	height: 48px;
	vertical-align: middle;
}

.results .sec-2 .data table tr th:first-child {
	padding-left: 37px;
	width: 30%;
}

.results .sec-2 .data table tr td:first-child {
	padding-left: 45px;
	padding-right: 0;
}

.results .sec-2 .data table tr td {
	background-color: #fff;
	padding: 15px 37px 15px 0;
	position: relative;
}

.results .sec-2 .data table tr td::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 37px;
	width: 100%;
	height: 1px;
	background-color: #0B21A2;
}

.results .sec-2 .data table tr td:last-child::before {
	left: auto;
	right: 37px;
}

.results .sec-2 .data table tr:last-child td::before {
	display: none;
}

@media screen and (max-width: 992px) {
	.results .sec-1 p {
		font-size: 23px;
	}

	.results .sec-2 .data table tr td::before {
		left: 15px;
	}

	.results .sec-2 .data table tr td:first-child {
		padding-left: 15px;
	}

	.results .sec-2 .data table tr td {
		padding-right: 15px;
	}

	.results .sec-2 .data table tr td:last-child::before {
		right: 15px;
	}
}

@media screen and (max-width: 660px) {
	.results .sec-1 {
		padding: 45px 10px;
	}

	.results .sec-1 p {
		font-size: 21px;
	}

	.results .sec-2 {
		padding: 45px 10px;
	}

	.results .sec-2 .data {
		overflow-x: scroll;
	}

	.results .sec-2 .data table {
		width: 660px;
		border: none;
	}
}





/* End Results */

/* Subcontractors */
.subcontractors .title-1 {
	font-size: 42px;
}

.subcontractors .top-banner .top-banner-txt img {
	width: 268px;
}

.subcontractors .sec-1 {
	padding: 90px 10px 95px 10px;
}

.subcontractors .sec-1 .list {
	justify-content: space-between;
	margin-bottom: 30px;
}

.subcontractors .sec-1 .list .item {
	width: 32.758%;
	border: 1px solid #091C8D;
}

.subcontractors .sec-1 .list .item .item-title {
	background-color: #091C8D;
	text-align: center;
	padding: 19px 0;
}

.subcontractors .sec-1 .list .item .item-title img {
	width: 76px;
	display: block;
	margin: 0 auto;
}

.subcontractors .sec-1 .list .item p {
	font-size: 22px;
	font-weight: 600;
	color: #091C8D;
	line-height: 1.636;
	text-align: center;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subcontractors .sec-1 p {
	line-height: 1.75;
}

.subcontractors .sec-1 p .dot {
	font-size: 14px;
	font-weight: 600;
	color: #0B21A2;
}

.subcontractors .sec-2 {
	padding: 90px 10px 98px 10px;
	background-color: #F1F1F1;
}

.subcontractors .sec-2 .list {
	justify-content: center;
	margin-bottom: 30px;
}

.subcontractors .sec-2 .list .btn {
	width: 32.758%;
	margin-right: 0.86%;
}

.subcontractors .sec-2 .list .btn span {
	display: block;
	color: #fff;
	text-align: center;
	background-color: #091C8D;
	font-size: 22px;
	font-weight: 600;
	padding: 30px 0;
	transition: .3s ease;
}

.subcontractors .sec-2 .list .btn:last-child {
	margin-right: 0;
}

.subcontractors .sec-3 {
	padding: 90px 10px 95px 10px;
}

.subcontractors .sec-3 .map {
	max-width: 906px;
	width: 100%;
	margin: 0 auto 30px auto;
	background-color: #F2F3F9;
	justify-content: center;
	align-items: center;
	padding: 35px 0;
}

.subcontractors .sec-3 .map .map-img {
	width: 31.567%;
	margin-right: 7.5%;
}

.subcontractors .sec-3 .map .map-desc {
	width: 36.479%;
}

.subcontractors .sec-3 p {
	line-height: 1.75;
}

.subcontractors .sec-4 {
	background-color: #F1F1F1;
	padding: 85px 10px 95px 10px;
}

.subcontractors .sec-4 .box-ct .item {
	border: 1px solid #091C8D;
	background-color: #fff;
	margin-bottom: 35px;
}

.subcontractors .sec-4 .box-ct .item:last-child {
	margin-bottom: 0;
}

.subcontractors .sec-4 .box-ct .item .item-title {
	background-color: #091C8D;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	padding: 10px 0 10px 30px;
}

.subcontractors .sec-4 .box-ct .item .item-desc {
	padding: 32px 10px 28px 10px;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex {
	justify-content: center;
}

.subcontractors .sec-4 .box-ct .item .item-desc ul {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.636;
	margin-right: 10.34%;
}

.subcontractors .sec-4 .box-ct .item .item-desc ul li {
	position: relative;
	padding-left: 15px;
}

.subcontractors .sec-4 .box-ct .item .item-desc ul li::before {
	content: '●';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	color: #091C8D;
	font-size: 15px;
	font-weight: 600;
}

.subcontractors .sec-4 .box-ct .item .item-desc ul:last-child {
	margin-right: 0;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .img {
	width: 16.81%;
	text-align: center;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .img span {
	display: block;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .img .caption {
	color: #0B21A2;
	margin-top: 8px;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt {
	width: 73.70%;
	padding-right: 60px;
	margin-left: auto;
	position: relative;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt::before {
	content: '';
	position: absolute;
	top: -39px;
	left: -140px;
	display: block;
	width: 141px;
	height: 220px;
	background: url('../img/subcontractors/icon-1.png') no-repeat center / cover;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt .txt-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt p {
	line-height: 1.468;
}

.subcontractors .sec-4 .box-ct .item .item-list {
	padding: 40px 30px;
	font-weight: bold;
	font-size: 19px;
	line-height: 36px;
}

.subcontractors .sec-4 .box-ct .item .item-list span {
	font-size: 16px;
	font-weight: 400;
	/*margin-left: 77%;*/
	float: right;
}

.subcontractors .sec-4 .box-ct .item .item-desc .koe_box {
	/*width: 50%;*/
	width: 100%;
}

.subcontractors .sec-4 .box-ct .item .item-desc .koe_box:nth-child(2n) {
	border-left: solid #0b21a2 1px;

}

.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner01 {
	float: left;
	text-align: center;
	/*width: 30%*/
	width: 20%;
}


.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner01 p {
	font-size: 16px;
	color: #0b21a2;
	margin-top: 10px;
}

.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner02 {
	float: left;
	width: 75%;
	/*margin-left: 4%;*/
	margin-left: 2%;

}

.mar-left02 {
	margin-left: 20px;
}

.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner02 p {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}


.subcontractors .sec-4 p {
	line-height: 1.75;
	margin-top: 29px;
}

.subcontractors .sec-5 {
	padding: 95px 10px 104px 10px;
}

.subcontractors .sec-5 .strong-txt {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}

.subcontractors .sec-5 .contact {
	background-color: #F2F3F9;
	justify-content: center;
	padding: 50px 0 56px 0;
}

.subcontractors .sec-5 .contact .item {
	width: 36.8965%;
	margin-right: 7.3275%;
	text-align: center;
}

.subcontractors .sec-5 .contact .item:last-child {
	margin-right: 0;
}

.subcontractors .sec-5 .contact .item .item-title {
	font-size: 20px;
	margin-bottom: 13px;
}

.subcontractors .sec-5 .contact .item.phone .item-content {
	background-color: #fff;
	text-align: left;
	padding: 37px 75px 30px 75px;
}

.subcontractors .sec-5 .contact .item.phone .item-content a {
	color: #0B21A2;
	font-weight: 600;
	font-size: 28.5px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 19px;
}

.subcontractors .sec-5 .contact .item.phone .item-content a span {
	font-size: 20px;
	color: #727272;
	vertical-align: middle;
}

.subcontractors .sec-5 .contact .item.mail a {
	background-color: #0B21A2;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 50px 0;
}

.subcontractors .sec-5 .contact .item.mail a:hover {
	border-radius: 20px;
}

.subcontractors .sec-5 .contact .item.mail a span {
	display: block;
}

.subcontractors .sec-5 .contact .item.mail a .big {
	font-size: 23px;
}

.subcontractors .sec-5 .contact .item.mail a .small {
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.subcontractors .sec-5 .contact .item {
		width: 45%;
		margin-right: 6%;
	}

	.subcontractors .sec-5 .contact .item.phone .item-content {
		padding: 20px 40px;
	}

	.subcontractors .sec-5 .contact .item.mail a {
		padding: 38px 0;
	}

	.subcontractors .sec-4 .box-ct .item .item-list span {
		/*margin-left: 60%;*/
		
	}

}

@media screen and (max-width: 1130px) {
	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt {
		width: 70%;
	}

	.subcontractors .sec-4 .box-ct .item .item-list span {
		/*margin-left: 35%;*/
		
	}


}

@media screen and (max-width: 992px) {
	.subcontractors .title-1 {
		font-size: 35px;
	}

	.subcontractors .sec-1 .list .item p {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
		height: 100px;
	}

	.subcontractors .sec-2 .list .btn {
		width: 35%;
	}

	.subcontractors .sec-2 .list .btn span {
		font-size: 20px;
	}

	.subcontractors .sec-4 .box-ct .item .item-title {
		font-size: 21px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc ul {
		font-size: 19px;
		margin-right: 7%;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc ul li::before {
		top: 4px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt {
		width: 100%;
		padding-right: 0;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt::before {
		display: none;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt .txt-title {
		font-size: 20px;
	}

	.subcontractors .sec-5 .contact .item .item-title {
		font-size: 18px;
	}

	.subcontractors .sec-5 .contact .item.phone .item-content {
		padding: 20px 20px;
	}

	.subcontractors .sec-5 .strong-txt {
		font-size: 20px;
	}

	.subcontractors .sec-4 .box-ct .item .item-list span {
		/*margin-left: 5%;*/
	}

}

@media screen and (max-width: 750px) {
	.subcontractors .sec-5 .contact .item {
		width: calc(100% - 20px);
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		max-width: 400px;
	}

	.subcontractors .sec-5 .contact .item:last-child {
		margin-bottom: 0;
		margin-right: auto;
	}

	.subcontractors .sec-5 .contact .item.phone .item-content a {
		font-size: 24px;
	}

	.subcontractors .sec-5 .contact .item.mail a .big {
		font-size: 21px;
	}

	.subcontractors .sec-4 .box-ct .item .item-list {
		padding: 20px 15px;
		font-weight: bold;
		font-size: 17px;
		line-height: 33px;
	}

	.subcontractors .sec-4 .box-ct .item .item-list span {
		/*margin-left: 5%;*/
		font-size: 14px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc .koe_box {
		width: 100%;
	}

	.mar-left02 {
		margin-left: 0;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc .koe_box:nth-child(2n) {
		border-top: solid #0b21a2 1px;
		border-left: 0;
		margin-top: 20px;
		padding-top: 20px;
	}

	subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner02 p {
		font-size: 18px;
		margin-top: 10px;
	}

	subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner02 {
		font-size: 14px;
	}




}

@media screen and (max-width: 660px) {
	.subcontractors .top-banner .right {
		background-position: left;
	}

	.subcontractors .sec-1 {
		padding: 45px 10px;
	}

	.subcontractors .title-1 {
		font-size: 28px;
	}

	.subcontractors .sec-1 .list .item {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}

	.subcontractors .sec-1 .list .item:last-child {
		margin-bottom: 0;
	}

	.subcontractors .sec-2 .list .btn {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.subcontractors .sec-2 .list .btn:last-child {
		margin-bottom: 0;
		margin-right: auto;
	}

	.subcontractors .sec-2 .list .btn span {
		font-size: 18px;
		padding: 20px 0;
	}

	.subcontractors .sec-2 {
		padding: 45px 10px;
	}

	.subcontractors .sec-3 {
		padding: 45px 10px;
	}

	.subcontractors .sec-3 .map {
		padding: 25px 10px;
	}

	.subcontractors .sec-3 .map .map-img {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.subcontractors .sec-3 .map .map-desc {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.subcontractors .sec-4 {
		padding: 30px 10px 40px 10px;
	}

	.subcontractors .sec-4 .box-ct .item {
		max-width: 450px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc ul {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc ul:last-child {
		margin-bottom: 0;
	}

	.subcontractors .sec-4 .box-ct .item .item-title {
		font-size: 19px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt .txt-title {
		margin-bottom: 10px;
	}

	.subcontractors .sec-4 .box-ct .item .item-desc.flex-2 .txt p {
		margin-top: 15px;
	}

	.subcontractors .sec-5 {
		padding: 45px 10px 50px 10px;
	}

	.subcontractors .sec-5 .strong-txt {
		font-size: 18px;
	}
}

/* End Subcontractors */

/* Company */
.company .sec-1 {
	padding: 95px 10px 105px 10px;
}

.company .sec-1 .title-1 {
	margin-bottom: 65px;
}

.company .sec-1 .flex .img {
	width: 48.189%;
}

.company .sec-1 .flex .txt {
	width: 47.672%;
	margin-left: auto;
}

.company .sec-1 .flex .txt .title {
	font-size: 26px;
	font-weight: 600;
	border-bottom: 1px solid #0B21A2;
	margin-bottom: 30px;
}

.company .sec-1 .flex .txt p {
	line-height: 1.75;
}

.company .sec-1 .flex .txt .sign {
	text-align: right;
	margin-top: 24px;
}

.company .sec-1 .flex .txt .sign .strong {
	font-size: 20px;
}

.company .sec-2 {
	padding: 95px 10px 104px 10px;
	background-color: #F1F1F1;
}

.company .sec-2 .title-1 {
	margin-bottom: 23px;
}

.company .sec-2 .gallery {
	justify-content: space-between;
}

.company .sec-2 .gallery .item {
	width: 31.2%;
}

.company .sec-3 .title-1 {
	margin-bottom: 23px;
}

.company .sec-3 {
	padding: 95px 10px 105px 10px;
}

.company .sec-3 .data {
	margin-bottom: 0;
}

.company .sec-4 {
	background-color: #F1F1F1;
	padding: 90px 10px 104px 10px;
}

.company .sec-4 .title-1 {
	margin-bottom: 18px;
}

.company .sec-4 .address-list .item {
	margin-bottom: 50px;
}

.company .sec-4 .address-list .item:last-child {
	margin-bottom: 0;
}

.company .sec-4 .address-list p {
	position: relative;
	padding-left: 23px;
	margin-bottom: 6px;
}

.company .sec-4 .address-list p::before {
	position: absolute;
	content: '';
	display: block;
	top: 2px;
	left: 0;
	width: 14px;
	height: 21px;
	background: url('../img/company/mark.png') no-repeat center / cover;
}

.company .sec-4 .address-list .img {
	width: 48.62%;
}

.company .sec-4 .address-list .map {
	width: 48.62%;
	margin-left: auto;
}

.company .sec-4 .address-list .map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.company .data {
	margin-bottom: 50px;
}

.company .data table {
	width: 100%;
}

.company .data table tr:first-child td:first-child {
	border-top: 1px solid #0B21A2;
}

.company .data table tr:first-child td {
	border-top: 1px solid #969696;
}

.company .data table tr td:first-child {
	width: 13.62%;
	border-bottom: 1px solid #0B21A2;
}

.company .data table tr td {
	line-height: 1.75;
	border-bottom: 1px solid #969696;
	padding: 17px 0 17px 27px;
}

.company .data table tr td .min-w-176 {
	min-width: 176px;
	margin-right: 30px;
}

.company .data table tr td .area {
	margin-right: 90px;
}

.company .data table tr td .area:last-child {
	margin-right: 0;
}

.company .data table tr td .area .item {
	display: flex;
	flex-wrap: wrap;
}

.company .data table tr td .area .item .name {
	min-width: 256px;
	margin-right: 43px;
}

@media screen and (max-width: 1100px) {
	.company .data table tr td:first-child {
		width: 25%;
	}

	.company .data table tr td .area {
		margin-right: 60px;
	}
}

@media screen and (max-width: 992px) {
	.company .sec-1 .flex .txt .title {
		font-size: 23px;
	}
}

@media screen and (max-width: 950px) {
	.company .data table tr td .area {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 660px) {
	.company .sec-1 {
		padding: 45px 10px 50px 10px;
	}

	.company .sec-1 .title-1 {
		margin-bottom: 30px;
	}

	.company .sec-1 .flex .img {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.company .sec-1 .flex .txt {
		width: 100%;
	}

	.company .sec-1 .flex .txt .title {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.company .sec-2 {
		padding: 45px 10px 50px 10px;
	}

	.company .sec-2 .title-1 {
		margin-bottom: 10px;
	}

	.company .data table tr td .min-w-176 {
		min-width: auto;
		width: 100%;
		margin-right: 0;
	}

	.company .data table tr td:first-child {
		width: 100%;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
	}

	.company .data table tr td {
		width: 100%;
		float: left;
		border-bottom: 1px solid #ccc;
		padding-left: 0;
		padding-right: 0;
	}

	.company .data table tr:first-child td:first-child {
		border-top: none;
	}

	.company .data table tr:first-child td {
		border-top: none;
	}

	.company .data table tr td .area {
		margin-bottom: 20px;
	}

	.company .data table tr td .area:last-child {
		margin-bottom: 0;
	}

	.company .data table tr td .area .item {
		margin-bottom: 20px;
	}

	.company .data table tr td .area .item:last-child {
		margin-bottom: 0;
	}

	.company .data table tr td .area .item .name {
		margin-right: 0;
		min-width: auto;
		display: block;
		width: 100%;
		font-weight: 600;
	}

	.company .data {
		margin-bottom: 25px;
	}

	.company .sec-2 .gallery .item {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.company .sec-2 .gallery .item:last-child {
		margin-bottom: 0;
	}

	.company .sec-3 {
		padding: 45px 10px 50px 10px;
	}

	.company .sec-3 .title-1 {
		margin-bottom: 10px;
	}

	.company .sec-4 {
		padding: 45px 10px 50px 10px;
	}

	.company .sec-4 .address-list .img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.company .sec-4 .address-list .map {
		width: 100%;
	}

	.company .sec-4 .address-list .map iframe {
		height: 250px;
	}
}

/* End Company */

/* Recruit */
.recruit .sec-1 {
	padding: 120px 10px 0 10px;
	text-align: center;
	margin-top: 55px;
	min-height: 830px;
	background: url('../img/recruit/img-1.jpg') no-repeat center / cover;
}

.recruit .sec-1 .txt-1 {
	margin-bottom: 32px;
}

.recruit .sec-1 .txt-1 img {
	width: 681px;
}

.recruit .sec-1 p {
	line-height: 1.75;
}

.recruit .sec-2 .list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.recruit .sec-2 .list .item .img {
	width: 50%;
	min-height: 420px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.recruit .sec-2 .list .item .txt {
	width: 50%;
	padding: 0 0 0 80px;
}

.recruit .sec-2 .list .item .txt-wrap {
	max-width: 440px;
}

.recruit .sec-2 .list .item .title {
	font-size: 32px;
	font-weight: 600;
	color: #0B21A2;
	margin-bottom: 15px;
}

.recruit .sec-2 .list .item p {
	line-height: 1.75;
}

.recruit .sec-2 .list .item:nth-child(even) .img {
	order: 2;
}

.recruit .sec-2 .list .item:nth-child(even) .txt {
	order: 1;
}

.recruit .sec-2 .list .item:nth-child(even) .txt {
	padding: 0 80px 0 0;
}

.recruit .sec-2 .list .item:nth-child(even) .txt-wrap {
	margin-left: auto;
}

.recruit .sec-3 {
	padding: 90px 10px 100px 10px;
	background-color: #F1F1F1;
}

.recruit .sec-3 p {
	text-align: center;
	line-height: 1.75;
	margin-bottom: 25px;
}

.recruit .sec-3 .title-1 {
	margin-bottom: 30px;
}

.recruit .sec-3 .gallery {
	/*justify-content: space-between;*/
	justify-content: center;
}

.recruit .sec-3 .gallery .item {
	width: 31.72%;
	text-align: center;
}

.recruit .sec-3 .gallery .item .item-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.75;
	margin-bottom: 20px;
}

.recruit .sec-3 .gallery .item .item-title::after {
	content: '';
	display: block;
	width: 199px;
	max-width: 100%;
	height: 1px;
	margin: 15px auto 0 auto;
	background-color: #0B21A2;
}

.recruit .sec-3 .gallery .item .img {
	margin-bottom: 17px;
}

.recruit .sec-3 .gallery .item p {
	line-height: 1.6;
	margin-bottom: 0;
}

.recruit .sec-3 .gallery .item .strong {
	font-size: 18px;
}

.recruit .sec-4 {
	padding: 95px 10px 100px 10px;
}

.recruit .sec-4 .title-1 {
	margin-bottom: 23px;
}

.recruit .sec-4 .list {
	/* justify-content: space-between; */
	justify-content: center;
}

.recruit .sec-4 .list .item {
	width: 23.448%;
	margin: 0 1%;
}

.recruit .sec-4 .list .item a {
	display: block;
	color: #fff;
	height: 100%;
	text-align: center;
	padding: 37px 10px;
	background-color: #0B21A2;
	transition: .3s ease;
}

.recruit .sec-4 .list .item:nth-child(even) a {
	background-color: #5C77EA;
}

.recruit .sec-4 .list .item a:hover {
	border-radius: 20px;
}

@media screen and (max-width: 1440px) {
	.recruit .sec-2 .list .item .txt {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
	}

	.recruit .sec-2 .list .item:nth-child(even) .txt {
		padding-left: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.recruit .sec-3 .gallery .item .item-title {
		font-size: 19px;
	}
}

@media screen and (max-width: 992px) {
	.recruit .sec-2 .list .item .txt {
		padding-left: 30px;
	}

	.recruit .sec-2 .list .item .title {
		font-size: 27px;
	}

	.recruit .sec-2 .list .item:nth-child(even) .txt {
		padding-right: 30px;
	}

	.recruit .sec-3 .gallery .item {
		width: 100%;
		margin-bottom: 40px;
	}

	.recruit .sec-3 .gallery .item:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.recruit .sec-2 {
		padding-top: 25px;
	}

	.recruit .sec-2 .list .item {
		margin-bottom: 30px;
	}

	.recruit .sec-2 .list .item:last-child {
		margin-bottom: 0;
	}

	.recruit .sec-2 .list .item .img {
		width: 100%;
		order: 2;
		min-height: 270px;
	}

	.recruit .sec-2 .list .item .txt {
		width: 100%;
		order: 1;
		padding-left: 10px;
		padding-right: 10px;
	}

	.recruit .sec-2 .list .item .txt-wrap {
		max-width: 100%;
	}

	.recruit .sec-2 .list .item:nth-child(even) .txt {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 660px) {
	.recruit .sec-1 {
		margin-top: 30px;
		min-height: auto;
		padding: 60px 10px 80px 10px;
	}

	.recruit .sec-1 .txt-1 {
		margin-bottom: 20px;
	}

	.recruit .sec-1 p {
		text-shadow:
			2px 0 0 #fff, -2px 0 0 #fff,
			0 2px 0 #fff,
			0 -2px 0 #fff, 1px 1px #fff,
			-1px -1px 0 #fff, 1px -1px 0 #fff,
			-1px 1px 0 #fff;
	}

	.recruit .sec-2 .list .item .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.recruit .sec-3 {
		padding: 45px 10px 50px 10px;
	}

	.recruit .sec-3 .title-1 {
		margin-bottom: 15px;
	}

	.recruit .sec-4 {
		padding: 45px 10px 50px 10px;
	}

	.recruit .sec-4 .list {
		justify-content: space-around;
	}

	.recruit .sec-4 .list .item a {
		padding: 20px 10px;
	}

	.recruit .sec-4 .list .item {
		width: 49%;
		margin: auto auto 10px;
	}
}

/* End Recruit */

/* Message */
.message .sec-1 {
	padding: 95px 10px 0 10px;
	margin-bottom: -218px;
}

.message .title-1 {
	margin-bottom: 65px;
}

.message .sec-1 .content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 432px;
	padding: 88px 0;
	position: relative;
}

.message .sec-1 .content .txt {
	background-color: #0C22A8;
	color: #fff;
	max-width: 538px;
	width: 100%;
	margin-left: auto;
	padding: 45px 60px 35px 60px;
	position: relative;
}

.message .sec-1 .content .txt .number {
	position: absolute;
	bottom: 0;
	right: 3px;
}

.message .sec-1 .content .txt .strong {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.76;
	margin-bottom: 30px;
}

.message .sec-1 .content .txt .fs-18 {
	font-size: 18px;
}

.message .sec-2 {
	padding: 285px 10px 104px 10px;
	background-color: #F1F1F1;
}

.message .sec-2 .list .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 65px;
}

.message .sec-2 .list .item .txt {
	width: 50%;
	padding: 0 28px 0 0;
}

.message .sec-2 .list .item .img {
	width: 50%;
}

.message .sec-2 .list .item:nth-child(even) .txt {
	order: 2;
	padding: 0 0 0 28px;
}

.message .sec-2 .list .item:nth-child(even) .img {
	order: 1;
}

.message .sec-2 .list .item .sub-title {
	font-size: 22px;
	border-bottom: 1px solid #0B21A2;
	margin-bottom: 15px;
}

.message .sec-2 .list .item p {
	margin-bottom: 25px;
}

.message .sec-2 .list .item p:last-child {
	margin-bottom: 0;
}

.message .sec-2 .list .item:last-child {
	margin-bottom: 65px;
}

.message .sec-2 .btn-link a {
	margin: 0 auto;
	width: 272px;
	height: 100px;
}

@media screen and (max-width: 992px) {
	.message .sec-1 .content .txt .strong {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.message .sec-2 .list .item {
		align-items: flex-start;
	}

	.message .sec-2 .list .item .sub-title {
		font-size: 19px;
	}
}

@media screen and (max-width: 660px) {
	.message .sec-1 {
		padding-top: 45px;
	}

	.message .title-1 {
		margin-bottom: 30px;
	}

	.message .sec-1 .content {
		padding: 45px 10px;
		min-height: auto;
		background-position: left;
	}

	.message .sec-1 .content .txt {
		padding: 20px 10px;
		background-color: rgba(12, 34, 168, 0.7);
	}

	.message .sec-1 .content .txt .strong {
		font-size: 20px;
	}

	.message .sec-2 .list .item {
		margin-bottom: 40px;
	}

	.message .sec-2 .list .item .txt {
		width: 100%;
		padding: 0;
		order: 2;
	}

	.message .sec-2 .list .item .img {
		text-align: center;
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}

	.message .sec-2 .list .item:nth-child(even) .txt {
		padding: 0;
	}

	.message .sec-2 .list .item .sub-title {
		font-size: 18px;
	}

	.message .sec-2 .list .item:last-child {
		margin-bottom: 30px;
	}

	.message .sec-2 {
		padding-bottom: 50px;
		padding-top: 265px;
	}
}

/* End Message */

/* Recruit List */
.recruit-list .sec-1 {
	padding: 95px 10px;
}

.recruit-list .sec-1 .contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.recruit-list .sec-1 .contents ul li {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
}

.recruit-list .sec-1 .contents ul li:nth-child(4n) {
	margin-right: 0;
}

.recruit-list .sec-1 .contents ul li:last-child {
	margin-right: 0;
}

.recruit-list .sec-1 .contents ul li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	background-color: #0B21A2;
	transition: .3s ease;
}

.recruit-list .sec-1 .contents.cat-1 ul li a,
.recruit-list .sec-1 .contents.cat-3 ul li a {
	background-color: #5C77EA;
}

.recruit-list .sec-1 .contents ul li a:hover {
	border-radius: 20px;
}

@media screen and (max-width: 992px) {
	.recruit-list .sec-1 .contents ul li {
		width: 48%;
	}

	.recruit-list .sec-1 .contents ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 660px) {
	.recruit-list .sec-1 {
		padding: 45px 10px;
	}

	.recruit-list .sec-1 .contents ul li {
		width: 100%;
		max-width: 550px;
		margin-right: auto;
		margin-left: auto;
	}

	.recruit-list .sec-1 .contents ul li:nth-child(2n) {
		margin-right: auto;
	}

	.recruit-list .sec-1 .contents ul li:nth-child(4n) {
		margin-right: auto;
	}
}

/* End Recruit List */

/* Recruit Detail */
.recruit-detail .contents {
	padding: 95px 10px;
}

.recruit-detail table {
	width: 100%;
	margin-bottom: 50px;
}

.recruit-detail table tr td:first-child {
	width: 17%;
	border-bottom: 1px solid #0B21A2;
}

.recruit-detail table tr td {
	line-height: 1.75;
	border-bottom: 1px solid #969696;
	padding: 17px 0 17px 27px;
}

.recruit-detail table tr:first-child td:first-child {
	border-top: 1px solid #0B21A2;
}

.recruit-detail table tr:first-child td {
	border-top: 1px solid #969696;
}

.recruit-detail .btn-link a {
	margin: 0 auto;
	width: 250px;
}

@media screen and (max-width: 992px) {
	.recruit-detail table tr td:first-child {
		width: 24%;
		padding-left: 10px;
	}
}

@media screen and (max-width: 660px) {
	.recruit-detail .contents {
		padding: 45px 10px;
	}

	.recruit-detail table tr td {
		float: left;
		width: 100%;
		padding-left: 0;
		border-bottom: 1px solid #ccc;
	}

	.recruit-detail table tr td:first-child {
		width: 100%;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
		padding-left: 0;
	}

	.recruit-detail table tr:first-child td:first-child {
		border-top: none;
	}

	.recruit-detail table tr:first-child td {
		border-top: none;
	}
}

/* End Recruit Detail */

/* Contact */
.contact .top-banner .top-banner-txt img {
	width: 266px;
}

.contact .sec-1 {
	padding: 95px 10px 105px 10px;
}

.contact .sec-1 p {
	text-align: center;
	line-height: 1.75;
}

.contact .req {
	display: inline-block;
	background-color: #0020EE;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 7px 9px;
	margin-right: 4px;
}

.contact .sec-2 {
	background-color: #F1F1F1;
	padding: 95px 10px 103px 10px;
}

.contact .sec-2 form {
	max-width: 636px;
	width: 100%;
	margin: 0 auto;
}

.contact .sec-2 form .row {
	margin-bottom: 28px;
}

.contact .sec-2 form .row-title {
	margin-bottom: 10px;
}

.contact .sec-2 form .row-title .req {
	background-color: #0B21A2;
	margin-left: 9px;
}

.contact .sec-2 form .radio label {
	margin-right: 20px;
}

.contact .sec-2 form .radio label:last-child {
	margin-right: 0;
}

.contact .sec-2 form input[type="radio"] {
	margin-right: 7px;
	width: 14px;
	height: 14px;
	font-family: inherit;
}

.contact .sec-2 form input[type="text"],
.contact .sec-2 form input[type="email"] {
	width: 100%;
	height: 57px;
	border: 1px solid #969696;
	outline: none;
	text-indent: 10px;
	font-family: inherit;
	display: block;
}

.contact .sec-2 form input[type="text"]::-ms-clear,
.contact .sec-2 form input[type="email"]::-ms-clear {
	display: none;
}

.contact .sec-2 form textarea {
	width: 100%;
	height: 159px;
	border: 1px solid #969696;
	outline: none;
	padding: 10px;
	resize: none;
	font-family: inherit;
	display: block;
	-ms-overflow-style: none;
}

.contact .sec-2 form .agreed {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 53px;
}

.contact .sec-2 form .agreed input {
	width: 19px;
	height: 19px;
	top: -2px;
	position: relative;
	margin-right: 5px;
}

.contact .sec-2 form .btn-link button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 100px;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background-color: #0B21A2;
	transition: .3s ease;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.contact .sec-2 form .btn-link button:hover {
	border-radius: 20px;
}

@media screen and (max-width: 660px) {
	.contact .sec-1 {
		padding: 45px 10px 50px 10px;
	}

	.contact .sec-2 {
		padding: 45px 10px 50px 10px;
	}

	.contact .sec-2 form .radio label {
		display: block;
		margin-right: 0;
	}

	.contact .sec-2 form input[type="text"],
	.contact .sec-2 form input[type="email"] {
		height: 35px;
	}

	.contact .sec-2 form textarea {
		height: 100px;
	}

	.contact .sec-2 form .agreed {
		margin: 25px 0;
	}
}

/* End Contact */

/* News */
.news-page .title-1 {
	margin-bottom: 65px;
}

.news-page .sec-1 {
	padding: 95px 10px 100px 10px;
}

.news-page .news-wrap ul li {
	padding-left: 58px;
}

.news-page .pagi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

.news-page .pagi>a {
	text-align: center;
	background-color: #000;
	width: 40px;
	height: 40px;
	color: #fff;
	display: block;
	line-height: 40px;
	font-weight: 600;
	transition: .3s ease;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-page .pagi .overPagerPattern {
	text-align: center;
	background-color: #000;
	width: 40px;
	height: 40px;
	color: #fff;
	display: block;
	line-height: 40px;
	font-weight: 600;
	transition: .3s ease;
	margin-right: 10px;
}

.news-page .pagi>a:hover,
.news-page .pagi>a.current {
	background-color: #0B21A2;
}

@media screen and (max-width: 880px) {
	.news-page .news-wrap ul li {
		padding-left: 0;
	}
}

@media screen and (max-width: 660px) {
	.news-page .sec-1 {
		padding: 45px 10px 50px 10px;
	}

	.news-page .title-1 {
		margin-bottom: 30px;
	}

	.news-page .pagi {
		margin-top: 35px;
	}
}

/* End News */

/* News Detail */
.news-detail .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #0B21A2;
	font-size: 24px;
	color: #0B21A2;
}

.news-detail .date {
	margin: 12px 0 10px 0;
	font-size: 14px;
	color: #0B21A2;
}

.news-detail .btn-link {
	margin-top: 50px;
}

.news-detail .btn-link button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 80px;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background-color: #0B21A2;
	transition: .3s ease;
	outline: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.news-detail .btn-link button:hover {
	border-radius: 20px;
}

@media screen and (max-width: 992px) {
	.news-detail .title {
		font-size: 22px;
	}
}

@media screen and (max-width: 660px) {
	.news-detail .title {
		font-size: 20px;
	}
	
	
.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner01 {
	width: 100%;
}


.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner01 p {
	font-size: 14px;
}

.subcontractors .sec-4 .box-ct .item .item-desc .koe_box .koe_inner02 {
	width: 96%;

}	
	
	
	
	
}



.map_ab{
	width:100%;
	position:relative;
}
.maplink{
	position:absolute;
	top:0;
	left:0;
}





/* End News Detail */