@charset "utf-8";
@media screen and (max-width:739px){
/* 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;
  }

	.pc{
		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: 12pt;
  line-height: 70px;
  font-family: 'Montserrat Subrayada', sans-serif;
}

	@media screen and (min-width: 420px) {
		.logo {
  font-size: 12pt;
}	
	}
	@media screen and (max-width: 419px) {
		.logo {
  font-size: 10pt;
}	
	
	}
	

.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;
  }

		#humberger{
			position: fixed;
			top: 0;
			right: 0;
			z-index: 10;
			width: 45px;
			padding: 17px 10px 10px;
			cursor: pointer;
		}
		.icon-bar{
			height: 2px;
			background: #333;
			display: block;
			margin-bottom: 6px;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
		.fixed-content{
			right: inherit;
			width: 100%;
			z-index: 2;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
		 #overlay{
			z-index:-1;
			opacity: 0;
			background: #000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			position: fixed;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
			body.drawer-opened #page{
				left: -240px;
				box-shadow: 1px 0 2px #000;
				-webkit-box-shadow: 1px 0 2px #000;
			}
			body.drawer-opened .fixed-content{
				left: -240px;
			}
			body.drawer-opened #drawernav{
				right: 0;
			}
			body.drawer-opened #humberger .icon-bar{
				background: #000;
			}
			body.drawer-opened #humberger :nth-child(1){
				transform:translate(0,8px) rotate(45deg);
				-webkit-transform:translate(0,8px) rotate(45deg);
			}
			body.drawer-opened #humberger :nth-child(2){
				transform:translate(-20px ,0);
				-webkit-transform:translate(-20px ,0);
				opacity:0;
			}
			body.drawer-opened #humberger :nth-child(3){
				transform:translate(0,-8px) rotate(-45deg);
				-webkit-transform:translate(0,-8px) rotate(-45deg);
			}
			body.drawer-opened #overlay{
				z-index: 3;
				opacity: 0.3;
				left: -240px;
			}
	#drawernav{
		background-color: rgba(253,253,253,0.64);
	}

		#drawernav{
			position: fixed;
			top: 0;
			right: -240px;
			width: 240px;
			height: 100%;
			background-color: rgba(255,255,255,0.90);
			color: #0F0F0F;
			z-index: 9;
			padding-top: 24px;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}
	
	#drawernav h4{
		text-align: center;
	}
	#drawernav ul{
		margin: auto;
	}
	#drawernav li{
		display: block;
		width: 100%;
		margin: auto;
		list-style: none;
		padding-bottom: 20px;
	}
	#drawernav p{
		width: 90%;
		position: absolute;
		right: 4px;
		bottom: 16px;
		color: #999999;
	}
	.welcome{
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, "serif";
	}
	
.hero {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
  background:url(../image/top_sp.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;
}
	
.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.6);
  height: 480px;
}

#on_dot {
  background:url(../image/top_dot_sp.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 {
  width: 80%;
  margin: auto;
  padding: 0;
  list-style: none;
}

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

.container {
  width: 95%;
  max-width: 480px;
  margin: auto;
}

	#info{
		width: 100%;
		height: 360px;
		margin-right: 0px;
		margin-left: 0px;
		padding: 20px 0px 20px 0px;
		background: url(../image/info_sp.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;
	}
	
footer {
  margin-top: 00px;
  color: #888;
  border-top: 1px solid #eee;
  font-size: 14px;
  height: 120px;
  position: relative;
  background: rgba(120,120,200,0.1)
}

footer .top {
	position: absolute;
	right: 4px;
	top: 12px;
}
	footer .copyright{
		position: absolute;
		bottom: 0;
	}
	

#contact{
		height: 880px;
		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: 360px;
}

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


#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:80%;
	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;
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:80%;
	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;
}	

	#intro{
		margin: 0;
		background: url(../image/intro_sp.jpg) no-repeat;
		background-size: cover;
		padding-bottom: 40px;
	}

	#contents_menu{
		width: 100%;
		max-width: 420px;
		height: 720px;
		margin: auto;
		padding-top: 40px;
		}
	.menu_ban{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}
	a .menu_ban:hover{
		opacity: 0.6;
	}
	#intro .mention{
		background: rgba(255,255,255,0.8);
		padding: 8px 8px 8px 8px;
		
	}
	#newcomer{
		height: 480px;
		background: #fafaff;
		padding: 12px 0 0 0;
	}
	
	#idea{
		height: 880px;
		background: #fafaff;
		padding: 12px 0 0 0;
	}
	#about{
		height: 1200px;
		background: #fafaff;
		padding: 24px 0 0 0;
	}

	@media screen and (max-width: 400px) {
	#about_select{
		height: 2280px;
		background: #fefeff;
		padding: 12px 0 0 0;
		}
	}
	
	@media screen and (min-width: 401px) {
	#about_select{
		height: 1960px;
		background: #fefeff;
		padding: 12px 0 0 0;
		}
	}
	
	#about_select table{
		margin: auto;
	}


	@media screen and (min-width: 401px) {
	#about_occupy{
		height: 1480px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}
	}
	
	@media screen and (max-width: 400px) {
	#about_occupy{
		height: 1780px;
		background: #fefeff;
		padding: 12px 0 0 0;
	}
	}
		
	#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)
	}
		
}