@charset "UTF-8";

/* ローディングアニメーション */
#start{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	backdrop-filter: blur(12px);
}
#start p{
	text-align: left;
	padding-left: 25px;
}
#start span{
	display: block;
	font-size: 6rem;
	font-weight: 100;
	letter-spacing: 0.9rem;
	line-height: 1.4;
	opacity: 0;
}
#start strong{
	font-weight: 200;
	background: linear-gradient(90deg, rgba(var(--blue-rgb),1) 0%, rgba(var(--purple-rgb),1) 33%, rgba(var(--purple-rgb),1) 66%, rgba(var(--purple-rgb),1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#start.delayActive{
	opacity: 0;
	filter: blur(15px);
	transition: 1.5s;
	transition-delay: 2s;
	pointer-events: none;
}
#start.delayActive span{
	opacity: 1;
	transition: 1s;
	+span{
		transition-delay: 0.7s;
	}
}
@media screen and (max-width: 500px){
	#start p{
		padding-left: 9vw;
	}
	#start span{
		font-size: 10vw;
	}
}
/*----------*/

#mv .sl{
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	pointer-events: none;
	width: 100%;
	height: 90vh;
}
#mv .sl .slick-slide{
	width: 100%;
	height: 90vh;
}
#mv .sl img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#mv .sl:not(.slick-slider) >div:nth-child(n+2){
	display: none;
}
#mv .v{
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	pointer-events: none;
}
#mv .v video{
	display: block;
	width: 100%;
	height: 90vh;
	object-fit: cover;
	object-position: 50% 50%;
}
#mv .v video:nth-child(n+2){
	display: none;
}
#mv .txt{
	z-index: 3;
	position: absolute;
	width: 48%;
	top: 50%;
	left: calc((100% - 1200px)/4);
	transform: translateY(-50%);
	padding: 120px 0;
}
#mv .txt p:nth-of-type(1){
	font-size: 6.2rem;
	font-weight: 200;
	letter-spacing: 0.9rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
#mv .txt p:nth-of-type(2){
	font-size:calc(var(--font-size-base)*1.09);
	color: var(--purple);
	letter-spacing: 0.5rem;
	margin-bottom: 25px;
}
#mv .txt p:nth-of-type(3){
	font-size:calc(var(--font-size-base)*1);
	letter-spacing: 0.2rem;
	line-height: 2.5;
}
#mv .txt p span{
	display: inline-block;
}
#mv .txt p:nth-of-type(1) span{
	display: block;
}
#mv .txt strong{
	font-weight: 200;
	background: linear-gradient(90deg, rgba(var(--blue-rgb),1) 0%, rgba(var(--purple-rgb),1) 33%, rgba(var(--purple-rgb),1) 66%, rgba(var(--purple-rgb),1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1800px){
	#mv .container{
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 1500px){
	#mv .txt{
		left: 50px;
	}
}
@media screen and (max-width: 1100px){
	#mv .txt p:nth-of-type(1){
		font-size: 5.5rem;
	}
}
@media screen and (max-width: 900px){
	#mv .txt{
		width: calc(100% - 60px);
		left: 30px;
	}
	#mv .txt p:nth-of-type(3){
		line-height: 1.75;
	}
}
@media screen and (max-width: 768px){
	#mv .container{
		width: 100%;
		padding-top: calc((100vw - 40px)*0.4 * 0.1879 + 20px);
	}
	#mv .sl{
		border-top-right-radius: 70px;
		border-bottom-left-radius: 70px;
		height: 70vh;
	}
	#mv .sl.slick-slide{
		height: 70vh;
	}
	#mv .txt{
		width: calc(100% - 100px);
		left: 50px;
		top: auto;
		bottom: -24vw;
		bottom: -5vw;
		transform: translateY(0);
		padding: 0;
	}
	#mv .txt p:nth-of-type(1){
		font-size: 5rem;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#mv .txt p:nth-of-type(1) span{
		background: var(--white);
		padding-left: 15px;
	}
	#mv .txt p:nth-of-type(1) span+span{
		margin-top: 5px;
	}
	#mv .txt p:nth-of-type(2){
        font-size:calc(var(--font-size-base)*.83);
		margin-bottom: 0;
		padding: 20px;
	}
	#mv .txt p:nth-of-type(3){
		padding: 0 20px;
	}
	#mv .txt p span{
		display: inline;

	}
	#mv .txt p:nth-of-type(2),
	#mv .txt p:nth-of-type(3){
		background: var(--white);
	}
}
@media screen and (max-width: 600px){
	#mv .sl{
		height: 65vh;
		.slick-slide{
			height: 65vh;
		}
	}
	#mv .v{
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	#mv .txt{
		width: calc(100% - 40px);
		left: 20px;
		bottom: -20vw;
	}
}
@media screen and (max-width: 510px){
	#mv .container{
		width: 100%;
		padding-top: 55px;
	}
	#mv .txt p:nth-of-type(1){
		font-size: 10vw;
		letter-spacing: 0.3em;
	}
	#mv .txt p:nth-of-type(1) span{
		padding-left: 10px;
	}
}
@media screen and (max-width: 400px){
	#mv .txt{
		bottom: -30vw;
	}
}

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

#bn{
	position: relative;
	z-index: 2;
	margin-top: -99px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#bn .container{
	width: 80vw;
	background: var(--white);
}
#bn .container:before{
	content: "";
	display: block;
	width: calc(100% + 60px);
	height: calc(100% + 30px);
	background: var(--white);
	position: absolute;
	top: -30px;
	left: -20px;
	z-index: 1;
}
#bn .container .sl{
	position: relative;
	margin-left: -10px;
	width: calc(100% + 20px);
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}
#bn .container .sl .slick-slide{
	padding: 0 10px;
}
#bn .container .sl img{
	max-width: none;
	width: 100%;
}
#bn .container .sl:not(.slick-slider){
	overflow: hidden;
	padding-bottom: 30px;
}
#bn .container .sl:not(.slick-slider)>div{
	padding: 0 10px;
	width: 25%;
}
#bn .container .sl:not(.slick-slider)>div:nth-child(n+5){
	display: none;
}
@media screen and (max-width: 1800px){
	#bn{
		margin-top: -5.5vw;
	}
}
@media screen and (max-width: 1300px){
	#bn{
		margin-top: -6.2vw;
	}
	#bn .container .sl:not(.slick-slider)>div{
		padding: 0 10px;
		width: 33.3%;
	}
	#bn .container .sl:not(.slick-slider)>div:nth-child(n+4){
		display: none;
	}
}
@media screen and (max-width: 1000px){
	#bn{
		margin-top: -8vw;
	}
	#bn .container .sl:not(.slick-slider)>div{
			width: 50%;
	}
	#bn .container .sl:not(.slick-slider)>div:nth-child(n+3){
		display: none;
	}
}
@media screen and (max-width: 768px){
	#bn{
		overflow: hidden;
		margin-top: 11vw;
		padding: 0;
	}
	#bn .container{
		width: 100%;
	}
	#bn .container:before{
		display: none;
	}
	#bn .container .sl:not(.slick-slider){
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 600px){
	/* #bn{
		margin-top: 26vw;
	} */
}
@media screen and (max-width: 500px){
	#bn .container .sl:not(.slick-slider){
		width: calc(100% - 100px);
	}
	#bn .container .sl:not(.slick-slider)div{
		padding: 0;
		width: 100%;
	}
	#bn .container .sl:not(.slick-slider)div:nth-child(n+2){
		display: none;
	}	
}
@media screen and (max-width: 400px){
	#bn{
		/* margin-top: 38vw; */
	}
}

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

#s_examtopic{
	margin-bottom: 50px;
}
#s_examtopic .container{
	text-align: center;
	max-width: 1200px;
}

#s_examtopic .sl{
	margin: 0 0 30px;
	width: 100%;
}
#s_examtopic .sl .slick-track{
	align-items: flex-start;
}
#s_examtopic .slick-list:before,
#s_examtopic .slick-list:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: var(--border);
	position: absolute;
	top: 0;
	left: 0;
}
#s_examtopic .slick-list:after{
	left: auto;
	right: 0;
}
#s_examtopic .sl dl{
	display: block;
	padding: 20px 30px;
	border-right: 1px solid var(--border);
}
#s_examtopic .sl dt{
	display: block;
	font-size: calc(var(--font-size-base)*1.2);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#s_examtopic .sl dd{
	display: block;
}
#s_examtopic .sl dd.examtopic_date{
	font-size: 5rem;
	color: var(--purple);
	font-style: italic;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: 400;
}
#s_examtopic .sl dd.examtopic_date i{
	font-style: normal;
	font-size: calc(var(--font-size-base)*1.1);
	padding-left: 10px;
	font-weight: 600;
}
#s_examtopic .sl dd.examtopic_time{
	font-size: calc(var(--font-size-base)*.9);
	margin-bottom: 10px;
}
#s_examtopic .sl dd.examtopic_con i{
	display: inline-block;
	font-size: calc(var(--font-size-base)*.7);
	line-height: 1;
	padding: 4px 10px 3px;
	min-width: 80px;
	margin-bottom: 15px;
}
#s_examtopic .sl dd.examtopic_con i.res_1{
	background-color: var(--orange);
	color: #fff;
}
#s_examtopic .sl dd.examtopic_con i.res_2{
	background-color: var(--gray);
	color: #fff;
}
#s_examtopic .sl dd.examtopic_con p{
	width: 100%;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 1.7;
	font-size: calc(var(--font-size-base)*.9);
}
#s_examtopic .sl a{
	transition: .3s;
}
#s_examtopic .sl a:hover{
	opacity: 0.7;
}
#s_examtopic .btn{
	margin: 0 0 0 auto;
}
#s_examtopic .sl:not(.slick-slider)>dl:nth-child(n+2){
	display: none;
}
@media screen and (max-width: 850px){
	#s_examtopic .sl dl{
		padding: 20px;
	}
}
@media screen and (max-width: 500px){
	#s_examtopic .container{
		max-width: 360px;
	}
}

/*--- intro ---*/

#s_intro{
	background: var(--light);
	padding: 0;
	padding-bottom: calc(var(--spacer)*8);
}
#s_intro:before,
#s_intro:after{
	content: "";
	display: block;
	width: 100%;
	height: 9.5rem;
	background: var(--white);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#s_intro:after{
	top: auto;
	bottom: 0;
}
#s_intro .container>.heading{
	position: relative;
	z-index: 2;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--spacer)*2);
	padding-right: calc(var(--spacer)*2);
	margin-bottom: 50px;
}
#s_intro .container>.heading .h{
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	order: 2;
	line-height: 1.8;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#s_intro .container>.heading .h span{
	margin-top: 10px;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
	display: inline-block;
}
#s_intro .container>.heading .h span:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--white);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.03);
}
#s_intro .container>.heading .h span+span+span{
	margin-top: 15px;
	color: var(--purple);
}
#s_intro .container>.heading .h span+span+span:after{
	content: "";
	height: 85%;
}
#s_intro .container>.heading .h span+span+span strong{
	font-weight: 400;
	font-style: italic;
	font-size: 9rem;
	letter-spacing: 0.1em;
	line-height: 0.8;
}
#s_intro .container>.heading i{
	order: 1;
	display: block;
	color: var(--purple);
	margin-bottom: 20px;
	letter-spacing: 0.25em;
	position: relative;
}
#s_intro .container>.heading i:before{
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: var(--purple);
	position: absolute;
	top: 49%;
	right: calc(100% + 15px);
}
@media screen and (max-width: 1250px){
	#s_intro:before,
	#s_intro:after{
		height: 9vw;
	}
	#s_intro .container>.heading .h{
		font-size: 3.2vw;
	}
	#s_intro .container>.heading .h strong{
		font-size: 6.2vw !important;
	}
}
@media screen and (max-width: 780px){
	#s_intro .container>.heading .h{
		font-size: 3.7vw;
	}
	#s_intro .container>.heading i{
        font-size:calc(var(--font-size-base)*.7);
		margin-bottom: 10px;
	}
	#s_intro .container>.heading i:before{
		width: 70px;
	}
}
@media screen and (max-width: 600px){
	#s_intro:before,
	#s_intro:after{
		height: 65px;
	}
	#s_intro .container>.heading .h{
		font-size: 5vw;
	}
	#s_intro .containerw>.heading .h strong{
		font-size: 10vw !important;
	}
	#s_intro .container>.heading i{
		letter-spacing: 0.05em;
	}
	#s_intro .containerw>.heading i:before{
		width: 50px;
	}
}
@media screen and (max-width: 450px){
	#s_intro:before,
	#s_intro:after{
		height: 55px;
	}
	#s_intro .container>.heading .h{
		font-size: 5.8vw;
	}
	#s_intro .container>.heading .h strong{
		font-size: 11vw !important;
	}
	#s_intro .container>.heading i{
        font-size:calc(var(--font-size-base)*.8);
		letter-spacing: 0.02em;
	}
	#s_intro .container>.heading i:before{
		width: 30px;
	}
}
@media screen and (max-width: 360px){
	#s_intro .container>.heading i{
		font-size:calc(var(--font-size-base)*.7);
		letter-spacing: 0.01em;
	}
	#s_intro .container>.heading i:before{
		width: 20px;
	}
}

#s_intro article{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	color: #fff;
	transition: 0.8s;
}
#s_intro article:has(.inner:hover){
	background-color: #fff;
	color: var(--body);
}
#s_intro article:nth-of-type(3n){
	background: var(--lightblue);
}
#s_intro article:nth-of-type(3n+1){
	background: var(--purple);
}
#s_intro article:nth-of-type(3n+2){
	background: var(--blue);
}
#s_intro article:nth-of-type(3n):has(.inner:hover){
	color: var(--lightblue);
}
#s_intro article:nth-of-type(3n+1):has(.inner:hover){
	color: var(--purple);
}
#s_intro article:nth-of-type(3n+2):has(.inner:hover){
	color: var(--blue);
}
#s_intro article .inner{
	width: 50%;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#s_intro article .inner:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
	mix-blend-mode: overlay;
}
#s_intro article .inner .wrap{
	display: inline-block;
	padding: 0 80px;
	position: relative;
	z-index: 2;
	width: 100%;
}
#s_intro article .inner .h{
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding-bottom: 8px;
	position: relative;
}
#s_intro article .inner .h:before,
#s_intro article .inner .h:after{
	content: "";
	display: block;
	width: 300px;
	max-width: 100%;
	height: 1px;
	background: var(--white);
	opacity: 0.3;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.8s;
}
#s_intro article .inner .h:after{
	background: var(--white);
	width: 80px;
}
#s_intro article .inner:hover .h:before,
#s_intro article .inner:hover .h:after{
	opacity: 1;
}
#s_intro article .inner:hover .h:before{
	background: var(--border);
}
#s_intro article .inner:hover .h:after{
	width: 300px;
	max-width: 100%;
}
#s_intro article:nth-of-type(3n) .inner:hover .h:after{
	background: var(--lightblue);
}
#s_intro article:nth-of-type(3n+1) .inner:hover .h:after{
	background: var(--purple);
}
#s_intro article:nth-of-type(3n+2) .inner:hover .h:after{
	background: var(--blue);
}
#s_intro article .inner .h+i{
	display: block;
	padding-top: 15px;
	font-size: 1.8rem;
}
#s_intro article .inner p{
	line-height: 1.9;
}
#s_intro article .inner .btn{
	margin-top: 30px;
}
#s_intro article .inner .btn a{
	background: transparent !important;
	border: 1px solid #fff;
	overflow: hidden;
	transition: 0.8s;
}
#s_intro article .inner .btn a:before{
	transition: 0.8s;
}
#s_intro article .inner:hover .btn a:hover	:before{
	transition: 0.2s;
}
#s_intro article:nth-of-type(3n) .inner:hover .btn a,
#s_intro article:nth-of-type(3n) .inner:hover .btn a:before{
	border-color: var(--lightblue);
	color: var(--lightblue);
}
#s_intro article:nth-of-type(3n+1) .inner:hover .btn a,
#s_intro article:nth-of-type(3n+1) .inner:hover .btn a:before{
	border-color: var(--purple);
	color: var(--purple);
}
#s_intro article:nth-of-type(3n+2) .inner:hover .btn a,
#s_intro article:nth-of-type(3n+2) .inner:hover .btn a:before{
	border-color: var(--blue);
	color: var(--blue);
}

#s_intro article .img{
	width: 50%;
	overflow: hidden;
	position: relative;
}
#s_intro article .img div{
	overflow: hidden;
	background: #fff;
	height: 100%;
}
#s_intro article .img img{
	max-width: none;
	width: 100%;
	display: block;
	transform: scale(1.2);
	opacity: 0;
	object-fit: cover;
	min-height: 100%;
	aspect-ratio: 10/7;
}
#s_intro article .img p{
	position: absolute;
	top: 10%;
	left: 10%;
	height: 0;
	overflow: hidden;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 3.2rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#s_intro article .img p span{
	white-space: nowrap;
	display: block;
	padding: 15px 0;
	color: var(--white);
	margin: 0 10px;
	background: var(--white);
}
#s_intro article .img p span strong{
	color: var(--white);
}
#s_intro article:nth-of-type(2n-1) .inner{
	opacity: 0;
}
#s_intro article:nth-of-type(2n) .inner{
	opacity: 0;
}
#s_intro article.delayActive .inner{
	transition: 0.8s ease-out;
	opacity: 1;
}
#s_intro article:nth-of-type(2n-1){
	flex-direction: row-reverse;
}
#s_intro article:nth-of-type(2n) .img p{
	left: auto;
	right: 10%;
}
#s_intro article.delayActive .img img{
	transition: 4s ease-out;
	transform: scale(1.01);
	opacity: 1;
}
#s_intro article.delayActive .img p{
	transition: 0.3s ease-in-out;
	transition-delay: 0.5s;
	height: 90%;
}
#s_intro article.delayActive .img p span{
	transition: 0.7s ease-out;
	transition-delay: 0.9s;
	background: var(--purple);
}
#s_intro article.delayActive .img p span+span{
	background: #4358b3;
}
#s_intro article.delayActive .img p span+span strong{
	color: #fffc00;
	transition: 0.5s ease-out;
	transition-delay: 0.9s;
}
@media screen and (max-width: 1400px){
	#s_intro article .inner .wrap{
		padding: 0;
	}
}
@media screen and (max-width: 1100px){
	#s_intro article{
		border-top-right-radius: 40px;
		border-bottom-left-radius: 40px;
		overflow:  hidden;
		max-width: 900px;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 50px;
		flex-wrap: wrap;
	}
	#s_intro article .inner{
		padding: 80px 30px;
		position: static;
		width: 100%;
		order: 2;
	}
	#s_intro article .inner .wrap{
		max-width: 700px;
	}
	#s_intro article .inner .btn{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
	#s_intro article .inner .btn a{
		margin: 10px 10px 0;
	}
	#s_intro article .img{
		width: 100%;
		margin: 0 auto !important;
		border-bottom-left-radius: 40px !important;
		order: 1;
	}
	#s_intro article .img img{
		height: 60vw;
	}
}
@media screen and (max-width: 1000px){
	#s_intro article{
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		margin-bottom: 0;
	}
	#s_intro article .img{
		border-bottom-left-radius: 0 !important;
	}
}
@media screen and (max-width: 700px){
	#s_intro article .inner .h{
		font-size: 4.5vw;
	}
	#s_intro article .inner .h+i{
		font-size: 2.2vw;
	}
	#s_intro article .img p{
		font-size: 4vw;
	}
	#s_intro article .img p span{
		margin: 0 5px;
	}
}
@media screen and (max-width: 500px){
	#s_intro article .inner .h{
		font-size: 2.6rem;
	}
	#s_intro article .inner .h+i{
		font-size: 1.1rem;
	}
	#s_intro article .inner .btn{
		margin-top: 20px;
	}
	#s_intro article .img p{
		font-size: 2.1rem;
	}
	#s_intro article .img img{
		height: 70vw;
	}
}

/*--- お知らせ ---*/
#s_news{
	text-align: center;
	padding-bottom:  calc(var(--spacer)*8);
}
#s_news .container{
	width: auto;
	display: inline-block;
	opacity: 0;
	transform: translateY(60px);
}
#s_news .container.delayActive{
	opacity: 1;
	transform: translateY(0);
	transition: 0.7s ease-out;
}
#s_news .heading {
	margin-bottom: 30px;
}
#s_news .heading  i{
	color: var(--purple);
	letter-spacing: 0.05em;
}
#s_news ul{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	text-align: center;
	margin-bottom: 24px;
}
#s_news ul li{
	display: block;
	line-height: 1;
	margin: 0 3px 6px;
}
#s_news ul li a{
	width: auto;
	display: block;
	padding: 6px 10px;
	font-size: calc(var(--font-size-base)*.9);
	color: #fff;
	transition: 0.3s;
	margin: 0;
}
#s_news ul li a:hover{
	opacity: 0.7;
}
#s_news .heading+dl,
#s_news ul+dl{
	border-top: 1px solid var(--border);
}
#s_news dl{
	text-align: left;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--border);
	padding: 15px 0;
}
#s_news dl dt{
	width: 160px;
}
#s_news dl dd{
	width: calc(100% - 160px);
}
#s_news dl dd a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 120px;
	position: relative;
}
#s_news dl dd a i{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#s_news .btn{
	margin-top: 40px;
}
@media screen and (max-width: 1000px){
	#s_news{
		padding-bottom: 50px;
	}
	#s_news dl{
		display: block;
	}
	#s_news dl dd{
		width: auto;
	}
	#s_news dl dd a{
		padding-left: 0;
	}
	#s_news dl dd a i{
		top: -25px;
		left: 150px;
		transform: translate(0);
	}
}
@media screen and (max-width: 850px){
	#s_news dl dt{
		margin-bottom: 5px
	}
	#s_news dl dd a i{
		top: -28px;
		left: 130px;
	}
}
@media screen and (max-width: 500px){
	#s_news ul{
		margin-bottom: 15px;
	}
}

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

aside{
	border: none;
}