@charset "UTF-8";
/*-----------------------会社概要*/
.section_mv #company.mv_inner {
	background-image: url("../img/company/bg_main.jpg");
	background-position: 62% 50%;
}
.company {
	background-color: #f4f4f4;
	background-image: url("../img/common/bg_pattern.png");
	background-size: 100px auto;
}
.outline .outline_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.outline .outline_box.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.outline .outline_box.fadeIn.active {
	top: 0;
	opacity: 1;
}
.outline .outline_box .dl_outline {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	border-bottom: 1px solid #dddddd;
}
.outline .outline_box .dl_outline dt {
	width: 140px;
}
.outline .outline_box .dl_outline dd {
	width: calc(100% - 140px);
	padding-left: 40px;
}
.outline .map {
	max-width: 800px;
	margin: 40px auto 0;
}
.outline .map.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.outline .map.fadeIn.active {
	top: 0;
	opacity: 1;
}
.outline .map .m_name {
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 0.4em;
	font-family: var(--font-family-mincho);
}
.outline .map .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 400px;
	border-radius: 5px;
	overflow: hidden;
}
.outline .map .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.outline {
		padding: 50px 0;
	}
	.outline .outline_box .dl_outline {
		flex-direction: column;
	}
	.outline .outline_box .dl_outline dt {
		width: 100%;
		font-weight: 600;
	}
	.outline .outline_box .dl_outline > dd {
		width: 100%;
		padding-left: 0;
		margin-top: 0.4em;
	}
	.outline .map {
		margin: 30px auto 0;
	}
	.outline .map .m_name {
		font-size: 1.5rem;
	}
	.outline .map .g-maps {
		padding-bottom: 56.25%;
	}
}
@media screen and (max-width: 480px) {
	.outline .map .m_name {
		font-size: 1.3rem;
	}
}

.c_history {
	position: relative;
	overflow: hidden;
}
/*.c_history .bg_img {
	width: 90%;
	max-width: 700px;
	opacity: .8;
	position: absolute;
	right: -80px;
	top: 0;
}*/
.c_history .section_inner.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.c_history .section_inner.fadeIn.active {
	top: 0;
	opacity: 1;
}
.c_history .section-heading {
	max-width: 800px;
	margin: 0 auto 40px;
}
.c_history .section-heading h2 {
	position: relative;
}
.c_history .section-heading h2::after {
	content: "";
	display: block;
	width: calc(100% - 100px);
	height: 1px;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
	position: absolute;
	right: 0;
	top: 50%;
}
.c_history .c_history_box_wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.c_history .c_history_box_wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 28px);
	background-color: #cccccc;
	position: absolute;
	left: 200px;
	top: 13px;
}
.c_history .c_history_box_wrap .c_history_box {
	display: flex;
	padding-bottom: 30px;
}
.c_history .c_history_box_wrap .c_history_box:last-child {
	padding-bottom: 0;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p {
	width: 200px;
	padding-right: 40px;
	position: relative;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cccccc;
	position: absolute;
	right: -5px;
	top: 12px;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	right: 0;
	top: 16px;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p .period {
	font-size: 1.075rem;
	font-weight: 600;
	line-height: 2;
}
.c_history .c_history_box_wrap .c_history_box .c_history_txt {
	flex: 1;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.c_history .c_history_box_wrap .c_history_box .c_history_txt > p {
	font-size: 1.075rem;
}
@media screen and (max-width: 768px) {
	.main .section.c_history {
		padding: 20px 0 50px;
	}
	.c_history .section-heading {
		margin: 0 auto 30px;
	}
	.c_history .section-heading h2::after {
		width: calc(100% - 80px);
	}
	.c_history .c_history_box_wrap::before {
		left: 140px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p {
		width: 140px;
		padding-right: 30px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p::before {
		top: 9px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p::after {
		width: 30px;
		top: 13px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p .period {
		font-size: 1rem;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt {
		padding-left: 40px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt > p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.c_history .c_history_box_wrap::before {
		left: 130px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p {
		width: 130px;
		padding-right: 24px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p::after {
		width: 24px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p .period {
		font-size: 0.875rem;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt {
		padding-left: 20px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt > p {
		font-size: 0.875rem;
	}
}


