@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mv {
	padding-bottom: 80px;
	background: url("../img/index/mv_bg.jpg") no-repeat center center / cover;
}
#main .mv .content {
	max-width: 1500px;
}
#main .mv .content .textBox {
	margin: 239px 0 0 24px;
	position: relative;
	z-index: 1;
}
#main .mv .content .textBox p {
	color: #068083;
	font-size: 6.9rem;
	font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
	line-height: 1.3;
}
#main .mv .content .textBox p span {
	display: block;
	margin-top: 48px;
	font-size: 4.4rem;
	font-weight: bold;
}
#main .mv .content .photoBox {
	margin-top: 34px;
	width: 838px;
	height: 790px;
	position: relative;
	margin-left: -100px;
}
#main .mv .content .photoBox .bg {width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/index/bg01.png") no-repeat top center / 840px auto;	
}
#main .mv .content .photoBox .img {
	position: absolute;
}
#main .mv .content .photoBox .img01 {
	width: 313px;
	left: 219px;
	top: 21px;
}
#main .mv .content .photoBox .img02 {
	width: 329px;
	right: 19px;
	top: 64px;
}
#main .mv .content .photoBox .img03 {
	width: 348px;
	left: 28px;
	top: 190px;
}
#main .mv .content .photoBox .img04 {
	width: 320px;
	left: 347px;
	top: 320px;
}
#main .mv .content .photoBox .img05 {
	width: 274px;
	left: 156px;
	top: 500px;
}
#main .mv .content .photoBox .img06 {
	width: 311px;
	right: -17px;
	top: 494px;
}
#main .about {
	max-width: 1608px;
	margin: 0 auto 66px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .about .logo {
	margin: 116px -200px 0 0;
	padding: 133px 170px 154px 10px;
	width: 50.1%;
	background: #E9D8C7;
	box-sizing: border-box;
	text-align: center;
}
#main .about .logo img {
	max-width: 410px;
	width: 100%;
}
#main .about .textBox {
	padding: 64px 119px 60px;
	width: 62.1%;
	background: #B10B24;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#main .about .headLine02 {
	margin-bottom: 66px;
	color: #fff;
}
#main .about .textBox p {
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.6;
}
#main .business .imgBox {
	margin: 0 auto 64px;
	max-width: 1525px;
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#main .business .imgBox::before {
	position: absolute;
	left: 8px;
	top: 0;
	right: 59px;
	bottom: 0;
	background: #EEEEEE;
	content: '';
	z-index: -1;
}
#main .business .imgBox .photo {
	margin-left: -200px;
	width: 56.5%;
}
#main .business .imgBox .photo img {
	width: 100%;
	margin-top: -110px;
}
#main .business .imgBox .textBox {
	padding:90px 30px 22px 90px;
	width: 50%;
	box-sizing: border-box;
}
#main .business .imgBox .textBox .headLine02 {
	margin: 0 0 109px 19px;
}
#main .business .imgBox .textBox .headLine02 span {
	margin-bottom: 0;
}
#main .business .imgBox .textBox p, #main .business .imgBox .textBox li {
	font-size: 2.25rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#main .business .imgBox .textBox p {
	margin-bottom: 9px;
}
#main .business .imgBox .textBox li {
	text-indent: -1em;
	padding-left: 1em;
}
#main .business .imgBox .textBox .comMore {
	margin-top: 25px;
}
#main .business .imgBox .textBox .comMore a {
	color: #000;
}
#main .linkArea li {
	width: 50%;
	height: 447px;
}
#main .linkArea li a {
	padding-top: 83px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#main .linkArea li a:hover {
	opacity: 0.7;
}
#main .linkArea li .headLine02 {
	font-size: 4.2rem;
}
#main .linkArea li .headLine02 span {
	font-size: 5.6rem;
}
#main .linkArea {
	margin-bottom: 41px;
}
#main .news {
	margin: 0 auto;
	max-width: 1181px;
}
#main .news .headLine02 {
	margin-bottom: 55px;
	text-align: center;
}
#main .news ul {
	border-bottom: 1px solid #B10B24;
}
#main .news li {
	padding: 13px 19px 32px;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px solid #B10B24;
}
#main .news li p {
	margin: 0 5px;
	font-size: 3rem;
	font-weight: 500;
}
#main .news li time {
	margin-bottom: 15px;
	display: block;
	font-size: 2.4rem;
	line-height: 1;
}
#main .news li p a:hover {
	text-decoration: underline;
}
#main {
	margin-bottom: 86px;
}
@media all and (max-width: 896px) {
	#main .mv .content .textBox {
		margin: 20px 0;
	}
	#main .mv .content .textBox p {
		font-size: 3.9rem;
	}
	#main .mv .content .textBox p span {
		margin-top: 20px;
		font-size: 2.4rem;
	}
	#main .mv .content .photoBox {
		margin: 0;
		width: 100%;
		height: auto;
		padding-bottom: 94.2%;
	}
	#main .mv .content .photoBox .bg {
		background-size: cover;		
	}
	#main .mv .content .photoBox .img01 {
		width: 40%;
		left: 32%;
		top: 5%;
	}
	#main .mv .content .photoBox .img02 {
		width: 35%;
		right: 0;
		top: 30%;
	}
	#main .mv .content .photoBox .img03 {
		width: 40%;
		left: 0;
		top: 23%;
	}
	#main .mv .content .photoBox .img05 {
		width: 37%;
		left: 13%;
		top: 66%;
	}
	#main .mv .content .photoBox .img06 {
		width: 40%;
		right: 0;
		top: 69%;
	}
	#main .mv .content .photoBox .img04 {
		width: 36%;
		left: 40%;
		top: 38%;
	}
	#main .about {
		display: block;
	}
	#main .about .logo {
		padding: 30px;
		margin: 0;
		width: auto;
	}
	#main .about .logo img {
		max-width: 205px;
	}
	#main .about .textBox {
		padding: 20px;
		width: auto;
	}
	#main .about .textBox p {
		font-size: 1.6rem;
	}
	#main .about .headLine02 {
		margin-bottom: 30px;
	}
	#main .business .imgBox {
		display: block;
		margin: 0 20px;
	}
	#main .business .imgBox .photo {
		width: auto;
		transform: none;
		margin: 0;
	}
	#main .business .imgBox .textBox {
		width: auto;
		padding: 20px;
		background: #EEEEEE;
	}
	#main .business .imgBox::before { 
		display: none;
	}
	#main .business .imgBox .textBox .headLine02 {
		margin: 0 0 20px;
	}
	#main .business .imgBox .textBox p, #main .business .imgBox .textBox li {
		font-size: 1.6rem;
	}
	#main .business  {
		margin-bottom: 40px;
	}
	#main .linkArea {
		display: block;
	}
	#main .linkArea li {
		width: auto;
		height: auto;
	}
	#main .linkArea li a {
		padding: 10% 10px;
	}
	#main .news {
		margin: 0 20px;
	}
	#main .news .headLine02 {
		margin-bottom: 35px;
	}
	#main .news li {
		padding: 10px;
	}
	#main .news li time {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	#main .news li p {
		font-size: 2rem;
	}
	#main .news li p a:hover {
		text-decoration: none;
	}
	#main .business .imgBox .photo img {
		margin-top: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	#main .mv .content .textBox {
		width: 500px;
	}
	#main .mv .content .photoBox {
		margin-right: 20px;
	}
}
@media all and (-ms-high-contrast:none){
	#main .linkArea li a {
		padding-top: 70px;
	}
}

