@charset "utf-8";


.ency_history {
	padding: 10px 0 100px;
}
.ency_history .ency_teaser {
	padding: 0 0 0 35px;
	gap: 0 20px;
}
.ency_history .ency_teaser .teaser_img img {
	width: 569px;
}
.ency_history .ency_teaser .teaser_cont {
	width: 305px;
	height: 302px;
	background-image: url("../images/page2/circle_teaser.png");
	margin: 80px 0 0;
}
.ency_history .ency_teaser .teaser_tit {
	padding: 0 0 0 8px;
}
.ency_history .ency_teaser .teaser_p {
	top: -35px;
	padding: 0 5px 0 0;
}
.ency_history .ency_teaser .teaser_p img {
	width: 27px;
}
@media (max-width: 767px) {
.ency_history {
	padding: 25px 0 50px;
}
.ency_history .ency_teaser {
	padding: 0;
	gap: 40px 0;
}
.ency_history .ency_teaser .teaser_img {
	padding: 0 30px;
}
.ency_history .ency_teaser .teaser_img img {
	width: auto;
}
.ency_history .ency_teaser .teaser_cont {
	width: 155px;
	height: 152px;
	margin: 0;
}
.ency_history .ency_teaser .teaser_tit {
	padding: 0 0 0 5px;
}
.ency_history .ency_teaser .teaser_p {
	top: -15px;
	padding: 0;
}
.ency_history .ency_teaser .teaser_p img {
	width: 14px;
}
}

.ency_history .history_road {
	margin: 110px 0 0;
	padding: 0 0 280px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.ency_history .ency_hdl {
	margin: 0 0 45px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.ency_history .ency_hdm {
	margin: 60px 100px 0 0;
	padding-right: 20px;
	padding-left: 25px;
}
.ency_history .history_road .road_box {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.ency_history .history_road .road_map {
	position: absolute;
	right: 0;
	top: min(160px,14.55vw);
	z-index: 0;
}
.ency_history .history_road .road_map img {
	width: 1100px;
}
.ency_history .history_road .road_map_txt {
	margin: min(380px,34.54vw) 0 0;
	width: 51%;
	align-self: flex-end;
	position: relative;
	z-index: 1;
}
@media (max-width: 1024px) {
.ency_history .history_road {
	padding: 0;
}
.ency_history .ency_hdm {
	margin: 60px 0 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.ency_history .history_road .road_box {
	width: 100%;
}
.ency_history .history_road .road_map {
	position: static;
}
.ency_history .history_road .road_map_txt {
	margin: 50px 0 0;
	width: 100%;
}
}


@media (max-width: 767px) {
.ency_history .history_road {
	padding: 0;
	margin: 50px 0 0;
}
.ency_history .ency_hdl {
	margin: 0 0 25px;
}
.ency_history .ency_hdm {
	margin: 50px 0 25px;
	padding-right: 50px;
	padding-left: 50px;
}
.ency_history .history_road .road_box {
	width: 100%;
}
.ency_history .history_road .road_map {
	position: static;
}
.ency_history .history_road .road_map_txt {
	margin: 25px 0 0;
}
}



















