@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message {
	margin: 0 5vw 15vw;
}

#message .h3:after {
	height: 5.5vw;
	background: url(../images/company_01.svg) no-repeat top / auto 5.5vw;
}

#message p {
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin: 0 5vw 15vw;
	padding-top: 16vw;
	position: relative;
	z-index: 0;
}

#company h3 {
	margin-bottom: 7vw;
	text-align: left;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.3;
}

#company figure {
	content: '';
	width: 45vw;
	height: 26vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#company .table {
	border-top: solid 1px #e0e0e0;
}

#company dl {
	padding: 6vw 0;
	border-bottom: solid 1px #e0e0e0;
	text-align: left;
}

#company dt {
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document document
--------------------------------------------------------- */

#document {
	margin-bottom: 15vw;
}

#document .h3 {
	font-size: 5vw;
}

#document .h3:after {
	height: 7vw;
	background: url(../images/company_02.svg) no-repeat top / auto 7vw;
}

#document ul {
	display: flex;
	justify-content: space-between;
	margin: 0 5vw;
}

#document ul li {
	width: 32%;
}

#document ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 14vw;
	border-radius: 10px;
	background: var(--orange);
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}

#document ul a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 3vw;
	height: 4vw;
	margin: 0 -0.5em 0 0.5em;
	background: url(/include/images/icon_download.svg) no-repeat right / 100% auto;
}
