@charset "utf-8";

/*common
************************************************************************************/
#toppage section{
	padding: 70px 0;
}
.wrapper{
	max-width: 1200px;
}
/*title*/
.frame_title{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
	margin-bottom: 40px;
}
.titleBox{
	margin: 1em 0 1.5em;
}
.titleBox h1{
	font-size: 5em;
	line-height: 1;
	min-width: 5em;
}
.titleBox .ttl_jp{
	width: 100%;
	position: relative;
	font-size: 1.313em;
	margin-top: 2em;
}
.titleBox .ttl_jp span {
	display: inline-block;
	padding: 0 10px 0 3px;
	background-color: #fff;
    position: relative;
    z-index: 1;
}
.titleBox .ttl_jp:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #DC000C;
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
}
.captionBox{
	font-size: 1.75em;
	font-weight: 700;
	margin: auto 0 auto auto;
}

/*btn_more*/
.btn_more{
	text-align: right;
	padding: 2em 0;
}
.btn_more.left{
	text-align: left;
}
.btn_more a{
	display: inline-block;
	background: url("../img/ar_black.svg") no-repeat right 5px center;
	padding: 10px 50px 10px 0;
	text-decoration: none;
    transition: all .3s ease-in-out;
}
.btn_more a:hover{
	background: url("../img/ar_black.svg") no-repeat right 0 center;
}

/*slick*/
.slick-slide{
	height: auto !important;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus{
	background: url("../img/ar_left.svg") no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 0;
	left: -80px;
	display: block !important;
}
.slick-next,
.slick-next:hover,
.slick-next:focus{
	background: url("../img/ar_right.svg") no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 0;
	right: -80px;
	display: block !important;
}
.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after{
	display: none;
}

.slider_item_photo img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
	.wrapper{
		max-width: 99%;
	}
	.frame_title{
		grid-template-columns: 1fr;
		margin-bottom: 30px;
	}
	.titleBox h1{
		font-size: 3em;
	}
	.titleBox .ttl_jp{
		width: 20em;
	}
	.captionBox{
		font-size: 1.5em;
	}
	.captionBox br{
		display: none;
	}
	.slick-prev,
	.slick-prev:hover,
	.slick-prev:focus{
		background: url("../img/ar_left.svg") no-repeat;
		background-size: 35px 35px;
		width: 35px;
		height: 35px;
		cursor: pointer;
		border: 0;
		left: -50px;
		display: block !important;
	}
	.slick-next,
	.slick-next:hover,
	.slick-next:focus{
		background: url("../img/ar_right.svg") no-repeat;
		background-size: 35px 35px;
		width: 35px;
		height: 35px;
		cursor: pointer;
		border: 0;
		right: -50px;
		display: block !important;
	}
}
@media screen and (max-width: 768px){
	.titleBox .ttl_jp{
		font-size: 1.25em;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
	.titleBox h1{
		font-size: 2.5em;
	}
	.titleBox .ttl_jp{
		width: 18em;
	}

}
@media screen and (max-width: 415px){
}



/*mainPhoto
************************************************************************************/
.mainPhoto{
	background: #F3F3F3;
	text-align: center;
	padding: 0 0 0 0;
}

.mainPhoto li.slider_item{
	text-align: center;
	position: relative;
}
.mainPhoto li a{
	text-decoration: none;
	color: #000;
}
.mainPhoto li .photo{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background: #EDEDED;
}
.mainPhoto li .photo:before {
	content:"";
	display: block;
	padding-top: 28.1%;
}
.mainPhoto li .photo img{
	height: 100%;
	width: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}

.mainPhoto li .mainPhoto_title{
	position: absolute;
	font-size: 2.813em;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	padding: 0 50px;
	text-shadow: 1px 1px 0 #FFF,
             -1px 1px 0 #FFF,
             1px -1px 0 #FFF,
             -1px -1px 0 #FFF;
}

.mainPhoto li .mainPhoto_catch{
	position: absolute;
	font-size: 1.125em;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	padding: 0 50px;
	text-shadow: 1px 1px 0 #FFF,
             -1px 1px 0 #FFF,
             1px -1px 0 #FFF,
             -1px -1px 0 #FFF;
}


@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
	.mainPhoto li .mainPhoto_title{
		font-size: 2.5em;
		top: 20%;
		padding: 0 30px;
	}

	.mainPhoto li .mainPhoto_catch{
		font-size: 1.125em;
		top: 55%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	.mainPhoto li .mainPhoto_title{
		font-size: 2.25em;
	}

}
@media screen and (max-width: 599px) {
	.mainPhoto li .mainPhoto_title{
		font-size: 2em;
	}
}
@media screen and (max-width: 415px){
}

/*mainNote
----------------------------------------------------------------------*/
.mainNote{
	padding: 60px 0;
	background: #f7f7f7;
}
.mainNote p{
	text-align: center;
}
.mainNote .titleMain{
	font-size: 1.313em;
	padding: 0 0 .7em;
	font-weight: 600;
}
.mainNote .titleMain.note2{
	padding-top: 2em;
}

/*contents
************************************************************************************/
section.contents{
	position: relative;
}
section.contents li.slider_item{
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
section.contents li a{
	text-decoration: none;
}
section.contents li .title{
	position: relative;
	display: inline-block;
	width: 90%;
	background: #222222;
	border-radius: 25px;
	font-weight: 800;
	padding: .4em 0;
	z-index: 100;
	color: #FFF;
}
section.contents li .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 6px solid #222222;
}

section.contents li .detailbox{
	margin: -10px 0 0;
	border: 1px solid #eee;
	padding: 15px;
    height: 100%;

}
section.contents li .detailbox .image img{
	max-width: 80%;
	height: auto;
	margin: auto;
}
section.contents li .detailbox .txt{
	padding-top: 10px;
	font-size: 0.875em;
	text-align: left;
}

section.contents li .ar_more{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}
section.contents li .ar_more img{
	width: 30px;
	height: auto;
}



@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}

/*about
************************************************************************************/
section.about{
	background: url("../img/bg_aboutus.svg") no-repeat top center;
	background-size: 100% auto;
}
ul.about_items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 15px;
	row-gap: 30px;
	align-items: stretch;
	text-align: center;
	margin: 30px 0;
}
li.about_item{
	padding: 15px;
	background: #F2F2F2;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
}
.about_item_thum{
	margin-bottom: 15px;
	margin: 0 auto;
}
.about_item_thum img{
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
	ul.about_items{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
	ul.about_items{
		grid-template-columns: 1fr;
	}

}



/*production
************************************************************************************/
section.production{
	background: #F3F3F3;
}
section.production .frame_title{
	grid-template-columns: 1fr;
}
section.production .titleBox .ttl_jp{
	width: 16em;
}
section.production .titleBox .ttl_jp span {
	background-color: #F3F3F3;
}

ul.product_items{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 60px;
	row-gap: 70px;
	align-items: stretch;
}
li.product_item{
	background: #FFF;
	box-shadow: 0px 9px 17px -2px #d6d6d6;
	transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
	li.product_item:hover{
		box-shadow: 0 0 0 transparent;
	}
}
li.product_item a{
	display: block;
	text-decoration: none;
	padding: 60px 50px;
	position: relative;
}
.product_item_num{
	position: absolute;
	top:-45px;
	left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #787878;
	color: #FFF;
	font-size: 2.813em;
	display: flex;
	align-items:center;
	justify-content:center;
}
.product_item_num:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #787878;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.product_item_thum{
	position: relative;
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
	text-align: center;
}
.product_item_thum:before {
	content:"";
	display: block;
	padding-top: 62.8%;
}
.product_item_thum img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_item_title{
	text-align: center;
	font-size: 1.313em;
	font-weight: 600;
	margin: 20px 0;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
	.wrapper{
		padding: 0 50px;
		box-sizing: border-box;
	}
	ul.product_items{
		grid-template-columns: 1fr;
	}
	ul.product_items{
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px){
/*smart phone*/
	.product_item_thum{
		width: 90%;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}



/*service
************************************************************************************/
ul.service_items{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
li.service_item{
	width: 49%;
	border-top: 1px solid #707070;
	box-sizing: border-box;
}
li.service_item a{
	text-decoration: none;
	display: block;
	padding: 30px;
}
li.service_item.sub{
	width: 32.5%;
}
.service_item_thum{
	width: 70%;
	margin: auto;
}
.service_item_thum img{
	max-width: 100%;
	height: auto;
}
.service_item_title{
	padding: 1em 0;
	font-size: 1.313em;
	font-weight: 600;
	text-align: center;
}
li.service_item.sub .service_item_title{
	font-size: 1.125em;
}
.service_item_cmt{
	padding: 1em 0;
}
.service_item_cmt.txts{
	font-size: 0.875em;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	li.service_item,
	li.service_item.sub{
		width: 99%;
	}
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 415px){
}




/*works
************************************************************************************/
section.works{
	padding: 300px 0 50px;
	background: url("../img/bg_works.svg") no-repeat left top;
	background-size: 50% auto;
}
ul.works_items{
	width: 1200px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 50px;
	align-items: stretch;
	margin: 50px auto;
}

li.works_item a{
	text-decoration: none;
	display: block;
	padding: 30px;
}
.works_item_thum{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #FFF;
	box-shadow: 0px 9px 17px -2px #d6d6d6;
	transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
	.works_item_thum:hover{
		box-shadow: 0 0 0 transparent;
	}
}
.works_item_thum:before {
	content:"";
	display: block;
	padding-top: 70%;
}
.works_item_thum img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_item_title{
	text-align: center;
	font-size: 1.25em;
	font-weight: 600;
	margin: 20px 0;
}
.works_item_categoy,
.works_item_type{
	padding: 5px 0 5px 7em;
	font-size: 0.875em;
	position: relative;
	margin: 5px 0;
}
.works_item_categoy:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 8em;
	content: "categoy";
	color: #9F9F9F;
	border: 1px solid #9F9F9F;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
	font-size: 0.75em;
	font-family: "solitaire-mvb-pro", sans-serif;
 	font-weight: 700;
 	font-style: normal;
}
.works_item_type:before{
	position: absolute;
	left: 0;
	top: .2em;
	width: 8em;
	content: "SITE TYPE";
	color: #222222;
	background: #F2F2F2;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
	font-size: 0.75em;
	font-family: "solitaire-mvb-pro", sans-serif;
 	font-weight: 700;
 	font-style: normal;

}

@media screen and (max-width: 1024px){
	section.works{
		padding: 100px 0 50px;
		background: url("../img/bg_works.svg") no-repeat left top;
		background-size: auto 600px;
	}
	ul.works_items{
		width: 99%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		column-gap: 30px;
		row-gap: 30px;
		align-items: stretch;
		margin: 30px auto;
	}
}
@media screen and (max-width: 768px){
	ul.works_items{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 599px) {
	ul.works_items{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 415px){
}


/*column
************************************************************************************/
section.column{
	background: #F3F3F3;
}
section.column .frame_title{
	row-gap: 0;
	margin-bottom: 0;
}

section.column .titleBox h1{
	font-size: 5em;
	line-height: 1;
	color: #E3E3E3;
	margin-left: -2.5em;
}

section.column .captionBox{
	font-size: 1em;
	font-weight: 400;
}

ul.column_items{
	margin-top: -35px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 0;
	align-items: stretch;
}
li.column_item{
	background: #FFF;
	box-shadow: 0px 9px 17px -2px #d6d6d6;
}

.column_item_thum{
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #E1E1E1;
}
.column_item_thum:before {
	content:"";
	display: block;
	padding-top: 63%;
}
.column_item_thum img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column_item_details{
	padding: 20px;
}
.column_item_details_date{
	text-align: right;
	margin-bottom: 15px;
	font-size: 0.813em;
}
.column_item_details_title{
	font-size: 1.125em;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	li.column_item{
		transition: all .3s ease-in-out;
	}
	li.column_item:hover{
		box-shadow: 0 0 0 transparent;
	}
}
@media screen and (max-width: 1024px){
	section.column .titleBox h1{
		font-size: 3em;
		margin-left: 0;
	}
	ul.column_items{
		margin-top: 0;
		column-gap: 30px;
	}
}

@media screen and (max-width: 768px){
/*smart phone*/
	ul.column_items{
		grid-template-columns:1fr;
	}
	li.column_item{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}


/*user
************************************************************************************/

section.user li.slider_item{
	margin: 10px;
	box-sizing: border-box;
	box-shadow: 0px 9px 7px -5px #d6d6d6;
	transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
	section.user li.slider_item:hover{
		box-shadow: 0 0 0 transparent;
	}
}
section.user li a{
	color: #000;
	text-decoration: none;
	display: block;
}
section.user li .image{
	background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
section.user li .image img{
	max-height: 150px;
	height: auto;
	display: block;
}

section.user li .slider_item_title{
	font-size: 1.125em;
	font-weight: 600;
	padding: 20px;
	min-height: 4em;
}

@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}



/*news
************************************************************************************/
section.news {
	border-top: 1px solid #D8D8D8;
}
section.news .wrapper{
	display: grid;
	grid-template-columns: 270px 1fr;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 40px;
	align-items: stretch;
}
.news_titleBox h1{
	font-size: 24px;
}
.news_titleBox p{
	padding-top: .7em;
}
/*btn*/
.news_bot_more{
	margin: 1.5em auto auto 0;
}

.news_bot_more a{
	display: inline-block;
	background: url("../img/ar_white.svg") no-repeat right 20px center #000;
	padding: 10px 50px 10px 30px;
	border-radius: 20px;
	color: #FFF;
	font-size: 0.875em;
	text-decoration: none;
    transition: all .3s ease-in-out;
}
.news_bot_more a:hover{
	background: url("../img/ar_white.svg") no-repeat right 15px center #000;
}
.newsWrap ul{
	border-top: 1px solid #E1E1E1;
}
.newsWrap ul li{
	display: table;
	width: 100%;
	padding: 1.5em 0;
	border-bottom: 1px solid #E1E1E1;
}
.newsWrap ul li p{
	display: table-cell;
	vertical-align: top;
}
.newsWrap ul li p.date{
	width: 7em;
	font-size: 0.875em;
	font-family: "solitaire-mvb-pro", sans-serif;
 	font-weight: 700;
 	font-style: normal;
	color: #747474;
}

.newsWrap ul li p.ttl{
	padding-left: 2em;
}
.newsWrap ul li p.ttl img{
	vertical-align: middle;
	margin-left: .5em;
}


@media screen and (max-width: 1024px){
	section.news .wrapper{
		grid-template-columns: 1fr;
	}
	.news_titleBox{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	.news_titleBox h1{
		font-size: 24px;
	}
	.news_titleBox p{
		padding-left: 15px;
	}
	/*btn*/
	.news_bot_more{
	margin: 0 0 auto auto;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 599px) {
	.newsWrap ul li{
		display: block;
	}
	.newsWrap ul li p{
		display: block;
	}
	.newsWrap ul li p.date{
		width: auto;
		display: inline-block;
		padding-right: 1em;
	}
	.newsWrap ul li p.ttl{
		padding: 1em 0 0;
	}
}

