@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html { background: none #fff;}
body {
  background-size: 100% auto;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  color: #333;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
body#page_6 { background: none transparent; }
#wrapper { background: none transparent; }
#outer_block { background: none transparent; }
#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block { padding: 0; }

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background: none transparent;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  padding: 20px 60px;
}
.main_btn a {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease 0s;
}
.main_btn {
  display: inline-block;
  position: relative;
  padding: 0;
  z-index: 1;
}
.main_btn:after,
.main_btn a:after {
  content: '';
  display: block;
  position: absolute;
}
.main_btn:after {
  top: 50%;
  right: -35px;
  background: none #ff7800;
  width: 70px;
  height: 1px;
}
.main_btn a:after {
  border-bottom: 60px solid #333;
  border-right: 30px solid transparent;
  top: 0;
  left: -150%;
  width: 100%;
  transition: left 0.3s ease 0s;
  z-index: -1;
}
.main_btn a:hover { color: #fff; }
.main_btn a:hover:after { left: 0; }


a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/files/logo.png") no-repeat 30px 30px transparent;
  width: 100%;
  height: 125px;
  padding: 0;
  z-index: 500;
}
#page_6 #branding_box {}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: px;}
#page_6 #header_information {height: px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: right;
}
#site-description a {
  display: inline;
  color: #111;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class { padding: 0 0 0 30px; }
.main_header img, .header_class img {
  width: 250px;
  height: 35px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 570px;
  height: 30px;
  margin: 0 auto;
}
#access.fixed {
  position: fixed;
  top: 0;
  right: 0;
  background: none rgba(248, 248, 248, 0.9);
  width: 100%;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
#access .menu-header {
  width: 570px;
  margin: 0 0 0 auto;
}
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url("/files/topnavi2.png");
  background-color: transparent;
  background-repeat: no-repeat;
  width: 95px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
div#access .gnavi11 a, div#access .gnavi11 a:hover { background-position: left top; }
div#access .gnavi12 a, div#access .gnavi12 a:hover { background-position: -95px top; }
div#access .gnavi13 a, div#access .gnavi13 a:hover { background-position: -190px top; }
div#access .gnavi14 a, div#access .gnavi14 a:hover { background-position: -285px top; }
div#access .gnavi15 a, div#access .gnavi15 a:hover { background-position: -380px top; }
div#access .gnavi16 a, div#access .gnavi16 a:hover { background-position: right top; }

div#access .menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none #ff7800;
  width: 100%;
  height: 1px;
  transition: transform  0.3s ease 0s;
  transform-origin: right top;
  transform: scale(0, 1);
}
div#access .menu-item a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

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

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc, #video_teaser_pc {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 99;
}
#main_teaser img { width: 100%; }
#video_teaser_pc video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}




/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url("/files/widget_list_bg.png");
  color: #111;
  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: #ff7800;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  z-index: 501;
}
#footer_box {
  background: none transparent;
  height: 320px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 240px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #111;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #111;
  color: #111;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




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



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn { right:25px ; bottom: 150px; }

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

.fixed_btn #fixed_btn_access,
.fixed_btn #fixed_btn_access a {height: 58px;}


#float_top_btn {
  right: 10px;
}



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url("/files/top_entry_title.png");
  background-position: center bottom;
  height: auto;
  line-height: 1.7;
  padding: 0 0 10px;
  color: #111;
}
h3.entry_title, .entry_title { /* サイズ、背景、余白などはこちら */
  background-image: url("/files/entry_title_bg.png");
  color: #111;
}
h3.entry_title, .entry_title, .entry_title h3 { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active {
  color: #111;
}
/* 見出しリンクボタン */
.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: #111;
}

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


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

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



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


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


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

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


.faq-title {
  background: none transparent;
  border-bottom: 1px solid #0b1b4d;
  border-radius: 0;
  font-weight: normal;
  width: 480px;
  box-sizing: border-box;
  color: #111;
}


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

small a:hover {
  background-color: #ff7800;
  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, /* クーポンページ */
.iqfm-table th, .iqfm-table td /* お問合せ */ {
  background: none #fff;
  border: 0 none !important;
}
.table_area tr:nth-of-type(odd) td.td_name, body.coupon .table_area tr:nth-of-type(odd) td.td_name, .z_c1 .iqfm-table tr:nth-of-type(odd) th,
.table_area tr:nth-of-type(odd) td.td_value, body.coupon .table_area tr:nth-of-type(odd) td.td_value, .z_c1 .iqfm-table tr:nth-of-type(odd) td {
  background: none #f8f8f8;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #ff7800;
  vertical-align: top;
}

.table_area table tr td {
  background: none #fff;
  border: 0 none !important;
}
.table_area table  tr:nth-of-type(odd) td {
  background: none #f8f8f8;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #ff7800;
  color: #ff7800 !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 transparent;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #ff7800;
  border-color: #ff7800;
}
.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 #ff7800;
  border-style: solid;
  border-color: #ff7800;
  color: #fff !important;
} 



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


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



.headline_index_box {
     display: inline;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ff7800;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }

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



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: #ccc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.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; }



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

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


/*  地図
---------------------------------------------------------------------------------------------------- */
div[id^="map_canvas"] {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


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


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

/* 並列バナー */
#t6aiuqlzfy4pjb6i922h div,
#m9tbo7mdh6hhxtc42y72 div,
#j8srkgdly4970u7iqhop div,
#rp8fnw7gmtq632j0ezim div,
#u4u8t95x3fug0rlknjsf div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#t6aiuqlzfy4pjb6i922h .easys_content_inner, #t6aiuqlzfy4pjb6i922h .eyecatch,
#m9tbo7mdh6hhxtc42y72 .easys_content_inner, #m9tbo7mdh6hhxtc42y72 .eyecatch,
#j8srkgdly4970u7iqhop .easys_content_inner, #j8srkgdly4970u7iqhop .eyecatch,
#rp8fnw7gmtq632j0ezim .easys_content_inner, #rp8fnw7gmtq632j0ezim .eyecatch,
#u4u8t95x3fug0rlknjsf .easys_content_inner, #u4u8t95x3fug0rlknjsf .eyecatch { width: 100%; }
#t6aiuqlzfy4pjb6i922h .field_2col,
#m9tbo7mdh6hhxtc42y72 .field_2col,
#j8srkgdly4970u7iqhop .field_2col,
#rp8fnw7gmtq632j0ezim .field_2col,
#u4u8t95x3fug0rlknjsf .field_2col { width: 50% !important; }
#t6aiuqlzfy4pjb6i922h .eyecatch a,
#m9tbo7mdh6hhxtc42y72 .eyecatch a,
#j8srkgdly4970u7iqhop .eyecatch a,
#rp8fnw7gmtq632j0ezim .eyecatch a,
#u4u8t95x3fug0rlknjsf .eyecatch a {
  display: block;
  position: relative;
}
#t6aiuqlzfy4pjb6i922h .eyecatch a:after,
#m9tbo7mdh6hhxtc42y72 .eyecatch a:after,
#j8srkgdly4970u7iqhop .eyecatch a:after,
#rp8fnw7gmtq632j0ezim .eyecatch a:after,
#u4u8t95x3fug0rlknjsf .eyecatch a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 solid #ff7800;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
#t6aiuqlzfy4pjb6i922h .eyecatch a:hover:after,
#m9tbo7mdh6hhxtc42y72 .eyecatch a:hover:after,
#j8srkgdly4970u7iqhop .eyecatch a:hover:after,
#rp8fnw7gmtq632j0ezim .eyecatch a:hover:after,
#u4u8t95x3fug0rlknjsf .eyecatch a:hover:after { border-width: 10px; }
#t6aiuqlzfy4pjb6i922h .eyecatch a:hover img,
#m9tbo7mdh6hhxtc42y72 .eyecatch a:hover img,
#j8srkgdly4970u7iqhop .eyecatch a:hover img,
#rp8fnw7gmtq632j0ezim .eyecatch a:hover img,
#u4u8t95x3fug0rlknjsf .eyecatch a:hover img { opacity: 1; }


/* バナー＞お問い合わせ */
#v6hmywdwarzbaeohc492,
#rs5qmkeld5a301x84r70,
#vnmr91yowcly4t62cm8v,
#km7vmxm5dacve6bipso5 {
  background: url("/files/contact_banner_bg.jpg") no-repeat center top transparent;
  position: relative;
  height: 550px;
}
#v6hmywdwarzbaeohc492,
#xxx { margin: 0 0 50px; }
#v6hmywdwarzbaeohc492 div,
#rs5qmkeld5a301x84r70 div,
#vnmr91yowcly4t62cm8v div,
#km7vmxm5dacve6bipso5 div {
  margin-bottom: 0;
  padding-bottom: 0;
}
.img_display_1082 {
  background: url("/files/contact_banner_title.png") no-repeat center 185px transparent;
  width: 100%;
  height: 550px;
  margin: 0 auto;
}
.img_display_1082 .eyecatch {
  display: inline-block;
  position: absolute;
  top: 315px;
  left: 0;  right: 0;
  width: calc(8em + 120px);
  margin: 0 auto;
}
.img_display_1082 .eyecatch a {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #333;
  padding: 20px 60px;
  font-size: 15px;
  transition: color 0.3s ease 0s;
  text-decoration: none;
}
.img_display_1082 .eyecatch:after,
.img_display_1082 .eyecatch a:before {
  content: '';
  display: block;
  position: absolute;
}
.img_display_1082 .eyecatch:after {
  top: 50%;
  right: -35px;
  background: none #ff7800;
  width: 70px;
  height: 1px;
  z-index: 1;
}
.img_display_1082 .eyecatch a:after {
  content: 'Mail form';
  display: inline;
  color: #333;
  position: relative;
  z-index: 10;
}
.img_display_1082 .eyecatch a:before {
  border-bottom: 60px solid #333;
  border-right: 30px solid transparent;
  top: 0;
  left: -150%;
  width: 100%;
  transition: left 0.3s ease 0s;
}
.img_display_1082 .eyecatch a:hover:after { color: #fff; }
.img_display_1082 .eyecatch a:hover:before { left: 0; }
.img_display_1082 .eyecatch a img { display: none; }


.easys_content { position: relative; }
.easys_content_inner,
.easys_content .tit_img {
  opacity: 0;
  transition: all 1s ease 0s;
}
.moved .easys_content_inner,
.moved .tit_img {
  opacity: 1;
}


/* 共通：会社概要 */
#nt0d7hzwjkdnbg7exq71,
#qb283nh9fnkaujsmtqob {
  background: url("/files/top_bg01.jpg") no-repeat center top transparent;
  height: 1125px;
}
#nt0d7hzwjkdnbg7exq71 .easys_content_inner,
#qb283nh9fnkaujsmtqob .easys_content_inner {
  position: relative;
   padding: 270px 0 0; 
}
.entry_post_1008 {
  float: right;
  width: 480px;
}
.entry_post_1008 .headline_title {
  position: absolute;
  top: 160px;
  left: -520px;
  background: url("/files/top01_title.png") no-repeat left top transparent;
  width: 1561px;
  height: 77px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
.entry_post_1008 .eyecatch { display: none; }


/* 共通：採用情報 */
#vchu94cbe6c9pdv6j2k0,
#gozbyilfeh5kub9w9tq1 {
  background: url("/files/top_bg02.jpg") no-repeat center top transparent;
  height: 1050px;
  text-align: center;
}
#gozbyilfeh5kub9w9tq1 { margin: 0 0 50px; }
#vchu94cbe6c9pdv6j2k0 .easys_content_inner,
#gozbyilfeh5kub9w9tq1 .easys_content_inner { padding: 660px 0 0; }
.entry_post_1009 .eyecatch { display: none; }
.entry_post_1009 .headline_title {
  display: block;
  background: url("/files/top02_title.png") no-repeat center top transparent;
  height: 36px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#vchu94cbe6c9pdv6j2k0,#whm5pf5s311v91oc9yer{margin-bottom: 100px;}


/* 共通：取り組み */
#mynkqx4l83tf7v96xrb1,
#yphoxrahk8xwtgwa9fn1 {
  background: url("/files/top_bg04.jpg") no-repeat center top transparent;
  height: 700px;
  text-align: center;
}
#yphoxrahk8xwtgwa9fn1 { margin: 0 0 50px; }
#mynkqx4l83tf7v96xrb1 .easys_content_inner,
#yphoxrahk8xwtgwa9fn1 .easys_content_inner { padding: 200px 0 0; }
.entry_post_1013 .eyecatch { display: none; }
.entry_post_1013 .headline_title {
  display: block;
  background: url("/files/top05_title.png") no-repeat center top transparent !important;
  width: 100%;
  height: 84px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
.entry_post_1013 .text_box { color: #fff; }
.entry_post_1013 .main_btn a {
  border-color: #fff;
  color: #fff;
}
.entry_post_1013 .main_btn a:after { border-color: transparent transparent #fff transparent; }
.entry_post_1013 .main_btn a:hover { color: #333; }



/*  トップページ
---------------------------------------------------------------------------------------------------- */
#whm5pf5s311v91oc9yer {
  background: url("/files/top_bg03.jpg") no-repeat center top transparent;
  height: 1000px;
}
.entry_post_1010 {
  float: right;
  width: 480px;
  padding: 55px 0 0;
}
.entry_post_1010 .eyecatch { display: none; }
.entry_post_1010 .headline_title {
  display: block;
  background: url("/files/top03_title.png") no-repeat left top transparent;
  width: 100%;
  height: 64px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}


#pd10ozeca9qjkx1mkjen .easys_content_inner {
  position: relative;
   padding: 240px 0 0; 
}
#pd10ozeca9qjkx1mkjen .entry_title {
  position: absolute;
  top: 150px;
  left: -520px;
  background: url("/files/top06_title.png") no-repeat left top transparent;
  width: 1337px;
  height: 35px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}



/*  事業内容
---------------------------------------------------------------------------------------------------- */
#mn3ut9nmgd2x50dpilhi {
  background: url("/files/business_bg01.jpg") no-repeat center top transparent;
  height: 950px;
}
#mn3ut9nmgd2x50dpilhi .easys_content_inner { padding: 60px 0 0; }
#mn3ut9nmgd2x50dpilhi .entry_post {
  width: 480px;
  padding: 0 0 0 480px;
}
#mn3ut9nmgd2x50dpilhi .eyecatch { display: none; }
#mn3ut9nmgd2x50dpilhi .headline_title {
  display: block;
  background: url("/files/business_title01.png") no-repeat left top transparent;
  width: 100%;
  height: 25px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}


#mjquwx9ijpcp0bqaydk9 {
  background: url("/files/business_bg02.jpg") no-repeat center top transparent;
  height: 700px;
}
#mjquwx9ijpcp0bqaydk9 .easys_content_inner { position: relative; }
#mjquwx9ijpcp0bqaydk9 .eyecatch { display: none; }
#mjquwx9ijpcp0bqaydk9 .headline_title {
  display: block;
  position: absolute;
  top: 200px;
  left: -520px;
  background: url("/files/business_title02.png") no-repeat center top transparent;
  width: 1017px;
  height: 85px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#mjquwx9ijpcp0bqaydk9 .text_box {
  padding: 340px 0 0;
  color: #fff;
}


#m7k4tcwl6hxcoo8ttrjy {
  background: url("/files/business_bg03.jpg") no-repeat center top transparent;
  height: 849px;
}
#m7k4tcwl6hxcoo8ttrjy .easys_content_inner { position: relative; }
#m7k4tcwl6hxcoo8ttrjy .eyecatch { display: none; }
#m7k4tcwl6hxcoo8ttrjy .headline_title {
  display: block;
  position: absolute;
  top: 95px;
  left: -520px;
  background: url("/files/business_title03.png") no-repeat center top transparent;
  width: 1277px;
  height: 35px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#m7k4tcwl6hxcoo8ttrjy .entry_post {
  width: 480px;
  padding: 180px 0 0;
}
#m7k4tcwl6hxcoo8ttrjy .text_box { width: 100%; }



/*  採用情報
---------------------------------------------------------------------------------------------------- */
#glyfx5esvetfq9md704e {
  background: url("/files/recruit_bg01.jpg") no-repeat center top transparent;
  height: 1050px;
  margin: 0 0 50px;
}
#glyfx5esvetfq9md704e .entry_post {
  width: 480px;
  padding: 150px 0 0 480px;
}
#glyfx5esvetfq9md704e .eyecatch { display: none; }
#glyfx5esvetfq9md704e .headline_title {
  background: url("/files/recruit_title01.png") no-repeat left top transparent;
  width: 100%;
  height: 26px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#glyfx5esvetfq9md704e .text_box { width: 100%; }


#zb1k66snyrrbgzufkery {
  background: url("/files/recruit_bg02.jpg") no-repeat center top transparent;
  height: 700px;
  margin: 0 0 50px;
}
#zb1k66snyrrbgzufkery .easys_content_inner {
  position: relative;
   padding: 410px 0 0; 
}
#zb1k66snyrrbgzufkery .headline_title {
  position: absolute;
  top: 125px;
  left: -520px;
  background: url("/files/recruit_title02.png") no-repeat left top transparent;
  width: 976px;
  height: 236px;
  font-size: 0; text-indent: -9999px; overflow: hidden;
}
#zb1k66snyrrbgzufkery .eyecatch { display: none; }
#zb1k66snyrrbgzufkery .text_box { width: 100%; }




/*  会社概要
---------------------------------------------------------------------------------------------------- */
#page_15 .headline_title {
  /*
  background-image: url("/files/company_top_entry_title.png");
  */
  color: #0b1b4d;
}
#page_15 .entry_title {
  background-image: url("/files/company_entry_title_bg.png");
  color: #0b1b4d;
}
#page_15 .entry_title a:link, #page_15 .entry_title a:visited, #page_15 .entry_title a:hover, #page_15 .entry_title a:active {
  color: #0b1b4d;
}
#page_15 .entry_title span.read_more_btn a,
#page_15 .entry_title span.read_more_btn a:hover {
  background-image: url("/files/company_read_more_btn.png");
}
#page_15 .mid_entry_title {
  background-image: url("/files/company_entry_title_bg_w570.png");
  color: #0b1b4d;
}

#page_15 .half_entry_title,
#page_15 .short_entry_title {
  background-image: url("/files/company_half_entry_title_bg.png");
}
#page_15 .half_entry_title,
#page_15 .half_entry_title a,
#page_15 .short_entry_title,
#page_15 .short_entry_title a {color: #0b1b4d;}

#page_15 .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url("/files/company_half_sub_entry_title_bg.png");
}
#page_15 .half_sub_entry_title,
#page_15 .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #0b1b4d;}



#page_15 .sub_entry_title {
  background-image: url("/files/company_xxx.png");
  color: #0b1b4d;
}
#page_15 .sub_entry_title a:link, #page_15 .sub_entry_title a:visited,
#page_15 .sub_entry_title a:hover, #page_15 .sub_entry_title a:active {
  color: #0b1b4d;
}
#page_15 .sub_entry_title span.read_more_btn a,
#page_15 .sub_entry_title span.read_more_btn a:hover {
  background-image: url("/files/company_sub_read_more_btn.png");
}
#page_15 .mid_sub_entry_title {
  background-image: url("/files/company_sub_entry_title_bg_w570.png");
  color: #0b1b4d;
}


#page_15 .inline_title {
  background-image: url("/files/company_column3_title_bg.jpg");
}
#page_15 .inline_title,
#page_15 .inline_title a {color: #0b1b4d;}


#page_15 .coupon_data .inline_title,
#page_15 .c_04 .inline_title,
#page_15 .i_01 .inline_title,
#page_15 .j_01 .inline_title {
  border-color: #0b1b4d;
  color: #0b1b4d;
}

#page_15 .indent_border {
  border-color: #0b1b4d;
  width: 685px;
}


#page_15 .faq-title {
  background: none transparent;
  border-bottom: 1px solid #0b1b4d;
  color: #0b1b4d;
}

.grecaptcha-badge { visibility: hidden; }

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



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




