@charset "utf-8";

.story-inner-left {
  min-height:1050px;
}

@media all and (max-width: 1024px) {
  .story-inner-left {
    min-height:auto;
  }
}

.story-inner-right {
	margin-bottom: 174px;
}
@media all and (max-width: 768px) {
	.story-inner-right {
		margin-bottom: 65px;
	}
}
.story-inner-left .story-content-img03 {
	width: 100%;
	margin-bottom: 12.5%;
	margin-right: 0;
}
@media all and (max-width: 768px) {
	.story-inner-left .story-content-img03 {
		margin-right: 12.5%;
		margin-left: auto;
		width: 66.6%;
		margin-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		margin: 0;
		left: initial;
	}
}
.story-inner-left .story-content-img04 {
	width: 62.5%;
	margin-right: 12.5%;
	margin-left: auto;
}
@media all and (max-width: 768px) {
	.story-inner-left .story-content-img04 {
		width: 40%;
		margin-left: 0;
		position: absolute;
		top: 37vw;
		left: 0;
		z-index: 1;
	}
}
