@charset "UTF-8";
/* CSS Document */
.slider .slide{
  margin: 10px;
}
#pageTit {
	background-image: url("../img/bg-tit.jpg");

}
#sec0 {
	padding: 8vw 0;
	

}
#sec0 .lead {
	text-align: center;
/*	
	font-size: 18px;
	line-height: 3;
*/
}
.h3Box {
	padding: 30px 0;
	position: relative;
	width: 24em;
	margin: 0 auto 50px;
}
.h3Box span {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	
}
.h3Box, .h3Box span {
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
}
.h3Box.active, .h3Box.active span {
	opacity: 1;
	transform: scale(1);
}
.h3Box::before,.h3Box::after,
.h3Box span::before,.h3Box span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	
}
.h3Box::before {
	left: 0;
	top: 0;
	border-top: #000 solid 1px;
	border-left: #000 solid 1px;
}
.h3Box::after {
	right: 0;
	top: 0;
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
}
.h3Box span::before {
	left: 0;
	bottom: 0;
	border-bottom: #000 solid 1px;
	border-left: #000 solid 1px;
}
.h3Box span::after {
	right: 0;
	bottom: 0;
	border-bottom: #000 solid 1px;
	border-right: #000 solid 1px;
}

h3.catTit {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
}
#sec01{
position: relative;

}
#sec01 .flex01{
	border-bottom: #eee solid 2px;
	align-items: flex-start;

}
#sec01 .flex01 .leftBox {
	width: 35%;
align-self:stretch;
}
#sec01 .flex01 .leftBox.bottom {
		display: none;
	}
#pmenu {
	padding: 5vw 0 0;
	position: sticky;
	top: 10vh;


}
#pmenu li {
	padding: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}
#pmenu li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.3s ease-out;
}
#pmenu li:has(.sel)::after {
	width: 100%;
}

#pmenu li a {
	color: #000;
}

#pmenu li a.sel::before {
	content: "▼";
	font-size: 80%;
	display: inline-block;
	width: 1em;
	height: 100%;
	color: #c01c2e;
	margin-right: 0.3em;
	transform: rotateZ(-90deg);
}
.bottom #pmenu li a.sel::before {
	transform: rotateZ(180deg);
}


#sec01 .flex01 .rightBox{
	border-left: #eee solid 2px;
	padding: 5vw 0 7vw 5vw;
	width: 65%;
	min-height: calc(100vh - 300px);

}
#sec01 .flex01 .rightBox .itemWrap{
	opacity: 0;
	height: 0;
	transition: 1s;
	container-type: inline-size;
	overflow: hidden;
}
#sec01 .flex01 .rightBox .itemWrap.show{
	/*display: block;*/
	opacity: 1;
	height: auto;
}
#sec01 .flex01 .rightBox .itemWrap .items{
	padding-bottom: 6%;
	
}
#sec01 .items .imgBox{
	align-items: stretch;
}
#sec01 .items .imgBox .imgL{
	width: 66%;
	max-width: 460px;
}
#sec01 .items .imgBox .imgR{
	display: flex;
	align-content: space-between;
	width: 32.2%;
	max-width: 225px;
}
#sec01 .items .imgBox .imgR > div{}
#sec01 .items .txtBox{
	padding: 0 0 20px 0;
	font-size: clamp(12px, 2.0cqw, 15px);
}
#sec01 .items .txtBox .engTxt{
	font-size: 160%;
	padding-top: 0.2em;
	line-height: 1;
}
#sec01 .items .txtBox .name{
	font-size: 130%;
}
#sec01 .items .txtBox .desc{
	padding: 1em 0;
	max-width: 300px;
}


@media screen and (max-width: 959px) {
	#pmenu {
		container-type: inline-size;
	}

	#pmenu li a {
		font-size: 5.7cqw;
	}
	#sec01 .items .txtBox{
		padding: 0 0 20px 0;
		
	}
}

@media screen and (max-width: 599px) {
	#sec01 .flex01 {
		display: block;
		width: 100%;
	}
	#sec01 .flex01 .leftBox {
		width: 90%;
		background-color: #eee;
		margin: 15px auto;
		margin-bottom: 30px;
		padding: 3%;
	}
	#sec01 .flex01 .leftBox.bottom {
		display: block;
	}
	#pmenu {
		padding: 0;
		text-align: center;
	}
	#sec01 .flex01 .leftBox li {
		display: inline-block;
		margin: 0;
		padding: 0.3em 0.5em;
	}
	#sec01 .flex01 .leftBox li:nth-child(1) {
		width: 80%;
	}
	#pmenu li a {
		font-size: 4cqw;
	}
	#pmenu li a.sel {
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3)
	}
	#pmenu li a.sel::before {
		transform: rotateZ(-0deg);
}
	
	#sec01 .flex01 .rightBox {
		width: 100%;
		padding: 0;
		border: none;
		
	}
	.h3Box {
		padding: 30px 0;
		position: relative;
		width: 86%;
		max-width: 350px;
		margin: 0 auto 50px;
		container-type: inline-size;
	}
	h3.catTit {
		font-size: 5.4cqw;
	}
	#sec01 .items {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;

	}
	#sec01 .items .txtBox {
	font-size: clamp(12px, 2cqw, 16px);
		width: 86%;
		max-width: 350px;
		margin: 0 auto;
		text-align: center;
		padding-top: 0;
	}
	#sec01 .items .imgBox .imgL{
		width: 100%;
		max-width: 100%;
		padding-bottom: 10px;
	}
	#sec01 .items .imgBox .imgR{
		display: flex;
		align-content: space-between;
		width: 100%;
		max-width: 100%;
	}
	#sec01 .items .imgBox .imgR > div{
	width: 49%;
	}
}



