@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #111;
  --link_color: #01bfff;
  --border_color: #0075c2;
  --table_border_color: #c4c4c4;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #111;
  --td_character_color: #111;
  --required_color: #e20000;
  --top_h1_color: #111;
  /* --header_navigation_color: #; */
  --top_entry_title_color: #fff;
  --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: #fff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1156;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 700;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: #23c8ff;/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #111;/* プルダウンメニュー＞文字色 */
  --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 : 35px;  /*初期ナビ高*/
  --easys_fixed_h: 98px;  /*固定ナビ高*/
  --custom_padding: 70px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
}


/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none transparent;
}
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 {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  height: calc(var(--header_h) * 1px);
  background: none transparent;
}
#page_6 #branding_box {
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 110px;
  left: calc(50% - 450px);
  width: 900px;
}
#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/branding_box_bg.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width : 144px;
  height: 165px;
  position: absolute;
  top : 0;
  left: 0;
  background: url(../files/branding_box_bg.png) no-repeat left top;
  z-index: 700;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--easys_fixed_h);
  padding: 0;
  z-index: 1;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  background: url(../files/topnavi_bg.png) no-repeat center center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  width: 908px;
}
div#access .menu-header #menu-gnavi { display: inline-block;}

div#access #menu-gnavi > .menu-item {
  padding: 0 22px;
  position: relative;
}
div#access #menu-gnavi > .menu-item > a {
  background: none transparent !important;
  padding: 0;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  width: auto !important;
  text-indent: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  top: 100%;
  flex-direction: column;
}
#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);
  color: var(--easys_standard_value003);
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: left;
  line-height: 1.2em !important;
  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: none #0076c2;
  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 a img {
  display: block;
  pointer-events: all;
}
body.fixed div#access {
  position: fixed;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
}

/* hoverで下線出す */
div#access #menu-gnavi > .menu-item > a::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: none #0076c2;
  transition: .3s;
}
div#access #menu-gnavi > .menu-item > a:hover::after {
  width: 100%;
}



/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(var(--header_h) * 1px);
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

#jquery_slider_pc > .design_block {
  position: absolute;
  top: calc(360 / var(--easys_top_main_h) * 100%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 1.5em;
  transition: 0s;
  opacity: 1;
}
#jquery_slider_pc > .design_block > span {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
#jquery_slider_pc > .design_block.moved > span {
  opacity: 1;
}
@media screen and (min-width:2000px) {
  #jquery_slider_pc > .design_block {
    font-size: 75px;
  }
}
@media screen and (max-width:1300px) {
  #jquery_slider_pc > .design_block {
    font-size: 48px;
  }
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}


/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footerparara_h: 500px;
}
#footer_block {
  position: relative;
  height: calc(430 + var(--footerparara_h));
  background: url(../files/footer_bg.png) no-repeat center bottom;
}
#footer_box {
  height: calc(390px + var(--footerparara_h));
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  background: none transparent;
}

#footer_block > .design_block {
  width: 100%;
  height: var(--footerparara_h);
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#footer_block > .design_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../files/footer_para.jpg) no-repeat center center / cover;
  z-index: -1;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#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 {
  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: 200px;
  left: 0; */

  width: 500px;
  text-align: left;
  top: calc(225px + var(--footerparara_h));;
  left: calc(50% - 480px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 0;
  position: absolute;
  top: -50px;
  left: 620px;
}
#footer_sns_btn .footer_sns_inner,
#footer_sns_btn div {
  width: auto;
  height: auto;
}
#footer_sns_btn div a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/footer_official_site_bnr_on.png) no-repeat center center;
  transition: .3s;
  opacity: 0;
}
#footer_sns_btn div a:hover::after {
  opacity: 1;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#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 #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

#fixed_btn_contact {
  position: fixed;
  top  : 20px;
  right: 20px;
  width: 144px;
  height: 144px;
  z-index: 1000;
}
#fixed_btn_contact a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#fixed_btn_contact a img {
  position: absolute;
  top: 0;
  left: 0;
}
#fixed_btn_contact a:hover img {
  top: -100%;
}

/* .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 {
  /* bottom: 20px; */
}
#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); */
  background-image: none;
  color: var(--top_entry_title_color);
  font-size: 32px;
  text-shadow:
  2px 2px 0px #000, -2px -2px 0px #000,
  -2px 2px 0px #000,  2px -2px 0px #000,
  2px 0px 0px #000, -2px  0px 0px #000,
  0px 2px 0px #000,  0px -2px 0px #000;
}
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 h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 24px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  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 {
  border: 1px solid var(--easys_standard_value007);
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-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 {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  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 {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: 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 {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.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 {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}
#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"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* フェードのipad対応 */
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:not(.no_margin)[class*="nj_"] .eyecatch img,
.easys_content:not(.no_margin)[class*="nj_"] .img_box_area img,
.easys_content:not(.no_margin)[class*="ni_"] .eyecatch,
.easys_content:not(.no_margin)[class*="nh_"] [class*="index_"],
.easys_content:not(.no_margin)[class*="nh_"] .eyecatch img,
.easys_content:not(.no_margin)[class*="ng_"] .eyecatch,
.easys_content:not(.no_margin)[class*="ne_"] .img_box,
.easys_content:not(.no_margin)[class*="ne_"] .img_box img,
.easys_content:not(.no_margin)[class*="ne_"] .eyecatch,
.easys_content:not(.no_margin)[class*="nd_"] .eyecatch,
.easys_content:not(.no_margin)[class*="nc_"] .eyecatch,
.easys_content:not(.no_margin)[class*="nb_"] .eyecatch,
.easys_content:not(.no_margin)[class*="nb_"] .img_box,
.easys_content:not(.no_margin)[class*="nb_"] .img_box img,
.easys_content:not(.no_margin)[class*="na_"] .eyecatch,
.easys_content:not(.no_margin)[class*="na_"] .lightbox_item {
  border: 2px solid #111;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.easys_content:not(.no_margin)[class*="ne_"] .sub_post .img_box,
.easys_content:not(.no_margin)[class*="ne_"] .sub_post [class*="float_"],
.easys_content:not(.no_margin)[class*="nb_"] .sub_post .img_box,
.easys_content:not(.no_margin)[class*="nb_"] .sub_post [class*="float_"] {
  margin-bottom: 0;
}
.easys_content:not(.no_margin)[class*="ne_"] .eyecatch img,
.easys_content:not(.no_margin)[class*="ne_"] .img_box img,
.easys_content:not(.no_margin)[class*="nb_"] .eyecatch img,
.easys_content:not(.no_margin)[class*="nb_"] .img_box img,
.easys_content:not(.no_margin)[class*="na_"] .eyecatch img,
.easys_content:not(.no_margin)[class*="na_"] .lightbox_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: calc(var(--custom_fade) * 1px);
  height: 100%;
  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;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#fobarcpgno7uokesx9jc,
#z848pygmvqvy1tcpi34o,
#kdid467me44git89x701,
#io18hzhutew92lky9y28 {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#fobarcpgno7uokesx9jc div,
#z848pygmvqvy1tcpi34o div,
#kdid467me44git89x701 div,
#io18hzhutew92lky9y28 div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#fobarcpgno7uokesx9jc img,
#z848pygmvqvy1tcpi34o img,
#kdid467me44git89x701 img,
#io18hzhutew92lky9y28 img {
  position: relative;
}
/* リンク共通 */
#fobarcpgno7uokesx9jc a,
#z848pygmvqvy1tcpi34o a,
#kdid467me44git89x701 a {
  display: block;
  position: relative;
}
#fobarcpgno7uokesx9jc a:hover img,
#z848pygmvqvy1tcpi34o a:hover img,
#kdid467me44git89x701 a:hover img {
  opacity: 1;
}

/* ON画像 */
#fobarcpgno7uokesx9jc a::after,
#z848pygmvqvy1tcpi34o a::after,
#kdid467me44git89x701 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: .3s;
  opacity: 0;
}
#fobarcpgno7uokesx9jc a:hover::after,
#z848pygmvqvy1tcpi34o a:hover::after,
#kdid467me44git89x701 a:hover::after {
  opacity: 1;
}

/* GATEN職 */
#fobarcpgno7uokesx9jc {
  background: url(../files/gaten_bnr_html_bg.png) repeat left top;
  padding: calc(75 / var(--easys_max_width) * 100%) 0 calc(140 / var(--easys_max_width) * 100%);
}
#fobarcpgno7uokesx9jc .easys_content_inner {
  width: calc(1370 / var(--easys_max_width) * 100%);
}
#fobarcpgno7uokesx9jc a::after {
  background-image: url(../files/gaten_bnr_on.png);
}

/* ご応募はこちらから */
#z848pygmvqvy1tcpi34o {
  background: url(../files/entry_bnr_bg.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 493px;
  padding-top: 270px;
}
#z848pygmvqvy1tcpi34o [class*="field_"] {
  text-align: left;
}
#z848pygmvqvy1tcpi34o a::after {
  background-image: url(../files/entry_bnr_btn_on.png);
}

/* ホームページ */
#kdid467me44git89x701 {
  background: url(../files/official_site_bnr_html_bg.png) repeat left top;
  /* padding: calc(75 / var(--easys_max_width) * 100%) 0 calc(140 / var(--easys_max_width) * 100%); */
  padding: 70px 0 140px;
}
#kdid467me44git89x701 .easys_content_inner {
  width: 1300px;
  /* width: calc(1300 / var(--easys_max_width) * 100%); */
}
#kdid467me44git89x701 a::after {
  background-image: url(../files/official_site_bnr_on.png);
}

/* 画像＞キャリアアップ・給与例 */
#io18hzhutew92lky9y28 .easys_content_inner {
  /* width: calc(var(--easys_max_width) * 1px);
  position: relative;
  left: 50%;
  transform: translateX(-50%); */
  width: 100%;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#d74hly66o8b7mrtgu5wn,
#b1e6wd8dz6j7mg29dbg1,
#crw2f3kgiqzhpxmac34e,
#u18n3jeg73is7go82gmm,
#rqt1ui72cue1mn4e2zcw,
#fzrbgpxqlwb1tqw5xa5d,
#gdt4q6l8nd6d2fjp79e9 {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#d74hly66o8b7mrtgu5wn .easys_content_inner,
#b1e6wd8dz6j7mg29dbg1 .easys_content_inner,
#crw2f3kgiqzhpxmac34e .easys_content_inner,
#u18n3jeg73is7go82gmm .easys_content_inner,
#rqt1ui72cue1mn4e2zcw .easys_content_inner,
#fzrbgpxqlwb1tqw5xa5d .easys_content_inner,
#gdt4q6l8nd6d2fjp79e9 .easys_content_inner {
  opacity: 1;
  top: 0px;
}
#d74hly66o8b7mrtgu5wn .post_margin,
#b1e6wd8dz6j7mg29dbg1 .post_margin,
#crw2f3kgiqzhpxmac34e .post_margin,
#u18n3jeg73is7go82gmm .post_margin,
#rqt1ui72cue1mn4e2zcw .post_margin,
#fzrbgpxqlwb1tqw5xa5d .post_margin,
#gdt4q6l8nd6d2fjp79e9 .post_margin {
  margin: 0;
}
#d74hly66o8b7mrtgu5wn .entry_post,
#b1e6wd8dz6j7mg29dbg1 .entry_post,
#crw2f3kgiqzhpxmac34e .entry_post,
#u18n3jeg73is7go82gmm .entry_post,
#rqt1ui72cue1mn4e2zcw .entry_post,
#fzrbgpxqlwb1tqw5xa5d .entry_post,
#gdt4q6l8nd6d2fjp79e9 .entry_post {
  box-sizing: border-box;
  position: relative;
}
#d74hly66o8b7mrtgu5wn .entry_post > [class*="title"],
#b1e6wd8dz6j7mg29dbg1 .entry_post > [class*="title"],
#crw2f3kgiqzhpxmac34e .entry_post > [class*="title"],
#u18n3jeg73is7go82gmm .entry_post > [class*="title"],
#rqt1ui72cue1mn4e2zcw .entry_post > [class*="title"],
#fzrbgpxqlwb1tqw5xa5d .entry_post > [class*="title"],
#gdt4q6l8nd6d2fjp79e9 .entry_post > [class*="title"] {
  display: none;
}
#d74hly66o8b7mrtgu5wn .text_box,
#b1e6wd8dz6j7mg29dbg1 .text_box,
#crw2f3kgiqzhpxmac34e .text_box,
#u18n3jeg73is7go82gmm .text_box,
#rqt1ui72cue1mn4e2zcw .text_box,
#fzrbgpxqlwb1tqw5xa5d .text_box,
#gdt4q6l8nd6d2fjp79e9 .text_box {
  float: none !important;
  height: auto;
  margin: calc(var(--custom_fade) * 1px) 0 0;
  overflow: visible;
  width: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#d74hly66o8b7mrtgu5wn .text_box.moved,
#b1e6wd8dz6j7mg29dbg1 .text_box.moved,
#crw2f3kgiqzhpxmac34e .text_box.moved,
#u18n3jeg73is7go82gmm .text_box.moved,
#rqt1ui72cue1mn4e2zcw .text_box.moved,
#fzrbgpxqlwb1tqw5xa5d .text_box.moved,
#gdt4q6l8nd6d2fjp79e9 .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#d74hly66o8b7mrtgu5wn .post_data,
#b1e6wd8dz6j7mg29dbg1 .post_data,
#crw2f3kgiqzhpxmac34e .post_data,
#u18n3jeg73is7go82gmm .post_data,
#rqt1ui72cue1mn4e2zcw .post_data,
#fzrbgpxqlwb1tqw5xa5d .post_data,
#gdt4q6l8nd6d2fjp79e9 .post_data {
  display: block;
  float: none !important;
  margin: 0 0 50px;
  overflow: visible;
}
#d74hly66o8b7mrtgu5wn .design_block[class*="block"].moved,
#b1e6wd8dz6j7mg29dbg1 .design_block[class*="block"].moved,
#crw2f3kgiqzhpxmac34e .design_block[class*="block"].moved,
#u18n3jeg73is7go82gmm .design_block[class*="block"].moved,
#rqt1ui72cue1mn4e2zcw .design_block[class*="block"].moved,
#fzrbgpxqlwb1tqw5xa5d .design_block[class*="block"].moved,
#gdt4q6l8nd6d2fjp79e9 .design_block[class*="block"].moved {
  margin: 0px;
}
#d74hly66o8b7mrtgu5wn .entry_post > .design_block,
#b1e6wd8dz6j7mg29dbg1 .entry_post > .design_block,
#crw2f3kgiqzhpxmac34e .entry_post > .design_block,
#u18n3jeg73is7go82gmm .entry_post > .design_block,
#rqt1ui72cue1mn4e2zcw .entry_post > .design_block,
#fzrbgpxqlwb1tqw5xa5d .entry_post > .design_block,
#gdt4q6l8nd6d2fjp79e9 .entry_post > .design_block {
  color: var(--top_entry_title_color);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 60px !important;
  opacity: 1;
  position: relative;
  text-shadow:
  2px 2px 0px #000, -2px -2px 0px #000,
  -2px 2px 0px #000,  2px -2px 0px #000,
  2px 0px 0px #000, -2px  0px 0px #000,
  0px 2px 0px #000,  0px -2px 0px #000;
}
#d74hly66o8b7mrtgu5wn .entry_post > .design_block > span,
#b1e6wd8dz6j7mg29dbg1 .entry_post > .design_block > span,
#crw2f3kgiqzhpxmac34e .entry_post > .design_block > span,
#u18n3jeg73is7go82gmm .entry_post > .design_block > span,
#rqt1ui72cue1mn4e2zcw .entry_post > .design_block > span,
#fzrbgpxqlwb1tqw5xa5d .entry_post > .design_block > span,
#gdt4q6l8nd6d2fjp79e9 .entry_post > .design_block > span {
  opacity: 0;
  transition: opacity 1s ease-out;
}
#d74hly66o8b7mrtgu5wn .entry_post > .design_block.moved > span,
#b1e6wd8dz6j7mg29dbg1 .entry_post > .design_block.moved > span,
#crw2f3kgiqzhpxmac34e .entry_post > .design_block.moved > span,
#u18n3jeg73is7go82gmm .entry_post > .design_block.moved > span,
#rqt1ui72cue1mn4e2zcw .entry_post > .design_block.moved > span,
#fzrbgpxqlwb1tqw5xa5d .entry_post > .design_block.moved > span,
#gdt4q6l8nd6d2fjp79e9 .entry_post > .design_block.moved > span {
  opacity: 1;
}

/* そのゴミを、ゴミにしない */
#d74hly66o8b7mrtgu5wn {
  background-image: url(../files/DB_01_bg.jpg);
  height: 754px;
}
#d74hly66o8b7mrtgu5wn .entry_post {
  padding: 230px 120px 0;
}
#d74hly66o8b7mrtgu5wn .entry_post > .design_block {
  text-align: center;
}
#d74hly66o8b7mrtgu5wn > .design_block.block1 {
  background-image: url(../files/DB_01_p.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 株式会社センショウ・クリーンってどんな会社？ */
#b1e6wd8dz6j7mg29dbg1 {
  background-image: url(../files/DB_02_bg.png);
  background-color: #dbf5fb;
  min-height: 1155px;
  box-sizing: border-box;
  padding-bottom: 620px;
}
#b1e6wd8dz6j7mg29dbg1 .entry_post {
  padding: 170px 120px 0;
}
#b1e6wd8dz6j7mg29dbg1 .entry_post > .design_block {
  text-align: center;
}
#b1e6wd8dz6j7mg29dbg1 > .design_block.block1 {
  background-image: url(../files/DB_02_p.png);
  width: 100%;
  height: 127px;
  top: 160px;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}
#b1e6wd8dz6j7mg29dbg1 > .design_block.block2 {
  background-image: url(../files/DB_02_zu.png);
  width: 1300px;
  height: 700px;
  bottom: 0;
  left: calc(50% - 650px);
  margin-bottom: calc(var(--custom_fade) * -1px);
}

/* センショウ・クリーンの魅力！ */
#crw2f3kgiqzhpxmac34e {
  background: 
  url(../files/DB_03_bg_top.png) no-repeat center top,
  url(../files/DB_03_bg_bottom.png) no-repeat center bottom;
  background-color: #0075c2;
  padding: 225px 0 160px;
}
#crw2f3kgiqzhpxmac34e .easys_content_inner {
  background: url(../files/DB_03_html_bg.png) repeat left top;
  border: 2px solid #111;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 80px 60px;
  width: 1080px;
}
#crw2f3kgiqzhpxmac34e .img_box {
  margin-bottom: 0;
}
#crw2f3kgiqzhpxmac34e .img_box img {
  border: 2px solid #111;
  border-radius: 10px;
  box-sizing: border-box;
}
#crw2f3kgiqzhpxmac34e .sub_post {
  margin: 0;
}
#crw2f3kgiqzhpxmac34e .sub_post + .sub_post {
  margin-top: 45px;
}
#crw2f3kgiqzhpxmac34e .sub_post > [class*="title"] {
  display: none;
}
#crw2f3kgiqzhpxmac34e .sub_post .sub_post_texts {
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 70px;
  width: 560px;
}
#crw2f3kgiqzhpxmac34e .sub_post.sub_post_0 .sub_post_texts {
  background-image: url(../files/DB_03_h01.png);
}
#crw2f3kgiqzhpxmac34e .sub_post.sub_post_1 .sub_post_texts {
  background-image: url(../files/DB_03_h02.png);
}
#crw2f3kgiqzhpxmac34e .sub_post.sub_post_2 .sub_post_texts {
  background-image: url(../files/DB_03_h03.png);
}
#crw2f3kgiqzhpxmac34e .sub_post.sub_post_3 .sub_post_texts {
  background-image: url(../files/DB_03_h04.png);
}
#crw2f3kgiqzhpxmac34e .entry_post > .design_block {
  position: absolute;
  top: -148px;
  left: 0;
  right: 0;
  margin: auto !important;
  background: url(../files/DB_03_h00_bg.png) no-repeat center bottom;
  height: 66px;
  box-sizing: border-box;
  padding: 0 120px 0;
  text-align: center;
}
#crw2f3kgiqzhpxmac34e .easys_content_inner > .design_block {
  background-image: url(../files/DB_03_illust.png);
  width: 279px;
  height: 101px;
  bottom: 0;
  left: 90px;
  margin-bottom: calc(var(--custom_fade) * -1px);
}

/* あなたが行うのはこんな仕事！ */
#u18n3jeg73is7go82gmm {
  height: 700px;
}
#u18n3jeg73is7go82gmm .easys_content_inner {
  width: 1300px;
}
#u18n3jeg73is7go82gmm .entry_post > .design_block {
  box-sizing: border-box;
  padding: 5px 0 0 30px;
  height: 145px;
}
#u18n3jeg73is7go82gmm .entry_post {
  padding: 140px 695px 0 160px;
}
#u18n3jeg73is7go82gmm > .design_block.block1 {
  background-image: url(../files/DB_04_p01.png);
  width: 607px;
  height: 410px;
  top: 140px;
  left: calc(50% - 650px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#u18n3jeg73is7go82gmm > .design_block.block2 {
  background-image: url(../files/DB_04_p02.png);
  width: 485px;
  height: 417px;
  top: 160px;
  left: calc(50% + 50px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* お仕事紹介 */
#rqt1ui72cue1mn4e2zcw {
  background-color: #dcf5fb;
  padding-top: 360px;
  padding-bottom: 660px;
}
#rqt1ui72cue1mn4e2zcw .easys_content_inner {
  background: url(../files/DB_05_html_bg_pattern.png) repeat-y center top;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 135px 170px 70px;
  position: relative;
  width: 1300px;
}
#rqt1ui72cue1mn4e2zcw .easys_content_inner::after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  position: absolute;
  top: -20px;
  left: 0;
  background: 
  url(../files/DB_05_html_bg_top.png) no-repeat center top,
  url(../files/DB_05_html_bg_bottom.png) no-repeat center bottom;
  pointer-events: none;
}
#rqt1ui72cue1mn4e2zcw .easys_content_inner .clear_float {
  display: none;
}
#rqt1ui72cue1mn4e2zcw .entry_post > .design_block {
  background-image: url(../files/DB_05_h.png);
  box-sizing: border-box;
  width: 292px;
  height: 120px;
  position: absolute;
  top: -300px;
  left: 340px;
  padding-top: 60px;
}
#rqt1ui72cue1mn4e2zcw .entry_post > .design_block span {
  width: 58px;
  display: inline-block;
  text-align: center;
  vertical-align: baseline;
}
#rqt1ui72cue1mn4e2zcw .entry_post > [class*="title"] {
  display: block;
}
#rqt1ui72cue1mn4e2zcw .entry_post:nth-of-type(1) {
  overflow: visible;
}
#rqt1ui72cue1mn4e2zcw .eyecatch {
  margin-bottom: 0;
}
#rqt1ui72cue1mn4e2zcw .eyecatch img {
  border: 2px solid #111;
  border-radius: 10px;
  box-sizing: border-box;
}
#rqt1ui72cue1mn4e2zcw > .design_block.block1 {
  background-image: url(../files/DB_05_illust01.png);
  width: 100%;
  height: 360px;
  top: 0px;
  left: 0;
  margin-top: calc(var(--custom_fade) * 1px);
}
#rqt1ui72cue1mn4e2zcw > .design_block.block2 {
  background-image: url(../files/DB_05_illust02.png);
  width: 100%;
  height: 180px;
  bottom: 500px;
  left: 0;
  margin-bottom: calc(var(--custom_fade) * -1px);
}
#rqt1ui72cue1mn4e2zcw > .design_block.block3 {
  width: 100%;
  height: 500px;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#rqt1ui72cue1mn4e2zcw > .design_block.block3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../files/DB_05_para.jpg) no-repeat center center / cover;
  z-index: -1;
}

/* 未来を守る、地球と共に */
#fzrbgpxqlwb1tqw5xa5d {
  background-image: url(../files/DB_06_bg.jpg);
  height: 958px;
}
#fzrbgpxqlwb1tqw5xa5d .entry_post {
  padding: 140px 0 0 480px;
}
#fzrbgpxqlwb1tqw5xa5d > .design_block.block1 {
  background-image: url(../files/DB_06_p.png);
  width: 555px;
  height: 410px;
  top: 140px;
  left: calc(50% - 610px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* 新着情報 */
#gdt4q6l8nd6d2fjp79e9 {
  background: 
  url(../files/DB_07_h.png) no-repeat top 140px left calc(50% - 380px),
  url(../files/DB_07_html_bg.png) repeat left top;
  padding: 350px 0 150px;
}
#gdt4q6l8nd6d2fjp79e9 .list_block > [class*="title"] {
  display: none;
}
#gdt4q6l8nd6d2fjp79e9 .list_box {
  background-color: #fff;
  border: 2px solid #111;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 700;
  padding: 25px;
}
#gdt4q6l8nd6d2fjp79e9 .list_box .date_area {
  background-color: #0075c2;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  padding: 0px 20px;
}
#gdt4q6l8nd6d2fjp79e9 > .design_block.block1 {
  background-image: url(../files/DB_07_p.png);
  width: 246px;
  height: 133px;
  top: 140px;
  left: calc(50% - 250px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/*  その他
---------------------------------------------------------------------------------------------------- */
/* 募集要項 */
#v6qpnfjezqrg29x9bcky {
  background-color: #0075c2;
  padding-top: 190px;
  padding-bottom: 140px;
}
#v6qpnfjezqrg29x9bcky .entry_post > [class*="title"] {
  display: none;
}
#v6qpnfjezqrg29x9bcky .easys_content_inner {
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #111;
  border-radius: 10px;
  padding: 90px 170px;
  width: 1300px;
}
#v6qpnfjezqrg29x9bcky .easys_content_inner::after {
  content: "";
  width: 282px;
  height: 82px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../files/h_bosyuu.png) no-repeat center top;
}

/* 会社概要 */
#f6n9eftg57473heggc0k {
  padding-top: 0;
  padding-bottom: 140px;
}
#f6n9eftg57473heggc0k .entry_post > [class*="title"] {
  display: none;
}
#f6n9eftg57473heggc0k .easys_content_inner {
  padding-top: 352px;
}
#f6n9eftg57473heggc0k .easys_content_inner::after {
  content: "";
  width: 324px;
  height: 352px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../files/h_company.png) no-repeat center center;
}
#f6n9eftg57473heggc0k small {
  background-color: #111;
  border-color: #111;
  border-radius: 999px !important;
  overflow: hidden;
}
#f6n9eftg57473heggc0k small a {
  color: #fff !important;
}
#f6n9eftg57473heggc0k small a:hover {
  background-color: #fff !important;
  color: #111 !important;
}

/* お問い合わせフォーム */
#ht8hyzydqhul5qzjm89x {
  padding-top: 0;
  padding-bottom: 140px;
}
#ht8hyzydqhul5qzjm89x .entry_post > [class*="title"] {
  display: none;
}
#ht8hyzydqhul5qzjm89x .easys_content_inner {
  padding-top: 352px;
}
#ht8hyzydqhul5qzjm89x .easys_content_inner::after {
  content: "";
  width: 100%;
  height: 352px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../files/h_entry.png) no-repeat center center;
}
#ht8hyzydqhul5qzjm89x .post-html,
#ht8hyzydqhul5qzjm89x .zc_form_content {
  float: none;
  width: 100% !important;
}
#ht8hyzydqhul5qzjm89x .post-html [class*="title"] {
  background-image: url(../files/sub_entry_title_bg.png);
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  height: 60px;
  line-height: 60px;
  width: 100%;
}
