body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}
strong{
	border-bottom: 1px dotted #777;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #777;
}
.mt_10{	margin-top: 10px; }
.mt_25{ margin-top: 25px;}
.pt_20{	padding-top: 20px; }

/*---------- トップページ ----------*/

#header{
	width: 100%;
	min-width: 1000px;
	height: 140px;
	padding-top: 65px;
}
.head_wrapper{
	width: 740px;
	margin: 0 auto;
	position: relative;
}
#l_nav{
	height: 15px;
	position: absolute;
	top: -20px;
	right: 0;
}
#l_nav li{
	float: left;
	margin-left: 20px;
}
#l_nav li a{
	color: #333;
	font-size: 75%;
	text-decoration: none;
}
#l_nav li a:hover{
	color: #777;
}
#logo{
	width: 86px;
	height: 45px;
	background: url("../img/img_logo.jpg") no-repeat;
	margin: 0 auto;
}
#logo a{
	width: 86px;
	height: 0px;
	padding-top: 45px;
	overflow: hidden;
	display: block;
}
#g_nav{
	width: 392px;
	margin: 0 auto;
	margin-top: 40px;
}
#g_nav li{
	float: left;
	opacity: 1;
	/*-webkit-transition: opacity 0.3s linear 0;
	   -moz-transition: opacity 0.3s linear 0;
	    -ms-transition: opacity 0.3s linear 0;
	     -o-transition: opacity 0.3s linear 0;*/
	        transition: opacity 0.4s linear 0;
}
#g_nav li a{
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	display: block;
}
#g_nav li:hover{
	opacity: 0.6;
	/*-webkit-transition: opacity 0.3s linear 0;
	   -moz-transition: opacity 0.3s linear 0;
	    -ms-transition: opacity 0.3s linear 0;
	     -o-transition: opacity 0.3s linear 0;*/
	        transition: opacity 0.2s linear 0;
}
.mr_50{
	margin-right: 50px;
}
.works_btn{
	width: 51px;
	background: url("../img/btn_nav01.png") no-repeat;
}
.company_btn{
	width: 74px;
	background: url("../img/btn_nav02.png") no-repeat;
}
.contact_btn{
	width: 62px;
	background: url("../img/btn_nav03.png") no-repeat;
}
.recruit_btn{
	width: 55px;
	background: url("../img/btn_nav04.png") no-repeat;
}
.main_visual{
	width: 100%;
	min-width: 1000px;
	height: 350px;
	background: url("../img/bg_top01.png") no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-color: #444;
	position: relative;
}
.wrap_740{
	width: 740px;
	margin: 0 auto;
}
.main_txt{
	width: 374px;
	height: 110px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	padding-left: 60px;
}
.wrap_work{
	height: 300px;
	margin-top: 70px;
	margin-bottom: 110px;
}
.wrap_work h2{
	width: 175px;
	height: 0px;
	padding-top: 23px;
	overflow: hidden;
	background: url(../img/h2_top01.png) no-repeat;
	margin-bottom: 30px;
}
.short_line{
	border-top: 1px solid #999;
	width: 10px;
	height: 1px;
}
.bx-wrapper{
    position: relative;
}
.bx-prev{
    position: absolute;
    top: 50%;
    left: -85px;
    width: 40px;
    height: 0px;
    padding-top: 40px;
    margin-top: -20px;
    overflow: hidden;
    display: block;
    opacity: 1;   
    transition: opacity 0.4s ease 0s;    
    background-image: url("../img/btn_prev.png");
    background-repeat: no-repeat;
}
.bx-next{
    position: absolute;
    top: 50%;
    right: -85px;
    width: 40px;
    height: 0px;
    padding-top: 40px;
    margin-top: -20px;
    overflow: hidden;
    display: block;
    opacity: 1;
    transition: opacity 0.4s ease 0s;    
    background-image: url("../img/btn_next.png");
    background-repeat: no-repeat;
}
.bx-prev:hover,.bx-next:hover{
    opacity: 0.5;
    transition: opacity 0.4s ease 0s;
}
.work_list{
	width: 740px;
	margin-top: 30px;
}
.work_list ul li{
	float: left;
	width: 145px;
	margin-right: 53px;
}
.work_list ul li:nth-child(4){
	margin-right: 0px;
}
.t_comp{
	width: 100%;
	min-width: 1000px;
	height: 628px;
	background: url(../img/bg_top02.png);
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.wrap_comp{
	height: auto;
	margin-top: 110px;
	margin-bottom: 130px;
}
.wrap_comp h2{
	width: 270px;
	height: 0px;
	padding-top: 26px;
	overflow: hidden;
	background: url(../img/h2_top02.png) no-repeat;
	margin-bottom: 30px;
}
.comp_left{
	width: 390px;
	float: left;
	margin-top: 30px;
}
.comp_right img{
	width: 265px;
	height: 271px;
	float: left;
	margin-left: 65px;
	margin-top: 50px;
}
.comp_btn a{
	width: 370px;
	height: 0px;
	padding-top: 45px;
	overflow: hidden;
	display: block;
	background: url(../img/btn_top01.png) no-repeat;
	margin-top: 40px;
}
.wrap_acc{
	margin-top: 90px;
	margin-bottom: 30px;
}
.t_acc{
	width: 100%;
	min-width: 1000px;
}
.acc_left{
	float: left;
}
.acc_right{
	float: right;
}
#map{
	height: 22px;
	position: relative;
}
.map_a{
	width: 128px;
	height: 19px;
	float: left;
	padding-top: 1px;
	font-size: 80%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ff5d7b;
	color: #FF5D7B;
}
.map_s{
	width: 129px;
	height: 19px;
	font-size: 80%;
	padding-top: 1px;
	text-align: center;
	float: left;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ff5d7b;
	border-left: none;
	color: #FF5D7B;
}
.select{
	color: #fff;
	background-color: #ff5d7b;
}
.dn{
	display: none;
}
.op{
	opacity: 1;
	/*-webkit-transition: opacity 0.3s linear 0;
	   -moz-transition: opacity 0.3s linear 0;
	    -ms-transition: opacity 0.3s linear 0;
	     -o-transition: opacity 0.3s linear 0;*/
	        transition: opacity 0.2s linear 0;
}
.op:hover{
	opacity: 0.8;
	/*-webkit-transition: opacity 0.3s linear 0;
	   -moz-transition: opacity 0.3s linear 0;
	    -ms-transition: opacity 0.3s linear 0;
	     -o-transition: opacity 0.3s linear 0;*/
	        transition: opacity 0.2s linear 0;
}
.wrap_acc h2{
	width: 182px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	background: url(../img/h2_top03.png) no-repeat;
	margin-bottom: 30px;
}
.t_foot{
	margin-top: 80px;
}
.action{
	width: 195px;
	height: 85px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
.f_privacy{

}
.f_eco{
	float: left;
}
.copy{
	width: 249px;
	height: 14px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#page-top {
	padding: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #FFF;
	opacity: 0.8;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}


/*----------------------------  Works  ----------------------------*/

.work_contents h2{
	width: 88px;
	height: 0px;
	padding-top: 41px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/h2_work02.jpg) no-repeat;
}

.work_left{
	width: 190px;
	float: left;
	font-size: 75%;
}
.work_left .w_grp{
	width: 98px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	background: url(../img/img_work01.png) no-repeat;
	margin-bottom: 10px;
}
.work_left .w_web{
	width: 77px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	background: url(../img/img_work02.jpg) no-repeat;
	margin-bottom: 10px;
	margin-top: 35px;
}
.work_left ul li{
	margin-bottom: 5px;
}
/*.work_right{
	float: right;
}*/
.work_article{
	margin-top: 50px;
}
.work01{
	padding-bottom: 50px;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 60px;
}
.single_c{
	margin-bottom: 20px;
}
.double_c{
	height: 160px;
}
.double_c .dammy1,.double_c .dammy2{
	width: 260px;
	height: 160px;
	float: left;
	background-color: #aaa;
}
.double_c .dammy1{
	margin-right: 20px;
}
.detail{
	margin-top: 20px;
	font-family: serif;
}
.detail p{
	color: #aaa;
	float: left;
	margin-left: 15px;
	margin-top: 0px;
}
.detail h5{
	color: #555;
	float: left;
}

/*---------------------------- Company -----------------------------*/


.wrap_474{
	width: 514px;
	margin: 0 auto;
}
.comp_contents h2{
	width: 119px;
	height: 0px;
	padding-top: 42px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	
	background: url(../img/h2_company01.png) no-repeat;
}
.comp_article{
	margin-top: 50px;
	line-height: 1.6em;
	letter-spacing:1px;
	color: #444;
	font-size: 75%;
}
.comp_article h3{
	font-size: 120%;
}
.ctable{
	color: #444;
}
.fwb{
	font-weight: bold;
}
.hon{
	padding-bottom: 8px;
}
.sen{
	margin-top: 20px;
	padding-bottom: 8px;
}
.ct1,.ct2{
	float: left;
}
.ct1{
	margin-right: 25px;
}
.ct1 th{
	width: 70px;
	font-weight: bold;
	padding-bottom: 12px;
}
.ct1 td{
	padding-bottom: 12px;
}
.action_det{
	width: 100%;
	background: url(../img/bg_top02.png);
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 60px;
}
.privacy{
	margin-top: 60px;
	margin-bottom: 60px;
}
.mark{
	width: 80px;
	margin-right: 25px;
	float: left;
}
.m_text{
	width: 475px;
	font-size: 95%;
}
.eco{
	margin-top: 10px;
	margin-bottom: 60px;
}


/*------------------------------ Contact ------------------------------*/

/*.contact_contents{
	fs90%
}*/
.wrap_600{
	width: 600px;
	margin: 0 auto;
}
.contact_contents h2{
	width: 99px;
	height: 0px;
	padding-top: 41px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/h2_contact01.png) no-repeat;
}
.form_article , .privacy_article{
	margin-top: 50px;
	line-height: 1.4em;
	letter-spacing:1px;
	color: #444;
}
.form_article h3{
	font-size: 90%;
}
.form_article p ,.form_article li,
.privacy_article p ,.privacy_article li{
	font-size: 75%;
}
.priv_txt p,.priv_txt > ul{
	margin-bottom: 35px;
}
.right_txt{
	text-align: right;
}
.center_txt{
	text-align: center;
}
.form_btn{
	width: 360px;
	height: 40px;
	margin: 0 auto;
	margin-top: 15px;
}
.form_btn li{
	width: 175px;
	height: 40px;
	float: left;
}
.agree{
	margin-right: 10px;
}
.ssl{
	margin-top: 50px;
	font-size: 50%;
}
.rec_contents h2{
	width: 91px;
	height: 0px;
	padding-top: 42px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/h2_recruit01.png) no-repeat;
}
.complete{
	margin-top: 80px;
}
.complete h2{
	font-size: 140%;
	color: #555;
	letter-spacing: 1px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.complete p{
	margin-top: 20px;
	text-align: center;
}
.complete a{
	margin-top: 20px;
}
.comp_link{
	width: 200px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

/*----------------------------  form privacy eco  -----------------------------*/

.recruit_contents h2{
	width: 91px;
	height: 0px;
	padding-top: 42px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/h2_recruit01.png) no-repeat;
}

.privacy_contents h2{
	width: 183px;
	height: 0px;
	padding-top: 42px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/h2_privacy01.png) no-repeat;
}
.privacy_contents h4{
	margin: 0 auto;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	color: #555;
	margin-bottom: 40px;
}
.privacy_contents h5{
	font-size: 80%;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.priv_txt ul li{
	 font-size: 70%;
}
.priv_section{
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.priv_section_end{
	padding-bottom: 35px;
}
.border_b{
	border-bottom: 1px solid #999;
	padding-bottom: 35px;
}
.dborder_b{
	border-bottom: 1px dotted #999;
}
.indent1{
	padding-left: 1em;
}

.eco_contents h2{
	width: 265px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 60px;
	background: url(../img/h2_eco01.png) no-repeat;
}
.btn_eco{
	width: 230px;
	height: 40px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
}
.t2 tr{
	width: 600px;
}
.t2 th{
	font-size: 75%;
	color: #666;
	width: 110px;
	padding-right: 60px;
	margin-bottom: 15px;
	padding-top: 1px;
	vertical-align: top;
}
.t2 td{
	width: 430px;
	font-size: 75%;
	color: #666;
}
#inquiry{
	width: 600px;
	max-width: 600px;
	height: 90px;
	margin-bottom: 40px;
	background: #f5f5f5;
	border: none;
}
.form_text{
	width: 430px;
	height: 20px;
	border:none;
	background: #f5f5f5;
	margin-bottom:15px;
}
.radio{
	height: 18px;
	vertical-align: top;
	margin-bottom: 15px;
	
}
.small_text{
	width: 50px;
	height: 20px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: none;
	margin-right: 8px;
}
#submit{
	width: 230px;
	height: 40px;
	background-color: #ff5d7b;
	border:none;
	font-size: 80%;
	color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.center{
	width: 230px;
	margin: 0 auto;
	margin-top: 60px;
}
.ques{
	width: 430px;
	max-width: 430px;
	border: none;
	background: #f5f5f5;
}

/*----------------------------  Other  -----------------------------*/

.dot_border{
	padding-bottom: 40px;
	border-bottom: 1px dashed #aaa;
}
.det h3{
	height: 18px;
	padding-left: 11px;
	line-height: 135%;
	color: #444;
	background: url(../img/bg_det.png) no-repeat;
	margin-bottom: 15px;
}
.sub01 a{
	width: 40px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	display: block;
	background: url(../img/btn_sub01.png) no-repeat;
	background-position: top left;
}
.link_b{
	margin-top: 50px;
	text-align: center;
}
.link_c {

}

.link_b a{
	text-decoration: underline;
	color: #FF5D7B;
}
.link_c a {
	text-decoration: underline;
	color: #FF5D7B;
}

/*select{
	-webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
}
#changeSelect{
	width: 117px;
	height: 22px;
	text-align: center;
	padding-left: 8px;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	border: none;
	color: #444;
	-webkit-border-radius: 0;
	        border-radius: 0;
}*/
#main {
	height: 133px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
}
#main_bg {
	width: 100%;
	min-width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.png);
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
}
#ipn {
	position: relative;
	width: 740px;
	height: 284px;
	margin-right: auto;
	margin-left: auto;
	bottom: 187px;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 500px;
	padding: 20px;
	background-color: #fff;
	z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,176,176,.9);
  z-index: 1;
  cursor: pointer;
}
