@charset "UTF-8";
/*＝＝＝＝＝＝#共通＝＝＝＝＝＝＝＝*/
#companyNav {
	width:100%;
	margin: 4% auto;
	justify-content: center;
	flex-wrap: wrap;
}

#companyNav li {
	width:23.5%;
	padding: 0;
	text-align: center;
}

#companyNav li a {
	font-weight: bold;
	line-height: 2.4;
}

#companyNav li span {
	display:block;
	font-family: copperplate;
	border-top: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 3.1;
	margin-top: 2%;
	position: relative;
	padding-top: 4px;
	z-index: 10;
}

#companyNav li span:after,#companyNav li span:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 25%;
	border-top: 1px solid #fff;
}

#companyNav li span:after {
	left: 0;
}

#companyNav li span:before {
	right: 0;
}

#companyNav li.current span,#companyNav li a:hover span  {
	border-top: 5px solid #000;
	padding-top: 0;
}

#companyNav li.current span:after,#companyNav li.current span:before,#companyNav li a:hover span:after,#companyNav li a:hover span:before {
	top: -5px;
	border-top: 5px solid #fff;
}

#companyNav li:first-child img {
	width: 70%;
}

main p,main li,main dt,main dd {
	font-size: 14px;
	text-align: left;
}



/*＝＝＝＝＝＝#philosophy＝＝＝＝＝＝＝＝*/
#philosophy .box {
	border: 1px solid #333;
	max-width: 1000px;
	margin: 0 auto;
	padding:4%;
	text-align: center;
}
#philosophy .box h2 {
	background: none;
	font-size: 250%;
	letter-spacing: 0.3em;
	display: block;
	padding: 0;
}

#philosophy .box figure {
	width: 60%;
	margin: 0 auto 6%;
}


#philosophy .box .logo {
	width: 24%;
	margin: 7% auto 3%;
	text-align: center;
} 

#philosophy #mainSuv {
	background: url(../image/company/philosophy_main.jpg) no-repeat 0 100%;
	background-size: cover;
}



/*＝＝＝＝＝＝#message＝＝＝＝＝＝＝＝*/
#message .box {
	padding: 0 0 6%;
}
#message .box:last-child {
	padding: 0;
}
#message .box .floatR {
	font-size: 100%;
	font-weight:bold;
	text-align: left;
	margin-right: 10%;
}
#message .box .floatR span {
	font-size: 190%;
	font-weight: normal;
	line-height: 2;
}
#message h3 {
	font-size: 160%;
	font-weight: normal;
	margin: 0 0 4% 0;
	text-align: center;
}

#message h3.interview {
	margin: 0 0 1% 0;
}

#message .text {
	max-width: 880px;
	margin: 0 auto 2%;
}
#message .inner {
	margin: 1% auto 5% ;
}
#message .inner:last-child {
	margin: 1% auto 0 ;
}

#message #mainSuv {
	background: url(../image/company/philosophy_main.jpg) no-repeat 0 100%;
	background-size: cover;
}

#message .movieBox {
    margin-bottom: 150px;
}

/*＝＝＝＝＝＝#profile＝＝＝＝＝＝＝＝*/
#profile dt{
	float: left;
	width:18%;
	border-top: 1px solid #ccc;
	padding: 0.8em 0 0.8em 1.2em;
	background: url(../image/common/maru.png)no-repeat 0 50%;
	background-size: 10px;
	font-size: 13px;
}
#profile dd{
	float: left;
	width:82%;
	padding: 0.8em 0 0.8em 0;
	font-size: 13px;
	border-top: 1px solid #ccc;
	line-height: 2;
}
#profile dt:first-child,#profile dd.first {
	border-top: none;
}
#profile dd ul li{
	float: left;
	width:32%;
	margin: 0;
	font-size: 13px;
}

#profile #mainSuv {
	background: url(../image/company/profile_main.jpg) no-repeat 0 100%;
	background-size: cover;
}

#profile dd a{
	font-size: 13px;
	color:#C90010;
	display: inline-block;
}



/*＝＝＝＝＝＝#history＝＝＝＝＝＝＝＝*/
#history dl {
	width:100%;
	max-width:900px;
	margin: 0 auto;
}
#history dt {
	float: left;
	width:25%;
	padding: 0.8em 0 0.8em 1.2em;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	clear: left;
}
#history dt span {
	position: absolute;
	left: 8em;
	padding: 0 0 0 1.2em;
	background: url(../image/common/maru.png)no-repeat 0 50%;
	background-size: 10px;
	font-weight: normal;
	font-size: 14px;
}
#history dd {
	float: left;
	width:75%;
	padding: 0.8em 0 0.8em 1.2em;
	font-size: 14px;
}

#history dd a {
	font-size: 14px;
	text-decoration: underline;
	color:#C90010;
}

#history dd ul {
    padding-left: 2rem;
}

#history dd li {
	list-style: disc;
	font-size: 14px;
}
#history h3 {
	margin: 10% auto 4% ;
	max-width:900px;
}

#history #mainSuv {
	background: url(../image/company/history_main.jpg) no-repeat 0 100%;
	background-size: cover;
}


/*＝＝＝＝＝＝#group＝＝＝＝＝＝＝＝*/
#groupList {
    max-width: 1000px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#group #groupList li {
	width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
	padding: 0 4% 4% 0%;
	margin: 4% 0 0;
	z-index: 10;
}
#group #groupList li:nth-child(2n) {
	float:right;
	border-right: none;
	padding: 0 0 4% 4%;
}
#group #groupList li:nth-child(3),#group #groupList li:last-child {
	border-bottom:none;
}
#group #groupList li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 8%;
	height: inherit;
	border-bottom: 1px solid #ffffff;
}
#group #groupList li:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 1px;
	height: 8%;
	border-right: 1px solid #fff;
}
#group #groupList li:nth-child(2n):before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 8%;
	height: inherit;
	border-bottom: 1px solid #ffffff;
}

#group #groupList li .innerBox {
	width: 92%;
	margin: 0 auto;
}

#group #groupList li:nth-child(2n) .innerBox {
	width: 92%;
	margin: 0 auto;
}
#group #groupList h3 {
	color: #333;
	font-size: 110%;
	margin: 0 0 .2em;
}
#group #groupList h4 {
	color: #666;
	font-size: 90%;
	margin: 0 0 2em;
	min-height: 8em;
}
#group #groupList a.tel {
	font-size: 100%;
}
#group #groupList address {
	margin: 0 0 10%;
}
#group #groupList .mark {
	margin-bottom: 4%;
}

#group #mainSuv {
	background: url(../image/company/group_main.jpg) no-repeat 0 100%;
	background-size: cover;
}



/*＝＝＝＝＝＝#news＝＝＝＝＝＝＝＝*/
#news {
	margin-bottom: 100px;
}

#news h3 {
	text-align: center;
	margin: 2% auto 6%;
}

#news dt {
	border-top: 1px solid #ccc;
}
#news dd:last-child {
	border-bottom: 1px solid #ccc;
	padding: 0 0 2%;
}

#news #infoBox dl dt {
    padding: 2% 0 0;
}
#news #infoBox dl span {
	width: 12%;
	font-size: 85%;
}
#news .inner {
	margin: 1% auto 5% ;
	padding: 1% 0 1% 0;
}
#news .inner:last-child {
	margin: 1% auto 0 ;
	padding: 1% 0 0 0;
}

#news #anchorBtn {
	justify-content: center;
	margin: 6% auto;
}

#news #anchorBtn li  {
	width: 9rem;
	margin: 0 0 0 3%;
}
#news #anchorBtn li a {
    background: url(../image/common/arrow_red01.png)no-repeat 0 50%;
    background-size: 20px;
    padding: 0 0 0 2%;
    font-size: 14px;
    margin: 0 0 0.8rem;
}

#news #mainSuv {
	background: url(../image/company/news_main.jpg) no-repeat 0 100%;
	background-size: cover;
}

/*＝＝＝＝＝＝採用情報＝＝＝＝＝＝＝＝*/
#recruitList {
    max-width: 1000px;
    margin: 0 auto;
}
#recruit #recruitList > li {
	float:left;
	width: 50%;
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;*/
	box-sizing: border-box;
	position: relative;
	padding: 0 4% 4% 0%;
	margin: 4% 0 0;
	min-height: 28rem;
	z-index: 10;
}
#recruit #recruitList > li:nth-child(2n) {
	float:right;
	border-right: none;
	padding: 0 0 4% 4%;
}
#recruit #recruitList > li:last-child {
	border-bottom:none;
}
#recruit #recruitList > li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 8%;
	height: inherit;
	border-bottom: 1px solid #ffffff;
}
#recruit #recruitList > li:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 1px;
	height: 8%;
	border-right: 1px solid #fff;
}
#recruit #recruitList > li:nth-child(2n):before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 8%;
	height: inherit;
	border-bottom: 1px solid #ffffff;
}

#recruit #recruitList > li .innerBox {
	width: 92%;
	margin: 0 auto;
}

#recruit #recruitList > li:nth-child(2n) .innerBox {
	width: 92%;
	margin: 0 auto;
}

#recruit #recruitList > li .innerBox ul li a {
	background: url(../image/common/arrow_red01.png)no-repeat 0 50%;
	background-size: 20px;
	padding: 0 0 0 25px;
	font-size: 14px;
	margin: 0 0 0.8rem;
}

#recruit #recruitList > li .innerBox ul li a.bgNone {
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 0.8rem;
}

#recruit #recruitList .arrow {
	width: 20px;
	margin-bottom: 1rem;
} 
#recruit #recruitList h3 {
	color: #333;
	font-size: 110%;
	margin: 0 0 2em;
}
#recruit #recruitList h4 {
	color: #666;
	font-size: 90%;
	margin: 0 0 2em;
	min-height: 3em;
}

#recruit #mainSuv,#recruitStaff #mainSuv {
	background: url(../image/company/recruit_main.jpg) no-repeat 0 5%;
	background-size: cover;
}

#rikunabi img {
	width: auto;
}

#recruit #recruitList .snsList {
	justify-content: flex-start;
	margin-top: 10px;
	padding: 0 0 0 25px;
}

#recruit #recruitList .snsList li {
	width: 50px;
	margin: 0 20px 0 0;
}

#recruit #recruitList .snsList li:last-child a {
	border-radius: 10px;
	border: 2px solid #333;
	overflow: hidden;
}



/*＝＝＝＝＝＝採用情報 それぞれ＝＝＝＝＝＝＝＝*/
#recruitStaff h3 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 6% 0;
}
#recruitStaff p.text {
	margin-bottom: 6%;
	text-align: center;
}
#recruitStaff dl {
	width:60%;
	margin: 0 auto;
	border: 1px solid #333;
	padding: 4%;
}
#recruitStaff dt {
	font-weight:bold;
	float: left;
	width: 20%;
}
#recruitStaff dd {
	margin-bottom: 2%;
	float: left;
	width: 80%;
}
#recruitStaff .centerBox {
	margin-bottom: 6%;
}
#recruitStaff .centerBox h4,#recruitStaff .centerBox p {
	text-align: center;
}
#recruitStaff .centerBox h4 span {
	background: url(../image/common/maru.png)no-repeat 0 45%;
	background-size: 15px;
	padding: 0 0 0 1.4rem;
	margin: 0 auto;
	font-weight: bold;
	font-size: 110%;
}
#recruitStaff .centerBox p {
	margin-bottom: 1.8rem;
}

/*＝＝＝＝＝＝関西リフォーム協力業者募集＝＝＝＝＝＝＝＝*/
#recruitStaff.cooperationForm dl {
    margin: 0 auto 6%;
}
#recruitStaff.cooperationForm dt.centerBox {
	float: none;
	width: 100%;
	margin: 0;
	padding: 8% 0 4%;
	overflow: hidden;
}
#recruitStaff.cooperationForm dt:first-child {
	padding: 0 0 4%;
}
#recruitStaff.cooperationForm dt.centerBox h4 {
	text-align: left;
}
/*＝＝＝＝＝＝関東リフォーム協力業者募集＝＝＝＝＝＝＝＝*/
#recruitStaff.cooperationForm dd ul li {
	float: left;
	width:23.5%;
	margin: 0 2% 2% 0;
	font-size: 12px;
}
#recruitStaff.cooperationForm.kanto dd {
    width: 100%;
}
#recruitStaff.cooperationForm dd ul li:nth-child(4n) {
	margin: 0 0 2% 0;
}


@media screen and ( max-width:1020px) {
	/*＝＝＝＝＝＝#関連会社＝＝＝＝＝＝＝＝*/
	#groupList {
		max-width: auto;
	}
	#group #groupList li {
		float:none;
		width: 100%;
		border-right: none;
		padding: 4%;
	}
	#group #groupList li:nth-child(2n) {
		float:none;
		padding: 4%;
	}
	#group #groupList li:before {
		border-bottom: none;
	}
	#group #groupList li:nth-child(2n):before {
		border-bottom: none;
	}
	#group #groupList h4 {
		min-height: auto;
	}	
	
	/*＝＝＝＝＝＝#recruit＝＝＝＝＝＝＝＝*/
	#recruitList {
		max-width: unset;
	}
	#recruit #recruitList li {
		float:none;
		width: 100%;
		border-right: none;
		padding: 4%;
	}
	#recruit #recruitList li .mynavi {
		width: 60%;
	}
	#recruit #recruitList li:nth-child(2n) {
		float:none;
		padding: 4%;
	}
	#recruit #recruitList li:before {
		border-bottom: none;
	}
	#recruit #recruitList li:nth-child(2n):before {
		border-bottom: none;
	}
	#recruit #recruitList > li .innerBox,#recruit #recruitList > li:nth-child(2n) .innerBox {
		width: 100%;
		margin: 0 auto;
	}
	#recruit #recruitList > li {
		min-height: auto;
	}
	#recruit #recruitList > li:first-child .flexBox {
		flex-wrap: unset;
	}

	#recruit #recruitList h3 {
		margin: 0 0 0.8rem;
	}
	#recruit #recruitList h4 {
		margin: 0 0 0.5em;
	}
	#recruit #recruitList > li .innerBox ul li a {
	}
	
	#recruit #recruitList .snsList li {
		width: 40px;
		padding: 0;
		margin: 0 15px 0 0;
	}
		
}


@media screen and (min-width:768px) and ( max-width:1120px) {
	/*＝＝＝＝＝＝#news＝＝＝＝＝＝＝＝*/
	#news #anchorBtn li  {
		margin: 0 0 0 3%;
	}

	#news #infoBox dl span {
		width: 18%;
	}
	
	#companyNav li {
		display: flex;
		flex-direction: column;
	}
	
	#companyNav li a {
		margin-top: auto;
	}	
	
	#companyNav li a {
		line-height: 1.8;
	}	
	
	
}

@media screen and ( max-width:980px) {
/*＝＝＝＝＝＝#profile＝＝＝＝＝＝＝＝*/
	#profile dt{
		float: none;
		width:100%;
	}
	#profile dd{
		float: none;
		width:100%;
		border-top: none;
		padding: 0.8em 0 0.8em 1.2em;
	}
	#profile dd ul li{
		float: left;
		width:50%;
		margin: 0 0 0 0;
	}
	#profile dd ul li:nth-child(2n){
		margin: 0 ;
	}
	#profile dd .transaction li {
		float: left;
		width:50%;
		margin: 0 ;
	}




}


@media screen and (min-width:320px) and ( max-width:767px) { 
/*＝＝＝＝＝＝#共通＝＝＝＝＝＝＝＝*/
#companyNav {
	max-width: unset;
	padding: 0;
}

#companyNav li {
	width: 32%;
	border-bottom: none;
	margin-bottom: 1%;
	min-height: 75px;
	display: flex;
    flex-direction: column;
}

#companyNav li:first-child,#companyNav li:nth-child(4){
	margin-left: 2%;
}

#companyNav li:nth-child(3){
	margin-right: 2%;
}

#companyNav li:nth-child(4),#companyNav li:nth-child(5),#companyNav li:nth-child(6){
	margin-bottom: 0;
	border-bottom: none;
}

#companyNav li:first-child:before,#companyNav li:nth-child(4):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: inherit;
  border-bottom: 1px solid #ffffff;
	z-index: 10;
}

#companyNav li:nth-child(6):before,#companyNav li:nth-child(4):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: inherit;
  border-bottom: 1px solid #ffffff;
}

#companyNav li a {
	font-size: 85%;
	margin-top: auto;
}

/*＝＝＝＝＝＝#philosophy＝＝＝＝＝＝＝＝*/
#philosophy .box h2 {
	font-size: 140%;
	letter-spacing: 0;
}

#philosophy .box figure {
	width: 80%;
}
#philosophy .box p {
	text-align: left;
}

/*＝＝＝＝＝＝#message＝＝＝＝＝＝＝＝*/
#message .box .floatR {
	font-size: 80%;
	float: right;
	margin-right: 0;
}
#message .box .floatR span {
	font-size: 140%;
}
#message h3 {
	font-size: 110%;
	margin: 0 0 8% 0;
}
#message .text {
	max-width: unset;
	margin: 0 auto 8%;
}
	
#message .movieBox {
    margin-bottom: 60px;
}
	
	
	
/*＝＝＝＝＝＝#profile＝＝＝＝＝＝＝＝*/
	#profile dd .transaction li {
		float: none;
		width:100%;
		margin: 0 ;
	}


/*＝＝＝＝＝＝#history＝＝＝＝＝＝＝＝*/
#history dl {
	max-width:unset;
	margin-bottom: 100px;
}
#history dt {
	float: none;
	width:100%;
	padding: 0.8em 0;
}
#history dt span {
	left: 0;
	display: block;
}
#history dd {
	float: none;
	width:100%;
	padding: 0.8em 0;
}
#history h3 {
	margin: 10% auto 4% ;
	max-width:unset;
}

#history dd ul {
    padding-left: 1rem;
}
/*＝＝＝＝＝＝#group＝＝＝＝＝＝＝＝*/
#group #groupList .map iframe {
    height: 350px;
}

#group #groupList li:nth-child(3) {
	border-bottom: 1px solid #ccc;
}


/*＝＝＝＝＝＝#news＝＝＝＝＝＝＝＝*/

	#news #infoBox dl span {
		width: 45%;
	}

	#news #anchorBtn li  {
		margin: 0 0 0 3%;
	}
/*＝＝＝＝＝＝採用情報 それぞれ＝＝＝＝＝＝＝＝*/
	
	#recruitStaff h3 {
		font-size: 120%;
	}
	#recruitStaff p.text {
		text-align: left;
	}
	#recruitStaff dl {
		width:100%;
		padding:4%;
	}
	#recruitStaff dt {
		font-weight:bold;
		float: none;
		width: 100%;
	}
	#recruitStaff dd {
		margin-bottom: 2%;
		float: none;
		width: 100%;
	}

	#recruit #recruitList > li {
		border-bottom: 1px solid #ccc;
	}

	#recruitStaff {
		margin-bottom: 40px;
	}



















}
