@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	height: 989px;
	position: relative;
}
.backstretch img {
	transition: transform 7s linear;
	-webkit-transition: -webkit-transform 7s linear;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.backstretch .active {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.mainVisual .title {
	margin: 39px 0 0 7px;
	width: 598px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main .topBox {
	background: url("../img/index/topbox_bg.png") no-repeat center center / cover;
}
#main .topBox p {
	padding: 82px 0 77px;
	font-size: 2.8rem;
	text-align: center;
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .sec01 {
	padding: 128px 0 0;
}
#main .sec01 .imgBox {
	padding-right: 126px;
	margin: 0 auto;
	width: 1086px;
	box-sizing: border-box;
}
#main .sec01 .imgBox .photoBox {
	width: 460px;
}
#main .sec01 .imgBox .textBox {
	position: relative;
	width: 410px;
}
#main .sec01 .imgBox .textBox h2 {
	margin-bottom: 62px;
	width: 277px;
}
#main .sec01 .imgBox .textBox p {
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	line-height: 1.76;
	font-weight: bold;
	color: #231815;
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .sec01 .imgBox .textBox .link {
	position: absolute;
	bottom: 3px;
	right: -118px;
}
#main .sec01 .imgBox .textBox .link a {
	padding-right: 22px;
	color: #231815;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background: url("../img/common/icon03.png") no-repeat right center / 15px;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .sec01 .imgBox .textBox .link a:hover {
	opacity: 0.7;
}
#main .service {
	padding: 126px 0 0;
}
#main .service li {
	width: calc(100% / 3);
}
#main .service li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: 524px;
	}
	.mainVisual .title {
		margin: 2px;
		width: 224px;
	}
	#main .topBox .content {
		margin: 0 5px;
	}
	#main .topBox {
		background-image: url("../img/index/sp_topbox_bg.png");
	}
	#main .topBox p {
		padding: 23px 8px 53px;
		position: relative;
		font-size: 1.35rem;
		line-height: 1.7;
		font-weight: bold;
	}
	#main .topBox p::before {
		content: "";
		display: block;
		width: 27px;
		height: 23px;
		position: absolute;
		bottom: 14px;
		left: 50%;
		transform: translateX(-50%);
		background: url("../img/common/icon05.png") no-repeat center center / 27px;
	}
	#main .sec01 {
		padding: 0;
	}
	#main .sec01 .imgBox {
		padding-right: 0;
		width: auto;
	}
	#main .sec01 .imgBox .photoBox {
		margin: 0 -22px;
		width: auto;
		order: 1;
	}
	#main .sec01 .imgBox .textBox {
		padding: 24px 0 54px;
		width: 100%;
	}
	#main .sec01 .imgBox .textBox h2 {
		margin-bottom: 25px;
		width: 138px;
	}
	#main .sec01 .imgBox .textBox p {
		font-size: 1.25rem;
		line-height: 1.8;
		letter-spacing: 0;
	}
	#main .sec01 .imgBox .textBox .link {
		bottom: 21px;
		right: -2px;
	}
	#main .sec01 .imgBox .textBox .link a {
		padding-right: 18px;
		color: #0071b5;
		font-size: 1.2rem;
		background-image: url("../img/common/icon06.png");
		background-size: 14px;
	}
	#main .service {
		padding: 35px 0 0;
	}
	#main .service ul {
		margin: 0 -22px;
		display: block;
	}
	#main .service li {
		margin-bottom: 5px;
		width: 100%;
	}
	#main .service li:last-of-type {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	#main .sec01 .imgBox .textBox p {
		font-size: 1.2rem;
	}
}