@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #f8f8f8;
  --body_text_color: #111;
  --link_color: #e7161a;
  --border_color: #7e7e7e;
  --table_border_color: #999;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #111;
  --td_character_color: #111;
  --required_color: #e7161a;
  --top_h1_color: #111;
  --header_navigation_color: rgba(255,255,255,0);
  --top_entry_title_color: #111;
  --entry_title_bg_color: #fff;
  --blog_title_color: #111;
  --sub_entry_title_bg_color: #111;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #111;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #111;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #111;
  --footnavi_color: #111;
  --address_color: #111;
  --copy_color: #111;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1080;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 620;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: #e60013;/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #fff;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #fff;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #fff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #fff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #fff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #fff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000;/* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 0;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 90px;  /*初期ナビ高*/
  --easys_fixed_h: 90px;  /*固定ナビ高*/
  --custom_padding: 100px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
  --custom_transition: .3s;   /*フェードの基本時間*/
}


/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  background: none transparent no-repeat center top calc(var(--header_h) * 1px) / 100%;
  /* background: url(../files/body_bg.jpg) no-repeat center top calc(var(--header_h) * 1px) / 100%; */
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
}
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;
}

/* ※最初のブロックが背景ありになった場合の余白処理はfooter_common.jsに記述しています */
#outer_block {
  background: none transparent;
}


#main {
  display: flow-root;
  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 {
  background: none transparent;
  height: calc(var(--header_h) * 1px);
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: url(../files/top_header_cover.png) no-repeat center bottom / 100%;
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: calc(90 / var(--easys_naka_main_h) * 100%);
  left: calc(45 / var(--easys_max_width) * 100%);
  width: auto;
  white-space: nowrap;
}
#page_6 #site-description {
  top: calc(90 / var(--easys_top_main_h) * 100%);
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}
#page_6 #site-description a {
  color: #fff;
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("../files/main_logo.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 361px;
  height: 91px;
  pointer-events: none;
  z-index: 700;
  background: url(../files/main_logo.png) no-repeat no-repeat left top;
}

#header_information .main_header a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
#header_information .main_header a img {
  width: 100%;
  height: 100%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
:root {
  --gnavi01: 361px;
  --gnavi02: 120px;
  --gnavi03: 316px;
  --gnavi04: 187px;
  --gnavi05: 126px;
  --gnavi06: 180px;
  --gnavi07: 350px;
}
#access {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: var(--easys_navi_h);
  z-index: 1;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  background-color: #fff;
  border-radius: 0 0 50px 0;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
div#access .menu-header #menu-gnavi { display: inline-block;}

div#access .menu-item a {
  background: url(../files/topnavi.png) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  padding: 0;
}
div#access .gnavi11 a { width: var(--gnavi01) !important;}
div#access .gnavi12 a { width: var(--gnavi02) !important;}
div#access .gnavi13 a { width: var(--gnavi03) !important;}
div#access .gnavi14 a { width: var(--gnavi04) !important;}
div#access .gnavi15 a { width: var(--gnavi05) !important;}
div#access .gnavi16 a { width: var(--gnavi06) !important;}
div#access .gnavi17 a { width: var(--gnavi07) !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a {
  background-position-x: calc(var(--gnavi01) * -1);}
div#access .gnavi13 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1);}
div#access .gnavi14 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1);}
div#access .gnavi15 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1);}
div#access .gnavi16 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04) + var(--gnavi05)) * -1);}
div#access .gnavi17 a {background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  flex-direction: column;
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  background: none var(--easys_standard_value002);
  box-sizing: border-box;
  color: var(--easys_standard_value003);
  padding: 15px 10px;
  line-height: 1.2em !important;
  text-align: left;
  white-space: nowrap;
  width: 100% !important;
  height: auto !important;
}
#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);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  /* background: none var(--easys_standard_value002); */
  background-color: #111;
  color: var(--easys_standard_value004);
}
#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);
}

/* Gナビ上部固定(最大2000pxを維持) */
body.fixed #header_information {
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
body.fixed #header_information .main_header {
  display: block;
  pointer-events: all;
  top: 0;
  background-color: #fff;
  border-radius: 0 0 0 30px;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  padding: 0;
  background: var(--header_navigation_color);
  height: var(--easys_fixed_h);
  padding-left: 361px !important;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 30px 30px;
}


/* hoverで下線出す */
div#access #menu-gnavi > .menu-item > a::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 5%;
  background: none #fff;
  transition: var(--custom_transition);
}
div#access #menu-gnavi > .menu-item > a:hover::after {
  width: 90%;
}
div#access #menu-gnavi > .menu-item.gnavi17 > a:hover::after {
  display: none;
}



/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(var(--header_h) * 1px);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}
#video_teaser,
#jquery_slider_pc .viewer {
  height: var(--easys_main_h) !important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  padding: 0;
  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 {
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  overflow: hidden;
  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 {
  background: none transparent;
  border-color: var(--border_color);
  border-style: dotted;
  border-width: 0 0 1px;
  line-height: 2;
  padding: 5px;
}
#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 {
  /* background: url(../files/footer_bg.png) no-repeat center top; */
  background: #e60013;
  height: 710px;
  position: relative;
  padding-top: var(--custom_padding);
}
#footer_box {
  /* background: none transparent; */
  background: rgb(248, 248, 248) url(../files/footer_box_bg.png) no-repeat center top;
  height: calc(710px - 90px);
  width: 1245px;
  border-radius: 60px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}

body.lastContact #footer_block {
  padding-top: 0;
  margin-top: -1px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  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: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  position: absolute;
  top: 120px;
  left: calc(50% + 10px);
  width: 470px;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
  text-align: left;
  font-size: 15px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
  color: var(--link_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin-top: 20px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  /* width: 100%;
  text-align: center;
  top: 200px;
  left: 0; */

  width: 410px;
  text-align: left;
  top: 230px;
  left: calc(50% - 480px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  font-size: 13px;
  margin-bottom: 5px;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner,
#footer_sns_btn div {
  width: fit-content;
  height: auto;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
  position: absolute;
  width: 960px;
  text-align: center;
  bottom: 130px;
  left: 0;
  right: 0;
  margin-inline: auto;
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 120px;
  z-index: 1000;
}
.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}
/* .fixed_btn div#fixed_btn_gtn {
  height: 150px !important;
} */

/* デフォルト動作 */
.fixed_btn {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  overflow: hidden;
}
.fixed_btn div a {
  pointer-events: all;
  overflow: visible !important;
}

.fixed_btn > div {
  position: relative;
}

/* .fixed_btn div,.fixed_btn div a,.fixed_btn div a:hover {
  width: auto !important;
  height: auto !important;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  position: relative !important;
} */


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  box-sizing: border-box;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
}
#float_top_btn > a {
  position: absolute;
  right: 20px;
  bottom: 0;
  pointer-events: all;
  width: fit-content;
  height: fit-content;
  display: block;
}
#float_top_btn > a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  font-size: 32px;
}
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 {
  font-size: 27px;
}
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
* .sub_entry_title,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  font-size: 24px;
}
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none var(--th_background_color);
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  color: var(--th_character_color);
  font-size: 15px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  color: var(--link_color) !important;
  padding: 5px 0;
  text-align: center !important;
  width: 100%;
}

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;
}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: var(--link_color);
  color: var(--link_color) !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  background: none transparent;
  border: 1px solid var(--easys_standard_value007);
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  background-color: var(--link_color);
  border-color: var(--link_color);
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  background: none var(--link_color);
  border-color: var(--link_color);
  border-style: solid;
  color: var(--easys_standard_value008) !important;
}


/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  background-color: transparent;
  border: 1px solid var(--link_color);
  color: var(--link_color);
}
div.link_list a:hover {
  background-color: var(--link_color);
  border: 1px solid var(--link_color);
  color: #fff;
}

.faq-title {
  background-color: var(--link_color);
  color: #fff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}


/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
  width: 8em;
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  height: auto;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* メール更新ブロック */
.nj_03 .cu_mail_block {
  padding-bottom: 20px;
}
.nj_03 .img_size_thumb {
  height: 100px;
}
.nj_03 .img_size_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 会社概要 */
#content [class*="nf_"] small + iframe {
  margin-top: 30px !important;
}

/* フェードのipad対応 */
.easys_content:not(.ni_01) div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin { margin-bottom: 0 !important;}
.easys_content.no_margin + .easys_content:not(.no_margin) { margin-top: var(--custom_padding);}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}
.shosai #outer_block { padding-top: 70px !important;}

/* テーマ余白調整 */
.easys_content,
.easys_content_inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin):not(.nk_01) + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: var(--custom_padding);
}
#content > .easys_content:last-of-type:not(.no_margin) { margin-bottom: var(--custom_padding) !important;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  height: 100%;
}
/* GSAPで実装済 */
/* #outer_block .easys_content_inner {
  top: calc(var(--custom_fade) * 1px);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  top: 0px;
}
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
} */


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transition: all 1.3s ease 0s;
}


/* ON画像 */
#xy9x1905za3xoxiq96ze [class*="_btn"] a::after,
#g9m40ar2gain9reei5yh [class*="_btn"] a::after,
#h748gk1zowzolcz845qa [class*="_btn"] a::after,
#cl3bg4796uv5e41ro2sr [class*="_btn"] a::after,
#gr2t2884sdw47lfxjh01 [class*="_btn"] a::after,
#oqvd41g4z3utyyt9gtfh a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: var(--custom_transition);
  opacity: 0;
}
#xy9x1905za3xoxiq96ze [class*="_btn"] a:hover::after,
#g9m40ar2gain9reei5yh [class*="_btn"] a:hover::after,
#h748gk1zowzolcz845qa [class*="_btn"] a:hover::after,
#cl3bg4796uv5e41ro2sr [class*="_btn"] a:hover::after,
#gr2t2884sdw47lfxjh01 [class*="_btn"] a:hover::after,
#oqvd41g4z3utyyt9gtfh a:hover::after {
  opacity: 1;
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#iia751dqxom4hvmsc40v,
#a4j60b7u2e80dxhnzhgx,
#oqvd41g4z3utyyt9gtfh,
#ispd6kos8owcn4ppyue3,
#a5x3d77kodm6hhtycsy9,
#hzih6pfxbz2igtxa3r1m,
#gbb7j0yorgz5g3khvqgq,
#d7rvy14rfgpkjm0wyr6s,
#c23fld3pik34kmgwszos,
#rl2mf581tfyyz4iciytc,
#kzkmwvtys3wvnqm5jttg {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#iia751dqxom4hvmsc40v div,
#a4j60b7u2e80dxhnzhgx div,
#oqvd41g4z3utyyt9gtfh div,
#ispd6kos8owcn4ppyue3 div,
#a5x3d77kodm6hhtycsy9 div,
#hzih6pfxbz2igtxa3r1m div,
#gbb7j0yorgz5g3khvqgq div,
#d7rvy14rfgpkjm0wyr6s div,
#c23fld3pik34kmgwszos div,
#rl2mf581tfyyz4iciytc div,
#kzkmwvtys3wvnqm5jttg div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#iia751dqxom4hvmsc40v img,
#a4j60b7u2e80dxhnzhgx img,
#oqvd41g4z3utyyt9gtfh img,
#ispd6kos8owcn4ppyue3 img,
#a5x3d77kodm6hhtycsy9 img,
#hzih6pfxbz2igtxa3r1m img,
#gbb7j0yorgz5g3khvqgq img,
#d7rvy14rfgpkjm0wyr6s img,
#c23fld3pik34kmgwszos img,
#rl2mf581tfyyz4iciytc img,
#kzkmwvtys3wvnqm5jttg img {
  position: relative;
}
#iia751dqxom4hvmsc40v .design_block,
#a4j60b7u2e80dxhnzhgx .design_block,
#oqvd41g4z3utyyt9gtfh .design_block,
#ispd6kos8owcn4ppyue3 .design_block,
#a5x3d77kodm6hhtycsy9 .design_block,
#hzih6pfxbz2igtxa3r1m .design_block,
#gbb7j0yorgz5g3khvqgq .design_block,
#d7rvy14rfgpkjm0wyr6s .design_block,
#c23fld3pik34kmgwszos .design_block,
#rl2mf581tfyyz4iciytc .design_block,
#kzkmwvtys3wvnqm5jttg .design_block {
  opacity: 0;
}
#iia751dqxom4hvmsc40v .design_block[class*="block"].moved,
#a4j60b7u2e80dxhnzhgx .design_block[class*="block"].moved,
#oqvd41g4z3utyyt9gtfh .design_block[class*="block"].moved,
#ispd6kos8owcn4ppyue3 .design_block[class*="block"].moved,
#a5x3d77kodm6hhtycsy9 .design_block[class*="block"].moved,
#hzih6pfxbz2igtxa3r1m .design_block[class*="block"].moved,
#gbb7j0yorgz5g3khvqgq .design_block[class*="block"].moved,
#d7rvy14rfgpkjm0wyr6s .design_block[class*="block"].moved,
#c23fld3pik34kmgwszos .design_block[class*="block"].moved,
#rl2mf581tfyyz4iciytc .design_block[class*="block"].moved,
#kzkmwvtys3wvnqm5jttg .design_block[class*="block"].moved {
  margin: 0px;
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* リンク共通 */
#a4j60b7u2e80dxhnzhgx a,
#oqvd41g4z3utyyt9gtfh a,
#ispd6kos8owcn4ppyue3 a,
#a5x3d77kodm6hhtycsy9 a,
#hzih6pfxbz2igtxa3r1m a,
#gbb7j0yorgz5g3khvqgq a,
#d7rvy14rfgpkjm0wyr6s a,
#c23fld3pik34kmgwszos a,
#rl2mf581tfyyz4iciytc a,
#kzkmwvtys3wvnqm5jttg a {
  display: block;
  position: relative;
}
#a4j60b7u2e80dxhnzhgx a:hover img,
#oqvd41g4z3utyyt9gtfh a:hover img,
#ispd6kos8owcn4ppyue3 a:hover img,
#a5x3d77kodm6hhtycsy9 a:hover img,
#hzih6pfxbz2igtxa3r1m a:hover img,
#gbb7j0yorgz5g3khvqgq a:hover img,
#d7rvy14rfgpkjm0wyr6s a:hover img,
#c23fld3pik34kmgwszos a:hover img,
#rl2mf581tfyyz4iciytc a:hover img,
#kzkmwvtys3wvnqm5jttg a:hover img {
  opacity: 1;
}

/* 子育て応援日記 */
#a4j60b7u2e80dxhnzhgx {
  background: url(../files/bnr_kosodate_bg.png) no-repeat center center / cover;
  padding: calc(135 / var(--easys_max_width) * 100%) 0;
}
#a4j60b7u2e80dxhnzhgx .easys_content_inner {
  width: calc(1843 / var(--easys_max_width) * 100%);
}
#a4j60b7u2e80dxhnzhgx a img {
  transition: var(--custom_transition);
}
#a4j60b7u2e80dxhnzhgx a:hover img {
  transform: scale(0.9);
}

/* お問い合わせ */
:root {
  --bnrContact_h: 624;
}
#oqvd41g4z3utyyt9gtfh {
  background: url(../files/bnr_contact_bg.png) no-repeat center top / 100%;
}
#oqvd41g4z3utyyt9gtfh .easys_content_inner {
  padding: calc(var(--bnrContact_h) / var(--easys_max_width) * 100%) 0 0;
  width: 100%;
}
#oqvd41g4z3utyyt9gtfh .img_display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#oqvd41g4z3utyyt9gtfh [class*="field_"] {
  position: absolute;
  width: calc(368 / var(--easys_max_width) * 100%);
  height: calc(78 / var(--bnrContact_h) * 100%);
  top: calc(405 / var(--bnrContact_h) * 100%);
  left: calc(1145 / var(--easys_max_width) * 100%);
}
#oqvd41g4z3utyyt9gtfh [class*="field_"] .eyecatch,
#oqvd41g4z3utyyt9gtfh [class*="field_"] .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#oqvd41g4z3utyyt9gtfh a::after {
  background-image: url(../files/bnr_contact_btn_on.png);
}
#oqvd41g4z3utyyt9gtfh > .design_block.block1 {
  background-image: url(../files/bnr_contact_illust.png);
  background-size: 100%;
  width: calc(575 / var(--easys_max_width) * 100%);
  height: calc(474 / var(--bnrContact_h) * 100%);
  top: calc(150 / var(--bnrContact_h) * 100%);
  left: calc(460 / var(--easys_max_width) * 100%);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 募集要項 */
#ispd6kos8owcn4ppyue3 {
  background: url(../files/bnr_guidelines_bg.png) no-repeat center center / cover;
  padding: calc(135 / var(--easys_max_width) * 100%) 0;
}
#ispd6kos8owcn4ppyue3 .easys_content_inner {
  width: calc(1843 / var(--easys_max_width) * 100%);
}
#ispd6kos8owcn4ppyue3 a img {
  transition: var(--custom_transition);
}
#ispd6kos8owcn4ppyue3 a:hover img {
  transform: scale(0.9);
}

/* 福岡県子育て支援企業エヌエフティ */
#a5x3d77kodm6hhtycsy9 .easys_content_inner {
  width: calc(1843 / var(--easys_max_width) * 100%);
}
#a5x3d77kodm6hhtycsy9 a img {
  transition: var(--custom_transition);
}
#a5x3d77kodm6hhtycsy9 a:hover img {
  transform: scale(0.9);
}

/* ハーフサイズバナー共通 */
#hzih6pfxbz2igtxa3r1m .easys_content_inner,
#gbb7j0yorgz5g3khvqgq .easys_content_inner,
#d7rvy14rfgpkjm0wyr6s .easys_content_inner,
#c23fld3pik34kmgwszos .easys_content_inner {
  width: calc(1843 / var(--easys_max_width) * 100%);
}
#hzih6pfxbz2igtxa3r1m [class*="field_"],
#gbb7j0yorgz5g3khvqgq [class*="field_"],
#d7rvy14rfgpkjm0wyr6s [class*="field_"],
#c23fld3pik34kmgwszos [class*="field_"] {
  height: 100%;
  margin: 0;
  position: relative;
  width: calc(898 / 1843 * 100%) !important;
}
#hzih6pfxbz2igtxa3r1m .eyecatch,
#gbb7j0yorgz5g3khvqgq .eyecatch,
#d7rvy14rfgpkjm0wyr6s .eyecatch,
#c23fld3pik34kmgwszos .eyecatch {
  width: 100%;
}
#hzih6pfxbz2igtxa3r1m a img,
#gbb7j0yorgz5g3khvqgq a img,
#d7rvy14rfgpkjm0wyr6s a img,
#c23fld3pik34kmgwszos a img {
  transition: var(--custom_transition);
}
#hzih6pfxbz2igtxa3r1m a:hover img,
#gbb7j0yorgz5g3khvqgq a:hover img,
#d7rvy14rfgpkjm0wyr6s a:hover img,
#c23fld3pik34kmgwszos a:hover img {
  transform: scale(0.9);
}

/* 数字で見る/従業員インタビュー */
#hzih6pfxbz2igtxa3r1m {}

/* 仕事紹介/どんな会社 */
#gbb7j0yorgz5g3khvqgq {}

/* どんな会社/数字で見る */
#d7rvy14rfgpkjm0wyr6s {}

/* 仕事紹介/数字で見る */
#c23fld3pik34kmgwszos {}

/* レスポありコンテンツ画像共通 */
#rl2mf581tfyyz4iciytc .easys_content_inner,
#kzkmwvtys3wvnqm5jttg .easys_content_inner {
  width: 100%;
  /* margin-inline: 0;
  position: relative;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: fit-content; */
}
/* #rl2mf581tfyyz4iciytc [class*="field_"],
#kzkmwvtys3wvnqm5jttg [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#rl2mf581tfyyz4iciytc .eyecatch,
#kzkmwvtys3wvnqm5jttg .eyecatch {
  width: 100% !important;
}
#rl2mf581tfyyz4iciytc .eyecatch img,
#kzkmwvtys3wvnqm5jttg .eyecatch img {
  width: auto;
} */

/* 画像＞エヌエフティの役割を図解 */
#rl2mf581tfyyz4iciytc {}

/* 画像＞会社のことを数字で分かりやすく */
#kzkmwvtys3wvnqm5jttg {}

/* 画像＞時間 */
#iia751dqxom4hvmsc40v .easys_content_inner {
  margin-inline: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
#iia751dqxom4hvmsc40v [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#iia751dqxom4hvmsc40v .eyecatch {
  width: 100% !important;
}
#iia751dqxom4hvmsc40v .eyecatch img {
  width: auto;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#xy9x1905za3xoxiq96ze,
#g9m40ar2gain9reei5yh,
#h748gk1zowzolcz845qa,
#cl3bg4796uv5e41ro2sr,
#gr2t2884sdw47lfxjh01,
#wugsyg6gwj08suz7pj19,
#x5hvt2m5aws9yg9zmuib,
#z8os7to8pi17r31dx79d,
#r3zgf45csozpoi26tzmy {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#xy9x1905za3xoxiq96ze .easys_content_inner,
#g9m40ar2gain9reei5yh .easys_content_inner,
#h748gk1zowzolcz845qa .easys_content_inner,
#cl3bg4796uv5e41ro2sr .easys_content_inner,
#gr2t2884sdw47lfxjh01 .easys_content_inner,
#wugsyg6gwj08suz7pj19 .easys_content_inner,
#x5hvt2m5aws9yg9zmuib .easys_content_inner,
#z8os7to8pi17r31dx79d .easys_content_inner,
#r3zgf45csozpoi26tzmy .easys_content_inner {
  opacity: 1;
  top: 0px;
  width: 1300px;
}
#xy9x1905za3xoxiq96ze .post_margin,
#g9m40ar2gain9reei5yh .post_margin,
#h748gk1zowzolcz845qa .post_margin,
#cl3bg4796uv5e41ro2sr .post_margin,
#gr2t2884sdw47lfxjh01 .post_margin,
#wugsyg6gwj08suz7pj19 .post_margin,
#x5hvt2m5aws9yg9zmuib .post_margin,
#z8os7to8pi17r31dx79d .post_margin,
#r3zgf45csozpoi26tzmy .post_margin {
  margin: 0;
}
#xy9x1905za3xoxiq96ze .entry_post,
#g9m40ar2gain9reei5yh .entry_post,
#h748gk1zowzolcz845qa .entry_post,
#cl3bg4796uv5e41ro2sr .entry_post,
#gr2t2884sdw47lfxjh01 .entry_post,
#wugsyg6gwj08suz7pj19 .entry_post,
#x5hvt2m5aws9yg9zmuib .entry_post,
#z8os7to8pi17r31dx79d .entry_post,
#r3zgf45csozpoi26tzmy .entry_post {
  box-sizing: border-box;
}
#xy9x1905za3xoxiq96ze .entry_post > [class*="title"],
#g9m40ar2gain9reei5yh .entry_post > [class*="title"],
#h748gk1zowzolcz845qa .entry_post > [class*="title"],
#cl3bg4796uv5e41ro2sr .entry_post > [class*="title"],
#gr2t2884sdw47lfxjh01 .entry_post > [class*="title"],
#wugsyg6gwj08suz7pj19 .entry_post > [class*="title"],
#x5hvt2m5aws9yg9zmuib .entry_post > [class*="title"],
#z8os7to8pi17r31dx79d .entry_post > [class*="title"],
#r3zgf45csozpoi26tzmy .entry_post > [class*="title"] {
  display: none;
}
#xy9x1905za3xoxiq96ze .text_box,
#g9m40ar2gain9reei5yh .text_box,
#h748gk1zowzolcz845qa .text_box,
#cl3bg4796uv5e41ro2sr .text_box,
#gr2t2884sdw47lfxjh01 .text_box,
#wugsyg6gwj08suz7pj19 .text_box,
#x5hvt2m5aws9yg9zmuib .text_box,
#z8os7to8pi17r31dx79d .text_box,
#r3zgf45csozpoi26tzmy .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#xy9x1905za3xoxiq96ze .post_data,
#g9m40ar2gain9reei5yh .post_data,
#h748gk1zowzolcz845qa .post_data,
#cl3bg4796uv5e41ro2sr .post_data,
#gr2t2884sdw47lfxjh01 .post_data,
#wugsyg6gwj08suz7pj19 .post_data,
#x5hvt2m5aws9yg9zmuib .post_data,
#z8os7to8pi17r31dx79d .post_data,
#r3zgf45csozpoi26tzmy .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#xy9x1905za3xoxiq96ze .design_block,
#g9m40ar2gain9reei5yh .design_block,
#h748gk1zowzolcz845qa .design_block,
#cl3bg4796uv5e41ro2sr .design_block,
#gr2t2884sdw47lfxjh01 .design_block,
#wugsyg6gwj08suz7pj19 .design_block,
#x5hvt2m5aws9yg9zmuib .design_block,
#z8os7to8pi17r31dx79d .design_block,
#r3zgf45csozpoi26tzmy .design_block {
  opacity: 0;
}
#xy9x1905za3xoxiq96ze .design_block[class*="block"].moved,
#g9m40ar2gain9reei5yh .design_block[class*="block"].moved,
#h748gk1zowzolcz845qa .design_block[class*="block"].moved,
#cl3bg4796uv5e41ro2sr .design_block[class*="block"].moved,
#gr2t2884sdw47lfxjh01 .design_block[class*="block"].moved,
#wugsyg6gwj08suz7pj19 .design_block[class*="block"].moved,
#x5hvt2m5aws9yg9zmuib .design_block[class*="block"].moved,
#z8os7to8pi17r31dx79d .design_block[class*="block"].moved,
#r3zgf45csozpoi26tzmy .design_block[class*="block"].moved {
  margin: 0px;
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* 共通ボタン-ブロック内リンク */
/* ※遷移先でのボタン非表示処理はfooter_common.jsで行っています※ */
#xy9x1905za3xoxiq96ze [class*="_btn"],
#g9m40ar2gain9reei5yh [class*="_btn"],
#h748gk1zowzolcz845qa [class*="_btn"],
#cl3bg4796uv5e41ro2sr [class*="_btn"],
#gr2t2884sdw47lfxjh01 [class*="_btn"] {
  margin: 30px 0 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
}
#xy9x1905za3xoxiq96ze [class*="_btn"] a,
#g9m40ar2gain9reei5yh [class*="_btn"] a,
#h748gk1zowzolcz845qa [class*="_btn"] a,
#cl3bg4796uv5e41ro2sr [class*="_btn"] a,
#gr2t2884sdw47lfxjh01 [class*="_btn"] a {
  background: url(../files/readmore_btn_off.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 256px;
  height: 56px;
}
#xy9x1905za3xoxiq96ze [class*="_btn"] a::after,
#g9m40ar2gain9reei5yh [class*="_btn"] a::after,
#h748gk1zowzolcz845qa [class*="_btn"] a::after,
#cl3bg4796uv5e41ro2sr [class*="_btn"] a::after,
#gr2t2884sdw47lfxjh01 [class*="_btn"] a::after {
  background: url(../files/readmore_btn_on.png) no-repeat center top;
}

/* エヌ.エフ.ティってどんな会社？ */
#xy9x1905za3xoxiq96ze {
  background-image: url(../files/design01_bg.png);
  height: 1425px;
}
#xy9x1905za3xoxiq96ze .entry_post {
  padding: 280px 30px 0 770px;
}
#xy9x1905za3xoxiq96ze .post_data {
  min-height: 250px;
}
#xy9x1905za3xoxiq96ze > .design_block.block1 {
  background-image: url(../files/design01_illust.png);
  width: 603px;
  height: 373px;
  top: 180px;
  left: calc(50% - 560px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#xy9x1905za3xoxiq96ze > .design_block.block2 {
  background-image: url(../files/design01_ttl.png);
  width: 567px;
  height: 208px;
  top: 185px;
  left: calc(50% - 620px);
  margin-top: calc(var(--custom_fade) * -1px);
}
#xy9x1905za3xoxiq96ze > .design_block.block3 {
  background-image: url(../files/design01_illust02.png);
  width: 238px;
  height: 258px;
  top: 340px;
  left: calc(50% - 300px);
  opacity: 1;
  animation: anime-fuwa 1.5s ease-in-out 0s alternate infinite;
}
@keyframes anime-fuwa {
  to { margin-top: 20px; }
}
#xy9x1905za3xoxiq96ze > .design_block.block4 {
  width: 100%;
  height: 560px;
  top: 595px;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#xy9x1905za3xoxiq96ze > .design_block.block4::before {
  content: "";
  width: calc(2460 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design01_image.png) repeat-x left top / auto 100%;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}

/* エヌ.エフ.ティの仕事を知る */
#g9m40ar2gain9reei5yh {
  background-image: url(../files/design02_bg.png);
  background-position: center center;
  height: 1230px;
}
#g9m40ar2gain9reei5yh .entry_post {
  padding: 590px 670px 0 170px;
}
#g9m40ar2gain9reei5yh .post_data {
  min-height: 230px;
}
#g9m40ar2gain9reei5yh > .design_block.block1 {
  background-image: url(../files/design02_ttl.png);
  width: 500px;
  height: 208px;
  top: 320px;
  left: calc(50% - 515px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#g9m40ar2gain9reei5yh > .design_block.block2 {
  background-image: url(../files/design02_image.png);
  width: 521px;
  height: 417px;
  top: 357px;
  left: calc(50% + 25px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 数字で見るエヌ.エフ.ティ */
#h748gk1zowzolcz845qa {
  background-image: url(../files/design03_bg.png);
  height: 869px;
}
#h748gk1zowzolcz845qa .entry_post {
  padding: 400px 290px 0;
}
#h748gk1zowzolcz845qa .post_data {
  min-height: 202px;
  text-align: center;
}
#h748gk1zowzolcz845qa [class*="_btn"] {
  margin-inline: auto;
}
#h748gk1zowzolcz845qa > .design_block.block1 {
  background-image: url(../files/design03_ttl.png);
  width: 770px;
  height: 195px;
  top: 145px;
  left: calc(50% - 385px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#h748gk1zowzolcz845qa > .design_block.block2 {
  background-image: url(../files/design03_image.png);
  width: 1456px;
  height: 525px;
  top: 232px;
  left: calc(50% - 725px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* エヌ.エフ.ティを支えるメンバー紹介 */
#cl3bg4796uv5e41ro2sr {
  height: 1019px;
}
#cl3bg4796uv5e41ro2sr .entry_post {
  padding: 450px 0 0 770px;
}
#cl3bg4796uv5e41ro2sr .post_data {
  min-height: 265px;
}
#cl3bg4796uv5e41ro2sr > .design_block.block1 {
  background-image: url(../files/design04_bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}
#cl3bg4796uv5e41ro2sr > .design_block.block2 {
  background-image: url(../files/design04_txt.png);
  width: 673px;
  height: 672px;
  top: 165px;
  left: calc(50% - 680px);
  opacity: 1;
  -webkit-animation: anime-rotate 60s linear 0s infinite;
  animation        : anime-rotate 60s linear 0s infinite;
}
@keyframes anime-rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#cl3bg4796uv5e41ro2sr > .design_block.block3 {
  background-image: url(../files/design04_image.png);
  width: 634px;
  height: 635px;
  top: 202px;
  left: calc(50% - 625px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#cl3bg4796uv5e41ro2sr > .design_block.block4 {
  background-image: url(../files/design04_ttl.png);
  width: 513px;
  height: 210px;
  top: 180px;
  left: calc(50% + 95px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#cl3bg4796uv5e41ro2sr > .design_block.block5 {
  background-image: url(../files/design04_illust.png);
  width: 195px;
  height: 158px;
  top: 860px;
  left: calc(50% + 415px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 募集要項について */
#gr2t2884sdw47lfxjh01 {
  background-image: url(../files/design05_bg);
  height: 1019px;
}
#gr2t2884sdw47lfxjh01 .entry_post {
  padding: 380px 730px 0 70px;
}
#gr2t2884sdw47lfxjh01 .post_data {
  min-height: 205px;
}
#gr2t2884sdw47lfxjh01 > .design_block.block1 {
  background-image: url(../files/design05_ttl.png);
  width: 385px;
  height: 146px;
  top: 180px;
  left: calc(50% - 620px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#gr2t2884sdw47lfxjh01 > .design_block.block2 {
  background-image: url(../files/design05_illust.png);
  width: 121px;
  height: 143px;
  top: 180px;
  left: calc(50% - 220px);
  margin-top: calc(var(--custom_fade) * -1px);
}
#gr2t2884sdw47lfxjh01 > .design_block.block3,
#gr2t2884sdw47lfxjh01 > .design_block.block4 {
  height: 100%;
  top: 0;
  opacity: 1;
  overflow: hidden;
}
#gr2t2884sdw47lfxjh01 > .design_block.block3::before,
#gr2t2884sdw47lfxjh01 > .design_block.block4::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime-bg_h 40s linear 0s infinite;
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}
@keyframes anime-bg_h {
  0%   { transform: translateY(0%); }
  100% { transform: translateY(-25%);}
}
#gr2t2884sdw47lfxjh01 > .design_block.block3 {
  left: calc(50% + 25px);
  width: 280px;
}
#gr2t2884sdw47lfxjh01 > .design_block.block3::before {
  background-image: url(../files/design05_image01.png);
  height: calc(1140 / 1019 * 400%);
  animation-direction: reverse;
}
#gr2t2884sdw47lfxjh01 > .design_block.block4 {
  left: calc(50% + 310px);
  width: 310px;
}
#gr2t2884sdw47lfxjh01 > .design_block.block4::before {
  background-image: url(../files/design05_image02.png);
  height: calc(1520 / 1019 * 400%);
}

/* ただ「モノをつくる会社」ではありません。 */
#wugsyg6gwj08suz7pj19 {
  background-image: url(../files/design06_bg.png);
  height: 900px;
}
#wugsyg6gwj08suz7pj19 .entry_post {
  padding: 420px 330px 0;
}
#wugsyg6gwj08suz7pj19 .post_data {
  text-align: center;
  font-size: 16px;
}
#wugsyg6gwj08suz7pj19 .post_data p {
  /* font-size: 18px; */
  text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff;
}
#wugsyg6gwj08suz7pj19 > .design_block.block1 {
  background-image: url(../files/design06_ttl.png);
  width: 562px;
  height: 117px;
  top: 243px;
  left: calc(50% - 280px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 私たちの誇り高い仕事 */
#x5hvt2m5aws9yg9zmuib {
  background-image: url(../files/design07_bg.png);
  height: 1527px;
}
#x5hvt2m5aws9yg9zmuib .entry_post {
  padding: 280px 180px 0 170px;
}
#x5hvt2m5aws9yg9zmuib > .design_block.block1 {
  background-image: url(../files/design07_ttl.png);
  width: 433px;
  height: 50px;
  top: 180px;
  left: calc(50% - 480px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#x5hvt2m5aws9yg9zmuib > .design_block.block2 {
  width: 100%;
  height: 406px;
  top: 435px;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#x5hvt2m5aws9yg9zmuib > .design_block.block2::before {
  content: "";
  width: calc(2450 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design07_image.png) repeat-x left top / auto 100%;
}

/* 現場で活躍する社員にインタビュー */
#z8os7to8pi17r31dx79d {
  background-image: url(../files/design08_bg.png);
  height: 923px;
}
#z8os7to8pi17r31dx79d .entry_post {
  padding: 360px 80px 0 750px;
}
#z8os7to8pi17r31dx79d > .design_block.block1 {
  background-image: url(../files/design08_image.png);
  width: 800px;
  height: 566px;
  top: 180px;
  left: calc(50% - 800px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#z8os7to8pi17r31dx79d > .design_block.block2 {
  background-image: url(../files/design08_ttl.png);
  width: 389px;
  height: 122px;
  top: 190px;
  left: calc(50% + 100px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#z8os7to8pi17r31dx79d > .design_block.block3 {
  background-image: url(../files/design08_illust01.png);
  width: 219px;
  height: 163px;
  top: 0px;
  left: calc(50% + 440px);
  margin-top: calc(var(--custom_fade) * -1px);
}
#z8os7to8pi17r31dx79d > .design_block.block4 {
  background-image: url(../files/design08_illust02.png);
  width: 178px;
  height: 160px;
  top: 765px;
  left: calc(50% + 55px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 株式会社エヌ.エフ.ティの子育てへの想い */
#r3zgf45csozpoi26tzmy {
  background-image: url(../files/design09_bg.png);
  height: 900px;
}
#r3zgf45csozpoi26tzmy .entry_post {
  padding: 400px 180px 0 650px;
}
#r3zgf45csozpoi26tzmy > .design_block.block1 {
  background-image: url(../files/design09_image.png);
  width: 540px;
  height: 561px;
  top: 160px;
  left: calc(50% - 600px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#r3zgf45csozpoi26tzmy > .design_block.block2 {
  background-image: url(../files/design09_ttl.png);
  width: 493px;
  height: 105px;
  top: 230px;
  left: calc(50% - 0px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#r3zgf45csozpoi26tzmy > .design_block.block3,
#r3zgf45csozpoi26tzmy > .design_block.block4 {
  opacity: 1;
  animation: anime-fuwa 1.5s ease-in-out 0s alternate infinite;
}
#r3zgf45csozpoi26tzmy > .design_block.block3 {
  background-image: url(../files/design09_illust01.png);
  width: 98px;
  height: 110px;
  top: 110px;
  left: calc(50% - 120px);
}
#r3zgf45csozpoi26tzmy > .design_block.block4 {
  background-image: url(../files/design09_illust02.png);
  width: 93px;
  height: 129px;
  top: 550px;
  left: calc(50% + 510px);
  animation-delay: .4s;
}
