@charset "utf-8";


/* CSS Document */
/*
Theme Name:エントライズ株式会社
Theme URI:
Description: This is our original theme.
Author: TMGI
Author URI:
Version:1.0
*/



html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}


body {
	position: relative;
    color: #333;
	background:#fff;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;

}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p01-s { padding-top:70px;padding-bottom: 70px; }
.p02-s { padding-top:100px;padding-bottom: 100px; }
/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none;}
.pc-dnon2{display: none;}
.pc-dnon3{display: none;}
/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #ca2e2c !important; }
.txtBlue { color: #1c60b1 !important; }
.txtPink { color: #eb6c8b !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}
.txtBlown{color: #603a40 !important}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.bg01{
	background: #f2efef;
}
.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.f-go{
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.span01{
	padding-bottom: 10px;
	border-bottom: dotted 3px #fff;
}
.shadow{
	text-shadow: 1px 1px 3px #666;
}
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}
table{
	width:100%;
	background: #fff;
}
td,th{
	padding:20px;
	font-weight: normal;
}
table th{
	background: #f1f5f9;
}
table th,table td{
border:solid 1px #ddd;
}
ol li{
	list-style-type: decimal;
	margin-left: 20px;
}

/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
	position:relative;
	width: 100%;
  z-index:9;
  line-height: 1;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
display: flex;
	justify-content: space-between;
	align-items: center;
background: rgba(255,255,255,0.9);	
  z-index: 9;
}
#head_wrap .logo {
padding: 10px 20px;
}
#head_wrap .logo h1{
	margin-bottom: 5px;
}
#global-nav ul {
	padding: 0 10px;
  list-style: none;
  display:flex;
align-items: center;
}

#global-nav ul li {
	text-align: center;
}
#global-nav ul li a {
display: block;
  position: relative;
  padding:20px 10px;
	margin: 0 5px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
	text-align: center;
}

#global-nav ul li a:hover{
	color: #aaa;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
footer{
	background: #333333;
	color: #fff;
	padding: 30px 0 0;
}
footer .contactlist {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
footer .contactlist li{
	width: 45%;
}
footer .contactlist li.tel .no{
	padding-left: 30px;
	padding-bottom: 5px;
	font-size:180%;
	background: url("images/common/foot_tel.png") no-repeat left center;
	font-weight: bold;
	letter-spacing: 1px;
}
footer .contactlist li.tel .time{
	text-align: center;
}
footer .contactlist li.mail{
	text-align: center;
}
footer .contactlist li.mail a{
	display: inline-block;
	padding: 20px 40px 20px 60px;
	background: #fff url("images/common/foot_mail.png") no-repeat left 20px center;
	text-align: center;
	border-radius: 30px 0 0 0;
	text-decoration: none;
	font-weight: bold;
}
footer .footlist{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .footlist li{
	padding: 0 20px;
	border-right:solid 1px #fff;
}
footer .footlist li:last-of-type{
	border-right: none;
}
footer .footlist li a{
	color: #fff;
}
footer .copy{
	padding: 10px;
	border-top:solid 1px #aaa;
}
#contactus{
	padding: 80px 0 150px;
	background: url("images/common/contact_bg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
}
/*-------------------common-----------------*/
.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.container2{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width:1000px;
}

/* タイトル装飾 */
.hstyle01 .en{
	margin-bottom: 10px;
	text-transform:uppercase;
	font-size:170%;
	letter-spacing: 1px;
}

/* 枠装飾 */
.link01 a{
	display: inline-block;
	min-width:160px;
	padding: 10px;
	background: #333333 url("images/common/list01.png") no-repeat center right 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.link01 a:hover{
	background: #1a1a1a url("images/common/list01.png") no-repeat center right 10px;
}

.boxstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxstyle01.rev{
	flex-direction: row-reverse;
}
.boxstyle01.center{
	align-items: center;
}
.ulstyle01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.ulstyle01 li{
	width: 30%;
}
.ulstyle02 li{
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: decimal;
}

.ulstyle03 li{
	margin-bottom: 0;
	list-style-type: disc;
}
.ulstyle04{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ulstyle04 li{
	width: 48%;
}
.wid01{
	width:48%;
}
.wid02{
	width:50%;
}
#accessmap .map{
	margin-left: 50%;
	width: 50%;
}
#accessmap .map iframe{
	width: 100%;
	height: 380px;
}
#accessmap .container{
	position: relative;
}
#accessmap .container .hstyle01{
	position: absolute;
	left: 0;
	top:0;
	width: 20%;
}
/*ーーーーーーーーーー
トップページ
ーーーーーーーーーーー*/
#topimage{
	position: relative;
	background:url("images/top/topimage_bg.jpg") no-repeat center center;
	background-size:cover;
	width: 100%;
	height:100vh;
	z-index: 3;
}

#topimage .topinner{
	position: absolute;
  top:30%;
  left:0;
	width: 100%;
}
#topimage #head_wrap{
	position: absolute;
	top: inherit;
	bottom:0;
	left: 0;
}
/* Fixed */
#topimage #head_wrap.fixed{
  position: fixed;
	bottom:inherit;
  top: 0;
	left: 0;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#s01 .inner1 p{
	font-size:125%;
}
#s01 .inner2{
	background: url("images/top/service_bg.jpg") no-repeat center center;
	background-size:cover;
	height: 700px;
}
#s01 .inner2 .container{
	position: relative;	
	height: 100%;
}
#s01 .inner2 .container p{
	position: absolute;
	left: 20px;
	bottom: 60px;
	line-height: 2.3;
}
#s01 .inner3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#s01 .inner3 ul li{
	width: 30%;
}
#s01 .inner3 ul li .photo{
	margin-bottom: 20px;
	text-align: center;
}
.slide{
	position: relative;
	overflow: hidden;
}
.slide .fo{
	position: absolute;
	left: 0;
	top:0;
	background: #1b274e;
	width: 100%;
	height:100%;
}

#s01 .inner3 ul li .photo .ttl{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1b274e;
	color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 30px 0 0 0;
	text-align: center;
	font-size:110%;
}
#s01 .inner3 ul li .photo .ttl span{
	display: inline-block;
	text-align: center;
}
#s01 .inner3 ul li .text p:first-of-type{
	margin-bottom: 30px;
	height: 6em;
}
.slider1 li{
	padding:0 15px;
}
#s02{
	background: #f8f8f8;
}
#s02 .boxstyle01 .hstyle01{
	width: 20%;
}
#s02 .boxstyle01 ul{
	width: 70%;
	margin-bottom: 30px;
}
ul.newslist li{
	padding: 20px;
	border-bottom:solid 1px #666;
}
ul.newslist li .date{
	margin-bottom: 10px;
	font-size:90%;
}
#s03{
	padding: 250px 0;
	background: url("images/top/message_bg.jpg") no-repeat center center;
	background-size:cover;
}


/*ーーーーーーーーーー
下層ページ
ーーーーーーーーーーー*/
#subimage{
	padding:350px 0 250px;
	background: url("images/business/subimage.jpg") no-repeat center center;
	background-size:cover !important;
}
.sub{
	position: relative;
}
.sub #head_wrap{
	position: absolute;
	top: 0;
	left: 0;
}
/* Fixed */
.sub #head_wrap.fixed {
  position: fixed;
	bottom:inherit;
  top: 0;
	left: 0;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#crumbs{
	background: #333;
	margin-bottom: 80px;
}
#breadcrumb ul{
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
}
#breadcrumb ul li{
	padding: 5px;
	font-size:85%;
	color: #fff;
}
#breadcrumb ul li a{
	color: #fff;
}

/*----------事業案内------------*/
#business01{
	margin-bottom: 100px;
}
#business01 .container{
	padding: 150px 0;
	background: url("images/business/business_img1.jpg") no-repeat center center;
	background-size:cover;
}
#business01 .container p{
	line-height: 2.3;
}
#business02{
	margin-bottom: 120px;
}
#business02 h3{
	font-size:150%;
}
#business02 p{
	line-height: 2.5;
}
#business02 .boxstyle01{
	align-items: flex-start;
}
/*----------外壁工事------------*/
#exteriorwall #subimage{
	background: url("images/wall/subimage.jpg") no-repeat center center;
}
#wall01 .inner1{
	position: relative;
}
#wall01 .inner1::before{
	content: " ";
	width: 70%;
	height: 90%;
	position: absolute;
	top:0;
	left: 0;
	background: url("images/wall/wall_img1.jpg") no-repeat center center;
	background-size:cover;
}
#wall01 .inner1 .wid02{
	padding-top: 100px;
	position: relative;
	z-index: 2;
	margin-left: 50%;
}
#wall01 .inner1 .wid02 .en{
	margin-bottom:10px;
	text-align: center;
	font-size:400%;
	color: rgba(0,0,0,0.15);
	letter-spacing:1px;
}
#wall01 .inner1 .inner2{
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 5px #aaa;
}
/*----------エクステリア事業------------*/
#exterior #subimage,#subimage.exterior{
	background: url("images/exterior/subimage.jpg") no-repeat center center;
}
#exterior01{
	margin-bottom: 120px;
}
#exterior01 .inner1{
	background: url("images/exterior/exterior_img1.jpg") no-repeat right top;
}
#exterior01 .inner1 .wid02{
	padding-top: 200px;
	padding-bottom: 200px;
}
#exterior01 .inner1 .en{
	margin-bottom:10px;
	font-size:5vw;
	color: rgba(0,0,0,0.15);
	letter-spacing:1px;
}
#exterior01 .inner1 .inner2{
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 5px #aaa;
}
#exterior01 .inner3{
	margin-top: -70px;
	position: relative;
}
#exterior01 .inner3::before{
	content: " ";
	width: 100%;
	height: 50px;
	background: url("images/common/bg01.png");
	position: absolute;
	top:70px;
	left: 0;
}
#exterior01 .inner3 .container{
	position: relative;
	z-index: 2;
}
#exterior01 .inner3 .container ul{
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#exterior01 .inner3 .container ul li{
	width: 22%;
}
#exterior01 .inner3 .container ul li h3{
	margin-bottom: 20px;
	text-align: center;
}
#exterior02 .ulstyle01 li{
	margin-bottom: 50px;
}
/*----------会社概要------------*/
#company #subimage{
	background: url("images/company/subimage.jpg") no-repeat center center;
}
#company #crumbs{
	margin-bottom: 0;
}
#company01{
	padding: 80px 0;
	background: url("images/company/message_bg.jpg") no-repeat center center;
	background-size:cover;
}
#company01 .inner{
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 5px #aaa;
}
#company01 .hstyle01{
	text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
#company02{
	padding: 100px 0;
	background: #f8f8f8;
}
#company02 .hstyle01{
	width: 40%;
}
#company02 table{
	width: 60%;
}
#company02 table th,#company02 table td{
	background: #fff;
	border: solid 2px #f8f8f8;
}
#company02 table th{
	width: 25%;
	text-align: center;
}
/*----------個人情報保護方針------------*/
#privacypolicy #subimage{
	background: url("images/common/subimage_privacy.jpg") no-repeat center center;
}
#privacy01 h3{
	margin-bottom: 10px;
	font-weight: bold;
	font-size:110%;
}
/*----------採用情報------------*/
#recruit  #subimage{
	background: url("images/recruit/subimage.jpg") no-repeat center center;
}
#recruit01{
	position: relative;
}
#recruit01::after{
	content: " ";
	display: block;
	width: 100%;
	height: 50px;
	background: url("images/common/bg01.png");
}
#recruit01 .container{
	margin-bottom: 60px;
	position: relative;
	background: url("images/recruit/recruit.png") no-repeat left 2% bottom 10%;
}
#recruit01 .container .recruitphoto1{
	position: absolute;
	left: 0;
	top:0;
}
#recruit01 .container .inner{
	padding-left: 43%;
}
#recruit01 .container .inner p{
	line-height: 2.5;
}
#recruit02 ul.keiken{
	max-width: 960px;
	margin: 0 auto 120px;
}
#recruit02 ul.keiken li{
	width: 360px;
}
#recruit02 ul.keiken li .photo{
	margin-bottom: 20px;
}
#recruit02 ul.keiken li .ttl{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1b274e;
	color: #fff;
	width: 140px;
	height: 100px;
	border-radius: 30px 0 0 0;
	text-align: center;
	font-size:110%;
}
#recruit02 ul.keiken li .ttl span{
	display: inline-block;
	text-align: center;
}
#recruit02 h3.ttl1{
	margin-bottom: 60px;
	padding-bottom: 10px;
	color: #1b274e;
	font-size:150%;
	background: url("images/recruit/recruit_ttlbg.png") no-repeat center bottom;
}
#recruit02 h3.ttl2{
	margin-bottom: 60px;
	padding-top: 30px;
	color: #1b274e;
	font-size:150%;
	background: url("images/recruit/entrise.png") no-repeat center top;
}
#recruit02 ul.pointlist{
	margin-bottom: 40px;
}
#recruit02 ul.pointlist li{
	width: 23%;
	padding: 10px 30px 20px;
	background: #fff;
	box-shadow: 0 0 5px #aaa;
}
#recruit02 ul.pointlist li .point{
	margin: 0 auto 20px;
	padding-top: 10px;
	width:80px;
	height: 80px;
	background: #2683bb;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 1.3;
}
#recruit02 ul.pointlist li .point .no{
	text-align: center;
	font-size:180%;

}
#recruit02 ul.pointlist li .pointttl{
	margin-bottom: 20px;
	text-align: center;
	font-size:130%;
	color: #1b274e;
}
#recruit02 .inner1{
	padding: 200px 0;
	background: url("images/recruit/recruit_bg1.jpg") no-repeat center center;
	background-size:cover;
}
#recruit03{
	padding: 100px 0;
	background: #f8f8f8;
}
#recruit03 .hstyle01{
	width: 40%;
}
#recruit03 table{
	width: 60%;
}
#recruit03 table th,#recruit03 table td{
	background: #fff;
	border: solid 2px #f8f8f8;
}
#recruit03 table th{
	width: 25%;
	text-align: center;
}
/*---------404------------*/
#notfound #subimage{
	background: url("images/common/subimage_404.jpg") no-repeat center center;
}
/*----------お問い合わせ------------*/
#inquiry{
	padding-bottom: 80px;
	background: #f8f8f8;
}
#inquiry #subimage{
	background: url("images/common/subimage_iinquiry.jpg") no-repeat center center;
}
#inquiry .inner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
}
#inquiry01 ul li{
	position: relative;
	margin-bottom: 40px;
}

#inquiry01 ul li dl{
	display: flex;
	flex-wrap: wrap;
}
#inquiry01 ul li dl dt{
	width: 35%;
	padding-top: 5px;
	padding-right: 20px;
}

#inquiry01 .hissu{
	margin-left: 10px;
	background: #257eb4;
	color: #fff;
	padding: 2px 5px;
	font-size:85%;
	border-radius: 2px;
}

#inquiry01 ul li dl dd{
	width:65%;
}
#contact .thanks{
	padding: 50px 20px;
}
#inquiry01 .link01{
	text-align: center;
}
#inquiry01 .link01 a{
	min-width: 200px;
	box-shadow: 0 0 5px #28a6aa;
}
input[type=text],input[type=email],input[type=tel],textarea{
	width:100%;
	background: #f8f8f8;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=date]{
	width:100%;
	background: #f8f8f8;
	padding: 10px;
	border:none;
	border-radius: 3px;
}
input[type=text]#nenrei{
	width: 80px;
	text-align: center;
	margin-right: 10px;
}
input[type=checkbox]{
	margin-right: 5px;
}
input[type=radio]{
	margin-right: 5px;
}
textarea{
	height:200px;
}
.select01 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select01::after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select01 select {
    appearance: none;
    padding:10px 30px 10px 10px;
	border:none;
	border-radius: 3px;
	background: #f8f8f8;
    cursor: pointer;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}

.btn01{
	min-width:250px;
	padding: 10px;
	background: #1b274e url("images/common/list01.png") no-repeat center right 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.btn01:hover{
	background: #0d142a url("images/common/list01.png") no-repeat center right 10px;
}
p .wpcf7-spinner{
	width: 0;
	margin: 0;
}
/*----------single/archive--------------*/
#subimage.topics{
	background: url("images/common/subimage_topics.jpg") no-repeat center center;
}
#subcontent{
	padding-bottom: 50px;
	background: #f8f8f8;
}
#subcontent #bmain{
	width: 70%;
}
#subcontent #bmain article{
	background: #fff;
	padding: 50px;
}
#subcontent #side{
	width: 25%;
}
#subcontent #side .ttl{
	padding-bottom:10px;
	margin-bottom: 20px;
	border-bottom:solid 1px #fff;
	font-weight: bold;
}
#subcontent #side ul.list1 li{
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom:solid 1px #fff;
}
#subcontent #side ul.list1 li .text a{
	display: block;
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
#subcontent #side ul.list1 li a figure{
	width: 40%;
	position:relative;
}
#subcontent #side ul.list1 li a h3{
	width: 56%;
}

#subcontent #side ul.list1 li a:hover{
	text-decoration: none;
	color: #1b274e;
}
#subcontent #side ul.list2 li{
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom:solid 1px #fff;
}
#subcontent #side ul.list2 li .date{
	font-size:90%;
	color: #4885aa;	
}
.tolist a{
	display:block;
	padding:20px;
	background: #1b274e url("images/common/list01.png") no-repeat center right 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.tolist a:hover{
	background: #0a1024 url("images/common/list01.png") no-repeat center right 25px;
}

.single article .date{
	font-size:90%;
	color: #4885aa;
}
.single article h2{
	border-bottom:solid 1px #dcdcdc;
	padding-bottom: 30px;
	font-size:150%;
}
.single article .ttl{
	margin-bottom: 30px;
}
.single article .text p,.single article .text ul{
	margin-bottom: 30px;
}

.adjacent_post_links ul{
	display: flex;
	justify-content: space-between;
}
.adjacent_post_links ul li {
	width: 49.5%;
}
.adjacent_post_links ul li a{
	display: block;
	padding: 20px;
	font-size:90%;
	transition: 0.5s;
}
.adjacent_post_links ul li a:hover{
	text-decoration: none;
	color: #4885aa;
}
.adjacent_post_links ul li.prev a{
	padding-left:50px;
	background:#fff url("images/common/before.png") no-repeat left 20px center;
}
.adjacent_post_links ul li.next a{
	padding-right:50px;
	background:#fff url("images/common/next.png") no-repeat right 20px center;
}
.adjacent_post_links ul li.next a{
	text-align: right;
}
/*Pagenation*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	width: auto;
	color: #4885aa;
	background:#fff;
	border:solid 1px #4885aa;
	border-radius:3px;
}
.pagination span.page-of {
	background: none;
	color: #4885aa;
	border:none;
}
.pagination a:hover{
	color: #fff;
	background:#4885aa;
	border:solid 1px #4885aa;
}
.pagination .current{
	padding: 10px 14px 10px 14px;
	color: #fff;
	background: #4885aa;
	border:solid 1px #4885aa;
}
@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 7px 10px 7px 10px;
}
.pagination .current{
	padding: 7px 10px 7px 10px;
}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (min-width: 1199px) and (max-width: 1330px) {
	.pc-dnon3{
		display: block;
	}
}

@media screen and (max-width: 1199px){
	.container,.container2{
		padding-left: 3%;
		padding-right: 3%;
	}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
    #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
	#head_wrap.fixed{
		height: 60px;
	}
	#head_wrap .logo img{
		height: 50px;
	}
  #global-nav {
	display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index:9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background:rgba(255,255,255,0.9);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	overflow-y: scroll;
	}
 /* #global-nav スライドアニメーション */
   .open #global-nav {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
    }
  #global-nav ul {
	 display: block;
    position: static;
    right: 0;
    bottom: 0;
    padding:10% 5%;
	  width: 100%;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    padding:7%;
  }
  #nav-toggle {
    display: block;
  }


/* Toggle Button */
#nav-toggle {
        display: block;
		z-index:10;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
}
	#topimage{
		position:relative;
	}
	#topimage #head_wrap.open{
		position: static;
	}
#head_wrap.open #nav-toggle{
	position:fixed;
	}
#nav-toggle div {
        position: relative;
}
     #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #333;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
	}
 	#nav-toggle span:nth-child(1) {
            top: 0;
            }
 	#nav-toggle span:nth-child(2) {
            top: 11px;
            }
 	#nav-toggle span:nth-child(3) {
            top: 22px;
            }
	.open #nav-toggle span:nth-child(1) {
                    top: 11px;
                    -webkit-transform: rotate(315deg);
                    -moz-transform: rotate(315deg);
                    transform: rotate(315deg);
                }
	.open #nav-toggle span:nth-child(2) {
                    width: 0;
                    left: 50%;
                }
	.open #nav-toggle span:nth-child(3) {
                    top: 11px;
                    -webkit-transform: rotate(-315deg);
                    -moz-transform: rotate(-315deg);
                    transform: rotate(-315deg);
                }

/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
	footer .wid01{
		width: 100%;
	}
	footer .wid01 h2{
		text-align: center;
	}
	footer .wid01 p{
		text-align: center;
		margin-bottom: 20px;
	}
	footer .contactlist{
		justify-content: center;
	}

/*----------single/archive--------------*/
	#subcontent #bmain{
	width: 100%;
		max-width: 800px;
		margin: 0 auto;
	margin-bottom: 40px;
}
	#subcontent #side{
	width: 100%;
		max-width: 768px;
		margin: 0 auto;
}

}


@media screen and (min-width: 768px) and (max-width: 1199px) {
/*----------共通-----------*/
	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}
/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
	footer .contactlist li{
		width: 280px;
	}
	
/*ーーーーーーーーーー
下層ページ
ーーーーーーーーーーー*/
	.slider1 li img{
		width: 250px;
	}
	#subimage{
		padding: 220px 0 150px;
	}
	#wall01 .inner1 .wid02{
		margin-left: 30%;
		width: 70%;
	}
	#wall01 .inner1 .wid02 .en{
		font-size:6vw;
		}
	#exterior01{
		margin-bottom: 60px;
	}
	#exterior01 .inner1 .wid02{
		width: 70%;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#exterior01 .inner1 .en{
		font-size:8vw;
	}
	#exterior01 .inner3 .container ul{
		margin-bottom: 50px;
	}
	#accessmap .container .hstyle01{
		left: 3%;
	}
	#recruit01 .container .recruitphoto1{
		width: 35%;
		top:5%;
	}
	#recruit01 .container .inner{
		padding-left: 37%;
	}
	#recruit02 ul.keiken li{
		width: 48%;
		max-width: 360px;
	}
	#recruit02 ul.keiken{
		margin-bottom: 80px;
	}
	#recruit02 ul.pointlist{
		margin-bottom: 0;
	}
	#recruit02 ul.pointlist li{
		width: 48%;
		margin-bottom: 20px;
	}

/*----------single/archive--------------*/
	#subcontent #side ul.list1{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#subcontent #side ul.list1 li{
		width: 48%;
	}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/

@media screen and (max-width: 767px) {
	
/*----------共通------------*/	
body{
	font-size:14px;

}
.sp-dnon {
    display: none;
}
.pc-dnon,.pc-dnon2{
    display:  block;
}
.db-sp{
	display:block;
}
.sp-blk{
		display: block;
		margin: 0 auto !important;
}


/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 30px !important; }
.m80b-s { margin-bottom: 30px !important; }
.p01-s { padding-top:7%;padding-bottom:7%; }
.p02-s { padding-top:7%;padding-bottom:10%; }

.f-left-pc, .f-right-pc{
    float: none;
}
.wid01,.wid02{
		width: 100%;
	}
	.cen-pc{text-align: left !important;}

	td, th{
		padding: 15px;
	}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
	#head_wrap .logo img{
		height: 40px;
	}
	#nav-toggle{
		top:16px;
	}
	#topimage #head_wrap{
		bottom: inherit;
		top:0;
	}
	#head_wrap .logo{
		padding: 7px;
	}
	#head_wrap .txt10{
		line-height: 1.4;
	}
/*ーーーーーーーーーー
footer
ーーーーーーーーーーー*/
	footer{
		padding-top: 20px;
	}
	footer .contactlist li{
		width: 100%;
	}
	footer .contactlist li.tel .no{
		position: relative;
		padding: 0;
		text-align: center;
		background: none;
	}
	footer .contactlist li.tel .no::before{
		content: " ";
		display: inline-block;
		width: 25px;
		height: 25px;
		background: url("images/common/foot_tel.png") no-repeat center center;
		background-size:contain;
		vertical-align: -5px;
	}
	footer .contactlist li.tel .time{
		margin-bottom: 10px;
	}
	footer .contactlist li.mail a{
		padding: 15px 40px 15px 60px;
	}
	footer .footlist li{
		padding:7px;
		border-right: none;
	}
	footer .footlist{
		margin-bottom: 10px !important;
	}
	
/*------------------------
	全体
--------------------------*/
	#accessmap .container .hstyle01{
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}
	#accessmap .map{
		margin-left: 0;
		width: 100%;
	}
	#accessmap .hstyle01 .en,#accessmap .hstyle01 h2{
		text-align: left !important;
	}
/*ーーーーーーーーーー
トップページ
ーーーーーーーーーーー*/
	#s01 .inner1{
		padding: 7% 5%;
	}
	#s01 .inner1 p{
		font-size:115%;
	}
	#s01 .inner2{
		height: inherit;
	}
	#s01 .inner2 .container p{
		padding-top: 40%;
		padding-bottom: 30px;
		position: static;
		line-height: 2;
	}
	#s01 .inner3{
		padding: 10px 5% 0;
	}
	#s01 .inner3 ul li{
		width: 100%;
		margin-bottom: 30px;
	}
	#s01 .inner3 ul li:last-of-type{
		margin-bottom: 0;
	}
	#s01 .inner3 ul li .text p:first-of-type{
		height: inherit;
		margin-bottom: 15px;
	}
	.slider1 li{
		padding: 0 5px;
	}
	.slider1 li img{
		width: 150px;
	}
	#s02 .boxstyle01 ul{
		width: 100%;
		margin-bottom: 0;
	}
	#s02 .boxstyle01 .hstyle01{
		width: 100%;
	}
	#s02 .hstyle01 .en,#s02 .hstyle01 h2{
		text-align: right !important;
	}
	#s03{
		padding: 100px 0;
	}

/*ーーーーーーーーーー
下層ページ
ーーーーーーーーーーー*/
	#crumbs{
		margin-bottom: 30px;
	}
	#breadcrumb ul{
		flex-wrap: wrap;
		padding:0 10px;
	}
	#subimage{
		padding: 150px 0 80px;
	}
/*----------事業案内------------*/
	#business #crumbs{
		margin-bottom: 20px;
	}
	#business01{
		margin-bottom: 20px;
	}
	#business01 .container{
		background-position: right 15% center;
		padding:80px 20px 40px;
	}
	#business01 .container p{
		line-height: 1.8;
	}
	#business02{
		margin-bottom: 50px;
	}
	#business02 figure{
		margin-bottom: 20px;
	}
	#business02 h3{
		margin-bottom: 10px !important;
	}
	#business02 p{
		line-height: 2;
	}
	#business02 h3{
		font-size:130%;
	}
/*----------外壁工事------------*/
	#wall01 .inner1 .wid02{
		width: 90%;
		padding-top: 40px;
		margin: 0 5%;
	}
	#wall01 .inner1 .inner2{
		padding: 20px;
	}
	#wall01 .inner1::before{
		width: 100%;
		height: 50%;
	}
	#wall01 .inner1 .wid02 .en{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
		font-size:9vw;
		color: rgba(255,255,255,0.3);
		text-align: center;
	}
/*----------エクステリア事業------------*/
	#exterior01{
		margin-bottom: 40px;
	}
	#exterior01 .inner1{
		background-size:100%;
		position: relative;
	}
	#exterior01 .inner1 .wid02{
		width: 90%;
		padding-top: 50px;
		padding-bottom: 100px;
		margin: 0 5%;
	}
	#exterior01 .inner1 .inner2{
		padding: 20px;
	}
	#exterior01 .inner1 .wid02 .en{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		margin-bottom: 0;
		font-size:15vw;
		color: rgba(255,255,255,0.3);
		text-align: center;
	}
	#exterior01 .inner3 .container ul{
		position: relative;
		margin-bottom:20px;
	}
	#exterior01 .inner3 .container ul li{
		width: 48%;
		margin-bottom: 30px;
	}
	#exterior01 .inner3 .container ul li:nth-of-type(3),#exterior01 .inner3 .container ul li:last-of-type{
		margin-bottom: 15px;
	}
	#exterior01 .inner3 .container ul li h3{
		padding: 0 10%;
		margin-bottom: 10px;
	}
	#exterior01 .inner3 .container ul::after{
	content: " ";
	width: 100%;
	height: 10px;
	background: url("images/common/bg01.png");
	display: block;
}
	#exterior02 .ulstyle01 li{
		margin-bottom: 30px;
		width: 100%;
	}
/*----------会社概要------------*/
	#company01{
		padding: 30px 0;
	}
	#company01 .inner{
		padding: 25px;
	}
	#company02{
		padding: 40px 0;
	}
	#company02 .hstyle01{
		width: 100%;
		margin-bottom: 20px;
	}
	#company02 table{
		width: 100%;
	}
	#company02 table th{
		width: 35%;
	}
/*----------採用情報------------*/
	#recruit01 .container{
		margin-bottom:20px;
		padding-bottom: 20px;
		background-position: left bottom;
	}
	#recruit01::after{
		height: 20px;
	}
	#recruit01 .container .inner{
		padding-left: 0;
	}
	#recruit01 .container .recruitphoto1{
		width: 28%;
		top:-2%;
		left: 2%;
	}
	#recruit01 .container .recruitphoto2{
		width: 67%;
	}
	#recruit01 .container .inner p{
		line-height: 2;
	}
	#recruit02 h3.ttl1{
		margin-bottom: 10px;
		font-size:5vw;
	}
	#recruit02 ul.keiken{
		margin-bottom: 30px;
	}
	#recruit02 ul.keiken li{
		margin-bottom: 20px;
		width: 100%;
	}
	#recruit02 ul.keiken li .photo{
		margin-bottom: 10px;
	}
	#recruit02 h3.ttl2{
		margin-bottom: 20px;
	}
	#recruit02 ul.pointlist li{
		width: 47%;
		margin-bottom: 20px;
		padding: 10px;
	}
	#recruit02 ul.pointlist li .pointttl{
		margin-bottom: 10px;
		font-size:4vw;
		font-weight: bold;
	}
	#recruit02 .inner1{
		padding: 20% 0;
	}
	#recruit02 ul.pointlist{
		margin-bottom: 0;
	}
	#recruit02 h3.ttl2{
		background-size:70%;
		font-size:5.3vw;
	}
	#recruit03{
		padding: 40px 0;
	}
	#recruit03 .hstyle01{
		width: 100%;
		margin-bottom: 20px;
	}
	#recruit03 table{
		width: 100%;
	}
	#recruit03 table th{
		width: 35%;
	}
/*------------------お問い合わせ--------------*/
	#inquiry{
		padding-bottom: 40px;
	}
	#inquiry .inner{
		padding:30px 20px;
	}
	#inquiry01 ul li{
		margin-bottom: 20px;
	}
	#inquiry01 ul li dl dt,#inquiry01 ul li dl dd{
		width: 100%;
	}
	#inquiry01 ul li dl dt{
		margin-bottom: 5px;
	}
	#inquiry01 .hissu{
		float: none;
			margin-left: 10px;
	display:inline-block;
	}
	#contact .thanks{
	padding:10% 3% !important;
}

/*----------single/archive--------------*/
	#subcontent{
		padding-bottom: 30px;
	}
	#subcontent #bmain article{
		padding: 20px;
	}
	.single article .ttl{
		margin-bottom: 15px;
	}
	.single article h2{
			padding-bottom: 15px;
		font-size:130%;
	}
	.archivebox a{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.archivebox figure{
		height:200px;
		text-align: center;
	}
	.archivebox figure,.archivebox .text{
		width: 100%;
	}
	.archivebox .text{
		padding: 10px;
	}
	.single article .photo{
		margin-bottom: 15px;
	}
	.single article .text{
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 320px) {
	.se-dnon{
		display: none;
	}
}