@charset "UTF-8";

 .pc { display: block !important; }
 .sp { display: none !important; }

 /* content */
.main{
 margin: 0 auto;
 width:1080px;
 padding-top: 0px;
 background: #fff;
}

.main_hero{
 margin: 0 auto;
 width: 1280px;
 padding-top: 0px;
}

.hero{
  height: 740px;
  background: #000;
  background-image: url(../img/hero_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.voice{
  background: #000;
  background-image: url(../img/s6_bg_voice_.jpg);
  background-repeat: no-repeat;
}

.video_item{padding-bottom: 100px;}
.video_cnt{margin: 0 auto;}

.cvbnr{
  background: #000;
}

.btn_cvbnr{
  padding:  50px 0 50px 0;
}

.btn_cv{
  width:100%;text-align: center;
}
.btn_cv_img{ width: 360px; /*画像の全体幅*/
  margin: 0 30px;
}

.text1{padding: 40px 0;}

.footer{
  background-color: #000;
}
.footer_area .btn {
	float: left;
	padding-left: 50px;
}

.footer_area .logo {
	float: right;
	text-align:right;
  padding-right: 50px;
}
	
.footer a{
	text-decoration: underline;
}
	
.rights{
	clear: both;
	width: 100%;
  padding-top: 30px;
  text-align: center;
}


.temp{
  background: #000;
  background-image: url(../img/xxx_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
}


#mw_wp_form_mw-wp-form-1950 table{width:90%}
#mw_wp_form_mw-wp-form-1950 table select{width:100%}
#mw_wp_form_mw-wp-form-1950 table tr{margin-bottom: 1em;display: flex;}
#mw_wp_form_mw-wp-form-1950 table tr th{text-align: right;display: block;width: 30%;}
#mw_wp_form_mw-wp-form-1950 table tr td{text-align: left;padding: 0 1em;display: block;width: 70%;}
#mw_wp_form_mw-wp-form-1950 table tr th span.required{background:red;color:#fff;display:inline-block;padding:2px;}

input[type="submit"]{
  width: 60%;
  font-size: 120%;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 20px auto;
  cursor: pointer;
}