@charset "UTF-8";

/*maim内のリンク*/
.inner a { color:#000; text-decoration: underline;}
.inner a:link    { color:#000;text-decoration: underline;}
.inner a:visited { color:#000;text-decoration: underline;}
.inner a:hover   { color:#68A0D6;text-decoration: underline;}
.inner a:active  { color:#68A0D6;text-decoration: underline;}

/* =========================================================
home
========================================================= */
.home{
	border-top: 5px solid  #68A0D6;
	border-right:none;
	border-bottom:none;
}

.home #main{
	background: #68A0D6;
}

.home header #gnav-btn{
	border-right: 5px solid #68A0D6;
	}

.home #slidewrap{
	border-right: 5px solid  #68A0D6;

}

.home #slide {
	position:relative;
}

.home #slide #mainimg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

}
.home #slide #entry,
.home #slide #main_catch,
.home #slide #mainimg2{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

.home #slide #main_catch{
	position: absolute;
	top: 8%;
	left: 5%;

}

.home #slide #entry{
	position: absolute;
	right: 5%;
	bottom: 5%;}

.home #slide #entry a{
	background: #FF8000;
	color: #FFF;
	padding:0.5em 1em;
	font-size: 143%;
	font-weight: bold;
	display:inline-block;
}

.home #slide img{
	width:100%;
	height: auto;
}

.home #slide{
	border-bottom: 5px solid  #68A0D6;
}

.home #top_pagemenu li{
	float: left;
	width: 50%;
	border-bottom: 5px solid  #68A0D6;
}

.home #top_pagemenu li a{
	border-right: 5px solid #68A0D6;
	display: block;
}

.home #top_pagemenu li img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1200px){
	.home #slidewrap #main_catch img{
		width: 85%;
		height: auto;
	}
}

@media only screen and (max-width: 900px){
	.home #slidewrap #main_catch img{
		width: 60%;
		height: auto;
	}

	.home #slidewrap #entry a{
	padding: 0.5em;
	font-size: 100%;
	}
}


@media only screen and (max-width: 700px) {
	.home #top_pagemenu li{
		width: 100%;
	}

	.home #slidewrap #main_catch img{
		width: 50%;
		height: auto;
	}

}

/* =========================================================
Interview
========================================================= */

#Interview header #gloval_nav #interview_nav ul,
#Interview_top header #gloval_nav #interview_nav ul{
	margin-top:9px;
	}

#Interview header #gloval_nav #interview_nav ul li,
#Interview_top header #gloval_nav #interview_nav ul li{
	height:25px;
	overflow:visible;
	line-height: 1.6;
	}

@media only screen and (max-width:  979px){
#Interview header #gloval_nav #interview_nav ul,
#Interview_top header #gloval_nav #interview_nav ul{
	margin-top:0;
	}

#Interview header #gloval_nav #interview_nav ul li,
#Interview_top header #gloval_nav #interview_nav ul li{
	height:auto;
	}
}



#Interview_top .inner .ContsArea {
	background: #68A0D6;
	display:table;
	padding:5px 0 0 5px;
}

#Interview_top .inner .ContsArea .ContsBlockwrap{
	background: #FFF;
	width: 33.3%;
	display:table-cell;
	border-right:5px solid  #68A0D6;
	border-bottom:5px solid  #68A0D6;
	}

#Interview_top .inner .ContsArea .ContsBlock {
}

#Interview_top .inner .ContsArea .ContsBlock .Text {
	padding:10px;
	padding-bottom:1em;
}

#Interview_top .inner .ContsArea .ContsBlock .Image img{
	width:100%;}

#Interview_top .inner h2 {
	font-size: 1.4em;
	margin: 0 0 15px;
}

#Interview_top .inner .ContsArea .ContsBlock h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #669FD6;
}

#Interview_top .inner .ContsArea .ContsBlock p {
	font-size: 0.9em;
}
#Interview_top .inner .ContsArea .ContsBlock p span {
	font-weight: bold;
	font-size:1.1em;
}


#Interview_top .inner .ContsArea .ContsBlock .Image img {
	width: 100%;
}


#Interview_top .inner .ContsArea .ContsBlock:last-child {
	margin: 0;
}

#Interview .BorderArea {
	margin: 30px 30px 0;
	height: 282px;
}

#Interview .inner .LayoutBlockA .BoxImageArea{
	float:left;
	margin-right:20px;
	}

#Interview .inner .LayoutBlockB,
#Interview .inner .LayoutBlockC {
	margin: 0 0 5%;
	width: 100%;
}

#Interview .inner .LayoutBlockB .BoxImageArea {
	margin-right:20px;
	float: left;
}

#Interview .inner .LayoutBlockC .BoxImageArea {
	float: right;
	margin-left:20px;
}



#Interview .inner .BoxTextArea {
	overflow:hidden;
}




#Interview .inner .LayoutBlockD {
	background: #E1ECF7;
	border-left: 3px solid #669FD6;
	padding: 30px 30px 0;
}

#Interview .inner .HeadingA {
	font-size: 1.3em;
	border-left: 3px solid #669FD6;
	padding: 0 0 0 13px;
}

#Interview .inner .HeadingB {
	font-size: 1.3em;
	border-top: 1px solid #669FD6;
	border-right: 1px solid #669FD6;
	border-bottom: 1px solid #669FD6;
	border-left: 3px solid #669FD6;
	padding: 13px;
	margin-bottom:1em;
}

#Interview .inner .HeadingC {
	font-size: 1.6em;
	color: #669FD6;
	margin: 15px 0 0 0;
}

#Interview .inner .HeadingD {
	font-size: 1.3em;
	line-height: 1.2;
}

#Interview .inner .HeadingD span {
	font-size: 0.6em;
	color: #669FD6;
}

#Interview .inner .HeadingA span {
	font-size: 0.7em;
	font-weight: normal;
}

.border {
	border : 3px solid #68A0D6;
}

#Interview_top .Director_wapper{
	width: 100%;
}

#Interview_top .Director_wapper .Director{
	width: 33.6%;
	/*border: 5px solid #68A0D6;*/
	background: #68A0D6;
	padding: 5px
}

#Interview_top .Director_wapper .Director .Image img{
	width: 100%;
}

#Interview_top .Director_wapper .Director .Text h3{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #669FD6;
}

#Interview_top .Director_wapper .Director .Text{
	padding: 10px;
	/*margin-bottom: 1em;*/
	background: #fff;
}

#Interview_top .Director_wapper .Director .Text p span{
	font-weight: bold;
	font-size: 1.1em;
}

@media only screen and (max-width: 979px){
	#Interview_top .Director_wapper .Director{
		width: 100%;
	}
}

/* =========================================================
About
========================================================= */

#About header #gloval_nav #about_nav ul,
#Careerpath header #gloval_nav #about_nav ul{
	margin-top:9px;
	}

#About #gloval_nav #about_nav ul li,
#Careerpath #gloval_nav #about_nav ul li{
	height:25px;
	overflow:visible;
	line-height: 1.6;
	}

@media only screen and (max-width: 979px){

#About header #gloval_nav #about_nav ul,
#Careerpath header #gloval_nav #about_nav ul{
	margin-top:0;
	}

#About #gloval_nav #about_nav ul li,
#Careerpath #gloval_nav #about_nav ul li{
	height:auto;
	}

}


#About .inner .LayoutBlockA .BoxImageArea .img {
	position: absolute;
	width: 18%;
	max-width: 200px;
}

#About .inner .LayoutBlockA .BoxImageArea .img img {
	width: 100%;
}

#About .inner .BorderArea {
	z-index: 2
}

#About .inner .HeadingA {
	font-size: 1.3em;
	border-left: 3px solid #669FD6;
	padding: 0 0 0 13px;
}

#About .inner .HeadingB{
	padding-bottom:16px;
	margin: 30px 0 25px;
	background: url(../about/images/hukidasi_bottom.gif) no-repeat 30px bottom;}

#About .inner .HeadingB span{
	padding:10px 20px;
	display:block;
	background: #68A0D6;
	color: #FFF;
}

#About .inner .HeadingC {
	font-size: 1.5em;
	font-weight: normal;
	color: #669FD6;
	margin: 15px 0;
}

#About .BorderArea {
	margin: 30px 30px 0;
	overflow: hidden;
}

#About .inner .LayoutBlockA .BoxTextArea {
	width: 69%;
	margin: 0 0 0 30%;
}

#About .BlueBlock {
	background: #E1ECF7;
	z-index: 1;
}

#About .BlueBlock p {
	width: 65%;
	margin: 0 0 0 31.5%;
	padding: 20px 0;
}

#About .inner .BlockR {
	margin: 0 0 0 30%;
	width: 69%;
}

#About .inner .BlockR h2,
#About .inner .LayoutBlockE h2 {
	font-size: 1.3em;
	font-weight: normal;
}

#About .inner .BlockR h3,
#About .inner .LayoutBlockE h3 {
	color: #669FD6;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 15px;
}

#About .inner .BlockR p.hc {
	min-height: 200px;
}

#About .inner .LayoutBlockE p {
	padding: 0 0 20px;
	font-size: 1.2em;
}

#About .inner .LayoutBlockE {
	margin: 70px 0 0;
	width: 100%;
}

#About .inner .LayoutBlockE .BlockL {
	float: left;
	max-width: 11.8%;
	height: 130px;
}

#About .inner .LayoutBlockE .BlockR {
	float: left;
	margin: 0;
	width: 88.2%;
}

#About .inner .LayoutBlockE .BlockR h3 {
	border-top: 1px solid #68A0D6;
	margin: 16px 0 0;
	padding: 10px 0 0 30px;
	color: #333;
}

#About .inner .LayoutBlockE .BlockR p {
	padding: 10px 0 0 30px;
}

#About .inner .LayoutBlockE .BoxTextArea {
	overflow:hidden;
}

#About .inner .LayoutBlockE .BoxImageArea {
	float: right;
	margin-left:30px;
}

#About .inner .LayoutBlockE .BoxImageArea img {
	max-width: 100%;
}

#About .inner .LayoutBlockE .BoxTextArea p {
	font-size: 1em;
	padding: 0;
}

#Careerpath #main .Careerpath_bg {
	background-image: url(../about/images/bg_image.png);
	background-position: right -15px top 105px;
	background-repeat: no-repeat
}

#Careerpath .first_bg{
	background:url(../about/images/title_bg.gif) repeat-y left top;
	}

#Careerpath .inner .Box {
	overflow: hidden;
	padding-bottom:1.5em;
}


#Careerpath .inner .last{
	padding-bottom:2em;
	background:url(../about/images/title_bg4.gif) no-repeat left bottom;
	}

#Careerpath .inner .Box .BlockL {
	background:url(../about/images/title_bg2.gif) no-repeat left top;
	float: left;
}


#Careerpath .inner .first .BlockL{
	background:url(../about/images/title_bg3.gif) no-repeat left top;
	}


#Careerpath .inner .Box .BlockR{
	overflow:hidden;}

#Careerpath .inner .Box .BlockR h2 {
	font-size: 1.3em;
	padding: 15px 0 0 30px;
}

#Careerpath .inner .Box .BlockR p {
	border-top: 1px solid #68A0D6;
	margin: 16px 0 0;
	padding: 10px 0 0 30px;
}



#Careerpath .inner .HeadingB {
	font-size: 1.3em;
	border-top: 1px solid #669FD6;
	border-right: 1px solid #669FD6;
	border-bottom: 1px solid #669FD6;
	border-left: 3px solid #669FD6;
	padding: 13px;
	margin-bottom:20px;}



@media only screen and (max-width: 787px) {
	#Careerpath .inner,
	#Careerpath .inner .last{
		background:none;
		}
	#Careerpath .inner .Box .BlockL  {
		text-align:center;
		float:none;
		background:none;
	}
	#Careerpath .inner .Box .BlockR p ,
	#Careerpath .inner .Box .BlockR h2{
		padding-left:0;
		border:none;

		}

	#About .inner .LayoutBlockE .BoxImageArea {
	float:none;
	margin-left:0;
}

}

/* =========================================================
Process
========================================================= */

#Process .inner .ImageArea {
	width: 100%;
	text-align: center;
	padding: 5% 0;
}

#Process .GrayBlock {
	background: #EEEEEE;
	padding: 30px;
}

#Process .GrayBlock .GrayArea {
	background: #EEEEEE;
	width: 100%;
	padding: 0 0 30px;
    display: flex;
}

#Process .GrayBlock .GrayArea .BoxImageArea {
	margin-right:40px;
}




#Process .GrayBlock .BoxTextArea {
	overflow:hidden;
}

#Process .GrayBlock .BoxTextArea h2 {
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 15px;
	margin: 0 0 15px;
	color: #FFF;
	background: #68A0D6;
}

#Process .GrayBlock .BoxTextArea h3 {
	font-size: 2em;
	margin: 0 0 15px;
}

#Process .GrayBlock .BoxTextArea h4 {
	font-size: 1.2em;
}

#Process .GrayBlock .BoxTextArea h4 span {
	font-size: 0.8em;
}

#Process .GrayBlock .BoxTextArea .WhiteBox h2 {
	background: none;
	color: #669FD6;
	padding: 0;
}

#Process .GrayBlock .BoxTextArea .WhiteBox {
	background: #FFF;
	border-left: 3px solid #68A0D6;
	padding: 30px;
	margin: 40px 0 0;
}

#Process .GrayBlock .BoxTextArea h2.Heading {
	font-size: 1.2em;
}


#Interview .inner .LayoutBlockD .BoxImageArea{
	float:right;
	margin-left:20px;
}

#Interview .inner .BoxTextArea p,
#About .inner .BoxTextArea p {
	margin-bottom:30px;
}




@media only screen and (min-width: 1200px) {
.home #top_pagemenu li{
	width: 33.3%;
}

	#About .inner .LayoutBlockE .BoxTextArea {
		float: left;
		width: 64.7%;
	}

	#Interview .inner .LayoutBlockB,
	#Interview .inner .LayoutBlockC {
		margin: 0 0 5%;
	}

	#Interview .inner .LayoutBlockB .BoxTextArea,
	#Interview .inner .LayoutBlockC .BoxTextArea {
	}

	#Interview .inner .LayoutBlockB .BoxTextArea,
	#Interview .inner .LayoutBlockC .BoxImageArea,
	#Interview .inner .LayoutBlockD .BoxImageArea {
	}

	#Interview .inner .LayoutBlockB .BoxImageArea img {

	}



	#Interview .inner .HeadingD {
		padding: 0 0 2%;
	}


	#Process .GrayBlock .BoxTextArea {
		width: 74%;
	}

	#Process .GrayBlock .BoxTextArea h2.Heading {
		width: 240px;
	}
}


@media only screen and (max-width: 1200px){
	#Process .GrayBlock .BoxTextArea h2.Heading {
		width: 240px;
	}
}


@media only screen and (max-width: 979px){
	.home header #siteID{
		border-right:5px solid  #68A0D6;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}



@media only screen and (max-width: 787px) {
	#Interview_top .inner .ContsArea .ContsBlockwrap{
		display:block;
		width:auto;
		}


	#Interview_top .inner .ContsArea .ContsBlock {
		display:block;
		width: 100%;
	}

	#Interview_top .inner .ContsArea .ContsBlock {
		margin-bottom: 0.55%;
	}

	#Interview .BorderArea {
		margin:10px;
		height: auto;
	}

	#Interview .inner .BoxTextArea {
		padding: 15px 0 0;
	}

	#Interview .inner .LayoutBlockB,
	#Interview .inner .LayoutBlockC {
		margin: 0 0 10%;
	}

	#Interview .inner .LayoutBlockA .BoxTextArea,
	#Interview .inner .LayoutBlockB .BoxTextArea,
	#Interview .inner .LayoutBlockC .BoxTextArea,
	#Interview .inner .LayoutBlockD .BoxTextArea {
		width: 100%;
	}

	#Interview .inner .LayoutBlockB .BoxImageArea,
	#Interview .inner .LayoutBlockC .BoxImageArea {
		width: 100%;
	}

	#Interview .inner .LayoutBlockA .BoxImageArea {
		padding: 0;
	}

	#About .inner .LayoutBlockA .BoxImageArea .img {
		position: static;
		width: 100%;
	}


	#About .inner .LayoutBlockA .BoxTextArea {
		width: 100%;
		margin: 0;
	}

	#About .BlueBlock {
		padding: 0 30px;
	}

	#About .BlueBlock p {
		width: 100%;
		margin: 0;
	}

	#About .inner .BlockR {
		margin: 0;
		width: 100%;
	}

	#About .inner .LayoutBlockE .BoxImageArea {
		float: none;
		width: 100%;
	}

	#About .inner .LayoutBlockE .BoxTextArea {
		float: none;
		width: 100%;
		padding: 15px 0 0;
	}

	#About .inner .LayoutBlockA .BoxImageArea .img {
		max-width: none;
		margin: 0 0 5%;
	}

	#About .inner .LayoutBlockA .BoxImageArea .img img {
		width: 30%;
	}

	#Process .GrayBlock .BoxTextArea {
		width: 100%;
	}

	#Process .GrayBlock {
		padding:10px;
	}

	#Process .GrayBlock .GrayBlock  {
		padding:0;
	}
    
    #Process .GrayBlock .GrayArea {
		flex-wrap: wrap;
	}
    
	#Process .GrayBlock .GrayArea .BoxImageArea {
		text-align: center;
		margin: 0 0 5%;
        width: 100%;
	}


	.BoxImageArea {
		width: 100%;
		text-align: center;
	}
}


/* =========================================================
Company
========================================================= */

#Company .inner .LayoutBlockE {
	margin: 40px 0 0;
	width: 100%;}

#Company .inner .HeadingB {
	font-size: 1.3em;
	border-top: 1px solid #669FD6;
	border-right: 1px solid #669FD6;
	border-bottom: 1px solid #669FD6;
	border-left: 3px solid #669FD6;
	padding: 13px;
	margin-bottom:20px;}

#Company .inner .HeadingA {
	font-size: 1.3em;
	border-left: 3px solid #669FD6;
	padding: 0 0 0 13px;
	margin-bottom:0.7em;}

#Company ul li span{
	font-weight:bold;}

#Company .inner .LayoutBlockE .BoxTextArea {
	float: none;
	width: 100%;
	margin-bottom:30px;}

#Company .asterisk{
	text-align:right;}

#Company .inner .ImageArea {
	width: 100%;
	text-align: center;
}

#Company .table2{
	border-bottom:1px solid #69A0D6;
	width:100%;
	}

#Company .table2 th{
	color:#000000;
	font-weight:normal;
	background:#E1EcF7;
	padding:0.8em 10px;
	border-top:1px solid #69A0D6;
	text-align:left;
	}

#Company .table2 td{
	padding:0.8em 10px;
	border-top:1px solid #69A0D6;
	text-align:center;
	}

#Company .table2 th.col2{
	color:#000000;
	background:#ffffff;
	padding:0.8em 10px;
	border-top:1px solid #69A0D6;
	text-align:center;
}

#Company .table2 thead th{
	font-weight:bold;}



/* =========================================================
Access
========================================================= */

#Access .inner .LayoutBlockE {
	margin: 30px 0 0;
	width: 100%;}

#Access .inner .HeadingB {
	font-size: 1.3em;
	border-top: 1px solid #669FD6;
	border-right: 1px solid #669FD6;
	border-bottom: 1px solid #669FD6;
	border-left: 3px solid #669FD6;
	padding: 13px;
	margin-bottom:20px;}

#Access .inner .HeadingA {
	font-size: 1.3em;
	border-left: 3px solid #669FD6;
	padding: 0 0 0 13px;
	margin-bottom:0.5em;}

#Access .inner .LayoutBlockE .BoxTextArea {
	float: none;
	width: 100%;
	margin-bottom:30px;}

#Access .inner .ImageArea {
	width: 100%;
	text-align: center;
}

/*#Access #map{
	position:relative;
	height:400px;
	margin-bottom:1em;}*/


/* =========================================================
Lunch
========================================================= */

#Lunch .inner .LayoutBlockA .BoxImageArea {
	float:left;
	margin-right:30px;
}


#Lunch .inner .HeadingC {
	font-size: 2em;
	color: #669FD6;
	margin: 15px 0;
}


#Lunch .inner .LayoutBlockA .BoxTextArea {
	overflow: hidden;}

#Lunch .inner .LayoutBlockE {
	margin-top: 70px;
	width: 100%;}

#Lunch .inner .LayoutBlockE .BoxImageArea {
	float: right;
	max-width: 32.8%;
}

#Lunch .inner .LayoutBlockE .BoxImageArea img {
	max-width: 100%;
}

#Lunch .inner .LayoutBlockE .BoxTextArea p {
	font-size: 1em;
	padding: 0;
}

#Lunch .lunch-btn{
	text-align:center;}

#Lunch .lunch-btn a{
	display:inline-block;
	color:#FFF;
	font-weight: bold;
	font-size: 172%;
	background: #FF8000;
	padding: 0.8em;
	text-align:center;
	margin:0 auto;
	text-decoration:none;}

#Lunch .lunch-btn{
	}

#Lunch .MovieArea{
	width:80%;
	margin: 0 auto;
	padding-bottom:30px;
	}

.iframeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 979px){
#Lunch .MovieArea{
	width:100%;
	margin: 0 auto;
	padding-bottom:30px;}

#Lunch .inner .LayoutBlockA .BoxImageArea{
	float:none;
	}
}


.mt4{
	margin-top:-5px;
	}
.mb100{
	margin-bottom:100px;
}