@charset "utf-8";
/* CSS Document */
#container{
	width: 100%;
}
.container_middle{
	width: 1200px;
	margin: 0 auto;
}

.record_cont{
	margin: 0 auto 20px;
}

.record_cont *{
	box-sizing: border-box;
}

/*--見出し--*/
.record_cont .h_record_top{
	font-size: 36px;
	font-weight: bold;
	line-height: 1em;
	margin: 25px auto ;
}
.record_cont .h_record_top + .textBox{
	margin-bottom: 30px;
}
.record_cont .h_record{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
.record_cont li .h_record_sub{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.record_cont .h_center{
	font-size: 24px;
	letter-spacing: 0.04em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

/*--ボタン--*/
.record_cont .record_btn a{
	display: block;
	width: 310px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px;
	background: #2d2d2d;
	border-radius: 5px;
	margin: 0 auto;
}
.record_cont .record_btn a:hover{
	opacity: .7;
}

/*--共通コンテンツ--*/
.record_cont .case_data dl{
	display: flex;
	flex-wrap: wrap;
}
.record_cont .case_data dl dt::after{
	content: "：";
}

@media screen and (max-width: 768px) {
	.container_middle{
		width: auto;
	}
	.record_cont .h_record_top + .textBox{
		margin: 0 20px 30px;
	}
}
@media screen and (max-width: 480px) {
	.record_cont .case_data dl {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center;
		width: 100%;
		margin-bottom: 2px;
	}
}

/*--シーン別実績--*/
.record_cont .scene_box{
	display: flex;
	flex-wrap: wrap;
}
.record_cont .scene_box{
	gap: 40px 35px;
	margin-bottom: 30px;
}
.record_cont .scene_box li{
	position: relative;
	width: 210px;
}
.record_cont .scene_box li a:hover{
	color: #333;
}

/*--よくある質問--*/
.record_cont .qa_cont {
	width: 890px;
	margin: 0 auto;
}

.record_cont .qa_cont .h_qa_sub {
	display: flex;
	align-items: center;
	column-gap: 5px;
	position: relative;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	padding: 15px 20px;
	background: linear-gradient(to right, #c03232, #f3a9a9) top / 100% 4px no-repeat,    /* 上ボーダー */
    linear-gradient(to right, #c03232, #f3a9a9) bottom / 100% 4px no-repeat; /* 下ボーダー */
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
.record_cont .qa_cont .h_qa_sub::before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
}
.record_cont .qa_cont .h_qa_sub::after{
	content: "";
	position: absolute;
	background: linear-gradient(to right,#dc3e3e, #ed7d7d);
	z-index: -1;
	inset: 0;
	margin: auto;
}
.record_cont .qa_cont dl {
	margin-bottom: 40px;
}
.record_cont .qa_cont dl .accordion-title{
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 40px 15px 15px;
	background:linear-gradient(to right, #f2d0c9, #eebfba) bottom / 100% 5px no-repeat,
    linear-gradient(to bottom, #f9f3e9, #f4ecd8);
	margin-bottom: 10px;
}
.record_cont .qa_cont dl .accordion-title::before{
	content: "";
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: url(../../_images/detail/icon_question.gif) no-repeat;
	background-size: contain;
}
.record_cont .qa_cont dl .accordion-title::after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 15px;
	background: #dc3e3e;
	clip-path: polygon(0 0,100% 0,50% 100%);
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	transition: .3s;
}
.record_cont .qa_cont dl .accordion-title.is-open::after{
	transform: rotate(180deg);
}
.record_cont .qa_cont dl .accordion-title:hover{
	cursor: pointer;
}
.record_cont .qa_cont dl .accordion-content{
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
	padding-left: 45px;
	margin-bottom: 20px;
}
.record_cont .qa_cont dl .accordion-content::before{
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	background: url(../../_images/detail/icon_answer.gif) no-repeat;
	background-size: contain;
	top: 0;
	left: 10px;
}
.record_cont .qa_cont dl .accordion-title.is-open + .accordion-content{
	max-height: 1000px;
}

/*--お問合せボックス--*/
.contactBanner{
	background: url(../../_images/common/contact_bg.webp) repeat-x bottom;
	margin: 40px auto;
}
.contactBanner > div{
	background: url(../../_images/common/contact_staff.webp) no-repeat right bottom;
	background-size: auto 275px;
	min-height: 280px;
	margin: 0 30px;
	padding: 10px 0;
	box-sizing: border-box;
}

.contactBanner .fukidashi{
	margin-bottom: 10px;
}
.contactBanner ul{
	margin-right: 300px;
}
.contactBanner div p{
	font-size: 45px;
	line-height: 2.0em;
}
.contactBanner div p br{
	display: none;
}

.contactBanner ul.infoBox{
	display: table;
	margin-bottom: 10px;
	border-spacing: 5px;
}
.contactBanner ul.infoBox li{
	display: block;
}

.contactBanner ul.linkBtn{
	display: flex;
}
.contactBanner ul.linkBtn li{
	width: 49%;
	margin: 0 10px;
	text-align: center;
}
.contactBanner ul.linkBtn li a{
	display: block;
	padding: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.contactBanner ul.linkBtn li span{
	display: block;
}
.contactBanner ul.linkBtn li.estimateBtn span,
.contactBanner ul.linkBtn li.contactBtn span{
	padding: 5px;
}



@media screen and (max-width: 768px) {
	.record_cont{
		width: 100%;
	}
	.record_cont .h_record_top{
		line-height: 1.3em;
		font-size: 30px;
		margin: 25px 20px;
	}

	/*--よくある質問--*/
	.record_cont .qa_cont {
		width: 100%;
		padding: 0 20px;
	}

	/*--お問合せボックス--*/
	.contactBanner {
		margin: 40px 20px;
	}
	.contactBanner div{
		background-size: 30%;
		min-height: auto;
		margin: 0 10px;
	}
	
	.contactBanner .fukidashi{
		text-align: center;
	}
	.contactBanner ul{
		margin-right: 0;
	}
	.contactBanner div p{
		font-size: 30px;
		line-height: 1.1em;
	}
	.contactBanner div p br{
		display: inline-block;
	}
	
	.contactBanner ul.infoBox{
		display: block;
		margin: 0 20% 0 0;
		border-spacing: 5px;
	}
	.contactBanner ul.infoBox li{
		display: block;
		margin-bottom: 5px;
	}
	.contactBanner ul.infoBox li br{
		display: none;
	}
	.contactBanner ul.infoBox li img{
		width: 100%;
	}
	.contactBanner ul.infoBox li.address img{
		width: 50%;
	}
	
	.contactBanner ul.linkBtn li img{
		width: 80%;
	}
}


@media screen and (max-width: 480px) {
	.record_cont .h_record_top{
		font-size: 20px;
		margin: 15px 20px;
	}
	.record_cont .h_record{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.record_cont li .h_record_sub{
		font-size: 15px;
		margin: 5px 0;
	}
	.record_cont .h_center{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.record_cont .textBox{
		font-size: 12.5px;

	}

	/*--ボタン--*/
	.record_cont .record_btn a{
		width: 90%;
		font-size: 15px;
	}

	/*--よくある質問--*/
	.record_cont .qa_cont .h_qa_sub{
		font-size: 17px;
		padding: 10px 15px;
	}
	.record_cont .qa_cont .h_qa_sub::before{
		width: 12px;
		height: 12px;
	}
	.record_cont .qa_cont dl .accordion-title{
		font-size: 16px;
		padding: 10px 40px 10px 10px;
	}
	.record_cont .qa_cont dl .accordion-title::before{
		width: 15px;
		height: 15px;
	}
	.record_cont .qa_cont dl .accordion-title::after{
		width: 12px;
		height: 10px;
		right: 10px;
	}

	/*--お問合せボックス--*/
	.contactBanner > div{
		background: none;
	}
	.contactBanner ul.infoBox{
		margin: 0;
	}
	.contactBanner ul.linkBtn li a{
		padding: 3px;
	}
}
/*---------------TOPページ----------------*/


/*--シーン別事例--*/
.record_cont .scene_cont{
	width: 100%;
	padding: 30px 0 40px;
	background: #f5f5f5;
}
.record_cont .scene_cont .scene_inner{
	width: 1200px;
	margin: 0 auto;
}

/*--最新の事例--*/
.record_cont .latest_cont{
	margin-bottom: 60px;
}
.record_cont .latest_box {
	display: flex;
	overflow-x: auto;
	column-gap: 45px;
}
.record_cont .latest_box li{
	width: 265px;
	flex-shrink: 0;
}
.record_cont .latest_box li .latest_img{
	width: 265px;
	height: 265px;
	overflow: hidden;
	text-align: center;
}
.record_cont .latest_box li .latest_img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.record_cont .scene_cont {
		padding: 20px 20px 40px;
	}
	.record_cont .scene_cont .scene_inner{
		width: 100%;
	}
	.record_cont .scene_box {
		column-gap: calc(8% / 3);
	}
	.record_cont .scene_box li{
		width: 23%;
	}


	.record_cont .latest_cont .latest_box{
		padding: 0 20px 5px;
	}
	.record_cont .latest_cont .h_record{
		margin-left: 20px;
	}
}


@media screen and (max-width: 480px) {
	.record_cont .scene_box {
		gap: 15px 2%;
		margin-bottom: 20px;
	}
	.record_cont .scene_box li{
		width: 32%;
	}
	.record_cont .scene_box li p{
		font-size: 12.5px;
		line-height: 1.5em;
	}


	.record_cont .latest_box {
		column-gap: 15px;
	}
	.record_cont .latest_box li{
		width: 45%;
	}
	.record_cont .latest_box li .latest_img{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

}



/*---------------用途別ページ----------------*/


.record_cont .copy{
	width: fit-content;
	font-size: 24px;
	font-weight: bold;
	padding: 0 15px 15px 5px;
	border-bottom: solid 4px #e9f9b7;
	margin: 20px 0 30px;
}
.record_cont .copy + p{
	font-size: 16px;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.record_cont .h_scene{
		margin-left: 20px;
	}
	.record_cont .copy{
		width: 100%;
		font-size: 20px;
		padding: 0 20px 5px;
		border-width: 3px;
		margin-bottom: 20px;
	}
	.record_cont .copy + p{
		margin: 0 20px 60px;
	}
}

@media screen and (max-width: 480px) {
	.record_cont .h_scene{
		font-size: 28px;
	}
	.record_cont .copy{
		font-size: 16px;
	}
	.record_cont .copy + p{
		font-size: 13px;
		margin-bottom: 40px;
	}

}

/*--実績一覧--*/
.record_cont .case_box{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 15px;
	margin-bottom: 20px;
}
.record_cont .case_box li{
	width: 390px;
}
.record_cont .case_box li img{
	width: 100%;
	height: auto;
}
.record_cont .case_box a{
	display: block;
}
.record_cont .case_box a:hover{
	opacity: 1;
	cursor: pointer;
	background: #f8e2ea;
	color: #333;
}
.record_cont .case_box a:hover img{
	opacity: .7;
}
.record_cont .case_box li .h_case{
	font-size: 18px;
	font-weight: bold;
	padding: 0 5px;
	margin: 10px 0;
}
.record_cont .case_box li .case_data{
	padding: 0 5px 5px;
}

.record_cont .more_btn a{
	background: #ff512f;
}


@media screen and (max-width: 768px) {
	.record_cont .detail_cont,
	.record_cont .other_cont{
		margin: 0 20px 60px;
	}

	.record_cont .case_box {
		column-gap: 4%;
	}
	.record_cont .case_box li{
		width: 48%;
	}
}


@media screen and (max-width: 480px) {
	.record_cont .case_box li .h_case{
		font-size: 15px;
		line-height: 1.5em;
	}
	.record_cont .case_box li .case_data{
		font-size: 13px;
		padding: 0;
	}
}


/*--モーダル--*/

.remodal{
	max-width: 1080px;
	padding: 60px 80px 50px;
	text-align: left;
}
.remodal .case_detail{
	display: flex;
	flex-wrap: wrap;
	gap: 25px 20px;
}
.remodal .case_detail > div{
	width: 450px;
}
.remodal .h_detail{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.remodal .h_link{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	margin: 15px 0 10px;
}
.remodal .link_box{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.remodal .link_box li a{
	display: block;
	color: #fff;
	padding: 2px 25px;
	background: #0ca03d;
	border-radius: 50px;
	border: solid 2px #119c40;
}
.remodal .link_box li a:hover{
	color: #119c40;
	background: #fff;
}
.remodal table{
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	margin-bottom: 20px;
}
.remodal table .label_cell{
	width: 25%;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-bottom: dashed 1px #9d9d9d;
	background: #333;
}
.remodal table .data_cell{
	width: 75%;
	background: #ededed;
	padding: 5px 10px;
	border-bottom: dashed 1px #9d9d9d;
}
.remodal .design_box{
	padding: 20px 15px;
	background: #eed7d8;
	border-radius: 10px;
	margin-bottom: 15px
}
.remodal .design_box .h_design{
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #69181e;
	padding: 0 15px;
	border-bottom: solid 1px #450c10;
	margin: 0 auto 15px;
}
.remodal img{
	width: 100%;
	height: auto;
}
.remodal .design_box + p{
	margin-top: 20px;
	font-size: 16px;
}
.remodal .remodal-close{
	width: 30px;
	height: 30px;
	left: auto;
	top: 35px;
	right: 30px;
}
.remodal .remodal-close::before,
.remodal .remodal-close::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
}
.remodal .remodal-close::before{
	transform: rotate(-45deg);

}
.remodal .remodal-close::after{
	transform: rotate(45deg);
}




@media screen and (max-width: 1100px) {
	.remodal{
		padding: 30px 20px;
	}
	.remodal .case_detail {
		column-gap: 4%;
	}
	.remodal .case_detail > div{
		width: 48%;
	}
}



@media screen and (max-width: 768px) {
	.remodal {
		width: 80%;
		padding: 30px 15px;
	}
	.remodal .case_detail > div{
		width: 100%;
	}
	.remodal .remodal-close{
		top: 5px;
		right: 10px;
		width: 20px;
		height: 20px;
	}
}


@media screen and (max-width: 480px) {
	.remodal {
		width: 90%;
	}
	.remodal .h_detail{
		font-size: 18px;
	}
	.remodal .h_link,
	.remodal .design_box .h_design{
		font-size: 15px;
	}
	.remodal .link_box li a{
		font-size: 13px;
		padding: 2px 15px;
	}
	.remodal table{
		font-size: 13px;
	}
	.remodal table .label_cell,
	.remodal table .data_cell{
		padding: 5px;
	}
	.remodal .design_box{
		padding: 15px 10px 20px;
	}
	.remodal .design_box + p{
		font-size: 14px;
	}
}


/*--シーン別実績--*/
.record_cont .other_cont .scene_box li a{
	position: relative;
	display: block;
}

.record_cont .other_cont .scene_box li a::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.record_cont .other_cont .scene_box li span{
	position: absolute;
	inset: 0;
	width: fit-content;
	height: fit-content;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	color: #FFFFFF;
	z-index: 2;
	padding: 10px;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}
.record_cont .other_cont .scene_box li.is-current::before{
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	border: solid 4px;
	margin: auto;
}
.record_cont .other_cont .scene_box li.is-current span{
	color: #fff;
}


@media screen and (max-width: 480px) {
	.record_cont .other_cont .scene_box li span{
		font-size: 14px;
	}
	.record_cont .other_cont .scene_box li.is-current::before{
		border-width: 2px;
	}
}

	
/*--追従--*/
.foot_fixed{
	position: sticky;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	background: #eaeaea;
	border-top: solid 3px #a5242a;
	bottom: 0;
	z-index: 100;
}

.foot_fixed p{
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	color: #fff;
	padding: 20px 25px;
	background: #a5242a;
	border-left: solid 3px #eaeaea;
	border-right: solid 3px #eaeaea;
	box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 8px 0px;
}
.foot_fixed ul{
	display: flex;
	column-gap: 20px;
	
}
.foot_fixed ul li a{
	display: block;
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 18px;
	background: #2D2D2D;
	border-radius: 10px;
}
.foot_fixed ul li.estimate a{
	background: linear-gradient(to bottom,#db2625,#f28960);
	border: solid 4px #ffbbb8;
}
.foot_fixed ul li.contact a{
	background: linear-gradient(to bottom,#6b911c,#97de0a);
	border: solid 4px #b2d16a;
}
.foot_fixed ul li a:hover{
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.foot_fixed {
		display: none;
	}
}

/* モーダル内仕様エリア */
.recordDetail {
	margin-bottom: 15px;
}
.recordDetail dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 450px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.recordDetail dl dt{
	width: 100px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dashed #9d9d9d;
	padding: 10px;
}
.recordDetail dl dd{
	width: 310px;
	background-color: #ededed;
	border-bottom: 1px dashed #9d9d9d;
	padding: 10px;
}
.recordDetail dl dt:last-of-type,
.recordDetail dl dd:last-of-type{
	border-bottom: none;
}

@media screen and (max-width: 480px) {
	.recordDetail {
        width: 100%;
    }
	.recordDetail dl {
        width: 100%;
		border-top: none;
		border-bottom: none;
    }
	.recordDetail dl dt, .recordDetail dl dd {
        width: 100%;
        border-bottom: none;
    }
}

/* 一覧仕様表示調整 */
.record_cont .case_data > dl {
  display: flex;
  align-items: baseline;
}
.record_cont .case_data dt {
  flex: 0 0 70px;
}
.record_cont .case_data dd {
  flex: 1;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.record_cont .case_data dl {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    width: 100% !important;
}
.record_cont .case_data dt {
    flex: 0 0 4.5em !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}
.record_cont .case_data dt::after {
    content: "：";
    display: inline !important;
}
.record_cont .case_data dd {
    flex: 1 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}