@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html { background: none #fff; }
body {
  background: none transparent;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  color: #080809;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic Medium",YuGothic,"Yu Gothic UI",Osaka,sans-serif;
}
body#page_6 { background: url("/files/body_bg_top.jpg") no-repeat center 115px / 100% auto transparent; }

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

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  height: 115px;
  padding: 0;
  position: relative;
  z-index: 500;
}
#header_information {
  width: 100%;
  height: 115px;
}
#header_btn {
  position: absolute;
  top: 30px;
  right: 0;
}
#header_btn div { display: inline-block; }
#header_btn div a img { transition: all 0.3s ease 0s; }
#header_btn div a:hover img { opacity: 0.5; }


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 115px;
  left: 0;
  width: auto;
  line-height: 50px;
  margin: 0;
  padding: 0 10px;
}
#site-description a {
  display: inline;
  color: #000;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
}
.main_header img, .header_class img {
  width: 305px;
  height: 115px;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#float_nav {
  position: fixed;
  top: 0;
  left: 0;
  background: url("/files/menu_bg.jpg") no-repeat center / cover transparent;
  width: 100%;
  height: 0;
  transition: all 0.8s ease 0s;
  overflow: hidden;
  opacity: 0;
  z-index: 900;
}
#float_nav.open {
  height: 100%;
  opacity: 1;
}

#nav_btn {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background: url("/files/menu_btn.png") no-repeat center top transparent;
  width: 70px;
  height: 60px;
  cursor: pointer;
  z-index: 990;
}
#nav_btn.open { background-position: center bottom; }


#access {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: url("/files/info_bg.png") no-repeat center bottom transparent;
  width: 160px;
  height: 390px;
  padding: 0 70px 130px;
  margin: auto;
}
div#access li.menu-item { float: none; }
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url("/files/topnavi.png");
  background-color: transparent;
  height: 65px;
  line-height: 65px;
}
div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: left -65px; }
div#access .gnavi13 a { background-position: left -130px; }
div#access .gnavi14 a { background-position: left -195px; }
div#access .gnavi15 a { background-position: left -260px; }
div#access .gnavi16 a { background-position: left bottom; }
div#access .gnavi11 a:hover { background-position: right top; }
div#access .gnavi12 a:hover { background-position: right -65px; }
div#access .gnavi13 a:hover { background-position: right -130px; }
div#access .gnavi14 a:hover { background-position: right -195px; }
div#access .gnavi15 a:hover { background-position: right -260px; }
div#access .gnavi16 a:hover { background-position: right bottom; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 0;
  left: 160px;
  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 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}
#main_teaser img { width: 100%; }



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

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




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  z-index: 501;
}
#footer_box {
  background-image: url("/files/footer_box_bg.png");
  width: 960px;
  margin: 0 auto;
  height: 290px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  float: right;
  width: 480px;
  padding: 50px 0 0;
}
#footer-widget-area,
#footer-widget-area .widget-area { text-align: right; }
#footer-widget-area .widget-area ul.menu { border: 0 none; }
#footer-widget-area .widget-area .menu-item {
  float: none;
  margin: 0 0 10px;
}
#footer-widget-area .widget-area .menu-item a {
  border: 0 none;
  color: #080809;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  float: left;
  width: 480px;
  margin: 0;
}
#footer_information .entry-post {
  width: 100%;
  margin: 150px 0 0;
}



/*  フッター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 {
  width: 960px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  text-align: left;
  color: #080809;
}


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


#float_top_btn {
  right: 0;
  bottom: 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");
  height: 114px;
  line-height: 114px;
  margin-bottom: 45px;
  color: #003582;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
h3.entry_title, .entry_title { /* サイズ、背景、余白などはこちら */
  background-image: url("/files/entry_title_bg.png");
  color: #080809;
}
h3.entry_title, .entry_title, .entry-title { text-align: center; }
h3.entry_title {
  width: 960px;
  margin-bottom: 45px;
  padding: 0;
}
div.entry_title {
  width: 840px;
  margin-bottom: 45px;
  padding: 0 0 0 120px;
}
div.entry_title h3 { width: 720px; }
h3.entry_title, .entry_title, .entry_title h3 { /* フォントサイズはこちら */
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active {
  color: #080809;
}
/* 見出しリンクボタン */
.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");
  width: 570px;
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #003582;
}

#blog_main .entry-title {
  background-image: url("/files/blog_title.png");
  background-position: center bottom;
  height: auto;
  width: 680px;
  margin-bottom: 45px;
  padding: 15px 10px;
  line-height: 1.5;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #333;}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url("/files/half_entry_title_bg.png");
  width: 456px;
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #003582;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url("/files/half_sub_entry_title_bg.png");
  width: 456px;
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #080809;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  margin-bottom: 45px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #11b2ea;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #11b2ea;
}
/* 小見出しリンクボタン */
.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-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  width: 570px;
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #080809;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url("/files/column3_title_bg.jpg");
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
* .inline_title,
* .inline_title a {color: #fff;}


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

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


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


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

small a:hover {
  background-color: #003582;
  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, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border-color: #c7c8cc;
  border-width: 1px 0 !important;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none transparent;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none transparent;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
  border-width: 1px 0 !important;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #003582;
  color: #003582 !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: #003582;
  border-color: #003582;
}
.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 #003582;
  border-style: solid;
  border-color: #003582;
  color: #fff !important;
} 



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


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


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


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


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


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


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



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


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


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



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.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: #c9151e;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: #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");
}


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


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

.easys_content_inner {
  position: relative;
  height: 100%;
  top: 100px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
}


#ri9zvgm7pi3tnwew7brp .easys_content_inner,
#ngzn9id9jbm07nx0w8fr .easys_content_inner,
#espaoknx3d2ykoy20r7n .easys_content_inner,
#nuu0dyrw20lnztuei91i .easys_content_inner,
#f45lbk52fryrdc98799p .easys_content_inner {
  width: 100%;
}
.img_display_280 .field_2col { width: 50% !important; }
.img_display_280 .field_2col .eyecatch { width: 100%; }





/*  トップページ
---------------------------------------------------------------------------------------------------- */
#gufrpow647ovq2kp5mkb .eyecatch,
#oq4t2st0hmgeuh9utvqg .eyecatch,
#y906l7b0dmko9nm0agmq .eyecatch {
  position: relative;
  width: 210px;
  text-align: left;
}
#gufrpow647ovq2kp5mkb .eyecatch:after,
#oq4t2st0hmgeuh9utvqg .eyecatch:after,
#y906l7b0dmko9nm0agmq .eyecatch:after {
  content: '';
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1;
}
#gufrpow647ovq2kp5mkb .eyecatch a,
#oq4t2st0hmgeuh9utvqg .eyecatch a,
#y906l7b0dmko9nm0agmq .eyecatch a {
  position: relative;
  z-index: 10;
  display: block;
}
#gufrpow647ovq2kp5mkb .eyecatch a:before,
#oq4t2st0hmgeuh9utvqg .eyecatch a:before,
#y906l7b0dmko9nm0agmq .eyecatch a:before {
  display: block;
  line-height: 60px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  content: 'READ MORE';
  transition: all 0.3s ease 0s;
}
#gufrpow647ovq2kp5mkb .eyecatch a:after,
#oq4t2st0hmgeuh9utvqg .eyecatch a:after,
#y906l7b0dmko9nm0agmq .eyecatch a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url("/files/top_link_btn_arr.png") no-repeat right top transparent;
  width: 70px;
  height: 60px;
  transition: all 0.3s ease 0s;
}
#gufrpow647ovq2kp5mkb .eyecatch a:hover,
#oq4t2st0hmgeuh9utvqg .eyecatch a:hover,
#y906l7b0dmko9nm0agmq .eyecatch a:hover { text-decoration: none; }
#gufrpow647ovq2kp5mkb .eyecatch a:hover:before,
#oq4t2st0hmgeuh9utvqg .eyecatch a:hover:before,
#y906l7b0dmko9nm0agmq .eyecatch a:hover:before {
  letter-spacing: 0.2em;
}
#gufrpow647ovq2kp5mkb .eyecatch a:hover:after,
#oq4t2st0hmgeuh9utvqg .eyecatch a:hover:after,
#y906l7b0dmko9nm0agmq .eyecatch a:hover:after {
  width: 60px;
}
#gufrpow647ovq2kp5mkb .eyecatch a img,
#oq4t2st0hmgeuh9utvqg .eyecatch a img,
#y906l7b0dmko9nm0agmq .eyecatch a img { display: none; }


#gufrpow647ovq2kp5mkb {
  background: url("/files/top_bg_1.jpg") no-repeat center top transparent;
  height: 960px;
}
#gufrpow647ovq2kp5mkb .easys_content_inner {
  background: url("/files/top_about_img_1.png") no-repeat center 140px transparent;
  overflow: visible;
}
#gufrpow647ovq2kp5mkb .easys_content_inner:after {
  content: url("/files/top_about_img_2.png");
  display: block;
  position: absolute;
  top: 500px;
  left: -315px;
}
#gufrpow647ovq2kp5mkb .eyecatch { top: 500px; }


#oq4t2st0hmgeuh9utvqg {
  background: url("/files/top_bg_2.jpg") no-repeat center top transparent;
  height: 1100px;
}
#oq4t2st0hmgeuh9utvqg .easys_content_inner {
  background: url("/files/top_wwd_img_1.png") no-repeat center 140px transparent;
  overflow: visible;
}
#oq4t2st0hmgeuh9utvqg .eyecatch { top: 480px; }


#y906l7b0dmko9nm0agmq {
  background: url("/files/top_bg_3.jpg") no-repeat center top transparent;
  height: 1100px;
}
#y906l7b0dmko9nm0agmq .easys_content_inner {
  background: url("/files/top_recruit_img_1.png") no-repeat 45px top transparent;
  overflow: visible;
  width: 1250px;
}
#y906l7b0dmko9nm0agmq .easys_content_inner:after {
  content: url("/files/top_recruit_img_2.png");
  display: block;
  position: absolute;
  top: 450px;
  left: -100px;
}
#y906l7b0dmko9nm0agmq .eyecatch {
  top: 450px;
  left: 10px;
}


#xps6t68iuowr8h0v4yod {
  background: url("/files/top_parallax_img.jpg") no-repeat center / cover fixed transparent;
  height: 600px;
}


#mcjm4i1sgutqg0x0egdd {
  background: none #2883b7;
  margin: 0;
  padding: 200px 0;
}
#xjtgge8mo3hgsvgibtjb {
  float: left;
  width: 480px;
}
#xjtgge8mo3hgsvgibtjb .easys_content_inner { width: 100%; }
#xjtgge8mo3hgsvgibtjb .entry_title {
  background: url("/files/top_blog_tite.png") no-repeat center top transparent;
  width: 390px;
  height: 170px;
  line-height: 170px;
  padding: 0;
}
#xjtgge8mo3hgsvgibtjb .entry_title h3 { display: none; }
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn {
  float: none;
  position: absolute;
  bottom: 0;
  left: 90px;
  width: 200px;
  height: 60px;
}
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn:after {
  content: '';
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1;
}
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a {
  position: relative;
  z-index: 10;
  display: block;
  background: none transparent;
  width: 100%;
  height: 100%;
  text-align: left;
}
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a:before {
  display: block;
  line-height: 60px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  content: 'READ MORE';
  transition: all 0.3s ease 0s;
}
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url("/files/top_link_btn_arr.png") no-repeat right top transparent;
  width: 70px;
  height: 60px;
  transition: all 0.3s ease 0s;
}
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a:hover { text-decoration: none; }
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a:hover:before { letter-spacing: 0.2em; }
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a:hover:after { width: 60px; }
#xjtgge8mo3hgsvgibtjb .entry_title span.read_more_btn a img { display: none; }

#mcjm4i1sgutqg0x0egdd .easys_content_outer {
  float: right;
  width: 480px;
}
#mcjm4i1sgutqg0x0egdd .blog_post { border: 0 none; }
#mcjm4i1sgutqg0x0egdd .eyecatch,
#mcjm4i1sgutqg0x0egdd .news_small_text { display: none; }
#mcjm4i1sgutqg0x0egdd .post_data { width: 100%; }
#mcjm4i1sgutqg0x0egdd .post_title_list a { color: #fff799; }


#bxsk6aaivqsk9im04xp7 br { display: none; }


/*  事業内容
---------------------------------------------------------------------------------------------------- */
#vvk39kyukvf1g7w599uk {
  background: url("/files/3_bg_1.jpg") no-repeat center top transparent;
  height: 835px;
  padding: 250px 0 0;
}
#vvk39kyukvf1g7w599uk .easys_content_inner {
  width: 480px;
  padding: 0 0 0 480px;
}
#vvk39kyukvf1g7w599uk .headline_title {
  background: none transparent;
  height: auto;
  line-height: 2;
  color: #fff;
  text-align: left;
}
#vvk39kyukvf1g7w599uk .eyecatch,
#links_vvk39kyukvf1g7w599uk { display: none; }
#vvk39kyukvf1g7w599uk .text_box {
  float: none;
  width: 100%;
}
#vvk39kyukvf1g7w599uk .post_data {
  color: #fff;
}


/*  求人情報
---------------------------------------------------------------------------------------------------- */
#gdv3q9fxkt233416lsnz {
  background: url("/files/4_bg_1.jpg") no-repeat center top transparent;
  height: 1015px;
  margin: 0 0 100px;
  padding: 250px 0 0;
}
#gdv3q9fxkt233416lsnz .easys_content_inner {
}
#gdv3q9fxkt233416lsnz .headline_title {
  background: none transparent;
  height: auto;
  line-height: 2;
  color: #fff;
}
#gdv3q9fxkt233416lsnz .eyecatch,
#links_gdv3q9fxkt233416lsnz { display: none; }
#gdv3q9fxkt233416lsnz .text_box {
  float: none;
  width: 100%;
}
#gdv3q9fxkt233416lsnz .post_data {
  color: #fff;
}


#ay37731uzxh2qj0hfbsy {
  background: url("/files/faq_parallax_img.jpg") no-repeat center / cover fixed transparent;
  height: 600px;
  margin: 0 0 50px;
}



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




