@charset "utf-8";

.page-index .page-head {
	background-image: url("../img/index/header_bg.jpg");
	background-position: center 40%;
	position: relative;
}

.page-index .page-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
}

.page-index .service .body {
	background-image: url("../img/index/service.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 900px;
}

.page-index .company .body {
	background-image: url("../img/index/company.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 900px;
}

.page-index .section .body .content {
	padding: 4%;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}

.page-index .section .body .content .title {
	font-weight: bold;
	text-align: left;
	font-size: 4rem;
	line-height: 1.4;
}

.page-index .section .body .content .detail {
	font-weight: bold;
	text-align: left;
	font-size: 2rem;
	line-height: 1.6;
	margin-top: 30px;
}

.page-index .section .body .content .button {
	font-weight: bold;
	text-align: center;
	font-size: 2.6rem;
	padding: 20px 80px;
	min-width: 400px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid;
	background-color: #fff;
}

.page-index .section.message {
	background-image: url("../img/index/message_bg.jpg");
	color: #fff;
}

.page-index .section.message::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}


.page-index .section.message .detail {
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight: bold;
}

.page-service .page-head {
	background-image: url("../img/service/header_bg.jpg");
	background-position: center 65%;

}

.page-service .page-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
}


.page-service .service-list .item {
	border-bottom: 1px solid #000;
	padding: 50px;

}

.page-service .service-list .item .image {

}

.page-service .service-list .item .content {
	padding-left: 100px;
}

.page-service .service-list .item .content .head {
	text-align: left;
}

.page-service .service-list .item .content .head .title {
	text-align: left;
	color: #000;
	padding: 0;
	font-size: 5rem;
}

.page-service .service-list .item .content .body .detail {
	padding: 0;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}

.page-company .page-head {
	background-image: url("../img/company/header_bg.jpg");

}

.page-company .page-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
}


.page-company .company-list .item {
	font-size: 2rem;
	line-height: 1.4;
	border: 1px solid #000;
	text-align: left;
	padding: 20px 30px;
}

.page-company .company-list .item.label {
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-weight: bold;
}

.page-company .company-list .item.value {
	font-size: 1.8rem;
}

.page-company .section .title2 {
	color: #000;
	padding: 0;
	font-size: 5rem;
	margin-bottom: 50px;
	font-weight: bold;
}

@media ( max-width: 1439px) {
	/* max-width:1439px */
}

@media ( max-width: 1023px) {
	/* max-width:1023px */
}

@media ( max-width: 767px) {
	/* max-width:1023px */
}

@media ( max-width: 424px) {
	/* max-width:424px */
}

@media ( max-width: 374px) {
	/* max-width:374px */
}


