.p-company {
	padding-top: 6rem;
	padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
	.p-company {
		padding-top: 7vw;
		padding-bottom: 25.641025641vw;
	}
	.p-company .l-content-inner {
		padding: 0 2.5641025641vw;
	}
}
.p-company .l-narrow-inner {
	width: 100rem;
}
.l-narrow-inner img{
	margin-top:5rem;
}
@media screen and (max-width: 767px) {
	.l-narrow-inner img{
		margin-top:5vw;
	}
}

.p-message {
	padding-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-message {
		padding-top: 11.5384615385vw;
	}
}
.p-message__ttl {
	text-align: center;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-message__ttl {
		font-size: 6.1538461538vw;
	}
}
.p-message__content {
	padding-top: 9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-message__content {
		padding-top: 15.3846153846vw;
		display: block;
	}
}
.p-message__image {
	width: 34.2rem;
}
@media screen and (max-width: 767px) {
	.p-message__image {
		width: 64.1025641026vw;
		margin: 7.6923076923vw auto auto;
	}
}
.p-message__image span {
	text-align: center;
	font-size: 1.5rem;
	display: block;
	margin-top: 1rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-message__image span {
		font-size: 3.5897435897vw;
		line-height: 1.8571428571;
		margin-top: 2.5641025641vw;
	}
}
.p-message__text {
	width: 62rem;
}
@media screen and (max-width: 767px) {
	.p-message__text {
		width: 100%;
	}
}
.p-message__text p {
	line-height: 2;
	font-size: 1.5rem;
}

.p-history {
	padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-history {
		padding-top: 24.358974359vw;
	}
}
.p-history .c-pagettl {
	padding-top: 0;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.p-history .c-pagettl {
		margin-bottom: 2.5641025641vw;
	}
}
.p-history .c-table {
	margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
	.p-history .c-table {
		margin-bottom: 25.641025641vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-history .c-table th {
		padding-left: 3.5rem;
	}
}

.oldtimer_image {
	padding-top: 5rem;
}




/*# sourceMappingURL=company.css.map */