@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
}
body {
  background: none transparent;
  color: #000000;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  padding: 70px 0 0;
}
#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block,
#page_15 #outer_block,
#page_97 #outer_block,
#page_98 #outer_block,
#page_101 #outer_block,
#page_102 #outer_block {
  padding: 0;
}

a:link, a:visited, a:hover, a:active { color: #b01f17; }
.o_main_btn a,
.o_btn a {
  background-color: #b01f17;
  color: #fff;
}




/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 100vh;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 100vh;
}

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 99%;
  margin: 0 auto;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  padding: 0;
}
.main_header img, .header_class img {
  width: 280px;
  height: 100px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#h_btn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#h_btn a {
  display: block;
  background: url("/files/menu_btn.png") no-repeat left top transparent;
  width: 75px;
  height: 75px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

#access {
  background: url("/files/navi_bg_logo.png") no-repeat center / 100% auto,
              url("/files/navi_bg.jpg") no-repeat center / 100% auto #52b8e9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  min-width: 1200px;
}
#access.active {
  z-index: 999;
  opacity: 1;
  pointer-events: auto;
}
#access .menu-header {
  width: 14.5vw;
  max-width: 290px;
  min-width: 176px;
  height: calc(2.75vw * 13);
  max-height: 715px;
  min-height: 442px;
  margin: calc((100vh - (2.75vw * 13))/ 2 - 5vh) auto 0;
}

div#access li.menu-item {
  float: none;
}
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url(/files/topnavi.png);
  background-color: transparent;
  width: 14.5vw;
  max-width: 290px;
  min-width: 176px;
  height: 2.75vw;
  max-height: 55px;
  min-height: 34px;
  padding: 0;
  background-size: 200% 1300%;
}
div#access .gnavi001 a { background-position: left top; }
div#access .gnavi002 a { background-position: left -100%; }
div#access .gnavi003 a { background-position: left -200%; }
div#access .gnavi004 a { background-position: left -300%; }
div#access .gnavi005 a { background-position: left -400%; }
div#access .gnavi006 a { background-position: left -500%; }
div#access .gnavi007 a { background-position: left -600%; }
div#access .gnavi008 a { background-position: left -700%; }
div#access .gnavi009 a { background-position: left -800%; }
div#access .gnavi010 a { background-position: left -900%; }
div#access .gnavi011 a { background-position: left -1000%; }
div#access .gnavi012 a { background-position: left -1100%; }
div#access .gnavi013 a { background-position: left bottom; }

div#access .gnavi001 a:hover { background-position: right top; }
div#access .gnavi002 a:hover { background-position: right -100%; }
div#access .gnavi003 a:hover { background-position: right -200%; }
div#access .gnavi004 a:hover { background-position: right -300%; }
div#access .gnavi005 a:hover { background-position: right -400%; }
div#access .gnavi006 a:hover { background-position: right -500%; }
div#access .gnavi007 a:hover { background-position: right -600%; }
div#access .gnavi008 a:hover { background-position: right -700%; }
div#access .gnavi009 a:hover { background-position: right -800%; }
div#access .gnavi010 a:hover { background-position: right -900%; }
div#access .gnavi011 a:hover { background-position: right -1000%; }
div#access .gnavi012 a:hover { background-position: right -1100%; }
div#access .gnavi013 a:hover { background-position: right bottom; }


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

/* プルダウンメニューの色　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: 100%;
  color: #333;
}
#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: #333;
}
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: #666;
}
#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: #666;
}

/* 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: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc { margin: 0 0 20px; }



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

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

#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: #b01f17;
  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: 400px;
}
#footer_box {
  background: none transparent;
  height: 360px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 0;
}
#footer-widget-area {
  position: absolute;
  top: 15px;
  width: 650px;
  left: calc((100% - 650px) / 2);
}
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  margin: 0 0 5px;
  display: inline-block;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 10px;
  border-right: none;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

ul#menu-footer_navi li.menu-item:first-child a,
ul#menu-footer_navi li.menu-item:nth-child(9) a {border-left: none;}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}



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

#footer_information .entry-post .post-data p.f_tel {
  font-size: 25px;
}
.f_info dt,
.f_info dd {
  font-size: 13px;
  line-height: 1.7;
}
.f_info dt {
  float: left;
  clear: left;
  width: 6em;
}
.f_info dd {
  float: left;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
}


/*  フッターボタン
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 100;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 63px;
}


#float_top_btn a,#float_top_btn a:hover {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}
#float_top_btn a:hover {opacity: 0.8;}

.fixed_btn {z-index: 1000;}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: none;
  font-size: 28px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #000000;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-align: left;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
  font-size: 23px;
  font-weight: bold;
}
.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: #ffffff;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.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: #ffffff;
}
* .short_entry_title {
  background-image: url("/files/entry_title_bg_w456.jpg");
  height: 60px;
  line-height: 60px;
  font-size: 23px;
  padding: 0 0 0 20px;
  width: 436px;
  color: #ffffff;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
}
* .half_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
  font-size: 16px;
  font-weight: bold;
  color: #079ae0;
  height: 50px;
  line-height: 50px;
}


/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #079ae0;
  font-size: 23px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  width: 940px;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #079ae0;
}
/* 小見出しリンクボタン */
.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: #079ae0;
}
.short_sub_entry_title {
  background-image: url("/files/sub_entry_title_bg_w456.png");
  height: 60px;
  line-height: 60px;
  font-size: 23px;
  padding: 0 0 0 20px;
  width: 436px;
  color: #079ae0;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
  color: #079ae0;
}
* .inline_title a {color: #079ae0;}

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

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


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

small a:hover {
  background-color: #b01f17;
  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, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border-color: #434a53;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none #079ae0;
  color: #fff;
  padding: 15px;
  font-size: 14px !important;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none transparent;
  padding: 15px;
  font-size: 14px !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #b01f17;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
  padding: 15px;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #b01f17;
  color: #b01f17 !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: #b01f17;
  border-color: #b01f17;
}
.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 #b01f17;
  border-style: solid;
  border-color: #b01f17;
  color: #fff !important;
} 



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

/* Aブロック　画像背景 */
.eyecatch.display_line_bg,
.field_3col .display_line_bg {
  background: none transparent;
}
.eyecatch.display_line_bg img {width: 450px;padding: 0;}
.field_3col .display_line_bg img {width: 300px;padding: 0;}


/* 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 {  }


/* 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; }


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

/* Nブロック、Oブロックの記事内リンクボタン */
.main_btn a,
.o_btn a,
.o_main_btn a,
.sub_text_btn a {
  background-color: #b01f17;
  color: #fff;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #b01f17;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .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: #434a53;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #079ae0;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.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 .category-blogpost {width: 700px;margin: 0 0 50px;}
#blog_main .entry-title {
  width: 680px;
  height:60px;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  background-image: url(/files/blog_title.jpg);
  background-repeat: no-repeat;
}
#blog_main .entry-title a {color: #ffffff;}


/* ブログ記事一覧 横並び　※最新3件表示 */
#uu2uqfiv3wflhwkwdvon {margin: 0 0 50px;overflow: hidden;}
#uu2uqfiv3wflhwkwdvon .blog_post {
  width: 290px;
  float: left;
  display: block;
  background-color: transparent;
  border: none;
}
#uu2uqfiv3wflhwkwdvon .blog_post:nth-child(2) {margin: 0 45px;}/* 記事間 左右余白調整 */
#uu2uqfiv3wflhwkwdvon .blog_list_text_size {width: 100%;}
#uu2uqfiv3wflhwkwdvon .eyecatch {float: none;}
#uu2uqfiv3wflhwkwdvon .eyecatch img {width:290px;height:290px;object-fit:cover;}
#uu2uqfiv3wflhwkwdvon .date_area {/* 日付 */
  padding: 0 2%;
}
#uu2uqfiv3wflhwkwdvon .post_title_list {/* 記事タイトル */
  width: 100%;
  padding: 0 2%;
  }
#uu2uqfiv3wflhwkwdvon .blog_thumb {/* サムネイル画像 */
  width: 290px;
  min-height: 290px;
}
#uu2uqfiv3wflhwkwdvon .news_small_text {/* 記事本文 */
  line-height: 1.8;
  display: block;
  width: 94%;
  min-height: 10em;
  margin: 0 auto;
  font-size: 14px;
  word-break: break-all;
  position: relative;
}

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



/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.z_j5 {margin: 0 0 50px;}
.z_g1 table td.column1 {width: 20%;}

/*  共通バナー
---------------------------------------------------------------------------------------------------- */
/*求人情報バナー ----------------------*/
#tonl855d8c8q0w9or6i4,/*top*/
#m5ythfa1y99uuxm5ba5q,/*事業内容*/
#v8uw3pywm3s4odp6lbn1,/*取り組み*/
#v3v3e17yy11l3sk8mesc,/*会社概要*/
#lfjiqenkxek6s0kemakp,/*挨拶・沿革*/
#viivecf00n4qq3r5kipo/*お問い合わせ*/ {
  background: url(/files/recruit_banner_bg.jpg) no-repeat center top;
  height: 950px;
  overflow: hidden;
}
#tonl855d8c8q0w9or6i4 a,
#m5ythfa1y99uuxm5ba5q a,
#v8uw3pywm3s4odp6lbn1 a,
#v3v3e17yy11l3sk8mesc a,
#lfjiqenkxek6s0kemakp a,
#viivecf00n4qq3r5kipo a {
  display: block;
  width: 560px;
  height: 45px;
  text-indent: -9999px;
  background: url(/files/link_bg_02.jpg) no-repeat center top;
  transition: 0.2s;
  margin: 874px auto 0;
}
#tonl855d8c8q0w9or6i4 a:hover,
#m5ythfa1y99uuxm5ba5q a:hover,
#v8uw3pywm3s4odp6lbn1 a:hover,
#v3v3e17yy11l3sk8mesc a:hover,
#lfjiqenkxek6s0kemakp a:hover,
#viivecf00n4qq3r5kipo a:hover {opacity: 0.8;}


/*従業員インタビュー 並列バナー ----------------------*/
#sqhtgbkdvd1dchqrf0jk,/*top*/
#lufmcwyoxb0rws4z3uuo/*採用情報*/ {
  background: url(/files/top_bg_03.jpg) no-repeat center top;
  height: 650px;
}
#sqhtgbkdvd1dchqrf0jk .easys_content_inner,
#lufmcwyoxb0rws4z3uuo .easys_content_inner {
  padding: 189px 0 0;
}
#sqhtgbkdvd1dchqrf0jk {margin: 0 0 50px;}


/*各2連バナー（会社概要/事業内容/取り組み/ブログ） ----------------------*/
#a4fyebs6ttk40ec9ls5w,/*top*/
#ghci2yqor1c5uvitk22z,/*事業内容*/
#d1a54bvr8twfw1pnrjj4,/*製作実績*/
#fkkwvfjcdorvnberbqcd,/*取り組み*/
#n6oxghkb2t59vhsipfwl,/*設備案内*/
#du13dp3nv85iwsupzzgz,/*会社概要*/
#w8vqvm7mprzyxyrcjvc0,/*挨拶・沿革*/
#zf5ye1wv6nnwhep4f051/*お問い合わせ*/ {
  background: url(/files/top_bg_05.jpg) no-repeat center top;
  padding: 50px 0 0;
}
/*2段目-----*/
#ox4s74mj1czrc4ynfoy2,/*top*/
#p41lyoi5tc5at41ewgw7,/*製作実績*/
#z7rkrqwjv2fkk1087pbf,/*設備案内*/
#onaxsvs01ilcpmapoini,/*挨拶・沿革*/
#dca9s3u2m27wlsubh5h7 {
  background: url(/files/top_bg_05.jpg) no-repeat center top -445px;
}
#ox4s74mj1czrc4ynfoy2 {margin: 0 0 50px;}


/*お問い合わせバナー ----------------------*/
#vgxvtdrcx7lykg8ml0cj,/*製造スタッフ募集*/
#ticoxtpbj63rqu4dqsz5,/*一般事務募集*/
#wwibmh5s8edmegak7x3j,/*インタビュー01*/
#ccuxouiiobf5u6o2xxe3/*インタビュー02*/ {
  background: url(/files/contact_banner.jpg) no-repeat center top;
  height: 500px;
}
#vgxvtdrcx7lykg8ml0cj .easys_content_inner,
#ticoxtpbj63rqu4dqsz5 .easys_content_inner,
#wwibmh5s8edmegak7x3j .easys_content_inner,
#ccuxouiiobf5u6o2xxe3 .easys_content_inner {width: 100%;}
#vgxvtdrcx7lykg8ml0cj a,
#ticoxtpbj63rqu4dqsz5 a,
#wwibmh5s8edmegak7x3j a,
#ccuxouiiobf5u6o2xxe3 a {
  display: block;
  width: 100%;
  height: 500px;
  text-indent: -9999px;
  transition: 0.2s;
}
#vgxvtdrcx7lykg8ml0cj a:hover,
#ticoxtpbj63rqu4dqsz5 a:hover,
#wwibmh5s8edmegak7x3j a:hover,
#ccuxouiiobf5u6o2xxe3 a:hover {background: none rgba(255,255,255,0.2);}


/*  float 解除
---------------------------------------------------------------------------------------------------- */
#iqwdb0mqgctpsry4wor3 .float_left, #iqwdb0mqgctpsry4wor3 .float_right,/*top*/
#x1bpq30n42pfgt5ajv81 .float_left, #x1bpq30n42pfgt5ajv81 .float_right,
#e4unyqd7sb1yoqxodoh8 .float_left, #e4unyqd7sb1yoqxodoh8 .float_right,
#fldxkt1e5sknwwucrf4d .float_left, #fldxkt1e5sknwwucrf4d .float_right,/*事業内容*/
#whdm80k88sx0spj02bar .float_left, #whdm80k88sx0spj02bar .float_right,
#l1urs3658c7ak64v16mu .float_left, #l1urs3658c7ak64v16mu .float_right,
#zfmz2rx0gzsa5fzch6rg .float_left, #zfmz2rx0gzsa5fzch6rg .float_right,/*製作実績*/
#yhy5c224uoxb6vocscs0 .float_left, #yhy5c224uoxb6vocscs0 .float_right,/*取り組み*/
#mzrzdnlntmlfjh317fa9 .float_left, #mzrzdnlntmlfjh317fa9 .float_right,
#wshekwr47ap9yhgnzk7h .float_left, #wshekwr47ap9yhgnzk7h .float_right,
#qs9vykjybhgg8oouf4i0 .float_left, #qs9vykjybhgg8oouf4i0 .float_right,
#cbnlawimu1x298gz8p8w .float_left, #cbnlawimu1x298gz8p8w .float_right,/*製造スタッフ募集*/
#dtwy1wn8ti1rsvvf22bf .float_left, #dtwy1wn8ti1rsvvf22bf .float_right,
#sedudfixr2c7fl6cqfk9 .float_left, #sedudfixr2c7fl6cqfk9 .float_right,/*一般事務募集*/
#jh1qqidundaxatud04v7 .float_left, #jh1qqidundaxatud04v7 .float_right,/*会社概要*/
#pyy6trs65e2jvf9wj096 .float_left, #pyy6trs65e2jvf9wj096 .float_right {float: none;}

.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}


/*  記事内リンクボタンcssリセット
---------------------------------------------------------------------------------------------------- */
#iqwdb0mqgctpsry4wor3 .o_main_btn a,
#e4unyqd7sb1yoqxodoh8 .o_main_btn a,
#whdm80k88sx0spj02bar .o_main_btn a,
#l1urs3658c7ak64v16mu .o_main_btn a,
#mzrzdnlntmlfjh317fa9 .o_main_btn a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: none transparent;
  transition: 0.2s;
}
#iqwdb0mqgctpsry4wor3 .o_main_btn a:hover,
#e4unyqd7sb1yoqxodoh8 .o_main_btn a:hover,
#whdm80k88sx0spj02bar .o_main_btn a:hover,
#l1urs3658c7ak64v16mu .o_main_btn a:hover,
#mzrzdnlntmlfjh317fa9 .o_main_btn a:hover {opacity: 0.85;}


/*  記事内テキスト 上下中央揃え
---------------------------------------------------------------------------------------------------- */
#zfmz2rx0gzsa5fzch6rg .post_data,
#yhy5c224uoxb6vocscs0 .post_data,
#wshekwr47ap9yhgnzk7h .post_data,
#cbnlawimu1x298gz8p8w .post_data,
#sedudfixr2c7fl6cqfk9 .post_data,
#jh1qqidundaxatud04v7 .post_data,
#pyy6trs65e2jvf9wj096 .post_data {
  display: -ms-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}


/* =================================================================================================
   ■ トップページ
---------------------------------------------------------------------------------------------------- */
/*  水田金属工業は加西市にある、金属製品の製造・加工の専門業者です
---------------------------------------------------------------------------------------------------- */
#iqwdb0mqgctpsry4wor3 {
  background: url(/files/top_bg_01.jpg) no-repeat center top;
  height: 1205px;
  margin: 0;
}
#iqwdb0mqgctpsry4wor3 *[class*="title"],
#iqwdb0mqgctpsry4wor3 .eyecatch {display: none;}
#iqwdb0mqgctpsry4wor3 .text_box {margin: 270px 0 0;}
#iqwdb0mqgctpsry4wor3 .post_data > * {
  font-size: 120% !important;
  text-align: left !important;
}
#iqwdb0mqgctpsry4wor3 .o_main_btn a {
  width: 415px;
  height: 55px;
  background-image: url(/files/link_bg_01.jpg);
  margin: 50px 0 0;
}

/*  当社が手がけた製品は、建設現場などで活躍する特殊車輌などに使われています
---------------------------------------------------------------------------------------------------- */
#x1bpq30n42pfgt5ajv81 {
  background: url(/files/top_bg_02.jpg) no-repeat center top;
  height: 1075px;
  margin: 0;
}
#x1bpq30n42pfgt5ajv81 *[class*="title"],
#x1bpq30n42pfgt5ajv81 .eyecatch {display: none;}
#x1bpq30n42pfgt5ajv81 .post_data {margin: 300px 0 0;width: 100%;}
#x1bpq30n42pfgt5ajv81 .post_data > * {
  text-align: right !important;
  font-size: 120% !important;
}


/*  当社の強みは
---------------------------------------------------------------------------------------------------- */
#e4unyqd7sb1yoqxodoh8 {
  background: url(/files/top_bg_04.jpg) no-repeat center top;
  height: 800px;
  margin: 0;
}
#e4unyqd7sb1yoqxodoh8 *[class*="title"],
#e4unyqd7sb1yoqxodoh8 .eyecatch {display: none;}
#e4unyqd7sb1yoqxodoh8 .text_box {margin: 410px 0 0;}
#e4unyqd7sb1yoqxodoh8 .post_data {width: 100%;}
#e4unyqd7sb1yoqxodoh8 .post_data > * {
  text-align: right !important;
  font-size: 120% !important;
}
#e4unyqd7sb1yoqxodoh8 .o_main_btn a {
  width: 370px;
  height: 55px;
  background-image: url(/files/link_bg_03.jpg);
  margin: 30px 0 0 auto;
}


/* =================================================================================================
   ■ 事業内容
---------------------------------------------------------------------------------------------------- */
/*  主に製作しているのは、特装車両や粉粒体搬送コンベヤの金属部品です。
---------------------------------------------------------------------------------------------------- */
#fldxkt1e5sknwwucrf4d {
  background: url(/files/business_bg_01.jpg) no-repeat center top;
  height: 730px;
}
#fldxkt1e5sknwwucrf4d *[class*="title"],
#fldxkt1e5sknwwucrf4d .eyecatch {display: none;}
#fldxkt1e5sknwwucrf4d .easys_content_inner {width: 1060px;}
#fldxkt1e5sknwwucrf4d .post_data {margin: 240px 0 0;width: 100%;}
#fldxkt1e5sknwwucrf4d .post_data > * {
  text-align: left !important;
  font-size: 120% !important;
}

/*  作業工程一覧
---------------------------------------------------------------------------------------------------- */
#zgxq4tmoaajx97y1uqg9 {
  background: url(/files/top_bg_05.jpg) no-repeat center center / cover;
  color: #fff;
  padding: 50px 0 20px;
  margin: 0 0 50px;
}
#zgxq4tmoaajx97y1uqg9 *[class*='title'] {color: #fff;}


/*  高い技術力で、柔軟に対応ができる従業員が当社の自慢です
---------------------------------------------------------------------------------------------------- */
#whdm80k88sx0spj02bar {
  background: url(/files/business_bg_02.jpg) no-repeat center top;
  height: 687px;
}
#whdm80k88sx0spj02bar *[class*="title"],
#whdm80k88sx0spj02bar .eyecatch {display: none;}
#whdm80k88sx0spj02bar .post_data {margin: 150px 0 0;width: 100%;}
#whdm80k88sx0spj02bar .post_data > * {
  text-align: right !important;
  font-size: 120% !important;
}
#whdm80k88sx0spj02bar .o_main_btn a {
  width: 415px;
  height: 55px;
  background-image: url(/files/link_bg_01.jpg);
  margin: 20px 0 0 auto;
}


/*  安心・安全の商品を提供するために様々な取り組みを行っています
---------------------------------------------------------------------------------------------------- */
#l1urs3658c7ak64v16mu {
  background: url(/files/business_bg_03.jpg) no-repeat center top;
  height: 600px;
}
#l1urs3658c7ak64v16mu *[class*="title"],
#l1urs3658c7ak64v16mu .eyecatch {display: none;}
#l1urs3658c7ak64v16mu .text_box {width: 53%;margin: 190px 0 0;}
#l1urs3658c7ak64v16mu .post_data > * {
  text-align: left !important;
}
#l1urs3658c7ak64v16mu .o_main_btn a {
  width: 370px;
  height: 55px;
  background-image: url(/files/link_bg_03.jpg);
  margin: 10px 0 0;
}


/* =================================================================================================
   ■ 製作実績
---------------------------------------------------------------------------------------------------- */
/*  お取引の関係で、ごく一部ですが当社制作の製品を紹介いたします。
---------------------------------------------------------------------------------------------------- */
#zfmz2rx0gzsa5fzch6rg {
  background: url(/files/works_bg_01.jpg) no-repeat center top;
  height: 650px;
  margin: 0 0 50px;
}
#zfmz2rx0gzsa5fzch6rg *[class*="title"],
#zfmz2rx0gzsa5fzch6rg .eyecatch {display: none;}
#zfmz2rx0gzsa5fzch6rg .post_data {
  width: 100%;
  height: 260px;
  margin: 250px 0 0;
}


/* =================================================================================================
   ■ 取り組み
---------------------------------------------------------------------------------------------------- */
/*  高品質の製品を提供する為に、日々技術力の向上に努めています
---------------------------------------------------------------------------------------------------- */
#yhy5c224uoxb6vocscs0 {
  background: url(/files/values_bg_01.jpg) no-repeat center top;
  height: 539px;
}
#yhy5c224uoxb6vocscs0 *[class*="title"],
#yhy5c224uoxb6vocscs0 .eyecatch {display: none;}
#yhy5c224uoxb6vocscs0 .post_data {
  width: 100%;
  height: 300px;
  margin: 205px 0 0;
}
#yhy5c224uoxb6vocscs0 .post_data > * {
  text-align: center !important;
  font-size: 120% !important;
}

/*  様々なニーズに対応可能
---------------------------------------------------------------------------------------------------- */
#mzrzdnlntmlfjh317fa9 {
  background: url(/files/values_bg_02.jpg) no-repeat center top;
  height: 600px;
  margin: 0;
}
#mzrzdnlntmlfjh317fa9 *[class*="title"],
#mzrzdnlntmlfjh317fa9 .eyecatch {display: none;}
#mzrzdnlntmlfjh317fa9 .text_box {
  width: 100%;
  margin: 190px 0 0;
}
#mzrzdnlntmlfjh317fa9 .post_data {width: 100%;}
#mzrzdnlntmlfjh317fa9 .post_data > * {
  text-align: center !important;
  color: #fff !important;
}
#mzrzdnlntmlfjh317fa9 .o_main_btn a {
  width: 400px;
  height: 40px;
  background-image: url(/files/link_bg_05.jpg);
  margin: 30px auto 0;
}

/*  職人の手作業による加工でより高品質な製品を
---------------------------------------------------------------------------------------------------- */
#wshekwr47ap9yhgnzk7h {
  background: url(/files/values_bg_03.jpg) no-repeat center top;
  height: 699px;
}
#wshekwr47ap9yhgnzk7h *[class*="title"],
#wshekwr47ap9yhgnzk7h .eyecatch {display: none;}
#wshekwr47ap9yhgnzk7h .post_data {
  width: 100%;
  height: 220px;
  margin: 290px 0 0;
}
#wshekwr47ap9yhgnzk7h .post_data > * {text-align: center !important;}


/*  モノ作りに情熱を注げる環境を
---------------------------------------------------------------------------------------------------- */
#qs9vykjybhgg8oouf4i0 {
  background: url(/files/values_bg_04.jpg) no-repeat center top;
  height: 700px;
}
#qs9vykjybhgg8oouf4i0 *[class*="title"],
#qs9vykjybhgg8oouf4i0 .eyecatch {display: none;}
#qs9vykjybhgg8oouf4i0 .post_data {width: 520px;margin: 200px 0 0;}
#qs9vykjybhgg8oouf4i0 .post_data > * {
  text-align: left !important;
  color: #fff !important;
}


/* =================================================================================================
   ■ 採用情報
---------------------------------------------------------------------------------------------------- */
/*  スタッフ募集バナーx2
---------------------------------------------------------------------------------------------------- */
#zm3sy6mffs5kmae1dfn7 .easys_content_inner,
#wordqub7fqwlsgqlt3jv .easys_content_inner {
  width: 100%;
  padding: 0 0 20px;
}


/* =================================================================================================
   ■ 製造スタッフ募集
---------------------------------------------------------------------------------------------------- */
/*  採用担当からのメッセージ（製造スタッフ募集）
---------------------------------------------------------------------------------------------------- */
#cbnlawimu1x298gz8p8w {
  background: url(/files/manufacturing_bg_01.jpg) no-repeat center top;
  height: 850px;
}
#cbnlawimu1x298gz8p8w *[class*="title"],
#cbnlawimu1x298gz8p8w .eyecatch {display: none;}
#cbnlawimu1x298gz8p8w .post_data {
  width: 100%;
  height: 290px;
  margin: 510px 0 0;
}
#cbnlawimu1x298gz8p8w .post_data > * {
  color: #fff !important;
  font-size: 120% !important;
  text-align: center !important;
}

/*  多種多様な製造工程。同じ毎日に退屈していませんか？
---------------------------------------------------------------------------------------------------- */
#fqf1d2krhftrm4mz8tfb {
  background: url(/files/manufacturing_bg_02.jpg) no-repeat center top;
  height: 550px;
  margin: 0 0 50px;
}
#fqf1d2krhftrm4mz8tfb *[class*="title"] {display: none;}
#fqf1d2krhftrm4mz8tfb .entry_post {margin: 185px 0 0;}
#fqf1d2krhftrm4mz8tfb .post_data > * {color: #fff !important;}


/*  楽しく談笑したり、意見交換を行ったり・・・
---------------------------------------------------------------------------------------------------- */
#dtwy1wn8ti1rsvvf22bf {
  background: url(/files/manufacturing_bg_03.jpg) no-repeat center top;
  height: 780px;
  margin: 0 0 50px;
}
#dtwy1wn8ti1rsvvf22bf *[class*="title"],
#dtwy1wn8ti1rsvvf22bf .eyecatch {display: none;}
#dtwy1wn8ti1rsvvf22bf .post_data {
  width: 100%;
  margin: 110px 0 0;
}
#dtwy1wn8ti1rsvvf22bf .post_data > * {
  color: #fff !important;
  text-align: right !important;
}


/* =================================================================================================
   ■ 一般事務募集
---------------------------------------------------------------------------------------------------- */
/*  採用担当からのメッセージ（一般事務募集）
---------------------------------------------------------------------------------------------------- */
#sedudfixr2c7fl6cqfk9 {
  background: url(/files/clerk_bg_01.jpg) no-repeat center top;
  height: 850px;
  margin: 0 0 50px;
}
#sedudfixr2c7fl6cqfk9 *[class*="title"],
#sedudfixr2c7fl6cqfk9 .eyecatch {display: none;}
#sedudfixr2c7fl6cqfk9 .post_data {
  width: 100%;
  height: 290px;
  margin: 510px 0 0;
}
#sedudfixr2c7fl6cqfk9 .post_data > * {
  color: #fff !important;
  font-size: 120% !important;
  text-align: center !important;
}


/* =================================================================================================
   ■ 会社概要
---------------------------------------------------------------------------------------------------- */
/*  創業以来、地元に根付いた企業を目指し運営を行っております。
---------------------------------------------------------------------------------------------------- */
#jh1qqidundaxatud04v7 {
  background: url(/files/company_bg_01.jpg) no-repeat center top;
  height: 650px;
  margin: 0 0 50px;
}
#jh1qqidundaxatud04v7 *[class*="title"],
#jh1qqidundaxatud04v7 .eyecatch {display: none;}
#jh1qqidundaxatud04v7 .post_data {
  width: 100%;
  height: 260px;
  margin: 260px 0 0;
}
#jh1qqidundaxatud04v7 .post_data > * {
  color: #fff !important;
  font-size: 120% !important;
  text-align: center !important;
}

/* =================================================================================================
   ■ 設備案内
---------------------------------------------------------------------------------------------------- */
/*  お客様のご要望にしっかりとお答えできるよう様々な設備を整えています
---------------------------------------------------------------------------------------------------- */
#pyy6trs65e2jvf9wj096 {
  background: url(/files/equipment_bg_01.jpg) no-repeat center top;
  height: 650px;
  margin: 0 0 50px;
}
#pyy6trs65e2jvf9wj096 *[class*="title"],
#pyy6trs65e2jvf9wj096 .eyecatch {display: none;}
#pyy6trs65e2jvf9wj096 .post_data {
  width: 100%;
  height: 260px;
  margin: 260px 0 0;
}
#pyy6trs65e2jvf9wj096 .post_data > * {
  font-size: 120% !important;
  text-align: center !important;
}
