@charset "UTF-8";

#sub_main {
	overflow-x: hidden;
}


.c-wrap {
	width: 100%;
	max-width: 1236px;
	padding: 0 16px;
	margin: 0 auto;
}

.c-headline {
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}


.c-headline__text {
	display: flex;
	flex-flow: column;
	align-items: center;
}


@media screen and (max-width:912px) {
	.c-headline__text {
			margin: 0 .5em;
	}
}

.c-headline .en {
	font-size: 72px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
	text-transform: capitalize;
	color: #b80000;
}

@media screen and (max-width: 912px) {
	.c-headline .en {
		font-size: 5vw;
}
}

.c-headline .jp {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #3f3f3f;
}

@media screen and (max-width: 912px) {
	.c-headline .jp {
		margin-top: 0;
		font-size: 22px;
}
}

.c-headline.sub .c-headline__text {}



@media screen and (max-width: 912px) {
	.c-headline .jp {
		margin-top: 0;
		font-size: 22px;
}
}






/* ======================================================================================== */





.section_news {
	padding: 80px 0 160px;
	background-color: #f3f3f3;
}
@media screen and (max-width: 912px){
	.section_news {
		padding: 44px 0;
	}
}

.section_news__wrap {
	width: 100%;
	max-width: 966px;
	padding: 0 16px;
	margin: 0 auto;
}
/* media query なし */

.section_news__list {
	margin-top: 66px;
}
@media screen and (max-width: 912px){
	.section_news__list {
		margin-top: 32px;
	}
}

.section_news__list li:not(:last-child) {
	margin-bottom: 12px;
}
/* media query なし */

.section_news__list li a {
	position: relative;
	border: 1px solid rgb(219, 226, 230);
	background-color: #fff;
	width: 100%;
	display: flex;
	padding: 1.7em 4em;
	font-size: 17px;
	color: rgb(51, 51, 51);
}
@media screen and (max-width: 912px){
	.section_news__list li a {
		padding: 1.7em 3.7em 1.7em 1.7em;
		font-size: 14px;
		flex-flow: column;
	}
}

.section_news__list li a:hover{
	text-decoration: none;
}

.section_news__list li a::before {
	content: "";
	position: absolute;
	top: calc(50% - 9px);
	right: 50px;
	display: block;
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	border-right: 3px solid #b80000;
	border-top: 3px solid #b80000;
	transition: right .3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.section_news__list li a:hover::before {
		right: 42px;
	}
}
@media screen and (max-width: 912px){
	.section_news__list li a::before {
		top: calc(50% - 6px);
		right: 30px;
		width: 12px;
		height: 12px;
	}
}

.section_news__list .-time {
	font-family: "DMSans";
	/* color: rgb(138, 139, 139); */
	color: #e72a31;
display: flex;
align-items: center;
}
/* media query なし */

.section_news__list .-headline {
	width: calc(100% - 210px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 60px;
	font-weight: 500;
	font-size: 20px;
}
@media screen and (max-width: 912px){
	.section_news__list .-headline {
		width: 100%;
		padding-left: 0;
	}
}


/* ======================================================================================== */



.section-single {
	padding: 100px 0;
}

.section-single .-time {
	font-family: "DMSans";
	color: rgb(138, 139, 139);
}

.section-single .-headline {
	font-size: 36px;
}

@media screen and (max-width: 912px){
	.section-single .-headline {
		font-size: 28px;
	}
}


.single__link_block{
	display: flow-root;
}

.single__link {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 480px;
	width: 100%;
	max-height: 170px;
	margin: 30px auto;
	padding: 1.8em 1em;
	border-radius: 100px;
	background-color: #e72a31;
	border: 3px solid #e72a31;
	font-size: 26px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	line-height: 1.538;
	text-align: center;
	transition: all .3s ease;
	width: 270px;
	height: 80px;
	padding: .8em 1em;
	font-size: 20px;
}

@media (hover: hover) and (pointer: fine) {
	.single__link:hover {
			background-color: rgb(255, 255, 255);
			color: #e72a31;
	}

}
