@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------共通*/
body {
	font-family: 'Lato','Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #3f3a39;
}
@media(min-width: 1px ){
.common_under_hr	{
	background: rgba(0, 105, 166);
    height: 3px;
    width: 800px;
    margin: 40px auto;
}
.mar-b40	{
	margin-bottom: 40px
}
.common_kadomaru	{
	width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 2px;
    border-radius: 7px;
	margin: 0 auto;
}
.common_kadomaru_w	{
	border: solid 2px rgba(0, 105, 166);
    color: rgba(0, 105, 166);
}
.common_kadomaru_b	{
    background-color: rgba(0, 105, 166);
    color: #fff;
}
.common_kadomaru_title	{
}
.common_title	{
	font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    letter-spacing: 3px;
    font-weight: bold;
	color: rgba(0, 105, 166);
}
.common_text	{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    margin-top: -10px;	
	margin-bottom: 40px;
}
.tab_parent	{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.tab_inner	{
    display: inline-flex;
    margin-bottom: 40px;
}
.common_tab	{
	width: 230px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    color: rgba(0, 105, 166);
    border-top: solid 2px rgba(0, 105, 166);
    border-left: solid 2px rgba(0, 105, 166);
    border-right: solid 2px rgba(0, 105, 166);
    font-weight: bold;
}
.common_tab_clear	{
	width: 55px;
    border-bottom: solid 2px rgba(0, 105, 166);
}
/*---------------------------------------------------------all*/
#all {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}

#all {
	margin-left:auto;
	margin-right:auto;
	width: 940px;
}

/*---------------------------------------------------------header*/
.header_title	{
	text-align: center;
    margin: 20px 0;
}
.header_title img	{
	width: 160px;
}
#nav_parent	{
	width: 940px;
	background-color: rgba(0, 105, 166);
	margin-bottom: 1px;
}
#nav {
	overflow: hidden;
	text-align: center;
}

#nav li {
	display: inline-block;
	text-align: center;
	color:#fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin-right: 2px;
	letter-spacing: 1px;
}

#nav li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}

/*---------------------------------------------------------header*/
#main_v	{
	width: 940px;
	height: 660px;
	background-image:url(../jpg/main_img.jpg);
	position: relative;
    z-index: 0;
}
.main_inner_01	{
	width: 940px;
	height: 200px;
    position: relative;
}
.main_inner_01_backcolor	{
	width: 100%;
    height: 100%;
    background-color: rgba(0, 105, 166);
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    z-index: -1;
}
.somen_img	{
	width: 940px;
    text-align: center;
    padding-top: 30px;
    border-top: solid 1px #fff;
	
}
.main_inner_01 img	{
	width: 350px;
}
.main_inner_01 p	{
    text-align: center;
    font-size: 17px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 30px;
    padding-top: 15px;
}
.main_inner_02	{
	/*width: 913px;*/
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    left: 50%;
    margin-left: -456px;
}
.main_text_01	{
	width: 160px;
    height: 150px;
    border-radius: 80px;
    justify-content: center;
    display: inline-flex;
    margin: 0px 10px;
    vertical-align: middle;
}
.main_backcolor	{
	width: 160px;
    height: 160px;
    background-color: rgba(0, 105, 166);
    border-radius: 80px;
    position: absolute;
    mix-blend-mode: multiply;
}
.main_text_02_inner	{
	padding-top: 20px;
}
.main_text_01 p	{
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
    z-index: 10;
}
.main_text_font16	{
    font-size: 16px !important;
    }


/*---------------------------------------------------------about*/
#about	{
	color: #424242;
}
#about_title	{
	font-size: 30px;
    text-align: center;
    margin: 50px 0;
    font-family: serif;
    letter-spacing: 3px;
}
#about_text	{
	width: 720px;
    margin: 0 auto;
    font-family: serif;
    color: #424242;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 29px;
	margin-bottom: 50px;
}
#about_company, #about_name	{
	text-align: center;
    font-family: serif;
    font-size: 15px;
    margin-bottom: 8px;
    color: #424242;
    letter-spacing: 1px;
}
#about_name	{
    margin-bottom: 50px;
}

/*---------------------------------------------------------service*/
#service	{
	color: #fff;
	width: 940px;
	height: 400px;
	background-image: url(../jpg/service_background.jpg);
	background-size:940px auto;
	margin-bottom: 40px;
}
.j_hr	{
	background: #fff;
    height: 6px;
    width: 55px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#service_title	{
	font-size: 30px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    letter-spacing: 3px;
}
#service_text	{
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
}

/*---------------------------------------------------------Real Estate*/
#RE_parent	{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
#RE_inner	{
    text-align: center;
	display: inline-flex;
}
#RE_inner img	{
	width:500px;
    height: 280px;
	margin: 0 10px;
}
#RE_inner_2 img	{
	width:210px;
	height: auto;
	margin: 0 10px;
}
.re_clear	{
	width: 60px;
}

/*---------------------------------------------------------company*/
#company	{
	color: #fff;
	width: 940px;
	background-color: rgba(0, 105, 166);
	background-size:940px auto;
}
.j_hr	{
	background: #fff;
    height: 6px;
    width: 55px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#company_title	{
	font-size: 30px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    letter-spacing: 3px;
}
#company_text	{
	width: 720px;
    margin: 0 auto;
    font-family: serif;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
th,td	{
	letter-spacing: 0px !important;
    text-align: justify;
}
td.mar_r15	{
	padding-right: 15px;
}


/*---------------------------------------------------------recruit*/
#recruit	{
	color: rgba(0, 105, 166);
	width: 940px;
}
#recruit_text	{
	width: 580px;
    margin: 0 auto;
    font-family: serif;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px;
	margin-bottom: 50px;
}
th,td	{
	letter-spacing: 0px !important;
    text-align: justify;
}
.recruit_table	{
}
}


/*---------------------------------------------------------footer*/

.copyright	{
    font-size: 10px;
    text-align: center;
	margin-bottom: 10px;
	margin-top: -25px;
}