@charset "UTF-8";
/* CSS Document */

.company-title{
	background-color: #18468e;
	padding: 30px;
	text-align: center;
}

.company-title h2{
	font-size: 3.0rem;
	color: #FFFFFF;
}

.company-description{
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
	margin-bottom: 5%;
}

.access{
	width: 100%;
}

.company-table{
	border: 1px solid #b5b5b5;
	margin: 0 auto;
	width: 80%;
	max-width: 750px;
}

.company-list{
	list-style: none;
	display: flex;
	flex-direction: column;
	margin-right: 3%;
	padding-left: 15px;
}

.list{
	padding: 30px 0;
}

.list,.list.flex,.list:last-child,.list:first-child{
	display: flex;
	justify-content: flex-start;
}

.list-style{
	margin-right: 10px;
	font-size: 1em;
	width: 20%;
}

.list:not(:last-child){
	border-bottom: 1px solid #b5b5b5;
}

.access p{
	font-size: 18px;
	margin-bottom: 5%;
}

.google-map iframe
{
	width: 450px;
	height: 340px;
}

@media screen and (max-width:1080px){
	.company-title{
		font-size: 1.8rem;
		padding: 15px 0px;
	}
	
	.company-description{
		display: block;
	}
	
	.company-table{
		margin: 0 auto;
	}
	
	.google-map{
		width: 96% !important;

		height: auto !important;
		margin: 0 auto;
	}
	
	.google-map iframe{
		width: 100%;
		height: 450px;
	}
}

.service-head-main{
	display: flex;
	width: 100%;
	margin-left: 0;
	height: 30vw;
	background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.service-head-main img
{
	display: block;
	width: 35%;
    object-fit: cover;
}
.service-head-main h1{
	color: #fff;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: skewX(-10deg) translate(-50%,-50%);
	font-size: 48px;
	font-weight: normal;
}

.service-head-main .head-main-3-right{
	left: -60%;
	transform: skewX(-30deg);
}

.head-main-3-right.right2{
	left: -50%;
}

.sevice-text{
	width: 50%;
}

.service-image {
	width: 50%;
	min-height: 500px;
}

.service-image img {
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

.services h2.section-title{
	position: relative;
    text-align: center;
    color: #000;
    width: 100%;
    margin: 5% auto;
    transform: translateX(0);
	font-size: 36px;
}

.services .row{
	min-height: auto;
}

.service-text {
	width: 50%;
}

.service-box.row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 400px;
}


.head-main-3-right{
	height: 100%;
	width: 100%;
}

@media(max-width:780px){
	
	.services h2.section-title{
		font-size: 10vw;
		margin: 20px 0;
	}
	.service-box.row{
		flex-direction: column-reverse;
		min-height: 300px;
	}
	
	.service-box:nth-child(2).row{
		flex-direction: column-reverse;
	}
	.service-box:nth-child(3).row{
		flex-direction: column;
	}
	
	.service-text,.service-image{
		width: 100%;
	}
	
	.service-image{
		height: 220px;
		min-height: 220px;
	}
	
	.service-image img{
		min-height: 100%;
	}
	
	.service-head-main{
		height: 350px;
	}
	
	.services{
		padding: 30px 20px;
	}
}
.col-2 {
	width: 50%;
}

.company-table{
	width: 90%;
}

img.wi80{
	display: block;
}

@media(max-width:980px){
	.col-2{
		width: 98%;
	}
	.main .service-head-main + .row{
		flex-direction: column;
	}
	
	.company-table{
		width: 100%;
	}
}
.list-content {
	width: 80%;
}
