@charset "utf-8";

/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #0c0c0c;
  --link_color: #0c0c0c;
  --border_color: #666666;
  --table_border_color: #4e4e4e;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #0c0c0c;
  --td_character_color: #0c0c0c;
  --required_color: #0c0c0c;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #000000;
  --entry_title_bg_color: #000000;
  --blog_title_color: #010101;
  --sub_entry_title_bg_color: #010101;
  --entry_title_bg_w570_color: #000000;
  --sub_entry_title_bg_w570_color: #000000;
  --half_entry_title_bg_color: #fefefe;
  --half_sub_entry_title_bg_color: #000000;
  --column3_title_bg_color: #000000;
  --widget_title_bg_color: #000000;
  --widget_list_bg_color: #000000;
  --footnavi_color: #000000;
  --address_color: #000000;
  --copy_color: #000000;
}

/* 置換以外 */
:root {
  /* アニメーション速度 */
  --transition-duration: 0.3s;

/* EASYSの最小幅(単位なし) */

  --easys_min_width: 1300;

/* EASYSの最大幅(単位なし) */
  --easys_max_width: 2000;

/* トップメインのオリジナル高さ(単位なし) */
  --easys_top_main_h: 1035;

/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 1035;

/*ナビ*/
  --easys_access_h: ＊＊＊px;

/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value001: #ffffff;

/* プルダウンメニュー＞背景色 */
  --easys_standard_value002: rgba(255, 255, 255, 0.75);

/* プルダウンメニュー＞文字色 */
  --easys_standard_value003: #333333;

/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value004: #666666;

/* カレンダーの本日＞文字色 */
  --easys_standard_value005: #ffffff;

/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value006: #ffffff;

/* ページ遷移ボタン＞線色 */
  --easys_standard_value007: #ffffff;

/* ページ遷移ボタン＞文字色 */
  --easys_standard_value008: #ffffff;

/* ブログ＞ページング＞線色 */
  --easys_standard_value009: #000000;
}

/* =================================================================================================================== */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);

/* background: url("/files/html_bg.jpg") repeat-x center top; */
  /* scroll-padding-top: 0; */

  scroll-padding-top: var(--easys_access_h);
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  /* background: url("/files/body_bg.jpg") no-repeat center top/100%;  */
}

body,
.wpcf7c-conf {
  color: var(--body_text_color);
}

/* 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;
}

#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0;
  height: 0;
  background: none transparent;
}

#page_6 #branding_box {
  padding: 0 0 calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0;
  height: 0;
  background: url("/files/top_header_cover.png") no-repeat center top/100%;
  /* background: none transparent; */
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 80px;
  left: 350px;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  /*
  top: calc(145 / var(--easys_naka_main_h) * 100%);
  left: calc(105 / var(--easys_max_width) * 100%);
    */
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
  /* text-align: right; */
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  top: 50px;
  left: 45px;
  z-index: 752;
  width: 300px;
  height: 80px;
  background: url("/files/main_logo.png")no-repeat center top;
  /*
background: none;
top: calc(0 / var(--easys_naka_main_h) * 100%);
left: calc(0 / var(--easys_max_width) * 100%);
width: calc(300 / var(--easys_max_width) * 100%);
height: calc(150 / var(--easys_naka_main_h) * 100%);
*/
}

/*
#page_6 #header_information .main_header a img {
top: calc(0 / var(--easys_top_main_h) * 100%);
left: calc(0 / var(--easys_max_width) * 100%);
width: calc(300 / var(--easys_max_width) * 100%);
height: calc(150 / var(--easys_top_main_h) * 100%);
}
*/

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}
*/

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */

#access {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  visibility: hidden;

/*開いた時の横幅*/
  width: 100%;
  height: 100%;
  background: url(../files/navi_bg.jpg) no-repeat center /cover;
  font-size: 0;
  opacity: 0;
  transition: opacity 1s;
}
/*展開したときの位置*/
#access.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s;
}
/*ナビ部分の位置調整*/
div#access .menu-header {
  position: absolute;
  top: 50%;
  left: calc(50% - 500px);
  width: 400px;
  transform: translateY(-50%);
}
div#access .menu-header #menu-gnavi {
  display: flex;
  flex-flow: column wrap;
  width: 400px;
}
div#access .menu-header #menu-gnavi .menu-item a {
  padding: 0;
  width: 400px;
}
div#access .menu-item a {
  background: url(/files/topnavi.png) no-repeat center top;
  background-position-x: left;
}
div#access .gnavi11 a,
div#access .gnavi11 a:hover {
  height: 60px;
  background-position-y: top;
}
div#access .gnavi12 a,
div#access .gnavi12 a:hover {
  height: 60px;
  background-position-y: calc(-60px);
}
div#access .gnavi13 a,
div#access .gnavi13 a:hover {
  height: 60px;
  background-position-y: calc(-60px - 60px);
}
div#access .gnavi14 a,
div#access .gnavi14 a:hover {
  height: 60px;
  background-position-y: calc(-60px - 60px - 60px);
}
div#access .gnavi15 a,
div#access .gnavi15 a:hover {
  height: 60px;
  background-position-y: calc(-60px - 60px - 60px - 60px);
}
div#access .gnavi16 a {
  height: 60px;
  background-position-y: bottom;
}
div#access .menu-item a:hover {
  background-position-x: right;
}

#access ul.menu ul.sub-menu {
  top: 100%;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !important;
}

#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: var(--easys_standard_value003);
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

#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: var(--easys_standard_value004);
}

#menu_btn {
  position: fixed;
  top: 43px;
  right: 56px;
  z-index: 999;
  width: 160px;
  height: 80px;
  cursor: pointer;
}
#menu_btn::before,
#menu_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
#menu_btn::after {
  opacity: 1;
}
body.open #menu_btn::before {
  opacity: 1;
}
body.open #menu_btn::after {
  opacity: 0;
}
#menu_btn::after {
  background: url("/files/menu_icon_off.png") no-repeat center;
}
#menu_btn::before {
  background: url("/files/menu_icon_on.png") no-repeat center;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}

#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: var(--widget_title_bg_color);
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  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: var(--border_color);
  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: var(--link_color);
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 800px;
  background: url(/files/footer_bg.png) no-repeat center top;
}

#footer_box {
  height: 800px;
  background: none;
}

#footer-widget-area {
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area {
  position: absolute;
  top: 319px;
  left: calc(50% - -135px);
  width: 400px;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#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: var(--footnavi_color);
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ・装飾*/
/* #footer-widget-area .widget-area .menu-item {
  position: relative;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #ccc;
  position: absolute;
} */

/*ナビ縦*/
/* #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_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  align-content: space-between;
  width: 425px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information {
  position: absolute;
  top: 408px;
  left: calc(50% - 477px);
}
#footer_information .entry-post {
  margin: 0;
  width: 300px;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッター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: var(--copy_color);
}

#copyright {
  position: absolute;
  bottom: 280px;
  left: calc(50% - -258px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 260px;
}
.fixed-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
#fixed-btn_blog {
  height: 100px;
  background: url(/files/btn_blog_off.png)no-repeat center top;
}
#fixed-btn_gtn {
  background: url(/files/btn_gaten_off.png)no-repeat center top;
}
#fixed-btn_contact {
  background: url(/files/btn_contact_off.png)no-repeat center top;
}
.fixed-btn div {
  position: relative;
  height: 80px;
}
.fixed-btn div::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
  pointer-events: none;
}
#fixed-btn_blog::before {
  background: url(../files/btn_blog_on.png) no-repeat center top;
}
#fixed-btn_gtn::before {
  background: url(../files/btn_gaten_on.png) no-repeat center top;
}
#fixed-btn_contact::before {
  background: url(../files/btn_contact_on.png) no-repeat center top;
}
.fixed-btn div:hover:before {
  opacity: 1;
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 20px;
  bottom: 30px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  height: 170px;
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  line-height: 170px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}

/*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: var(--entry_title_bg_color);
}

/* 見出しリンクボタン */
.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;
}

* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* 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: var(--half_entry_title_bg_color);
}

* .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: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}

/*
* .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: var(--sub_entry_title_bg_color);
}

/* 小見出しリンクボタン */
.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: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}

small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}

[class*="nf_"] {
  padding-bottom: 50px;
}

#rf8jvyojuils00h86sxy .html_post small {
  margin: 10px auto;
  height: 36px;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color: var(--table_border_color);
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent !important;
  color: var(--th_character_color);
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid var(--table_border_color) !important;
  color: var(--th_character_color);
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !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 var(--easys_standard_value007);
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}

.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: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* 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 var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}

div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}

.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}

.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: var(--table_border_color);
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}

#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: var(--blog_title_color);
}

.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: "";
}

/*  ブロックレイアウト調整　追記部分
---------------------------------------------------------------------------------------------------- */
/* 新着リスト下余白 */
.nq_01 {
  padding-bottom: 30px;
}

/* スライドショーブロック下余白 */
.np_04 {
  margin-bottom: 70px;
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.moved {
  top: 0;
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate(0px, 0px) scale(1) !important;

          clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transition: 1.3s ease 0s;
  transform: translateY(100px);
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  opacity: 1;
  transform: translateY(0);
}

/*パララックス除外*/
#ndd1gz8sm7t1m2per9vk .easys_content_inner {
  top: 0 !important;
  opacity: 1;
  filter: none !important;
  transition: none;
  transform: none !important;
}

/* DBテキストのみフェードイン */
/* .db_block .text_box {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 100px);
} */

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 100px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.design_block,
.add_image {
  position: absolute;
  top: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease 0s;
  pointer-events: none;
}

.add_image {
  opacity: 1;
}

.db_block {
  margin-top: 0 !important;
}

.db_block *[class*="title"] {
  display: none;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}

/* DBボタン共通 */
.db_block .main_btn a {
  position: relative;
  padding: 0;
  width: 210px;
  height: 60px;
  border-radius: 0;
  text-indent: -99999px;
}

.db_block .main_btn a::before,
.db_block .main_btn a::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

/* 丸 */
.db_block .main_btn a::before {
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e89b10;
}

/* 矢印 */
.db_block .main_btn a::after {
  right: 1.8em;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  animation: move-arrow 1.5s linear infinite;
}

@keyframes move-arrow {
  0% {
    right: 55px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 0;
  }
}

/* テキストギミック */
.text_gimmick {
  position: absolute;
  z-index: 11;
  color: #ffffff;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-size: 188px;
  font-family: "Oswald", serif;
}
.text_gimmick span {
  letter-spacing: 0;
  opacity: 0;
}
.text_gimmick.moved span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation: revolveDrop 0.3s forwards;
}

@keyframes revolveDrop {
  30% {
    transform: translate(0, -50px) rotate(180deg) scale(1);
  }

  60% {
    transform: translate(0, 20px) scale(0.8) rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: translate(0) scale(1) rotate(0deg);
  }
}
.text_gimmick span:nth-of-type(2) {
  animation-delay: 0.05s;
}
.text_gimmick span:nth-of-type(3) {
  animation-delay: 0.1s;
}
.text_gimmick span:nth-of-type(4) {
  animation-delay: 0.15s;
}
.text_gimmick span:nth-of-type(5) {
  animation-delay: 0.2s;
}
.text_gimmick span:nth-of-type(6) {
  animation-delay: 0.25s;
}
.text_gimmick span:nth-of-type(7) {
  animation-delay: 0.3s;
}
.text_gimmick span:nth-of-type(8) {
  animation-delay: 0.35s;
}
.text_gimmick span:nth-of-type(9) {
  animation-delay: 0.4s;
}
.text_gimmick span:nth-of-type(10) {
  animation-delay: 0.45s;
}
.text_gimmick span:nth-of-type(11) {
  animation-delay: 0.5s;
}
.text_gimmick span:nth-of-type(12) {
  animation-delay: 0.55s;
}
.text_gimmick span:nth-of-type(13) {
  animation-delay: 0.6s;
}
.text_gimmick span:nth-of-type(14) {
  animation-delay: 0.65s;
}
.text_gimmick span:nth-of-type(15) {
  animation-delay: 0.7s;
}
.text_gimmick span:nth-of-type(16) {
  animation-delay: 0.75s;
}
.text_gimmick span:nth-of-type(17) {
  animation-delay: 0.8s;
}
.text_gimmick span:nth-of-type(18) {
  animation-delay: 0.85s;
}
.text_gimmick span:nth-of-type(19) {
  animation-delay: 0.9s;
}
.text_gimmick span:nth-of-type(20) {
  animation-delay: 0.95s;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*DB＞信頼を礎に、未来への架け橋を築く。　株式会社平野建設
yi7hpfmkbp8cf0if5ke0
--------------------------------------- */
#yi7hpfmkbp8cf0if5ke0 {
  position: relative;
}
#yi7hpfmkbp8cf0if5ke0::before {
  position: absolute;
  top: 153px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 500px;
  background: url(../files/design01_img01.png) repeat-x left top;
  content: "";
  animation: loop1 60s linear 0s infinite;
}
@keyframes loop1 {
  to {
    background-position: top left -2000px;
  }
}
#yi7hpfmkbp8cf0if5ke0::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/design01_bg_cover.png) no-repeat center top;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
#yi7hpfmkbp8cf0if5ke0,
#yi7hpfmkbp8cf0if5ke0 .easys_content_inner,
#yi7hpfmkbp8cf0if5ke0 .entry_post {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1578px;
}
#yi7hpfmkbp8cf0if5ke0 .easys_content_inner {
  width: 960px;
}
#yi7hpfmkbp8cf0if5ke0 *[class*="title"] {
  display: none;
}
#yi7hpfmkbp8cf0if5ke0 .text_box {
  margin: 1130px auto 0;
  width: 960px;
}
#yi7hpfmkbp8cf0if5ke0 .text_box p {
  text-align: center;
}
#yi7hpfmkbp8cf0if5ke0 .post_data {
  margin-bottom: 40px;
}
#yi7hpfmkbp8cf0if5ke0 .main_btn {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  width: 210px;
  height: 60px;
}
#yi7hpfmkbp8cf0if5ke0 .main_btn a {
  background: url(../files/design01_btn.png) no-repeat left center;
}
#yi7hpfmkbp8cf0if5ke0 .text_gimmick {
  top: 541px;
  left: calc(50% - 355px);
  width: 770px;
}
#yi7hpfmkbp8cf0if5ke0 .text_gimmick span:nth-of-type(n+9) {
  margin-top: -25px;
  letter-spacing: -0.05em;
  font-size: 251px;
  line-height: 250px;
}

/*DB＞Our Business　創業35年の歩みを力に、これからの未来を創造する
v943okftdyywz4yr1ma6
--------------------------------------- */
#v943okftdyywz4yr1ma6 {
  position: relative;
  background: url(../files/design02_bg.jpg) no-repeat center top;
}
#v943okftdyywz4yr1ma6,
#v943okftdyywz4yr1ma6 .easys_content_inner,
#v943okftdyywz4yr1ma6 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 2000px;
}
#v943okftdyywz4yr1ma6 .easys_content_inner {
  width: 960px;
}
#v943okftdyywz4yr1ma6 *[class*="title"] {
  display: none;
}
#v943okftdyywz4yr1ma6 .text_box {
  margin: 882px 0 0 auto;
  width: 480px;
}
#v943okftdyywz4yr1ma6 .post_data {
  margin-bottom: 40px;
}
#v943okftdyywz4yr1ma6 .main_btn {
  position: relative;
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  width: 210px;
  height: 60px;
}
#v943okftdyywz4yr1ma6 .main_btn a {
  background: url(../files/design01_btn.png) no-repeat left center;
}
#v943okftdyywz4yr1ma6 .img01 {
  position: absolute;
  top: 3px;
  left: calc(50% - 750px);
  width: 1500px;
  height: 550px;
  background: url(../files/design02_img01.png) no-repeat center top;
  opacity: 1;
}
/*2段階イン*/
#v943okftdyywz4yr1ma6 .img01::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3a700;
  content: "";
  transition: 0.6s;

  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

#v943okftdyywz4yr1ma6 .img01.moved::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
#v943okftdyywz4yr1ma6::before {
  position: absolute;
  bottom: 149px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 230px;
  background: url(../files/design02_img02.png) repeat-x left top;
  content: "";
  animation: loop2 40s linear 0s infinite;
}
@keyframes loop2 {
  to {
    background-position: top left 2000px;
  }
}
#v943okftdyywz4yr1ma6::after {
  position: absolute;
  bottom: 23px;
  left: calc(50% - -180px);
  z-index: 9;
  display: block;
  width: 650px;
  height: 650px;
  background: url(../files/design02_img03.png)no-repeat center top;
  content: "";
  pointer-events: none;
}

/*DB＞Recruit　採用情報　　共に未来を築き上げませんか？
i3pdpl4va7vj516s9exm
--------------------------------------- */
#i3pdpl4va7vj516s9exm {
  position: relative;
  background: url(../files/design03_bg.png) no-repeat center top;
}
#i3pdpl4va7vj516s9exm,
#i3pdpl4va7vj516s9exm .easys_content_inner,
#i3pdpl4va7vj516s9exm .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1800px;
}
#i3pdpl4va7vj516s9exm .easys_content_inner {
  width: 960px;
}
#i3pdpl4va7vj516s9exm *[class*="title"] {
  display: none;
}
#i3pdpl4va7vj516s9exm .text_box {
  margin: 1140px auto 0 0;
  width: 480px;
}
#i3pdpl4va7vj516s9exm .post_data {
  margin-bottom: 40px;
}
#i3pdpl4va7vj516s9exm .main_btn {
  position: relative;
  display: block;
  margin: 0 -18px;
  padding: 0;
  width: 210px;
  height: 60px;
}
#i3pdpl4va7vj516s9exm .main_btn a {
  background: url(../files/design01_btn.png) no-repeat left center;
}
#i3pdpl4va7vj516s9exm .main_btn a::before {
  background-color: #ffffff;
}
#i3pdpl4va7vj516s9exm .img01 {
  position: absolute;
  top: 104px;
  left: calc(50% - 1000px);
  width: 1400px;
  height: 500px;
  background: url(../files/design03_img01.png) no-repeat center top;
  transform: translate(-100px,0);
}
#i3pdpl4va7vj516s9exm .img02 {
  position: absolute;
  top: 950px;
  left: calc(50% - -40px);
  width: 700px;
  height: 700px;
  background: url(../files/design03_img02.png) no-repeat center top;
  transform: translate(0, -100px);
}

/*タイトル＞新着情報
g1tti3n35c1cf5py6q2a
--------------------------------------- */

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */
#mcjm4i1sgutqg0x0egdd {
  padding: 100px 0 60px;
  background: #ead8c7;
}

/*バナー＞業務内容/求人情報（※top）
uvpkn0u7gi14a5gdykf6
--------------------------------------- */
#uvpkn0u7gi14a5gdykf6 {
}
#uvpkn0u7gi14a5gdykf6 .easys_content_inner {
  padding: 0;
  width: calc(2000 / 2000 * 100%);
}
#uvpkn0u7gi14a5gdykf6 .field_2col {
  width: calc(1000 / 2000 * 100%) !important;
  transition: all var(--transition-duration);
}
#uvpkn0u7gi14a5gdykf6 .float_left {
  background: url(../files/harfbur_business_bg.jpg) no-repeat center  / 100%;
}
#uvpkn0u7gi14a5gdykf6 .float_right {
  background: url(../files/harfbur_recruit_bg.jpg) no-repeat center  / 100%;
}
#uvpkn0u7gi14a5gdykf6 .eyecatch {
  width: 100%;
}
#uvpkn0u7gi14a5gdykf6 .margin-bottom_30 {
  margin-bottom: 0;
}
#uvpkn0u7gi14a5gdykf6 .eyecatch a img {
  position: relative;
  z-index: 11;
  opacity: 1;
}
#uvpkn0u7gi14a5gdykf6 .field_2col a {
  position: relative;
  display: block;
}
#uvpkn0u7gi14a5gdykf6 .field_2col a::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  padding-top: calc(600/1000* 100%);
  width: 100%;
  background-color: #dbbfa4;
  content: "";
  opacity: 0;
  transition: opacity 0.8s, -webkit-clip-path 0.8s, clip-path 0.8s;

  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
}
#uvpkn0u7gi14a5gdykf6 .field_2col a:hover::after {
  opacity: 1;

  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

/*会社概要 (top)
rf8jvyojuils00h86sxy
--------------------------------------- */
#rf8jvyojuils00h86sxy {
  padding: 100px 0 50px;
  background: url(../files/repeat_bg01.jpg);
}

/*バナー＞お問い合わせ（※top）
sztxe1u2d57v0iowzj22
--------------------------------------- */
#sztxe1u2d57v0iowzj22 {
  position: relative;
  height: 800px;
}
/* #sztxe1u2d57v0iowzj22::before,
#sztxe1u2d57v0iowzj22::after {
  position: absolute;
  left: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
#sztxe1u2d57v0iowzj22::before {
  top: -1px;
}
#sztxe1u2d57v0iowzj22::after {
  bottom: -1px;
} */
#sztxe1u2d57v0iowzj22 .easys_content_inner {
          clip-path: inset(0);
  -webkit-clip-path: inset(0);
}
/*背景*/
#sztxe1u2d57v0iowzj22 [class*="field_"]:nth-of-type(1) img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;

  object-fit: cover;
}
#sztxe1u2d57v0iowzj22 .easys_content_inner,
#sztxe1u2d57v0iowzj22 .img_display,
#sztxe1u2d57v0iowzj22 .eyecatch,
#sztxe1u2d57v0iowzj22 .field_1col {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#sztxe1u2d57v0iowzj22 .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}
/*パラ前景*/
#sztxe1u2d57v0iowzj22 .img_display .field_1col:nth-of-type(2),
#sztxe1u2d57v0iowzj22 .img_display .field_1col:nth-of-type(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 300px;
  transition: all var(--transition-duration);
  transform: translate(-50%,-50%);
}
#sztxe1u2d57v0iowzj22 .img_display div:nth-of-type(3) .eyecatch img {
  opacity: 0;
  transition: all var(--transition-duration);
}
#sztxe1u2d57v0iowzj22 div:nth-of-type(3):hover .eyecatch img {
  opacity: 1;
}

/* ===========================================================================
     業務内容
=========================================================================== */
/*DB＞地域密着で信頼と実績が、未来を拓く架け橋に。
w5of3cpxct453qanav0f
--------------------------------------- */
#w5of3cpxct453qanav0f {
  position: relative;
  background: url(../files/design04_bg.jpg) no-repeat center top;
}
#w5of3cpxct453qanav0f,
#w5of3cpxct453qanav0f .easys_content_inner,
#w5of3cpxct453qanav0f .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1500px;
}
#w5of3cpxct453qanav0f .easys_content_inner {
  width: 960px;
}
#w5of3cpxct453qanav0f *[class*="title"] {
  display: none;
}
#w5of3cpxct453qanav0f .text_box {
  margin: 1057px 0 0 auto;
  width: 480px;
}
#w5of3cpxct453qanav0f .img01 {
  position: absolute;
  top: 434px;
  left: calc(50% - 703px);
  width: 600px;
  height: 900px;
  background: url(../files/design04_img01.png) no-repeat center top;
  transform: translate(0, -100px);
}

/* ===========================================================================
     施工実績
=========================================================================== */
/*DB＞施工実績のご紹介
ms6wzj3vh2tog2cp45zo
--------------------------------------- */
#ms6wzj3vh2tog2cp45zo {
  position: relative;
  background: url(../files/design05_bg.jpg) no-repeat center top;
}
#ms6wzj3vh2tog2cp45zo,
#ms6wzj3vh2tog2cp45zo .easys_content_inner,
#ms6wzj3vh2tog2cp45zo .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1700px;
}
#ms6wzj3vh2tog2cp45zo .easys_content_inner {
  width: 960px;
}
#ms6wzj3vh2tog2cp45zo *[class*="title"] {
  display: none;
}
#ms6wzj3vh2tog2cp45zo .text_box {
  margin: 1239px auto 0 0;
  width: 480px;
}
#ms6wzj3vh2tog2cp45zo .img01 {
  position: absolute;
  top: 143px;
  left: calc(50% - 745px);
  width: 1500px;
  height: 750px;
  background: url(../files/design05_img01.png) no-repeat center top;
  opacity: 1;
}
/*2段階イン*/
#ms6wzj3vh2tog2cp45zo .img01::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3a700;
  content: "";
  transition: 0.6s;

  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

#ms6wzj3vh2tog2cp45zo .img01.moved::after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

/* ===========================================================================
     会社概要
=========================================================================== */
/*DB＞ご挨拶
qgi2l0u0b32s8xw3uf3p
--------------------------------------- */
#qgi2l0u0b32s8xw3uf3p {
  position: relative;
}
#qgi2l0u0b32s8xw3uf3p,
#qgi2l0u0b32s8xw3uf3p .easys_content_inner,
#qgi2l0u0b32s8xw3uf3p .entry_post {
  position: relative;
  z-index: 11;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1100px;
}
#qgi2l0u0b32s8xw3uf3p .easys_content_inner {
  width: 960px;
}
#qgi2l0u0b32s8xw3uf3p *[class*="title"] {
  display: none;
}
#qgi2l0u0b32s8xw3uf3p .text_box {
  margin: 500px auto 0;
  width: 960px;
}
#qgi2l0u0b32s8xw3uf3p .text_box p {
  text-align: center;
}
#qgi2l0u0b32s8xw3uf3p .cover1,
#qgi2l0u0b32s8xw3uf3p .cover2,
#qgi2l0u0b32s8xw3uf3p .cover3 {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(100%/3);
  background: url(../files/design06_bg.jpg) no-repeat center top;
  pointer-events: none;

  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

#qgi2l0u0b32s8xw3uf3p .cover1 {
  background-position: center top;
}

#qgi2l0u0b32s8xw3uf3p .cover2 {
  background-position: center center;
}

#qgi2l0u0b32s8xw3uf3p .cover3 {
  background-position: center bottom;
}

#qgi2l0u0b32s8xw3uf3p .img01.moved .cover1,
#qgi2l0u0b32s8xw3uf3p .img01.moved .cover2,
#qgi2l0u0b32s8xw3uf3p .img01.moved .cover3 {
  animation: cover 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#qgi2l0u0b32s8xw3uf3p .img01.moved .cover1 {
  top: 0;
}

#qgi2l0u0b32s8xw3uf3p .img01 .cover2 {
  top: calc(100%/3);
}

#qgi2l0u0b32s8xw3uf3p .img01.moved .cover2 {
  animation-delay: 0.2s;
}

#qgi2l0u0b32s8xw3uf3p .img01 .cover3 {
  top: calc(100%/3*2);
}

#qgi2l0u0b32s8xw3uf3p .img01.moved .cover3 {
  animation-delay: 0.4s;
}

@keyframes cover {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(-1px 0 -1px 0);
            clip-path: inset(-1px 0 -1px 0);
  }
}
#qgi2l0u0b32s8xw3uf3p::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/design06_bg_cover.png)no-repeat center top;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

/*DB＞これからも、熊本県とともに――。
ndd1gz8sm7t1m2per9vk
--------------------------------------- */
#ndd1gz8sm7t1m2per9vk {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
#ndd1gz8sm7t1m2per9vk::after {
  position: absolute;
  left: 50%;
  z-index: 99;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
#ndd1gz8sm7t1m2per9vk::after {
  bottom: -1px;
  background: #ffffff;
}
#ndd1gz8sm7t1m2per9vk,
#ndd1gz8sm7t1m2per9vk .easys_content_inner,
#ndd1gz8sm7t1m2per9vk .entry_post {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  height: 1222px;
}
#ndd1gz8sm7t1m2per9vk .easys_content_inner {
          clip-path: inset(0);
  -webkit-clip-path: inset(0);
}
#ndd1gz8sm7t1m2per9vk .easys_content_inner::before {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../files/design07_bg_parallax.jpg)no-repeat center /cover;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
#ndd1gz8sm7t1m2per9vk .easys_content_inner::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 11;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/design07_bg_cover.png) no-repeat center top,url(../files/design07_bg.png) no-repeat center bottom;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}
#ndd1gz8sm7t1m2per9vk .text_box {
  position: absolute;
  top: 820px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 900px;
  color: #000000;
}
#ndd1gz8sm7t1m2per9vk .text_box p {
  text-align: center;
}
#ndd1gz8sm7t1m2per9vk .entry_post::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 622px;
  background: #ffffff;
  content: "";
  pointer-events: none;
}

/*バナー＞業務内容/施工実績（※company）
dgpeotqpsntuk4oqwbjb
--------------------------------------- */
#dgpeotqpsntuk4oqwbjb {
}
#dgpeotqpsntuk4oqwbjb .easys_content_inner {
  padding: 0;
  width: calc(2000 / 2000 * 100%);
}
#dgpeotqpsntuk4oqwbjb .field_2col {
  width: calc(1000 / 2000 * 100%) !important;
  transition: all var(--transition-duration);
}
#dgpeotqpsntuk4oqwbjb .float_left {
  background: url(../files/harfbur_business_bg.jpg) no-repeat center  / 100%;
}
#dgpeotqpsntuk4oqwbjb .float_right {
  background: url(../files/harfbur_works_bg.jpg) no-repeat center  / 100%;
}
#dgpeotqpsntuk4oqwbjb .eyecatch {
  width: 100%;
}
#dgpeotqpsntuk4oqwbjb .margin-bottom_30 {
  margin-bottom: 0;
}
#dgpeotqpsntuk4oqwbjb .eyecatch a img {
  position: relative;
  z-index: 11;
  opacity: 1;
}
#dgpeotqpsntuk4oqwbjb .field_2col a {
  position: relative;
  display: block;
}
#dgpeotqpsntuk4oqwbjb .field_2col a::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  padding-top: calc(600/1000* 100%);
  width: 100%;
  background-color: #dbbfa4;
  content: "";
  opacity: 0;
  transition: opacity 0.8s, -webkit-clip-path 0.8s, clip-path 0.8s;

  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
}
#dgpeotqpsntuk4oqwbjb .field_2col a:hover::after {
  opacity: 1;

  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

/* ===========================================================================
     求人情報
=========================================================================== */
/*DB＞採用情報
sa1468w6ob40lmaduttn
--------------------------------------- */
#sa1468w6ob40lmaduttn {
  position: relative;
  background: url(../files/design08_bg.png) no-repeat center top;
}
#sa1468w6ob40lmaduttn,
#sa1468w6ob40lmaduttn .easys_content_inner,
#sa1468w6ob40lmaduttn .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1750px;
}
#sa1468w6ob40lmaduttn .easys_content_inner {
  width: 960px;
}
#sa1468w6ob40lmaduttn *[class*="title"] {
  display: none;
}
#sa1468w6ob40lmaduttn .text_box {
  margin: 905px 0 0 auto;
  width: 480px;
}
#sa1468w6ob40lmaduttn .img01 {
  position: absolute;
  top: 92px;
  left: calc(50% - 150px);
  width: 1150px;
  height: 400px;
  background: url(../files/design08_img01.png) no-repeat center top;
  transform: translate(100px,0);
}
#sa1468w6ob40lmaduttn .img02 {
  position: absolute;
  top: 1200px;
  left: calc(50% - 611px);
  width: 550px;
  height: 550px;
  background: url(../files/design08_img02.png) no-repeat center top;
  transform: translate(-100px,0);
}

/*DB＞あなたの一歩が、熊本の未来を支える
s0uwbkkqe5rh21s5f92d
--------------------------------------- */
#s0uwbkkqe5rh21s5f92d {
  position: relative;
  background: url(../files/design09_bg.png) no-repeat center top;
}
#s0uwbkkqe5rh21s5f92d,
#s0uwbkkqe5rh21s5f92d .easys_content_inner,
#s0uwbkkqe5rh21s5f92d .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1600px;
}
#s0uwbkkqe5rh21s5f92d .easys_content_inner {
  width: 960px;
}
#s0uwbkkqe5rh21s5f92d *[class*="title"] {
  display: none;
}
#s0uwbkkqe5rh21s5f92d .text_box {
  margin: 665px auto 0;
  width: 880px;
}
#s0uwbkkqe5rh21s5f92d .text_box p {
  text-align: center;
}
#s0uwbkkqe5rh21s5f92d .img01 {
  position: absolute;
  top: 378px;
  left: calc(50% - 520px);
  width: 1050px;
  height: 300px;
  background: url(../files/design09_ttl.png) no-repeat center top;
  opacity: 0;
  transform: scale(2);
}
