@charset "utf-8";

@media (max-width: 767px) {
	#pageTop {
	height: 55px;
	}
	#header {
	background-color: #fff;
	}
	#pankuzu {
	display: none;
	}
}

/* CONTAINER */
#titleSCT {
position: relative;
background: url("../img/service/bg.jpg") no-repeat center center;
background-size: cover;
height: 240px;
}
#titleSCT .cont {
padding: 76px 20px 20px 20px;
}
#titleSCT p {
position: relative;
padding-left: 45px;
font-family: 'Fjalla One', sans-serif;
font-size: 40px;
font-weight: normal;
color: #0068b7;
}
#titleSCT p::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #2d67a3;
width: 40px;
height: 1px;
}
#titleSCT h1 {
margin-top: -11px;
padding-left: 45px;
font-size: 18px;
font-weight: bold;
}
@media (min-width: 768px) {
	#titleSCT {
	padding: 0 20px;
	height: 480px;
	}
	#titleSCT .cont {
	margin: 0 auto;
	padding: 207px 0 20px 0;
	max-width: 1000px;
	}
	#titleSCT p {
	padding-left: 60px;
	font-size: 48px;
	}
	#titleSCT p::before {
	width: 50px;
	}
	#titleSCT h1 {
	margin-top: -6px;
	padding-left: 60px;
	font-size: 22px;
	}
}
#greetSCT {}
#greetSCT .cont {
padding: 40px 20px 20px 20px;
}
#greetSCT h2 {
position: relative;
margin-bottom: 16px;
padding-left: 45px;
font-size: 18px;
font-weight: bold;
color: #0068b7;
}
#greetSCT h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #2d67a3;
width: 40px;
height: 1px;
}
#greetSCT h3 {
margin-top: 25px;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
}
#greetSCT p {
font-size: 14px;
line-height: 1.73;
}
@media (min-width: 768px) {
	#greetSCT {
	padding: 0 20px;
	}
	#greetSCT .cont {
	margin: 0 auto;
	padding: 100px 0 50px 0;
	max-width: 1000px;
	}
	#greetSCT h2 {
	margin-bottom: 26px;
	font-size: 22px;
	}
	#greetSCT h3 {
	margin: 49px 45px 15px 45px;
	font-size: 18px;
	}
	#greetSCT p {
	margin-right: 45px;
	margin-left: 45px;
	font-size: 14px;
	}
}
#navSCT {
overflow: hidden;
}
#navSCT .cont {
padding: 20px 20px 20px 20px;
}
#navSCT .block div {
position: relative;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin-bottom: 20px;
height: 260px;
text-align: center;
cursor: pointer;
}
#NAV_BLK1 div {
background-image: url("../img/service/bg_nav1.jpg");
}
#NAV_BLK2 div {
background-image: url("../img/service/bg_nav2.jpg");
}
#NAV_BLK3 div {
background-image: url("../img/service/bg_nav3.jpg");
}
#NAV_BLK4 div {
background-image: url("../img/service/bg_nav4.jpg");
}
#navSCT .block div::before {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
content: '';
position: absolute;
left: 0;
top: 0;
display: block;
width: 0;
height: 260px;
background-color: rgba(255,255,255,0.0);
}
#navSCT .block.hover div::before {
width: 100%;
background-color: rgba(255,255,255,0.3);
}
#navSCT .block div::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
display: block;
background-image: url("../img/service/nav_arw.png");
background-size: 50px auto;
width: 50px;
height: 50px;
visibility: visible;
}
#navSCT .block h3 {
margin-bottom: -3px;
padding: 105px 0 0 0;
font-size: 20px;
color: #fff;
}
#navSCT .block h3 a {
color: #fff;
}
#navSCT .block p {
font-family: 'Fjalla One', sans-serif;
font-size: 14px;
color: #fff;
}
@media (min-width: 768px) {
	#navSCT {
	padding: 0 40px;
	}
	#navSCT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0 60px 0;
	max-width: 940px;
	}
	#navSCT .block {
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 50%;
	}
	#navSCT .block:nth-child(odd) {
	padding-right: 20px;
	float: left;
	}
	#navSCT .block:nth-child(even) {
	padding-left: 20px;
	float: right;
	}
	#navSCT .block div {
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	height: 350px;
	text-align: center;
	cursor: pointer;
	}
	#navSCT .block div::before {
	height: 350px;
	}
	#navSCT .block h3 {
	margin-bottom: 3px;
	padding: 147px 0 0 0;
	}
}