@charset "UTF-8";
/*----------
	top
----------*/
.top-mv__sub > a {
	display: block;
	position: relative;
}
.top-mv__sub > a > span {
	position: absolute;
	bottom: 12px;
	right: 14px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
}
.top-mv__sub > a > span::after {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea09";
	margin-left: 4px;
}
@media (min-width: 768px) {
	.top-mv__sub {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.top-mv__sub > a {
		flex: 0 0 50%;
	}
	.top-mv__sub > a > span {
		bottom: 20px;
		right: 30px;
		font-size: 1.8rem;
	}
}
@media (min-width: 768px) and (hover: hover) {
	.top-mv__sub > a {
		transition: opacity 0.2s linear;
	}
	.top-mv__sub > a:hover {
		opacity: 0.6;
	}
}

.top-important-info {
	margin-top: 40px;
}
.top-important-info > a {
	display: block;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	background-color: #F0F0F0;
	color: var(--color-seco);
}
.top-important-info > a::after {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea09";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 21px;
	right: 20px;
	font-size: 1.6rem;
}
.top-important-info dl > dt {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
}
.top-important-info dl > dt::before {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	content: "\ea16";
	margin-right: 6px;
	transform: translateY(0.05em);
}
.top-important-info dl > dd {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}
@media (min-width: 768px) {
	.top-important-info {
		margin-top: 60px;
	}
	.top-important-info > a {
		padding: 10px 48px 10px 30px;
	}
	.top-important-info > a::after {
		top: 50%;
		right: 13px;
		transform: translateY(-50%);
	}
}
@media (min-width: 768px) and (hover: hover) {
	.top-important-info > a {
		transition: opacity 0.2s linear;
	}
	.top-important-info > a:hover {
		opacity: 0.6;
	}
}
@media (min-width: 768px) {
	.top-important-info dl {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.top-important-info dl > dt {
		flex: 0 0 80px;
		font-size: 1.8rem;
		text-align: center;
	}
	.top-important-info dl > dt::before {
		display: block;
		width: 32px;
		height: 32px;
		margin: 0 auto 6px;
		transform: none;
		font-size: 3.2rem;
	}
	.top-important-info dl > dd {
		margin: 0 0 0 30px;
		padding: 10px 0 10px 28px;
		border-top: none;
		border-left: 1px solid #fff;
	}
}

.top-news__title {
	position: relative;
	line-height: 1;
	color: var(--color-walnut);
}
.top-news__title > em {
	font-weight: bold;
	font-size: 2.4rem;
	display: block;
}
.top-news__title > span {
	display: inline-block;
	margin-top: 6px;
	padding-right: 10px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	font-size: 1.6rem;
}
.top-news__title::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 8px;
	left: 0;
	background: var(--color-walnut);
}
.top-news__list {
	margin-top: 20px;
	padding: 0 20px;
	border-radius: 10px;
	background-color: #f0f0f0;
}
.top-news__list ul > li {
	border-top: 1px solid #fff;
}
.top-news__list ul > li:first-child {
	border-top: none;
}
.top-news__list ul > li:last-child {
	border-bottom: none;
}
.top-news__link {
	margin-top: 16px;
	text-align: right;
}
.top-news__link > a {
	display: inline-block;
	font-weight: bold;
	color: var(--color-txt);
}
.top-news__link > a > [class^=icon-] {
	margin-left: 8px;
	display: inline-block;
}
.top-news .eirItem_title_link {
	padding: 10px 0 !important;
}
.s_eirModule_titleBox {
    margin-top: 4px;
}
@media (min-width: 768px) {
	.top-news {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 58px;
		margin-top: 90px;
	}
	.top-news__list {
		margin-top: 24px;
		padding: 0 30px;
		height: 260px;
		position: relative;
		overflow: auto;
	}
	.top-news .eirItem_title_link {
		padding: 16px 0 !important;
	}
	.top-news__title::before {
		color: var(--color-swril);
	}
}
@media (min-width: 768px) and (hover: hover) {
	.top-news__link > a {
		transition: opacity 0.2s linear;
	}
	.top-news__link > a:hover {
		opacity: 0.6;
	}
}
@media (min-width: 768px) {
	.top-news .c-news__headline {
		grid-column: 1/3;
		grid-row: 2;
	}
}
@media (min-width: 768px) {
	.top-news .eirItem_title_link {
		padding: 24px 0 !important;
	}
}
@media (min-width: 768px) {
	.top-news .s_eirItem {
		flex-wrap: wrap !important;
	}
}
@media (min-width: 768px) {
	.top-news .s_eirModule_titleBox {
		width: 100% !important;
		margin: 0 !important;
		margin-top: 10px !important;
	}
}

@media (max-width: 767px) {
	.top-news-press {
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.top-news-irnews {
		margin-top: 32px;
	}
}

/* リンク */
.top-link > a {
	display: block;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.top-link > a::after {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea09";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 10px;
	right: 12px;
	font-size: 1.6rem;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) and (hover: hover) {
	.top-link > a {
		transition: opacity 0.2s linear;
	}
	.top-link > a:hover {
		opacity: 0.6;
	}
}

.top-ir-link {
	margin-top: 70px;
}
.top-ir-link__sub {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.top-ir-link__sub > li {
	border-bottom: 1px solid var(--color-border);
}
.top-ir-link__sub > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
	padding: 8px;
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	color: var(--color-walnut);
}
.top-ir-link__sub > li > a::after {
	font-family: iconfont !important; /* stylelint-disable-line declaration-no-important,font-family-no-missing-generic-family-keyword */
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\ea09";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 1.6rem;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.top-ir-link__sub > li:nth-child(even) {
		border-left: 1px solid transparent;
	}
	.top-ir-link__sub > li:nth-child(even) > a::before {
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 12px);
		position: absolute;
		top: 6px;
		left: -1px;
		background-color: var(--color-border);
	}
}
@media (min-width: 768px) {
	.top-ir-link {
		margin-top: 108px;
	}
	.top-ir-link__sub {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 24px;
	}
	.top-ir-link__sub > li {
		border-bottom: 1px solid var(--color-border);
	}
	.top-ir-link__sub > li > a {
		height: 68px;
		padding: 8px 20px;
		font-size: 1.8rem;
		border-left: 1px solid transparent;
	}
	.top-ir-link__sub > li > a::before {
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 12px);
		position: absolute;
		top: 6px;
		left: -1px;
		background-color: var(--color-border);
	}
	.top-ir-link__sub > li > a::after {
		width: 18px;
		height: 18px;
		right: 20px;
		font-size: 1.8rem;

	}
}
@media (min-width: 768px) and (hover: hover) {
	.top-ir-link__sub > li > a {
		transition: opacity 0.2s linear;
	}
	.top-ir-link__sub > li > a:hover {
		opacity: 0.6;
	}
}
@media (min-width: 768px) {
	.top-ir-link__sub > li:nth-child(3n-2) > a {
		border-left: none;
	}
	.top-ir-link__sub > li:nth-child(3n-2) > a::before {
		content: none;
	}
}

.top-cat-link {
	margin-top: 70px;
}
@media (max-width: 767px) {
	.top-cat-link__list > li + li {
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.top-cat-link {
		margin-top: 100px;
	}
	.top-cat-link__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}
}