@charset "UTF-8";
html {
	position: relative!important;
	z-index: 100000000!important;
}
#container {
	background-color: #FFF;
}
/*--------------------------
 FIX
----------------------------*/
.gotop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	color: white;
	font-size: 12px;
	display: none;
	background-image: url(../images/pageup.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	z-index: 1000;
}
/*--------------------------
 HIDDEN
----------------------------*/
.hidden_smart {

}
.hidden_pc {
	display: none;
}
.br_smart br {

}
.br_pc br {
	display: none;
}
.away {
}


/*--------------------------
 CONTENTS
----------------------------*/
#contents {
	
}
/*--------------------------
 IMAGE HOME NAV
----------------------------*/
.header_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.header_nav ul {
	
}
.header_nav li {
	float: left;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.header_nav li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_nav li a:hover {
	background-color: #00498a;	
}
.right_drawer_menu {
	
}
/*--------------------------
 IMAGE
----------------------------*/
.image_main {
	background-image: url(../images/image_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*height: 100vh;*/
	/*min-height:500px;*/
	background-size: cover;
	position: relative;
	height: 300px;
}
.image_main_logo {
	display: none;
}
.image_main_logo_smart {
	text-align: center;
	padding-top: 20px;
}
.image_main_logo_smart img {
	height: auto;
	width: 160px;
}
.image_main_chars {
	text-align: center;
	color: #FFF;
	-webkit-box-align: center; /* safari, Chrome対応 */
	-moz-box-align: center;    /* Firefox対応 */
	-o-box-align: center;      /* Opera対応 */
	-ms-box-align: center;     /* IE対応 */
	box-align: center;
	display: block;
	position: absolute;
	transform: translate(50%, 50%);
	/*transform: translate(-50%, -50%);*/
	/*transform: translateX(-50%) translateY(-50%);*/
	width: 100%;
	/*top: 50%;
	left: 50%;*/
	bottom: 65%;/* IE11 STEP */
	right: 50%;/* IE11 STEP */
}
.image_main_chars_copy {
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 480px) {
.image_main_chars_copy {
	font-size: 34px;
	line-height: 38px;
}
}
@media screen and (max-width: 320px) {
.image_main_chars_copy {
	font-size: 30px;
	line-height: 36px;
}
}
.image_main_chars_p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
.image_main_chars_p br {
	display: none;	
}
.image_scroll_arrow {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
}
/*--------------------------
 REGULAR
----------------------------*/
.section_title {
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrapper800 {

}
/*--------------------------
 IMAGE REGULAR
----------------------------*/
.image_realestate {
	background-image: url(../images/image_realestate.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:430px;
	background-size: cover;
	position: relative;
}
.image_construction {
	background-image: url(../images/image_construction.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:430px;
	background-size: cover;
	position: relative;
}
.image_consulting {
	background-image: url(../images/image_consulting.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:430px;
	background-size: cover;
	position: relative;
}
.image_energy {
	background-image: url(../images/image_energy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:430px;
	background-size: cover;
	position: relative;
}
/*--------------------------
 GOOGLE MAP IFRAME
----------------------------*/
.ggmap {
	position: relative;
	height: 400px;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
/*--------------------------
 FOOTER
----------------------------*/
footer {
	background-color: #333;
	position: relative;
	z-index: 0;
	background-image: url(../images/black.png),url(../images/footer_back.jpg);
	background-repeat: repeat,no-repeat;
	background-position: center bottom,center bottom;
	background-size: cover;
}
footer a {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.footer_wrapper {
	position: relative;
	text-align: center;
	padding-top: 30px;
}
/*--------------------------
 FOOTER COMPANY
----------------------------*/
.footer_chars {
	color: #FFF;
	padding-top: 20px;
}
.footer_logo {
}
.footer_logo img {
	height: auto;
	width: 100px;
}

.footer_company_name {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.footer_chars address {
	font-style: normal;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
}
.footer_chars address span {
	display: block;
}	
/*--------------------------
 FOOTER COPYROGHT
----------------------------*/
.copyright {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 30px;
	padding-left: 20px;
	text-align: center;
}
.copyright small{
	color: #b3b3b3;
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: 300;
}
.copyright br{
	
}
/*--------------------------
 FOOTER SNS
----------------------------*/

.footer_sns {
	margin-top: 20px;
}
.footer_sns a {
	margin-right: 15px;
}
.footer_sns a:first-child {
	margin-left: 15px;
}
.footer_sns img {
	height: auto;
	width: 36px;	
}
/*--------------------------
 ERROE LOGO
----------------------------*/
.error_logo {
	text-align: center;
	padding-top: 20px;	
}
.error_logo img {
	height: auto;
	width: 200px;	
}
/*--------------------------
 CONTACT BOTTOM
----------------------------*/
.contact_bottom {
	background-color: #808a92;
	position: relative;
	padding-top: 12px;
	text-align: center;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact_bottom a {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.contact_bottom a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.contact_bottom_tel {
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 20px;
	line-height: 24px;
}
.contact_bottom_tel span {
	font-weight: normal;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	color: #FFF;
	padding-right: 5px;
}

.contact_bottom_mail {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 24px;
	
}

.contact_bottom_mail a {
	margin-top: 5px;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	width: 275px;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------
 TOPICS
----------------------------*/
.home_topics_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
ol.topics_list {
	overflow: hidden;
	zoom: 1;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #808a92;
}

ol.topics_list time {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	padding-right: 15px;
	padding-left: 15px;
	color: #666;
}
ol.topics_list li {
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808a92;	
}
ol.topics_list li p {
	line-height: 24px;
	padding-right: 40px;
	padding-left: 15px;
	padding-top: 5px;
}
.topics_non {
	padding-top: 10px;
	padding-bottom: 10px;
}
.topics_link {

}
.topics_link a {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #2c937a;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow_topics.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.topics_link a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	text-decoration: none;
}
/*--------------------------
 SNS
----------------------------*/
.sns_wrapper {
	text-align: center;
	margin-top: 15px;
}
.sns_wrapper img {
	height: auto;
	width: 40px;	
}
.sns_wrapper a {
	margin-right: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sns_wrapper a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.sns_wrapper a:last-child {
	margin-right: 0px;
}
/*--------------------------
 STANDARD
----------------------------*/
.section_eng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	line-height: 46px;
	margin-top: 40px;
	font-weight: bold;
	color: #B3B9BE;
}
.section_eng:first-letter {
	color: #80BEAF;  
 }
 .section_jpn {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AAB8C2;
	letter-spacing: 0.1em;
	padding-top: 7px;
}
/*--------------------------
 BUSINESS
----------------------------*/
.business_shoulder {
	font-size: 22px;
	line-height: 30px;
	padding-top: 30px;
	font-feature-settings: "palt";
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
}
.business_sentence {
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
.business_sentence br {
	display: none;	
}
.business_service {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.business_service li {
	padding-left: 45px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50px 50px;
	margin-right: 15px;
	margin-left: 15px;
}
.business_service_title {
	font-size: 18px;
	line-height: 26px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aab8c2;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	padding-right: 15px;
}
.business_service_char {
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	display: block;
	padding-top: 10px;
}
.bsi01 {
	background-image: url(../images/business_icon01.png);
}
.bsi02 {
	background-image: url(../images/business_icon02.png);
}
.bsi03 {
	background-image: url(../images/business_icon03.png);
}
.bsi04 {
	background-image: url(../images/business_icon04.png);
}
.bsi05 {
	background-image: url(../images/business_icon05.png);
}
.bsi06 {
	background-image: url(../images/business_icon06.png);
}
.bsi07 {
	background-image: url(../images/business_icon07.png);
}
/*--------------------------
 IMAGE MIDDLE
----------------------------*/
.image_middle {
	background-image: url(../images/image_middle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	background-size: cover;
}
/*--------------------------
 GREETINGS
----------------------------*/
.greetings_p {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
.greetings_p br {
	display: none;	
}
.greetings_president {
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 16px;
	margin-left: 15px;
}
.greetings_president span {
	padding-left: 15px;
	font-size: 18px;
	vertical-align: baseline;
	letter-spacing: 0.2em;
}
/*--------------------------
 COMPANY
----------------------------*/
.company_table_wrapper {
	margin-right: 15px;
	margin-left: 15px;
}
/*--------------------------
 COMPANY LIST
----------------------------*/
.company_list {
	
}
.company_list li {
	background-image: url(../images/square_green.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 12px;
}
/*--------------------------
 COMPANY OUTLINE
----------------------------*/
.outline {
	
}
.outline_table {
	line-height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 20px;
}
.outline_table tr {
	
}
.outline_table tr th {
	text-align: left;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 10px;
}
.outline_table tr td {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left: 10px;
}
/*--------------------------
 RECRUIT BANNER
----------------------------*/
.recruit_banner {
	background-color: #2c937a;
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}
.recruit_banner a {
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(../images/recruit_banner_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.recruit_banner a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	text-decoration: none;
}
.recruit_banner_title {
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
}
.recruit_banner_desc {
	font-size: 14px;
	display: block;
	line-height: normal;
	padding-left: 15px;
	padding-top: 8px;
}
/*--------------------------
 BANNER
----------------------------*/
.footer_banner_equal {
	margin-top: 25px;
}
