@charset "UTF-8";

#case-study-list {
	padding-block: 88px;
}
#case-study-list .logos {
	height: 50px;
	margin-bottom: 64px;
}
#case-study-list .logos ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#case-study-list .logos ul li {
	position: absolute;
	left: 0;
	top: 0;
}
#case-study-list .filter {
	width: 960px;
	background: #F5F5F7;
	margin-inline: auto;
	border: 1px solid rgba(5, 41, 70, 0.08);
	border-radius: 16px;
	padding: 24px 32px;
	box-sizing: border-box;
	margin-bottom: 64px;
}
#case-study-list .filter h3 {
	padding-left: 40px;
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	margin-block: 0;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
#case-study-list .filter.js-open h3 {
	margin-bottom: 12px;
}
#case-study-list .filter h3::before {
	content: '';
	display: block;
	height: 2px;
	width: 16px;
	background: #0083E1;
	position: absolute;
	top: 12px;
	left: 4px;
}
#case-study-list .filter h3::after {
	content: '';
	display: block;
	height: 16px;
	width: 2px;
	background: #0083E1;
	position: absolute;
	top: 5px;
	left: 11px;
}
#case-study-list .filter.js-open h3::after {
	content: none;
}
#case-study-list .filter .drawer {
	display: none;
}
#case-study-list .filter dl {
	padding-left: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#case-study-list .filter dl dt {
	width: 96px;
	color: rgba(5, 41, 70, 0.5);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding-block: 12px;
}
#case-study-list .filter dl dd {
	width: 744px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	padding-block: 12px;
	margin: 0;
	position: relative;
}
#case-study-list .filter dl dd::after {
	content: '';
	display: block;
	width: calc(100% + 112px);
	height: 1px;
	background: rgba(0, 0, 0, 0.04);
	position: absolute;
	bottom: 0;
	right: 0;
}
#case-study-list .filter dl dd:last-child:after {
	content: none;
}
#case-study-list .filter dl dd label {
	border: 1px solid rgba(5, 41, 70, 0.12);
	background: #fff;
	border-radius: 6px;
	padding: 7px 12px 8px 8px;
	color: rgba(5, 41, 70, 0.7);
	font-weight: 400;
	font-size: 12px;
	box-sizing: border-box;
	cursor: pointer;
}
#case-study-list .filter dl dd label:has(:checked) {
	background-color: #0B6FB8;
	border: none;
	color: #fff;
}
#case-study-list .filter dl dd label:has(:checked)::before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	background: url(../images/common/ic_check.svg) no-repeat center;
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
#case-study-list .filter dl dd label input {
	display: none;
}
#case-study-list .filter .buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}
#case-study-list .filter .buttons input {
	appearance: none;
	border-radius: 8px;
	padding: 12px 20px 11px;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
}
#case-study-list .filter .buttons input[type="reset"] {
	border: 1px solid rgba(103, 125, 142, 0.5);
	background: #fff;
	color: #405361;
}
#case-study-list .filter .buttons input[type="button"] {
	border: 1px solid rgba(5, 41, 70, 0.12);
	background: #0083E1;
	color: #fff;
}
#case-study-list .list {
	width: 960px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-inline: auto;
}
#case-study-list .list>a {
	display: block;
	position: relative;
}
#case-study-list .list>a>* {
	position: relative;
}
#case-study-list .list>a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 16px;
	transition: 0.3s;
}
#case-study-list .list>a:hover::before {
	background: linear-gradient(90deg, #0B6FB8 0%, #1F8CCC 100%);
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	border-radius: 22px;
}
#case-study-list .list>a,
#recommend-case .list>a.border>div {
	margin-bottom: 64px;
	width: 460px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	box-sizing: border-box;
	text-decoration: none;
}
#case-study-list .list>a>figure,
#recommend-case .list>a.border>div>figure {
	margin: 0;
	font-size: 0;
}
#case-study-list .list>a>figure img,
#recommend-case .list>a.border>div>figure img {
	border-radius: 16px 16px 0 0;
	object-fit: cover;
	width: 100%;
	height: 200px;
}
#case-study-list .list>a>div {
	padding: 32px;
	position: relative;
	background: #fff;
	border-radius: 0 0 16px 16px;
}
#case-study-list .list>a>div figure,
#recommend-case .list>a.border>div>div figure {
	margin: 0;
	position: absolute;
	top: -56px;
	right: 24px;
	border: 4px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	font-size: 0;
}
#case-study-list .list>a>div figure img,
#recommend-case .list>a.border>div>div figure img {
	border-radius: 4px;
	width: 144px;
	height: 64px;
	object-fit: cover;
}
#case-study-list .list>a>div h3 {
	color: #052946;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	margin-block: 0 12px;
	height: 56px;	
}
#case-study-list .list>a>div h3 a {
	color: #052946;
	text-decoration: none;
}
#case-study-list .list>a>div .category {
	height: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 24px;
}
#case-study-list .list>a>div .category span,
#case-study-detail .cols>div:last-child .category span,
#recommend-case .list>a.border>div>div .category span {
	border-radius: 36px;
	padding: 2px 8px 4px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-right: 4px;
}
#case-study-list .list>a>div .category span.device-cloud,
#case-study-detail .cols>div:last-child .category span.device-cloud,
#recommend-case .list>a.border>div>div .category span.device-cloud {
	background: #3D9AF7;
}
#case-study-list .list>a>div .category span.agile-qa,
#case-study-detail .cols>div:last-child .category span.agile-qa,
#recommend-case .list>a.border>div>div .category span.agile-qa {
	background: #5ACFB5;
}
#case-study-list .list>a>div h4 {
	margin-block: 0 8px;
	color: #052946;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.04em;
}
#case-study-list .list>a>div dl,
#case-study-detail .cols>div:last-child dl,
#recommend-case .list>a.border>div>div dl {
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
}
#case-study-list .list>a>div dl dt,
#case-study-detail .cols>div:last-child dl dt,
#recommend-case .list>a.border>div>div dl dt {
	width: 80px;
	color: rgba(5, 41, 70, 0.5);
}
#case-study-list .list>a>div dl dd,
#case-study-detail .cols>div:last-child dl dd,
#recommend-case .list>a.border>div>div dl dd {
	width: 304px;
	color: #052946;
	margin-bottom: 8px;
	margin-left: 0;
}
#case-study-list .list>a>div dl dd:last-child,
#case-study-detail .cols>div:last-child dl dd:last-child,
#recommend-case .list>a.border>div>div dl dd:last-child {
	margin-bottom: 0;
}
/* detail */
#case-study-detail {
	padding-block: 88px;
}
#case-study-detail figure.kv {
	width: 720px;
	margin-inline: auto;
	margin-bottom: 33px;
	font-size: 0;
}
#case-study-detail figure.kv iframe {
	aspect-ratio: 16 / 9;
}
#case-study-detail figure.kv iframe,
#case-study-detail figure.kv img {
	border: 1px solid rgba(0, 0, 0, 0.08);
	width: 100%;
	height: auto;
	border-radius: 8px;
}
#case-study-detail>h3 {
	width: 720px;
	margin-inline: auto;
	color: #052946;
	font-weight: 700;
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 33px;	
}
#case-study-detail .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 720px;
	margin-inline: auto;
	margin-bottom: 64px;
}
#case-study-detail .cols>div:first-child figure {
	margin: 0;
	border: 4px solid rgba(0, 0, 0, 0.08);
	font-size: 0;
	border-radius: 8px;
}
#case-study-detail .cols>div:first-child figure img {
	border-radius: 4px;
	width: 144px;
	height: 64px;
	object-fit: cover;
}
#case-study-detail .cols>div:last-child {
	width: 536px;
}
#case-study-detail .cols>div:last-child .category {
	margin-bottom: 16px;
}
#case-study-detail .cols>div:last-child h4 {
	margin-block: 0 8px;
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.04em;
}
#case-study-detail .cols>div:last-child dl dd {
	width: 444px;
}
#case-study-detail .body {
	width: 640px;
	margin-inline: auto;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 64px;
}
#case-study-detail .body .intro {
	background: #F5F5F5;
	padding: 25px 32px;
	border-radius: 8px;
	position: relative;
	margin-bottom: 64px;
}
#case-study-detail .body .intro::before {
	content: '';
	display: block;
	width: 56px;
	height: 4px;
	background: #052946;
	position: absolute;
	left: 32px;
	top: 0;
}
#case-study-detail .body .intro h4 {
	color: #052946;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	margin-block: 0 17px;	
}
#case-study-detail .body .intro p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-block: 0 17px;
}
#case-study-detail .body .intro p:last-child {
	margin-bottom: 0;
}
#case-study-detail .body .intro p a {
	color: #0071C1;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-decoration: none;
}
#case-study-detail .body .summary {
	border: 1px solid rgba(5, 41, 70, 0.2);
	padding: 24px 32px;
	border-radius: 8px;
	margin-bottom: 64px;
}
#case-study-detail .body .summary h4 {
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-block: 0 16px;
}
#case-study-detail .body .summary h4::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 4px;
	background: #0B6FB8;
	vertical-align: 2px;
}
#case-study-detail .body .summary p {
	color: #052946;
	margin-block: 0 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}
#case-study-detail .body .summary p:last-child {
	margin-bottom: 0;
}
#case-study-detail .body .interview-collaborator {
	margin-bottom: 64px;
	color: #222;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
#case-study-detail .body .body-content {
	margin-bottom: 64px;
}
#case-study-detail .body .body-content h1 {
	color: #052946;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	margin-block: 0 24px;	
}
#case-study-detail .body .body-content h1::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 24px;
	border-radius: 5px;
	background: #0B6FB8;
	vertical-align: 6px;
}
#case-study-detail .body .body-content h2 {
	border-left: 4px solid #0B6FB8;
	padding-left: 8px;
	color: #0B6FB8;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-block: 0 24px;	
}
#case-study-detail .body .body-content h3 {
	color: #052946;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-block: 0 24px;
}
#case-study-detail .body .body-content h3::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 4px;
	background: #0B6FB8;
	vertical-align: 2px;
}
#case-study-detail .body .body-content ul,
#case-study-detail .body .body-content ol,
#case-study-detail .body .body-content p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-block: 0 24px;
}
#case-study-detail .body .body-content ul,
#case-study-detail .body .body-content ol {
	padding-left: 20px;
}
#case-study-detail .body .body-content strong {
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
}
#case-study-detail .body .body-content a {
	color: #0071C1;
	text-decoration: underline;
	font-weight: 700;
	letter-spacing: 0.04em;	
}
#case-study-detail .body .body-content .interview {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
	line-height: 32px;
}
#case-study-detail .body .body-content .interview>div:nth-child(2n+1) {
	color: rgba(5, 41, 70, 0.5);
	font-weight: 700;
	width: 120px;
}
#case-study-detail .body .body-content .interview>div:nth-child(2n) {
	width: 496px;
	margin-block: 0 24px;
}
#case-study-detail .body .body-content .interview>div:nth-child(2n) p {
	margin-block: 0 24px;
	color: #052946;
	font-weight: 400;
}
#case-study-detail .body .body-content figure {
	margin: 0 -80px 24px;
	text-align: center;
	font-size: 0;
}
#case-study-detail .body .body-content figure img {
	max-width: 800px;
	height: auto;
}
#case-study-detail .body .body-content img {
	max-width: 100%;
	height: auto;
}
#case-study-detail .body .body-content img.aligncenter {
	margin-inline: auto;
	margin-bottom: 20px;
	display: block;
}
#case-study-detail .body .body-content img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#case-study-detail .body .body-content img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#case-study-detail .body .body-content>:last-child {
	margin-bottom: 0;
}
#case-study-detail .body .speaker {
	margin-bottom: 64px;
}
#case-study-detail .body .speaker h4 {
	border-left: 4px solid #0B6FB8;
	padding-left: 8px;
	color: #0B6FB8;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-block: 0 24px;	
}
#case-study-detail .body .speaker p {
	color: #052946;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	margin-block: 0 24px;
}
#case-study-detail .body .interview-date {
	margin-bottom: 64px;
	color: #222;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
#case-study-detail .sns {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 64px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
#case-study-detail .wp_social_bookmarking_light_clear {
	display: none;
}
#case-study-detail .return-back {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	width: 640px;
	padding-bottom: 64px;
	margin: 0 auto 64px;
}
#agile-qa {
	background: #3996F8 url(../images/rtktop/agile_bg.png) no-repeat right bottom;
	padding-block: 88px;
}
#agile-qa h2 {
	padding-block: 30px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	margin-block: 0 64px;
}
#agile-qa h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	font-size: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#agile-qa .cols {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 960px;
	margin-inline: auto;
}
#agile-qa .cols figure {
	width: 552px;
	font-size: 0;
	margin: 0;
}
#agile-qa .cols>div {
	width: 360px;
}
#agile-qa .cols>div h3 {
	margin-block: 0 24px;
	color: #FFF;
	font-weight: 700;
	font-size: 28px;
	line-height: 44px;
	letter-spacing: 0.04em;
}
#agile-qa .cols>div p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin-block: 0 24px;
}
#agile-qa .link a {
	margin: 0 auto;
	border: 1px solid rgba(10, 31, 35, 0.2);
	background: #fff;
	border-radius: 120px;
	box-sizing: border-box;
	padding: 16px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0071C1;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.04em;
	width: 320px;
	height: 72px;
	text-decoration: none;
}
#recommend-case {
	padding-block: 64px;
	width: 960px;
	margin-inline: auto;
	margin-bottom: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#recommend-case h2 {
	border-left: 4px solid #0B6FB8;
	padding-left: 8px;
	color: #0B6FB8;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-block: 0 32px;	
}
#recommend-case .list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-inline: auto;
	gap: 24px;
}
#recommend-case .list>a.border {
	padding: 0;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	display: block;
}
#recommend-case .list>a.border::before {
	content: '';
	display: block;
	background: linear-gradient(90deg, #0B6FB8 0%, #1F8CCC 100%);
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	margin: auto;
	z-index: -1;
	transition: 0.3s;
	border-radius: 18px;
	opacity: 0;
}
#recommend-case .list>a.border:hover::before {
	opacity: 1;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}
#recommend-case .list>a.border>div {
	border-radius: 16px;
	background: #fff;
	width: 304px;
	margin-bottom: 0;
}
#recommend-case .list>a.border:hover>div {
	border-color: transparent;
	border: none;
}
#recommend-case .list>a.border>div>div {
	background: #fff url(../images/rtktop/case_quote.svg) no-repeat 19px top;
	border-radius: 0 0 16px 16px;
	position: relative;
	padding: 44px 24px 24px;
}
#recommend-case .list>a.border>div>div figure {
	left: 0;
	right: 0;
	top: -45px;
	margin: auto;
	width: fit-content;
}
#recommend-case .list>a.border>div>div .category {
	margin-bottom: 12px;
}
#recommend-case .list>a.border>div>div h3 {
	color: #052946;
	margin-block: 0 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}
#recommend-case .list>a.border>div>div h3 a {
	color: #052946;
}
#recommend-case .list>a.border>div>div h4 {
	color: #052946;
	margin-block: 0 4px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
}
#recommend-case .list>a.border>div>div dl dd {
	width: 164px;
}
#recommend-case .list>a.border>div>div .link {
	margin-top: 16px;
}
#recommend-case .list>a.border>div>div .link span {
	border-radius: 8px;
	padding: 12px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: 0.3s;
	color: #405361;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
}
#recommend-case .list>a.border:hover>div>div .link span {
	border: 1px solid rgba(5, 41, 70, 0.12);
	background: #0083E1;
	color: #fff;
}
#recommend-case .list>a.border>div>div .link span::after {
	content: '';
	display: inline-block;
	background: url(../images/rtktop/case_next.svg) no-repeat center;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}
#recommend-case .list>a.border:hover>div>div .link span::after {
	background-image: url(../images/rtktop/case_next_o.svg);
	text-decoration: none !important;
}
#mat-download {
	width: 960px;
	padding-block: 88px;
	margin-inline: auto;
	margin-bottom: 64px;
}
#mat-download h2 {
	color: #052946;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	margin-block: 0 36px;
}
#mat-download h2::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 24px;
	border-radius: 5px;
	background: #0B6FB8;
	vertical-align: 6px;
}
#mat-download .list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 48px;
}
#mat-download .list>div {
	width: 336px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
	border-radius: 16px;
}
#mat-download .list>div figure {
	margin-block: 0;
	font-size: 0;
}
#mat-download .list>div figure img {
	border-radius: 16px 16px 0 0;
}
#mat-download .list>div>div {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 24px;
	border-radius: 0 0 16px 16px;
}
#mat-download .list>div>div h3 {
	margin-block: 0 30px;
	height: 100px;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #052946;
}
#mat-download .list>div>div .link a {
	display: block;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 17px;
	color: #677D8E;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
}
#mat-download .list>div>div .link a::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background: url(../images/common/ic_arrow_right.svg) no-repeat center;
	vertical-align: 0;
}
#mat-download .more a {
	display: block;
	padding: 11px 12px 15px;
	position: relative;
	margin: auto;
	color: #0071C1;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: center;
	box-sizing: border-box;
	width: fit-content;
	text-decoration: none;
}
#mat-download .more a::after {
	content: '';
	display: block;
	height: 2px;
	background: #0071C1;
	position: absolute;
	bottom: 7px;
	right: 12px;
	left: 12px;
	margin: auto;
}
#mat-download .more a:focus {
	text-decoration: none !important;
}
#contact-form {
	background: #FAFAFA;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	width: 1200px;
	padding-block: 88px;
	margin-inline: auto;
	margin-bottom: 88px;
}
#contact-form>h2 {
	padding-block: 34px;
	text-align: center;
	color: #052946;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	position: relative;
	margin-block: 0 42px;
}
#contact-form>h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	font-size: 0;
	background: #0B6FB8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#contact-form>h2 span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #0B6FB8;
}
#contact-form>p {
	color: #052946;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-block: 0 48px;
}
#contact-form .contact-form {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	box-sizing: border-box;
	padding: 32px;
	box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.08), 0px 8px 12px rgba(0, 0, 0, 0.04);
}

/* pc */
@media print,screen and (min-width: 769px) {
}


/* sp */
@media only screen and (max-width: 1200px) {
	#contact-form {
		width: auto;
	}
}
@media only screen and (max-width: 1120px) {
}
@media only screen and (max-width: 1000px) {
	#case-study-list .filter {
		width: auto;
	}
	#case-study-list .filter dl dd {
		width: calc(100% - 120px);
	}
	#case-study-list .filter dl dd::after {
		width: calc(100% + 120px);
	}
	#case-study-list {
		padding-inline: 20px;
	}
	#case-study-list .list {
		width: auto;
		display: block;
	}
	#case-study-list .list>a {
		width: auto;
	}
	#case-study-list .list>a>div h3 {
		height: auto;
	}
	#case-study-list .list>a>div dl dd {
		width: calc(100% - 80px);
	}
	#agile-qa {
		padding-inline: 20px;
	}
	#agile-qa .cols {
		display: block;
		width: auto;
	}
	#agile-qa .cols figure {
		width: auto;
		margin-bottom: 20px;
	}
	#agile-qa .cols figure img {
		width: 100%;
		height: auto;
	}
	#agile-qa .cols>div {
		width: auto;
	}
	#recommend-case {
		padding-inline: 20px;
		width: auto;
	}
	#recommend-case .list {
		display: block;
	}
	#recommend-case .list>a.border {
		margin-bottom: 20px;
	}
	#recommend-case .list>a.border:last-child {
		margin-bottom: 0;
	}
	#recommend-case .list>a.border>div {
		width: auto;
	}
	#recommend-case .list>a.border>div>div dl dd {
		width: calc(100% - 88px);
	}
	#mat-download {
		width: auto;
		padding-inline: 20px;
	}
	#contact-form {
		padding-inline: 20px;
	}
	#case-study-detail .body .body-content figure {
		margin-inline: 0;
	}
	#case-study-detail .body .body-content figure img {
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#case-study-detail {
		padding-inline: 20px;
	}
	#case-study-detail figure.kv {
		width: 100%;
	}
	#case-study-detail>h3 {
		width: auto;
	}
	#case-study-detail .cols {
		width: auto;
	}
	#case-study-detail .cols>div:last-child {
		width: calc(100% - 170px);
	}
	#case-study-detail .body {
		width: auto;
	}
	#case-study-detail .return-back {
		width: auto;
	}
	#mat-download .list {
		display: block;
	}
	#mat-download .list>div {
		width: auto;
		margin-bottom: 20px;
	}
	#mat-download .list>div:last-child {
		margin-bottom: 0;
	}
	#mat-download .list>div figure img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 480px) {
	#case-study-list .filter dl {
		padding-left: 0;
	}
	#case-study-list .filter dl dt {
		width: auto;
	}
	#case-study-list .filter dl dd {
		width: auto;
	}
	#case-study-list .filter dl dd::after {
		width: 100%;
	}
	#case-study-list .filter .buttons {
		display: block;
	}
	#case-study-list .filter .buttons input {
		width: 100%;
		margin-bottom: 20px;
	}
	#case-study-list .filter .buttons input:last-child {
		margin-bottom: 0;
	}
	#case-study-detail {
		padding-top: 30px;
	}
	#case-study-detail .cols {
		display: block;
	}
	#case-study-detail .cols>div:first-child {
		width: fit-content;
		margin-inline: auto;
		margin-bottom: 20px;
	}
	#case-study-detail .cols>div:last-child {
		width: auto;
	}
}
@media only screen and (max-width: 320px){
}

