@charset 'UTF-8';

.index-designer .box {
	margin-bottom: 27px;
}
.index-designer .box .image {
	width: 360px;
}
.index-designer .title {
	font-weight: bold;
	color: #f4901e;
	font-size: 2rem;
	text-align: center;
	margin-bottom: -19px;
}
.index-designer .text_box {
	background: #ffffff;
	padding: 35px 40px 25px;
}
/* .index-designer */
.index-construction .bg-title {
	font-size: 4rem;
	font-family: "Lexend Deca", sans-serif;
	line-height: 1.2;
	color: #4d4d4d;
	letter-spacing: 0;
	margin-bottom: 6px;
}
.index-construction .bg-title span:first-child {
	color: #4d8f6c;
	margin-right: 12px;
}
.index-construction .bg-title span:last-child {
	color: #f4901e;
	margin-left: 12px;
}
.index-construction .box {
	margin-bottom: 30px;
}
.index-construction .article {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index-construction .imgbig {
	max-width: 350px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: url("../image/icon02.png") center no-repeat;
}
.index-construction .square {
	max-width: 160px;
	width: 100%;
}
.index-construction .box .text_box {
	max-width: 340px;
	width: 100%;
}
.index-construction .box .text {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.index-construction .btn {
	max-width: 120px;
	width: 100%;
}
.index-construction .btn a {
	font-size: 1.2rem;
	text-align: center;
	color: #ffffff;
	display: block;
	line-height: 30px;
	background: #f4901e;
}
.index-construction .btn a:hover {
	text-decoration: none;
	background: #4d8f6c;
}
.index-construction .box01 {
	background: #e8e4da;
	padding: 33px 40px 34px;
	box-shadow: 5px 5px 0px #d4cdbf;
	margin-top: 50px;
}
.index-construction .title {
	color: #4d8f6c;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.index-construction .box01 .text p + p {
	margin-top: 20px;
	text-align: right;
}
/* .index-construction */
.index-voice .bg-title {
	font-size: 4rem;
	font-family: "Lexend Deca", sans-serif;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 6px;
	color: #f4901e;
}
.index-voice .box {
	display: flex;
	justify-content: space-between;
}
.index-voice .article {
	max-width: 220px;
	width: 100%;
}
.index-voice .image {
	text-align: center;
	min-height: 97px;
}
.index-voice .title {
	font-weight: bold;
	color: #4d8f6c;
	font-size: 1.8rem;
	text-align: center;
}
.index-voice .text {
	font-size: 1.2rem;
}
.index-voice .btn {
	max-width: 200px;
	width: 100%;
	margin: 25px 0 0 auto;
}
.index-voice .btn a {
	position: relative;
	color: #ffffff;
	display: block;
	text-align: center;
	background: #f4901e;
	line-height: 50px;
}
.index-voice .btn a::after {
	content: "";
	position: absolute;
	width: 44px;
	height: 30px;
	left: -30px;
	top: 10px;
	background: url("../image/icon04_off.png") center no-repeat;
}
.index-voice .btn a::before {
	content: '';
	display: none;
	background: url("../image/icon04_on.png");
}
.index-voice .btn a:hover {
	background: #4d8f6c;
	text-decoration: none;
}
.index-voice .btn a:hover::after {
	background: url("../image/icon04_on.png") center no-repeat;
}
/* news
------------------------------*/
.index-news .bg-title {
	font-size: 4rem;
	font-family: "Lexend Deca", sans-serif;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 6px;
	color: #f4901e;
}
.index-news .button {
	max-width: 132px;
	width: 100%;
	margin: 0 0 0 auto;
}
.index-news .button a {
	display: block;
	position: relative;
	text-align: right;
	font-weight: normal;
	padding-left: 15px;
	line-height: 34px;
}
.index-news .button a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 13px;
	left: 14px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #4d8f6c;
}
.index-news .button a:hover {
	text-decoration: none;
	color: #f4901e;
}
.index-news .button a:hover::after {
	border-left: 6px solid #f4901e;
}
