@charset "utf-8";
/*============================
MV
============================*/
#mv .image .image-content {
	background-image: url("../img/business/mv.jpg");
}


/*============================
コンテンツ
============================*/
.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 2.00rem 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	position: relative;
	background: #fff;
}
@media screen and (max-width: 640px) {
	.wrap {
		padding: 1.00rem 0;
	}	
}


/*コンテンツ*/
.container {
	width: 50%;
	max-width: 4.80rem;
	margin-left: 0.80rem;
	margin-right: auto;
}

.container .text_area {
	padding-top: 50vh;
}

.container .top_box .no {
	color: #E93C1E;
	font-size: 0.20rem;
	text-align: left;
	margin-bottom: 0.30rem;
}

.container .top_box .no span {
	padding-left: 1.00rem;
	position: relative;
}

.container .top_box .no span::before {
	content: '';
	width: 0.70rem;
	height: 0.01rem;
	background: #E93C1E;
	position: absolute;
	left: 0.10rem;
	top: 60%;
}

.container .top_box .cont_title {
	font-size: 0.46rem;
	font-weight: bold;
	text-align: left;
}

.container .top_box .text {
	margin-top: 0.20rem;
	text-align: left;
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.50rem;
}

.container .bottom_box {
	box-sizing: border-box;
	padding:0 0.20rem 0.20rem;
	background: #F2F2F2;
}

.container .bottom_box .bottom_title {
	font-size: 0.24rem;
	font-weight: bold;
	position: relative;
	top: -0.15rem;
}

.container .bottom_box .text {
	font-size: 0.14rem;
	line-height: 1.8;
}

.container .bottom_box strong {
	font-size: 0.16rem;
	line-height: 1.8;
	display: block;
	padding: 0.10rem;
	text-align: center;
}

.container .bottom_box li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.15rem;
	line-height: 1.8;
	padding-bottom: 0.05rem;
	padding-left: 0.15rem;
	text-indent: -0.15rem;
}

.container .bottom_box:last-child {
	margin-bottom: 50vh;
}

/*イメージ*/
.images-container {
	width: 55%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}

.images-container img {
	max-width: 100%;
	height: auto;
}

.images-container .img_area {
	width: 100%;
	max-height: 8.00rem;
	height: 100%;
	margin: auto;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .8s !important;
	opacity: 0;
}

.images-container .img_area img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.images-container .img_area:first-child,
.images-container .img_area.active {
	visibility: visible;
	opacity: 1;
}


/* SP */
.wrap .cont_wrap {
	position: relative;
	margin-bottom: 1.00rem;
}

.wrap .cont_wrap .no {
	color: #E93C1E;
	font-size: 0.15rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0.10rem;
	margin-top: 0.20rem;
}

.wrap .cont_wrap .no span {
	padding-left: 0.45rem;
	position: relative;
}

.wrap .cont_wrap .no span::before {
	content: '';
	width: 0.30rem;
	height: 0.01rem;
	background: #E93C1E;
	position: absolute;
	left: 0.10rem;
	top: 50%;
}

.wrap .cont_wrap .ph_wrap {
	width: calc(100% + 0.20rem);
	margin-left: -0.20rem;
}

.wrap .cont_wrap:nth-child(even) .ph_wrap {
	margin-left: auto;
	margin-right: -0.20rem;
}

.wrap .text_wrap {
	padding: 0 0.10rem;
	box-sizing: border-box;
}

.wrap .text_wrap .top_box .cont_title {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}

.wrap .text_wrap .top_box .text {
	font-size: 0.15rem;
	line-height: 1.65;
	margin-bottom: 0.30rem;
}

.wrap .text_wrap .bottom_box {
	box-sizing: border-box;
	padding:0 0.20rem 0.20rem;
	/* background: #F2F2F2; */
	position: relative;
	z-index: 1;
}

.wrap .cont_wrap:nth-child(even) .text_wrap .bottom_box::after {
	right: initial;
	left: -0.30rem;
	z-index: -1;
}

.wrap .text_wrap .bottom_box::after {
	content: '';
	width: calc(100% + 0.30rem);
	height: 100%;
	display: block;
	background-color: #F2F2F2;
	position: absolute;
	top: 0;
	right: -0.30rem;
	z-index: -1;

}
.wrap .text_wrap .bottom_box .bottom_title {
	font-size: 0.18rem;
	font-weight: bold;
	position: relative;
	top: -0.05rem;
}

.wrap .text_wrap .bottom_box .text {
	font-size: 0.13rem;
	line-height: 1.5;
}

.wrap .bottom_box strong {
	font-size: 0.14rem;
	line-height: 1.8;
	display: block;
	text-align: center;
	margin: 0.20rem 0 0.10rem;
}

.wrap .bottom_box li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.13rem;
	line-height: 1.65;
	padding-bottom: 0.05rem;
	padding-left: 0.13rem;
	text-indent: -0.13rem;
}