@charset 'utf-8';

/* ---- elmic web style ------------ */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt,
em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object,
ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub,
summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, li, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
	display: block;
}

*{
	margin:0;
	padding: 0;
}

a:hover,
div:hover {
	/* opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


body {
	position: relative;
	height: 100%;
	margin: 0;
	color: #222;
	background: #000;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

img {
	width: 100%;
	height: auto; 
}

a {color: #fff;}

p {line-height: 1.8;}

#canvas {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

header {
	width: auto;
	height: 100vh;
	text-align: center;
	/* background-image: url("../img/main.jpg"); */
  background-position:center center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
header::after {
	content: '';
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
header.subs {
	height: 220px;
}

#company-content,
#business-content,
#recruit-content {
	background-size: cover;
    background-position: 50% 50%;
}
#company-content{ background-image: url("../img/company-title.jpg");}
#business-content{ background-image: url("../img/business-title.jpg");}
#recruit-content{ background-image: url("../img/recruit-title.jpg");}

header.subs::after {
	content: '';
	height: 220px;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.catch {
    position: relative;
    margin: 40VH auto 0;
    display: inline-block;
    color: #fff;
    font-size: 70px;
    z-index: 1000;
    font-family: '新正楷書CBSK1', sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.sub-catch {
    position: relative;
    margin: 60px auto 0;
    display: inline-block;
    color: #fff;
    font-size: 50px;
    z-index: 1000;
    letter-spacing: 5px;
	font-family: '新正楷書CBSK1', sans-serif;
}
.logo {
	position: fixed;
    top: 10px;
    left: 20px;
    font-size: 20px;
    letter-spacing: .5px;
	color: #fff;
	z-index: 1000;
	font-family: 'Palanquin', sans-serif;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.share {
	position: fixed;
	top: 320px;
	left: 25px;
	font-size: 12px;
	transform: rotate(-90.1deg);
    letter-spacing: .15rem;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    transform-origin: left center;

}
.share::before {
	content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	position: absolute;
    margin-left: -22px;
	background:url(../img/instagram.png) no-repeat;
	background-size:contain;
}
section {
	width: auto;
}
section.message {
	background: #202931;
	color: #fff;
	padding: 100px 0;
}
section.message .message-cont {
	width: 50%;
	margin-left: 3%;
	margin-right: 2%;
	float: left;
}
section.message .message-cont h2 {
	font-size: 25px;
	letter-spacing: .15rem;
	margin: 10px 0 15px;
}
section.message .message-image {
	margin-top: 0;
	width: 45%;
	float: right;
}
section.main-menu {
	background: #202931;
	color: #fff;
}
.blocks {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.blocks p {
	margin-bottom: 15px;
}

.blocks.parallel {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.block30 {
	width: 33.33%;
	padding: 7.5% 5%;
	height: auto;
	text-align: center;
	float: left;
}
.can, .bus, .rec {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.block30::after {
	content: '';
	background-color: rgba(0,10,20,.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/*
.block30:hover::after {
	background-color: rgba(0,10,20,.5);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
*/

.block30.can { background-image: url(../img/cam.jpg);}
.block30.bus { background-image: url(../img/bus.jpg);}
.block30.rec { background-image: url(../img/rec.jpg);}

section.main-menu h3, section.main-menu p {
    z-index: 100;
    position: relative;
}
section.main-menu h3 {	
	font-size: 30px;
	letter-spacing: .1rem;
	line-height: 1.8;
	margin-bottom: 30px;
}
section.main-menu p {
	text-align: left;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 30px;
}
/*
section.main-menu a {
	padding: 10px;
	font-size: 13px;
	letter-spacing: .15rem;
	border: #fff 1px solid;
}
*/
footer {
	width: 100%;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background: #000;
}
footer .footer-menu {
	width: auto;
	margin: 70px 0 50px;
}
footer .footer-menu h3 {
	font-size: 22px;
	font-family: 'Palanquin', sans-serif;
}
footer .footer-menu p {
	font-size: 13px;
}
footer .footer-menu h3,
footer .footer-menu p,
footer .footer-menu address {
	margin-bottom: 25px;
	letter-spacing: .1rem;
}
footer .footer-menu li {
	width: 44px;
	margin: 5px;
	display: inline-block;
}
footer .footer-menu li a {
	display: inline-block;
}

footer .footer-out {
	width: auto;
	text-align: center;
	padding: 5px 0 6px;
}
copyright {
	letter-spacing: .15rem;
	font-size: 13px;
}

/***********************/
/* グローバルメニュー */
#nav-toggle {
	width: 50px;
	height: 32px;
	cursor: pointer;
	position: fixed;
	top: 7px;
	right: 20px;
}
#nav-toggle > div {
	width: 30px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#nav-toggle > div > span.toggle {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	transition: top .5s ease, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .5s ease;
	transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
header.deteal_header #nav-toggle > div > span.toggle {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	transition: top .5s ease, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .5s ease;
	transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
#nav-toggle span.toggle:nth-child(1) {top: 0;}
#nav-toggle span.toggle:nth-child(2) {}
#nav-toggle span.toggle:nth-child(3) {top: 15px;}
.open #nav-toggle span.toggle {	background: #fff;}
.open #nav-toggle span.toggle:nth-child(1) {
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav-toggle span.toggle:nth-child(2) {
	top: 10px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span.toggle:nth-child(3) {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1002;
}
#container {
	z-index: 900;
}
#gloval-nav {
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	opacity: 0;
	transition: opacity .3s ease, visibility .3s ease;
}
#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	transition: color .3s ease;
	font-size: .65em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: .5em;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav ul {
	list-style: none;
	padding: 0;
}
#gloval-nav ul li {
	opacity: 0;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .2s ease;
	transition: transform .3s ease, opacity .2s ease, -webkit-transform .3s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .15s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .25s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .35s;
}
/* open */
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
	z-index: 1001;
}
.open #gloval-nav li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity .9s ease;
	transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/********* フェードイン *************************************************************/

section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.animation:nth-of-type(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
.animation:nth-of-type(3) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}



button:hover{cursor: pointer}
button {
	background: transparent; outline: none;
	position: relative;
	color: #fff;
	width: 100%;
	border: 1px solid #fff;
	padding: 13px 40px;
	overflow: hidden;
	z-index: 100;
}

button:hover:before{opacity: 1; transform: translate(0,0);}
button:before{
	content: attr(data-hover);
	position: absolute;
	top: 1.1em; left: 0;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	opacity: 0;
	transform: translate(-100%,0);
	transition: all .3s ease-in-out;
}
button:hover div{opacity: 0; transform: translate(100%,0)}
button div{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	color: #fff;
	transition: all .3s ease-in-out;
}

.block30.light::after {
	background-color: rgba(0,10,20,.5);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/********* 会社案内 *****************************************************************/

section.company {
	background: #202931;
	color: #fff;
	padding: 100px 100px 50px;
}
section.company2 {
	background: #202931;
	color: #fff;
	padding: 50px 100px 100px;
}

.harf {
	width: 50%;
	font-size: 90%;
    text-align: center;
    line-height: 2;
    margin: 0 auto 80px;
}
.harf2 {
	width: 50%;
	font-size: 90%;
    line-height: 2;
    text-align: center;
    margin: 0 auto 50px !important;
}
.harf span, .harf a {
    font-size: 30px;
	display: inline-block;
}

.sub-cont h2 {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 8px;
    text-align: center;
}
.sub-cont h2.bm0 {
    margin-bottom: 30px;
}
.sub-cont h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.block50 {
	width: 48%;
	margin: 1%;
	float: left;
}
.block35 {
	width: 30%;
	margin: 2.5%;
	float: left;
}
.block65 {
	width: 60%;
	margin: 2.5%;
	float: left;
}

.blocks ul li {
    list-style-type: disc;
    display: list-item;
    margin-left: 15px;
    margin-bottom: 12px;
    line-height: 1.4; 
}
.blocks ol{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.blocks ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
    line-height: 1.4; 
    margin-bottom: 15px;
}
.blocks ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #fff;
}


.outline {
    max-width: 700px;
    margin: 0 auto 100px;
}
table {
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
tr {
    display: -webkit-box;
    border-bottom: solid #fff 1px;
    vertical-align: inherit;
    border-color: inherit;
}
th, td {
    display: table-cell;
    vertical-align: inherit;
    font-size: 90%;
}
table th {
    width: 160px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    padding: 1.5vw 0;
    letter-spacing: 0.125695461vw;
}
table td {
	width: 540px;
    text-align: left;
    font-weight: normal;
    padding: 1.4vw 0;
    letter-spacing: 0.18vw;
}
.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;/*比率をお好みで*/
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********* 事業内容 *************************************************************/
section.a-color { background: #dedede; color: #222;}
section.b-color { background: #202931; color: #fff;}
section.c-color { background: #dedede; color: #222;}
section.d-color { background: #fff; color: #222;}

section.business {padding: 100px 100px 50px;}
section.business2 {padding: 40px 100px 30px;}
section.business2b {padding: 40px 100px 100px;}

section.business3 {padding: 100px 100px 50px;}
section.business3b {padding: 50px 100px;}
section.business3c {padding: 100px;}

section.business4 {padding: 100px 100px 0;}
section.business4b {padding: 0 100px 100px;}

.dp-area {
    padding: 60px 100px 100px;
	background: #fff;
	color: #222;
    /* border: 1px solid #111; */
}
.dp-area h3 {
    font-size: 20px;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.fr-area {
    padding: 60px 100px;
	background: #fff;
	color: #222;
	margin-bottom: 50px;
    /* border: 1px solid #111; */
}

.block45 {
    width: 45%;
    margin-right: 5%;
    float: left;
}
.block45b {
    width: 45%;
    margin-left: 5%;
    float: left;
}

.block20 {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 80%;
}
.block20 img {
	width: 80px;
	display: inline-block;
}
.block20s {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 80%;
	margin: 0 2.5% 5%;
}
.block20s img {
	width: 100%;
	display: inline-block;
}

.block100 {
	width: 100%;
	margin-bottom: 30px;
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.block3s {
	width: 23.33%;
	margin: 2.5% 5% 5%;
	float: left;
	text-align: center;
}

section.business h2 {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 8px;
    text-align: center;
}
section.business h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.block-in {
	color: #222;
	background: #fff;
	overflow: hidden;
	margin : 0 auto;
    padding : 0;
    display: flex;
}
.block50-in {
	width: 50%;
	float: left;
	min-height: 400px;
	background-image: url(../img/cam.jpg);
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.block50-out {
	width: 50%;
	padding: 5%;
	float: left;
}
.can-img { background-image: url(../img/company-img2.jpg);}
.can-img2 { background-image: url(../img/company-img3.jpg);}
.can-img3 { background-image: url(../img/company-img1.jpg);}

.business-cont h2 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.business-cont h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

/********* 採用情報 *************************************************************/
section.recruit {
	background: #dedede;
    color: #222;
	padding: 100px 100px 0;
}

section.recruit2 {
	background: #fff;
    color: #222;
	padding: 100px ;
}

.rec-img { background-image: url(../img/recruit-img1.jpg);}
.rec-img2 { background-image: url(../img/recruit-img2.jpg);}
.rec-img3 { background-image: url(../img/recruit-img3.jpg);}
.rec-img4 { background-image: url(../img/recruit-img4.jpg);}

/******* ページトップ ******************************************************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #000;
    text-align: center;
    color: #222;
    transform: rotate(45deg);
    width: 42px;
    height: 42px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.pagetop a::before {
    content: ' ';
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.pagetop a:hover {
    display: block;
    background-color: #777;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/********* レスポンシブ *************************************************************/
@media screen and (max-width: 1199px) {
	.catch {
	    font-size: 50px;
	}
	.dp-area {
	    padding: 60px 60px 100px;
	}
}
@media screen and (max-width: 920px) {
	.block-in {
	    display: block;
	}
	.block50-in, .block50-out{
		width: 100%;
		padding: 5%;
	}
	.block45, .block45b{
		width: 100%;
		padding: 20px 5% ;
		margin-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sp {
		position: relative;
		display: block;
	}
	.sp img {
		display:inline-block;
		width: 40px;
		height: auto;
	}
	.catch, .sub-catch {
		width: 560px;
		font-size: 40px;
	}
	#nav-toggle {
		right: 20px;
		top: 20px;
	}
	#gloval-nav a {
		padding: 22px 0;
		margin: 0 15px;
		display:inline-block;
		font-size: .6em;
	}
	.share {
		display: none;
	}
	.GoogleMap{
	    padding-top: 35%;/*比率をお好みで*/
	}
	section.message,
	section.company {
		width: 100%;
		padding: 50px 20px;
	}
	section.company, section.company2, section.business,
	section.business2, section.business2b, section.business3, section.business3b,
	section.business3c {padding: 60px 5% 50px;}
	section.business4 {padding: 50px 5% 0 ;}
	section.business4b {padding: 0 5% 40px;}
	
	section.recruit, section.recruit2 {padding: 70px 5% 30px;}

	.block50{
		width: 100%;
		padding: 30px 5% 20px;
	    min-height: 250px;
	}
	section.message .message-cont, section.message .message-image,
	.block50-in, .block50-out{
		width: 100%;
		padding: 30px 10% 40px;
	    min-height: 250px;
	}
	.block20 {
	    width: 23.33%;
	    margin: 1.5% 5%;
	    float: left;
	    text-align: center;
	    font-size: 80%;
	}
	.block20 img {
	    width: 100%;
	}
	.block3s {
		width: 40%;
		margin: 2.5% 5% 5%;
		float: left;
		text-align: center;
	}
	.harf, .harf2 {
		width: 75%;
	}
	.dp-area {
	    padding: 40px 5% 60px;
	}
}
@media screen and (max-width: 640px) {
	#company-content{ background-image: url("../img/company-title-sp.jpg");}
	#business-content{ background-image: url("../img/business-title-sp.jpg");}
	#recruit-content{ background-image: url("../img/recruit-title-sp.jpg");}
}
@media screen and (max-width: 480px) {
	header, header::after {
		height: 65vh;
	}
	.logo {
	    font-size: 16px;
	}
	#nav-toggle {
		width: 50px;
		height: 32px;
		cursor: pointer;
		position: fixed;
		top: 7px;
		right: 8px;
	}
	.catch {
		width: 260px;
		font-size: 30px;
	    margin: 25VH auto 0;
	}
	.sub-catch {
		width: 260px;
		font-size: 30px;
	    margin: 22% auto 0;
	}
	.sub-cont h2 {
	    font-size: 20px;
	    margin-bottom: 50px;
	    letter-spacing: 2px;
	}
	.business-cont h2 {
	    font-size: 20px;
	    letter-spacing: 2px;
	}
	.sub-cont h2.bm0 {
	    font-size: 20px;
	    margin-bottom: 0 !important;
	    letter-spacing: 2px;
	}
	.business-cont h3 {
	    font-size: 20px;
	}
	section.message .message-cont,
	section.message .message-image,
	section {
		width: 100%;
		padding: 0;
	}
	section.message, section.company {
		width: 100%;
		padding: 40px 5%;
	}
	section.company, section.company2, section.recruit, section.business,
	section.business2, section.business2b, section.business3, section.business3b,
	section.business3c {padding: 40px 5%;}
	section.business4 {padding: 40px 5% 0 ;}
	section.business4b {padding: 0 5% 40px;}
	
	section.recruit, section.recruit2 {padding: 40px 5% 30px;}
	
	.dp-area, .fr-area {padding: 40px 5%;}
	
	.block65, .block35,	.block50, .block30, .block45, .block45b {
		width: 100%;
		padding: 0 0 20px;
		margin: 0;
	}
	.block-in {
	    display: block;
	}
	.block50-in, .block50-out{
		width: 100%;
		padding: 30px;
	    min-height: 220px;
	}
	.block30 {
	    padding: 50px 30px 80px;
	}
	li { font-size: 90%;}
	.blocks p {
		margin-top: 25px;
		font-size: 90%;
	}
	
	.harf, .harf2 {
		width: 100%;
		padding: 0;
	}
	.harf span, .harf a {
	    font-size: 24px;
	}
	footer .footer-menu {
	    width: auto;
	    margin: 40px 0 30px;
	}
	.footer-menu address {
		font-size: 12px;
	}
	table th {
		width: 40%;
		padding: 2vw 0;
		font-size: 90%;
	}
	table td {
	    padding: 2vw 0;
	}
	.GoogleMap{
	    padding-top: 80%;/*比率をお好みで*/
	}
	.outline {
		width: 100%;
		margin: 0 auto;
	}
	table {
		margin: 30px 0;
	}
	.block3s {
		width: 80%;
		margin: 2.5% 10% 8%;
		float: left;
		text-align: center;
	}
	.block20s {
		width: 40%;
		margin: 2.5% 5% 8%;
		float: left;
		text-align: center;
	}
	.pagetop {
		bottom: 20px;
		right: 20px;
	}
	.pagetop a {
		width: 36px;
		height: 36px;
	}
	.pagetop a::before {
	    top: 10px;
	    left: 10px;
	    width: 14px;
	    height: 14px;
    }
    .harf2 {
		text-align: left;
	}
}

/******* 高さ調整~レスポンシブ対応 ******************************************************************/
@media screen and (max-height: 400px) {
	#gloval-nav a {
		padding: 10px 0;
		font-size: .6em;
	}
}
