@charset "utf-8";

/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #004479;
  --link_color: #0146a5;
  --border_color: #666666;
  --table_border_color: transparent;
  --th_background_color:#e5f3fc;
  --td_background_color: #e5f3fc;
  --th_character_color: #004479;
  --td_character_color: #004479;
  --required_color: #0090ff;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #004479;
  --entry_title_bg_color: #0146a5;
  --blog_title_color: #004479;
  --sub_entry_title_bg_color: #004479;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #004479;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #004479;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #004479;
  --footnavi_color: #000;
  --address_color: #000;
  --copy_color: #2ba6df;
}
/* =================================================================================================================== */



/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1030;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 0;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_navi_h:0px;
  --easys_second_h:セカンド高さ;
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value000: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 (ホバー時) */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
}

/*

 * PC用スタイルCSS
 */



/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  /* background: var(--basic_background_color) url("../files/html_bg.jpg") repeat-x center top; */
  background: none var(--basic_background_color);
  scroll-padding-top: var(--easys_navi_h);
  scroll-behavior: smooth;
}

/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none transparent;
  word-break: break-word;
  background: url("../files/body_bg.jpg") no-repeat center top / 100%;
/* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500; */
  font-size: 17px;
  line-height: 2;
}

/* .table_area {
  font-size: 17px !important;
  line-height: 2 !important;
} */
body *[class*="title"] {
  /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
     font-weight: 500; */
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);

}
body#page_6 {
  background: none transparent;
  /* font-size: 17px !important;
  line-height: 2 !important;    */
}

/* .post_data,
.privacy_block p  {
  font-size: 17px !important;
  line-height: 2 !important;  
} */
  
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block {
  padding-top: 0;
}

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;
  position: relative;
  z-index: 500;
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
  background: url("../files/pc_top_movie_cover.png") no-repeat center top/100%;
}

/*  スクロールダウン
---------------------------------------------------------------------------------------------------- */
/* スクロールボタン フッターで追加済 不要ページではＪＳで削除済 */
.scroll_btn {
  display: block;
  width: auto;
  position: absolute;
  width: calc(100%*(180/var(--easys_max_width)));
  height: calc(100%*(180/var(--easys_top_main_h)));
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.scroll_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
}
.scroll_btn img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.scroll_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/top_scroll_down_bg.png) no-repeat center center/100%;
  -webkit-animation: anime-rotate 20s linear 0s infinite;
  animation        : anime-rotate 20s linear 0s infinite;
}
@keyframes anime-rotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 30px;
  right: 30px;
  /*位置　レスポンシブ有り*/
  /*
  top: calc(30 / var(--easys_naka_main_h) * 100%);
  left: calc(30 / 2000 * 100%);
  */
}
  
#page_6 #site-description {
  /* top: 30;
  left: 30; */
  /*
  top: calc(30 / var(--easys_top_main_h) * 100%);
  left: calc(30 / 2000 * 100%);
  */
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
  font-size: 10px;
}
  
  /*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
.main_header img, .header_class img {
  position: absolute;
  margin: auto;
  width: 230px;
  height: 90px;
  top: 55px;
  left: 76px;
  /* レスポ有り */
  /* width: calc(100%*(230/var(--easys_max_width)));
  height: calc(100%*(90/var(--easys_naka_main_h)));
  top: calc(100%*(55/var(--easys_naka_main_h)));
  left: calc(100%*(76/var(--easys_max_width))); */
  background: url("../files/branding_box_bg.png") no-repeat center top;
}
  
#page_6 .main_header img, #page_6 .header_class img {
  width: 230px;
  height: 90px;
  top: 55px;
  left: 76px;
  position: absolute;
  margin: auto;
  /* レスポ有り */
  /* width: calc(100%*(230/var(--easys_max_width)));
  height: calc(100%*(90/var(--easys_top_main_h)));
  top: calc(100%*(55/var(--easys_top_main_h)));
  left: calc(100%*(76/var(--easys_max_width))); */
}
  
/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed{
    position: fixed;
    top: 0;
    z-index: 600;
    width: 280px !important;
    height: 50px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    /* background: url("../files/branding_box.png") no-repeat center top; */
}
  
  
  /*  グローバルナビ
---------------------------------------------------------------------------------------------------- */


#access {
  width: 0;
  z-index: 590;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background: none;
  display: none;
}

/*ナビ上からの位置　メイン画像の下にナビがあるとき*/
/* #access {
top: calc(100% * (/var(--easys_naka_main_h)));
}
#page_6 #access {
top: calc(100% * (/var(--easys_top_main_h)));
} */



#access .menu-header{
  width: 0; 
  height: var(--easys_navi_h);
  margin: 0 calc(0 / 2000 * 100%) 0 auto;
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('../files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 140px;
  height: var(--easys_navi_h);
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -140px top;}
div#access .gnavi13 a { background-position: -280px top;}
div#access .gnavi14 a { background-position: -420px top;}
div#access .gnavi15 a { background-position: -560px top;}
div#access .gnavi16 a { background-position: right top;width: 250px;}

div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -140px bottom;}
div#access .gnavi13 a:hover { background-position: -280px bottom;}
div#access .gnavi14 a:hover { background-position: -420px bottom;}
div#access .gnavi15 a:hover { background-position: -560px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;width: 250px;}

/*固定時用ナビ*/
#access.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.85);
  max-width: 2000px;
  min-width: 1300px;/*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
}
#access.fixed .menu-header{
  position: relative;
  float: none;/*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
  margin: 0 auto;
  max-width: 2000px;
  transform: none !important;/*レスポンシブ無しにするため*/
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: var(--easys_navi_h);
  line-height: var(--easys_navi_h);
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !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_value000);
  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);
}
  
  
/*  メイン画像
  ---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  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%;
}
  
  /* ===================================================================================================================
     ■ サイド
  ------------------------------------------------------------------------------------------------------------------- */
  /* サイドナビ　タイトル */
.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_block {
  position: relative;
  height: 600px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 600px;
  background: url(../files/footer_box_bg.png) no-repeat center top;
}

.footer_contact{
  width: 200px;
  height: 50px;
  position: absolute;
  left: calc(50% - -180px);
  top: 254px;
}
.footer_contact a{
  width: 100%;
  height: 100%;
  background: url("/files/footer_btn_contact.png") no-repeat center top;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
}
.footer_contact a:hover{
  background-position: center bottom;
}



/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 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: none;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
  /* width: 250px;
  height: 250px; */
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
  text-align: left;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ縦並び２列*/
/* #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  align-content: space-between;
  width: 300px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 210px 0 0;
  width: 100%;
  text-align: left;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */

#footer_information{
    position: absolute;
    top: 210px;
    left: calc(50% - 50px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
#footer_tell {
  display: block;
  position: absolute;
  top: -5px;
  left: calc(50% - -7px);
  width: 300px;
  color: #000;
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#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: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
*/
/* 中央以外 */

#copyright {
    position: absolute;
    bottom: 210px;
    left: calc(50% - 280px);
    font-size: 10px;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  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;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 120px;
  line-height: 160px;
}
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 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: 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;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
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;
}


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
/* .black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
} */


/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */


/*全体フェードイン　Dブロックは解除*/
/* .easys_content_inner:not(.nd_01 .easys_content_inner){
  transition: all 1.3s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform: translate(0px, 0px);
  opacity: 1;
} */



/*  サイドボタン
---------------------------------------------------------------------------------------------------- */

/*画面右下に固定ボタン*/
.fixed_side_btn {
  z-index: 1000;
  right: 100px;
  /* display: flex;
  gap: 10px; */
  bottom: 60px;
  position: fixed;
}
.fixed_side_btn div,
.fixed_side_btn div a {margin-bottom: 0;}

#fixed_btn1 a{
  background: url(../files/btn_contact.png)no-repeat center top;
  display: block;
  width: 150px;
  height: 150px;
}

.fixed_side_btn a {
 opacity: 1;
 transform: translate( 0px, 0px);
 /* transition: 0.3s; */
}

.fixed_side_btn a:hover { 
   background-position: center bottom !important;
  /*transform: translate( 0px, -10px); */
}


.fixed_top_btn {
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  position: fixed;
}
.fixed_top_btn div,
.fixed_top_btn div a {margin-bottom: 0;}

#top_btn1 a{
  background: url(../files/btn_corporate.png)no-repeat center top;
  display: block;
  width: 220px;
  height: 80px;
}
#top_btn2 a{
  background: url(../files/btn_gaten.png)no-repeat center top;
  display: block;
  width: 220px;
  height: 80px;
}

.fixed_top_btn a {
 opacity: 1;
 transform: translate(0px, 0px);
 /* transition: 0.3s; */
}

.fixed_top_btn a:hover { 
   background-position: center bottom !important;
  /*transform: translate( 0px, -10px); */
}



/*  トップページ
---------------------------------------------------------------------------------------------------- */

/*  ○○○
---------------------------------------------------------------------------------------------------- */



/*  デザインブロック共通
-------------fro8kfbr0p7klohx5uw5-----------hd48np0r0bje2dilngqh---------------------------------------------------------------------------- */

#fro8kfbr0p7klohx5uw5,
#hd48np0r0bje2dilngqh,
#x32kofcuzkq02quaryvj,
#xf43ca21t2j6is0j77r7,
#rb1bf01tp5ui48muv4a1,
#deufchef42dp9ylzz9ka,
#edk3jdffncf7ouzyfafd {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0;
  position: relative;
}

#fro8kfbr0p7klohx5uw5 .easys_content_inner,
#hd48np0r0bje2dilngqh .easys_content_inner,
#x32kofcuzkq02quaryvj .easys_content_inner,
#xf43ca21t2j6is0j77r7 .easys_content_inner,
#rb1bf01tp5ui48muv4a1 .easys_content_inner,
#deufchef42dp9ylzz9ka .easys_content_inner,
#edk3jdffncf7ouzyfafd .easys_content_inner {
  position: relative; 
  width: 960px;
  opacity: 1;
  transform: translate(0px, 0px) !important;
}

#fro8kfbr0p7klohx5uw5 .post_margin,
#hd48np0r0bje2dilngqh .post_margin,
#x32kofcuzkq02quaryvj .post_margin,
#xf43ca21t2j6is0j77r7 .post_margin,
#rb1bf01tp5ui48muv4a1 .post_margin,
#deufchef42dp9ylzz9ka .post_margin,
#edk3jdffncf7ouzyfafd .post_margin {
  margin: 0;
}

#fro8kfbr0p7klohx5uw5 .eyecatch,
#hd48np0r0bje2dilngqh .eyecatch,
#x32kofcuzkq02quaryvj .eyecatch,
#xf43ca21t2j6is0j77r7 .eyecatch,
#rb1bf01tp5ui48muv4a1 .eyecatch,
#deufchef42dp9ylzz9ka .eyecatch,
#edk3jdffncf7ouzyfafd .eyecatch {
  display: none;
  float: none !important;
}

#fro8kfbr0p7klohx5uw5 .entry_post,
#hd48np0r0bje2dilngqh .entry_post,
#x32kofcuzkq02quaryvj .entry_post,
#xf43ca21t2j6is0j77r7 .entry_post,
#rb1bf01tp5ui48muv4a1 .entry_post,
#deufchef42dp9ylzz9ka .entry_post,
#edk3jdffncf7ouzyfafd .entry_post {
  box-sizing: border-box;
  position: relative;
}

#fro8kfbr0p7klohx5uw5 .entry_post > [class*="title"],
#hd48np0r0bje2dilngqh .entry_post > [class*="title"],
#x32kofcuzkq02quaryvj .entry_post > [class*="title"],
#xf43ca21t2j6is0j77r7 .entry_post > [class*="title"],
#rb1bf01tp5ui48muv4a1 .entry_post > [class*="title"],
#deufchef42dp9ylzz9ka .entry_post > [class*="title"],
#edk3jdffncf7ouzyfafd .entry_post > [class*="title"] {
  display: none;
}


#fro8kfbr0p7klohx5uw5 .text_box,
#fro8kfbr0p7klohx5uw5 .text_box,
#x32kofcuzkq02quaryvj .text_box,
#xf43ca21t2j6is0j77r7 .text_box,
#rb1bf01tp5ui48muv4a1 .text_box,
#deufchef42dp9ylzz9ka .text_box,
#edk3jdffncf7ouzyfafd .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
  width: 100%;
  margin: 0;
}

#fro8kfbr0p7klohx5uw5 .post_data,
#hd48np0r0bje2dilngqh .post_data,
#x32kofcuzkq02quaryvj .post_data,
#xf43ca21t2j6is0j77r7 .post_data,
#rb1bf01tp5ui48muv4a1 .post_data,
#deufchef42dp9ylzz9ka .post_data,
#edk3jdffncf7ouzyfafd .post_data {
  float: none !important;
  overflow: visible;
  display: block;
  margin: 0;
  /* transition: 1.3s;
  opacity: 0;
  transform: translate(0 , 100px);*/
} 

/* #fro8kfbr0p7klohx5uw5 .post_data.moved,
#hd48np0r0bje2dilngqh .post_data.moved {
  opacity: 1;
  transform: translate(0,0);
} */

/* 追加画像 */
.design_block {
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
  position: absolute;
  transition: all 1.3s ease 0s;
}
/* 
.design_block::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
} */


.design_block.moved {
  opacity: 1;
}
#fro8kfbr0p7klohx5uw5 .design_block[class*="block"].moved,
#hd48np0r0bje2dilngqh .design_block[class*="block"].moved:not(#hd48np0r0bje2dilngqh .design_block.block2),
#x32kofcuzkq02quaryvj .design_block[class*="block"].moved,
#xf43ca21t2j6is0j77r7 .design_block[class*="block"].moved,
#rb1bf01tp5ui48muv4a1 .design_block[class*="block"].moved,
#deufchef42dp9ylzz9ka .design_block[class*="block"].moved,
#edk3jdffncf7ouzyfafd .design_block[class*="block"].moved {
  transform: translate(0px, 0px) scale(1,1) rotate(0deg);
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
  background-position: center top;
}

#fro8kfbr0p7klohx5uw5 .post_data p,
#hd48np0r0bje2dilngqh .post_data p,
#x32kofcuzkq02quaryvj .post_data p,
#xf43ca21t2j6is0j77r7 .post_data p,
#rb1bf01tp5ui48muv4a1 .post_data p,
#deufchef42dp9ylzz9ka .post_data p,
#edk3jdffncf7ouzyfafd .post_data p {
  color: #004479;
  font-size: 17px;
  letter-spacing: 0;
  line-height: calc(34/17);
  text-align: justify;
  font-feature-settings: "palt";
}



/*  DB>求人募集をしています！
--------------------------fro8kfbr0p7klohx5uw5-------------------------------------------------------------------------- */

#fro8kfbr0p7klohx5uw5 {
  height: 880px;
  background-image: none;
  background-color: #fff;
}

#fro8kfbr0p7klohx5uw5 ::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_01_bg.png) no-repeat center top;
}


#fro8kfbr0p7klohx5uw5 .entry_post {
  padding: 500px 0px 0 480px;
}
#fro8kfbr0p7klohx5uw5 .post_data {
  margin-bottom: 0;
}

#fro8kfbr0p7klohx5uw5 .design_block.block1 {
  background-image: url(../files/block_01_img1.png);
  width: 1000px;
  height: 150px;
  top: 223px;
  left: calc(50% - 472px);
  transition: none;
}
@keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}

#fro8kfbr0p7klohx5uw5 .design_block.block1.moved {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

#fro8kfbr0p7klohx5uw5 .design_block.block2 {
  background-image: url(../files/block_01_img2.png);
  width: 70px;
  height: 150px;
  top: 223px;
  left: calc(50% - -90px);
  opacity: 1;
  z-index: 10;
  transform: translate(0px, -100px);
}


#fro8kfbr0p7klohx5uw5 .design_block.block3 {
  background-image: url(../files/block_01_img3.png);
  width: 480px;
  height: 80px;
  top: 402px;
  left: calc(50% - 1px);
  clip-path: inset( 0 100% 0 0);
}


/*  DB>電気工事ってこんな仕事
----------------------------------hd48np0r0bje2dilngqh------------------------------------------------------------------ */

#hd48np0r0bje2dilngqh {
  height: 1430px;
  background-image: url(../files/block_02_bg.jpg);
}

#hd48np0r0bje2dilngqh::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_02_bg_cover.png) no-repeat center bottom/100%;
}

#hd48np0r0bje2dilngqh::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 1000px);
  /* z-index: 1; */
  width: 2000px;
  height: 180px;
  background: url(../files/block_01_move_txt.png) repeat-x top left;
  animation: loop_01 85s linear 0s infinite;
}
 
@keyframes loop_01 {
  0% {background-position-x: 0px;}
  100% {background-position-x: -6000px;}
}

#hd48np0r0bje2dilngqh .entry_post {
  padding: 475px 20px 0 460px;
}
#hd48np0r0bje2dilngqh .post_data {
  margin-bottom: 0;
}

#hd48np0r0bje2dilngqh .design_block.block1 {
  background-image: url(../files/block_02_img1.png);
  width: 610px;
  height: 130px;
  top: 170px;
  left: calc(50% - 302px);
  background-position: center top 130px;
  opacity: 1;
  overflow: hidden;
}

#hd48np0r0bje2dilngqh .design_block.block2 {
  background-image: url(../files/block_02_img2_front.png);
  width: 430px;
  height: 550px;
  top: 276px;
  left: calc(50% - 532px);
  opacity: 1;
  transform: rotateZ(-5deg);
  transition: all 1s ease-in-out 0s;
}

#hd48np0r0bje2dilngqh.kaiten .design_block.block2 {
  transform: rotateZ(-5deg) rotateY(-180deg);
}

#hd48np0r0bje2dilngqh .design_block.block2::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_02_img2_back.png) no-repeat center top;
  transform: rotateY(-180deg);
  opacity: 0;
  transition: opacity 0s ease-in-out 0.5s;
}
#hd48np0r0bje2dilngqh.kaiten .design_block.block2::after {
  opacity: 1;
}

#hd48np0r0bje2dilngqh .design_block.block3 {
  background-image: url(../files/block_02_img3.png);
  width: 480px;
  height: 80px;
  top: 378px;
  left: calc(50% - 25px);
  opacity: 1;
  clip-path: inset( 0 100% 0 0);
}


#hd48np0r0bje2dilngqh .design_block.block4 {
  background-image: url(../files/block_02_img4.jpg);
  width: 600px;
  height: 430px;
  top: 850px;
  left: calc(50% - -250px);
  opacity: 1;
  clip-path: inset( 0 100% 0 0);
}


/*  DB>採用メッセージ
----------------------------------x32kofcuzkq02quaryvj------------------------------------------------------------------ */

#x32kofcuzkq02quaryvj {
  height: 1070px;
  background-image: url(../files/block_03_bg.png);
  background-color: #fff;

}


/* #x32kofcuzkq02quaryvj::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_03_bg_cover.png) no-repeat center top;
} */
#x32kofcuzkq02quaryvj .entry_post {
  padding: 625px 440px 0 40px;
}
#x32kofcuzkq02quaryvj .post_data {
  margin-bottom: 0;
}

#x32kofcuzkq02quaryvj .design_block.block1 {
  background-image: url(../files/block_03_img1.png);
  width: 800px;
  height: 130px;
  top: 334px;
  left: calc(50% - 400px);
  background-position: center top 130px;
  overflow: hidden;
}

#x32kofcuzkq02quaryvj .design_block.block2 {
  background-image: url(../files/block_03_img2.png);
  width: 480px;
  height: 80px;
  top: 526px;
  left: calc(50% - 443px);
  clip-path: inset( 0 100% 0 0);
}

#x32kofcuzkq02quaryvj .design_block.block3 {
  background-image: url(../files/block_03_img3.png);
  width: 460px;
  height: 450px;
  top: 460px;
  left: calc(50% - -140px);
  transform: rotate(8deg);
  transform-origin: top right;
}

#x32kofcuzkq02quaryvj .design_block.block4 {
  background-image: url(../files/block_03_img4.png);
  width: 460px;
  height: 450px;
  top: 526px;
  left: calc(50% - -90px);
  transform: rotate(8deg) translateY(50px);
  transform-origin: top left;
  transition-delay: 0.35s;
}

/*  DB>経験は不問です
----------------------------------xf43ca21t2j6is0j77r7------------------------------------------------------------------ */

#xf43ca21t2j6is0j77r7 {
  height: 1030px;
  background-image: url(../files/block_04_bg.jpg);
  background-color: #fff;

}


#xf43ca21t2j6is0j77r7::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_04_bg_cover.png) no-repeat center top;
}


#xf43ca21t2j6is0j77r7 .entry_post {
  padding: 557px 425px 0 60px;
}
#xf43ca21t2j6is0j77r7 .post_data {
  margin-bottom: 0;
}

#xf43ca21t2j6is0j77r7 .design_block.block1 {
  background-image: url(../files/block_04_img1.png);
  width: 660px;
  height: 130px;
  top: 170px;
  left: calc(50% - 330px);
  background-position: center top 130px;
  overflow: hidden;
}

#xf43ca21t2j6is0j77r7 .design_block.block2 {
  background-image: url(../files/block_04_img2.png);
  width: 320px;
  height: 160px;
  top: 300px;
  left: calc(50% - 565px);
  transition: none;
  opacity: 0;
}

#xf43ca21t2j6is0j77r7 .design_block.block2.moved {
  animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
  -webkit-animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
}

@keyframes neonBlinkOn {
  0% { opacity: 0; }
  6% { opacity: 0.9; }
  7% { opacity: 0.2; }
  13% { opacity: 0.1; }
  30% { opacity: 0.1; }
  32% { opacity: 0.65; }
  34% { opacity: 0.25; }
  38% { opacity: 0.45; }
  40% { opacity: 0.2; }
  100% { opacity: 1; }
}

#xf43ca21t2j6is0j77r7 .design_block.block3 {
  background-image: url(../files/block_04_img3.png);
  width: 480px;
  height: 80px;
  top: 460px;
  left: calc(50% - 428px);
  clip-path: inset( 0 100% 0 0);
  opacity: 1;
}


#xf43ca21t2j6is0j77r7 .design_block.block4 {
  background-image: url(../files/block_04_img4.png);
  width: 480px;
  height: 480px;
  top: 436px;
  left: calc(50% - -122px);
  transition: none;
}

#xf43ca21t2j6is0j77r7 .design_block.block4.moved {
  animation: kurukuru 1.4s ease-out;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

#xf43ca21t2j6is0j77r7 .design_block.block5 {
  background-image: url(../files/block_04_anime.png);
  width: 200px;
  height: 460px;
  top: 600px;
  left: calc(50% - 650px);
  opacity: 1;
}

/*  DB>資格取得で手に職を
----------------------------------rb1bf01tp5ui48muv4a1------------------------------------------------------------------ */

#rb1bf01tp5ui48muv4a1 {
  height: 940px;
  background-image: url(../files/block_05_bg.jpg);
}


#rb1bf01tp5ui48muv4a1::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_05_bg_cover.png) no-repeat center top;
}


#rb1bf01tp5ui48muv4a1 .entry_post {
  padding: 350px 0px 0 470px;
}
#rb1bf01tp5ui48muv4a1 .post_data {
  margin-bottom: 0;
}

#rb1bf01tp5ui48muv4a1 .design_block.block1 {
  background-image: url(../files/block_05_img1.png);
  width: 340px;
  height: 150px;
  top: 60px;
  left: calc(50% - 150px);
  transition: none;
  opacity: 0;
}

#rb1bf01tp5ui48muv4a1 .design_block.block1.moved {
  animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
  -webkit-animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
}

#rb1bf01tp5ui48muv4a1 .design_block.block2 {
  background-image: url(../files/block_05_img2.png);
  width: 496px;
  height: 80px;
  top: 246px;
  left: calc(50% - 11px);
  clip-path: inset( 0 100% 0 0);
  opacity: 1;
}

#rb1bf01tp5ui48muv4a1 .design_block.block4 {
  background-image: none;
  width: 450px;
  height: 450px;
  top: 184px;
  left: calc(50% - 570px);
  opacity: 1;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%) !important;
  border-radius: 50%;
}

#rb1bf01tp5ui48muv4a1 .design_block.block4::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: 1.5s ease 0s;
  transform: scale(1.3);
  opacity: 0;
  background: url(../files/block_05_img3.png) no-repeat center top;
  clip-path: circle(50% at 50% 50%) !important;

}

#rb1bf01tp5ui48muv4a1 .design_block.block4.moved::before {
  transform: scale(1);
  opacity: 1;
}

#rb1bf01tp5ui48muv4a1 .design_block.block5 {
  background-image: url(../files/block_05_anime.png);
  width: 260px;
  height: 280px;
  top: 0;
  left: calc(50% - -400px);
  opacity: 1;
}



/*  DB>ボーナス出ます
----------------------------------deufchef42dp9ylzz9ka------------------------------------------------------------------ */

#deufchef42dp9ylzz9ka {
  height: 840px;
  background-image: url(../files/block_06_bg.jpg);
}


#deufchef42dp9ylzz9ka::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_06_bg_cover.png) no-repeat center top;
}


#deufchef42dp9ylzz9ka .entry_post {
  padding: 375px 370px 0 128px;
}
#deufchef42dp9ylzz9ka .post_data {
  margin-bottom: 0;
}

#deufchef42dp9ylzz9ka .design_block.block1 {
  background-image: url(../files/block_06_img1.png);
  width: 340px;
  height: 154px;
  top: 140px;
  left: calc(50% - 510px);
  transition: none;
  opacity: 0;
}

#deufchef42dp9ylzz9ka .design_block.block1.moved {
  animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
  -webkit-animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
}

#deufchef42dp9ylzz9ka .design_block.block2 {
  background-image: url(../files/block_06_img2.png);
  width: 460px;
  height: 80px;
  top: 280px;
  left: calc(50% - 350px);
  opacity: 1;
  clip-path: inset( 0 100% 0 0);
}

#deufchef42dp9ylzz9ka .design_block.block3 {
  background-image: url(../files/block_06_img3.png);
  width: 500px;
  height: 500px;
  top: 190px;
  left: calc(50% - -160px);
  transition: none;
}

#deufchef42dp9ylzz9ka .design_block.block3.moved {
  animation: kurukuru 1.4s ease-out;
}

#deufchef42dp9ylzz9ka .design_block.block4 {
  background-image: url(../files/block_06_anime.png);
  width: 310px;
  height: 320px;
  top: 490px;
  left: calc(50% - 670px);
  opacity: 1;
}


/*  DB>雰囲気よく仕事してます
----------------------------------edk3jdffncf7ouzyfafd------------------------------------------------------------------ */

#edk3jdffncf7ouzyfafd {
  height: 850px;
  background-image: url(../files/block_07_bg.jpg);
}

#edk3jdffncf7ouzyfafd::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  pointer-events: none;
  top: 0;
  background: url(../files/block_07_bg_cover.png) no-repeat center top;
}


#edk3jdffncf7ouzyfafd .entry_post {
  padding: 325px 200px 0 299px;
}
#edk3jdffncf7ouzyfafd .post_data {
  margin-bottom: 0;
}

#edk3jdffncf7ouzyfafd .design_block.block1 {
  background-image: url(../files/block_07_img1.png);
  width: 340px;
  height: 150px;
  top: 40px;
  left: calc(50% - 265px);
  transition: none;
}

#edk3jdffncf7ouzyfafd .design_block.block1.moved {
  animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
  -webkit-animation: neonBlinkOn 1.8s steps(18) 0.35s 1 forwards;
}

#edk3jdffncf7ouzyfafd .design_block.block2 {
  background-image: url(../files/block_07_img2.png);
  width: 470px;
  height: 80px;
  top: 230px;
  left: calc(50% - 187px);
  opacity: 1;
  clip-path: inset( 0 100% 0 0);
}

#edk3jdffncf7ouzyfafd .design_block.block3 {
  background-image: url(../files/block_07_img3.png);
  width: 420px;
  height: 400px;
  top: 40px;
  left: calc(50% - -280px);
  animation: brbr 2s linear infinite;
  opacity: 1;
  transform-origin: center top;
}


@keyframes brbr {
  0% ,
  100% {
    transform:rotate(5deg);
  }
  50% {
    transform:rotate(-5deg);
  }
}


#edk3jdffncf7ouzyfafd .design_block.block4 {
  background-image: url(../files/block_07_anime.png);
  width: 180px;
  height: 350px;
  top: 444px;
  left: calc(50% - -280px);
  opacity: 1;
}


/*  パララックス
---------------------------------------------------------------------------------------------------- */

#t2ynzlt2m4fqh7ox9cgb div,
#e81dgrk9vs6yxxyf3qdr div{
  margin-bottom: 0;
  padding-bottom: 0;
}


#t2ynzlt2m4fqh7ox9cgb,
#e81dgrk9vs6yxxyf3qdr {
  position: relative;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  height: 900px;
}

#e81dgrk9vs6yxxyf3qdr::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 500px);
  width: 1000px;
  height: 1000px;
  pointer-events: none;
  top: -50px;
  background: url(../files/para_02_circle_txt.png) no-repeat center center;
  animation: 40s linear infinite circle1;
  z-index: 1;
}

@keyframes circle1 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}




#e81dgrk9vs6yxxyf3qdr {
  margin-bottom: 170px;
}
#t2ynzlt2m4fqh7ox9cgb img,
#e81dgrk9vs6yxxyf3qdr img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}



/*  バナー＞お問い合わせ／GATEN（※参照元）
---------------------hpzw1vzt0ri8l1csttd3------------------------------------------------------------------------------- */


.block_group1 {
  background: url(../files/bnr_half_bg.png) no-repeat center top;
  position: relative;
  z-index: 10;
}

#obso4zfl6293ev9op4mu {
  background-color: #e5f3fc;
}


#vh7ccl36n108vci90bqn {
  background:#e5f3fc url(../files/bnr_half_bg_02.jpg) no-repeat center top;
  position: relative;
  z-index: 10;
}

#lsoa6q1gysyh91dtean1 {
  background-color: #e5f3fc;
  padding-bottom: 180px;
  margin-bottom: 150px;
}

#l4a3js93f1yqv1k597i8 {
  margin-top: 100px;
  margin-bottom: 150px;
}

.block_group1 .easys_content_inner {
  width: 840px;
}

.block_group1 div {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.block_group1 .field_2col .eyecatch, 
.block_group1 .field_2col {
  width: 400px !important;
}

.block_group1 [class*="field_"] a:hover img {
  animation: pulse-grow_small 0.3s linear infinite alternate;
  opacity: 1;
}

@keyframes pulse-grow_small {
  to {
    transform:scale(1.05);
  }
}

/*  バナー＞浜崎電工のアピールポイント
-----------------------u8hjk1o2jqfbh2wzzsi7----------------------------------------------------------------------------- */


#u8hjk1o2jqfbh2wzzsi7 {
  background: url(../files/bnr_4_bg.png) no-repeat center top;
  padding-top: 390px;
  padding-bottom: 140px;
}

#u8hjk1o2jqfbh2wzzsi7 div {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}

.block_group1 .field_2col {
  margin-right: 0;
}

#u8hjk1o2jqfbh2wzzsi7 .img_display_1032 {
  display: flex;
  justify-content: space-between;
}

#u8hjk1o2jqfbh2wzzsi7 .easys_content_inner {
  width: 1020px;
}

#u8hjk1o2jqfbh2wzzsi7 [class*="field_"] a:hover img {
  animation:bounce_bnr 0.8s ease-out;
  opacity:1;
}

@keyframes bounce_bnr {
  0% {
    transform: translate(0, 0);
  }
  16.6% {
    transform: translate(0, -20px);
    animation-timing-function: ease-in;
  }
  33.3% {
    transform: translate(0, 0);
  }
  49.8% {
    transform: translate(0, -14px);
    animation-timing-function: ease-in;
  }
  66.4% {
    transform: translate(0, 0);
  }
  83% {
    transform: translate(0, -4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translate(0, 0);
  }
}

#u8hjk1o2jqfbh2wzzsi7 .clear_float {
  display: none;
}

/*  バナー＞公式サイト
-------------------------mrjimiyrjd520r8idq4r--------------------------------------------------------------------------- */

#mrjimiyrjd520r8idq4r{
  margin-bottom: 100px;
}

#mrjimiyrjd520r8idq4r div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#mrjimiyrjd520r8idq4r .easys_content_inner {
  width: 1200px;
}

/*固定ページで入れたSP用バナー画像消す*/
#mrjimiyrjd520r8idq4r .eyecatch a img{ display: none; }

#mrjimiyrjd520r8idq4r .eyecatch{ display: block; }
#mrjimiyrjd520r8idq4r .eyecatch a{
      display: block;
      height: 280px;/*バナー画像の高さ*/
      background: url("../files/bnr_corporate.png") center top no-repeat;
}
#mrjimiyrjd520r8idq4r .eyecatch a:hover{
  background-position: center bottom;
}



/*  お問い合わせフォーム
---------------------------------------------------------------------------------------------------- */


#ztwsv7zv9fne6zbf0e5n .entry_post > [class*="title"] {
  width: 960px;
  height: 180px;
  text-indent: -99999px;
  background: url(../files/block_contact_title.png) no-repeat center top 180px;
  overflow: hidden;
  transition: background-position 1.3s;
}

#ztwsv7zv9fne6zbf0e5n.moved .entry_post > [class*="title"] {
  background-position: center top !important;
}


/*  ○○○
---------------------------------------------------------------------------------------------------- */
