@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #333;
  --link_color: #42c0ef;
  --border_color: #666;
  --table_border_color: #738287;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #333;
  --td_character_color: #333;
  --required_color: #42c0ef;
  --top_h1_color: #333;
  --header_navigation_color: rgba(255,255,255,0);
  --top_entry_title_color: #333;
  --entry_title_bg_color: #fff;
  --blog_title_color: #333;
  --sub_entry_title_bg_color: #333;
  --entry_title_bg_w570_color: #333;
  --sub_entry_title_bg_w570_color: #333;
  --half_entry_title_bg_color: #333;
  --half_sub_entry_title_bg_color: #333;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #333;
  --footnavi_color: #fff;
  --address_color: #fff;
  --copy_color: #fff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1040;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 800;/* 中ページメインのオリジナル高さ(単位なし) */
  --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 : 75px;  /*初期ナビ高*/
  --easys_fixed_h: 75px;  /*固定ナビ高*/
  --custom_padding: 170px; /*ブロック間余白*/
  --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;
  /* 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 {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  height: calc(var(--header_h) * 1px);
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: url(../files/top_header_cover.png) no-repeat center bottom / 100%;
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  bottom: 5px;
  left: 70px;
  width: auto;
  white-space: nowrap;
}
#page_6 #site-description {
  bottom: 20px;
}
#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 {
  width : 275px;
  height: 200px;
  position: absolute;
  top : 0;
  left: 0;
  background: url(../files/main_logo.png) no-repeat no-repeat left top;
  pointer-events: none;
  z-index: 700;
}
#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: 135px;
  --gnavi02: 100px;
  --gnavi03: 110px;
  --gnavi04: 100px;
  --gnavi05: 120px;
  --gnavi06: 235px;
}
#access {
  position: absolute;
  top: 75px;
  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: right;
  width: 100%;
  padding-right: 35px;
}
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);
}


/* サブナビ*/
#access ul.menu .gnavi13 ul.sub-menu {
  flex-direction: row;
  /* display: flex; */
}
#access::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255,255,255,0);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path:         inset(0 0 100% 0);
  transition: .5s;
}
#access.active::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#access ul.menu .gnavi13 ul.sub-menu {
  box-shadow: none;
}
#access ul.menu .gnavi13:hover ul.sub-menu {
  display: flex;
}
#access ul.menu .gnavi13 ul.sub-menu li {
  border: none;
  width: 160px;
  min-width: 0;
}
#access ul.menu .gnavi13 ul.sub-menu li a {
  background: url(../files/sabnavi.png) no-repeat left top;
  height: 30px !important;
  padding: 0;
  text-indent: -999999px;
}
#access ul.menu .gnavi13 ul.sub-menu li a:hover {
  background-position: left bottom;
}
body.fixed #access ul.menu .gnavi13 ul.sub-menu li a {
  background-image: url(../files/sabnavi_fixed.png);
}

/* 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);
}
body.fixed div#access .menu-item a {
  background-image: url(../files/topnavi_fixed.png);
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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;
}

/* ロード時＞メイン */
#branding_box > .design_block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #49b7d7;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 100000;
}
#branding_box > .design_block.moved {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path:         inset(0 0 100% 0);
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: 900px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  height: 690px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 340px 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%;
  text-align: right;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 385px;
  height: 170px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
  text-align: left;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin-bottom: 15px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.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: 400px;
  text-align: left;
  top: 445px;
  left: calc(50% - 410px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#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 {
  display: flex;
  gap: 0 5px;
  right: 100px;
  bottom: 0px;
  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 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;
  overflow: visible !important;
}
.fixed_btn div a img {
  position: relative;
  transition: var(--custom_transition);
  transform: translateY(10px);
}
.fixed_btn div a:hover img {
  transform: translateY(0);
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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);
  color: var(--top_entry_title_color);
}
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-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;
}

/* フェードの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;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#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;
  pointer-events: none;
}
.design_block.moved {
  opacity: 1;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* マウスストーカー */
#stalker {
  background-color: rgba(123,224,253,0.5);
  border-radius: 10px;
  height: 10px;
  margin: -6px 0 0 -6px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: background-color .2s, opacity .2s, transform .2s;
  width: 10px;
  z-index: 1001;
}
#stalker.active {
  /* background-color: rgba(255,174,18,.6); */
  opacity: .7;
  transform: scale(4);
}

/* オレンジの円 */
.home_decoration {
  position: fixed;
  bottom: 70%;
  z-index: 20;
  max-width: 2000px;
  width: 100%;
  transform: translateY(30%);
  pointer-events: none
}
.home_decoration path {
  opacity: 0;

  stroke-width: 0.1;
  stroke: #aaaaaa;
}

/* ぽよんと出る円 */
.container_1300 {
  position: absolute;
  top: 0;
  left: calc(50% - 650px);
  width : 1300px;
  height: 100%;
  z-index: 0;
}
.contents .contents_animation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contents_animation .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(162,213,225,0.3);
  z-index: 10;
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#uhug4nxbmjw20d37mspg,
#xecig6l32l9iabikyvam,
#t44zn5dwj4o9ful7su7n,
#dwr6x6yq6szjntevvj5m {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#uhug4nxbmjw20d37mspg div,
#xecig6l32l9iabikyvam div,
#t44zn5dwj4o9ful7su7n div,
#dwr6x6yq6szjntevvj5m div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#uhug4nxbmjw20d37mspg img,
#xecig6l32l9iabikyvam img,
#t44zn5dwj4o9ful7su7n img,
#dwr6x6yq6szjntevvj5m img {
  position: relative;
}

/* リンク共通 */
#uhug4nxbmjw20d37mspg a {
  display: block;
  position: relative;
}
#uhug4nxbmjw20d37mspg a:hover img {
  opacity: 1;
}

/* お問い合わせ */
#uhug4nxbmjw20d37mspg .easys_content_inner {
  width: 1160px;
}
#uhug4nxbmjw20d37mspg a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/bnr_contact_bg.jpg) no-repeat center center / 100%;
  transition: var(--custom_transition);
}
#uhug4nxbmjw20d37mspg a:hover::before {
  transform: scale(1.1);
}

/* 動画 */
#xecig6l32l9iabikyvam {
  /* margin-top: 200px; */
  height: 1215px;
}
#xecig6l32l9iabikyvam .easys_content_inner {
  width: 100%;
}
#xecig6l32l9iabikyvam .bg_pala_img {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  /* height: 70vh; */
  height: 515px;
  transform-origin: center center;
  margin-inline: auto;
}
#xecig6l32l9iabikyvam .bg_pala_img img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}
#xecig6l32l9iabikyvam .bg_pala_img_upper {
  position: relative;
  left: calc(50% - 1000px);
  z-index: 20;
  margin-top: -560px;
}

/* コンテンツ画像共通 */
#t44zn5dwj4o9ful7su7n .easys_content_inner,
#dwr6x6yq6szjntevvj5m .easys_content_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
}

/* 画像＞対応エリア */
#t44zn5dwj4o9ful7su7n {}

/* 画像＞ご依頼の流れ */
#dwr6x6yq6szjntevvj5m {}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#mcjm4i1sgutqg0x0egdd,
#rdq49po50murh3wqhecq,
#bibloiw9b7h3kyb3su0y,
#e5uonlee6qemqnwjtctl,
#ystw2tldo0nvan45jnp9,
#mx7m63hs75zvrg0m4ojc,
#oy321ofuzt1b4zg6am8n,
#n4wgke4longtugmthh1b,
#ejr39blwixjrzb879azb {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#rdq49po50murh3wqhecq .easys_content_inner,
#bibloiw9b7h3kyb3su0y .easys_content_inner,
#e5uonlee6qemqnwjtctl .easys_content_inner,
#ystw2tldo0nvan45jnp9 .easys_content_inner,
#mx7m63hs75zvrg0m4ojc .easys_content_inner,
#oy321ofuzt1b4zg6am8n .easys_content_inner,
#n4wgke4longtugmthh1b .easys_content_inner,
#ejr39blwixjrzb879azb .easys_content_inner {
  opacity: 1;
  top: 0px;
}
#rdq49po50murh3wqhecq .post_margin,
#bibloiw9b7h3kyb3su0y .post_margin,
#e5uonlee6qemqnwjtctl .post_margin,
#ystw2tldo0nvan45jnp9 .post_margin,
#mx7m63hs75zvrg0m4ojc .post_margin,
#oy321ofuzt1b4zg6am8n .post_margin,
#n4wgke4longtugmthh1b .post_margin,
#ejr39blwixjrzb879azb .post_margin {
  margin: 0;
}
#rdq49po50murh3wqhecq .entry_post,
#bibloiw9b7h3kyb3su0y .entry_post,
#e5uonlee6qemqnwjtctl .entry_post,
#ystw2tldo0nvan45jnp9 .entry_post,
#mx7m63hs75zvrg0m4ojc .entry_post,
#oy321ofuzt1b4zg6am8n .entry_post,
#n4wgke4longtugmthh1b .entry_post,
#ejr39blwixjrzb879azb .entry_post {
  box-sizing: border-box;
}
#rdq49po50murh3wqhecq .entry_post > [class*="title"],
#bibloiw9b7h3kyb3su0y .entry_post > [class*="title"],
#e5uonlee6qemqnwjtctl .entry_post > [class*="title"],
#ystw2tldo0nvan45jnp9 .entry_post > [class*="title"],
#mx7m63hs75zvrg0m4ojc .entry_post > [class*="title"],
#oy321ofuzt1b4zg6am8n .entry_post > [class*="title"],
#n4wgke4longtugmthh1b .entry_post > [class*="title"],
#ejr39blwixjrzb879azb .entry_post > [class*="title"] {
  display: none;
}
#rdq49po50murh3wqhecq .text_box,
#bibloiw9b7h3kyb3su0y .text_box,
#e5uonlee6qemqnwjtctl .text_box,
#ystw2tldo0nvan45jnp9 .text_box,
#mx7m63hs75zvrg0m4ojc .text_box,
#oy321ofuzt1b4zg6am8n .text_box,
#n4wgke4longtugmthh1b .text_box,
#ejr39blwixjrzb879azb .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  /* margin: 0; */
  margin: calc(var(--custom_fade) * 1px) 0 0;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#rdq49po50murh3wqhecq .text_box.moved,
#bibloiw9b7h3kyb3su0y .text_box.moved,
#e5uonlee6qemqnwjtctl .text_box.moved,
#ystw2tldo0nvan45jnp9 .text_box.moved,
#mx7m63hs75zvrg0m4ojc .text_box.moved,
#oy321ofuzt1b4zg6am8n .text_box.moved,
#n4wgke4longtugmthh1b .text_box.moved,
#ejr39blwixjrzb879azb .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#rdq49po50murh3wqhecq .post_data,
#bibloiw9b7h3kyb3su0y .post_data,
#e5uonlee6qemqnwjtctl .post_data,
#ystw2tldo0nvan45jnp9 .post_data,
#mx7m63hs75zvrg0m4ojc .post_data,
#oy321ofuzt1b4zg6am8n .post_data,
#n4wgke4longtugmthh1b .post_data,
#ejr39blwixjrzb879azb .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#mcjm4i1sgutqg0x0egdd .design_block[class*="block"].moved,
#rdq49po50murh3wqhecq .design_block[class*="block"].moved,
#bibloiw9b7h3kyb3su0y .design_block[class*="block"].moved,
#e5uonlee6qemqnwjtctl .design_block[class*="block"].moved,
#ystw2tldo0nvan45jnp9 .design_block[class*="block"].moved,
#mx7m63hs75zvrg0m4ojc .design_block[class*="block"].moved,
#oy321ofuzt1b4zg6am8n .design_block[class*="block"].moved,
#n4wgke4longtugmthh1b .design_block[class*="block"].moved,
#ejr39blwixjrzb879azb .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* 原状回復専門だからこそのサポート */
#rdq49po50murh3wqhecq {
  background-image: url(../files/design01_bg.jpg);
  background-position: center bottom;
  height: 2530px;
}
#rdq49po50murh3wqhecq .easys_content_inner {
  z-index: 10;
}
#rdq49po50murh3wqhecq .entry_post {
  padding: 0 0 0 390px;
}
#rdq49po50murh3wqhecq > .design_block.block1 {
  background-image: url(../files/design01_img01.png);
  width: 1100px;
  height: 710px;
  top: 1188px;
  left: calc(50% - 550px);
  opacity: 1;
  /* margin-top: calc(var(--custom_fade) * 1px);
  transform: rotate(-8deg); */
  z-index: 10;
}
#rdq49po50murh3wqhecq > .design_block.block2 {
  background-image: url(../files/design01_ttl.png);
  width: 425px;
  height: 300px;
  top: 1850px;
  left: calc(50% - 550px);
  opacity: 1;
  z-index: 10;
}
#rdq49po50murh3wqhecq .design01_decoration {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1000px;
  --size-circle: 80px;
  --size-circle-gap: 50px;
  gap: var(--size-circle-gap);
}
#rdq49po50murh3wqhecq .design01_decoration div {
  width: var(--size-circle);
  height: var(--size-circle);
  border-radius: calc(var(--size-circle) / 2);
  background: linear-gradient(#83e3ff, #49b7d7);
  background-color: #49b7d7;
}
#rdq49po50murh3wqhecq .container_1300 {
  top: 1400px;
}
#rdq49po50murh3wqhecq .contents_animation .circle.circle01 {
  top: 10px;
  left: calc(50% + 375px);
  width : 325px;
  height: 325px;
}
#rdq49po50murh3wqhecq .contents_animation .circle.circle02 {
  top: 72px;
  left: calc(50% - 750px);
  width : 205px;
  height: 205px;
}
#rdq49po50murh3wqhecq .contents_animation .circle.circle03 {
  top: 147px;
  left: calc(50% - 755px);
  width : 465px;
  height: 465px;
}

/* 信頼される原状回復は、“人”の力から */
#bibloiw9b7h3kyb3su0y {
  background-image: url(../files/design02_bg.jpg);
  height: 800px;
}
#bibloiw9b7h3kyb3su0y .easys_content_inner {
  z-index: 10;
}
#bibloiw9b7h3kyb3su0y .entry_post {
  padding: 480px 500px 0 0;
}
#bibloiw9b7h3kyb3su0y .post_data {
  color: #fff;
}
#bibloiw9b7h3kyb3su0y > .design_block.block1 {
  background-image: url(../files/design02_img01.png);
  width: 480px;
  height: 515px;
  top: 243px;
  left: calc(50% - 0px);
  margin-top: calc(var(--custom_fade) * 1px);
  transform: rotate(-8deg);
}
#bibloiw9b7h3kyb3su0y > .design_block.block2 {
  background-image: url(../files/design02_img02.png);
  width: 155px;
  height: 400px;
  top: 358px;
  left: calc(50% + 340px);
  opacity: 1;
  z-index: 10;
}
#bibloiw9b7h3kyb3su0y > .design_block.block3 {
  background-image: url(../files/design02_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#bibloiw9b7h3kyb3su0y .container_1300 {
  top: 125px;
  left: calc(50% - 315px);
  width : 630px;
  height: 630px;
}
#bibloiw9b7h3kyb3su0y .contents_animation .circle {
  top: 0;
  left: 0;
  width : 630px;
  height: 630px;
}

/* 退去立会い・敷金精算までワンストップで対応 */
#e5uonlee6qemqnwjtctl {
  background-image: url(../files/design03_bg.jpg);
  height: 840px;
}
#e5uonlee6qemqnwjtctl .easys_content_inner {
  z-index: 10;
}
#e5uonlee6qemqnwjtctl .entry_post {
  padding: 270px 0 0 530px;
}
#e5uonlee6qemqnwjtctl .post_data {
  color: #fff;
}
#e5uonlee6qemqnwjtctl > .design_block.block1 {
  background-image: url(../files/design03_img01.png);
  width: 480px;
  height: 515px;
  top: 0px;
  left: calc(50% - 480px);
  margin-top: calc(var(--custom_fade) * 1px);
  transform: rotate(-8deg);
  transition-delay: .3s;
}
#e5uonlee6qemqnwjtctl > .design_block.block2 {
  background-image: url(../files/design03_img02.png);
  width: 170px;
  height: 280px;
  top: 257px;
  left: calc(50% - 524px);
  opacity: 1;
  z-index: 10;
}
#e5uonlee6qemqnwjtctl > .design_block.block3 {
  background-image: url(../files/design03_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#e5uonlee6qemqnwjtctl .container_1300 {
  top: 0px;
}
#e5uonlee6qemqnwjtctl .container_1300 {
  top: 10px;
}
#e5uonlee6qemqnwjtctl .contents_animation .circle.circle01 {
  left: calc(50% + 110px);
  width : 480px;
  height: 480px;
}
#e5uonlee6qemqnwjtctl .contents_animation .circle.circle02 {
  top: 370px;
  left: calc(50% - 540px);
  width : 200px;
  height: 200px;
}

/* ブログ */
/* g1tti3n35c1cf5py6q2a */
#mcjm4i1sgutqg0x0egdd {
  background: 
  url(../files/design04_ttl01.jpg) no-repeat center top 200px,
  url(../files/design04_bg.jpg) no-repeat center bottom;
  background-color: #eaedf2;
  padding-top: 200px;
  padding-bottom: 250px;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner {
  padding-top: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner::after {
  content:"";
  display: block;
  width: 300px;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner > .blog_post {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px !important;
  position: relative;
  padding: 30px;
  width: 300px;
}
#mcjm4i1sgutqg0x0egdd .eyecatch {
  display: block;
  float: none;
  margin: 0 auto 10px;
  width: 100%;
  height: 200px;
  max-height: inherit;
}
#mcjm4i1sgutqg0x0egdd .eyecatch img {
  /* border-radius: 50%; */
  height: 100%;
  object-fit: cover;
}
#mcjm4i1sgutqg0x0egdd .post_title_list {
  white-space: normal;
  overflow: unset;
  text-overflow: unset;
}
#mcjm4i1sgutqg0x0egdd .blog_list_text_size {
  width: 100%;
}
#mcjm4i1sgutqg0x0egdd .date_area,
#mcjm4i1sgutqg0x0egdd .post_title_list {
  display: block;
  text-align: center;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
  transition: 1.3s;
  /* transform: translateY(calc(var(--custom_fade) * -1px)); */
  transform: translateY(-200px);
  opacity: 0;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner.moved [class*="_btn"] {
  transform: translateY(0px);
  opacity: 1;
}
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a {
  background: url(../files/design04_ttl02.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 510px;
  height: 110px;
}

/* 事業内容のご紹介 */
#ystw2tldo0nvan45jnp9 {
  background-image: url(../files/design05_bg.jpg);
  height: 940px;
}
#ystw2tldo0nvan45jnp9 .entry_post {
  padding: 410px 480px 0 0;
}
#ystw2tldo0nvan45jnp9 > .design_block.block1 {
  background-image: url(../files/design05_img01.png);
  width: 480px;
  height: 480px;
  top: 243px;
  left: calc(50% - 0px);
  margin-top: calc(var(--custom_fade) * 1px);
  transform: rotate(-8deg);
}
#ystw2tldo0nvan45jnp9 > .design_block.block2 {
  background-image: url(../files/design05_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#ystw2tldo0nvan45jnp9 .container_1300 {
  top: 10px;
}
#ystw2tldo0nvan45jnp9 .contents_animation .circle.circle01 {
  top: 110px;
  left: calc(50% - 590px);
  width : 590px;
  height: 590px;
}
#ystw2tldo0nvan45jnp9 .contents_animation .circle.circle02 {
  top: 115px;
  left: calc(50% - 590px);
  width : 185px;
  height: 185px;
}
#ystw2tldo0nvan45jnp9 .contents_animation .circle.circle03 {
  top: 535px;
  left: calc(50% + 250px);
  width : 300px;
  height: 300px;
}

/* 施工実績のご紹介 */
#mx7m63hs75zvrg0m4ojc {
  background-image: url(../files/design06_bg.jpg);
  height: 1020px;
}
#mx7m63hs75zvrg0m4ojc .entry_post {
  padding: 440px 480px 0 0;
}
#mx7m63hs75zvrg0m4ojc > .design_block.block1 {
  background-image: url(../files/design06_img01.png);
  width: 480px;
  height: 150px;
  top: 262px;
  left: calc(50% + 65px);
  margin-left: calc(var(--custom_fade) * 1px);
  transition-delay: calc(.5s + 0s);
}
#mx7m63hs75zvrg0m4ojc > .design_block.block2 {
  background-image: url(../files/design06_img02.png);
  width: 480px;
  height: 150px;
  top: 424px;
  left: calc(50% + 65px);
  margin-left: calc(var(--custom_fade) * 1px);
  transition-delay: calc(.5s + .2s);
}
#mx7m63hs75zvrg0m4ojc > .design_block.block3 {
  background-image: url(../files/design06_img03.png);
  width: 480px;
  height: 150px;
  top: 585px;
  left: calc(50% + 65px);
  margin-left: calc(var(--custom_fade) * 1px);
  transition-delay: calc(.5s + .4s);
}
#mx7m63hs75zvrg0m4ojc > .design_block.block4 {
  background-image: url(../files/design06_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#mx7m63hs75zvrg0m4ojc .contents_animation .circle.circle01 {
  top: 75px;
  left: calc(50% - 590px);
  width : 590px;
  height: 590px;
}
#mx7m63hs75zvrg0m4ojc .contents_animation .circle.circle02 {
  top: 510px;
  left: calc(50% - 625px);
  width : 210px;
  height: 210px;
}

/* 採用情報のご紹介 */
#oy321ofuzt1b4zg6am8n {
  background-image: url(../files/design07_bg.jpg);
  height: 1020px;
}
#oy321ofuzt1b4zg6am8n .entry_post {
  padding: 240px 0 0 480px;
}
#oy321ofuzt1b4zg6am8n > .design_block.block1 {
  background-image: url(../files/design07_img.png);
  width: 580px;
  height: 480px;
  top: 520px;
  left: calc(50% - 290px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#oy321ofuzt1b4zg6am8n > .design_block.block2 {
  background-image: url(../files/design07_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#oy321ofuzt1b4zg6am8n .contents_animation .circle.circle01 {
  top: 75px;
  left: calc(50% - 590px);
  width : 590px;
  height: 590px;
}
#oy321ofuzt1b4zg6am8n .contents_animation .circle.circle02 {
  top: 535px;
  left: calc(50% + 250px);
  width : 300px;
  height: 300px;
}

/* 代表挨拶 */
#n4wgke4longtugmthh1b {
  height: 900px;
}
#n4wgke4longtugmthh1b .entry_post {
  padding: 450px 0 0 360px;
}
#n4wgke4longtugmthh1b .post_data {
  background: url(../files/design08_ttl.png) no-repeat right bottom;
  padding-bottom: 100px;
}
#n4wgke4longtugmthh1b > .design_block.block1 {
  background-image: url(../files/design08_img01.png);
  width: 475px;
  height: 545px;
  top: 238px;
  left: calc(50% - 630px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#n4wgke4longtugmthh1b > .design_block.block2 {
  background-image: url(../files/design08_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#n4wgke4longtugmthh1b .contents_animation .circle.circle01 {
  top: 105px;
  left: calc(50% - 480px);
  width : 590px;
  height: 590px;
}
#n4wgke4longtugmthh1b .contents_animation .circle.circle02 {
  top: 145px;
  left: calc(50% - 575px);
  width : 200px;
  height: 200px;
}

/* 企業理念 */
#ejr39blwixjrzb879azb {
  background-image: url(../files/design09_bg.jpg);
  height: 960px;
}
#ejr39blwixjrzb879azb .entry_post {
  padding: 620px 0 0;
}
#ejr39blwixjrzb879azb .post_data {
  text-align: center;
}
#ejr39blwixjrzb879azb > .design_block.block1 {
  background-image: url(../files/design09_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
}
#ejr39blwixjrzb879azb > .design_block.block2 {
  background-image: url(../files/design09_img01.png);
  width: 200px;
  height: 200px;
  top: 260px;
  left: calc(50% - 100px);
  margin-top: calc(var(--custom_fade) * -1px);
}
#ejr39blwixjrzb879azb > .design_block.block3 {
  background-image: url(../files/design09_img02.png);
  width: 200px;
  height: 200px;
  top: 392px;
  left: calc(50% - 190px);
  margin-top: calc(var(--custom_fade) * 1px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#ejr39blwixjrzb879azb > .design_block.block4 {
  background-image: url(../files/design09_img03.png);
  width: 200px;
  height: 200px;
  top: 392px;
  left: calc(50% - 20px);
  margin-top: calc(var(--custom_fade) * 1px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#ejr39blwixjrzb879azb .contents_animation .circle.circle01 {
  top: 25px;
  left: calc(50% - 240px);
  width : 165px;
  height: 165px;
}
#ejr39blwixjrzb879azb .contents_animation .circle.circle02 {
  top: 100px;
  left: calc(50% - 375px);
  width : 245px;
  height: 245px;
}
#ejr39blwixjrzb879azb .contents_animation .circle.circle03 {
  top: 190px;
  left: calc(50% + 55px);
  width : 355px;
  height: 355px;
}