@charset "utf-8";

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

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #f2f2f2;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  background: none transparent;
  min-width: 1300px;
  max-width: 2000px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
body,
.wpcf7c-conf {
  color: #333333;
}

/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #fea100;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #fea100;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (500/2000)) 0 0 0;
  background: none transparent;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (984/2000)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: 960px;
  position: absolute;
  top: 70px;
  right: 200px;
  width: auto;
}
#site-description a {
  display: inline;
  color: #2e6faf;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
}
#page_6 #header_information {
  height: auto;
}


.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 500px;
  height: 150px;
  background: url(/kimitsu/files/branding_box_bg.png) no-repeat top center/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */

#menu_btn {
  background: url(/kimitsu/files/menu_icon.jpg) no-repeat top center;
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  outline: none;
  cursor: pointer;
}

/* チラつき防止 */
#menu_btn:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/kimitsu/files/menu_icon_on.jpg) no-repeat top center;
  opacity: 0;
}

.open #menu_btn:before {
  opacity: 1;
}

#access {
  width: 300px;
  height: 200vh;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(110%);
  transition: transform 0.4s;
  background: #ffdea4;
  z-index: 999;
}

.open #access {
  transform: translateX(0%);
}

#access .menu-header {
  width: 200px;
  height: 495px;
  margin: calc((100vh - 495px) / 2) auto 0;
  position: relative;
}

div#access .menu-item a {
  background: url("/kimitsu/files/navi.png") no-repeat scroll transparent;
  width: 200px;
  height: 45px;
  margin: 0px;
  padding: 0px;
}

div#access li.menu-item {
  float: none;
}

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: left top -45px; }
div#access .gnavi13 a { background-position: left top -90px; }
div#access .gnavi14 a { background-position: left top -135px; }
div#access .gnavi15 a { background-position: left top -180px; }
div#access .gnavi16 a { background-position: left top -225px; }
div#access .gnavi17 a { background-position: left top -270px; }
div#access .gnavi18 a { background-position: left top -315px; }
div#access .gnavi19 a { background-position: left top -360px; }
div#access .gnavi20 a { background-position: left top -405px; }
div#access .gnavi21 a { background-position: left top -450px; }
div#access .gnavi22 a { background-position: left top -495px; }
div#access .gnavi23 a { background-position: left top -540px; }
div#access .gnavi24 a { background-position: left top -585px; }
div#access .gnavi25 a { background-position: left top -630px; }
div#access .gnavi26 a { background-position: left bottom; }

div#access .gnavi11 a:hover { background-position: right top; }
div#access .gnavi12 a:hover { background-position: right top -45px; }
div#access .gnavi13 a:hover { background-position: right top -90px; }
div#access .gnavi14 a:hover { background-position: right top -135px; }
div#access .gnavi15 a:hover { background-position: right top -180px; }
div#access .gnavi16 a:hover { background-position: right top -225px; }
div#access .gnavi17 a:hover { background-position: right top -270px; }
div#access .gnavi18 a:hover { background-position: right top -315px; }
div#access .gnavi19 a:hover { background-position: right top -360px; }
div#access .gnavi20 a:hover { background-position: right top -405px; }
div#access .gnavi21 a:hover { background-position: right top -450px; }
div#access .gnavi22 a:hover { background-position: right top -495px; }
div#access .gnavi23 a:hover { background-position: right top -540px; }
div#access .gnavi24 a:hover { background-position: right top -585px; }
div#access .gnavi25 a:hover { background-position: right top -630px; }
div#access .gnavi26 a:hover { background-position: right bottom; }

/*スクロールに応じてナビをホバーアクション
---------------------------------------------------------------------------------------------------- */
div#access .menu-item.current a {background-position-x: right;}




/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
  }
  #access ul.menu ul.sub-menu,
  #access ul.menu ul.sub-menu li {
    width: 100%;
  }
  /* プルダウンメニューの色　16進数、RGBA両方変更すること */
  div#access ul.sub-menu li.sub-gnavi a,
  div#access ul.sub-menu li.sub-gnavi2 a {
    width: 100%;
    background: none rgba(255,255,255,0.75);
    color: #333333;
  }
  #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: #333333;
  }
  div#access ul.sub-menu li.sub-gnavi a:hover,
  div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none rgba(255,255,255,0.75);
    color: #666666;
  }
  #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: #666666;
  }

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/kimitsu/files/widget_title_bg.png);
  color: #ffffff;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/kimitsu/files/widget_list_bg.png);
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666666;
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: #fea100;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}



/* ===================================================================================================================
  ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 600px;
  background: url(/kimitsu/files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 560px;
  background: url(/kimitsu/files/footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 385px;
  left: 0px;
  width: 100%;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #2e6faf;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #2e6faf;
  color: #2e6faf;
}
#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: 280px 0 0;
    width: 100%;
    text-align: center;
    color: #333333;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #333333;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  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;
}

#float_top_btn {
  bottom: 0px;
  position: fixed;
  right: 10px;
  z-index: 999;
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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(/kimitsu/files/top_entry_title.png);
  color: #fea100;
  height: 100px;
  padding-top: 30px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/kimitsu/files/entry_title_bg.png);
  color: #333333;
}
/*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: #333333;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/kimitsu/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(/kimitsu/files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #fea100;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/kimitsu/files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: #fea100;
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/kimitsu/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: #333333;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/kimitsu/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #333333;
}
/*
* .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: #333333;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/kimitsu/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(/kimitsu/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #333333;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/kimitsu/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #3f2b19;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: initial;
  border-radius: 5px;
  background: none #FFF;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

small a:hover {
  background-color: #fea100 !important;
  color: #ffffff !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #FFF;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #fea100;
  background: none transparent;
  color: #fea100 !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #fea100;
  background-color: #fea100;
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color: #fea100;
  background: none #fea100;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666666;
}


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}


/* Dブロック */
.menu-list table {
  border-collapse: separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  border: 1px solid #fea100;
  background-color: transparent;
  color: #fea100;
}
div.link_list a:hover {
  border: 1px solid #fea100;
  background-color: #fea100;
  color: #ffffff;
}

.faq-title {
  background-color: #fea100;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #fea100;
}
.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: initial;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:#FFF;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color:#ffffff;
  color: #333333;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/kimitsu/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #333333;
}

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

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/kimitsu/files/loading.svg");
}


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


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


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

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }



/*サイドボタン
---------------------------------------------------------------------------------------------------- */

#fixed_side {
  display:flex;
  position:fixed;
  bottom:0px;
  right: 120px;
  z-index:999;
  width:680px;
  height:50px;
  align-items:center;
  justify-content:space-around;
}
#fixed_side div {
  display:block;
  width:160px;
  height:50px;
  margin:0 5px;
  box-sizing: border-box;
}
#fixed_side div a {
  display:block;
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
}
#fixed_btn_gtn {
  width: 140px!important;
}
#fixed_btn_contact {
  width: 180px!important;
}
#fixed_btn_gtn a {
  background:url(/kimitsu/files/btn_gaten.png) no-repeat left top;
}
#fixed_btn_contact a {
  background:url(/kimitsu/files/btn_contact.png) no-repeat left top;
}
#fixed_btn_main a {
  background:url(/kimitsu/files/btn_kashima.png) no-repeat left top;
}
#fixed_btn_mat a {
  background:url(/kimitsu/files/btn_matsubushi.png) no-repeat left top;
}

#fixed_side div a:hover {
  background-position:left bottom!important;
}

.open #float_top_btn,
.open #fixed_side {
  z-index: 1;
}


/*ガテン職/お問い合わせバナー
---------------------------------------------------------------------------------------------------- */

#wapov489z205jvxueo59 div ,
#ls5iepvr51m2mpm1nuvr div {
  margin-bottom:0;
  padding-bottom:0;
}

#wapov489z205jvxueo59 ,
#ls5iepvr51m2mpm1nuvr {
  position:relative;
  height: 500px;
  box-sizing:border-box;
}



.img_display_1010 .field_2col,
.img_display_1001 .field_2col {
  width: 480px!important;
  height:500px;
  position: relative;
}

.img_display_1010 .field_2col .eyecatch,
.img_display_1001 .field_2col .eyecatch{
  width:100%;
  height:100%;
}

.img_display_1010  a,
.img_display_1001  a {
  display:block;
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
}

.img_display_1010  a:before,
.img_display_1001  a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  transition:0.3s ease 0s;
  opacity:0;
}

.img_display_1010 .float_left a:before,
.img_display_1001 .float_left a:before {
  background:url(/kimitsu/files/banner_half_gaten_on.png) no-repeat top center/cover;
}

.img_display_1010 .float_right a:before,
.img_display_1001 .float_right a:before {
  background:url(/kimitsu/files/banner_half_contact_on.png) no-repeat top center/cover;
}


.img_display_1010  a:hover img,
.img_display_1001  a:hover img,
.img_display_1010  a:hover:before,
.img_display_1001  a:hover:before {
  opacity:1;
}

/* 背景動画JSで追加 */
#design_video01 ,
#design_video02 {
  display:block;
  position:absolute;
  top: 0px;
  left: calc(50% - 1000px);
  right:0;
  z-index: -100;
  width: 2000px;
  height:100%;
  min-width: 1300px;
  max-width: 2000px;
  margin:0 auto;
}



/*バナー＞各サイトへ
---------------------------------------------------------------------------------------------------- */

#v3ox7c0f4hrzv8zxxety div {
  margin-bottom:0;
  padding-bottom:0;
}

#v3ox7c0f4hrzv8zxxety {
  position:relative;
  height:calc(100vw * (720  / 2000));
  min-height:calc(720px * (1300 / 2000));
  max-height:720px;
  padding:13% 0;
  box-sizing:border-box;
}

#v3ox7c0f4hrzv8zxxety .easys_content_inner {
  width:calc(100%*(1650/2000));
}
.img_display_1003 .field_2col {
  width:calc(100%*(815/1650))!important;
}

.img_display_1003 .field_2col .eyecatch {
  width:100%;
}

.img_display_1003  a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

.img_display_1003  a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  transition:0.3s ease 0s;
  opacity:0;
}

.img_display_1003 .float_left a:before {
  background:url(/kimitsu/files/banner_half_kashima_on.jpg) no-repeat top center/cover;
}

.img_display_1003 .float_right a:before {
  background:url(/kimitsu/files/banner_half_matsubushi_on.jpg) no-repeat top center/cover;
}

.img_display_1003  a:hover img ,
.img_display_1003  a:hover:before {
  opacity:1;
}




/*====================================================
ここからデザインブロック
===================================================== */

/* ＝＝＝親 ＝＝＝ */
#gz2wxijrbq3udow41fbu,
#h2drm75ma4g8jse6f4if,
#gavpp712e7q4vjixgjao,
#x2rkib6j7o35mw9sy5kp,
#qewehck3kt6ciixq0wn4,
#iy10i1h3xzl2ywiwf3hy,
#j9yqbtddzyc66ut8frhk,
#g5npm0zesqw4wfanwm1m,
#wucice7424bnul79zips{position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */

#gz2wxijrbq3udow41fbu .easys_content_inner,
#h2drm75ma4g8jse6f4if .easys_content_inner,
#gavpp712e7q4vjixgjao .easys_content_inner,
#x2rkib6j7o35mw9sy5kp .easys_content_inner,
#qewehck3kt6ciixq0wn4 .easys_content_inner,
#iy10i1h3xzl2ywiwf3hy .easys_content_inner,
#j9yqbtddzyc66ut8frhk .easys_content_inner,
#g5npm0zesqw4wfanwm1m .easys_content_inner,
#wucice7424bnul79zips .easys_content_inner{
    position: relative;
    z-index: 100;
    opacity: 1;
    transform:translateY(0);
}

/* PC 背景付きブロックの記事画像 非表示  */
#gz2wxijrbq3udow41fbu .entry_post:first-of-type .eyecatch,
#h2drm75ma4g8jse6f4if .entry_post:first-of-type .eyecatch,
#gavpp712e7q4vjixgjao .entry_post:first-of-type .eyecatch,
#x2rkib6j7o35mw9sy5kp .entry_post:first-of-type .eyecatch,
#qewehck3kt6ciixq0wn4 .entry_post:first-of-type .eyecatch,
#iy10i1h3xzl2ywiwf3hy .entry_post:first-of-type .eyecatch,
#j9yqbtddzyc66ut8frhk .entry_post:first-of-type .eyecatch,
#g5npm0zesqw4wfanwm1m .entry_post:first-of-type .eyecatch,
#wucice7424bnul79zips .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */

#gz2wxijrbq3udow41fbu .entry_post:first-of-type .float_left,
#gz2wxijrbq3udow41fbu .entry_post:first-of-type .float_right,
#h2drm75ma4g8jse6f4if .entry_post:first-of-type .float_left,
#h2drm75ma4g8jse6f4if .entry_post:first-of-type .float_right,
#gavpp712e7q4vjixgjao .entry_post:first-of-type .float_left,
#gavpp712e7q4vjixgjao .entry_post:first-of-type .float_right,
#x2rkib6j7o35mw9sy5kp .entry_post:first-of-type .float_left,
#x2rkib6j7o35mw9sy5kp .entry_post:first-of-type .float_right,
#qewehck3kt6ciixq0wn4 .entry_post:first-of-type .float_left,
#qewehck3kt6ciixq0wn4 .entry_post:first-of-type .float_right,
#iy10i1h3xzl2ywiwf3hy .entry_post:first-of-type .float_left,
#iy10i1h3xzl2ywiwf3hy .entry_post:first-of-type .float_right,
#j9yqbtddzyc66ut8frhk .entry_post:first-of-type .float_left,
#j9yqbtddzyc66ut8frhk .entry_post:first-of-type .float_right,
#g5npm0zesqw4wfanwm1m .entry_post:first-of-type .float_left,
#g5npm0zesqw4wfanwm1m .entry_post:first-of-type .float_right,
#wucice7424bnul79zips .entry_post:first-of-type .float_left,
#wucice7424bnul79zips .entry_post:first-of-type .float_right{float: none;}
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */

#gz2wxijrbq3udow41fbu *[class*="title"],
#h2drm75ma4g8jse6f4if *[class*="title"],
#gavpp712e7q4vjixgjao *[class*="title"],
#x2rkib6j7o35mw9sy5kp *[class*="title"],
#qewehck3kt6ciixq0wn4 *[class*="title"],
#iy10i1h3xzl2ywiwf3hy *[class*="title"],
#j9yqbtddzyc66ut8frhk *[class*="title"],
#g5npm0zesqw4wfanwm1m *[class*="title"],
#wucice7424bnul79zips *[class*="title"]{display: none;}



/*outer_block
---------------------------------------------------------------------------------------------------- */
#page_6 #outer_block{padding: 0;}


/*コンテンツ画像
---------------------------------------------------------------------------------------------------- */

#gjj1vnkmk4x8amhi2oqo div,
#gxs5dl12c8g9jp2km60e div,
#if3ehpao3z37pmh67sm2 div{
margin-bottom: 0;
padding-bottom: 0;
}
#gjj1vnkmk4x8amhi2oqo .easys_content_inner,
#gxs5dl12c8g9jp2km60e .easys_content_inner,
#if3ehpao3z37pmh67sm2 .easys_content_inner{
position: relative;
width: 2000px;
top: 0;
left: calc(50% - 1000px);
}


/*■パララックス
　株式会社𠮷田工業では、～
---------------------------------------------------------------------------------------------------- */

#nvm92y7i3c53exfa86p8{
    background: url(/kimitsu/files/01_para_bg.jpg) no-repeat center center fixed transparent;
    background-size: cover;
    height: 1100px;
}
#nvm92y7i3c53exfa86p8 .easys_content_inner{
    position: relative;
    width: 2000px;
    left: calc(50% - 1000px);
    top: 0;
}

/*君津支店のご紹介
---------------------------------------------------------------------------------------------------- */

#gavpp712e7q4vjixgjao {
    background: url(/kimitsu/files/01_block01_bg.png) no-repeat center top;
    height: 1500px;
}

#gavpp712e7q4vjixgjao .text_box {
    width: 480px;
    margin: 870px 0 0 480px;
}

#gavpp712e7q4vjixgjao .post_data {
    text-align: left;
    color: #cc6e00;
}



/*仕事量は右肩上がり
---------------------------------------------------------------------------------------------------- */

#x2rkib6j7o35mw9sy5kp {
  height: 1200px;
  background:url(/kimitsu/files/01_block02_bg.png) no-repeat center top;
}
#x2rkib6j7o35mw9sy5kp:before {
  content:" ";
  display:block;
  position:absolute;
  bottom: 250px;
  left:0;
  z-index:1;
  width:100%;
  height:120px;
  animation:bg_loop01 38s linear 0s infinite;
  background:url(/kimitsu/files/01_block02_text.png) repeat-x top left;
}

@keyframes bg_loop01 {
  0% {
    background-position-x:0;
  }
  100% {
    background-position-x:-1500px;
  }
}


#x2rkib6j7o35mw9sy5kp .text_box {
  width: 380px;
  margin: 480px 0 0 0px;
}

#x2rkib6j7o35mw9sy5kp .post_data {
  text-align:left;
  color:#cc6e00;
}




/*どうして仕事量は右肩上がりなの？
---------------------------------------------------------------------------------------------------- */

#qewehck3kt6ciixq0wn4 {
  height: 1150px;
  background: url(/kimitsu/files/01_block03_bg.png) no-repeat center top;
}

#qewehck3kt6ciixq0wn4 .text_box {
  width: 480px;
  margin: 490px 0 0 480px;
}

#qewehck3kt6ciixq0wn4 .post_data {
  text-align:left;
  color:#cc6e00;
}

#qewehck3kt6ciixq0wn4:before {
  content:" ";
  display:block;
  position:absolute;
  top: 0;
  left: calc(50% - 590px);
  z-index:1;
  width: 500px;
  height: 100%;
  animation:bg_loop02 38s linear 0s infinite;
  background: url(/kimitsu/files/01_block03_img.png) repeat-y top left;
}

@keyframes bg_loop02 {
  0% {
    background-position-y:0;
  }
  100% {
    background-position-y:1240px;
  }
}



/*実際どんな業務をするの？
---------------------------------------------------------------------------------------------------- */

#iy10i1h3xzl2ywiwf3hy {
    background: url(/kimitsu/files/01_block04_bg.png) no-repeat center top;
    height: 1230px;
}

#iy10i1h3xzl2ywiwf3hy .text_box {
    width: 480px;
    margin: 940px 0 0 0px;
}

#iy10i1h3xzl2ywiwf3hy .post_data {
  text-align: left;
    color: #cc6e00;
}



/*煙突工事
---------------------------------------------------------------------------------------------------- */

#j9yqbtddzyc66ut8frhk {
    background: url(/kimitsu/files/01_block05_bg.png) no-repeat center top;
    height: 770px;
}


#j9yqbtddzyc66ut8frhk .text_box {
    width: 480px;
    margin: 160px 0 0 480px;
}

#j9yqbtddzyc66ut8frhk .post_data {
    text-align: left;
    color: #cc6e00;
}



/*求める人材・職種
---------------------------------------------------------------------------------------------------- */

#wucice7424bnul79zips {
  height:1150px;
  background:url(/kimitsu/files/01_block06_bg.png) no-repeat center top;
}
#wucice7424bnul79zips:before {
  content:" ";
  display:block;
  position:absolute;
  bottom:180px;
  left:0;
  z-index:1;
  width:100%;
  height:120px;
  animation:bg_loop4 15s linear 0s infinite;
  background:url(/kimitsu/files/01_block06_text.png) repeat-x top left;
}

@keyframes bg_loop4 {
  0% {
    background-position-x:0;
  }
  100% {
    background-position-x:-720px;
  }
}

#wucice7424bnul79zips:after {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  background:url(/kimitsu/files/01_block06_front.png) no-repeat top center;
}


#wucice7424bnul79zips .text_box {
  width:490px;
  margin:480px 0 0 130px;
}



#wucice7424bnul79zips .post_data {
  font-size:15px;
  text-align:left;
  color:#cc6e00;
}



/*会社概要ブロック
---------------------------------------------------------------------------------------------------- */


#mdia5fryquxkyn9q4r8u {
  position:relative;
  z-index:1;
  background: url(/kimitsu/files/company_title.png) no-repeat top center;
  padding: 450px 0 100px 0;
}

#mdia5fryquxkyn9q4r8u [class*="title"] {
display: none;
}


/*お問い合わせブロック
---------------------------------------------------------------------------------------------------- */


#ayyprnffas8row3a27pw {
  position:relative;
  z-index:1;
  background: url(/kimitsu/files/contact_title.png) no-repeat top center;
  padding: 450px 0 100px 0;
}


 #ayyprnffas8row3a27pw > div > div > h2 {
display:none;
}


.post_data table th,
.post_data table td {
    min-width: 4em;
}




/*追加＞建築工事
---------------------------------------------------------------------------------------------------- */

#h2drm75ma4g8jse6f4if {
  background: url(/kimitsu/files/01_block04_01_bg.png) no-repeat center top;
  height: 500px;
}


#h2drm75ma4g8jse6f4if .text_box {
  width: 480px;
  margin: 160px 0 0 480px;
}

#h2drm75ma4g8jse6f4if .post_data {
  text-align: left;
  color: #cc6e00;
}

/*追加＞鍛冶工事
---------------------------------------------------------------------------------------------------- */

#gz2wxijrbq3udow41fbu {
  background: url(/kimitsu/files/01_block04_02_bg.png) no-repeat center top;
  height: 500px;
}


#gz2wxijrbq3udow41fbu .text_box {
  width: 480px;
  margin: 190px 0 0 0px;
}

#gz2wxijrbq3udow41fbu .post_data {
  text-align: left;
  color: #cc6e00;
}
