a{
	color: var(--black);
}
.loading {
	position: fixed;
	z-index: 1000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	background: var(--white);
}
.loading.hide {
	pointer-events: none;
	transition: opacity .5s;
	opacity: 0;
}
.loading::before{
	content: "";
	position: absolute;
	top: 50%;
	left: calc( 50% - 15rem );
	width: 30rem;
	height: 10rem;
	background-image: url("../img/newlogo@3x.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.circle {
	position: relative;
	top: calc( 50% - 17rem );
	display: block;
	margin: 0 auto;
	border: 1rem solid #aaa;
	border-top: .9rem solid var(--main-color1);
	border-radius: 50%;
	width: 15rem;
	height: 15rem;
	animation: loading 1s linear infinite both;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.n2-section-smartslider:nth-of-type(1){
	margin-top: 8rem;
}
.n2-section-smartslider:nth-of-type(1)::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
 	z-index: 10;
 	display: block;
	width: 32.2rem;
	height: 80rem;
	background-image: url("../img/top_left.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.n2-section-smartslider:nth-of-type(1)::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
 	z-index: 10;
 	display: block;
	width: 56.9rem;
	height: 80rem;
	background-image: url("../img/top_right.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.n2-section-smartslider:nth-of-type(2){
	display: none;
}

.scroll {
	position: absolute;
	top: 85rem;
	left: 50%;
}
.scroll-line {
	position: absolute;
	top: 3rem;
	left: 50%;
	width: .2rem;
	height: 8rem;
	overflow: hidden;
	background-color: #ccc;
}
.scroll-line::after {
	content: "";
	position: absolute;
	width: .2rem;
	height: 8rem;
	background-color: var(--main-color1);
	animation: scrolldown 1.4s ease-in-out infinite;
}
@keyframes scrolldown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
.scroll-text{
	position: absolute;
	top: 5rem;
	left: 0;
	transform: rotate(90deg);
}

.top_exp{
	position: relative;
	margin-top: 450px;
}
.top_exp_img{
	position: absolute;
	width: 30rem;
	height: 20rem;
	filter: opacity(50%);
	transform: translateY(-2rem);
	transition: 3.5s ease;
	opacity: 0;
	object-fit: cover;
}
.top_exp_img:nth-last-of-type(1){
	top: -12.5rem;
	left: 15%;
}
.top_exp_img:nth-last-of-type(2){
	top: -12.5rem;
	right: 15%;
}
.top_exp_img:nth-last-of-type(3){
	top: 17.5rem;
	left: 10%;
}
.top_exp_img:nth-last-of-type(4){
	top: 17.5rem;
	right: 10%;
}
.top_info_title h1{
	font-size: 2.5rem;
}
.top_info_title{
	border-bottom: .3rem solid var(--main-color1);
	padding-bottom: 1.2rem;
	width: 33rem;
}
.top_taiken_exp{
	margin-top: 4rem;
	margin-bottom: 30rem;
	width:30%;
}

.top_info>.top_info_title{
	margin-top: 3rem;
	border: none;
}
.top_info_title h1{
	padding-top: 2rem;
}
.top_info{
	position: relative;
	margin-top: 7.5rem;
	padding: 1.2rem;
	background-color: #f3f3f3;
}
.top_info_listBox{
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1.2rem;
	border-top: .3rem solid var(--main-color2);
	border-bottom: .3rem solid var(--main-color2);
	width: 96rem;
	background-color: #fff;
}
/*FLEX_COLUMN_START共通パーツ化案件*/
#news_list{
	width: 100%;
}
#news_list li{
	position: relative;
	align-items: center;
	border-bottom: .1rem solid var(--gray);
	width: 100%;
	/*height: 8rem;*//*コンテンツがどのように広がるかわからないのに高さを固定しない*/
}
#news_list li:last-of-type{
	border-bottom: none;
}
#news_list li a{
	display: grid;
	grid-template-columns: 10% 20% 60% 10%;
	align-items: center;
	padding-left: 5rem;
	width: 100%;
	height: 100%;
	background: var(--white);
}
#news_list li a p{
	display: flex;
	align-items: center;
	min-height: 8rem;
}
.fa-chevron-right{
	width: 1rem;
}
#news_list li a:hover{
	background-color: #ffd792;
}
.top_info::before{
	content: "";
	position: absolute;
	top: 55px;
	left: calc(50% - 40rem);
	z-index: 2;
	display: block;
	width: 10rem;
	height: 13rem;
	background-image: url("../img/pikuto3.png");
	background-repeat: no-repeat;
	background-size: 90%;
}
.top_info_listBox::after{
	content: "最新の 　 件";
	position: absolute;
	top: -3rem;
	right: 0;
	display: block;
}
.top_info_listBox::before{
	content: "6";
	position: absolute;
	top: -3.2rem;
	right: 2.5rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
}
.news_list p:nth-of-type(1){
	position: relative;
	padding-left: 3rem;
	font-weight: 600;
	letter-spacing: .1rem;
}
.news_list p:nth-of-type(2){
		padding-left: 6rem;
	}
.news_list p:nth-of-type(3){
	padding-left: 3rem;
}
#news_list li:first-of-type::before{
	content: "";
	position: absolute;
	top: calc(50% - 1.5rem);
	left: 1.5rem;
	border: .1rem solid var(--white);
	width: 5rem;
	height: 3rem;
	background-color: var(--main-color1);
}
#news_list li:first-of-type::after{
	content: "新着";
	position: absolute;
	top: calc(50% - 1.5rem);
	left: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 3rem;
	color: var(--white);
}
.top_info_link{
	display: flex;
	justify-content: flex-end;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	width: 80rem;
}
.top_info_to_news{
	display: flex;
	justify-content: center;
	width: 23rem;
	height: 5rem;
	line-height: 3rem;
	background-color: var(--accent-color1);
}
.top_info_to_news svg{
	position: relative;
	top: .2rem;
	text-align: center;
	transform: rotate(90deg);
	font-size: 2.5rem;
}
.top_info_to_news:hover{
	border: .1rem solid var(--accent-color1);
	color: var(--accent-color1);
	background-color: var(--white);
}


@media screen and ( max-width : 1500px ) {
	.top_exp_img{
		width: 17.5rem;
		height: 12.5rem;
	}
	.top_exp_img:nth-last-of-type(1),
	.top_exp_img:nth-last-of-type(2){
		top: -20rem;
	}
	.top_exp_img:nth-last-of-type(3){
		top: -5rem;
		left: 5%;
	}
	.top_exp_img:nth-last-of-type(4){
		top: -5rem;
		right: 5%;
	}
	.top_taiken_exp{
		margin-bottom: 20rem;
		width: 50%;
	}
}
@media screen and ( max-width : 1125px ){
	.top_exp{
		margin-top: 40rem;
	}
	.top_exp_img{
		width: 15rem;
		height: 10rem;
	}
	.top_exp_img:nth-last-of-type(1){
		top: -13rem;
		left: 5%;
	}
	.top_exp_img:nth-last-of-type(2){
		top: -13rem;
		right: 5%;	
	}
	.top_exp_img:nth-last-of-type(3),
	.top_exp_img:nth-last-of-type(4){
		display: none;
	}
	.top_taiken_exp{
		margin-bottom: 15rem;
		width: 36rem;
	}
	#news_list li a{
		display: grid;
		grid-template-columns: 10% 20% 60% 10%;
		width: 100%;
		height: 100%;
	}
	.top_info_listBox{
		width: 100%;
		max-width: 96rem;
	}
	#news_list{
		width: 100%;
	}
	#news_list li{
		font-size: 1.4rem;
	}
	#news_list li a p{
	}
	#news_list p:nth-of-type(1){
		position: relative;
		padding-left: 3rem;
	}
	.news_list p:nth-of-type(2){
		display: none;
	}
	.top_info::before{
		top: 7.5rem;
		left: calc(50% - 22rem);
		background-size: 60%;
	}
	.top_info::after{
		top: 10rem;
		right: calc(50% - 22rem);
	}
	.top_info_link{
		justify-content: center;
		margin-top: 5rem;
		margin-bottom: 5rem;
		width: 100vw;
	}
	.top_info_to_news{
		font-size: 1.6rem;
	}
	.top_info_to_news svg{
		top: .5rem;
		font-size: 2.1rem;
	}
	#news_list li:first-of-type::before{

	}
	#news_list li:first-of-type::after{

	}
}
@media screen and ( max-width : 750px ) {
	.top_info::before{
		top: 7.5rem;
		left: calc(50% - 17rem);
		background-size: 60%;
	}
	.top_info::after{
		top: 10rem;
		right: calc(50% - 17rem);
	}
	.top_taiken_exp{
		width: 70%;
	}
	.top_info{
		margin-top: 10rem;
	}
	.top_info_listBox{
		width: 90%;

	}
	#news_list{
		width: 100%;
	}
	#news_list li{

	}
	#news_list li a{
		display: grid;
		grid-template-columns: 15% 70% 15%;
		padding: 0;
		padding-left: 4rem;
		width: 100%;
		height: 100%;
		font-size: 1.6rem;
	}
	
	.fa-chevron-right{
		width: 10%;
	}
	#news_list p:nth-of-type(1){
		position: relative;
	}
	#news_list li p:nth-of-type(2){
		display: none;
	}
	#news_list li p:nth-of-type(3){
		padding-left: 9rem;
	}
	#news_list li:first-of-type::before{
	}
	#news_list li:first-of-type::after{

	}
	.top_info_link{
		justify-content: center;
		margin-top: 5rem;
		margin-bottom: 5rem;
		width: 100vw;
	}
	.top_info_to_news{
		font-size: 1.6rem;
	}
	.top_info_to_news svg{
		top: .5rem;
		font-size: 2.1rem;
	}
}
@media screen and ( max-width : 375px ) {
	.n2-section-smartslider:nth-of-type(1){
		display: none;
	}
	.n2-section-smartslider:nth-of-type(2){
		display: block;
		margin-top: 8rem; 
	}
	.n2-section-smartslider:nth-of-type(2)::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
	 	z-index: 10;
	 	display: block;
		width: 13.5rem;
		height: 57rem;
		background-image: url("../img/top_mobile_left.png");
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.n2-section-smartslider:nth-of-type(2)::after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
	 	z-index: 10;
	 	display: block;
		width: 14.2rem;
		height: 57rem;
		background-image: url("../img/top_mobile_right.png");
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.scroll {
		position: absolute;
		top: 70rem;
		left: 50%;
	}
	.top_info::before{
		top: 7.5rem;
		left: calc(50% - 16rem);
		background-size: 60%;
	}
	.top_taiken_exp{
		padding: 0 2rem 0 2rem;
	}
	#news_list li:first-of-type::before{
	}
	#news_list li:first-of-type::after{

	}
	.top_info_listBox::after{
		top: -3rem;
		right:2rem;
	}
	.top_info_listBox::before{
		top: -3.4rem;
		right: 3.7rem;
		font-size: 1.8rem;
	}
	.top_info_listBox{
		width: 36rem;
	}
	#news_list li{
		padding-left: 0;
		width: 100%;
	}
	#news_list li a{
		position: relative;
		display: grid;
		grid-template-columns: 15% 70% 15%;
		width: 100%;
		height: 100%;
	}
	.news_list p{
		display: block;
		min-height: 5rem;
	}
	#news_list p:nth-of-type(1){
		padding-left: 1.5rem;
	}
	#news_list p:nth-of-type(2){
		display: none;
	}
	.fa-chevron-right{
		width: 1rem;
		height: 1rem;
	}
	#news_list li a div{
		position: absolute;
		right: .5rem;
		top: calc(50% - .5rem);
	}
}
