@charset "utf-8";
:root {
	--mainTitle: #0075C1;
	--h2border: #79b3d9;
	/*テキストエリアの色指定*/
	--border-color-1:#eaeaea;/*背景ストライプ*/
	--border-color-2:#ddd; /*上下枠線*/
	--border-color-3:#1c3c66;
	/*各ボタン色設定*/
	--inquiryBtn:#ffe438;
	--inquiryBtnBorder:#e6ce32;
	--linkBtn:#72BFD3;
	--linkBtnBorder:#66ABBD;
	--streamline: #0070C0;
	--customerSatisfaction: #1F4E79;
	--promotion: #7030A0;
	--laborShortage: #3B3838;
}
a{
	display: block;
	text-decoration: none;
}
a.textLink{
	text-decoration: underline;
	padding: 15px 0;
}
main a[target="_blank"] :is(p,h4)::after{
	font-family: "Font Awesome 5 Free";
	content:"\f35d";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
	padding-left: 5px;
}
.listArea a.titleLink h4::after{
	font-family: "Font Awesome 5 Free";
	content:"\f0c1";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
	padding-left: 5px;
}
.anchorLink li a p::after{
	font-family: "Font Awesome 5 Free";
	content:"\f078";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
	padding-left: 5px;
}
figure{
	width: fit-content;
}
figure :is(img,video){
	width: 100%;
}
.flexBox{
	display: flex;
}
.twoColumnFlex{
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.twoColumnFlex figure{
	width: 100%;
}
.oneColumnFlex{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-direction: column;
}
section:not(section.mv),ul#breadcrumb,.titleArea div{
	width: min(95% ,1100px);
	margin: 0 auto;
}
section:not(section.mv){
	margin: 50px auto;
}
.innerBox{
	width: min(100% ,960px);
	margin: 20px auto;
}
main a{
	position: relative;
	box-sizing: border-box;
}
main a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	box-sizing: border-box;
	
}
main a:hover::before{
	opacity: 0.3;
	transition: 0.2s;
	box-sizing: inherit;
}
/*--------------font--------------*/
.fontLarge{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 20px, 22px);
}
.fontMedium{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
}
.fontSmall{
	font-size: 16px;
}
.annotation{
	font-size: 14px;
}
.fontBold{
	font-weight: 550;
}
h1.mainTitle{
	font-size: clamp(22px, (100vw - 600px) * 6 / 600 + 30px, 35px);
}
h2,h3{
	line-height: 1.3em;
}
/*--------------パンくずリスト--------------*/
.breadcrumbWrap{
	background-color: #ccccd6;
}
ul#breadcrumb{
	padding: 10px 0;
}
/*--------------メインビュー--------------*/
section.mv{
	height: 200px;
	overflow: hidden;
	background: url(/bs/event/retailtech/2025/images/report/background-mv-image.webp) no-repeat;
	background-position: center -220px;
	background-size: 100%;
}
.titleArea{
	width: 100%;
	height: 160px;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.6);
	backdrop-filter: blur(5px);
	align-items: center;
}
.titleArea div :is(img,span){
	width: min(100% ,550px);
}
.titleArea div span{
	display: block;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-weight: 550;
	background: var(--mainTitle);
}
/*--------------ボタン--------------*/
a.btn{
	padding: 20px 5px;
	flex-grow: 1;
	border-radius: 5px;
	text-align: center;
	line-height: 1.5em;
	box-sizing: border-box;
}
:is(a.inquiryBtn,a.linkBtn):hover::before{
	opacity: 0.3;
	transition: 0.2s;
	border-radius: 5px;
	box-sizing: inherit;
	height: calc(100% + 8px);
}
.inquiryBtn{
	background: var(--inquiryBtn);
	border-bottom: 8px solid var(--inquiryBtnBorder);
}
/*--------------（写真・ボタン・テキスト）エリア--------------*/
.textArea,.photoArea{
	width: 100%;
	margin: 20px auto;
}
.buttonArea{
	width: min(100% ,960px);
	margin: 20px auto;
	padding: 20px;
	background:#fcf8e6;
	gap: 20px;
}
.textArea1{
	padding: 20px;
	background:linear-gradient(-45deg,transparent 25%,var(--border-color-1) 25%,var(--border-color-1) 50%,transparent 50%,transparent 75%,var(--border-color-1) 75%,var(--border-color-1));
	background-size: 4px 4px;
	border-bottom: 4px double var(--border-color-2);
	border-top: 4px double var(--border-color-2);
	background-clip: padding-box;
}
.textArea2{
	padding: 20px 30px;
	background: none;
	border:1px solid #ccc ;
	position: relative;
	margin: 80px 0 30px;
}
.textArea2:after{
	background-color:#eee;
	border:none;
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
:is(.explanation1,.explanation2){
	margin: 20px 0;
}
:is(.showroomLinkArea,.explanation2) a p{
	display: inline;
}
:is(.explanation1,.explanation2) p:not(.showroomLinkArea p){
	margin: 10px 0 0;
}
:is(.explanation1,.explanation2) p span{
	font-weight: 700;
}
:is(.showroomLinkArea,.explanation2) a{
	width: fit-content;
	display: inline;
	color: var(--mainTitle);
	border-bottom: 1px solid var(--mainTitle);
}
.numberIndent{
	padding-left: 25px;
	text-indent: -25px;
}
h4{
	line-height: 1.3em;
}
.explanation1 h4{
	font-weight: 700;
	color: var(--mainTitle);
	margin: 30px 0 0;
}
.explanation1 a{
	width: fit-content;
	color: var(--mainTitle);
	border-bottom: 1px solid var(--mainTitle);
}
.explanation1 h4 span{
	padding: 0 5px;
}
.showroomLinkArea{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 0;
	background: #fcf8e6;
	padding: 15px;
	margin-bottom: 80px;
}
.showroomLinkArea li{
	line-height: 1.3em;
}
.showroomLinkArea :is(p,a){
	width: fit-content;
	display: inline;
	margin: 0;
}
.showroomLinkArea a{
	color: var(--mainTitle);
}
.showroomLinkArea .iconImg{
	width: 60px;
	border: 1px solid #bbb;
}
.anchorLink{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 20px 0;
	width: 100%;
}
.anchorLink li{
	flex: 1;
	text-align: center;
}
.anchorLink li a{
	padding: 20px 10px;
}
.categoryBox{
	padding-top: 50px;
	line-height: 1.3em;
}
.categoryTitleArea{
	gap: 20px;
	align-items: center;
	background: var(--border-color-2);
}
.categoryTitleArea :is(.streamline,.customerSatisfaction,.promotion,.laborShortage){
	padding: 20px 10px;
}
.streamline{
	background: var(--streamline);
	color: #fff;
	font-weight: 700;
}
.customerSatisfaction{
	background: var(--customerSatisfaction);
	color: #fff;
	font-weight: 700;
}
.promotion{
	background: var(--promotion);
	color: #fff;
	font-weight: 700;
}
.laborShortage{
	background: var(--laborShortage);
	color: #fff;
	font-weight: 700;
}
h2{
	position: relative;
	padding: 100px 20px 10px;
	border-bottom: 6px solid var(--mainTitle);
}
h2:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: var(--h2border);
}
p{
	line-height: 1.6em;
	letter-spacing: 0.03em;
}
.photoArea div,.buttonArea a{
	width: 10%;
}
.buttonArea a{
	align-items: center;
	justify-content: center;
}
.footerNotes{
	width: min(100%, 960px);;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 60px auto 0;
	padding: 20px;
	color: #666;
	font-size: 12px;
	text-align: left;
}
.footerNotes li{
	position: relative;
	margin: 0 0 10px 1em;
	padding: 0;
	line-height: 1.4;
}
.footerNotes li:last-child {
	margin-bottom: 0;
}
.footerNotes li::before {
	content: "•";
	font-size: 14px;
	margin: 0 0.5em 0 -1em;
	top: -1px;
}
@media (max-width: 900px){
	.photoArea div{
		width: 100%;
	}
	.photoArea.flexBox,.photoArea .flexBox,.twoColumnFlex,.oneColumnFlex{
		display: block;
	}
	figure{
		margin: 0 auto 20px;
		width: 100%;
	}
	figure video{
		width: 100%;
		max-height: 500px;
	}
	h2{
		padding: 10px;
	}
}
@media (max-width: 970px){
	.anchorLink{
		justify-content: space-between;
		gap: 0;
	}
	.anchorLink li{
		width: max(49% ,250px);
		flex: none;
		margin: 0 auto 10px;
	}
}
@media (max-width: 750px){
	section.mv{
		background-position: center;
	}
	.buttonArea.flexBox{
		flex-direction: column;
	}
	.btn{
		width: min(100%, 500px);
		margin: 0 auto;
	}
	.buttonArea{
		padding: 20px 10px;
	}
	.buttonArea a{
		width: 100%;
	}
	h1.mainTitle{
		text-align: center;
	}
	.titleArea div span{
		margin: 10px auto;
	}
	.categoryTitleArea{
		flex-direction: column;
		gap: 10px;
	}
	.categoryTitleArea h3{
		padding: 0 10px 10px;
	}
	.categoryTitleArea :is(.streamline,.customerSatisfaction,.promotion,.laborShortage){
		width: 100%;
		text-align: center;
		padding: 10px;
	}
	.showroomLinkArea{
		flex-direction: column;
	}
}