@charset "utf-8";
/*
Theme Name: ROOFTEQ ウエノ
Theme URL: http://roofteq-ueno.jp/cic/
*/


/*====================================

  common

====================================*/
img {
	max-width:100%;
	height:auto;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
li {list-style: none;}
textarea,input {padding:1% 3%;}
strong {font-weight: bold;}
a {
	color: #333;
	outline: none;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,
.area ul.show li a:hover {
	color:#008ace;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a[href^="tel:"] { cursor: default; color: #333; text-decoration: none; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #333; }
a[href^="tel:"] img:hover { text-decoration: none; opacity: 1; color: #333; }
* { box-sizing: border-box; -moz-box-sizing: border-box; }
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:14px;
	color:#111;
	position: relative;
	overflow-x: hidden;
	line-height: 28px;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
.two_box {
	display: flex;
	flex-wrap: wrap;
}
.two_box > div,
.two_box > li {
	width: 50%;
}

.container {
	width: 1100px;
	margin: 0 auto;
}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb80 {margin-bottom: 80px;}

.pt0 {padding-top: 0 !important;}


/* item */
header {
	width: 1100px;
	margin: 0 auto 15px;
	padding: 0 20px;
}
header .h1_desc {
	font-size: 16px;
	margin: 15px 0 0;
	line-height: 1;
}
header .two_box {
	justify-content: space-between;
	align-items: flex-end;	
}

nav {
	background: #ff8202;
}
nav .menu-topnav-container {
	width: 1102px;
	margin: 0 auto;
}
nav .menu-topnav-container ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav .menu-topnav-container ul li {
	border-left: 1px solid #fff;
	width: 14.285714%;
}
nav .menu-topnav-container ul li:last-child {
	border-right: 1px solid #fff;
}
nav .menu-topnav-container ul li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0;
	letter-spacing: 0.1em;
}
nav .menu-topnav-container ul li.current_page_item a,
nav .menu-topnav-container ul li a:hover {
	background: #eb6101;
}

article h2 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	color: #093e8e;
	font-size: 40px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 80px;
	font-weight: bold;
}
@media all and (-ms-high-contrast:none) {
	article h2 {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
article h2:before, article h2:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
article h2:before {
	border-left: solid 2px #093e8e;
	border-top: solid 2px #093e8e;
	border-bottom: solid 2px #093e8e;
	left: 0;
}
article h2:after {
	content: '';
	border-top: solid 2px #093e8e;
	border-right: solid 2px #093e8e;
	border-bottom: solid 2px #093e8e;
	right: 0;
}
article h3 {
	position: relative;
	font-size: 28px;
	line-height: 1;
	padding: 13px 50px 10px;
	background: #093e8e;
	color: #fff;
}
article h3:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px #ff8202;
	border-bottom: solid 52px transparent;
	z-index: 2;
}
.mv {
  position: relative;
}
.mv p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
}
.btn {
	display: inline-block;
	line-height: 1;
	padding: 12px 55px 10px;
	text-align: center;
	background: #0e428e;
	border-radius: 4px;
	color: #fff;
	position: relative;
	font-size: 18px;
	border: 2px solid #0e428e;
}
.btn:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}
.btn:hover {
	color: #0e428e;
	background: #fff;
}

.greeting .container p {
	text-align: center;
	font-size: 24px;
	line-height: 45px;
}
.b_blue {
	background: #f4f4f4;
}
.b_blue ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.b_blue ul li {
	width: 50%;
	padding: 13px 13px 70px;
	position: relative;
}
.b_blue ul li:first-child {
	border-right: 2px solid #fff;
}
.b_blue ul li:last-child {
	border-left: 2px solid #fff;
}
.b_blue ul li p {
	padding: 40px;
	font-size: 20px;
}
.b_blue ul li .gr_btn {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

.construction ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.construction ul li {
	width: 548px;
	height: 360px;
	margin-bottom: 25px;
	position: relative;
}
.construction ul li:first-child {
	background: url("image/construction_01.jpg") no-repeat;
	background-size: contain;
}
.construction ul li:nth-child(2) {
	background: url("image/construction_02.jpg") no-repeat;
	background-size: contain;
}
.construction ul li:nth-child(3) {
	background: url("image/construction_03.jpg") no-repeat;
	background-size: contain;
}
.construction ul li:last-child {
	background: url("image/construction_04.jpg") no-repeat;
	background-size: contain;
}
.construction_title {
	position: absolute;
	left: 30px;
	top: 50%;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0 0 9px #000;
	color: #fff;
	letter-spacing: 0.2em;
}

.construction_btn {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.construction_txt {
	display: block;
	position: absolute;
	bottom: 38px;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 85px;
	padding: 15px 30px 0;
	color: #fff;
}
.construction_btn a {
	display: block;
	width: 50%;
	background: #255ea3;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	font-size: 18px;
}
.construction_btn a:last-child {
	background: #093e8e;
}
.construction_btn a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 30px #ff8202;
	border-bottom: solid 38px transparent;
	z-index: 2;
}
.construction_btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}
.construction_btn a:hover {
	color: #ff8202;
}
.top_company  {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.top_company ul {
	display: flex;
	width: 1100px;
	margin: 0 auto;
}
.top_company ul li {
	width: 50%;
	text-align: center;
	padding: 60px 0 175px;
	position: relative;
}
.top_company ul li:last-child {
	border-left: 1px solid #e8e8e8;
}
.top_company ul li img {
	margin-bottom: 60px;
}
.top_company_txt {
	font-size: 20px;
	line-height: 35px;
}
.top_company_btn {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.top_company ul li a {
	display: inline-block;
	padding: 10px 50px 8px;
	border: 1px solid #0e428e;
	border-radius: 30px;
	background: #fff;
	color: #0e428e;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.top_company ul li a:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.top_company ul li a:hover {
	background: #0e428e;
	color: #fff;
}
.top_company ul li strong {
	font-size: 16px;
}
.top_company ul li span {
	position: relative;
	left: 64px;
}

.top_blog {
	background:linear-gradient(90deg,#093e8e 0%,#093e8e 50%,#fff 50%,#fff 100%);
}
.top_blog ul {
	width: 1100px;
	margin: 0 auto;
	display: flex;
}
.top_blog ul li {
	background: #fff;
}
.top_blog ul li:first-child {
	width: 250px;
	color: #fff;
	align-self: center;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	background: #093e8e;
}
.top_blog ul li:last-child {
	width: 250px;
	align-self: center;
	text-align: center;
	position: relative;
}
.top_blog ul li:nth-child(2) {
	flex: 1;
	padding: 30px 80px;
}
.top_blog ul li:last-child a {
	color: #093e8e;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}
.top_blog ul li:last-child:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
	color: #093e8e;
}
.top_blog ul li dd {
	position: relative;
}
.top_blog ul li dd:before {
	content: "●";
	color: #093e8e;
	margin-right: 15px;
	font-size: 80%;
}
.top_blog ul li dd a {
	color: #093e8e;
	text-decoration: underline;
	font-size: 18px;
}

.footer_btn {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background: #f4f4f4;
	padding: 80px 0;
}
.footer_btn ul {
	width: 755px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_btn ul li {
	width: 50%;
}
footer {
	background: #093e8e;
	padding: 20px 0;
}
footer nav {
	width: 680px;
	margin: 0 auto;
	background:  #093e8e;
}
#menu-footernav-1 {
	display: flex;
	justify-content: space-between;
}
#menu-footernav-1 a {
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}
#menu-footernav-1 li {
	border-left: 1px solid #fff;
	width: 14.285714%;
}
#menu-footernav-1:last-child {
	border-right: 1px solid #fff;
}
footer small {
	display: block;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-size: 14px;
}



/*ページナビ*/
.breadcrumbs {
	font-size:150%;
	font-weight:bold;
}

