@charset "utf-8";

header{
	display: none!important;
}
footer{
	display: none!important;
}
.breadcrumb{
	display: none!important;
}
.wrap-header{
	width: 100%;
	padding: 0;
	margin: 3vw auto 0 auto;
	position: relative;
}
.wrap-header .inner-content{
	width: 100%;
	display: block;
	border-radius: 0px;
	overflow: hidden;
	padding: 0;
	border: none;
	background: none;
	background-size:cover;
	background-position: center center;
}
.wrap-header .inner-content h2{
	font-size: 5vw;
	line-height: 1.0em;
}
.wrap-header .inner-content h3{
	font-size: 3vw;
	line-height: 1.4em;
	margin: 0.8vw 0 0 0;
	padding: 0 0 0 0.1em;
}
.wrap-header .inner-content p{
	font-size: max(1.4vw, 14px);
	font-weight: bold;
	margin: 1.4vw 0 0 0;
	padding: 0 0 0 0.3em;
}
.wrap-header .scrolldown{
	display: none;
}
.wrap-company-profile{
	width: 100%;
	padding: 0;
	margin: 8vw auto 0 auto;
	position: relative;
	page-break-after: always;
	break-inside: avoid;
}
.wrap-company-profile .inner-content{
	width: 100%;
}
.wrap-company-profile .inner-content h4{
	font-size: 2.4vw;
	line-height: 1.4em;
	transition: color 0.2s;
}
.wrap-company-profile .inner-content dl{
	width: 100%;
	list-style: none;
	padding: 0 0 0 0;
}
.wrap-company-profile .inner-content dl dd{
	width: 100%;
	display: flex;
	border-top: solid 1px #d2d2d2;
	padding: 1.4vw 0 1.4vw 0;
}
.wrap-company-profile .inner-content dl dd:nth-child(1){
	border: none;
}
.wrap-company-profile .inner-content dl dd .ttl{
	font-size: 14px;
	width: 22%;
	padding: 0 0 0 0;
}
.wrap-company-profile .inner-content dl dd .txt{
	font-size: 14px;
	width: 78%;
	padding: 0.1vw 1.4vw 0 1.4vw;
}
.wrap-company-profile .inner-content dl dd .txt ul{
	counter-reset: listnum;
	list-style: none;	
}
.wrap-company-profile .inner-content dl dd .txt ul li{
	position: relative;
	padding: 0 0 0 1.8em;
}
.wrap-company-profile .inner-content dl dd .txt ul li::after{
	display: inline-block;
	counter-increment: listnum;
	content: "(" counter(listnum) ")";
	position: absolute;
	top: 0;
	left: 0;
}
.wrap-company-profile .inner-content dl dd .txt table{
	width: 100%;
}
.wrap-company-profile .inner-content dl dd .txt table td:nth-of-type(1){
	width: 14vw;
}
.wrap-company-profile .inner-content dl dd iframe{
	width: 100%;
	height: 26vw;
}