@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+39&display=swap');

/*--------------------------------------------------------------
#company-area
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#company-area{
		margin-bottom: 80px;
	}
	
	#company-area dl{
		padding: 10px 0;
	}
	
	#company-area dt{
		width: auto;
		font-size: 18px;
		font-weight: 600;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.5px;
		padding-top: 0;
		margin-bottom: 15px;
	}
	
	#company-area dd{
		width: auto;
		margin-bottom: 15px;
	}
	
	#company-area dd span{
		display: block;
	}
	
	
	
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	#company-area{
		margin-bottom: 6.25vw;
	}
	
	#company-area dl{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0.521vw 0;
	}
	
	#company-area dt{
		width: 11.97vw;
		font-size: 1.042vw;
		font-weight: 500;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.5px;
		padding-top: 0.521vw;
		margin-bottom: 0;
	}
	
	#company-area dd{
		width:32.29vw;
		margin-bottom: 0;
	}
	
	#company-area dd span{
		display: block;
	}
	
}


/*--------------------------------------------------------------
#member-area
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#member-area{
		margin-bottom: 100px;
	}
	
	#member-area dl{
		padding: 15px 0;
		border-bottom: 1px solid #0059FF;
		margin-bottom: 20px;
	}
	
	#member-area dt{
		width: auto;
		font-size: 18px;
		font-weight: 600;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}
	
	#member-area dd{
		width: auto;
		font-size: 18px;
		font-weight: 400;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: 0;
		line-height: 1.6;
	}
	
	#member-area dl span{
		margin: 0 10px;
	}
	
	
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	#member-area{
		margin-bottom: 8.854vw;
	}
	
	#member-area dl{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0.781vw 0;
		border-bottom: 1px solid #0059FF;
		align-items: center;
		margin-bottom: 0;
	}
	
	#member-area dt{
		width: 11.97vw;
		font-size: 1.042vw;
		font-weight: 500;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.5px;
		margin-bottom: 0;
	}
	
	#member-area dd{
		width: 32.29vw;
		font-size: 1.302vw;
		font-weight: 500;
		font-family: "Inter Tight", sans-serif;
		letter-spacing: -0.5px;
		line-height: 1;
	}
	
	#member-area dl span{
		margin: 0 0.521vw;
	}
	
	
}

/*--------------------------------------------------------------
#vision-area
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#vision-area h4{
		font-family: "Noto Serif JP", serif;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	
	
	
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	#vision-area h4{
		font-family: "Noto Serif JP", serif;
		font-size: 2.083vw;
		font-weight: 700;
		margin-bottom: 1.562vw;
	}
	
}