@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #333;
  --link_color: #dc0f0f;
  --border_color: #666;
  --table_border_color: #636363;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #333;
  --td_character_color: #333;
  --required_color: #dc0f0f;
  --top_h1_color: #fff;
  --header_navigation_color: rgba(80,157,202,0.9);
  --top_entry_title_color: #333;
  --entry_title_bg_color: #fff;
  --blog_title_color: #333;
  --sub_entry_title_bg_color: #333;
  --entry_title_bg_w570_color: #333;
  --sub_entry_title_bg_w570_color: #333;
  --half_entry_title_bg_color: #333;
  --half_sub_entry_title_bg_color: #333;
  --column3_title_bg_color: #3a95c9;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #333;
  --footnavi_color: #333;
  --address_color: #333;
  --copy_color: #b6c0c6;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1040;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 820;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(80,157,202,0.8);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #fff;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #70e8ec;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #fff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #fff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #fff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #fff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000;/* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 0;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 65px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 70px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
  --custom_transition: .3s;   /*フェードの基本時間*/
}

/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  /* background: none transparent; */
  background: url(../files/body_bg.jpg) no-repeat center top calc(var(--header_h) * 1px) / 100%;
  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;
}

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

/* ※最初のブロックが背景ありになった場合の余白処理はfooter_common.jsに記述しています */
#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 {
  background: none transparent;
  height: calc(var(--header_h) * 1px);
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  /* background: url(../files/top_header_cover.png) no-repeat center bottom / 100%; */
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top : 125px;
  left: 65px;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("../files/main_logo.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  width : 355px;
  height: 65px;
  position: absolute;
  top : 60px;
  left: 0;
  background: url(../files/main_logo.png) no-repeat no-repeat left top;
  pointer-events: none;
  z-index: 700;
}
#header_information .main_header a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
#header_information .main_header a img {
  width: 100%;
  height: 100%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
div#access .menu-item a {
  background: url(../files/topnavi.png) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  width: 200px !important;
  padding: 0;
}
div#access .gnavi11 > a { background-position: calc(200px * 0) calc(var(--easys_navi_h) * 0) !important;}
div#access .gnavi12 > a { background-position: calc(200px * 0) calc(var(--easys_navi_h) * -1) !important;}
div#access .gnavi13 > a { background-position: calc(200px * 0) calc(var(--easys_navi_h) * -2) !important;}
div#access .gnavi14 > a { background-position: calc(200px * 0) calc(var(--easys_navi_h) * -3) !important;}
div#access .gnavi15 > a { background-position: calc(200px * -1) calc(var(--easys_navi_h) * 0) !important;}
div#access .gnavi16 > a { background-position: calc(200px * -1) calc(var(--easys_navi_h) * -1) !important;}
div#access .gnavi17 > a { background-position: calc(200px * -1) calc(var(--easys_navi_h) * -2) !important;}
div#access .gnavi11 > a:hover { background-position: calc(200px * -2) calc(var(--easys_navi_h) * 0) !important;}
div#access .gnavi12 > a:hover { background-position: calc(200px * -2) calc(var(--easys_navi_h) * -1) !important;}
div#access .gnavi13 > a:hover { background-position: calc(200px * -2) calc(var(--easys_navi_h) * -2) !important;}
div#access .gnavi14 > a:hover { background-position: calc(200px * -2) calc(var(--easys_navi_h) * -3) !important;}
div#access .gnavi15 > a:hover { background-position: calc(200px * -3) calc(var(--easys_navi_h) * 0) !important;}
div#access .gnavi16 > a:hover { background-position: calc(200px * -3) calc(var(--easys_navi_h) * -1) !important;}
div#access .gnavi17 > a:hover { background-position: calc(200px * -3) calc(var(--easys_navi_h) * -2) !important;}

/* ハンバーガーメニュー */
#access {
  width: 640px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -640px;
  background: var(--header_navigation_color);
  transition: .5s;
  overflow: visible;
}
.opened #access {
  right: 0px;
}
#access .menu-header {
  width: 400px;
  height: 260px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#access #menu-gnavi {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
#menuTrigger {
  background: url(../files/menu_btn_off.png) no-repeat center top;
  width : 155px;
  height: 50px;
  position: fixed;
  top  : 20px;
  right: 20px;
  /* margin: auto; */
  z-index: 900;
  cursor: pointer;
}
#menuTrigger button {
  background: rgba(0, 0, 0, 0);
  border: none;
  pointer-events: none;
}
.opened #menuTrigger {
  background-image: url(../files/menu_btn_on.png);
}

#menuTrigger span {
  height: 2px;
  width: 25px;
  background-color: #fff;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 25px;
  transition: 0.5s;
}
.opened #menuTrigger span {
  background-color: #333;
}

#menuTrigger span:nth-child(1) {
  top: 21px;
}
#menuTrigger span:nth-child(2) {
  top: 27px;
  width: 15px;
}

.opened #menuTrigger span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
}

.opened #menuTrigger span:nth-child(2) {
  transform: rotate(-45deg);
  top: 25px;
  width: 25px;
}


/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  flex-direction: column;
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  background: none var(--easys_standard_value002);
  box-sizing: border-box;
  color: var(--easys_standard_value003);
  padding: 15px 10px;
  line-height: 1.2em !important;
  text-align: left;
  white-space: nowrap;
  width: 100% !important;
  height: auto !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);
}

/* Gナビ上部固定(最大2000pxを維持) */
/* body.fixed #header_information {
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
body.fixed #header_information .main_header {
  display: block;
  pointer-events: all;
  top: 0;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  background: var(--header_navigation_color);
  width: clamp(960px, 100%, calc(var(--easys_max_width)*1px));
  height: var(--easys_fixed_h);
} */


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(var(--header_h) * 1px);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  width: 100%;
  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%;
}
#video_teaser,
#jquery_slider_pc .viewer {
  height: var(--easys_main_h) !important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  padding: 0;
  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 {
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  overflow: hidden;
  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 {
  background: none transparent;
  border-color: var(--border_color);
  border-style: dotted;
  border-width: 0 0 1px;
  line-height: 2;
  padding: 5px;
}
#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 {
  background: url(../files/footer_bg.png) no-repeat center top;
  height: 680px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  height: 640px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 230px 0 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  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: 100%;
  text-align: right;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: 360px;
  height: 200px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin-bottom: 20px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  /* width: 100%;
  text-align: center;
  top: 200px;
  left: 0; */

  width: 480px;
  text-align: left;
  top: 290px;
  left: calc(50% - 480px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner,
#footer_sns_btn div {
  width: fit-content;
  height: auto;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
  width: 480px;
  text-align: left;
  position: absolute;
  bottom: 240px;
  left: calc(50% - 480px);
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 0;
  top: 0;
  right: 20px;
  height: fit-content;
  margin: auto;
  z-index: 1000;
}

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

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
} */

.fixed_btn div,.fixed_btn div a,.fixed_btn div a:hover {
  width: auto !important;
  height: auto !important;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  position: relative !important;
}

.fixed_btn #fixed_btn_blog a::after {
  background-image: url(../files/btn_blog_on.png);
}
.fixed_btn #fixed_btn_gtn a::after {
  background-image: url(../files/btn_gaten_on.png);
}


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


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
}
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,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  フォントサイズはこちら
} */
* .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 {
  background: none var(--th_background_color);
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  color: var(--th_character_color);
  font-size: 15px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

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

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

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


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: var(--link_color);
  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 {
  background: none transparent;
  border: 1px solid var(--easys_standard_value007);
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  background-color: var(--link_color);
  border-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 {
  background: none var(--link_color);
  border-color: var(--link_color);
  border-style: solid;
  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 {
  background-color: transparent;
  border: 1px solid var(--link_color);
  color: var(--link_color);
}
div.link_list a:hover {
  background-color: var(--link_color);
  border: 1px solid var(--link_color);
  color: #fff;
}

.faq-title {
  background-color: var(--link_color);
  color: #fff;
  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 {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
  width: 8em;
}
.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 {
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  height: auto;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

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


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


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

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


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

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* メール更新ブロック */
.nj_03 .cu_mail_block {
  padding-bottom: 20px;
}
.nj_03 .img_size_thumb {
  height: 100px;
}
.nj_03 .img_size_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* フェードのipad対応 */
div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin { margin-bottom: 0 !important;}
.easys_content.no_margin + .easys_content:not(.no_margin) { margin-top: var(--custom_padding);}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}
.shosai #outer_block { padding-top: 70px !important;}

/* テーマ余白調整 */
.easys_content,
.easys_content_inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin):not(.nk_01) + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: var(--custom_padding);
}
#content > .easys_content:last-of-type:not(.no_margin) { margin-bottom: var(--custom_padding) !important;}

.easys_content[class*="nf_"] small + iframe {
  margin-top: 20px;
}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: calc(var(--custom_fade) * 1px);
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  top: 0px;
}
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
}


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}


/*  ローディング
---------------------------------------------------------------------------------------------------- */
#progress {
  display: none !important;
}
body::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #cfeef4 none;
  content: "";
  pointer-events: none;

  -webkit-clip-path: inset(0% 0 0 0);
          clip-path: inset(0% 0 0 0);
          z-index: 3000;
}

body.loaded::after {
  animation: anime-loadInTeaser 0.9s ease 0.1s forwards;
}

@keyframes anime-loadInTeaser {
  to {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* ON画像 */
#y685ixcmef2m1yprzeji [class*="_btn"] a::after,
#qe4gd9htdhzj9ivca4kd [class*="_btn"] a::after,
#ykg4sd877clc38kr2b7x [class*="_btn"] a::after,
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"] a::after,
#r6yshws89i5xfuyek1z3 [class*="_btn"] a::after,
.fixed_btn div a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: var(--custom_transition);
  opacity: 0;
}
#y685ixcmef2m1yprzeji [class*="_btn"] a:hover::after,
#qe4gd9htdhzj9ivca4kd [class*="_btn"] a:hover::after,
#ykg4sd877clc38kr2b7x [class*="_btn"] a:hover::after,
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"] a:hover::after,
#r6yshws89i5xfuyek1z3 [class*="_btn"] a:hover::after,
.fixed_btn div a:hover::after {
  opacity: 1;
}

/* 縮小されながら表示 */
.zoomIn {
  opacity: 1;
  overflow: hidden;
}
.zoomIn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transform: scale(1.2);
  transition: 2s;
}
.zoomIn.moved::before {
  opacity: 1;
  transform: none;
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#bgswazyj3gargeijgnwq,
#ctnwevh7z82ax30vfpqx {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#bgswazyj3gargeijgnwq div,
#ctnwevh7z82ax30vfpqx div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#bgswazyj3gargeijgnwq img,
#ctnwevh7z82ax30vfpqx img {
  position: relative;
}

/* リンク共通 */
#bgswazyj3gargeijgnwq a,
#ctnwevh7z82ax30vfpqx a {
  display: block;
  position: relative;
}
#bgswazyj3gargeijgnwq a:hover img,
#ctnwevh7z82ax30vfpqx a:hover img {
  opacity: 1;
}

/* お問い合わせ */
#bgswazyj3gargeijgnwq .easys_content_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
}

/* 画像＞イメージ */
#ctnwevh7z82ax30vfpqx .easys_content_inner {
  overflow: hidden;
  width: 100%;
}
#ctnwevh7z82ax30vfpqx [class*="field_"]:nth-of-type(1) {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#ctnwevh7z82ax30vfpqx [class*="field_"]:nth-of-type(1) img {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
#ctnwevh7z82ax30vfpqx [class*="field_"]:nth-of-type(2) {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
  z-index: 1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#y685ixcmef2m1yprzeji,
#qe4gd9htdhzj9ivca4kd,
#ykg4sd877clc38kr2b7x,
#r3fl5ac4ew7lmkgz0xoy,
#r6yshws89i5xfuyek1z3,
#cqt3z5kqtk9o2xaaq07x,
#d2jyarivln1d7pixsfwa,
#yysi7uvw18tmluef79ns,
#qy32rksrikiog8ryqc7m,
#l62z7s2umialofo20ong,
#ltb615err20u5j5zntfh {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#y685ixcmef2m1yprzeji .easys_content_inner,
#qe4gd9htdhzj9ivca4kd .easys_content_inner,
#ykg4sd877clc38kr2b7x .easys_content_inner,
#r3fl5ac4ew7lmkgz0xoy .easys_content_inner,
#r6yshws89i5xfuyek1z3 .easys_content_inner,
#cqt3z5kqtk9o2xaaq07x .easys_content_inner,
#d2jyarivln1d7pixsfwa .easys_content_inner,
#yysi7uvw18tmluef79ns .easys_content_inner,
#qy32rksrikiog8ryqc7m .easys_content_inner,
#l62z7s2umialofo20ong .easys_content_inner,
#ltb615err20u5j5zntfh .easys_content_inner {
  opacity: 1;
  top: 0px;
}
#y685ixcmef2m1yprzeji .post_margin,
#qe4gd9htdhzj9ivca4kd .post_margin,
#ykg4sd877clc38kr2b7x .post_margin,
#r3fl5ac4ew7lmkgz0xoy .post_margin,
#r6yshws89i5xfuyek1z3 .post_margin,
#cqt3z5kqtk9o2xaaq07x .post_margin,
#d2jyarivln1d7pixsfwa .post_margin,
#yysi7uvw18tmluef79ns .post_margin,
#qy32rksrikiog8ryqc7m .post_margin,
#l62z7s2umialofo20ong .post_margin,
#ltb615err20u5j5zntfh .post_margin {
  margin: 0;
}
#y685ixcmef2m1yprzeji .entry_post,
#qe4gd9htdhzj9ivca4kd .entry_post,
#ykg4sd877clc38kr2b7x .entry_post,
#r3fl5ac4ew7lmkgz0xoy .entry_post,
#r6yshws89i5xfuyek1z3 .entry_post,
#cqt3z5kqtk9o2xaaq07x .entry_post,
#d2jyarivln1d7pixsfwa .entry_post,
#yysi7uvw18tmluef79ns .entry_post,
#qy32rksrikiog8ryqc7m .entry_post,
#l62z7s2umialofo20ong .entry_post,
#ltb615err20u5j5zntfh .entry_post {
  box-sizing: border-box;
}
#y685ixcmef2m1yprzeji .entry_post > [class*="title"],
#qe4gd9htdhzj9ivca4kd .entry_post > [class*="title"],
#ykg4sd877clc38kr2b7x .entry_post > [class*="title"],
#r3fl5ac4ew7lmkgz0xoy .entry_post > [class*="title"],
#r6yshws89i5xfuyek1z3 .entry_post > [class*="title"],
#cqt3z5kqtk9o2xaaq07x .entry_post > [class*="title"],
#d2jyarivln1d7pixsfwa .entry_post > [class*="title"],
#yysi7uvw18tmluef79ns .entry_post > [class*="title"],
#qy32rksrikiog8ryqc7m .entry_post > [class*="title"],
#l62z7s2umialofo20ong .entry_post > [class*="title"],
#ltb615err20u5j5zntfh .entry_post > [class*="title"] {
  display: none;
}
#y685ixcmef2m1yprzeji .text_box,
#qe4gd9htdhzj9ivca4kd .text_box,
#ykg4sd877clc38kr2b7x .text_box,
#r3fl5ac4ew7lmkgz0xoy .text_box,
#r6yshws89i5xfuyek1z3 .text_box,
#cqt3z5kqtk9o2xaaq07x .text_box,
#d2jyarivln1d7pixsfwa .text_box,
#yysi7uvw18tmluef79ns .text_box,
#qy32rksrikiog8ryqc7m .text_box,
#l62z7s2umialofo20ong .text_box,
#ltb615err20u5j5zntfh .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  /* margin: 0; */
  margin: calc(var(--custom_fade) * 1px) 0 0;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#y685ixcmef2m1yprzeji .text_box.moved,
#qe4gd9htdhzj9ivca4kd .text_box.moved,
#ykg4sd877clc38kr2b7x .text_box.moved,
#r3fl5ac4ew7lmkgz0xoy .text_box.moved,
#r6yshws89i5xfuyek1z3 .text_box.moved,
#cqt3z5kqtk9o2xaaq07x .text_box.moved,
#d2jyarivln1d7pixsfwa .text_box.moved,
#yysi7uvw18tmluef79ns .text_box.moved,
#qy32rksrikiog8ryqc7m .text_box.moved,
#l62z7s2umialofo20ong .text_box.moved,
#ltb615err20u5j5zntfh .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#y685ixcmef2m1yprzeji .post_data,
#qe4gd9htdhzj9ivca4kd .post_data,
#ykg4sd877clc38kr2b7x .post_data,
#r3fl5ac4ew7lmkgz0xoy .post_data,
#r6yshws89i5xfuyek1z3 .post_data,
#cqt3z5kqtk9o2xaaq07x .post_data,
#d2jyarivln1d7pixsfwa .post_data,
#yysi7uvw18tmluef79ns .post_data,
#qy32rksrikiog8ryqc7m .post_data,
#l62z7s2umialofo20ong .post_data,
#ltb615err20u5j5zntfh .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#y685ixcmef2m1yprzeji .design_block[class*="block"].moved,
#qe4gd9htdhzj9ivca4kd .design_block[class*="block"].moved,
#ykg4sd877clc38kr2b7x .design_block[class*="block"].moved,
#r3fl5ac4ew7lmkgz0xoy .design_block[class*="block"].moved,
#r6yshws89i5xfuyek1z3 .design_block[class*="block"].moved,
#cqt3z5kqtk9o2xaaq07x .design_block[class*="block"].moved,
#d2jyarivln1d7pixsfwa .design_block[class*="block"].moved,
#yysi7uvw18tmluef79ns .design_block[class*="block"].moved,
#qy32rksrikiog8ryqc7m .design_block[class*="block"].moved,
#l62z7s2umialofo20ong .design_block[class*="block"].moved,
#ltb615err20u5j5zntfh .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* 共通ボタン-ブロック内リンク */
/* ※遷移先でのボタン非表示処理はfooter_common.jsで行っています※ */
#y685ixcmef2m1yprzeji [class*="_btn"],
#qe4gd9htdhzj9ivca4kd [class*="_btn"],
#ykg4sd877clc38kr2b7x [class*="_btn"],
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"],
#r6yshws89i5xfuyek1z3 [class*="_btn"] {
  margin: 30px 0 0;
  padding: 0;
  width: 250px;
  height: 45px;
}
#y685ixcmef2m1yprzeji [class*="_btn"] a,
#qe4gd9htdhzj9ivca4kd [class*="_btn"] a,
#ykg4sd877clc38kr2b7x [class*="_btn"] a,
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"] a,
#r6yshws89i5xfuyek1z3 [class*="_btn"] a {
  background: url(../files/design01_btn_off.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
#y685ixcmef2m1yprzeji [class*="_btn"] a::after,
#qe4gd9htdhzj9ivca4kd [class*="_btn"] a::after,
#ykg4sd877clc38kr2b7x [class*="_btn"] a::after,
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"] a::after,
#r6yshws89i5xfuyek1z3 [class*="_btn"] a::after {
  background: url(../files/design01_btn_on.png) no-repeat center top;
}

/* 機械器具設置からプラント工事まで */
#y685ixcmef2m1yprzeji {
  background-image: url(../files/design01_bg.jpg);
  height: 920px;
}
#y685ixcmef2m1yprzeji .entry_post {
  padding: 530px 420px 0 60px;
}
#y685ixcmef2m1yprzeji .post_data {
  color: #fff;
}
#y685ixcmef2m1yprzeji > .design_block.block1 {
  width: 500px;
  height: 255px;
  top: 320px;
  left: calc(50% + 105px);
}
#y685ixcmef2m1yprzeji > .design_block.block1::before {
  background-image: url(../files/design01_img01.png);
}
#y685ixcmef2m1yprzeji > .design_block.block2 {
  width: 500px;
  height: 255px;
  top: 590px;
  left: calc(50% + 175px);
}
#y685ixcmef2m1yprzeji > .design_block.block2::before {
  background-image: url(../files/design01_img02.png);
}

/* 地域に根ざし、信頼と技術で応える施工のプロフェッショナル */
#qe4gd9htdhzj9ivca4kd {
  height: 1160px;
}
#qe4gd9htdhzj9ivca4kd .entry_post {
  padding: 680px 0 0 450px;
}
#qe4gd9htdhzj9ivca4kd .post_data {
  color: #fff;
}
#qe4gd9htdhzj9ivca4kd [class*="_btn"] a {
  background: url(../files/design02_btn_off.png) no-repeat center top;
}
#qe4gd9htdhzj9ivca4kd [class*="_btn"] a::after {
  background: url(../files/design02_btn_on.png) no-repeat center top;
}
#qe4gd9htdhzj9ivca4kd > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(1px 0) !important;
  clip-path:         inset(1px 0) !important;
}
#qe4gd9htdhzj9ivca4kd > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design02_bg.jpg) no-repeat center center / cover;
  z-index: -1;
}
#qe4gd9htdhzj9ivca4kd > .design_block.block2 {
  background-image: url(../files/design02_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#qe4gd9htdhzj9ivca4kd > .design_block.block3 {
  width : 10px;
  height: 10px;
  top: 646px;
  left: calc(50% - 225px);
  transform: translate(-50%, -50%) !important;
  animation: plus-loop 3.5s cubic-bezier(0,0,0.25,0.99) infinite;
  border: 1px solid #fff;
  border-radius: 99999px;
  opacity: 0;
  pointer-events: none;
}
@keyframes plus-loop {
  99% {
    width : 500px;
    height: 500px;
  }
  0%,3%,90%,99%,100% { opacity: 0;}
  5% { opacity: 1; }
}

/* 多様な車両・重機で現場を支える機動力 */
#ykg4sd877clc38kr2b7x {
  background-image: url(../files/design03_bg.jpg);
  height: 1060px;
}
#ykg4sd877clc38kr2b7x .entry_post {
  padding: 570px 420px 0 50px;
}
#ykg4sd877clc38kr2b7x .post_data {
  color: #fff;
}
#ykg4sd877clc38kr2b7x [class*="_btn"] a {
  background: url(../files/design03_btn_off.png) no-repeat center top;
}
#ykg4sd877clc38kr2b7x [class*="_btn"] a::after {
  background: url(../files/design03_btn_on.png) no-repeat center top;
}
#ykg4sd877clc38kr2b7x > .design_block.block1 {
  width: 862px;
  height: 453px;
  top: 370px;
  left: calc(50% + 140px);
}
#ykg4sd877clc38kr2b7x > .design_block.block1::before {
  background-image: url(../files/design03_img01.png);
}
#ykg4sd877clc38kr2b7x > .design_block.block2 {
  background-image: url(../files/design03_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* 高い安全意識と専門性を支える資格保有状況 */
#r3fl5ac4ew7lmkgz0xoy {
  background-image: url(../files/design04_bg.jpg);
  height: 900px;
}
#r3fl5ac4ew7lmkgz0xoy .entry_post {
  padding: 230px 0 0 470px;
}
#r3fl5ac4ew7lmkgz0xoy .post_data {
  color: #fff;
}
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"] a {
  background: url(../files/design04_btn_off.png) no-repeat center top;
}
#r3fl5ac4ew7lmkgz0xoy [class*="_btn"] a::after {
  background: url(../files/design04_btn_on.png) no-repeat center top;
}
#r3fl5ac4ew7lmkgz0xoy > .design_block.block1 {
  width: 445px;
  height: 220px;
  top: 60px;
  left: calc(50% - 525px);
}
#r3fl5ac4ew7lmkgz0xoy > .design_block.block1::before {
  background-image: url(../files/design04_img01.png);
}
#r3fl5ac4ew7lmkgz0xoy > .design_block.block2 {
  width: 445px;
  height: 220px;
  top: 290px;
  left: calc(50% - 525px);
}
#r3fl5ac4ew7lmkgz0xoy > .design_block.block2::before {
  background-image: url(../files/design03_img01.png);
}

/* 重量工・作業員募集中！ */
#r6yshws89i5xfuyek1z3 {
  background-image: url(../files/design05_bg.jpg);
  height: 890px;
}
#r6yshws89i5xfuyek1z3 .text_box {
  position: relative;
}
#r6yshws89i5xfuyek1z3 .entry_post {
  padding: 580px 0 0 460px;
}
#r6yshws89i5xfuyek1z3 [class*="_btn"] {
  position: absolute;
  top: 100px;
  left: -460px;
}
#r6yshws89i5xfuyek1z3 [class*="_btn"] a {
  background: url(../files/design05_btn_off.png) no-repeat center top;
}
#r6yshws89i5xfuyek1z3 [class*="_btn"] a::after {
  background: url(../files/design05_btn_on.png) no-repeat center top;
  background-color: #fff;
}
#r6yshws89i5xfuyek1z3 > .design_block.block1 {
  width: 480px;
  height: 220px;
  top: 298px;
  left: calc(50% - 510px);
}
#r6yshws89i5xfuyek1z3 > .design_block.block1::before {
  background-image: url(../files/design05_img01.png);
}
#r6yshws89i5xfuyek1z3 > .design_block.block2 {
  width: 480px;
  height: 220px;
  top: 298px;
  left: calc(50% - 15px);
}
#r6yshws89i5xfuyek1z3 > .design_block.block2::before {
  background-image: url(../files/design05_img02.png);
}

/* 幅広い現場に応える土佐商事 */
#cqt3z5kqtk9o2xaaq07x {
  background-image: url(../files/design06_bg.jpg);
  height: 1060px;
}
#cqt3z5kqtk9o2xaaq07x .entry_post {
  padding: 480px 400px 0 0;
}
#cqt3z5kqtk9o2xaaq07x > .design_block.block1 {
  width: 540px;
  height: 255px;
  top: 190px;
  left: calc(50% + 120px);
}
#cqt3z5kqtk9o2xaaq07x > .design_block.block1::before {
  background-image: url(../files/design06_img01.png);
}
#cqt3z5kqtk9o2xaaq07x > .design_block.block2 {
  width: 540px;
  height: 255px;
  top: 455px;
  left: calc(50% + 177px);
}
#cqt3z5kqtk9o2xaaq07x > .design_block.block2::before {
  background-image: url(../files/design06_img02.png);
}

/* 確かな技術と実績で築く信頼の施工 */
#d2jyarivln1d7pixsfwa {
  background-image: url(../files/design07_bg.jpg);
  height: 1110px;
}
#d2jyarivln1d7pixsfwa .entry_post {
  padding: 530px 0 0 370px;
}
#d2jyarivln1d7pixsfwa .post_data {
  color: #fff;
}
#d2jyarivln1d7pixsfwa > .design_block.block1 {
  width: 475px;
  height: 255px;
  top: 170px;
  left: calc(50% - 480px);
}
#d2jyarivln1d7pixsfwa > .design_block.block1::before {
  background-image: url(../files/design07_img01.png);
}
#d2jyarivln1d7pixsfwa > .design_block.block2 {
  width: 475px;
  height: 255px;
  top: 200px;
  left: calc(50% + 5px);
}
#d2jyarivln1d7pixsfwa > .design_block.block2::before {
  background-image: url(../files/design07_img02.png);
}

/* 一緒に現場を支える仲間を募集しています */
#yysi7uvw18tmluef79ns {
  background-image: url(../files/design08_bg.jpg);
  height: 1110px;
}
#yysi7uvw18tmluef79ns .entry_post {
  padding: 560px 410px 0 0;
}
#yysi7uvw18tmluef79ns .post_data {
  color: #fff;
}
#yysi7uvw18tmluef79ns > .design_block.block1 {
  width: 540px;
  height: 250px;
  top: 320px;
  left: calc(50% + 120px);
}
#yysi7uvw18tmluef79ns > .design_block.block1::before {
  background-image: url(../files/design08_img01.png);
}
#yysi7uvw18tmluef79ns > .design_block.block2 {
  width: 540px;
  height: 250px;
  top: 580px;
  left: calc(50% + 120px);
}
#yysi7uvw18tmluef79ns > .design_block.block2::before {
  background-image: url(../files/design08_img02.png);
}

/* 自社保有の車両・重機体制 */
#qy32rksrikiog8ryqc7m {
  background-image: url(../files/design09_bg.jpg);
  height: 1110px;
}
#qy32rksrikiog8ryqc7m .entry_post {
  padding: 400px 0 0 392px;
}
#qy32rksrikiog8ryqc7m .post_data {
  color: #fff;
}

/* 専門性を高め、現場力を磨く人材育成の取り組み */
#l62z7s2umialofo20ong {
  background-image: url(../files/design10_bg.jpg);
  height: 1110px;
}
#l62z7s2umialofo20ong .entry_post {
  padding: 600px 0 0 410px;
}
#l62z7s2umialofo20ong .post_data {
  color: #fff;
}
#l62z7s2umialofo20ong > .design_block.block1 {
  width: 495px;
  height: 660px;
  top: 170px;
  left: calc(50% - 675px);
}
#l62z7s2umialofo20ong > .design_block.block1::before {
  background-image: url(../files/design10_img01.png);
}

/* 熱意と行動。仕掛けと実行。 */
#ltb615err20u5j5zntfh {
  height: 1290px;
}
#ltb615err20u5j5zntfh .entry_post {
  padding: 500px 0 0 410px;
}
#ltb615err20u5j5zntfh .post_data {
  color: #fff;
}
#ltb615err20u5j5zntfh > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(1px 0) !important;
  clip-path:         inset(1px 0) !important;
}
#ltb615err20u5j5zntfh > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design11_bg.jpg) no-repeat center center / cover;
  z-index: -1;
}
#ltb615err20u5j5zntfh > .design_block.block2 {
  background-image: url(../files/design11_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
