@charset "utf-8";

:root{
	--mainColor1: #3755db;
	--lightColor1: #6c84f0;
	--lightColor2: #9face6;
	--lightColor3: #dfe3f7;
	--accentColor1: #1a9ba3;
	--accentSubColor1-1: #5ecbd1;
	--accentSubColor1-2: #a4d8db;
	--accentColor2: #f5c402;
	--accentSubColor2-1: #fae019;
	--accentSubColor2-2: #fcf095;
	--sectionColor1: #71bf90;
}
*{
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #444;
}
body{
	counter-reset: number 0;
}
main{
	position: relative;
}
ul#breadcrumb{
	width: 100%;
	background: #ddd;
	padding: 5px 5%;
	max-width: none;
}
.sectionInner{
	width: min(95% ,1100px);
	margin: 0 auto;
}
.sp{
	display: none;
}
.flexBox{
	display: flex;
	flex-wrap: wrap;
}
.mainText{
	width: min(100% ,900px);
	margin: 0 auto;
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 22px);
	padding: 20px 0;
}
.emphasisText{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 24px, 27px);
}
p:not([class]){
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 14px, 18px);
}
.annotation{
	font-size: clamp(12px, (100vw - 600px) * 6 / 600 + 14px, 16px);
}
.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;
}
a:not(footer a){
	position: relative;
}
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;
}
main a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
a.linkButton::before{
	top: -3px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
}
main a:hover::before{
	opacity: 0.3;
	transition: 0.2s;
}
main a.underline{
	text-decoration: underline;
	width: fit-content;
}
#quality{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 70px;
	background: #f5fcfc;
	position: relative;
	top: 0;
	left: 0;
	z-index: -2;
}
.titleArea{
	width: fit-content;
	margin: 0 auto 50px;
}
.titleArea{
	padding: 50px 0 0;
}
.titleArea div{
	padding: 30px 20px 10px;
	background: none;
	border:1px solid var(--accentSubColor1-2);
	position: relative;
	margin: 0 0 30px;
}
.titleArea div:after{
	background-color: rgba(164,216,219,0.45);
	border:none;
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
h1{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
	width: fit-content;
	font-weight: 550;
	margin: 0 auto 10px;
	display: flex;
	gap: 5px;
	text-align: center;
	line-height: 1.5em;
}
h1::before{
	content: '＼';
	font-weight: 550;
}
h1::after{
	content: '／';
	font-weight: 550;
}
h2{
	font-size: clamp(22px, (100vw - 600px) * 6 / 600 + 25px, 30px);
	font-weight: 700;
	line-height: 1.5em;
	width: fit-content;
	padding: 5px 20px;
	margin: 0 auto;
	text-align: center;
}
h3{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 22px, 26px);
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 30px 0 0;
}
.qualityContentsBox{
	padding: 70px 0 0 0;
}
.qualityContentsBox,.qualityContents{
	gap: 5px;
	background: #f5fcfc;
}
#qualityCont1.qualityContents ul.flexBox{
	justify-content: center;
	gap: 5px;
}
#qualityCont1.qualityContents ul.flexBox li{
	width: 230px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	border: 3px solid var(--lightColor1);
	background: var(--lightColor3);
}
#qualityCont1.qualityContents ul.flexBox li h4{
	font-weight: 600;
}
.qualityContents >li{
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 20px;
}
:is(#qualityCont1,#qualityCont2).qualityContents li p{
	flex-basis: 100px;
}
.qualityContents li .qualityContentsImg{
	width: min(100% ,400px);
	margin: 0 auto;
}
#qualityCont3 h4{
	background: var(--accentSubColor1-2);
	padding: 10px;
	margin-bottom: 5px;
	width: fit-content;
	font-weight: 550;
}
#qualityCont3.qualityContents li p{
	width: fit-content;
}
#qualityCont3.qualityContents ul.flexBox li{
	flex: auto;
	width: min(100% ,300px);
	padding: 0 0 30px;
}
#qualityCont3 ul.flexBox{
	justify-content: center;
	gap: 10px;
	width: min(100% ,750px);
	margin: 50px auto 0;
}
.returnBtn{
	background: #444;
	border-radius: 5px;
	padding: 20px 30px;
	font-weight: 600;
	color: #fff;
	width: fit-content;
	margin: 50px auto;
	text-align: center;
	line-height: 1.5em;
}

.btnBox{
	width: min(100% ,800px);
	padding: 20px;
	margin: 50px auto 0;
	background: repeating-linear-gradient(-45deg, rgba(69, 189, 167, 0.1) 0 10px, transparent 10px 20px), #e4f5f2;
	gap: 20px;
	justify-content: center;
	border-radius: 5px;
}
.inquiryBtn,.productLinkBtn{
	padding: 20px;
	font-weight: 700;
	border-radius: 5px;
	flex: 1;
	text-align: center;
}
.inquiryBtn{
	background: #e2f556;
	border-bottom: 5px solid #a5cc5e;
}
.productLinkBtn{
	background: #66ccb9;
	border-bottom: 5px solid #44a694;
}
footer{
	margin: 0 auto;
}

@media (max-width: 1020px){
	.menuList li:first-child{
		border-left: none;
	}
	.menuList li:last-child{
		border-right: none;
	}
}

@media (max-width: 715px){
	.qualityContents{
		flex-direction: column;
	}
	#qualityCont3 ul.flexBox{
		flex-direction: column;
		width: fit-content;
	}
	#qualityCont3.qualityContents ul.flexBox li{
	width: fit-content;
	}
}
@media (max-width: 610px){
	.btnBox{
		flex-direction: column;
	}
}
