@charset "utf-8";
@media screen and (min-width:740px){
/* Main */
* {
  -webkit-box-sizing: border-box;
     -mox-box-sizing: border-box;
          box-sizing: border-box;
}

html  {
  line-height: 1.6;
  font-family: 'New Gulim', 'Meiryo UI','Open Sans', 'Helvetica', sans-serif;
  font-size: 12pt;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
  a:hover {
    color: #A0A0A0;
  }

	.sp{
		display: none;
	}
	
.lead {
	margin-bottom: 32px;
	font-size: 18px;
	color: #1A4BAD;
	text-align: center;
}

.btn {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none !important;
}
  .btn:hover {
    background: #fff;
    color: #7C2B2D;
  }

/*
 * Main banner elem
 * 1. Make sure the original is higher z-index so when scrolling up fast, the clone goes underneith.
    Prevents visual overlap.
 */
.banner {
  width: 100%;
  height: 70px;
  position: absolute; /* 1 */
  z-index: 8; /* 1 */
  background: rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #2F2828;
}

  .banner a {
    color: #2F2828;
  }

  .banner a:hover {
    color: #B89999;
  }

.logo {
  float: left;
  margin: 0;
  font-size: 16pt;
  line-height: 70px;
  font-family: 'Montserrat Subrayada', sans-serif;
}

	@media screen and (min-width: 880px) {
		.logo {
  font-size: 16pt;
}	
	}
	@media screen and (max-width: 879px) {
		.logo {
  font-size: 12pt;
}	
	
	}
	

.nav {
  float: right;
  height: 40px;
  padding: 0;
  margin: 15px 0 0;
}

  .nav__item {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-left: 10px;
    display: inline-block;
    font-size: 10pt;
  }

  .nav__item--btn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    line-height: 38px;
  }

.hero {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/top.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  height: 520px;
}
.company {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/company.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  height: 480px;
}

.hero_selection {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/selection.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  height: 480px;
}
	

.hero_occupy {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/occupation.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  height: 480px;
}

	

.hero_info {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/infohero.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  height: 480px;
}
	
#on_dot {
  background:url(../image/top_dot.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
}


.hero__title {
  padding-top:50px; 
  margin: 0 0 10px;
  font-family: 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
}

@media screen and (min-width: 1000px) {
  .hero__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 999px) {
  .hero__title {
    font-size: 32px;
  }
}

.hero__snippet {
  margin: 0 0 40px;
  font-size: 32px;
  font-family: 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
}

@media screen and (max-width: 999px) {
  .hero__snippet {
    font-size: 24px;
  }
}

.hero__btn {
  width: 160px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-color: #fff;
  color: #fff;
  display: inline-block;
}

.btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-list__item {
  display: inline-block;
  margin: auto 5px;
}

#contact{
		height: 720px;
		width:100%;
	}

	.warn{
		color:red;
	}	

.contact__top {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/contact.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  height: 432px;
}

	.contact__title{
		padding-top: 50px;
		font-size: 20pt;
	}
	.contact__snippet{
		font-size: 20pt;
		font-weight: bold;
	}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
	


	.topic{
		text-align: center;
        font-family: 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
		font-size: 20pt;
		padding-top: 20px;
	}
	
	.mention{
		width: 80%;
		margin: auto;
	}


	
.container {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

	#info{
		width: 100%;
		height: 360px;
		margin-right: 0px;
		margin-left: 0px;
		padding: 20px 0px 20px 0px;
		background: url(../image/info.jpg) no-repeat;	
		background-size: cover;
	}
	
	#info a{
		color:#1A4BAD;
	}
	
	#info a:hover{
		color:#BEC2DD;
	}
	
	#info td{
		width: 70%;
		height: 40px;
		border-bottom: 2px solid rgba(160,160,224,0.7);
		}
	
	#info th{
		height: 40px;
		border-bottom: 2px solid rgba(100,100,200,0.7);
		}
	.info{
		margin: 0 auto;
		width: 80%;
		max-width: 720px;
	}
	
	#intro{
		background: url(../image/intro.jpg) no-repeat;
		background-size: cover;
		height: 760px;
		padding: 16px 0 0 0;
		
	}
	
	#contents_menu{
		width: 100%;
		max-width: 640px;
		margin: auto;
		padding-top: 40px;
		}
	.menu_ban{
		width: 47%;
		height: auto;
		margin-left: 2%;
		margin-top: 4px;
	}
	a .menu_ban:hover{
		opacity: 0.6;
	}
	#intro .mention{
		background: rgba(255,255,255,0.8);
		padding: 12px 20px 12px 20px;
	}

	#newcomer{
		height: 480px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}

	#about_occupy{
		height: 1280px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}
	
	#info_detail{
		height: 1280px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}

	
	#about_select{
		height: 1780px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}
	
	#about_select table{
		margin: auto;
	}

	#job_entry{
		width: 100%;
		height: 48px;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.job_entry{
		position: absolute;
		right: 0;
		left: 0;
		top:0;
		width: 240px;
		height: 56px;
		margin: auto;
		text-align: center;
		background:#5DACED;
		font-weight: 700;
		color:#ffffff;
		padding: 0 0 4px 0;
	}
	a .job_entry:link{
		color: #FFFFFF;
	}
	
	a .job_entry:hover{
		color: #EAEAEA;
		background: rgba(120,120,200,0.5)
	}
	

	#idea{
		height: 760px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}
	
footer {
  margin-top: 0px;
  color: #888;
  border-top: 1px solid #eee;
  font-size: 14px;
  height: 80px;
  position: relative;
  background: rgba(120,120,200,0.1)
}

footer .top {
	position: absolute;
	right: 4px;
	top: 4px;
}
	footer .copyright{
		text-align: center;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 36px;;
		margin: auto;
	}
	
	

}