html{
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin: 0 !important;
}

#mainArea{
	width:100%;
	max-width:900px;
	margin:auto;
	height:100%;
}
#header{
	height:10%;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	width:100%;
	border-bottom: solid 1px #2c2255;
	/*padding-top:100px;*/
	position:relative;
	top:80px;
	display: table;
}

.contentsArea{
	height:85%;
	min-height:900px;
	width:100%;
	display: table;
	text-align:right;
}

#contents{
	padding-top:130px;
}

#contents2{
	padding-top:150px;
	margin-left:300px;
	text-align:left;
}

#subTitle{
	padding-top:30px;
	padding-bottom:10px;
	font-size:30px;
	color:#999;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#description{
	height: auto;
  min-height: 100%;
	text-align:left;
}

table{
	text-align:left;
	border-collapse:collapse;
	margin-bottom:40px;
}

tr{
	width:200px;
	border-bottom: dashed #ccc;
}

th{
	text-align:left;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

h2{
	margin:0;
	color:gray;
	font-size:25px;
	padding-top:10px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

h3{
	margin:0;
	color:gray;
	font-size:20px;
	padding-top:10px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.recruit ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.tab{
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	text-align:left;
	float:left;
}

#name{
	float:right;
	margin-right:5px;
}

.outline{
	font-size:14px;
	line-height:20px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#222;
}

.aboutOutLine{
	font-size:14px;
	line-height:20px;
	height:280px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#222;
}

.aboutOutLine2{
	font-size:14px;
	line-height:20px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#222;
}

.businessOutLine{
	padding-left: 20px;
	line-height:25px;
	float:left;
	font-size: 14px;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color:#222;
}

#compassImage{
	vertical-align:bottom;
	display: table-cell;
	width:350px;
}

.menu{
	float:left;
	text-align:left;
	margin-left:50px;
}

#HOME{
	padding-top:100px;
}

.menuImage{
	padding-top:20px;
	height:35px;
}
#footer{
	clear:both;
	width:85%;
	height:5%;
	text-align:right;
	margin:auto;
}

#foot{
	width:100%;
	/*border-top: solid 1px #999;*/
}

#copyLight{
	color:#aaa;
	font-size:12px;
	float:right;
}

#map{
	border: solid 1px #999;
	width:400px;
	height: 300px;
}

.office_image,
.office_image img {
	width: 402px;
}

.office_image {
	margin: 0;
}

.mapPosition{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	border: 1px solid #333;
}
.mapPosition iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.logo img{
	display: none;
	margin:auto;
	width: calc(100% - 10px);
	max-width:600px;
}

#contents2, .about {
    display: block;
}

.toggle  {
  position: fixed;
	right: 13px;
	top: 13px;
  display: block;
  width: 45px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  background: #ccc;
}

.toggle span  {
  display: block;
  position: absolute;
  /* .toggleに対して */
    width: 70%;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(1)  {
  top: 3px;
}

.toggle span:nth-child(2)  {
  top: 13px;
}

.toggle span:nth-child(3)  {
  top: 23px;
}

.toggle span:nth-child(4)  {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}


.toggle.active span:nth-child(1)  {
  top: 15px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3)  {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* .global_nav */
.global_nav  {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 2;
  padding-top: 50px;
  /*    text-align: center;*/
    color: #000;
  /*    background: #ccc; */
    background: #4123a1;
  transition: all 0.5s;
}

.global_nav .nav_li  {
  width: 100%;
  padding: 10px;
  list-style-type: none;
}

.global_nav .nav_li a  {
  display: block;
  color: #fff;
}

.global_nav.active  {
  transform: translateY(0%);
}



/*************recruitページ***************/

.megumi ul{
	background-image: url(../images/megumi.png);
    background-size:40%;
	background-repeat: no-repeat;
	background-position:70% -5%;
	background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;

}
.megumiimg{
	border-bottom:none;
}

.attractiveness li{
list-style:none;
}
.attractiveness p {
	margin: 0px 0px 16px 16px;
}
#contents2 ul{
	padding-inline-start: 0;
}
.contents2 h3{
	font-size:5px;
}

#career p {
	font-size: 14px;
}

/*コンタクトページ画像追加*/

div.table{
	display:table;                       
}
div.row{
	display:table-row;
} 
div.cell{
	display:table-cell;
	border:0px solid; 
}
img.big{
  width:335px;
  height:369px;
}

img.small{
	width:200px;
	height:120px;
	
	/*cursor:pointer;*/
}

img.small2{
	width:200px;
	height:220px;
}

.cell  p {
	margin: 0px;
	text-align: center;
	font-size: 14px;

}




@media screen and (max-width: 1000px) {
	#mainArea{
		max-width:100%;
	}
	#header{
		width:100%;
	}
	#compassImage{
		max-width:350px;
		margin:0 auto;
	}
	.contentsArea{
		display:inline;
		width:100%;
	}
	.menu{
		display:inline;
		margin:0;
	}
	#contents2{
		max-width:600px;
		margin-left:151px;
		margin-right:5px;
	}
	#subTitle{
	font-size:25px;
	}
	td{
		width:calc(90% - 10px);
	}

}
@media screen and (max-width: 600px) {
	#header{
		display:none;
	}
	.logo img{
		display: block;
	}
	#mainArea{
		margin:calc(10px -10px);
		}
	.menu{
		display:none;
		margin-bottom:10px;
	}
	#contents2{
		display:block;
		width: calc(100% - 30px);
		max-width:600px;
		margin:10px;
	}
}
@media screen and (min-width:600px)  {
    .toggle {
        display: none;
    }
    .active{
        display: none;
    }

}


@media screen and (max-width: 375px) {
	.contentsArea{
		display:inline;
		text-align:left;
		}
	.menu{
		clear:both;
		display:none;
		width:100%;
		}
	#contents2{
			display:inline;
			margin:10px;
	}
	#contents2, .about {
	    display: block;
	}
	#compassImage{
		width:100%;
		height:auto;
		display:inline-block;
		text-align:center;
	}
	.megumiimg {
	display: flex;
	padding-left:40px;
	}
	/*.cell img {
		height: 100px;
	}*/

}
	

@media screen and (max-width: 400px) {
	.megumi ul{
		background-position:100% 0%;
	
	}

	.cell img,
	.career3img img,
	.in-house img,
	.attractiveness img{
		width:350px;
		height:auto;
	}

}