@charset "utf-8";

:root{
	--mainColor: #029c73;
	--lightColor: #81d9b6;
	--bgColor: #d4f7ef;
	--accentColor1: #fae019;
	--accentColor2: #fcf095;
	--accentColor3: #fafce6;
}
body{
	letter-spacing: 0.08em;
	line-height: 1.3em;
	color: #333;
}
section:not(.mv,.inquiryArea,.annotationSection){
	padding: 50px 0;
	
}
.sectionInner{
	width: min(95% ,1000px);
	margin: 0 auto;
}
.wbr{
	word-break: keep-all;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
.flexBox{
	display: flex;
	flex-wrap: wrap;
}
.mainText{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 19px, 20px);
	line-height: 1.5em;
}
.emphasisText{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 23px, 25px);
	font-weight: 700;
	line-height: 1.7em;
}
.emphasisText span{
	border-bottom: 6px solid var(--lightColor);
}
.annotation{
	font-size: 14px;
}
.note{
	margin-top: 20px;
}
.note li{
	padding-left: 55px;
	text-indent: -55px;
	font-size: 14px;
	line-height: 1.3em;
}
.noteStar li{
	padding-left: 15px;
	text-indent: -15px;
	font-size: 14px;
	line-height: 1.3em;
}
p:not([class]){
	font-size: 16px;
}
main a{
	position: relative;
	color: #333;
}
main a[target="_blank"] :is(p,h4,span)::after{
	font-family: "Font Awesome 5 Free";
	content:"\f35d";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
	padding-left: 5px;
}
main a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
main a:hover::before{
	opacity: 0.3;
	transition: 0.2s;
}
main a.underline{
	text-decoration: underline;
	width: fit-content;
	color: #029cd4;
}
h2{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 25px, 34px);
	font-weight: 700;
	line-height: 1.5em;
}
h2:not(#summary .caseLink h2,.mvTextArea h2,.relatedProducts h2){
	border-left: 10px solid var(--lightColor);
	border-bottom: 2px solid var(--lightColor);
	padding: 5px 10px;
	margin-bottom: 20px;
}
.imgCaption{
	width: fit-content;
	background: #0272D4;
	padding: 10px 20px;
	font-weight: 700;
	display: block;
	color: #fff;
}
.ListStyle1{
	padding-left: 30px;
}
.ListStyle1 li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	font-size: 120%;
	color: var(--mainColor);
	padding-right: 5px;
}
.ListStyle1 li{
	padding: 10px 0 0;
	line-height: 1.3em;
}
.ListStyle2{
	list-style-type: disc;
	padding-left: 30px;
}
/* お問い合わせ */
section.inquiryArea{
	padding: 20px 0;
}
section.inquiryArea div.flexBox{
	gap: 10px;
	border-radius: 5px;
	padding: 20px 10px;
	justify-content: center;
	align-items: center;
	width: min(100% ,800px);
	margin: 0 auto;
}
.inquiryBtn,.caseDownloadBtn{
	width: min(100% ,400px);
	padding: 20px 15px;
	border-radius: 5px;
	font-weight: 700;
	line-height: 1.6em;
}
.inquiryBtn{
	background: #e7aa73;
}
.caseDownloadBtn{
	background: var(--accentColor1);
}
:is(.inquiryBtn,.caseDownloadBtn) p{
	font-size: clamp(16px,(100vw - 600px)* 6 / 600 + 18px, 20px);
	text-align: center;
}
section.inquiryType1 div.flexBox{
	background: repeating-linear-gradient(-45deg, rgba(200, 200, 220, 0.2) 0 10px, transparent 10px 20px), #eeeeee;
}
section.inquiryType2 div.flexBox{
	background: repeating-linear-gradient(-45deg, rgba(200, 200, 220, 0.2) 0 10px, transparent 10px 20px), #eeeeee;;
}
/* メインビュー */
section.mv{
	width: 100%;
	background: var(--bgColor);
}
.mvInner{
	width: min(100% ,1100px);
	margin: 0 auto;
	padding: 15px;
	/* background: linear-gradient(135deg, #e6f2f8, #fff, #f3ffe2); */
	background: url(/bs/certificate/img/mv_background.webp);
	background-size: contain;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.pageTitle{
	width: min(100%, 500px);
	display: flex;
	flex-direction: column;
}
.pageTitle .mainText{
	font-weight: 700;
}
h1{
	font-size: clamp(22px, (100vw - 600px) * 6 / 600 + 28px, 35px);
	font-weight: 700;
	line-height: 1.2em;
}
h1 span{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 22px, 25px);
}
.mvImgArea{
	width: min(100% ,500px);
	margin-top: 10px;
}
.mvTextArea{
	margin: 0;
	padding: 10px 15px;
	background: rgba(255,255,255,0.6);
	box-shadow: 2px 2px 5px #aaa;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mvTextArea h2{
	line-height: 1.5em;
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 22px, 26px);
}
.mvTextArea p:not(p.annotation,.inquiryBtn p,.caseDownloadBtn p){
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 22px);
	text-align: center;
	margin-top: 20px;
}
.mvTextArea ul{
	list-style-type: disc;
	margin: 0 0 0 30px;
}
.mvTextArea .annotation{
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.mvTextArea .annotation li{
	width: min(100% ,250px);
}
.mvBtnArea{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
/* ナビゲーション */
nav{
	position: sticky;
	top: 90px;
	z-index: 55;
}
.navBox{
	border-top: 3px solid var(--mainColor);
	border-bottom: 3px solid var(--mainColor);
	background: var(--mainColor);
}
.spMenuBtn{
	display: none;
}
.menuList{
	width: min(100% ,1200px);
	margin: 0 auto;
}
.menuList li{
	border-left: 1px solid #fff;
	flex: 1;
}
.menuList li:last-child{
	border-right: 1px solid #fff;
}
nav ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(14px, (100vw - 600px) * 6 / 600 + 16px, 18px);
	font-weight: 500;
	color: #fff;
	padding: 5px;
	text-align: center;
	height: 55px;
	line-height: 1.2em;
}
nav ul li a:hover{
	height: calc(100% + 6px);
	top: -3px;
}
/* 導入事例まとめてダウンロード */
.caseListDownloadWrap{
	width: min(95% ,1000px);
	margin: 0 auto;
	border: 1px solid var(--bgColor);
}
.caseListDownloadWrap h3{
	font-weight: 700;
	text-align: center;
	padding: 10px;
	background-color: var(--bgColor);
}
.caseListDownloadBox{
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 10px;
	background: #f5fcfb;
	flex-wrap: wrap-reverse;
}
.downloadListTitle{
	width: min(100% ,300px);
}
.downloadListTitle ul{
	font-size: 16px;
	list-style-type: disc;
	border: 1px solid #aaa;
	padding: 5px 15px 5px 35px;
	margin: 5px 0 0;
	background: #fff;
}
.caseListDownloadWrap .caseListImg{
	width: min(100% ,200px);
	margin: 0 auto 20px;
}
.caseListImgArea{
	width: min(100% ,300px);
}
/* 導入事例リンク */
.caseLink{
	margin: 0 auto 20px;
	text-align: center;
}
.caseLink a{
	display: block;
	width: min(100% ,300px);
	margin: 10px auto;
}
.caseTextLink{
	font-weight: 700;
	width: fit-content;
	display: block;
	text-decoration: underline;
	margin: 30px auto 0;
}
.caseTextLink p{
	font-size: 22px;
}
/* 安心して導入・運用いただくための5つのポイント */
.featuresContents{
	gap: 20px;
	justify-content: center;
}
.featuresListBox{
	width: min(100% ,490px);
	background: var(--accentColor3);
	border-radius: 10px;
	padding: 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.featuresListBox li.flexBox{
	flex-direction: column;
	flex: 1;
}
.featuresListBox li.flexBox div{
	display: flex;
	flex: 1;
}
.featuresListBox> li:first-child{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 20px, 22px);
	font-weight: 700;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	line-height: 1.3em;
}
.featuresListBox p{
	text-align: center;
	margin: 20px 0;
}
.featuresListBox p span{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 20px, 22px);
	font-weight: 700;
	border-bottom: 5px solid var(--lightColor);
	line-height: 1.7em;
}
.featuresListBox> li:first-child::before{
	font-family: "Font Awesome 5 Free";
	content:"\f0eb";
	font-weight: 400;
	font-size: 120%;
	color: var(--mainColor);
	padding-right: 5px;
}
.feacuresList{
	padding: 15px 20px;
	background: #fff;
}
.feacuresList li{
	padding-left: 25px;
	text-indent: -25px;
	padding-bottom: 10px;
}
.feacuresList li ul.note li{
	padding-left: 25px;
	text-indent: -15px;
	padding-bottom: 10px;
}
.feacuresList li.feacuresListLink{
	padding-left: 0;
	text-indent: 0;
}
.feacuresList li:not(li.feacuresListLink,.note li,.noteLi)::before{
	font-family: "Font Awesome 5 Free";
	content:"\f00c";
	font-weight: 700;
	font-size: 120%;
	color: var(--lightColor);
	padding-right: 5px;
}
.featuresImg{
	width: 100%;
}

/* 導入事例 */
.caseBox{
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.caseBox li{
	width: min(100% ,300px);
	text-align: left;
}
.caseBox li a{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.caseTitle{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 17px, 18px);
	font-weight: 700;
}
.caseText{
	width: 100%;
	border-radius: 5px;
	background: var(--accentColor2);
	font-weight: 700;
	text-align: center;
	padding: 10px;
}
#cases .caseDownloadBtn{
	width: min(100%  ,700px);
	border-radius: 5px;
	background: var(--accentColor1);
	text-align: center;
	padding: 30px 10px;
	margin: 50px auto 0;
	font-weight: 700;
}
/* サポート体制 */ /* 仕様 */
.tableBox table{
	border-collapse: collapse;
	width: 900px;
	margin: 0 auto;
	color: #333;
}
.tableBox table th{
	background: #daede2;
	width: 150px;
}
.tableBox table :is(th,td){
	border: 1px solid #999;
	padding: 10px;
}
/* 関連製品・ソリューション */
.relatedProducts a.underline{
	color: #444;
}
.relatedProducts li a p{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 20px, 22px);
}
.relatedProducts li{
	list-style: disc;
	margin-left: 20px;
	padding-bottom: 10px;
}
.relatedProductsBox{
	padding: 20px;
	background:#ccccd6;
}
/* 注釈 */
.annotationSection .noteStar{
	border: 1px solid #ccccd6;
	border-radius: 5px;
	padding: 20px;
}
.topPage{
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.is-active{
	display: block;
	opacity: 1;
	visibility: visible;
}
.topPage p{
	position: fixed;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: var(--mainColor);
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100px;
	padding-bottom: 10px;
}
.topPage p::before{
	font-family: "Font Awesome 5 Free";
	content:"\f077";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
}
.topPage p:hover{
	background: var(--lightColor);
	cursor : pointer;
}
@media (max-width: 1220px){
	.navBox ul li:first-child{
		border-left: none;
	}
	.navBox ul li:last-child{
		border-right: none;
	}
}
@media screen and (max-width: 960px) {
	.tableBox {
		overflow-x: scroll;
	}
	nav {
		top: 60px;
	}
	.mvBtnArea .sp{
		display: inline;
	}
}
@media screen and (max-width: 800px) {
	.pc{
		display: none;
	}
	.sp{
		display: inline;
	}
	.mvInner{
		background: url(/bs/certificate/img/mv_background_sp.webp);
		background-size: contain;
		background-position: center;
	}
	.mvInner{
		flex-direction: column;
	}
	.mvImgArea{
		width: min(100% ,300px);
		margin: 10px auto;
	}
	.pageTitle{
		padding: 60px 0 0;
		text-align: center;
	}
	#summary{
		padding-top: 0;
	}
	nav ul{
		width: 100%;
	}
	.navBox{
		position: relative;
		border-top: none;
		border-bottom: none;
		background: none;
		z-index: 54;
	}
	.spMenuBtn{
		position: fixed;
		top: 60px;
		display: block;
		width: 100%;
		background: var(--mainColor);
		text-align: center;
		padding: 15px 5px;
		box-shadow: 0 2px 5px #fff;
		cursor: pointer;
		z-index: 53;
		font-weight: 700;
		color: #fff;
	}
	.spMenuBtn::after{
		font-family: "Font Awesome 5 Free";
		content: "\f0d7";
		font-size: 100%;
		color: currentColor;
		padding-left: 10px;
	}
	.menuList{
		box-shadow: 0 2px 5px #777;
		flex-direction: column;
		position: fixed;
		top: 60px;
		z-index: 52;
		transition: all 0.5s;
		width: 100vw;
	}
	.menuList li{
		background: var(--bgColor);
		border-left: none;
		flex: none;
	}
	.menuList li:not(.menuList li:last-child){
		border-bottom: 1px solid #777;
	}
	.menuList li:last-child{
		border-right: none;
	}
	.menuList li a:hover::before {
		height: 100%;
		top: 0;
	}
	.menuList li a{
		padding: 15px 5px;
		color: #444;
	}
	nav ul li a:hover{
		height: 55px;
		top: unset;
	}
}