@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background: url(/files/body_bg.jpg) no-repeat center top 90px / 100%;
  color: #222;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
/*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;
}

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

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  max-height: calc(90px + 650px);
  min-height: calc(90px + (650px * (1300 / 2000)));
  height: calc(90px + (650 / 2000 * 100vw) - 6px);
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  max-height: inherit;
  min-height: inherit;
  height: calc(90px + (900 / 2000 * 100vw));
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: calc(90px + (650 / 2000 * 100vw) - 101px);
}
#page_6 #header_information {
  height: calc(90px + (900 / 2000 * 100vw) - 101px);
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: auto;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  right: 220px;
}
#site-description a {
  display: inline;
  color: #222;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 190px;
  height: 190px;
  background: url(/files/branding_box_bg.jpg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 850px;
  height: 100px;
  margin: 0 0 0 auto;
  background: url(/files/access_bg.jpg) repeat;
}
#access .menu-header {
  width: auto;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access #menu-gnavi>.menu-item>a, div#access #menu-gnavi>.menu-item>a:hover {
  background-color: transparent;
  height: 100px;
  line-height: 100px;
  /* transition: .3s; */
  background-image: url(/files/topnavi.png);
}
div#access #menu-gnavi>.menu-item>a:hover {
  transition: .3s;
}
div#access .gnavi01>a,div#access .gnavi01>a:hover { width: 180px;}
div#access .gnavi02>a,div#access .gnavi02>a:hover { width: 120px;}
div#access .gnavi03>a,div#access .gnavi03>a:hover { width: 130px;}
div#access .gnavi04>a,div#access .gnavi04>a:hover { width: 120px;}
div#access .gnavi05>a,div#access .gnavi05>a:hover { width: 300px;}
div#access .gnavi01>a { background-position: left top; }
div#access .gnavi02>a { background-position: -180px top; }
div#access .gnavi03>a { background-position: -300px top; }
div#access .gnavi04>a { background-position: -430px top; }
div#access .gnavi05>a { background-position: right top; }
div#access .gnavi01>a:hover { background-position: left bottom; }
div#access .gnavi02>a:hover { background-position: -180px bottom; }
div#access .gnavi03>a:hover { background-position: -300px bottom; }
div#access .gnavi04>a:hover { background-position: -430px bottom; }
div#access .gnavi05>a:hover { background-position: right bottom; }


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: 100%;
}
#access ul.menu ul.sub-menu a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.2em !important;
  padding: 10px !important;
  box-sizing: border-box;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #00428c;
  background: none rgba(0,66,141,0.85);
  filter: alpha(opacity=85); /* ie 6 7 */
  -ms-filter: "alpha(opacity=85)"; /* ie 8 */
  width: 100%;
  color: #fff;
}
#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: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #00428c;
  background: none rgba(0,66,141,0.85);
  filter: alpha(opacity=85); /* ie 6 7 */
  -ms-filter: "alpha(opacity=85)"; /* ie 8 */
  color: #64c0ff;
}
#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: #64c0ff;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}


/* 追尾 */
#access.fixed {
  width: 100%;
  z-index: 590;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,66,141,0.85);
  height: 70px;
}
#access.fixed .menu-header {
  width: 760px;
  margin: 0 auto;
}
div#access.fixed #menu-gnavi>.menu-item>a,
div#access.fixed #menu-gnavi>.menu-item>a:hover {
  height: 70px;
  line-height: 70px;
  background-image: url(/files/topnavi_fixed.png);
}
div#access.fixed .gnavi01>a,div#access.fixed .gnavi01>a:hover { width: 135px;}
div#access.fixed .gnavi02>a,div#access.fixed .gnavi02>a:hover { width: 125px;}
div#access.fixed .gnavi03>a,div#access.fixed .gnavi03>a:hover { width: 125px;}
div#access.fixed .gnavi04>a,div#access.fixed .gnavi04>a:hover { width: 125px;}
div#access.fixed .gnavi05>a,div#access.fixed .gnavi05>a:hover { width: 250px;}
div#access.fixed .gnavi01>a { background-position: left top; }
div#access.fixed .gnavi02>a { background-position: -135px top; }
div#access.fixed .gnavi03>a { background-position: -260px top; }
div#access.fixed .gnavi04>a { background-position: -385px top; }
div#access.fixed .gnavi05>a { background-position: right top; }
div#access.fixed .gnavi01>a:hover { background-position: left bottom; }
div#access.fixed .gnavi02>a:hover { background-position: -135px bottom; }
div#access.fixed .gnavi03>a:hover { background-position: -260px bottom; }
div#access.fixed .gnavi04>a:hover { background-position: -385px bottom; }
div#access.fixed .gnavi05>a:hover { background-position: right bottom; }
#access.fixed ul.menu ul.sub-menu {
  top: 70px;
}

/* 追尾&レスポ時 */
#access.fixed ul.menu ul.sub-menu,
#access.fixed {
  transform: none !important;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* レスポンシブ */
#video_teaser,
#jquery_slider_pc,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #2c2c2c;
  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-width: 0 0 1px;
  border-style: dotted;
  border-color: #919ea7;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 125px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area {
  text-align: right;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 0;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 385px;
  left: calc(50% - 480px);
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#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: #fff;
  position: absolute;
  top: 392px;
  right: calc(50% - 460px);
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a,.fixed_btn div a:hover {height: 40px;width: 40px !important;}


.head_btn {
  width: 100%;
  min-width: 1070px;
  height: 40px;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 700;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.head_btn.fixed {
  padding: 0;
  position: fixed;
  top: 15px;
  width: calc(100% - 150px);
  left: 50%;
  transform: translateX(-50%);
}
.head_btn div a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}
.head_btn div a img {
  position: absolute;
  top: 0;
  left: 0;
}
.head_btn div a:hover img {
  top: -100%;
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #2073b3;
  height: 80px;
  line-height: 80px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #fff;
}
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: #fff;
}
/* 見出しリンクボタン */
.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.jpg);
  font-size: 20px;
  color: #fff;
}


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

* .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: #222;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #222;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #222;
}
/* 小見出しリンクボタン */
.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;
  color: #222;
}


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


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

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


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

small a:hover {
  background-color: #2073b3;
  color: #FFF !important;
}





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

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #919ea7 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #919ea7;
  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: #2073b3;
  color: #2073b3 !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 #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #2073b3;
  border-color: #2073b3;
}
.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 #2073b3;
  border-style: solid;
  border-color: #2073b3;
  color: #fff !important;
}



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


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.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-size: 13px;
  font-weight: bold;
}
.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;
  _width: 100%;
}



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


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.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 #2073b3;
  color: #2073b3;
}
div.link_list a:hover {
  background-color: #2073b3;
  border: 1px solid #2073b3;
  color: #fff;
}


.faq-title {
  background-color: #2073b3;
  font-weight: normal;
  color: #fff;
}



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



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#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;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #222;}

/* ブログ-今日の背景色 */
#wp-calendar tbody td#today,
#wp-calendar tbody td#today a {
  background: #2073b3;
  color: #fff;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


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


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


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

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

/* 背景と余白調整 */
.easys_content.design {
  margin-bottom: 0 !important;
}
.easys_content.design + .easys_content:not(.design) {
  margin-top: 70px;
}
#content .nd_01:last-of-type:not(.design) {
  margin-bottom: 70px !important;
}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  top: 100px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: all 1.3s ease 0s;
}
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}

/* バナーは固定 */
.nd_01 .easys_content_inner {
  transition: unset;
  opacity: 1;
  top: 0;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#k2ksywfjkkgmgtouovey,
#dclhfztz7npuehs5uuk2,
#ysfgewxhgl8lw6cvpbro,
#k4gkkf7w60rop9f17oil,
#l2ru2qe8hu03spdz05hr {
  margin-bottom: 70px;
}
#k2ksywfjkkgmgtouovey div,
#dclhfztz7npuehs5uuk2 div,
#ysfgewxhgl8lw6cvpbro div,
#k4gkkf7w60rop9f17oil div,
#l2ru2qe8hu03spdz05hr div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#k2ksywfjkkgmgtouovey a,
#dclhfztz7npuehs5uuk2 a,
#ysfgewxhgl8lw6cvpbro a,
#k4gkkf7w60rop9f17oil a,
#l2ru2qe8hu03spdz05hr a {
  display: block;
  position: relative;
}
#k2ksywfjkkgmgtouovey a:hover img,
#dclhfztz7npuehs5uuk2 a:hover img,
#ysfgewxhgl8lw6cvpbro a:hover img,
#k4gkkf7w60rop9f17oil a:hover img,
#l2ru2qe8hu03spdz05hr a:hover img {
  opacity: 1;
}

/* 事業内容 */
#k2ksywfjkkgmgtouovey,
#dclhfztz7npuehs5uuk2,
#ysfgewxhgl8lw6cvpbro {
  position: relative;
  background: url(/files/banner_business_cover.png) no-repeat center top;
}
#k2ksywfjkkgmgtouovey a,
#dclhfztz7npuehs5uuk2 a,
#ysfgewxhgl8lw6cvpbro a {
  width: 960px;
  height: 500px;
}
#k2ksywfjkkgmgtouovey a img,
#dclhfztz7npuehs5uuk2 a img,
#ysfgewxhgl8lw6cvpbro a img {
  position: absolute;
  top: 0;
  left: 0;
}
#k2ksywfjkkgmgtouovey a:hover img,
#dclhfztz7npuehs5uuk2 a:hover img,
#ysfgewxhgl8lw6cvpbro a:hover img {
  top: -100%;
}
#k2ksywfjkkgmgtouovey video,
#dclhfztz7npuehs5uuk2 video,
#ysfgewxhgl8lw6cvpbro video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

/* 従業員インタビュー/お問い合わせ */
#k4gkkf7w60rop9f17oil .easys_content_inner,
#l2ru2qe8hu03spdz05hr .easys_content_inner {
  width: 100%;
}
#k4gkkf7w60rop9f17oil [class*="field_"],
#l2ru2qe8hu03spdz05hr [class*="field_"] {
  width: calc( 100% / 2 ) !important;
}
#k4gkkf7w60rop9f17oil [class*="field_"] .eyecatch,
#l2ru2qe8hu03spdz05hr [class*="field_"] .eyecatch {
  width: 100%;
}
#k4gkkf7w60rop9f17oil a::after,
#l2ru2qe8hu03spdz05hr a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: .3s;
  opacity: 0;
}
#k4gkkf7w60rop9f17oil a:hover::after,
#l2ru2qe8hu03spdz05hr a:hover::after {
  opacity: 1;
}
#k4gkkf7w60rop9f17oil [class*="field_"]:nth-of-type(1) a::after,
#l2ru2qe8hu03spdz05hr [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(/files/banner_interview_on.jpg);
}
#k4gkkf7w60rop9f17oil [class*="field_"]:nth-of-type(2) a::after,
#l2ru2qe8hu03spdz05hr [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(/files/banner_contact_on.jpg);
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（動画・ブログ・バナー除） */
#jqv1vrgynibt826z73xp,
#tj5ytzrl0u0k07wtr6gi {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
#jqv1vrgynibt826z73xp .post_margin,
#tj5ytzrl0u0k07wtr6gi .post_margin {
  margin: 0;
}
#jqv1vrgynibt826z73xp .eyecatch,
#tj5ytzrl0u0k07wtr6gi .eyecatch {
  display: none;
  float: none !important;
}
#jqv1vrgynibt826z73xp .entry_post,
#tj5ytzrl0u0k07wtr6gi .entry_post {
  box-sizing: border-box;
}
#jqv1vrgynibt826z73xp .entry_post > [class*="title"],
#tj5ytzrl0u0k07wtr6gi .entry_post > [class*="title"] {
  display: none;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
}
#jqv1vrgynibt826z73xp .text_box,
#tj5ytzrl0u0k07wtr6gi .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
}
#jqv1vrgynibt826z73xp .post_data,
#tj5ytzrl0u0k07wtr6gi .post_data {
  float: none !important;
  overflow: visible;
  display: block;
}

#jqv1vrgynibt826z73xp [class*="_btn"],
#tj5ytzrl0u0k07wtr6gi [class*="_btn"] {
  margin: 0;
  padding: 0;
}
#jqv1vrgynibt826z73xp [class*="_btn"] a,
#tj5ytzrl0u0k07wtr6gi [class*="_btn"] a {
  display: block;
  position: relative;
  z-index: 300;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/files/10top_block01_btn.png) no-repeat center top;
  width: 210px;
  height: 50px;
  padding: 0;
}
#jqv1vrgynibt826z73xp [class*="_btn"] a:hover,
#tj5ytzrl0u0k07wtr6gi [class*="_btn"] a:hover {
  background-position-y: bottom;
}
/* 追加画像 */
.blockimg {
  position: absolute;
  opacity: 0;
  transition: all 1.3s ease 0s;
  background-repeat: no-repeat;
  background-position: center;
}
.blockimg.moved {
  opacity: 1;
}
#jqv1vrgynibt826z73xp .blockimg[class*="img0"].moved,
#tj5ytzrl0u0k07wtr6gi .blockimg[class*="img0"].moved {
  margin: 0px;
}


/* 愛知県刈谷市にある安心・安全を運ぶ運送会社”SUZUサービス株式会社” */
#jqv1vrgynibt826z73xp {
  background: 
  url(/files/10top_block01_bg01.png) no-repeat center top,
  url(/files/10top_block01_para.jpg) no-repeat center / cover fixed;
  height: 1280px;
}
#jqv1vrgynibt826z73xp .entry_post {
  padding: 770px 0 0 420px;
}
#jqv1vrgynibt826z73xp .text_box {
  width: 100%;
  margin: 0;
}
#jqv1vrgynibt826z73xp .post_data {
  margin: 0 0 30px;
}
#jqv1vrgynibt826z73xp .blockimg.img02 {
  background-image: url(/files/10top_block01_bg02.png);
  width: 1170px;
  height: 500px;
  top: 218px;
  left: calc(50% - 170px);
  margin-left: 100px;
}
#jqv1vrgynibt826z73xp .blockimg.img03 {
  background-image: url(/files/10top_block01_bg03.png);
  width: 380px;
  height: 190px;
  top: 754px;
  left: calc(50% - 480px);
  margin-left: -100px;
}
#jqv1vrgynibt826z73xp [class*="_btn"] a {
  margin: 0 0 0 auto;
}

/* SUZUサービス株式会社で一流のドライバーを目指しませんか？ */
#tj5ytzrl0u0k07wtr6gi {
  background-image: url(/files/10top_block02_bg01.jpg);
  height: 1100px;
}
#tj5ytzrl0u0k07wtr6gi .entry_post {
  padding: 480px 80px 0 300px;
}
#tj5ytzrl0u0k07wtr6gi .text_box {
  width: 100%;
  margin: 0;
}
#tj5ytzrl0u0k07wtr6gi .post_data {
  margin: 0 0 30px;
  color: #fff;
}
#tj5ytzrl0u0k07wtr6gi .blockimg.img02 {
  background-image: url(/files/10top_block02_bg02.png);
  width: 480px;
  height: 125px;
  top: 337px;
  left: calc(50% - 176px);
  margin-left: 100px;
}
#tj5ytzrl0u0k07wtr6gi .blockimg.img03 {
  background-image: url(/files/10top_block02_bg03.png);
  width: 720px;
  height: 530px;
  top: 362px;
  left: calc(50% - 1000px);
  margin-left: -100px;
}
#tj5ytzrl0u0k07wtr6gi [class*="_btn"] a {
  background-image: url(/files/10top_block02_btn.png);
}


/*  背景変更
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#j0yrl6l4013k5ux6cgbd,
#pxtmng2r0bwoo0a9mjej,
#urlp3kno9o1huw7qpji6,
#e814b5y2o8pufsaahzz7 {
  padding-top: 50px;
  background-repeat: repeat;
}

/* トップページ＞会社概要 */
#j0yrl6l4013k5ux6cgbd {
  background-image: url(/files/block_bg_01.jpg);
}

/* 求人情報＞募集要項 */
#pxtmng2r0bwoo0a9mjej {
  background-image: url(/files/block_bg_01.jpg);
}

/* 会社概要＞Gマークへの取り組み */
#urlp3kno9o1huw7qpji6 {
  background-image: url(/files/block_bg_02.jpg);
}

/* 事業内容＞こだわり */
#e814b5y2o8pufsaahzz7 {
  background-image: url(/files/block_bg_02.jpg);
}