@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%!important;/*16px x 62.5%=10px*/

}

.orange-works{
	background-image: url("img/background.png");
	padding: 20px 0;
	margin: 20px 0;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}
img{
	max-width: 100%;
	height: auto;
}



.text{
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: justify;
	padding: 30px;
	margin-bottom: 20px;
	background-color: #fff;
}
h2{
	margin-bottom: 20px;
}
.bg{

	padding-top: 10px;
}
/**********main***********/
.main{
	margin-bottom: 90px;
}

.main__title{
	margin: 60px 0;
	background-color: #fff;
    padding: 20px;
  	position: relative;
}


.main__title:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #e56b07, #e56b07 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #e56b07, #e56b07 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.main h1{
	font-size: 3.2rem;
	font-weight: bold;
	color: #e56b07;
	display: inline-block;
}

.main p{
	font-size: 2.2rem;
	display: inline-block;
	padding-left: 20px;
}

/**********contents***********/
.contents{
	margin-bottom: 90px;
}.contents__tab{
	margin-bottom: 30px;;
}
.house{
	background-color: #fbc4ee;
	border-radius: 15px;
	font-size: 1.4rem;
	padding: 10px;
	color: #fff;
}
.reform{
	background-color: #aaacf9;
	border-radius: 15px;
	font-size: 1.4rem;
	padding: 10px;
	color: #fff;
}
.contents__img{
	display: flex;
	justify-content: space-around;
}
.contents__img p{
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 30px;
}
/**********voice***********/
.voice{
	margin-bottom: 90px;
}

/**********staff***********/
.staff{
	margin-bottom: 90px;
	display: flex;
	justify-content: space-around;
}
.staff__text{
	width: 60%;
}
.staff__text span{
	font-size: 1.6rem;
    text-align: right;
    display: block;
    padding: 0 30px;
	margin-bottom: 20px;
}
.staff__img{
	margin-top: 43px;
}
/**********work***********/
.work{
	margin-bottom: 90px;
}
.work h4{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 60px;
	position: relative;
}
.work h4:before{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 3px;
	border-top: 3px dotted #E56b07;
}
.work h4:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 3px;
	border-top: 3px dotted #E56b07;
}
.work h4:before {
	left:0;
}
.work h4:after {
	right: 0;
}

.work__img{
	display: flex;
	justify-content: space-between
}
.work__text{
	background-color: #fff;	
}
.work__text h5{
	font-size: 1.8rem;
	padding: 15px;
}
.work__text p{
	font-size: 1.6rem;
	padding: 15px;
}

/*.main__img-slider {
  display: flex;
  justify-content: space-around;
}

.main__img-slider .slider {
  width: 78%;
}

.main__img-slider .thumb {
  width: 20%;
}*/



.main__img-slider .slider{
	max-width: 1200px;
}
.main__img-slider .slider img {
  width: auto;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0;
}

@media screen and (max-width: 767px){
	/**********共通***********/
	.inner{
		/*width: 100%;*/
		padding: 10px 20px!important;
	}
	.text{
		padding: 10px 15px;
	}
	/**********main***********/
	.main h1{
		font-size: 2.8rem;
		display: block;
		padding: 10px 0;
	}
	.main__title{
		padding: 0;
	}
	.main p{
		padding: 10px 5px 20px;
	}
	.main__img{
		width: 100%;
	}
	.img{
		flex-wrap: wrap;
	}
	/**********contents***********/
	.contents__img{
		flex-wrap: wrap;
	}
	/**********staff***********/
	.staff{
		flex-wrap: wrap;
	}
	.staff__text{
		width: 100%;
	}
	/**********work***********/
	.work__img{
		flex-wrap: wrap;
	}


	.contents__img p{
		padding: 30px 0 10px 0;
	}

}


