﻿@charset "utf-8";

/* mainWrapper
================================================== */
#mainWrapper {
	overflow: hidden;
	background: url("/company/images/companyBg.jpg") no-repeat #fff top center;
	background-size: cover;
}
#mainWrapper .webfontL{
	margin: 0;
	padding: 10% 0 0;
	line-height: 85%;
    font-size: 600%;
	color: #fff;
}
#mainWrapper .webfontL span{
	letter-spacing: 0.027em;
}
@media screen and (max-width: 1100px) {
	#mainWrapper .webfontL{
		font-size: 8vw;
	}
}
@media screen and (max-width: 500px) {
	#mainWrapper .webfontL{
		font-size: 280%;
	}
}

/* pageTitArea
================================================== */
#pageTitArea {
}
#pageTit {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #2e4e97;
}

/* companyArea
================================================== */
#companyArea {
	padding: 2% 0 5%;
}
@media screen and (max-width: 600px) {
	#companyArea {
		padding-bottom: 10%;
	}
}
.companyBox .linkBox {
	float: left;
	width: 31%;
	padding: 1%;
}
@media screen and (max-width: 600px) {
	.companyBox .linkBox {
		width: 48%;
	}
}
.companyBox .linkBoxLong {
	float: none;
	width: 98%;
	padding: 1%;
}
.companyBox .linkBox h2{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	line-height: 300%;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
	background-color: #d4dbeb;
	border-radius: 2px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.companyBox .linkBox h2.onPage{
	background-color: #15418c;
	color: #fff;
}
@media screen and (max-width: 1100px) {
	.companyBox .linkBox h2{
		font-size: 2vw;
	}
}
@media screen and (max-width: 600px) {
	.companyBox .linkBox h2{
		font-size: 3vw;
	}
}

/* companyBlock
================================================== */
.companyBlock {
	padding-bottom: 5%;
}
@media screen and (max-width: 600px) {
	.companyBlock {
		padding-bottom: 10%;
	}
}
.companyBlock p{
	padding-bottom: 2%;
}
.companyBlock figure{
	padding-bottom: 2%;
}

/* movieBox
================================================== */
.movieBox {
}
.movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* philosophyImg
================================================== */
.philosophyImg {
	max-width: 700px;
	margin: 0 auto;
}

/* messageArea
================================================== */
#messageArea h3{
	font-size: 180%;
	line-height: 120%;
	padding: 0 0 5%;
	margin: 0;
	width: 100%;
}
@media screen and (max-width: 1100px) {
	#messageArea h3{
		font-size: 3vw;
	}
}
@media screen and (max-width: 600px) {
	#messageArea h3{
		font-size: 100%;
	}
}
#messageArea .greetingImg{
	float: right;
	width: 25%;
	padding: 0 5% 5%;
}
@media screen and (max-width: 600px) {
	#messageArea .greetingImg{
		float: none;
		width: 70%;
		padding: 0 0 5%;
		margin: 0 auto;
	}
}
#messageArea .name{
	font-weight: bold;
}

/* messageImg
================================================== */
.messageImg {
	max-width: 500px;
	margin: 0 auto;
}

/* aboutArea
================================================== */
.aboutArea h3{
	padding: 0 0 2% 0;
}
@media screen and (max-width: 600px) {
	.aboutArea h3{
		font-size: 100%;
	}
}
.aboutArea dl{
	border-top: dotted 1px #ccc;
	padding: 1% 2%;
}
.aboutArea dl:last-child{
	border-bottom: dotted 1px #ccc;
}
.aboutArea dt{
	float: left;
	width: 24%;
	font-size: 80%;
	font-weight: bold;
}
.aboutArea dd{
	float: left;
	width: 76%;
}
@media screen and (max-width: 600px) {
	.aboutArea dl{
		padding: 2%;
	}
	.aboutArea dt{
		float: none;
		width: 100%;
		font-size: 80%;
		font-weight: bold;
	}
	.aboutArea dd{
		float: none;
		width: 100%;
	}
}
.aboutImg {
	max-width: 160px;
}

/* historyArea
================================================== */
.historyArea dl{
	border-top: dotted 1px #ccc;
	padding: 1% 2%;
}
.historyArea dl:last-child{
	border-bottom: dotted 1px #ccc;
}
.historyArea dt{
	float: left;
	width: 30%;
	font-size: 80%;
	font-weight: bold;
}
.historyArea dd{
	float: left;
	width: 70%;
}
@media screen and (max-width: 600px) {
	.historyArea dl{
		padding: 2%;
	}
	.historyArea dt{
		float: none;
		width: 100%;
		font-size: 80%;
		font-weight: bold;
	}
	.historyArea dd{
		float: none;
		width: 100%;
	}
}

/* ------ mapArea ------ */
#mapArea {
	padding: 5% 0;
}
#mapBlock {
	height: 60vh;
}
@media screen and (max-width: 600px) {
	#mapBlock {
		height: 80vh;
	}
}
#map {
	width: 100%;
	height: 100%;
}
/* ------ google-maps ------ */
.google-maps {
position: relative;
padding-bottom: 0; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


