@charset "UTF-8";
#news-wrapper {
	padding-top: 24px;
}
.news-container {
	margin: 0 80px;
	padding: 0;
}
.news-container > .inner {
	box-sizing: border-box;
	position: relative;
	max-width: calc(1288px + (40px * 2));
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (min-width:1696px) {
	.news-container {
		width: calc(1288px + (124px * 2));
		margin-left: auto;
		margin-right: auto;
	}
	.news-container > .inner {
		max-width: calc(1288px + (124px * 2));
		padding-left: 124px;
		padding-right: 124px;
	}
}
@media screen and (max-width:1279px) {
	.news-container {
		margin-left: 0;
		margin-right: 0;
	}
	.news-container > .inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.news-column .content {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/*---------- 見出し部分共通 ----------*/
.news-column .h2scroll {
	padding-left: 40px;
	padding-right: 40px;
}
.news-column .h2scroll h2,
.news-column .h2default h2 {
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.news-column .lead {
	position: relative;
	margin: 16px 0 0;
	padding: 10px 0 0;
}
.news-column .lead h3 {
	font-size: 3.0rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.news-column .lead p {
	max-width: 950px;
	margin: 4px 0 0;
	font-size: 2.0rem;
	line-height: 1.6;
	color: #000;
}

/*---------- Pick Up ----------*/
#news-pickup {
	margin-top: -52px;
	padding-top: 104px;
}
.news-pickup-list {
	margin: 60px 0 0;
	padding-bottom: 236px;
}
.news-pickup-list .news-pickup-list-inner {
	display: flex;
	flex-wrap: wrap;
}
.news-pickup-list .news-pickup-item {
	width: calc((100% - 64px) / 3);
	margin-left: 32px;
	display: flex;
	flex-direction: column;
}
.news-pickup-list .news-pickup-item:nth-child(3n + 1) {
	margin-left: 0;
}
.news-pickup-list .news-pickup-item:nth-child(n + 4) {
	margin-top: 56px;
}
.news-pickup-list .news-pickup-item a{
	padding-left: 0;
}
.news-pickup-list .news-pickup-item .image {
	box-sizing: border-box;
	aspect-ratio: 408 / 230;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
	will-change: transform;
}
.news-pickup-list dl {
	margin: 16px 0 0;
}
.news-pickup-list dt {
	margin: 8px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #5b6179; 
}
.news-pickup-list dd {
	margin: 10px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.02em;
	color: #1C1C1C;
}
.news-pickup-list .image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 408 / 230;
	object-fit: cover;
	transition: transform 400ms ease-out;
	will-change: transform;
}
.news-pickup-list a:hover .image img {
	transform: scale(1.03);
}
.news-pickup-list a:hover dd {
	color: #2c69ff;
	text-decoration: underline;
}
.news-pickup-list .more.site {
	padding-right: 26px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../../img/icon_site.svg);
}
.news-pickup-list .more.external {
	padding-right: 26px;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../../img/icon_external.svg);
}
.news-pickup-list .more {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2B69FF;
	pointer-events: auto;
	margin-top: 1em;
}
.news-pickup-list a:hover .more {
	text-decoration: underline;
}

/*---------- NECと共に、未来を仕掛けませんか？ ----------*/
.news-attempt-appeal02 {
	position: relative;
	box-sizing: border-box;
	margin-top: 52px;
	padding-top: 160px;
	padding-bottom: 150px;
	text-align: center;
	overflow: hidden;
}
.news-attempt-appeal02 .inner {
	position: relative;
/* 	padding: 52px 0; */
	z-index: 1;
}
.news-attempt-appeal02 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.news-attempt-appeal02 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-attempt-appeal02 h2 {
	font-size: 4.4rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.news-attempt-appeal02 h2 .pc-none{
	display: none;
}
.news-attempt-appeal02 p.text {
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
}
.news-attempt-appeal02 .button {
	display: flex;
	justify-content: space-between;
	width: 680px;
	margin: 70px auto 0;
}
.news-attempt-appeal02 .button span {
	width: 320px;
}
.news-attempt-appeal02 .button span > a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 320px;
	min-height: 66px;
	padding-top: 1px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #fff;
	background: #535A6E;
	border-radius: 33px;
	transition: all 400ms ease-out;
}
.news-attempt-appeal02 .button span > a:hover {
	opacity: 0.6;
}
.news-attempt-appeal02 .button strong a:hover {
	text-decoration: none;
}
/* アニメーション */
.news-attempt-appeal02 h2 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
.news-attempt-appeal02 p {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease-out 300ms;
}
.news-attempt-appeal02.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
.news-attempt-appeal02.pass p {
	opacity: 1;
	transform: translateY(0px);
}
.news-attempt-appeal02 .button span {
	opacity: 0;
	filter: blur(20px);
	transition: all 600ms ease-out;
}
.news-attempt-appeal02.pass .button span:nth-child(1) {
	transition-delay: 600ms;
}
.news-attempt-appeal02.pass .button span:nth-child(2) {
	transition-delay: 800ms;
}
.news-attempt-appeal02.pass .button span {
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0px);
}