@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* 絞り込み
------------------------------------------------------------------------------- */
.caseFilter01 {
	margin: 0 0 44px;
}
.caseFilter01_tit {
	line-height: 1.6;
	margin: 0 0 17px;
	font-size: 150%;
	font-weight: 700;
}
.caseFilter01_block {
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	margin: 12px 0 0;
}
.caseFilter01_stit {
	position: relative;
	width: 150px;
	line-height: 38px;
	padding: 0 0 0 39px;
	font-size: 134%;
	font-weight: 500;
	box-sizing: border-box;
}
.caseFilter01_stit::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.caseFilter01_stit-t1::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_tag01.svg);
}
.caseFilter01_stit-t2::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_tag02.svg);
}
.caseFilter01 sup {
	line-height: 1;
	font-size: 65%;
	vertical-align: 0.2em;
}
.caseFilter01_list {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	font-size: 134%;
	font-weight: 400;
	letter-spacing: -0.5em;
}
.caseFilter01_item {
	display: inline-block;
	line-height: 34px;
	margin: 0 10px 0 0;
	padding: 0 20px 2px;
	border: 1px solid #ccc;
	border-radius: 20px;
	vertical-align: top;
	letter-spacing: normal;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.caseFilter01_item-select {
	border-color: #CC3B33;
	background-color: #CC3B33;
	color: #fff;
	cursor: default;
}
/* 事例一覧
------------------------------------------------------------------------------- */
.caseList01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -20px 0 0;
}
.caseList01-show {
	animation: caseShow .2s forwards;
}
@keyframes caseShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.caseList01::after {
	content: "";
	width: 32.412%;
	max-width: 402px;
}
.caseList01_item {
	width: 32.412%;
	max-width: 402px;
	margin: 20px 0 0;
	background-color: #F5F4F0;
	box-sizing: border-box;
}
.caseList01_item {
	display: none;
}
.caseList01_item:nth-child(1),
.caseList01_item:nth-child(2),
.caseList01_item:nth-child(3),
.caseList01_item:nth-child(4),
.caseList01_item:nth-child(5),
.caseList01_item:nth-child(6) {
	display: block;
}
.caseList01_wrap {
	display: block;
	padding: 6%;
	text-decoration: none;
}
.caseList01_wrap.fnFade:hover {
	opacity: 0.8;
}
.caseList01_img {
	display: block;
}
.caseList01_info {
	margin: 15px 0 0;
}
.caseList01_tit {
	line-height: 1.6;
	margin: 0 0 14px;
	color: #1D222C;
	font-size: 150%;
	font-weight: 700;
}
.caseList01_tag1 {
	padding: 2px 0 0;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: -0.5em;
}
.caseList01_ico {
	display: inline-block;
	position: relative;
	line-height: 31px;
	margin: 10px 10px 0 0;
	padding: 0 15px 3px 40px;
	border-radius: 20px;
	color: #CC3B33;
	background-color: #fff;
	vertical-align: top;
	letter-spacing: normal;
}
.caseList01_ico sup {
	line-height: 1;
}
.caseList01_ico::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 22px;
	height: 22px;
	margin: -12px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.caseList01_ico-t1::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_tag01.svg);
}
.caseList01_ico-t2::before {
	background-image: url(/tochikatsu/d-room/common/images/rn03/svg/ico_tag02.svg);
}
.caseList01_tag2 {
	padding: 2px 0 0;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: -0.5em;
}
.caseList01_tag2 li {
	display: inline-block;
	position: relative;
	line-height: 31px;
	margin: 10px 10px 0 0;
	padding: 0 15px 3px;
	border-radius: 20px;
	background-color: #E5E4E0;
	vertical-align: top;
	letter-spacing: normal;
}
.caseExpand01 {
	line-height: 1;
	margin: 60px 0 0;
	color: #CC3B33;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
}
.caseExpand01-hide {
	display: none;
}
.caseExpand01 span {
	display: inline-block;
	cursor: pointer;
}
.caseExpand01::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 0 10px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw10.svg) center center no-repeat;
	vertical-align: -0.3em;
}
.caseList01_none {
	width: 100%;
	padding: 50px 0;
	font-size: 167%;
	font-weight: 700;
	text-align: center;
}
/* 事例詳細
------------------------------------------------------------------------------- */
.caseBlock01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.caseBlock01_img {
	width: 66.21%;
	max-width: 821px;
}
.caseBlock01_info {
	width: 28.951%;
}
.caseBlock01_link {
	color: #CC3B33;
}
.caseBlock02 {
	max-width: 800px;
	margin: 90px auto;
}
.caseBlock02_tit {
	line-height: 1.6;
	margin: 0 0 24px;
	font-size: 200%;
	font-weight: 700;
}
.caseBlock03 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 70px 0;
}
.caseBlock03_item {
	width: 49.355%;
	max-width: 612px;
}
.caseBlock03_img {
	display: block;
}
.caseBlock03_txt {
	line-height: 1.6;
	margin: 14px 0 0;
	font-size: 100%;
	font-weight: 400;
}
.caseData01 {
	width: 100%;
	border-top: 1px solid #E5E4E0;
}
.caseData01 th {
	width: 85px;
	line-height: 1.6;
	padding: 15px 5px 13px;
	font-size: 134%;
	font-weight: 700;
	border-bottom: 1px solid #E5E4E0;
}
.caseData01 td {
	line-height: 1.6;
	padding: 15px 5px 13px;
	font-size: 134%;
	font-weight: 400;
	border-bottom: 1px solid #E5E4E0;
}
.caseData01-busy th {
	padding: 8px 5px 7px;
	font-size: 125%;
}
.caseData01-busy td {
	padding: 8px 5px 7px;
	font-size: 125%;
}
.caseTag01 {
	margin: 14px 0 0;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: -0.5em;
}
.caseTag01 li {
	display: inline-block;
	position: relative;
	line-height: 28px;
	margin: 10px 10px 0 0;
	padding: 0 17px 3px;
	border-radius: 20px;
	background-color: #E5E4E0;
	vertical-align: top;
	letter-spacing: normal;
}
.caseHeading01 {
	line-height: 1.5;
	margin: 20px 0 10px;
	font-size: 134%;
	font-weight: 700;
}
.caseHeading01:first-child {
	margin-top: 0;
}
.caseHeading02 {
	line-height: 1.75;
	margin: 0 0 15px;
	font-size: 134%;
	font-weight: 700;
}
/* リスト
------------------------------------------------------------------------------- */
.caseList02 {
	line-height: 1.6;
	font-size: 117%;
	font-weight: 400;
}
.caseList02 li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 17px;
}
.caseList02 li:first-child {
	margin-top: 0;
}
.caseList02 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #000;
}