@charset "UTF-8";
html, body {
	height: auto;
}

/* aboutBlc ------------------*/

#aboutBlc {
	background: url(../img/top/bg01.png) no-repeat right top, url(../img/common/bg_pattern01.png) fixed repeat left top;
}

#aboutBlc .txtIntro {
	max-width: 700px;
}

#aboutBlc .policyBlc {
	margin-top: 4%;
}

#aboutBlc .policyBlc .txtCatch {
	text-align: center;
}

#aboutBlc .policyBlc .txtCatch>span {
	text-align: center;
	padding: 0 10px;
	position: relative;
}

#aboutBlc .policyBlc .txtCatch>span:before, #aboutBlc .policyBlc .txtCatch>span:after {
	content: "";
	background: url(../img/common/quote_left.png) no-repeat left top;
	width: 10px;
	height: 9px;
	position: absolute;
	top: 5px;
	left: 0;
}

#aboutBlc .policyBlc .txtCatch>span:after {
	background-image: url(../img/common/quote_right.png);
	left: auto;
	right: 0;
}

#aboutBlc .policyList {
	margin-top: 4%;
}

#aboutBlc .policyList li {
	width: 28%;
	text-align: center;
	margin-right: 8%;
	float: left;
}

#aboutBlc .policyList li:nth-child(3n) {
	margin-right: 0;
}

#aboutBlc .policyList li .ttl {
	margin-bottom: 4%;
}

#aboutBlc .policyList li .ttl>.num {
	background-color: #3d713e;
	font-size: 300%;
	line-height: 1.3;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 999px;
	text-align: center;
	display: inline-block;
}

#aboutBlc .policyList li .ttl>.subj {
	font-size: 120%;
	color: #be1826;
	text-align: center;
	margin-top: 4%;
	display: block;
}

#aboutBlc .policyList li .txt {
	text-align: left;
}

@media screen and (max-width: 1000px) {
	#aboutBlc {
		background: none, url(../img/common/bg_pattern01.png) repeat left top;
	}
}

@media screen and (max-width: 767px) {
	#aboutBlc .policyBlc .txtCatch {
		padding: 0 15%;
	}
	#aboutBlc .policyList li {
		width: 30%;
		margin-right: 5%;
		float: left;
	}
	#aboutBlc .policyList li .ttl>.num {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 480px) {
	#aboutBlc .policyList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
		float: none;
	}
	#aboutBlc .policyList li .ttl {
		margin-bottom: 2%;
	}
	#aboutBlc .policyList li .ttl>.subj {
		margin-top: 2%;
	}
}

/* slideBlc ------------------*/

#txtSlideBlc {
	background-color: #000;
	position: relative;
	overflow: hidden;
}

#txtSlideBlc #infiniteSlide01 {
	position: relative;
	z-index: 4;
}

#txtSlideBlc #infiniteSlide01 li img {
	max-width: none;
}

#txtSlideBlc .bgImg {
	background: url(../img/top/vdo_image.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#txtSlideBlc #bgMovie {
	width: 2000px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	#txtSlideBlc #infiniteSlide01 li img {
		height: 150px;
	}
	#txtSlideBlc .bgImg {
		display: block;
	}
	#txtSlideBlc #bgMovie {
		display: none;
	}
}

/* serviceBlc ------------------*/

#serviceBlc {
	background: url(../img/top/bg01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#serviceBlc:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#serviceBlc>.commBlc {
	z-index: 4;
}

#serviceBlc .txtCatch {
	color: #fff;
	font-size: 120%;
}

#serviceBlc .list {
	margin-top: 4%;
}

#serviceBlc .list li {
	width: 46%;
	margin: 0 8% 4% 0;
	float: left;
}

#serviceBlc .list li:nth-of-type(2n) {
	margin-right: 0;
}

#serviceBlc .list li .icn {
	padding-left: 4%;
}

#serviceBlc .list li .subj {
	color: #be1826;
	font-size: 120%;
	font-weight: bold;
}

#serviceBlc .list li .txtBlc {
	color: #fff;
	font-size: 90%;
}

#serviceBlc .bannerRental {
	width: 100%;
	margin: 0 auto 4%;
	box-sizing: border-box;
}

#serviceBlc .bannerRental a {
	border: 1px solid #999;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	transition: all 400ms ease-in-out;
}

#serviceBlc .bannerRental a:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #fff;
}

#serviceBlc .bannerRental .imgBlc {
	width: 30%;
}

#serviceBlc .bannerRental .txtBlc {
	width: 66%;
}

#serviceBlc .bannerRental .txtBlc .subj {
	color: #3d713e;
	font-size: 120%;
}

#serviceBlc .bannerRental .txtBlc .txt {
	color: #fff;
	font-size: 90%;
}

@media screen and (max-width: 767px) {
	#serviceBlc .bannerRental a {
		justify-content: flex-start;
		flex-direction: column-reverse;
	}
	#serviceBlc .bannerRental .imgBlc {
		width: 100%;
	}
	#serviceBlc .bannerRental .txtBlc {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	#serviceBlc .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
	#serviceBlc .list li .icn {
		text-align: center;
		padding-left: 0;
	}
	#serviceBlc .list li .subj {
		text-align: center;
	}
}

/* portfolioBlc ------------------*/

#portfolioBlc {
	background: url(../img/common/bg_pattern01.png) fixed repeat left top;
}

#portfolioBlc .slide {
	margin-top: 4%;
}

#portfolioBlc .slide .slick-prev {
	right: auto;
	left: 2%;
}

#portfolioBlc .slide .slick-next {
	left: auto;
	right: 2%;
}

#portfolioBlc .workList {
	margin-top: 4%;
}

#portfolioBlc .workList li {
	width: 32%;
	margin: 0 2% 2% 0;
	float: left;
	overflow: hidden;
	position: relative;
}

#portfolioBlc .workList li:nth-of-type(3n) {
	margin-right: 0;
}

#portfolioBlc .workList li a {
	text-decoration: none;
}

#portfolioBlc .workList li .imgBlc {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 85%;
	position: relative;
	transition: all 400ms ease-in-out;
}

#portfolioBlc .workList li:hover .imgBlc {
	background-size: 110% auto;
}

#portfolioBlc .workList li .imgBlc:after {
	content: "";
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 400ms ease-in-out;
}

#portfolioBlc .workList li:hover .imgBlc:after {
	background-color: rgba(0, 0, 0, 0.6);
}

#portfolioBlc .workList li .txtBlc {
	background-color: #3d713e;
	color: #fff;
	width: 100%;
	line-height: 1.5;
	padding: 7px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	box-sizing: border-box;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 300ms ease-in-out;
}

#portfolioBlc .workList li:hover .txtBlc {
	opacity: 1;
	transform: translateY(0);
}

#portfolioBlc .workList li .imgBlc.img01 {
	background-image: url(../img/top/img_portfolio01.jpg);
}

#portfolioBlc .workList li .imgBlc.img02 {
	background-image: url(../img/top/img_portfolio02.jpg);
}

#portfolioBlc .workList li .imgBlc.img03 {
	background-image: url(../img/top/img_portfolio03.jpg);
}

#portfolioBlc .workList li .imgBlc.img04 {
	background-image: url(../img/top/img_portfolio04.jpg);
}

#portfolioBlc .workList li .imgBlc.img05 {
	background-image: url(../img/top/img_portfolio05.jpg);
}

#portfolioBlc .workList li .imgBlc.img06 {
	background-image: url(../img/top/img_portfolio06.jpg);
}

#portfolioBlc .workList li .imgBlc.img07 {
	background-image: url(../img/top/img_portfolio07.jpg);
}

@media screen and (max-width: 767px) {
	#portfolioBlc .workList li .txtBlc {
		position: static;
		bottom: auto;
		left: auto;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	#portfolioBlc .workList li:hover .txtBlc {
		transform: none;
	}
}

@media screen and (max-width: 640px) {
	#portfolioBlc .workList li {
		width: 49%;
	}
	#portfolioBlc .workList li:nth-of-type(3n) {
		margin-right: 2%;
	}
	#portfolioBlc .workList li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 360px) {
	#portfolioBlc .workList li {
		width: 100%;
	}
	#portfolioBlc .workList li:nth-of-type(3n) {
		margin-right: 0;
	}
}

/* mapBlc ------------------*/

#mapBlc, #mapBlc iframe {
	height: 400px;
}

#mapBlc {
	overflow: hidden;
}

#mapBlc iframe {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width:767px) {
	#mapBlc, #mapBlc iframe {
		height: 250px;
	}
}

/* contactBlc ------------------*/

#contactBlc {
	background: url(../img/top/img_bg_slide01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#contactBlc:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contactBlc.bgWhite {
	background-color: transparent;
}

#contactBlc>.commBlc {
	z-index: 2;
}

#contactBlc .partBlc .leftBlc {
	width: 48%;
	float: left;
	box-sizing: border-box;
}

#contactBlc .partBlc .rightBlc {
	width: 48%;
	border: 1px solid #222;
	padding: 2%;
	float: right;
	box-sizing: border-box;
}

#contactBlc .partBlc .rightBlc .telBlc {
	color: #222;
	text-align: center;
	box-sizing: border-box;
}

#contactBlc .partBlc .rightBlc .telBlc i {
	margin-right: 10px;
}

#contactBlc .partBlc .rightBlc .telBlc a {
	color: #3d713e;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
}

#contactBlc .partBlc .ttl {
	font-size: 120%;
	color: #222;
	margin-bottom: 2%;
}

#contactBlc.bgWhite .partBlc .ttl {
	color: #222;
}

#contactBlc .partBlc .txtBlc {
	color: #222;
	margin-bottom: 4%;
}

#contactBlc .btnMap {
	display: inline-block;
}

#contactBlc .btnMap a {
	color: #222;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

#contactBlc .btnMap a:hover {
	color: #3d713e;
}

#contactBlc .btnFacebook {
	margin-left: 20px;
	display: inline-block;
}

#contactBlc .btnFacebook img {
	transition: all 400ms ease-in-out;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#contactBlc .btnFacebook:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

#contactBlc .accessBlc {
	text-align: center;
	margin-top: 4%;
}

#contactBlc .accessBlc .subj {
	font-size: 120%;
	color: #fff;
}

#contactBlc .accessBlc .txt {
	color: #fff;
	margin-bottom: 20px;
}

#contactBlc .sectBlc {
	text-align: center;
	display: flex;
	margin-top: 4%;
}

#contactBlc .sectBlc .telBlc {
	width: 50%;
	color: #fff;
	padding: 0 4%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

#contactBlc .sectBlc .telBlc i {
	margin-right: 10px;
}

#contactBlc .sectBlc .telBlc a {
	color: #3d713e;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5;
}

#contactBlc .sectBlc .mailBlc {
	width: 50%;
	color: #fff;
	padding: 0 4%;
	box-sizing: border-box;
}

#contactBlc .sectBlc .mailBlc i {
	margin-right: 10px;
}

#contactBlc .sectBlc .mailBlc .btnStyle01 {
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	#contactBlc .animateBlc {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#contactBlc .sectBlc .telBlc i img {
		width: 24px;
	}
	#contactBlc .sectBlc .telBlc a {
		font-size: 160%;
	}
	#contactBlc .sectBlc .mailBlc i img {
		width: 24px;
	}
}

@media screen and (max-width: 640px) {
	#contactBlc .partBlc .leftBlc {
		width: 100%;
		float: none;
	}
	#contactBlc .partBlc .rightBlc {
		width: 100%;
		float: none;
	}
	#contactBlc .sectBlc {
		display: block;
	}
	#contactBlc .sectBlc .telBlc {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	#contactBlc .sectBlc .mailBlc {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
}

@keyframes floatOne {
	0% {
		-webkit-transform: translate(0px, -20px);
		-ms-transform: translate(0px, -20px);
		transform: translate(0px, -20px);
	}
	50% {
		-webkit-transform: translate(-50px, 0px);
		-ms-transform: translate(-50px, 0px);
		transform: translate(-50px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, -20px);
		-ms-transform: translate(0px, -20px);
		transform: translate(0px, -20px);
	}
}

@keyframes floatTwo {
	0% {
		-webkit-transform: translate(0px, 20px);
		-ms-transform: translate(0px, 20px);
		transform: translate(0px, 20px);
	}
	50% {
		-webkit-transform: translate(-50px, 0px);
		-ms-transform: translate(-50px, 0px);
		transform: translate(-50px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 20px);
		-ms-transform: translate(0px, 20px);
		transform: translate(0px, 20px);
	}
}

@keyframes floatThree {
	0% {
		-webkit-transform: translate(0px, 30px);
		-ms-transform: translate(0px, 30px);
		transform: translate(0px, 30px);
	}
	50% {
		-webkit-transform: translate(-70px, 0px);
		-ms-transform: translate(-70px, 0px);
		transform: translate(-70px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 30px);
		-ms-transform: translate(0px, 30px);
		transform: translate(0px, 30px);
	}
}