@charset "utf-8";

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


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


/* =================================================================================================================== */

:root {
  --basic_background_color:#fdffe2;
  --body_text_color:#442e14;
  --link_color:#f77400;
  --border_color:#666666;
  --table_border_color:#442e14;
  --th_background_color:transparent;
  --td_background_color:transparent;
  --th_character_color:#442e14;
  --td_character_color:#442e14;
  --required_color:#f77400;
  --top_h1_color:#442e14;
  --header_navigation_color:transparent;
  --top_entry_title_color:#442e14;
  --entry_title_bg_color:#ffffff;
  --blog_title_color:#442e14;
  --sub_entry_title_bg_color:#442e14;
  --entry_title_bg_w570_color:#442e14;
  --sub_entry_title_bg_w570_color:#442e14;
  --half_entry_title_bg_color:#442e14;
  --half_sub_entry_title_bg_color:#442e14;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#442e14;
  --footnavi_color:#442e14;
  --address_color:#442e14;
  --copy_color:#f77400;
}


:root {
    /* スライダーの高さ(単位なし) */
    --easys_top_main_h: 930;
  
    /* 中ページメイン（ティザー）の高さ(単位なし) */
    --easys_naka_main_h: 480;

  }

  
/* その他 */
:root {
  /* EASYSの最小幅(単位なし) */
  --easys_min_width: 1300;
  /* EASYSの最大幅(単位なし) */
  --easys_max_width: 2000;
  /* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value001: #ffffff;
  /* カレンダーの本日＞文字色 */
  --easys_standard_value005: #ffffff;
  /* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value006: #ffffff;
  /* ページ遷移ボタン＞線色 */
  --easys_standard_value007: #ffffff;
  /* ページ遷移ボタン＞文字色 */
  --easys_standard_value008: #ffffff;
  /* ブログ＞ページング＞線色 */
  --easys_standard_value009: #000000;

  --transition-duration:0.3s;
}

/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color); 
  /* background: url("/files/html_bg.jpg"); */
  scroll-padding-top:0;
  scroll-behavior: smooth;
}
/*トップページ----------------------------------*/
body#page_6 {
  background: none transparent;
  background: url("/files/top_body_bg.jpg") no-repeat center top;
}

/*中ページ----------------------------------*/
body {
  position: relative;
  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 no-repeat center top;

}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block{
  padding-top: 0;
}
#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);
}


/* ===================================================================================================================
   ■ ヘッダー @header
------------------------------------------------------------------------------------------------------------------- */

/*トップページ----------------------------------*/
#page_6 #branding_box {
  padding: 0 0 930px 0;
  background: none transparent;
}

/*中ページ*/
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 480px 0;
  height: 0px;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  top:20px;
  left:20px; 
}



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

/*  サイトロゴ @logo
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}
/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 260px;
  height: 180px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none transparent;
}




/*  グローバルナビ（access）@navi
---------------------------------------------------------------------------------------------------- */
#access {
display: none;
}

/*  メイン画像 @main
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
}

#jquery_slider_pc {
    overflow: hidden;
    height: 1000px;
}
#jquery_slider_pc .entry_post ,
#jquery_slider_pc .viewer {
  display:block;
  position:absolute;
  left:50%;
  width:2000px;
  height:930px !important;
  margin:0 auto;
  transform:translateX(-50%);
}
#jquery_slider_pc img {
  display:block;
  position:absolute;
  left:50%;
  width:2000px;
  height:930px;
  margin:0 auto;
  transform:translateX(-50%);
}
#jquery_slider_pc::before {
  position: absolute;
  top: 345px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: url(../files/slide_scroll_text.png) repeat-x left top;
  content: '';
  animation: main 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes main {
  to {
    background-position: top left -1420px;
  }
}
#main_teaser {
  width:100%;
  height:480px;
  overflow:hidden;
}

#main_teaser img {
  display:block;
  position:absolute;
  left:50%;
  width:2000px;
  margin:0 auto;
  transform:translateX(-50%);
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター　@footer footer
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footer_h: 600px;
  --footer_navi_bottom: 198px;
  --footer_navi_left: 135px;
  --footer_add_bottom: 200px;
  --footer_add_left: 240px;
  --footer_copy_bottom: 60px;
}
 
#footer_block {
  position: relative;
  height: var(--footer_h);
  background: url(/files/footer_bg.png) no-repeat center top;
}

#footer_box {
  height:  var(--footer_h);
  background: none transparent;
  /* background: url(/files/footer_box_bg.png) no-repeat center top; */
}

#footer-widget-area {
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */


#footer-widget-area .widget-area{position: absolute;bottom: var(--footer_navi_bottom);left: calc(50% +  var(--footer_navi_left));z-index: 2;}


#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: var(--footnavi_color);
  padding: 0px 54px 0 33px;
  background: url(/files/footer_navi_icon.png) no-repeat left center;
  height: 30px;
  line-height: 30px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */

.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 500px;
}





#footer_information{
  position: absolute;
  bottom: var(--footer_add_bottom);
  left: calc(50% - var(--footer_add_left));
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}



/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#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 {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}

#copyright {
  position: absolute;
  bottom:var(--footer_copy_bottom);
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 60px;
  height: 80px;
}


@media screen and (min-width: 2000px) {
.fixed_btn{right: calc(50% - 1000px);}
.fixed_btn a{overflow: hidden;}
}
.fixed_btn1 {
  display:flex;
  position:fixed;
  top:0;
  right:30px;
  z-index:9999;
  flex-direction:column;
}
 .fixed_btn1 div a {
  display:block;
  position:relative;
  width:290px;
  height:70px;
  overflow:hidden;
}
.fixed_btn1 a img {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:290px;
  height: 140px;
}


.fixed_btn1 a:hover img{ top: -100%; }

@media screen and (min-width: 2000px) {
.fixed_btn1{right: calc(50% - 970px);}
}
/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

#float_top_btn{
  bottom: 20px;
  right: 20px;
}
@media screen and (min-width: 2000px) {
#float_top_btn{right: calc(50% - 980px);}
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し @ttl
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 70px;
  line-height: 70px;
  /*padding-top: 40px*/
}
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 a {
  フォントサイズはこちら
}*/
.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 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 {
  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
---------------------------------------------------------------------------------------------------- */

.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;
}
/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color: var(--table_border_color);
  border-top: none !important;
  border-right: none !important;
  background: none transparent !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:last-child > * {
border-bottom: none !important;
}


.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  /* border-left: none !important; */
  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;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #ffffff;
}


.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  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はこちらに記述↓↓ ============================== */


.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.3s ease 0s;
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  opacity: 1;
  transform: translateY(0);
}
  


.nd_01.contents_block div{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.nd_01.contents_block .easys_content_inner{
width: 2000px;
position: relative;
left: calc(50% - 1000px);
padding:0 !important;
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.ndb_01,
.db_block {
  margin-top: 0 !important;
  position: relative;
}

.ndb_01 *[class*="title"],
.db_block *[class*="title"] {
  display: none;
}

.ndb_01,
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post,
.db_block,
.db_block .easys_content_inner,
.db_block .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ndb_01 .post_data,
.db_block .post_data {
  text-align: justify;
}

.ndb_01 .easys_content .sub_post .float_left,
.db_block .easys_content .sub_post .float_left {
  float: left !important;
}

.ndb_01 .easys_content .sub_post .float_right,
.db_block .easys_content .sub_post .float_right {
  float: right !important;
}


/*追加画像*/
.design_block{
  position: absolute;
  z-index: 9;
  display: block;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
}
/*in --------------------------- */
.f_in {
  opacity: 0;
}

.f_in.moved {
  animation: poyoyon_migi 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes poyoyon_migi {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}
@keyframes poyoyon_hidari {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}

/*bounce --------------------------- */
.f_bounce {
  opacity: 0;
}

.f_bounce.moved {
  animation: bounceIn 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}
/* ===========================================================================
     トップページ @db
=========================================================================== */

/*DB1>一條電気工業株式会社で電気工事士として働く！
ovjqjpgy6wsqkwd4ttul
--------------------------------------- */
#ovjqjpgy6wsqkwd4ttul {background: url(../files/design01_bg.jpg) no-repeat center top;}
#ovjqjpgy6wsqkwd4ttul,
#ovjqjpgy6wsqkwd4ttul .easys_content_inner,
#ovjqjpgy6wsqkwd4ttul .entry_post {height: 910px;}
#ovjqjpgy6wsqkwd4ttul .text_box {
  margin: 445px auto 0;
  width: 960px;
}
#ovjqjpgy6wsqkwd4ttul .post_data{
text-align: center;
}
#ovjqjpgy6wsqkwd4ttul #img01 {
background-image: url(../files/design01_ttl.png);
width: 680px;
height: 390px;
top: 20px;
left: calc(50% - 340px);
}
#ovjqjpgy6wsqkwd4ttul  .main_btn {
  position: relative;
  display: block;
  padding: 0;
  width: 960px;
  height: 205px;
  margin-top: 50px;
  border-radius: 36px;
  overflow: hidden;
}
#ovjqjpgy6wsqkwd4ttul  .main_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  pointer-events: none;
  background: url(/files/design01_btn_bg.png) no-repeat center top;
}
#ovjqjpgy6wsqkwd4ttul  .main_btn a {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: none;
  text-indent: -9999px;
  background: url(/files/design01_btn_off.png) no-repeat center top;
}

#ovjqjpgy6wsqkwd4ttul  .main_btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  background: url(/files/design01_btn_on.png) no-repeat center top;
}
#ovjqjpgy6wsqkwd4ttul  .main_btn a:hover::before {opacity: 1;}

#ovjqjpgy6wsqkwd4ttul  .main_btn a::after{
  position: absolute;
  content: "";
  top: 21px;
  left: 0;
  z-index: 2;
  width: 0;
  height: 146px;
  background: #f77400;
  opacity: 0.5;
  transition: 0.5s ease 0s;
  border-radius: 10px;
}
#ovjqjpgy6wsqkwd4ttul  .main_btn a:hover:after{width: 100%;}

/*DB2(B)>数字で見る一條電気工業株式会社
i7kbmaw8ghn5e070d6nc
--------------------------------------- */
#i7kbmaw8ghn5e070d6nc {background: url(../files/design02_bg.jpg) no-repeat center top;}
#i7kbmaw8ghn5e070d6nc,
#i7kbmaw8ghn5e070d6nc .easys_content_inner,
#i7kbmaw8ghn5e070d6nc .entry_post {height: 1110px;}
#i7kbmaw8ghn5e070d6nc .easys_content_inner{
  opacity: 1;
  transform: translateY(0);
}
#i7kbmaw8ghn5e070d6nc #img01 {
background-image: url(../files/design02_ttl.png);
width: 400px;
height: 180px;
top: 120px;
left: calc(50% - 200px);
}
/*
数字ランダム
--------------------------------------------------------------- */
.js_typing {
  height: 1em;
  color: #f45a00;
  text-align: center;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  font-size: 80px;
}
#i7kbmaw8ghn5e070d6nc .sub_post {
  position: absolute;
  width: 150px;
  margin: 0;
}
#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_0 {
  top: 417px;
  left: calc(50% - 376px);
}


#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_1 {
  top: 449px;
  left: calc(50% - 78px);
  width: 250px;
  font-size: 40px;
}
#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_1 p{font-size: 60px;}

#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_2 {
  top: 432px;
  left: calc(50% + 214px);
  font-size: 55px;
}

#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_3 {
  top: 640px;
  left: calc(50% - 429px);
  font-size: 70px;
}
#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_3 p{font-size: 100px;}

#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_4 {
  top: 608px;
  left: calc(50% - 179px);
  width: 250px;
  font-size: 40px;
}
#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_4 p{font-size: 70px;}

#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_5 {
  top: 638px;
  left: calc(50% + 177px);
  font-size:45px;
}


#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_6 {
  top: 792px;
  left: calc(50% - 61px);
  font-size: 65px;
}
#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_6 p{font-size: 90px;}

#i7kbmaw8ghn5e070d6nc .sub_post.sub_post_7 {
  top: 815px;
  left: calc(50% + 258px);
  font-size:55px;
}
/*バナー＞5連（※top）
zvf37wq3mlmcnnl3pfrj
--------------------------------------- */
#zvf37wq3mlmcnnl3pfrj{
background:url(/files/bnrmany_bg03.jpg) no-repeat center top;
height: 850px;
position: relative;
overflow: hidden;
}
#zvf37wq3mlmcnnl3pfrj .easys_content_inner
{
    width: 1190px;
    padding:140px 0 0;
  position: relative;z-index: 10;
}
 
#zvf37wq3mlmcnnl3pfrj .img_display {
    display: flex;
    justify-content: space-between;
}
 
#zvf37wq3mlmcnnl3pfrj [class*="field_"]{width: 230px !important; margin: 0;}
#zvf37wq3mlmcnnl3pfrj [class*="field_"] .eyecatch{width: 100% !important;}
 
#zvf37wq3mlmcnnl3pfrj .eyecatch a{
  height: 100%;
  display: block;
  position: relative;
}
#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(1) a{
  background: url("/files/bnrmany_01_bg.png") no-repeat center top; 
}
 
#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(2) a{
  background: url("/files/bnrmany_02_bg.png") no-repeat center top; 
}
 
#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(3) a{
  background: url("/files/bnrmany_03_bg.png") no-repeat center top; 
}

#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(4) a{
  background: url("/files/bnrmany_04_bg.png") no-repeat center top; 
}
 
#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(5) a{
  background: url("/files/bnrmany_05_bg.png") no-repeat center top; 
}

#zvf37wq3mlmcnnl3pfrj .eyecatch a::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background: none #ffd300;
  opacity: 0.6;
  transition: height 0.3s ease;
  z-index: 1;
}
#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(2) a::after,
#zvf37wq3mlmcnnl3pfrj [class*="field_"]:nth-of-type(4) a::after {
  background: none #f77400;
}
#zvf37wq3mlmcnnl3pfrj .eyecatch a:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}

#zvf37wq3mlmcnnl3pfrj .img_display .clear_float {
    display: none;
}
#zvf37wq3mlmcnnl3pfrj .eyecatch a img{position: relative;z-index: 10;}
    
#zvf37wq3mlmcnnl3pfrj .eyecatch a:hover img{ opacity: 1; }
    
#zvf37wq3mlmcnnl3pfrj::after,
#zvf37wq3mlmcnnl3pfrj::before {
  position: absolute;
  top: 610px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 140px;
  background: url(../files/bnrmany_bg02.png) repeat-x left top;
  content: '';
  animation: bnr2 40s linear 0s infinite;
  pointer-events: none;
}
#zvf37wq3mlmcnnl3pfrj::after{
  background: url(../files/bnrmany_bg01.png) repeat-x left top;
  animation: bnr1 40s linear 0s infinite;
  top: 470px;
}
@keyframes bnr2 {
  to {
    background-position: top left -2100px;
  }
}
@keyframes bnr1 {
  to {
    background-position: top left 2330px;
  }
}
/*DB3(B)>2009年入社　中西さんの声
ie57emlvma8h3n7518tl
--------------------------------------- */
/*DB4(B)>2012年入社　中田さんの声
ie57emlvma8h3n7518tl
--------------------------------------- */
#ie57emlvma8h3n7518tl {
	clip-path: inset(0);
	-webkit-clip-path: inset(0);
	padding-block: 0px 200px;
}
#ie57emlvma8h3n7518tl *[class*="title"] {
  display: none;
}
#ie57emlvma8h3n7518tl .easys_content_inner {
	position: relative;
  transform: none;
	padding-block: calc(50vh - 235px) calc(50vh - 450px);
}
#ie57emlvma8h3n7518tl::before {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	background: url(../files/design03_img01.jpg) no-repeat center top/cover;
	content: '';
	pointer-events: none;
}
#ie57emlvma8h3n7518tl .easys_content_inner:first-of-type::before {
	position: absolute;
	top: 0px;
	left: calc(50% - 1000px);
	width: 2000px;
	height: 100vh;
	background: url(../files/design03_img01.png) no-repeat center top;
	content: '';
	transition: opacity 0.3s, left 0s;
	pointer-events: none;
	z-index: 99;
}
#ie57emlvma8h3n7518tl .easys_content_inner:first-of-type.scroll_in::before {
	position: fixed;
}
#ie57emlvma8h3n7518tl .easys_content_inner:first-of-type.scroll_out::before {
	position: fixed;
	opacity: 0 !important;
}
#ie57emlvma8h3n7518tl .easys_content_inner:last-of-type::before {
	position: fixed;
	top: 0;
	left: calc(50% - 1000px);
	width: 2000px;
	height: 100vh;
	content: '';
	opacity: 0;
	background: url(../files/design04_img01.png) no-repeat center top;
	z-index: 99;
	transition: opacity 0.3s, left 0s;
	pointer-events: none;
}
#ie57emlvma8h3n7518tl .easys_content_inner:last-of-type.scroll_in2::before {
	position: fixed;
	opacity: 1;
}
#ie57emlvma8h3n7518tl .easys_content_inner:last-of-type.scroll_out2::before {
	position: absolute;
	top:unset;
	bottom: 0;
	opacity: 1;
	background-position-y: bottom;
}
#ie57emlvma8h3n7518tl .easys_content_inner:first-of-type .sub_post {
	margin: 0 380px 40px auto;
	width: auto;
}
#ie57emlvma8h3n7518tl .easys_content_inner:last-of-type .sub_post {
	margin: 0 auto 40px 380px;
	width: auto;
}

#ie57emlvma8h3n7518tl .sub_post {
padding: 84px 0 0;
margin-bottom: 30px;
}
#ie57emlvma8h3n7518tl .sub_post_texts {
	position: relative;
	z-index: 11;
	box-sizing: border-box;
	padding: 40px 35px 30px;
	width: 580px;
	border-radius: 0 0 15px 15px;
	background: #ffffff;
}
#ie57emlvma8h3n7518tl .sub_post_0 {
background: url(/files/design03_img02.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_1 {
background: url(/files/design03_img03.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_2 {
background: url(/files/design03_img04.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_3 {
background: url(/files/design03_img05.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_4 {
background: url(/files/design03_img06.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_5 {
background: url(/files/design03_img07.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_6 {
background: url(/files/design03_img08.png) no-repeat center top;
}
#ie57emlvma8h3n7518tl .sub_post_7 {
background: url(/files/design03_img09.png) no-repeat center top;
}

@media (max-width: 1316px) {
	#ie57emlvma8h3n7518tl .easys_content_inner:first-of-type::before {
		left: calc(50% - 1000px);
	}
	#ie57emlvma8h3n7518tl .easys_content_inner.scroll_in:first-of-type::before {
		left: -350px;
	}
	#ie57emlvma8h3n7518tl .easys_content_inner:last-of-type::before {
		left: -350px;
	}
	#ie57emlvma8h3n7518tl .easys_content_inner.scroll_out2:last-of-type::before {
		left: calc(50% - 1000px);
	}
}
/*バナー＞お問い合わせ（※top） wrap_bnr
on4s9peiwso40i1g4ea5
q4c4fripruwpyhg207cg
--------------------------------------- */
#on4s9peiwso40i1g4ea5 div,
#q4c4fripruwpyhg207cg div{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
#wrap_bnr,
#on4s9peiwso40i1g4ea5,
#q4c4fripruwpyhg207cg
{
  position: relative;
  display: block;
  overflow: hidden;
}
#on4s9peiwso40i1g4ea5 video,
#q4c4fripruwpyhg207cg video{
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  overflow: hidden;
  z-index: -1;
  width: auto;
}

#wrap_bnr {
  position: relative;
}

#wrap_bnr div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#wrap_bnr .easys_content_inner {
  width: 100%;
}
#wrap_bnr [class*="field_"] {
  padding: 600px 0 0;
  background: url(../files/bnr_contact_cover.png) no-repeat center top;
}
#wrap_bnr .eyecatch {
  position: absolute;
  top: 315px;
  left: 0;right: 0;
  margin: 0 auto;
  display: block;
  width: 335px;
  height: 45px;
}
#wrap_bnr .eyecatch a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#wrap_bnr .eyecatch a img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: var(--transition-duration);
}

#wrap_bnr .eyecatch a::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/bnr_contact_on.png)no-repeat center top;
  content: "";
  opacity: 0;
  transition: var(--transition-duration);
  transform: translateX(-50%);
  pointer-events: none;z-index: 10;
}
#wrap_bnr .eyecatch a:hover::before {
  opacity: 1;
}
#wrap_bnr .eyecatch a:hover img {
  opacity: 1;
}


/*DB5>未経験でも安心！皆さんへの投資は惜しみません！
glhjru4jiysvjcmf121v
--------------------------------------- */
#glhjru4jiysvjcmf121v {background: url(../files/design05_bg.jpg) no-repeat center top;}
#glhjru4jiysvjcmf121v,
#glhjru4jiysvjcmf121v .easys_content_inner,
#glhjru4jiysvjcmf121v .entry_post {height: 900px;}
#glhjru4jiysvjcmf121v .text_box {
  margin: 400px auto 0 0;
  width: 500px;
}
#glhjru4jiysvjcmf121v #img01 {
  top:194px;
  left:calc(50% + 135px);
  width:390px;
  height:390px;
  background-image:url(../files/design05_img02.png);
}
#glhjru4jiysvjcmf121v::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(/files/design05_img01.png) no-repeat center top;
pointer-events: none;
}
#glhjru4jiysvjcmf121v #img02 {
  top:160px;
  left:calc(50% - 573px);
  width:700px;
  height:220px;
  background-image:url(../files/design05_ttl.png);
}
/*DB6>一人ひとりの成長を支える面談＆評価制度
s9pgrey24c560jmjfsdd
--------------------------------------- */
#s9pgrey24c560jmjfsdd {background: url(../files/design06_bg.jpg) no-repeat center top;}
#s9pgrey24c560jmjfsdd,
#s9pgrey24c560jmjfsdd .easys_content_inner,
#s9pgrey24c560jmjfsdd .entry_post {height: 900px;}
#s9pgrey24c560jmjfsdd .text_box {
  margin: 400px auto 0;
  width: 610px;
}
#s9pgrey24c560jmjfsdd .post_data{
text-align: center;
}
#s9pgrey24c560jmjfsdd #img01 {
background-image: url(../files/design06_img03.png);
width: 450px;
height: 500px;
top: 400px;
left: calc(50% - 760px);
}
#s9pgrey24c560jmjfsdd #img01.moved{
  animation: poyoyon_hidari 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
#s9pgrey24c560jmjfsdd #img02 {
background-image: url(../files/design06_img02.png);
width: 320px;
height: 350px;
top:60px;
left: calc(50% + 250px);
}
#s9pgrey24c560jmjfsdd::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(/files/design06_img01.png) no-repeat center top;
pointer-events: none;
}
#s9pgrey24c560jmjfsdd #img03 {
background-image: url(../files/design06_ttl.png);
width: 550px;
height: 210px;
top: 180px;
left: 0;right: 0;
margin: 0 auto;
}
/*バナー＞募集要項/GATEN職（※top）
sleplhj51kocwo3b3vlr
--------------------------------------- */
#sleplhj51kocwo3b3vlr{
background:url(/files/bnrhalf_bg.png) no-repeat center top;
height: 400px;
}
#sleplhj51kocwo3b3vlr .easys_content_inner{
padding:85px 0px 85px;}

#sleplhj51kocwo3b3vlr .field_2col{width: 460px !important; margin: 0;}

#sleplhj51kocwo3b3vlr .field_2col .eyecatch{width: 100% !important;}

#sleplhj51kocwo3b3vlr .eyecatch a{
display: block;
width: 100%;
height: 100%;
position: relative;
}
#sleplhj51kocwo3b3vlr .eyecatch a img{transition: var(--transition-duration);}

#sleplhj51kocwo3b3vlr .eyecatch a:before {
content: '';
display: block;
position: absolute;z-index: 2;
top: 0;left: 0;opacity: 0;
width: 100%;height: 100%;
pointer-events: none;
transition: opacity 0.5s ease 0s;
}

#sleplhj51kocwo3b3vlr .eyecatch a:hover:before{opacity: 1;}
#sleplhj51kocwo3b3vlr .eyecatch a:hover img{ opacity: 1; }


#sleplhj51kocwo3b3vlr .float_left a:before
{ background: url('/files/bnrhalf_guideline_on.png') no-repeat center top;}
#sleplhj51kocwo3b3vlr .float_right a:before
{ background: url('/files/bnrhalf_gaten_on.png') no-repeat center top;}



/*DB7>プライベートも大切にできる働き方
lqj240rdl3x9vb06n8ar
--------------------------------------- */
#lqj240rdl3x9vb06n8ar {background: url(../files/design07_bg.jpg) no-repeat center top;}
#lqj240rdl3x9vb06n8ar,
#lqj240rdl3x9vb06n8ar .easys_content_inner,
#lqj240rdl3x9vb06n8ar .entry_post {height: 900px;}
#lqj240rdl3x9vb06n8ar .text_box {
  margin: 435px 0 0 auto;
  width: 500px;
}
#lqj240rdl3x9vb06n8ar::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 130px;
  background: url(../files/design07_img03.png) repeat-x left top;
  content: '';
  animation: db7 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes db7 {
  to {
    background-position: top left -2000px;
  }
}
#lqj240rdl3x9vb06n8ar #img01 {
background-image: url(../files/design07_img02.png);
width: 490px;
height: 705px;
top: 195px;
left: calc(50% - 595px);
}
#lqj240rdl3x9vb06n8ar #img01.moved{
  animation: poyoyon_hidari 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
#lqj240rdl3x9vb06n8ar::after {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(/files/design07_img01.png) no-repeat center top;
pointer-events: none;
}
#lqj240rdl3x9vb06n8ar #img02 {
background-image: url(../files/design07_ttl.png);
width: 580px;
height: 210px;
top: 195px;
left: calc(50% - 65px);
}
/*DB8>派手さはないけれど、とにかく誠実な会社だということを知ってほしい。
ugfn2a5vd488k5453fj9
--------------------------------------- */
#ugfn2a5vd488k5453fj9 {background: url(../files/design08_bg.jpg) no-repeat center top;}
#ugfn2a5vd488k5453fj9,
#ugfn2a5vd488k5453fj9 .easys_content_inner,
#ugfn2a5vd488k5453fj9 .entry_post {height: 900px;}
#ugfn2a5vd488k5453fj9 .text_box {
  margin: 407px auto 0 64px;
  width: 520px;
}
#ugfn2a5vd488k5453fj9 #img01 {
background-image: url(../files/design08_ttl.png);
width: 580px;
height: 240px;
top: 100px;
left: calc(50% - 445px);
}