﻿@charset "UTF-8";

/* ▼▼▼ トップ
=====================================*/
#main {
	background: url(../img/company/company_bg.jpg)no-repeat top center;
	background-size: 100% auto;
}

h4.mincho {
	font-size: 26px;
}

/* ごあいさつ */
#greeting.inner_box.corner {
	padding-left: 50px;
	padding-top: 50px;
}

#greeting .txt {
	float: left;
	width: 100%;
}

#greeting .txt h4 {
	margin: 30px 0 20px;
}

#greeting figure {
	float: right;
	width: 22%;
}

#greeting figure figcaption {
	margin-top: 5px;
	font-size: 14px;
}

#greeting figure figcaption span {
	font-size: 20px;
}

/* 企業理念 */
#philosophy p {
	margin-bottom: 20px;
}

#philosophy h4 {
	margin-bottom: 30px;

	text-align: center;
}

#philosophy ul {
	width: 98%;
	margin: 0 auto;
}

#philosophy ul li {
	line-height: 1.7;
}

/* 社是 */
#plan h4 {
	display: flex;
	align-items: center;
	width: 60%;
	margin: 0 auto 30px;
	text-align: center;
}

#plan h4:before,
#plan h4:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #b6b6b6;
	display: block;
}

#plan h4:before {
	margin-right: .7em;
}

#plan h4:after {
	margin-left: .7em;
}

#plan ul {
	width: 55%;
	margin: 0 auto 70px;
}

#plan ul li {
	font-size: 18px;
	line-height: 1.9;
}

#plan p {
	text-align: center;
}

/* 沿革 */
#outline dl {
	clear: both;
	width: 100%;
}

#outline dl dt {
	width: 20%;
	padding: 10px 0 10px 25px;
}

#outline dl dd {
	width: 80%;
	padding: 10px 0;
}

#outline dl dt,
#outline dl dd {
	float: left;
	border-top: solid 1px #b5b5b5;
}

#outline dl:last-child dt,
#outline dl:last-child dd {
	border-bottom: solid 1px #b5b5b5;
}

#outline img {
	padding: 5px 0;
}

/* アクセスマップ */
#accessmap {
	overflow: hidden;
}

#accessmap p a {
	float: right;
}

#accessmap p a::after {
	content: "\f08e";
	font-family: FontAwesome;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
	#main {
		margin-top: 50px;
		background: url(../img/company/company_bg.jpg)no-repeat top center;
		background-size: contain;
	}

	h4.mincho {
		font-size: 18px;
	}

	/* ごあいさつ */
	#inner .corner::before {
		top: 0%;
	}

	#greeting.inner_box.corner {
		padding-left: 0px;
	}

	#greeting .txt {
		float: none;
		width: 100%;
		padding: 0 10px 15px 20px;
	}

	#greeting .txt h4 {
		margin: 25px 0 10px;
	}

	#greeting figure {
		float: none;
		width: 100%;
		text-align: center;
	}

	#greeting figure img {
		width: 40%;
	}

	#greeting figure figcaption {
		font-size: 11px;
		text-align: center;
	}

	#greeting figure figcaption span {
		font-size: 15px;
	}

	/* 企業理念 */
	#philosophy p {
		margin-bottom: 15px;
	}

	#philosophy h4 {
		margin-bottom: 15px;
	}

	#philosophy ul {
		width: 100%;
		margin: 0 auto;
	}

	#philosophy ul li {
		text-indent: -1em;
		padding-left: 1em;
	}

	/* 社是 */
	#plan h4 {
		width: 100%;
		margin: 0 auto 15px;
	}

	#plan ul {
		width: 100%;
		margin: 0 auto 15px;
	}

	#plan ul li {
		font-size: 15px;
		line-height: 1.9;
		text-indent: -1em;
		padding-left: 1em;
	}

	#plan p {
		width: 50%;
		margin: 0 auto;
	}

	/* 沿革 */
	#outline dl {
		font-size: 14px;
	}

	#outline dl dt {
		width: 32%;
		padding: 10px 2px;
	}

	#outline dl dd {
		width: 68%;
		padding: 10px 2px;
	}

	#outline img {
		width: 120px;
		;
	}

	/* アクセスマップ */
	#accessmap iframe {
		width: 100%;
		height: 200px;
	}

}