@charset "UTF-8";
/****************************************
	main
****************************************/
main {
}

section#main-back {
	background:url(../img/back.jpg);
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

section#main-back .main-cover {
	position:relative;
	min-height:70vh;
	display:flex;
	align-items:center;
	padding:0px 20px;
	color:#fff;
}

section#main-back .main-cover .main-txt {
	width:100%;
	max-width:1200px;
	margin:0px auto;
	text-align:center;
}

section#main-back .main-cover .main-txt .main-sub-title {
	font-size:26px;
	margin-bottom:10px;
	font-weight:800;
}

section#main-back .main-cover .main-txt .main-title {
	font-weight:800;
	font-size:80px;
}






section#greeting {
	position:relative;
	padding:150px 5% 150px;
	width:100%;
	overflow:hidden;
}

section#greeting .g-img {
	position:absolute;
	top:0;
	right:0;
	width:40%;
	height:100%;
	overflow:hidden;
}

section#greeting .g-img img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	height:100%;
}

section#greeting .g-box {
	width:60%;
}

section#greeting h2 {
	color:#012b57;
}


section#greeting p span {
	display:inline-block;
}









section#company {
	position:relative;
	padding:150px 5% 150px;
	width:100%;
	overflow:hidden;
	background:#012b57;
}

section#company .c-img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%;
	overflow:hidden;
}

section#company .c-img img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	height:100%;
}

section#company .flex {
	flex-direction:row-reverse;
}

section#company .c-box {
	width:60%;
}

section#company .c-box .c-info {
	padding-left:50px;
}

section#company h2 {
	color:#fff;
	font-size:60px;
}


section#company p {
	color:#fff;
}

section#company p span {
	display:inline-block;
}






section#business {
	position:relative;
	width:100%;
	padding:70px 0px 70px;
	background:#eceff2;
	overflow:hidden;
}

section#business .flex {
	align-items:center;
}

section#business .b-reverse {
	flex-direction:row-reverse;
}

section#business .b-img {
	width:52%;
	font-size:0;
}

section#business .b-img img {
	width:100%;
}

section#business .b-info {
	width:48%;
	padding:0px 50px;
}

section#business .b-info .b-title {
	font-size:36px;
	color:#012b57;
}






section#access {
	position:relative;
	width:100%;
	padding:70px 5% 70px;
	background:url(../img/back_profile.jpg);
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

section#access .a-box {
	width:50%;
}

section#access .a-box table {
	width:98%;
}

section#access .a-box th {
	width:35%;
	border-bottom:1px solid #c0c0c0;
	padding:30px 10px;
	font-weight:300;
	text-align:left;
}

section#access .a-box td {
	width:65%;
	border-bottom:1px solid #c0c0c0;
	padding:30px 10px;
	font-weight:300;
	text-align:right;
}

section#access .a-box iframe {
	width:100%;
	height:600px;
}



section#contact {
	position:relative;
	width:100%;
	padding:150px 10px 150px;
	background:url(../img/back_contact.jpg);
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

section#contact .c-info {
	width:50%;
	position:relative;
	padding:10px;
}

section#contact h2 {
	font-size:36px;
	color:#fff;
}

section#contact h2 span {
	color:#fff;
}

section#contact p {
	color:#fff;
	padding:0px 30px 0px 0px;
	margin:20px0px 0px;
	width:70%;
}

section#contact p span {
	display:inline-block;
}

section#contact .c-form {
	width:50%;
}

section#contact .c-box {
	width:100%;
	margin:40px auto 20px;
}

section#contact .c-box .c-title {
	color:#fff;
}

section#contact .c-box input[type="text"],
section#contact .c-box input[type="tel"],
section#contact .c-box input[type="email"],
section#contact .c-box textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width:100%;
	border:1px solid #c0c0c0;
	padding:10px;
	font-size:16px;
}

section#contact .c-box .contact-btn  {
	display:block;
	width:100%;
}

section#contact .c-box input[type="submit"]  {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	position: relative;
	padding:10px;
	width:150px;
	color: #fff;
	font-size:12px;
	background:#fb2056;
	transition: 0.4s;
	letter-spacing:0.4em;
	border-radius:60px;
}


section#contact .c-box .wpcf7-not-valid-tip {
	color:#f00;
}

section#contact .wpcf7-response-output {
	margin:0px auto;
	width:100%;
	max-width:500px;
	color:#fff;
	padding:10px;
}


@media screen and (max-width:768px){

	section#main-back .main-cover .main-txt .main-sub-title {
		font-size:20px;
	}

	section#main-back .main-cover .main-txt .main-title {
		font-size:50px;
	}


	section#greeting {
		padding:40px 5%;
	}
	
	section#greeting .g-img {
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		height:auto;
		overflow:hidden;
	}

	section#greeting .g-img img {
		position:relative;
		top:auto;
		left:auto;
		transform:none;
		-webkit- transform:none;
		height:auto;
		width:100%;
	}

	section#greeting .g-box {
		width:100%;
		margin:50px 0px 0px;
	}

	section#greeting h2 {
		text-align:center;
	}
	
	section#greeting p {
		text-align:center;
	}


	section#company {
		padding:40px 5%;
	}
	
	section#company .c-img {
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		height:auto;
		overflow:hidden;
	}

	section#company .c-img img {
		position:relative;
		top:auto;
		left:auto;
		transform:none;
		-webkit- transform:none;
		height:auto;
		width:100%;
	}

	section#company .c-box {
		width:100%;
		margin:50px 0px 0px;
	}
	
	section#company .c-box .c-info {
		padding-left:0px;
	}
	
	section#company h2 {
		text-align:center;
	}
	
	section#company p {
		width:100%;
		text-align:center;
	}


	section#business .b-img {
		width:100%;
	}

	section#business .b-img img {
		width:100%;
		padding:0px 5% 20px;
	}

	section#business .b-info {
		width:100%;
	}

	section#business .b-info .b-title {
		font-size:22px;
	}

	section#access .a-box {
		width:100%;
	}

	section#access .a-box iframe {
		height:400px;
	}



	section#contact {
		padding:70px 10px 70px;
	}
	
	section#contact .c-info {
		width:100%;
	}

	section#contact h2 {
		text-align:center;
	}

	section#contact p {
		width:100%;
		text-align:center;
	}

	section#contact .c-form {
		width:100%;
	}

}





@media screen and (max-width:480px){


	section#main-back .main-cover .main-txt .main-sub-title {
		font-size:16px;
	}

	section#main-back .main-cover .main-txt .main-title {
		font-size:36px;
	}

	section#access .a-box th {
		display:block;
		width:100%;
		border-bottom:none;
		padding:30px 10px 5px;
		text-align:center;
	}

	section#access .a-box td {
		display:block;
		width:100%;
		padding:5px 10px 30px;
		text-align:center;
	}



}


