<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.Sp-nav {
  background: #fff !important;
}

/*共通部分*/
.sp_nav_btn {
  position: absolute;
  right: 0;
  top: 7px;
}
.sp_nav_btn a {
  color: white;
}

/* 追加分 */
.require sup {
  color:red;
}

/**********************************************************************
	ページヘッダ - className : Header-site
***********************************************************************/
.Header-site {
  background: #fff;
  color: white;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 936px) {
  .Header-site {
    padding-bottom: 0;
  }
}
.Header-site .Gnav-top {
  overflow: hidden;
  margin-bottom: 25px;
}
.Header-site .Gnav-top .ttl_01 {
  width: 120px;
  float: left;
}
.Header-site .Gnav-top .Header-btn-area {
  float: right;
}
.Header-site .Gnav-top .Header-btn-area li {
  display: inline-block;
}
.Header-site .Gnav-bottom {
  overflow: hidden;
}
.Header-site .Gnav-bottom li {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  float: left;
  /* 2018/11/27修正 */
  width: 15.7%;
  position: relative;
}
.Header-site .Gnav-bottom li:last-child {
  width: 37%;
}
.Header-site .Gnav-bottom li:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  transform: rotate(30deg);
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 5px;
}
.Header-site .Gnav-bottom li .header_search {
  position: relative;
  /* 2018/11/27修正 */
  /* text-align: right; */
}
.Header-site .Gnav-bottom li .header_search label {
  color: #333;
}
.Header-site .Gnav-bottom li .header_search input:focus {
  outline: none;
}
.Header-site .Gnav-bottom li .header_search .search_box {
  width: 240px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.Header-site .Gnav-bottom li .header_search .search_box:placeholder-shown {
  color: #d0d0d0;
}
.Header-site .Gnav-bottom li .header_search .search_btn {
  font-family: FontAwesome;
  display: inline-block;
  border: none;
  position: absolute;
  top: 3px;
  right: 0;
  background-color: #fff;
  color: #999999;
  z-index: 999;
  cursor: pointer;
}
.Header-site a {
  color: #333;
  display: block;
  width: 100%;
}
.Header-site a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 936px) {
  .Header-site a {
    font-weight: bold;
  }
}
@media only screen and (max-width: 936px) {
  .Header-site .sp_header_top {
    width: 88%;
    margin: 0 auto 30px;
    position: relative;
  }
  .Header-site .sp_header_top a {
    text-align: left;
  }
  .Header-site .sp_header_top p {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
  }
  .Header-site .sp_nav_list {
    width: 88%;
    text-align: left;
    margin: 0 auto;
  }
  .Header-site .sp_nav_list li {
    margin-bottom: 30px;
  }
  .Header-site .sp_nav_list li a {
    text-align: left;
  }
  .Header-site .header_search {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .Header-site .header_search input:focus {
    outline: none;
  }
  .Header-site .header_search label {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .Header-site .header_search .search_box {
    width: 90%;
    border: none;
    display: inline-block;
    padding: 5px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .Header-site .header_search .search_btn {
    font-family: 'FontAwesome';
    width: 10%;
    border: none;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    color: #333;
    position: absolute;
    bottom: 10px;
    right: 5px;
  }
}

/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title {
  background: #666;
}

/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Sp-nav {
  opacity: 0;
  height: 0;
}

/**********************************************************************
	パンくず - className : cd-breadcrumb
***********************************************************************/
.cd-breadcrumb {
  background-color: white;
  padding: 0;
  margin-top: 20px;
}
.cd-breadcrumb li {
  padding: 0;
  color: #0068b7;
  font-weight: bold;
}
@media only screen and (max-width: 936px) {
  .cd-breadcrumb li {
    margin-bottom: 0;
  }
}
.cd-breadcrumb li a {
  font-size: 13px;
  text-decoration: underline;
  color: #333;
  font-weight: normal;
}

/**********************************************************************
	ページフッタ - className : Footer-site
***********************************************************************/
.Bnr-area {
  background-color: #0068b7;
  padding: 30px;
}

.Footer-site {
  background-color: #fff;
  padding-top: 60px;
}
.Footer-site .l-inner-site ul .footer_list {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.Footer-site .l-inner-site ul .footer_list.parent_list {
  margin-bottom: 5px;
}
.Footer-site .l-inner-site ul .list_child {
  margin-bottom: 15px;
}
.Footer-site .l-inner-site ul .list_child a {
  color: #333;
}
@media only screen and (max-width: 936px) {
  .Footer-site .l-inner-site ul .footer_list {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .Footer-site .l-inner-site ul .footer_list.parent_list {
    margin-bottom: 15px;
  }
  .Footer-site .l-inner-site ul .list_child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 936px) {
  .Footer-site .l-inner-site .sp_clear_b {
    clear: both;
  }
}
.Footer-site .l-inner-site .Copyright {
  font-family: "Roboto Condensed";
  text-align: center;
  font-size: 12px;
}

#Inquiry .Footer-site,
#Oversea .Footer-site,
#InquiryThanks .Footer-site,
#InquiryConfirm .Footer-site,
#Filmdivision .Footer-site,
#Dronedivision .Footer-site {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
#Inquiry .Footer-site .l-inner-site small,
#Oversea .Footer-site .l-inner-site small,
#InquiryThanks .Footer-site .l-inner-site small,
#InquiryConfirm .Footer-site .l-inner-site small,
#Filmdivision .Footer-site .l-inner-site small,
#Dronedivision .Footer-site .l-inner-site small {
  font-size: 1.2rem;
}

/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  z-index: 1000;
}
.Pagetop.fixed {
  position: absolute;
  top: -40px;
}

/**********************************************************************
	コンタクトページチェックエリア - className : Chkarea
***********************************************************************/
.Chkarea .note {
  margin-bottom: 20px;
}
.Chkarea .checkbox {
  display: none;
}
.Chkarea .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.Chkarea .checkbox + .checkbox-icon:before {
  content: "\f096";
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 20px;
}
.Chkarea .checkbox:checked + .checkbox-icon:before {
  content: "\f046";
  color: #0068b7;
}
.Chkarea .privacy_check {
  text-align: center;
}
.Chkarea .privacy_check .privacy_check_link {
  display: block;
  color: #333;
  text-decoration: underline;
}
@media only screen and (max-width: 936px) {
  .Chkarea .privacy_check .privacy_check_link {
    margin-top: 20px;
  }
}

/**********************************************************************
	サンクスページ　- className : SampleThanks　ContactThanks　CatalogThanks
***********************************************************************/
.SampleThanks,
.ContactThanks,
.CatalogThanks {
  text-align: center;
}
.SampleThanks p,
.ContactThanks p,
.CatalogThanks p {
  display: block;
  margin: 80px auto;
}
.SampleThanks .m-btn,
.ContactThanks .m-btn,
.CatalogThanks .m-btn {
  transition: background-col .5s;
}


/* 2023.03.31 メニューに求人情報追加  */
.Header-site .Gnav-bottom li .header_search .search_box{
	width: 160px;
}
.Header-site .Gnav-bottom li{
	width: 14.1%;
}
.Header-site .Gnav-bottom li:last-child{
	width: 29%;
}




</pre></body></html>