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

.company-page table {
	border-collapse: separate;
	width: 80%;
	font-size: 1.0em;
	border-spacing: 0px 5px;
	margin: 0 auto;
}

.company-page th {
	width: 30%;
	padding: 10px;
	letter-spacing: 4px;
	background: #777777;
	text-align: center;
	color: #fff;
}

.company-page td {
	padding: 10px;
	padding: 10px 0 10px 20px;
	background-color: #F5F5F5;
}


.recruit-page table {
	border-collapse: separate;
	width: 80%;
	font-size: 1.0em;
	border-spacing: 0px 5px;
	margin: 0 auto;
}

.recruit-page th {
	width: 30%;
	padding: 10px;
	letter-spacing: 4px;
	background: #777777;
	text-align: center;
	color: #fff;
}

.recruit-page td {
	padding: 10px;
	padding: 10px 0 10px 20px;
	background-color: #F5F5F5;
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headword {
	font-size: 3.5em;
	line-height: 0.5em;
}

.headsubword {
	font-size: 2.0em;
	line-height: 2.0em;
	color: red;
}

footer a {
	color: #ffffff;
}


bannerbtn {
    background-color: #f00;
    transition: background-color 0.5s;
}

bannerbtn:hover {
    background-color: #333;
    transition: background-color 1s;
}