@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #21520c;
  --link_color: #4ab81b;
  --border_color: #666;
  --table_border_color: #4e4e4e;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #21520c;
  --td_character_color: #21520c;
  --required_color: #4ab81b;
  --top_h1_color: #fff;
  --header_navigation_color: rgba(255,255,255,0.8);
  --top_entry_title_color: #21520c;
  --entry_title_bg_color: #21520c;
  --blog_title_color: #21520c;
  --sub_entry_title_bg_color: #21520c;
  --entry_title_bg_w570_color: #21520c;
  --sub_entry_title_bg_w570_color: #21520c;
  --half_entry_title_bg_color: #21520c;
  --half_sub_entry_title_bg_color: #21520c;
  --column3_title_bg_color: #21520c;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #2c2c2c;
  --footnavi_color: #0a530b;
  --address_color: #0a530b;
  --copy_color: #fff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1000;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 700;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666;/* プルダウンメニュー＞文字色(ホバー時) */
  --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 : 55px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 70px; /*ブロック間余白*/
  --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%);
}
#page_6 #branding_box > .design_block {
  background-image: url(../files/pc_teaser_ttl.png);
  background-size: 100%;
  top: calc(562 / var(--easys_top_main_h) * 100%);
  left: calc(0 / var(--easys_max_width) * 100%);
  width: calc(1380 / var(--easys_max_width) * 100%);
  height: calc(180 / var(--easys_top_main_h) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top : calc(130 / var(--easys_naka_main_h) * 100%);
  left: calc(20 / var(--easys_max_width) * 100%);
  width: auto;
  white-space: nowrap;
  z-index: 800;
}
#page_6 #site-description {
  top : calc(130 / var(--easys_top_main_h) * 100%);
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーの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: calc(485 / var(--easys_max_width) * 100%);
  height: calc(130 / var(--easys_naka_main_h) * 100%);
  background: url(../files/main_logo.png) no-repeat no-repeat left top / 100%;
  pointer-events: none;
  z-index: 700;
}
#page_6 #header_information .main_header {
  height: calc(130 / var(--easys_top_main_h) * 100%);
}
#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: 120px;
  --gnavi02: 100px;
  --gnavi03: 100px;
  --gnavi04: 100px;
  --gnavi05: 100px;
  --gnavi06: 130px;
}
#access {
  display: none;
  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 {
  box-sizing: border-box;
  text-align: center;
  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 .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: 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);
  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;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  background: var(--header_navigation_color);
  width: clamp(960px, 100%, calc(var(--easys_max_width)*1px));
  height: var(--easys_fixed_h);
} */


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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;
  height: 650px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  height: 520px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 10px 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 {
  display: none;
  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: 0;
  position: absolute;

  width: 100%;
  text-align: center;
  top: 320px;
  left: 0;

  /* width: 480px;
  text-align: left;
  top: 200px;
  left: calc(50% - 480px); */
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}


/*  フッター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);
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.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;
  box-sizing: border-box;
  padding-right: 30px;
}
.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;
}

#fixed_btn_hp a::after      { background-image: url(../files/btn_site_on.png);}
#fixed_btn_gtn a::after     { background-image: url(../files/btn_gaten_on.png);}
#fixed_btn_contact a::after { background-image: url(../files/btn_contact_on.png);}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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);
  height: 75px;
  line-height: 75px;
  padding-top: 55px;
}
h3.entry_title,
.entry-title,
.entry_title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/* * .sub_entry_title,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  フォントサイズはこちら
} */
* .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-image: url(../files/sub_entry_title_bg.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画像 */
#uh70bb732ya43lycafs0 [class*="_btn"] a::after,
.fixed_btn 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;
}
#uh70bb732ya43lycafs0 [class*="_btn"] a:hover::after,
.fixed_btn a:hover::after {
  opacity: 1;
}

/* マウスオンで上下に揺らす */
#eaxzjfrv02slwwnzgj9r div,
#ttls1gioyruwqh3m1tps div,
#c38uswxcvj4mqpzv9zm5 div,
#ax7rn2oywc1utwexe6xi div,
#yifasryd0lusvl90gjwe div,
#yhigqtja4pi7fhnbluye div,
#z1wij9ud74sxfswqczn9 div {
  overflow: visible !important;
}
#eaxzjfrv02slwwnzgj9r .easys_content_inner,
#ttls1gioyruwqh3m1tps .easys_content_inner,
#c38uswxcvj4mqpzv9zm5 .easys_content_inner,
#ax7rn2oywc1utwexe6xi .easys_content_inner,
#yifasryd0lusvl90gjwe .easys_content_inner,
#yhigqtja4pi7fhnbluye .easys_content_inner,
#z1wij9ud74sxfswqczn9 .easys_content_inner {
  padding: 20px 0;
}
#eaxzjfrv02slwwnzgj9r a:hover img,
#ttls1gioyruwqh3m1tps a:hover img,
#c38uswxcvj4mqpzv9zm5 a:hover img,
#ax7rn2oywc1utwexe6xi a:hover img,
#yifasryd0lusvl90gjwe a:hover img,
#yhigqtja4pi7fhnbluye a:hover img,
#z1wij9ud74sxfswqczn9 a:hover img {
  animation: bounce 0.8s ease-out;
}
@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }

  16.6% {
    transform: translate(0, -20px);
    animation-timing-function: ease-in;
  }

  33.3% {
    transform: translate(0, 0);
  }

  49.8% {
    transform: translate(0, -14px);
    animation-timing-function: ease-in;
  }

  66.4% {
    transform: translate(0, 0);
  }

  83% {
    transform: translate(0, -4px);
    animation-timing-function: ease-in;
  }

  100% {
    transform: translate(0, 0);
  }
}

/* GSAPのバウンド */
.gsap_bound {
  transition: none;
  opacity: 0;
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#eaxzjfrv02slwwnzgj9r,
#ttls1gioyruwqh3m1tps,
#c38uswxcvj4mqpzv9zm5,
#ax7rn2oywc1utwexe6xi,
#yifasryd0lusvl90gjwe,
#yhigqtja4pi7fhnbluye,
#z1wij9ud74sxfswqczn9,
#wp2cp0wfqtefa9q68hgj,
#irwsw0v72598s1f98je2,
#y9kz2pivl15e870cjww9,
#fwyqlokwit4vfwo3o9r9 {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#eaxzjfrv02slwwnzgj9r div,
#ttls1gioyruwqh3m1tps div,
#c38uswxcvj4mqpzv9zm5 div,
#ax7rn2oywc1utwexe6xi div,
#yifasryd0lusvl90gjwe div,
#yhigqtja4pi7fhnbluye div,
#z1wij9ud74sxfswqczn9 div,
#wp2cp0wfqtefa9q68hgj div,
#irwsw0v72598s1f98je2 div,
#y9kz2pivl15e870cjww9 div,
#fwyqlokwit4vfwo3o9r9 div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#eaxzjfrv02slwwnzgj9r img,
#ttls1gioyruwqh3m1tps img,
#c38uswxcvj4mqpzv9zm5 img,
#ax7rn2oywc1utwexe6xi img,
#yifasryd0lusvl90gjwe img,
#yhigqtja4pi7fhnbluye img,
#z1wij9ud74sxfswqczn9 img,
#wp2cp0wfqtefa9q68hgj img,
#irwsw0v72598s1f98je2 img,
#y9kz2pivl15e870cjww9 img,
#fwyqlokwit4vfwo3o9r9 img {
  position: relative;
}
#eaxzjfrv02slwwnzgj9r .design_block,
#ttls1gioyruwqh3m1tps .design_block,
#c38uswxcvj4mqpzv9zm5 .design_block,
#ax7rn2oywc1utwexe6xi .design_block,
#yifasryd0lusvl90gjwe .design_block,
#yhigqtja4pi7fhnbluye .design_block,
#z1wij9ud74sxfswqczn9 .design_block,
#wp2cp0wfqtefa9q68hgj .design_block,
#irwsw0v72598s1f98je2 .design_block,
#y9kz2pivl15e870cjww9 .design_block,
#fwyqlokwit4vfwo3o9r9 .design_block {
  opacity: 0;
}
#eaxzjfrv02slwwnzgj9r .design_block[class*="block"].moved,
#ttls1gioyruwqh3m1tps .design_block[class*="block"].moved,
#c38uswxcvj4mqpzv9zm5 .design_block[class*="block"].moved,
#ax7rn2oywc1utwexe6xi .design_block[class*="block"].moved,
#yifasryd0lusvl90gjwe .design_block[class*="block"].moved,
#yhigqtja4pi7fhnbluye .design_block[class*="block"].moved,
#z1wij9ud74sxfswqczn9 .design_block[class*="block"].moved,
#wp2cp0wfqtefa9q68hgj .design_block[class*="block"].moved,
#irwsw0v72598s1f98je2 .design_block[class*="block"].moved,
#y9kz2pivl15e870cjww9 .design_block[class*="block"].moved,
#fwyqlokwit4vfwo3o9r9 .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;
}

/* リンク共通 */
#eaxzjfrv02slwwnzgj9r a,
#ttls1gioyruwqh3m1tps a,
#c38uswxcvj4mqpzv9zm5 a,
#ax7rn2oywc1utwexe6xi a,
#yifasryd0lusvl90gjwe a,
#yhigqtja4pi7fhnbluye a,
#z1wij9ud74sxfswqczn9 a {
  display: block;
  position: relative;
}
#eaxzjfrv02slwwnzgj9r a:hover img,
#ttls1gioyruwqh3m1tps a:hover img,
#c38uswxcvj4mqpzv9zm5 a:hover img,
#ax7rn2oywc1utwexe6xi a:hover img,
#yifasryd0lusvl90gjwe a:hover img,
#yhigqtja4pi7fhnbluye a:hover img,
#z1wij9ud74sxfswqczn9 a:hover img {
  opacity: 1;
}

/* バナー＞お問い合わせ/GATEN職 */
#eaxzjfrv02slwwnzgj9r,
#ttls1gioyruwqh3m1tps,
#c38uswxcvj4mqpzv9zm5,
#ax7rn2oywc1utwexe6xi,
#yifasryd0lusvl90gjwe {
  background: url(../files/bnrhalf02_bg.jpg) repeat center top / 100% auto;
  padding: 170px 0;
}
#eaxzjfrv02slwwnzgj9r .easys_content_inner,
#ttls1gioyruwqh3m1tps .easys_content_inner,
#c38uswxcvj4mqpzv9zm5 .easys_content_inner,
#ax7rn2oywc1utwexe6xi .easys_content_inner,
#yifasryd0lusvl90gjwe .easys_content_inner {
  width: 1020px;
}
#eaxzjfrv02slwwnzgj9r [class*="field_"],
#ttls1gioyruwqh3m1tps [class*="field_"],
#c38uswxcvj4mqpzv9zm5 [class*="field_"],
#ax7rn2oywc1utwexe6xi [class*="field_"],
#yifasryd0lusvl90gjwe [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#eaxzjfrv02slwwnzgj9r .eyecatch,
#ttls1gioyruwqh3m1tps .eyecatch,
#c38uswxcvj4mqpzv9zm5 .eyecatch,
#ax7rn2oywc1utwexe6xi .eyecatch,
#yifasryd0lusvl90gjwe .eyecatch {
  width: 100% !important;
}
#eaxzjfrv02slwwnzgj9r .easys_content_inner > .design_block.block1,
#ttls1gioyruwqh3m1tps .easys_content_inner > .design_block.block1,
#c38uswxcvj4mqpzv9zm5 .easys_content_inner > .design_block.block1,
#ax7rn2oywc1utwexe6xi .easys_content_inner > .design_block.block1,
#yifasryd0lusvl90gjwe .easys_content_inner > .design_block.block1 {
  width: 2000px;
  height: 265px;
  top: 0;
  bottom: 0;
  left: calc(50% - 1000px);
  margin: auto !important;
  opacity: 1;
}
#eaxzjfrv02slwwnzgj9r .easys_content_inner > .design_block.block1::before,
#ttls1gioyruwqh3m1tps .easys_content_inner > .design_block.block1::before,
#c38uswxcvj4mqpzv9zm5 .easys_content_inner > .design_block.block1::before,
#ax7rn2oywc1utwexe6xi .easys_content_inner > .design_block.block1::before,
#yifasryd0lusvl90gjwe .easys_content_inner > .design_block.block1::before {
  content: "";
  width: calc(2000 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/bnrhalf_img.png) repeat-x left top / auto 100%;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}
/* ＞デザインブロック02の下のバナー時・会社概要ブロックの下のバナー時背景 */
#ttls1gioyruwqh3m1tps,
#c38uswxcvj4mqpzv9zm5 {
  /* background: url(../files/bnrhalf_bg.jpg) no-repeat center top / cover; */
}
/* ＞余白 */
#isayf9bxl5m0rolgz9n3 + #eaxzjfrv02slwwnzgj9r {
  background: none transparent;
  margin-top: -600px;
}

/* バナー＞プライベート/資格取得支援/スキルと経験値/サポート */
#yhigqtja4pi7fhnbluye {
  background: url(../files/bnrmany_bg.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 900px;
  padding-top: calc(388px - 20px);
}
#yhigqtja4pi7fhnbluye .easys_content_inner {
  width: 1240px;
}
#yhigqtja4pi7fhnbluye [class*="field_"] {
  margin: 0;
  width: fit-content !important;
  transform: rotateY(180deg);
  opacity: 0;
  transition: .8s;
}
#yhigqtja4pi7fhnbluye .easys_content_inner.moved [class*="field_"] {
  transform: rotateY(0deg);
  opacity: 1;
}
#yhigqtja4pi7fhnbluye [class*="field_"]:nth-of-type(2) {transition-delay: .3s;}
#yhigqtja4pi7fhnbluye [class*="field_"]:nth-of-type(3) {transition-delay: .6s;}
#yhigqtja4pi7fhnbluye [class*="field_"]:nth-of-type(4) {transition-delay: .9s;}
#yhigqtja4pi7fhnbluye .eyecatch {
  width: 100% !important;
}
#yhigqtja4pi7fhnbluye > .design_block.block1 {
  background-image: url(../files/bnrmany_ttl.png);
  width: 480px;
  height: 190px;
  top: 175px;
  left: calc(50% - 240px);
  opacity: 1;
}

/* バナー＞公式ホームページ */
#z1wij9ud74sxfswqczn9 .easys_content_inner {
  width: 1020px;
  padding: 0;
}
#z1wij9ud74sxfswqczn9 > .design_block.block1 {
  width: 2000px;
  height: 265px;
  top: 55px;
  left: calc(50% - 1000px);
  opacity: 1;
}
#z1wij9ud74sxfswqczn9 > .design_block.block1::before {
  content: "";
  width: calc(2000 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/bnrhalf_img.png) repeat-x left top / auto 100%;
}
#fzo8gawwbcd974f4n7r4 + #z1wij9ud74sxfswqczn9 {
  height: 480px;
  margin-top: -480px;
}

/* コンテンツ画像共通 */
#wp2cp0wfqtefa9q68hgj .easys_content_inner,
#irwsw0v72598s1f98je2 .easys_content_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
}

/* 画像＞基本的に残業はしません！ */
#wp2cp0wfqtefa9q68hgj {}

/* 画像＞資格取得で収入もUP */
#irwsw0v72598s1f98je2 {}

/* パララ画像共通 */
#y9kz2pivl15e870cjww9 .easys_content_inner,
#fwyqlokwit4vfwo3o9r9 .easys_content_inner {
  overflow: hidden;
  width: 100%;
}
#y9kz2pivl15e870cjww9 [class*="field_"]:nth-of-type(1),
#fwyqlokwit4vfwo3o9r9 [class*="field_"]:nth-of-type(1) {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#y9kz2pivl15e870cjww9 [class*="field_"]:nth-of-type(1) img,
#fwyqlokwit4vfwo3o9r9 [class*="field_"]:nth-of-type(1) img {
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  z-index: 0;
}
#y9kz2pivl15e870cjww9 [class*="field_"]:nth-of-type(2),
#fwyqlokwit4vfwo3o9r9 [class*="field_"]:nth-of-type(2) {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
  z-index: 1;
}

/* 画像＞イメージ01 */
#y9kz2pivl15e870cjww9 .easys_content_inner {
  height: 600px;
}

/* 画像＞イメージ02 */
#fwyqlokwit4vfwo3o9r9 .easys_content_inner {
  height: 600px;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#isayf9bxl5m0rolgz9n3,
#zkbfgmc2yolfw1zyo9yq,
#m0hiia4c9fetg2byrb1v,
#fzo8gawwbcd974f4n7r4,
#nyr3h4cbxbgd77rh9sgu,
#rz084ff8qwatp26eada1,
#uh70bb732ya43lycafs0 {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#isayf9bxl5m0rolgz9n3 .easys_content_inner,
#zkbfgmc2yolfw1zyo9yq .easys_content_inner,
#m0hiia4c9fetg2byrb1v .easys_content_inner,
#fzo8gawwbcd974f4n7r4 .easys_content_inner,
#nyr3h4cbxbgd77rh9sgu .easys_content_inner,
#rz084ff8qwatp26eada1 .easys_content_inner,
#uh70bb732ya43lycafs0 .easys_content_inner {
  opacity: 1;
  top: 0px;
  width: 1300px;
}
#isayf9bxl5m0rolgz9n3 .post_margin,
#zkbfgmc2yolfw1zyo9yq .post_margin,
#m0hiia4c9fetg2byrb1v .post_margin,
#fzo8gawwbcd974f4n7r4 .post_margin,
#nyr3h4cbxbgd77rh9sgu .post_margin,
#rz084ff8qwatp26eada1 .post_margin,
#uh70bb732ya43lycafs0 .post_margin {
  margin: 0;
}
#isayf9bxl5m0rolgz9n3 .entry_post,
#zkbfgmc2yolfw1zyo9yq .entry_post,
#m0hiia4c9fetg2byrb1v .entry_post,
#fzo8gawwbcd974f4n7r4 .entry_post,
#nyr3h4cbxbgd77rh9sgu .entry_post,
#rz084ff8qwatp26eada1 .entry_post,
#uh70bb732ya43lycafs0 .entry_post {
  box-sizing: border-box;
}
#isayf9bxl5m0rolgz9n3 .entry_post > [class*="title"],
#zkbfgmc2yolfw1zyo9yq .entry_post > [class*="title"],
#m0hiia4c9fetg2byrb1v .entry_post > [class*="title"],
#fzo8gawwbcd974f4n7r4 .entry_post > [class*="title"],
#nyr3h4cbxbgd77rh9sgu .entry_post > [class*="title"],
#rz084ff8qwatp26eada1 .entry_post > [class*="title"],
#uh70bb732ya43lycafs0 .entry_post > [class*="title"] {
  display: none;
}
#isayf9bxl5m0rolgz9n3 .text_box,
#zkbfgmc2yolfw1zyo9yq .text_box,
#m0hiia4c9fetg2byrb1v .text_box,
#fzo8gawwbcd974f4n7r4 .text_box,
#nyr3h4cbxbgd77rh9sgu .text_box,
#rz084ff8qwatp26eada1 .text_box,
#uh70bb732ya43lycafs0 .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#isayf9bxl5m0rolgz9n3 .text_box.moved,
#zkbfgmc2yolfw1zyo9yq .text_box.moved,
#m0hiia4c9fetg2byrb1v .text_box.moved,
#fzo8gawwbcd974f4n7r4 .text_box.moved,
#nyr3h4cbxbgd77rh9sgu .text_box.moved,
#rz084ff8qwatp26eada1 .text_box.moved,
#uh70bb732ya43lycafs0 .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#isayf9bxl5m0rolgz9n3 .post_data,
#zkbfgmc2yolfw1zyo9yq .post_data,
#m0hiia4c9fetg2byrb1v .post_data,
#fzo8gawwbcd974f4n7r4 .post_data,
#nyr3h4cbxbgd77rh9sgu .post_data,
#rz084ff8qwatp26eada1 .post_data,
#uh70bb732ya43lycafs0 .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
  line-height: 2;
}
#isayf9bxl5m0rolgz9n3 .design_block,
#zkbfgmc2yolfw1zyo9yq .design_block,
#m0hiia4c9fetg2byrb1v .design_block,
#fzo8gawwbcd974f4n7r4 .design_block,
#nyr3h4cbxbgd77rh9sgu .design_block,
#rz084ff8qwatp26eada1 .design_block,
#uh70bb732ya43lycafs0 .design_block {
  opacity: 0;
}
#isayf9bxl5m0rolgz9n3 .design_block[class*="block"].moved,
#zkbfgmc2yolfw1zyo9yq .design_block[class*="block"].moved,
#m0hiia4c9fetg2byrb1v .design_block[class*="block"].moved,
#fzo8gawwbcd974f4n7r4 .design_block[class*="block"].moved,
#nyr3h4cbxbgd77rh9sgu .design_block[class*="block"].moved,
#rz084ff8qwatp26eada1 .design_block[class*="block"].moved,
#uh70bb732ya43lycafs0 .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;
}

/* 一緒に働きませんか？ */
#isayf9bxl5m0rolgz9n3 {
  background-image: url(../files/design01_bg.jpg);
  height: 1090px;
}
#isayf9bxl5m0rolgz9n3 .entry_post {
  padding: 450px 320px 0;
}
#isayf9bxl5m0rolgz9n3 .post_data {
  color: #113800;
}
#isayf9bxl5m0rolgz9n3 > .design_block.block1 {
  background-image: url(../files/design01_ttl.png);
  width: 720px;
  height: 180px;
  top: 260px;
  left: calc(50% - 366px);
}
#isayf9bxl5m0rolgz9n3 > .design_block.block2 {
  background-image: url(../files/design01_img01.png);
  width: 280px;
  height: 290px;
  top: 304px;
  left: calc(50% - 620px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#isayf9bxl5m0rolgz9n3 > .design_block.block3 {
  background-image: url(../files/design01_img02.png);
  width: 350px;
  height: 400px;
  top: 263px;
  left: calc(50% + 344px);
  margin-left: calc(var(--custom_fade) * 1px);
}

/* 業務内容とは？ */
#zkbfgmc2yolfw1zyo9yq {
  background-image: url(../files/design02_bg.jpg);
  height: 1070px;
}
#zkbfgmc2yolfw1zyo9yq .entry_post {
  padding: 335px 40px 0;
}
#zkbfgmc2yolfw1zyo9yq .text_box {
  box-sizing: border-box;
  height: 160px;
  padding: 0 280px;
}
#zkbfgmc2yolfw1zyo9yq > .design_block.block1 {
  background-image: url(../files/design02_ttl.png);
  width: 560px;
  height: 160px;
  top: 170px;
  left: calc(50% - 280px);
}
#zkbfgmc2yolfw1zyo9yq .sub_post {
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  opacity: 0;
  padding: 255px 30px 0;
  transform: translateY(calc(var(--custom_fade) * 1px));
  transition: all 1.3s ease 0s;
  width: 390px;
  height: 390px;
}
#zkbfgmc2yolfw1zyo9yq .sub_post.moved {
  opacity: 1;
  transform: translateY(0px);
}
#zkbfgmc2yolfw1zyo9yq .sub_post + .sub_post {
  margin-left: 25px;
}
#zkbfgmc2yolfw1zyo9yq .sub_post.sub_post_0 {
  background-image: url(../files/design02_img01.png);
}
#zkbfgmc2yolfw1zyo9yq .sub_post.sub_post_1 {
  background-image: url(../files/design02_img02.png);
  transition-delay: .2s;
}
#zkbfgmc2yolfw1zyo9yq .sub_post.sub_post_2 {
  background-image: url(../files/design02_img03.png);
  transition-delay: .4s;
}

/* 求職者の方にメッセージ */
#fzo8gawwbcd974f4n7r4 {
  background-image: url(../files/design03_bg.jpg);
  height: 1020px;
}
#fzo8gawwbcd974f4n7r4 .entry_post {
  padding: 350px 330px 0;
}
#fzo8gawwbcd974f4n7r4 .post_data {
  color: #113800;
}
#fzo8gawwbcd974f4n7r4 .post_data {
  text-align: center;
}
#fzo8gawwbcd974f4n7r4 > .design_block.block1 {
  background-image: url(../files/design03_ttl.png);
  width: 615px;
  height: 170px;
  top: 160px;
  left: calc(50% - 306px);
}

/* ➁入社後は資格取得をしていただきます！ */
#nyr3h4cbxbgd77rh9sgu {
  background-image: url(../files/design04_bg.png);
  height: 1098px;
}
#nyr3h4cbxbgd77rh9sgu .entry_post {
  padding: 495px 630px 0 210px;
}
#nyr3h4cbxbgd77rh9sgu .post_data {
  color: #113800;
}
#nyr3h4cbxbgd77rh9sgu > .design_block.block1 {
  background-image: url(../files/design04_img.png);
  width: 500px;
  height: 580px;
  top: 216px;
  left: calc(50% + 35px);
  -webkit-filter: blur(15px);
  -moz-filter:    blur(15px);
  -ms-filter:     blur(15px);
  -o-filter:      blur(15px);
  filter:         blur(15px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* ④未経験でも安心！住まいも仕事も全力サポート */
#rz084ff8qwatp26eada1 {
  background-image: url(../files/design05_bg.png);
  height: 1100px;
}
#rz084ff8qwatp26eada1 .entry_post {
  padding: 405px 630px 0 230px;
}
#rz084ff8qwatp26eada1 .post_data {
  color: #113800;
}
#rz084ff8qwatp26eada1 > .design_block.block1 {
  background-image: url(../files/design05_img.png);
  width: 470px;
  height: 480px;
  top: 241px;
  left: calc(50% + 52px);
  -webkit-filter: blur(15px);
  -moz-filter:    blur(15px);
  -ms-filter:     blur(15px);
  -o-filter:      blur(15px);
  filter:         blur(15px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 施工実績はこちらから！ */
#uh70bb732ya43lycafs0 {
  background-image: url(../files/design06_bg.jpg);
  height: 1310px;
}
#uh70bb732ya43lycafs0 .entry_post {
  padding: 840px 250px 0;
}
#uh70bb732ya43lycafs0 .post_data {
  color: #113800;
  text-align: center;
}
/* ※遷移先でのボタン非表示処理はfooter_common.jsで行っています※ */
#uh70bb732ya43lycafs0 [class*="_btn"] {
  margin: 50px auto 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
}
#uh70bb732ya43lycafs0 [class*="_btn"] a {
  background: url(../files/design06_btn_off.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 326px;
  height: 70px;
}
#uh70bb732ya43lycafs0 [class*="_btn"] a::after {
  background: url(../files/design06_btn_on.png) no-repeat center top;
}
#uh70bb732ya43lycafs0 > .design_block.block1 {
  background-image: url(../files/design06_ttl.png);
  width: 320px;
  height: 140px;
  top: 283px;
  left: calc(50% - 164px);
}
#uh70bb732ya43lycafs0 > .design_block.block2 {
  width: 100%;
  height: 360px;
  top: 434px;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#uh70bb732ya43lycafs0 > .design_block.block2::before {
  content: "";
  width: calc(2000 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design06_img.png) repeat-x left top / auto 100%;
}


/*  他
---------------------------------------------------------------------------------------------------- */
/* 背景＞会社概要 */
#og174l1z2g7oo6qit1gn {
  background-color: #f2ffef;
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
}

/* お問い合わせフォームの縦表示 */
#ds7bk79wr5i89bevjz1g .post-html,
#ds7bk79wr5i89bevjz1g .zc_form_content {
  float: none;
  width: 100% !important;
}
#ds7bk79wr5i89bevjz1g .post-html [class*="title"] {
  background-image: url(../files/sub_entry_title_bg.png);
  box-sizing: border-box;
  text-align: left;
  padding-left: 10px;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
