@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:#0058c2;
  --border_color:#666666;
  --table_border_color:#4e4e4e;
  --th_background_color:transparent;
  --td_background_color:transparent;
  --th_character_color:#000000;
  --td_character_color:#000000;
  --required_color:#34d1ff;
  --top_h1_color:#ffffff;
  --header_navigation_color:transparent;
  --top_entry_title_color:#000000;
  --entry_title_bg_color:#ffffff;
  --blog_title_color:#ffffff;
  --sub_entry_title_bg_color:#000000;
  --entry_title_bg_w570_color:#ffffff;
  --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:#000000;
  --footnavi_color:transparent;
  --address_color:#000000;
  --copy_color:#ffffff;
  --kdb_background_color: #d0edff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1030;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 750;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:0px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:70px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:70px; /* サイド固定ボタンのホバー前の幅 */
  --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 center top; */

  background: none var(--basic_background_color);

  scroll-padding-top: 0;

/* scroll-padding-top: var(--easys_access_h); */
  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;
}
#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);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  /* height: 195px; ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
  background: none transparent;
  overflow: hidden;

}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* height: 195px; */
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;

}

#branding_box{
  .top_header_cover_01{
    left: calc(-8 / 2000 * 100%);
    top: calc(104 / var(--easys_top_main_h) * 100%);
    width: calc(2018 / 2000 * 100%);
    transition-delay: calc(.2s + .3s * 1) !important;
  }
  .top_header_cover_02{
    left: calc(1090 / 2000 * 100%);
    bottom: calc(0 / var(--easys_top_main_h) * 100%);
    width: calc(910 / 2000 * 100%);
    animation-delay: calc(.2s + .3s * 2);
  }
  .top_header_cover_03{
    left: calc(360 / 2000 * 100%);
    top: calc(700 / var(--easys_top_main_h) * 100%);
    width: calc(665 / 2000 * 100%);
    animation-delay: calc(.2s + .3s * 3);
  }
  
  .top_header_cover_01 img,
  .top_header_cover_02 img,
  .top_header_cover_03 img{
    width: 100%;
    height: auto;
  }
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description{
  margin: 0 auto;
  position: absolute;
  width: auto;
  z-index: 753;
  bottom: calc(40 / var(--easys_naka_main_h) * 100%);
  left: calc(50 / var(--easys_max_width) * 100%);
  text-align: center;
}

#page_6 #site-description{
  bottom: calc(40 / var(--easys_top_main_h) * 100%);
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  background: url("../files/main_logo.png") no-repeat center top;
  height: 170px;
  left: 50px;
  position: absolute;
  top: 0;
  width: 570px;
  z-index: 2;
}
#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){
  position: fixed;
  top: 0;
  z-index: 1001;
}

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

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  --gnavi01: 160px;
  --gnavi02: 160px;
  --gnavi03: 160px;
  --gnavi04: 160px;
  --gnavi05: 160px;
  --gnavi06: 160px;
}
#access {
  display: flex;
  justify-content: center;
  /* CSSレスポンシブ用
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  */
}
#access{
  display: none;
}
#access .menu-header #menu-gnavi {
  display: flex;
}
#access .menu-header #menu-gnavi > li > a {
  height: 55px;
  background: url("../files/topnavi2.png") no-repeat center top;
  line-height: 55px;
}
#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: right;
}
#access .menu-header #menu-gnavi > li > a:hover {
  background-position-y: bottom;
}
/* Gナビ上部固定(最大2000pxを維持) 
#access.fixed {
  position: fixed;
  padding: 0;
  min-width: 960px;
}
#access.fixed .menu-header {
  display: flex;
  justify-content: center;
  max-width: calc(var(--easys_max_width)*1px);
  width: 100%;
  background-color: rgba(255,255,255,0.95);
}
#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;
}
#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: 600px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 600px;
  background: none;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  display: none;
  padding: 15px 0 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#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 .entry-post {
  margin: 390px 0 0;
  width: 100%;
  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: 85px;
  inset-inline: 0;
  margin: 0 auto;
  position: absolute;
  width: max-content;
}

/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  display: flex;
  inset-inline: 0;
  justify-content: flex-end;
  margin-inline: auto;
  padding-right: 60px;
  pointer-events:none;
  position:fixed;
  top: 50px;
  width: clamp(1000px, 100%, 2000px);
  z-index:1000;
  /* bottom:var(--fixed_side_btn_bottom);
  right:var(--fixed_side_btn_side); */
}
.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(var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)));
  pointer-events: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 top;
}

.fixed_side_btn div a:hover{
  background-position-y: bottom;
}

/* デフォルトボタン */
.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 .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));
  }
}

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

@media(min-width:2000px){
  #float_top_btn{
    right: calc(50% - 1000px + 60px);
  }
}
#float_top_btn a:hover img{
  transform: translateY(-50%);
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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);
  font-size: 30px;
  height: 110px;
  line-height: 1;
  padding-top: 65px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
  height: 70px;
  line-height: 70px;
}
/*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);
  height: 70px;
}
.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);
  height: 55px;
}
* .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_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);
  border-right: none;
  border-left: none;
  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;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  置き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;
}

/* GOLD DBが一番上の時 #outer_block の余白相殺 */
.ndb_01:first-child{
  margin-top: -70px;
}

/* もし記事が割り込まれたらマージンを入れる */
.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 .post_data,
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner{
  opacity: 0;
  transform: translateY(80px);
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
}

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

/* リンク画像ホバー時 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;
}

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

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

.add-image:not([class*="css-"]),
.add-image:not([class*="css-"]) 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:not([class*="css-"]).moved,
.add-image:not([class*="css-"]).moved 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-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);
}

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

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

/* rotate */
.animation-rotate-from-bottom{
  opacity: 0;
  position: absolute;
  transform: rotateY(180deg);
  transition: transform .6s, opacity .6s;
}

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

.animation-scale-shrink{
  opacity: 0;
  overflow: hidden;
}

.animation-scale-shrink img{
  scale: 1.3;
  transition: scale 2.3s ease;
}

/* css */
*[class*="css-"]{
  opacity: 0;
}

.css-bounce-shrink.moved{
  animation: css-bounce-shrink .8s ease-out 0s forwards;
}

@keyframes css-bounce-shrink{
  0%{
    transform: translateX(100%);
  }

  25%{
    transform: scaleX(1);
  }

  50%{
    transform: scaleX(.25) translateX(0);
  }

  80%{
    transform: scaleX(.25) translateX(0);
  }

  90%{
    transform: scaleX(1.5) translateX(0);
  }

  100%{
    transform: scaleX(1) translateX(0);
  }
}

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

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

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

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

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

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

.css-bounce-fast.moved{
  animation: css-bounce-fast 1.1s linear 0s forwards;
}

@keyframes css-bounce-fast {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  5% {
    transform: scale(2.5);
    opacity: 1;
  }
  10% {
    transform: scale(2.5);
    opacity: 1;
  }
  15% {
    transform: scale(2.5);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
  35% {
    transform: scale(1.3);
    opacity: 1;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  55% {
    transform: scale(1.08);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  65% {
    transform: scale(1.05);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.03);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  85% {
    transform: scale(1.01);
    opacity: 1;
  }
  90% {
    transform: scale(1);
    opacity: 1;
  }
  95% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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

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

.css-bounce-in-up.moved {
  animation: bounce-in-up  1.0s ease 0s forwards normal;
}

@keyframes bounce-in-up {
  0%,
  60%,
  75%,
  90%,
  100%{
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  0%{
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60%{
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(.9);
  }
  75%{
    transform: translate3d(0, 10px, 0) scaleY(.95);
  }
  90%{
    transform: translate3d(0, -5px, 0) scaleY(.985);
  }
  100%{
    transform: translateZ(0);
    opacity: 1;
  }
}

/* shake */
.css-shake-rotate{
  animation: css-shake-rotate 2s ease-in-out 0s infinite;
  opacity: 1;
  transform-origin: center top;
}

@keyframes css-shake-rotate{
  0%,
  100%{
    transform: rotate(5deg);
  }
  50%{
    transform: rotate(-5deg);
  }
}

/* pop */
.css-pop.moved {
  animation: css-pop 0.8s ease 0s forwards;
}

@keyframes css-pop {
  0% {
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* pulse */
.css-pulse {
  animation: css-pulse 1.5s ease-in-out infinite alternate;
  opacity: 1;
}

@keyframes css-pulse {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

.css-zoom-out.moved {
  animation: css-zoom-out 0.5s linear both 0s;
}

@keyframes css-zoom-out {
  0% {
    opacity: 0;
    transform: scale(5);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  65% {
    opacity: 1;
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  85% {
    opacity: 1;
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  95% {
    opacity: 1;
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

/* DB共通 */
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post{
  height: 100%;
  margin-bottom: 0;
  width: 1100px;
}

.ndb_01 [class*="headline_title"]{
  display: none;
}

.ndb_01 .text_box{
  overflow: visible;
}

.ndb_01 .post_data{
  /* color: #020220; */
  /* line-height: 2; */
}

/* GSAPアニメーション用 */
/* 初期定義 */
.gsap{
  --val: 0;
}

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

/*DB > 株式会社アンテックについてご紹介！
sv54vgehj40sjdpiyj45
--------------------------------------- */
#sv54vgehj40sjdpiyj45{
  background: url(../files/design01_bg.jpg) no-repeat center top;
  height: 1100px;
  position: relative;
}

#sv54vgehj40sjdpiyj45 .easys_content_inner{
  position: relative;
}

#sv54vgehj40sjdpiyj45 .text_box{
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  top: 372px;
  width: 590px;
}

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

#sv54vgehj40sjdpiyj45 .post_data{
  color: #ffffff;
  text-align: center;
}

/* 追加画像 */
.design01_ttl{
  left: calc(50% - 580px);
  top: 240px;
  z-index: 2;
}
.design01_img1{
  left: calc(50% - 90px);
  top: 90px;
}
.design01_img2{
  left: calc(50% - 650px);
  top: 540px;
}
.design01_img3{
  left: calc(50% - 310px);
  top: 580px;
  transition-delay: calc(.3s * 1) !important;
}
.design01_img4{
  left: calc(50% - 24px);
  top: 546px;
  transition-delay: calc(.3s * 2) !important;
}
.design01_img5{
  left: calc(50% + 310px);
  top: 562px;
  transition-delay: calc(.3s * 3) !important;
}

/*DB > 数字で見るアンテック
r6df6d2oy8deqx6ymg81
--------------------------------------- */
#r6df6d2oy8deqx6ymg81{
  background: url(../files/design02_bg.jpg) no-repeat center top;
  height: 1100px;
  position: relative;
}

#r6df6d2oy8deqx6ymg81 .easys_content_inner,
#r6df6d2oy8deqx6ymg81 .entry_post{
  margin-bottom: 0;
}

#r6df6d2oy8deqx6ymg81 .easys_content_inner{
  height: 100%;
  position: relative;
  transform: none;
  width: 1140px;
  z-index: 1;
}

#r6df6d2oy8deqx6ymg81 .entry_post{
  background: url(../files/design02_cover.png) no-repeat center top;
  box-sizing: border-box;
  display: grid;
  gap: 10px;
  grid-template-columns: 410px 380px 330px;
  grid-template-rows: 80px 90px 105px 95px 105px 95px;
  padding-top: 355px;
  position: relative;
  z-index: 2;
}

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

#r6df6d2oy8deqx6ymg81 .sub_post{
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}

#r6df6d2oy8deqx6ymg81 .sub_post_0{
  grid-column: 1 /  2;
  grid-row: 1 / span 3;
  .sub_post_texts{
    bottom: 68px;
    left: 94px;
    p::after{
    content: "年";
    }
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_1{
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
  .sub_post_texts{
    left: 470px;
    p::after{
    content: " %";
    }
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_2,
#r6df6d2oy8deqx6ymg81 .sub_post_3{
  grid-column: 2 / 3;
  grid-row: 3 / span 2;
}

#r6df6d2oy8deqx6ymg81 .sub_post_2 .sub_post_texts{
  left: 36px;
  p::after{
    content: "～";
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_3 .sub_post_texts{
  right: 44px;
  p::after{
    content: "代";
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_4{
  grid-column: 3 / 4;
  grid-row: 3 / span 2;
  .sub_post_texts{
    left: 100px;
    p::after{
    content: "歳";
    }
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_5{
  grid-column: 1 /  2;
  grid-row: 4 / span 3;
  .sub_post_texts{
    bottom: 80px;
    left: 60px;
    p::after{
      content: "万円";
    }
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_6{
  grid-column: 2 /  3;
  grid-row: 5 / span 2;
  .sub_post_texts{
    left: 46px;
    p::before{
      content: "ほぼ";
    }
    p::after{
      content: " %";
    }
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_7{
  grid-column: 3 /  4;
  grid-row: 5 / span 2;
  .sub_post_texts{
    left: 135px;
    p::after{
      content: " 名";
    }
  }
}

#r6df6d2oy8deqx6ymg81 .sub_post_texts{
  bottom: 40px;
  display: block;
  height: max-content;
  margin: auto;
  position: absolute;
  width: max-content;
}

#r6df6d2oy8deqx6ymg81 .sub_post .post_data{
  color: #f26100;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

#r6df6d2oy8deqx6ymg81 .sub_post_texts p::before,
#r6df6d2oy8deqx6ymg81 .sub_post_texts p::after{
  color: #000000;
  font-size: 40px;
  font-weight: 900;
}

#r6df6d2oy8deqx6ymg81 [class*="headline_title"]{
  display: none;
}

#r6df6d2oy8deqx6ymg81 .entry_title{
  display: none;
}

.design02_ttl{
  left: calc(50% - 224px);
  top: 125px;
  z-index: 2;
}
.design02_img1{
  left: calc(50% - 527px);
  top: -36px;
}
.design02_img2{
  left: calc(50% - 1000px);
  bottom: 0;
  z-index: 2;
}

/*DB > 選べる3つの働き方！気になる仕事をCHECK！
sby97akslzfrzsnlzn9s
--------------------------------------- */
#sby97akslzfrzsnlzn9s{
  background: url(../files/design03_bg.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 1200px;
}

#sby97akslzfrzsnlzn9s  .easys_content_inner{
  box-sizing: border-box;
  opacity: 1;
  padding-top: 310px;
  position: relative;
  transform: none;
  width: 1100px;
}

#sby97akslzfrzsnlzn9s .entry_post{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}

#sby97akslzfrzsnlzn9s [class*="headline_title"]{
  display: none;
}

#sby97akslzfrzsnlzn9s .sub_post{
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: none;
  box-sizing: border-box;
  height: 610px;
  padding: 350px 40px 0 30px;
  width: 360px;
}

#sby97akslzfrzsnlzn9s .sub_post{
  opacity: 0;
  overflow: visible;
  transform: translateY(100px);
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
}

#sby97akslzfrzsnlzn9s .sub_post_0{
  background-image: url(../files/design03_img1.png);
}

#sby97akslzfrzsnlzn9s .sub_post_1{
  background-image: url(../files/design03_img2.png);
  transition-delay: calc(.4s * 1);
}
  
  #sby97akslzfrzsnlzn9s .sub_post_2{
  background-image: url(../files/design03_img3.png);
  transition-delay: calc(.4s * 2);
}

#sby97akslzfrzsnlzn9s  .easys_content_inner.moved .sub_post{
  opacity: 1;
  transform: none;
}

#sby97akslzfrzsnlzn9s .sub_post *{
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

#sby97akslzfrzsnlzn9s .sub_post *[class*="_title"]{
  display: none;
}

#sby97akslzfrzsnlzn9s .sub_post .img_box{
  order: 1;
}

#sby97akslzfrzsnlzn9s .sub_post img[alt*="sp"]{
  display: none;
}

#sby97akslzfrzsnlzn9s .sub_post .sub_post_texts{
  box-sizing: border-box;
  order: 2;
}

#sby97akslzfrzsnlzn9s .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 0;
}

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

#sby97akslzfrzsnlzn9s .post_data{
  color: currentColor;
  /* line-height: 1.5; */
}

.design03_ttl1{
  left: calc(50% - 250px);
  top: 110px;
}
.design03_ttl2{
  left: calc(50% - 364px);
  top: 193px;
}

/*DB > 「転職して良かった」をあなたに！
ms98qy7retyf19ej2n0f
--------------------------------------- */
#ms98qy7retyf19ej2n0f{
  background: url(../files/design04_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
}

#ms98qy7retyf19ej2n0f  .easys_content_inner{
  position: relative;
}

#ms98qy7retyf19ej2n0f .text_box{
  right: 0;
  margin-inline: auto;
  width: 400px;
  position: absolute;
  top: 450px;
}

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

#ms98qy7retyf19ej2n0f .post_data{
  color: currentColor;
}

/* 追加画像 */
.design04_cover{
  left: calc(50% - 810px);
  top: 0;
}
.design04_ttl{
  left: calc(50% - 10px);
  top: 90px;
}
.design04_img1{
  left: calc(50% - 700px);
  top: 40px;
}
.design04_img2{
  left: calc(50% - 337px);
  top: 262px;
  transition-delay: .9s !important;
}

/*バナー > ヒミツ ×3
ugms4sh1vxs670q1xz2i
--------------------------------------- */
#ugms4sh1vxs670q1xz2i{
  background: url(../files/bnrmany_bg.jpg) no-repeat center top;
  padding-block: calc((900px - 500px) / 2);
  position: relative;
}

#ugms4sh1vxs670q1xz2i::before{
  animation: css-move 6s ease-in-out 0s infinite;
  background: url(../files/bnrmany_img_move.png) no-repeat center top;
  content: "";
  height: 100%;
  left: calc(50% - 650px);
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 710px;
}

@keyframes css-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

#ugms4sh1vxs670q1xz2i::after{
  background: url(../files/bnrmany_cover.png) no-repeat center top,
  url(../files/bnrmany_img_left.png) no-repeat left top,
  url(../files/bnrmany_img_right.png) no-repeat right top;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

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

#ugms4sh1vxs670q1xz2i .easys_content_inner{
  margin-inline: auto;
  overflow: visible;
  position: relative;
  width: 910px;
}

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

#ugms4sh1vxs670q1xz2i [class*="field_"]{
  overflow: visible;
  width: 260px !important;
  position: relative;
}

#ugms4sh1vxs670q1xz2i .float_left{
  margin-right: 65px;
}

#ugms4sh1vxs670q1xz2i [class*="field_"]:before,
#ugms4sh1vxs670q1xz2i [class*="field_"]:after{
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transition: opacity .4s, transform .4s;
  width: 100%;
  z-index: 2;
}

#ugms4sh1vxs670q1xz2i [class*="field_"]:nth-child(1):before{
  background: url(../files/bnrmany_01_on.png) no-repeat center center;
}
#ugms4sh1vxs670q1xz2i [class*="field_"]:nth-child(2):before{
  background: url(../files/bnrmany_02_on.png) no-repeat center center;
}
#ugms4sh1vxs670q1xz2i [class*="field_"]:nth-child(3):before{
  background: url(../files/bnrmany_03_on.png) no-repeat center center;
}

#ugms4sh1vxs670q1xz2i [class*="field_"]:after{
  background: url(../files/bnrmany_01_on_key.png) no-repeat left bottom;
  bottom: -40px;
  left: -40px;
  transform: translateY(50px);
}

#ugms4sh1vxs670q1xz2i [class*="field_"]:hover::before,
#ugms4sh1vxs670q1xz2i [class*="field_"]:hover::after{
  opacity: 1;
  transform: none;
}

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

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

#ugms4sh1vxs670q1xz2i .eyecatch{
  width: 100%;
}

/*DB > 辞める人が少ない、その理由！
r7hjajqm1ox3f7hrheye
--------------------------------------- */
#r7hjajqm1ox3f7hrheye{
  background: url(../files/design05_bg.jpg) no-repeat center top;
  height: 1030px;
  position: relative;
}

#r7hjajqm1ox3f7hrheye  .easys_content_inner{
  position: relative;
}

#r7hjajqm1ox3f7hrheye .text_box{
  left: 10px;
  margin-inline: auto;
  width: 560px;
  position: absolute;
  top: 684px;
}

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

#r7hjajqm1ox3f7hrheye .post_data{
  color: currentColor;
}

/* 追加画像 */
.design05_ttl{
  left: calc(50% - 630px);
  top: 270px;
  z-index: 2;
}
.design05_img1{
  left: calc(50% + 44px);
  top: 170px;
}
.design05_img2{
  left: calc(50% + 380px);
  top: 170px;
}
.design05_img3{
  left: calc(50% + 64px);
  bottom: 0;
}

/*DB > 先輩の声を聞く！
mcf2vz92d3xcbzcwctt3
--------------------------------------- */
#mcf2vz92d3xcbzcwctt3{
  --start: top 80%;
  --end: center center;
}
#mcf2vz92d3xcbzcwctt3 .sub_post{
  --startVal: .5;
  --endVal: 1;
  scale: var(--val);
}

#mcf2vz92d3xcbzcwctt3{
  background: url(../files/design06_bg.jpg) no-repeat center top;
  height: 1770px;
}

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

#mcf2vz92d3xcbzcwctt3  .easys_content_inner{
  opacity: 1;
  position: relative;
  transform: none;
  width: 1100px;
}

#mcf2vz92d3xcbzcwctt3 .entry_post{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 404px;
  width: 100%;
}

#mcf2vz92d3xcbzcwctt3 .entry_post > *{
  flex: 0 0 215px;
}

#mcf2vz92d3xcbzcwctt3 [class*="headline_title"]{
  display: none;
}

#mcf2vz92d3xcbzcwctt3 .sub_post{
  background-position: center top;
  border-bottom: none;
  display: block;
  height: 215px;
  margin: 0;
  width: 100%;
}

#mcf2vz92d3xcbzcwctt3 .sub_post_0{
  background-image: url(../files/design06_base1.png);
}

#mcf2vz92d3xcbzcwctt3 .sub_post_1{
  background-image: url(../files/design06_base2.png);
}
  
#mcf2vz92d3xcbzcwctt3 .sub_post_2{
  background-image: url(../files/design06_base3.png);
}
  
#mcf2vz92d3xcbzcwctt3 .sub_post_3{
  background-image: url(../files/design06_base4.png);
}

#mcf2vz92d3xcbzcwctt3  .easys_content_inner.moved .sub_post{
  opacity: 1;
  transform: none;
}

#mcf2vz92d3xcbzcwctt3 .sub_post:nth-child(odd) .sub_post_texts{
  padding-inline: 80px 520px;
}

#mcf2vz92d3xcbzcwctt3 .sub_post:nth-child(even) .sub_post_texts{
  padding-inline: 520px 80px;
}


#mcf2vz92d3xcbzcwctt3 .sub_post *{
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

#mcf2vz92d3xcbzcwctt3 .sub_post *[class*="_title"]{
  display: none;
}

#mcf2vz92d3xcbzcwctt3 .sub_post img[alt*="sp"]{
  display: none;
}

#mcf2vz92d3xcbzcwctt3 .sub_post .sub_post_texts{
  box-sizing: border-box;
  padding-top: 40px;
}

#mcf2vz92d3xcbzcwctt3 .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 0;
}

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

#mcf2vz92d3xcbzcwctt3 .post_data{
  color: #ffffff;
}

/* 追加画像 */
.design06_ttl{
  left: calc(50% - 380px);
  top: 230px;
}

/*イメージ画像
o9r8d0ue3oboz8y47myc
--------------------------------------- */
#o9r8d0ue3oboz8y47myc{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

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

#o9r8d0ue3oboz8y47myc .easys_content_inner{
  clip-path: inset(0);
  height: 100%;
  width: 100%;
}

#o9r8d0ue3oboz8y47myc .eyecatch{
  display: block;
}

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

#o9r8d0ue3oboz8y47myc .field_1col:last-child{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#o9r8d0ue3oboz8y47myc .field_1col:last-child img{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
  width: clamp(1300px, 100vw, 2000px);
} 

/*DB > あなたの頑張り、見逃しません！
rnkl9eq6lquvnd7bicwm
--------------------------------------- */
#rnkl9eq6lquvnd7bicwm{
  background: url(../files/design07_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
}

#rnkl9eq6lquvnd7bicwm::after{
  background: url(../files/design07_cover.png) no-repeat center top;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#rnkl9eq6lquvnd7bicwm  .easys_content_inner{
  position: relative;
}

#rnkl9eq6lquvnd7bicwm .text_box{
  right: 0;
  margin-inline: auto;
  width: 510px;
  position: absolute;
  top: 630px;
  z-index: 2;
}

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

#rnkl9eq6lquvnd7bicwm .post_data{
  color: currentColor;
}

/* 追加画像 */
.design07_ttl{
  left: calc(50% + 20px);
  top: 240px;
  z-index: 2;
}
.design07_img1{
  left: calc(50% - 490px);
  top: 85px;
}
.design07_img2{
  left: calc(50% - 700px);
  top: 350px;
}
.design07_img3{
  left: calc(50% - 670px);
  bottom: 0;
}

/*DB > 充実の設備で、仕事も安定！
a3v4gybvvlhyjhrsdzdh
--------------------------------------- */
#a3v4gybvvlhyjhrsdzdh{
  background: url(../files/design08_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
}

#a3v4gybvvlhyjhrsdzdh::before {
  position: absolute;
  bottom: 110px;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  background: url(../files/design08_img2.jpg) repeat-x left top;
  content: "";
  animation: loop_design08_img2 60s linear 0s infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes loop_design08_img2 {
  to {
    background-position: top left -2800px;
  }
}

#a3v4gybvvlhyjhrsdzdh  .easys_content_inner{
  position: relative;
}

#a3v4gybvvlhyjhrsdzdh .text_box{
  inset-inline: 20px 0;
  margin-inline: auto;
  width: 570px;
  position: absolute;
  top: 380px;
  z-index: 2;
}

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

#a3v4gybvvlhyjhrsdzdh .post_data{
  color: currentColor;
  text-align: center;
}

/* 追加画像 */
.design08_ttl{
  left: calc(50% - 290px);
  top: 140px;
}
.design08_img1{
  left: calc(50% - 1000px);
  top: 0;
}
.design08_img3{
  left: calc(50% + 330px);
  top: 60px;
  z-index: 2;
}
.design08_img3.moved img{
  animation: css-shake-tb 2s infinite 1.3s;
}
@keyframes css-shake-tb {
    0% {
        transform: translate(0px, 3px);
    }
    5% {
        transform: translate(0px, -3px);
    }
    10% {
        transform: translate(0px, 4px);
    }
    15% {
        transform: translate(0px, -4px);
    }
    20% {
        transform: translate(0px, 3px);
    }
    25% {
        transform: translate(0px, -3px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}


/*バナー > まずは気軽に面接予約！
b7ppvt8osz3glblzm722
--------------------------------------- */
#b7ppvt8osz3glblzm722{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

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

#b7ppvt8osz3glblzm722 .easys_content_inner{
  clip-path: inset(0);
  height: 100%;
  width: 100%;
  position: relative;
}

#b7ppvt8osz3glblzm722 .easys_content_inner::before{
  animation: css-rotate-to-right 30s linear 0s infinite;
  background: url(../files/bnr_contact_img.png) no-repeat center top;
  content: "";
  height: 190px;
  left: calc(50% - 585px);
  pointer-events: none;
  position: absolute;
  top: 60px;
  width: 190px;
}

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

#b7ppvt8osz3glblzm722 .eyecatch{
  display: block;
}

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

#b7ppvt8osz3glblzm722 .field_1col:first-child{
  overflow: hidden;
  left: calc(50% + 25px);
  position: absolute;
  top: 290px;
  height: 85px;
  width: max-content;
  z-index: 2;
}

#b7ppvt8osz3glblzm722 .field_1col:first-child:hover img{
transform: translateY(-50%);
}

#b7ppvt8osz3glblzm722 .field_1col:nth-child(2) img{
  margin-inline: calc(-2000px / 2);
  position: relative;
  width: 2000px;
}

#b7ppvt8osz3glblzm722 .field_1col:last-child{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#b7ppvt8osz3glblzm722 .field_1col:last-child img{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
  width: clamp(1300px, 100vw, 2000px);
} 

/*DB > 働きやすさ、日々進化中！
hfeftml3kidfisvkhcnf
--------------------------------------- */
#hfeftml3kidfisvkhcnf{
  background: url(../files/design09_bg.jpg) no-repeat center top;
  height: 1100px;
  overflow: hidden;
  position: relative;
}

#hfeftml3kidfisvkhcnf  .easys_content_inner{
  position: relative;
}

#hfeftml3kidfisvkhcnf .text_box{
  left: 0;
  margin-inline: auto;
  width: 720px;
  position: absolute;
  top: 723px;
  z-index: 2;
}

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

#hfeftml3kidfisvkhcnf .post_data{
  color: #ffffff;
}

/* 追加画像 */
.design09_ttl{
  left: calc(50% - 590px);
  top: 150px;
  z-index: 2;
}
.design09_img1{
  left: calc(50% - 695px);
  top: 270px;
}
.design09_img2{
  left: calc(50% - 345px);
  top: 334px;
  transition-delay: calc(.3s * 1) !important;
}
.design09_img3{
  left: calc(50% - 22px);
  top: 220px;
  transition-delay: calc(.3s * 2) !important;
}
.design09_img4{
  bottom: 0;
  left: calc(50% + 170px);
  transition-delay: calc(.3s * 3) !important;
}

/*皇治のスポンサー
lpuvrca31bq46ybmtvah
--------------------------------------- */

/*募集要項
m0vr46gffc621m7poww0
--------------------------------------- */

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

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

/*会社概要
z86egd94qq21x838e31l
--------------------------------------- */

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