@charset "utf-8";
/*
 * PC用スタイルCSS
 */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #f6f6f6;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  /* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  font-family: 'Noto Sans JP', sans-serif;
}

body,
.wpcf7c-conf {
  color:
    #000000;
}

/* 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:
    #7cdd15;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #7cdd15;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (600/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (984/2000)) 0;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 90px;
  left: 105px;
  z-index: 753;
}

#site-description a {
  display: inline;
  color:
    #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 350px;
  height: 120px;
  top: 0;
  left: 0;
  background: url(../images/branding_box_bg.png)no-repeat center top;
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
}
*/
/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 20px;
  /*スライダー下にナビある場合はbottom:0;*/
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 80px;
  /*ナビ画像の高さ*/
}

div#access .menu-header {
  margin: 0 30px 0 auto;
  width: 800px;
  height: 80px;
}

/*6列グローバルナビ*/
div#access .menu-item a {
  background-image: url(../images/topnavi.png);
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 130px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -130px top;
}

div#access .gnavi13 a {
  background-position: -260px top;
}

div#access .gnavi14 a {
  background-position: -390px top;
}

div#access .gnavi15 a {
  background-position: -520px top;
}

div#access .gnavi16 a {
  background-position: right top;
  width: 150px;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -130px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -260px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -390px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -520px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
  width: 150px;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*固定時のナビの高さ*/
  height: 80px;
  background: rgba(48, 99, 0, 0.85);
  max-width: 2000px;
  /*最大2000pxを維持*/
  min-width: 1200px;
  /*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
}

#access.fixed .menu-header {
  margin: 0 30px 0 auto;
  float: none;
  /*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
  max-width: 2000px;
  transform: none !important;
  /*レスポンシブ無しにするため*/
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 80px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(48, 99, 0, 0.85);
  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 rgba(48, 99, 0, 0.85);
  color: #7bdb15;
}

#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: #7bdb15;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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(../images/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(../images/widget_list_bg.png);
  color:
    #000000;
  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:
    #7cdd15;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 600px;
  background: url(../images/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height: 560px;
  background: url(../images/footer_box_bg.png) no-repeat center top;
}

#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  width: 100%;
  margin: 0 auto;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/* 中央以外 */
#footer-widget-area .widget-area {
  position: absolute;
  top: 410px;
  left: calc(50% - 376px);
  width: 860px;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color:
    #000000;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color:
    #000000;
  color:
    #000000;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/* 中央以外 */
#footer_information {
  position: absolute;
  top: 250px;
  left: calc(50% - 474px);
}

#footer_information .entry-post {
  width: 400px;
  margin: 0;
  text-align: left;
}


/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #000000;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}

#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}

#footer_sns_btn div {
  width: 25px;
  height: 25px;
}

#footer_sns_btn div a:hover {
  opacity: 0.8;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #ffffff;
}

/* 中央以外 */
#copyright {
  position: absolute;
  bottom: 80px;
  left: calc(50% + 184px);
  text-align: right;
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 25px;
  right: 25px;
}

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 50px;
}

.fixed_btn div a:hover img {
  opacity: .8;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 50px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

#float_top_btn {
  bottom: 25px;
  right: 116px;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../images/top_entry_title.png);
  color: #000000;
  height: 120px;
  line-height: 120px;
  padding-top: 38px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../images/entry_title_bg.png);
  color:
    #7cdd15;
}

/*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:
    #7cdd15;
}

/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../images/read_more_btn.png);
}

.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}

* .mid_entry_title {
  background-image: url(../images/entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_entry_title,
* .mid_entry_title a {
  color:
    #000000;
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../images/half_entry_title_bg.png);
}

* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color:
    #000000;
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../images/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:
    #000000;
}


/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../images/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #000000;
}

/*
* .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:
    #000000;
}

/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../images/sub_read_more_btn.png);
}

.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}

* .mid_sub_entry_title {
  background-image: url(../images/sub_entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #000000;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../images/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #000000;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #000000;
  border-radius: 5px;
  background: none transparent;
  color:
    #000000;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #7cdd15;
}

/* 大きな地図で見る */
small {
  border-color:
    #7cdd15;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #7cdd15 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #7cdd15 !important;
  color: #ffffff !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border-color: #000000;
  border-top: none !important;
  border-right: none !important;
  background: none transparent !important;
  color: #000000;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr>*:first-child {
  border-left: none !important;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child>* {
  border-top: none !important;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:last-child>* {
  border-bottom: none !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #111 !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:
    #7cdd15;
  background: none transparent;
  color:
    #7cdd15 !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:
    #7cdd15;
  background-color:
    #7cdd15;
}

.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:
    #7cdd15;
  background: none #7cdd15;
  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 #7cdd15;
  background-color: transparent;
  color:
    #7cdd15;
}

div.link_list a:hover {
  border: 1px solid #7cdd15;
  background-color:
    #7cdd15;
  color: #ffffff;
}

.faq-title {
  background-color:
    #7cdd15;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #7cdd15;
}

.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:
    #000000;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    transparent;
  color:
    #000000;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    transparent;
  color:
    #000000;
}

.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(../images/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #000000;
}

.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(../images/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はこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
/* .f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved {
  top: 0;
  opacity: 1;
}
.f_up {
  transform: translate(0px, -100px);
}
.f_down {
  transform: translate(0px, 100px);
}
.f_left {
  transform: translate(-100px, 0px);
}
.f_right {
  transform: translate(100px, 0px);
}
.moved {
  transform: translate(0px, 0px);
} */
/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
}

.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}



/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
z {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

#yx0eb3jlh2as2kpiknbj *[class*="title"],
#rsu9ubr1my2bj4ypup9y *[class*="title"],
#kd43w7hxbe98k6ylabko *[class*="title"],
#qzjylgllb3w7mc2v0bz6 *[class*="title"],
#tzl0szullombs9w4inph *[class*="title"],
#yw889kl4923411o9avmr *[class*="title"],
#bfnutd7qn8e96827u31u *[class*="title"],
#cr1vw98vu6lt5dmaxi0x *[class*="title"],
#vkn9csb18cej2t8nfsnl *[class*="title"] {
  display: none;
}

#yx0eb3jlh2as2kpiknbj .entry_post:first-of-type .eyecatch,
#rsu9ubr1my2bj4ypup9y .entry_post:first-of-type .eyecatch,
#kd43w7hxbe98k6ylabko .entry_post:first-of-type .eyecatch,
#qzjylgllb3w7mc2v0bz6 .entry_post:first-of-type .eyecatch,
#tzl0szullombs9w4inph .entry_post:first-of-type .eyecatch,
#yw889kl4923411o9avmr .entry_post:first-of-type .eyecatch,
#bfnutd7qn8e96827u31u .entry_post:first-of-type .eyecatch,
#cr1vw98vu6lt5dmaxi0x .entry_post:first-of-type .eyecatch,
#vkn9csb18cej2t8nfsnl .entry_post:first-of-type .eyecatch {
  display: none;
}

#yx0eb3jlh2as2kpiknbj .entry_post:first-of-type .float_left,
#yx0eb3jlh2as2kpiknbj .entry_post:first-of-type .float_right,
#rsu9ubr1my2bj4ypup9y .entry_post:first-of-type .float_left,
#rsu9ubr1my2bj4ypup9y .entry_post:first-of-type .float_right,
#kd43w7hxbe98k6ylabko .entry_post:first-of-type .float_left,
#kd43w7hxbe98k6ylabko .entry_post:first-of-type .float_right,
#qzjylgllb3w7mc2v0bz6 .entry_post:first-of-type .float_left,
#qzjylgllb3w7mc2v0bz6 .entry_post:first-of-type .float_right,
#tzl0szullombs9w4inph .entry_post:first-of-type .float_left,
#tzl0szullombs9w4inph .entry_post:first-of-type .float_right,
#yw889kl4923411o9avmr .entry_post:first-of-type .float_left,
#yw889kl4923411o9avmr .entry_post:first-of-type .float_right,
#bfnutd7qn8e96827u31u .entry_post:first-of-type .float_left,
#bfnutd7qn8e96827u31u .entry_post:first-of-type .float_right,
#cr1vw98vu6lt5dmaxi0x .entry_post:first-of-type .float_left,
#cr1vw98vu6lt5dmaxi0x .entry_post:first-of-type .float_right,
#vkn9csb18cej2t8nfsnl .entry_post:first-of-type .float_left,
#vkn9csb18cej2t8nfsnl .entry_post:first-of-type .float_right {
  float: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block,
#page_9 #outer_block,
#page_15 #outer_block,
#page_81 #outer_block {
  padding-top: 0;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* バナー＞一般のお客様へ
swbtlm6tmynwstkz9ndo
--------------------------------------- */
#swbtlm6tmynwstkz9ndo {
  background: url(../images/banner_customer_bg.jpg)no-repeat center;
}

#swbtlm6tmynwstkz9ndo,
#swbtlm6tmynwstkz9ndo .easys_content_inner {
  width: 100%;
  height: 1000px;
  position: relative;
  padding: 0;
}

#swbtlm6tmynwstkz9ndo .margin-bottom_50 {
  margin-bottom: 0;
}

#swbtlm6tmynwstkz9ndo .eyecatch {
  position: relative;
  overflow: hidden;
  background: none;
  display: block;
  width: 300px;
  height: 60px;
  padding: 0;
  border: solid 2px #7cdd15;
  color: #7cdd15;
  border-radius: 30px;
  position: absolute;
  top: 755px;
  left: 33%;
  transform: translatex(-50%);
}

#swbtlm6tmynwstkz9ndo .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}

/*VIEW MORE*/
#swbtlm6tmynwstkz9ndo .eyecatch::before {
  display: block;
  content: "VIEW MORE";
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}

#swbtlm6tmynwstkz9ndo .eyecatch a:before,
#swbtlm6tmynwstkz9ndo .eyecatch a:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #7cdd15;
  border-radius: 50%;
  z-index: -1;
}

#swbtlm6tmynwstkz9ndo .eyecatch a:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

#swbtlm6tmynwstkz9ndo .eyecatch a:after {
  right: -20px;
  transform: translate(50%, -50%);
}

/* 左から来るボールのキーフレーム */
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

#swbtlm6tmynwstkz9ndo .eyecatch a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#swbtlm6tmynwstkz9ndo .eyecatch a:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#swbtlm6tmynwstkz9ndo .eyecatch a img {
  display: none;
}

#swbtlm6tmynwstkz9ndo #bg04 {
  background: url(../images/banner_customer_img.png) repeat-y center top;
  width: 450px;
  height: 1090px;
  position: absolute;
  top: 0;
  left: calc(50% + 100px);
  animation: anime-bg3 40s linear 0s infinite;
}

@keyframes anime-bg3 {
  0% {
    background-position-y: 0;
  }

  100% {
    background-position-y: 1090px;
  }
}


/* DB＞窓口1つでまとめて対応
yx0eb3jlh2as2kpiknbj
--------------------------------------- */
#yx0eb3jlh2as2kpiknbj {
  background: url(../images/db01_bg02.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}

#yx0eb3jlh2as2kpiknbj .easys_content_inner {
  width: 990px;
}

#yx0eb3jlh2as2kpiknbj .text_box {
  width: 494px;
  margin: 670px 0 0 auto;
}

#yx0eb3jlh2as2kpiknbj #bg01 {
  background: url(../images/db01_bg01.jpg) no-repeat center top;
  width: 840px;
  height: 500px;
  position: absolute;
  top: 170px;
  left: calc(50% - 1000px);
  clip-path: inset(0% 100% 0% 0%);
  opacity: 1;
  transition: 1s;
}

#yx0eb3jlh2as2kpiknbj #bg01.moved {
  clip-path: inset(0% 0%);
}


#yx0eb3jlh2as2kpiknbj .main_btn {
  position: relative;
  overflow: hidden;
  background: none;
  display: block;
  width: 300px;
  height: 60px;
  padding: 0;
  border: solid 2px #fff;
  border-radius: 30px;
  position: absolute;
  top: 937px;
  left: calc(50% + 150px);
  transform: translatex(-50%);
}

#yx0eb3jlh2as2kpiknbj .main_btn a {
  display: block;
  width: 300px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  text-decoration: none;
  text-indent: -9999px;
  background-color: transparent !important;
  background: none;
}

/*業務内容*/
#yx0eb3jlh2as2kpiknbj .main_btn::before {
  display: block;
  content: "業務内容";
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 3px;
}

#yx0eb3jlh2as2kpiknbj .main_btn a:before,
#yx0eb3jlh2as2kpiknbj .main_btn a:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

#yx0eb3jlh2as2kpiknbj .main_btn a:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

#yx0eb3jlh2as2kpiknbj .main_btn a:after {
  right: -20px;
  transform: translate(50%, -50%);
}


#yx0eb3jlh2as2kpiknbj .main_btn a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#yx0eb3jlh2as2kpiknbj .main_btn a:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* コンテンツ画像
hcatyea577nt11i533aa
--------------------------------------- */
#hcatyea577nt11i533aa {
  position: relative;
}

#hcatyea577nt11i533aa .easys_content_inner {
  width: 100%;
  height: 1150px;
  background: url(../images/contents01.jpg)no-repeat center top;
}

#hcatyea577nt11i533aa div {
  margin: 0 !important;
  padding: 0 !important;
}

#hcatyea577nt11i533aa .eyecatch img {
  display: none;
}

#hcatyea577nt11i533aa #bg05 {
  background: url(../images/car_2000.gif) no-repeat center top;
  width: 2000px;
  height: 200px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 999;
  animation: anime-bg4 30s linear 0s infinite;
}

@keyframes anime-bg4 {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 100vw;
  }
}



/* DB＞ここにしかない充実した日々
rsu9ubr1my2bj4ypup9y
--------------------------------------- */
#rsu9ubr1my2bj4ypup9y {
  background: url(../images/db02_bg02.jpg) no-repeat center top;
  height: 1300px;
  position: relative;
}

#rsu9ubr1my2bj4ypup9y .text_box {
  width: 507px;
  margin: 736px 0 0 auto;
}

#rsu9ubr1my2bj4ypup9y #bg02 {
  background: url(../images/db02_bg01.jpg) no-repeat center top;
  width: 600px;
  height: 400px;
  position: absolute;
  top: 442px;
  left: calc(50% - 821px);
  clip-path: inset(0% 100% 0% 0%);
  opacity: 1;
  transition: 1s;
}

#rsu9ubr1my2bj4ypup9y #bg02.moved {
  clip-path: inset(0% 0%);
}

#rsu9ubr1my2bj4ypup9y .main_btn {
  position: relative;
  overflow: hidden;
  background: none;
  display: block;
  width: 300px;
  height: 60px;
  padding: 0;
  border: solid 2px #7cdd15;
  border-radius: 30px;
  position: absolute;
  top: 1057px;
  left: calc(50% + 125px);
  transform: translatex(-50%);
}

#rsu9ubr1my2bj4ypup9y .main_btn a {
  display: block;
  width: 300px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  text-decoration: none;
  text-indent: -9999px;
  background-color: transparent !important;
  background: none;
}

/*採用情報*/
#rsu9ubr1my2bj4ypup9y .main_btn::before {
  display: block;
  content: "採用情報";
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 3px;
}

#rsu9ubr1my2bj4ypup9y .main_btn a:before,
#rsu9ubr1my2bj4ypup9y .main_btn a:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #7cdd15;
  border-radius: 50%;
  z-index: -1;
}

#rsu9ubr1my2bj4ypup9y .main_btn a:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

#rsu9ubr1my2bj4ypup9y .main_btn a:after {
  right: -20px;
  transform: translate(50%, -50%);
}

#rsu9ubr1my2bj4ypup9y .main_btn a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

#rsu9ubr1my2bj4ypup9y .main_btn a:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* バナー＞求人情報/ガテン職
c531tu859gikf9hy8tln
--------------------------------------- */
#c531tu859gikf9hy8tln {
  margin-bottom: 70px;
  width: 100%;
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
}

#c531tu859gikf9hy8tln div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#c531tu859gikf9hy8tln .easys_content_inner,
#c531tu859gikf9hy8tln .img_display {
  width: 100%;
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
}

#c531tu859gikf9hy8tln .clear_float {
  display: none;
}

#c531tu859gikf9hy8tln .eyecatch,
#c531tu859gikf9hy8tln .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
}

#c531tu859gikf9hy8tln .field_2col {
  width: 50% !important;
  height: 100%;
}

#c531tu859gikf9hy8tln #design_video01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#c531tu859gikf9hy8tln #design_video01 video {
  position: absolute;
  z-index: -1;
}

#c531tu859gikf9hy8tln .img_display {
  position: relative;
  z-index: 99;
}

#c531tu859gikf9hy8tln .circle {
  width: calc(220 / 2000 * 100%);
  height: calc(220 / 500 * 100%);
  border-radius: 50%;
  background-color: rgba(217, 217, 217, .8);
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
  transform: scale(1);
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

#c531tu859gikf9hy8tln .float_left .circle {
  margin-left: calc(391 / 2000 * 100%);
  margin-top: calc(140 / 2000 * 100%);
}

#c531tu859gikf9hy8tln .float_right .circle {
  margin-left: calc(1391 / 2000 * 100%);
  margin-top: calc(140 / 2000 * 100%);
}

#c531tu859gikf9hy8tln .field_2col:hover .circle {
  transform: scale(1.1);
}

#c531tu859gikf9hy8tln .eyecatch a img {
  position: relative;
  z-index: 99;
}

#c531tu859gikf9hy8tln .eyecatch a:hover img {
  opacity: 1;
}


/* バナー＞お問い合わせ
olk5cotfahw7rpn0vrne
--------------------------------------- */
#olk5cotfahw7rpn0vrne {
  width: 100%;
  height: 29.5vw;
  min-height: 390px;
  max-height: 600px;
  position: relative;
  background: url(../images/banner_contact.jpg)no-repeat center top/100%;
}

#olk5cotfahw7rpn0vrne .margin-bottom_50 {
  margin-bottom: 0;
}

#olk5cotfahw7rpn0vrne .img_display {
  position: relative;
  z-index: 99;
}

#olk5cotfahw7rpn0vrne .easys_content_inner {
  width: 100%;
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
  padding: 0;
  position: relative;
}

#olk5cotfahw7rpn0vrne .eyecatch a:hover img {
  opacity: 1;
}

#olk5cotfahw7rpn0vrne .circle {
  width: calc(220 / 2000 * 100%);
  height: calc(220 / 500 * 100%);
  border-radius: 50%;
  background-color: rgba(217, 217, 217, .8);
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
  margin-left: calc(741 / 2000 * 100%);
  margin-top: calc(131 / 2000 * 100%);
  transform: scale(1);
  transition: all 0.3s ease 0s;
}

#olk5cotfahw7rpn0vrne:hover .circle {
  transform: scale(1.1);
}

/* 新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */
#mcjm4i1sgutqg0x0egdd {
  position: relative;
  padding-bottom: 200px;
}

#mcjm4i1sgutqg0x0egdd #news_bg {
  background: url(../images/slide_img.png) repeat-x center top;
  width: 2000px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1000px);
  animation: anime-bg1 40s linear 0s infinite;
}

@keyframes anime-bg1 {
  0% {
    background-position: left 0px top;
  }

  100% {
    background-position: left -710px top;
  }
}

/* DB＞代表あいさつ
kd43w7hxbe98k6ylabko
--------------------------------------- */
#kd43w7hxbe98k6ylabko {
  background: url(../images/db03_bg.jpg) no-repeat center top;
  height: 1000px;
  margin-bottom: 70px;
  position: relative;
}

#kd43w7hxbe98k6ylabko .text_box {
  width: 480px;
  margin: 437px auto 0 0;
}

/* DB＞設計から施工まで一式対応
qzjylgllb3w7mc2v0bz6
--------------------------------------- */
#qzjylgllb3w7mc2v0bz6 {
  background: url(../images/db04_bg.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
  margin-bottom: 70px;
}

#qzjylgllb3w7mc2v0bz6 .easys_content_inner {
  width: 1000px;
}

#qzjylgllb3w7mc2v0bz6 .text_box {
  width: 500px;
  margin: 670px 0 0 auto;
}

/* コンテンツ画像②
j97v8m0syyr0p3di1zc5
--------------------------------------- */
#j97v8m0syyr0p3di1zc5 {
  background: url(../images/contents02.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
  margin-bottom: 70px;
}

#j97v8m0syyr0p3di1zc5 .eyecatch img {
  display: none;
}


/* DB＞現場スタッフ募集中
tzl0szullombs9w4inph
--------------------------------------- */
#tzl0szullombs9w4inph {
  background: url(../images/db05_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
}

#tzl0szullombs9w4inph .text_box {
  width: 480px;
  margin: 540px 0 0 auto;
}

/* DB＞何事もあなた次第！
yw889kl4923411o9avmr
--------------------------------------- */
#yw889kl4923411o9avmr {
  background: url(../images/db06_bg.jpg) no-repeat center top;
  height: 1220px;
  position: relative;
}

#yw889kl4923411o9avmr .text_box {
  width: 480px;
  margin: 900px auto 0 0;
}

/* DB＞そんなのあるの！？
bfnutd7qn8e96827u31u
--------------------------------------- */
#bfnutd7qn8e96827u31u {
  background: url(../images/db07_bg.jpg) no-repeat center top;
  height: 1320px;
  position: relative;
}

#bfnutd7qn8e96827u31u .text_box {
  width: 960px;
  margin: 970px auto 0 0;
}

/* DB＞昇給は随時！？
cr1vw98vu6lt5dmaxi0x
--------------------------------------- */
#cr1vw98vu6lt5dmaxi0x {
  background: url(../images/db08_bg.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}

#cr1vw98vu6lt5dmaxi0x .text_box {
  width: 840px;
  margin: 800px auto 0 0;
}

/* DB＞どうせ働くなら楽しく
vkn9csb18cej2t8nfsnl
--------------------------------------- */
#vkn9csb18cej2t8nfsnl {
  background: url(../images/db09_bg.jpg) no-repeat center top;
  height: 1250px;
  margin-bottom: 70px;
  position: relative;
}

#vkn9csb18cej2t8nfsnl .text_box {
  width: 525px;
  margin: 810px 0 0 auto;
}

#vkn9csb18cej2t8nfsnl #bg03 {
  background: url(../images/db09_bg_slide.png) repeat-x center top;
  width: 2000px;
  height: 160px;
  position: absolute;
  top: 1100px;
  left: calc(50% - 1000px);
  animation: anime-bg2 40s linear 0s infinite;
}

@keyframes anime-bg2 {
  0% {
    background-position: left 0px top;
  }

  100% {
    background-position: left -1390px top;
  }
}


/* 
--------------------------------------- */