@charset "utf-8";

.story-inner-left {
  min-height:1050px;
}

@media all and (max-width: 1024px) {
  .story-inner-left {
    min-height:auto;
  }
}
.story-inner-left .story-content-img02 {
	width: 100%;
	margin-bottom: 12.5%;
	margin-right: 0;
}
@media all and (max-width: 768px) {
	.story-inner-left .story-content-img02 {
		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-img03 {
	width: 62.5%;
	margin-right: 12.5%;
	margin-left: auto;
}
@media all and (max-width: 768px) {
	.story-inner-left .story-content-img03 {
		width: 40%;
		margin-left: 0;
		position: absolute;
		top: 37vw;
		left: 0;
		z-index: 1;
	}
}
.series-heading {
	margin: 0 0 15px;
}
@media all and (max-width: 768px) {
	.series-heading {}
}
.series-heading-atten {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 44px;
}
@media all and (max-width: 768px) {
	.series-heading-atten {
		margin-bottom: 0;
	}
}
.series-inner {}
@media all and (max-width: 768px) {
	.series-inner {
		padding: 100px 0 0;
	}
}
.no-logo {
	padding-top: 120px;
}
@media all and (max-width: 768px) {
	.no-logo {
		padding-top: 0;
	}
}
