@charset "UTF-8";
/* CSS Document */

/*************************************************************************************/
/*                                        共　　通                                   */
/*************************************************************************************/
.section-title h1 img {
    max-width: 100%;
    height: 30px;
}
/*************************************************************************************/
/*                                     ヘッダーエリア                                */
/*************************************************************************************/
header div.menuClosed {
	background-image: url(/img/header-company-mobile.png);
}

/*************************************************************************************/
/*                                    メインエリア                                     */
/*************************************************************************************/
/** セクション１ **/
#main-sec1 {
	margin-bottom: 0 !important;
}
#main-sec1 #president-image {
	text-align: center;
}
#main-sec1 #president-message {
	padding: 0 50px;
}
#main-sec1 #president-message p {
	text-align: center;
}
/** セクション２ **/
#main-sec2 {
	margin-bottom: 10px;
}
#main-sec2 #president-philosophy p {
	text-align: center;
}
/** セクション３ **/
#main-sec3 table {
	border-collapse: separate;
	border-spacing: 20px 0;
	width: 80%;
	margin: auto;
}
#main-sec3 table tr:first-child td {
	border-top: none;
}
#main-sec3 iframe {
	display: block;
	width: 85%;
	height: 50vw;
	margin: 60px auto 0;
}

/*************************************************************************************/
/*                                    タブレット用                                   */
/*************************************************************************************/
@media (min-width: 768px){
	/** ヘッダーエリア **/
	header #imgHeader {
		background-image: url(/img/header-company-pc.png);
		height: 30vw;
		max-height: 300px;
	}
	header li#menu-item1 > a {
		color: #007A99 !important;
	}
	/** セクション１ **/
	#main-sec1 {
		max-width: 650px;
	}
	#main-sec1 #president-wrapper {
		overflow: hidden;
		margin: auto;
	}
	#main-sec1 #president-image {
		float: right;
	}
	#main-sec1 #president-message {
		padding: 0 30px;
	}
	#main-sec1 div.message {
		float: left;
		width: calc(100% - 200px);
		margin-left: 0;
		margin-right: 0;
	}
	/** セクション２ **/
	#main-sec2 {
		max-width: 550px;
	}
	/** セクション３ **/
	#main-sec3 {
		max-width: 750px;
	}
	#main-sec3 iframe {
		width: 85%;
		max-height: 300px;
	}
}

/*************************************************************************************/
/*                                   デスクトップ用                                  */
/*************************************************************************************/
@media (min-width: 992px){
	/** セクション１ **/
	#main-sec1 #president-wrapper {
		overflow: hidden;
		margin: auto;
	}
	#main-sec1 #president-image > img {
		width: 230px;
	}
	#main-sec1 div.message {
		float: left;
		width: calc(100% - 230px);
	}
	/** セクション３ **/
	#main-sec3 iframe {
		width: 100%;
		max-height: 500px;
	}
	/** フッターエリア **/
	footer #company-address {
		font-size: 1.0rem;
	}
	footer #company-tel {
		font-size: 1.0rem;
	}
	footer div.footer-menu {
		display: block !important;
		overflow: hidden;
		height: 14vw;
		border: none !important;
	}
	footer div.footer-menu > div {
		margin-right: 80px;
	}
	footer div.footer-menu > div, nav {
		float: left;
	}
	footer div.footer-menu p {
		text-align: left;
		padding: 0 !important;
	}
	footer div.footer-menu nav > ul {
		float: left;
		border-left: 1px solid #ffffff;
		margin-left: 50px;
		padding-left: 10px;
	}
	footer div.footer-menu nav li {
		height: auto !important;
		border: none;
		display: block !important;
		text-align: left;
		cursor: pointer;
	}
	footer div.footer-menu nav li a {
		font-size: 1.0rem;
	}
}
@media (min-width: 1200px){
	/** セクション１ **/
	#main-sec1 {
		max-width: 1000px;
	}
	/** セクション２ **/
	#main-sec2 {
		max-width: 900px;
	}
	/** セクション３ **/
	#main-sec3 {
		max-width: 1100px;
	}
	#main-sec3 table {
		width: 70%;
	}
}
@media (min-width: 1600px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 350px;
	}
	header #nav-menu ul li {
		padding: 10px 0;
	}
}
@media (min-width: 2048px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 400px;
	}
}
@media (min-width: 2560px){
	/** ヘッダーエリア **/
	header #imgHeader {
		height: 30vw;
		max-height: 500px;
	}
}
