@charset "UTF-8";

/* service ---------------------------------------*/

.service .kv-wrapper-inner-title{
	top: 50.1%;
	left: 184px;
}
.service .kv-wrapper-inner-title small{padding-top: 8px;}

.service .kv-wrapper-scroll{
	top: auto;
	bottom: 137px;
}

.service .kv-sns{
	top: auto;
	bottom: 4.3%;
}

.kv-wrapper.service{margin-bottom: 151px;}

.service-main{margin-bottom: 67px;}
.service-main h2{
	font-family: 'EB Garamond', serif;
	font-size: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333333;
	line-height: 1em;
	margin-bottom: 24px;
}
.service-main strong{
	letter-spacing: 0;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	line-height: 1em;
	margin-bottom: 70px;
}
.service-main p{
	text-align: center;
	font-size: 15px;
	line-height: 2.26666666667em;
	letter-spacing:0;
}

.service-sample{}
.service-sample h3{
	text-align: center;
	font-size: 36px;
	color: #333333;
	line-height: 1em;
	margin-bottom: 47px;
}
.service-sample h3 small{
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-top: 16px;
	font-family: YuGothic, "Yu Gothic", 游ゴシック体,sans-serif;
	line-height: 1em;
}

.service-sample-gallery{
	display: block;
	margin:0 auto 193px;
	position:relative;
}
.service-sample-gallery-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 102px;
}
.service-sample-gallery-list-item{
	width: 32.8%;
	margin-bottom: 0.8%;
}
.service-sample-gallery-list-item img{width: 100%;}
.service-sample-gallery-list-item:nth-child(2) img,.service-sample-gallery-list-item:nth-child(5) img{animation-delay: .2s}
.service-sample-gallery-list-item:nth-child(3) img,.service-sample-gallery-list-item:nth-child(6) img{animation-delay: .4s}
.service-sample-gallery-btn{
	width: 380px;
	height: 60px;
	margin: 0 auto;
	transition:0.3s;
	border: 1px solid #000000;
}
.service-sample-gallery-btn a{
	line-height: 60px;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 16px;
}
.service-sample-gallery-btn:hover{background: #000;}
.service-sample-gallery-btn:hover a{color: #fff;}

.service-flow{
	display: block;
	margin:0 auto 115px;
}

.service-rental{margin-bottom: 199px;}
.service-rental h2{
	font-family: 'EB Garamond', serif;
	font-size: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333333;
	line-height: 1em;
	margin-bottom: 20px;
}
.service-rental strong{
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	display: block;
	line-height: 1em;
	margin-bottom: 70px;
}
.service-rental p{
	text-align: center;
	font-size: 15px;
	line-height: 2.26666666667em;
	letter-spacing:0;
	margin-bottom: 109px;
}

.service-construction{}
.service-construction-list{
	width: 615px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 111px;
}
.service-construction-list-item{
	position: relative;
}
.service-construction-list-item:nth-child(1) img{
	width: 126px;
	padding: 0px 0 10px 0;
}
.service-construction-list-item:nth-child(2){left: 13px;}
.service-construction-list-item:nth-child(2) img{
	width: 82px;
	padding: 6px 0 26px 4px;
}
.service-construction-list-item:nth-child(2):before{
	content: "";
	background: url(../img/service/icon_arrow_twin.svg) no-repeat left center;
	background-size: 70px;
	width: 70px;
	height: 20px;
	position: absolute;
	top: 26%;
	left: -98px;
}
.service-construction-list-item:nth-child(2):after{
	content: "";
	background: url(../img/service/icon_arrow_twin.svg) no-repeat right center;
	background-size: 70px;
	width: 70px;
	height: 20px;
	position: absolute;
	top: 26%;
	right: -89px;
}
.service-construction-list-item:nth-child(2) p{
	position: relative;
	left: -7px;
}

.service-construction-list-item:nth-child(3) img{
	width: 124px;
	padding: 3px 16px 13px 0px;
}
.service-construction-list-item:nth-child(3) p{
	text-align: left;
	padding-left: 31px;
}

.service-construction-list-item img{}
.service-construction-list-item p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.service-flow{
	width: 960px;
	background: #f3f3f3;
	box-sizing: border-box;
	padding: 55px;
}
.service-flow h3{
	font-size: 36px;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333333;
	line-height: 1em;
	margin-bottom: 45px;
}
.service-flow h3 small{
	font-size: 15px;
	display: block;
	padding-top: 14px;
	line-height: 1em;
	font-family: YuGothic, "Yu Gothic", 游ゴシック体,sans-serif;
	font-weight: bold;
	letter-spacing: 0;
}
.service-flow-inner{}
.service-flow-inner-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 36px;
	padding: 4px 33px 0;
}
.service-flow-inner-list-item{
	width: 211px;
	position: relative;
}

.service-flow-inner-list-item p{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.69230769231em;
}
.service-flow-inner-list-item img{
	display: block;
	margin: 0 auto 25px;
}
.service-flow-inner-list-item:nth-child(1){}
.service-flow-inner-list-item:nth-child(2){animation-delay: .2s;}
.service-flow-inner-list-item:nth-child(3){animation-delay: .4s;}

.service-flow-inner-list-item:nth-child(1) img{width: 195px; height: 109px;}
.service-flow-inner-list-item:nth-child(2) img{width: 178px; height: 107px;padding-top: 3px;}
.service-flow-inner-list-item:nth-child(3) img{width: 130px; height: 78px; padding: 25px 0 5px;}

.service-flow-inner-list-item:nth-child(1):after{
	content: "";
	background: url(../img/service/icon_flow.svg) no-repeat right center;
	background-size: 70px;
	width: 22px;
	height: 37px;
	position: absolute;
	top: 26%;
	right: -24%;
}
.service-flow-inner-list-item:nth-child(2):after{
	content: "";
	background: url(../img/service/icon_flow.svg) no-repeat right center;
	background-size: 70px;
	width: 22px;
	height: 37px;
	position: absolute;
	top: 26%;
	right: -27%;
}

.service-flow-inner-caption{
	font-size: 13px;
	color: #505050;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",sans-serif;
	letter-spacing: 0;
}

.coming-soon{
	width: 820px;
	display: block;
	margin: 0 auto 120px;
	background: #eeeeee;
	padding: 120px 0 130px;
	text-align: center;
}
.coming-soon span{
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #333333;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
}

.service-rental-btn-comingsoon{
	width: 380px;
	height: 60px;
	margin: 0 auto;
	transition:0.3s;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.service-rental-btn-comingsoon span{
	color: #cccccc;
	display: block;
	text-align: center;
	padding-top: 16px;
	font-weight: bold;
	font-size: 15px;
}

.service-rental-btn{
	width: 380px;
	height: 60px;
	margin: 0 auto;
	transition:0.3s;
	border: 1px solid #000;
	box-sizing: border-box;
}
.service-rental-btn a{
	color: #000;
	display: block;
	text-align: center;
	padding-top: 16px;
	font-weight: bold;
	font-size: 15px;
}
.service-rental-btn a{
	display: block;
	text-align: center;
	padding-top: 16px;
	font-weight: bold;
	font-size: 15px;
}
.service-rental-btn:hover{background: #000;}
.service-rental-btn:hover a{color: #fff;}




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

.company .kv-wrapper-inner-title{
	top: 50.1%;
	left: 184px;
}
.company .kv-wrapper-inner-title small{padding-top: 8px;}
.company .kv-wrapper-scroll{top: 71%;}
.company .kv-sns{
	top: auto;
	bottom: 4.3%;
}

.kv-wrapper.company{margin-bottom: 152px;}
.company-main h2{
	font-family: 'EB Garamond', serif;
	font-size: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333333;
	line-height: 1em;
	margin-bottom: 58px;
}
.company-main strong{
	font-family: "游明朝 Demibold", YuMincho, "Yu Mincho", 游明朝体; font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 22px;
	text-align: center;
	display: block;
	line-height: 1em;
	margin-bottom: 75px;
}
.company-main p{
	text-align: center;
	font-size: 15px;
	line-height: 2.26666666667em;
	letter-spacing:0.02em;
	margin-bottom: 103px;
}

.company-sample{}
.company-sample h3{
	text-align: center;
	font-size: 36px;
	color: #333333;
	line-height: 1em;
	margin-bottom: 45px;
}
.company-sample h3 small{
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-top: 17px;
	letter-spacing: 0;
	line-height: 1em;
	font-family: 游ゴシック, YuGothic, "Yu Gothic", 游ゴシック体,sans-serif;
}

.company-sample-gallery{
	display: block;
	margin:0 auto 193px;
	position:relative;
}
.company-sample-gallery-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 108px;
}
.company-sample-gallery-list-item{
	width: 32.8%;
	margin-bottom: 0.8%;
}
.company-sample-gallery-list-item:nth-child(2) img,.company-sample-gallery-list-item:nth-child(5) img{animation-delay: .2s;}
.company-sample-gallery-list-item:nth-child(3) img,.company-sample-gallery-list-item:nth-child(6) img{animation-delay: .4s;}

.company-sample-gallery-list-item img{width: 100%;}
.company-sample-gallery-btn{
	width: 380px;
	height: 60px;
	margin: 0 auto;
	transition:0.3s;
}
.company-sample-gallery-btn a{
	line-height: 1;
	padding: 20px 0 22px;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 16px;
	border: 1px solid #000000;
	box-sizing: border-box;
}
.company-sample-gallery-btn:hover{background: #000;}
.company-sample-gallery-btn:hover a{color: #fff;}

.company-info{margin-bottom: 190px;}
.company-info h2{
	font-family: 'EB Garamond', serif;
	font-size: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #333333;
	line-height: 1em;
	margin-bottom: 63px;
}
.company-list{
	width: 435px;
	display: block;
	margin: 0 auto;
}
.company-list-item{}
.company-list-item dd{
	background: url(../img/common/bg_company_line.png) repeat-x left center;
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	display: inline-block;
	letter-spacing: 0.05em;
	line-height: 2.6em;
}
.company-list-item dd span{
	background: #fff;
	width: 95px;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 5px;
}
.company-list-item dt{
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.6em;
}



/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px){
}

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

	.service-construction{
		max-width: 327px;
		display: block;
		margin: 0 auto;
	}
	.service-construction-list{
		width: 100%;
		margin: 0 auto 95px;
	}
	.service .kv-wrapper-inner-title {
		top: 10%;
		font-size: 18px;
		left: 7%;
	}
	.service .kv-wrapper-inner-title small{
		padding-top: 5px;
		font-size: 13px;
		position: relative;
		left: -4px;
	}
	.kv-wrapper.service {margin-bottom: 115px;}
	.service .kv-wrapper-scroll {
		top: 68%;
		left: -7%;
	}
	.service-main {margin-bottom: 41px;}
	.service-main h2{
		font-size: 36px;
		margin-bottom: 22px;
	}
	.service-main strong{
		font-size: 17px;
		margin-bottom: 51px;
	}
	.service-main p{
		font-size: 13px;
		line-height: 2.32em;
		text-align: left;
	}

	.service-sample-gallery-btn{width: 85.6%; max-width: 375px;}
	.service-rental-btn-comingsoon{width: 85.6%; max-width: 375px;}
	.service-rental-btn{width: 85.6%; max-width: 375px;}

	.service-construction-list-item p{font-size: 14px;}
	.service-construction-list-item:nth-child(1) img {
		width: 68px;
		padding: 0 0 7px 0;
	}
	.service-construction-list-item:nth-child(2) {left: 0;}
	.service-construction-list-item:nth-child(2) img {
		width: 45px;
		display: block;
		margin: 0 auto;
		padding: 3px 0 15px 0;
	}
	.service-construction-list-item:nth-child(2) p {left: 0px;}
	.service-construction-list-item:nth-child(3) img {
		width: 67px;
		padding: 0 0 9px 0;
	}
	.service-construction-list-item:nth-child(3) p{padding: 0;}
	.service-construction-list-item:nth-child(2):before{
		width: 35.5px;
		background-size: 35.5px;
		top: 18%;
		left: -32%;
	}
	.service-construction-list-item:nth-child(2):after{
		width: 35.5px;
		background-size: 35.5px;
		top: 18%;
		right: -43%;
	}
	.service-flow{
		width: 100%;
		max-width: 425px;
		padding: 36px 0;
		margin: 0 auto 98px;
	}
	.service-flow h3{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.service-flow h3 small{
		font-size: 14px;
		padding-top: 16px;
	}

	.service-sample h3{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.service-sample h3 small{
		font-size: 14px;
		padding-top: 17px;
	}
	.service-flow-inner-list{
		width: 100%;
		box-sizing: border-box;
		padding: 0 12px;
		margin-bottom: 8px;
	}
	.service-flow-inner-list-item {
		width: 100%;
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 70px;
	}
	.service-flow-inner-list-item:nth-child(3){
		margin-top: -5px;
		padding-bottom: 0;
	}
	.service-flow-inner-list-item-img{
		width: 45%;
		float: left;
	}
	.service-flow-inner-list-item:nth-child(2){animation-delay: 0s;}
	.service-flow-inner-list-item:nth-child(3){animation-delay: 0s;}

	.service-flow-inner-list-item:nth-child(1) img{width: 128px; height: 67px; margin: 0 auto;;}
	.service-flow-inner-list-item:nth-child(2) img{width: 117px; height: 66.5px;padding: 0; margin: 0 auto;}
	.service-flow-inner-list-item:nth-child(3) img{width: 88px; height: 49px; padding: 0; margin: 0 auto 20px;}
	.service-flow-inner-list-item p{
		font-size: 12px;
		line-height: 2em;
	}
	.service-flow-inner-list-item:nth-child(1) p{padding: 3% 0 0;}
	.service-flow-inner-list-item:nth-child(2) p{padding: 1% 0 0;}
	.service-flow-inner-list-item:nth-child(3) p{padding: 0 0 0;}

	.service-flow-inner-list-item:nth-child(1):after{
		background: url(../img/service/icon_flow_sp.svg) no-repeat right center;
		background-size: 25px;
		width: 25px;
		height: 15px;
		top: auto;
		right: 0;
		left: 0;
		bottom: 20%;
		margin: auto;
	}
	.service-flow-inner-list-item:nth-child(2):after{
		background: url(../img/service/icon_flow_sp.svg) no-repeat right center;
		background-size: 25px;
		width: 25px;
		height: 15px;
		top: auto;
		right: 0;
		left: 0;
		bottom: 20%;
		margin: auto;
	}
	.service-flow-inner-caption{
		width: calc(100% - 32px);
		display: block;
		margin: 0 auto 5px;
		font-size: 12px;
	}

	.service-sample-gallery {
		display: block;
		margin: 0 auto 94px;
		position: relative;
	}
	.service-sample-gallery-list{
		display: block;
		margin-bottom: 59px;
	}
	.service-sample-gallery-list-item{
		max-width: 432px;
		display: block;
		width: 100%;
		margin: 0 auto 30px;
	}
	.service-sample-gallery-list-item:nth-child(2) img,.service-sample-gallery-list-item:nth-child(5) img{animation-delay: 0s}
	.service-sample-gallery-list-item:nth-child(3) img,.service-sample-gallery-list-item:nth-child(6) img{animation-delay: 0s}

	.service-rental {margin-bottom: 100px;}
	.service-rental h2{font-size: 36px;}
	.service-rental strong{
		font-size: 17px;
		margin-bottom: 55px;
	}
	.service-rental p{
		font-size: 13px;
		text-align: left;
		margin-bottom: 45px;
	}

	.coming-soon{
		width: 100%;
		padding: 52px 0 54px;
		margin: 0 auto 61px;
	}



	/*company*/

	.company-construction-list{
		width: 100%;
		margin: 0 auto 95px;
	}
	.company .kv-wrapper-inner-title {
		top: 10%;
		font-size: 18px;
		left: 7%;
	}
	.company .kv-wrapper-inner-title small{
		padding-top: 5px;
		font-size: 13px;
		position: relative;
		left: -4px;
	}
	.kv-wrapper.company {margin-bottom: 115px;}
	.company .kv-wrapper-scroll {
		top: 68%;
		left: -7%;
	}
	.company-main {margin-bottom: 41px;}
	.company-main h2{
		font-size: 36px;
		margin-bottom: 47px;
	}
	.company-main strong{
		font-size: 17px;
		margin-bottom: 51px;
	}
	.company-main p{
		font-size: 13px;
		line-height: 2.32em;
		text-align: left;
	}

	.company-sample-gallery-btn{
		width: 85.6%;
		max-width: 375px;
	}
	.company-list{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.company-list-item dd{
		background: none;
		width: 18%;
		line-height: 2em;
	}
	.company-list-item dt{
		line-height: 2em;
	}
	.company-sample h3{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.company-sample h3 small{
		font-size: 14px;
	}
	.company-sample-gallery-list{
		display: block;
		margin-bottom: 59px;
	}
	.company-sample-gallery {
		display: block;
		margin: 0 auto 94px;
	}
	.company-sample-gallery-list-item{
		width: 100%;
		max-width: 432px;
		display: block;
		margin: 0 auto 30px;
	}
	.company-sample-gallery-list-item:nth-child(2) img,.company-sample-gallery-list-item:nth-child(5) img{animation-delay: 0s;}
	.company-sample-gallery-list-item:nth-child(3) img,.company-sample-gallery-list-item:nth-child(6) img{animation-delay: 0s;}

	.company-info h2{
		font-size: 36px;
		margin-bottom: 45px;
	}
	.company-list{
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 375px;
	}
	.company-list-item dd{
		background: none;
		width: 18%;
		line-height: 2.2em;
	}
	.company-list-item dt{
		line-height: 2.2em;
	}
	.company-info{margin-bottom: 0;}
	.company {
		margin-bottom: 88px;
	}

}

/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){
	.service-construction-list-item:nth-child(2):before {
		width: 26px;
		background-size: 26px;
		top: 18%;
		left: -15%;
	}
	.service-construction-list-item:nth-child(2):after {
		width: 26px;
		background-size: 26px;
		top: 18%;
		right: -17%;
	}
	.service-flow-inner-list-item{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.service-flow-inner-list-item-img{
		width: 45%;
		float: none;
	}
	.service-flow-inner-list-item p{
		width: 50%;
		font-size: 11px;
	}
	.company-list-item dd{font-size: 11px; width: 20%;}
	.company-list-item dt{font-size: 11px;}
	.company-list-item dd span{width: auto;}


}