@charset "utf-8";

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

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #ffffff;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
  background: url(/files/html_bg.jpg) repeat;
}
body {
  background: url("/files/body_bg.jpg") no-repeat center top/100%;
  min-width: 1300px;
  max-width: 2000px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0 auto;
  font-family:'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ',sans-serif;
}



body,
.wpcf7c-conf {
  color: #ffffff;
}

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

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

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


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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: 960px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: auto;
  text-align: center;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

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

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


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

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 80px;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  position:absolute;
  top: 40px;
  left: 0;
}
#access .menu-header{
  width: 820px;
  height: 80px;
  margin: 0 0 0 auto;
}


div#access .menu-item a {
  background: url('/files/topnavi.png') no-repeat scroll transparent;
  width: 125px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi11 a { background-position: left top;width: 160px;}
div#access .gnavi12 a { background-position: -160px top;}
div#access .gnavi13 a { background-position: -285px top;}
div#access .gnavi14 a { background-position: -410px top;}
div#access .gnavi15 a { background-position: -535px top;}
div#access .gnavi16 a { background-position: right top;width: 160px;}
div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -160px bottom;}
div#access .gnavi13 a:hover { background-position: -285px bottom;}
div#access .gnavi14 a:hover { background-position: -410px bottom;}
div#access .gnavi15 a:hover { background-position: -535px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;}


/*固定ナビ*/
#access.fixed {height: 80px;position: fixed;top: 0;left: 0;right: 0;background-color: rgba(55,60,55,0.85);z-index: 999;}

.main_header img.fixed, .header_class img.fixed {
position: fixed;
top: 0;
left: 0;
z-index: 600;
}

/* 下線ホバー */
div#access  .menu-item a {
  position: relative;
}

div#access .menu-item a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

div#access .menu-item a:hover::after {transform: scale(1, 1);}

/* プルダウンのホバー時デフォルト下線消す */
div#access ul.sub-menu li.sub-gnavi a:hover::after,
div#access ul.sub-menu li.sub-gnavi2 a:hover::after{text-decoration: none;  transform: scale(0, 1);}

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

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

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


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

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

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



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


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

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border:none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border:none;
  color: #ffffff;
  background:#000;
  height: 100%;
  line-height: initial;
  padding: 3px 5px;
  box-sizing: border-box;
}


#footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  width: 380px;
  align-content: space-around;
}

/*フッタナビ縦並び*/
#footer-widget-area .widget-area .menu-item{
    float: none;
    width: 185px;
    height: 25px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
  #footer_information .entry-post {
    margin: 260px 0 0;
    width: 100%;
    text-align: center;
    color: #000000;
}


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



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #797e42;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

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

#fixed_btn_gtn{
  position: fixed;
  left: 20px;
  bottom: 50px;
  z-index: 999;
  animation: fuwafuwa 1.5s ease-in-out 0s infinite alternate;
}

/*ふわふわアニメーション*/
@keyframes fuwafuwa {
  0% { transform: translate(0); }
  100% { transform: translate(0, 15px); }
}


#fixed_btn_gtn,
#fixed_btn_gtn a {
  width: 350px;
  height: 120px;
  display: block;
}

#fixed_btn_gtn a:hover{
  opacity: 0.85;
}

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

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #ffffff;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #797e42;
}
/*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: #797e42;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #ffffff;
}

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

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



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #ffffff;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: #ffffff;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #ffffff;
}

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

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

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


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

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

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #FFF;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #FFF!important;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #797e42 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #797e42;
  vertical-align: top;
}




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



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


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


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


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

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

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

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

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

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

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

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


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


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

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

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

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

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


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


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


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

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

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }



/*セカンドメイン
---------------------------------------------------------------------------------------------------- */

html:not(.shosai) body#page_6 #outer_block {
  padding-top:0;
}
#kw9rwz3tpjce96a6vhis {
  position:relative;
  height:calc(100vw * (800  / 2000));
  min-height:calc(800px * (1300 / 2000));
  max-height:800px;
  margin-bottom:70px;
  background:url(/files/2nd_bg.png) no-repeat center top / 100%;
}
#kw9rwz3tpjce96a6vhis div {
  margin-bottom:0;
  padding-bottom:0;
}

#kw9rwz3tpjce96a6vhis .easys_content_inner ,
#kw9rwz3tpjce96a6vhis .img_display ,
#kw9rwz3tpjce96a6vhis .field_1col ,
#kw9rwz3tpjce96a6vhis .eyecatch {
  width:100%;
  height:100%;
}

#kw9rwz3tpjce96a6vhis .eyecatch a {
  display:block;
  position: absolute;
  top: calc(100%*(600/905));
  left: calc(100%*(500/2000));
  width:calc(100%*(325/2000));
  height:0;
  padding: calc(100%*(43/2000)) 0 0 0;
  overflow:hidden;
  z-index: 10;
}

/*ホバー時*/
#kw9rwz3tpjce96a6vhis .eyecatch a img {
  position:absolute;
  top:0;
  left:0;
}
#kw9rwz3tpjce96a6vhis .eyecatch a:hover img {
  top:-100%;
  opacity:1;
}


/*全体コンテンツスクロール時フェード*/

* .headline_title,
* .entry_title,
* .sub_entry_title,
* .entry_title_w570,
* .sub_entry_title_w570,
* .half_entry_title,
* .half_sub_entry_title,
* .inline_title,
* .faq-title,
* .indent_border,
.text_box .post_data,
.text_box .main_btn,
.eyecatch,
.table_area,
.post_data,
.post-html,
.main_btn,
.html_post{
  position: relative !important;
}

/*全体スクロール時インナーブロック設定*/
* .headline_title:before,
* .entry_title:before,
* .sub_entry_title:before,
* .entry_title_w570:before,
* .sub_entry_title_w570:before,
* .half_entry_title:before,
* .half_sub_entry_title:before,
* .inline_title:before,
* .faq-title:before,
* .indent_border:before,
.text_box .post_data:before,
.text_box .main_btn:before,
.eyecatch:before,
.table_area:before,
.post_data:before,
.post-html:before,
.main_btn:before,
.html_post:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: none #797e42;
  width: 101%;
  height: 100%;
  transition: all 0.5s ease 0s;
}

.moved .headline_title:before,
.moved .entry_title:before,
.moved .sub_entry_title:before,
.moved .entry_title_w570:before,
.moved .sub_entry_title_w570:before,
.moved .half_entry_title:before,
.moved .half_sub_entry_title:before,
.moved .inline_title:before,
.moved .faq-title:before,
.moved .indent_border:before,
.moved .text_box .post_data:before,
.moved .text_box .main_btn:before,
.moved .eyecatch:before,
.moved .table_area:before,
.moved .post_data:before,
.moved .post-html:before,
.moved .main_btn:before,
.moved .html_post:before{
  width: 0;
  left: 100%;
}


/*ハーフバナー
---------------------------------------------------------------------------------------------------- */
#wif9cnejsezjsmexivwb div{
margin-bottom: 0;
padding-bottom: 0;
}

 #wif9cnejsezjsmexivwb {
  background: url(/files/_half_bnr_bg.jpg) no-repeat top center;
  position: relative;
  height: 700px;
  padding: 60px 0 0 0;
  box-sizing: border-box;
 }


.img_display_1129 .eyecatch:before{
  display:none;
}
.img_display_1129 .field_2col {
width: 460px!important;
height: 300px;
}
.img_display_1129 .field_2col .eyecatch {width: 100%;height: 100%;}

.img_display_1129 a img{
  display: none;
}

.img_display_1129 a{
display: block;
width: 100%;
height: 100%;
position: relative;
transition: 0.4s ease-in-out;
transform: scale(1);
}
.img_display_1129 .float_left a{
  background: url(/files/_half_bnr_results.png) no-repeat top center/100%;
}
.img_display_1129 .float_right a{
  background: url(/files/_half_bnr_business.png) no-repeat top center/100%;
}

.img_display_1129 a:hover{
  opacity: 1;
  transform: scale(0.95);
}


/*  お問い合わせバナー
---------------------------------------------------------------------------------------------------- */

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

#yk0oavvndercinjk7cii{
  max-height: 600px;
  min-height: calc(600px * (1300 / 2000));
  height: calc(100vw * (595  / 2000));
  /* margin-bottom: 70px; */
  position: relative;
}

.img_display_1136,
.img_display_1136 .field_1col,
.img_display_1136  .eyecatch,
#yk0oavvndercinjk7cii .easys_content_inner{
width: 100%;
height: 100%;
 }


.img_display_1136 .eyecatch:before{
  display:none;
}
.img_display_1136  a{
display: block;
width: 100%;
height: 100%;
position: relative;
}

.img_display_1136  a img{
  display:none;
}

.img_display_1136 a:before{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
width:100%;
height:100%;
background: url(/files/_bnr_contact_off.png) no-repeat top center/100%;
opacity: 1;
}
 .img_display_1136 a:after{
 content:' ';
 display:block;
 position:absolute;
 top:0;
 left:0;
 z-index:1;
 width:100%;
 height:100%;
 background: url(/files/_bnr_contact_on.png) no-repeat top center/100%;
 opacity: 0;
 transition: 0.3s ease 0s;
  }



  .img_display_1136  a:hover:after{
    opacity: 1;
  }

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

/*求人バナー
---------------------------------------------------------------------------------------------------- */
#mrfz82wb6uqv0cgadbnj div {
  margin-bottom:0;
  padding-bottom:0;
}
#mrfz82wb6uqv0cgadbnj .easys_content_inner {
  width:100%;
}

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

.img_display_1147  a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  transition:0.3s ease 0s;
  opacity:0;
  background:url(/files/_bnr_recruit_on.jpg) no-repeat top center/100%;
}

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

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

/* ＝＝＝親 ＝＝＝ */
#vsj4alts9izkyrfxs3rp,
#d8zdeb8izv42wl50yyzz{position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#vsj4alts9izkyrfxs3rp .easys_content_inner,
#d8zdeb8izv42wl50yyzz .easys_content_inner{
    position: relative;
    z-index: 100;
    opacity: 1;
    transform:translateY(0);
}

/* PC 背景付きブロックの記事画像 非表示  */
#vsj4alts9izkyrfxs3rp .entry_post:first-of-type .eyecatch,
#d8zdeb8izv42wl50yyzz .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#vsj4alts9izkyrfxs3rp .entry_post:first-of-type .float_left,
#vsj4alts9izkyrfxs3rp .entry_post:first-of-type .float_right,
#d8zdeb8izv42wl50yyzz .entry_post:first-of-type .float_left,
#d8zdeb8izv42wl50yyzz .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;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#vsj4alts9izkyrfxs3rp *[class*="title"],
#d8zdeb8izv42wl50yyzz *[class*="title"]{display: none;}



/* ＝＝＝デザインブロックボタン共通＝＝＝ */
#vsj4alts9izkyrfxs3rp .main_btn,
#d8zdeb8izv42wl50yyzz .main_btn{
 display: block;
 padding: 0;
 margin: 0;
 position: absolute!important;
 top: 0;
 left: 0;
 z-index: 999;
}


/* line hover */
.btn_gimmick .border-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.btn_gimmick .border-animation .btn_border {
  position: absolute;
  background: #FFF;
  transition: all linear 0.2s;
  z-index: 300;
}

.border-animation:hover .btn_border {
  transition: all linear 0.2s;
}

.border-animation .btn_border.border_top,
.border-animation .btn_border.border_bottom {
  width: 0px;
  height: 3px;
}

.border-animation .btn_border.border_left,
.border-animation .btn_border.border_right {
  width: 3px;
  height: 0px;
}

.btn_gimmick:hover > .border-animation .btn_border.border_top,
.btn_gimmick:hover > .border-animation .btn_border.border_bottom {
  width: 100%;
}

.btn_gimmick:hover > .border-animation .btn_border.border_left,
.btn_gimmick:hover > .border-animation .btn_border.border_right {
  height: 100%;
}

.border-animation .btn_border.border_top {
  top: 0;
  left: 0;
  transition-delay: 0s;
}
.border-animation .btn_border.border_right {
  top: 0;
  right: 0;
  transition-delay: 0s;
}
.border-animation .btn_border.border_bottom {
  bottom: 0;
  right: 0;
  transition-delay: 0s;
}
.border-animation .btn_border.border_left {
  bottom: 0;
  left: 0;
  transition-delay: 0s;
}





/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block {
    position: absolute;
    opacity: 0;
    transition: 1s ease 0s;
    pointer-events: none;
    width: 2000px;/*◆ 要変更 */
    top: 0;
    left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  }
  .design_block.moved {
    opacity: 1;
    transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  }



/*outer_block
---------------------------------------------------------------------------------------------------- */
html:not(.shosai) body#page_6 #outer_block{padding: 0;}

/*Company
---------------------------------------------------------------------------------------------------- */

#vsj4alts9izkyrfxs3rp {
    background: url(/files/top01_bg.jpg) no-repeat center top;
    height: 1300px;
    overflow: hidden;
}

#vsj4alts9izkyrfxs3rp .text_box {
    width: 770px;
    margin: 400px 0 0 0px;
}

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

#vsj4alts9izkyrfxs3rp .main_btn{
    top: 640px;
    left: 0px;
}

#vsj4alts9izkyrfxs3rp .main_btn a {
    border-radius: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 220px;
    height: 60px;
    background: url(/files/top_btn01.png) no-repeat center top;
}

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

#vsj4alts9izkyrfxs3rp:after {
  content:"";
  display:block;
  background: url(/files/top01_img.png) no-repeat center top;
  position: absolute;
  top: 525px;
  left: 110%;
  width: 950px;
  height: 690px;
  opacity:1;
  z-index: 1;
  animation: move_car 50s linear 0s infinite;
}

@keyframes move_car {
  0% {
    left: 110%;
  }
  100% {
    left: -950px;
  }
}


  #vsj4alts9izkyrfxs3rp:before {
  content:" ";
  display:block;
  position:absolute;
  top:747px;
  left:-50px;
  z-index:1;
  width:2100px;
  height:400px;
  transform:rotate(-8deg);
  animation:bg_loop 50s linear 0s infinite;
  background:url(/files/top01_scroll.jpg) repeat-x top left;
}

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


/*Recruit
---------------------------------------------------------------------------------------------------- */

#d8zdeb8izv42wl50yyzz {
    background: url(/files/top02_bg.jpg) no-repeat center top;
    height: 1090px;
}

#d8zdeb8izv42wl50yyzz .text_box {
    width: 480px;
    margin: 610px 0 0 480px;
}

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

#d8zdeb8izv42wl50yyzz .main_btn{
    top: 960px;
    left: 480px;
}

#d8zdeb8izv42wl50yyzz .main_btn a {
    border-radius: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 220px;
    height: 60px;
    background: url(/files/top_btn01.png) no-repeat center top;
    border: none;
    overflow: hidden;
}


#d8zdeb8izv42wl50yyzz  .design_block.block1 {
    background: url(/files/top02_img01.png) no-repeat center top;
    top: 30px;
    left: calc(50% - 550px);
    width: 230px;
    height: 300px;
    opacity: 1;
    animation: anime_top03_left 0.8s ease-in-out 0s infinite alternate;
  }
  @keyframes anime_top03_left {
    0% { transform: rotate(-10deg); }
    100% { transform: rotate(10deg); }
  }




  #d8zdeb8izv42wl50yyzz:after{
  content:' ';
  display:block;
  position:absolute;
  background: url(/files/top02_img02.png) no-repeat center top;
  top: 330px;
  left: calc(50% + 340px);
  width: 170px;
  height: 150px;
  opacity: 0;
  transition: 0.3s ease 0s;
  }

  #d8zdeb8izv42wl50yyzz.moved:after{
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name:bounceIn;
    opacity: 1;
  }


  @keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

  /*新着情報
  ---------------------------------------------------------------------------------------------------- */

  #uo1nkzprnby47iddcnpo{
    background-color: #877e30;
    padding: 100px 0;
    margin-bottom: 70px;
  }