@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #dddddd;
  --body_text_color: #383838;
  --link_color: #5a98c8;
  --border_color: #666666;
  --table_border_color: #c1c1c1;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #383838;
  --td_character_color: #383838;
  --required_color: #5a98c8;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #182a79;
  --entry_title_bg_color: #f2f2f2;
  --blog_title_color: #182a79;
  --sub_entry_title_bg_color: #182a79;
  --entry_title_bg_w570_color: #f2f2f2;
  --sub_entry_title_bg_w570_color: #182a79;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #182a79;
  --column3_title_bg_color: #182a79;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #182a79;
  --footnavi_color: #231815;
  --address_color: #231815;
  --copy_color: #231815;
  --kdb_background_color: #ededed;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 985;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 600;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_access_h: 45px !important;/* Gナビのオリジナル高さ */
  --fixed_side_btn_bottom: 80px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side: 0; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full: 120px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed: 30px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height: 30px; /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin: 10px; /* サイド固定ボタンの間隔 */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: transparent;/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #ffffff;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #2dbcff;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;
}
/* =================================================================================================================== */



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  /* background: none var(--basic_background_color); */
  background: url("../files/html_bg.jpg") repeat center top;

  /* scroll-padding-top: var(--easys_access_h); */
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;

  /* 背景 */
  /* background: url("../files/body_bg.jpg") no-repeat center top / 100% auto; */
  background: none transparent;
}
/* トップページのみ調整する時 */
body#page_6 {
  /* 背景 */
  /* background: url("../files/top_body_bg.jpg") no-repeat center top / 100% auto; */
  background: none transparent;
}

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;
}
#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: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0; */
  height: calc(1px * var(--easys_naka_main_h));

  /* メインに重ねる画像 */
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* メインの高さ */
  /* padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0; */
  height: 100vh;
  max-height: 100vw;

  /* メインに重ねる画像 */
  /* background: url(../files/top_header_cover.png) no-repeat center bottom / 100% auto; */
  background: none transparent;
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  width: auto;

  /* レスポンシブなし */
  top: 90px;
  left: 40px;

  /* レスポンシブあり
  top: calc(100 / var(--easys_naka_main_h) * 100%);
  left: calc(100 / var(--easys_max_width) * 100%); */
}
/* トップページのみ調整する時 */
#page_6 #site-description {
  /* レスポンシブなし */
  top: 90px;
  left: 40px;

  /* レスポンシブあり
  top: calc(100 / var(--easys_top_main_h) * 100%);
  left: calc(100 / var(--easys_max_width) * 100%); */
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: 0;
}

#header_information .main_header a img {
  position: absolute;
  z-index: 2;

  /* レスポンシブなし */
  top: 0;
  left: 0;
  width: 300px;
  height: 100px;
  background: url("../files/main_logo.png") no-repeat center;

  /* レスポンシブあり
  top: calc(0 / var(--easys_naka_main_h) * 100%);
  left: calc(0 / var(--easys_max_width) * 100%);
  width: calc(250 / var(--easys_max_width) * 100%);
  height: calc(100 / var(--easys_naka_main_h) * 100%);
  background: url(../files/main_logo.png) no-repeat center / 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(250 / var(--easys_max_width) * 100%);
  height: calc(100 / var(--easys_top_main_h) * 100%);
} */

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
}
@media (min-width: 2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
} */


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  --gnavi01: 120px;
  --gnavi02: 110px;
  --gnavi03: 110px;
  --gnavi04: 100px;
  --gnavi05: 110px;
  --gnavi06: 140px;
}
#access {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  width: 100%;

  /* レスポンシブなし */
  top: 40px;

  /* レスポンシブあり
  top: calc(40 / var(--easys_naka_main_h) * 100%); */
}
/* トップページのみ調整する時
#page_6 #access {
  top: calc(40 / var(--easys_top_main_h) * 100%);
} */

#access .menu-header {
  margin: 0 40px 0 auto;
  
  /* Gナビ画像横幅 */
  padding: 0;
  width: 690px;

  /* Gナビ背景画像
  background: url(../files/topnavi_bg.png) no-repeat center; */
}

#access .menu-header #menu-gnavi {
  display: flex;
  justify-content: center;
}

#access .menu-header #menu-gnavi > li > a {
  height: var(--easys_access_h);
  background-color: transparent;
  background-image: url("../files/topnavi.png");
  background-position-y: top;
  background-repeat: no-repeat;
}
#access .menu-header #menu-gnavi > li:nth-of-type(1) > a {
  width: var(--gnavi01);
  background-position-x: left;
}
#access .menu-header #menu-gnavi > li:nth-of-type(2) > a {
  width: var(--gnavi02);
  background-position-x: calc((var(--gnavi01)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(3) > a {
  width: var(--gnavi03);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(4) > a {
  width: var(--gnavi04);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(5) > a {
  width: var(--gnavi05);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(6) > a {
  width: var(--gnavi06);
  background-position-x: right;
}
#access .menu-header #menu-gnavi > li > a:hover {
  background-position-y: bottom;
}

/* Gナビ上部固定(最大2000pxを維持)
#access.fixed {
  position: fixed;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#access.fixed .menu-header {
  max-width: calc(var(--easys_max_width)*1px);
} */

/* プルダウンメニュー */
#access ul li ul li {
  border-bottom: 1px dotted var(--border_color);
}
#access ul li ul li a {
  padding: 15px 10px;
  background-color: var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em;
}
#access ul li ul li a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

/* カレントページのメニュー */
#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);
}
#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);
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
#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%;
}
#main_teaser {
  height: calc(1px * var(--easys_naka_main_h)) !important;
}
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  height: 100vh !important;
  max-height: 100vw !important;
}
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main_teaser img {
  position: absolute;
  top: 0;
  left: calc(50% - 650px);
  width: 1300px;
}


#jquery_slider_pc::before,
#jquery_slider_pc::after {
  content: "";
  position: absolute;
  left: calc(50% - 1000px);
  z-index: 1;
  display: block;
  width: 2000px;
  pointer-events: none;
}
#jquery_slider_pc::before {
  bottom: 330px;
  height: 140px;
  background: url(../files/slide_upper01.png) no-repeat center;
}
#jquery_slider_pc::after {
  bottom: 0;
  height: 330px;
  background: url(../files/slide_upper02.png) no-repeat center;
}

#main_teaser img,
#jquery_slider_pc::before,
#jquery_slider_pc::after {
  transition: 0.3s 0.3s;
  opacity: 0;
  transform: translateY(50px);
}
#jquery_slider_pc::after {
  transition-delay: 0.5s;
}
body.loaded #main_teaser img,
body.loaded #jquery_slider_pc::before,
body.loaded #jquery_slider_pc::after {
  opacity: 1;
  transform: translateY(0);
}


#main_teaser::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  display: block;
  width: 2000px;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  scale: 1.2;
}
body#page_9 #main_teaser::before {
  background-image: url(../files/10business_body_bg.jpg);
}
body#page_12 #main_teaser::before {
  background-image: url(../files/20works_body_bg.jpg);
}
body#page_15 #main_teaser::before {
  background-image: url(../files/30recruit_body_bg.jpg);
}
body#page_81 #main_teaser::before {
  background-image: url(../files/40about_body_bg.jpg);
}
body#page_18 #main_teaser::before {
  background-image: url(../files/50contact_body_bg.jpg);
}
body#page_21 #main_teaser::before {
  background-image: url(../files/60blog_body_bg.jpg);
}


#main_teaser::before,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  transition: 0.5s;
  scale: 1.2;
}
body.loaded #main_teaser::before,
body.loaded #video_teaser #video_teaser_inner,
body.loaded #jquery_slider_pc .viewer {
  scale: 1;
}



/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: 1300px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 1300px;
  background: none;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/* 中央 */
#footer_sitemap_block {
  position: absolute;
  top: 450px;
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}
/* 中央以外
#footer-widget-area .widget-area {
  position: absolute;
  top: 320px;
  left: calc(50% - 140px);
} */

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 400px;
}
#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 {
  margin: 0;
  float: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 400px;
  height: 65px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-image: url(../files/footernavi.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(1) a {
  background-position-y: top;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(2) a {
  background-position-y: calc(65px * -1);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(3) a {
  background-position-y: calc(65px * -2);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(4) a {
  background-position-y: calc(65px * -3);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(5) a {
  background-position-y: calc(65px * -4);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(6) a {
  background-position-y: calc(65px * -5);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:nth-of-type(7) a {
  background-position-y: bottom;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-position-X: right !important;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/* 中央 */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 330px 0 0;
  width: 100%;
  text-align: center;
}
/* 中央以外
#footer_information {
  position: absolute;
  top: 180px;
  left: calc(50% - 480px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
} */


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  font-size: var(--font_size_14);
  line-height: 1.8;
  /*絶対値指定する時
  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;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}
/* 中央 */
#copyright {
  position: absolute;
  bottom: 245px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
/* 中央以外
#copyright {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 480px);
} */


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
/* .fixed_side_btn {
  position: fixed;
  right: var(--fixed_side_btn_side);
  bottom: var(--fixed_side_btn_bottom);
  z-index: 1000;
  pointer-events: none;
}
.fixed_side_btn div {
  position: relative;
  overflow: hidden;
  margin-bottom: var(--fixed_side_btn_margin);
  width: var(--fixed_side_btn_width_full);
  height: var(--fixed_side_btn_height);
  transition: transform 0.3s ease;
  transform: translateX(calc(var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)));
  pointer-events: auto;
}
.fixed_side_btn div:last-child {
  margin-bottom: 0;
}
.fixed_side_btn div:hover {
  transition: transform 0.5s ease;
  transform: translateX(0px);
} */

.fixed_side_btn {
  position: fixed;
  left: 0;
  bottom: var(--fixed_side_btn_bottom);
  z-index: 1000;
  padding: 15px 26px 15px 12px;
  width: 370px;
  pointer-events: none;
  background: url(../files/sidebtn_bg.png) no-repeat center;
}
.fixed_side_btn div {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: var(--fixed_side_btn_width_full);
  height: var(--fixed_side_btn_height);
  pointer-events: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.fixed_side_btn .gaten {
  background-image: url(../files/btn_gaten.png);
}
.fixed_side_btn .map {
  background-image: url(../files/btn_map.png);
}
.fixed_side_btn .contact {
  background-image: url(../files/btn_contact.png);
}
.fixed_side_btn .weblog {
  background-image: url(../files/btn_blog.png);
}
.fixed_side_btn .line {
  background-image: url(../files/btn_line.png);
}
.fixed_side_btn .instagram {
  background-image: url(../files/btn_insta.png);
}

.fixed_side_btn div a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: 0.3s;
  opacity: 0;
}
.fixed_side_btn div a:hover {
  opacity: 1;
}

/* デフォルトボタン */
.fixed_side_btn .gaten a {
  background-image: url(../files/btn_gaten_on.png);
}
.fixed_side_btn .map a {
  background-image: url(../files/btn_map_on.png);
}
.fixed_side_btn .contact a {
  background-image: url(../files/btn_contact_on.png);
}
.fixed_side_btn .weblog a {
  background-image: url(../files/btn_blog_on.png);
}

/* SNSボタン */
.fixed_side_btn .line a {
  background-image: url(../files/btn_line_on.png);
}
.fixed_side_btn .instagram a {
  background-image: url(../files/btn_insta_on.png);
}
.fixed_side_btn .facebook a {
  background-image: url(../files/btn_fb.png);
}
.fixed_side_btn .youtube a {
  background-image: url(../files/btn_youtube.png);
}
.fixed_side_btn .tiktok a {
  background-image: url(../files/btn_tiktok.png);
}

/* 個別ボタンの高さ調整
.fixed_side_btn .gaten {
  height: 150px;
} */

/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (min-width: 2000px) {
  .fixed_side_btn {
    left: calc(50% - 1000px);
  }
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}
@media (min-width: 2000px) {
  #float_top_btn {
    right: calc(50% - 980px);
  }
}



/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}


/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title,
h3.entry_title,
.entry_title,
.entry-title {
  margin-bottom: 60px;
}
#blog_main .entry-title,
* .sub_entry_title,
* .mid_entry_title,
* .mid_sub_entry_title,
* .half_entry_title, * .short_entry_title,
* .half_sub_entry_title, .short_sub_entry_title,
* .inline_title {
  margin-bottom: 40px;
}


.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 110px;
  line-height: 150px;
}
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 {
  font-size: var(--font_size_20);
}
.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: var(--font_size_18);
}
* .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: var(--font_size_18);
  background-position: left bottom;
}
* .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: var(--font_size_15);
  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;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
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;
}


/*  置きEASYS専用（html.okieasys時のみ適用）
---------------------------------------------------------------------------------------------------- */
/* ヘッダー */
html.okieasys #header_information .main_header a {
  font-size: 24px;
  color: var(--body_text_color);
  padding-block: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 500;
}
html.okieasys #branding_box {
  background: none;
}
/* フッター */
html.okieasys #footer_box {
  background: none;
}
html.okieasys #footer_information .entry-post .post-data .footer_sitename {
  font-size: 20px;
}


/*  ローディング
---------------------------------------------------------------------------------------------------- */
body #progress {
  display: flex !important;
  opacity: 1 !important;
}
#progress_naka {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #21264f;
}
body #progress,
#progress_naka {
  transition: 0.5s;
}
body.loaded #progress,
body.loaded #progress_naka {
  transform: translateY(-110%);
}
body.loaded02 #progress,
body.loaded02 #progress_naka,
body.loaded02 body #progress div {
  display: none !important;
}
body #progress .progress_image_wrap #progress_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: auto;
}



/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* ===========================================================================
   共通設定
=========================================================================== */
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: 200px;
}
.moved {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate(0px, 0px) scale(1) !important;
}
.design_block {
  position: absolute;
  display: block;
  width: 2000px;
  height: 100%;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}


/* マウスストーカー */
.follower {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  pointer-events: none;
}
.follower.pointer1 {
  width: 4px;
  height: 4px;
  background: #2e30a5;
  border-radius: 50%;
}
.follower .follower_img {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 1px;
  height: 1px;
  pointer-events: none;
  background: url(../files/mouse_storker_01.png) no-repeat center / 100%;
  transition: transform 0.2s;
}
.follower.pointer2 .follower_img {
  transform: scale(160);
  transition: transform 0.5s;
}
html::after {
  width: 0;
  height: 0;
  background: url(../files/mouse_storker_01.png);
  content: "";
}


/* デザインブロック共通 */
.ndb_01.no_margin .easys_content_inner {
  width: 1300px;
}
.ndb_01.no_margin,
.ndb_01.no_margin .easys_content_inner,
.ndb_01.no_margin .entry_post {
  position: relative;
  margin-bottom: 0;
}
.ndb_01.no_margin [class*='title'] {
  /* タイトル削除 */
  display: none;
}
.ndb_01.no_margin .main_btn {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}
.ndb_01.no_margin .main_btn a {
  position: absolute;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  text-indent: -9999px;
}



/* ===========================================================================
   トップページ   pageID：6
=========================================================================== */

/*DB＞丁寧に、確実に、品質を届ける
yadhk45y2b65063yrglz
--------------------------------------- */
#yadhk45y2b65063yrglz {
  /* 背景画像 */
  background: url(../files/design01_bg01.png) no-repeat center top;
}
#yadhk45y2b65063yrglz,
#yadhk45y2b65063yrglz .easys_content_inner,
#yadhk45y2b65063yrglz .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 933px;
}
#yadhk45y2b65063yrglz .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 317px auto 0;

  /* テキストエリアの横幅 */
  width: 980px;
}
#yadhk45y2b65063yrglz .post_data {
  margin-bottom: 0;
}
#yadhk45y2b65063yrglz .main_btn {
  position: absolute;
  overflow: visible;
  top: 497px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* ボタンサイズ */
  width: 1300px;
  height: 236px;
}
#yadhk45y2b65063yrglz .main_btn::before,
#yadhk45y2b65063yrglz .main_btn a::before,
#yadhk45y2b65063yrglz .main_btn a::after {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  content: "";
  pointer-events: none;
}
#yadhk45y2b65063yrglz .main_btn::before {
  left: calc(50% - 1000px);
  width: 2000px;
  background: url(../files/design01_btn_scroll.png) no-repeat center;
  transition: 0.3s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
#yadhk45y2b65063yrglz .main_btn:hover::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#yadhk45y2b65063yrglz .main_btn a::before,
#yadhk45y2b65063yrglz .main_btn a::after {
  left: 0;
  width: 100%;
  transition: 0.5s;
  opacity: 0;
}
#yadhk45y2b65063yrglz .main_btn a::before {
  background: url(../files/design01_btn01.png) no-repeat center top;
  transform: translateX(50px);
}
#yadhk45y2b65063yrglz .main_btn a::after {
  background: url(../files/design01_btn02.png) no-repeat center bottom;
  transform: translateX(-50px);
}
#yadhk45y2b65063yrglz .main_btn.moved a::before,
#yadhk45y2b65063yrglz .main_btn.moved a::after {
  transform: translateX(0);
  opacity: 1;
}

#yadhk45y2b65063yrglz .design_block.img00,
#yadhk45y2b65063yrglz .design_block.img01 {
  top: 195px;
  left: calc(50% - 1000px);
  height: 90px;
  transform: translateY(100px);
}
#yadhk45y2b65063yrglz .design_block.img00 {
  background: url(../files/design01_bg02-01.png) no-repeat center top;
}
#yadhk45y2b65063yrglz .design_block.img01 {
  background: url(../files/design01_bg02-02.png) no-repeat center bottom;
  transition-delay: 0.3s;
}


/*DB＞現場に、妥協はない
c8ixlch12mvksmm1en9j
--------------------------------------- */
#c8ixlch12mvksmm1en9j {
  color: #ffffff;
  /* 背景画像 */
  background: url(../files/design02_bg.jpg) no-repeat center top;
}
#c8ixlch12mvksmm1en9j,
#c8ixlch12mvksmm1en9j .easys_content_inner,
#c8ixlch12mvksmm1en9j .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 1000px;
}
#c8ixlch12mvksmm1en9j .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 320px 170px 0 auto;

  /* テキストエリアの横幅 */
  width: 580px;
}
#c8ixlch12mvksmm1en9j .post_data {
  line-height: 2.3;
  margin-bottom: 13px;
}
#c8ixlch12mvksmm1en9j .main_btn {
  margin: 0 0 0 auto;

  /* ボタンサイズ */
  width: 250px;
  height: 80px;
  background: url(../files/design02_btn.png) no-repeat center;
}
#c8ixlch12mvksmm1en9j .main_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background: url(../files/design02_btn_on.png) no-repeat center;
}
#c8ixlch12mvksmm1en9j .main_btn a:hover::after {
  opacity: 1;
}


/*DB＞社会インフラを支える、誇りある技術
v8yxqkle0axjrnw486ik
--------------------------------------- */
#v8yxqkle0axjrnw486ik {
  margin-top: 270px;
  padding-top: calc(440 / 2000 * 100%);
  /* 背景画像 */
  background: url(../files/design03_bg02.png) no-repeat center bottom;
}
#v8yxqkle0axjrnw486ik,
#v8yxqkle0axjrnw486ik .easys_content_inner,
#v8yxqkle0axjrnw486ik .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 930px;
}
#v8yxqkle0axjrnw486ik .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 165px 170px 0 auto;

  /* テキストエリアの横幅 */
  width: 480px;
}
#v8yxqkle0axjrnw486ik .post_data {
  line-height: 2.3;
  margin-bottom: 110px;
}
#v8yxqkle0axjrnw486ik .main_btn {
  /* ボタンサイズ */
  width: 480px;
  height: 80px;
  background: url(../files/design03_btn.png) no-repeat center;
}
#v8yxqkle0axjrnw486ik .main_btn a::before {
  position: absolute;
  top: 0;
  left: -101%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  pointer-events: none;
  background: url(../files/design03_btn_hover.png) no-repeat center;
}
#v8yxqkle0axjrnw486ik .main_btn a:hover::before {
  left: 0;
}
#v8yxqkle0axjrnw486ik .design_block.img00 {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 930px);
  background: url(../files/design03_bg01-01.png) no-repeat center / 100%;
  transform: translateY(20%);
}
#v8yxqkle0axjrnw486ik .design_block.img00::before,
#v8yxqkle0axjrnw486ik .design_block.img00::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 1s;
}
#v8yxqkle0axjrnw486ik .design_block.img00::before {
  background: url(../files/design03_bg01-02-01.png) no-repeat center / 100%;
  transform: translateX(-5%);
}
#v8yxqkle0axjrnw486ik .design_block.img00::after {
  background: url(../files/design03_bg01-02-02.png) no-repeat center / 100%;
  transform: translateX(5%);
}
#v8yxqkle0axjrnw486ik .design_block.img00.moved::before,
#v8yxqkle0axjrnw486ik .design_block.img00.moved::after {
  transform: translateX(0);
}
#v8yxqkle0axjrnw486ik .design_block.img01 {
  bottom: 195px;
  left: calc(50% - 673px);
  width: 557px;
  height: 270px;
  background: url(../files/design03_bg03.jpg) no-repeat center / 150%;
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#v8yxqkle0axjrnw486ik .design_block.img01.moved {
  background-size: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}


/*DB＞一生モノの技術を、未来へ
mgjkn0g2327bajjlojrk
--------------------------------------- */
#mgjkn0g2327bajjlojrk {
  color: #ffffff;
  /* 背景画像 */
  background: url(../files/design04_bg01.jpg) no-repeat center top;
}
#mgjkn0g2327bajjlojrk,
#mgjkn0g2327bajjlojrk .easys_content_inner,
#mgjkn0g2327bajjlojrk .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 1000px;
}
#mgjkn0g2327bajjlojrk .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 505px auto 0 250px;

  /* テキストエリアの横幅 */
  width: 500px;
}
#mgjkn0g2327bajjlojrk .post_data {
  line-height: 2.3;
  margin-bottom: 8px;
}
#mgjkn0g2327bajjlojrk .main_btn {
  /* ボタンサイズ */
  width: 300px;
  height: 80px;
  background: url(../files/design04_btn.png) no-repeat center;
}
#mgjkn0g2327bajjlojrk .main_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background: url(../files/design04_btn_on.png) no-repeat center;
}
#mgjkn0g2327bajjlojrk .main_btn a:hover::after {
  opacity: 1;
}

#mgjkn0g2327bajjlojrk .design_block.img00 {
  bottom: 0;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 385px;
  background: url(../files/design03_bg01-01.png) no-repeat center;
}
#mgjkn0g2327bajjlojrk .design_block.img00::before,
#mgjkn0g2327bajjlojrk .design_block.img00::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2000px;
  height: 385px;
  pointer-events: none;
  transition: 1s;
}
#mgjkn0g2327bajjlojrk .design_block.img00::before {
  background: url(../files/design04_bg02-01.png) no-repeat center;
  transform: translateX(100px);
}
#mgjkn0g2327bajjlojrk .design_block.img00::after {
  background: url(../files/design04_bg02-02.png) no-repeat center;
  transform: translateX(-100px);
}
#mgjkn0g2327bajjlojrk .design_block.img00.moved::before,
#mgjkn0g2327bajjlojrk .design_block.img00.moved::after {
  transform: translateX(0);
}

#mgjkn0g2327bajjlojrk .design_block.img01 {
  bottom: 0;
  left: calc(50% - 1000px);
  background: url(../files/design04_bg03.png) no-repeat center;
  transition: none;
  opacity: 1;
}


/*バナー＞LINE/Instagram（※top）
ek55duc1k8tenh59js57
--------------------------------------- */
#ek55duc1k8tenh59js57.bnr_bgcolor {
  padding: 200px 0;
  background: url(../files/bnrhalf_bg.png) no-repeat center, #f6f6f6;
}
#ek55duc1k8tenh59js57.bnr_bgcolor .easys_content_inner {
  top: 217px;
}

#ek55duc1k8tenh59js57 {
  position: relative;
  margin: 200px 0;
  height: 200px;
  /* 背景画像あれば */
  background: url(../files/bnrhalf_bg.png) no-repeat center;
}
#ek55duc1k8tenh59js57 div {
  margin: 0;
  padding: 0;
}
#ek55duc1k8tenh59js57 .easys_content_inner {
  position: absolute;
  top: 17px;
  left: calc(50% - 118px);
  width: 718px;
  height: 180px;
}
#ek55duc1k8tenh59js57 .field_1col {
  position: relative;
  overflow: hidden;
}
#ek55duc1k8tenh59js57 .field_1col::before,
#ek55duc1k8tenh59js57 .field_1col .eyecatch::before,
#ek55duc1k8tenh59js57 .field_1col .eyecatch::after {
  position: absolute;  
  display: block;
  content: "";
  transition: 0.3s;
  pointer-events: none;
}
#ek55duc1k8tenh59js57 .field_1col::before {
  top: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background: url(../files/bnrhalf_sns_hover.png) no-repeat center top;
}
#ek55duc1k8tenh59js57 .field_1col:hover::before {
  left: 0;
}
#ek55duc1k8tenh59js57 .field_1col .eyecatch::before,
#ek55duc1k8tenh59js57 .field_1col .eyecatch::after {
  top: 40px;
  width: 40px;
  height: 40px;
}
#ek55duc1k8tenh59js57 .field_1col:nth-of-type(1) .eyecatch::before,
#ek55duc1k8tenh59js57 .field_1col:nth-of-type(1) .eyecatch::after {
  right: 406px;
}
#ek55duc1k8tenh59js57 .field_1col:nth-of-type(2) .eyecatch::before,
#ek55duc1k8tenh59js57 .field_1col:nth-of-type(2) .eyecatch::after {
  right: 46px;
}
#ek55duc1k8tenh59js57 .field_1col .eyecatch::before {
  background: url(../files/bnrhalf_sns_icon.png) no-repeat center;
}
#ek55duc1k8tenh59js57 .field_1col .eyecatch::after {
  transition: 0.3s;
  opacity: 0;
  background: url(../files/bnrhalf_sns_icon_on.png) no-repeat center;
}
#ek55duc1k8tenh59js57 .field_1col:hover .eyecatch::after {
  opacity: 1;
}
#ek55duc1k8tenh59js57 .field_1col:hover .eyecatch::before,
#ek55duc1k8tenh59js57 .field_1col:hover .eyecatch::after {
  transform: translateX(10px);
}
#ek55duc1k8tenh59js57 .eyecatch {
  width: 100%;
}
#ek55duc1k8tenh59js57 .eyecatch a img {
  position: relative;
  opacity: 1;
}


/*イメージ画像（※top）
h544898rpn76cq8hzut1
--------------------------------------- */
#h544898rpn76cq8hzut1 {
  position: relative;
  overflow: hidden;
}
#h544898rpn76cq8hzut1 .easys_content_inner {
  padding: 0;
  width: 100%;
  height: 700px;

  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#h544898rpn76cq8hzut1 .img_display {
  height: 0;
}
#h544898rpn76cq8hzut1 img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;

  object-fit: cover;
}

#h544898rpn76cq8hzut1 .design_block.img00 {
  top: 0;
  left: calc(50% - 1000px);
  z-index: 1;
  background: url(../files/bg_pala_upper.png) no-repeat center;
  transform: translateY(100px);
}


/*バナー＞お問い合わせ（※top）
bhzdajmhhu10asd8a0vt
--------------------------------------- */
#bhzdajmhhu10asd8a0vt {
  margin: 200px 0 100px;
  position: relative;
}
#bhzdajmhhu10asd8a0vt div {
  margin: 0;
  padding: 0;
}
#bhzdajmhhu10asd8a0vt,
#bhzdajmhhu10asd8a0vt .easys_content_inner,
#bhzdajmhhu10asd8a0vt .field_1col {
  width: 100%;

  /* ブロックそのものの高さ */
  height: 410px;
}
#bhzdajmhhu10asd8a0vt .easys_content_inner {
  margin: 0 auto;
  width: calc(100% - 200px);
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  /* 背景画像 */
  background: url(../files/bnr_contact_bg.png) repeat-x center;
}
#bhzdajmhhu10asd8a0vt .eyecatch {
  position: absolute;
  top: 0;
  right: 100px;

  /*ボタン画像サイズ*/
  width: 380px;
  height: 100%;
}
#bhzdajmhhu10asd8a0vt .eyecatch::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  /*ON画像*/
  background: url(../files/bnr_contact_right_on.png) no-repeat center / 100%;
}
#bhzdajmhhu10asd8a0vt .eyecatch a img,
#bhzdajmhhu10asd8a0vt .eyecatch:hover::after {
  opacity: 1;
}

#bhzdajmhhu10asd8a0vt .eyecatch::before {
  content: "";
  position: absolute;
  top: 0;
  left: -380%;
  z-index: -1;
  display: block;
  width: 550%;
  height: 100%;
  pointer-events: none;
  background: url(../files/bnr_contact_hover_bg.png) no-repeat center top / 100%;
  transition: 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#bhzdajmhhu10asd8a0vt .eyecatch:hover::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#bhzdajmhhu10asd8a0vt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  display: block;
  width: 1100px;
  height: 410px;
  pointer-events: none;
  background:url(../files/bnr_contact_left.png) no-repeat left bottom / auto 100%;
}

@media (max-width: 1650px) {
  #bhzdajmhhu10asd8a0vt {
    padding-top: calc(410 / 2000 * 100%);
    height: 0;
  }
  #bhzdajmhhu10asd8a0vt div:not(.clear_float) {
    height: 100%;
  }
  #bhzdajmhhu10asd8a0vt .easys_content_inner {
    position: absolute;
    top: 0;
    left: 100px;
    background-size: auto 100%;
  }
  #bhzdajmhhu10asd8a0vt::after {
    width: calc(100% - 200px);
    height: 100%;
  }
  #bhzdajmhhu10asd8a0vt .eyecatch {
    right: calc(100 / 2000 * (100% + 200px));
    width: calc(380 / 2000 * (100% + 200px));
  }
}



/* ===========================================================================
   業務内容   pageID：9
=========================================================================== */

/*DB＞見えない場所に、確かな技術
htvq56mmmw277ouop1wn
--------------------------------------- */
#htvq56mmmw277ouop1wn {
  padding-bottom: calc((600 / 2000 * 100%) + 200px);
  /* 背景画像 */
  background: url(../files/design05_bg01.png) no-repeat center top;
}
#htvq56mmmw277ouop1wn,
#htvq56mmmw277ouop1wn .easys_content_inner,
#htvq56mmmw277ouop1wn .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 495px;
}
#htvq56mmmw277ouop1wn .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 190px 50px 0 auto;

  /* テキストエリアの横幅 */
  width: 800px;
}
#htvq56mmmw277ouop1wn .post_data {
  line-height: 2.3;
  margin-bottom: 0;
}
#htvq56mmmw277ouop1wn .design_block.img00,
#htvq56mmmw277ouop1wn .design_block.img01,
#htvq56mmmw277ouop1wn .design_block.img02,
#htvq56mmmw277ouop1wn .design_block.img03 {
  top: 495px;
  width: calc(480 / 2000 * 100%);
  height: calc(100% - 695px);
  transform: translateY(15%);
}
#htvq56mmmw277ouop1wn .design_block.img00 {
  left: calc(20 / 2000 * 100%);
  background: url(../files/design05_bg02-01.png) no-repeat center / 100%;
}
#htvq56mmmw277ouop1wn .design_block.img01 {
  left: calc(515 / 2000 * 100%);
  background: url(../files/design05_bg02-02.png) no-repeat center / 100%;
  transition-delay: 0.2s;
}
#htvq56mmmw277ouop1wn .design_block.img02 {
  left: calc(1005 / 2000 * 100%);
  background: url(../files/design05_bg02-03.png) no-repeat center / 100%;
  transition-delay: 0.4s;
}
#htvq56mmmw277ouop1wn .design_block.img03 {
  left: calc(1500 / 2000 * 100%);
  background: url(../files/design05_bg02-04.png) no-repeat center / 100%;
  transition-delay: 0.6s;
}

#htvq56mmmw277ouop1wn::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  /* ループさせる画像 */
  background: url(../files/design05_bg03_scroll.png) repeat-x left top;
  animation: loop 60s linear 0s infinite;
  pointer-events: none;
}
@keyframes loop {
  to {
    background-position: top left -3000px;
  }
}



/* ===========================================================================
   施工実績   pageID：12
=========================================================================== */

/*DB＞現場に寄り添い、安心を支える
v31v1gex3p40obsz3jrx
--------------------------------------- */
#v31v1gex3p40obsz3jrx {
  margin-top: 200px;
  padding-top: calc(400 / 2000 * 100%);
  /* 背景画像 */
  background: url(../files/design06_bg02.png) no-repeat center bottom 400px;
}
#v31v1gex3p40obsz3jrx,
#v31v1gex3p40obsz3jrx .easys_content_inner,
#v31v1gex3p40obsz3jrx .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 812px;
}
#v31v1gex3p40obsz3jrx .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 185px auto 0;

  /* テキストエリアの横幅 */
  width: 970px;
}
#v31v1gex3p40obsz3jrx .post_data {
  line-height: 2.3;
  margin-bottom: 0;
}
#v31v1gex3p40obsz3jrx .design_block.img00,
#v31v1gex3p40obsz3jrx .design_block.img01 {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 812px);
}
#v31v1gex3p40obsz3jrx .design_block.img00 {
  background: url(../files/design06_bg01-01.png) no-repeat center / 100%;
  transform: translateX(5%);
}
#v31v1gex3p40obsz3jrx .design_block.img01 {
  background: url(../files/design06_bg01-02.png) no-repeat center / 100%;
  transform: translateX(-5%);
}

.clip_in {
  opacity: 1;
  transition: 0.6s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.clip_in::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  transition: 0.6s;
  transition-delay: 0.8s;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.clip_in.moved {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.clip_in.moved::before {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
#v31v1gex3p40obsz3jrx .design_block.img02 {
  bottom: 200px;
  left: calc(50% - 650px);
  width: 1300px;
  height: 200px;
  background: url(../files/design06_bg03-01.png) no-repeat center;
}
#v31v1gex3p40obsz3jrx .design_block.img02::before {
  transition-delay: 0.8s;
}
#v31v1gex3p40obsz3jrx .design_block.img03 {
  bottom: 0;
  left: calc(50% - 650px);
  width: 1300px;
  height: 200px;
  background: url(../files/design06_bg03-02.png) no-repeat center;
  transition-delay: 0.2s;
}
#v31v1gex3p40obsz3jrx .design_block.img03::before {
  transition-delay: 1s;
}




/* ===========================================================================
   求人情報   pageID：15
=========================================================================== */

/*DB＞未来を照らす、電気の仕事をここから
it89cr1e2yi696t883x6
--------------------------------------- */
#it89cr1e2yi696t883x6 {
  margin-top: 60px;
  color: #ffffff;
  /* 背景画像 */
  background: url(../files/design07_bg01.jpg) no-repeat center top;
}
#it89cr1e2yi696t883x6,
#it89cr1e2yi696t883x6 .easys_content_inner,
#it89cr1e2yi696t883x6 .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 1214px;
}
#it89cr1e2yi696t883x6 .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 925px auto 0;

  /* テキストエリアの横幅 */
  width: 970px;
}
#it89cr1e2yi696t883x6 .post_data {
  line-height: 2.3;
  margin-bottom: 0;
}
#it89cr1e2yi696t883x6 .design_block.img00 {
  top: 620px;
  left: calc(50% - 480px);
  width: 960px;
  height: 290px;
  background: url(../files/design07_bg02.png) no-repeat center / 100%;
  transform: translateY(100px);
}


/*DB＞チームでつなぐ、現場の誇り
hm495vh93tfzhi7gb30g
--------------------------------------- */
#hm495vh93tfzhi7gb30g {
  padding-top: calc(300 / 2000 * 100%);
  color: #ffffff;
  /* 背景画像 */
  background: url(../files/design08_bg02.jpg) no-repeat center bottom;
}
#hm495vh93tfzhi7gb30g,
#hm495vh93tfzhi7gb30g .easys_content_inner,
#hm495vh93tfzhi7gb30g .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 688px;
}
#hm495vh93tfzhi7gb30g .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 260px auto 0;

  /* テキストエリアの横幅 */
  width: 970px;
}
#hm495vh93tfzhi7gb30g .post_data {
  line-height: 2.3;
  margin-bottom: 0;
}
#hm495vh93tfzhi7gb30g .design_block.img00 {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 688px);
  background: url(../files/design08_bg01.jpg) no-repeat center / 100%;
  transition: none;
  opacity: 1;
}



/* ===========================================================================
   会社概要   pageID：81
=========================================================================== */

/*DB＞代表挨拶
k0in1u9ccgd0071reun0
--------------------------------------- */
#k0in1u9ccgd0071reun0 {
  margin-bottom: 200px;
  /* 背景画像 */
  background: url(../files/design09_bg01.png) no-repeat center bottom;
}
#k0in1u9ccgd0071reun0,
#k0in1u9ccgd0071reun0 .easys_content_inner,
#k0in1u9ccgd0071reun0 .entry_post {
  /* デザインブロックの高さ（だいたい背景画像の高さ） */
  height: 1400px;
}
#k0in1u9ccgd0071reun0 .text_box {
  /* テキストエリアの位置調整はここのmarginで！ */
  margin: 1100px auto 0;

  /* テキストエリアの横幅 */
  width: 970px;
}
#k0in1u9ccgd0071reun0 .post_data {
  line-height: 2.3;
  margin-bottom: 0;
}
#k0in1u9ccgd0071reun0 .post_data p {
  margin-bottom: 30px;
}
#k0in1u9ccgd0071reun0 .design_block.img00 {
  top: 390px;
  left: calc(50% - 1000px);
  height: 440px;
  background: url(../files/design09_bg02-01.png) no-repeat center;
  transform: translateX(-100px);
}
#k0in1u9ccgd0071reun0 .design_block.img01 {
  top: 390px;
  left: calc(50% - 1000px);
  height: 440px;
  background: url(../files/design09_bg02-02.png) no-repeat center;
  transform: translateX(100px);
}
#k0in1u9ccgd0071reun0 .design_block.img02 {
  top: 0;
  left: calc(50% - 1000px);
  height: 830px;
  background: url(../files/design09_bg03.png) no-repeat center;
  transition: none;
  opacity: 1;
}
#k0in1u9ccgd0071reun0 .design_block.img03 {
  top: 924px;
  left: calc(50% - 480px);
  width: 960px;
  height: 150px;
  background: url(../files/design09_bg04.png) no-repeat center;
  transform: translateY(100px);
}


/*バナー＞業務内容/施工実績（※company）
ysl9siae3y6dlvzbkrll
--------------------------------------- */
#ysl9siae3y6dlvzbkrll {
  position: relative;
  margin: 200px 0;
  height: 400px;
}
#ysl9siae3y6dlvzbkrll div {
  margin: 0;
  padding: 0;
}
#ysl9siae3y6dlvzbkrll .easys_content_inner {
  position: absolute;
  top: 0;
  left: calc(50% - 650px);
  width: 1300px;
  height: 400px;
}
#ysl9siae3y6dlvzbkrll .field_1col {
  position: relative;
  overflow: hidden;
}
#ysl9siae3y6dlvzbkrll .field_1col::before,
#ysl9siae3y6dlvzbkrll .field_1col::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  pointer-events: none;
}
#ysl9siae3y6dlvzbkrll .field_1col::before {
  left: -101%;
  background: url(../files/bnrhalf02_hover_bg.png) no-repeat center;
}
#ysl9siae3y6dlvzbkrll .field_1col:hover::before {
  left: 0;
}
#ysl9siae3y6dlvzbkrll .field_1col::after {
  left: 0;
  opacity: 0;
}
#ysl9siae3y6dlvzbkrll .field_1col:nth-of-type(1)::after {
  background: url(../files/bnrhalf02_business_on.png) no-repeat center;
}
#ysl9siae3y6dlvzbkrll .field_1col:nth-of-type(2)::after {
  background: url(../files/bnrhalf02_works_on.png) no-repeat center;
}
#ysl9siae3y6dlvzbkrll .field_1col:hover::after {
  opacity: 1;
}
#ysl9siae3y6dlvzbkrll .eyecatch {
  width: 100%;
}
#ysl9siae3y6dlvzbkrll .eyecatch a img {
  position: relative;
  opacity: 1;
}


