/* ------------------------------
 TOP
------------------------------ */
.maincontents .mainimageBox {
	position: relative;
}
.maincontents .mainimageBox h1 {
	position: absolute;
	left: 50px;
	bottom: 10px;
	font-size: 8rem;
	color: #4b1e78;
	line-height: 1.25;
}
.maincontents .mainimage,
.maincontents .mainimage img {
	border-radius: 0;
}
.maincontents h4 {
	font-size: 32px;
	margin-bottom: 25px;
}
.text-catch {
	font-size: 26px;
	line-height: 2;
}

.box-achievement .box-achievement-img img {
	height: 103px;
	width: auto;
}
.box-achievement .box-achievement-number {
	display: inline-block;
	color: #4b1e78;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
}
.box-achievement .box-achievement-number strong {
	font-size: 80px;
}
.col_1-2 .news-text {
	width: 100% !important;
}
/* ニュースルーム */
.news-room.bg-white {
	position: relative;
	padding: 35px 40px;
} 
.news-room h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.news-room .news-box {
	padding: 10px 0;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
}
.news-room .news-text a {
	text-decoration: underline;
}

/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.btn.size-m {
		width: 330px;
	}
	.box-achievement h6 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.box-achievement h6.height2 {
		height: 84px;
	}
	.box-achievement-img {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 40px;
	}
	.box-achievement-img figure {
		width: auto;
		margin-right: 30px;
	}
	.news-room .text-title {
		position: absolute;
		top: 28px;
		right: 40px;
	}
	.news-room .news-list .news-day + .news-cate + .news-text {
		width: calc(100% - (140px + 110px + 15px));
		margin-left: 15px;
		margin-top: 0;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media screen and (max-width: 767px) {
	.maincontents .mainimageBox h1 {
		left: 4%;
		bottom: -5px;
		font-size: 3.5rem;
	}
	.maincontents .contents-block.full-wide {
		margin-bottom: 60px;
	}
	.maincontents h2.en-header {
		margin: 0 auto 15px;
	}
	.maincontents h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.text-catch {
		font-size: 20px;
		line-height: 1.75;
	}
	.text-catch br {
		display: none;
	}
	.box-achievement-img {
		margin-top: 15px;
	}
	.box-achievement .box-achievement-number {
		line-height: 1.35;
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.box-achievement .box-achievement-number strong {
		font-size: 54px;
	}
	/* ニュースルーム */
	.news-room.bg-white {
		padding: 25px 16px;
	}
	.news-room * + .news-text {
		margin-top: 5px;
	}
}
