@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1&display=swap');
/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #020202;
  --border_color: #4dbaf0;
  --table_border_color: #4dbaf0;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #4dbaf0;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #000000;
  --entry_title_bg_color: #ffffff;
  --blog_title_color: #010101;
  --sub_entry_title_bg_color: #010101;
  --entry_title_bg_w570_color: #000000;
  --sub_entry_title_bg_w570_color: #000000;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #000000;
  --column3_title_bg_color: #000000;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #000000;
  --footnavi_color: #45a9db;
  --address_color: #ffffff;
  --copy_color: #ffffff;
}
/* =================================================================================================================== */



/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1035;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 900;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_navi_h: 70px;

/* --easys_second_h:; */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: #ffffff;/* プルダウンメニュー＞背景色 */
  --easys_standard_value000: #ffffff;/* プルダウンメニュー＞背景色 (ホバー時) */
  --easys_standard_value003: #333333;
  --easys_standard_value004: #333333;
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
}

/*

 * PC用スタイルCSS
 */



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  /* background: var(--basic_background_color) url("../files/html_bg.jpg") repeat center top; */
  background: none var(--basic_background_color);

  scroll-padding-top: var(--easys_navi_h);
  scroll-behavior: smooth;
}

/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none transparent;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif !important;
}
body *[class*="title"] {
  font-weight: 400 !important;
  font-family: "Shippori Mincho B1", serif !important;
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
body#page_6 {
  background: none transparent;
  /* background: url("../files/body_bg_top.jpg") no-repeat center top /100%; */
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
  background: none transparent;
  /* background: url("../files/branding_box.png") no-repeat center top/100%; */
}
#page_6 #branding_box {
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
  background: url("../files/top_header_cover.png") no-repeat center top/100%;
}

#page_6 #branding_box::before {
 content: '';
 display: block;
 position: absolute;
 width: calc(100%*(750/var(--easys_max_width)));
 height: calc(100%*(400/var(--easys_top_main_h)));
 top: calc(100%*(410/var(--easys_top_main_h)));
 left: calc(100%*(86/var(--easys_max_width)));
 pointer-events: none;
 transform: scale(2);
 opacity: 0;
 transition: 1s;
 transition-delay: 1s;
 background: url(../files/top_header_cover02.png) no-repeat center top/100%;
}
#page_6 #branding_box.moved::before {
  transform: scale(1);
  opacity: 1;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  position: absolute;
  top: 135px;
  left: 110px;
  margin: 0 auto;
  width: auto;
  /*位置　レスポンシブ有り*/
  /*
  top: calc(135 / var(--easys_naka_main_h) * 100%);
  left: calc(90 / 2000 * 100%);
  */
}

#page_6 #site-description {
  /* top: 135;
  left: 90; */
  /*
  top: calc(135 / var(--easys_top_main_h) * 100%);
  left: calc(90 / 2000 * 100%);
  */
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header,
.header_class {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.main_header img,
.header_class img {
  position: absolute;
  top: 70px;
  left: 90px;
  z-index: 620;
  margin: auto;
  width: 230px;
  height: 60px;

/* レスポ有り */
  /* width: calc(100%*(230/var(--easys_max_width)));
  height: calc(100%*(60/var(--easys_naka_main_h)));
  top: calc(100%*(70/var(--easys_naka_main_h)));
  left: calc(100%*(90/var(--easys_max_width))); */
  background: url("../files/main_logo.png") no-repeat center top;
}

#page_6 .main_header img,
#page_6 .header_class img {
  position: absolute;
  top: 70px;
  left: 90px;
  margin: auto;
  width: 230px;
  height: 60px;
  /* レスポ有り */
  /* width: calc(100%*(230/var(--easys_max_width)));
  height: calc(100%*(60/var(--easys_top_main_h)));
  top: calc(100%*(70/var(--easys_top_main_h)));
  left: calc(100%*(90/var(--easys_max_width))); */
}

/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed {
  position: fixed;
  top: 0;
  z-index: 620;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 230px !important;
  height: 60px !important;
  /* background: url("../files/branding_box.png") no-repeat center top; */
}

/*画面幅2000px以上の時
---------------------------------------*/
/* @media screen and (min-width: 2000px) {
  .main_header img.fixed,
  #page_6 .main_header img.fixed {
    left:calc(50% - 1000px) !important;
  }
} */


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


#access {
  position: absolute;
  top: 37px;
  z-index: 590;
  margin: 0 auto;
  width: 100%;
  height: 70px;
  background: none;
}

/*ナビ上からの位置　メイン画像の下にナビがあるとき*/
/* #access {
  top: calc(100%*(37/var(--easys_naka_main_h)));
}
#page_6 #access {
  top: calc(100%*(37/var(--easys_top_main_h)));
} */



#access .menu-header {
  /* margin: 0 calc(46 / 2000 * 100%) 0 auto; */
  margin: 0 46px 0 auto;
  width: 640px;
  height: var(--easys_navi_h);
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  margin: 0;
  padding: 0;
  width: 100px;
  height: var(--easys_navi_h);
  background-color: transparent;
  background-image: url("../files/topnavi.png");
  background-position: scroll;
  background-repeat: no-repeat;
}

div#access .gnavi11 a {
  width: 120px;
  background-position: left top;
}
div#access .gnavi12 a {
  background-position: -120px top;
}
div#access .gnavi13 a {
  background-position: -220px top;
}
div#access .gnavi14 a {
  background-position: -320px top;
}
div#access .gnavi15 a {
  background-position: -420px top;
}
div#access .gnavi16 a {
  width: 120px;
  background-position: right top;
}

div#access .gnavi11 a:hover {
  width: 120px;
  background-position: left bottom;
}
div#access .gnavi12 a:hover {
  background-position: -120px bottom;
}
div#access .gnavi13 a:hover {
  background-position: -220px bottom;
}
div#access .gnavi14 a:hover {
  background-position: -320px bottom;
}
div#access .gnavi15 a:hover {
  background-position: -420px bottom;
}
div#access .gnavi16 a:hover {
  width: 120px;
  background-position: right bottom;
}

/* ナビホバー時ギミック */
div#access .menu-item a {
  position: relative;
}

.gnavi li.current a,
div#access .menu-item a:hover {
  color: #ffffff;
}

div#access .menu-item a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  width: 70%;
  height: 5px;

/* width: 5px; */
  border-radius: 50%;
  background: #ffffff;
  content: "";
  transition: all 0.3s;
  transform: scale(0.04, 1);/*X方向0.04、Y方向1*/
  transform-origin: center bottom;/*中央下部基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
div#access .menu-item a:hover::after {
  height: 2px;/*縦幅を変化*/
  border-radius: 0;/*丸みをなくす*/
  transform: scale(0.8, 1);/*X方向0.8、Y方向1にスケール拡大*/
}



/*ナビ下に線を出す*/
/* div#access .menu-item a{ position: relative;}
div#access .menu-item a::after {
  display: block;
  content: "";
  background: none #fff; 
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: 0 auto;
  transition: all 0.25s ease 0s;
}

div#access a:hover:after { width: 80%; }

div#access .menu-item .sub-menu a:after{display: none;} */


/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 620;
  min-width: 1300px;/*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
  max-width: 2000px;
  background: #274fa4;
}
#access.fixed .menu-header {
  position: relative;
  float: none;/*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
  margin: 0 auto;
  max-width: 2000px;
  transform: none !important;/*レスポンシブ無しにするため*/
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a,
div#access .menu-item a:hover {
  height: var(--easys_navi_h);
  background-color: transparent;
  line-height: var(--easys_navi_h);
}

/* div#access.fixed .menu-item a, div#access.fixed .menu-item a:hover {
  height: px;
  line-height: px;
} */

/* プルダウンメニューのサイズ */
#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 {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !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_value000);
  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);
}


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

#page_6 #main_teaser {
  transform: translate(-100px, 0px);
  opacity: 0;
  transition: 1s;
}

#page_6 #main_teaser.moved {
  opacity: 1;
  transform: translate(0px,0px);
  transition: 1s;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

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

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

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

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  /*絶対値指定する時*/
  /* position: absolute;
  top: 340px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%); */
}
/* 中央以外 */

#footer-widget-area .widget-area {
  position: absolute;
  top: 340px;
  left: calc(50% - -190px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  display: flex;
  flex-direction: column;
  border-color: transparent;

  gap: 5px;
  /* width: 250px;
  height: 250px; */
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: transparent;
  color: var(--footnavi_color);
  text-align: left;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ縦並び２列*/
/* #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  align-content: space-between;
  width: 300px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}

#footer_information .entry-post {
  margin: 450px 0 0;
  width: 100%;
  text-align: left;
  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}

/* 中央以外 */
/*
#footer_information{
  position: absolute;
  top: 450px;
  left: calc(50% - 450px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

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

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}
/* 中央寄せの時 */
/*
#copyright {
  position: absolute;
  bottom: 340px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
*/
/* 中央以外 */

#copyright {
  position: absolute;
  bottom: 340px;
  left: calc(50% - 480px);
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.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 {
  right: 40px;
  bottom: 40px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}
/*画面幅2000px以上の時
---------------------------------------*/
/* @media screen and (min-width: 2000px) {
  #float_top_btn {
    right:calc(50% - 960px) !important;
  }
} */

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  height: 140px;
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  line-height: 200px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  font-weight: 400 !important;
  font-family: "Shippori Mincho B1", serif !important;
}
.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 {
  font-weight: 400 !important;
  font-family: "Shippori Mincho B1", serif !important;
}

* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

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

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

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


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

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

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


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

.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("/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: "";
}


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


/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block .nd_01 .easys_content_inner),
#outer_block .post_data,
#outer_block .read_more_btn,
#outer_block .entry_title,
#outer_block .table_area,
#outer_block .html_post,
#outer_block .entry_post,
#outer_block .main_btn {
  opacity: 0;
  transition: 1.3s ease 0s;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
}
#outer_block .moved:not(#outer_block .nd_01 .easys_content_inner) {
  opacity: 1;
  transform: translateY(0) rotate3d(0, 0, 1, 0);
}
/*no_margin
--------------------------------------- */
/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */

/*  デザインブロック共通
-------------di3vb5mugwim127dzeya-----------bjkwocfj4e0twhvixuq7---------------------------------------------------------------------------- */

#di3vb5mugwim127dzeya,
#bjkwocfj4e0twhvixuq7,
#t830ot8ohnut2svdsh8a,
#wldl4lk1sg0rr0ebiuoq,
#mdld9ydiq7pgya3zuy1b,
#rkxnffpzcqxsy0g5n5ic,
#pwlqhu9ec7lbj9anj0e3 {
  position: relative;
  margin-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
}

#di3vb5mugwim127dzeya .easys_content_inner,
#bjkwocfj4e0twhvixuq7 .easys_content_inner,
#t830ot8ohnut2svdsh8a .easys_content_inner,
#wldl4lk1sg0rr0ebiuoq .easys_content_inner,
#mdld9ydiq7pgya3zuy1b .easys_content_inner,
#rkxnffpzcqxsy0g5n5ic .easys_content_inner,
#pwlqhu9ec7lbj9anj0e3 .easys_content_inner {
  position: relative;
  top: 0;
  width: 960px;
  opacity: 1;
  transform: translate(0px, 0px) !important;
}

#di3vb5mugwim127dzeya .post_margin,
#bjkwocfj4e0twhvixuq7 .post_margin,
#t830ot8ohnut2svdsh8a .post_margin,
#wldl4lk1sg0rr0ebiuoq .post_margin,
#mdld9ydiq7pgya3zuy1b .post_margin,
#rkxnffpzcqxsy0g5n5ic .post_margin,
#pwlqhu9ec7lbj9anj0e3 .post_margin {
  margin: 0;
}

#di3vb5mugwim127dzeya .eyecatch,
#bjkwocfj4e0twhvixuq7 .eyecatch,
#t830ot8ohnut2svdsh8a .eyecatch,
#wldl4lk1sg0rr0ebiuoq .eyecatch,
#mdld9ydiq7pgya3zuy1b .eyecatch,
#rkxnffpzcqxsy0g5n5ic .eyecatch,
#pwlqhu9ec7lbj9anj0e3 .eyecatch {
  display: none;
  float: none !important;
}

#di3vb5mugwim127dzeya .entry_post,
#bjkwocfj4e0twhvixuq7 .entry_post,
#t830ot8ohnut2svdsh8a .entry_post,
#wldl4lk1sg0rr0ebiuoq .entry_post,
#mdld9ydiq7pgya3zuy1b .entry_post,
#rkxnffpzcqxsy0g5n5ic .entry_post,
#pwlqhu9ec7lbj9anj0e3 .entry_post {
  position: relative;
  box-sizing: border-box;
}

#di3vb5mugwim127dzeya .entry_post > [class*="title"],
#bjkwocfj4e0twhvixuq7 .entry_post > [class*="title"],
#t830ot8ohnut2svdsh8a .entry_post > [class*="title"],
#wldl4lk1sg0rr0ebiuoq .entry_post > [class*="title"],
#mdld9ydiq7pgya3zuy1b .entry_post > [class*="title"],
#rkxnffpzcqxsy0g5n5ic .entry_post > [class*="title"],
#pwlqhu9ec7lbj9anj0e3 .entry_post > [class*="title"] {
  display: none;
  margin-bottom: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}


#di3vb5mugwim127dzeya .text_box,
#di3vb5mugwim127dzeya .text_box,
#t830ot8ohnut2svdsh8a .text_box,
#wldl4lk1sg0rr0ebiuoq .text_box,
#mdld9ydiq7pgya3zuy1b .text_box,
#rkxnffpzcqxsy0g5n5ic .text_box,
#pwlqhu9ec7lbj9anj0e3 .text_box {
  float: none !important;
  overflow: visible;
  margin: 0;
  width: 100%;
  height: auto;
}

#di3vb5mugwim127dzeya .post_data,
#bjkwocfj4e0twhvixuq7 .post_data,
#t830ot8ohnut2svdsh8a .post_data,
#wldl4lk1sg0rr0ebiuoq .post_data,
#mdld9ydiq7pgya3zuy1b .post_data,
#rkxnffpzcqxsy0g5n5ic .post_data,
#pwlqhu9ec7lbj9anj0e3 .post_data {
  display: block;
  float: none !important;
  overflow: visible;
  margin: 0;
  /* transition: 1.3s;
  opacity: 0;
  transform: translate(0 , 100px);*/
} 

/* #di3vb5mugwim127dzeya .post_data.moved,
#bjkwocfj4e0twhvixuq7 .post_data.moved,
#t830ot8ohnut2svdsh8a .post_data.moved,
#wldl4lk1sg0rr0ebiuoq .post_data.moved,
#mdld9ydiq7pgya3zuy1b .post_data.moved,
#rkxnffpzcqxsy0g5n5ic .post_data.moved,
#pwlqhu9ec7lbj9anj0e3 .post_data.moved,
#DB08ID .post_data.moved,
#DB09ID .post_data.moved,
#DB10ID .post_data.moved {
  opacity: 1;
  transform: translate(0,0);
} */

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

#di3vb5mugwim127dzeya .design_block[class*="block"],
#bjkwocfj4e0twhvixuq7 .design_block[class*="block"],
#t830ot8ohnut2svdsh8a .design_block[class*="block"],
#wldl4lk1sg0rr0ebiuoq .design_block[class*="block"],
#mdld9ydiq7pgya3zuy1b .design_block[class*="block"],
#rkxnffpzcqxsy0g5n5ic .design_block[class*="block"],
#pwlqhu9ec7lbj9anj0e3 .design_block[class*="block"] {
  top: 0;
  left: calc(50% - 1000px);
  overflow: visible !important;
  width: 2000px;
  height: 100%;
}

#di3vb5mugwim127dzeya .design_block[class*="block"].moved,
#bjkwocfj4e0twhvixuq7 .design_block[class*="block"].moved,
#t830ot8ohnut2svdsh8a .design_block[class*="block"].moved,
#wldl4lk1sg0rr0ebiuoq .design_block[class*="block"].moved,
#mdld9ydiq7pgya3zuy1b .design_block[class*="block"].moved,
#rkxnffpzcqxsy0g5n5ic .design_block[class*="block"].moved,
#pwlqhu9ec7lbj9anj0e3 .design_block[class*="block"].moved {
  transform: translate(0px, 0px) scale(1,1) rotate(0deg) !important;
  /* clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important; */
  /* filter: blur(0); */
}

#di3vb5mugwim127dzeya .post_data p,
#bjkwocfj4e0twhvixuq7 .post_data p,
#t830ot8ohnut2svdsh8a .post_data p,
#wldl4lk1sg0rr0ebiuoq .post_data p,
#mdld9ydiq7pgya3zuy1b .post_data p,
#rkxnffpzcqxsy0g5n5ic .post_data p,
#pwlqhu9ec7lbj9anj0e3 .post_data p {
  color: #000000;
  text-align: justify;
  font-size: 15px;

/* letter-spacing: 0; */
  line-height: calc(30/15);

  font-feature-settings: "palt";
}



/* 共通ボタン-ブロック内リンク */
#di3vb5mugwim127dzeya [class*="_btn"],
#bjkwocfj4e0twhvixuq7 [class*="_btn"],
#t830ot8ohnut2svdsh8a [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 150px;
  /* transition: 1.3s;
  opacity: 0;
  transform: translate(0 , 100px);*/
}

#t830ot8ohnut2svdsh8a [class*="_btn"],
#di3vb5mugwim127dzeya [class*="_btn"] {
  margin: 0 0 0 auto;
} 

#bjkwocfj4e0twhvixuq7 [class*="_btn"] {
  margin: 0 auto;
}

/* #di3vb5mugwim127dzeya [class*="_btn"],
#bjkwocfj4e0twhvixuq7 [class*="_btn"] {
  opacity: 1;
  transform: translate(0,0);
} */
#di3vb5mugwim127dzeya [class*="_btn"] a,
#bjkwocfj4e0twhvixuq7 [class*="_btn"] a,
#t830ot8ohnut2svdsh8a [class*="_btn"] a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999999px;
  text-indent: -9999px;
  font-size: 0;
}

#di3vb5mugwim127dzeya [class*="_btn"] a,
#bjkwocfj4e0twhvixuq7 [class*="_btn"] a,
#t830ot8ohnut2svdsh8a [class*="_btn"] a {
  background: url(../files/design01_btn.png) no-repeat center top;
}

#bjkwocfj4e0twhvixuq7 [class*="_btn"] a {
  background: url(../files/design02_btn.png) no-repeat center top;

}

#di3vb5mugwim127dzeya [class*="_btn"] a::before,
#bjkwocfj4e0twhvixuq7 [class*="_btn"] a::before,
#t830ot8ohnut2svdsh8a [class*="_btn"] a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #274fa4;
  content: "";

/* opacity: 0; */
  transition: 0.3s;
}

#bjkwocfj4e0twhvixuq7 [class*="_btn"] a::before {
  background-color: #45a9db;
}

/* 2枚切り替え */
#di3vb5mugwim127dzeya [class*="_btn"] a::after,
#bjkwocfj4e0twhvixuq7 [class*="_btn"] a::after,
#t830ot8ohnut2svdsh8a [class*="_btn"] a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999999px;
  background-color: #45a9db;
  content: "";

/* opacity: 0; */
  transition: 0.3s;
  transition: transform 0.3s;
  transform: scale(0);
}

#bjkwocfj4e0twhvixuq7 [class*="_btn"] a::after {
  background-color: #fff;
}


#di3vb5mugwim127dzeya [class*="_btn"] a:hover::after,
#bjkwocfj4e0twhvixuq7 [class*="_btn"] a:hover::after,
#t830ot8ohnut2svdsh8a [class*="_btn"] a:hover::after {
  transform: scale(1);
}

#di3vb5mugwim127dzeya .design_block.block5 span,
#bjkwocfj4e0twhvixuq7 .design_block.block1 span,
#t830ot8ohnut2svdsh8a .design_block.block1 span {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: top 0.8s , opacity 0.8s;
}
#di3vb5mugwim127dzeya .design_block.block5.moved span,
#bjkwocfj4e0twhvixuq7 .design_block.block1.moved span,
#t830ot8ohnut2svdsh8a .design_block.block1.moved span {
  top: 0;
  opacity: 1;
}

#t830ot8ohnut2svdsh8a .design_block.block1 span:nth-child(n+7) {
  left: -35px;
}

/*  DB＞有限会社 JKGでは仲間を募集しています!
--------------------------di3vb5mugwim127dzeya-------------------------------------------------------------------------- */

#di3vb5mugwim127dzeya {
  height: 1450px;
  background-image: url(../files/design01_bg.jpg);
  overflow: hidden;
}
#di3vb5mugwim127dzeya .entry_post {
  padding: 820px 0 0 480px;
}
#di3vb5mugwim127dzeya .post_data {
  margin-bottom: 50px;
}
#di3vb5mugwim127dzeya .easys_content_inner {
  z-index: 10;
}
canvas {
   display: block;
   position: absolute;
   left: 50%;
   transform: translateX(-50%) scale(3.9);
   top: 270px;
}

#di3vb5mugwim127dzeya .design_block.block5 {
  top: 0;
  left: calc(50% - 340px);
  box-sizing: border-box;
  padding-top: 290px;
  width: 540px;
  height: auto;
  background-image: none;
  color: #000000;
  letter-spacing: -0.07em;
  font-weight: bold !important;
  font-size: 156px;
  font-family: "Antonio", sans-serif;
  line-height: 0.85;
  z-index: 10;
}

#di3vb5mugwim127dzeya .design_block.block1 {
  top: 160px;
  left: calc(50% - 498px) !important;
  width: 1018px;
  height: 593px;
  background-image: url(../files/design01_img02.png);
  background-position-y: bottom;
  transform: translate(0px, 100px);
  z-index: 10;
}

#di3vb5mugwim127dzeya .design_block.block2 {
  top: 158px;
  left: calc(50% - 0px);
  overflow: visible;
  width: 550px;
  height: 600px;
  background: url(../files/design01_img01.png) no-repeat center top;
  transition-delay: 0.55s !important;
  transform: scale(2);
  z-index: 10;
}

#di3vb5mugwim127dzeya .design_block.block3 {
  top: 760px;
  left: calc(50% - 720px);
  overflow: hidden;
  width: 650px;
  height: 550px;
  background-image: url(../files/design01_img03.png);
  transform: scale(2);
  z-index: 10;
}



/*  DB＞働きやすい明るい職場『人が一番大事』
----------------------------------bjkwocfj4e0twhvixuq7------------------------------------------------------------------ */

#bjkwocfj4e0twhvixuq7 {
  height: 1450px;
  background-image: none;

  clip-path: inset(0);
}
#bjkwocfj4e0twhvixuq7 .easys_content_inner {
  position: relative;
  z-index: 100;
}

#bjkwocfj4e0twhvixuq7 .entry_post {
  padding: 970px 20px 0 20px;
}
#bjkwocfj4e0twhvixuq7 .post_data {
  margin-bottom: 50px;
}

#bjkwocfj4e0twhvixuq7 .post_data p {
  color: #ffffff;
  text-align: center;
}

#bjkwocfj4e0twhvixuq7 .design_block.block1 {
  top: 240px;
  left: 50% !important;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 0;
  width: auto;
  height: auto;
  background-image: none;
  letter-spacing: -0.07em;
  font-weight: bold !important;
  font-size: 156px;
  font-family: "Antonio", sans-serif;
  line-height: 0.85;
  transform: translateX(-50%) !important;
}

#bjkwocfj4e0twhvixuq7 .design_block.block1.moved {
  transform: translateX(-50%) !important;
}

#bjkwocfj4e0twhvixuq7 .design_block.block2 {
  top: 320px;
  left: calc(50% - 447px);
  z-index: 2;
  width: 470px;
  height: 210px;
  background-image: url(../files/design02_img01.png);
  background-position-y: bottom;
  transform: translate(0px, 100px);
}

#bjkwocfj4e0twhvixuq7 .design_block.block3 {
  top: 410px;
  left: calc(50% - -30px);
  z-index: 3;
  width: 430px;
  height: 120px;
  background-image: url(../files/design02_img02.png);
  transform: scale(2);
}

#bjkwocfj4e0twhvixuq7 .design_block.block4 {
  top: 540px;
  left: calc(50% - 720px);
  z-index: 4;
  width: 1450px;
  height: 400px;
  background-image: url(../files/design02_img04.png);
  transform: scale(2);
}

#bjkwocfj4e0twhvixuq7 .design_block.block5 {
  top: 540px;
  left: calc(50% - -337px);

/* transform: translate(0px, 100px); */
  z-index: 5;
  width: 206px;
  height: 292px;
  background-image: none;

  /* background-position-y: -90px; */
}

#bjkwocfj4e0twhvixuq7 .design_block.block5::after {
  position: absolute;
  top: -410px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/design02_img03.png) no-repeat center top;
  content: "";
  opacity: 0;
  transition: 1s;
  transform: translate(0px, 100px);
  pointer-events: none;
}

#bjkwocfj4e0twhvixuq7 .design_block.block5.moved::after {
  opacity: 1;
  transform: translate(0px, 0px);
}

#bjkwocfj4e0twhvixuq7 .design_block.block6 {
  top: 950px;
  left: calc(50% - 850px);
  z-index: 6;
  width: 500px;
  height: 500px;
  background-image: url(../files/design02_img05.png);
  transform: translate(0px, 100px);
}

#addbg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 999999px;
  background: #274fa4;

  translate: -50% -50%;
}




/*  DB＞様々なご相談を受け付けております！
----------------------------------t830ot8ohnut2svdsh8a------------------------------------------------------------------ */

#t830ot8ohnut2svdsh8a {
  height: 2000px;
  background-image: url(../files/design03_bg.jpg);
}
#t830ot8ohnut2svdsh8a .entry_post {
  padding: 1480px 15px 0 480px;
}
#t830ot8ohnut2svdsh8a .post_data {
  margin-bottom: 50px;
}

#t830ot8ohnut2svdsh8a #addslide {
  position: absolute;
  top: 165px;
  right: 0;
  display: block;
  width: 1800px;
  height: 400px;
  background: url(../files/design03_img01.png) no-repeat center top;
}

#t830ot8ohnut2svdsh8a .design_block.block1 {
  top: 900px;
  left: calc(50% - 480px);
  z-index: 2;
  box-sizing: border-box;
  padding-top: 0;
  width: auto;
  height: auto;
  background-image: none;
  letter-spacing: -0.07em;
  font-weight: bold !important;
  font-size: 156px;
  font-family: "Antonio", sans-serif;
  line-height: 0.95;
}

#t830ot8ohnut2svdsh8a .design_block.block2 {
  top: 725px;
  left: calc(50% - 350px);
  width: 1350px;
  height: 650px;
  background-image: url(../files/design03_img02.png);
  transform: scale(2);
}

#t830ot8ohnut2svdsh8a .design_block.block3 {
  top: 1437px;
  left: calc(50% - 480px);
  width: 450px;
  height: 200px;
  background-image: url(../files/design03_img03.png);
  transform: translate(0px, -100px);
}

/*  DB＞代表挨拶
----------------------------------wldl4lk1sg0rr0ebiuoq------------------------------------------------------------------ */

#wldl4lk1sg0rr0ebiuoq {
  height: 1434px;
  background-image: none;
}
#wldl4lk1sg0rr0ebiuoq .entry_post {
  padding: 610px 480px 0 0;
}
#wldl4lk1sg0rr0ebiuoq .post_data {
  margin-bottom: 0;
}
#wldl4lk1sg0rr0ebiuoq .post_data p {
  color: #ffffff;
}

#wldl4lk1sg0rr0ebiuoq .design_block.block1 {
  top: 133px;
  width: 1600px;
  height: 1100px;
  background-image: url(../files/design04_img01.png);
  transform: translate(-100px, 0px);
}

#wldl4lk1sg0rr0ebiuoq .design_block.block2 {
  top: 340px;
  left: calc(50% - -100px);
  width: 900px;
  height: 700px;
  background-image: url(../files/design04_img02.png);
  transform: translate(100px, 0px);
}


/*  DB＞関東圏への配送なら道央物流へおまかせください！
----------------------------------mdld9ydiq7pgya3zuy1b------------------------------------------------------------------ */

#mdld9ydiq7pgya3zuy1b {
  height: 1400px;
  background-image: none;
}

#mdld9ydiq7pgya3zuy1b::after {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  display: block;
  width: 2000px;
  height: 100%;
  background: url(../files/design05_bg_cover.png) no-repeat center top;
  content: "";
  pointer-events: none;
}

#mdld9ydiq7pgya3zuy1b .entry_post {
  padding: 770px 0 0 480px;
}
#mdld9ydiq7pgya3zuy1b .post_data {
  margin-bottom: 0;
}

#mdld9ydiq7pgya3zuy1b .post_data p {
  color: #ffffff;
}

#mdld9ydiq7pgya3zuy1b .design_block.block1 {
  top: 350px;
  left: calc(50% - 225px);
  width: 900px;
  height: 900px;
  background-image: url(../files/design05_img01.png);
  transform: scale(0.1);
}

#mdld9ydiq7pgya3zuy1b .design_block.block2 {
  top: 510px;
  width: 900px;
  height: 650px;
  background-image: url(../files/design05_img02.png);
  transform: translate(-100px, 0px);
}

/*  DB>業務内容ご紹介
----------------------------------rkxnffpzcqxsy0g5n5ic------------------------------------------------------------------ */

#rkxnffpzcqxsy0g5n5ic {
  height: 1300px;
  background-image: none;
}

#rkxnffpzcqxsy0g5n5ic .post_data p {
  color: #ffffff;
}

#rkxnffpzcqxsy0g5n5ic::after {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  display: block;
  width: 2000px;
  height: 100%;
  background: url(../files/design06_bg_cover.png) no-repeat center top;
  content: "";
  pointer-events: none;
}

#rkxnffpzcqxsy0g5n5ic .entry_post {
  padding: 650px 0 0 480px;
}
#rkxnffpzcqxsy0g5n5ic .post_data {
  margin-bottom: 0;
}

#rkxnffpzcqxsy0g5n5ic .design_block.block1 {
  top: 357px;
  height: 700px;
  background-image: url(../files/design06_img01.jpg);
  transform: translate(0px, 100px);
}
#rkxnffpzcqxsy0g5n5ic .design_block.block2 {
  top: 35px;
  width: 1400px;
  height: 500px;
  background-image: url(../files/design06_img02.png);
  transform: scale(2);
}


/*  DB＞従業員を大切にする会社で成長を目指しませんか？
----------------------------------pwlqhu9ec7lbj9anj0e3------------------------------------------------------------------ */

#pwlqhu9ec7lbj9anj0e3 {
  height: 1300px;
  background-image: url(../files/design07_bg.jpg);
}
#pwlqhu9ec7lbj9anj0e3 .entry_post {
  padding: 860px 480px 0 0;
}
#pwlqhu9ec7lbj9anj0e3 .post_data {
  margin-bottom: 0;
}
#pwlqhu9ec7lbj9anj0e3 .post_data p {
  color: #ffffff;
}
#pwlqhu9ec7lbj9anj0e3 .design_block.block1 {
  top: 494px;
  left: calc(50% - -90px);
  z-index: 10;
  width: 685px;
  height: 806px;
  background-image: url(../files/design07_img02.png);
  transform: translate(0px, 100px);
}
#pwlqhu9ec7lbj9anj0e3 .design_block.block2 {
  top: 150px;
  left: calc(50% - 850px);
  width: 1700px;
  height: 500px;
  background-image: url(../files/design07_img01.png);
  transform: scale(2);
}


/*  パララックス
---------------------------------------------------------------------------------------------------- */

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

#m5lnm0k1s58ubnn9v597 {
  position: relative;
  height: 800px;

          clip-path: inset(0);
  -webkit-clip-path: inset(0);
}

#m5lnm0k1s58ubnn9v597 img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;

  object-fit: cover;
}

/*  バナー＞お問い合わせ/ガテン職(※top)
----------------------xtoluiger9e85kas7s2f------------------------------------------------------------------------------ */

/*2列バナー　レスポンシブ*/
#xtoluiger9e85kas7s2f {
  padding: calc(250 / var(--easys_max_width) * 100%) 0;
  background: url("../files/haef_bnr_bg.jpg") no-repeat center top /100%;
}
#xtoluiger9e85kas7s2f div {
  margin-bottom: 0;
  padding-bottom: 0;
}

.img_display_1020 {
  overflow: visible !important;
}

#xtoluiger9e85kas7s2f .easys_content_inner {
  padding: 0;
  width: calc(1733 / var(--easys_max_width) * 100%);
  overflow: visible;
}
#xtoluiger9e85kas7s2f [class*="field_"] {
  width: calc(850 / 1733 * 100%)!important;
}
#xtoluiger9e85kas7s2f .eyecatch {
  width: 100%;
}

#xtoluiger9e85kas7s2f .eyecatch a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#xtoluiger9e85kas7s2f .eyecatch a::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(145 / 400 * 100%);
  left: calc(710 / 850 * 100%);
  width: calc(110 / 850 * 100%);
  height: calc(110 / 400 * 100%);
  pointer-events: none;
  background-color: #274fa4;
  border-radius: 999999999px;
  transform: scale(1);
  transition: transform 0.8s;
}

#xtoluiger9e85kas7s2f .eyecatch a:hover::before {
  transform: scale(20);
}

#xtoluiger9e85kas7s2f .eyecatch a img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}


#xtoluiger9e85kas7s2f .eyecatch a:hover img {
  opacity: 1;
}


#xtoluiger9e85kas7s2f .field_2col,
#xtoluiger9e85kas7s2f .field_2col {
  transition: 1s;
  transform: translate(0px, 100px);
  opacity: 0;
}

#xtoluiger9e85kas7s2f .field_2col.moved,
#xtoluiger9e85kas7s2f .field_2col.moved {
  transform: translate(0px, 0px);
  opacity: 1;
}

#xtoluiger9e85kas7s2f .float_left{ 
  background: url("../files/harfbnr_contact_bg.jpg") no-repeat center top/100%;
}
#xtoluiger9e85kas7s2f .float_right{
  background: url("../files/harfbnr_gaten_bg.jpg") no-repeat center top/100%;
  transition-delay: 0.3s;
}

/*  バナー＞お問い合わせ(※company)
-------------------------wg0jz5teluaezozw7ai1--------------------------------------------------------------------------- */

#wg0jz5teluaezozw7ai1 {
  background: url(../files/contact_bnr_bg.jpg) no-repeat center top/100%;
}

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

#wg0jz5teluaezozw7ai1 .easys_content_inner {
  width: 100%;
}

#wg0jz5teluaezozw7ai1 .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#wg0jz5teluaezozw7ai1 .eyecatch a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #80b8e5;
  content: "";
  transition: clip-path 0.4s;
  pointer-events: none;

  clip-path: inset( 0 100% 0 0);
}

#wg0jz5teluaezozw7ai1 .eyecatch a:hover::before {
  clip-path: inset(0);
}

#wg0jz5teluaezozw7ai1 .eyecatch a img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

#wg0jz5teluaezozw7ai1 .eyecatch a:hover img {
  opacity: 1;
}



/*  バナー＞GATEN(※company)
--------------w6ndm5jlvy14a79j89w5-------------------------------------------------------------------------------------- */

#w6ndm5jlvy14a79j89w5 {
  margin: 0;
  padding: calc(0 / var(--easys_max_width) * 100%) 0;
}
#w6ndm5jlvy14a79j89w5 div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#w6ndm5jlvy14a79j89w5 .easys_content_inner {
  padding: 0;
  width: calc(2000 / var(--easys_max_width) * 100%);
}
#w6ndm5jlvy14a79j89w5 .eyecatch {
  width: 100%;
}
#w6ndm5jlvy14a79j89w5 .eyecatch a {
  position: relative;
  display: block;
  padding: calc(700 / var(--easys_max_width) * 100%) 0 0;
  width: 100%;
}
#w6ndm5jlvy14a79j89w5 .eyecatch a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#w6ndm5jlvy14a79j89w5 .eyecatch a:hover::before {
  opacity: 1;
}

/*OFF画像*/
#w6ndm5jlvy14a79j89w5 .eyecatch a {
  background: url("../files/gaten_bnr_off.png") no-repeat center top /100%;
}

/*ON画像*/
#w6ndm5jlvy14a79j89w5 .eyecatch a::before {
  background: url("../files/gaten_bnr_on.png") no-repeat center top /100%;
}

/*固定画面で入れたSPバナー画像非表示*/
#w6ndm5jlvy14a79j89w5 .eyecatch a img {
  display: none;
}



/*  ブロック背景色
--------rf8jvyojuils00h86sxy-------------m833ituwks1io5aqo566------------------------------------------------------------------------------- */

#page_6 #rf8jvyojuils00h86sxy {
  background: url(../files/repeat_bg.jpg) repeat center top;
  padding-top: 100px;
}

#page_6 #rf8jvyojuils00h86sxy .table_area table tr td,
#page_6 #rf8jvyojuils00h86sxy small a {
  color: #fff !important;
}

#m833ituwks1io5aqo566 {
  background: #eeedeb;
  padding-top: 80px;
}

/*  ○○○
---------------------------------------------------------------------------------------------------- */



/*  ○○○
---------------------------------------------------------------------------------------------------- */
