@charset "utf-8";

/*
 * PC用スタイルCSS
 */
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #1d1d1d;
}
body {
    background: none transparent;
  color:#FFF;/*要変更：基本カラー*/
  min-width: 1300px;
  max-width: 2000px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link, a:visited, a:hover, a:active {
color: #ffdb34/*要変更：リンクカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #ffdb34/*要変更：リンクカラー*/;
  color: #fff/*要確認：bgリンクカラーの時に読める任意のカラー*/;
}


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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #FFF/*要変更：H1テキストカラー*/;
  position: absolute;
  top: 5px;
  right: 20px;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 200px/*要変更：ロゴなどのサイズ*/;
  height: 200px/*要変更：ロゴなどのサイズ*/;
  position: absolute;
  top: 0;
  left: 80px;
}

#page_6 .main_header img {
    width: 200px!important;
    height: 200px!important;
    position: absolute;
    top: 0;
    left: 80px!important;
  }

.head_tel{
    width: 400px;
    height: 70px;
    position: fixed;
    left: calc(100%*(350/2000));
    bottom: 0;
    z-index: 999;
}



/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 50px;
  margin: 0 auto;
}
#access .menu-header{
  width: 930px;
  height: 50px;
  margin: 0 0 0 auto;
}


div#access .menu-item a {
  background: url('/files/topnavi.png') no-repeat scroll transparent;
  height: 50px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi11 a { background-position: left top;width: 110px;}
div#access .gnavi12 a { background-position: -110px top;width: 85px;}
div#access .gnavi13 a { background-position: -195px top;width: 175px;}
div#access .gnavi14 a { background-position: -370px top;width: 190px;}
div#access .gnavi15 a { background-position: -560px top;width: 90px;}
div#access .gnavi16 a { background-position: -650px top;width: 90px;}
div#access .gnavi17 a { background-position: -740px top;width: 190px;}
div#access .gnavi11 a:hover { background-position: left bottom;width: 110px;}
div#access .gnavi12 a:hover { background-position: -110px bottom;width: 85px;}
div#access .gnavi13 a:hover { background-position: -195px bottom;width: 175px;}
div#access .gnavi14 a:hover { background-position: -370px bottom;width: 190px;}
div#access .gnavi15 a:hover { background-position: -560px bottom;width: 90px;}
div#access .gnavi16 a:hover { background-position: -650px bottom;width: 90px;}
div#access .gnavi17 a:hover { background-position: -740px bottom;width: 190px;}

/*固定ナビ*/
#access.fixed {
height: 50px;
 position: fixed;
 top: 0;
 left: 0;
background-color: rgba(255, 255, 255, 1);
}

 /*トップページは最初ナビ非表示*/
  #page_6 #menu-gnavi{display: none;}
  /*固定時は表示*/
  #page_6 #access.fixed #menu-gnavi{display: block;}
  
  

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  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, #jquery_slider_pc ,#video_teaser{
  position: absolute;
  top: 0/*要変更：中ページティザー画像のページ一番からの位置*/;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  overflow: hidden;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}


/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
}

/* 動画使用時 */
#video_teaser {
  margin: 0;
  top: 0;
}

#main_teaser:before{
    content:' ';
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:280px;
    height:700px;
    background: url(/files/branding_box_bg.png) no-repeat top center/100%;
     }

#video_teaser:before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:280px;
height:920px;
background: url(/files/branding_box_bg_top.png) no-repeat top center/100%;
 }

@media screen and (max-width: 1500px) {
  .main_header img,
  .header_class img {
    position: absolute;
    top: 0;
    left: calc(100%*(80/2000));
    width: calc(100%*(200/2000));
    height: calc(100%*(200/700));
  }
  #main_teaser:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: calc(100%*(280/2000));
    height: calc(100%*(700/700));
    background: url(/files/branding_box_bg.png) no-repeat top center/100%;
    content: " ";
  }
}


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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #FFF/*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png)/*要変更：拡張子が合っているか確認*/;
}

#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-position: left top;
  height: 700px;/*要変更：footer_bg画像の高さ*/
  position: relative;
}
#footer_box {
  background: none transparent;
  height: 660px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 435px;
  width: 100%;
}
#footer-widget-area {
  display: block;
  width: 100%;
}
#footer-widget-area .widget-area {display: block;margin: 0 auto 0 95px;}

#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {border: none;color: #FFF/*要変更：フッターメニューのテキストカラー*/;padding: 0px 10px;}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 900px;
  margin: 330px 0 0 110px;
  text-align: left;
  color: #FFF/*要変更：フッター住所のテキストカラー*/;
}



/*  フッター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;
  bottom: 130px;
  left: 110px;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */

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

/*画像切替サイドボタン */
.fixed_side{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0;
    z-index: 600;
    margin: auto;
    width: 60px;
    height: 240px;
}

#fixed_btn_gtn,
#fixed_btn_gtn a{display: block;width: 60px;height: 240px;margin: 5px 0px;}

#fixed_btn_gtn a{background: url(/files/btn_gaten.png) no-repeat left top;}


#fixed_btn_gtn a:hover{
    opacity: 1;
    background-position: right top;
}



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png)/*要変更：拡張子が合っているか確認*/;
  color: #FFF/*要変更：top_entry_titleのテキストカラー*/;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
  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: #FFF/*要変更：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: #FFF/*要変更：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: #FFF/*要変更：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: #FFF/*要変更：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: #FFF/*要変更：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: #FFF/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png)/*要変更：拡張子が合っているか確認*/;
}
* .inline_title,
* .inline_title a {color: #FFF/*要変更：clom3_sub_entry_titleのテキストカラー*/;}


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

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


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

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



/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
    border: none !important;
    background: none #5c5843    ;
  }
  .easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}
  
  /*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
  div.wpcf7-mail-sent-ok {
    border-color: #666 !important;
  }
  /* Dメニュー下線 */
  .td_cell {
    border-color: #666;
    vertical-align: top;
  }




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


.faq-title {
  background-color: #ffdb34/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff/*要変更：リンクテキストカラーが淡色の時は文字が読める色に適宜変更*/;
}

/*R-01ブロック追加リンクリストボタン調整
---------------------------------------------------------------------------------------------------- */
.mr_01{
  position: relative;
  display: block;
  margin: 50px auto;
  width: 960px;
}

 div.btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.link_list a {
  background: none transparent;
}




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ffdb34  /*要変更：テーブルの必須のテキストカラー*/;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .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: #1d1d1d/*要変更：テーブルボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #5c5843  /*要変更：テーブルthの背景色*/;
  width: 8em;
  color: #FFF/*要変更：テーブルthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: #5c5843  /*要変更：テーブルtdの背景色*/;
  color: #FFF/*要変更：テーブルtdのテキストカラー*/;
}
.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 10px 15px 20px;
  line-height: 1.5;
  color: #FFF/*要変更：blog_titleのテキストカラー*/;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #FFF;}/*要変更：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;
}


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


/*  その他
---------------------------------------------------------------------------------------------------- */
#main_teaser img {
  display: block;
  min-width: 1300px;
  max-width: 2000px;
  margin: 0 auto;
}

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

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

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }

/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
input.wpcf7c-conf {
  color: #FFF;
}
textarea.wpcf7c-conf {
  color: #FFF;
}


/*  大バナー設定
---------------------------------------------------------------------------------------------------- */
#mu196wpwpfy10djvrkc0 div,
#joh13qroxep3bukaz6ij div,
#cl4eogm9azm94k3x3ud0 div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#mu196wpwpfy10djvrkc0,
#joh13qroxep3bukaz6ij,
#cl4eogm9azm94k3x3ud0 {
  position: relative;
}

#cl4eogm9azm94k3x3ud0:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/banner_entry_bg.jpg) no-repeat top center;
  content: " ";
  transition: all 0.5s ease 0s;
}


#mu196wpwpfy10djvrkc0:before,
#joh13qroxep3bukaz6ij:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/banner_recruit_bg.png) no-repeat top center;
  content: " ";
  transition: all 0.5s ease 0s;
}

#mu196wpwpfy10djvrkc0:hover:before,
#joh13qroxep3bukaz6ij:hover:before,
#cl4eogm9azm94k3x3ud0:hover:before {
  transform: scale(1.1);
}
.img_display_1048 a,
.img_display_1030 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}


.img_display_1030 a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/banner_entry_on.png) no-repeat top center/100%;
  content: " ";
  opacity: 0;
}

.img_display_1048 a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/banner_recruit_on.png) no-repeat top center/100%;
  content: " ";
  opacity: 0;
}


.img_display_1048 a:hover:before,
.img_display_1030 a:hover:before {
  opacity: 1;
}


/*ハーフバナー設定
---------------------------------------------------------------------------------------------------- */

#dxue8se5obz13wz6zw1a div,
#kxvwx4e80yusx3urbuyc div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#dxue8se5obz13wz6zw1a,
#kxvwx4e80yusx3urbuyc {
  box-sizing: border-box;
  padding: 145px 0;
  background: url(/files/block_bg01.jpg) repeat;
}

#dxue8se5obz13wz6zw1a .easys_content_inner,
#kxvwx4e80yusx3urbuyc .easys_content_inner {
  width: 1300px;
}

#dxue8se5obz13wz6zw1a a:hover img,
#kxvwx4e80yusx3urbuyc a:hover img {
  opacity: 0.85;
}

.img_display_1053 .field_2col {
  width: 650px !important;
}
.img_display_1053 .eyecatch {
  width: 100%;
}


@media screen and (max-width: 1300px) {
  #dxue8se5obz13wz6zw1a,
  #kxvwx4e80yusx3urbuyc {
    box-sizing: border-box;
    padding: 70px 0;
  }
  #dxue8se5obz13wz6zw1a .easys_content_inner,
  #kxvwx4e80yusx3urbuyc .easys_content_inner {
    width: calc(100%*(1300/2000));
  }
  .img_display_1053 .field_2col {
    width: 50% !important;
  }
}


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

/* ＝＝＝親 ＝＝＝ */
#i4kfu8zs501ayeqtxwxz,
#wavvi1hh7d3z54oreydm,
#uqpls1vwoalh7zkplyq9,
#pvfssn6u1thxvhiwiigz,
#m1orts4j9kxrq808a4ys,
#x44kpl0iyxvsv1vhaduv,
#zo7b442mm51cqoj3ffiu,
#q6brge6hk881kblatdy0,
#owspqbe9daay3t5k6q9w,
#v40tfrja2cni6yhl4qg3 {position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#i4kfu8zs501ayeqtxwxz .easys_content_inner,
#wavvi1hh7d3z54oreydm .easys_content_inner,
#uqpls1vwoalh7zkplyq9 .easys_content_inner,
#pvfssn6u1thxvhiwiigz .easys_content_inner,
#m1orts4j9kxrq808a4ys .easys_content_inner,
#x44kpl0iyxvsv1vhaduv .easys_content_inner,
#zo7b442mm51cqoj3ffiu .easys_content_inner,
#q6brge6hk881kblatdy0 .easys_content_inner,
#owspqbe9daay3t5k6q9w .easys_content_inner,
#v40tfrja2cni6yhl4qg3 .easys_content_inner{
    position: relative;
    z-index: 100;
    opacity: 1;
    transform:translateY(0);
}

/* PC 背景付きブロックの記事画像 非表示  */
#i4kfu8zs501ayeqtxwxz .entry_post:first-of-type .eyecatch,
#wavvi1hh7d3z54oreydm .entry_post:first-of-type .eyecatch,
#uqpls1vwoalh7zkplyq9 .entry_post:first-of-type .eyecatch,
#pvfssn6u1thxvhiwiigz .entry_post:first-of-type .eyecatch,
#m1orts4j9kxrq808a4ys .entry_post:first-of-type .eyecatch,
#x44kpl0iyxvsv1vhaduv .entry_post:first-of-type .eyecatch,
#zo7b442mm51cqoj3ffiu .entry_post:first-of-type .eyecatch,
#q6brge6hk881kblatdy0 .entry_post:first-of-type .eyecatch,
#owspqbe9daay3t5k6q9w .entry_post:first-of-type .eyecatch,
#v40tfrja2cni6yhl4qg3 .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#i4kfu8zs501ayeqtxwxz .entry_post:first-of-type .float_left,
#i4kfu8zs501ayeqtxwxz .entry_post:first-of-type .float_right,
#wavvi1hh7d3z54oreydm .entry_post:first-of-type .float_left,
#wavvi1hh7d3z54oreydm .entry_post:first-of-type .float_right,
#uqpls1vwoalh7zkplyq9 .entry_post:first-of-type .float_left,
#uqpls1vwoalh7zkplyq9 .entry_post:first-of-type .float_right,
#pvfssn6u1thxvhiwiigz .entry_post:first-of-type .float_left,
#pvfssn6u1thxvhiwiigz .entry_post:first-of-type .float_right,
#m1orts4j9kxrq808a4ys .entry_post:first-of-type .float_left,
#m1orts4j9kxrq808a4ys .entry_post:first-of-type .float_right,
#x44kpl0iyxvsv1vhaduv .entry_post:first-of-type .float_left,
#x44kpl0iyxvsv1vhaduv .entry_post:first-of-type .float_right,
#zo7b442mm51cqoj3ffiu .entry_post:first-of-type .float_left,
#zo7b442mm51cqoj3ffiu .entry_post:first-of-type .float_right,
#q6brge6hk881kblatdy0 .entry_post:first-of-type .float_left,
#q6brge6hk881kblatdy0 .entry_post:first-of-type .float_right,
#owspqbe9daay3t5k6q9w .entry_post:first-of-type .float_left,
#owspqbe9daay3t5k6q9w .entry_post:first-of-type .float_right,
#v40tfrja2cni6yhl4qg3 .entry_post:first-of-type .float_left,
#v40tfrja2cni6yhl4qg3 .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#i4kfu8zs501ayeqtxwxz *[class*="title"],
#wavvi1hh7d3z54oreydm *[class*="title"],
#uqpls1vwoalh7zkplyq9 *[class*="title"],
#pvfssn6u1thxvhiwiigz *[class*="title"],
#m1orts4j9kxrq808a4ys *[class*="title"],
#x44kpl0iyxvsv1vhaduv *[class*="title"],
#zo7b442mm51cqoj3ffiu *[class*="title"],
#q6brge6hk881kblatdy0 *[class*="title"],
#owspqbe9daay3t5k6q9w *[class*="title"],
#v40tfrja2cni6yhl4qg3 *[class*="title"]{display: none;}



/* ＝＝＝デザインブロックボタン共通＝＝＝ */
#i4kfu8zs501ayeqtxwxz .main_btn,
#wavvi1hh7d3z54oreydm .main_btn,
#uqpls1vwoalh7zkplyq9 .main_btn,
#pvfssn6u1thxvhiwiigz .main_btn,
#m1orts4j9kxrq808a4ys .main_btn,
#x44kpl0iyxvsv1vhaduv .main_btn,
#zo7b442mm51cqoj3ffiu .main_btn,
#q6brge6hk881kblatdy0 .main_btn,
#owspqbe9daay3t5k6q9w .main_btn,
#v40tfrja2cni6yhl4qg3 .main_btn{
 display: block;
 padding: 0;
 margin: 0;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 999;
 opacity: 0;
 transform: translateY(100px);
 transition: transform 1.3s, opacity 1.3s ease 0s;
}


/* ＝＝＝全体フェードイン共通＝＝＝ */

.easys_content_inner {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1.3s, opacity 1.3s ease 0s;
}
.main_btn.moved,
.easys_content_inner.moved {
    opacity: 1!important;
    transform: translateY(0)!important;
}


/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */

.blockimg {
    position: absolute;
    opacity: 0;
    transition: 1s ease 0s;
    pointer-events: none;
    width: 2000px;/*◆ 要変更 */
    top: 0;
    left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  }
  .blockimg.moved {
    opacity: 1;
    transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  }



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

/*RECRUIT
---------------------------------------------------------------------------------------------------- */

#i4kfu8zs501ayeqtxwxz {
  height: 920px;
}
#i4kfu8zs501ayeqtxwxz .easys_content_inner {
  width: 100%;
}

#i4kfu8zs501ayeqtxwxz .text_box {
  position: absolute;
  top: 500px;
  right: 90px;
  width: 600px;
  height: 250px;
}

#i4kfu8zs501ayeqtxwxz .post_data {
  color: #000000;
  text-align: left;
}

#i4kfu8zs501ayeqtxwxz .main_btn {
  top: 170px;
  left: 0;
}

#i4kfu8zs501ayeqtxwxz .main_btn a {
  display: block;
  padding: 0;
  width: 201px;
  height: 35px;
  border-radius: 0;
  background: url(/files/00top_block01_btn.png) no-repeat center top;
  text-indent: -9999px;
}

#i4kfu8zs501ayeqtxwxz .main_btn a:hover {
  background-position: center bottom;
}

#i4kfu8zs501ayeqtxwxz .blockimg.img01 {
  top: 0;
  left: 0;
  width: 1400px;
  height: 920px;
  background: url(/files/00top_block01_bg01.jpg) no-repeat left top;
  transform: translateX(-100px);/* 左からフェードイン */
}

#i4kfu8zs501ayeqtxwxz .blockimg.img02 {
  top: 0;
  right: 0;
  left: initial;
  width: 600px;
  height: 920px;
  background: url(/files/00top_block01_bg02.jpg) no-repeat center top;
}
#i4kfu8zs501ayeqtxwxz .blockimg.img03 {
  top: 0;
  right: 0;
  left: initial;
  width: 792px;
  height: 920px;
  background: url(/files/00top_block01_bg03.png) no-repeat center top;
  transform: translateX(100px);/* 右からフェードイン */
}

#i4kfu8zs501ayeqtxwxz .blockimg.img04 {
  top: 415px;
  left: calc(50% - 495px);
  width: 410px;
  height: 87px;
  background: url(/files/00top_block01_bg04.png) no-repeat center top;
}



/*軽貨物運送事業の株式会社セブントラスト
---------------------------------------------------------------------------------------------------- */

#wavvi1hh7d3z54oreydm {
  height: 920px;
}
#wavvi1hh7d3z54oreydm .easys_content_inner {
  width: 100%;
}
#wavvi1hh7d3z54oreydm .text_box {
  position: absolute;
  top: 440px;
  left: 90px;
  width: 430px;
}
#wavvi1hh7d3z54oreydm .post_data {
  color: #000000;
  text-align: left;
}


#wavvi1hh7d3z54oreydm  .blockimg.img01 {
  top: 0;
  left: 600px;
  left: calc(100%*(600/2000));
  width: 1400px;
  height: 920px;
  background: url(/files/00top_block02_bg01.jpg) no-repeat center top;
  transform: translateX(100px);/* 右からフェードイン */
}

#wavvi1hh7d3z54oreydm  .blockimg.img02 {
  top: 0;
  left: 0;
  width: 600px;
  height: 920px;
  background: url(/files/00top_block02_bg02.jpg) no-repeat center top;
  transform: translateX(-100px);/* 左からフェードイン */
}

#wavvi1hh7d3z54oreydm  .blockimg.img03 {
  top: 405px;
  left: calc(50% + 155px);
  width: 394px;
  height: 114px;
  background: url(/files/00top_block02_bg03.png) no-repeat center top;
}




/*新着情報
---------------------------------------------------------------------------------------------------- */
#zl1ejzyyuqjbaq5cah0y{
    padding: 220px 0px 0px 0px;
    position: relative;
    background: url(/files/00top_block03_title.png) no-repeat top center;
    height: 350px;
    box-sizing: border-box;
  }
  
  #zl1ejzyyuqjbaq5cah0y .easys_content_inner{
    top: 0;
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0);
  }
  #zl1ejzyyuqjbaq5cah0y div{margin-bottom: 0;padding-bottom: 0;}
  
  
  
  #zl1ejzyyuqjbaq5cah0y *[class*="title"]{
  background: none transparent;
  }
  
  #zl1ejzyyuqjbaq5cah0y h2,
  #zl1ejzyyuqjbaq5cah0y h3,
  #zl1ejzyyuqjbaq5cah0y h4,
  #zl1ejzyyuqjbaq5cah0y img{display: none;}
  
  #zl1ejzyyuqjbaq5cah0y span{
    width: 182px;
    height: 38px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
   }
 
  
  #zl1ejzyyuqjbaq5cah0y span a{
    width: 182px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(/files/00top_block03_btn.png)no-repeat top center;
    padding: 0;
    margin: 0;
    transition: 0s;
  }
  #zl1ejzyyuqjbaq5cah0y span a:hover{opacity:1;background-position: bottom center;}
  


#mcjm4i1sgutqg0x0egdd{padding: 0px 0px 150px 0px;margin: 0;position: relative;}
#mcjm4i1sgutqg0x0egdd .easys_content_inner{padding-top: 20px;}

#mcjm4i1sgutqg0x0egdd .blog_post {/* border:none; */color: #FFF;}
#mcjm4i1sgutqg0x0egdd .post_title_list a,
#mcjm4i1sgutqg0x0egdd .news_small_text a {
color: #ffdb34;
}

/*軽貨物運送の仕事とは？
---------------------------------------------------------------------------------------------------- */

#uqpls1vwoalh7zkplyq9 {
  background: url(/files/00top_block04_bg01.png) no-repeat top center;
  height: 1094px;
}

#uqpls1vwoalh7zkplyq9 .text_box {
    width: 440px;
    margin: 460px 0 0 0px;
}

#uqpls1vwoalh7zkplyq9 .post_data {
    text-align: left;
}

#uqpls1vwoalh7zkplyq9 .main_btn{
    top: 760px;
    left: 0px;
}

#uqpls1vwoalh7zkplyq9 .main_btn a {
    border-radius: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 200px;
    height: 35px;
    background: url(/files/00top_block04_btn.png) no-repeat center top;
}

#uqpls1vwoalh7zkplyq9 .main_btn a:hover {
    background-position: center bottom;
}


#uqpls1vwoalh7zkplyq9  .blockimg.img01 {
    background: url(/files/00top_block04_bg02.png) no-repeat center top;
    top: 0;
    height: 1094px;
    transform: translateY(100px);/* 下からフェードイン */
  }





/*株式会社セブントラストが大切にしていること
---------------------------------------------------------------------------------------------------- */

#pvfssn6u1thxvhiwiigz {
    height: 980px;
}
  #pvfssn6u1thxvhiwiigz .easys_content_inner {
  width: 100%;
}
#pvfssn6u1thxvhiwiigz .text_box {
  position: absolute;
  top: 560px;
  right: 100px;
  width: 600px;
  height: 250px;
}

#pvfssn6u1thxvhiwiigz .post_data {
    text-align: left;
}


#pvfssn6u1thxvhiwiigz  .blockimg.img01 {
    background: url(/files/00top_block05_bg01.jpg) no-repeat center top;
    top: 30px;
    left: initial;
    right: 600px;
    width: 1400px;
    height: 920px;
    transform: translateX(-100px);/* 左からフェードイン */
  }

  #pvfssn6u1thxvhiwiigz  .blockimg.img02 {
    background: url(/files/00top_block05_bg02.png) no-repeat center top;
    top: 0;
    left: initial;
    right: 0;
    width: 792px;
    height: 980px;
    transform: translateX(100px);/* 右からフェードイン */
  }

  #pvfssn6u1thxvhiwiigz  .blockimg.img03 {
    background: url(/files/00top_block05_bg03.png) no-repeat center top;
    top: 415px;
    left: calc(100%*(460/2000));
    left: calc(50% - 570px);
    width: 434px;
    height: 150px;
  }


/*軽貨物事業
---------------------------------------------------------------------------------------------------- */

#m1orts4j9kxrq808a4ys {
    background: url(/files/10business_block01_bg.jpg) no-repeat center top;
    height: 1100px;
    margin-bottom: 70px;
}

#m1orts4j9kxrq808a4ys .text_box {
    width: 350px;
    margin: 410px 0 0 10px;
}

#m1orts4j9kxrq808a4ys .post_data {
    text-align: left;
    color: #000;
}


#m1orts4j9kxrq808a4ys  .blockimg.img01 {
    background: url(/files/00top_block02_bg.jpg) no-repeat center top;
    top: 0;
    height: 400px;
    transform: translateX(-100px);/* 左からフェードイン */
  }

  #m1orts4j9kxrq808a4ys  .blockimg.img02 {
    background: url(/files/00top_block02_bg.jpg) no-repeat center top;
    top: 0;
    height: 400px;
    transform: translateX(100px);/* 右からフェードイン */
  }

/*軽貨物業界の将来性
---------------------------------------------------------------------------------------------------- */

#x44kpl0iyxvsv1vhaduv {
    background: url(/files/30numbe_block02_bg.jpg) no-repeat center top;
    height: 1030px;
}

#x44kpl0iyxvsv1vhaduv .text_box {
    width: 660px;
    margin: 780px 0 0 300px;
}

#x44kpl0iyxvsv1vhaduv .post_data {
    text-align: left;
}




/*案件激増・業務拡大！人手が足りていません
---------------------------------------------------------------------------------------------------- */

#zo7b442mm51cqoj3ffiu {
    background: url(/files/40recruit_block01_bg.jpg) no-repeat center top;
    height: 1180px;
    margin-bottom: 70px;
}

#zo7b442mm51cqoj3ffiu .text_box {
    width: 590px;
    margin: 920px 0 0 370px;
}

#zo7b442mm51cqoj3ffiu .post_data {
    text-align: left;
}



/*代表挨拶
---------------------------------------------------------------------------------------------------- */

#q6brge6hk881kblatdy0 {
    background: url(/files/50about_block01_bg.jpg) no-repeat center top;
    height: 1320px;
}

#q6brge6hk881kblatdy0 .text_box {
    width: 500px;
    margin: 660px 0 0 300px;
}

#q6brge6hk881kblatdy0 .post_data {
    text-align: left;
}



/*企業理念
---------------------------------------------------------------------------------------------------- */

#owspqbe9daay3t5k6q9w {
    height: 850px;
}

#owspqbe9daay3t5k6q9w .text_box {
    width: 600px;
    margin: 480px auto 0px;
}

#owspqbe9daay3t5k6q9w .post_data {
    text-align: center;
}

#owspqbe9daay3t5k6q9w  .blockimg.img01 {
  background: url(/files/50about_block02_bg.jpg) no-repeat center top;
  top: 0;
  height: 850px;
  transform: translateY(100px);/* 下からフェードイン */
}



/*経営理念
---------------------------------------------------------------------------------------------------- */

#v40tfrja2cni6yhl4qg3 {
    height: 880px;
    margin-bottom: 70px;
}

#v40tfrja2cni6yhl4qg3 .text_box {
    width: 600px;
    margin: 470px auto 0px;
}

#v40tfrja2cni6yhl4qg3 .post_data {
    text-align: center;
}

#v40tfrja2cni6yhl4qg3  .blockimg.img01 {
  background: url(/files/50about_block03_bg.jpg) no-repeat center top;
  top: 0;
  height: 880px;
  transform: translateY(100px);/* 下からフェードイン */
}
