@charset "utf-8";

/*
 * PC用スタイルCSS
 */

 
/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #ffffff;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  background: none transparent;
  min-width: 1300px;
  max-width: 2000px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0 auto;
}

body,
.wpcf7c-conf {
  color: #333333;
}

/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #4dae0d;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #4dae0d;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(120px + 100% * (530/2000)) 0 0 0;
  background: none transparent;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (1035/2000)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  position: absolute;
  top: initial;
  bottom: 30px;
  right: 30px;
  width: auto;
  z-index: 999;
}
#page_6 #site-description {
  top: 30px;
  right: 30px;
  bottom:initial;
}

#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
}
#page_6 #header_information {
  height: auto;
}


.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  /* width: 300px; */
  /* height: 200px; */
  /* background: none transparent; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* z-index: 998; */
  display: none;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 120px;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  position:absolute;
  top: 0;
  left: 0;
  background:#FFF;
}


#page_6 #access {
  bottom: 40px;
  top: initial;
    background: url(/files/topnavi_bcg.png) no-repeat top center;
}

#access .menu-header{
  width: 960px;
  height: 120px;
  margin: 0 auto;
}


div#access .menu-item a {
  background: url('/files/topnavi.png') no-repeat scroll transparent;
  width: 175px;
  height: 120px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi11 a { background-position: left top;width: 185px;}
div#access .gnavi12 a { background-position: -185px top;}
div#access .gnavi13 a { background-position: -360px top;}
div#access .gnavi14 a { background-position: -535px top;}
div#access .gnavi15 a {background-position: -710px top;width: 250px;}
div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -185px bottom;}
div#access .gnavi13 a:hover { background-position: -360px bottom;}
div#access .gnavi14 a:hover { background-position: -535px bottom;}
div#access .gnavi15 a:hover { background-position: -710px bottom;}





/* 下線ホバー */
div#access  .menu-item a {
  position: relative;
}

div#access .menu-item a::after {
  content:"";
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  height: 1px;
  transition:transform 0.3s;
  transform:scale(0, 1);
  transform-origin:center top;
  background-color:#28AD6A;
}

div#access .menu-item a:hover::after {
  transform:scale(1, 1);
}

/* プルダウンのホバー時デフォルト下線消す */
div#access ul.sub-menu li.sub-gnavi a:hover::after ,
div#access ul.sub-menu li.sub-gnavi2 a:hover::after {
  transform:scale(0, 1);
  text-decoration:none;
}

/*固定ナビ*/
#access.fixed {
  position:fixed;
  top:0!important;
  bottom:initial!important;
  left:0;
  right:0;
  height:120px;
  background-color: rgba(255, 255, 255, 1)!important;
}
#access.fixed .menu-header {
  margin:0 auto;
}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
  }
  #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,1);
    color: #333333;
  }
  #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: #333333;
  }
  div#access ul.sub-menu li.sub-gnavi a:hover,
  div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none rgba(255,255,255,1);
    color: #28ad6a;
  }
  #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: #28ad6a;
  }

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser {
  width: 100%;
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}


.lp_page  #main_teaser,
#page_6 #main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  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.png);
  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: #333333;
  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: #666;
  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: #4dae0d;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}



/* ===================================================================================================================
  ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 750px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 710px;
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 330px;
  left: 0px;
  width: 100%;
}


#footer-widget-area .widget-area {display: block;width: 320px;margin: 0 0 0 auto;}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 1020px;
}
#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: #51594c;
  text-align: left;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

  #footer-widget-area .widget-area ul.menu {
      border: none;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 120px;
  }

/*フッタナビ縦並び*/
#footer-widget-area .widget-area .menu-item{
    float: none;
}


#footer-widget-area .widget-area .menu-item a {
  border:none;
  position: relative;
  padding: 3px 15px;
  font-weight: 400;
}

#footer-widget-area .widget-area .menu-item a:before{
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #40b376;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
    display: block;
    margin: 0 auto;
    width: 860px;
  }
  #footer_information .entry-post {
    margin: 380px 0 0;
    width: 100%;
    text-align: left;
    color: #51594c;
}


/*  フッター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: #dad7d7;
  position: absolute;
  bottom: 280px;
  left: calc(50% - 430px);
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

#float_top_btn {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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: #ffffff;
  text-align: left;
  padding: 0 0 0 150px;
  width: 810px;
  height: 90px;
  line-height: 90px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #333333;
  padding: 0 0 0 100px;
  width: 860px;
}

.entry_title h3{
  width: 720px;
}

/*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: #333333;
}
/* 見出しリンクボタン */
.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.png);
  font-size: 20px;
  padding: 0 0 0 60px;
  width: 510px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #333333;
}

/* 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: #333333;
}

* .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: #333333;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #333333;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: #333333;
}
/* 小見出しリンクボタン */
.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: #333333;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .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 #666;
  border-radius: 5px;
  background: none #eeeeee;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #4dae0d;
}


/* 大きな地図で見る */
small {
  border-color: #4dae0d;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #4dae0d !important;
  text-align: center !important;
}

small a:hover {
  background-color: #4dae0d !important;
  color: #ffffff !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #eeeeee;
  color: #333333;
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
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: #4dae0d;
  background: none transparent;
  color: #4dae0d !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: #4dae0d;
  background-color: #4dae0d;
}
.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: #4dae0d;
  background: none #4dae0d;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666;
}


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  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 #4dae0d;
  background-color: transparent;
  color: #4dae0d;
}
div.link_list a:hover {
  border: 1px solid #4dae0d;
  background-color: #4dae0d;
  color: #ffffff;
}

.faq-title {
  background-color: #4dae0d;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #4dae0d;
}
.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:none;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:#eeeeee;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color:#eeeeee;
  color: #333333;
}
.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;
  width: 660px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #333333;
}

.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: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }



/*セカンドメイン
---------------------------------------------------------------------------------------------------- */

html:not(.shosai) body#page_6 #outer_block {
  padding-top:0;
}

#huauasu0lofq7dg46an4 div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#huauasu0lofq7dg46an4 .easys_content_inner  {
  width:100%;
  opacity: 1;
  transform: translateY(0px);
}




/*バナー＞施工管理者/現場作業員※
---------------------------------------------------------------------------------------------------- */

#l5nju7x69mfbxigkq7q9 div {
  margin-bottom:0;
  padding-bottom:0;
}

#l5nju7x69mfbxigkq7q9{
  background: url(/files/pc_bnr_bcg.jpg) no-repeat top center/cover;
  padding: 10% 0;
  box-sizing: border-box;
}
#page_6 #l5nju7x69mfbxigkq7q9{
    margin-bottom:70px;
}

#l5nju7x69mfbxigkq7q9 .easys_content_inner {
  width: calc(100%*(1300/2000));
}
.img_display_1013  a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}



/* バナー＞事業内容/会社案内※
---------------------------------------------------------------------------------------------------- */

#odzj09707av0rsaiujd9 div {
  margin-bottom:0;
  padding-bottom:0;
}

#odzj09707av0rsaiujd9{
  background: url(/files/pc_bnr_bcg.jpg) no-repeat top center;
  padding: 10% 0;
  box-sizing: border-box;
  margin-bottom:70px;
}

#odzj09707av0rsaiujd9 .easys_content_inner {
  width:100%;
}


.img_display_1017 .field_2col {
  width:50%!important;
}
.img_display_1017  .field_2col .eyecatch {
  width:100%;
}

.img_display_1017  a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}



/*=============================================================================================
LP共通
===============================================================================================  */

/*LPトップボタン
---------------------------------------------------------------------------------------------------- */

#lp_top_btn {
  display:flex;
  position:fixed;
  top:0;
  right:0;
  z-index:999;
  width:493px;
  height:100px;
  align-items:center;
  justify-content:center;
}

#lp_top_btn div {
  display:block;
  height:100%;
}

#lp_top_btn div a {
  display:block;
  width:100%;
  height:100%;
}


.lp_back_btn {
  width:360px;
}

.lp_back_btn a {
  background:url(/files/pc_lp00_koushiki_btn.png) no-repeat top center/100%;
}

.lp_entry_btn {
  width:133px;
}

.lp_entry_btn a {
  background:url(/files/pc_lp00_entryi_btn.png) no-repeat top center/100%;
}

/*
---------------------------------------------------------------------------------------------------- */
.lp_page #branding_box {
  height: 0px;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (1035/2000)) 0 0 0;
  background: none transparent;
}

.lp_page #site-description {
  right: initial;
  left: 30px;
  top: 30px;
  bottom: inherit;
}

.lp_page #access{
  display: none;
}


/*outer_block
---------------------------------------------------------------------------------------------------- */
html:not(.shosai) body.lp_page #outer_block{padding: 0;}





/*セカンドメイン
---------------------------------------------------------------------------------------------------- */


#axw2gcs8me73t9gjymli .easys_content_inner,
#xxa19ue0xbvovgf4q08w .easys_content_inner{
width: 100%;
opacity: 1;
transform:translateY(0);
}




/*バナー＞ENTRY
---------------------------------------------------------------------------------------------------- */
#jq0pbpg9g1va19ptp0ld div{
margin-bottom: 0;
padding-bottom: 0;
}

#jq0pbpg9g1va19ptp0ld {
  margin-bottom:70px;
}

#jq0pbpg9g1va19ptp0ld .easys_content_inner{
  width: 100%;
}


/*Cブロック
---------------------------------------------------------------------------------------------------- */

.lp_page .nc_02 {
  background-color: #eafad2;
  padding: 150px 0;
}
.lp_page .nc_02 .easys_content_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
.lp_page .nc_02 [class*="title"] {
  color: #fff;
  background-repeat: repeat;
  width: 100%;
  background-position: center center;
}
.lp_page .nc_02 .entry_post {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 50px 30px;
  margin: 0;
  width: 300px !important;
  border-radius: 50px 0px 50px 0;
}
.lp_page .nc_02 .eyecatch {
  width: 100% !important;
}
.lp_page .nc_02 .clear_float {
  display: none;
}


/*コンテンツ画像
---------------------------------------------------------------------------------------------------- */

#d4kxi89lbaukx422j7f2 div ,
#emovfbl0zjew4v6kahvq div {
  margin-bottom:0;
  padding-bottom:0;
}

#d4kxi89lbaukx422j7f2 ,
#emovfbl0zjew4v6kahvq {
  margin-bottom:70px;
}

#d4kxi89lbaukx422j7f2 .easys_content_inner ,
#emovfbl0zjew4v6kahvq .easys_content_inner {
  position:relative;
  left:calc(50% - 1000px);
  width:2000px;
}





/*====================================================
ここからデザインブロック
===================================================== */

/* ＝＝＝親 ＝＝＝ */
#sw7ultf1dfrkhh9qscwu,
#goodc0vh5pdare4vqstl,
#zsfrawcxlg1vs4oqcv3o {position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#sw7ultf1dfrkhh9qscwu .easys_content_inner,
#goodc0vh5pdare4vqstl .easys_content_inner,
#zsfrawcxlg1vs4oqcv3o .easys_content_inner{
    position: relative;
    z-index: 100;
}

/* PC 背景付きブロックの記事画像 非表示  */
#sw7ultf1dfrkhh9qscwu .entry_post:first-of-type .eyecatch,
#goodc0vh5pdare4vqstl .entry_post:first-of-type .eyecatch,
#zsfrawcxlg1vs4oqcv3o .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#sw7ultf1dfrkhh9qscwu .entry_post:first-of-type .float_left,
#sw7ultf1dfrkhh9qscwu .entry_post:first-of-type .float_right,
#goodc0vh5pdare4vqstl .entry_post:first-of-type .float_left,
#goodc0vh5pdare4vqstl .entry_post:first-of-type .float_right,
#zsfrawcxlg1vs4oqcv3o .entry_post:first-of-type .float_left,
#zsfrawcxlg1vs4oqcv3o .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#sw7ultf1dfrkhh9qscwu *[class*="title"],
#goodc0vh5pdare4vqstl .headline_title,
#zsfrawcxlg1vs4oqcv3o .headline_title{display: none;}

#goodc0vh5pdare4vqstl *[class*="title"],
#zsfrawcxlg1vs4oqcv3o *[class*="title"]{
  background: none transparent;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #333;
}

#goodc0vh5pdare4vqstl *[class*="title"]{
    color: #FFF;
}
/* ＝＝＝デザインブロックボタン共通＝＝＝ */
#sw7ultf1dfrkhh9qscwu .main_btn{
 display: block;
 padding: 0;
 margin: 0;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 999;
}




/* ＝＝＝全体フェードイン共通＝＝＝ */
.easys_content_inner {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1.3s, opacity 1.3s ease 0s;
}

.easys_content_inner.moved {
    opacity: 1;
    transform:translateY(0);
}




/*outer_block
---------------------------------------------------------------------------------------------------- */
html:not(.shosai) body#page_6 #outer_block{padding: 0;}



/*ご挨拶
---------------------------------------------------------------------------------------------------- */

#dignn99ognxmz0wkztiq {
  position:relative;
  min-height:600px;
  padding:150px 0 150px 0;
  box-sizing:border-box;
  background-color:#F5F5F5;
}

#dignn99ognxmz0wkztiq:before {
  content:" ";
  display:block;
  position:absolute;
  top: 100px;
  left:0;
  right:0;
  width:90%;
  height: calc(100% - 200px);
  margin:auto;
  margin:auto;
  box-sizing:border-box;
  border-radius:50px 0 50px 0;
  background:#FFFFFF;
}


#dignn99ognxmz0wkztiq .post_margin {
  margin-bottom:0px;
}


/*新着リスト
---------------------------------------------------------------------------------------------------- */


#aqihc143kpzvbhkcunqp{
  position:relative;
  min-height:600px;
  padding:150px 0 150px 0;
  box-sizing:border-box;
background: url(/files/blog_bg.jpg) repeat;
}


#aqihc143kpzvbhkcunqp:before {
  content:" ";
  display:block;
  position:absolute;
  top: 100px;
  left:0;
  right:0;
  width:90%;
  height: calc(100% - 200px);
  margin:auto;
  box-sizing:border-box;
  border-radius:50px 0 50px 0;
  background:#FFFFFF;
}

#aqihc143kpzvbhkcunqp .list_block {
    margin: 0px;
}

.lp_page #aqihc143kpzvbhkcunqp{
  margin-bottom:70px;
  background: none;
  min-height: initial;

}




/*医療ガス設備の設計・施工管理・施工なら株式会社アベテクノ
---------------------------------------------------------------------------------------------------- */

#sw7ultf1dfrkhh9qscwu {
    background: url(/files/pc_dblock01_bg.jpg) no-repeat center top;
    height: 1000px;
}

#sw7ultf1dfrkhh9qscwu .text_box {
    width: 420px;
    margin: 430px 0 0 500px;
}

#sw7ultf1dfrkhh9qscwu .post_data {
    text-align: left;
}

#sw7ultf1dfrkhh9qscwu .main_btn{
    top: 640px;
    left: 500px;
}

#sw7ultf1dfrkhh9qscwu .main_btn a {
    border-radius: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 280px;
    height: 60px;
    background: url(/files/pc_dblock01_btn.png) no-repeat center top;
}

#sw7ultf1dfrkhh9qscwu .main_btn a:hover {
opacity: 0.85;
}



/*今の仕事に満足されていますか？LP1
---------------------------------------------------------------------------------------------------- */

#goodc0vh5pdare4vqstl {
  height:1300px;
  margin-bottom:70px;
  background:url(/files/pc_lp01_dblock_bcg.jpg) no-repeat center top;
}

#goodc0vh5pdare4vqstl .text_box {
  width:600px;
  margin:100px 0 0 0px;
}

#goodc0vh5pdare4vqstl .post_data {
  text-align:left;
}

#goodc0vh5pdare4vqstl .sub_post {
  position:absolute;
  top:510px;
  width:300px;
  height:160px;
  margin:auto;
  overflow:hidden;
  color:#FFFFFF;
}
#goodc0vh5pdare4vqstl .sub_post_0 {
  left:0;
}
#goodc0vh5pdare4vqstl .sub_post_1 {
  left:0;
  right:0;
}
#goodc0vh5pdare4vqstl .sub_post_2 {
  right:0;
}
#goodc0vh5pdare4vqstl .sub_post_3 {
  top:925px;
  left:0;
}
#goodc0vh5pdare4vqstl .sub_post_4 {
  top:925px;
  left:0;
  right:0;
}
#goodc0vh5pdare4vqstl .sub_post_5 {
  top:925px;
  right:0;
}



/*今の仕事に満足されていますか？LP2
---------------------------------------------------------------------------------------------------- */

#zsfrawcxlg1vs4oqcv3o {
  height:1300px;
  margin-bottom:70px;
  background:url(/files/pc_lp02_dblock_bcg.jpg) no-repeat center top;
}

#zsfrawcxlg1vs4oqcv3o .text_box {
  width:600px;
  margin:100px 0 0 0px;
}

#zsfrawcxlg1vs4oqcv3o .post_data {
  text-align:left;
}

#zsfrawcxlg1vs4oqcv3o .sub_post {
  position:absolute;
  top:510px;
  width:300px;
  height:160px;
  margin:auto;
  overflow:hidden;
}
#zsfrawcxlg1vs4oqcv3o .sub_post_0 {
  left:0;
}
#zsfrawcxlg1vs4oqcv3o .sub_post_1 {
  left:0;
  right:0;
}
#zsfrawcxlg1vs4oqcv3o .sub_post_2 {
  right:0;
}
#zsfrawcxlg1vs4oqcv3o .sub_post_3 {
  top:925px;
  left:0;
}
#zsfrawcxlg1vs4oqcv3o .sub_post_4 {
  top:925px;
  left:0;
  right:0;
}
#zsfrawcxlg1vs4oqcv3o .sub_post_5 {
  top:925px;
  right:0;
}
