@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  /* background: url("/files/50blog_body_bg.jpg") no-repeat center top 200px / 100%; */
  background: url("/files/50blog_body_bg.jpg") no-repeat center top 200px;
  color: #000;
  min-width: 1200px; 
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Noto Sans JP","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
body#page_6 { background: none transparent;}
body#page_9  { background-image: url("/files/10recruit_body_bg.jpg");}
body#page_12 { background-image: url("/files/20works_body_bg.jpg");}
body#page_15 { background-image: url("/files/30company_body_bg.jpg");}
body#page_18 { background-image: url("/files/40contact_body_bg.jpg");}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block {
  padding-top: 0;
}

a:link, a:visited, a:hover, a:active {
color: #0092fc;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #0092fc;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 800px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 195px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 800px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: auto;
  position: absolute;
  top: 40px;
  right: 2%;
}
#site-description a {
  display: inline;
  color: #666;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
}
.main_header img, .header_class img {
  width: 670px;
  height: 200px;
  background: url(/files/branding_box_bg.jpg) no-repeat center;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 60px;
  position: absolute;
  top:60px;
  left: 0;
}
#access .menu-header {
  width: 510px;
  margin: 0 30px 0 auto;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 60px;
  line-height: 60px;
  background-image: url(/files/topnavi.png);
}
div#access .gnavi01 a,div#access .gnavi01 a:hover { width: 120px;}
div#access .gnavi02 a,div#access .gnavi02 a:hover { width: 90px;}
div#access .gnavi03 a,div#access .gnavi03 a:hover { width: 90px;}
div#access .gnavi04 a,div#access .gnavi04 a:hover { width: 90px;}
div#access .gnavi05 a,div#access .gnavi05 a:hover { width: 120px;}
div#access .gnavi01 a { background-position: left top; }
div#access .gnavi02 a { background-position: -120px top; }
div#access .gnavi03 a { background-position: -210px top; }
div#access .gnavi04 a { background-position: -300px top; }
div#access .gnavi05 a { background-position: right top; }
div#access .gnavi01 a:hover { background-position: left bottom; }
div#access .gnavi02 a:hover { background-position: -120px bottom; }
div#access .gnavi03 a:hover { background-position: -210px bottom; }
div#access .gnavi04 a:hover { background-position: -300px bottom; }
div#access .gnavi05 a:hover { background-position: right bottom; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 60px;
  width: 160px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 160px;
  width: 160px;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 160px;
  color: #a9d90f;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #a9d90f;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #a9d90f;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #a9d90f;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser {
  margin: 0;
}

/* body:not(#page_6) #branding_box,
body:not(#page_6) #main_teaser img {
  height: 39vw;
  min-height: 480px;
  max-height: 800px;
}
body:not(#page_6) #header_information {height: 39vw;} */



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png);
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
  height: 600px;
  position: relative;
}
#footer_box {
  background: none transparent;
  height: 600px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 200px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
}
#footer-widget-area {
  display: block;
  width: 830px;
  text-align: right;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 840px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: -100px 0 0;
  text-align: left;
  color: #fff;

/* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 830px;
  text-align: left;
  line-height: 200px;
  height: 200px;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}

.fixed_bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  background: url(/files/line_bottom.jpg) repeat-x bottom;
  box-sizing: border-box;
  padding-left: 9%;
  z-index: 500;
}
.fixed_bottom div + div {
  margin-left: 5px;
}
.fixed_bottom div a {
  pointer-events: all;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000;
  height: 100px;
  line-height: 100px;
  font-weight: normal !important;
}

h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #fff;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
  font-weight: normal !important;
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #fff;
}

.entry_title::first-letter,
.entry_title h3::first-letter {
  color: #a9d90f !important;
}

/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.jpg);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.jpg);
  font-size: 20px;
  color: #fff;
  font-weight: normal !important;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
  font-weight: normal !important;
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #fff;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
  font-weight: normal !important;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #000;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000;
  font-weight: normal !important;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #000;
  font-weight: normal !important;
}

.sub_entry_title h4 {
  font-weight: normal;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
  font-weight: normal !important;
}
* .inline_title,
* .inline_title a {color: #000;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #000;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #666;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #0092fc;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #0092fc !important;
}

small a:hover {
  background-color: #0092fc;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border: none;
  color: #000;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #e3e3e3 !important;
}
table.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none #e3e3e3;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}

.table_area table tr td {
  border: none !important;
  background: none #e3e3e3 !important;
}

.table_area table,.iqfm-table { border-collapse: separate; border-spacing : 0 10px !important;}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #0092fc;
  color: #0092fc !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #0092fc;
  border-color: #0092fc;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #0092fc;
  border-style: solid;
  border-color: #0092fc;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #0092fc;
  color: #0092fc;
}
div.link_list a:hover {
  background-color: #0092fc;
  border: 1px solid #0092fc;
  color: #fff;
}


.faq-title {
  background-color: #0092fc;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #0092fc;
}
.iqfm-table button, .iqfm-table input[type="reset"], .iqfm-table input[type="button"], .iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #e3e3e3;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #e3e3e3;
  width: 8em;
  color: #000;
}
.coupon_box table tr td.coupon_meta {
  background-color: #e3e3e3;
  color: #000;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #000;}

/* ブログ-今日の背景色 */
#wp-calendar tbody td#today,
#wp-calendar tbody td#today a {
  background: #0092fc;
  color: #fff;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  height: 40px;
  margin: 10px auto !important;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: 1.3s ease 0s;
}
.easys_content_inner.moved {
  opacity: 1;
  transform: translate(0);
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/* お問い合わせ */
#hkuc4ozb21fmu3n4o3yj,
#plfnsox4wvob75re9wcc,
#oc8rhys4zthlno761uwz,
#v5zunf19exv3iluk2k6n {
  background: url(/files/banner_contact_bg.jpg) no-repeat center top / 100%;
}
#hkuc4ozb21fmu3n4o3yj .easys_content_inner,
#plfnsox4wvob75re9wcc .easys_content_inner,
#oc8rhys4zthlno761uwz .easys_content_inner,
#v5zunf19exv3iluk2k6n .easys_content_inner {
  width: 100%;
}
#hkuc4ozb21fmu3n4o3yj div,
#plfnsox4wvob75re9wcc div,
#oc8rhys4zthlno761uwz div,
#v5zunf19exv3iluk2k6n div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#hkuc4ozb21fmu3n4o3yj a,
#plfnsox4wvob75re9wcc a,
#oc8rhys4zthlno761uwz a,
#v5zunf19exv3iluk2k6n a {
  display: block;
  position: relative;
}
#hkuc4ozb21fmu3n4o3yj a::before,
#plfnsox4wvob75re9wcc a::before,
#oc8rhys4zthlno761uwz a::before,
#v5zunf19exv3iluk2k6n a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/banner_contact_bg_over.png) repeat;
  transition: .5s;
}
#hkuc4ozb21fmu3n4o3yj a:hover::before,
#plfnsox4wvob75re9wcc a:hover::before,
#oc8rhys4zthlno761uwz a:hover::before,
#v5zunf19exv3iluk2k6n a:hover::before {
  width: 100%;
}

#hkuc4ozb21fmu3n4o3yj {
  margin-bottom: 70px;
}

/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（動画・ブログ・バナー除） */
#zh1lik0phppi4ubp1zy5,
#viq61kjuexax659tenv0,
#s207ebznz4pqhsdfu79r,
#c6lt5qp5q91b6shac3bl,
#un51sigc42uzbaueijg5,
#k1tpqeydm1o4gdzzrkcl,
#mwwgaq2i888z8jhlsgaf,
#sdrftr8vy4kbbqjyunvi {
  position: relative;
}
#zh1lik0phppi4ubp1zy5 .post_margin,
#viq61kjuexax659tenv0 .post_margin,
#s207ebznz4pqhsdfu79r .post_margin,
#c6lt5qp5q91b6shac3bl .post_margin,
#un51sigc42uzbaueijg5 .post_margin,
#k1tpqeydm1o4gdzzrkcl .post_margin,
#mwwgaq2i888z8jhlsgaf .post_margin,
#sdrftr8vy4kbbqjyunvi .post_margin {
  margin: 0;
}
#zh1lik0phppi4ubp1zy5 .post_data,
#viq61kjuexax659tenv0 .post_data,
#s207ebznz4pqhsdfu79r .post_data,
#c6lt5qp5q91b6shac3bl .post_data,
#un51sigc42uzbaueijg5 .post_data,
#k1tpqeydm1o4gdzzrkcl .post_data,
#mwwgaq2i888z8jhlsgaf .post_data {
  /* display: none; */
  float: none !important;
}
#zh1lik0phppi4ubp1zy5 .eyecatch,
#viq61kjuexax659tenv0 .eyecatch,
#s207ebznz4pqhsdfu79r .eyecatch,
#c6lt5qp5q91b6shac3bl .eyecatch,
#un51sigc42uzbaueijg5 .eyecatch,
#k1tpqeydm1o4gdzzrkcl .eyecatch,
#mwwgaq2i888z8jhlsgaf .eyecatch,
#sdrftr8vy4kbbqjyunvi .eyecatch {
  display: none;
  float: none !important;
}
#zh1lik0phppi4ubp1zy5 .text_box,
#viq61kjuexax659tenv0 .text_box,
#s207ebznz4pqhsdfu79r .text_box,
#c6lt5qp5q91b6shac3bl .text_box,
#un51sigc42uzbaueijg5 .text_box,
#k1tpqeydm1o4gdzzrkcl .text_box,
#mwwgaq2i888z8jhlsgaf .text_box,
#sdrftr8vy4kbbqjyunvi .text_box {
  float: none !important;
  overflow: visible;
}
#zh1lik0phppi4ubp1zy5 [class*="title"],
#viq61kjuexax659tenv0 [class*="title"],
#s207ebznz4pqhsdfu79r [class*="title"],
#c6lt5qp5q91b6shac3bl [class*="title"],
#un51sigc42uzbaueijg5 [class*="title"],
#k1tpqeydm1o4gdzzrkcl [class*="title"],
#mwwgaq2i888z8jhlsgaf [class*="title"],
#sdrftr8vy4kbbqjyunvi [class*="title"] {
  display: none;
}

/* 共通ボタン-ブロック内リンク */
#zh1lik0phppi4ubp1zy5 .main_btn,
#viq61kjuexax659tenv0 .main_btn,
#s207ebznz4pqhsdfu79r .main_btn {
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  transition: 1.3s ease 0s;
}
#zh1lik0phppi4ubp1zy5 .main_btn a,
#viq61kjuexax659tenv0 .main_btn a,
#s207ebznz4pqhsdfu79r .main_btn a {
  display: block;
  position: relative;
  z-index: 500;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/files/btn_readmore.jpg) no-repeat top center / 100%;
  width: 200px;
  height: 50px;
  padding: 0;
}
#zh1lik0phppi4ubp1zy5 .main_btn a:hover,
#viq61kjuexax659tenv0 .main_btn a:hover,
#s207ebznz4pqhsdfu79r .main_btn a:hover {
  background-position-y: bottom;
  opacity: 1;
}

/* デザインブロックのフェードイン */
#zh1lik0phppi4ubp1zy5 .easys_content_inner,
#viq61kjuexax659tenv0 .easys_content_inner,
#s207ebznz4pqhsdfu79r .easys_content_inner {
  /* transition: unset; */
  /* margin: 0; */
}
#zh1lik0phppi4ubp1zy5 .main_btn.moved,
#viq61kjuexax659tenv0 .main_btn.moved,
#s207ebznz4pqhsdfu79r .main_btn.moved {
  opacity: 1;
  transform: translate(0);
}
.blockimg {
  position: absolute;
  opacity: 0;
  transition: 1.3s ease 0s;
  pointer-events: none;
  width: 1920px;
  left: 50%;
  transform: translate(-50% , 0);
}
.blockimg.moved {
  opacity: 1;
  /* transform: translate(-50% , 0); */
  left: 50% !important;
}

/* ABOUT US / 会社概要 */
#zh1lik0phppi4ubp1zy5 {
  background: url(/files/00top_block01_bg01.jpg) no-repeat left top transparent;
  height: 1001px;
}
#zh1lik0phppi4ubp1zy5 .text_box {
  width: 680px;
  height: auto;
  margin: 460px 0 0 30px;
  overflow: visible;
}
#zh1lik0phppi4ubp1zy5 .text_box .post_data {
  min-height: 220px;
  overflow: visible;
  display: block;
  margin: 0;
}
#zh1lik0phppi4ubp1zy5 .main_btn {
  margin-left: 520px;
  transform: translateY(100px);
}
#zh1lik0phppi4ubp1zy5 .blockimg.img02 {
  height: 460px;
  background: url(/files/00top_block01_bg02.png) no-repeat right center;
  top: 0;
  left: calc(50% + 100px);
}
#zh1lik0phppi4ubp1zy5 .blockimg.img03 {
  height: 726px;
  background: url(/files/00top_block01_bg03.png) no-repeat left center;
  top: 0;
  left: calc(50% - 100px);
}

/* OUR BUSINESS/事業内容 */
#viq61kjuexax659tenv0 {
  height: 1420px;
}
#viq61kjuexax659tenv0::before {
  content: "";
  width: 100%;
  height: 390px;
  position: absolute;
  top: -190px;
  left: 0;
  background: url(/files/00top_block02_bg01.png) no-repeat left top transparent;
  pointer-events: none;
}
#viq61kjuexax659tenv0 .text_box {
  width: 680px;
  height: auto;
  margin: 970px 0 0;
  overflow: visible;
}
#viq61kjuexax659tenv0 .text_box .post_data {
  min-height: 220px;
  overflow: visible;
  display: block;
  margin: 0;
}
#viq61kjuexax659tenv0 .main_btn {
  margin-left: 480px;
  transform: translateX(-100px);
}
#viq61kjuexax659tenv0 .blockimg.img02 {
  height: 670px;
  background: url(/files/00top_block02_bg02.png) no-repeat left center;
  top: 590px;
  left: calc(50% - 100px);
}
#viq61kjuexax659tenv0 .blockimg.img03 {
  height: 1940px;
  background: url(/files/00top_block02_bg03.png) no-repeat left center;
  top: -200px;
  left: calc(50% + 100px);
}

/* RECRUIT /求人情報 */
#s207ebznz4pqhsdfu79r {
  height: 1260px;
}
#s207ebznz4pqhsdfu79r .text_box {
  width: 680px;
  height: auto;
  margin: 550px 0 0 30px;
  overflow: visible;
}
#s207ebznz4pqhsdfu79r .text_box .post_data {
  min-height: 250px;
  overflow: visible;
  display: block;
  margin: 0;
}
#s207ebznz4pqhsdfu79r .main_btn {
  margin-left: 510px;
  transform: translateX(-100px);
}
#s207ebznz4pqhsdfu79r .blockimg.img01 {
  height: 1239px;
  background: url(/files/00top_block03_bg01.png) no-repeat left center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: -1;
}
#s207ebznz4pqhsdfu79r .blockimg.img02 {
  height: 1231px;
  background: url(/files/00top_block03_bg02.png) no-repeat left center;
  top: 0;
  left: calc(50% - 100px);
}
#s207ebznz4pqhsdfu79r .blockimg.img03 {
  height: 740px;
  background: url(/files/00top_block03_bg03.png) no-repeat right center;
  top: 300px;
  left: calc(50% + 100px);
}

/* パララックス */
#ppsss8h2amy0auq7f8f3 {
  background: 
  url(/files/00top_block04_bg_over.png) no-repeat center center,
  url(/files/00top_block04_bg_pala.jpg) no-repeat center center / cover fixed;
  height: 700px;
}

/* ブログ */
#uth7x03cy5gxmkrnndug {
  height: 658px;
  padding-top: 100px;
}
#uth7x03cy5gxmkrnndug .easys_content_inner {
  transition: unset;
}
#uth7x03cy5gxmkrnndug [class*="title"] {
  width: 1920px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(/files/00top_block05_bg.png) no-repeat left top;
  position: absolute;
  left: calc(50% - 100px);
  transform: translateX(-50%);
}
#uth7x03cy5gxmkrnndug [class*="read_more_btn"] {
  width: 200px;
  height: 50px;
  position: absolute;
  margin-top: 220px;
  margin-left: 510px;
  left: 0px;
  transform: translateX(-50%);
}
#uth7x03cy5gxmkrnndug [class*="read_more_btn"] a {
  background: url(/files/btn_readmore.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  transition: none;
}
#uth7x03cy5gxmkrnndug [class*="read_more_btn"] a:hover {
  background-position-y: bottom;
}

#uth7x03cy5gxmkrnndug [class*="title"],
#uth7x03cy5gxmkrnndug [class*="read_more_btn"] {
  opacity: 0;
  transition: 1.3s ease 0s;
}
#uth7x03cy5gxmkrnndug .moved [class*="title"],
#uth7x03cy5gxmkrnndug .moved [class*="read_more_btn"] {
  opacity: 1;
}
#uth7x03cy5gxmkrnndug .moved [class*="title"] {
  left: calc(50% - 0px);
}
#uth7x03cy5gxmkrnndug .moved [class*="read_more_btn"] {
  left: 100px;
}

#mcjm4i1sgutqg0x0egdd {
  margin: -340px auto 0;
  min-height: 360px;
  padding-bottom: 230px;
  position: relative;
  width: 900px;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner {
  margin: 0;
}

/* 会社概要 */
#ubq4vdnggj7y1og2dtr0,
#kdezs3mnwubgunyd38vp {
  padding-bottom: 170px;
}
#ubq4vdnggj7y1og2dtr0 .easys_content_inner,
#kdezs3mnwubgunyd38vp .easys_content_inner {
  transition: unset;
}
#ubq4vdnggj7y1og2dtr0 [class*="title"]
/* ,#kdezs3mnwubgunyd38vp [class*="title"] */
 {
  width: 1920px;
  height: 820px;
  margin: 0;
  padding: 0;
  background: url(/files/00top_block07_bg.png) no-repeat left top;
  position: relative;
  left: calc(50% - 100px);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
#ubq4vdnggj7y1og2dtr0 [class*="read_more_btn"]
/* ,#kdezs3mnwubgunyd38vp [class*="read_more_btn"] */
 {
  width: 200px;
  height: 50px;
  position: absolute;
  margin-top: 410px;
  margin-left: 510px;
  left: -100px;
  opacity: 0;
}
#ubq4vdnggj7y1og2dtr0 [class*="read_more_btn"] a
/* ,#kdezs3mnwubgunyd38vp [class*="read_more_btn"] a */
{
  background: url(/files/btn_readmore.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  transition: none;
  pointer-events: all;
}
#ubq4vdnggj7y1og2dtr0 [class*="read_more_btn"] a:hover
/* ,#kdezs3mnwubgunyd38vp [class*="read_more_btn"] a:hover */
{
  background-position-y: bottom;
}

#ubq4vdnggj7y1og2dtr0 [class*="title"],
#ubq4vdnggj7y1og2dtr0 [class*="read_more_btn"]
/* ,
#kdezs3mnwubgunyd38vp [class*="title"],
#kdezs3mnwubgunyd38vp [class*="read_more_btn"] */
{
  opacity: 0;
  transition: 1.3s ease 0s;
}
#ubq4vdnggj7y1og2dtr0 .moved [class*="title"],
#ubq4vdnggj7y1og2dtr0 .moved [class*="read_more_btn"]
/* ,
#kdezs3mnwubgunyd38vp .moved [class*="title"],
#kdezs3mnwubgunyd38vp .moved [class*="read_more_btn"] */
{
  opacity: 1;
}
#ubq4vdnggj7y1og2dtr0 .moved [class*="title"]
/* ,
#kdezs3mnwubgunyd38vp .moved [class*="title"] */
{
  left: calc(50% - 0px);
}
#ubq4vdnggj7y1og2dtr0 .moved [class*="read_more_btn"]
/* ,
#kdezs3mnwubgunyd38vp .moved [class*="read_more_btn"] */
{
  left: 0;
}

#ubq4vdnggj7y1og2dtr0 .entry_post_1007 > .html_post
/* ,
#kdezs3mnwubgunyd38vp .entry_post_1007 > .html_post */
{
  margin-top: -310px;
  margin-left: 30px;
  width: 370px;
}
#ubq4vdnggj7y1og2dtr0 .html_post
/* ,
#kdezs3mnwubgunyd38vp .html_post */
{
  margin-left: 30px;
  width: 370px;
}
#ubq4vdnggj7y1og2dtr0 .entry_post_1007 > .table_area
/* ,
#kdezs3mnwubgunyd38vp .entry_post_1007 > .table_area */
{
  margin-top: -320px;
}
#ubq4vdnggj7y1og2dtr0 iframe
/* ,
#kdezs3mnwubgunyd38vp iframe */
{
  width: 100%;
  height: 450px;
}
#ubq4vdnggj7y1og2dtr0 .entry_post_1008 > .table_area
/* ,
#kdezs3mnwubgunyd38vp .entry_post_1008 > .table_area */
{
  margin-top: -10px;
}
#kdezs3mnwubgunyd38vp .html_post {
  margin-top: 10px;
}

/* アットホームな雰囲気の職場で働いてみませんか？ */
#c6lt5qp5q91b6shac3bl {
  height: 1126px;
}
#c6lt5qp5q91b6shac3bl .text_box {
  width: 390px;
  height: auto;
  margin: 570px 0 0 30px;
  overflow: visible;
}
#c6lt5qp5q91b6shac3bl .text_box .post_data {
  min-height: 550px;
  overflow: visible;
  display: block;
  margin: 0;
}
#c6lt5qp5q91b6shac3bl .blockimg.img01 {
  height: 1126px;
  background: url(/files/10recruit_block01_bg01.jpg) no-repeat center top transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: -1;
}
#c6lt5qp5q91b6shac3bl .blockimg.img02 {
  height: 703px;
  background: url(/files/10recruit_block01_bg02.png) no-repeat right center;
  top: calc(130px + 100px);
  left: 50%;
}
#c6lt5qp5q91b6shac3bl .blockimg.moved.img02 {
  top: 130px;
}

/* 未経験の方でも安心して働ける環境 */
#un51sigc42uzbaueijg5 {
  height: 1100px;
  margin-bottom: 70px;
}
#un51sigc42uzbaueijg5 .text_box {
  width: 550px;
  height: auto;
  margin: 570px 0 0 auto;
  overflow: visible;
}
#un51sigc42uzbaueijg5 .text_box .post_data {
  min-height: 530px;
  overflow: visible;
  display: block;
  margin: 0;
}
#un51sigc42uzbaueijg5 .blockimg.img01 {
  height: 1100px;
  background: url(/files/10recruit_block02_bg01.jpg) no-repeat center top transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: -1;
}
#un51sigc42uzbaueijg5 .blockimg.img02 {
  height: 1100px;
  background: url(/files/10recruit_block02_bg02.png) no-repeat left center;
  top: calc(0px - 100px);
  left: 50%;
}
#un51sigc42uzbaueijg5 .blockimg.moved.img02 {
  top: 0px;
}
#un51sigc42uzbaueijg5 .blockimg.img03 {
  height: 340px;
  background: url(/files/10recruit_block02_bg03.png) no-repeat right center;
  top: calc(180px + 100px);
  left: 50%;
}
#un51sigc42uzbaueijg5 .blockimg.moved.img03 {
  top: 180px;
}

/* 募集要項（背景のみ） */
#tn4e3esunglitf4uni0m {
  background: url(/files/block_bg_01.jpg) repeat;
  padding-top: 50px;
}

/* 廃棄物の収集運搬・処理は当社にお任せください */
#k1tpqeydm1o4gdzzrkcl {
  height: 1000px;
}
#k1tpqeydm1o4gdzzrkcl .text_box {
  width: 430px;
  height: auto;
  margin: 390px 0 0 auto;
  overflow: visible;
}
#k1tpqeydm1o4gdzzrkcl .text_box .post_data {
  min-height: 330px;
  overflow: visible;
  display: block;
  margin: 0;
}
#k1tpqeydm1o4gdzzrkcl .blockimg.img01 {
  height: 1100px;
  background: url(/files/20works_block01_bg01.jpg) no-repeat center top transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: -1;
}
#k1tpqeydm1o4gdzzrkcl .blockimg.img02 {
  height: 400px;
  background: url(/files/20works_block01_bg02.png) no-repeat right center;
  top: calc(0px + 100px);
  left: 50%;
}
#k1tpqeydm1o4gdzzrkcl .blockimg.moved.img02 {
  top: 0px;
}
#k1tpqeydm1o4gdzzrkcl .blockimg.img03 {
  height: 400px;
  background: url(/files/20works_block01_bg03.png) no-repeat left 310px center;
  top: 430px;
  left: calc(50% + 100px);
}
#k1tpqeydm1o4gdzzrkcl .blockimg.moved.img03 {
  left: 50%;
}

/* 自社工場で中間処理を行っております */
#mwwgaq2i888z8jhlsgaf {
  height: 844px;
  margin-bottom: 50px;
}
#mwwgaq2i888z8jhlsgaf .text_box {
  width: 480px;
  height: auto;
  margin: 460px 0 0;
  overflow: visible;
}
#mwwgaq2i888z8jhlsgaf .text_box .post_data {
  min-height: 330px;
  overflow: visible;
  display: block;
  margin: 0;
}
#mwwgaq2i888z8jhlsgaf .blockimg.img01 {
  height: 844px;
  background: url(/files/20works_block02_bg01.jpg) no-repeat center top transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: -1;
}
#mwwgaq2i888z8jhlsgaf .blockimg.img02 {
  height: 480px;
  background: url(/files/20works_block02_bg02.png) no-repeat right center;
  top: -100px;
  left: calc(50% - 100px);
}
#mwwgaq2i888z8jhlsgaf .blockimg.moved.img02 {
  left: 50%;
}
#mwwgaq2i888z8jhlsgaf .blockimg.img03 {
  height: 470px;
  background: url(/files/20works_block02_bg03.png) no-repeat left center;
  top: calc(0px + 100px);
}
#mwwgaq2i888z8jhlsgaf .blockimg.moved.img03 {
  top: 0;
}

/* 代表ご挨拶 */
#sdrftr8vy4kbbqjyunvi {
  background: url(/files/30company_block01_bg.jpg) no-repeat center top transparent;
  height: 1160px;
  margin-bottom: 70px;
}
#sdrftr8vy4kbbqjyunvi .text_box {
  position: relative;
  top: 620px;
}

.grecaptcha-badge { visibility: hidden; }