@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background: url(../img/news/headline_bg.jpg) no-repeat center center/cover;
}
#headline h1::before {
	content: "NEWS";
}
@media screen and (max-width: 640px) {
    #headline {
		background: url(../img/news/sp/headline_bg.jpg) no-repeat center center/cover;
	}
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
	clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #f0f0f5;
	padding: 41px 0 171px;
	position: relative;
}
#news_block::before {
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #FFF;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
}
#news_block .contents_inner {
    width: 80%;
}
#news_block .news_box {
	border-bottom: 1px solid #f0f0f5;
}
#news_block .news_box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 52px 90px 52px 34px;
	position: relative;
}
#news_block .news_box a::after {
	content: '';
	display: block;
	background: url(../img/news/news_arrow.svg) no-repeat center center / contain;
	width: 56px;
	height: 56px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	z-index: 1;
}
#news_block .news_box time {
	font-size: 14px;
    font-family: var(--fEN);
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #999999;
	width: 75px;
}
#news_block .news_box h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
	width: calc(100% - 103px);
}
@media screen and (max-width: 640px) {
	#news_block {
		padding-bottom: 100px;
	}
	#news_block .contents_inner {
 	   width: 90%;
	}
	#news_block .news_box a {
		justify-content: flex-start;
		padding: 22px 60px 22px 14px;
	}
	#news_block .news_box a::after {
		width: 42px;
		height: 42px;
		right: 8px;
	}
	#news_block .news_box time {
		font-size: 12px;
		width: 100%;
		margin-bottom: 10px;
	}
	#news_block .news_box h2 {
		font-size: 14px;
		width: 90%;
	}
}
/*-----------------------------------

	news_detail_block

-----------------------------------*/
#news_detail_block {
	clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #f0f0f5;
	padding: 73px 0 171px;
	position: relative;
}
#news_detail_block::before {
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    background: #FFF;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
}
#news_detail_block .contents_inner {
    width: 66.7%;
}
#news_detail_block .ttl_box {
	padding: 0 38px 0 25px;
	border-bottom: 2px solid #208cd5;
	margin-bottom: 37px;
}
#news_detail_block .ttl_box time {
	display: block;
	font-size: 16px;
    font-family: var(--fEN);
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #999999;
	margin-bottom: 11.5px;
}
#news_detail_block .ttl_box h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	padding-bottom: 33px;
}
#news_detail_block .detail_box {
	padding: 0 38px 0 25px; 
}
#news_detail_block .detail_box p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 45px;
}
#news_detail_block .detail_box h1 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;	
	letter-spacing: 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 46px;
}
#news_detail_block .detail_box h1::before {
	content: '';
	display: block;
	background: #208cd5;
	width: 72.5px;
	height: 1px;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
}
#news_detail_block .detail_box h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;	
	letter-spacing: 0;
	padding: 2px 0 2px 18px;
	margin-bottom: 11px;
	position: relative;
}
#news_detail_block .detail_box h2::before {
	content: '';
	display: block;
	background: #208cd5;
	width: 5px;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#news_detail_block .detail_box ul {
	margin-bottom: 42px;
}
#news_detail_block .detail_box ul li {
	font-size: 15px;
	font-weight: 500;
	line-height: 2.14;
	letter-spacing: 0.03em;
	padding-left: 20px;
	position: relative;
}
#news_detail_block .detail_box ul li::before {
	content: '';
	display: block;
	background: #8fc5ea;
	width: 11px;
	height: 11px;
	border-radius: 50vw;
	margin: auto;
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 1;
}
#news_detail_block .detail_box img {
	margin-top: 20px;
	margin-bottom: 58px;
}
#news_detail_block a.more {
	display: block;
	font-weight: 700;
	line-height: 56px;
	padding-right: 75px;
	margin: 0 38px 0 auto;
	background: url(../img/news/news_arrow.svg) right center / 56px no-repeat;
	width: max-content;
}
@media screen and (max-width: 640px) {
	#news_detail_block {
		padding-bottom: 100px;
	}
	#news_detail_block .contents_inner {
 	   width: 90%;
	}
	#news_detail_block .ttl_box {
		padding: 0 18px 0 15px;
		border-bottom: 1px solid #208cd5; 
		margin-bottom: 27px;
	}
	#news_detail_block .ttl_box time {
		font-size: 14px;
		margin-bottom: 8px;
	}
	#news_detail_block .ttl_box h2 {
		font-size: 18px;
		padding-bottom: 23px;
	}
	#news_detail_block .detail_box {
		padding: 0 18px 0 15px; 
	}
	#news_detail_block .detail_box p {
		font-size: 13px;
		margin-bottom: 35px;
	}
	#news_detail_block .detail_box h1 {
		font-size: 18px;
		padding-bottom: 14px;
	    margin-bottom: 26px;
	}
	#news_detail_block .detail_box h1::before {
		width: 42.5px;
	}
	#news_detail_block .detail_box h2 {
		font-size: 16px;
		padding: 2px 0 2px 15px;
	}
	#news_detail_block .detail_box h2::before {
		width: 3px;
	}
	#news_detail_block .detail_box ul {
		margin-bottom: 32px;
	}
	#news_detail_block .detail_box ul li {
		font-size: 13px;
		padding-left: 16px;
	}
	#news_detail_block .detail_box ul li::before {
		width: 8px;
		height: 8px;
	}
	#news_detail_block .detail_box img {
 	   	margin-top: 10px;
		margin-bottom: 38px;
	}
	#news_detail_block a.more {
		font-size: 12px;
		line-height: 42px;
		padding-right: 55px;
		background: url(../img/news/news_arrow.svg) no-repeat right center / 42px;
		margin: 0 18px 0 auto; 
	}
}
.pager_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin-top: 66px;
}
.pager_box .page-numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: wrap;
    gap: 20px;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
}
.page-numbers li {
	width: 56px;
}
.page-numbers li:first-of-type {
	margin-right: 22px;
}
.page-numbers li:last-of-type {
	margin-left: 22px;
}
.page-numbers .prev,
.page-numbers .next {
	display: block;
    width: 56px;
}
.page-numbers li span,
.page-numbers li a {
	text-align: center;
	color: #102657;
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.current {
    background: #e7e9ee;
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next {
    transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
	.pager_box {
		margin-top: 50px;
	}
	.page-numbers li {
		width: 36px;
		margin: 0 !important;
	}
	.current {
		width: 36px;
    	height: 36px;
	}
	.page-numbers .prev, .page-numbers .next {
		display: block;
		width: 36px;
	}
}
#gap {
	height: 140px;
}
@media screen and (max-width: 640px) {
    #gap {
        height: 100px;
    }
}

