@charset "UTF-8";
/*-----------------------施工内容*/
.section_mv #business.mv_inner {
	background-image: url("../img/business/mv.jpg");
	background-position: 76% 50%;
}
.business .section.intro {
	padding: 80px 0;
}
.b_title_area {
	margin-left: 5%;
	display: flex;
	justify-content: space-between;
}
.b_title_area.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.b_title_area.fadeIn.active {
	top: 0;
	opacity: 1;
}
.b_title_area .textbox {
	width: 47%;
	min-width: 600px;
}
.b_title_area .b_title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.b_title_area .b_title > span {
	color: #193c8c;
}
.b_title_area .imagebox {
	flex: 1;
	padding-left: 4%;
}
.b_title_area .imagebox .imagebox_inner {
	width: 100%;
	height: 100%;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}
.b_title_area .imagebox .imagebox_inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
@media screen and (max-width: 1199px) {
	.b_title_area .textbox {
		min-width: 500px;
	}
	.b_title_area .b_title {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 991px) {
	.b_title_area {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
	}
	.b_title_area .textbox {
		width: 100%;
		min-width: 100%;
		margin-bottom: 2em;
	}
	.b_title_area .imagebox {
		padding-left: 0;
	}
	.b_title_area .imagebox .imagebox_inner {
		min-height: unset;
		aspect-ratio: 7 / 5;
	}
}
@media screen and (max-width: 768px) {
	.business .section.intro {
		padding: 50px 0;
	}
	.b_title_area .b_title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.b_title_area .b_title {
		font-size: 1.8rem;
	}
}

.section.process {
	padding: 80px 5%;
}
.process .process_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.process .process_inner.fadeIn.active {
	top: 0;
	opacity: 1;
}
.process .process_inner .p_title_area {
	width: 350px;
	position: sticky;
	top: 100px;
}
.process .process_inner .p_title_area .p_title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	color: #05287d;
	margin-bottom: 0.2em;
}
.process .process_inner .p_title_area .p_title_lead {
	font-size: 1.5rem;
	letter-spacing: 1px;
	color: #05287d;
}
.process .process_inner .p_box_container {
	flex: 1;
	padding-left: 4%;
	height: auto;
}
.process .process_inner .p_box_container .p_box {
	border: 1px solid #05287d;
	display: flex;
	margin-bottom: 40px;
	position: relative;
}
.process .process_inner .p_box_container .p_box:last-of-type {
	margin-bottom: 0;
}
.process .process_inner .p_box_container .p_box::after {
	content: "";
	display: block;
	border-top: 30px solid #05287d;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.process .process_inner .p_box_container .p_box:last-of-type::after {
	content: none;
}
.process .process_inner .p_box_container .p_box .process_num {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #05287d;
}
.process .process_inner .p_box_container .p_box .process_num .lead {
	font-size: 1.3rem;
	color: #ffffff;
}
.process .process_inner .p_box_container .p_box .process_num .num {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
}
.process .process_inner .p_box_container .p_box .p_detail {
	flex: 1;
	padding: 2em;
	background-color: #ffffff;
}
.process .process_inner .p_box_container .p_box .p_detail .title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.7em;
}
@media screen and (max-width: 991px) {
	.section.process {
		padding: 30px 5%;
	}
	.process .process_inner {
		flex-direction: column;
	}
	.process .process_inner .p_title_area {
		width: 100%;
		margin-bottom: 2em;
		position: relative;
		top: unset;
	}
	.process .process_inner .p_title_area .p_title {
		font-size: 2.6rem;
	}
	.process .process_inner .p_title_area .p_title_lead {
		font-size: 1.3rem;
	}
	.process .process_inner .p_box_container {
		padding-left: 0;
	}
	.process .process_inner .p_box_container .p_box {
		margin-bottom: 30px;
	}
	.process .process_inner .p_box_container .p_box::after {
		border-top: 20px solid #05287d;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		bottom: -20px;
	}
	.process .process_inner .p_box_container .p_box .process_num .lead {
		font-size: 1.2rem;
	}
	.process .process_inner .p_box_container .p_box .process_num .num {
		font-size: 2.6rem;
	}
	.process .process_inner .p_box_container .p_box .p_detail {
		padding: 1.5em;
	}
	.process .process_inner .p_box_container .p_box .p_detail .title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 768px) {
	.process .process_inner .p_title_area .p_title {
		font-size: 2.2rem;
	}
	.process .process_inner .p_box_container .p_box .process_num .num {
		font-size: 2.4rem;
	}
	.process .process_inner .p_box_container .p_box .p_detail {
		padding: 1.5em;
	}
	.process .process_inner .p_box_container .p_box .p_detail .title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.process .process_inner .p_box_container .p_box .process_num {
		width: 70px;
	}
	.process .process_inner .p_box_container .p_box .process_num .lead {
		font-size: 1.1rem;
	}
	.process .process_inner .p_box_container .p_box .process_num .num {
		font-size: 2.2rem;
	}
	.process .process_inner .p_box_container .p_box .p_detail .title {
		font-size: 1.8rem;
	}
}

.section.procedure {
	padding: 40px 5% 80px;
}
.procedure.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.procedure.fadeIn.active {
	top: 0;
	opacity: 1;
}
.procedure .list_process_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.procedure .list_process_img li {
	width: 15%;
	margin-bottom: 3%;
}
.procedure .list_process_img li .imgwrap {
	width: 100%;
	aspect-ratio: 3 / 4;
	position: relative;
	overflow: hidden;
}
.procedure .list_process_img li .imgwrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.procedure .list_process_img li .num {
	display: inline-block;
	padding: 0.5em 1.4em 0.5em 0.9em;
	background-color: #f9f9f9;
	color: #05287d;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: -1px;
	bottom: -1px;
}
.procedure .list_process_img li .caption {
	line-height: 1.6;
	margin-top: 0.5em;
}
@media screen and (max-width: 1199px) {
	.procedure .list_process_img li {
		width: 31%;
	}
}
@media screen and (max-width: 768px) {
	.section.procedure {
	padding: 20px 5% 50px;
}
	.procedure .list_process_img li {
		width: 48%;
		margin-bottom: 5%;
	}
	.procedure .list_process_img li .num {
		font-size: 1.6rem;
	}
}

