@charset "utf-8";
.company {
	margin-top: 14rem;
}
.company .common_fv {
	background-image: url(../img/company/company_fv@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.company_inner {
	padding-top: calc(7rem + 13rem);
	background: #e5e5e6;
	padding-bottom: 13rem;
}
.company_content {
	max-width: 1000px;
	padding: 7rem 8rem;
	margin: 0 auto 13rem;
	background: #fff;
	transform: translateY(20%);
	transition-duration: 1s;
	transition-delay: .1s;
	transition-timing-function: ease-out;
	opacity: 0;
	transition-property: opacity, transform;
}
.company_content.slide_up {
	opacity: 1;
	transform: none;
}
.company_content__ttl {
	font-size: 2.6rem;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #c7151d;
	margin-bottom: 4rem;
	margin-top: 0;
}
.company_content dl {
	font-size: 1.6rem;
	display: flex;
	margin-bottom: 4rem;
	line-height: 1.8;
}
.company_content dl:last-child {
	margin-bottom: 0;
}
.company_content dt {
	width: 12em;
}
.company_content dd {
	margin: 0;
}
.company_content dd.indent {
	padding-left: 4em;
	text-indent: -4em;
}
.company_access p {
	margin: 0;
}
.company_access .address a {
	display: inline-block;
	background: #c7151d;
	color: #fff;
	line-height: 1;
	padding: 0.2em 0.5em 0.4em;
	font-size: 1.1rem;
	font-weight: 500;
	margin-left: 10px;
}
.company_history {
	max-width: calc(1200px + 100px);
	padding: 0 5rem;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.company_history__ttl {
	font-size: 2.6rem;
	margin: 0;
	position: absolute;
	top: -1.5rem;
	left: 2.5rem;
	background: #e5e5e6;
	padding: 0 1.5rem;
	line-height: 1;
}
.company_history__box {
	width: 60%;
	border-left: 1px solid #c7151d;
	padding: 4rem 0 0 4rem;
	position: relative;
	margin-top: 8rem;
}
.company_history__box::before {
	content: "";
	width: 90%;
	height: 1px;
	background: #c7151d;
	position: absolute;
	top: 0;
	left: 0;
}
.company_history dl {
	font-size: 1.6rem;
	display: flex;
	margin-bottom: 2.4rem;
	line-height: 1.8;
}
.company_history dl:last-child {
	margin-bottom: 0;
}
.company_content dt {
	width: 12em;
}
.company_content dd {
	margin: 0;
}
.company_history__images {
	width: 40%;
}
.company_history__img1 {
	margin: 0;
}
.company_history__img2 {
	text-align: right;
	margin: 4rem 0;
}
.company_history__img3 {
	margin: 0;
	text-align: center;
}
@media screen and (max-width: 768px){
	.company {
		margin-top: 6rem;
	}
	.company .common_fv {
		background-image: url(../img/company/company_sp.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.company_inner {
		padding: 6.5rem 0 0;
		background: none;
	}
	.company_content {
		padding: 0 1.5rem;
		margin: 0 auto 6.5rem;
	}
	.company_content__ttl {
		font-size: 1.6rem;
		text-align: center;
		padding-bottom: 1rem;
		margin-bottom: 2rem;
	}
	.company_content dl {
		flex-direction: column;
		font-size: 1.3rem;
		padding: 0 0 2rem;
		border-bottom: 1px solid #e5e5e6;
		margin: 2rem 0 0;
	}
	.company_content dl:last-child {
		border: none;
	}
	.company_content dt {
		width: auto;
		font-weight: bold;
		margin-bottom: 1.5rem;
		line-height: 1;
	}
	.company_access .address a {
		padding: 0.2em 0.4em 0.3em;
		font-size: 1rem;
	}
	.company_access .tel a {
		color: #000;
	}
	.company_history {
		background: #e5e5e6;
		padding: 6.5rem 1.5rem;
		flex-direction: column;
	}
	.company_history__box {
		width: 100%;
		margin: 0;
		border: none;
		padding: 0;
	}
	.company_history__box::before {
		display: none;
	}
	.company_history__ttl {
		font-size: 1.8rem;
		position: relative;
		top: inherit;
		left: inherit;
		text-align: center;
		padding: 0;
		background-color: none;
	}
	.company_history__ttl::before {
		content: "";
		width: calc(50% - 1.8em);
		height: 2px;
		background: #c7151d;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto 0;
	}
	.company_history__ttl::after {
		content: "";
		width: calc(50% - 1.8em);
		height: 2px;
		background: #c7151d;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
	}
	.company_history dl {
		font-size: 1.2rem;
	}
	.company_history dt {
		width: 33%;
	}
	.company_history dd {
		width: 67%;
		margin-left: 0;
	}
	.company_history__images {
		width: auto;
		margin-top: ;
	}
	.company_history__img1,
	.company_history__img2,
	.company_history__img3 {
		display: none
	}
	.company_history__sp {
		margin: 3.5rem 0 0;
	}
}
