@charset "utf-8";
/* CSS Document */
/*------------------------------------------
■ 基本設定
------------------------------------------*/
body{
	color:#333;
	font-size:14px;
	line-height:1.4;
	font-family : "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
}
a{
	color:#333;
	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・スマホ切り替え用
=========================================
*/
.pc_none {display: none !important;}
.sp_none {}
/*
=========================================
	Base Layout
=========================================
*/
.container{
	margin:0 auto;
	max-width:1080px;

}

#main{
	margin-bottom:50px;
}
.section{
	margin-bottom:40px;
}
.full{
	display: block;
	width: 100%;
	height: auto;
}
.br_pc{
	display:none;
}
/*
=========================================
	ヘッダー
=========================================
*/
#header{
	background-color:#74AF37;
	opacity:0.8;
	position:fixed;
	width:100%;
	z-index:9999;
}
.header_inner{
	padding:25px 0;
}
.logo{
	float:left;
}
#gnav{
	float:left;
	font-size:20px;
	margin:8px 0px 0px 65px;
}
.gnav_inner li{
	float:left;
	margin-right:30px;
	
}
.gnav_inner li a{
	color:#ffffff;
	transition: all 0.2s linear;
}
.gnav_inner li a:hover{
	color:#2DA0D2;
}
.inquiry{
	float:right;
}
.contact_btn_dsn{
	background-color:#2DA0D2;
	border: 2px solid #2DA0D2;
	display: inline-block;
	padding: 7px 45px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
}
.contact_btn_dsn:visited {
	color:#FFF;
}
.contact_btn_dsn:hover {
	background-color: #fff;
	border-color: #2DA0D2;
	color: #2DA0D2;
}
.contact_btn_dsn::before,
.contact_btn_dsn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.contact_btn_dsn,
.contact_btn_dsn::before,
.contact_btn_dsn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#visual{
	position:relative;
}
.visual_content{
	z-index:1000;
	width:1080px;
	position: absolute;
	top: 400px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.visual_text{
	
	text-align:center;
	color:#fff;
	font-size:55px;
	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%;
}

/*
=========================================
	intro
=========================================
*/
#intro{
	margin-top:50px;
}
.sec_title{
	font-size:300%;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.sec_text{
	text-align:center;
	line-height:1.7em;
	margin-bottom:50px;
}
.intro_img_wrap{
	text-align:center;
}
.intro_img_wrap img{
	width:270px;
	border-radius:135px;
	margin-right:25px;
}
/*
=========================================
	parallax
=========================================
*/
div.parallax{
	height:350px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	position:relative;
	margin-top:80px;
	margin-bottom:50px;
}
.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{
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:2000;
}
.parallax_text h2{
	color:#FFF;
	font-size:300%;
	text-align:center;
	text-shadow: 0px 0px 10px #666666 ;
}
.parallax_text p{
	color:#FFF;
	font-size:150%;
	text-align:center;
	text-shadow: 0px 0px 10px #666666 ;
}
/*
=========================================
	ABOUT
=========================================
*/
.president{
	width:85%;
	margin:0 auto;
}
.president_left{
	float:left;
	max-width:30%;
	margin-right:5%;
}
.president_right{
	float:left;
	width:65%;
}
.president_title{
	font-size:200%;
	font-weight:bold;
	margin-bottom:10px;
}
.president_name{
	font-size:170%;
	font-weight:bold;
	margin-bottom:10px;
}
/*
=========================================
	COMPANY
=========================================
*/
.company_title{
	font-size:180%;
	margin-bottom:20px;
}
.company_table{
	font-size : 100%;
	float:left;
	width:60%;
	margin-left:2%;
	margin-top:20px;
}
.company_ph_area{
	float:right;
	width:38%;
}
.company_table dt{
	float:left;
	padding-bottom:20px;
}
.company_table dd{
	margin-left:18%;
	padding-bottom:20px;
	padding-left:30px;
	border-left:#888 1px solid;
	line-height:1.8em;
}
.company_ph_area img{
	margin-right:10px;
	margin-bottom:10px;
	width:48%;
}
.company_ph_area img:nth-child(even){
	margin-right:0;
}
/*
=========================================
	SERVICE
=========================================
*/
.service_box{
	float:left;
	width:46%;
	margin-right:4%;
	margin-bottom:30px;
}
.service_left{
	float:left;
	width:30%;
	margin-right:3%;
	
}
.service_left img{
	
	border-radius:50%;
}
.service_left img:hover{
	
}
@-webkit-keyframes expansion {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes expansion {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.expansion {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  
}
.expansion:hover, .expansion:focus, .expansion:active {
  -webkit-animation-name: expansion;
  animation-name: expansion;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service_right{
	float:right;
	width:67%;
}
.service_title{
	font-size:120%;
	color:#2DA0D2;
	font-weight:bold;
	margin-bottom:10px;
}
.service_text{
	font-size:90%;
	line-height:1.8em;
}
/*
=========================================
	RECRUIT
=========================================
*/
.recruit{
	float:left;
	width:31%;
	margin-right:3.5%;
}
.recruit:last-child{
	margin-right:0;
}

.recruit_title{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}
.recruit_text{
	font-size:100%;
	margin-top:15px;
}
.recruit_title{
	border:2px solid;
	border-radius:10px;
	padding:10px 0;
	margin-bottom:15px;
}
.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;
}
.recruit_img img:hover{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/*
=========================================
	STAFF
=========================================
*/
.staff{
	float:left;
	width:31%;
	margin-right:3.5%;
}
.staff:last-child{
	margin-right:0;
}
.staff_img{
	width:240px;
	margin:0 auto;
}
.staff_img img{
	border-radius:50%;
}
.staff_name{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}
.staff_category{
	font-size:100%;
	font-weight:bold;
	text-align:center;
}
.staff_text{
	font-size:100%;
	margin-top:15px;
}
/*
=========================================
	FORM
=========================================
*/
.title02{
	background-color:#333;
	color:#FFF;
	padding:15px 0;
	font-size:150%;
	text-align:center;
	margin-top:80px;
}
.form{
	max-width:700px;
	margin:50px 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:80px;
}
.footer_logo{
	text-align:center;
	margin-bottom:15px;
}
.footer_wrap{
	background-color:#74AF37;
	padding:30px 0;
}
.footer_con{
	text-align:center;
	color:#FFF;
}
.footer_nav ul{
	text-align: center;
	margin-bottom:15px;
}
.footer_nav li{
	display: inline;
	padding:0 15px;
	font-size:130%;
}
.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: 20px;
    text-decoration: none;
    padding: 7px 13px;
	border-radius:5px;
	
}
.page_top a:hover {
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 7px 13px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

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

.form {
    padding: 50px 0px;
}

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

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

#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: #ffffff;
	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.2rem;
	color: #333;
	font-weight: bold;
	display: block;
	text-indent: 2em;
}
#contact-form form .privacy-desc {
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}
#contact-form form .acception {
	margin-right: 10px;
        margin-top: 3px;	
}
#contact-form form .submit_btn {
	padding-top: 30px;
	text-align: center;
}

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


