@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url("/files/body_bg.png") no-repeat center top/100%;
  word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

#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 {
  letter-spacing: 0.05em;
}

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: url(/files/body_bg_top.png) no-repeat center top / 100%;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #0a5cad;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #0a5cad;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (720/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% * (1030/2000)) 0;
  background: url("/files/branding_box_bg_top.png") no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 752;
}

#site-description a {
  display: inline;
  color:
    #004a88;
  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(80 / 720 * 100%);
  left: calc(90 / 2000 * 100%);
  width: calc(300 / 2000 * 100%);
  height: calc(300 / 720 * 100%);
}

#page_6 #header_information .main_header a img {
  top: calc(80 / 1030 * 100%);
  left: calc(100 / 2000 * 100%);
  width: calc(280 / 2000 * 100%);
  height: calc(300 / 1030 * 100%);
}

#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  z-index: 1000;
  width: 255px !important;
  height: 60px !important;
  background: url(/files/header_information_bg.png) no-repeat center top;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: calc(70 / 720 * 100%);
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 80px;
  transform-origin: top right;
}

#page_6 #access {
  top: calc(70 / 1030 * 100%);
}

div#access .menu-header {
  margin: 0 80px 0 auto;
  width: 870px;
  height: 80px;
}

div#access .menu-item a {
  background-image: url('/files/topnavi_01.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 140px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -140px top;
}

div#access .gnavi13 a {
  background-position: -280px top;
}

div#access .gnavi14 a {
  background-position: -420px top;
}

div#access .gnavi15 a {
  background-position: -560px top;
}

div#access .gnavi16 a {
  background-position: right top;
  width: 170px;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -140px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -280px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -420px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -560px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
  width: 170px;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 60px;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  padding: 0;
  top: 0 !important;
  bottom: inherit;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
  transform: none !important;
}

#access.fixed .menu-header {
  margin: 0 calc(80 / 2000 * 100%) 0 auto;
  height: 60px;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

div#access.fixed .menu-item a {
  background-color: transparent;
  height: 60px;
  margin: 0px;
  padding: 0px;
  background-image: url('/files/topnavi_02.png');
  background-repeat: no-repeat;
  background-position: scroll !important;
}

#access ul.menu ul.sub-menu {
  top: 80px;
}

#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 rgba(255, 255, 255, 0.75);
  color: #333333;
}

#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: #333333;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255, 255, 255, 0.75);
  color: #666666;
}

#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: #666666;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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:
    #ffffff;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #333333;
  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:
    #999999;
  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:
    #0a5cad;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 1010px;
  background: url(/files/footer_box_bg.png) no-repeat center center / auto scroll, url(/files/footer_bg.png) no-repeat center center / cover fixed;
}

#footer_box {
  height: 1010px;
  background: none;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 118px;
  left: calc(50% - -250px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 12px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #dddddd;
}

#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: 20px;
  color: #dddddd;
  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: 130px;
  align-content: space-between;
  width: 250px;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information {
  position: absolute;
  top: 118px;
  left: calc(50% - 324px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #dddddd;
  margin-bottom: 3px;
}

#footer_information .entry-post .post-data .f_st {
  font-size: 15px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #ffffff;
}

/*中央寄せの時*/
#copyright {
  position: absolute;
  top: 630px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 46px;
}

.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:
    #234176;
  height: 85px;
  line-height: 85px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #234176;
}

/*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:
    #234176;
}

/* 見出しリンクボタン */
.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:
    #234176;
}

/* 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:
    #234176;
}

* .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:
    #234176;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #234176;
}

/*
* .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:
    #234176;
}

/* 小見出しリンクボタン */
.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:
    #234176;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #ffffff;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #b0c0cf;
  border-radius: 5px;
  background: none transparent;
  color:
    #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #0a5cad;
}

/* 大きな地図で見る */
small {
  border-color:
    #0a5cad;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #0a5cad !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #0a5cad !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>* {
  background: none transparent !important;
  border-color:
    #b0c0cf;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color:
    #333333;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child>* {
  border-top: 1px solid #b0c0cf !important;
  color:
    #333333;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #999999 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #999999;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #b0c0cf !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:
    #0a5cad;
  background: none transparent;
  color:
    #0a5cad !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:
    #0a5cad;
  background-color:
    #0a5cad;
}

.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:
    #0a5cad;
  background: none #0a5cad;
  color: #ffffff !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color:
    #999999;
}

/* 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 #0a5cad;
  background-color: transparent;
  color:
    #0a5cad;
}

div.link_list a:hover {
  border: 1px solid #0a5cad;
  background-color:
    #0a5cad;
  color: #ffffff;
}

.faq-title {
  background-color:
    #0a5cad;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #0a5cad;
}

.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:
    #b0c0cf;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    transparent;
  color:
    #333333;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    transparent;
  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:
    #234176;
}

.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) scale(1) !important;
  filter: blur(0) !important;
}

/*全体フェードイン　Dブロックは解除*/
/* .easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.3s ease 0s;
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  opacity: 1;
  transform: translateY(0);
} */

/*パララックス除外*/
/* #uwls1lophylf1yhsqydp .easys_content_inner {
  opacity: 1;
  transition: none;
  transform: none !important;
  filter: 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;
  z-index: 9;
}

.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;
}

#page_81 #outer_block {
  padding-top: 120px;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*セカンドメイン＞RECRUIT
uwls1lophylf1yhsqydp
--------------------------------------- */
#uwls1lophylf1yhsqydp {
  position: relative;
}

#uwls1lophylf1yhsqydp div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#uwls1lophylf1yhsqydp .easys_content_inner {
  width: 100%;
}

#uwls1lophylf1yhsqydp [class*='field_'] {
  background: url(/files/second_main_bg.jpg) no-repeat center top / 100%;
  padding: calc(1060 / 2000 * 100%) 0 0;
}

#uwls1lophylf1yhsqydp .eyecatch {
  display: block;
  position: absolute;
  top: calc(703 / 1060 * 100%);
  left: calc(1214 / 2000 * 100%);
  width: calc(300 / 2000 * 100%);
}

#uwls1lophylf1yhsqydp .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(70 / 300 * 100%);
  height: 0;
  z-index: 9;
}

#uwls1lophylf1yhsqydp .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#uwls1lophylf1yhsqydp .eyecatch a {
  background: url(/files/second_link_btn_on.png) no-repeat center top / 100%;
  border: solid 1px #004a88;
}

#uwls1lophylf1yhsqydp .eyecatch a img {
  transition: 0.3s;
}

#uwls1lophylf1yhsqydp .eyecatch a:hover img {
  opacity: 0;
}

#uwls1lophylf1yhsqydp .eyecatch::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: #004a88;
  transition: all 0.3s ease;
}

#uwls1lophylf1yhsqydp .eyecatch:hover:after {
  left: 0;
  width: 100%;
}

#uwls1lophylf1yhsqydp .img01 {
  display: block;
  background: url(/files/second_slide_title.png) no-repeat center top / 100%;
  width: calc(520 / 2000 * 100%);
  height: calc(220 / 1060 * 100%);
  margin-top: calc(138 / 2000 * 100%);
  margin-left: calc(1210 / 2000 * 100%);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1.3s;
  opacity: 1;
}

#uwls1lophylf1yhsqydp .img01.moved {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#uwls1lophylf1yhsqydp .img02 {
  display: block;
  background: url(/files/second_slide_img.png) no-repeat center top / 100%;
  width: calc(422 / 2000 * 100%);
  height: calc(316 / 1060 * 100%);
  margin-top: calc(541 / 2000 * 100%);
  margin-left: calc(134 / 2000 * 100%);
  transform: translate(-100px, 0);
}

/*DB>空調機、冷凍機、その他各種冷熱機製品の保守・設置なら東洋冷機
nlk6dao7tnk9lgwpuvp7
--------------------------------------- */
#nlk6dao7tnk9lgwpuvp7 {
  position: relative;
  background: url(/files/db_top_bg.jpg) no-repeat center top;
  color: #fff;
  margin-bottom: 120px !important;
}

#nlk6dao7tnk9lgwpuvp7::before {
  position: absolute;
  top: 935px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 380px;
  background: url(/files/db_top_slide.png) repeat-x left top;
  content: '';
  animation: loop 40s linear 0s infinite;
}

@keyframes loop {

  to {
    background-position: top left -1920px;
  }
}

#nlk6dao7tnk9lgwpuvp7,
#nlk6dao7tnk9lgwpuvp7 .easys_content_inner,
#nlk6dao7tnk9lgwpuvp7 .entry_post {
  height: 1315px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#nlk6dao7tnk9lgwpuvp7 .easys_content_inner {
  width: 1005px;
}

#nlk6dao7tnk9lgwpuvp7 .text_box {
  width: 580px;
  margin: 310px auto 0 0px;
}

#nlk6dao7tnk9lgwpuvp7 .text_box p {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

#nlk6dao7tnk9lgwpuvp7 .post_data {
  margin-bottom: 70px;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn {
  display: block;
  width: 300px;
  height: 70px;
  padding: 0;
  position: relative;
  z-index: 500;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a::before,
#nlk6dao7tnk9lgwpuvp7 .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;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a::after {
  opacity: 1;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a:hover::before {
  opacity: 1;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a:hover::after {
  opacity: 0;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a::after {
  background: url(/files/db_top_btn_off.png) no-repeat center top;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn a::before {
  background: url(/files/db_top_btn_on.png) no-repeat center top;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.3s ease;
}

#nlk6dao7tnk9lgwpuvp7 .main_btn:hover:after {
  left: 0;
  width: 100%;
}

#nlk6dao7tnk9lgwpuvp7 .img01 {
  animation: plus-loop 3.5s cubic-bezier(0, 0, .25, .99) 1ms infinite;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  left: calc(50% + 478px);
  position: absolute;
  top: 306px;
  transform: translate(-50%, -50%) !important;
  width: 50px;
  height: 50px;
  opacity: 1;
}

@keyframes plus-loop {
  0% {
    opacity: 1;
    /* transform: translate(-50%, -50%) scale(1); */
  }

  to {
    opacity: 0;
    /* transform: translate(-50%, -50%) scale(6); */
    width: 700px;
    height: 700px;
  }
}

/*イメージ画像（※top）
tqe4qm7wijxdaxz88kic
--------------------------------------- */
#tqe4qm7wijxdaxz88kic {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  margin-bottom: 0;
}

#tqe4qm7wijxdaxz88kic [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#tqe4qm7wijxdaxz88kic .easys_content_inner {
  width: 100%;
  padding: 0;
}

#tqe4qm7wijxdaxz88kic .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}

#tqe4qm7wijxdaxz88kic::before {
  display: block;
  content: '';
  width: 100%;
  height: calc(100% + 4px);
  background: none;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: -2px;
  box-sizing: border-box;
  pointer-events: none;
}

/*バナー＞お問い合わせ（※top）
ah22ilhnd4x9iq2b1qcy
--------------------------------------- */
#ah22ilhnd4x9iq2b1qcy {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  margin-bottom: 0;
  margin-top: 70px;
}

#page_6 #ah22ilhnd4x9iq2b1qcy {
  margin-bottom: 120px;
}

#page_15 #ah22ilhnd4x9iq2b1qcy,
#page_81 #ah22ilhnd4x9iq2b1qcy {
  margin-top: 0;
}

#ah22ilhnd4x9iq2b1qcy [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#ah22ilhnd4x9iq2b1qcy .easys_content_inner {
  width: 100%;
  padding: 0;
}

#ah22ilhnd4x9iq2b1qcy .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}

#ah22ilhnd4x9iq2b1qcy [class*="field_"]:nth-of-type(3) .eyecatch img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#ah22ilhnd4x9iq2b1qcy [class*="field_"]:nth-of-type(3) .eyecatch img {
  opacity: 0;
  transition: all .3s;
}

#ah22ilhnd4x9iq2b1qcy [class*="field_"]:nth-of-type(3) .eyecatch:hover img {
  opacity: 1;
}

/* ===========================================================================
     採用情報
=========================================================================== */
/*募集要項
a6rfaoo659a26lsa29fv
--------------------------------------- */
#a6rfaoo659a26lsa29fv {
  background: url(/files/block_bg.jpg);
  padding: 70px 0;
}

/* ===========================================================================
     会社概要
=========================================================================== */
/*DB>代表挨拶
wkngfmbs7bn274q7py6r
--------------------------------------- */
#wkngfmbs7bn274q7py6r {
  position: relative;
  background: url(/files/db_company_bg.jpg) no-repeat center top;
  color: #fff;
  margin-bottom: 120px !important;
}

#wkngfmbs7bn274q7py6r,
#wkngfmbs7bn274q7py6r .easys_content_inner,
#wkngfmbs7bn274q7py6r .entry_post {
  height: 1200px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#wkngfmbs7bn274q7py6r .easys_content_inner {
  width: 1160px;
}

#wkngfmbs7bn274q7py6r .text_box {
  width: 580px;
  margin: 320px 0 0 auto;
}

#wkngfmbs7bn274q7py6r .text_box p {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

#wkngfmbs7bn274q7py6r::before {
  position: absolute;
  top: 1038px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 112px;
  background: url(/files/db_company_slide.png) repeat-x left top;
  content: '';
  animation: loop_2 40s linear 0s infinite;
}

@keyframes loop_2 {

  to {
    background-position: top left -1860px;
  }
}

/*会社概要 (※company)
#page_81 rf8jvyojuils00h86sxy
--------------------------------------- */
#page_81 #rf8jvyojuils00h86sxy {
  background: url(/files/block_bg.jpg);
  padding: 70px 0;
}

/*バナー＞Instagram（※company）
cd4l8bn7gltkz4gnx98b
--------------------------------------- */
#cd4l8bn7gltkz4gnx98b {
  height: 160px;
  position: relative;
  padding: 70px 0;
}

#cd4l8bn7gltkz4gnx98b div {
  margin: 0 auto;
  padding: 0;
}

#cd4l8bn7gltkz4gnx98b .easys_content_inner,
#cd4l8bn7gltkz4gnx98b .easys_content_inner .eyecatch,
#cd4l8bn7gltkz4gnx98b .easys_content_inner .eyecatch a {
  display: block;
  width: 960px;
  height: 160px;
}

#cd4l8bn7gltkz4gnx98b .easys_content_inner .eyecatch a img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 960px;
  height: 160px;
  object-fit: cover;
}