@charset "UTF-8";

body{
	line-height: 1.6;
}
ol, ul {
    padding-left: 1rem;
}
th, td{
	vertical-align: middle;
}
#service p{
	text-align: justify;
}
#service h2,#corp h2{
	font-weight: bold!important;
}
#service h3,#corp h3{
	font-weight: bold!important;
}
h1, #recruit h2{
	font-weight: bold;
	margin: 2rem auto;
	text-align: center;
	margin-bottom: 3rem;
}
#service h1::after,#corp h1::after, #recruit h2::after{
	content: "";
	display: block;
	position: relative;
	border-radius: 30px;
	width: 200px;
	height: 4px;
	background: #333333;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
}
#home-top h2{
	font-size: 1.4rem;
	margin-bottom: 30px;
	font-weight: bold;
	padding: 0 20px;
}
#home-top h2::before{
	display: block;
	content: "";
	margin-top: 7px;
	width: 100%;
	height: 3px;
	border-radius: 30px;
	margin: auto;
	background: rgba(255,255,255,.7);
    margin-bottom: 15px;
}
#home-top h2::after{
	display: block;
	position: relative;
	content: "";
	margin-top: 7px;
	width: 100%;
	height: 3px;
	border-radius: 30px;
	top: 15px;
	right: 0;
	left: 0;
	margin: auto;
	background: rgba(255,255,255,.7);
}
#corp table th, #corp table tr, #corp table td{
	padding: 1rem!important;
}
.wrapper-ef{
	padding-top: 120px;
	padding-bottom: 60px;
	background-color: #efefef;
}
.wrapper-f{
	margin: 0 auto;
	padding: 20px 0 40px 0;
	border-radius:  1.5rem;
	background-color: #ffffff !important;
}
.about-section {
	background: linear-gradient(to bottom, #000 10%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 80%);
}
.cover {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 8rem;
	padding-bottom: 2rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 70%, #000 100%), url("/img/DSCF3383.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-color: #222222;
}
.cover h1 {
	font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	letter-spacing: 0.6rem;
	background: linear-gradient(rgba(254, 255, 254, 0.6), rgba(255, 255, 255, 0.8));
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 3rem;
	line-height: 4rem;
}
.svg-inline--fa {
	display: var(--fa-display,inline-block);
	height: 1em;
	overflow: visible;
	vertical-align: -0.125em;
}
.phototest {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 1) 60%, #000 100%), url(/static/img/service03.png)
}
.phototest2 {
    background: linear-gradient(to bottom, rgba(215, 215, 215, 0.8) 80%, rgba(255, 255, 255, 0.4) 100%, #000), url(/static/img/home01.jpg);
}
.card-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}
.text-white-70 {
	color: rgba(255,255,255,.7)!important;
}
footer ul li a::after {
	content: "|";
	padding: 0 0px 0 15px;
}	
footer ul li:last-child a::after{
	content: "";
	padding: 0 0;
}
.error-message{
	color: #bf0000;
	font-weight: bold;
	font-size: 14px;
}
textarea.form-control{
	min-height: 150px !important;
}
.form-control{
	min-height: 35px!important;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
		padding-right: 40px;
		padding-left: 40px;
	}	
}
@media (min-width: 1200px) {
	.container-sm {
		max-width: 1140px;
	}
}
@media (min-width: 992px) {
	#home-top h2 {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	.cover h1 {
		font-size: 4.5rem;
		line-height: 8rem;
	}
	#home-top h2::before{
		margin-bottom: 25px;
	}
	#home-top h2::after{
		top: 25px;
		margin-bottom: 20px;
	}
}
@media (min-width: 575px) {
	#home-top h2 {
		font-size: 1.4rem;
		line-height: 1.5em;
	}
}
@media (max-width: 575px){
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding: 0 0;
	}
	.container, .container-sm {
		max-width: 95%;
	}
	.wrapper-f {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	h1 {
		margin: 1rem auto;
		margin-bottom: 3rem;
	}
	th{
		width: 34%;
	}
	#service .img-fluid{
		width: 100%!important;
	}
	.text-small {
		font-size: 13px;
	}
	.cover {
		padding: 6rem 0 1rem 0;
		min-height: inherit;
	}
	#home-top h2 {
		font-size: 1.2rem;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#home-top h2::after {
		margin-top: 0px;
	}
}
