body {
  color: #777;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  }

a {
  color: #4098f2;
  transition: all 0s ease 0s;
}

a:hover {
  color: #0735e1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
}

.rollover {
  cursor: pointer;
}

.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

/*ナビ*/
.header-wrapper ul:first-of-type a:not(.fa) {
    font-family: inherit;
}

.header-wrapper ul a:hover {
    color: #ff8600;
}

.header-wrapper ul {
  font-size: 12px;
}

.header-wrapper ul li {
  margin-left: 15px;
}

/*ナビスクロール背景*/
.header-wrapper.fixed-nav {
  background-color: #ff7800;
  line-height: 4;
}

/*ヘッダロゴ*/
.header-wrapper .logo-holder img {
  max-width: 100%;
}

/*矢印削除*/
.fullscreen-wrapper .slick-slide > .img-center-wrapp::before {
  content: "";
}

/*画像上マージン*/
.img_top_01 {
  margin: 20px auto 0;
}

/*文字小*/
#font_size_low {
  font-size: 12px;
  line-height: 18px;
}

/* FVの高さ */
.screen-fix {
  height: 100vh !important;
}



/*代表写真*/
#ownerimage {
  margin-top: 0px;
  max-width: 100%;
}

#message .intro-block {
  margin-bottom: 50px;
}

#message .subtitle img {
  display: block;
  margin: 20px auto;
  min-height: 1px;
  max-width: 100%;
}

.read {
  font-size: 14px;
  line-height: 34px;
  }

#message .read_s {
  font-size: 16px;
  font-weight:bold;
  line-height: 34px;
}

#message .read_s.left {
  display:inline-block;
  text-align: left;
}

#message .name {
  font-size: 12px;
  font-weight:normal;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}






/*募集職種タイトル*/
.intro-block h4.header-1 {
  background-image: none;
  font-size:30px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0px;
}

#recruitment {
  color: #fff;
  background-color: #ff7800;
}

#recruitment table.place {
  width: 1062px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 12px;
  font-weight: normal;
}

#recruitment table.place th,
#recruitment table.place td {
  padding: 10px;
}

#recruitment table.place th {
  background: #888888;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}

#recruitment table.place th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #888888;
  border-width: 10px;
  margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
  #recruitment table.place th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 13px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #888888 10px solid;
    margin-top: -10px;
  }
}

#recruitment table.place td.city {
  background: #fefefe;
  color: #888888;
  width: 80px;
  padding-left: 20px;
  font-size: 14px;
}

#recruitment table.place td.station {
  background: #fefefe;
  color: #888888;
  width: 240px;
  padding-left: 20px;
  font-size: 14px;
}

/*職種アイコン*/
.service-holder:hover {
  background-color: #fff;
}

.service-holder > div {
  background-color:#fff;
  color: #ff8600;
  border-width: 4px;
  border-color: #ffc663;
  height: 120px;
  width: 120px;
}

.service-holder:hover > div {
  background-color: #FFEA98;
  border-color: #FFEA98;
}

.service-holder.no_link:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

.service-holder.no_link > div {
  color:#c4beb7;
}

.service-holder.no_link:hover > div {
  background-color: #fff;
  border-color: #ffc663;
}

/*職種アイコン文字*/
.gray {
  color:#000;
  margin-top: 30px;
  font-size: 16px;
}






/*Whatタイトル*/
.intro-block h4.header-2 {
  background-image: none;
  font-size: 30px;
  color: #444;
  margin-top: 70px;
  margin-bottom: 30px;
}

#what .project-desc h2 {
  text-transform: none;
}

.project-desc {
  padding: 0px;
  margin-top: 10px;
  text-align: left;
  }

.project-desc h2 {
  background-image: none;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  }


/*実績コピー*/
.project-desc p.what_ex {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
  }

.project-desc span {
  text-align: center;
  }

.what_btn {
  font-size: 14px;
  border: 1px solid #b0b0af;
  display: block;
  padding: 14px 0 10px;
  position: relative;
  width: 100%;
  line-height: 20px;
}

.what_btn:after {
  content: "＞";
  position: absolute;
  right: 10px;
  top:13px;
}

.what_btn:hover {
  background-color: #ff7800;
  border-color: #ff7800;
}

.project-desc span a {
  color: #444;
}

.project-desc span a:hover {
  color: #fff;
}

.project-desc span {
  font-family: inherit;
}





/*選ばれる理由*/
#reason {
  background-image: url(../img/05_reason_bg.jpg);
  background-position: center center;
  background-size: contain;
  color:#fff;
  padding:140px 0px;
  text-align: center;
}

#reason h4 {
  margin-bottom:60px;
  font-size:30px;
}

#reason ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  text-align:left;
}

#reason li {
  font-size:18px;
  margin:20px 0px;
}

#reason img {
  margin-right:50px;
}

#reason p {
  font-size:20px;
  color:#ff7200;
}





/*働き方*/
#work {
  border-bottom:1px solid #c9c9c9;
}

#work .read{
  margin-bottom:36px;
}

#work .match-me h4 {
  font-size:16px;
  color:#444;
  text-align:left;
}

#work div .match-me {
  font-size:12px;
  line-height:18px;
  text-align:left;
  margin-bottom:40px;
}

.intro-block h4 {
  background-image: none;
}

#work .point-copy01{
  font-weight:bold;
  color:#353535;
  margin-top:16px;
}

#work .point-copy02{
  font-weight:bold;
  color:#ff8600;
  margin-top:16px;
}

#work .point-copy03{
  display:inline;
  font-family:inherit;
  font-size:inherit;
  text-transform:inherit;
  font-weight:bold;
  color:#777;
}

.feature-wrapp h4::before {
  background-color:#ff8600;
}




/*先輩の声*/
#voice h2{
  padding-bottom:0px;
}

.name{
  font-size:16px;
  font-weight:bold;
  color:#444;
}





/*代表＆問合せ*/
#ue_aisatsu,
#ue_contact {
  background-image:url(../img/08_contact_bg.png);
  background-position: center center;
  background-size: contain;
  color: #fff;
  line-height:34px;
  }
 
 #ue_aisatsu h4 {
  margin-top:50px;
  margin-bottom:0px;
}
  
#ue_contact h4 {
  margin-top:0px;
  margin-bottom:40px;
}

#ue_contact p {
  margin-bottom:40px;
}

/*メールで問い合わせる*/
#ue_contact h2 {
  color: #1A1616;
  font-size:16px;
  font-weight:bold;
  padding-bottom:0px;
}

#ue_contact .project-desc {
  background-color: transparent;
}

#ue_contact .contact_btn {
  font-size: 14px;
  color: #FFF;
  font-weight:bold;
  background-image:url("../img/btn_form.png");
  background-color: none;
  background-repeat: no-repeat;
  position: relative;
}

#ue_contact .contact_btn:hover{
  background-image: url("../img/btn_form_hover.png");
}


#ue_contact .contact_btn:after {
  content: "＞";
  position: absolute;
  right: 10px;
  top:8px;
}

#ue_contact .contact_btn:hover {
  background-color: #ff7800;
  border-color: #FECB5F;
}

/*面接方法*/
#ue_contact table {
  border-top: 1px solid #ff9651;
  width: 100%;
  margin-bottom:10px;
}

#ue_contact tr {
  border-bottom: 1px solid #ff9651;
}

#ue_contact th,
#ue_contact td {
  line-height: 30px;
  vertical-align: middle;
}

#ue_contact th {
  padding-top:4px;
  font-weight:normal;
  padding-right: 10px;
}

#ue_contact td {
  padding:10px 0;
}

#ue_contact td input {
  color: #777;
  height:30px;
  width: 100%;
}

#ue_contact td select {
  border: 1px solid #abadb3;
  border-radius: 0;
  color: #777;
  font-family: inherit;
  font-size: 14px;
  height:30px;
  padding: 2px;
  width: 100%;
}

#ue_contact td option {
  padding: 0;
}

#ue_contact td textarea {
  color: #777;
  vertical-align: middle;
  width: 100%;
}

#ue_contact iframe {
  margin-bottom: 30px;
}

#ue_contact input[type=submit] {
  font-size:18px;
  padding:80px 350px 146px;
  background-color: transparent !important;
  border-radius:4px;
  margin-bottom:40px;
}

#ue_contact .catch {
  border-top: 1px solid #ff9651;
  border-bottom: 1px dotted #ff9651;
  padding: 14px 0px 10px;
  margin-bottom:0px;
}

#ue_contact table.process {
  border-top: none;
}

#ue_contact table.process tr {
  border-bottom: 1px dotted #ff9651;
}

#ue_contact table.process td:nth-child(1) {
  padding-right: 10px;
}

#ue_contact table.process td:nth-child(3) {
  text-align: right;
}

.float_right {
  float:right;
}


/*checkbox*/

.check input{
  display: none;
}
.check label{
  display: block;
  cursor: pointer;
  width: auto;
  height: 46px;
 margin: 0;
  padding: 0 5px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  transition: .2s;
  line-height: 46px;
}

.check input[type="radio"]:checked + label {
  background-color: #555;
  border-bottom: 1px solid #555;
  color: #fff;
}


.contact_table th .check_point{
   color: #111;
   display: inline;
   font-weight: bold;
   font-size: 12px;
}
.contact_table th .check_point .fa{
  font-size: 1.2em;
  padding-right:0px;
  padding-left: 14px;
}



/*会社概要*/
#ue_company h4{
  margin-top:60px;
  margin-bottom:30px;
}

#ue_company p {
  margin-bottom:0;
}

/*概要*/
#ue_company table.gaiyo {
  width: 100%;
  margin-bottom:50px;
}

#ue_company table.gaiyo tr {
  border-top: 1px solid #d8d9d8;
  border-bottom: 1px solid #d8d9d8;
}

#ue_company th,
#ue_company td {
  vertical-align: middle;
  font-size:12px;
  padding:10px 0 7px;
}

#ue_company th{
  font-weight: normal;
  line-height:16px;
  width:150px;
}

/*音楽*/
#ue_company table.song tr {
  border-top: 1px solid #d8d9d8;
}

#ue_company table.song {
  width: 100%;
}

#ue_company table.song td {
  padding:30px 0 26px;
}

/*沿革*/
#ue_company table.enkaku th,
#ue_company table.enkaku td {
  border: 1px solid #d8d9d8;
  padding-left:10px;
}

#ue_company table.enkaku th {
  width:116px;
}

#ue_company table.enkaku td{
  font-weight: normal;
  line-height:19px;
  padding:11px 10px 8px ;
}





/*フッター*/
#ue_footer {
  border-top: 1px solid #d8d9d8;
  padding:30px 0 10px;
}

#ue_footer p {
  color: #BFBDBD;
  margin-top:16px;
  font-size:11px;
  line-height:14px;
}


/*トップスクロール*/
#scroll-top a {
  background-color: #000000;
  border: none;
}



#apri_main_content .fullscreen-wrapper,
#design_main_content .fullscreen-wrapper,
#back_main_content .fullscreen-wrapper,
#webapri_main_content .fullscreen-wrapper{
  height: 450px;
  margin-top: 170px;
}



#top_page .section-wrapp{
  padding-top:20px;
}
.section-wrapp{
  padding-top: 480px;
}

/*スマホ*/
@media(max-width:767px){

header .container .row .col-xs-8{
  margin-top: 10px;
}

.header-wrapper{
  padding: 5px 0;
}

.recruit_title{
  margin-top: 50px !important;
  font-size: 18px !important;
}

#apri_main_content .fullscreen-wrapper,
#design_main_content .fullscreen-wrapper,
#back_main_content .fullscreen-wrapper,
#webapri_main_content .fullscreen-wrapper{
  height: 450px;
  margin-top: 100px;
}



#ue_contact .container form .col-xs-12{
  padding:0px;
}

#ue_contact .contact_table th,
#ue_contact .contact_table td {
  display: block;
}

#ue_contact input[type=submit] {
  font-size:14px;
  padding:8px 30px 4px;
  max-width: 100%;

}

#ue_contact form + div img {
  max-width: 100%;
}

.mobile-menu-btn {
  background-color: #ff7800;
}

.offset-canvas-mobile img {
  width: 50%;
}


#recruitment table.place{
  width: 100%;

}

#recruitment table.place tr th{
  font-size: 11px;
  width: 15%;

}
#recruitment table.place tr td.city{
  font-size: 10px;
  padding-left: 27px;
  width: 15%;
}
#recruitment table.place tr td.station{
  width: 35%;
  font-size: 10px;
}

#ue_contact input[type=submit]{
  background-size: contain;
  background-image: url("../img/btn_form_sp.png");
  height: 149px;
  width:100%;
}


}

