/* ==================================================
+ 事例紹介専用パーツ
-------------------------------------------------- */
/* ページ内リンク
-------------------------------------------------- */
.oCasesJump{
	margin: 4.5rem 0 0;
}
.oSctA + .oCasesJump{
	margin-top: 6.3rem;
}
.oCasesJump > ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.oCasesJump > ul > li > a{
	background: var(--color-green-500);
	color: var(--color-white);
	text-decoration: none;
	display: grid;
	justify-content: center;
	justify-items: center;
	text-align: center;
	padding: 1.8rem 2rem 2rem;
	font-size: 1.8rem;
	line-height: calc(28 / 18);
	font-weight: 700;
}
.oCasesJump > ul > li > a::after{
	content: '';
	display: block;
	width: 1.3rem;
	height: 2rem;
	transform: rotate(90deg);
	background: transparent var(--ico-arw) no-repeat center center / contain;
	color: inherit;
	transform-origin: center center;
	margin-top: 1.6rem;
}
.oCasesJump > ul > li.vUp > a::after{
	transform: rotate(-90deg);
}
.oCasesJump > ul > li:nth-child(2) > a{
	background: var(--color-green-700);
	color: var(--color-white);
}
.oCasesJump_label{
	display: block;
	background: var(--color-white);
	color: var(--color-green-700);
	border-radius: 4rem;
	font-weight: 700;
	padding: 0.3rem 1.5rem 0.2rem;
}
.oCasesJump_txt{
	display: block;
	margin-top: 1.5rem;
}
.oCasesJump + .oGotop{
	margin-top: 9rem;
}
@media (min-width: 48em) {
	.oCasesJump{
		margin: 5.3rem auto 0;
		width: 100%;
		max-width: 128rem;
		padding: 0 2rem;
	}
	.oSctA + .oCasesJump{
		margin-top: 8.3rem;
	}
	.oCasesJump > ul{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		height: 100%;
	}
	.oCasesJump > ul > li > a{
		padding: 1.9rem 3.5rem 5.7rem;
		font-size: 2.4rem;
		line-height: calc(36 / 24);
		position: relative;
		height: 100%;
		align-content: start;
	}
	.oCasesJump > ul > li > a::after{
		width: 1.7rem;
		height: 2.7rem;
		margin: 0;
		position: absolute;
		right: 3.5rem;
		bottom: 2rem;
	}
	.oCasesJump_label{
		border-radius: 2.2rem;
		padding: 0.5rem 2.4rem 0.4rem;
	}
	.oCasesJump_txt{
		margin-top: 1.5rem;
	}
	.oCasesJump + .oGotop{
		margin-top: 7.4rem;
	}
}

/* 事例紹介セット
-------------------------------------------------- */
.oCasesSet{
	margin: 4rem 0 0;
	padding: 0 2rem;
}
.oCasesSet_box{
	padding:1rem 3rem 5rem;
	border:6px solid #dcdcdc;
	border-radius:3rem;
}
.oCasesSet_hd{
	border: 0.4rem solid var(--color-green-700);
	border-radius: 0.1rem;
	display: grid;
	justify-items: center;
	padding: 0 0 1.5rem;
}
.oCasesSet_hd_label{
	display: block;
	padding: 0.8rem 3rem 1.3rem;
	background: var(--color-green-700);
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: 700;
}
.oCasesSet_hd_txt{
	margin-top: 1.5rem;
	font-size: 1.8rem;
	line-height: calc(28 / 18);
	font-weight: 700;
	text-align: center;
}
.oCasesSet_summary{
	margin-top: 3rem;
}
.oCasesSet_summary_img{
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
}
.oCasesSet_summary_info{
	margin-top: 3.7rem;
}
.oCasesSet_summary_info_logo{
	width: 100%;
	max-width: 20rem;
}
.oCasesSet_summary_info_name{
	margin: 1.2rem 0 0;
	font-size: 2rem;
	font-weight: 700;
}
.oCasesSet_summary_info_data{
	margin-top: 2rem;
}
.oCasesSet_summary_info_data_row:nth-child(n+2){
	border-top: 1px dashed var(--color-gray-400);
	margin-top: 1.2rem;
	padding-top: 1.2rem;
}
.oCasesSet_summary_info_data_row > dt,
.oCasesSet_summary_info_data_row > dd{
	display: inline;
	font-size: 1.6rem;
	line-height: calc(30 / 16);
	background: transparent;
	color: var(--color-black);
	margin: 0;
	padding: 0;
}
.oCasesSet_summary_info_data_row > dt{
	background: transparent;
	color: var(--color-red-700);
	font-weight: 700;
	margin-right: 1em;
}
.oCasesSet_sct{
	margin-top: 4.5rem;
}
.oCasesSet_sct_hd{
	font-size: 1.8rem;
	line-height: calc(24 / 18);
	background: transparent;
	color: var(--color-green-700);
	font-weight: 700;
	margin:6rem 0 3rem;
	padding: 0;
}
.oCasesSet_sct_hd::after{
	content: '';
	display: block;
	margin-top: 1.1rem;
	width: 100%;
	height: 0.4rem;
	border-radius: 0.2rem;
	background: var(--color-green-700);
	color: inherit;
}
.oCasesSet_sct_txt{
	margin-top: 1.4rem;
	font-size: 1.6rem;
	line-height: calc(34 / 16);
	background: transparent;
	color: var(--color-black-700);
}
.oCasesSet_ph_img{
	width:100%;
	margin:3rem auto;
	overflow: hidden;
	font-size: 1.3rem;
}
.oCasesSet_ph_img img{
	margin-bottom:1rem;
}
.note_01{
	font-size:1.4rem;
	font-weight:normal
}

.oCasesSet_sct_info{
	background:#ecf7ed;
	margin-top:5rem;
	padding: 1rem 3rem;
	font-size:1.7rem;
	border-radius: 1rem;
}

@media (min-width: 48em) {
	.oCasesSet{
		margin: 5rem auto 0;
		width: 100%;
		max-width: 128rem;
	}
	.oCasesSet_box{
		padding:2rem 10rem 10rem;
	}
	.oCasesSet_hd{
		grid-template-columns: auto 1fr;
		justify-items: start;
		padding: 0;
	}
	.oCasesSet_hd_label{
		display: grid;
		padding: 1.5rem 3rem;
		font-size: 2.4rem;
		align-items: center;
		height: 100%;
	}
	.oCasesSet_hd_txt{
		margin-top: 0;
		padding: 1.5rem 3rem;
		font-size: 3.2rem;
		text-align: left;
	}
	.oCasesSet_summary{
		margin-top: 3rem;
		display: grid;
		grid-template-columns: calc(510 / 1240 * 100%) 1fr;
		gap: 0 calc(60 / 1240 * 100%);
		align-items: start; 
	}
	.oCasesSet_summary_info{
		margin-top: 0;
		padding-top: 0.7rem;
	}
	.oCasesSet_summary_info_logo{
		max-width: 22.5rem;
	}
	.oCasesSet_summary_info_name{
		margin-top: 0.9rem;
		font-size: 2.4rem;
	}
	.oCasesSet_summary_info_data{
		margin-top: 2.6rem;
	}
	.oCasesSet_summary_info_data_row:nth-child(n+2){
		margin-top: 1.2rem;
		padding-top: 1.2rem;
	}
	.oCasesSet_sct{
		margin-top: 3.5rem;
	}
	.oCasesSet_sct_hd{
		font-size: 2.6rem;
	}
	.oCasesSet_sct_hd::after{
		margin-top: 1.3rem;
		height: 0.6rem;
		border-radius: 0.3rem;
	}
	.oCasesSet_sct_txt{
		margin-top: 1.7rem;
	}

	.oCasesSet_ph_img{
		width:70%;
		text-align:center;
	}
}