@charset "utf-8";

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


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

@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Corben:wght@700&family=RocknRoll+One&display=swap');


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {

  background:#fff;

}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {

  background: url("/files/body_bg.jpg") no-repeat center top/100%;

  color: #333333/*要変更：基本テキストカラー*/;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
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;
}


a:link, a:visited, a:hover, a:active {
color: #0acdda/*要変更：リンクテキストカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #0acdda/*要変更：リンクテキストカラー*/;
  color: #fff;
}



/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 195px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 195px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: px;}
#page_6 #header_information {height: px;}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 960px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0px;
    right: 90px;
    text-align: right;
}

#site-description a {
  display: inline;
  color: #FFF/*要変更：H1テキストカラー*/;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 250px; /*ロゴ固定時　要変更*/
  margin: 0 ;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 591;
}



.main_header img, .header_class img {
    width: 250px;
    height: 165px;
}

.main_header img.fixed{
  width: 250px !important;
  height: 80px !important;
}


/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 80px;/*要変更：topnaviの画像の高さ÷2*/;
  margin: 0 auto;
  z-index: 590;
min-width: 1300px !important;

}

#access .menu-header{
  width: 840px;/*ナビ画像の幅*/
  height: 80px;/*要変更：topnaviの画像の高さ÷2*/;
  margin:0 20px 0 auto;/*右寄せは「margin:0 0 0 auto;」*/
}
#page_1004 #access .menu-header{background: rgba(255,255,255,0.8);}

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

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

div#access .gnavi11 a:hover { background-position: left bottom; width: 120px;}
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; width: 190px;}
div#access .gnavi15 a:hover { background-position: -510px bottom;}
div#access .gnavi16 a:hover { background-position: -610px bottom;}
div#access .gnavi17 a:hover { background-position: right bottom; width: 130px;}


/*固定時用ナビ*/
#access.fixed{
position: fixed;
top: 0;
left: 0;
background: url("/files/branding_box_bg.png") no-repeat left 40px top;

background-color: rgba(255,255,255,0.96);　
min-width: 1300px !important;
}
#access.fixed .menu-header{
  margin:0 20px 0 auto;/*右寄せは「margin:0 0 0 auto;」*/
height: 80px;
}
#page_1004 #access.fixed .menu-header{background: none transparent;}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 80px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: 100%;
}

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

/* 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;
}

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

/* TOP SLIDER使用時 */
#video_teaser {
  margin: 0;
  top: 0;
  min-width: 1300px !important;

}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/

#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff/*要変更：widget_title_bgのテキストカラー*/;
  background-image: url(/files/widget_title_bg.jpg);
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff/*要変更：widget_title_bgのテキストカラー*/;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #333/*要変更：widget_list_bgのテキストカラー*/;
  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: #666/*要変更：ボーダーカラー*/;
  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: url(/files/footer_bg.jpg) repeat-x center top;
  height: 440px; position: relative;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat left top;
  height: 440px;
  position: relative;
}

#footer_box::before {
    content: "";
    display: block;
    position: absolute;
    top: 350px;
    right: 0%;
    width: 2000px;
    height: 50px;
    z-index: 0;
    background: url("/files/footer_scroll.png")no-repeat center top;
    animation: loop_01 linear 30s infinite;
}

@keyframes loop_01 {
    0% {background-position-x: 0px;}
    100% {background-position-x: 2000px;}
  }

#footer_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    width: 2000px;
    height: 440px;
    z-index: 2;
    background: url("/files/footer_cover.png")no-repeat center top;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area {
    display: block;
    width: 1000px;
    text-align: left;
    margin: 0;
    padding-left: 130px;
}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  top: 270px;
  margin: 0;
  z-index: 5;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #000/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000/*要変更：フッターメニューのテキストカラー*/;
  color: #000/*要変更：フッターメニューのテキストカラー*/;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
    display: block;
    margin: 0;
    width: 1000px;
    padding-left: 130px;
}
#footer_information .entry-post {
  width: 100%;
  margin: 190px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #000/*要変更：フッター住所のテキストカラー*/;

}

/*  フッター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/*要変更：コピーライトのテキストカラー*/;
    text-align: left;
    margin: 0;
    width: 1000px;
    padding-left: 220px;
    position: absolute;
    top: 400px;
    left: 0;
}

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

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 50px;}

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

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

/*  見出し
---------------------------------------------------------------------------------------------------- */

h2,h3,h4,h5,.widget-title2{
  font-family: 'RocknRoll One', sans-serif;
  font-weight: normal !important;
}


.headline_title {
    background-image: url(/files/top_entry_title.png);
    color: #000/*要変更：top_entry_titleのテキストカラー*/;
    padding-top: 40px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #fff/*要変更：entry_title_bgのテキストカラー*/;
}
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_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.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;
  color: #000/*要変更：entry_title_bg_w570のテキストカラー*/;
}


/* 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: #000/*要変更：half_entry_title_bgのテキストカラー*/;}

* .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: #000/*要変更：half_sub_entry_title_bgのテキストカラー*/;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000/*要変更：sub_entry_title_bgのテキストカラー*/;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000/*要変更：sub_entry_title_bgのテキストカラー*/;
}
/* 小見出しリンクボタン */
.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: #000/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {color: #fc526c/*要変更：clom3_sub_entry_titleのテキストカラー*/;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent/*要変更：テーブルのthの背景色*/;
  border: 1px solid #4e4e4e/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #0acdda/*要変更：リンクテキストカラー*/;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #0acdda/*要変更：リンクテキストカラー*/;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #0acdda/*要変更：リンクテキストカラー*/ !important;
}

small a:hover {
  background-color: #0acdda/*要変更：リンクテキストカラー*/ !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #4e4e4e;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #4e4e4e !important;
}


/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #0acdda/*要変更：リンクテキストカラー*/ !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666/*要変更：ボーダーカラー*/;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #0acdda/*要変更：リンクテキストカラー*/;
  color: #0acdda/*要変更：リンクテキストカラー*/ !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: #0acdda/*要変更：リンクテキストカラー*/;
  border-color: #0acdda/*要変更：リンクテキストカラー*/;
}
.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 #0acdda/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #0acdda/*要変更：リンクテキストカラー*/;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666/*要変更：ボーダーカラー*/;
}


/* 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 #0acdda/*要変更：リンクテキストカラー*/;
  color: #0acdda/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #0acdda/*要変更：リンクテキストカラー*/;
  border: 1px solid #0acdda/*要変更：リンクテキストカラー*/;
  color: #fff;
}


.faq-title {
  background-color: #0acdda/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #0acdda/*要変更：テーブルの必須のテキストカラー*/;
}
.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: #4e4e4e/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent/*要変更：テーブルのtdの背景色*/;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}
.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: #000/*要変更：blog_titleのテキストカラー*/;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

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

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/*PC 背景付きブロックの記事画像 非表示-----------------*/
#b22x73q0jeshv2bzjrt1 .entry_post:first-of-type .eyecatch,
#l36umhbp05xbo0mbwywz .entry_post:first-of-type .eyecatch,
#qt8y3ot2a0ickq0ybbku .entry_post:first-of-type .eyecatch,
#kwj1ltct7fkvqoh9uyab .entry_post:first-of-type .eyecatch,
#u684qqe1s3u7lyq5itox .entry_post:first-of-type .eyecatch,

#mpq34hyedhcbrzmqtgrb .entry_post:first-of-type .eyecatch,
#paekzret7tdtxwjgjm1y .entry_post:first-of-type .eyecatch,
#pt20ti6lqwkybwgsbz5r .entry_post:first-of-type .eyecatch,
#yim1xdanungyhpku6wp5 .entry_post:first-of-type .eyecatch,
#vrq6x3v1a7f19694r03v .entry_post:first-of-type .eyecatch,

#z7be0xhlv3e13rsrvjqc .entry_post:first-of-type .eyecatch
{display: none;}

/*  float 解除
---------------------------------------------------------------------------------------------------- */
#b22x73q0jeshv2bzjrt1 .entry_post:first-of-type .float_left,
#l36umhbp05xbo0mbwywz .entry_post:first-of-type .float_left,
#qt8y3ot2a0ickq0ybbku .entry_post:first-of-type .float_left,
#kwj1ltct7fkvqoh9uyab .entry_post:first-of-type .float_left,
#u684qqe1s3u7lyq5itox .entry_post:first-of-type .float_left,

#mpq34hyedhcbrzmqtgrb .entry_post:first-of-type .float_left,
#paekzret7tdtxwjgjm1y .entry_post:first-of-type .float_left,
#pt20ti6lqwkybwgsbz5r .entry_post:first-of-type .float_left,
#yim1xdanungyhpku6wp5 .entry_post:first-of-type .float_left,
#vrq6x3v1a7f19694r03v .entry_post:first-of-type .float_left,

#z7be0xhlv3e13rsrvjqc .entry_post:first-of-type .float_left,

#b22x73q0jeshv2bzjrt1 .entry_post:first-of-type .float_right,
#l36umhbp05xbo0mbwywz .entry_post:first-of-type .float_right,
#qt8y3ot2a0ickq0ybbku .entry_post:first-of-type .float_right,
#kwj1ltct7fkvqoh9uyab .entry_post:first-of-type .float_right,
#u684qqe1s3u7lyq5itox .entry_post:first-of-type .float_right,

#mpq34hyedhcbrzmqtgrb .entry_post:first-of-type .float_right,
#paekzret7tdtxwjgjm1y .entry_post:first-of-type .float_right,
#pt20ti6lqwkybwgsbz5r .entry_post:first-of-type .float_right,
#yim1xdanungyhpku6wp5 .entry_post:first-of-type .float_right,
#vrq6x3v1a7f19694r03v .entry_post:first-of-type .float_right,

#z7be0xhlv3e13rsrvjqc .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;}

/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
.easys_content_inner{
  opacity: 0;
  transform: translate(0, 50px);
  transform-origin: center;
  transition: 1s ease;
}
.easys_content_inner.moved2{
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
   opacity: 1;
   transform: translate(0,0);
}

/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{
  top:0;
  opacity: 1;
}


.f_up {
  transform: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}


.moved {
  transform: translate(0px, 0px);
}


.bounce {opacity: 0; }

.moved3{
    animation: animScale 0.4s forwards;
    transform-origin: 50% 50%;
    animation-play-state: running;
    opacity: 1;
}


@keyframes animScale {
0% { transform: scale(1.1); }
50% { transform: scale(0.95); }
75% { transform: scale(1.05); }
100% { transform: scale(1); }
}

@keyframes animScale2 {
0% { transform: scale(1.2); }
50% { transform: scale(0.8); }
75% { transform: scale(1.1); }
100% { transform: scale(1); }
}



/*  アニメーション
--------------------------------------------------------------------------------------------------- */


@keyframes rightleft-move {
  50% {
    transform: translateX(40px);
  }  
}
@keyframes rightleft-moveres {
  50% {
    transform: translateX(-40px);
  }  
}




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


/*  ボタン
---------------------------------------------------------------------------------------------------- */

#l36umhbp05xbo0mbwywz .main_btn a,
#qt8y3ot2a0ickq0ybbku .main_btn a{
  display: block;
  width: 150px;
  height: 41px;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
  position: relative;
  background: none;
}

#l36umhbp05xbo0mbwywz .main_btn a{background: url(/files/block_02_btn.png) no-repeat left top;}
#qt8y3ot2a0ickq0ybbku .main_btn a{background: url(/files/block_03_btn.png) no-repeat left top; width: 140px;}


#l36umhbp05xbo0mbwywz .main_btn a:hover,
#qt8y3ot2a0ickq0ybbku .main_btn a:hover
{background-position: left bottom;}


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

/*topD1:- b22x73q0jeshv2bzjrt1*/
#b22x73q0jeshv2bzjrt1{
  height: 1000px;
  position: relative;
  z-index: 200;
  background: url(/files/block_01.jpg) no-repeat center top;
}
#b22x73q0jeshv2bzjrt1 *[class*="title"]{
    display: none;
}
#b22x73q0jeshv2bzjrt1 .text_box{
  position: absolute;
  width: 720px;
  top: 500px;
  left: calc(50% - 360px);
}
#b22x73q0jeshv2bzjrt1 .text_box .post_data {
display: none;
}

/*上下左右フェードイン　画像*/
#b22x73q0jeshv2bzjrt1 #bg01 {
    background: url(/files/block_01_copy.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 560px;
    height: 460px;
    position: absolute;
    top: 300px;
    left: calc(50% - 50px);
}

#b22x73q0jeshv2bzjrt1 #bg02 {
    z-index: -3;
    display: block;
    width: 290px;
    height: 110px;
    position: absolute;
    top: 220px;
    left: calc(50% - 733px);
}


#b22x73q0jeshv2bzjrt1 #bg02 span.inner {
  background: url(/files/block_01_kumo_01.png) no-repeat center top;
  display: block;
  width: 100%;
  height: 100%;
  animation: rightleft-moveres 15s infinite;
  animation-delay: 2s;
  margin-top: 30px;
}

#b22x73q0jeshv2bzjrt1 #bg03{
    z-index: -3;
    display: block;
    width: 230px;
    height: 130px;
    position: absolute;
    top: 122px;
    left: calc(50% - 198px);
    transition-delay: 0.3s;
    animation-delay: 0.3s;
}

#b22x73q0jeshv2bzjrt1 #bg03 span.inner {
    background: url(/files/block_01_kumo_02.png) no-repeat center top;
    display: block;
    width: 100%;
    height: 100%;
    animation: rightleft-move 15s infinite;
    animation-delay: 2.5s;

}


#b22x73q0jeshv2bzjrt1 #bg04 {
    background: url(/files/block_01_miti_01.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 589px;
    height: 940px;
    position: absolute;
    top: 100px;
    left: calc(50% + 361px);
}
#b22x73q0jeshv2bzjrt1 #bg05 {
    background: url(/files/block_01_miti_02.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 440px;
    height: 780px;
    position: absolute;
    top: 400px;
    left: calc(50% - 952px);
    overflow: visible;
}
#b22x73q0jeshv2bzjrt1 #bg06 {
    background: url(/files/block_01_image_02.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 560px;
    height: 580px;
    position: absolute;
    top: 200px;
    left: calc(50% - 680px);
}
#b22x73q0jeshv2bzjrt1 #bg07 {
    background: url(/files/block_01_image_01.png) no-repeat center top;
    z-index: -2;
    display: block;
    width: 560px;
    height: 580px;
    position: absolute;
    top: 330px;
    left: calc(50% - 600px);
    transition-delay: 0.2s;
}


/*topD2:recruit l36umhbp05xbo0mbwywz*/
#l36umhbp05xbo0mbwywz{
  height: 650px;
  position: relative;
  z-index: 200;
  background: url(/files/block_02.jpg) no-repeat center top;
  z-index: 0;
  padding-top: 50px;
}
#l36umhbp05xbo0mbwywz .headline_title {
    width: 600px;
    height: 40px;
    background: none transparent;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#l36umhbp05xbo0mbwywz .text_box{
  position: absolute;
  width: 600px;
  top: 145px;
  left:0;
  right: 0;
  margin: 0 auto;
}
#l36umhbp05xbo0mbwywz .text_box .post_data {
  color: #fff;
  text-align: center;
}

/*上下左右フェードイン　画像*/
#l36umhbp05xbo0mbwywz #bg01 {
  background: url(/files/block_02_scroll.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 2000px;
  height:50px;
  position: absolute;
  top: 600px;
  left: calc(50% - 1000px);
    animation: loop_01 linear 30s infinite;
}

#l36umhbp05xbo0mbwywz #bg02{
    z-index: 3;
    display: block;
    width: 290px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: calc(50% + 73px);
}

#l36umhbp05xbo0mbwywz #bg02 span.inner{
    background: url(/files/block_02_kumo_01.png) no-repeat center top;
    animation: rightleft-move 15s infinite;
      display: block;
    width: 100%;
    height: 100%;
    animation-delay: 2s;
}

#l36umhbp05xbo0mbwywz #bg03{
    z-index: -3;
    display: block;
    width: 230px;
    height: 130px;
    position: absolute;
    top: 222px;
    left: calc(50% - 598px);
    transition-delay: 0.3s;
    animation-delay: 0.3s;
}

#l36umhbp05xbo0mbwywz #bg03 span.inner{
    background: url(/files/block_02_kumo_02.png) no-repeat center top;
    animation: rightleft-moveres 15s infinite;
        display: block;
    width: 100%;
    height: 100%;
    animation-delay: 2s;
}

#l36umhbp05xbo0mbwywz > div > div > div > p
 {
    width: 150px;
    margin: 0 auto;
}

/*topD3:company qt8y3ot2a0ickq0ybbku*/
#qt8y3ot2a0ickq0ybbku{
  height: 1100px;
  position: relative;
  z-index: 200;
  background: url(/files/block_03.jpg) no-repeat center bottom;
}
#qt8y3ot2a0ickq0ybbku *[class*="title"]{
    display: none;
}
#qt8y3ot2a0ickq0ybbku .text_box{
  position: absolute;
  width: 560px;
  top: 370px;
  left: calc(50% - 540px);
}
#qt8y3ot2a0ickq0ybbku .text_box .post_data {
  text-align: left;
}

/*上下左右フェードイン　画像*/
#qt8y3ot2a0ickq0ybbku #bg01 {
  background: url(/files/block_03_title.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 650px;
  height: 220px;
  position: absolute;
  top: 150px;
  left: calc(50% - 560px);
}
#qt8y3ot2a0ickq0ybbku #bg02 {
    z-index: -3;
    display: block;
    width: 580px;
    height: 620px;
    position: absolute;
    top: 130px;
    left: calc(50% + 200px);
    background: url(/files/block_03_image_01.png) no-repeat center top;
    transition-delay: 0.7s;
}


#qt8y3ot2a0ickq0ybbku #bg03{
    z-index: -3;
    display: block;
    width: 580px;
    height: 620px;
    position: absolute;
    top: 320px;
    left: calc(50% + 150px);
      background: url(/files/block_03_image_02.png) no-repeat center top;

}

#qt8y3ot2a0ickq0ybbku #bg04 {
    background: url(/files/02.gif) no-repeat center top;
    z-index: -3;
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 725px;
    left: calc(50% - 660px);
}
/*blog hquccbjq7f1lqjud2ssn mcjm4i1sgutqg0x0egdd*/
#hquccbjq7f1lqjud2ssn {
    position: relative;
    top: 220px;
    left: 10px;
    height: 0;
    z-index: 2;
}

#hquccbjq7f1lqjud2ssn .entry_title {background: none transparent;}
#hquccbjq7f1lqjud2ssn .entry_title h3{text-indent: -9999px;}

#hquccbjq7f1lqjud2ssn > div > div.entry_title.title_1018.type-B > span {
    width: 160px !important;
    margin-left: -65px;
}
#hquccbjq7f1lqjud2ssn > div > div.entry_title.title_1018.type-B > span > a {
    display: block;
    width: 160px;
    height: 41px;
    padding: 0;
    border-radius: 0;
    text-indent: -99999px;
    float: left;
    background: url(/files/block_04_btn.png) no-repeat left top;
    transition: none;
}
#hquccbjq7f1lqjud2ssn > div > div.entry_title.title_1018.type-B > span > a:hover{background-position: left bottom;}

#mcjm4i1sgutqg0x0egdd{
  height: 1460px;
  background: url(/files/block_04_news.png) no-repeat center top 190px,
  url(/files/block_04_01.jpg) no-repeat center top;
  position: relative;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner{
  padding-top: 350px;
}
#mcjm4i1sgutqg0x0egdd .eyecatch img {width:230px;height:170px;object-fit:cover;}
#mcjm4i1sgutqg0x0egdd .blog_thumb {/* サムネイル画像 */
  width: 230px;
  height: 170px;
  max-height: none;
}

.blog_list_text_size {
    overflow: hidden;
    width: 725px;
}
/*ブログ下のmargin*/
#mcjm4i1sgutqg0x0egdd.nm_01 {
    margin: 0 0 0px;
}

#mcjm4i1sgutqg0x0egdd #bg01.f_up {
    transform: translate(50%,-50%);
}
#mcjm4i1sgutqg0x0egdd #bg01.moved{
  transform: translate(0,0);
}

#mcjm4i1sgutqg0x0egdd #bg01 {
    background: url(/files/block_04_truck.png) no-repeat center top;
    z-index: 1;
    display: block;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 862px;
    left: calc(50% + 300px);
}

/*  中ページ
---------------------------------------------------------------------------------------------------- */

/*・会社概要 company -------------------------*/
#page_9 #outer_block {
  padding-top: 0;
}
/*D4 kwj1ltct7fkvqoh9uyab*/
#kwj1ltct7fkvqoh9uyab{
  height: 1100px;
  position: relative;
  z-index: 200;
  background: url(/files/block_05.jpg) no-repeat center top;
  margin-bottom: 60px;
}
#kwj1ltct7fkvqoh9uyab *[class*="title"]{
    display: none;
}
#kwj1ltct7fkvqoh9uyab .text_box {
    position: absolute;
    width: 480px;
    top: 345px;
    left: calc(50% - 440px);
}
#kwj1ltct7fkvqoh9uyab .text_box .post_data {
  text-align: left;
}
#kwj1ltct7fkvqoh9uyab #bg01 {
    background: url(/files/block_05_title.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 450px;
    height: 140px;
    position: absolute;
    top: 200px;
    left: calc(50% - 460px);
}

/*・業務内容 business -------------------------*/
#page_12 #outer_block {
  padding-top: 0;
}
/*D5 u684qqe1s3u7lyq5itox*/
#u684qqe1s3u7lyq5itox{
  height: 1100px;
  position: relative;
  z-index: 200;
  background: url(/files/block_06.png) no-repeat center top 185px;
  padding-left: 90px;
  margin-bottom: 60px;
}
#u684qqe1s3u7lyq5itox *[class*="title"]{
    display: none;
}
#u684qqe1s3u7lyq5itox .text_box {
    position: absolute;
    width: 480px;
    top: 345px;
    left: calc(50% - 130px);
}
#u684qqe1s3u7lyq5itox .text_box .post_data {
  text-align: left;
}
#u684qqe1s3u7lyq5itox #bg01 {
    background: url(/files/block_06_title.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 480px;
    height: 150px;
    position: absolute;
    top: 140px;
    left: calc(50% - 110px);
}

#u684qqe1s3u7lyq5itox #bg02 {
    background: url(/files/block_06_arow.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 1510px;
    height: 170px;
    position: absolute;
    top: 830px;
    left: calc(50% - 1000px);
}

#u684qqe1s3u7lyq5itox #bg03 {
    z-index: -1;
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 100px;
    left: calc(50% - 760px);
      background: url(/files/block_06_image_01.png) no-repeat center top;
      transition-delay: 0.7s;
}



#u684qqe1s3u7lyq5itox #bg04{
    z-index: -2;
    display: block;
    width: 600px;
    height: 650px;
    position: absolute;
    top: 260px;
    left: calc(50% - 820px);
      background: url(/files/block_06_image_02.png) no-repeat center top;

}



#u684qqe1s3u7lyq5itox #bg05 {
    background: url(/files/block_06_hito.png) no-repeat center top;
    z-index: -1;
    display: block;
    width: 520px;
    height: 438px;
    position: absolute;
    top: 580px;
    left: calc(50% - 145px);
}
#u684qqe1s3u7lyq5itox #bg06 {
    background: url(/files/block_06_pin.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 70px;
    height: 100px;
    position: absolute;
    top: 112px;
    left: calc(50% + 416px);
    animation: second_link_anime ease-out 2s infinite;
}

 @keyframes second_link_anime {
    0% {transform: translateY(0);}
    50%{transform: translateY(-10px);}
    100%{transform: translateY(0);}
  }

/*D6 mpq34hyedhcbrzmqtgrb*/
#mpq34hyedhcbrzmqtgrb{
  height: 1150px;
  position: relative;
  z-index: 200;
  background: url(/files/block_07_08_bg_01.png) no-repeat center top ;
}

#mpq34hyedhcbrzmqtgrb img{display: none;}

#mpq34hyedhcbrzmqtgrb #bg01 {
    background: url(/files/block_07_title.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 400px;
    height: 450px;
    position: absolute;
    top: 205px;
    left: calc(50% - 485px);
}
#mpq34hyedhcbrzmqtgrb #bg02 {
    background: url(/files/block_07_adati.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 870px;
    height: 135px;
    position: absolute;
    top: 745px;
    left: calc(50% - 485px);
}

/*D7 contents paekzret7tdtxwjgjm1y*/
#paekzret7tdtxwjgjm1y{
  height: 1150px;
  position: relative;
  z-index: 200;
  background: url(/files/block_07_08_bg_02.png) no-repeat center top ;
  margin-bottom: 60px;
}

#paekzret7tdtxwjgjm1y img{display: none;}

#paekzret7tdtxwjgjm1y #bg01 {
    background: url(/files/block_08_map.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 1030px;
    height: 1000px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#paekzret7tdtxwjgjm1y #bg02 {
    background: url(/files/block_08_pin.png) no-repeat center top;
    z-index: -2;
    display: block;
    width: 682px;
    height: 469px;
    position: absolute;
    top: 485px;
    left: calc(50% - 437px);
    right: 0;
    animation: second_link_anime ease-out 2s infinite;
}





#paekzret7tdtxwjgjm1y #bg03 {
    z-index: -3;
    display: block;
    width: 290px;
    height: 110px;
    position: absolute;
    top: 333px;
    left: calc(50% - 640px);
}


#paekzret7tdtxwjgjm1y #bg03 span.inner {
    background: url(/files/block_01_kumo_01.png) no-repeat center top;
    display: block;
    width: 100%;
    height: 100%;
    animation: rightleft-moveres 15s infinite;
    animation-delay: 2s;
}

#paekzret7tdtxwjgjm1y #bg04 {
    z-index: -3;
    display: block;
    width: 230px;
    height: 130px;
    position: absolute;
    top: 650px;
    left: calc(50% + 300px);
    transition-delay: 0.3s;
    animation-delay: 0.3s;
}

#paekzret7tdtxwjgjm1y #bg04 span.inner {
    background: url(/files/block_01_kumo_02.png) no-repeat center top;
    display: block;
    width: 100%;
    height: 100%;
    animation: rightleft-move 15s infinite;
    animation-delay: 2.5s;

}



/*・ドライバーファーストの取り組み attempt -------------------------*/
#page_15 #outer_block {
  padding-top: 0;
}
/*D8 pt20ti6lqwkybwgsbz5r*/

#pt20ti6lqwkybwgsbz5r{
  height: 990px;
  position: relative;
  z-index: 200;
  background: url(/files/block_09.jpg) no-repeat center top;
}
#pt20ti6lqwkybwgsbz5r *[class*="title"]{
    display: none;
}
#pt20ti6lqwkybwgsbz5r .text_box{
  position: absolute;
  width: 540px;
  top: 340px;
  left: calc(50% - 560px);
}
#pt20ti6lqwkybwgsbz5r .text_box .post_data {
  text-align: left;
}

/*上下左右フェードイン　画像*/
#pt20ti6lqwkybwgsbz5r #bg01 {
    background: url(/files/block_09_title.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 620px;
    height: 160px;
    position: absolute;
    top: 175px;
    left: calc(50% - 581px);
}
#pt20ti6lqwkybwgsbz5r #bg02 {
    background: url(/files/block_09_image.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 660px;
    height: 600px;
    position: absolute;
    top: 392px;
    left: calc(50% + 60px);
}

#pt20ti6lqwkybwgsbz5r #bg03 {
    background: url(/files/block_09_scroll_bg.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 1150px;
    height: 100px;
    position: absolute;
    top: 850px;
    left: calc(50% - 952px);
}
#pt20ti6lqwkybwgsbz5r #bg04 {
    background: url(/files/block_09_scroll_01.png) no-repeat left top;
    z-index: -2;
    display: block;
    width: 1016px;
    height: 100px;
    position: absolute;
    top: 850px;
    left: calc(50% - 952px);
    animation: loop linear 20s infinite;
}
#pt20ti6lqwkybwgsbz5r #bg05 {
    background: url(/files/block_09_scroll_02.png) no-repeat left top;
    z-index: -1;
    display: block;
    width: 1030px;
    height: 100px;
    position: absolute;
    top: 850px;
    left: calc(50% - 966px);
    animation: loop3 linear 15s infinite;
}

/*D9 yim1xdanungyhpku6wp5*/
#yim1xdanungyhpku6wp5{
  height: 1100px;
  position: relative;
  z-index: 200;
}
#yim1xdanungyhpku6wp5 *[class*="title"]{
    display: none;
}
#yim1xdanungyhpku6wp5 .text_box{
  position: absolute;
  width: 620px;
  top: 330px;
  left: calc(50% - 160px);
}
#yim1xdanungyhpku6wp5 .text_box .post_data {
  text-align: center;
}

/*上下左右フェードイン　画像*/
#yim1xdanungyhpku6wp5 #bg01 {
  background: url(/files/block_10_title.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 620px;
  height: 160px;
  position: absolute;
  top: 160px;
  left: calc(50% - 160px);
}
#yim1xdanungyhpku6wp5 #bg02 {
    background: url(/files/block_10_image_02.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 590px;
    height: 590px;
    position: absolute;
    top: 110px;
    left: calc(50% - 800px);
}
#yim1xdanungyhpku6wp5 #bg03 {
    background: url(/files/block_10_image_01.png) no-repeat center top;
    z-index: 2;
    display: block;
    width: 590px;
    height: 590px;
    position: absolute;
    top: 400px;
    left: calc(50% - 710px);
    transition-delay: 0.7s;
}
#yim1xdanungyhpku6wp5 #bg04 {
    background: url(/files/block_10.png) no-repeat center top;
    z-index: 1;
    display: block;
    width: 1600px;
    height: 450px;
    position: absolute;
    top: 650px;
    left: calc(50% - 560px);
}

#yim1xdanungyhpku6wp5 #bg05 {
    background: url(/files/block_10_scroll_bg.png) no-repeat center top;
    z-index: -2;
    display: block;
    width: 100px;
    height: 900px;
    position: absolute;
    top: 0px;
    left: calc(50% + 550px);
}

#yim1xdanungyhpku6wp5 #bg06 {
    background: url(/files/block_09_scroll_01.png) no-repeat left top;
    z-index: 1;
    display: block;
    width: 900px;
    height: 100px;
    position: absolute;
    top: 400px;
    left: calc(50% + 122px);
    transform: rotate(90deg);
    animation: loop linear 20s infinite;
}
#yim1xdanungyhpku6wp5 #bg07 {
    background: url(/files/block_09_scroll_02.png) no-repeat left top;
    z-index: -1;
    display: block;
    width: 900px;
    height: 100px;
    position: absolute;
    top: 402px;
    left: calc(50% + 122px);
    transform: rotate(90deg);
    animation: loop2 linear 15s infinite;
}
@keyframes loop {
  0% { background-position: -100px bottom; }
  100% { background-position: 1000px bottom; }
}
@keyframes loop2 {
  0% { background-position: 400px bottom; }
  100% { background-position: -1500px bottom; }
}
@keyframes loop3 {
  0% { background-position: 550px bottom; }
  100% { background-position: -1500px bottom; }
}


/*・求人情報 recruit -------------------------*/
#page_81 #outer_block {
  padding-top: 0;
}
/*D10 vrq6x3v1a7f19694r03v*/
#vrq6x3v1a7f19694r03v {
    height: 1000px;
    position: relative;
    z-index: 200;
    background: url(/files/block_01.jpg) no-repeat center top;
    margin-bottom: 80px;
}
#vrq6x3v1a7f19694r03v *[class*="title"]{
    display: none;
}
#vrq6x3v1a7f19694r03v .text_box {
    position: absolute;
    width: 570px;
    top: 630px;
    left: calc(50% - 55px);
}
#vrq6x3v1a7f19694r03v .text_box .post_data {
color: #fff;
text-align: left;
}

/*上下左右フェードイン　画像*/
#vrq6x3v1a7f19694r03v #bg01 {
    background: url(/files/block_11.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 590px;
    height: 300px;
    position: absolute;
    top: 300px;
    left: calc(50% - 97px);
}
#vrq6x3v1a7f19694r03v #bg02 {
    z-index: -3;
    display: block;
    width: 290px;
    height: 110px;
    position: absolute;
    top: 220px;
    left: calc(50% - 733px);
}


#vrq6x3v1a7f19694r03v #bg02 span.inner {
    background: url(/files/block_01_kumo_01.png) no-repeat center top;
    display: block;
    width: 100%;
    height: 100%;
    animation: rightleft-moveres 15s infinite;
    animation-delay: 2s;
}

#vrq6x3v1a7f19694r03v #bg03{
    z-index: -3;
    display: block;
    width: 230px;
    height: 130px;
    position: absolute;
    top: 122px;
    left: calc(50% - 198px);
    transition-delay: 0.3s;
    animation-delay: 0.3s;
}

#vrq6x3v1a7f19694r03v #bg03 span.inner {
    background: url(/files/block_01_kumo_02.png) no-repeat center top;
    display: block;
    width: 100%;
    height: 100%;
    animation: rightleft-move 15s infinite;
    animation-delay: 2.5s;

}


#vrq6x3v1a7f19694r03v #bg04 {
    background: url(/files/block_01_miti_01.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 589px;
    height: 940px;
    position: absolute;
    top: 100px;
    left: calc(50% + 361px);
}
#vrq6x3v1a7f19694r03v #bg05 {
    background: url(/files/block_01_miti_02.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 440px;
    height: 780px;
    position: absolute;
    top: 320px;
    left: calc(50% - 952px);
    overflow: visible;
}
#vrq6x3v1a7f19694r03v #bg06 {
    background: url(/files/block_11_image_02.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 560px;
    height: 580px;
    position: absolute;
    top: 180px;
    left: calc(50% - 684px);
}
#vrq6x3v1a7f19694r03v #bg07 {
    background: url(/files/block_11_image_01.png) no-repeat center top;
    z-index: -1;
    display: block;
    width: 560px;
    height: 580px;
    position: absolute;
    top: 330px;
    left: calc(50% - 654px);
    transition-delay: 0.2s;
}
/*・足立ベース base -------------------------*/
 
 body#page_81 {background: none transparent;}

/*D11 z7be0xhlv3e13rsrvjqc*/


/*  バナー -ドライバーファースト/業務-attempt/business gorpnbg9662zcsfzoke1
---------------------------------------------------------------------------------------------------- */
#gorpnbg9662zcsfzoke1{
  margin: 0 0 60px;
  background: url(/files/block_04_02.jpg) no-repeat center top;

}


#gorpnbg9662zcsfzoke1 .easys_content_inner
 {width: 100%; padding: 0;}

 /*2列バナー　レスポンシブ*/
.img_display_1019 .eyecatch a img
{display: none;}/*固定画面で入れたSPバナー画像非表示*/


.img_display_1019 .field_2col 
{width: 50% !important; margin: 0;}
.img_display_1019 .eyecatch
{width: 100%;}
.img_display_1019 .eyecatch a
{
  display: block;
  position: relative;
  width: 100%;
  max-height: 360px;
  min-height: calc(360px * (1300 / 2000));
  height: calc(100vw * ((360 - 15) / 2000));
}
.img_display_1019 .eyecatch a:before,
.img_display_1019 .eyecatch a:after
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
/*OFF画像*/
.img_display_1019 .eyecatch a:after
{opacity: 1;}

/*ホバー時*/
/*OFF画像*/
.img_display_1019 .eyecatch a:hover:before
{opacity: 1;}/*ON画像表示*/

/*OFF画像*/
.img_display_1019 .eyecatch a:hover:after
{opacity: 0;}/*Off画像非表示*/


/*OFF画像*/
.img_display_1019 .float_left a:after
{ background: url("/files/half_banner_driver.png") no-repeat center top/100%;}
.img_display_1019 .float_right a:after
{ background: url("/files/half_banner_business.png") no-repeat center top/100%;}
/*ON画像*/
.img_display_1019 .float_left a:before
{ background: url("/files/half_banner_driver_on.png") no-repeat center top /100%;}
.img_display_1019 .float_right a:before
{ background: url("/files/half_banner_business_on.png") no-repeat center top /100%;}


/*  バナー -業務内容 business xu22y3txu77nbyqfvqnb
---------------------------------------------------------------------------------------------------- */


#xu22y3txu77nbyqfvqnb .easys_content_inner
{
    width: 100%;

}
.img_display_1052 .eyecatch
{width: 100%;}



.img_display_1052 .eyecatch a {
    display: block;
    position: relative;
    width: 100%;
  max-height: 380px;
  min-height: calc(380px * (1300 / 2000));
  height: calc(100vw * ((380 - 15) / 2000));
}
.img_display_1052 .eyecatch a:before
{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
.img_display_1052 .eyecatch a:hover:before
{opacity: 1;}
/*OFF画像*/
.img_display_1052 .eyecatch a
{ background: url("/files/banner_business.png") no-repeat center top/100%;}
/*ON画像*/
.img_display_1052 .eyecatch a:before
{ background: url("/files/banner_business_on.png") no-repeat center top /100%;}
/*固定画面で入れたSPバナー画像非表示*/
.img_display_1052 .eyecatch a img
{display: none;}



