@charset "utf-8";
/*------------------------------------------------------------
	jinji_w2_2025
------------------------------------------------------------*/
.mainVisual {
	height: 38.1rem;
	background: url(../img/jinji_w2_2025/main_visual_bg01.png) no-repeat left top,url(../img/jinji_w2_2025/main_visual_bg02.png) no-repeat right bottom,url(../img/jinji_w2_2025/main_visual_bg03.png) repeat center top;
	background-size: 61.1rem auto,51.5rem auto,56.7rem auto;
}
.mainVisual h2 {
	margin-top: 6.3rem;
	text-align: center;
	font-weight: 700;
	font-size: 7.2rem;
	color: #3e3a39;
	letter-spacing: 0.05em;
}
.mainVisual h2 .sml {
	font-size: 6.4rem;
}
.mainVisual h2 .color {
	color: #ff7d46;
}
.mainVisual h2 .time {
	margin-bottom: -0.6rem;
	display: block;
	font-size: 3.5rem;
}
#main .public {
	padding: 8.3rem 0 10rem;
}
#main .public p {
	text-align: center;
	line-height: 2.34;
}
#main .topics {
	padding: 5.5rem 0 13.7rem;
	background-color: #FFFADF;
}
#main .topics .headLine01 {
	margin-bottom: 2.2rem;
}
#main .topics .slideBox {
	position: relative;
}
#main .topics .prev,
#main .topics .next {
	position: absolute;
	top: 50%;
	width: 6.1rem;
	cursor: pointer;
	transition: .3s;
	transform: translateY(-93%);
}
#main .topics .prev {
	margin-left: -43.8rem;
	left: 50%;
}
#main .topics .next {
	margin-right: -44.6rem;
	right: 50%;
}
#main .topics .slick-slide {
	padding: 3rem 0;
}
#main .topics .slick-slide > div {
	width: 68.9rem;
	margin: 0 5rem;
	transform: scale(0.8);
	transition: .3s;
}
#main .topics .slick-slide.slick-center > div {
	transform: none;
}
#main .topics .slide a {
	display: block;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
#main .topics .slide.noLink a {
	cursor: default;
	pointer-events: none;
	background-color: #F5F5F5;
}
#main .topics .slide a:hover {
	opacity: 0.7;
}
#main .topics .slide .pho {
	position: relative;
}
#main .topics .slide .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0.8rem solid #ff7d46;
	box-sizing: border-box;
	content: "";
}
#main .topics .slide.noLink .pho::before {
	display: none;
}
#main .topics .slide .textBox {
	min-height: 14.7rem;
	padding: 1.3rem 2rem 3.2rem;
	text-align: center;
}
#main .topics .slide .ttl {
	margin-bottom: 1.4rem;
	color: #ff7d46;
	font-size: 4.1rem;
	font-weight: 700;
}
#main .topics .slide p {
	font-size: 1.8rem;
}
#main .topics .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -1.3rem;
}
#main .topics .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 0.6rem;
	padding: 0;
	cursor: pointer;
	background: #d8d6d7;
	border-radius: 100%;
}
#main .topics .slick-dots li button {
	display: none;
}
#main .topics .slick-dots li.slick-active {
	background: #777B7F;
}
#main .case {
	padding: 7.1rem 0 10.2rem;
}
#main .case .ttl {
	margin-bottom: 5.6rem;
	text-align: center;
	color: #3e3a39;
	font-weight: 700;
	font-size: 2.7rem;
	letter-spacing: 0.02em;
}
#main .case .linkList {
	margin-left: 2rem;
}
#main .case .linkList li {
	width: 27.6rem;
	margin: 0 1.8rem 2.4rem 0;
}
#main .case .linkList li.wid {
	width: 53rem;
}
#main .case .linkList a {
	height: 4.3rem;
	padding: 0 4.6rem 0.2rem 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	border: 1px solid #666;
	border-radius: 1rem;
	background: url(../img/common/icon03.png) no-repeat right 1.4rem center;
	background-size: auto 2.8rem;
}
#main .case .linkList a:hover {
	opacity: 0.7;
}
#main .case .linkList .pdf a {
	padding: 0 4rem 0.2rem 1.5rem;
	text-align: left;
	justify-content: flex-start;
	background-image: url(../img/common/icon04.png);
}
@media all and (min-width: 897px) {
	#main .topics .prev:hover,
	#main .topics .next:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding-bottom: 3rem;
		height: auto;
		background-size: 15rem auto,10rem auto,28rem auto;
	}
	.mainVisual h2 {
		margin: 1rem 2rem 0;
		font-size: 4rem;
		line-height: 1.2;
	}
	.mainVisual h2 .sml {
		font-size: 3.5rem;
	}
	.mainVisual h2 .color {
		display: block;
	}
	.mainVisual h2 .time {
		margin-bottom: 0;
		font-size: 2.5rem;
	}
	#main .public {
		padding: 5rem 0;
	}
	#main .public p {
		line-height: 2;
	}
	#main .topics {
		padding: 5rem 0 7rem;
	}
	#main .topics .headLine01 {
		margin-bottom: 0;
	}
	#main .topics .prev,
	#main .topics .next {
		width: 4rem;
	}
	#main .topics .prev {
		margin-left: -18rem;
	}
	#main .topics .next {
		margin-right: -18rem;
	}
	#main .topics .slick-slide > div {
		width: 28rem;
		margin: 0 0.5rem;
	}
	#main .topics .slide a {
		box-shadow: 0.2rem 0.2rem 0.4rem rgba(0,0,0,0.5);
	}
	#main .topics .slide .pho::before {
		border-width: 0.4rem;
	}
	#main .topics .slide .textBox {
		padding: 1.3rem 2rem 2rem;
		min-height: 12.8rem;
	}
	#main .topics .slide .ttl {
		margin-bottom: 0.5rem;
		font-size: 3rem;
	}
	#main .topics .slide p {
		font-size: 1.5rem;
	}
	#main .case {
		padding: 4rem 0;
	}
	#main .case .ttl {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .case .linkList {
		margin-left: 0;
		display: block;
	}
	#main .case .linkList li {
		margin: 0 auto 1.5rem;
	}
	#main .case .linkList li.wid {
		width: 27.6rem;
	}
	#main .case .linkList a {
		font-size: 1.6rem;
	}
	#main .case .linkList li.wid a {
		height: 7rem;
	}
}