@charset "utf-8";
  
.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
  

/*
=========================================
  mortar
=========================================
*/


.title{
	background:url(../company/img/title_bg.jpg) no-repeat top;
	width:92%;
	padding: 80px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	text-align:center;
}
@media screen and (max-width: 1920px) {
.title{
	background:url(../company/img/title_bg.jpg) no-repeat top;
	/* background-position: center; */
	/*-background-size:cover;*/
}
}
@media screen and (max-width: 900px) {
.title{
	padding: 100px 4% 40px 4%;
	background-attachment:unset;
	background:url(../company/img/title_bg_sp.jpg) no-repeat top;
	background-size:cover;
}
.title img{
	width:60%;
	min-width:330px;
}
}


/*---------------------------------------
  company 
---------------------------------------*/

.about{
	overflow:hidden;
}

.about .kazari{
	font-family: 'Libre Caslon Text', serif;
	opacity:0.08;
	font-size: 12rem;
	position:absolute;
	margin-top:-62px;
}
.about h2{
	text-align:left;
	font-size:1.7rem;
	font-weight:bold;
	padding:6rem 0 10px 0;
	margin-bottom:3rem;
	background:url(../img/line.png) bottom left no-repeat;
}
.about_cont{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:5rem;
}
.about_cont dl.top{
	border-top:#e4e4e4 1px solid;
}
.about_cont dl{
	border-bottom:#e4e4e4 1px solid;
	overflow:hidden;
}
.about_cont dt{
	background:url(../img/line_green.gif) no-repeat left;
	width: 140px;
	padding:1.5rem 10px 1.5rem 50px;
	float:left;
	margin-left:1rem;
}
.about_cont dd{
	margin-left: 220px;
	padding: 1.5rem 20px;
	border-left:#e4e4e4 1px solid;
}




@media screen and (max-width: 1200px) {
.about .kazari{
	font-size: 8rem;
	margin-top:-40px;
}

.about h2{
	font-size: 1.5rem;
	padding:5rem 0 10px 0;
	margin-bottom:2rem;
}


.about_cont{
	width:90%;
	margin:0 5%;
}
}
@media screen and (max-width: 900px) {
.about .kazari{
	font-size: 6rem;
	margin-top:-30px;
}
}



@media screen and (max-width: 700px) {
.about h2{
	font-size: 1.3rem;
	padding:3rem 0 10px 0;
}
.about .kazari{
	font-size: 3.5rem;
	margin-top:-18px;
}
.about_cont{
	width:90%;
	margin:0 5%;
	padding-bottom: 3rem;
}
.about_cont dt{
	width: 100%;
	padding:1rem 10px 1rem 30px;
	margin-left:0;
	font-weight:bold;
}
.about_cont dd{
	margin-left: 0;
	padding: 1rem 10px 1rem 30px;
	border-left:none;
}





}




/*---------------------------------------
  category
---------------------------------------*/

.category{
  width: 100%;
  padding:7rem 0 8rem;
  background-image:url(../img/top_carft_bg.jpg);
  background-repeat:repeat;
  background-position:top;
}
.category h3{
	font-size:2.2rem;
	padding-bottom: 2.5rem;
}
.category_cont{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.category_cont li{
	width:33%;
	float:left;
	margin-bottom:3.5rem;
}

.category_cont li img{
	width:85%;
	box-shadow: 15px 15px 0px 0 rgb(0, 0, 0, .08);
}



@media screen and (max-width: 1200px) {
.category{
	padding: 5rem 5% 4rem;
	width:90%;
}

}
@media screen and (max-width: 900px) {

.category_cont h3{
	font-size: 1.4rem;
	padding-bottom: 1.7rem;
}

}

@media screen and (max-width: 700px) {
.category {
	width: 90%;
	padding:3rem 5% 2rem 5%;
}
.category_cont li{
	width:50%;
	margin-bottom:2rem;
}
.category_cont li img{
	box-shadow: 10px 10px 0px 0 rgb(0, 0, 0, .08);
}

}
