@charset "Shift_JIS";


#s_case {
  color: #000;
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
	#s_case { background-color: #ffffff; }
}

.caseBranding {
	width: 100%;
	height: 340px;
	background: url("/solution/case/01/images/bg_branding.png") right center no-repeat;
	background-size: auto 340px;
}
.caseBrandingIn {
	max-width: 1275px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px 0 15px;
	box-sizing: border-box!important;
}
.caseBranding h1 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 0 5%;
	line-height: 160%;
	font-family: 'Noto Serif JP', "游明朝", YuMincho , serif;
	font-size: 2.375rem;
	font-weight: 400;
	color: #2A4663;
}
.caseStudyTitle {
	position: relative;
	display: inline-block;
	max-width: 530px;
	width: 95%;
	margin-left: 5%;
	padding-bottom: 12px;
	font-family: 'Lora', serif;
	font-size: 1.125rem;
	color: #2A4663;
}
.caseStudyTitle::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	background-color: #bebebe;
}
.caseStudyTitle::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 25px;
	height: 2px;
	background-color: #e60027;
}
.spOnly { display: none; }
@media screen and (max-width: 995px) {
	.caseBranding {
		width: 100%;
		height: 340px;
		background: url("/solution/case/01/images/bg_branding.png") 50px center no-repeat;
		background-size: auto 340px;
	}
}
@media screen and (max-width: 767px) {
	.spOnly { display: block; }
	.caseBranding h1 {
		padding: 0 0 0 9px;
		font-size: 1.6875rem;
	}
	.caseStudyTitle { margin-left: 9px; }
}

.s_caseSection {
	max-width: 995px;
	width: 100%;
	margin: 0 auto;
	padding: 90px 15px 0 15px;
	box-sizing: border-box!important;
}
.caseFirstText {
	font-size: 1.125rem!important;
	line-height: 200%!important;
}

.caseTitle01 {
	margin: 0 0 30px 0;
	padding: 0;
	background: none;
	line-height: 160%;
	font-family: 'Noto Serif JP', "游明朝", YuMincho , serif;
	font-size: 1.625rem;
	font-weight: 400;
	color: #2A4663;
}
.caseText01 {
	font-size: 1rem;
	line-height: 180%;
}
.s_caseSection .caseText01 { margin-bottom: 1rem; }
.s_caseSection .caseText01:last-child { margin-bottom: 0; }
@media screen and (max-width: 995px) {
	.w965over { display: none; }
}
@media screen and (max-width: 767px) {
	.s_caseSection { padding: 45px 24px 0 24px; }
	.caseFirstText {
		font-size: 1.0625rem!important;
		line-height: 160%!important;
	}
	.caseTitle01 {
		margin: 0 0 15px 0!important;
		font-size: 1.375rem;
	}
	.caseText01 { font-size: 0.875rem; }
}


.case01AncList {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.case01AncList::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	transition: left 0.5s, opacity 0.3s;
	opacity: 0;
}
.case01AncList.onNum01::before { left: calc(16.6666666% - 25px); background-color: #707070; opacity: 1; }
.case01AncList.onNum02::before { left: calc(49.9999999% - 25px); background-color: #707070; opacity: 1; }
.case01AncList.onNum03::before { left: calc(83.3333333% - 25px); background-color: #707070; opacity: 1; }


.case01AncList > li {
	position: relative;
	float: left;
	width: 33.33333333%;
	box-sizing: border-box;
}
.case01AncList > li:first-child::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0px;
	width: 1px;
	height: 22px;
	background-color: #2A4663;
}
.case01AncList > li::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0px;
	width: 1px;
	height: 22px;
	background-color: #2A4663;
}
.case01AncList > li > a {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 12px;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	font-family: 'Noto Serif JP', "游明朝", YuMincho , serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: #2A4663;
}
@media screen and (max-width: 767px) {
	.case01AncList::before { display: none; }
	.case01AncList > li {
		float: none;
		width: 100%;
		border-bottom: solid 1px #e2e2e2;
	}
	.case01AncList > li:first-child { border-top: solid 1px #e2e2e2; }
	.case01AncList > li::before,.case01AncList > li::after { display: none; }
	.case01AncList > li > a {
		position: relative;
		padding-top: 10px;
		padding-bottom: 25px;
		font-size: 1.125rem;
	}
	.case01AncList > li > a::before {
		content: "";
		position: absolute;
		bottom: 8px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -5px;
		border-style: solid;
		border-width: 7px 5px 0 5px;
		border-color: #e2e2e2 transparent transparent transparent;
		transition: 0.2s;
	}
	.case01AncList > li > a:hover::before { border-color: #b4b4b4 transparent transparent transparent; }

}


#corp.third.case01 .bgWhite {
	top: 0;
	padding-bottom: 0;
}
#corp.third.case01 .bgWhite::before {
	width: 100%;
	height: 100%;
}
#corp.third.case01 .relation { margin: 0 0 36px; }


/* clearFix
=========================================================================================== */
.case01AncList:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .case01AncList { zoom: 1; }