@charset "UTF-8";
/* common */
.anchor + .content__introduction {
	margin-top: 60px;
}
.lead__top {
	font-family: "UD新ゴ DB","UD Shin Go DemiBold";
	font-size: 2rem;
	line-height: 4rem;
	text-align: justify;
	word-break: break-all;
}
.lead__text {
	font-family: "UD新ゴ R","UD Shin Go Regular";
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: justify;
	word-break: break-all;
}
.lead__top + .lead__text {
	margin-top: 40px;
}
.lead_image {
	margin-top: 30px;
}
.--bg-wrap {
	padding: 60px 0;
	background-color: #EFF2F7;
}
@media (max-width:980px) {
	.anchor + .content__introduction {
		margin-top: 40px;
	}
	.lead__top {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.lead__text {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.lead__top + .lead__text {
		margin-top: 24px;
	}
	.lead_image {
		margin-top: 24px;
	}
}
/* table */
.table-dt:not(:first-child) {
	margin-top: 8px;
}
/* index */
.title__primary + .title__primary__image {
	width: 100%;
	height: 480px;
}
.title__primary + .title__primary__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width:961px) {
}
@media (max-width:980px) {
}
@media (max-width:1200px) {
}
@media (max-width:1460px) {
}
/* history */
.history-area-wrap.is-active {
	background-color: #EFF2F7;
}
.history-area-item {
	display: flex;
}
.history-area-item:not(:first-child) {
	margin-top: 30px;
}
.history-area-item dt {
	width: 10%;
	margin-bottom: 0;
}
.history-area-item .history-text {
	font-family: "UD新ゴ M","UD Shin Go Medium";
	font-size: 1.8rem;
	line-height: 2.2rem;
}
.history-area-item .history-text:not(:first-child) {
	margin-top: 15px;
}
@media (max-width:980px) {
	.history-area-item {
		flex-direction: column;
	}
	.history-area-item dt {
		width: initial;
	}
	.history-area-item dd {
		margin-top: 15px;
	}
	.history-area-item .history-text {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}