@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main {
	background: none; 
}
.mainImg {
	margin-bottom: 3px;
	height: 738px;
	background: url("../img/index/main_img_bg.jpg") no-repeat center top;
	background-size: cover;
}
.mainImg .content {
	position: relative;
	height: 738px;
	max-width: 1150px;
}
.mainImg h2 {
	position: absolute;
	left: 0;
	bottom: 60px;
	color: #fff;
    font-family: 'GFS Didot', serif;
	font-weight: 400;
	font-size: 11.49rem;
	line-height: 1.15;
	z-index: 10;
}
.mainImg .scroll {
	margin: -27px 0 0;
	position: relative;
	z-index: 10;
	text-align: center;
}
.mainImg .scroll a:hover {
	opacity: 0.7;	
}
#main .policy {
	padding: 90px 0;
}
#main .policy p {
	margin-bottom: 40px;
	color: #333;
	line-height: 2;
}
#main .policy p:last-child {
	margin-bottom: 0;
}
#main .service {
	padding: 94px 0;
	position: relative;
}
#main .service .content {
	max-width: 990px;
}
#main .service:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(50% + 346px);
	background: #D1ECF1;
	content: "";
	border-radius: 0 322px 322px 0;
	z-index: -1;
}
#main .service .headLine04 {
	margin-bottom: 35px;
}
#main .service .headLine04 .en {
	margin-bottom: 0;
}
#main .service .headLine03 {
	font-size: 4rem;
	padding-left: 10px;
	margin: 0 0 14px 25px;
}
#main .service .headLine03:before {
	width: 28px;
	height: 28px;
	background: url("../img/common/icon07.png") no-repeat left center;
	background-size: 28px auto; 
}
#main .service p {
	margin: 0 0 25px 35px;
	font-size: 1.7rem;
}
#main .service .comLink {
	margin: 0 0 90px 36px;
}
#main .service .comLink01 {
	margin-bottom: 0;
}
#main .posture {
	padding: 200px 0 90px;
}
#main .posture .txtList {
	margin-top: -37px;
}
#main .posture .txtList li {
	margin-top: 37px;
	padding-left: 27px;
	font-size: 3rem;
	width: 42%;
	box-sizing: border-box;
	background: url("../img/common/icon08.png") no-repeat left 3px top 5px;
	background-size: 14px auto;
}
#main .posture .txtList li:nth-child(2n) {
	width: 58%;
}
#main .newsSec {
	padding: 96px 0;
	background: #e9e9e9;
}
#main .newsSec .headLine04 {
	margin-bottom: 82px;
}
#main .newsSec .newsList {
	border-top: 1px solid #C5C5C5;
}
#main .newsSec .newsList dt {
	padding-top: 27px;
	float: left;
}
#main .newsSec .newsList dd a {
	display: block;
	padding: 27px 0 27px 7.8em;
	border-bottom: 1px solid #C5C5C5;
}
#main .newsSec .newsList dd a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	padding: 87px 0 30px;
}
#gFooter .fBox .content {
	max-width: 900px;
}
#gFooter .fBox .title {
	margin: 0 -20px 115px;
	font-size: 4rem;
	text-align: center;
}
#gFooter .fBox .subBox {
	margin: 0 25px 0 18px;
	align-items: center;
}
#gFooter .map {
	padding-bottom: 100px;
	background: #ecdac4;
}
#gFooter .map .infoMap iframe {
	width: 100%;
	height: 435px;
	vertical-align: top;
}
@media all and (min-width: 897px) and (max-width: 1220px) {
	.mainImg h2 {
		left: 20px;
	}
}
@media all and (max-width: 896px) {
	.mainImg {
		margin-bottom: 3px;
		height: 494px;
		background: url("../img/index/sp_main_img.jpg") no-repeat center top;
		background-size: cover;
	}
	.mainImg .content {
		height: 494px;
		max-width: inherit;
	}
	.mainImg h2 {
		left: 15px;
		bottom: 70px;
		font-size: 5rem;
	}
	.mainImg .scroll {
		display: none;
	}
	#main .policy {
		padding: 45px 0;
	}
	#main .policy p {
		margin-bottom: 26px;
		font-size: 1.4rem;
		text-align: justify;
		line-height: 2.2;
	}
	#main .policy p:last-child {
		margin-bottom: 0;
	}
	#main .service {
		padding: 45px 0;
	}
	#main .service .content {
		max-width: inherit;
	}
	#main .service:before {
		position: absolute;
		left: 0;
		top: 0;
		right: 15px;
		bottom: 0;
		width: auto;
		background: #D1ECF1;
		content: "";
		border-radius: 0 322px 322px 0;
		z-index: -1;
	}
	#main .service .headLine04 {
		margin-bottom: 13px;
	}
	#main .service .headLine04 .en {
		margin-bottom: 0;
	}
	#main .service .headLine03 {
		font-size: 2.6rem;
		padding-left: 5px;
		margin: 0 0 2px 15px;
	}
	#main .service .headLine03:before {
		width: 28px;
		height: 28px;
		background: url("../img/common/icon07.png") no-repeat left top 8px;
		background-size: 14px auto; 
	}
	#main .service p {
		margin: 0 0 12px 20px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#main .service .comLink {
		margin: 0 0 43px 20px;
	}
	#main .service .comLink01 {
		margin-bottom: 0;
	}
	#main .posture {
		padding: 103px 0 45px;
	}
	#main .posture .headLine04 {
		margin-bottom: 6px;
	}
	#main .posture .headLine04 .en {
		margin-bottom: 16px;
	}
	#main .posture .headLine04 .ttl {
		padding-left: 20px;
		background: url("../img/common/icon08.png") no-repeat left top 5px;
		background-size: 14px auto;
	}
	#main .posture .txtList {
		margin: 0 0 0 17px;
		display: block;
	}
	#main .posture .txtList li {
		margin: 0 0 24px;
		padding-left: 18px;
		font-size: 1.75rem;
		width: 100%;
		box-sizing: border-box;
		background: url("../img/common/sp_icon07.png") no-repeat left 3px top 4px;
		background-size: 9px auto;
	}
	#main .posture .txtList li:nth-child(2n) {
		width: 100%;
	}
	#main .posture .txtList li:last-child {
		margin-bottom: 0;
	}
	#main .newsSec {
		padding: 45px 0 55px;
	}
	#main .newsSec .headLine04 {
		margin-bottom: 43px;
	}
	#main .newsSec .headLine04 .en {
		margin-bottom: 16px;
	}
	#main .newsSec .headLine04 .ttl {
		padding-left: 20px;
		background: url("../img/common/icon08.png") no-repeat left top 5px;
		background-size: 14px auto;
	}
	#main .newsSec .newsList {
		font-size: 1.3rem;
		border-top: 1px solid #C5C5C5;
	}
	#main .newsSec .newsList dt {
		padding-top: 9px;
		float: none;
	}
	#main .newsSec .newsList dd a {
		display: block;
		padding: 5px 0 10px 0;
		border-bottom: 1px solid #C5C5C5;
	}
	#main .newsSec .newsList dd a:hover {
		opacity: 0.7;
	}
	#gFooter .fBox {
		padding: 45px 0 20px;
	}
	#gFooter .fBox .content {
		max-width: inherit;
	}
	#gFooter .fBox .title {
		margin: 0 -20px 60px;
		font-size: 2.6rem;
		text-align: center;
	}
	#gFooter .fBox .subBox {
		margin: 0;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 0 20px;
	}
	#gFooter .fBox .fLogo a {
		justify-content: flex-start;
	}
	#gFooter .fBox .comLink a {
		font-size: 1.2rem;
		padding-right: 35px;
	}
	#gFooter .map {
		padding-bottom: 50px;
	}
	#gFooter .map .infoMap iframe {
		height: 322px;
	}

}