@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ddd;
}
body {
  background: none transparent;
  color: #000000;
  max-width: 2000px;
  margin: 0 auto;
}
body#page_6 {
  background:
  url(/files/branding_box_bg.png) no-repeat left top,
  url(/files/body_bg_top.png) no-repeat center top / 100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none #ddd;
  padding: 0;
}

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #000000;
  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: 98%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 1%;
}
#site-description a {
  display: inline;
  color: #999;
}

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

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 300px;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  right: -300px;
  transition: right 0.5s;
}
#access:before {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: url(/files/menu_btn_off.png) no-repeat center top;
  position: absolute;
  top: 0;
  right: 300px;
  z-index: 1000;
}
#access:hover {
  right: 0;
}
#access:hover:before {background: url(/files/menu_btn_on.png) no-repeat center top;}
#access .menu-header {
  width: 200px;
  height: 360px;
  padding: calc((100vh - 360px) / 2) 50px;
  background: none rgba(22,53,103,0.8);
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url(/files/topnavi.png);
  background-color: transparent;
  width: 200px;
  height: 55px;
  line-height: 55px;
}
div#access li.menu-item {float: none;}

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: left -55px; }
div#access .gnavi13 a { background-position: left -110px; }
div#access .gnavi14 a { background-position: left -165px; }
div#access .gnavi15 a { background-position: left -220px; }
div#access .gnavi16 a { background-position: left bottom; }

div#access .gnavi11 a:hover { background-position: right top; }
div#access .gnavi12 a:hover { background-position: right -55px; }
div#access .gnavi13 a:hover { background-position: right -110px; }
div#access .gnavi14 a:hover { background-position: right -165px; }
div#access .gnavi15 a:hover { background-position: right -220px; }
div#access .gnavi16 a:hover { background-position: right bottom; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 0;
  right: 200px;
  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使用時 */
#video_teaser {
  position: fixed;
  margin: 0;
  top: 0;
  z-index: -1;
}
#video_teaser video {width: 100%;}

#main_teaser img {
  display: block;
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}


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

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

#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: #666666;
  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: url(/files/footer_bg.png) no-repeat center top #ddd;
  height: 650px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 610px;
  position: relative;
  width: 870px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 0;
  position: absolute;
  top: 520px;
  width: 100%;
}
#footer-widget-area {
  display: block;
  width: auto;
  text-align: left;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




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



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #ffffff;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.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_btn_contact {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000000;
  height: auto;
  line-height: 1.4;
  padding: 100px 0 10px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #000000;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.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: #000000;
}
/* 見出しリンクボタン */
.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;
}


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

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #010021;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000000;
  padding: 0 0 0 60px;
  width: 900px;
}
.sub_entry_title h4 {width: 780px;}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000000;
}
/* 小見出しリンクボタン */
.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: #000000;
  padding: 0 0 0 40px;
  width: 530px;
}


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


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

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


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

small a:hover {
  background-color: #000000;
  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: #4d7d93;
  border-left: none;
  border-right: none;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none transparent;
  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: #666666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #4d7d93 !important;
  border-left: none !important;
  border-right: none !important;
  background: none transparent !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: #000000;
  color: #000000 !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: #000000;
  border-color: #000000;
}
.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 #000000;
  border-style: solid;
  border-color: #000000;
  color: #fff !important;
} 



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


/* 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 #666666;
  color: #666666;
}
div.link_list a:hover {
  background-color: #666666;
  border: 1px solid #666666;
  color: #fff;
}


.faq-title {
  background-color: #010021;
  font-weight: normal;
  color: #3f8da9;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.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: #4d7d93;
}
.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: #4d7d93;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #fff;
  width: 8em;
  color: #000000;
}
.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 .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
  text-align: center;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #000000;}


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
  color: #000 !important;
}


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

/*  ■■■■■ アニメーション用共通 ■■■■■
---------------------------------------------------------------------------------------------------- */
.anime_box {}
.anime_box .easys_content_inner {width: calc(100% - 1px);}

/*アニメーション制御-----------------------*/
.anime_outer {
  transition: 0.5s;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.anime_outer:before {
  background: none #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition:all .8s 0s ease; 
  width: 100%;
  z-index: 1;
}
.anime_inner {
  display: block;
  position: relative;
  transition:all 0.5s 0.3s ease;
  z-index: 0;
}
.anime_outer.active {opacity: 1;}
.anime_outer.active:before {transform: translateX(100%);}

.anime_slideIn {
  position: relative;
  left: -50px;
  transition: all 0.5s 0s ease;
}
.anime_slideIn.active {left: 0;}
.anime_banner.anime_outer:before {background: none #fff;}

.nd_01 .float_left .anime_outer:before {transition: all 0.5s 0s ease !important;}
.nd_01 .float_right .anime_outer {transition: all 0.6s 0.2s ease !important;}
.nd_01 .float_right .anime_outer:before {transition: all 0.4s 0.2s ease !important;}


/*  共通バナー
---------------------------------------------------------------------------------------------------- */
/* 並列バナー----------------------*/
#bb1kg5duk4xlf40mq91v .easys_content_inner,
#m4av6xdr2u6749hv1sf5 .easys_content_inner,
#nc4mnuofjb0kgnt4otdq .easys_content_inner,
#j1rz32tviqk7ne9zkcu5 .easys_content_inner,
#abjr7nxdtklaat1f9ksa .easys_content_inner,
#o4u3dvs96j05bz9oqlx7 .easys_content_inner {width: 100%;}
#bb1kg5duk4xlf40mq91v .field_2col,
#m4av6xdr2u6749hv1sf5 .field_2col,
#nc4mnuofjb0kgnt4otdq .field_2col,
#j1rz32tviqk7ne9zkcu5 .field_2col,
#abjr7nxdtklaat1f9ksa .field_2col,
#o4u3dvs96j05bz9oqlx7 .field_2col {width: 50% !important;margin: 0;}
#bb1kg5duk4xlf40mq91v .eyecatch,
#m4av6xdr2u6749hv1sf5 .eyecatch,
#nc4mnuofjb0kgnt4otdq .eyecatch,
#j1rz32tviqk7ne9zkcu5 .eyecatch,
#abjr7nxdtklaat1f9ksa .eyecatch,
#o4u3dvs96j05bz9oqlx7 .eyecatch {width: 100%;}


/*お問い合わせバナー---------------------*/
#pekz6dl54pnh8ge9hoit .easys_content_inner,
#jxbiy6s97csx02ksmuo7 .easys_content_inner,
#t9nfmk5x2o30u7wnm444 .easys_content_inner,
#x1fizfc18gtf67h9848x .easys_content_inner {width: 100%;}


/*求人情報バナー---------------------*/
#nxev894tcoip779n8nn3 .easys_content_inner {width: 100%;}
#nxev894tcoip779n8nn3 .eyecatch {width: 100%;}
#nxev894tcoip779n8nn3 .field_1col {margin: 0;}
#nxev894tcoip779n8nn3 a {
  display: block;
  width: 100%;
  height: 30vw;
  background: url(/files/recruit_bg.jpg) no-repeat center top / 100%;
}
#nxev894tcoip779n8nn3 a img {display: none;}
#nxev894tcoip779n8nn3:hover {opacity: 0.8;}


/*  float 解除
---------------------------------------------------------------------------------------------------- */
/*top*/
#xti0w78qlag2ceiomhns .entry_post:first-of-type .float_left, #xti0w78qlag2ceiomhns .entry_post:first-of-type .float_right,
#mtjj1hvf6wfdzo6cqjzk .entry_post:first-of-type .float_left, #mtjj1hvf6wfdzo6cqjzk .entry_post:first-of-type .float_right,
#cjdxa85egez8j5i1qxij .entry_post:first-of-type .float_left, #cjdxa85egez8j5i1qxij .entry_post:first-of-type .float_right,
/*事業内容*/
#zsw6oux8b84p23olzabf .entry_post:first-of-type .float_left, #zsw6oux8b84p23olzabf .entry_post:first-of-type .float_right,
/*取り組み*/
#cin1jriv97l2lcqzyh1r .entry_post:first-of-type .float_left, #cin1jriv97l2lcqzyh1r .entry_post:first-of-type .float_right,
#ph9qm29rf2rcrt4mi1aq .entry_post:first-of-type .float_left, #ph9qm29rf2rcrt4mi1aq .entry_post:first-of-type .float_right,
#x3jn1vwpjgfiugzwgu1z .entry_post:first-of-type .float_left, #x3jn1vwpjgfiugzwgu1z .entry_post:first-of-type .float_right,
/*採用情報*/
#dft49xbnnzc9qzl8fd6f .entry_post:first-of-type .float_left, #dft49xbnnzc9qzl8fd6f .entry_post:first-of-type .float_right,
/*会社概要*/
#odzb2k8evuwhj87tfwg6 .entry_post:first-of-type .float_left, #odzb2k8evuwhj87tfwg6 .entry_post:first-of-type .float_right {float: none;}

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


/*  記事内リンクボタンcssリセット
---------------------------------------------------------------------------------------------------- */
#xti0w78qlag2ceiomhns .main_btn a,
#mtjj1hvf6wfdzo6cqjzk .main_btn a,
#cjdxa85egez8j5i1qxij .main_btn a {
  border-radius: 0;
  padding: 0;
  width: 250px;
  height: 250px;
  font-size: 0;
  background: none transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@-webkit-keyframes hvr-bob {
  0% {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
  50% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
  100% {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
}
@keyframes hvr-bob {
  0% {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
  50% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
  100% {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
}
@-webkit-keyframes hvr-bob-float {
  100% {webkit-transform: translateY(-8px);transform: translateY(-8px);}
}
@keyframes hvr-bob-float {
  100% {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
}
#xti0w78qlag2ceiomhns .main_btn a:hover,
#mtjj1hvf6wfdzo6cqjzk .main_btn a:hover,
#cjdxa85egez8j5i1qxij .main_btn a:hover,
#xti0w78qlag2ceiomhns .main_btn a:focus,
#mtjj1hvf6wfdzo6cqjzk .main_btn a:focus,
#cjdxa85egez8j5i1qxij .main_btn a:focus,
#xti0w78qlag2ceiomhns .main_btn a:active,
#mtjj1hvf6wfdzo6cqjzk .main_btn a:active,
#cjdxa85egez8j5i1qxij .main_btn a:active {
  -webkit-animation:
    hvr-bob-float .3s 0s ease-out 1 forwards normal,
    hvr-bob 1.5s .3s ease-in-out infinite forwards alternate;
  animation:
    hvr-bob-float .3s 0s ease-out 1 forwards normal,
    hvr-bob 1.5s .3s ease-in-out infinite forwards alternate;
}


/* =================================================================================================
   ■ トップページ
---------------------------------------------------------------------------------------------------- */
/*  歯車アニメーション
---------------------------------------------------------------------------------------------------- */
.gear_anime {display: none;}
#page_6 .gear_anime {display: block;position: absolute;top: 0;}
#page_6 .gear_anime img {width: 100%;}
.gear01 {
  width: 20%;
  min-width: 240px;
  max-width: 400px;
}
#page_6 .gear02 {
  width: 10%;
  min-width: 120px;
  max-width: 200px;
}
#page_6 .gear01 img {-webkit-animation: gear_anime_r 3s linear infinite;animation: gear_anime_r 3s linear infinite;}
#page_6 .gear02 img {-webkit-animation: gear_anime_l 2s linear infinite;animation: gear_anime_l 2s linear infinite;}

@-webkit-keyframes gear_anime_r {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to   {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-webkit-keyframes gear_anime_l {
  from {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  to   {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}
@keyframes gear_anime_r {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to   {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes gear_anime_l {
  from {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  to   {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
}


/*  機械のお医者さんとして、各種プラント施設内のメンテナンス工事を請け負っております
---------------------------------------------------------------------------------------------------- */
#xti0w78qlag2ceiomhns {
  background: url(/files/top_bg_1.jpg) no-repeat center top;
  height: 600px;
  color: #fff;
}
#xti0w78qlag2ceiomhns .entry_post:first-of-type [class*="title"],
#xti0w78qlag2ceiomhns .entry_post:first-of-type .eyecatch {display: none;}
#xti0w78qlag2ceiomhns .text_box {
  width: 480px;
  margin: 0 0 0 480px;
}
#xti0w78qlag2ceiomhns .main_btn {margin: 0 0 0 210px;}
#xti0w78qlag2ceiomhns .main_btn a {background: url(/files/link_text_bg01.png) no-repeat center top;}


/*  私達の仕事が日本の産業を陰から支えています。
---------------------------------------------------------------------------------------------------- */
#mtjj1hvf6wfdzo6cqjzk {
  background: url(/files/top_bg_2.jpg) no-repeat center top;
  height: 1400px;
  color: #fff;
  position: relative;
}
#mtjj1hvf6wfdzo6cqjzk:before {
  content: '';
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -70px;
  left: calc(50% + 210px);
  background: url(/files/gia_kurukuru04.png) no-repeat center center / 100%;
  -webkit-animation: gear_anime_r 3s linear infinite;
  animation: gear_anime_r 3s linear infinite;
}
#mtjj1hvf6wfdzo6cqjzk .entry_post:first-of-type [class*="title"],
#mtjj1hvf6wfdzo6cqjzk .entry_post:first-of-type .eyecatch {display: none;}
#mtjj1hvf6wfdzo6cqjzk .text_box {width: 100%;overflow: hidden;margin: 510px 0 0;}
#mtjj1hvf6wfdzo6cqjzk .post_data {width: 480px;float: left;}
#mtjj1hvf6wfdzo6cqjzk .main_btn {margin: 0 0 0 560px;}
#mtjj1hvf6wfdzo6cqjzk .main_btn a {background: url(/files/link_text_bg01.png) no-repeat center top;}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
/*タイトル*/
#xpcwopui4u66z1ie3vox {
  background: url(/files/top_blog_bg.jpg) no-repeat center top #010020;
}
#xpcwopui4u66z1ie3vox [class*='title'] {
  background: none transparent;
  padding: 0;
  width: 960px;
  height: auto;
  margin: 0;
}
#xpcwopui4u66z1ie3vox [class*='title'] > * {display: none;}
#xpcwopui4u66z1ie3vox [class*='title'] span {
  display: block;
  float: none;
  width: 100%;
  height: 600px;
}
#xpcwopui4u66z1ie3vox [class*='title'] span a {
  display: block;
  width: 100%;
  height: 600px;
  background: url(/files/top_blog_title.png) no-repeat center top;
}

/*RSS*/
#mcjm4i1sgutqg0x0egdd {
  background: url(/files/blog_bg.jpg) repeat center top #010020;
  padding: 70px 0 80px;
}
#mcjm4i1sgutqg0x0egdd,
#mcjm4i1sgutqg0x0egdd a {color: #3f8da9;}


/*  今の自分から新しい自分へ羽ばたける環境をお約束します！
---------------------------------------------------------------------------------------------------- */
#cjdxa85egez8j5i1qxij {
  background: url(/files/top_bg_3.jpg) no-repeat center top;
  height: 2400px;
  color: #fff;
  position: relative;
}
#cjdxa85egez8j5i1qxij:before {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 900px;
  left: calc(50% - 560px);
  background: url(/files/gia_kurukuru01.png) no-repeat center center / 100%;
  -webkit-animation: gear_anime_l 3s linear infinite;
  animation: gear_anime_l 3s linear infinite;
}
#cjdxa85egez8j5i1qxij .entry_post:first-of-type [class*="title"],
#cjdxa85egez8j5i1qxij .entry_post:first-of-type .eyecatch {display: none;}
#cjdxa85egez8j5i1qxij .text_box {width: 480px;margin: 1240px 0 0 480px;}
#cjdxa85egez8j5i1qxij .main_btn {margin: 0 0 0 230px;padding: 0;}
#cjdxa85egez8j5i1qxij .main_btn a {background: url(/files/link_text_bg02.png) no-repeat center top;}



/*  流れるスライダー
---------------------------------------------------------------------------------------------------- */
#fpudbjst6v4mi9bc9j4r {margin: 0;}


/*  パララックス
---------------------------------------------------------------------------------------------------- */
#dlxccrvaxkrub4uw9ms4 {
  background: url(/files/top_parara.jpg) no-repeat center center / cover fixed;
  height: 800px;
}


/*  会社概要
---------------------------------------------------------------------------------------------------- */
#wkvjg3slktisvj3s2azt {
  background: url(/files/repeat_bg02.jpg) repeat-y center top;
  padding: 80px 0 50px;
  color: #fff;
}
#wkvjg3slktisvj3s2azt [class*='title'] {
  background: url(/files/top_company_title.png) center top;
  width: 960px;
  height: 200px;
  padding: 0;
  transition: opacity 0.3s;
  margin: 0 0 50px;
}
#wkvjg3slktisvj3s2azt [class*='title']:hover {opacity: 0.8;}
#wkvjg3slktisvj3s2azt [class*='title'] > * {display: none;}
#wkvjg3slktisvj3s2azt [class*='title'] span {
  display: block;
  float: none;
  width: 100%;
  height: 200px;
}
#wkvjg3slktisvj3s2azt [class*='title'] span a {
  width: 100%;
  height: 200px;
  background: none transparent;
}
#wkvjg3slktisvj3s2azt .table_area table tr td {border-color: #fff !important;}


/* =================================================================================================
   ■ 事業内容
---------------------------------------------------------------------------------------------------- */
/*  主にプラント工場内で、回転機などの機械の整備を行っています
---------------------------------------------------------------------------------------------------- */
#zsw6oux8b84p23olzabf {
  background: url(/files/p2_bg01.jpg) no-repeat center top;
  height: 1100px;
  color: #fff;
}
#zsw6oux8b84p23olzabf .entry_post:first-of-type [class*="title"],
#zsw6oux8b84p23olzabf .entry_post:first-of-type .eyecatch {display: none;}
#zsw6oux8b84p23olzabf .text_box {
  width: 480px;
  margin: 290px 0 0 480px;
}

/*  ベアリング・ギアのメンテナンス　他
---------------------------------------------------------------------------------------------------- */
#w38n3pig8cq344h7jrve {
  background: url(/files/repeat_bg02.jpg) repeat-y center top #6b696a;
  padding: 80px 0 50px;
  color: #fff;
}

/*  1982年（昭和61年）の創業以来、お取引様に恵まれ、数々の施工を行ってきました
---------------------------------------------------------------------------------------------------- */
#jxbobo9vg4jbhmwqfidl {
  background: url(/files/p2_bg02.jpg) no-repeat center top;
  padding: 620px 0 30px;
}
#jxbobo9vg4jbhmwqfidl .entry_post:first-of-type [class*="title"] {display: none;}


/*  施工実績
---------------------------------------------------------------------------------------------------- */
/*タイトル*/
#htl1zp0bjwrqzwvzpog3 {
  background: url(/files/repeat_bg03.jpg) no-repeat center bottom #2e5d71;
  padding: 60px 0 40px;
  color: #fff;
}
#htl1zp0bjwrqzwvzpog3 [class*="title"] {margin: 0;color: #fff;}

/*施工実績一覧*/
#u84yer6o5epyxuzyt3my {
  background: url(/files/repeat_bg03.jpg) repeat-y center top;
  padding: 0 0 30px;
  color: #fff;
}
.single_post #u84yer6o5epyxuzyt3my {
  background: none transparent;
  color: #333;
  padding: 0;
}
#u84yer6o5epyxuzyt3my .border_margin {border-color: #000 !important;}


/* =================================================================================================
   ■ 取り組み
---------------------------------------------------------------------------------------------------- */
/*  日常保全の「ホームドクター」
---------------------------------------------------------------------------------------------------- */
#cin1jriv97l2lcqzyh1r {
  background: url(/files/p3_bg01.jpg) no-repeat center top;
  height: 1200px;
  color: #fff;
}
#cin1jriv97l2lcqzyh1r .entry_post:first-of-type [class*="title"],
#cin1jriv97l2lcqzyh1r .entry_post:first-of-type .eyecatch {display: none;}
#cin1jriv97l2lcqzyh1r .text_box {
  width: 480px;
  margin: 490px 0 0 480px;
}


/*  過去の経験を基にあらゆるトラブルに迅速に対処します
---------------------------------------------------------------------------------------------------- */
#fr25ty789bvmsgkyx8mo {
  background: url(/files/repeat_bg02.jpg) repeat-y center top #6b696a;
  padding: 80px 0 50px;
  color: #fff;
}
#fr25ty789bvmsgkyx8mo [class*="title"] {color: #fff;}


/*  地元密着だからこそできる対応力
---------------------------------------------------------------------------------------------------- */
#y8be3vyytmyjmoj09k5e {
  background: url(/files/repeat_bg03.jpg) repeat-y center top #2e5d71;
  padding: 80px 0 0;
  color: #fff;
}
#y8be3vyytmyjmoj09k5e [class*="title"] {color: #fff;}


/*  あらゆる技術を引き継ぎ、時代のニーズに合わせた適応力
---------------------------------------------------------------------------------------------------- */
#ph9qm29rf2rcrt4mi1aq {
  background: url(/files/p3_bg02.jpg) no-repeat center top #010020;
  height: 1400px;
  color: #fff;
}
#ph9qm29rf2rcrt4mi1aq .entry_post:first-of-type [class*="title"],
#ph9qm29rf2rcrt4mi1aq .entry_post:first-of-type .eyecatch {display: none;}
#ph9qm29rf2rcrt4mi1aq .text_box {
  width: 480px;
  margin: 450px 0 0 480px;
}


/*  後世への技術の伝達が必須
---------------------------------------------------------------------------------------------------- */
#x3jn1vwpjgfiugzwgu1z {
  background: url(/files/p3_bg02.jpg) no-repeat center top -1400px #010020;
  height: 1400px;
  color: #fff;
}
#x3jn1vwpjgfiugzwgu1z .entry_post:first-of-type [class*="title"],
#x3jn1vwpjgfiugzwgu1z .entry_post:first-of-type .eyecatch {display: none;}
#x3jn1vwpjgfiugzwgu1z .text_box {
  width: 480px;
  margin: 430px 0 0 480px;
}
#x3jn1vwpjgfiugzwgu1z .post_data > * {text-align: right !important;} 


/* =================================================================================================
   ■ 採用情報
---------------------------------------------------------------------------------------------------- */
/*  当社の新しい仲間を募集しています
---------------------------------------------------------------------------------------------------- */
#dft49xbnnzc9qzl8fd6f {
  background: url(/files/p4_bg01.jpg) no-repeat center top #343434;
  height: 1100px;
  color: #fff;
}
#dft49xbnnzc9qzl8fd6f .entry_post:first-of-type [class*="title"],
#dft49xbnnzc9qzl8fd6f .entry_post:first-of-type .eyecatch {display: none;}
#dft49xbnnzc9qzl8fd6f .text_box {
  width: 960px;
  margin: 650px 0 0;
}
#dft49xbnnzc9qzl8fd6f .post_data {display: block;}
#dft49xbnnzc9qzl8fd6f .post_data > * {text-align: center !important;}

/*  経験不問！まずは一度お問い合わせください！ 他
---------------------------------------------------------------------------------------------------- */
#ewh92j2uympqkkle6898 {
  background: url(/files/repeat_bg03.jpg) repeat-y center top #2e5d71;
  padding: 80px 0 30px;
  margin: 0 0 80px;
  color: #fff;
}
#ewh92j2uympqkkle6898 [class*="title"] {color: #fff;}

/*  県外からでも応募可能！充実した福利厚生
---------------------------------------------------------------------------------------------------- */
#ba898km4f5tec7jtq0y7 {
  background: url(/files/p4_bg02.jpg) no-repeat center center / cover;
  color: #fff;
  padding: 50px 0 30px;
  margin: 0 0 80px;
}
#ba898km4f5tec7jtq0y7 [class*="title"] {color: #fff;}


/* =================================================================================================
   ■ 会社概要
---------------------------------------------------------------------------------------------------- */
/*  代表挨拶
---------------------------------------------------------------------------------------------------- */
#odzb2k8evuwhj87tfwg6 {
  background: url(/files/p5_bg01.jpg) no-repeat center top #010020;
  height: 1100px;
  color: #fff;
}
#odzb2k8evuwhj87tfwg6 .entry_post:first-of-type [class*="title"],
#odzb2k8evuwhj87tfwg6 .entry_post:first-of-type .eyecatch {display: none;}
#odzb2k8evuwhj87tfwg6 .text_box {
  width: 530px;
  margin: 475px 0 0 430px;
}
#odzb2k8evuwhj87tfwg6 .post_data > * {line-height: 1.8;}
