@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin: 100px 0 198px 100px;
	position: relative;
	background-color: #000;
}
.mainVisual .slideList {
	opacity: 0;
	animation: fade ease 1s forwards;
	animation-delay: 1s;
}
.mainVisual .slideList li {
	margin-bottom: -5px;
	height: 980px;
	background: url("../img/index/slide_photo01.jpg") no-repeat center top / cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.slick-slide.-moving {
	-webkit-animation: zoom_animation 13s linear infinite;
    animation: zoom_animation 13s linear infinite;
}
.mainVisual .slideList .li02 {
	background-image: url("../img/index/slide_photo02.jpg");
}
.mainVisual .slideList .li03 {
	background-image: url("../img/index/slide_photo03.jpg");
}
.mainVisual .textImg {
	margin-left: -50px;
	width: 375px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	animation: fade ease 1s forwards;
}
.mainVisual .link {
	position: fixed;
	bottom: 75px;
	right: 100px;
	z-index: 100;
}
.mainVisual .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	width: 23rem;
	height: 23rem;
	background-color: #2C6A6B;
	border-radius: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	box-sizing: border-box;
	border: 8px solid #2C6A6B;
}
.mainVisual .link span {
	margin-bottom: 8px;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.mainVisual .slick-dots {
	padding-right: 100px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -46px;
	width: 100%;
	box-sizing: border-box;
}
.mainVisual .slick-dots li {
	margin: 0 5px;
	display: inline-block;
	width: 40px;
	height: 2px!important;
	background: #8A8E8E!important;
	cursor: pointer;
}
.mainVisual .slick-dots li.slick-active {
	background: #2B433F !important;
}
.mainVisual .slick-dots li button {
	display: none;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes zoom_animation {
	0% { transform: scale(1); }
	100% { transform: scale(1.2); }
}
#main .about {
	margin-bottom: 196px;
}
#main .about p {
	margin-bottom: 62px;
	line-height: 2.38;
	text-align: center;
	font-weight: 700;
}
#main .about .title {
	margin-bottom: 1px;
	font-size: 3.2rem;
	letter-spacing: 0.16em;
}
#main .about .imgList {
	margin-top: -20px;
}
#main .about .imgList li {
	margin: 20px 2.1% 0 0;
	width: 23.3%;
}
#main .about .imgList li:nth-child(4n) {
	margin-right: 0;
}
#main .service {
	margin-bottom: 195px;
}
#main .service .headLine01 {
	margin-bottom: 72px;
}
#main .service .imgBox {
	align-items: flex-end;
}
#main .service .imgBox .photoBox {
	padding: 104px 95px 102px 100px;
	width: 62.15%;
	box-sizing: border-box;
	background-color: #F0EFEF;
}
#main .service .imgBox .textBox {
	padding-left: 115px;
	width: 34.3%;
	box-sizing: border-box;
}
#main .service .imgBox .textBox .sub {
	margin-left: auto;
	max-width: 420px;
}
#main .service .imgBox .textBox p {
	margin-bottom: 142px;
	line-height: 2.38;
	font-weight: 700;
}
#main .service .imgBox .textBox .comLink {
	margin: 0;
	width: auto;
	max-width: 342px;
}
#main .works {
	margin-bottom: 245px;
}
#main .works .headLine01 {
	margin-bottom: 72px;
}
#main .works .picBox {
	margin-bottom: 50px;
}
#main .works .imgList {
	width: 58.5%;
}
#main .works .imgList li:not(:last-child) {
	margin-bottom: 1.25%;
}
#main .works .imgList li img {
	width: 100%;
}
#main .works .imgList li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#main .works .imgList li .photo {
	-webkit-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
	overflow: hidden;
}
#main .works .imgList li a p {
	padding-right: 50px;
	position: absolute;
	right: 21px;
	bottom: 9px;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	background: url("../img/common/icon02.png") no-repeat right center / 42px;
}
#main .works .imgList01 {
	margin-right: 8px;
	width: 40.2%;
}
#main .works .imgList01 li:not(:last-child) {
	margin-bottom: 1.8%;
}
#main .company {
	margin-bottom: 72px;
}
#main .company .headLine01 {
	margin-bottom: 69px;
}
#main .company p {
	margin-bottom: 70px;
	text-align: center;
	line-height: 1.75;
	font-weight: 500;
}
#main .company p .mail {
	text-decoration: underline;
	color: #2B433F;
}
#main .mapBox {
	margin-left: 100px;
	height: 513px;
	position: relative;
	box-sizing: border-box;
}
#main .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: grayscale(1);
}
@media all and (min-width: 897px) {
	#main .works .imgList li a:hover .photo {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#main .company p .mail:hover {
		text-decoration: none;
	}
	.mainVisual .link a:hover {
		background-color: #fff;
		color: #2C6A6B;
	}
}
@media all and (max-width: 1600px) {
	#main .about {
		padding: 0 0 0 83px;
	}
	#main .works {
		padding-left: 83px;
	}
}
@media all and (max-width: 1200px) {
	#main .service .imgBox .textBox {
		width: 43.3%;
	}
	#main .service .imgBox .photoBox {
		width: 49.15%;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: 62px 0 78px;
		padding: 0;
		position: relative;
	}
	.mainVisual .textImg {
		width: 161px;
		margin-left: 0;
	}
	.mainVisual .slideList li {
		height: 458px;
		background-image: url("../img/index/sp_slide_photo01.jpg");
	}
	.mainVisual .slideList .li02 {
		background-image: url("../img/index/sp_slide_photo02.jpg");
	}
	.mainVisual .slideList .li03 {
		background-image: url("../img/index/sp_slide_photo03.jpg");
	}
	.mainVisual .slick-dots {
		padding-right: 0;
		bottom: -26px;
	}
	#main .about {
		margin-bottom: 56px;
		padding: 0;
	}
	#main .about p {
		margin-bottom: 44px;
		line-height: 2.28;
	}
	#main .about .title {
		margin-bottom: 16px;
		font-size: 2.2rem;
		line-height: 1.5;
		font-feature-settings: "palt"; 
		-moz-font-feature-settings: "palt";
		letter-spacing: 0.23em;
	}
	#main .about .imgList {
		margin-top: -10px;
		justify-content: space-between;
	}
	#main .about .imgList li {
		margin: 10px 0 0;
		width: 48.6%;
	}
	#main .service {
		margin-bottom: 56px;
	}
	#main .service .headLine01 {
		margin-bottom: 25px;
	}
	#main .service .imgBox {
		margin-bottom: 30px;
		display: block;
	}
	#main .service .imgBox .photoBox {
		padding: 30px 20px 33px 19px;
		width: auto;
		text-align: center;
	}
	#main .service .imgBox .textBox {
		margin-bottom: 23px;
		padding: 0 20px;
		width: auto;
	}
	#main .service .imgBox .textBox .sub {
		max-width: inherit;
	}
	#main .service .imgBox .textBox p {
		margin-bottom: 0;
		line-height: 2.28;
		text-align: center;
	}
	#main .works {
		margin-bottom: 56px;
		padding-left: 0;
	}
	#main .works .content {
		padding: 0;
	}
	#main .works .headLine01 {
		margin-bottom: 29px;
	}
	#main .works .picBox {
		margin-bottom: 30px;
		display: block;
	}
	#main .works .imgList {
		width: auto;
	}
	#main .works .imgList li:not(:last-child) {
		margin-bottom: 10px !important;
	}
	#main .works .imgList li a p {
		right: 20px;
		bottom: 17px;
		font-size: 2rem;
	}
	#main .works .imgList01 {
		margin: 10px 0 0;
		width: auto;
	}
	#main .company {
		margin-bottom: 60px;
	}
	#main .company .headLine01 {
		margin-bottom: 28px;
	}
	#main .company p {
		margin-bottom: 27px;
		line-height: 1.71;
	}
	#main .mapBox {
		margin-left: 0;
		padding-bottom: 69.4%;
		height: 0;
	}
}
@media all and (max-width: 374px) {
	#main .about p {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 360px) {
	#main .service .imgBox .textBox p {
		font-size: 1.2rem;
	}
}