@charset "utf-8";

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


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


@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;700&display=swap');


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html { background-repeat: repeat; }
body {
  background-size: 100% auto;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  font-family: 'Kaisei Tokumin', serif;
  color: #000;
}
body#page_6 { background: none 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: #1283a3; }

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #1283a3;
  color: #fff;
}
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  min-width: 1200px;
  height: 1000px;
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  height: 1280px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: px;}
#page_6 #header_information {height: px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  line-height: 60px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#site-description a {
  display: inline;
  color: #000;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
#page_6 .main_header { display: none; }
.main_header img, .header_class img {
  position: absolute;
  top: 130px;
  left: 0;  right: 0;
  width: 490px;
  height: 60px;
  margin: 0 auto;
  transform-origin: center top;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 130px;
  right: 250px;
  width: 180px;
  height: 320px;
  margin: 0 auto;
  transform-origin: right top;
}
#access .menu-header { width: 100%; }
div#access:not(.fixed) li.menu-item { float: none; }
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url("/files/topnavi_top.png");
  background-color: transparent;
  width: 180px;
  height: 50px;
  line-height: 50px;
}
div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: left -50px; }
div#access .gnavi13 a { background-position: left -100px; }
div#access .gnavi14 a { background-position: left -150px; }
div#access .gnavi15 a { background-position: left -200px; }
div#access .gnavi16 a { background-position: left bottom; height: 70px; }
div#access .gnavi11 a:hover { background-position: right top; }
div#access .gnavi12 a:hover { background-position: right -50px; }
div#access .gnavi13 a:hover { background-position: right -100px; }
div#access .gnavi14 a:hover { background-position: right -150px; }
div#access .gnavi15 a:hover { background-position: right -200px; }
div#access .gnavi16 a:hover { background-position: right bottom; height: 70px; }
#access ul.menu ul.sub-menu {
  top: 0;
  right: 180px;
  width: 100%;
}


#access.fixed {
  position: fixed;
  top: 0;
  right: 0;
  background: none rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 80px;
}
#access.fixed .menu-header {
  width: 960px;
  margin: 0 auto;
}
div#access.fixed .menu-item a, div#access.fixed .menu-item a:hover {
  background-image: url("/files/topnavi.png");
  background-color: transparent;
  width: 145px;
  height: 80px;
  line-height: 80px;
}
#access.fixed ul.menu ul.sub-menu {
  top: 80px;
  right: 0;
}
div#access.fixed .gnavi11 a { background-position: left top; width: 120px; }
div#access.fixed .gnavi12 a { background-position: -120px top; }
div#access.fixed .gnavi13 a { background-position: -265px top; }
div#access.fixed .gnavi14 a { background-position: -410px top; }
div#access.fixed .gnavi15 a { background-position: -555px top; }
div#access.fixed .gnavi16 a { background-position: right top; width: 260px; }
div#access.fixed .gnavi11 a:hover { background-position: left bottom; width: 120px; }
div#access.fixed .gnavi12 a:hover { background-position: -120px bottom; }
div#access.fixed .gnavi13 a:hover { background-position: -265px bottom; }
div#access.fixed .gnavi14 a:hover { background-position: -410px bottom; }
div#access.fixed .gnavi15 a:hover { background-position: -555px bottom; }
div#access.fixed .gnavi16 a:hover { background-position: right bottom; width: 260px; }



#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 #000;
  background: none rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  width: 100%;
  color: #fff;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #000;
  background: none rgba(0, 0, 0, 0.9);
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  color: #fff;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #fff;
}

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

/* 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: absolute;
  top: 0;
  left: 0;
  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;
}



#main_teaser #img_01 {
  background: url("/files/anime_01.png") no-repeat left top transparent;
  width: 241px;
  height: 218px;
  animation: img_anime 1s steps(2, jump-none) 0s infinite;
}
@keyframes img_anime {
  from { background-position: left top; }
  to { background-position: right top; } 
}

#main_teaser #img_02{
  background: url("/files/anime_02.png") no-repeat left top transparent;
  width: 282px;
  height: 247px;
  animation: img_anime 1.5s steps(3, jump-none) 0s infinite;
}




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

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  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: #000;
  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-image: url("/files/footer_bg.png");
  position: relative;
  z-index: 501;
}
#footer_box {
  background-image: url("/files/footer_box_bg.png");
  height: 400px;
  position: relative;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  position: absolute;
  bottom: 10px;
  left: 0;  right: 0;
  width: 100%;
}
#footer-widget-area {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #000;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000;
  color: #000;
}
#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: 250px 0 0;
  text-align: center;
}



/*  フッター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 {
  height: 150px;
  line-height: 50px;
  color: #1283a3;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
#fixed_btn {
  position: fixed;
  bottom: 190px;
  right: 10px;
}
#fixed_btn div { margin: 0 0 10px; }
#fixed_btn a { display: block; }
#fixed_btn a img {
  transform-origin: left center;
  transition: all 0.3s ease 0s;
}
#fixed_btn a:hover img { transform: translate(-10px, 0); }


#float_top_btn {
  bottom: 20px;
  right: 20px;
}



/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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: 125px;
  line-height: 125px;
  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 { /* フォントサイズはこちら */
}
h3.entry_title, .entry_title { text-align: center; }
h3.entry_title {
  width: 960px;
  padding-left: 0;
}
div.entry_title {
  width: 840px;
  padding-left: 120px;
}
div.entry_title h3 { width: 720px; }
.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: #000;
}

#blog_main .entry-title {
  background-image: url("/files/blog_title.png");
  background-position: center bottom;
  height: auto;
  width: 700px;
  padding: 10px 0;
  text-align: center;
}
#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: #000;}

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



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #1182a3;
}
h4.sub_entry_title, .sub_entry_title { text-align: center; }
h4.sub_entry_title {
  width: 960px;
  padding-left: 0;
}
div.sub_entry_title {
  width: 840px;
  padding-left: 120px;
}
div.sub_entry_title h4 { width: 720px; }
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #1182a3;
}
/* 小見出しリンクボタン */
.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: #1182a3;
}


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


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: url("/files/column3_title_bg.png") repeat center top transparent;
  border: ０ none;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #fff;
}

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


.faq-title {
  background: url("/files/column3_title_bg.png") repeat center top transparent;
  border: ０ none;
  border-radius: 0;
  font-weight: normal;
  width: 480px;
  box-sizing: border-box;
  color: #fff;
}


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

small a:hover {
  background-color: #1283a3;
  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 /* お問合せ */ {
  background: none #fff;
  border: 0 none !important;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
}
/* Dメニュー下線 */
.td_cell {
  border-color: #000;
  vertical-align: top;
}

.table_area table tr td {
  background: none #fff;
  border: 0 none !important;
}
.table_area table, .iqfm-table {
  border-collapse: separate;
  border-spacing: 0 5px;
}



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



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


/* 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 #1283a3;
  color: #1283a3;
}
div.link_list a:hover {
  background-color: #1283a3;
  border: 1px solid #1283a3;
  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: #c43902;
}
.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: #000; }
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #c43902 !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はこちらに記述↓↓ ============================== */

.anime_img {
  position: absolute;
  transform-origin: left top;
  z-index: 11;
}



/* セカンドメイン */
#ona3cpnjwyxi1cd3orx9 {
  position: relative;
}
#ona3cpnjwyxi1cd3orx9 .scroll_txt {
  display: block;
  position: absolute;
  top: 730px;
  left: 0;  right: 0;
  background: url("/files/pc_second_catch.png") repeat-x left top transparent;
  width: 100%;
  height: 101px;
  margin: 0 auto;
  transform-origin: center top;
  animation: scroll_txt 10s linear 0s infinite;
  z-index: -1;
}
@keyframes scroll_txt {
  0% { background-position: left  top; }
  100% { background-position: -1983px  top; }
}
#ona3cpnjwyxi1cd3orx9 .easys_content_inner {
  width: 100%;
  position: relative;
  z-index: 10;
}
#ona3cpnjwyxi1cd3orx9 #img_03 {
  background: url("/files/anime_03.png") no-repeat center top transparent;
  width: 331px;
  height: 324px;
  animation: img_anime 1.0s steps(3, jump-none) 0s infinite;
  z-index: 1;
}
#ona3cpnjwyxi1cd3orx9 #img_04 {
  background: url("/files/anime_04.png") no-repeat center top transparent;
  width: 264px;
  height: 341px;
  animation: img_anime 0.6s steps(4, jump-none) 0s infinite;
}
#ona3cpnjwyxi1cd3orx9 #img_05 {
  background: url("/files/anime_05.png") no-repeat center top transparent;
  width: 284px;
  height: 221px;
  animation: img_anime 1s steps(2, jump-none) 0s infinite;
}

#k6xc9w8cm3ih3jm5lzkn {
  background: url("/files/pc_second_02.png") no-repeat center top / 100% auto transparent;
  height: 645px;
  margin: 0 0 50px;
}
#k6xc9w8cm3ih3jm5lzkn .headline_title,
#k6xc9w8cm3ih3jm5lzkn .eyecatch { display: none; }
#k6xc9w8cm3ih3jm5lzkn .text_box {
  float: none;
  display: block;
  width: 650px;
  margin: 0 auto;
}



/* 並列バナー */
#hze0pjmbv2osrv92dfo1 {
  background: url("/files/half_bnr_bg.png") no-repeat center top / 100% auto transparent;
}
#hze0pjmbv2osrv92dfo1 .easys_content_inner { width: 100%; }
#hze0pjmbv2osrv92dfo1 .field_2col { width: 50% !important; }
#hze0pjmbv2osrv92dfo1 .eyecatch { width: 100%; }
#hze0pjmbv2osrv92dfo1 .eyecatch a {
  display: block;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding: 60% 0 0;
}
#hze0pjmbv2osrv92dfo1 .float_left a { background-image: url("/files/half_bnr_services.png"); }
#hze0pjmbv2osrv92dfo1 .float_right a { background-image: url("/files/half_bnr_works.png"); }
#hze0pjmbv2osrv92dfo1 .eyecatch a:hover { background-position: center bottom; }
#hze0pjmbv2osrv92dfo1 .eyecatch a img { display: none; }


/* バナー＞求人情報 */
#cmjsxetbedf101elm5yw .easys_content_inner { width: 100%; }


/* バナー＞お問い合わせ */
#lpe2dk622mokhgbuqp1n {
  background: url("/files/banner_contact_bg.png") no-repeat center top / 100% auto transparent;
  position: relative;
}
#lpe2dk622mokhgbuqp1n .easys_content_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 10;
}
#lpe2dk622mokhgbuqp1n .field_1col { margin: 0; }
#lpe2dk622mokhgbuqp1n .eyecatch a:hover img { opacity: 1; }
#lpe2dk622mokhgbuqp1n #movie_bg {
  position: absolute;
  top: 16.7%;
  left: 0;  right: 0;
  width: 48%;
  margin: 0 auto;
  z-index: 1;
}
#lpe2dk622mokhgbuqp1n #movie_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#b6k33cprljftksht354n { display: none; }



/* 背景付きブロック */
#eu7s86gjnjohzz1ejij6 {
  background: url("/files/block_bg_01.jpg") repeat center top transparent;
  padding: 50px 0 0;
}


.grecaptcha-badge { visibility: hidden; }
