@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

#contact_footer {
	background-color: #E998AC;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
}



.table form .btn {
	text-align: center;
	margin-top: 15px;
}
tr td textarea {
	font-size: 15px;
	width: 95%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F0F0F0;
}
.innerS ul {
	margin-bottom: 10px;
}


address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{
	list-style: none;
	padding-right: 0px;
}


q:before,q:after{content:'';}


object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}




img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}
form .btn input {
	width: 100px;
	margin-top: 0px;
	background-color: #1797CF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #FFFFFF;
}



.innerS #rsupport a {
	background-color: #1797CF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 30px;
	font-size: 18px;
	display: block;
}

.innerS #rsupport a:hover{
	display: block;
	opacity: 0.8;
	text-decoration: none;
}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#mainnav a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#mainImg{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background-size: 0px auto;
}


#mainImg img{
	position: absolute;
	left: 50%;
	max-width: 1280px;
	width:1280px;
	height: 400px;
	margin-left: -640px;
	z-index: 8;
	opacity: 0.0;
}

#mainImg img.active {
   z-index: 10;
   opacity: 1.0;
}
#mainImg img.last-active {
   z-index: 9;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #91C842;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}


section{
	clear: both;
	padding-top: 40px;
}

#menu_list ul li a:hover{
opacity: 0.8;
transition: 1.0s ;
}

#rsupport {
clear: both;
text-align: center;
margin-bottom: 30px;
}


#top .innerS #rsupport {
}

tr td input {
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F0F0F0;
}


.page_top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 50px;
	height: 50px;
	font-size: 13px;
}

section h2 span {
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
}
	

section h2{
	position: relative;
	width: 90%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #91C842;
	max-width: 1280px;
	border-radius: 5px;
}
.triangle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #91C842;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
	width: 1200px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
	#header_top {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#header h1{
	float: left;
}


#mainnav {
	clear: both;
}

	

section h2 span {
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 17px;
}
	
}


@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	
	#header_top {
	margin-left: auto;
	margin-right: auto;
}

#header h1{
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
}

#mainnav {
	clear: both;
	background-color: #91C842;
}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
	display: inline-block;
	padding-top: 13px;
	padding-right: 3%;
	padding-bottom: 13px;
	font-size: 15px;
	padding-left: 3%;
	}
	
#menu_list  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	max-width: 1280px;
}
	
#menu_list ul li {
	display: inline-block;
	width: 24%;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
	




.inner{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 16px;
	max-width: 1280px;
	border-radius: 20px;
}

/* 会社の特徴
	-----------------*/
	
#outline {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 27px;
	margin-left: auto;
	margin-right: auto;
}
#outline_top{
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	clear: both;
	padding-right: 10px;
	padding-left: 15%;
	margin-bottom: 75px;
	line-height: 36px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/outline_top.jpg);
	background-size: 14% auto;
	background-repeat: no-repeat;
	border-bottom: 3px dotted #1797CF;
	padding-bottom: 30px;
	width: 53%;
}
	
.innerS h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #1797CF;
	font-weight: bold;
}

.outline_box {
	margin-top: 50px;
	clear: both;
}
#outline_in1 {
	width: 58%;
	float: left;
	margin-bottom: 35px;
}
#outline_in1_img {
	width: 40%;
	float: right;
   	-webkit-animation-name:fuwafuwa; 
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

#outline_in2 {
	width: 60%;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
}
#outline_in2_img {
	width: 40%;
	float: left;
	-webkit-animation-name:fuwafuwa; 
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

	
/* 先輩たちの声
	-----------------*/
	
#voice {
	text-align: center;
}
	
#voice  table {
	border: none;
}

	
	
#voice table td {
	text-align: left;
	line-height: 27px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

tr td .voice {
	margin-bottom: 40px;
}
	

td .voice h6 {
	font-size: 23px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1797CF;
}

	
/* よくある質問
	-----------------*/	
	
#qa   {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#qa img  {
	margin-top: 10px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#qa table {
	border: none;
	margin-left: auto;
	margin-right: auto;
}


#qa table td{
	border: none;
	width: 97%;
	display: block;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.qa1 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #1797CF;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.qa2 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #E998AC;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.qa3 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #A2CD41;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.qa4 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #1797CF;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}

.qa1 h5 {
	font-size: 20px;
	color: #1797CF;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q1.png);
	background-size: 40px auto;
	background-repeat: no-repeat;
}

.qa2 h5 {
	font-size: 20px;
	color: #E998AC;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q2.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.qa3 h5 {
	font-size: 20px;
	color: #A2CD41;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q3.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.qa4 h5 {
	font-size: 20px;
	color: #1797CF;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q1.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}
		
/* 　募集要項・エントリー
	-----------------*/	
	
.table table {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #A1A1A1;
    border-collapse: collapse;
}

.table caption {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

.table th {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: 1px solid #A1A1A1;
    background-color: #D5D5D5;
}

.table td {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #A1A1A1;
    width: 80%;
}

.table th.contact {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: 1px solid #A1A1A1;
    background-color: #FFFFFF;
}

tr td input {
    font-size: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F0F0F0;
}

/* 会社概要
------------------------------------------------------------*/
#company {
	font-size: 15px;
	margin-bottom: 100px;
	width: 50%;
	float: left;
}

#company ul li {
	border-bottom: 1px dotted #C4C4C4;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: square;
	list-style-position: inside;
}

#company_img {
	width: 47%;
	float: right;
	height: auto;
}


	
  #footer{
		padding: 30px 10px 70px 0;
	}
	

#header_contact {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}

	#sec04_02{
		padding: 50px 20px;
	}
	
	
section h2{
	width: 90%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #91C842;
}

section h2 span {
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
	width: auto;
}

.inner{
	width: 97%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 17px;
}


}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
	position: relative;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}
	


.inner{
	width: 97%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 97%;
	margin: 0 auto;
	padding-bottom: 30px;
}

	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}
	
	#header_contact {
	display: none;
}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	
}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 30px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	
	#menu_list  {
	text-align: center;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
	
#menu_list ul {
}
	
#menu_list ul li {
	display: inline-block;
	width: 45%;
	height: auto;
}

/* 会社の特徴
	-----------------*/
	
#outline {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;

}

.innerS h3 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #1797CF;
	text-align: center;
}
	
.outline_box {
	margin-top: 30px;
	clear: both;
}
#outline_in1 {
	width: 100%;
}
#outline_in1_img {
	width: 100%;
}

#outline_in2 {
	width: 100%;
	margin-bottom: 15px;
}
#outline_in2_img {
	width: 100%;
}
	
#outline_top{
	font-size: 17px;
	font-weight: bold;
	color: #535353;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 29px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-size: 17% auto;
	background-repeat: no-repeat;
	background-position: 40px 0%;
	border-bottom: 3px dotted #1797CF;
	padding-bottom: 30px;
}
	
/* 先輩たちの声
	-----------------*/
	
#voice {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
#voice  table {
border: none;
	margin-left: auto;
	margin-right: auto;
}
	
#voice  td {
	font-size: 16px;
	width: 93%;
	padding: 10px;
	text-align: left;
	display: block;
	line-height: 27px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

tr td .voice {
	margin-bottom: 15px;
}
td .voice h6 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #1797CF;
}
	
/* よくある質問
	-----------------*/	
	
#qa   {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#qa img  {
	margin-top: 10px;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#qa table {
	border: none;
	margin-left: auto;
	margin-right: auto;
}


#qa table td{
	border: none;
	width: 97%;
	display: block;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.qa1 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #1797CF;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.qa2 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #E998AC;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.qa3 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #A2CD41;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}
.qa4 {
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #1797CF;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
}

.qa1 h5 {
	font-size: 18px;
	color: #1797CF;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q1.png);
	background-size: 40px auto;
	background-repeat: no-repeat;
}

.qa2 h5 {
	font-size: 18px;
	color: #E998AC;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q2.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.qa3 h5 {
	font-size: 18px;
	color: #A2CD41;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q3.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.qa4 h5 {
	font-size: 18px;
	color: #1797CF;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/Q1.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
}
		
/* 　募集要項・エントリー
	-----------------*/	
	
.table table{
	font-size: 16px;
	line-height: 25px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

.table caption{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

.table th{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 1px solid #A1A1A1;
	background-color: #E2E2E2;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.table td{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 1px solid #A1A1A1;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.table th.contact{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 1px solid #A1A1A1;
	background-color: #FFFFFF;
}

tr td input {
	font-size: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 90%;
}



/* 会社概要
------------------------------------------------------------*/
#company {
	font-size: 14px;
	width: 95%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#company ul li {
	border-bottom: 1px dotted #C4C4C4;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: square;
	list-style-position: inside;
}

#company_img {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
	
	#header_contact {
	display: none;
}

	

}
