@charset "UTF-8";

/* Front page news section – align with IR top news layout */
.is-fixed .p-news {
	max-width: none;
	background-color: var(--color-lightgray);
	margin: 10.4rem auto 0;
	padding: 10.6666666667vw 0 16vw;
}

@media all and (min-width: 768px) {
	.is-fixed .p-news {
		margin: 10.4rem auto;
		padding: 14.2rem 0;
	}
}

.is-fixed .p-news__inner {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 5.3333333333vw;
}

@media all and (min-width: 768px) {
	.is-fixed .p-news__inner {
		padding: 0 3rem;
	}
}

.is-fixed .p-news .p-ir-segment {
	background-color: var(--color-white);
	padding: 10.6666666667vw;
	margin: 0;
}

@media all and (min-width: 768px) {
	.is-fixed .p-news .p-ir-segment {
		padding: 6rem 9rem;
	}
}

.is-fixed .p-news .p-ir-segment__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 11.7333333333vw;
}

@media all and (min-width: 768px) {
	.is-fixed .p-news .p-ir-segment__title {
		margin-bottom: 5.6rem;
	}
}

.is-fixed .p-news .p-ir-segment__title-jpn {
	color: var(--color-accent);
	font-weight: 700;
	font-size: 4vw;
}

@media all and (min-width: 768px) {
	.is-fixed .p-news .p-ir-segment__title-jpn {
		font-size: 2rem;
	}
}

.is-fixed .p-news .p-ir-segment__title-eng {
	font-weight: 500;
	line-height: 1;
	font-family: var(--font-poppins);
	font-size: 12.8vw;
	text-indent: -0.06em;
}

@media all and (min-width: 768px) {
	.is-fixed .p-news .p-ir-segment__title-eng {
		font-size: 9rem;
		letter-spacing: -0.02em;
	}
}

.is-fixed .p-news .p-ir-segment__more {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

.cyp-news-item {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #113c8c;
}

.cyp-news-title {
	position: relative;
	display: block;
}

.cyp-news-title:after {
	background: url(../images/common/icon-arrow.svg) no-repeat center / cover;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition-property: transform, -webkit-transform;
	transition-duration: 320ms;
	width: 1.85rem;
	height: 1.4rem;
}

.cyp-news-date {
	display: block;
	margin-bottom: 8px;
}

.cyp-news-item-link {
	transition-property: transform, -webkit-transform;
	transition-duration: 320ms;
}

.cyp-news-item-link a:hover {
	transform: translateX(4px);
	color: #113c8c;
}