@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ ★　*/

/* 下記文字列があるものは連動して変更されます！ */
:root {
  --basic_background_color:#ffffff;
  --body_text_color:#333333;
  --link_color:#0c4ab5;
  --border_color:#0c4ab5;
  --table_border_color: #000;
  --th_background_color:transparent;
  --td_background_color:transparent;
  --th_character_color:#000000;
  --td_character_color:#333333;
  --required_color:#0c4ab5;
  --top_h1_color:#ffffff;
  --header_navigation_color:transparent;
  --top_entry_title_color:#000000;
  --entry_title_bg_color:#ffffff;
  --blog_title_color:#333333;
  --sub_entry_title_bg_color:#333333;
  --entry_title_bg_w570_color:#000000;
  --sub_entry_title_bg_w570_color:#000000;
  --half_entry_title_bg_color:#000000;
  --half_sub_entry_title_bg_color:#000000;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#2c2c2c;
  --footnavi_color:transparent;
  --address_color:#000000;
  --copy_color:#629bfd;
}

/* 書き換えが必要なもの！ ★　*/
:root {
    /* スライダーの高さ(単位なし) */
    --easys_top_main_h: 1195;
  
    /* 中ページメイン（ティザー）の高さ(単位なし) */
    /* --easys_naka_main_h: ＊＊＊; */
    
    /* プルダウンメニュー＞背景色 */
    --easys_standard_value002: rgba(255, 255, 255, 0.75);
  
    /* プルダウンメニュー＞文字色 */
    --easys_standard_value003: #333333;
  
    /* プルダウンメニュー＞文字色(ホバー時) */
    --easys_standard_value004: #666666;
    
  }

  
/* その他 */
:root {
  /* EASYSの最小幅(単位なし) */
  --easys_min_width: 1300;
  /* EASYSの最大幅(単位なし) */
  --easys_max_width: 2000;
  /* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value001: #ffffff;
  /* カレンダーの本日＞文字色 */
  --easys_standard_value005: #ffffff;
  /* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value006: #ffffff;
  /* ページ遷移ボタン＞線色 */
  --easys_standard_value007: #ffffff;
  /* ページ遷移ボタン＞文字色 */
  --easys_standard_value008: #ffffff;
  /* ブログ＞ページング＞線色 */
  --easys_standard_value009: #000000;

  --transition-duration:0.3s;
}

/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */

/*背景色 or 画像　どちらか必ず指定してください★*/
html {
  background: var(--basic_background_color); 
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
}
/*トップページ----------------------------------*/
body#page_6 {
  background: none transparent;
}

/*中ページ----------------------------------*/
body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none no-repeat center top;
  /* background: url("/files/body_bg.jpg") no-repeat center top/100%;*/

}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block{
  padding-top: 0;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
/*画面上端から記事が入るまでの部分*/

/*トップページ----------------------------------*/
#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0;
  background: none transparent;
  position: relative;
  overflow: hidden;
}

/*中ページ
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0;
  height: 0;
  background: none transparent;
}*/
#page_6 #branding_box::before {
  position: absolute;
  top: calc(100%*(1032/var(--easys_top_main_h)));
  left: 0;
  z-index: 500;
  display: block;
  width: calc(100%*((1950*3)/2000));
  height: calc(100%*(165/var(--easys_top_main_h)));
  background: url(../files/pc_teaser_slide.png) repeat-x left top/ auto 100%;
  content: '';
  animation: loopmain 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loopmain {
0% {transform: translateX(0%);}
100% {transform: translateX(calc(-100%/3));}
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
/* 中ページサイトタイトル----------------------------------*/
#site-description {
  position: absolute;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  top:150px;
  left:50px; 
  /* レスポンシブあるとき
  top: calc(145 / var(--easys_naka_main_h) * 100%);
  left: calc(105 / var(--easys_max_width) * 100%);  */
  /* text-align: right; */
}

/* トップページサイトタイトル----------------------------------*/
#page_6 #site-description {
  top: calc(990/ var(--easys_top_main_h) * 100%);
  left: calc(40 / var(--easys_max_width) * 100%);
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}
/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: calc(340 / var(--easys_max_width) * 100%);
  height: calc(100 / var(--easys_naka_main_h) * 100%);
  top: 30px;
  left: 30px;
  background: url("/files/main_logo.png.png")no-repeat center top/100%; 
}



/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
/* 上からの位置は#accessで、左右の位置はdiv#access .menu-headerで ★*/
#access {
display: none;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#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: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  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: var(--border_color);
  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: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 590px;
  background: url(/files/footer_bg.png) no-repeat center top;
}

#footer_box {
  height: 590px;
  background: none transparent;
  /* background: url(/files/footer_box_bg.png) no-repeat center top; */
}

#footer-widget-area {
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

/*中央寄せの場合*/
#footer_sitemap_block {
display: none;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */

/*中央寄せの場合*/
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  width: 400px;
  margin: 390px auto 0;
  text-align: center;
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}

#copyright {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn1 {
  display:flex;
  position:fixed;
  top: 50px !important;
  right: 60px;
  z-index:9999;
  justify-content: space-between;
}


.fixed_btn1 a {
  display:block;
  width:auto;
  height:auto;
}


.fixed_btn1 a img{transition: 0.3s;}
.fixed_btn1 a:hover img{ opacity: 0; }
.fixed_btn1 :nth-child(1) a{background: url(/files/btn_officialsite_on.png) no-repeat center top;}
.fixed_btn1 :nth-child(2) a{background: url(/files/btn_gaten_on.png) no-repeat center top;}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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: var(--top_entry_title_color);
  height: 70px;
  line-height: 70px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*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: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.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: var(--entry_title_bg_w570_color);
}

/* 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: var(--half_entry_title_bg_color);
}

* .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: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .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: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.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: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}


/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}





/*  ■ テーブル
---------------------------------------------------------------------------------------------------- */

.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}




/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !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: var(--link_color);
  background: none transparent;
  color: var(--link_color) !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 var(--easys_standard_value007);
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}
.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: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}


/* 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 var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}


.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.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: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#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: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */



/* 対象のマージンを消す */
.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 {
  position: absolute;
  top: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
}


.ndb_01 {
  margin-top: 0 !important;position: relative;
}

.ndb_01 *[class*="title"] {
  display: none;
}
.ndb_01,
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ndb_01 .easys_content .sub_post .float_left {
  float: left !important;
}

.ndb_01 .easys_content .sub_post .float_right {
  float: right !important;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}

/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{opacity: 1;}
.f_up {transform: translateY(-100px);}
.f_down {transform: translateY(100px);}
.f_left {transform: translateX(-100px);}
.f_right {transform: translateX(100px);}
.moved {transform: translate(0px, 0px);}

.fuwa {
animation: fuwafuwa ease-out 2s infinite;
display: block;
background-repeat: no-repeat;
}
@keyframes fuwafuwa {
  0% {transform: translateY(0);}
  50%{transform: translateY(-10px);}
  100%{transform: translateY(0);}
}
/* ===========================================================================
     トップページ
=========================================================================== */

/*DB>簡単作業でスタート！2～3日で職人レベルに成長！
rqjl9ms44f7zi761ju37
--------------------------------------- */
#rqjl9ms44f7zi761ju37 {background: url(../files/design01_bg.png) no-repeat center top;}
#rqjl9ms44f7zi761ju37,
#rqjl9ms44f7zi761ju37 .easys_content_inner,
#rqjl9ms44f7zi761ju37 .entry_post {height: 1110px;}
#rqjl9ms44f7zi761ju37 .text_box {
  margin: 450px 0 0 auto;
  width: 900px;
  color: #fff;
}
#rqjl9ms44f7zi761ju37 .post_data{
    text-align: center;
}
#rqjl9ms44f7zi761ju37::before {
  content:"";
  display:block;
  position:absolute;
  top:0px;
  left:calc(50% - 1000px);
  z-index: 10;
  width:2000px;
  height:1110px;
  pointer-events:none;
  background:url(/files/design01_cover.png) no-repeat center top;
}


#rqjl9ms44f7zi761ju37 #img01 {
  background: url(../files/design01_img01.png) repeat-x left top;
  top: 610px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 260px;
  animation: loopdb1 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loopdb1 {
  to {
    background-position: top left -1950px;
  }
}
#rqjl9ms44f7zi761ju37 #img02 {
background-image: url(../files/design01_img04.png);
width: 140px;
height: 140px;
top: 620px;
left: calc(50% - 570px);
}

#rqjl9ms44f7zi761ju37 #img03 {
background-image: url(../files/design01_img02.png);
width: 330px;
height: 220px;
top: 670px;
left: calc(50% - 220px);
}

#rqjl9ms44f7zi761ju37 #img04 {
background-image: url(../files/design01_img03.png);
width: 570px;
height: 450px;
top: 570px;
left: calc(50% - 0px);
transition-delay: 0.3s;
}
#rqjl9ms44f7zi761ju37::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 2px;
  background: #0442ae;
  background:url(../files/bnrmany_cover.png) no-repeat center top;
  content: '';
  transform: translateX(-50%);
  pointer-events: none;
}

/*バナー＞三連バナー（※top）
kcmsnr7izd32v83x14za
--------------------------------------- */


#kcmsnr7izd32v83x14za {
  -webkit-clip-path:inset(0);
  clip-path:inset(1px 0 0 0);
  height:1190px;
  overflow: hidden;
  position: relative;
}
#kcmsnr7izd32v83x14za::after {
  content:"";
  display:block;
  position:absolute;
  top:0px;
  left:calc(50% - 1000px);
  z-index:0;
  width:2000px;
  height:1190px;
  background:url(../files/bnrmany_cover.png) no-repeat center top;
}
#kcmsnr7izd32v83x14za::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(/files/bnrmany_bg.jpg) no-repeat center center / cover;
    z-index: -1;
  }

#kcmsnr7izd32v83x14za .easys_content_inner
{
    width: 1220px;
    padding:580px 0 0;
    position: relative;
    z-index: 10;
}
 
#kcmsnr7izd32v83x14za .img_display {
    display: flex;
    justify-content: space-between;
}
 
#kcmsnr7izd32v83x14za .field_3col {
  position:unset;
  z-index:10;
  width:calc(100% / 3) !important;
  margin:0;
  pointer-events:visible;
}
#kcmsnr7izd32v83x14za .field_3col .eyecatch{width: 100% !important;}

 
#kcmsnr7izd32v83x14za .field_3col:nth-child(2){
  transition-delay: 0.2s;
}
 
#kcmsnr7izd32v83x14za .field_3col:nth-child(3){
  transition-delay: 0.4s;
}
#kcmsnr7izd32v83x14za .eyecatch a{
  height: 100%;
  display: block;
}

#kcmsnr7izd32v83x14za .img_display .clear_float {
    display: none;
}
    
#kcmsnr7izd32v83x14za .eyecatch a:hover img{ opacity: 1; }

#kcmsnr7izd32v83x14za .eyecatch a:hover{
  animation: bounce 1s ease-in-out 1;
}
@keyframes bounce {
  16.65% {
    transform: translateY(16px);
  }
  33.3% {
    transform: translateY(-12px);
  }
  49.95% {
    transform: translateY(8px);
  }
  66.6% {
    transform: translateY(-4px);
  }
  83.25% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}

#kcmsnr7izd32v83x14za #img01 {
background-image: url(../files/bnrmany_img.png);
width: 669px;
height: 510px;
top: 140px;
left: calc(50% + 330px);
}

/*DB>経験ゼロからスタートOK！安心の教育体制
g4ctqbv4y8yr89d493yf
--------------------------------------- */
#g4ctqbv4y8yr89d493yf {background: url(../files/design02_bg.png) no-repeat center top;}
#g4ctqbv4y8yr89d493yf,
#g4ctqbv4y8yr89d493yf .easys_content_inner,
#g4ctqbv4y8yr89d493yf .entry_post {height: 1055px;}
#g4ctqbv4y8yr89d493yf .text_box {
  margin: 610px auto 0 0;
  width: 480px;
  color: #fff;
}

#g4ctqbv4y8yr89d493yf #img01 {
background-image: url(../files/design02_img01.png);
width: 710px;
height: 720px;
top: 65px;
left: calc(50% + 45px);
}
#g4ctqbv4y8yr89d493yf #img02 {
background-image: url(../files/design02_img02.png);
width: 410px;
height: 330px;
top: 550px;
left: calc(50% + 45px);
}
#g4ctqbv4y8yr89d493yf #img03 {
width: 165px;
height: 175px;
top: 550px;
left: calc(50% + 390px);
transition-delay: 0.2s;
}
#g4ctqbv4y8yr89d493yf #img03 .fuwa{
  display: block;
  width: 165px;
  height: 175px;
  background: url(../files/design02_img03.png) no-repeat;
  animation-delay: 1s;
  animation: fuwafuwa ease-out 2s infinite;
}
/*DB>即日入寮OK！日雇い・短期も歓迎
hm3lhmd2dbubcwtkt3un
--------------------------------------- */
#hm3lhmd2dbubcwtkt3un {background: url(../files/design03_bg.png) no-repeat center top;}
#hm3lhmd2dbubcwtkt3un,
#hm3lhmd2dbubcwtkt3un .easys_content_inner,
#hm3lhmd2dbubcwtkt3un .entry_post {height: 1098px;}
#hm3lhmd2dbubcwtkt3un::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 1098px;
z-index: 10;
background: url(/files/design03_cover.png) no-repeat center top;
pointer-events: none;
}
#hm3lhmd2dbubcwtkt3un .text_box {
  margin: 690px 0 0 auto;
  width: 960px;
  color: #fff;
}
#hm3lhmd2dbubcwtkt3un .post_data{
    text-align: center;
}
#hm3lhmd2dbubcwtkt3un #img01 {
background-image: url(../files/design03_img01.png);
width: 530px;
height: 280px;
top: 210px;
left: calc(50% - 70px);
}
#hm3lhmd2dbubcwtkt3un #img02 {
width: 160px;
height: 140px;
top: 320px;
left: calc(50% + 290px);
transition-delay: 0.2s;
}
#hm3lhmd2dbubcwtkt3un #img02 .fuwa{
  display: block;
width: 160px;
height: 140px;
background-image: url(../files/design03_img02.png);
animation-delay: 1s;
animation: shake .1s infinite;
}
@keyframes shake {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
#hm3lhmd2dbubcwtkt3un::after {
  position: absolute;
  top: 855px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 160px;
  background: url(../files/design03_slide.png) repeat-x left top;
  content: '';
  animation: loopdb3 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loopdb3 {
  to {
    background-position: top left -2330px;
  }
}

/*DB>働きやすさ抜群！従業員同士の横の繋がりが強みです
burbbg7d1q9tei85wciw
--------------------------------------- */
#burbbg7d1q9tei85wciw {background: url(../files/design04_bg.png) no-repeat center top;}
#burbbg7d1q9tei85wciw,
#burbbg7d1q9tei85wciw .easys_content_inner,
#burbbg7d1q9tei85wciw .entry_post {height: 1180px;}
#burbbg7d1q9tei85wciw .text_box {
  margin: 850px -100px 0 auto;
  width: 760px;
  color: #fff;
}

#burbbg7d1q9tei85wciw #img01 {
background-image: url(../files/design04_img01.png);
width: 600px;
height: 410px;
top: 560px;
left: calc(50% - 760px);
}
#burbbg7d1q9tei85wciw #img02 {
width: 190px;
height: 140px;
top: 615px;
left: calc(50% - 350px);
transition-delay: 0.2s;
}
#burbbg7d1q9tei85wciw #img02 .fuwa{
width: 190px;
height: 140px;
background-image: url(../files/design04_img02.png);
animation-delay: 1s;
}
/*バナー＞お問い合わせ（※top）
ulhozg2fxrgozj69roqh
--------------------------------------- */
#ulhozg2fxrgozj69roqh{position: relative;margin: 250px 0;}
#ulhozg2fxrgozj69roqh:hover{
  animation: bounce 1s ease-in-out 1;
}

#ulhozg2fxrgozj69roqh .easys_content_inner{width: calc(100% * (1600/2000));padding:0;}

#ulhozg2fxrgozj69roqh .margin-bottom_50{margin-bottom: 0;}

#ulhozg2fxrgozj69roqh .eyecatch{position: relative;}
#ulhozg2fxrgozj69roqh .slide {
  display:block;
  position:absolute;
  top:1.5vw;
  left:10vw;
  width: calc(100% * (1597/2000));
  height:0;
  padding-top: 17vw;
  overflow:hidden;
  border-radius:10vw;
  z-index: 9;
}
@media screen and (max-width: 1316px) {
#ulhozg2fxrgozj69roqh .slide{
  left: 133px;
  width: 1035px;
}

}

#ulhozg2fxrgozj69roqh .slide::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: calc(100%*((1245*3)/2000));
  height: calc(100%*(420/420));
  background: url(../files/bnr_contact_slide.png) repeat-x left center/ auto 120%;
  content: '';
  animation: loopbnr 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loopbnr {
0% {transform: translateX(0%);}
100% {transform: translateX(calc(-100%/3));}
}
#ulhozg2fxrgozj69roqh .eyecatch:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  height:100%;
  transition:opacity 0.5s ease 0s;
  pointer-events:none;
  opacity:0;
  background:url("/files/bnr_contact_cover_on.png") no-repeat center top /100%;
}
#ulhozg2fxrgozj69roqh .eyecatch:hover::before {opacity: 1;}

#ulhozg2fxrgozj69roqh .eyecatch a {
  display:block;
  position:relative;
  width:100%;
  height:100%;
}

#ulhozg2fxrgozj69roqh .eyecatch a img {
  transition:0.3s;
  position: relative;
  z-index: 10;
}



#ulhozg2fxrgozj69roqh .eyecatch a:before,
#ulhozg2fxrgozj69roqh .eyecatch a:after {
content: '';
display: block;
position: absolute;z-index: 2;
top: 0;left: 0;opacity: 0;
width: 100%;height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
}
#ulhozg2fxrgozj69roqh .eyecatch a:before {
  background:url("/files/bnr_contact_bg_off.png") no-repeat center top /100%;
}
#ulhozg2fxrgozj69roqh .eyecatch a:after {
  z-index: 3;
  background:url("/files/bnr_contact_bg_on.png") no-repeat center top /100%;
}
#ulhozg2fxrgozj69roqh .eyecatch a::before {opacity: 1;}
#ulhozg2fxrgozj69roqh .eyecatch a:hover::after {opacity: 1;}



/*コンテンツ画像
mavxfdfmjnm6tjqq1aj9
--------------------------------------- */
#mavxfdfmjnm6tjqq1aj9 div{
  margin:0;
}
#mavxfdfmjnm6tjqq1aj9 .easys_content_inner{
width: 2000px;
position: relative;
left: calc(50% - 1000px);
padding:0;
}

/*DB>ライフワークバランスがしっかり
zeambe6w2e740tx7jv2j
--------------------------------------- */

#zeambe6w2e740tx7jv2j {background: url(../files/design05_bg.png) no-repeat center top;}
#zeambe6w2e740tx7jv2j,
#zeambe6w2e740tx7jv2j .easys_content_inner,
#zeambe6w2e740tx7jv2j .entry_post {height: 1490px;}
#zeambe6w2e740tx7jv2j .text_box {
  margin: 1160px 0 0 auto;
  width: 960px;
  color: #ffffff;
}
#zeambe6w2e740tx7jv2j .post_data{
    text-align: center;
}
#zeambe6w2e740tx7jv2j #img01 {
width: 340px;
height: 110px;
top: 500px;
left: calc(50% - 490px);
}
#zeambe6w2e740tx7jv2j #img01 .fuwa{
  display: block;
width: 340px;
height: 110px;
background-image: url(../files/design05_img01.png);
animation-delay: 1s;
}

#zeambe6w2e740tx7jv2j #img02 {
  top:500px;
  left:calc(50% + 45px);
  width:450px;
  height:110px;
  transition-delay:0.2s;
}
#zeambe6w2e740tx7jv2j #img02 .fuwa{
  display: block;
width: 450px;
height: 110px;
background-image: url(../files/design05_img02.png);
animation-delay: 1s;
}

/*バナー＞ガテン職/本サイト（※top）
uc0fa28xdlkfcu3h6kok
--------------------------------------- */
#uc0fa28xdlkfcu3h6kok{
  background: url(/files/design06_bg_01.png) no-repeat center top;
  height: 464px;
}
#uc0fa28xdlkfcu3h6kok .easys_content_inner{width: 1250px;padding: 198px 0 0;}

#uc0fa28xdlkfcu3h6kok .field_2col{width: 625px !important; margin: 0;}

#uc0fa28xdlkfcu3h6kok .field_2col .eyecatch{width: 100% !important;}

#uc0fa28xdlkfcu3h6kok .eyecatch a{
display: block;
width: 100%;
height: 100%;
position: relative;
}
#uc0fa28xdlkfcu3h6kok .eyecatch a img{transition: 0.3s;}

#uc0fa28xdlkfcu3h6kok .eyecatch a:hover img{ opacity: 0; }

#uc0fa28xdlkfcu3h6kok .float_left a
{ background: url('/files/bnrhalf_gaten_on.png') no-repeat center top/100%;}
#uc0fa28xdlkfcu3h6kok .float_right a
{ background: url('/files/bnrhalf_corporate_on.png') no-repeat center top/100%;}

/*DB>とにかく受け入れ体制万全！
ry2hbfelgwgoxnpph9gb
--------------------------------------- */
#ry2hbfelgwgoxnpph9gb {background: url(../files/design06_bg_02.png) no-repeat center top;}
#ry2hbfelgwgoxnpph9gb,
#ry2hbfelgwgoxnpph9gb .easys_content_inner,
#ry2hbfelgwgoxnpph9gb .entry_post {height: 1236px;}
#ry2hbfelgwgoxnpph9gb .text_box {
  margin: 690px 0 0 auto;
  width: 480px;
  color: #fff;
}
#ry2hbfelgwgoxnpph9gb #img01 {
background-image: url(../files/design06_img03.png);
width: 300px;
height: 180px;
top: 130px;
left: calc(50% - 580px);
opacity: 0;
transform: scale(2);
  transform-origin: center;
  transition: 1s ease 0s;
}
#ry2hbfelgwgoxnpph9gb #img01.moved{transform: scale(1)!important;opacity: 1;}

#ry2hbfelgwgoxnpph9gb #img02 {
background-image: url(../files/design06_img01.png);
width: 360px;
height: 520px;
top: 130px;
left: calc(50% + 190px);
}
#ry2hbfelgwgoxnpph9gb #img03 {
background-image: url(../files/design06_img02.png);
width: 460px;
height: 460px;
top: 560px;
left: calc(50% - 480px);
}

/*DB>(slide)盟友技建株式会社のみんなの声聞いてみました！
w8tvt4h6p3s58otgp89s
--------------------------------------- */
#w8tvt4h6p3s58otgp89s {background: url(../files/design07_bg.png) no-repeat center top;height: 930px;position: relative;}
#w8tvt4h6p3s58otgp89s::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 930px;
z-index: 2;
background: url(/files/design07_ttl.png) no-repeat center top;
pointer-events: none;
}
#w8tvt4h6p3s58otgp89s::after {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 340px;
  background: url(../files/design07_slide02.png) repeat-x left top;
  content: '';
  animation: loopslider 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loopslider {
  to {
    background-position: top left 2080px;
  }
}
#w8tvt4h6p3s58otgp89s .easys_content_inner {
  width: 100%;
  padding-top: 490px;
}

#w8tvt4h6p3s58otgp89s .db_slider {
  pointer-events: none;
  position: relative;
  z-index: 10;
}

#w8tvt4h6p3s58otgp89s .db_slider button {
  display: none !important;
}

#w8tvt4h6p3s58otgp89s .slick-slide {
  margin: 0 50px !important;
  position: relative;
}

#w8tvt4h6p3s58otgp89s .slick-slide img {
  object-position: bottom;
}

#w8tvt4h6p3s58otgp89s .slick-slide p{
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/*DB>採用メッセージ
eykdei1fxuwmiarm8fny
--------------------------------------- */

#eykdei1fxuwmiarm8fny {background: url(../files/design08_bg.png) no-repeat center top;}
#eykdei1fxuwmiarm8fny,
#eykdei1fxuwmiarm8fny .easys_content_inner,
#eykdei1fxuwmiarm8fny .entry_post {height: 870px;}
#eykdei1fxuwmiarm8fny .text_box {
  margin: 450px 0 0 auto;
  width: 960px;
}
#eykdei1fxuwmiarm8fny .post_data{
    text-align: center;
}

#eykdei1fxuwmiarm8fny #img01 {
background-image: url(../files/design08_img02.png);
width: 220px;
height: 150px;
top: 280px;
left: calc(50% - 650px);
}
#eykdei1fxuwmiarm8fny #img02 {
background-image: url(../files/design08_img03.png);
width: 380px;
height: 160px;
top: 590px;
left: calc(50% + 290px);
}
