@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 130px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  /* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
}

body,
.wpcf7c-conf {
  color:
    #1a1a1a;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 130px;
  padding: 0 0 calc(100% * (550/2000)) 0;
  /*700=teaserの高さ*/
  background: none transparent;
}

#page_6 #branding_box {
  height: 130px;
  padding: 0 0 calc(100% * (905/2000)) 0;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 150px;
  right: 30px;
}

#site-description a {
  display: inline;
  color:
    #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  /*ナビより重ね順上*/
  width: 250px;
  height: 130px;
  top: 0;
  left: 0;
  background: url("/files/branding_box_bg.png")no-repeat center top;
}


/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 752;
}
*/

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 0;
  /*スライダー下にナビある場合はbottom:0;*/
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 130px;
  /*ナビ画像の高さ*/
}

div#access .menu-header {
  margin: 0 0 0 auto;
  /*右寄せ*/
  width: 900px;
  /*ナビ画像の幅*/
  height: 130px;
  /*ナビ画像の高さ*/
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 150px;
  height: 130px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -150px top;
}

div#access .gnavi13 a {
  background-position: -300px top;
}

div#access .gnavi14 a {
  background-position: -450px top;
}

div#access .gnavi15 a {
  background-position: -600px top;
}

div#access .gnavi16 a {
  background-position: right top;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -150px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -300px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -450px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -600px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
}


/*  グローバルナビ　fixed
---------------------------------------------------------------------------------------- */
div#access.fixed {
  position: fixed;
  top: 0 !important;
  left: 0;
  height: auto;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.85);
  min-width: 1300px;
}

div#access.fixed .menu-header {
  position: relative;
  float: none;
  max-width: 2000px;
  transform: none !important;
  height: 60px;
}

div#access.fixed .menu-item a {
  background-color: transparent;
  width: 150px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  background-image: url('/files/topnavi_fixed.png');
  background-repeat: no-repeat;
  background-position: scroll !important;
}

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

/* 固定時　プルダウンメニューのサイズ */
div#access.fixed ul.menu ul.sub-menu {
  top: 60px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(255, 255, 255, 0.85);
  color: #00c06d;
}

#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: #00c06d;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(0, 192, 109, 0.85);
  color: #ffffff;
}

#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: #ffffff;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.jpg);
  color:
    #ffffff;
  text-align: center;
}

.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 {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #2c2c2c;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}

#wp-calendar caption {
  text-align: center;
}

/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color:
    #666666;
  background: none transparent;
  line-height: 2;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color:
    #00c06d;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 360px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height: 320px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}


#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  width: 100%;
  margin: 0 auto;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}



/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

/* 中央以外 */
#footer-widget-area .widget-area {
  position: absolute;
  top: 100px;
  left: calc(50% + 230px);
}

#footer_sitemap_block #footer-widget-area {
  width: 250px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #ffffff;
}

#footer_sitemap_block #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_information {
  position: absolute;
  top: 200px;
  left: calc(50% - 474px);
}

#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}



/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #ffffff;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}

#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:
    #ffffff;
}

/*中央寄せの時*/
#copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 140px;
}

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

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

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

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

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #1a1a1a;
  background-position: left bottom;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color:
    #ffffff;
}

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

/* 見出しリンクボタン */
.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;
}

* .mid_entry_title,
* .mid_entry_title a {
  color:
    #ffffff;
}

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

* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color:
    #ffffff;
}

* .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:
    #1a1a1a;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #1a1a1a;
}

* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color:
    #1a1a1a;
}

/* 小見出しリンクボタン */
.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;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #1a1a1a;
}

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

* .inline_title,
* .inline_title a {
  color:
    #ffffff;
}

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

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


/* 大きな地図で見る */
small {
  border-color:
    #00c06d;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #00c06d !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #00c06d !important;
  color: #ffffff !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  background: none transparent !important;
  border-color: #999999;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color: #1a1a1a;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child>* {
  border-top: 1px solid #999999 !important;
  color: #1a1a1a;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}

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



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    #00c06d;
  background: none transparent;
  color:
    #00c06d !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 #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    #00c06d;
  background-color:
    #00c06d;
}

.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 {
  border-style: solid;
  border-color:
    #00c06d;
  background: none #00c06d;
  color: #ffffff !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;
  padding: 0 0 20px;
  width: 100%;
}

.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-weight: bold;
  font-size: 13px;
}

.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;
}



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


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

.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 {
  border: 1px solid #00c06d;
  background-color: transparent;
  color:
    #00c06d;
}

div.link_list a:hover {
  border: 1px solid #00c06d;
  background-color:
    #00c06d;
  color: #ffffff;
}


.faq-title {
  background-color:
    #00c06d;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #ff0000;
}

.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:
    #999999;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    transparent;
  color:
    #1a1a1a;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    transparent;
  color:
    #1a1a1a;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

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

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #1a1a1a;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


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


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


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

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン＞たくさんのご応募お待ちしております。
--------------------------------------- */
#page_6 #outer_block {
  padding-top: 0;
  /*スライダー下の余白を消す*/
}

/*背景画像*/
#nrjf9ht5qp049s3a5tt8 {
  background: url(/files/secondmain_parallaxbg.jpg.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  /*前面画像の高さ*/
  max-height: 1200px;
  /*1300pxの時の高さ*/
  min-height: 770px;
  /* 1025＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((1200 - 15) / 2000));
  position: relative;
  margin-bottom: 70px;
}

/*前面画像*/
#nrjf9ht5qp049s3a5tt8:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/files/secondmain_front.png) no-repeat top center/100%;
  transform: scale(1.01);
}

/*余白リセット*/
#nrjf9ht5qp049s3a5tt8 div {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*横幅いっぱい*/
#nrjf9ht5qp049s3a5tt8 .easys_content_inner {
  width: 100%;
}

/*スマホ画像非表示*/
#nrjf9ht5qp049s3a5tt8 .eyecatch img {
  display: none;
}

/*ボタン設定*/
#nrjf9ht5qp049s3a5tt8 .eyecatch {
  display: block;
  position: absolute;
  /*marginで調整するためにいったん位置リセット*/
  top: 0;
  left: 0;
  /*ボタン画像幅÷2000*/
  width: calc(500 / 2000 * 100%);
  /*ボタン画像高さ÷バナー背景画像高さ1025px*/
  height: calc(50 / 1200 * 100%);
  /*PSD上での上と左余白を入力 */
  margin-top: calc(990 / 2000 * 100%);
  margin-left: calc(820 / 2000 * 100%);
  z-index: 99;
}

/*ホバー前*/
#nrjf9ht5qp049s3a5tt8 .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/files/secondmain_btn.jpg)no-repeat center top/100%;
}

/*ホバー時*/
#nrjf9ht5qp049s3a5tt8 .eyecatch a:hover {
  background-position: center bottom;
}


/* バナー＞会社概要／施工実績
--------------------------------------- */

/*二列バナー*/
#cqo5prko01gw1869qg0x {
  position: relative;
  width: 100%;
  /*横幅に対するvw*/
  height: 20vw;
  min-height: 260px;
  margin-bottom: 70px;
}

#cqo5prko01gw1869qg0x .easys_content_inner {
  width: 100%;
  padding: 0;
}

#cqo5prko01gw1869qg0x .field_2col {
  width: 50% !important;
}

#cqo5prko01gw1869qg0x .field_2col .eyecatch {
  width: 100% !important;
}

#cqo5prko01gw1869qg0x .float_left,
#cqo5prko01gw1869qg0x .float_right {
  position: relative;
}

/*疑似要素で背景画像指定　左*/
#cqo5prko01gw1869qg0x .float_left::before {
  display: block;
  content: "";
  background: url(/files/bnr_company_half_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 20vw;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*疑似要素で背景画像指定　右*/
#cqo5prko01gw1869qg0x .float_right::before {
  display: block;
  content: "";
  background: url(/files/bnr_works_half_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 20vw;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*ホバー時拡大*/
#cqo5prko01gw1869qg0x .float_left:hover::before,
#cqo5prko01gw1869qg0x .float_right:hover::before {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* パララックス
--------------------------------------- */
#hpo4yd82823nfob7egkf {
  background: url(/files/parallax01_bg.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  /*バナー画像高さ*/
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
  position: relative;
  margin-bottom: 70px;
}

#hpo4yd82823nfob7egkf:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/files/parallax01_front.png) no-repeat center/100%;
  transform: scale(1.01);
}

/*横幅いっぱい指定*/
#hpo4yd82823nfob7egkf .easys_content_inner,
#hpo4yd82823nfob7egkf .eyecatch {
  width: 100%;
  padding: 0;
  /*前面画像の高さvw*/
  height: 25vw;
  /*1300pxの時の高さ*/
  min-height: 325px;
  /*背景画像の高さ固定値*/
  max-height: 500px;
}

/*スマホの画像管理画面に入れていたら非表示にする*/
#hpo4yd82823nfob7egkf .eyecatch img {
  display: none;
}

/* バナー＞GATEN／事業内容
--------------------------------------- */

/*二列バナー*/
#gur04b0fmh1x5m5i62wv {
  position: relative;
  width: 100%;
  /*横幅に対するvw*/
  height: 20vw;
  min-height: 260px;
  margin-bottom: 70px;
}

#gur04b0fmh1x5m5i62wv .easys_content_inner {
  width: 100%;
  padding: 0;
}

#gur04b0fmh1x5m5i62wv .field_2col {
  width: 50% !important;
}

#gur04b0fmh1x5m5i62wv .field_2col .eyecatch {
  width: 100% !important;
}

#gur04b0fmh1x5m5i62wv .float_left,
#gur04b0fmh1x5m5i62wv .float_right {
  position: relative;
}

/*疑似要素で背景画像指定　左*/
#gur04b0fmh1x5m5i62wv .float_left::before {
  display: block;
  content: "";
  background: url(/files/bnr_gaten_half_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 20vw;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*疑似要素で背景画像指定　右*/
#gur04b0fmh1x5m5i62wv .float_right::before {
  display: block;
  content: "";
  background: url(/files/bnr_business_half_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 20vw;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*ホバー時拡大*/
#gur04b0fmh1x5m5i62wv .float_left:hover::before,
#gur04b0fmh1x5m5i62wv .float_right:hover::before {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* パララックスバナー＞お問い合わせ
--------------------------------------- */
/*背景画像*/
#ohr0xv5k374gu7rpniqy {
  background: url(/files/bnr_contact_parallaxbg.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  width: 100%;
  /*バナー画像高さ*/
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
  position: relative;
  margin-bottom: 70px;
}

/*ホバー時の指定*/
#ohr0xv5k374gu7rpniqy:hover:before {
  opacity: .85;
}

/*横幅いっぱい指定*/
#ohr0xv5k374gu7rpniqy .easys_content_inner,
#ohr0xv5k374gu7rpniqy .eyecatch {
  width: 100%;
  padding: 0;
}

/*リンク範囲設定*/
#ohr0xv5k374gu7rpniqy .eyecatch a {
  display: block;
  position: relative;
  width: 100%;
  /*バナー画像高さ*/
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
  z-index: 99;
}

/*前面画像*/
#ohr0xv5k374gu7rpniqy:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/files/bnr_contact_front.png) no-repeat center/100%;
  transform: scale(1.01);
  transition: ease .3s;
}

/*スマホの画像管理画面に入れていたら非表示にする*/
#ohr0xv5k374gu7rpniqy .eyecatch img {
  display: none;
}

/* バナー＞採用情報
--------------------------------------- */
#apvlufhsexysdol7chj4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}

/*1列バナー　レスポンシブ*/
#apvlufhsexysdol7chj4 .easys_content_inner {
  width: 100%;
  padding: 0;
  z-index: 1;
  position: relative;
}

#apvlufhsexysdol7chj4 .margin-bottom_50 {
  margin-bottom: 0;
}

#apvlufhsexysdol7chj4:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/files/bnr_recruit_bg.jpg) no-repeat center center;
  background-size: cover;
  transition: all .3s ease-out;
}

#apvlufhsexysdol7chj4:hover:after {
  opacity: .95;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#apvlufhsexysdol7chj4:hover img {
  opacity: .95;
}

/* バナー＞事業内容／施工実績
--------------------------------------- */

/*二列バナー*/
#ls74qi6ia8n9svttuu9s {
  position: relative;
  width: 100%;
  /*横幅に対するvw*/
  height: 20vw;
  min-height: 260px;
  margin-bottom: 50px;
}

#ls74qi6ia8n9svttuu9s .easys_content_inner {
  width: 100%;
  padding: 0;
}

#ls74qi6ia8n9svttuu9s .field_2col {
  width: 50% !important;
}

#ls74qi6ia8n9svttuu9s .field_2col .eyecatch {
  width: 100% !important;
}

#ls74qi6ia8n9svttuu9s .float_left,
#ls74qi6ia8n9svttuu9s .float_right {
  position: relative;
}

/*疑似要素で背景画像指定　左*/
#ls74qi6ia8n9svttuu9s .float_left::before {
  display: block;
  content: "";
  background: url(/files/bnr_business_half_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 20vw;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*疑似要素で背景画像指定　右*/
#ls74qi6ia8n9svttuu9s .float_right::before {
  display: block;
  content: "";
  background: url(/files/bnr_works_half_bg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 20vw;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*ホバー時拡大*/
#ls74qi6ia8n9svttuu9s .float_left:hover::before,
#ls74qi6ia8n9svttuu9s .float_right:hover::before {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* ブロック背景／採用情報記事
--------------------------------------- */
#scvcp8upqmjdx9dzde8g {
  padding: 70px 0 50px;
  background: url(/files/block_bg_02.jpg)repeat;
  margin-bottom: 70px;
}

/* ブロック背景／会社概要
--------------------------------------- */
#page_6 #rf8jvyojuils00h86sxy {
  padding: 70px 0 50px;
  background: url(/files/block_bg_01.jpg)repeat;
}