@charset "UTF-8";

/*-----------------------------マップ見出し---------------------------------*/
#cover + section .heading.block_header_1 p {
	font-size: 2.5rem!important;
}
#cover + section .heading.block_header_1 .h{
	font-size: 4rem;
}
@media screen and (max-width: 800px){
	#cover + section .heading.block_header_1 p {
		font-size: 2.1rem!important;
		margin-bottom: 10px;
	}
	#cover + section .heading.block_header_1 .h {
		font-size: 2.8rem;
		line-height: 1.5;
	}
}

/*-----------------------------マップ下ボタン---------------------------------*/
a[id^="area"] + div.contents_btn01{
	overflow: visible;
}
a[id^="area"] + div.contents_btn01 a{
	position: relative;
	min-width: 240px;
	background: var(--i_bg_color);
	border: 2px solid var(--i_btn_color);
	color: var(--i_btn_color)!important;
	font-weight: 600;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
	overflow: visible!important;
}
a[id^="area"] + div.contents_btn01 a:last-child{
	margin-left: 5%;
}
a[id^="area"] + div.contents_btn01 a:hover{
	opacity: .6;
}
a[id^="area"] + div.contents_btn01 a::before {
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	opacity: 1;
	z-index: 1;
	transform: none;
}
#area1 + div.contents_btn01 a:nth-child(1)::before{
	background: #f8cbde;
}
#area1 + div.contents_btn01 a:nth-child(2)::before{
	background: #c9bc9c;
}
#area1 + div.contents_btn01 a:nth-child(3)::before{
	background: #f5ab85;
}
#area1 + div.contents_btn01 a:nth-child(4)::before{
	background: #fcdba7;
}
#area2 + div.contents_btn01 a:nth-child(1)::before{
	background: #d7e7ae;
}
#area2 + div.contents_btn01 a:nth-child(2)::before{
	background: #9cc2e7;
}
#area2 + div.contents_btn01 a:nth-child(3)::before{
	background: #ffde0a;
}
a[id^="area"] + div.contents_btn01 a::after{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 20%;
	left: -25%;
	pointer-events: none;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	z-index: 2;
}
#area1 + div.contents_btn01 a:nth-child(1)::after{
	background: url(/common/upload_data/human-24jp/image/20251010105045.png) no-repeat center / contain;
}
#area1 + div.contents_btn01 a:nth-child(4)::after{
	background: url(/common/upload_data/human-24jp/image/20251010105045_1.png) no-repeat center / contain;
}
#area2 + div.contents_btn01 a:nth-child(1)::after{
	background: url(/common/upload_data/human-24jp/image/20251010105045_2.png) no-repeat center / contain;
}
#area2 + div.contents_btn01 a:nth-child(3)::after{
	background: url(/common/upload_data/human-24jp/image/20251010105045_3.png) no-repeat center / contain;
}

a[id^="area"] + div.contents_btn01 a span {
	line-height: 1.3;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	padding: 15px 10px;
}
a[id^="area"] + div.contents_btn01 a span::before {
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	border: none;
	border-top: 2px solid var(--i_btn_color);
	border-right: 2px solid var(--i_btn_color);
	transform: translateY(-50%) rotate(45deg);
}
a[id^="area"] + div.contents_btn01 a:hover span::before {
	border: none;
	border-top: 2px solid var(--i_btn_color);
	border-right: 2px solid var(--i_btn_color);
}
a[id^="area"] + div.contents_btn01 a span::after{
	display: none;
}
@media screen and (max-width: 1200px){
	a[id^="area"] + div > .content_wrapper{
		max-width: 700px !important;
	}
	a[id^="area"] + div.contents_btn01 a{
		margin-bottom: 40px;
	}
	a[id^="area"] + div.contents_btn01 a:nth-child(2n){
		margin-left: 10%;
	}
	#area1 + div.contents_btn01{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 700px){
	a[id^="area"] + div > .content_wrapper {
		max-width: 500px !important;
	}
	a[id^="area"] + div.contents_btn01 a,
	a[id^="area"] + div.contents_btn01 a:nth-child(2n),
	a[id^="area"] + div.contents_btn01 a:last-child{
		width: 70%!important;
		margin-left: 8px;
		margin-bottom: 20px;
	}
	a[id^="area"] + div.contents_btn01 a span {
		font-size: 1.8rem;
		padding: 10px;
	}
}