@charset "utf-8";

/* -----------------------------------------------------------
    intro-area
-------------------------------------------------------------- */
.intro-area .catch{
}


@media screen and (max-width: 768px){
	.intro-area .catch{
		margin: 20px 0 0;
	}
}


/* -----------------------------------------------------------
    nav-wrap
-------------------------------------------------------------- */
.nav-wrap{
	margin: 80px 0 0;
	padding: 0;
}
.nav-wrap .nav-list{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	gap: 0 10px;
	background-color: var(--sub-blue);
	border-radius: 50px;
	justify-content: center;
	padding: 10px 50px;
}
.nav-wrap .nav-list li{
	/*width: 230px;*/
	width: calc(100% / 5);
}
.nav-wrap .nav-list li a{
	/*width: 230px;
	height: 70px;*/
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 10px;
	padding: 20px 10px;
}
.nav-wrap .nav-list li a::before{
	content: "\f13a";
	display: inline-block;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	padding: 1px 5px 0 0;
	font-size: 1.6rem;
	vertical-align: middle;
}
.nav-wrap .nav-list li a:hover{
	color: var(--sub-blue);
	background-color: #fff;
	opacity: 1;
}


@media screen and (max-width: 768px){
	.nav-wrap{
		margin: 0 0 0;
		padding: 0;
	}
	.nav-wrap .nav-ttl{
		font-size: 2rem;
		text-align: center;
		font-family: var(--en-font);
		color: #fff;
		font-weight: 500;
		margin: 0 0 10px;
		line-height: 1;
	}
	
	.nav-wrap .nav-list{
		width: 100%;
		gap: 5px;
		border-radius: 10px;
		padding: 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.nav-wrap .nav-list li{
		width: calc((100% - 5px) / 2);
		text-align: left;
	}
	.nav-wrap .nav-list li a{
		font-size: 1.6rem;
		font-weight: 500;
		border-radius: 6px;
		padding: 15px;
		background: #fff;
		color: #333;
		justify-content: flex-start;
	}
	.nav-wrap .nav-list li a::before,
	.nav-wrap .nav-list li a:hover{
		color: var(--sub-blue);
	}

	/*.nav-wrap .nav-list li a::before{
		content: "\f078";
		display: inline-block;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		padding: 1px 5px 0 0;
		font-size: 1.8rem;
		vertical-align: middle;
	}*/

}


/* -----------------------------------------------------------
    cmn-area 共通、各エリア
-------------------------------------------------------------- */
/* -------------------------
    cmn-area ベース:style01
------------------------- */
.cmn-area{
	margin: 100px 0 0;
}
.cmn-area .txt-area{
	width: 600px;
	position: relative;
}
.cmn-area.first .txt-area::before{
	content: "";
	display: block;
	width: calc(100vw - (700px + (100vw - 1200px )/2 ));
	height: 500px;
	border-radius: 30px 0 0 30px;
	background: url("../img/products-firstpp.jpg") no-repeat center / cover;
	position: absolute;
	top: 0;
	right: calc(-100vw + (600px + (100vw - 1200px )/2 ));
}
.cmn-area.material .txt-area::before{
	content: "";
	display: block;
	width: calc(100vw - (700px + (100vw - 1200px )/2 ));
	height: 430px;
	border-radius: 30px 0 0 30px;
	background: url("../img/products-material.jpg") no-repeat center / cover;
	position: absolute;
	top: 0;
	right: calc(-100vw + (600px + (100vw - 1200px )/2 ));
}
.cmn-area .txt-area .list-wrap{
	margin: 60px 0 0;
	border-radius: 30px;
	background-color: var(--bg-blue);
	padding: 30px 30px 20px;
	position: relative;
}
.cmn-area .txt-area .list-wrap .list-ttl{
	display: block;
	font-weight: 500px;
	color: #fff;
	background: var(--main);
	border-radius: 17px;
	padding: 7px 15px 8px;
	position: absolute;
	top: -15px;
}
.cmn-area .txt-area .list-wrap ul li{
	line-height: 2.0;
}
.cmn-area .txt-area .list-wrap ul li::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--main);
	margin: 0 10px 0 0;
}
.cmn-area .catch{
	margin: 70px 0 30px;
	text-align: center;
	font-size: 3rem;
}
.cmn-area .bg{
	padding: 40px 50px;
	border-radius: 30px;
	background-color: var(--bg-blue);
}
.cmn-area .button{
	text-align: center;
}

/* -------------------------
    style02
------------------------- */
.cmn-area.style02{
	position: relative;
	padding: 110px 0; 
}
.cmn-area.style02::before{
	content: "";
	display: block;
	width: 100%;
	max-width: calc(1300px + (100% - 1300px)/2 + 80px);
	height: 100%;
	background-color: var(--bg-blue);
	border-radius: 200px 0 0 200px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.cmn-area.style02::after{
	content: "";
	display: inline-block;
	width: calc(100vw - (700px + (100vw - 1200px )/2 ));
	min-width: 550px;
	height: 420px;
	border-radius: 0 30px 30px 0;
	background: url("../img/products-secondpp.jpg") no-repeat center / cover;
	position: absolute;
	top: 237px;
	left: 0;
}
.cmn-area.style02 .txt-area{
	right: -600px;
}
.cmn-area.style02  .txt-area .list-wrap{
	background-color: #fff;
}
.cmn-area.style02 .bg{
	background-color: #fff;
}
@media screen and (max-width: 768px){
	.cmn-area{
		margin: 50px 0 0;
		padding: calc(50vw + 20px) 0 0 0;
		position: relative;
	}
	.cmn-area.first::before{
		content: "";
		display: block;
		width: calc(100vw - 20px);
		height: 50vw;
		border-radius: 30px 0 0 30px;
		background: url("../img/products-firstpp-sp.jpg") no-repeat center / cover;
		position: absolute;
		top: 0;
		right: 0;
	}
	.cmn-area.material::before{
		content: "";
		display: block;
		width: calc(100vw - 20px);
		height: 50vw;
		border-radius: 30px 0 0 30px;
		background: url("../img/products-material-sp.jpg") no-repeat center / cover;
		position: absolute;
		top: 0;
		right: 0;
	}
	.cmn-area .txt-area{
		width: 100%;
		position: relative;
	}
	.cmn-area.first .txt-area::before{
		display: none;
	}
	.cmn-area.material .txt-area::before{
		display: none;
	}
	.cmn-area .txt-area .list-wrap{
		margin: 30px 0 0;
		border-radius: 20px;
		background-color: var(--bg-blue);
		padding: 20px 15px 20px 15px;
		position: relative;
	}
	.cmn-area .txt-area .list-wrap .list-ttl{
		display: block;
		font-weight: 500px;
		color: #fff;
		background: var(--main);
		border-radius: 17px;
		padding: 7px 15px 8px;
		position: absolute;
		top: -15px;
	}
	.cmn-area .txt-area .list-wrap ul li{
		line-height: 1.8;
	}
	.cmn-area .txt-area .list-wrap ul li::before{
		vertical-align: middle;
	}
	.cmn-area .catch{
		margin: 30px 0 0;
		padding: 0 20px;
		font-size: 2.0rem;
		text-align: left;
	}
	.cmn-area .bg{
		padding: 20px 0 0;
		border-radius: 0;
		
		background: none;
	}
	.cmn-area .button{
		width: 280px;
		margin: 30px auto 0;
	}
	
	/* -------------------------
		style02
	------------------------- */
	.cmn-area.style02{
		padding: calc(50vw + 70px) 0 50px 0; 
	}
	.cmn-area.style02::before{
		content: "";
		display: block;
		width: 100%;
		max-width: calc(1300px + (100% - 1300px)/2 + 80px);
		height: 100%;
		background-color: var(--bg-blue);
		border-radius: 60px 0 0 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.cmn-area.style02::after{
		content: "";
		display: block;
		width: calc(100vw - 20px);
		min-width: calc(100vw - 20px);
		height: 50vw;
		border-radius: 0 30px 30px 0;
		background: url("../img/products-secondpp-sp.jpg") no-repeat center / cover;
		position: absolute;
		top: 50px;
		left: 0;
	}
	.cmn-area.style02 .txt-area{
		right: 0;
	}
	.cmn-area.style02 .txt-area::before{
		display: none;
	}
	.cmn-area.style02  .txt-area .list-wrap{
		background-color: #fff;
	}
	.cmn-area.style02 .bg{
		background-color: #fff;
		background: none;

	}
}


/* -----------------------------------------------------------
    handling-area
-------------------------------------------------------------- */
.handling-area{
	margin: 100px 0;
	padding: 100px 0;
	position: relative;
}
.handling-area::before{
	content: "";
	display: block;
	width: 100%;
	max-width: calc(1300px + (100% - 1300px)/2 + 80px);
	height: 100%;
	background-color: var(--bg-blue);
	border-radius: 0 150px 150px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.handling-area .table-wrap{
	padding: 50px;
	background-color: #fff;
}
.handling-area table{
	border: #E4E4E4 solid 1px;
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.7;
}
.handling-area table tr {
  border-bottom: #E4E4E4 solid 1px;
}
.handling-area table th{
	border-right: #E4E4E4 solid 1px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background: var(--bg-blue);
}
.handling-area table td{
	width: 180px;
	border-right: #E4E4E4 solid 1px;
	text-align: center;
	padding: 15px;
}

@media screen and (max-width: 768px){
	.handling-area{
		margin: 50px 0;
		padding: 50px 0;
	}
	.handling-area::before{
		content: "";
		display: block;
		width: 100%;
		max-width: calc(1300px + (100% - 1300px)/2 + 80px);
		height: 100%;
		background-color: var(--bg-blue);
		border-radius: 0 80px 80px 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.handling-area .table-wrap{
		padding: 0 20px 20px 20px;
		background: none;
	}
	.handling-area table{
		border: #E4E4E4 solid 1px;
		border-right: none;
		border-bottom: none;
		width: 100%;
		border-collapse: collapse;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.handling-area table tr {
		border-bottom: none;
		display: block;
	}
	.handling-area table th{
		display: inline-block;
		border-right: none;
		border-bottom: #E4E4E4 solid 1px;
		padding: 10px;
		text-align: center;
		width: 100%;
		background: var(--main);
		color: #fff;
		font-weight: bold;
	}
	.handling-area table td{
		display: block;
		background-color: #fff;
		width: 50%;
		border-right: #E4E4E4 solid 1px;
		border-bottom: #E4E4E4 solid 1px;
		padding: 10px;
		min-height: 48px;
		float: left;
	}
	.handling-area table td.empty{
		display: none;
		empty-cells:hide;
	}
	.handling-area table tr:last-child td:nth-last-child(-n+3){
		min-height: 75px;
	}
}


/* --------------------------
   products-list
-------------------------- */

@media screen and (max-width: 768px){
	
	.products-list {
		padding: 0 20px;
	}

}


/* -----------------------------------------------------------
    下層タイトル
-------------------------------------------------------------- */
.search-area .catch{
	font-size: 2.8rem;
	text-align: center;
}


@media screen and (max-width: 768px){
	.search-area .catch{
		margin: 50px 0 20px;
    	font-size: 1.8rem;
	}
}



