@charset "utf-8";
/* CSS Document */
/*------------------------------------------
■ 基本設定
------------------------------------------*/
body{
	color:#333;
	font-size:14px;
	line-height:1.4;
	font-family : 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
}
a{
	color:#000;
	text-decoration:none;
}
img{
	border: 0;
	max-width:100%;
	height:auto;
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {zoom: 100%;}

.fcl:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
/*
/*
=========================================
  PC・スマホ切り替え用
=========================================
*/
.sp_none {
display: none;
}
.max_w {
max-width: 100%;
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container{
	margin:0 auto;
	width:95%;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
#main{
	margin-bottom:20px;
}
.section{
	margin-bottom:30px;
}
.full{
	margin-left:-15px;
	margin-right:-15px;
}
.br_sp{
	display:none;
}
/*
=========================================
	ヘッダー
=========================================
*/
#header{
	position:fixed;
	max-width:100%;
	z-index:9999;
}

.logo{
	max-width:80%;
	margin:15px 0px 0px 15px;
}
#gnav {
		display: none;
	}

	#rwdMenuWrap {
		width: 100%;
		top:0;
		left:0;
		z-index: 9999;
		position:fixed;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 60px;
		background: #74AF37;
		opacity:0.7;
		position: relative;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #fff;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #74AF37;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap ul {
		width: 100%;
		display: none;
		
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
		
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #74AF37;
		opacity:0.7;
		position: relative;
		color: #fff;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

#visual{
	position:relative;
}
.visual_content{
	z-index:1000;
	width:auto;
	margin:0 auto;
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	bottom: 0;
	
}
.visual_text{
	text-align:center;
	color:#fff;
	font-size:200%;
	text-shadow: 0px 0px 10px #666666 ;
}

.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}
#nav01,#nav02,#nav03,#nav04,#nav05{
	margin-top:-20px;
    padding-top:20px;
}
/*
=========================================
	intro
=========================================
*/
#intro{
	margin-top:20px;
}
.sec_title{
	font-size:180%;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
.sec_text{
	text-align:center;
	line-height:1.7em;
	margin-bottom:30px;
}
.intro_img_wrap{
	text-align:center;
}
.intro_img_wrap img{
	width:40%;
	border-radius:100%;
	margin-right:5%;
}
.intro_img_wrap img:last-child{
	margin-right:0;
}
/*
=========================================
	parallax
=========================================
*/
div.parallax{
	height:180px;
	background-position: 50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	margin-top:40px;
	margin-bottom:25px;
}
.parallax_img01{
	background:url("../images/parallax_img01.jpg");
}
.parallax_img02{
	background:url("../images/parallax_img02.jpg");
}
.parallax_img03{
	background:url("../images/parallax_img03.jpg");
}
.parallax_img04{
	background:url("../images/parallax_img04.jpg");
}
.parallax_img05{
	background:url("../images/parallax_img05.jpg");
}
.parallax_text{
	width: auto;
    margin: 0 auto;	
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:2000;
}
.parallax_text h2{
	color:#FFF;
	font-size:200%;
	text-align:center;
	text-shadow: 0px 0px 10px #666666 ;
}
.parallax_text p{
	color:#FFF;
	font-size:100%;
	text-align:center;
	text-shadow: 0px 0px 10px #666666 ;
}
/*
=========================================
	ABOUT
=========================================
*/
.president{
	
}
.president_left{
	float:left;
	width:35%;
	margin-right:3%;
}
.president_right{
	
}
.president_title{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
.president_name{
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
}
/*
=========================================
	COMPANY
=========================================
*/
.company_title{
	font-size:180%;
	margin-top:10px;
}
.company_table{
	font-size : 90%;
	margin:20px auto;
	width:90%
}
.company_table dt{
	float:left;
	clear:both;
	width:25%;
	padding-bottom:10px;
	padding-right:10px;
}
.company_table dd{
	width:80%;
	margin-left:25%;
	padding-bottom:20px;
	padding-left:10px;
	border-left:#888 1px solid;
}
.company_ph_area img{
	margin-right:1%;
	margin-bottom:5px;
	width:48%;
}
.company_ph_area img:nth-child(even){
	margin-right:0;
}
/*
=========================================
	SERVICE
=========================================
*/
.service_box{
	margin-bottom:15px;
}
.service_left{
	float:left;
	width:30%;
	margin-right:3%;
	
}
.service_left img{
	border-radius:50%;
}

.service_right{
	float:right;
	width:67%;
}
.service_title{
	font-size:100%;
	color:#2DA0D2;
	font-weight:bold;
	margin-bottom:5px;
}
.service_text{
	font-size:90%;
}
/*
=========================================
	RECRUIT
=========================================
*/
.recruit{
	margin-bottom:20px;
}
.recruit_title{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}
.recruit_text{
	font-size:100%;
	margin-top:8px;
}
.recruit_title{
	border:2px solid;
	border-radius:10px;
	padding:5px 0;
	margin-bottom:8px;
}
.recruit_tit_dsn01{
	color:#FF73B6;
	border-color:#FF73B6;
}
.recruit_tit_dsn02{
	color:#FFB600;
	border-color:#FFB600;
}
.recruit_tit_dsn03{
	color:#4FB9EA;
	border-color:#4FB9EA;
}
.recruit_img{
	text-align:center;
}
/*
=========================================
	STAFF
=========================================
*/
.staff{
	margin-bottom:20px;
}
.staff_img{
	width:40%;
	margin:0 auto;
}
.staff_img img{
	border-radius:50%;
}
.staff_name{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:5px 0;
}
.staff_category{
	font-size:100%;
	font-weight:bold;
	text-align:center;
}
.staff_text{
	font-size:100%;
	margin-top:8px;
}
/*
=========================================
	FORM
=========================================
*/
.title02{
	background-color:#333;
	color:#FFF;
	padding:10px 0;
	font-size:120%;
	text-align:center;
	margin-top:40px;
}
.form{
	max-width:95%;
	margin:25px auto 0;
}
.form_btn_dsn{
	background-color:#2DA0D2;
	transition: all 0.3s linear;
	color:#fff;
}
.form_btn_dsn:hover{
	background-color:#333;
	color:#fff;
}
/*
=========================================
	FOOTER
=========================================
*/
#footer{
	margin-top:40px;
}
.footer_logo{
	width:40%;
	margin:0 auto 8px;
	text-align: center;
}
.footer_wrap{
	background-color:#74AF37;
	padding-bottom:15px;
}
.footer_con{
	text-align:center;
	color:#FFF;
}
.footer_nav ul{
	text-align: center;
	margin-bottom:15px;
}
.footer_nav li{
	padding:7px 0;
	font-size:100%;
	text-align: center;
	border-bottom:1px solid #FFF;
}
.footer_nav li a{
	color:#fff;
	transition: all 0.2s linear;
}
.footer_nav li a:hover{
	color:#000;
}
.copyright{
	text-align:center;
	font-size:90%;
}
/*
=========================================
	ぺージトップへ
=========================================
*/
.page_top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.page_top a {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
	border-radius:5px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.page_top a:hover {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/*
=========================================
  追記　コンタクトフォーム
=========================================
*/

.form {
    padding: 50px 0px;
}

#contact-form {
	background: #e6ffcc;
}
#contact-form h2 {
}

form#contactForm {
    padding: 0px 5px;
}

#contact-form table {
	width: 790px;
	margin: 0px auto;
}
#contact-form table th {
	vertical-align: top;
	min-height: 50px;
	text-align: right;
	width: 165px;
}
#contact-form table td {
	width: 625px;
	padding-left: 30px;
	vertical-align: top;
	font-size: 0;
	box-sizing: border-box;
}
#contact-form .item-name {
	height: 54px;
	background: #e6ffcc;
	color: #333;
	font-size: 16px;
	line-height: 54px;
	display: block;
	margin-bottom: 10px;
}

#contact-form .item-name.conf {
	position: relative;
	z-index:1;
}
#contact-form .item-name.conf small {
	position: absolute;
	font-size: 1.2rem;
	width: 1.2em;
	display: block;
	top: 5px;
	right: -24px;
	line-height: 1.2;
	z-index: 2;
}
#contact-form input[type="text"],
#contact-form select,
#contact-form textarea {
	height: 54px;
	box-sizing: border-box;
	border: solid 1px #74af37;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 15px;
	background-color: #fff;
}
#contact-form form .zip-desc {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.4;
	color: #333;
}
#contact-form textarea {
	height: 150px;
	padding: 15px;
}

#contact-form form .long {
	width: 100%;
}

#contact-form form .half {
	width: 48%;
}
#contact-form form .half.cont {
	margin-left: 20px;
}
#contact-form form .tri {
	width: 30%;
}
#contact-form form .tri.cont {
	margin-left: 26px;
}

#contact-form form .email {
	width: 45.5%;
}
#contact-form form i {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	display: inline-block;
	padding: 12px 10px;
}
#contact-form form .required {
	color: #F8B616;
	font-size: 12px;
	font-weight: bold;
	margin-top: -20px;
	display: block;
	margin-right: -10px;
	z-index:2;
	position: relative;
}
#contact-form form .mb{
	margin-bottom: 40px;
}
#contact-form form .privacy-head {
	font-size: 1.1rem;
	color: #333;
	font-weight: bold;
	display: block;
	text-indent: 2em;
}
#contact-form form .privacy-desc {
	font-size: 1.1rem;
	color: #333;
	font-weight: bold;
}
#contact-form form .acception {
    margin-right: 8px;
    margin-top: 0px;	
}
#contact-form form .submit_btn {
	padding-top: 30px;
	text-align: center;
}

#contact-form form .submit {
	cursor: pointer;
}



	#contact-form {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	#contact-form h2 {
		width: auto;
	}
	#contact-form h2::after {
	    margin: 20px auto 0;
	}
	#contact-form h2 img {
		width: 170px;
	}
	#contact-form table {
		width: 100%;
	}
	#contact-form table th {
		display: block;
		width: auto;
		text-align: left;
		min-height: inherit;
	}
	#contact-form table td {
		display: block;
		width: auto;
		padding-left: 0;
	}
	#contact-form .item-name {
		width: auto;
		height: inherit;
		font-size: 1.6rem;
		display: inline-block;
		margin-bottom: 0;
		padding: 10px;
		line-height: inherit;
	}
	#contact-form .item-name.conf small {
		position: static;
		font-size: 1.2rem;
		display: inline-block;
		line-height: 1.2;
		letter-spacing: normal;
		margin: 0 5px;
		width: auto;
	}
	#contact-form form .required {
		font-size: 1.4rem;
		margin: 0;
		display: inline-block;
	}
	#contact-form form .half.cont {
		margin-left: 4%;
	}
	#contact-form form .tri.cont {
		margin-left: 3%;
	}
	#contact-form form i {
		font-size: 1.7rem;
		display: inline-block;
		padding: 15px 3px;
	}
	#contact-form form .zip-desc {
		font-size: 1.0rem;
		padding-left: 2%;
		width: 48%;
	}
