@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.gNavi ul li:nth-child(1) a::before {
	opacity: 1;
}
.pageTitle {
    margin-bottom: 42px;
    padding-left: 35px;
}
#main {
	margin-bottom: 0;
}
#main .greet {
	margin: 0 auto -80px;
	max-width: 1520px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
#main .greet .photoBox {
	margin: 209px 65px 0 28px;
	width: 570px;
}
#main .greet .photoBox img {
	width: 100%;
}
#main .greet .photoBox .img {
	box-shadow: 28px 28px 0 #B8E2E0;
}
#main .greet .textBox {
	margin-left: 30px;
	flex: 1;
	position: relative;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .greet .textBox h3 {
	margin-bottom: 46px;
	font-size: 4.4rem;
	font-weight: 500;
	line-height: 1.295;
}
#main .greet .textBox p {
	margin-bottom: 49px;
	font-size: 2.8rem;
	line-height: 1.714;
}
#main .greet .photoBox p {
	color: #F5ECE5;
	font-size: 17.8rem;
	line-height: 1;
	position: absolute;
	left: 28px;
	top: -209px;
	font-weight: bold;
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}
#main .greet .textBox .name {
	margin: -21px 30px 0 143px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .greet .textBox .name span {
	font-size: 3.7rem;
	line-height: 1.48;
}
#main .greet .textBox .name img {
	width: 279px;
}
#main .three {
	margin-bottom: 80px;
	padding: 209px 0 115px;
	background: #E4EFEF;
}
#main .three h3 {
	margin-bottom: 12px;
	text-align: center;
	font-size: 6.2rem;
	letter-spacing: 0.1em;
	font-weight: normal;
}
#main .three .photo {
	margin: 0 auto;
	max-width: 761px;
}
#main .three p {
	margin: 52px -50px 0;
	font-size: 3.4rem;
	line-height: 2.2;
	text-align: center;
}
#main .info {
	max-width: 1200px;
}
#main .info ul li {
	margin-bottom: 77px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .info ul li:last-child {
	margin-bottom: 0;
}
#main .info ul li .img {
	margin-right: 62px;
	padding: 12px 51px 12px 7px;
	width: 131px;
	border-right: 2px solid #000;
}
#main .info ul li p {
	flex: 1;
	font-size: 3.4rem;
	line-height: 2.26;
}
#main .btmBox {
	margin-top: 91px;
	padding: 95px 0 76px;
	background: #E4EFEF;
}
#main .btmBox .inner {
	padding: 10px 3px;
	max-width: 1312px;
	margin: 0 auto;
	background: #fff;
	align-items: center;
	box-sizing: border-box;
}
#main .btmBox .inner .img {
	width: 202px;
}
#main .btmBox .inner p {
	margin-left: 117px;
	font-size: 4.5rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#main .greet {
		margin: 0 20px 40px;
		display: block;
	}
	#main .greet .photoBox {
		margin: 0 0 30px;
		width: auto;
	}
	#main .greet .photoBox p {
		margin-bottom: 20px;
		position: static;
		font-size: 7rem;
	}
	#main .greet .photoBox .img {
		box-shadow: 8px 8px 0 #B8E2E0;
	}
	#main .greet .textBox {
		margin: 0;
	}
	#main .greet .textBox h3 {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	#main .greet .textBox p {
		margin-bottom: 26px;
		font-size: 1.8rem;
	}
	#main .greet .textBox .name {
		margin: 0;
		display: block;
		text-align: right;
	}
	#main .greet .textBox .name span {
		margin-bottom: 5px;
		font-size: 2rem;
		display: block;
	}
	#main .greet .textBox .name img {
		width: 140px;
	}
	#main .three {
		padding: 50px 20px;
	}
	#main .three h3 {
		font-size: 3rem;
	}
	#main .three p {
		font-size: 1.8rem;
		margin: 20px -10px 0;
	}
	#main .info ul li {
		margin-bottom: 40px;
		display: block;
	}
	#main .info ul li .img {
		padding: 0 0 10px;
		margin: 0 auto 20px;
		border: none;
		width: 65px;
		border-bottom: 1px solid #000;
	}
	#main .info ul li p {
		font-size: 1.8rem;
		line-height: 1.6;
		text-align: center;
	}
	#main .btmBox {
		margin-top: 60px;
		padding: 60px 20px;
	}
	#main .btmBox .inner {
		display: block;
	}
	#main .btmBox .inner .img {
		width: 192px;
		margin: 0 auto 10px;
	}
	#main .btmBox .inner .img img {
		width: 100%;
	}
	#main .btmBox .inner p {
		font-size: 2.5rem;
		margin: 10px 0 0;
		text-align: center;
	}
}
@media all and (-ms-high-contrast:none) {
	#main .btmBox .inner p {
		margin-top: 33px;
	}
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	#main .greet .textBox {
		margin-right: 30px;
	}
}
