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


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




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

  background: url("/files/html_bg.jpg") repeat #ffffff center top;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

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

body {
  background: none transparent;
  color: #000000;
  position: relative;/* 2000pxを超える画面の対策 */
  min-width: 1300px !important;
  max-width: 2000px !important;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
body#page_6 {
  background: none transparent;
}

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

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

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


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

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

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  /*位置　レスポンシブ有り*/
  right: 63px;
  top: calc(630 / 700 * 100%);
  /* left: calc(1706 / 2000 * 100%); */
 
  }
  
  #page_6 #site-description {
  
  top: calc(924 /985 * 100%);
  /* left: calc(1706 / 2000 * 100%); */
  right: 63px;
  }

#site-description a {
  display: inline-block;
  color: #ffffff;
}

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

#page_6 .main_header img, #page_6 .header_class img {
  width: 300px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}


#branding_box::after{
  display: block;
  content: "";
  width: 400px;
  height: 175px;  
  position: absolute;
  bottom:0;
  left: 0;
  margin: auto;
  background: url("/files/branding_box_bg02.png") no-repeat center top;
}


/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0;
  z-index: 600;
  width: 280px !important;
  height: 50px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}


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


#access {
  width: 100%;
  z-index: 590;
  height: 200px;
  margin: 0 auto;
  position: absolute;
  margin: 0 auto;
  top: 0;
  background:url('/files/topnavi_bg.png') no-repeat right top;
}

/*ナビ上からの位置　メイン画像の下にナビがあるとき*/
/*#access {
padding: calc(100% * (730/2000)) 0 0 0;
}
#page_6 #access {
padding: calc(100% * (1035/2000)) 0 0 0;
}
*/


#access .menu-header{
  width: 180px;
  height: 185px;
  /* padding-top: 25px; */
  margin: 0 46px 0 auto;
}

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

div#access .menu-item a::before{
  content: "";
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 2;
  opacity: 1;
}
div#access .menu-item a:hover:before{
  opacity: 0;
}

div#access .menu-item a::after{
  content: "";
  background-image: url('/files/topnavi_on.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
div#access .menu-item a:hover:after{
  opacity: 1;
}
div#access .gnavi11 a::before { background-position: left top;}
div#access .gnavi12 a::before { background-position: -30px top;}
div#access .gnavi13 a::before { background-position: -60px top;}
div#access .gnavi14 a::before { background-position: -90px top;}
div#access .gnavi15 a::before { background-position: -120px top;}
div#access .gnavi16 a::before { background-position: right top;}


div#access .gnavi11 a:hover::after { background-position: left top;}
div#access .gnavi12 a:hover::after { background-position: -30px top;}
div#access .gnavi13 a:hover::after { background-position: -60px top;}
div#access .gnavi14 a:hover::after { background-position: -90px top;}
div#access .gnavi15 a:hover::after { background-position: -120px top;}
div#access .gnavi16 a:hover::after { background-position: right top;}

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

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

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

/* プルダウンメニューの色　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: px;
  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,
#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;
  text-align: center;
  color: #ffffff;
  background: url(/files/widget_title_bg.jpg) no-repeat scroll left top transparent;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
  /* background: url(/files/widget_title_bg.jpg) no-repeat scroll left top transparent; */
}

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

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666666;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
  height: 700px;
  background-image: url(/files/footer_bg.jpg);
}
#footer_box {
  background: none transparent;
  height: 660px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 217px;
  left: 12px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 290px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #ffffff;
/* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
  position: relative;
  left: calc(50% - 322px);
}

/*  フッター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: #ffffff;
  text-align: left;
  position: relative;
  left: calc(50% - 321px);
  bottom: 150px;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.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: 150px;}



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #ffffff;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
  font-style: 20px;
}
.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: #ffffff;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.jpg);
}
.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: 18px;
  color: #ffffff;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
  font-size: 18px;
}
* .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);
  font-size: 18px;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #000000;}



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


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


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

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


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

small a:hover {
  background-color: #2e9ecc !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border-color: #ccc;
}
.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #eee;
}
.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none transparent;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #373530;
  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 #373530 !important;
}


/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #2e9ecc !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #ccc;
  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: #2e9ecc;
  color: #2e9ecc !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: #2e9ecc;
  border-color: #2e9ecc;
}
.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 #2e9ecc;
  border-style: solid;
  border-color: #2e9ecc;
  color: #fff !important;
} 



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


/* 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 #2e9ecc;
  color: #2e9ecc;
}
div.link_list a:hover {
  background-color: #2e9ecc;
  border: 1px solid #2e9ecc;
  color: #fff;
}


.faq-title {
  background-color: #2e9ecc;
  font-weight: normal;
  color: #fff;
}



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

/* 必須項目 */
.iqfm-req_color {
  color: #2e9ecc;
}
.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: #373530;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #000000;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #000000;
}
.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;
  font-size: 20px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #000000;
}



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

/*contactフォーム用セキュリティマーク　非表示*/
.grecaptcha-badge { visibility: hidden; }


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

/*上下左右フェードインギミック------------------------------------*/
.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: translate(0px, -100px);
}
.f_down {
  transform: translate(0px, 100px);
}
.f_left {
  transform: translate(-100px, 0px);
}
.f_right {
  transform: translate(100px, 0px);
}
.moved {
  transform: translate(0px, 0px);
}


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


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



/*  デザインブロック01
--------------------------------ficwhcemd1u2izdi81a9-------------------------------------------------------------------- */


#page_6 #outer_block{
  padding: 223px 0 0 0;
}
/* PC 背景付きブロックの記事画像 非表示  */
#ficwhcemd1u2izdi81a9 .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#ficwhcemd1u2izdi81a9 .entry_post:first-of-type .float_left,
#ficwhcemd1u2izdi81a9 .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;}
/* 1ブロック目 */
#ficwhcemd1u2izdi81a9{/*デザイン背景画像*/
    background:url(/files/00top_block02_bg03.png) no-repeat center top;
    height: 1794px;/*背景画像の高さ*/
    position: relative;
}
#ficwhcemd1u2izdi81a9 *[class*="title"]{
    display: none;/*見出し非表示*/
}

#ficwhcemd1u2izdi81a9 .entry_post{
  margin-top: 850px;
}

#ficwhcemd1u2izdi81a9 .text_box{
    width: 480px;/*記事文章幅*/
    margin: 0 auto 0 0;/*記事位置調整　上下左右*/
    overflow: visible;
}

#ficwhcemd1u2izdi81a9 .text_box p{
  font-size: 15px;
  color: #161616;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}



/*上下左右フェードイン　画像*/
#ficwhcemd1u2izdi81a9 span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
#ficwhcemd1u2izdi81a9 #bg01 {
  background: url(/files/00top_block02_bg01.jpg) no-repeat center top;
  z-index: 2;
  width: 1410px;/*画像幅*/
  height: 435px;/*画像高さ*/
  top: 128px;
  left: calc(50% - 1000px);
}

#ficwhcemd1u2izdi81a9 #bg02 {
  background: url(/files/00top_block02_bg02.jpg) no-repeat center top;
  z-index: 2;
  width: 1480px;/*画像幅*/
  height: 435px;/*画像高さ*/
  top: 1287px;
  left: calc(50% - 480px);
}






/*   デザインブロック02
--------------------------------------------vbq9i0p9d2a5rwelu4zz-------------------------------------------------------- */

/* PC 背景付きブロックの記事画像 非表示  */
#vbq9i0p9d2a5rwelu4zz .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#vbq9i0p9d2a5rwelu4zz .entry_post:first-of-type .float_left,
#vbq9i0p9d2a5rwelu4zz .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;}
/* 1ブロック目 */
#vbq9i0p9d2a5rwelu4zz{/*デザイン背景画像*/
    background:url(/files/00top_block03_bg01.png) no-repeat center top;
    height: 1235px;/*背景画像の高さ*/
    position: relative;
}
#vbq9i0p9d2a5rwelu4zz *[class*="title"]{
    display: none;/*見出し非表示*/
}

#vbq9i0p9d2a5rwelu4zz .entry_post{
  margin-top: 990px;
}

#vbq9i0p9d2a5rwelu4zz .text_box{
    width: 460px;/*記事文章幅*/
    margin: 0 auto 0 0;/*記事位置調整　上下左右*/
    overflow: visible;
    position: relative;
    z-index: 3;
}

#vbq9i0p9d2a5rwelu4zz .text_box p{
  font-size: 15px;
  color: #161616;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}



/*上下左右フェードイン　画像*/
#vbq9i0p9d2a5rwelu4zz span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
#vbq9i0p9d2a5rwelu4zz #bg01 {
  background: url(/files/00top_block03_bg02.png) no-repeat center top;
  z-index: 2;
  width: 1070px;/*画像幅*/
  height: 465px;/*画像高さ*/
  top: 770px;
  left: calc(50% - 1000px);
}

/*   デザインブロック03
-----------------------------hi0qd6bx0nwgbd7hgqtx----------------------------------------------------------------------- */

/* PC 背景付きブロックの記事画像 非表示  */
#soev4vc9fwgs7arlxx9i .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#soev4vc9fwgs7arlxx9i .entry_post:first-of-type .float_left,
#soev4vc9fwgs7arlxx9i .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;}
/* 1ブロック目 */
#soev4vc9fwgs7arlxx9i{/*デザイン背景画像*/
    background:url(/files/00top_block04_bg01.png) no-repeat center top;
    height: 945px;/*背景画像の高さ*/
    position: relative;
}
#soev4vc9fwgs7arlxx9i *[class*="title"]{
    display: none;/*見出し非表示*/
}

#soev4vc9fwgs7arlxx9i .entry_post{
  margin-top: 540px;
}

#soev4vc9fwgs7arlxx9i .text_box{
    width: 410px;/*記事文章幅*/
    margin: 0 auto 0 0;/*記事位置調整　上下左右*/
    overflow: visible;
}

#soev4vc9fwgs7arlxx9i .text_box p{
  font-size: 15px;
  color: #161616;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}

/*上下左右フェードイン　画像*/
#soev4vc9fwgs7arlxx9i span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
#soev4vc9fwgs7arlxx9i #bg01 {
  background: url(/files/00top_block04_bg02.png) no-repeat center top;
  z-index: 2;
  width: 2000px;/*画像幅*/
  height: 606px;/*画像高さ*/
  top: 132px;
  left: calc(50% - 1000px);
}


/* デザインブロック04
---------------------------uf2klu9rovq15nno8y75------------------------------------------------------------------------- */

#page_81 #outer_block{
  padding: 0;
}
/* PC 背景付きブロックの記事画像 非表示  */
#uf2klu9rovq15nno8y75 .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#uf2klu9rovq15nno8y75 .entry_post:first-of-type .float_left,
#uf2klu9rovq15nno8y75 .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;}
/* 1ブロック目 */
#uf2klu9rovq15nno8y75{/*デザイン背景画像*/
    background:url(/files/10about_block01_bg.png) no-repeat center top;
    height: 820px;/*背景画像の高さ*/
    position: relative;
}
#uf2klu9rovq15nno8y75 *[class*="title"]{
    display: none;/*見出し非表示*/
}

#uf2klu9rovq15nno8y75 .entry_post{
  margin-top: 550px;
}

#uf2klu9rovq15nno8y75 .text_box{
    width: 480px;/*記事文章幅*/
    margin: 0 0 0 auto;/*記事位置調整　上下左右*/
    overflow: visible;
}

#uf2klu9rovq15nno8y75 .text_box p{
  font-size: 15px;
  color: #161616;
  letter-spacing: 0;
  /* font-weight: normal; */
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}



/* デザインブロック05
------------------------------------zg76asznl3bf8n83wmh9---------------------------------------------------------------- */

/* PC 背景付きブロックの記事画像 非表示  */
#zg76asznl3bf8n83wmh9 .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#zg76asznl3bf8n83wmh9 .entry_post:first-of-type .float_left,
#zg76asznl3bf8n83wmh9 .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;}
/* 1ブロック目 */
#zg76asznl3bf8n83wmh9{/*デザイン背景画像*/
    background:url(/files/10about_block02_bg.png) no-repeat center top;
    height: 813px;/*背景画像の高さ*/
    position: relative;
}
#zg76asznl3bf8n83wmh9 *[class*="title"]{
    display: none;/*見出し非表示*/
}

#zg76asznl3bf8n83wmh9 .entry_post{
  margin-top: 520px;
}

#zg76asznl3bf8n83wmh9 .text_box{
    width: 304px;/*記事文章幅*/
    margin: 0 auto 0 25px;/*記事位置調整　上下左右*/
    overflow: visible;
}

#zg76asznl3bf8n83wmh9 .text_box p{
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}

/* デザインブロック06
----------------------------------------hi0qd6bx0nwgbd7hgqtx------------------------------------------------------------ */

/* PC 背景付きブロックの記事画像 非表示  */
#hi0qd6bx0nwgbd7hgqtx .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#hi0qd6bx0nwgbd7hgqtx .entry_post:first-of-type .float_left,
#hi0qd6bx0nwgbd7hgqtx .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;}
/* 1ブロック目 */
#hi0qd6bx0nwgbd7hgqtx{/*デザイン背景画像*/
    background:url(/files/10about_block03_bg.png) no-repeat center top;
    height: 1840px;/*背景画像の高さ*/
    position: relative;
}
#hi0qd6bx0nwgbd7hgqtx *[class*="title"]{
    display: none;/*見出し非表示*/
}

#hi0qd6bx0nwgbd7hgqtx .entry_post{
  margin-top: 1374px;
}

#hi0qd6bx0nwgbd7hgqtx .text_box{
    width: 480px;/*記事文章幅*/
    margin: 0 0 0 auto;/*記事位置調整　上下左右*/
    overflow: visible;
}

#hi0qd6bx0nwgbd7hgqtx .text_box p{
  font-size: 15px;
  color: #161616;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}


/* デザインブロック07
----------------------------------------olth907e0jhg9voy6kp8------------------------------------------------------------ */
#page_9 #outer_block{
  padding: 0;
}
/* PC 背景付きブロックの記事画像 非表示  */
#olth907e0jhg9voy6kp8 .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#olth907e0jhg9voy6kp8 .entry_post:first-of-type .float_left,
#olth907e0jhg9voy6kp8 .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;}
/* 1ブロック目 */
#olth907e0jhg9voy6kp8{/*デザイン背景画像*/
    background:url(/files/20works_block01_bg.png) no-repeat center top;
    height: 1156px;/*背景画像の高さ*/
    position: relative;
}
#olth907e0jhg9voy6kp8 *[class*="title"]{
    display: none;/*見出し非表示*/
}

#olth907e0jhg9voy6kp8 .entry_post{
  margin-top: 540px;
}

#olth907e0jhg9voy6kp8 .text_box{
    width: 480px;/*記事文章幅*/
    margin: 0 auto 0 13px;/*記事位置調整　上下左右*/
    overflow: visible;
}

#olth907e0jhg9voy6kp8 .text_box p{
  font-size: 15px;
  color: #161616;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}



/* デザインブロック08
----------------------------------------b7il2naz233xuh4dexyg------------------------------------------------------------ */
#page_15 #outer_block{
  padding: 0;
}
/* PC 背景付きブロックの記事画像 非表示  */
#b7il2naz233xuh4dexyg .entry_post:first-of-type .eyecatch {display: none;}
/* float 解除 */
#b7il2naz233xuh4dexyg .entry_post:first-of-type .float_left,
#b7il2naz233xuh4dexyg .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;}
/* 1ブロック目 */
#b7il2naz233xuh4dexyg{/*デザイン背景画像*/
    background:url(/files/40recruit_block01_bg.png) no-repeat center top;
    height: 966px;/*背景画像の高さ*/
    position: relative;
}
#b7il2naz233xuh4dexyg *[class*="title"]{
    display: none;/*見出し非表示*/
}

#b7il2naz233xuh4dexyg .entry_post{
  margin-top: 680px;
}

#b7il2naz233xuh4dexyg .text_box{
    width: 480px;/*記事文章幅*/
    margin: 0 auto 0 25px;/*記事位置調整　上下左右*/
    overflow: visible;
}

#b7il2naz233xuh4dexyg .text_box p{
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: calc(30/15);
  text-align: justify;
  font-feature-settings: "palt";
}


/* コンテンツ画像
----------------------------------------kre259rgk5jzt4zebler------------------------------------------------------------ */


#kre259rgk5jzt4zebler .eyecatch{
  display: block;
  position: relative;
  background: url("/files/40recruit_block02_bg.png") no-repeat center top;
  width: 1300px;
  height: 850px;/*バナー画像高さ*/
}
#kre259rgk5jzt4zebler .eyecatch::before,
#kre259rgk5jzt4zebler .eyecatch::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: change-img-anim 2.25s infinite;
}

#kre259rgk5jzt4zebler .easys_content_inner{
  width: 1300px !important;
}

/*ホバー時に、beforeに入れてるON画像表示*/
/* #kre259rgk5jzt4zebler .eyecatch::before{animation: change-img-anim 10s infinite;} */
#kre259rgk5jzt4zebler .eyecatch::after{animation-delay: 1.125s;}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  49%{ opacity: 0;}
  50%{ opacity: 1;}
  100%{ opacity: 1;}
}

/*OFF画像*/
#kre259rgk5jzt4zebler .eyecatch::after{ background: url("/files/40recruit_block02_animation01.png") no-repeat center top;}

/*ON画像*/
#kre259rgk5jzt4zebler .eyecatch::before{ background: url("/files/40recruit_block02_animation02.png") no-repeat center top;}

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



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


#i40q23ftu31rr4p8ga0z{
  position: relative;
  overflow: hidden;
  margin: 0 0 60px 0;
}
/*レスポンシブ*/
#i40q23ftu31rr4p8ga0z .easys_content_inner{
  width: 100%;
  padding: 0;
}
#i40q23ftu31rr4p8ga0z .field_1col{ margin: 0; }
#i40q23ftu31rr4p8ga0z .eyecatch{
  position: relative;
  z-index: 10;
}
#i40q23ftu31rr4p8ga0z .eyecatch a:hover img{ opacity: 1; }
/*ホバーで拡大*/
#i40q23ftu31rr4p8ga0z:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
#i40q23ftu31rr4p8ga0z:hover:before {
  
  transform: scale(1.05);
}
/*背景画像*/
#i40q23ftu31rr4p8ga0z:before { background: url("/files/banner_contact_bg.jpg") no-repeat  center center / cover; }

/* バナー＞求人・ガテン
----------------------------------------pfntc1lqbql6heh7h955------------------------------------------------------------ */
#pfntc1lqbql6heh7h955{
  margin-top: 91px;
  margin-bottom: 61px;
  position: relative;
}
#pfntc1lqbql6heh7h955 .easys_content_inner {
  width: 100%;
  height: 29.7vw;/*バナー画像高さ*/
  min-height: 390px;/*PC画面幅1200px時のバナー画像高さ*/
  padding: 0;
}
#pfntc1lqbql6heh7h955 .field_2col {width: 50% !important;}
#pfntc1lqbql6heh7h955 .eyecatch{width: 100%;}
#pfntc1lqbql6heh7h955 .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 29.7vw;/*バナー画像高さ*/
  min-height: 390px;/*PC画面幅1200px時のバナー画像高さ*/
}
/*動画*/
#pfntc1lqbql6heh7h955 video{
  position: absolute;
  top: 0;
  z-index: -50;
  height: 100%;
}

#pfntc1lqbql6heh7h955 video:nth-child(2){
 
}
/* #pfntc1lqbql6heh7h955 .float_left a{background: url("/files/banner_harf_recruit_bg.jpg") no-repeat center top /100%;}
#pfntc1lqbql6heh7h955 .float_right a{background: url("/files/banner_harf_gaten_bg.jpg") no-repeat center top /100%;} */

#pfntc1lqbql6heh7h955 .eyecatch a:before,
#pfntc1lqbql6heh7h955 .eyecatch a:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;/*ON画像非表示*/
  width: 50%;
  height: 100%;
  pointer-events: none;
  transition: 0.3s ease 0s;/*ゆっくり変化*/
}
/*OFF画像表示*/
#pfntc1lqbql6heh7h955 .eyecatch a:after{opacity:1;}
#pfntc1lqbql6heh7h955 .eyecatch a:before{opacity: 0;z-index: 3;}
/*ホバー時*/
#pfntc1lqbql6heh7h955 .eyecatch a:hover:after{opacity: 1;}/*Off画像非表示*/
#pfntc1lqbql6heh7h955 .eyecatch a:hover:before{opacity: 1;}/*ON画像表示*/

/*固定画面のSPバナー画像非表示*/
#pfntc1lqbql6heh7h955 .eyecatch a img{display: none;}

/*OFF画像*/
#pfntc1lqbql6heh7h955 .float_left a:after{ background: url("/files/banner_harf_recruit.png") no-repeat center top /100%;right: 0;}
#pfntc1lqbql6heh7h955 .float_right a:after{ background: url("/files/banner_harf_gaten.png") no-repeat center top /100%;left: 0;}

/*ON画像*/
#pfntc1lqbql6heh7h955 .float_left a:before{ background: url("/files/banner_harf_recruit_on.png") no-repeat center top /100%;right: 0;}
#pfntc1lqbql6heh7h955 .float_right a:before{ background: url("/files/banner_harf_gaten_on.png") no-repeat center top /100%;}



/*  バナー
---------------------------------------------------------------------------------------------------- */


@media screen and (min-width:1300px){

#g17741k94zrct4wjgky8 .eyecatch a{
  display: block;
  position: relative;
  width: 1300px;
  height: 320px;
}
#g17741k94zrct4wjgky8 .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}

#g17741k94zrct4wjgky8 .eyecatch a:hover:before{opacity: 1;}
#g17741k94zrct4wjgky8 .easys_content_inner{
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 0;
}

#g17741k94zrct4wjgky8 .margin-bottom_50{
  margin-bottom: 0;
}



#g17741k94zrct4wjgky8 .eyecatch a{ background: url("/files/00top_block01_banner.png") no-repeat center top;}


#g17741k94zrct4wjgky8 .eyecatch a:before{ background: url("/files/00top_block01_banner_on.png") no-repeat center top;}


#g17741k94zrct4wjgky8 .eyecatch a img{display: none;}

}



@media screen and (max-width:1300px){
  #g17741k94zrct4wjgky8 .easys_content_inner {
  width: 100vw;
  height: 25.3vw;/*バナー画像高さ*/
  min-width: 960px;
  padding: 0;
  /* min-height: 320px; */
  min-height: 242px;
  margin: 0;
}
#g17741k94zrct4wjgky8 .eyecatch{width: 100%;}
#g17741k94zrct4wjgky8 .eyecatch a{display: block;position: relative;width: 100%;height: 16vw;/*バナー画像高さ*/height: 25.3vw;/* padding: 0; */min-height: 242px;/* min-height: 320px; */}
#g17741k94zrct4wjgky8 .eyecatch a:before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
pointer-events: none;
transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#g17741k94zrct4wjgky8 .eyecatch a:hover:before{opacity: 1;}

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

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

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

}


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

/*01*/
#advy7mp4dfn1jn5l5ghe {
  background: url(/files/bg_pala01.jpg) no-repeat center center / cover fixed;
  height: 435px;/*任意の高さ*/
  margin: 0;
}

/*02*/
#p56omhdn9wy3qokcomz0 {
  background: url(/files/bg_pala02.jpg) no-repeat center center / cover fixed;
  height: 600px;/*任意の高さ*/
  margin: 0 0 190px 0;
}

/*  サイドボタン
---------------------------------------------------------------------------------------------------- */

/*画面右下に固定ボタン*/
.fixed_side_btn {
  z-index: 1000;
  right: 20px;
  bottom: 150px;
  position: fixed;
}
.fixed_side_btn div,
.fixed_side_btn div a {margin-bottom: 20px; transition: 0.3s;}
/*ボタン1*/
#fixed_btn1 a{
  background: url(/files/btn_gaten.png)no-repeat center top;
  display: block;
  height: 50px;
  width: 50px;
}
/*ボタン2*/
#fixed_btn2 a{
  background: url(/files/btn_blog.png)no-repeat center top;
  display: block;
  height: 50px;
  width: 50px;
}

/*ボタン3*/
#fixed_btn3 a{
  background: url(/files/btn_contact.png)no-repeat center top;
  display: block;
  height: 50px;
  width: 50px;
}

#fixed_btn1 a:hover,
#fixed_btn2 a:hover,
#fixed_btn3 a:hover{transform: translateX(-10px);}

#float_top_btn {
  bottom: 0;
  right: 0;
}


/*  ブロック背景
---------------------------------------------------------------------------------------------------- */

#rxod1e1vzza0udblztar,
#j2ygvc7j8gncvl0umhry,
#c65mt3ftro3fwygtxgrc{
  background: url(/files/block_bg_01.png) repeat center top;
}
#j2ygvc7j8gncvl0umhry,
#rxod1e1vzza0udblztar {
    padding-top: 80px;
}