@charset "utf-8";

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


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
  background:#fdfff3;
}
.easys_content{
scroll-margin-top: 80px;
scroll-snap-margin-top: 80px;/* safari対応 */
}
 

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

body {
  
  background: none transparent;
  color: #333333/*要変更：基本テキストカラー*/;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  max-height: calc(80px + 620px);
  min-height: calc(80px + (620px * (1300 / 2000)));
  height: calc(80px + (620 / 2000 * 100vw) - 6px);

  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
  background: url("/files/slide_logo.png") no-repeat left top/100%;
}


#page_6 #branding_box {
  max-height: calc(80px + 900px);
  min-height: calc(80px + (900px * (1300 / 2000)));
  height: calc(80px + (900 / 2000 * 100vw) - 9px);
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  max-height: 620px;
  min-height: calc(620px * (1300 / 2000));
  height: calc((620 / 2000 * 100vw) - 6px);
}
#page_6 #header_information {
   max-height: 900px;
  min-height: calc(900px * (1300 / 2000));
  height: calc((900 / 2000 * 100vw) - 9px); 
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
    width: 960px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 4%;
    right: 50px;
    text-align: right;
    z-index: 2;
}



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

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 300px; /*ロゴ固定時　要変更*/
  margin: 0 ;
  padding: 0;
}


/* レスポンシブ*/
.main_header img {
    position: absolute;
    top: 3%;
    left: 45%;
    width: calc(200 / 2000 * 100%);
    height: calc(210 / 2000 * 100%);
    z-index: 591;
}
#page_6 .main_header img {
    top: 3%;
    left: 45%;
    width: calc(200 / 2000 * 100%);
    height: calc(150 / 2000 * 100%);
}

.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 150px !important;
  height: 80px !important;
  z-index: 591;
}



/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 590;
  position: relative;
  min-width: 1300px !important;
  background: url("/files/block_bg_01.jpg");
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}

div#access .menu-header {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
div#access .menu-header #menu-gnavi {
  display: inline-block;
}


div#access .menu-item a {
  background: url("/files/topnavi.png") no-repeat left top;
  padding: 0;
  height: 80px !important;
  line-height: 40px !important;
}
div#access .gnavi11 a { width: 140px !important;}
div#access .gnavi12 a { width: 140px !important;}
div#access .gnavi13 a { width: 190px !important;}
div#access .gnavi14 a { width: 100px !important;}
div#access .gnavi15 a { width: 100px !important;}
div#access .gnavi16 a { width: 140px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -140px;}
div#access .gnavi13 a { background-position-x: -280px;}
div#access .gnavi14 a { background-position-x: -470px;}
div#access .gnavi15 a { background-position-x: -570px;}
div#access .gnavi16 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}



/*固定時用ナビ*/
#access.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: url("/files/branding_box_bg.png") no-repeat left 20px top,
   rgba(255,255,255,0.95);
    min-width: 1300px !important;
}



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

#access ul.menu ul.sub-menu a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.2em !important;
  padding: 10px !important;
  box-sizing: border-box;
}

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

/* 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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
  
}

#main_teaser{
  background: url("/files/body_bg.png") no-repeat center top/100%,url("/files/block_bg_01.jpg");;
}

#jquery_slider_pc{background: url("/files/block_bg_01.jpg");}

/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}


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


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

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

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #000000/*要変更：ボーダーカラー*/;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.png) no-repeat center top;
  height: 520px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 450px;
  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;
    top: 386px;
    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: 240px 0 0;
  text-align: center;
  color: #000000/*要変更：フッター住所のテキストカラー*/;

}

/*  フッター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: #aaaaaa/*要変更：コピーライトのテキストカラー*/;

}


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

.fixed_btn div, .fixed_btn div a {
    height: 50px;
    width: 55px;
    transform: translateX(5px);
    transition: 0.3s;
}

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

.fixed_btn div a:hover{transform: translateX(-5px);}

.fixed_btn1 {
    position: absolute;
    z-index: 9999;
    right: 40px;
    top: 7%;
    display: flex;
}

#page_6 .fixed_btn1{ top: 6%;}

.fixed_btn1.fixed{
    position: fixed;
    right: 40px;
    top:20px !important;
}
.fixed_btn1 div a {
    display: block;
}
 
#float_top_btn {
    bottom: 50px;
    position: fixed;
    right: 20px;
    z-index: 999;
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
    background-image: url(/files/top_entry_title.png);
    color: #000000/*要変更：top_entry_titleのテキストカラー*/;
    padding: 7px 0;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #000000/*要変更：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: #000000/*要変更：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: #000000/*要変更：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: #000000/*要変更：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: #000000/*要変更：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: #333333/*要変更：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: #333333/*要変更：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: #000000/*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


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

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: transparent/*要変更：テーブルのボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #ffffff/*要変更：テーブルのthの背景色*/;
  width: 8em;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: #ffffff/*要変更：テーブルのtdの背景色*/;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #ffffff/*要変更：テーブルのthの背景色*/;
  border: 1px solid transparent/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #333333/*要変更：テーブルのthのテキストカラー*/;
}

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


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

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




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

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

/* Dメニュー下線 */
.td_cell {
  border-color: #000000/*要変更：ボーダーカラー*/;
  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: #f09e1c/*要変更：リンクテキストカラー*/;
  color: #f09e1c/*要変更：リンクテキストカラー*/ !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: #f09e1c/*要変更：リンクテキストカラー*/;
  border-color: #f09e1c/*要変更：リンクテキストカラー*/;
}
.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 #f09e1c/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #f09e1c/*要変更：リンクテキストカラー*/;
  color: #fff !important;
} 



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


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


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



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

/* 必須項目 */
.iqfm-req_color {
  color: #ea501b/*要変更：テーブルの必須のテキストカラー*/;
}
.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; }

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

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #333333/*要変更：blog_titleのテキストカラー*/;
}

#calendar_wrap table tr td#today {
    background-color: #f09e1c/*要変更：リンクテキストカラー*/;
  color: #fff !important;
}


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

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


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

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


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

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

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


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/*PC 背景付きブロックの記事画像 非表示-----------------*/
#vcbh1pywtwewkilyx5tn .entry_post:first-of-type .eyecatch,
#sv6gj3ie9f3z97j20hqf .entry_post:first-of-type .eyecatch
{display: none;}
 
/*  float 解除
---------------------------------------------------------------------------------------------------- */
#vcbh1pywtwewkilyx5tn .entry_post:first-of-type .float_left,
#vcbh1pywtwewkilyx5tn .entry_post:first-of-type .float_right,
#sv6gj3ie9f3z97j20hqf .entry_post:first-of-type .float_left,
#sv6gj3ie9f3z97j20hqf .entry_post:first-of-type .float_right
 {float: none;}
 
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}
 
/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
.easys_content_inner{
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
   transform: translateY(100px);
}
.easys_content_inner.moved2{
  opacity: 1 !important;
 transform: translate(0px, 0px);
}
 
/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
  opacity: 1 !important;
 transform: translate(0px, 0px);
}
 
/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{opacity: 1;}
.f_up {transform: translateY(-100px);}
.f_down {transform: translateY(100px);}
.f_left {transform: translateX(-100px);}
.f_right {transform: translateX(100px);}
.moved {transform: translate(0px, 0px);}



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

#zinzudyimrjgrrfadm45 {
  background: url(/files/secondmain.png) no-repeat center top / 100%;
  max-height: 1030px;
  min-height: calc(1030px * (1300 / 2000));
  height: calc(100vw * ((1030 - 15) / 2000));
  position: relative;
  z-index: 200;
}
#zinzudyimrjgrrfadm45 div {
  margin-bottom: 0; padding-bottom: 0;}
#zinzudyimrjgrrfadm45 .easys_content_inner {
  width: 100%;
  overflow: visible;
}

#zinzudyimrjgrrfadm45 .eyecatch {
    display: block;
    width: 100%;
    overflow: visible;
}

#zinzudyimrjgrrfadm45 .eyecatch a {
    display: block;
    background: url(/files/secondmain_btn_02.png) no-repeat center top / 100%;
    position: absolute;
    margin-top: calc(320 / 2000 * 100%);
    left: calc(320 / 2000 * 100%);
}
  
#zinzudyimrjgrrfadm45 .eyecatch a:hover img {
  opacity: 0;
}
#zinzudyimrjgrrfadm45 .eyecatch a:before {
    content: '';
    display: block;
    position: absolute;
    top: 93%;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    z-index: 2;
    background: url(/files/secondmain_btn_arrow.png) no-repeat center top / 75%;
}

#zinzudyimrjgrrfadm45 .eyecatch a:hover:before
{top:95%;}




/*  DB1
#vcbh1pywtwewkilyx5tn
--------------------------------------------------------------- */
#vcbh1pywtwewkilyx5tn {
    height: 1100px;
    position: relative;
    z-index: 199;
    background: url(/files/block_bg.png) no-repeat center top;
    margin-top: -410px;
    margin-bottom: 200px;
}
#vcbh1pywtwewkilyx5tn *[class*="title"]
{ display: none;}
 
#vcbh1pywtwewkilyx5tn .text_box {
    position: absolute;
    width: 260px;
    height: 400px;
    top: 500px;
    left: calc(50% - 285px);
}
#vcbh1pywtwewkilyx5tn .text_box .post_data 
{
  text-align: left;
  color: #fff;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;  
}
 
 
/*上下左右フェードイン　画像*/
#vcbh1pywtwewkilyx5tn #f_up {
    background: url(/files/block_title.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 230px;
    height: 1200px;
    position: absolute;
    top: 0px;
    left: calc(50% + 30px);
}
 
#vcbh1pywtwewkilyx5tn .sub_post_0 {
    width: 45px;
    height: 245px;
    position: absolute;
    top: 615px;
    left: 15px;
    background: url("/files/block_btn_bg.png") no-repeat center top;
}

#vcbh1pywtwewkilyx5tn .sub_post_0 p{padding: 0;margin: 0;}

#vcbh1pywtwewkilyx5tn .text_size_full {
    overflow: visible !important;
}

#vcbh1pywtwewkilyx5tn .sub_post_0 a{
  display: block;
  width: 45px;
  height: 245px;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
  background: url("/files/block_btn_business.png") no-repeat center top;
  position: relative;
}
 
/*OFF画像表示*/
#vcbh1pywtwewkilyx5tn .sub_post_0 a:hover
{opacity:1; background-position: center bottom;}


#vcbh1pywtwewkilyx5tn .sub_post_1 {
    width: 45px;
    height: 245px;
    position: absolute;
    top: 615px;
    left: 70px;
    background: url("/files/block_btn_bg.png") no-repeat center top;
}

#vcbh1pywtwewkilyx5tn .sub_post_1 p{padding: 0;margin: 0;}


#vcbh1pywtwewkilyx5tn .sub_post_1 a{
  display: block;
  width: 45px;
  height: 245px;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
  background: url("/files/block_btn_works.png") no-repeat center top;
  position: relative;
}
 
/*OFF画像表示*/
#vcbh1pywtwewkilyx5tn .sub_post_1 a:hover
{opacity:1; background-position: center bottom;}





#vcbh1pywtwewkilyx5tn .sub_post_1 a:before,
#vcbh1pywtwewkilyx5tn .sub_post_0 a:before {
    content: '';
    display: block;
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
    height: 25px;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
    z-index: 2;
    background: url(/files/block_btn_arrow.png) no-repeat center top;
}

#vcbh1pywtwewkilyx5tn .sub_post_1 a:hover:before,
#vcbh1pywtwewkilyx5tn .sub_post_0 a:hover:before
{top:245px;}

/*  DB2
#sv6gj3ie9f3z97j20hqf
--------------------------------------------------------------- */
#sv6gj3ie9f3z97j20hqf
{
  height: 1875px;
  position: relative;
  z-index: 200;
  background: url(/files/block_flow_bg01.png) no-repeat center top 130px;
}
#sv6gj3ie9f3z97j20hqf *[class*="title"]
{ display: none;}
 
#sv6gj3ie9f3z97j20hqf  .post_data {
    text-align: left;
    line-height: 2.5;
}
 
 
/*上下左右フェードイン　画像*/
#sv6gj3ie9f3z97j20hqf #f_down 
{
  background: url(/files/block_flow_title.png) no-repeat center top;
  z-index: -3;
  display: block;
  width: 2000px;
  height: 250px;
  position: absolute;
  top: 60px;
  left: calc(50% - 1000px);
}
 
 
#sv6gj3ie9f3z97j20hqf #f_down2 {
    background: url(/files/block_flow_bg02.png) no-repeat center top;
    z-index: -3;
    display: block;
    width: 2000px;
    height: 540px;
    position: absolute;
    top: 1300px;
    left: calc(50% - 1000px);
}


#sv6gj3ie9f3z97j20hqf .sub_post_0 {
    position: absolute;
    width: 620px;
    top: 437px;
    left: calc(50% - 145px);
    margin: 0;
}

#sv6gj3ie9f3z97j20hqf .sub_post_1 {
    position: absolute;
    width: 620px;
    top: 678px;
    left: calc(50% - 145px);
    margin: 0;
}
#sv6gj3ie9f3z97j20hqf .sub_post_2 {
    position: absolute;
    width: 620px;
    top: 918px;
    left: calc(50% - 145px);
    margin: 0;
}

#sv6gj3ie9f3z97j20hqf .sub_post_3 {
    position: absolute;
    width: 620px;
    top: 1158px;
    left: calc(50% - 145px);
    margin: 0;
}


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

/*  LINE/Instagram
#yuojztkaf6cl90rrn9pd
--------------------------------------------------------------- */
#yuojztkaf6cl90rrn9pd{margin-bottom: 100px;}

#yuojztkaf6cl90rrn9pd .easys_content_inner{
    width: 1040px;
    padding:0;
}
#yuojztkaf6cl90rrn9pd .field_2col{width: 490px !important;margin-bottom: 0;}
#yuojztkaf6cl90rrn9pd .field_2col .eyecatch{width: 100% !important;}

#yuojztkaf6cl90rrn9pd .eyecatch a:hover img {
  opacity: 1;
}
#yuojztkaf6cl90rrn9pd .eyecatch a
{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#yuojztkaf6cl90rrn9pd .eyecatch a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

#yuojztkaf6cl90rrn9pd .float_left a:before
{ background: url("/files/half_banner_line_arrow.png") no-repeat center top;}

#yuojztkaf6cl90rrn9pd .float_right a:before
{ background: url("/files/half_banner_insta_arrow.png") no-repeat center top;}




#yuojztkaf6cl90rrn9pd .eyecatch a:hover:before
{left:12px;}

/*  お問い合わせ
#qzmfg6owlrdv57w7jadk
    求人ページ　お問い合わせ
#bvkfrz8etc9kk35d123c
--------------------------------------------------------------- */

#qzmfg6owlrdv57w7jadk,
#bvkfrz8etc9kk35d123c{
  position: relative;
  z-index: 200;
}

#qzmfg6owlrdv57w7jadk.nd01_6{
  margin-bottom: 60px;
}

#qzmfg6owlrdv57w7jadk .easys_content_inner {
    width: 2000px;
    padding: 0;
    position: relative;
    left: calc(50% - 1000px);
}
#bvkfrz8etc9kk35d123c .easys_content_inner {
    width: 1600px;
    padding: 0;
}

#qzmfg6owlrdv57w7jadk .margin-bottom_50,
#bvkfrz8etc9kk35d123c .margin-bottom_50{
    margin-bottom: 0;
}

#qzmfg6owlrdv57w7jadk .eyecatch,
#bvkfrz8etc9kk35d123c .eyecatch{
  width: 100%;
}

#qzmfg6owlrdv57w7jadk .eyecatch a,
#bvkfrz8etc9kk35d123c .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#qzmfg6owlrdv57w7jadk .eyecatch a:hover img,
#bvkfrz8etc9kk35d123c .eyecatch a:hover img {
  opacity: 1;
}
#qzmfg6owlrdv57w7jadk .eyecatch a ._bnr_wrapper {
    display: block;
    position: absolute;
    top: 444px;
    left: 983px;
    width: 50px;
    height: 12px;
    pointer-events: none;
    z-index: 2;
}
#bvkfrz8etc9kk35d123c .eyecatch a ._bnr_wrapper {
    display: block;
    position: absolute;
    top: 418px;
    left: 294px;
    width: 50px;
    height: 12px;
    pointer-events: none;
    z-index: 2;
}

#qzmfg6owlrdv57w7jadk .eyecatch a ._bnr_wrapper ._border,
#bvkfrz8etc9kk35d123c .eyecatch a ._bnr_wrapper ._border{
  display: block;
  width: 30px;
  height: 1px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #ea501b;
}

#qzmfg6owlrdv57w7jadk .eyecatch a ._bnr_wrapper ._arrow, 
#bvkfrz8etc9kk35d123c .eyecatch a ._bnr_wrapper ._arrow {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 2.5px;
    left: 22px;
    border-top: 1px solid #ea501b;
    border-right: 1px solid #ea501b;
    transform: rotate(45deg);
}

#qzmfg6owlrdv57w7jadk .eyecatch a:hover  ._border,
#bvkfrz8etc9kk35d123c .eyecatch a:hover  ._border
{width: 45px;}

#qzmfg6owlrdv57w7jadk .eyecatch a:hover  ._arrow,
#bvkfrz8etc9kk35d123c .eyecatch a:hover  ._arrow
{left: 37px;}

/*  para
#kqqwzh8d7ctam4shaqx8
--------------------------------------------------------------- */
#kqqwzh8d7ctam4shaqx8{
  position: relative;
  z-index: 199;
background: 
  url(/files/parara.png) no-repeat center center / cover fixed;
  height: 450px;
  margin-top: -40px;
}
#kqqwzh8d7ctam4shaqx8.nd01_6,
#kqqwzh8d7ctam4shaqx8.nd01_18{
  margin-top: 0px;
}