@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::: */

h1 {
	font-size: 7px;
	text-indent: -999em;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 70px;
	display: inline;
}
h3 {
	font-size: 22px;
	display: inline;
	margin: 0 0 0 2em;
}
h5 {
	font-size: 40px;
	line-height: 1.8em;
	border-bottom: 1px dotted #B9B9B9;
	margin: 0 auto 20px;
	text-align: center;
}
.container {
	margin: 0px auto;
}
@media (max-width: 640px) {
	h2 {
	font-size: 50px;
		display: block;
	}
	h3 {
	font-size: 20px;
		display: block;
		margin: 0 0 2em 0;
	}
}
.title {
	margin: 30px 0;
	width: 100%;
}
.title h4 {
	font-size: 1rem;
	line-height: 1.8em;
	text-align: left;
	margin: 1em auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#carousel_top  {
	margin: 0 auto;
}
/* Service */
#service {
	background: #e2e7ed;
	padding-top: 10px;
	padding-bottom: 100px;
}
.sercon {
	margin: 0 auto 30px;
}
.sercon img {
	width: 150px;
}
.sercon h4 {
	font-size: 1.5em;
	text-align: center;
	margin: 1em auto;
}
.sercon p {
	max-width: 220px;
	margin: 0 auto;
}
@media (min-width: 992px) {
.sercon h4 {
	font-size: 1.3em;
	height: 2em;
}
}
/* Works */
#works {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 100px;
}

.swiper-custom-parent {
	width: 100%;
	position: relative;
}
.swiper-container {
	width: 90%;
}
	.swiper-wrapper {
		text-align: center;
	}
.swiper-button-prev {
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 5px #697b91;
	border-right: solid 5px #697b91;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-image: none;
}
.swiper-button-next {
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 5px #697b91;
	border-right: solid 5px #697b91;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: none;
}
	.swiper-slide {
		width: 260px;
		padding: 30px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.20));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.20));
	}


/* Work Flow */
#workflow {
	background: #d1dbe4;
	padding-top: 10px;
	padding-bottom: 100px;
}
.flowcon {
	color: #fff;
	line-height: 2em;
	margin: 1px auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flowbox {
	background: #515360;
	max-width: 300px;
	padding: 20px 20px 40px;
}
.flowbox p {
	margin: auto 10px;
	height: 8em;
}

/* About */
#about {
	color: #333;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 100px;
}
#about dt {
	font-size: 0.9em;
	font-weight: normal;
	width: 100px;
}
#about dd {
	padding: 0 auto 1em;
}
.google-maps iframe {
	width: 100%;
	height: 250px;
	-webkit-filter: grayscale(0.9);
	filter: grayscale(0.9);
}

/* Contact */
#contact {
	color: #333;
	padding: 20px 10px 50px;
	margin: 0;
	background: #EDF4FB;
}
.privacy {
	font-size: 12px;
	color: #7A7A7A;
	width: 100%;
	height: 100px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 20px;
	background: #F5F7F8;
}
.privacy h3 {
	font-size: 16px;
	display: block;
	margin: 0 0 10px 0;
}
.privacy h4 {
	font-size: 14px;
	display: block;
	margin: 10px 0 10px 0;
}
#contact .form-row {
	margin: 10px 0;
}
#contact .btn {
	color: #fff;
	background: #AD3CB8;
}
form {
	width: 90%;
	margin: 10px auto;
}

#contact .tel {
	display: block;
	font-size: 30px;
	border: 1px solid #124488;
	padding: 35px 0 0;
	min-width: 350px;
}
#contact .tel p {
	font-size: 14px;
	padding-left: 40px;
}
#contact .mail {
	display: block;
	font-size: 30px;
	padding: 0 0 0;
	margin: 0 20px;
	min-width: 350px;
}
.icon-phone {
	font-size: 32px;
	padding: 0 0 2px;
}
.icon-mail {
	font-size: 64px;
	padding: 10px 0 0;
}
@media (max-width: 420px) {
	#contact .tel {
		font-size: 20px;
		min-width: 200px;
	}
	#contact .tel p {
		padding-left: 0px;
	}
	#contact .mail {
		min-width: 200px;
	}
	#contactus .mail a {
		font-size: 14px;
	}
}

/* fadeinup --> */
.fadeinup {
	opacity: 0.1;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
/* <-- fadeinup */