@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color:#ffffff;
  --body_text_color:#1f3c10;
  --link_color:#5cb531;
  --border_color:#666666;
  --table_border_color:transparent;
  --th_background_color:transparent;
  --td_background_color:#ebf4dd;
  --th_character_color:#1f3c10;
  --td_character_color:#1f3c10;
  --required_color:#315db4;
  --top_h1_color:#5cb531;
  --header_navigation_color:transparent;
  --top_entry_title_color:#1f3c10;
  --entry_title_bg_color:#ffffff;
  --blog_title_color:#333333;
  --sub_entry_title_bg_color:#1f3c10;
  --entry_title_bg_w570_color:#ffffff;
  --sub_entry_title_bg_w570_color:#1f3c10;
  --half_entry_title_bg_color:#1f3c10;
  --half_sub_entry_title_bg_color:#1f3c10;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#1f3c10;
  --footnavi_color:#5cb531;
  --address_color:#000000;
  --copy_color:#5cb531;
  --kdb_background_color: #eeeeee;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1035;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 800;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:0px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:200px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:80px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height:60px; /* サイド固定ボタンの高さ */
  --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;
}
/* =================================================================================================================== */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
::before,
::after {
  pointer-events: none;
}
html {
  /* background: var(--basic_background_color) url("../files/html_bg.jpg") repeat-x center top; */

  background: none var(--basic_background_color);

  scroll-padding-top: 0px;

  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  /*
  background: url("../files/body_bg.jpg") no-repeat center top;
  */
}
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;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  /* background: none transparent; */
  background: var(--basic_background_color);
}
#main {
  /* overflow: clip; */
  overflow: visible;
}

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);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  /* height: 80px; ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  background: none;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* height: 195px; */
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
  /* background: url(../files/top_header_cover.png) no-repeat center top/ 100%; */
  overflow: hidden;
}

/* 追加画像 */
#branding_box [class*="top_header_cover"]{
  left: 0;
  top: 0;
  width: 100%;
}
#branding_box [class*="top_header_cover"].moved{
  opacity: 1;
  transform: inherit;
}
#branding_box img{
  height: auto;
  max-width: 100%;
}

/* GSAPアニメーション用 */
#branding_box [class*="top_header_cover1"]{
  --start: top -10%;
  --end: bottom top;
}
#branding_box [class*="top_header_cover1"]{
  --val: 1;
  --startVal: 1;
  --endVal: 2;
  scale: var(--val);
  /* transition: scale 1s ease; */
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description{
  top: 91.5%;
  margin: 0 auto;
  position: absolute;
  left: 3.5%;
  line-height: 1.5;
  width: 13.5%;
  z-index: 2;
}
#page_6 #site-description{
  left: 3%;
  top: 71%;
}
#site-description a{
  color: var(--top_h1_color);
  display: inline;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  background: url(../files/main_logo.png) no-repeat left top;
  height: 141px;
  left: 52px;
  position: absolute;
  top: 48px;
  width: 160px;
  z-index: 1;
}
#header_information .post-data{
  height: 100%;
  width: 100%;
}
#header_information .main_header{
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header_information .main_header a{
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
#header_information .main_header a img{
  display: block;
  height: 100%;
  width: 100%;
}
/* gナビ上部固定 */
/* #header_information:has(~ #access.fixed){
  background: url(../files/main_logo02.png) no-repeat left top;
  height: 70px;
  position: fixed;
  width: 290px;
  z-index: 3;
}

@media( min-width: 2000px ){
  #header_information:has(~ #access.fixed){
    left: calc(50% - 1000px);
  }
} */

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  --gnavi01: 160px;
  --gnavi02: 160px;
  --gnavi03: 160px;
  --gnavi04: 160px;
  --gnavi05: 160px;
  --gnavi06: 160px;
}
#access {
  display: flex;
  justify-content: flex-end;
  /* CSSレスポンシブ用*/
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  display: none;
}
#access .menu-header #menu-gnavi {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  pointer-events: all;
}
#access .menu-header #menu-gnavi > li > a {
  height: 70px;
  background: url("../files/topnavi.png") no-repeat center top;
  line-height: 70px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(1) > a {
  width: var(--gnavi01);
  background-position-x: left;
}
#access .menu-header #menu-gnavi > li:nth-of-type(2) > a {
  width: var(--gnavi02);
  background-position-x: calc((var(--gnavi01)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(3) > a {
  width: var(--gnavi03);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(4) > a {
  width: var(--gnavi04);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(5) > a {
  width: var(--gnavi05);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1);
}
#access .menu-header #menu-gnavi > li:nth-of-type(6) > a {
  width: var(--gnavi06);
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04) + var(--gnavi05)) * -1);
}
#access .menu-header #menu-gnavi > li > a:hover {
  background-position-y: bottom;
}
/* #access .menu-header #menu-gnavi > li > a::before {
  background: #ffffff;
  bottom: 12px;
  clip-path: inset(0 50%);
  content: "";
  display: block;
  height: 1px;
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  transition: clip-path 0.3s ease;
  width: 100%;
}
#access .menu-header #menu-gnavi > li > a:hover::before{
  clip-path: inset(0);
} */
/* Gナビ上部固定(最大2000pxを維持) */
#access.fixed {
  background-color: #1d6fcb;
  inset-inline: 0;
  margin: 0 auto;
  max-width: calc(var(--easys_max_width)*1px);
  min-width: 960px;
  pointer-events: all;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* #access.fixed .menu-header {
  background-color: transparent;
  display: flex;
  justify-content: center;
  width: 100%;
}
#access.fixed .menu-header #menu-gnavi {
  margin-right: 0;
} */


/* プルダウンメニュー */
#access ul li ul li {
  border-bottom: 1px dotted var(--border_color);
}
#access ul li ul li a {
  padding: 15px 10px;
  background-color: var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em;
}
#access ul li ul li a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

/* カレントページのメニュー */
#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: var(--easys_standard_value003);
}
#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: var(--easys_standard_value004);
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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;
  overflow: hidden;
}

#video_teaser,
#jquery_slider_pc{
  background: url(../files/top_body_bg.jpg) no-repeat center top/ 100%;
  clip-path: inset(0);
  position: fixed;
  width: clamp(var(--easys_min_width)*1px, 100%, var(--easys_max_width)*1px);
  z-index: -1;
}

#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{
  background: url(../files/body_bg.png) no-repeat center bottom/100%;
} */

#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: 450px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 450px;
  background: none;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /*絶対値指定する時  */
  position: absolute;
  top: 353px;
  inset-inline: 0;
  margin: 0 auto;
  pointer-events: none;
  width: auto;
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  line-height: 1;
  text-align: center;
  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);
  /* border: none; */
  color: #000000;
  font-weight: 500;
  line-height: 1;
  pointer-events: all;
}
#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 .entry-post {
  margin: 290px auto 0;
  width: max-content;
  text-align: center;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#footer_information{
    position: absolute;
    top: 180px;
    left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッター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 {
  bottom: 28px;
  inset-inline: 0;
  /* margin: 0 auto; */
  position: absolute;
  width: max-content;
}
/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position:fixed;
  bottom:var(--fixed_side_btn_bottom);
  inset-inline: 0;
  margin-inline: auto;
  z-index:1000;
  width: clamp(0px, 100%, 2000px);
  overflow: hidden;
  pointer-events:none;
}

/* .fixed_side_btn{
  opacity: 0;
  transition: opacity .5s;
}

.fixed_side_btn.fixed{
  opacity: 1;
}

.fixed_side_btn div{ 
  height: 60px;
  pointer-events: none;
}

.fixed_side_btn.fixed div{
  pointer-events:auto;
} */

.fixed_side_btn div {
  position:relative;
  width:var(--fixed_side_btn_width_full);
  height:var(--fixed_side_btn_height);
  margin-bottom:var(--fixed_side_btn_margin);
  overflow:hidden;
  transition:transform 0.3s ease;
  transform: translateX(calc(100% - var(--fixed_side_btn_width_collapsed)));
  pointer-events:auto;
  margin-left: auto;
}
.fixed_side_btn div:last-child {
  margin-bottom:0;
}
.fixed_side_btn div:hover {
  transition:transform 0.5s ease;
  transform:translateX(0px);
}
.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 .gaten a {
  background-image:url(../files/btn_gaten.png);
}
.fixed_side_btn .map a {
  background-image:url(../files/btn_map.png);
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
}
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog.png);
}

/* SNSボタン */
.fixed_side_btn .line a {
  background-image:url(../files/btn_line.png);
}
.fixed_side_btn .instagram a {
  background-image:url(../files/btn_insta.png);
}
.fixed_side_btn .facebook a {
  background-image:url(../files/btn_fb.png);
}
.fixed_side_btn .youtube a {
  background-image:url(../files/btn_youtube.png);
}
.fixed_side_btn .tiktok a {
  background-image:url(../files/btn_tiktok.png);
}
.fixed_side_btn .threads a {
  background-image:url(../files/btn_threads.png);
}

/* 個別ボタンの高さ調整 */
/* .fixed_side_btn .gaten {
  height: 150px;
} */

/* 2000幅を超えた時 */
/* #wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}

@media (min-width: 2000px) {
  .fixed_side_btn {
    left:calc(50% + 1000px - var(--fixed_side_btn_width_collapsed));
    width:var(--fixed_side_btn_width_collapsed);
  }
  .fixed_side_btn div {
    transform:translateX(0);
  }

  .fixed_side_btn div:hover {
    transform:translateX(calc((var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)) * -1));
  }
} */


.fixed_side_hp{
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1000;
}

.fixed_side_hp::after{
  background: url(../files/btn_corporate_on.png) no-repeat left top;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1000;
}

.fixed_side_hp:hover::after{
  opacity: 1;
}

.fixed_side_hp img{
  transition: opacity 0.3s ease;
}

/* .fixed_side_hp:hover img{
  opacity: 0;
} */

@media(min-width:2000px){
  .fixed_side_hp{
    right: calc(50% - 1000px + 30px);
  }
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img{
  opacity: .8;
}
:root{
  /* トップに戻るボタン */
  --float_top_btn_w: 70px;
  --float_top_btn_x: 20px;
}
#float_top_btn{
  bottom: 20px;
  display: flex;
  gap: 10px;
  right: var(--float_top_btn_x);
  width: auto;
}

.float_btn_contact{
  position: relative;
}

.float_btn_contact::after{
  background: url(../files/btn_contact_on.png) no-repeat left top;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}

.float_btn_contact:hover::after{
  opacity: 1;
}

.float_btn_contact img{
  transition: opacity 0.3s ease;
}

.float_btn_contact:hover img{
  opacity: 0;
}


@media(min-width:2000px){
  #float_top_btn{
    right: calc(50% - 1000px + var(--float_top_btn_x));
  }
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  box-sizing: border-box;
  color: var(--top_entry_title_color);
  height: 100px;
  line-height: 1;
  padding-top: 60px;
}
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;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar)  {
  border: solid 1px var(--table_border_color);
  background-color: var(--td_background_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none;
  background: none transparent;
color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0px !important;}


/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

/*  置きEASYS専用（html.okieasys時のみ適用）
---------------------------------------------------------------------------------------------------- */
/* ヘッダー */
html.okieasys #header_information .main_header a {
  font-size: 24px;
  color: var(--body_text_color);
  padding-block: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 500;
}
html.okieasys #branding_box {
  background: none;
}
/* フッター */
html.okieasys #footer_box {
  background: none;
}
html.okieasys #footer_information .entry-post .post-data .footer_sitename {
  font-size: 20px;
}

/* リンク画像ホバー時 opacity調整 */
.field_1col a:hover img,
.field_2col a:hover img,
.field_3col a:hover img,
.field_4col a:hover img,
.field_5col a:hover img{
  opacity: 1;
}

/* LPまたはONE 詳細ページ以外の #page_6 のpadding削除 */
#page_6:not(.detail) #jquery_slider_pc + #outer_block,
#page_6:not(.detail) #video_teaser + #outer_block{
  padding-top: 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;
}

/*全体フェードイン　DB,Dブロックは解除*/
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner{
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
}

.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner.moved{
  opacity: 1;
  transform: none;
}

/* DBフェードインアニメーション */
.ndb_01 .text_box{
  overflow: visible;
}

.ndb_01 .post_data{
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
}

.ndb_01 .post_data.moved{
  opacity: 1;
  transform: none;
}

/* アニメーション画像 */
.add-image,
.add-image img{
  display: block;
  pointer-events: none;
  width: max-content;
}

.add-image:not(.gsap):not([class*="css-"]):not(.animation-slide-in),
.add-image:not(.gsap):not([class*="css-"]):not(.animation-slide-in) img{
  transition: clip-path 1.3s ease,
  filter 1.3s ease,
  opacity 1.3s ease,
  scale 1.3s ease,
  transform 1.3s ease;
}

.add-image{
  position: absolute;
  z-index: 1;
}

/* フェードイン後 */
.add-image.moved:not(.gsap):not([class*="css-"]):not(.animation-slide-in),
.add-image.moved:not(.gsap):not([class*="css-"]):not(.animation-slide-in) img{
  filter: none;
  opacity: 1;
  scale: 1;
  transform: none;
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip.moved{
  clip-path: inset(0);
}

.add-image img{
  height: auto;
}

/* blur */
.animation-blur{
  filter: blur(10px);
  opacity: 0;
}

.animation-blur.moved{
  filter: none;
  opacity: 1;
}

/* clip-path */
.animation-clip-from-bottom{
  clip-path: inset(100% 0 0 0);
}

.animation-clip-from-center-y{
  clip-path: inset(50% 0);
}

.animation-clip-from-center-x{
  clip-path: inset(0 50%);
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip-from-top{
  clip-path: inset(0 0 100% 0);
}

/* general */
.animation-from-bottom{
  opacity: 0;
  transform: translateY(100px);
}

.animation-from-left{
  opacity: 0;
  transform: translateX(-100px);
}

.animation-from-right{
  opacity: 0;
  transform: translateX(100px);
}

.animation-from-top{
  opacity: 0;
  transform: translateY(-100px);
}

.animation-min-from-bottom{
  opacity: 0;
  transform: translateY(20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-right{
  opacity: 0;
  transform: translateX(20px);
}

.animation-min-from-top{
  opacity: 0;
  transform: translateY(-20px);
}

/* hidden */
.animation-hidden-from-bottom{
  overflow: hidden;
}

.animation-hidden-from-bottom img{
  opacity: 0;
  transform: translateY(100%);
  transition-duration: 2s;
}

.animation-hidden-from-bottom.moved img{
  opacity: 1;
  transform: none;
}

/* opacity */
.animation-opacity{
  opacity: 0;
}

/* rotate */
.animation-rotate-from-left{
  opacity: 0;
  transform: rotate(-30deg);
  transform-origin: right bottom;
}

/* scale */
.animation-scale{
  opacity: 0;
  transition-duration: 0.6s !important;
  scale: 0;
}

.animation-scale.moved{
  opacity: 1;
  scale: 1;
}

/* slide-in */
.animation-slide-in{
  clip-path: inset(0 100% 0 0);
  --slide-in-duration: .8s;
  --slide-in-timing-function: ease;

/* transform: translateX(-20px); */
  transition: clip-path var(--slide-in-duration) var(--slide-in-timing-function),
  transform var(--slide-in-duration) var(--slide-in-timing-function);
  z-index: 1;
}

.animation-slide-in.moved{
  clip-path: inset(0);
  transform: none;
}

.animation-slide-in::after{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.animation-slide-in::after{
  clip-path: inset(0);
  left: -100%;
  transition: clip-path var(--slide-in-duration) var(--slide-in-duration) var(--slide-in-timing-function),
  left var(--slide-in-duration) var(--slide-in-timing-function);
  /* transition: clip-path var(--slide-in-duration); */
}

.animation-slide-in-3dca2e::after{
  background-color: #3dca2e;
}

.animation-slide-in.moved::after{
  clip-path: inset(0 0 0 100%);
  left: 0;
}

/* css */
.css-bounce{
  opacity: 0;
}

.css-bounce-scale.moved{
  animation: css-bounce-scale .8s linear forwards;
}

@keyframes css-bounce-scale{
  0%{
    opacity: 0;
    transform: scale(1);
  }

  8%{
    opacity: 1;
    transform: scale(1.1);
  }

  17%{
    opacity: 1;
    transform: scale(1.2);
  }

  34%{
    opacity: 1;
    transform: scale(1);
  }

  51%{
    opacity: 1;
    transform: scale(1.1);
  }

  68%{
    opacity: 1;
    transform: scale(1);
  }

  84%{
    opacity: 1;
    transform: scale(1.05);
  }

  100%{
    opacity: 1;
    transform: scale(1);
  }
}

.css-bounce-shake-from-top.moved{
  animation: css-bounce-shake-from-top 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes css-bounce-shake-from-top {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}

.css-bounce-shake-from-left.moved{
  animation: css-bounce-shake-from-left 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes css-bounce-shake-from-left {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}

.css-floating{
  animation: css-floating 3s ease-in-out infinite;
}

@keyframes css-floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.css-rotate-from-left{
  animation: css-rotate-from-left 30s linear infinite;
}

@keyframes css-rotate-from-left {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.css-rotate-from-right{
  animation: css-rotate-from-right 30s linear infinite;
}

@keyframes css-rotate-from-right {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* DB共通 */
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post{
  width: 1100px;
}

.ndb_01 .headline_title{
  display: none;
}

/* ===========================================================================
   トップページ   pageID：6
=========================================================================== */

/*DB > 株式会社八幡電設って？まずは、私たちの仕事を知ってください！
luj2t21idueiyg9167y0
--------------------------------------- */
#luj2t21idueiyg9167y0{
  background: url(../files/design01_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
  z-index: 500;
}

#luj2t21idueiyg9167y0::after{
  background: url(../files/design01_cover.png) no-repeat center top;
  content: "";
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#luj2t21idueiyg9167y0 .easys_content_inner,
#luj2t21idueiyg9167y0 .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#luj2t21idueiyg9167y0 .easys_content_inner{
  position: relative;
}

#luj2t21idueiyg9167y0 .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 402px;
  width: 470px;
  z-index: 2;
}

#luj2t21idueiyg9167y0 .post_data,
#luj2t21idueiyg9167y0 .post_data :last-child{
  margin-bottom: 0;
}

#luj2t21idueiyg9167y0 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design01_ttl{
  inset-inline: 0;
  margin-inline: auto;
  top: 180px;
}
.design01_img1{
  left: calc(50% - 540px);
  top: 414px;
}
.design01_img2{
  left: calc(50% - 620px);
  top: 302px;
}
.design01_img3{
  left: calc(50% - 140px);
  top: 570px;
}
.design01_img4{
  left: calc(50% - 572px);
  top: 716px;
  z-index: 2;
}
.design01_img5{
 left: calc(50% - -380px);
 top: 720px;
}

.moved{
  .design01_img2,
  .design01_img3,
  .design01_img4{
    animation: css-bounce-scale .8s linear forwards;
    opacity: 1;
  }
}

/*コンテンツ画像 > 福利厚生について
xepmli7sj2g24bc2nanr
--------------------------------------- */
#xepmli7sj2g24bc2nanr{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

#xepmli7sj2g24bc2nanr div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#xepmli7sj2g24bc2nanr .easys_content_inner{
  width: 100%;
}

#xepmli7sj2g24bc2nanr .field_1col img{
  margin-inline: calc(-2000px / 2);
  width: 2000px;
}

/*DB > 長く続けられる！八幡電設の雰囲気
zgb9jzjdk1gksoukjxp7
--------------------------------------- */
#zgb9jzjdk1gksoukjxp7{
  background: url(../files/design02_bg.jpg) no-repeat center top;
  height: 800px;
  position: relative;
}

#zgb9jzjdk1gksoukjxp7 .easys_content_inner,
#zgb9jzjdk1gksoukjxp7 .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#zgb9jzjdk1gksoukjxp7 .easys_content_inner{
  position: relative;
}

#zgb9jzjdk1gksoukjxp7 .text_box{
  left: 0;
  overflow: visible;
  position: absolute;
  top: 430px;
  width: 480px;
  z-index: 2;
}

#zgb9jzjdk1gksoukjxp7 .post_data,
#zgb9jzjdk1gksoukjxp7 .post_data :last-child{
  margin-bottom: 0;
}

#zgb9jzjdk1gksoukjxp7 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design02_ttl1{
  left: 0;
  top: 263px;
}
.design02_ttl2{
  left: 0;
  top: 330px;
}
.design02_img1{
  left: calc(50% + 18px);
  top: 154px;
}
.design02_img2{
  left: calc(50% + 392px);
  top: 176px;
}
.design02_img3{
  left: calc(50% - 26px);
  top: 370px;
}

/*バナー > 仕事の流れを知る！/あなたの夢や頑張りを応援！/お休みの相談もお気軽に！
gb3n2zxkrx1e0mztrsxg
--------------------------------------- */
#gb3n2zxkrx1e0mztrsxg{
  background: url(../files/bnrmany_bg.jpg) no-repeat center top;
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
}

#gb3n2zxkrx1e0mztrsxg div{
  margin-bottom: 0;
  padding: 0;
}

#gb3n2zxkrx1e0mztrsxg .easys_content_inner{
  width: 1100px;
}

#gb3n2zxkrx1e0mztrsxg [class*="field_"]{
  position: relative;
  width: 350px !important;
}

#gb3n2zxkrx1e0mztrsxg .float_left{
  margin-right: 23px;
}

#gb3n2zxkrx1e0mztrsxg [class*="field_"]::before,
#gb3n2zxkrx1e0mztrsxg [class*="field_"]::after{
  background: url(../files/bnrmany_bnt_off.png) no-repeat center center/ 100%;
  border-radius: 50vh;
  content: "";
  height: 54px;
  inset-inline: 0;
  margin-inline: auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 310px;
  transition: opacity .3s;
  width: 230px;
  z-index: 2;
}

#gb3n2zxkrx1e0mztrsxg [class*="field_"]::after{
  background: url(../files/bnrmany_bnt_on.jpg) no-repeat center center/ 100%;
  opacity: 0;
}

#gb3n2zxkrx1e0mztrsxg [class*="field_"]:hover::after{
  opacity: 1;
}

#gb3n2zxkrx1e0mztrsxg a{
  display: block;
  position: relative;
  z-index: 1;
}

#gb3n2zxkrx1e0mztrsxg [class*="field_"]:hover img{
  opacity: 1;
}

#gb3n2zxkrx1e0mztrsxg .eyecatch{
  width: 100%;
}

/*DB > 最初は先輩と一緒！じっくり覚えていけばOK！
z0zqtq1v48md8vcioj1p
--------------------------------------- */
#z0zqtq1v48md8vcioj1p{
  background: url(../files/design03_bg.jpg) no-repeat center top;
  height: 990px;
  position: relative;
}

#z0zqtq1v48md8vcioj1p::after{
  background: url(../files/design03_cover.png) no-repeat center top;
  content: "";
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#z0zqtq1v48md8vcioj1p .easys_content_inner,
#z0zqtq1v48md8vcioj1p .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#z0zqtq1v48md8vcioj1p .easys_content_inner{
  position: relative;
}

#z0zqtq1v48md8vcioj1p .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 676px;
  width: 410px;
  z-index: 2;
}

#z0zqtq1v48md8vcioj1p .post_data,
#z0zqtq1v48md8vcioj1p .post_data :last-child{
  margin-bottom: 0;
}

#z0zqtq1v48md8vcioj1p .post_data{
  color: currentColor;
}

/* 追加画像 */
.design03_ttl1{
  left: 270px;
  top: 688px;
}
.design03_ttl2{
  left: 270px;
  top: 754px;
}
.design03_img1{
  left: calc(50% - 626px);
  top: 180px;
}
#z0zqtq1v48md8vcioj1p .design03_img2{
  left: calc(50% - 300px);
  top: 240px;
  transition-delay: calc(.2s * 1);
}
.design03_img3{
  left: calc(50% + 96px);
  top: 170px;
}

.design03_img3.moved img{
  animation: css-shake-lr 1s ease-in-out 1.6s infinite alternate;
  transform: rotate(-10deg); 
  transition: transform 1s ease-out .6s;
}

@keyframes css-shake-lr {
  0% { 
    transform: rotate(-10deg); 
  }
  100% { 
    transform: rotate(10deg);
  }
}

/*DB > 働きながら資格GET！キャリアアップを応援
lcwzophlh3ohl3x1ypbg
--------------------------------------- */
#lcwzophlh3ohl3x1ypbg{
  background: url(../files/design04_bg.jpg) no-repeat center top;
  height: 830px;
  margin-top: 0;
  position: relative;
}

#lcwzophlh3ohl3x1ypbg .easys_content_inner,
#lcwzophlh3ohl3x1ypbg .entry_post{
  height: 100%;
  margin-bottom: 0;
  width: 900px;
}

#lcwzophlh3ohl3x1ypbg .easys_content_inner{
  position: relative;
}

#lcwzophlh3ohl3x1ypbg .text_box{
  left: 0;
  overflow: visible;
  position: absolute;
  top: 280px;
  width: 410px;
  z-index: 2;
}

#lcwzophlh3ohl3x1ypbg .post_data,
#lcwzophlh3ohl3x1ypbg .post_data :last-child{
  margin-bottom: 0;
}

#lcwzophlh3ohl3x1ypbg .post_data{
  color: currentColor;
}

/* 追加画像 */
.design04_ttl{
  inset-inline: 0;
  margin-inline: auto;
  top: 56px;
}
.design04_img1{
  left: calc(50% + 306px);
  top: 134px;
}
.design04_img2{
  left: calc(50% + 402px);
  top: 223px;
}

/*バナー > ご応募・お問い合わせはこちら
unpn6f6mpfcw64fw8nhi
--------------------------------------- */
#unpn6f6mpfcw64fw8nhi{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

#unpn6f6mpfcw64fw8nhi div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#unpn6f6mpfcw64fw8nhi .easys_content_inner{
  width: 100%;
}

#unpn6f6mpfcw64fw8nhi .eyecatch{
  display: block;
}

#unpn6f6mpfcw64fw8nhi a:hover::before{
  opacity: 1;
}

#unpn6f6mpfcw64fw8nhi [class*="field_"]:first-child{
  border-radius: 50vh;
  inset-inline: 0;
  margin-inline: auto;
  overflow: hidden;
  position: absolute;
  top: 336px;
  width: max-content;
  z-index: 1;
}

#unpn6f6mpfcw64fw8nhi [class*="field_"]:first-child::after{
  background: url(../files/bnr_contact_btn_on.jpg) no-repeat center center/ 100%;
  border-radius: 50vh;
  content: "";
  height: 100%;
  inset-inline: 0;
  margin-inline: auto;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}

#unpn6f6mpfcw64fw8nhi [class*="field_"]:first-child:hover::after{
  opacity: 1;
}

#unpn6f6mpfcw64fw8nhi [class*="field_"]:last-child{
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

#unpn6f6mpfcw64fw8nhi [class*="field_"]:last-child img{
  margin-inline: calc(50% - 1000px);
  width: 2000px;
}

#unpn6f6mpfcw64fw8nhi .easys_content_inner video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*DB > 成長も頑張りも、ちゃんと収入に！
miv76ytck5tofc2cwe8n
--------------------------------------- */
#miv76ytck5tofc2cwe8n{
  background: url(../files/design05_bg.jpg) no-repeat center top;
  height: 900px;
  margin-top: 0;
  position: relative;
}

#miv76ytck5tofc2cwe8n .easys_content_inner,
#miv76ytck5tofc2cwe8n .entry_post{
  height: 100%;
  margin-bottom: 0;
  width: 960px;
}

#miv76ytck5tofc2cwe8n .easys_content_inner{
  position: relative;
}

#miv76ytck5tofc2cwe8n .text_box{
  left: 0;
  overflow: visible;
  position: absolute;
  top: 516px;
  width: 430px;
  z-index: 2;
}

#miv76ytck5tofc2cwe8n .post_data,
#miv76ytck5tofc2cwe8n .post_data :last-child{
  margin-bottom: 0;
}

#miv76ytck5tofc2cwe8n .post_data{
  color: currentColor;
}

/* 追加画像 */
.design05_ttl{
  left: 0;
  top: 350px;
}
.design05_img1{
  left: calc(50% - 16px);
  top: 350px;
}
.design05_img2{
  left: calc(50% + 22px);
  top: 400px;
}

/*DB > 独立実績あり！あなたの次の一歩も応援
chl2xvahnmqk3xbvpb6d
--------------------------------------- */
#chl2xvahnmqk3xbvpb6d{
  background: url(../files/design06_bg.jpg) no-repeat center top;
  height: 850px;
  margin-top: 0;
  position: relative;
}

#chl2xvahnmqk3xbvpb6d::after{
  background: url(../files/design06_cover.png) no-repeat center top;
  content: "";
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#chl2xvahnmqk3xbvpb6d .easys_content_inner,
#chl2xvahnmqk3xbvpb6d .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#chl2xvahnmqk3xbvpb6d .easys_content_inner{
  position: relative;
}

#chl2xvahnmqk3xbvpb6d .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 397px;
  width: 490px;
  z-index: 2;
}

#chl2xvahnmqk3xbvpb6d .post_data,
#chl2xvahnmqk3xbvpb6d .post_data :last-child{
  margin-bottom: 0;
}

#chl2xvahnmqk3xbvpb6d .post_data{
  color: currentColor;
}

/* 追加画像 */
.design06_ttl1{
  left: calc(50% + 60px);
  top: 174px;
}
.design06_ttl2{
  left: calc(50% + 60px);
  top: 234px;
  z-index: 2;
}
.design06_img1{
  left: calc(50% - 450px);
  top: 126px;
}

/*バナー > 募集要項/GATEN職
qg8qcqo8lpkcajxw1t2j
--------------------------------------- */
#qg8qcqo8lpkcajxw1t2j{
  background: url(../files/bnrhalf_bg.jpg) no-repeat center top;
  padding-block: 150px;
  position: relative;
}

#qg8qcqo8lpkcajxw1t2j::before {
  position: absolute;
  top: 430px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 75px;
/* ループさせる画像 */
  background: url(../files/bnrhalf_mov_txt.png) repeat-x left top;
  content: "";
  animation: loop_bnrhalf_mov_txt 20s linear 0s infinite;
  pointer-events: none;
}
@keyframes loop_bnrhalf_mov_txt {
  to {
    background-position: top left -690px;
  }
}

#qg8qcqo8lpkcajxw1t2j::after{
  background: url(../files/bnrhalf_cover.png) no-repeat center top;
  content: "";
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#qg8qcqo8lpkcajxw1t2j div{
  margin-bottom: 0;
  padding: 0;
}

#qg8qcqo8lpkcajxw1t2j .easys_content_inner{
  overflow: visible;
  width: 1200px;
}

#qg8qcqo8lpkcajxw1t2j .img_display{
  overflow: visible !important;
}

#qg8qcqo8lpkcajxw1t2j [class*="field_"]{
  position: relative;
  width: 580px !important;
}

#qg8qcqo8lpkcajxw1t2j [class*="field_"]:hover{
  animation: css-shake 1s ease-in-out 1;
  opacity: 1;
}

@keyframes css-shake{
  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);
  }
}

#qg8qcqo8lpkcajxw1t2j [class*="field_"] a{
  display: block;
  position: relative;
  z-index: 1;
}

#qg8qcqo8lpkcajxw1t2j [class*="field_"] .eyecatch{
  width: 100%;
}

/*DB > 「家族の予定で休みたい」も相談OK！
bhpy55tpl7pxh1onikd9
--------------------------------------- */
#bhpy55tpl7pxh1onikd9{
  background: url(../files/design07_bg.jpg) no-repeat center top;
  height: 960px;
  margin-top: 0;
  position: relative;
}

#bhpy55tpl7pxh1onikd9::after{
  background: url(../files/design07_cover.png) no-repeat center top;
  content: "";
  display: block;
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#bhpy55tpl7pxh1onikd9 .easys_content_inner,
#bhpy55tpl7pxh1onikd9 .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#bhpy55tpl7pxh1onikd9 .easys_content_inner{
  position: relative;
}

#bhpy55tpl7pxh1onikd9 .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 572px;
  width: 485px;
  z-index: 2;
}

#bhpy55tpl7pxh1onikd9 .post_data,
#bhpy55tpl7pxh1onikd9 .post_data :last-child{
  margin-bottom: 0;
}

#bhpy55tpl7pxh1onikd9 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design07_ttl{
  left: 48px;
  top: 275px;
}
.design07_img1{
  left: calc(50% - 604px);
  top: 370px;
}
.design07_img2{
  left: calc(50% + 55px);
  top: 202px;
}

/*DB > 未経験でも大丈夫！まずは飛び込んできてください！
kaqpvnlfnbo6khxtjqho
--------------------------------------- */
#kaqpvnlfnbo6khxtjqho{
  background: url(../files/design09_bg.jpg) no-repeat center top;
  height: 960px;
  margin-top: 0;
  position: relative;
}

#kaqpvnlfnbo6khxtjqho .easys_content_inner,
#kaqpvnlfnbo6khxtjqho .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#kaqpvnlfnbo6khxtjqho .easys_content_inner{
  position: relative;
}

#kaqpvnlfnbo6khxtjqho .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 508px;
  width: 470px;
  z-index: 2;
}

#kaqpvnlfnbo6khxtjqho .post_data,
#kaqpvnlfnbo6khxtjqho .post_data :last-child{
  margin-bottom: 0;
}

#kaqpvnlfnbo6khxtjqho .post_data{
  color: #ffffff;
}

/* 追加画像 */
.design09_ttl{
  right: 0;
  top: 344px;
}
.design09_img1{
  left: calc(50% - 1000px);
  bottom: 0;
}

/*募集要項
gje6pcjc1xzw97tzow3g
--------------------------------------- */

/*タイトル＞新着情報
g1tti3n35c1cf5py6q2a
--------------------------------------- */

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */

/*会社概要
vfbke9b9rzt88l0vzfoo
--------------------------------------- */

/*お問い合わせフォーム_1
mzzyb6x98umhpg1eh76y
--------------------------------------- */