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

.service-head-main{
	background: url("../images/bg2.png");
	width: 100%;
	margin-left: 0;
	height: 30vw;
	background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.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%;
}

h2.about-section-title {
	color: #1749D6;
	font-size: 48px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


.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;
	}
	h2.about-section-title {
		color: #1749D6;
		font-size: 24px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}

}

.number {
	font-size: 24px;
}

.main h2{
	font-size: 36px;
	padding: 30px;
}

.main p{
	font-size: 24px;
	line-height: 48px;
}

@media(max-width:980px){
	.number{
		font-size: 6vw;
	}
	
	.main h2{
		font-size: 30px;
		padding: 20px;
	}

	.main p{
		font-size: 20px;
		line-height: 36px;
	}
}

h2.contact-section-title {
	color: #1749D6;
	font-size: 36px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

@media(max-width:980px){
	h2.contact-section-title{
		font-size: 7vw;
	}
	
	
}

section.about-section .container {
	border-radius: 10px;
	background: #eee;
	padding: 20px;
	margin: 50px auto;
}
