@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #5ac439;
  --border_color: #666666;
  --table_border_color: #ffffff;
  --th_background_color: #ccf696;
  --td_background_color: #ccf696;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #5ac439;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #5ac439;
  --entry_title_bg_color: #ffffff;
  --blog_title_color: #111111;
  --sub_entry_title_bg_color: #111111;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #111111;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #111111;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #111111;
  --footnavi_color: #ffffff;
  --address_color: #ffffff;
  --copy_color: #ffffff;
  --kdb_background_color:transparent;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1035;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: ★;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:0px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:240px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:55px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height:50px; /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin:10px; /* サイド固定ボタンの間隔 */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;

  --transition-duration: 0.3s;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color) url("../files/html_bg.jpg") ;
  background: none var(--basic_background_color);

  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

/*トップページ----------------------------------*/
body#page_6 {
  background: none transparent;
  /* background: url("../files/body_top_bg.jpg") no-repeat center top/100%;*/
  /*background-position-y:100px;*/
}

/*中ページ----------------------------------*/
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%;*/
  /*background-position-y:100px;*/

}
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;
}
#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 {
  padding: 0 0 calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0;
  background: url("../files/top_header_cover.png") no-repeat center top/100%; 
  /*background-position-y:100px;*/
}

/*中ページ*/
#branding_box {
  position: relative;
  z-index: 500;
  /* padding: 0 0 calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0; */
  height: 0px;
  /*height: 100px;*/
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  top: calc(25 / var(--easys_naka_main_h) * 100%);
  left:50px; 
}

#page_6 #site-description {
  top: calc(15 / var(--easys_top_main_h) * 100%);
}



#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ @logo
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}
/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  top: calc(65 / var(--easys_naka_main_h) * 100%);
  left: calc(100 / var(--easys_max_width) * 100%);
  background: url("../files/main_logo.png")no-repeat center top;
  width: 350px;
  height: 140px; 
}


#page_6 #header_information .main_header a img {
top: calc(65 / var(--easys_top_main_h) * 100%);
}




/*  グローバルナビ　@navi
---------------------------------------------------------------------------------------------------- */
#access {
display: none;
}


/*  メイン画像 @main
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  /*top: 100px;*/
  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%;
}
/* #video_teaser #img01 {
  top: calc(230 / var(--easys_top_main_h) * 100%);
  left: 0;right: 0;
  margin: 0 auto;
  width:calc(1100 / var(--easys_max_width) * 100%);
  height:calc(350 / var(--easys_top_main_h) * 100%);
  background-image:url(../files/main_catch_01.png);
  background-size:100%;
  overflow:hidden;
  transition:0.6s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#video_teaser #img02 {
  top: calc(600 / var(--easys_top_main_h) * 100%);
  left: 0;right: 0;
  margin: 0 auto;
  width:calc(950 / var(--easys_max_width) * 100%);
  height:calc(220 / var(--easys_top_main_h) * 100%);
  background-image:url(../files/main_catch_02.png);
  background-size:100%;
  overflow:hidden;
  transition:0.6s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-delay: .2s;
}
#video_teaser.loaded .design_block {
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
} */

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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 
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footer_h: 700px;
  --footer_navi_bottom: 150px;
  /*--footer_navi_left: 480px;*/
  --footer_add_bottom: 230px;
  /*--footer_add_left: 480px;*/
  --footer_copy_bottom: 30px;
  /*--footer_copy_left: 480px;*/
}
 
#footer_block {
  position: relative;
  height: var(--footer_h);
  background: url(../files/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height:  var(--footer_h);
  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_sitemap_block {
  position: absolute;
  bottom: var(--footer_navi_bottom);
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}
 
#footer-widget-area .widget-area{
position: absolute;
bottom: var(--footer_navi_bottom);
left: calc(50% -  var(--footer_navi_left));
}


#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
} */



/*  フッター情報
---------------------------------------------------------------------------------------------------- */

.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}



#footer_information{
  position: absolute;
  bottom: var(--footer_add_bottom);
  left: 0;
  right: 0;
}

#footer_information .entry-post {
  width: 450px;
  margin: 0 auto 0;
  text-align: center;
}

 


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}
/*#footer_information .entry-post .post-data > p:nth-of-type(2) {
  font-size: 20px;font-weight: bold;
}*/


/*  フッター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;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}

#copyright {
  position: absolute;
  bottom:var(--footer_copy_bottom);
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
 


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  position:fixed;
  top:65px;
  right:85px;
  z-index:1000;
  pointer-events:none;
  display: flex;
  gap:0px;
}
.fixed_side_btn div {
  position:relative;
  width:82px;
  height:82px;
  overflow:hidden;
  pointer-events:auto;
}

.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}

.fixed_side_btn div a:hover{
  opacity:0.8;
}

.fixed_side_btn .map a {
    background-image:url(../files/btn_access.png);
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
}
.fixed_side_btn .hp{
  width: 250px;
}
.fixed_side_btn .hp a {
  background-image:url(../files/btn_official.png);
}



/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}
@media screen and (min-width: 2000px) {
.fixed_side_btn{right: calc(50% - 915px);}

}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}
/*#float_top_btn{
  bottom: 50px;
  right: 50px;
}*/

@media (min-width: 2000px) {
#float_top_btn {
  right:calc(50% - 980px);
}
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し @ttl
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 80px;line-height: 80px;
  /*padding-top: 40px*/
}
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: var(--font_size_20);
}
* .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: var(--font_size_20);
}
* .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: var(--font_size_15);
  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
---------------------------------------------------------------------------------------------------- */


/*  塗り
-------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: var(--th_background_color);
  color: var(--th_character_color);
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}



/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}



/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */


.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);
}


.nd_01.contents_block div{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.nd_01.contents_block .easys_content_inner{
width: 2000px;
position: relative;
left: calc(50% - 1000px);
padding:0 !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;
}

/* デザインブロック共通設定
--------------------------------------- */


.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 .post_data {
  text-align:justify;
}

.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;
}

/*追加画像*/
.design_block{
  position: absolute;
  z-index: 9;
  display: block;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
}

/*fade in Up/down/left/right------------------------------------*/

.f_u,.f_d ,.f_l ,.f_r {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.f_u {transform: translateY(-100px);}
.f_d {transform: translateY(100px);}
.f_l {transform: translateX(-100px);}
.f_r {transform: translateX(100px);}

.f_u.moved,.f_d.moved ,.f_l.moved ,.f_r.moved
 {transform: translate(0px, 0px);opacity: 1;}

/*View from left --------------------------- */

.f_img{
  overflow:hidden;
  transition:0.6s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.f_img.moved {
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}


/* ===========================================================================
     トップページ @db
=========================================================================== */

/*DB1>朝早く来て早く終われる！プライベートの時間を確保しやすい会社で働きませんか？
awx0avn8dhj7tbqaqake
--------------------------------------- */
#awx0avn8dhj7tbqaqake {background: url(../files/design_01_bg.jpg) no-repeat center top;}
#awx0avn8dhj7tbqaqake,
#awx0avn8dhj7tbqaqake .easys_content_inner,
#awx0avn8dhj7tbqaqake .entry_post {height: 1100px;}
#awx0avn8dhj7tbqaqake .text_box {
  margin: 870px auto 0;
  width: 740px;
}
#awx0avn8dhj7tbqaqake .post_data{
text-align: center;
}
#awx0avn8dhj7tbqaqake #img01 {
background-image: url(../files/design_01_ttl.png);
width: 900px;
height: 250px;
top:85px;
left: calc(50% - 450px);
}


/*DB2>ガラス運搬の業務内容とは？
hfoj135fkympcoomacsf
--------------------------------------- */
#hfoj135fkympcoomacsf {background: url(../files/design_02_bg.jpg) no-repeat center top;}
#hfoj135fkympcoomacsf,
#hfoj135fkympcoomacsf .easys_content_inner,
#hfoj135fkympcoomacsf .entry_post {height: 900px;}
#hfoj135fkympcoomacsf .text_box {
  margin: 380px auto 0 0;
  width: 460px;
}
#hfoj135fkympcoomacsf #img01 {
background-image: url(../files/design_02_ttl.png);
width: 400px;
height: 200px;
top: 145px;
left: calc(50% - 500px);
}
#hfoj135fkympcoomacsf #img02 {
background-image: url(../files/design_02_img.png);
width: 620px;
height: 620px;
top: 215px;
left: calc(50% + 40px);
}
#hfoj135fkympcoomacsf::before {
content: '';
display: block;
position: absolute;
top: 65px;
left: calc(50% + 250px);
z-index: 11;pointer-events: none;
background: url(/files/design_02_gimmick.png) no-repeat center top;
width: 260px;
height: 200px;
animation: fuwafuwa ease-out 2s infinite;
}
@keyframes fuwafuwa {
  0% {transform: translateY(0);}
  50%{transform: translateY(-20px);}
  100%{transform: translateY(0);}
}
/*DB3>求職者の方へメッセージ
egd0q8hkj5xddnkdha20
--------------------------------------- */
#egd0q8hkj5xddnkdha20 {background: url(../files/design_03_bg.jpg) no-repeat center top;}
#egd0q8hkj5xddnkdha20,
#egd0q8hkj5xddnkdha20 .easys_content_inner,
#egd0q8hkj5xddnkdha20 .entry_post {height: 900px;}
#egd0q8hkj5xddnkdha20 .text_box {
  margin: 440px 27px 0 auto;
  width: 430px;
}
#egd0q8hkj5xddnkdha20 #img01 {
background-image: url(../files/design_03_ttl.png);
width: 430px;
height: 200px;
top: 195px;
left: calc(50% - 0px);
}
#egd0q8hkj5xddnkdha20 #img02 {
background-image: url(../files/design_03_img.png);
width: 620px;
height: 620px;
top: 230px;
left: calc(50% - 650px);
}
#egd0q8hkj5xddnkdha20::before {
content: '';
display: block;
position: absolute;
top: -5px;
left: calc(50% - 410px);
z-index: 11;pointer-events: none;
background: url(/files/design_03_gimmick.png) no-repeat center top;
width: 300px;
height: 280px;
animation: fuwafuwa ease-out 2s infinite;
}

/*イメージ画像
b1kr2vlu2qnuoeqqhpvz
--------------------------------------- */
#b1kr2vlu2qnuoeqqhpvz {position: relative;}
#b1kr2vlu2qnuoeqqhpvz .easys_content_inner {
padding: calc(800 / 2000 * 100%) 0 0 0 !important;
        clip-path: inset(0);
-webkit-clip-path: inset(0);
width: 100%;
}
#b1kr2vlu2qnuoeqqhpvz div {margin-bottom: 0;line-height: 0;}
#b1kr2vlu2qnuoeqqhpvz .img_display {height: 0;}
#b1kr2vlu2qnuoeqqhpvz [class*='field_']:nth-of-type(1) img {
position: fixed;
top: 0;left: 0;z-index: -1;
width: 100vw;height: 100vh;
object-fit: cover;
}
#b1kr2vlu2qnuoeqqhpvz [class*='field_']:nth-of-type(2) img {
position: absolute;
top: 0;left: 0;
}
#b1kr2vlu2qnuoeqqhpvz::before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 2px;
  background: url(/files/para_cover.png) no-repeat bottom center/cover;
  content: '';
  transform: translateX(-50%);
  pointer-events: none;
}
/*バナー＞4連（※top）
ouijuhjbqsbdlehjf0g1
--------------------------------------- */
#ouijuhjbqsbdlehjf0g1{
background:url(/files/bnrmany_bg.jpg) no-repeat center top/100%;
position: relative;
}

#ouijuhjbqsbdlehjf0g1 .easys_content_inner{
width: 100%;
width: calc(100% * (1520/2000));
padding:calc(100% * (210/2000)) 0px calc(100% * (190/2000));}
 
#ouijuhjbqsbdlehjf0g1 .img_display {
    display: flex;
    justify-content: space-between;
}
 
#ouijuhjbqsbdlehjf0g1 [class*="field_"]{width: calc(100% / 4) !important; margin: 0;}
#ouijuhjbqsbdlehjf0g1 [class*="field_"] .eyecatch{width: 100% !important;}
 
#ouijuhjbqsbdlehjf0g1 .eyecatch a{
position: relative;
width: 100%;
height: 100%;
display: block;
}


#ouijuhjbqsbdlehjf0g1 .img_display .clear_float {
    display: none;
}
#ouijuhjbqsbdlehjf0g1 .eyecatch a img{transition: 0.3s;}
    
#ouijuhjbqsbdlehjf0g1 .eyecatch a:hover img{ opacity: 1;scale: 0.95; }

#ouijuhjbqsbdlehjf0g1::before {
  position: absolute;
  bottom: calc(100%*(55/800));
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100%*((2000*3)/2000));
  height: calc(100%*(100/800));
  background: url(../files/bnrmany_slide.png) repeat-x left top/ auto 100%;
  content: '';
  animation: bnr 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes bnr {
0% {transform: translateX(0%);}
100% {transform: translateX(calc(-100%/3));}
}
/*DB4>未経験ドライバーでも安心！
lpb09rznzr9lvt4mlsae
--------------------------------------- */
#lpb09rznzr9lvt4mlsae {background: url(../files/design_04_bg.jpg) no-repeat center top;}
#lpb09rznzr9lvt4mlsae,
#lpb09rznzr9lvt4mlsae .easys_content_inner,
#lpb09rznzr9lvt4mlsae .entry_post {height: 900px;}
#lpb09rznzr9lvt4mlsae .text_box {
  margin: 475px auto 0 -12px;
  width: 500px;
}
#lpb09rznzr9lvt4mlsae #img01 {
background-image: url(../files/design_04_ttl.png);
width: 430px;
height: 350px;
top: 115px;
left: calc(50% - 500px);
}
#lpb09rznzr9lvt4mlsae #img02 {
background-image: url(../files/design_04_img.png);
width: 620px;
height: 620px;
top: 225px;
left: calc(50% + 50px);
}
#lpb09rznzr9lvt4mlsae::before {
content: '';
display: block;
position: absolute;
top: 65px;
left: calc(50% + 300px);
z-index: 11;pointer-events: none;
background: url(/files/design_04_gimmick.png) no-repeat center top;
width: 300px;
height: 280px;
animation: fuwafuwa ease-out 2s infinite;
}

/*DB5>資格取得支援しております
tfa0zmup5sp8q2pefnhl
--------------------------------------- */
#tfa0zmup5sp8q2pefnhl {background: url(../files/design_05_bg.jpg) no-repeat center top;}
#tfa0zmup5sp8q2pefnhl,
#tfa0zmup5sp8q2pefnhl .easys_content_inner,
#tfa0zmup5sp8q2pefnhl .entry_post {height: 900px;}
#tfa0zmup5sp8q2pefnhl .text_box {
  margin: 480px -10px 0 auto;
  width: 480px;
}
#tfa0zmup5sp8q2pefnhl #img01 {
background-image: url(../files/design_05_ttl.png);
width: 410px;
height: 300px;
top: 155px;
left: calc(50% - 0px);
}
#tfa0zmup5sp8q2pefnhl #img02 {
background-image: url(../files/design_05_img.png);
width: 620px;
height: 640px;
top: 195px;
left: calc(50% - 660px);
}
#tfa0zmup5sp8q2pefnhl::before {
content: '';
display: block;
position: absolute;
top: 125px;
left: calc(50% - 640px);
z-index: 11;pointer-events: none;
background: url(/files/design_05_gimmick.png) no-repeat center top;
width: 280px;
height: 260px;
animation: fuwafuwa ease-out 2s infinite;
}

/*DB6>休みが取りやすい環境
ervn3i1lu2uaye7c0fye
--------------------------------------- */
#ervn3i1lu2uaye7c0fye {background: url(../files/design_06_bg.jpg) no-repeat center top;}
#ervn3i1lu2uaye7c0fye,
#ervn3i1lu2uaye7c0fye .easys_content_inner,
#ervn3i1lu2uaye7c0fye .entry_post {height: 900px;}
#ervn3i1lu2uaye7c0fye .text_box {
  margin: 460px auto 0 -6px;
  width: 460px;
}
#ervn3i1lu2uaye7c0fye #img01 {
background-image: url(../files/design_06_ttl.png);
width: 470px;
height: 300px;
top: 120px;
left: calc(50% - 500px);
}
#ervn3i1lu2uaye7c0fye #img02 {
background-image: url(../files/design_06_img.png);
width: 600px;
height: 660px;
top: 170px;
left: calc(50% + 60px);
}
#ervn3i1lu2uaye7c0fye::before {
content: '';
display: block;
position: absolute;
top: 100px;
left: calc(50% + 350px);
z-index: 11;pointer-events: none;
background: url(/files/design_06_gimmick.png) no-repeat center top;
width: 220px;
height: 220px;
animation: fuwafuwa ease-out 2s infinite;
}

/*DB7>ライフスタイルに合った働き方ができる
nod1xdrye7r0uch2pemn
--------------------------------------- */
#nod1xdrye7r0uch2pemn {background: url(../files/design_07_bg.png) no-repeat center top;}
#nod1xdrye7r0uch2pemn,
#nod1xdrye7r0uch2pemn .easys_content_inner,
#nod1xdrye7r0uch2pemn .entry_post {height: 900px;}
#nod1xdrye7r0uch2pemn .text_box {
  margin: 470px 0 0 auto;
  width: 440px;
}
#nod1xdrye7r0uch2pemn #img01 {
background-image: url(../files/design_07_ttl.png);
width: 500px;
height: 300px;
top: 140px;
left: calc(50% - 0px);
}
#nod1xdrye7r0uch2pemn #img02 {
background-image: url(../files/design_07_img.png);
width: 610px;
height: 610px;
top: 220px;
left: calc(50% - 650px);
}
#nod1xdrye7r0uch2pemn::before {
content: '';
display: block;
position: absolute;
top: 130px;
left: calc(50% - 500px);
z-index: 11;pointer-events: none;
background: url(/files/design_07_gimmick.png) no-repeat center top;
width: 280px;
height: 220px;
animation: fuwafuwa ease-out 2s infinite;
}

/*コンテンツ画像
w8nu3nyek033b10kaolv
--------------------------------------- */

/*募集要項
liperi5iopnhmuok31d4
--------------------------------------- */
#liperi5iopnhmuok31d4{
background: #f5fdea;
padding: 100px 0 50px;
}

