@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #f1f1f1;
  --body_text_color: #46577a;
  --link_color: #83aab4;
  --border_color: #666;
  --table_border_color: none;
  --th_background_color: #dadada;
  --td_background_color: #dadada;
  --th_character_color: #46577a;
  --td_character_color: #46577a;
  --required_color: #83aab4;
  --top_h1_color: #d3d3d3;
  --header_navigation_color: url(../files/topnavi_upper_bg.png) no-repeat left top;
  --top_entry_title_color: #46577a;
  --entry_title_bg_color: #fff;
  --blog_title_color: #46577a;
  --sub_entry_title_bg_color: #46577a;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #46577a;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #46577a;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #293d6f;
  --footnavi_color: #fff;
  --address_color: #fff;
  --copy_color: #71beb4;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 985;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 1410;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: #143659;/* プルダウンメニュー＞背景色 */
  --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 : 60px;  /*初期ナビ高*/
  --easys_fixed_h: 60px;  /*固定ナビ高*/
  --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;
  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: url(../files/branding_box_bg_adress.png) no-repeat right bottom 725px;
  height: calc(var(--header_h) * 1px);
  /* padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0; */
  padding: calc(var(--easys_naka_main_h) * 1px) 0 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: 
  url(../files/branding_box_bg_adress.png) no-repeat right bottom,
  url(../files/00top_body_bg_upper.png) no-repeat left 10% top;
  /* padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%); */
  padding-top: calc(var(--easys_top_main_h) * 1px);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1130px;
}
#page_6 #site-description {
  top: 560px;
  left: calc(10% + 82px);
  right: inherit;
  margin: 0;
  width: 960px;
}
#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/branding_box_bg.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 330px;
  height: 60px;
  position: absolute;
  top: 310px;
  left: -1000px;
  right: 0;
  margin: auto;
  z-index: 700;
}
#page_6 #header_information .main_header a img {
  width: 530px;
  height: 90px;
  top: 430px;
  left: calc(10% + -50px);
  right: inherit;
  margin: 0;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 75px;
  right: 0;
  padding: 0;
  width: 100%;
  height: var(--easys_navi_h);
  z-index: 1;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  box-sizing: border-box;
  text-align: right;
  width: 100%;
  padding-right: 50px;
}
div#access .menu-header #menu-gnavi {
  display: inline-block;
  /* background: var(--header_navigation_color);
  padding: 0 45px; */
}

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;
  padding: 0;
}
div#access .gnavi11 a { width: 110px !important;}
div#access .gnavi12 a { width: 90px !important;}
div#access .gnavi13 a { width: 80px !important;}
div#access .gnavi14 a { width: 90px !important;}
div#access .gnavi15 a { width: 120px !important;}
div#access .gnavi16 a { width: 170px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -110px;}
div#access .gnavi13 a { background-position-x: -200px;}
div#access .gnavi14 a { background-position-x: -280px;}
div#access .gnavi15 a { background-position-x: -370px;}
div#access .gnavi16 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}

/* プルダウンメニューのサイズ */
#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 a img {
  display: block;
  pointer-events: all;
} */
body.fixed div#access {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  padding: 0;
  width: clamp(960px, 100%, calc(var(--easys_max_width)*1px));
  height: var(--easys_fixed_h);
}
body.fixed div#access .menu-header #menu-gnavi {
  background: var(--header_navigation_color);
  padding: 0 45px;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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%;
}

/* メイン否レスポ */
#main_teaser {
  background: url(../files/header_bg.jpg) no-repeat center top;
}
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  overflow: hidden;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  height: auto !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) no-repeat right top;
  height: 400px;
  position: relative;
}
#footer_box {
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  background: none transparent;
  height: 240px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 145px 0 0;
  width: calc(100% - 200px);
  /*絶対値指定する時
  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: left;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
  padding-left: 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: 500px;
  text-align: left;
  top: 200px;
  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: calc(100% - 200px);
  text-align: left;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  top: 300px;
  bottom: inherit;
  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_indeed a::after {
  background-image: url(../files/btn_indeed_on.png);
}
.fixed_btn #fixed_btn_gtn a::after {
  background-image: url(../files/btn_gaten_on.png);
}


.fixed_bottom {
  position: fixed;
  bottom: 50px;
  right: 10%;
  display: flex;
  gap: 0 10px;
  z-index: 1000;
}
.fixed_bottom a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.fixed_bottom #fixed_bottom_access a::after {
  background-image: url(../files/btn_map_on.png);
}
.fixed_bottom #fixed_bottom_contact a::after {
  background-image: url(../files/btn_contact_on.png);
}
.fixed_bottom #fixed_bottom_blog a::after {
  background-image: url(../files/btn_blog_on.png);
}
.fixed_bottom #fixed_bottom_insta a::after {
  background-image: url(../files/btn_instagram_on.png);
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 50px;
}
#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);
  height: 100px;
  line-height: 100px;
}
h3.entry_title,
.entry-title,
.entry_title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
  font-family: "Noto Sans JP", sans-serif;
}
* .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;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: solid 1px var(--table_bordear_color);
  border-right: none;
  border-left: none;
  background: none var(--th_background_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  border-left: solid 1px var(--table_border_color) !important;
  color: var(--th_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child {
  border-right: solid 1px var(--table_border_color) !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -20deg);
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  transform: translateY(0px) rotate3d(0, 0, 1, 0);
}


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.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;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* ON画像 */
.fixed_bottom 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;
}
.fixed_bottom a:hover::after,
.fixed_btn div a:hover:after {
  opacity: 1;
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#gfsnw1av1t2s0t8g2996,
#zil65s9mw5zqn04cskh4,
#t5b6nifokhx8tnsyqydw,
#zfo4dp2ct7ubcvepq2mz {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#gfsnw1av1t2s0t8g2996 div,
#zil65s9mw5zqn04cskh4 div,
#t5b6nifokhx8tnsyqydw div,
#zfo4dp2ct7ubcvepq2mz div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#gfsnw1av1t2s0t8g2996 img,
#zil65s9mw5zqn04cskh4 img,
#t5b6nifokhx8tnsyqydw img,
#zfo4dp2ct7ubcvepq2mz img {
  position: relative;
}

/* リンク共通 */
#gfsnw1av1t2s0t8g2996 a,
#zil65s9mw5zqn04cskh4 a,
#t5b6nifokhx8tnsyqydw a {
  display: block;
  position: relative;
}
#gfsnw1av1t2s0t8g2996 a:hover img,
#zil65s9mw5zqn04cskh4 a:hover img,
#t5b6nifokhx8tnsyqydw a:hover img {
  opacity: 1;
}

/* フルサイズバナー共通 */
#gfsnw1av1t2s0t8g2996,
#zil65s9mw5zqn04cskh4 {
  overflow: hidden;
}
#gfsnw1av1t2s0t8g2996 *,
#zil65s9mw5zqn04cskh4 * {
  overflow: visible !important;
}
#gfsnw1av1t2s0t8g2996 .easys_content_inner,
#zil65s9mw5zqn04cskh4 .easys_content_inner {
  box-sizing: border-box;
  height: 600px;
  padding: 345px 350px 0;
  position: relative;
  left: calc(50% - 1000px);
  width: calc(var(--easys_max_width) * 1px);
}
#gfsnw1av1t2s0t8g2996 .easys_content_inner::after,
#zil65s9mw5zqn04cskh4 .easys_content_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#gfsnw1av1t2s0t8g2996 a,
#zil65s9mw5zqn04cskh4 a {
  position: static;
}
#gfsnw1av1t2s0t8g2996 a::before,
#zil65s9mw5zqn04cskh4 a::before {
  content: "";
  background-color: rgba(44, 80, 117, 0.9);
  width : 770px;
  height: 770px;
  position: absolute;
  top: -85px;
  left: calc(50% - 780px);
  -webkit-clip-path: circle(50%);
  clip-path        : circle(50%);
  pointer-events: none;
  transition: var(--custom_transition);
  opacity: 0;
}
#gfsnw1av1t2s0t8g2996 a:hover::before,
#zil65s9mw5zqn04cskh4 a:hover::before {
  opacity: 1;
}


/* お問い合わせ */
#gfsnw1av1t2s0t8g2996 .easys_content_inner {
  background: url(../files/banner_contact_bg.jpg) no-repeat center center;
}
#gfsnw1av1t2s0t8g2996 .easys_content_inner::after {
  background: url(../files/banner_contact.png) no-repeat center center;
}
#gfsnw1av1t2s0t8g2996 .eyecatch {
  margin-left: -1040px;
}
#gfsnw1av1t2s0t8g2996 a {
  padding-right: 100px;
}
#gfsnw1av1t2s0t8g2996 a img {
  animation: i_move 2s 0s ease infinite;
  position: relative;
  z-index: 100;
}
@keyframes i_move {
  0% {
    scale: 1;
    opacity: 1;
  }
  50% {
    scale: 0.9;
    opacity: 0.75;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
#gfsnw1av1t2s0t8g2996 a:hover img {
  animation: i_move_hover .3s 0s ease forwards;
}
@keyframes i_move_hover {
  to {
    scale: 1.3;
    opacity: 1;
  }
}

/* Indeed */
#zil65s9mw5zqn04cskh4 .easys_content_inner {
  background: url(../files/banner_indeed_bg.jpg) no-repeat center center;
}
#zil65s9mw5zqn04cskh4 .easys_content_inner::after {
  background: url(../files/banner_indeed.png) no-repeat center center;
}
#zil65s9mw5zqn04cskh4 .eyecatch {
  margin-left: -440px;
}
#zil65s9mw5zqn04cskh4 a {
  display: block;
  padding-left: 100px;
}
#zil65s9mw5zqn04cskh4 a .design_block {
  padding-left: 0;
  width: 22px;
  height: 19px;
  position: relative;
  top: 0;
  right: 0;
  background: url(../files/banner_indeed_arrow.png) repeat-x left center;
  animation: anime-btn .6s ease-in-out 0s infinite;
  opacity: 1;
  z-index: 10;
}
@keyframes anime-btn {
  0%       { background-position: left 0px center; }
  95%,100% { background-position: left 22px center; }
}
#zil65s9mw5zqn04cskh4 a img,
#zil65s9mw5zqn04cskh4 a:hover img {
  opacity: 0;
  z-index: 10;
  position: absolute;
}
/* 会社概要/業務内容 */
#t5b6nifokhx8tnsyqydw .easys_content_inner {
  background: url(../files/banner_harf_bg.jpg) no-repeat center center;
  box-sizing: border-box;
  height: 800px;
  padding: 220px 350px 0;
  position: relative;
  left: calc(50% - 1000px);
  width: calc(var(--easys_max_width) * 1px);
}
#t5b6nifokhx8tnsyqydw [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#t5b6nifokhx8tnsyqydw .eyecatch {
  width: 100% !important;
}
#t5b6nifokhx8tnsyqydw [class*="field_"] a .design_block {
  width: 100%;
  height: 250px;
  top: 70px;
  left: 0;
  overflow: hidden;
}
#t5b6nifokhx8tnsyqydw [class*="field_"] a .design_block::before {
  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);
}
#t5b6nifokhx8tnsyqydw [class*="field_"] a:hover .design_block::before {
  transform: scale(1.05);
}
#t5b6nifokhx8tnsyqydw [class*="field_"]:nth-of-type(1) a .design_block::before {
  background-image: url(../files/banner_harf_about_bg.jpg);
}
#t5b6nifokhx8tnsyqydw [class*="field_"]:nth-of-type(2) a .design_block::before {
  background-image: url(../files/banner_harf_business_bg.jpg);
}

/* 画像＞イメージ */
#zfo4dp2ct7ubcvepq2mz .easys_content_inner {
  width: 100%;
  transform: none !important;
}
#zfo4dp2ct7ubcvepq2mz [class*="field_"]:nth-of-type(1) {
  height: 100%;
  position: absolute;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#zfo4dp2ct7ubcvepq2mz [class*="field_"]:nth-of-type(1) img {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
#zfo4dp2ct7ubcvepq2mz [class*="field_"]:nth-of-type(2) {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
  z-index: 1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#q6zk59cqlyysxk8o17oe,
#ahsoine5go3shi7hcbzo,
#fnsy8e1211f16jue4e2n,
#x6oewr126rrver5ui2nn,
#gz4xkewo0k7d523ua0ai,
#son5d99osqv62ibfmtjj,
#d2pz32l9e8onbbko0pyp,
#vmim00yezu9hh925u5xj,
#c6zzcqet5e5tdsq8m3mz {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#q6zk59cqlyysxk8o17oe .post_margin,
#ahsoine5go3shi7hcbzo .post_margin,
#fnsy8e1211f16jue4e2n .post_margin,
#x6oewr126rrver5ui2nn .post_margin,
#gz4xkewo0k7d523ua0ai .post_margin,
#son5d99osqv62ibfmtjj .post_margin,
#d2pz32l9e8onbbko0pyp .post_margin,
#vmim00yezu9hh925u5xj .post_margin,
#c6zzcqet5e5tdsq8m3mz .post_margin {
  margin: 0;
}
#q6zk59cqlyysxk8o17oe .entry_post,
#ahsoine5go3shi7hcbzo .entry_post,
#fnsy8e1211f16jue4e2n .entry_post,
#x6oewr126rrver5ui2nn .entry_post,
#gz4xkewo0k7d523ua0ai .entry_post,
#son5d99osqv62ibfmtjj .entry_post,
#d2pz32l9e8onbbko0pyp .entry_post,
#vmim00yezu9hh925u5xj .entry_post,
#c6zzcqet5e5tdsq8m3mz .entry_post {
  box-sizing: border-box;
}
#q6zk59cqlyysxk8o17oe .entry_post > [class*="title"],
#ahsoine5go3shi7hcbzo .entry_post > [class*="title"],
#fnsy8e1211f16jue4e2n .entry_post > [class*="title"],
#x6oewr126rrver5ui2nn .entry_post > [class*="title"],
#gz4xkewo0k7d523ua0ai .entry_post > [class*="title"],
#son5d99osqv62ibfmtjj .entry_post > [class*="title"],
#d2pz32l9e8onbbko0pyp .entry_post > [class*="title"],
#vmim00yezu9hh925u5xj .entry_post > [class*="title"],
#c6zzcqet5e5tdsq8m3mz .entry_post > [class*="title"] {
  display: none;
}
#q6zk59cqlyysxk8o17oe .text_box,
#ahsoine5go3shi7hcbzo .text_box,
#fnsy8e1211f16jue4e2n .text_box,
#x6oewr126rrver5ui2nn .text_box,
#gz4xkewo0k7d523ua0ai .text_box,
#son5d99osqv62ibfmtjj .text_box,
#d2pz32l9e8onbbko0pyp .text_box,
#vmim00yezu9hh925u5xj .text_box,
#c6zzcqet5e5tdsq8m3mz .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#q6zk59cqlyysxk8o17oe .post_data,
#ahsoine5go3shi7hcbzo .post_data,
#fnsy8e1211f16jue4e2n .post_data,
#x6oewr126rrver5ui2nn .post_data,
#gz4xkewo0k7d523ua0ai .post_data,
#son5d99osqv62ibfmtjj .post_data,
#d2pz32l9e8onbbko0pyp .post_data,
#vmim00yezu9hh925u5xj .post_data,
#c6zzcqet5e5tdsq8m3mz .post_data {
  display: block;
  float: none !important;
  margin: 0 0 30px;
  overflow: visible;
}
#q6zk59cqlyysxk8o17oe .design_block[class*="block"].moved,
#ahsoine5go3shi7hcbzo .design_block[class*="block"].moved,
#fnsy8e1211f16jue4e2n .design_block[class*="block"].moved,
#x6oewr126rrver5ui2nn .design_block[class*="block"].moved,
#gz4xkewo0k7d523ua0ai .design_block[class*="block"].moved,
#son5d99osqv62ibfmtjj .design_block[class*="block"].moved,
#d2pz32l9e8onbbko0pyp .design_block[class*="block"].moved,
#vmim00yezu9hh925u5xj .design_block[class*="block"].moved,
#c6zzcqet5e5tdsq8m3mz .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}

/* 共通ボタン-ブロック内リンク */
/* ※遷移先でのボタン非表示処理はfooter_common.jsで行っています※ */
#q6zk59cqlyysxk8o17oe [class*="_btn"],
#ahsoine5go3shi7hcbzo [class*="_btn"],
#fnsy8e1211f16jue4e2n [class*="_btn"],
#x6oewr126rrver5ui2nn [class*="_btn"] {
  margin: 0 0 0 -10px;
  padding: 0;
  width: 380px;
  height: 70px;
  position: relative;
}
#q6zk59cqlyysxk8o17oe [class*="_btn"] a,
#ahsoine5go3shi7hcbzo [class*="_btn"] a,
#fnsy8e1211f16jue4e2n [class*="_btn"] a,
#x6oewr126rrver5ui2nn [class*="_btn"] a {
  background: url(../files/design01_btn.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
#q6zk59cqlyysxk8o17oe [class*="_btn"]::before,
#ahsoine5go3shi7hcbzo [class*="_btn"]::before,
#fnsy8e1211f16jue4e2n [class*="_btn"]::before,
#x6oewr126rrver5ui2nn [class*="_btn"]::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 70px;
  background-color: #A5A5A5;
  transition: var(--custom_transition);
}
#q6zk59cqlyysxk8o17oe [class*="_btn"]:hover::before,
#ahsoine5go3shi7hcbzo [class*="_btn"]:hover::before,
#fnsy8e1211f16jue4e2n [class*="_btn"]:hover::before,
#x6oewr126rrver5ui2nn [class*="_btn"]:hover::before {
  width: calc(100% - 70px);
}
#q6zk59cqlyysxk8o17oe [class*="_btn"]::after,
#ahsoine5go3shi7hcbzo [class*="_btn"]::after,
#fnsy8e1211f16jue4e2n [class*="_btn"]::after,
#x6oewr126rrver5ui2nn [class*="_btn"]::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top : 10px;
  left: 10px;
  background: url(../files/btn_circle01.png) no-repeat center top;
  pointer-events: none;
  animation: i_move 2s 0s ease infinite;
}
#q6zk59cqlyysxk8o17oe [class*="_btn"].moved::after,
#ahsoine5go3shi7hcbzo [class*="_btn"].moved::after,
#fnsy8e1211f16jue4e2n [class*="_btn"].moved::after,
#x6oewr126rrver5ui2nn [class*="_btn"].moved::after {
  animation: i_move 2s 0s ease infinite;
}
#q6zk59cqlyysxk8o17oe [class*="_btn"]:hover::after,
#ahsoine5go3shi7hcbzo [class*="_btn"]:hover::after,
#fnsy8e1211f16jue4e2n [class*="_btn"]:hover::after,
#x6oewr126rrver5ui2nn [class*="_btn"]:hover::after {
  animation: i_move_hover .3s 0s ease forwards;
}
/* ボタンのフェードイン */
#q6zk59cqlyysxk8o17oe [class*="_btn"] a,
#ahsoine5go3shi7hcbzo [class*="_btn"] a,
#fnsy8e1211f16jue4e2n [class*="_btn"] a,
#x6oewr126rrver5ui2nn [class*="_btn"] a,
#q6zk59cqlyysxk8o17oe [class*="_btn"]::after,
#ahsoine5go3shi7hcbzo [class*="_btn"]::after,
#fnsy8e1211f16jue4e2n [class*="_btn"]::after,
#x6oewr126rrver5ui2nn [class*="_btn"]::after {
  opacity: 0;
  transform: translateX(calc(var(--custom_fade) * -1px));
  transition: all 1.3s ease 0s;
}
#q6zk59cqlyysxk8o17oe [class*="_btn"].moved a,
#ahsoine5go3shi7hcbzo [class*="_btn"].moved a,
#fnsy8e1211f16jue4e2n [class*="_btn"].moved a,
#x6oewr126rrver5ui2nn [class*="_btn"].moved a {
  opacity: 1;
  transform: translateX(0px);
}
#q6zk59cqlyysxk8o17oe [class*="_btn"].moved::after,
#ahsoine5go3shi7hcbzo [class*="_btn"].moved::after,
#fnsy8e1211f16jue4e2n [class*="_btn"].moved::after,
#x6oewr126rrver5ui2nn [class*="_btn"].moved::after {
  transform: translateX(0px);
}
#q6zk59cqlyysxk8o17oe [class*="_btn"] a,
#ahsoine5go3shi7hcbzo [class*="_btn"] a,
#fnsy8e1211f16jue4e2n [class*="_btn"] a,
#x6oewr126rrver5ui2nn [class*="_btn"] a {
  transition-delay: .3s;
}

/* 2段階イン 別途クラス付与済 */
.design_block.clipin {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path:         inset(0 100% 0 0);
  opacity: 1;
  transition: .6s;
}
.design_block.clipin.moved {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
.design_block.clipin::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #636363;
  transition: .6s;
}
.design_block.clipin.moved::after {
  transform: translateX(100%);
  transition-delay: .6s;
}

/* 株式会社中部機設の歩みとビジョン */
#q6zk59cqlyysxk8o17oe {
  background-image: url(../files/design01_bg.jpg);
  height: 1153px;
}
#q6zk59cqlyysxk8o17oe .entry_post {
  padding: 560px 480px 0 0;
}
#q6zk59cqlyysxk8o17oe > .design_block.block1 {
  background-image: url(../files/design01_img.jpg);
  width: 900px;
  height: 655px;
  top: 300px;
  left: calc(50% + 100px);
  opacity: 1;
}

/* 幅広い技術力で、お客様の課題を解決 */
#ahsoine5go3shi7hcbzo {
  height: 1027px;
}
#ahsoine5go3shi7hcbzo .entry_post {
  padding: 580px 0 0 480px;
}
#ahsoine5go3shi7hcbzo [class*="_btn"] a {
  background-image: url(../files/design02_btn.png);
}
#ahsoine5go3shi7hcbzo > .design_block.block1 {
  background-image: url(../files/design02_bg01.jpg);
  width: 1300px;
  height: 434px;
  top: 0px;
  left: calc(50% - 650px);
  opacity: 1;
}
#ahsoine5go3shi7hcbzo > .design_block.block2 {
  background-image: url(../files/design02_bg02.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* 未経験からプロへ、技術者育成と資格支援の職場 */
#fnsy8e1211f16jue4e2n {
  background-image: url(../files/design03_bg.jpg);
  height: 1197px;
}
#fnsy8e1211f16jue4e2n .entry_post {
  padding: 630px 0 0 480px;
}
#fnsy8e1211f16jue4e2n [class*="_btn"] a {
  background-image: url(../files/design03_btn.png);
}
#fnsy8e1211f16jue4e2n > .design_block.block1 {
  background-image: url(../files/design03_img.jpg);
  width: 900px;
  height: 770px;
  top: 300px;
  left: calc(50% - 1000px);
  opacity: 1;
}

/* 機動力と精度を支える最先端技術と設備 */
#x6oewr126rrver5ui2nn {
  background-image: url(../files/design04_bg.jpg);
  height: 1618px;
}
#x6oewr126rrver5ui2nn .entry_post {
  padding: 1090px 0 0 480px;
}
#x6oewr126rrver5ui2nn .post_data {
  color: #c7d9ed;
}
#x6oewr126rrver5ui2nn [class*="_btn"]::after {
  background-image: url(../files/btn_circle02.png);
}
#x6oewr126rrver5ui2nn [class*="_btn"] a {
  background-image: url(../files/design04_btn.png);
}
#x6oewr126rrver5ui2nn > .design_block.block1 {
  background-image: url(../files/design04_img01.jpg);
  width: 701px;
  height: 429px;
  top: 0px;
  left: calc(50% + 25px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}
#x6oewr126rrver5ui2nn > .design_block.block2 {
  background-image: url(../files/design04_img02.jpg);
  width: 701px;
  height: 429px;
  top: 208px;
  left: calc(50% - 725px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}
#x6oewr126rrver5ui2nn > .design_block.block3 {
  background-image: url(../files/design04_img03.jpg);
  width: 461px;
  height: 282px;
  top: 1016px;
  left: calc(50% - 590px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}

/* 技術で未来を築く、中部機設の歩み */
#gz4xkewo0k7d523ua0ai {
  height: 1224px;
}
#gz4xkewo0k7d523ua0ai .entry_post {
  padding: 520px 480px 0 0;
}
#gz4xkewo0k7d523ua0ai > .design_block.block1 {
  background-image: url(../files/design05_bg01.jpg);
  width: 1283px;
  height: 655px;
  top: 210px;
  left: calc(50% - 1000px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#gz4xkewo0k7d523ua0ai > .design_block.block2 {
  background-image: url(../files/design05_bg02.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}

/* あらゆる産業ニーズに応える多様な業務 */
#son5d99osqv62ibfmtjj {
  height: 1630px;
}
#son5d99osqv62ibfmtjj .entry_post {
  padding: 550px 0 0 0;
}
#son5d99osqv62ibfmtjj > .design_block.block1 {
  background-image: url(../files/design06_bg.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}
#son5d99osqv62ibfmtjj .easys_content_inner > .design_block {
  width: 1300px;
  height: 520px;
  top: 820px;
  left: calc(50% - 650px);
  display: flex;
  justify-content: space-between;
  opacity: 1;
}
#son5d99osqv62ibfmtjj .easys_content_inner > .design_block div {
  width: 325px;
  height: 100%;
  transform: translateY(calc(var(--custom_fade) * 1px));
  opacity: 0;
  transition: 1.3s;
}
#son5d99osqv62ibfmtjj .easys_content_inner > .design_block.moved div {
  background-image: url(../files/design06_img01.jpg);
  width: 325px;
  height: 100%;
  transform: translateY(0px);
  opacity: 1;
}
#son5d99osqv62ibfmtjj .easys_content_inner > .design_block.moved div:nth-of-type(2) {
  background-image: url(../files/design06_img02.jpg);
  transition-delay: .3s;
}
#son5d99osqv62ibfmtjj .easys_content_inner > .design_block.moved div:nth-of-type(3) {
  background-image: url(../files/design06_img03.jpg);
  transition-delay: .6s;
}
#son5d99osqv62ibfmtjj .easys_content_inner > .design_block.moved div:nth-of-type(4) {
  background-image: url(../files/design06_img04.jpg);
  transition-delay: .9s;
}

/* 未来を創る仕事に挑戦しませんか？ */
#d2pz32l9e8onbbko0pyp {
  height: 1330px;
}
#d2pz32l9e8onbbko0pyp .entry_post {
  padding: 290px 0 0 480px;
}
#d2pz32l9e8onbbko0pyp > .design_block.block1 {
  background-image: url(../files/design07_bg.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}
#d2pz32l9e8onbbko0pyp > .design_block.block2 {
  background-image: url(../files/design07_img.jpg);
  width: 1300px;
  height: 434px;
  top: 600px;
  left: calc(50% - 650px);
  opacity: 1;
}

/* 中部機設の設備と技術力が支える製品の品質 */
#vmim00yezu9hh925u5xj {
  background-image: url(../files/design08_bg.jpg);
  height: 1347px;
}
#vmim00yezu9hh925u5xj .entry_post {
  padding: 430px 0 0 480px;
}
#vmim00yezu9hh925u5xj > .design_block.block1 {
  background-image: url(../files/design08_img01.jpg);
  width: 900px;
  height: 770px;
  top: 205px;
  left: calc(50% - 1000px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}
#vmim00yezu9hh925u5xj > .design_block.block2 {
  background-image: url(../files/design08_img02.jpg);
  width: 811px;
  height: 348px;
  top: 805px;
  left: calc(50% - 0px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}

/* ご相談や採用のお問い合わせはこちらから */
#c6zzcqet5e5tdsq8m3mz {
  height: 815px;
}
#c6zzcqet5e5tdsq8m3mz .entry_post {
  padding: 390px 0 0 380px;
}
#c6zzcqet5e5tdsq8m3mz > .design_block.block1 {
  background-image: url(../files/design09_bg.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -30deg);
}


/*  背景
---------------------------------------------------------------------------------------------------- */
/*, トップページ＞新着情報 */
#g1tti3n35c1cf5py6q2a,
#mcjm4i1sgutqg0x0egdd {
  background: url(../files/block_bg01.jpg) repeat left top;
}
#g1tti3n35c1cf5py6q2a {
  padding-top: 200px;
}
#mcjm4i1sgutqg0x0egdd {
  padding-bottom: 200px;
}