@charset "UTF-8";
@media (min-width: 768px) {
	body.about .catch {
		height: 500px;
	}
}
@media (max-width: 767px) {
	body.about .catch {
		height: 120px;
	}
}
body.about .catch figure {
	width: 100%;
	height: 100%;
	background: url(../img/about/header-bg.jpg) no-repeat center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body.about main > section h2 {
	text-align: center;
	line-height: 1.6;
}
@media (max-width: 767px) {
	body.about main > section h2 {
		margin-bottom: 20px;
	}
}
body.about main > section h2 span {
	display: block;
}
body.about main > section h2 [lang=ja] {
	font-size: 40px;
}
@media (max-width: 767px) {
	body.about main > section h2 [lang=ja] {
		font-size: 22px;
	}
}
body.about main > section h2 [lang=en] {
	font-size: 18px;
}
@media (max-width: 767px) {
	body.about main > section h2 [lang=en] {
		font-size: 12px;
	}
}
body.about main > section .container {
	position: relative;
}
@media (min-width: 768px) {
	body.about main > section .container {
		width: 1220px;
	}
}
@media (min-width: 768px) {
	body.about #introduction,
	body.about #history {
		padding: 90px 0;
	}
}
@media (min-width: 768px) {
	body.about #introduction h2,
	body.about #history h2 {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin: 0;
		padding: 50px 50px 0;
		position: absolute;
		left: 0;
		top: -200px;
		line-height: 2;
		text-align: left;
		border-radius: 20px;
		background: #FFF;
	}
	body.about #introduction h2 [lang=ja],
	body.about #history h2 [lang=ja] {
		padding-top: 40px;
	}
}
@media (min-width: 768px) {
	body.about #introduction::before, body.about #introduction::after {
		content: "";
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70px;
		height: 1px;
		background: #000;
	}
}
body.about #introduction figure {
	margin: 40px 0;
}
@media (max-width: 767px) {
	body.about #introduction figure {
		margin: 40px;
	}
}
body.about #introduction p {
	text-align: center;
	line-height: 3;
}
@media (max-width: 767px) {
	body.about #introduction p {
		line-height: 2;
		text-align: left;
	}
}
body.about #history {
	background: #F7F7F7;
}
@media (min-width: 768px) {
	body.about #history {
		margin-top: 400px;
		margin-bottom: 45px;
		padding-top: 310px;
	}
}
body.about #history h2 {
	background: none;
}
@media (min-width: 768px) {
	body.about #history h2 {
		top: -720px;
		padding: 0 50px;
	}
}
@media (min-width: 768px) {
	body.about #history .head-pic {
		position: absolute;
		top: -580px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
body.about #history ul {
	border-left: 2px dashed #000;
}
@media (min-width: 768px) {
	body.about #history ul {
		width: 934px;
		margin-left: auto;
		margin-right: auto;
	}
}
body.about #history ul li {
	clear: both;
	position: relative;
	top: -7px;
	margin-left: 60px;
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	body.about #history ul li {
		margin-left: 30px;
		margin-bottom: 40px;
	}
}
body.about #history ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: -67px;
	top: 7px;
	width: 12px;
	height: 12px;
	background: #000;
	border-radius: 50%;
}
@media (max-width: 767px) {
	body.about #history ul li::before {
		left: -37px;
	}
}
body.about #history ul li .year {
	font-size: 16px;
}
@media (min-width: 768px) {
	body.about #history ul li .year {
		float: left;
		width: 170px;
		text-align: center;
	}
}
body.about #history ul li .year span {
	display: block;
}
body.about #history ul li .year span::before, body.about #history ul li .year span::after {
	content: " | ";
}
@media (min-width: 768px) {
	body.about #history ul li .text {
		margin-left: 200px;
	}
}
body.about #history ul li .text figure {
	text-align: left;
}
body.about #history ul li .text figure img {
	display: inline-block;
}
body.about #history ul li:last-child {
	top: 7px;
}
body.about #history ul li:last-child .year {
	float: none;
}
body.about #access .google-map {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
body.about #access .google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
@media (min-width: 768px) {
	body.about #company dl {
		width: 730px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
}
body.about #company dt, body.about #company dd {
	margin-bottom: .5em;
}
@media (min-width: 768px) {
	body.about #company dt {
		width: 9em;
		clear: left;
		float: left;
	}
}
@media (min-width: 768px) {
	body.about #company dd {
		margin-left: 9em;
	}
}
@media (max-width: 767px) {
	body.about #company dt {
		font-weight: bold;
		margin-bottom: .2em;
		padding-left: 10px;
		border-left: 3px solid #000;
	}
	body.about #company dd {
		margin-left: 0;
		font-size: 14px;
		margin-bottom: .8em;
	}
}
