@charset "utf-8";


/* ---------------------------------------------------------
 * #lead
** --------------------------------------------------------- */
#lead {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-top: 80px;
	padding-bottom: 80px;
}
#lead div {
	flex-shrink: 0;
	margin-right: 30px;
	color: #414D60;
	font-size: 36px;
	letter-spacing: 5px;
}
#lead::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #A8C0DD 0%, rgba(168, 192, 221, 0.00) 100%);
	margin-bottom: 30px;
}
#lead span {
	color: #9E9268;
}
@media (max-width: 959px) {
	#lead {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#lead div {
		font-size: 28px;
		letter-spacing: 3px;
	}
	#lead::after {
		margin-bottom: 25px;
	}
}
@media (max-width: 519px) {
	#lead {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#lead div {
		font-size: 26px;
		letter-spacing: 3px;
	}
	#lead::after {
		margin-bottom: 20px;
	}
}




/* ---------------------------------------------------------
 * .services
** --------------------------------------------------------- */
.services {
	padding-bottom: 100px;
	background-image: url("../img/indiba_bg01.png"), url("../img/indiba_bg02.png"), url("../img/indiba_bg03.png");
	background-repeat: no-repeat;
	background-position: right top, left center, right bottom 400px;
}
.services section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.services section:not(:first-child) {
	margin-top: 60px;
}
.services .img {
	width: calc(60000% / 1260);
}
.services section:nth-child(2n) .img {
	order: 2;
}
.services .img img {
	width: 100%;
}
.services .content {
	width: calc(60000% / 1260);
}
.services .subttl {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #6D8EB6;
	font-size: 18px;
}
.services .subttl span {
	display: block;
	width: 50px;
	height: 1px;
	background-image: linear-gradient(270deg, #A8C0DD 0%, rgba(168, 192, 221, 0.00) 100%);
}
.services h2 {
	color: #414D60;
	font-size: 28px;
	letter-spacing: 5px;
}
.services p {
	margin-top: 25px;
	color: #7C7F92;
}
.services dl {
	margin-top: 25px;
}
.services dl div {
	display: flex;
	align-items: center;
	gap: 20px;
}
.services dl div:not(:first-child) {
	margin-top: 6px;
}
.services dt {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 60px;
	background-color: #9E9268;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.services dd {
	color: #7C7F92;
}
@media (max-width: 959px) {
	.services {
		padding-bottom: 60px;
		background-position: right top, left center, right bottom 300px;
	}
	.services section:not(:first-child) {
		margin-top: 40px;
	}
	.services h2 {
		font-size: 24px;
		letter-spacing: 3px;
	}
	.services p {
		margin-top: 15px;
	}
	.services dl {
		margin-top: 15px;
	}
}
@media (max-width: 519px) {
	.services h2 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.services section {
		display: block;
	}
	.services .img,
	.services .content {
		width: 100%;
	}
	.services .content {
		margin-top: 15px;
	}
}




/* ---------------------------------------------------------
 * #products
** --------------------------------------------------------- */
#products {
	display: flex;
}
#products .content {
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 50px;
	background-image: url("../img/bg_cloud.jpg");
	background-position: center;
	background-size: cover;
}
#products .inner {
	max-width: 520px;
	margin-left: auto;
	padding: 30px 60px 30px 20px;
}
#products h2 {
	color: #414D60;
	font-size: 28px;
	letter-spacing: 3px;
}
#products p {
	margin-top: 25px;
	color: #7C7F92;
}
#products .btn_area {
	margin-top: 40px;
}
#products .btn_area a {
}
#products .btn_area a::before {
	background-color: #414D60;
}
#products .img {
	width: 50%;
}
#products .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
@media (max-width: 959px) {
	#products h2 {
		font-size: 24px;
	}
	#products p {
		margin-top: 15px;
	}
	#products .btn_area {
		margin-top: 20px;
	}
}
@media (max-width: 519px) {
	#products {
		display: block;
	}
	#products .content {
		width: 100%;
		margin-top: 0;
	}
	#products .inner {
		max-width: 100%;
		margin-left: 0;
		padding: 30px 20px;
	}
	#products h2 {
		font-size: 24px;
	}
	#products .img {
		width: 100%;
	}
	#products .img img {
		width: 100%;
		height: auto;
	}
}