@charset "UTF-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01.メインビジュアル
　02.施工事例
　03.共通パーツ

******************************************************************************* */
/* ==

　01.メインビジュアル

=============================================================================== */
/* visualBlock
------------------------------------------------------------------------------- */
.visualBlock {
	background-image: url(/business/silver/casestudy/images/rn02/fullvisual_bg01.jpg);
	color: #fff;
}

/* ==

　02.施工事例

=============================================================================== */
.casestudyAnchorWrap {
	margin: 30px 0 95px;
}

.casestudyListWrap {
	margin: 0 0 250px;
}


#medicalfacility.slvrAnchorTarget,
#hospital.slvrAnchorTarget,
#clinic.slvrAnchorTarget,
#elderly.slvrAnchorTarget,
#nursinghome.slvrAnchorTarget {
	margin-bottom: 220px;
}

.casestudyHeading {
	margin-top: 0;
}

.casestudyMoreBtn {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	align-items: center;
	width: 565px;
	height: 70px;
	margin: 60px auto 0;
	padding: 0 calc(20px + 15px + 10px) 0 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-decoration: none;
	cursor: pointer;
}

.casestudyMoreBtn::before,
.casestudyMoreBtn::after {
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	width: 15px;
	height: 15px;
	content: "";
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.casestudyMoreBtn::before {
	left: calc(100% - 20px - 15px);
	width: 0;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Cpath d='M15 8H8v7H7V8H0V7h7V0h1v7h7v1z' fill='%23c80028' fill-rule='evenodd' /%3E%3C/svg%3E") no-repeat left center;
	background-size: 15px 15px;
}

.casestudyMoreBtn::after {
	right: 20px;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Cpath d='M15 8H8v7H7V8H0V7h7V0h1v7h7v1z' fill='%23000' fill-rule='evenodd' /%3E%3C/svg%3E") no-repeat right center;
	background-size: 15px 15px;
}

.casestudyMoreBtn:hover {
	color: #c80028;
}

.casestudyMoreBtn:hover::before {
	width: 15px;
}

.casestudyMoreBtn:hover::after {
	width: 0;
}

.casestudySlider {
	margin: 60px 0 120px;
}

.casestudySlider .slideArea {
	position: relative;
	width: calc(100% + 80px);
	min-width: 860px;
	margin-left: -40px;
	overflow: hidden;
}

.casestudySlider .slideArea .slideWrapper {
	position: relative;
	top: 0;
	left: 0;
}

.casestudySlider .slideArea .slideWrapper .slideVisual {
	display: none;
	padding: 0 40px;
	float: left;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 {
	display: -webkit-box;
	display: flex;
	max-width: 1120px;
	margin: 0 auto;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 div:first-child {
	width: 48.66%;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 div:first-child img {
	max-width: 100%;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 div:last-child {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	width: 51.33%;
	margin-right: 20px;
	padding-top: 25px;
	padding-bottom: 30px;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 h4 {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	margin: 0 0 25px;
	padding: 0 0 23px 45px;
	border-bottom: 2px solid #c80028;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 250%;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.38;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 .solutionCat01 {
	margin: 0 0 10px;
	padding: 0 0 0 45px;
	font-size: 133.33%;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 .solutionTxt01 {
	padding-left: 45px;
	font-size: 133.33%;
	line-height: 2;
}

.casestudySlider .slideArea .slideWrapper .slideVisual .solutionBlc01 .solutionLink01 {
	margin: auto 0 0;
	padding-left: 45px;
}

.casestudySlider .slideArea .slideController {
	font-size: 12px;
	line-height: 1;
}

.casestudySlider .slideArea .arwNav li {
	position: absolute;
	top: calc(((100% - 70px) / 2) - 17px);
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 1300px) {
	.casestudySlider .slideArea .arwNav li {
		width: 30px;
	}
}

.casestudySlider .slideArea .arwNav .prevBtn,
.casestudySlider .slideArea .arwNav .nextBtn {
	overflow: hidden;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 6.06 10.71'%3E%3Cpath d='M.35.35l5 5-5 5' fill='none' stroke='%23dcdcdc' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat right center;
	background-size: 18px 33px;
	text-indent: 105%;
	white-space: nowrap;
}

.casestudySlider .slideArea .arwNav .prevBtn {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media only screen and (max-width: 1300px) {
	.casestudySlider .slideArea .arwNav .prevBtn {
		left: 10px;
	}
}

.casestudySlider .slideArea .arwNav .nextBtn {
	right: 0;
}

@media only screen and (max-width: 1300px) {
	.casestudySlider .slideArea .arwNav .nextBtn {
		right: 10px;
	}
}

.casestudySlider .slideArea .thumbNav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 60px;
	text-align: center;
}

.casestudySlider .slideArea .thumbNav li {
	width: 40px;
	height: 4px;
	margin: 0 5px;
	overflow: hidden;
	background: #dcdcdc;
	text-indent: 105%;
	white-space: nowrap;
}

.casestudySlider .slideArea .thumbNav li.uiCurrent {
	height: 10px;
	background: #c80028;
}

.casestudySlider .slideArea div:after,
.casestudySlider .slideArea ul:after {
	display: block;
	height: 0;
	clear: both;
	content: '';
}

.casestudyLinkBlc01 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.casestudyHeading+.casestudyLinkBlc01 {
	margin-top: 0;
}

.casestudyLinkBlc01>div {
	width: calc((100% - 60px) / 3);
	margin: 30px 0 0;
}
.casestudyLinkBlc01::after {
	display: block;
	content:"";
	width: calc((100% - 60px) / 3);
}
.casestudyLinkBlc01::before{
  content:"";
  display: block;
	width: calc((100% - 60px) / 3);
  order:1;
}
.casestudyLinkBlc01>div:nth-of-type(-n+3) {
	margin-top: 0;
}
.casestudyLinkBlc01>div a {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-decoration: none;
}

.casestudyLinkBlc01>div a img {
	max-width: 100%;
	height: auto;
}

.casestudyLinkBlc01>div a:hover {
	background: #faf9f3;
}

.casestudyLinkBlc01>div a:hover .casestudyLinkBlcTxt02 {
	color: #c80028;
}

.casestudyLinkBlc01>div a:hover .casestudyLinkBlcTxt02::before {
	width: 32px;
}

.casestudyLinkBlc01>div a:hover .casestudyLinkBlcTxt02::after {
	width: 0;
}

.casestudyLinkBlc01>div a>div {
		min-height: 0%;
}

.casestudyLinkBlcTxt01 {
	margin: 18px 0 0;
	color: #666;
	font-size: 133.33%;
	line-height: 1.2;
}
.casestudyLinkBlcTxt02{
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-height: 85px;
	margin: -5px 0 0;
	padding: 0 calc(20px + 32px + 20px) 0 0;
	border-bottom: 1px solid #dcdcdc;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 166.66%;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.casestudyLinkBlcTxt02::before,
.casestudyLinkBlcTxt02::after {
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	width: 32px;
	height: 6px;
	content: "";
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.casestudyLinkBlcTxt02::before {
	left: calc(100% - 20px - 32px);
	width: 0;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 6'%3E%3Cpolyline points='25 0.35 30 5.35 0 5.35' fill='none' stroke='%23c80028' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat left center;
	background-size: 32px 6px;
}

.casestudyLinkBlcTxt02::after {
	right: 20px;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 6'%3E%3Cpolyline points='25 0.35 30 5.35 0 5.35' fill='none' stroke='%23222222' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat right center;
	background-size: 32px 6px;
}


/* ==

　03.共通パーツ

=============================================================================== */

/* caseMt01
------------------------------------------------------------------------------- */
.caseMt01 {
	margin-top: 60px;
}

/* caseBlocks01
------------------------------------------------------------------------------- */
.caseBlocks01 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 820px;
	margin: 50px 0 0;
}

.caseBlocks01>div {
	width: 400px;
	margin: 20px 0 0;
}

.caseBlocks01 img {
	max-width: 100%;
	height: auto;
}

.caseBlocks01 p {
	margin: 15px 0 0;
	color: #666;
}

/* caseLink01
------------------------------------------------------------------------------- */
.caseLink01 {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 21px calc(20px + 32px + 20px) 22px 20px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.caseLink01-w1 {
	max-width: 820px;
}

.caseLink01::before,
.caseLink01::after {
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	width: 32px;
	height: 6px;
	content: "";
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.caseLink01::before {
	left: calc(100% - 20px - 32px);
	width: 0;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 6'%3E%3Cpolyline points='25 0.35 30 5.35 0 5.35' fill='none' stroke='%23c80028' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat left center;
	background-size: 32px 6px;
}

.caseLink01::after {
	right: 20px;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 6'%3E%3Cpolyline points='25 0.35 30 5.35 0 5.35' fill='none' stroke='%23222222' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat right center;
	background-size: 32px 6px;
}

.caseLink01:hover {
	color: #c80028;
}

.caseLink01:hover::before {
	width: 32px;
}

.caseLink01:hover::after {
	width: 0;
}

.caseLink01[target="_blank"] {
	padding: 21px calc(20px + 16px + 20px) 22px 20px;
}

.caseLink01[target="_blank"]::before,
.caseLink01[target="_blank"]::after {
	top: calc(50% - 6px);
	width: 16px;
	height: 12px;
}

.caseLink01[target="_blank"]::before {
	left: calc(100% - 20px - 16px);
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 12'%3E%3Cpath fill='%23c80028' d='M15 8H4V0h12v8h-1zm0-7H5v6h10V1zM1 11h10v-1h1v2H0V4h2v1H1v6z' /%3E%3C/svg%3E") no-repeat left center;
	background-size: 16px 12px;
}

.caseLink01[target="_blank"]::after {
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 12'%3E%3Cpath fill='%23222222' d='M15 8H4V0h12v8h-1zm0-7H5v6h10V1zM1 11h10v-1h1v2H0V4h2v1H1v6z' /%3E%3C/svg%3E") no-repeat right center;
	background-size: 16px 12px;
}

.caseLink01[target="_blank"]:hover::before {
	width: 16px;
}

.caseLink01[target="_blank"]:hover::after {
	width: 0;
}