@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: url("/files/html_bg.jpg") repeat center top;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url("/files/body_bg.jpg") no-repeat center top/100%;
  word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#naka_page_title h1,
.widget-title,
.widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title {
  font-weight: 500
}

body,
.wpcf7c-conf {
  color:
    #333333;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #1027a0;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #1027a0;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (750/2000)) 0;
  /* background: url("/files/branding_box_bg.png") no-repeat center top/100%; */
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1035/2000)) 0;
  /* background: url("/files/branding_box_bg_top.png") no-repeat center top/100%; */
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  z-index: 752;
  bottom: calc(40 / 750 * 100%);
  right: calc(100 / 2000 * 100%);
}

#page_6 #site-description {
  bottom: calc(40 / 1035 * 100%);
  right: calc(100 / 2000 * 100%);
}

#site-description a {
  display: inline;
  color:
    #ffffff;
  text-align: right;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: none;
  top: calc(0 / 750 * 100%);
  left: calc(75 / 2000 * 100%);
  width: calc(300 / 2000 * 100%);
  height: calc(110 / 750 * 100%);
}

#page_6 #header_information .main_header a img {
  top: calc(0 / 1035 * 100%);
  left: calc(75 / 2000 * 100%);
  width: calc(300 / 2000 * 100%);
  height: calc(110 / 1035 * 100%);
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}
*/

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 60px;
}

div#access .menu-header {
  margin: 0 calc(100 / 2000 * 100%) 0 auto;
  width: 660px;
  height: 60px;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 105px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
  width: 75px;
}

div#access .gnavi12 a {
  background-position: -75px top;
}

div#access .gnavi13 a {
  background-position: -180px top;
}

div#access .gnavi14 a {
  background-position: -285px top;
}

div#access .gnavi15 a {
  background-position: -390px top;
}

div#access .gnavi16 a {
  background-position: right top;
  width: 165px;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
  width: 75px;
}

div#access .gnavi12 a:hover {
  background-position: -75px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -180px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -285px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -390px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
  width: 165px;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 60px;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  padding: 0;
  top: 0;
  bottom: inherit;
  right: 0;
  left: 0;
  background: #03146c;
  z-index: 999;
}

#access.fixed .menu-header {
  margin: 0 calc(100 / 2000 * 100%) 0 auto;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 60px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none #03146c;
  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 #03146c;
  color: #e6db61;
}

#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: #e6db61;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color:
    #484848;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #484848;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #484848;
  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 {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color:
    #666666;
  background: none transparent;
  line-height: 2;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color:
    #1027a0;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 850px;
  background: url(/files/footer_bg.png) no-repeat center center / auto scroll, url(/files/footer_parallax_bg.jpg) no-repeat center center / cover fixed;
}

#footer_box {
  height: 850px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 745px;
  left: calc(50% - 480px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color:
    #ffffff;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color:
    #ffffff;
  color:
    #ffffff;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ・装飾*/
/* #footer-widget-area .widget-area .menu-item {
  position: relative;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #ccc;
  position: absolute;
} */

/*ナビ縦*/
/* #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
} */

/*ナビ２列*/
/* #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  align-content: space-between;
  width: 425px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

#footer_information {
  position: absolute;
  top: 675px;
  left: calc(50% - 480px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #ffffff;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #ffffff;
}

#copyright {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 480px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

.fixed_btn div:last-child {
  margin-bottom: 0;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 20px;
  bottom: 30px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #484848;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #ffffff;
}

/*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:
    #ffffff;
}

/* 見出しリンクボタン */
.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;
}

* .mid_entry_title,
* .mid_entry_title a {
  color:
    #ffffff;
}

/* 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:
    #484848;
}

* .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:
    #484848;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #484848;
}

/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color:
    #484848;
}

/* 小見出しリンクボタン */
.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;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #484848;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #484848;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #ffffff;
  color:
    #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #1027a0;
}

/* 大きな地図で見る */
small {
  border-color:
    #1027a0;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #1027a0 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #1027a0 !important;
  color: #ffffff !important;
}

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #ffffff;
  color:
    #333333;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #666666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #666666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    #1027a0;
  background: none transparent;
  color:
    #1027a0 !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 #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    #1027a0;
  background-color:
    #1027a0;
}

.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 {
  border-style: solid;
  border-color:
    #1027a0;
  background: none #1027a0;
  color: #ffffff !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color:
    #666666;
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}

.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-weight: bold;
  font-size: 13px;
}

.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;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.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 {
  border: 1px solid #1027a0;
  background-color: transparent;
  color:
    #1027a0;
}

div.link_list a:hover {
  border: 1px solid #1027a0;
  background-color:
    #1027a0;
  color: #ffffff;
}

.faq-title {
  background-color:
    #1027a0;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #1027a0;
}

.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}

.iqfm-table .post_data {
  margin: 0 0 30px;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color:
    transparent;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    #ffffff;
  color:
    #333333;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #ffffff;
  color:
    #333333;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #484848;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
/* .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 {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.moved {
  top: 0;
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/*パララックス除外*/
.db_block .easys_content_inner,
#qg9ezem8jwa20kw4m5rs .easys_content_inner {
  opacity: 1;
  transition: none;
  transform: none !important;
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.design_block {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease 0s;
}

.db_block {
  margin-top: 0 !important;
}

.db_block *[class*="title"] {
  display: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*セカンドメイン＞RECRUIT
bsbw0fuh3fq0s3jva4ma
--------------------------------------- */
#bsbw0fuh3fq0s3jva4ma {
  background: url(/files/secondmain_bg.jpg) no-repeat center top;
  height: 1035px;
  position: relative;
}

#bsbw0fuh3fq0s3jva4ma .easys_content_inner {
  padding: 0;
  height: 100%;
}

#bsbw0fuh3fq0s3jva4ma .img_display {
  height: 0;
}

#bsbw0fuh3fq0s3jva4ma .eyecatch {
  position: absolute;
  top: 745px;
  left: calc(50% - 110px);
  transform: translate(0, 100px);
  opacity: 0;
  transition: all 1s;
}

#bsbw0fuh3fq0s3jva4ma .eyecatch a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 220px;
  height: 220px;
  position: relative;
}

#bsbw0fuh3fq0s3jva4ma .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 110px);
  background: url(/files/second_btn_circle.png) no-repeat center top;
  animation: 20s linear infinite rotation1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

#bsbw0fuh3fq0s3jva4ma .eyecatch a img {
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0);
}

#bsbw0fuh3fq0s3jva4ma .eyecatch a:hover img {
  opacity: 1;
  transform: scale(0.9);
}

#bsbw0fuh3fq0s3jva4ma .img01 {
  background: url(/files/secondmain_title.png) no-repeat center top;
  width: 2000px;
  height: 1035px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
  transform: translate(0, -100px);
}

#bsbw0fuh3fq0s3jva4ma .img02 {
  background: url(/files/secondmain_img.png) no-repeat center top;
  width: 2000px;
  height: 1035px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
  transform: translate(0, 100px);
}

#bsbw0fuh3fq0s3jva4ma::before {
  position: absolute;
  top: 640px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: url(/files/second_txt.png) repeat-x left top;
  content: '';
  animation: loop 40s linear 0s infinite;
}

@keyframes loop {

  to {
    background-position: top left -2900px;
  }
}

/*DB>未来にIKESUMI
rsrhq5h1yvdq861eubyh
--------------------------------------- */
#rsrhq5h1yvdq861eubyh {
  position: relative;
  background: url(/files/10top_block01_bg01.jpg) no-repeat center top;
}

#rsrhq5h1yvdq861eubyh,
#rsrhq5h1yvdq861eubyh .easys_content_inner,
#rsrhq5h1yvdq861eubyh .entry_post {
  height: 1350px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#rsrhq5h1yvdq861eubyh .text_box {
  width: 560px;
  margin: 288px 0 0 auto;
}

#rsrhq5h1yvdq861eubyh .easys_content_inner.moved .text_box {
  animation: f_anime1 1s ease 0s forwards;
}

@keyframes f_anime1 {
  from {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0x);
  }
}

#rsrhq5h1yvdq861eubyh .post_data {
  margin-bottom: 40px;
}

#rsrhq5h1yvdq861eubyh .main_btn {
  display: block;
  width: 250px;
  height: 40px;
  padding: 0;
  position: relative;
  z-index: 500;
}

#rsrhq5h1yvdq861eubyh .main_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
}

#rsrhq5h1yvdq861eubyh .main_btn a::before,
#rsrhq5h1yvdq861eubyh .main_btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#rsrhq5h1yvdq861eubyh .main_btn a::after {
  opacity: 1;
}

#rsrhq5h1yvdq861eubyh .main_btn a:hover::before {
  opacity: 1;
}

#rsrhq5h1yvdq861eubyh .main_btn a:hover::after {
  opacity: 0;
}

#rsrhq5h1yvdq861eubyh .main_btn a::after {
  background: url(/files/common_btn.png) no-repeat center top;
}

#rsrhq5h1yvdq861eubyh .main_btn a::before {
  background: url(/files/common_btn_on.png) no-repeat center top;
}

#rsrhq5h1yvdq861eubyh .img01 {
  background: url(/files/10top_block01_title.png) no-repeat center top;
  width: 570px;
  height: 127px;
  position: absolute;
  top: 123px;
  left: calc(50% - 90px);
}

#rsrhq5h1yvdq861eubyh .easys_content_inner.moved .img01 {
  animation: f_anime2 1s ease 0s forwards;
}

@keyframes f_anime2 {
  from {
    top: 23px;
  }

  to {
    top: 123px;
  }
}

#rsrhq5h1yvdq861eubyh .img02 {
  background: url(/files/10top_block01_img01.png) no-repeat center top;
  width: 2000px;
  height: 730px;
  position: absolute;
  top: 0px;
  left: calc(50% - 1000px);
  transform: translate(-100px, 0);
}

#rsrhq5h1yvdq861eubyh .img03 {
  background: url(/files/10top_block01_img02.png) no-repeat center top;
  width: 2000px;
  height: 620px;
  position: absolute;
  top: 730px;
  left: calc(50% - 1000px);
  transform: translate(100px, 0);
}

/* イメージ画像
qg9ezem8jwa20kw4m5rs
--------------------------------------- */
#qg9ezem8jwa20kw4m5rs {
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  position: relative;
  height: 500px;
}

/*背景*/
#qg9ezem8jwa20kw4m5rs [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#qg9ezem8jwa20kw4m5rs .easys_content_inner,
#qg9ezem8jwa20kw4m5rs .img_display,
#qg9ezem8jwa20kw4m5rs .eyecatch,
#qg9ezem8jwa20kw4m5rs .field_1col {
  width: 100%;
  height: 500px;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

#qg9ezem8jwa20kw4m5rs .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}

#qg9ezem8jwa20kw4m5rs .img_display .field_1col {
  position: absolute;
  top: 0;
}

/*パラ前景*/
#qg9ezem8jwa20kw4m5rs .img_display div:nth-of-type(2) .eyecatch img {
  width: 2000px;
  height: 500px;
  position: absolute;
  left: calc(50% - 1000px);
}

/*DB>今をひたむきに、ただ全力で
kq38pgj3f7sv2c521bsv
--------------------------------------- */
#kq38pgj3f7sv2c521bsv {
  position: relative;
  background: url(/files/10top_block02_bg.jpg) no-repeat center top;
  color: #fff;
}

#kq38pgj3f7sv2c521bsv,
#kq38pgj3f7sv2c521bsv .easys_content_inner,
#kq38pgj3f7sv2c521bsv .entry_post {
  height: 1000px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#kq38pgj3f7sv2c521bsv .text_box {
  width: 600px;
  margin: 494px auto 0 17px;
}

#kq38pgj3f7sv2c521bsv .easys_content_inner.moved .text_box {
  animation: f_anime1 1s ease 0s forwards;
}

#kq38pgj3f7sv2c521bsv .img01 {
  background: url(/files/10top_block02_title.png) no-repeat center top;
  width: 620px;
  height: 200px;
  position: absolute;
  top: 245px;
  left: calc(50% - 480px);
}

#kq38pgj3f7sv2c521bsv .easys_content_inner.moved .img01 {
  animation: f_anime3 1s ease 0s forwards;
}

@keyframes f_anime3 {
  from {
    top: 145px;
  }

  to {
    top: 245px;
  }
}

/*バナー＞会社概要／施工実績（※top）
vmi1jvkiqdg2oi2er361
--------------------------------------- */
#vmi1jvkiqdg2oi2er361 {
  padding: 0;
  position: relative;
  height: 500px;
}

#vmi1jvkiqdg2oi2er361::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/half_bnr_bg.png)no-repeat center top;
}

#vmi1jvkiqdg2oi2er361 .easys_content_inner {
  width: 1203px;
  height: 377px;
  padding: 0;
  position: absolute;
  top: 123px;
  left: calc(50% - 604px);
}

#vmi1jvkiqdg2oi2er361 .eyecatch {
  width: 100%;
}

#vmi1jvkiqdg2oi2er361 .margin-bottom_30 {
  margin-bottom: 0;
}

#vmi1jvkiqdg2oi2er361 .field_2col {
  width: 580px !important;
  position: relative;
}

#vmi1jvkiqdg2oi2er361 .field_2col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: all .5s;
}

#vmi1jvkiqdg2oi2er361 .field_2col:hover::before {
  transform: scale(1.05);
}

#vmi1jvkiqdg2oi2er361 .float_left::before {
  background: url(/files/half_bnr01_img.jpg) no-repeat center top;
}

#vmi1jvkiqdg2oi2er361 .float_right::before {
  background: url(/files/half_bnr02_img.jpg) no-repeat center top;
}

#vmi1jvkiqdg2oi2er361 .eyecatch a img {
  opacity: 1;
  z-index: 99;
  position: relative;
}

/*バナー＞GATEN（※top）
dgyulh74f9iqr6fktj0u
--------------------------------------- */
#dgyulh74f9iqr6fktj0u {
  position: relative;
  background: url(/files/bnr_gtn_bg.jpg) no-repeat center top;
}

#dgyulh74f9iqr6fktj0u div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#dgyulh74f9iqr6fktj0u,
#dgyulh74f9iqr6fktj0u .field_1col,
#dgyulh74f9iqr6fktj0u .easys_content_inner {
  width: 100%;
  height: 400px;
}

/*ボタン画像サイズ*/
#dgyulh74f9iqr6fktj0u .eyecatch {
  position: absolute;
  top: 250px;
  left: calc(50% - 125px);
  width: 250px;
  height: 40px;
}

/*ON画像*/
#dgyulh74f9iqr6fktj0u .eyecatch::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/common_btn_on.png)no-repeat center top/100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
}

#dgyulh74f9iqr6fktj0u .eyecatch:hover::before {
  opacity: 1;
}

#dgyulh74f9iqr6fktj0u .eyecatch a img {
  transition: all .3s;
}

#dgyulh74f9iqr6fktj0u .eyecatch:hover a img {
  opacity: 0;
}

/*バナー＞お問い合わせ（※top）
gtkjxmdpnje2xlnt0fdg
--------------------------------------- */
#gtkjxmdpnje2xlnt0fdg {
  position: relative;
}

#gtkjxmdpnje2xlnt0fdg .easys_content_inner,
#gtkjxmdpnje2xlnt0fdg .img_display,
#gtkjxmdpnje2xlnt0fdg .field_1col {
  width: 100%;
  height: 500px;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

#gtkjxmdpnje2xlnt0fdg .easys_content_inner::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/bnr_contact_bg.jpg)no-repeat center;
  transform-origin: center;
  transition: all .5s;
}

#gtkjxmdpnje2xlnt0fdg .easys_content_inner:hover::before {
  transform: scale(1.1);
}

#gtkjxmdpnje2xlnt0fdg .easys_content_inner::after {
  display: block;
  content: '';
  width: 500px;
  height: 500px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  background: #001065;
  opacity: 0.3;
  transform-origin: center;
  transform: translateX(-50%) scale(0);
  border-radius: 1000px;
  transition: all 0.8s;
}

#gtkjxmdpnje2xlnt0fdg .easys_content_inner:hover:after {
  transform: translateX(-50%) scale(4);
}

#gtkjxmdpnje2xlnt0fdg .eyecatch {
  width: 100%;
  overflow: hidden;
}

#gtkjxmdpnje2xlnt0fdg .margin-bottom_30 {
  margin-bottom: 0;
}

#gtkjxmdpnje2xlnt0fdg .eyecatch a,
#gtkjxmdpnje2xlnt0fdg .eyecatch a img {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  transition: ease .3s;
  object-fit: cover;
  z-index: 98;
}

#gtkjxmdpnje2xlnt0fdg .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/bnr_contact_on.png)no-repeat center top;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: ease .3s;
}

#gtkjxmdpnje2xlnt0fdg .eyecatch a:hover::before {
  opacity: 1;
}

#gtkjxmdpnje2xlnt0fdg .eyecatch a:hover img {
  opacity: 1;
}