@charset "UTF-8";
.news-container > .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.news-column {
	margin-left: -20px;
	margin-right: -20px;
}
.news-column .content {
	padding: 24px 20px 0;
}

/*---------- 見出し部分共通 ----------*/
.news-column .h2scroll {
	padding: 24px 20px 0;
}
.news-column .h2scroll h2,
.news-column .h2default h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.news-column .h2default p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
}
.news-column .lead {
	position: relative;
	margin: 40px 0 0;
}
.news-column .lead h3 {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.news-column .lead p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.news-column div + .lead {
	margin-top: 20px;
	color: #000;
}

/*---------- Pick Up ----------*/
#news-pickup {
	margin-top: -52px;
	padding-top: 52px;
}
.news-pickup-list {
	margin: 40px 0 0;
	padding-bottom: 50px;
}
.news-pickup-list .news-pickup-item {
	width: 100%;
	margin-bottom: 32px;
}
.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.4;
	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.01em;
	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:active .image img {
	transform: scale(1.03);
}
.news-pickup-list a:active dd {
	color: #2c69ff;
	text-decoration: underline;
}
.news-pickup-list .more.site {
	padding-right: 22px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../../img/icon_site.svg);
}
.news-pickup-list .more.external {
	padding-right: 22px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../../img/icon_external.svg);
}
.news-pickup-list .more {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2B69FF;
	pointer-events: auto;
	margin-top: 1em;
}
.news-pickup-list a:active .more {
	text-decoration: underline;
}

/*---------- NECと共に、未来を仕掛けませんか？ ----------*/
.news-attempt-appeal02 {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 50px 10px 60px;
	text-align: center;
	overflow: hidden;
}
.news-attempt-appeal02 .inner {
	position: relative;
	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: auto;
	object-fit: cover;
}
.news-attempt-appeal02 h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.news-attempt-appeal02 h2 img{
	width: 100%;
}
.news-attempt-appeal02 p.text {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #000;
}
.news-attempt-appeal02 .button {
	margin: 40px auto 0;
	text-align: center;
}
.news-attempt-appeal02 .button span {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.news-attempt-appeal02 .button span + span {
	margin-top: 34px;
}
.news-attempt-appeal02 .button span > a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
	min-height: 48px;
	font-size: 1.2rem;
	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:active {
	background: #fff;
}
.news-attempt-appeal02 .button strong {
	display: block;
	margin: 24px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.news-attempt-appeal02 .button strong a {
	color: #fff;
	text-decoration: underline;
}
.news-attempt-appeal02 .button strong a:active {
	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 800ms 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 800ms ease-out;
}
.news-attempt-appeal02 .button strong {
	opacity: 0;
	transition: all 500ms ease-out 1600ms;
}
.news-attempt-appeal02.pass .button span:nth-child(1) {
	transition-delay: 800ms;
}
.news-attempt-appeal02.pass .button span:nth-child(2) {
	transition-delay: 1200ms;
}
.news-attempt-appeal02.pass .button span {
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0px);
}
.news-attempt-appeal02.pass .button strong {
	opacity: 1;
}
