@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #f4f3f3;
  --body_text_color: #000;
  --link_color: #1b433b;
  --border_color: #c0c0c0;
  --table_border_color: #7e7e7e;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #000;
  --td_character_color: #000;
  --required_color: #1b433b;
  --top_h1_color: #fff;
  --header_navigation_color: url(../files/menu_bg.jpg) repeat left top;
  --top_entry_title_color: #262626;
  --entry_title_bg_color: #262626;
  --blog_title_color: #262626;
  --sub_entry_title_bg_color: #1b433b;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #1b433b;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #1b433b;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #262626;
  --footnavi_color: #c0c0c0;
  --address_color: #c0c0c0;
  --copy_color: #c0c0c0;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1080;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 920;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666;/* プルダウンメニュー＞文字色(ホバー時) */
  --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 : 42px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 160px; /*ブロック間余白*/
  --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 no-repeat center top calc(var(--header_h) * 1px) / 100%;
  /* 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-image: url(../files/top_body_bg.png);
}
#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;
  bottom: 0;
  left: 0;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  width: calc(160 / var(--easys_max_width) * 100%);
  height: calc(320 / var(--easys_naka_main_h) * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_6 #site-description {
  height: calc(320 / var(--easys_top_main_h) * 100%);
}
#site-description a {
  box-sizing: border-box;
  color: var(--top_h1_color);
  display: block;
  padding: 10% 5%;
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーの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: calc(160 / var(--easys_max_width) * 100%);
  height: 324px;
  position: absolute;
  top : 0;
  left: 0;
  background: url(../files/main_logo.png) no-repeat no-repeat center 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%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
/* PC版でハンバーガー */
div#access .menu-item a {
  background: url(../files/topnavi01.png) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  width: 320px !important;
  padding: 0;
}
div#access .gnavi11 a { background-image: url(../files/topnavi01.png);}
div#access .gnavi12 a { background-image: url(../files/topnavi02.png);}
div#access .gnavi13 a { background-image: url(../files/topnavi03.png);}
div#access .gnavi14 a { background-image: url(../files/topnavi04.png);}
div#access .gnavi15 a { background-image: url(../files/topnavi05.png);}
div#access .gnavi16 a { background-image: url(../files/topnavi06.png);}
div#access .gnavi17 a { background-image: url(../files/topnavi07.png);}
div#access .menu-item a:hover { background-position: left top;}

/* ハンバーガーメニュー */
#access {
  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: auto;
  background: var(--header_navigation_color);
  transition: .5s;
  overflow: visible;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path:         inset(0 0 100% 0);
}
.opened #access {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#access .menu-header {
  box-sizing: border-box;
  width: 1100px;
  height: 210px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-left: 430px;
}
#access #menu-gnavi {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 14px 30px;
  width: 100%;
  height: 100%;
}
#access .nav_logo {
  position: absolute;
  top: calc(50% - 105px);
  left: calc(50% - 550px);
  width: 1100px;
  height: 210px;
  pointer-events: none;
}
#access .nav_logo a {
  display: block;
  height: 100%;
  width: 400px;
  background: url(../files/info_bg.png) no-repeat left center;
  padding: 0;
  pointer-events: all;
}

/* hoverで下線出す */
div#access #menu-gnavi > .menu-item > a::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 14px;
  left: 0;
  background: none #00b792;
  transition: var(--custom_transition);
}
div#access #menu-gnavi > .menu-item > a:hover::after {
  width: 100%;
}

/* プルダウンメニューのサイズ */
#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);
}

#menuTrigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 995;
  display: block;
  width: 190px;
  height: 58px;
  background: url(../files/btn_menu_bg.png) no-repeat center top;
  cursor: pointer;
}
#menuTrigger span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 46px;
  height: 2px;
  background-color: transparent;
  transition: transform 0.3s;
}
#menuTrigger span:nth-of-type(1) {
  transform: translate3d(0,19px,0);
}
#menuTrigger span:nth-of-type(2) {
  transform: translate3d(0,27px,0);
}
#menuTrigger span:nth-of-type(3) {
  transform: translate3d(0,35px,0);
}
#menuTrigger button {
  position: relative;
  left: 40px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#menuTrigger span:after,
#menuTrigger span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: " ";
  transition: transform 0.6s cubic-bezier(0,0.55,0.45,1) 0.2s;
}
#menuTrigger span:before {
  transform: translate3d(0,0,0);
}
#menuTrigger span:after {
  transform: translate3d(-100%,0,0);
}
.opened #menuTrigger span:before,
#menuTrigger:hover span:before {
  transform: translate3d(100%,0,0);
}
.opened #menuTrigger span:after,
#menuTrigger:hover span:after {
  transform: translate3d(0,0,0);
}

#menuTrigger:hover span:nth-of-type(1):before {
  transition-delay: 0.2s;
}
#menuTrigger:hover span:nth-of-type(1):after {
  transition-delay: 0.3s;
}
#menuTrigger:hover span:nth-of-type(2):before {
  transition-delay: 0.4s;
}
#menuTrigger:hover span:nth-of-type(2):after {
  transition-delay: 0.5s;
}
#menuTrigger:hover span:nth-of-type(3):before {
  transition-delay: 0.6s;
}
#menuTrigger:hover span:nth-of-type(3):after {
  transition-delay: 0.7s;
}
/* アクティブ時 */
.opened #menuTrigger span:nth-of-type(1) {
  transform: translate3d(-2px,26px,0) rotate(45deg);
}
.opened #menuTrigger span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(20px,7px,0);
  /* transition:none; */
}
.opened #menuTrigger span:nth-of-type(3) {
  transform: translate3d(-3px,26px,0) rotate(-45deg);
}
/*ナビ開いてるとき hoverで×回転*/
.opened #menuTrigger button {
  transition: 0.3s;
  transform: rotate(0deg);
}
.opened #menuTrigger button:hover {
  transition: 0.3s;
  transform: rotate(90deg);
}

/* 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;
  background-image: url(../files/main_logo02.png);
  width: 120px;
  height: 224px;
}
/* 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.jpg) repeat-x left top;
  height: 650px;
  position: relative;
}
#footer_box {
  /* background: none transparent; */
  background: url(../files/footer_box_bg.png) no-repeat center top;
  height: 560px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 145px 0 0;
  width: 1100px;
  /*絶対値指定する時
  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-direction: column;
  flex-wrap: wrap;
  width: 200px;
  height: 220px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
  text-align: right;
  padding-right: 1px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.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: 800px;
  text-align: left;
  top: 275px;
  left: calc(50% - 550px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}
#footer_information .entry-post .post-data > p.tel {
  margin-top: 110px;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 0;
  position: absolute;
  top: 130px;
  left: 810px;
}
#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);
  text-align: left;
  width: 1100px;
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 120px;
  z-index: 1000;
}
.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

/* デフォルト動作 */
.fixed_btn {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  overflow: hidden;
}
.fixed_btn div a {
  pointer-events: all;
}

.fixed_btn > div {
  position: relative;
}

/* .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;
} */


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  box-sizing: border-box;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
}
#float_top_btn > a {
  position: absolute;
  right: 20px;
  bottom: 0;
  pointer-events: all;
  width: fit-content;
  height: fit-content;
  display: block;
}
#float_top_btn > a:hover img {
  opacity: 0.8;
}

#float_top_btn a::after {
  content: "";
  background: url(../files/top_btn_arr.png) no-repeat center center;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#float_top_btn a:hover::after {
  animation: footerBackbtnTick 1s cubic-bezier(.19,1,.22,1) 0s infinite normal both
}
@keyframes footerBackbtnTick {
  0% {
      transform: translateY(-10px)
  }

  75% {
      transform: translate(0)
  }

  to {
      transform: translate(0)
  }
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  /* background-image: url(../files/top_entry_title.png); */
  background-image: none;
  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);
}

/* read-more時の中央揃え*/
.entry_title {
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.entry_title h3 {
  padding-left: 120px;
  width: 700px;
}
.sub_entry_title {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.sub_entry_title h4 {
  padding-left: 120px;
  width: 700px;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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対応 */
.easys_content:not(.ni_01) 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;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#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;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* リンクボタン */
.design_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/bnr_clients_link_btn_on.png) no-repeat center center / 100%;
  pointer-events: none;
  opacity: 0;
}
.design_btn:hover::after {
  opacity: 1;
}
.design_btn > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 10;
}
.design_btn > div span {
  background-color: #00b792;
  position: absolute;
  transition: var(--custom_transition);
}
.design_btn > div span:nth-of-type(1) {
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
}
.design_btn > div span:nth-of-type(2) {
  top: 0;
  right: 0;
  height: 0%;
  width: 1px;
}
.design_btn > div span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0%;
}
.design_btn > div span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  height: 0%;
  width: 1px;
}
.design_btn:hover > div span:nth-of-type(1),
.design_btn:hover > div span:nth-of-type(3) {
  width: 100%;
}
.design_btn:hover > div span:nth-of-type(2),
.design_btn:hover > div span:nth-of-type(4) {
  height: 100%;
}
.design_btn > div span:nth-of-type(5),
.design_btn > div span:nth-of-type(6) {
  margin: auto;
  top: 0;
  bottom: 0;
  height: 1px;
}
.design_btn > div span:nth-of-type(5) {
  left: 83%;
  width: 5%;
  transform-origin: left;
}
.design_btn > div span:nth-of-type(6) {
  background-color: #fff;
  left: calc(83% + 6%);
  width: 30%;
  transform-origin: right;
}
.design_btn:hover > div span:nth-of-type(5) {
  transform: scale(5.5,1);
}
.design_btn:hover > div span:nth-of-type(6) {
  transform: scale(0.2,1);
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#hppx746wvrxw47zjwkb9,
#s5go79qh92e3vw3yw5nn,
#oxv99ajf2zloq05tqv5e,
#opkhpa7ckag9mv8cjhrz {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#hppx746wvrxw47zjwkb9 div,
#s5go79qh92e3vw3yw5nn div,
#oxv99ajf2zloq05tqv5e div,
#opkhpa7ckag9mv8cjhrz div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#hppx746wvrxw47zjwkb9 img,
#s5go79qh92e3vw3yw5nn img,
#oxv99ajf2zloq05tqv5e img,
#opkhpa7ckag9mv8cjhrz img {
  position: relative;
}
#hppx746wvrxw47zjwkb9 .design_block[class*="block"].moved,
#s5go79qh92e3vw3yw5nn .design_block[class*="block"].moved,
#oxv99ajf2zloq05tqv5e .design_block[class*="block"].moved,
#opkhpa7ckag9mv8cjhrz .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;
}

/* リンク共通 */
#hppx746wvrxw47zjwkb9 a,
#s5go79qh92e3vw3yw5nn a,
#oxv99ajf2zloq05tqv5e a,
#opkhpa7ckag9mv8cjhrz a {
  display: block;
  position: relative;
}
#hppx746wvrxw47zjwkb9 a:hover img,
#s5go79qh92e3vw3yw5nn a:hover img,
#oxv99ajf2zloq05tqv5e a:hover img,
#opkhpa7ckag9mv8cjhrz a:hover img {
  opacity: 1;
}

/* レスポンシブフルサイズバナー */
#hppx746wvrxw47zjwkb9,
#s5go79qh92e3vw3yw5nn {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#hppx746wvrxw47zjwkb9 .easys_content_inner,
#s5go79qh92e3vw3yw5nn .easys_content_inner {
  padding: 0;
  width: 100%;
}
#hppx746wvrxw47zjwkb9 .img_display,
#s5go79qh92e3vw3yw5nn .img_display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hppx746wvrxw47zjwkb9 [class*="field_"],
#s5go79qh92e3vw3yw5nn [class*="field_"] {
  position: absolute;
}
#hppx746wvrxw47zjwkb9 [class*="field_"] .eyecatch,
#s5go79qh92e3vw3yw5nn [class*="field_"] .eyecatch,
#hppx746wvrxw47zjwkb9 [class*="field_"] .eyecatch a,
#s5go79qh92e3vw3yw5nn [class*="field_"] .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 主要取引先 */
:root {
  --bnrCustomer_h: 734;
}
#hppx746wvrxw47zjwkb9 {
  background-image: url(../files/bnr_clients_bg.jpg);
}
#hppx746wvrxw47zjwkb9 .easys_content_inner {
  padding-top: calc(var(--bnrCustomer_h) / var(--easys_max_width) * 100%);
}
#hppx746wvrxw47zjwkb9 [class*="field_"] {
  width: calc(250 / var(--easys_max_width) * 100%);
  height: calc(60 / var(--bnrCustomer_h) * 100%);
  top: calc(514 / var(--bnrCustomer_h) * 100%);
  left: calc(875 / var(--easys_max_width) * 100%);
}

/* お問い合わせ */
:root {
  --bnrContact_h: 665;
}
#s5go79qh92e3vw3yw5nn {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#s5go79qh92e3vw3yw5nn .easys_content_inner {
  padding-top: calc(var(--bnrContact_h) / var(--easys_max_width) * 100%);
}
#s5go79qh92e3vw3yw5nn [class*="field_"] {
  width: calc(250 / var(--easys_max_width) * 100%);
  height: calc(60 / var(--bnrContact_h) * 100%);
  top: calc(510 / var(--bnrContact_h) * 100%);
  left: calc(80 / var(--easys_max_width) * 100%);
}
#s5go79qh92e3vw3yw5nn .design_btn::after {
  background-image: url(../files/bnr_contact_link_btn_on.png);
}
#s5go79qh92e3vw3yw5nn > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  transition: var(--custom_transition);
}
#s5go79qh92e3vw3yw5nn.active > .design_block.block1 {
  scale: 1.1;
}
#s5go79qh92e3vw3yw5nn > .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/bnr_contact_bg.jpg) no-repeat center center / cover;
  z-index: -1;
}
#s5go79qh92e3vw3yw5nn > .design_block.block2 {
  background: url(../files/bnr_contact.png) no-repeat center center / 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* お問い合わせ/GATEN職 */
#oxv99ajf2zloq05tqv5e {
  background: 
  url(../files/bnrhalf_bg.png) no-repeat center center,
  url(../files/block_bg_01.jpg) repeat left top;
  padding: 230px 0 180px;
}
#oxv99ajf2zloq05tqv5e .easys_content_inner {
  width: 900px;
}
#oxv99ajf2zloq05tqv5e [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#oxv99ajf2zloq05tqv5e [class*="field_"]:nth-of-type(2) {
  margin-top: 140px;
}
#oxv99ajf2zloq05tqv5e .eyecatch {
  width: 100% !important;
}
#oxv99ajf2zloq05tqv5e a > .design_block {
  position: relative;
  width: 100%;
  height: 220px;
  opacity: 1;
  overflow: hidden;
}
#oxv99ajf2zloq05tqv5e a > .design_block::before,
#oxv99ajf2zloq05tqv5e a > .design_block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
#oxv99ajf2zloq05tqv5e a > .design_block::before {
  transition: var(--custom_transition);
}
#oxv99ajf2zloq05tqv5e a:hover > .design_block::before {
  transform: scale(1.1);
}
#oxv99ajf2zloq05tqv5e a > .design_block::after {
  background-image: url(../files/bnrhalf_img_cover.png);
}
#oxv99ajf2zloq05tqv5e [class*="field_"]:nth-of-type(1) a > .design_block::before {
  background-image: url(../files/bnrhalf_contact_img.png);
}
#oxv99ajf2zloq05tqv5e [class*="field_"]:nth-of-type(2) a > .design_block::before {
  background-image: url(../files/bnrhalf_gaten_img.png);
}
#oxv99ajf2zloq05tqv5e a::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00b792;
  transition: var(--custom_transition);
}
#oxv99ajf2zloq05tqv5e a:hover::after {
  width: 100%;
}

/* 動画＞イメージ */
#opkhpa7ckag9mv8cjhrz .easys_content_inner {
  width: 100%;
  position: relative;
}
#opkhpa7ckag9mv8cjhrz #html_video01 {
  width: 100%;
  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;
}
#opkhpa7ckag9mv8cjhrz #html_video01 video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
#opkhpa7ckag9mv8cjhrz #html_catch01 {
  position: relative;
  width: 100%;
  z-index: 1;
}
#opkhpa7ckag9mv8cjhrz #html_catch01 img {
  width: 100%;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#fad69cylqzf673ypzjzm,
#fe1rpguev96gtfm9k3qp,
#jl5cbnepdrdkh291rx0l,
#osm331v3ltpj7233yfwb,
#h79rclz0dqq8o0yef70d,
#u0048a2g9jvropa728qv,
#j8sfjabpzyjub22jxhbh {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#fad69cylqzf673ypzjzm .easys_content_inner,
#fe1rpguev96gtfm9k3qp .easys_content_inner,
#jl5cbnepdrdkh291rx0l .easys_content_inner,
#osm331v3ltpj7233yfwb .easys_content_inner,
#h79rclz0dqq8o0yef70d .easys_content_inner,
#u0048a2g9jvropa728qv .easys_content_inner,
#j8sfjabpzyjub22jxhbh .easys_content_inner {
  opacity: 1;
  top: 0px;
  width: 1100px;
}
#fad69cylqzf673ypzjzm .post_margin,
#fe1rpguev96gtfm9k3qp .post_margin,
#jl5cbnepdrdkh291rx0l .post_margin,
#osm331v3ltpj7233yfwb .post_margin,
#h79rclz0dqq8o0yef70d .post_margin,
#u0048a2g9jvropa728qv .post_margin,
#j8sfjabpzyjub22jxhbh .post_margin {
  margin: 0;
}
#fad69cylqzf673ypzjzm .entry_post,
#fe1rpguev96gtfm9k3qp .entry_post,
#jl5cbnepdrdkh291rx0l .entry_post,
#osm331v3ltpj7233yfwb .entry_post,
#h79rclz0dqq8o0yef70d .entry_post,
#u0048a2g9jvropa728qv .entry_post,
#j8sfjabpzyjub22jxhbh .entry_post {
  box-sizing: border-box;
}
#fad69cylqzf673ypzjzm .entry_post > [class*="title"],
#fe1rpguev96gtfm9k3qp .entry_post > [class*="title"],
#jl5cbnepdrdkh291rx0l .entry_post > [class*="title"],
#osm331v3ltpj7233yfwb .entry_post > [class*="title"],
#h79rclz0dqq8o0yef70d .entry_post > [class*="title"],
#u0048a2g9jvropa728qv .entry_post > [class*="title"],
#j8sfjabpzyjub22jxhbh .entry_post > [class*="title"] {
  display: none;
}
#fad69cylqzf673ypzjzm .text_box,
#fe1rpguev96gtfm9k3qp .text_box,
#jl5cbnepdrdkh291rx0l .text_box,
#osm331v3ltpj7233yfwb .text_box,
#h79rclz0dqq8o0yef70d .text_box,
#u0048a2g9jvropa728qv .text_box,
#j8sfjabpzyjub22jxhbh .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;
}
#fad69cylqzf673ypzjzm .text_box.moved,
#fe1rpguev96gtfm9k3qp .text_box.moved,
#jl5cbnepdrdkh291rx0l .text_box.moved,
#osm331v3ltpj7233yfwb .text_box.moved,
#h79rclz0dqq8o0yef70d .text_box.moved,
#u0048a2g9jvropa728qv .text_box.moved,
#j8sfjabpzyjub22jxhbh .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#fad69cylqzf673ypzjzm .post_data,
#fe1rpguev96gtfm9k3qp .post_data,
#jl5cbnepdrdkh291rx0l .post_data,
#osm331v3ltpj7233yfwb .post_data,
#h79rclz0dqq8o0yef70d .post_data,
#u0048a2g9jvropa728qv .post_data,
#j8sfjabpzyjub22jxhbh .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#fad69cylqzf673ypzjzm .design_block[class*="block"].moved,
#fe1rpguev96gtfm9k3qp .design_block[class*="block"].moved,
#jl5cbnepdrdkh291rx0l .design_block[class*="block"].moved,
#osm331v3ltpj7233yfwb .design_block[class*="block"].moved,
#h79rclz0dqq8o0yef70d .design_block[class*="block"].moved,
#u0048a2g9jvropa728qv .design_block[class*="block"].moved,
#j8sfjabpzyjub22jxhbh .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で行っています※ */
#fad69cylqzf673ypzjzm [class*="_btn"],
#fe1rpguev96gtfm9k3qp [class*="_btn"],
#jl5cbnepdrdkh291rx0l [class*="_btn"] {
  margin: 50px 0 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
  position: relative;
}
#fad69cylqzf673ypzjzm [class*="_btn"] a,
#fe1rpguev96gtfm9k3qp [class*="_btn"] a,
#jl5cbnepdrdkh291rx0l [class*="_btn"] a {
  background: url(../files/link_btn_off.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 250px;
  height: 60px;
}
#fad69cylqzf673ypzjzm .design_btn::after,
#fe1rpguev96gtfm9k3qp .design_btn::after,
#jl5cbnepdrdkh291rx0l .design_btn::after {
  background: url(../files/link_btn_on.png) no-repeat center top;
}
#fad69cylqzf673ypzjzm .design_btn > div span:nth-of-type(6),
#fe1rpguev96gtfm9k3qp .design_btn > div span:nth-of-type(6),
#jl5cbnepdrdkh291rx0l .design_btn > div span:nth-of-type(6) {
  background-color: #0f1333;
}

/* 重量鳶工事・機械器具設置工事ならダイワ工業有限会社 */
#fad69cylqzf673ypzjzm {
  background-image: url(../files/design01_bg.png);
  height: 976px;
}
#fad69cylqzf673ypzjzm .entry_post {
  padding: 160px 570px 0 0;
}
#fad69cylqzf673ypzjzm > .design_block.block1 {
  background-image: url(../files/design01_ttl.png);
  width: 530px;
  height: 293px;
  top: 160px;
  left: calc(50% + 20px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#fad69cylqzf673ypzjzm > .design_block.block2 {
  background-image: url(../files/design01_img.jpg);
  width: 640px;
  height: 420px;
  top: 668px;
  left: calc(50% - 660px);
  margin-top: calc(var(--custom_fade) * 1px);
  z-index: 10;
}
#fad69cylqzf673ypzjzm > .design_block.block3 {
  background-image: url(../files/design01_catch.png);
  width: 386px;
  height: 122px;
  top: 545px;
  left: calc(50% + 45px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#fad69cylqzf673ypzjzm > .design_block.block4 {
  background-image: url(../files/design01_map_pin.png);
  width: 39px;
  height: 46px;
  top: 662px;
  left: calc(50% + 402px);
  opacity: 1;
}
#fad69cylqzf673ypzjzm > .design_block.block5 {
  border: 1px solid #1d224a;
  border-radius: 100vmax;
  width : 10px;
  height: 10px;
  top: 680px;
  left: calc(50% + 420px);
  transform: translate(-50%, -50%) !important;
  animation: plus-loop 3.5s cubic-bezier(0,0,0.25,0.99) infinite;
  opacity: 0;
}
@keyframes plus-loop {
  99% {
    width : 200px;
    height: 200px;
  }
  0%,2%,90%,99% { opacity: 0;}
  5% { opacity: 1;}
}

/* 新たな社員の募集をしています */
#fe1rpguev96gtfm9k3qp {
  background-image: url(../files/design02_bg.jpg);
  height: 1016px;
}
#fe1rpguev96gtfm9k3qp .entry_post {
  padding: 530px 570px 0 0;
}
#fe1rpguev96gtfm9k3qp .post_data {
  color: #fff;
}
#fe1rpguev96gtfm9k3qp [class*="_btn"] {
  margin-inline: auto;
}
#fe1rpguev96gtfm9k3qp .design_btn > div span:nth-of-type(6) {
  background-color: #fff;
}
#fe1rpguev96gtfm9k3qp > .design_block.block1 {
  width: 440px;
  height: 100%;
  top: 0;
  left: calc(50% + 160px);
  opacity: 1;
  overflow: hidden;
}
#fe1rpguev96gtfm9k3qp > .design_block.block1::before {
  content: "";
  height: calc(1560 * 4px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime-bg_h 60s linear 0s infinite;
  background: url(../files/design02_img.png) repeat-y left top / 100% auto;
}
@keyframes anime-bg_h {
  0%   { transform: translateY(0%); }
  100% { transform: translateY(-25%);}
}
#fe1rpguev96gtfm9k3qp > .design_block.block2 {
  background-image: url(../files/design02_ttl.png);
  width: 530px;
  height: 235px;
  top: 246px;
  left: calc(50% - 550px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#fe1rpguev96gtfm9k3qp > .design_block.block3 {
  background-image: url(../files/design02_catch.png);
  width: 299px;
  height: 124px;
  top: 765px;
  left: calc(50% + 430px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* お問い合わせをお待ちしております */
#jl5cbnepdrdkh291rx0l {
  background-image: url(../files/design03_bg.png);
  height: 1079px;
}
#jl5cbnepdrdkh291rx0l .entry_post {
  padding: 160px 0 0 570px;
}
#jl5cbnepdrdkh291rx0l > .design_block.block1 {
  background-image: url(../files/design03_ttl.png);
  width: 530px;
  height: 259px;
  top: 160px;
  left: calc(50% - 550px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#jl5cbnepdrdkh291rx0l > .design_block.block2 {
  background-image: url(../files/design03_img.jpg);
  width: 640px;
  height: 440px;
  top: 480px;
  left: calc(50% - 700px);
  margin-top: calc(var(--custom_fade) * 1px);
  z-index: 10;
}
#jl5cbnepdrdkh291rx0l > .design_block.block3 {
  background-image: url(../files/design03_catch.png);
  width: 274px;
  height: 116px;
  top: 710px;
  left: calc(50% + 422px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 代表挨拶 */
#osm331v3ltpj7233yfwb {
  background: 
  url(../files/design04_bg.png) no-repeat center top,
  url(../files/block_bg_03.jpg) repeat left top;
  height: 1360px;
}
#osm331v3ltpj7233yfwb .entry_post {
  padding: 160px 0 0 570px;
}
#osm331v3ltpj7233yfwb .post_data {
  color: #fff;
}
#osm331v3ltpj7233yfwb .post_data {
  background: url(../files/design04_sign.png) no-repeat right bottom;
  padding-bottom: 85px;
}
#osm331v3ltpj7233yfwb > .design_block.block1 {
  background-image: url(../files/design04_ttl.png);
  width: 440px;
  height: 115px;
  top: 160px;
  left: calc(50% - 550px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#osm331v3ltpj7233yfwb > .design_block.block2 {
  width: 100%;
  height: 680px;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#osm331v3ltpj7233yfwb > .design_block.block2::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/design04_para_bg.jpg) no-repeat center center / cover;
  z-index: -1;
}

/* 事業内容のご紹介 */
#h79rclz0dqq8o0yef70d {
  background: 
  url(../files/design05_bg.png) no-repeat center top,
  url(../files/block_bg_05.jpg) repeat left top;
  height: 1210px;
}
#h79rclz0dqq8o0yef70d .entry_post {
  padding: 570px 0 0 530px;
}
#h79rclz0dqq8o0yef70d .post_data {
  color: #fff;
}
#h79rclz0dqq8o0yef70d > .design_block.block1 {
  background-image: url(../files/design05_ttl.png);
  width: 530px;
  height: 340px;
  top: 160px;
  left: calc(50% - 550px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#h79rclz0dqq8o0yef70d > .design_block.block2 {
  width: 1020px;
  height: 340px;
  top: 160px;
  left: calc(50% - 20px);
  opacity: 1;
  overflow: hidden;
}
#h79rclz0dqq8o0yef70d > .design_block.block2::before {
  content: "";
  width: calc(1760 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 60s linear 0s infinite;
  background: url(../files/design05_img01.png) repeat-x left top / auto 100%;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}
#h79rclz0dqq8o0yef70d > .design_block.block3 {
  background-image: url(../files/design05_img02.jpg);
  width: 580px;
  height: 390px;
  top: 580px;
  left: calc(50% - 660px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#h79rclz0dqq8o0yef70d > .design_block.block4 {
  background-image: url(../files/design05_catch.png);
  width: 308px;
  height: 152px;
  top: 905px;
  left: calc(50% - 305px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 施工実績のご紹介 */
#u0048a2g9jvropa728qv {
  background: 
  url(../files/design06_bg.png) no-repeat center top,
  url(../files/block_bg_01.jpg) repeat left top;
  height: 973px;
}
#u0048a2g9jvropa728qv .entry_post {
  padding: 445px 0 0 570px;
}
#u0048a2g9jvropa728qv .post_data {
  color: #fff;
}
#u0048a2g9jvropa728qv > .design_block.block1 {
  background-image: url(../files/design06_ttl.png);
  width: 530px;
  height: 235px;
  top: 160px;
  left: calc(50% + 20px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#u0048a2g9jvropa728qv > .design_block.block2 {
  width: 440px;
  height: 655px;
  top: 160px;
  left: calc(50% - 550px);
  opacity: 1;
  overflow: hidden;
}
#u0048a2g9jvropa728qv > .design_block.block2::before {
  content: "";
  height: calc(1573 * 4px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime-bg_h 60s linear 0s infinite;
  background: url(../files/design06_img.png) repeat-y left top / 100% auto;
}
#u0048a2g9jvropa728qv > .design_block.block3 {
  background-image: url(../files/design06_catch.png);
  width: 301px;
  height: 133px;
  top: 733px;
  left: calc(50% - 300px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 経験を問わず募集しております */
#j8sfjabpzyjub22jxhbh {
  background-image: url(../files/design07_bg.png);
  height: 1381px;
}
#j8sfjabpzyjub22jxhbh .entry_post {
  padding: 160px 0 0 570px;
}
#j8sfjabpzyjub22jxhbh > .design_block.block1 {
  background-image: url(../files/design07_ttl.png);
  width: 530px;
  height: 235px;
  top: 160px;
  left: calc(50% - 550px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#j8sfjabpzyjub22jxhbh > .design_block.block2 {
  background-image: url(../files/design07_img01.jpg);
  width: 500px;
  height: 320px;
  top: 455px;
  left: calc(50% - 550px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#j8sfjabpzyjub22jxhbh > .design_block.block3 {
  background-image: url(../files/design07_img02.jpg);
  width: 620px;
  height: 420px;
  top: 805px;
  left: calc(50% + 120px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#j8sfjabpzyjub22jxhbh > .design_block.block4 {
  background-image: url(../files/design07_catch.png);
  width: 357px;
  height: 118px;
  top: 990px;
  left: calc(50% - 150px);
  margin-top: calc(var(--custom_fade) * 1px);
}


/*  背景変更
---------------------------------------------------------------------------------------------------- */
/* 共通 */
/* #xxx, */
#rf8jvyojuils00h86sxy {
  background-repeat: repeat;
  background-position: left top;
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
}

/* 会社概要 */
#rf8jvyojuils00h86sxy {
  background-image: url(../files/block_bg_02.jpg);
}

/* 主要取引先ページ＞企業理念（記事なし） */