@charset "utf-8";

/*==============================================

	business

==============================================*/
main {
	background-color: var(--owt);
	padding-top: 80px;
}

.caption {
	margin: 120px 0;
}
.caption h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.caption .text {
	text-align: center;
}

.business_slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
	aspect-ratio: 683 / 449;
	object-fit: cover;
}

.slider_wrap {
	position: relative;
}
.slider_wrap .en {
	position: absolute;
	bottom: -25px;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.sec {
	margin-top: 120px;
}
.sec .content {
	margin-top: 30px;
	padding: 0 20px;
	margin-bottom: 80px;
}
.sec .content .en {
text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: var(--green);
}
.sec .content .ja {
text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: var(--green);
}
.sec .content h2 {
	text-align: center;
	font-size: 1.3rem;
	color: var(--green);
}
.sec .content h3 {
	text-align: center;
	font-size: 2.2rem;
	line-height: 2em;
	margin-top: 30px;
}
.sec .content .text {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
}
.sec .content .view_more {
	text-align: center;
	margin-top: 30px;
}
.sec .content .view_more a {
	display: inline-block;
	text-align: left;
}

.power_station .en {
	bottom: -1px;
}

 p.end {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 20px;
}



/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.sec .content .en {
text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    color: var(--green);
}
		.sec .content .ja {
text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    color: var(--green);
}
	main {
		padding-top: 0;
	}
	.caption {
		margin: 20px 0 0;
		padding: 0 20px;
	}
	.caption h2 {
		font-size: 2rem;
	}
	.caption .text {
		text-align: left;
	}
	.business_slider img {
		aspect-ratio: 1 / 1;
	}
	.slider_wrap .en {
		bottom: -18px;
	}
	.sec {
		margin-top: 80px;
	}
	.sec .content h3 {
		font-size: 2rem;
		text-align: left;
	}
	.sec .content .text {
		text-align: left;
	}
	.power_station .en {
		bottom: -1px;
	}
	.tourism .en {
		bottom: -1px;
	}
}