@charset "utf-8";

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

 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #111111;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
body {
  background: none transparent;
  min-width: 1300px;
  max-width: 2000px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

body,
.wpcf7c-conf {
  color: #ffffff;
}

/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none transparent;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #febb2c;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #febb2c;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (800/2000)) 0 0 0;
  background: none transparent;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (1100/2000)) 0 0 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  position: absolute;
  top: 90px;
  left: 40px;
  width: auto;
  z-index: 997;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
}
#page_6 #header_information {
  height: auto;
}


.main_header, .header_class {
  width:  100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 350px;
  height: 80px;
  background: url(/files/branding_box.png) no-repeat top center/100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 80px;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  position:absolute;
  top: 0;
  left: 0;
}
#access .menu-header{
  width: 810px;
  height: 80px;
  margin: 0 70px 0 auto;
}


div#access .menu-item a {
  background: url('/files/topnavi2.png') no-repeat scroll transparent;
  width: 120px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi11 a { background-position: left top;width: 130px;}
div#access .gnavi12 a { background-position: -130px top;}
div#access .gnavi13 a { background-position: -250px top;}
div#access .gnavi14 a { background-position: -370px top;}
div#access .gnavi15 a { background-position: -490px top;}
div#access .gnavi16 a { background-position: right top;width: 200px;}
div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -130px bottom;}
div#access .gnavi13 a:hover { background-position: -250px bottom;}
div#access .gnavi14 a:hover { background-position: -370px bottom;}
div#access .gnavi15 a:hover { background-position: -490px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;}

/* 下線ホバー */
div#access  .menu-item a {
  position: relative;
}

div#access .menu-item a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #febb2c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

div#access .menu-item a:hover::after {transform: scale(1, 1);}

/* プルダウンのホバー時デフォルト下線消す */
div#access ul.sub-menu li.sub-gnavi a:hover::after,
div#access ul.sub-menu li.sub-gnavi2 a:hover::after{text-decoration: none;  transform: scale(0, 1);}

/*トップページは最初ナビ非表示*/
#menu-gnavi {
  display:none;
}
/*固定時は表示*/
#access.fixed #menu-gnavi {
  display:block;
}


/*固定ナビ*/
#access.fixed {
  position:fixed;
  top:0;
  left:0;
  background: url(/files/access_bg.png) no-repeat top center;
  z-index: 998;
}

.main_header img.fixed, .header_class img.fixed {
position: fixed;
top: 0;
left: 0;
z-index: 999;
display:block;
}

/* プルダウンメニューのサイズ */
#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 {
    width: 100%;
    background: none rgba(255,255,255,0.75);
    color: #333333;
  }
  #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: #333333;
  }
  div#access ul.sub-menu li.sub-gnavi a:hover,
  div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none rgba(255,255,255,0.75);
    color: #666666;
  }
  #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: #666666;
  }

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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: 1300px;
  max-width: 2000px;
}
#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: #222222;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: #222222;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #ffffff;
  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: #777777;
  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: #febb2c;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}



/* ===================================================================================================================
  ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 600px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 600px;
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100%;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item{
  margin-bottom: 11px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


#footer-widget-area .widget-area {display: block;width: 405px;margin: 0 0 0 auto;}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
  }
  #footer_information .entry-post {
    margin: 340px 0 0 40px;
    width: 100%;
    text-align: left;
    color: #ffffff;
}


/*  フッター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: #aaaaaa;
  position: absolute;
  bottom: 155px;
  right: calc(50% - 460px);
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.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 {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 999;
}

/*画面幅2000px以上の時
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 2000px) {
    #float_top_btn {
    right: calc(50% - 980px);
  }
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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: #ffffff;
  padding-top: 30px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #febb2c;
}
/*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: #febb2c;
}
/* 見出しリンクボタン */
.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: #ffffff;
}

/* 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: #ffffff;
}

* .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: #ffffff;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #ffffff;
}
/*
* .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: #ffffff;
}
/* 小見出しリンクボタン */
.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: #ffffff;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #111111;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: none transparent;
  color: #ffffff;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #febb2c;
}


/* 大きな地図で見る */
small {
  border-color: #febb2c;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #febb2c !important;
  text-align: center !important;
}

small a:hover {
  background-color: #febb2c !important;
  color: #ffffff !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color: #FFF;
  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;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #777777 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #777777;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #FFF !important;
  border-right: none !important;
  /* border-left: none !important; */
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #febb2c;
  background: none transparent;
  color: #febb2c !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 #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #febb2c;
  background-color: #febb2c;
}
.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: #febb2c;
  background: none #febb2c;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #777777;
}


/* 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 #febb2c;
  background-color: transparent;
  color: #febb2c;
}
div.link_list a:hover {
  border: 1px solid #febb2c;
  background-color: #febb2c;
  color: #ffffff;
}

.faq-title {
  background-color: #febb2c;
  color: #ffffff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #fff000;
}
.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: #ffffff;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:transparent;
  color: #ffffff;
}
.coupon_box table tr td.coupon_meta {
  background-color:transparent;
  color: #ffffff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#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;
  background-repeat: repeat;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #ffffff;
}

.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: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb{
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

.grecaptcha-badge { visibility: hidden; }

/*見出し
---------------------------------------------------------------------------------------------------- */


.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title{font-weight: 400;}

/*バナー＞お問い合わせ
---------------------------------------------------------------------------------------------------- */


#ahquzs4k9h0xov6w8w1g div {
  margin-bottom:0;
  padding-bottom:0;
}
#ahquzs4k9h0xov6w8w1g {
  position:relative;
  height:600px;
  clip-path:inset(0);
  overflow: hidden;
}

#page_6 #ahquzs4k9h0xov6w8w1g {
  margin-bottom: 70px;
}

#ahquzs4k9h0xov6w8w1g:after {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  background:url(/files/bnr_contact_parallax_on.png)no-repeat top center;
  z-index: -1;
}
#ahquzs4k9h0xov6w8w1g:before {
  content:" ";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-100;
  width:100%;
  height:100%;
  background:url(/files/bnr_contact_parallax_bg.jpg) no-repeat top center/cover;
}


#ahquzs4k9h0xov6w8w1g .easys_content_inner ,
#ahquzs4k9h0xov6w8w1g .img_display ,
#ahquzs4k9h0xov6w8w1g .field_1col ,
#ahquzs4k9h0xov6w8w1g .eyecacth {
  width:100%;
  height:100%;
}

#ahquzs4k9h0xov6w8w1g a {
  display:block;
  position:absolute;
  top:375px;
  left:calc(50% + 120px);
  width:230px;
  height:61px;
}

#ahquzs4k9h0xov6w8w1g a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:0;
  background:url(/files/bnr_contact_parallax_btn_hov.png) no-repeat top center/100%;
}

#ahquzs4k9h0xov6w8w1g a:hover img ,
#ahquzs4k9h0xov6w8w1g a:hover:before {
  opacity:1;
}

/*バナー＞ブログ
---------------------------------------------------------------------------------------------------- */

#xppv5pibd9zfbvbdieqw div {
  margin-bottom:0;
  padding-bottom:0;
}

#xppv5pibd9zfbvbdieqw{
  position:relative;
  height:280px;
  background:url(/files/bnr_half_bg.jpg);
  padding: 50px 0;
}

#xppv5pibd9zfbvbdieqw .easys_content_inner{
  width:1100px;
  height:100%;
}

#xppv5pibd9zfbvbdieqw .img_display,
#xppv5pibd9zfbvbdieqw .field_1col,
#xppv5pibd9zfbvbdieqw .eyecatch{
  width:100%;
  height:100%;
}

#xppv5pibd9zfbvbdieqw a{
  display:block;
    width:100%;
  height:100%;
  position:relative;
}
#xppv5pibd9zfbvbdieqw a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:1;
    background:url(/files/bnr_blog_def.png) no-repeat top center/100%;
}


#xppv5pibd9zfbvbdieqw a:after {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:0;
    background:url(/files/bnr_blog_hov.png) no-repeat top center/100%;
}
#xppv5pibd9zfbvbdieqw a:hover:before {
  opacity:0;
}

#xppv5pibd9zfbvbdieqw a:hover:after {
  opacity:1;
}

#xppv5pibd9zfbvbdieqw a img{
  display:none;
}

/* SPのボタンブロック削除 */

#ynp5fpfuzfyvx4r4p7pr{
  display:none;
}

/*====================================================
ここからデザインブロック
===================================================== */

/* ＝＝＝親 ＝＝＝ */
#ar3waqvmu35rd0bpmmh4,
#vzg9gn23r8h3351lxmqa,
#oersaxrko6rnzuz9rdh7,
#qjw60f2j98qxdzp4tk9f,
#w2r86q8g27jned20ksgy,
#lkzz2a26jyqxxf3we73t{position: relative;}


  /* ＝＝＝easys_content_inner前面表示設定 ＝＝＝ */
#ar3waqvmu35rd0bpmmh4 .easys_content_inner,
#vzg9gn23r8h3351lxmqa .easys_content_inner,
#oersaxrko6rnzuz9rdh7 .easys_content_inner,
#qjw60f2j98qxdzp4tk9f .easys_content_inner,
#w2r86q8g27jned20ksgy .easys_content_inner,
#lkzz2a26jyqxxf3we73t .easys_content_inner{
    position: relative;
    z-index: 100;
}

/* PC 背景付きブロックの記事画像 非表示  */
#ar3waqvmu35rd0bpmmh4 .entry_post:first-of-type .eyecatch,
#vzg9gn23r8h3351lxmqa .entry_post:first-of-type .eyecatch,
#oersaxrko6rnzuz9rdh7 .entry_post:first-of-type .eyecatch,
#qjw60f2j98qxdzp4tk9f .entry_post:first-of-type .eyecatch,
#w2r86q8g27jned20ksgy .entry_post:first-of-type .eyecatch,
#lkzz2a26jyqxxf3we73t .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#ar3waqvmu35rd0bpmmh4 .entry_post:first-of-type .float_left,
#ar3waqvmu35rd0bpmmh4 .entry_post:first-of-type .float_right,
#vzg9gn23r8h3351lxmqa .entry_post:first-of-type .float_left,
#vzg9gn23r8h3351lxmqa .entry_post:first-of-type .float_right,
#oersaxrko6rnzuz9rdh7 .entry_post:first-of-type .float_left,
#oersaxrko6rnzuz9rdh7 .entry_post:first-of-type .float_right,
#qjw60f2j98qxdzp4tk9f .entry_post:first-of-type .float_left,
#qjw60f2j98qxdzp4tk9f .entry_post:first-of-type .float_right,
#w2r86q8g27jned20ksgy .entry_post:first-of-type .float_left,
#w2r86q8g27jned20ksgy .entry_post:first-of-type .float_right,
#lkzz2a26jyqxxf3we73t .entry_post:first-of-type .float_left,
#lkzz2a26jyqxxf3we73t .entry_post:first-of-type .float_right{float: none;}
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}

/* ＝＝＝デザインブロックタイトル消去＝＝＝ */
#ar3waqvmu35rd0bpmmh4 *[class*="title"],
#vzg9gn23r8h3351lxmqa *[class*="title"],
#oersaxrko6rnzuz9rdh7 *[class*="title"],
#qjw60f2j98qxdzp4tk9f *[class*="title"],
#w2r86q8g27jned20ksgy *[class*="title"],
#lkzz2a26jyqxxf3we73t *[class*="title"]{display: none;}



/* ＝＝＝デザインブロックボタン共通＝＝＝ */
#ar3waqvmu35rd0bpmmh4 .main_btn,
#vzg9gn23r8h3351lxmqa .main_btn{
 display: block;
 padding: 0;
 margin: 0;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 999;
}




/* ＝＝＝全体フェードイン共通＝＝＝ */
.easys_content_inner {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1.3s, opacity 1.3s ease 0s;
}

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


/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block {
    position: absolute;
    opacity: 0;
    transition: 1s ease 0s;
    pointer-events: none;
    width: 2000px;/*◆ 要変更 */
    top: 0;
    left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  }
  .design_block.moved {
    opacity: 1;
    transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  }



/*outer_block
---------------------------------------------------------------------------------------------------- */
html:not(.shosai) body#page_6 #outer_block,
html:not(.shosai) body#page_15 #outer_block,
html:not(.shosai) body#page_81 #outer_block{padding: 0;}

/*宮崎県で土木工事を始め、地域の暮らしを支えています！
---------------------------------------------------------------------------------------------------- */

#ar3waqvmu35rd0bpmmh4 {
  height: 1500px;
  background:url(/files/top_block01_bg.jpg) no-repeat center top;
}

#ar3waqvmu35rd0bpmmh4 .text_box {
  width: 510px;
  margin: 490px 0 0 450px;
}

#ar3waqvmu35rd0bpmmh4 .post_data {
  text-align:left;
}

#ar3waqvmu35rd0bpmmh4 .main_btn {
  top: 780px;
  left: 725px;
}

#ar3waqvmu35rd0bpmmh4 .main_btn a {
  display:block;
  width:230px;
  height:60px;
  padding:0;
  text-indent:-9999px;
  border-radius:0;
  background:url(/files/top_block01_btn_def.png) no-repeat center top;
}

#ar3waqvmu35rd0bpmmh4 .main_btn a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0;
  background:url(/files/top_block01_btn_hov.png) no-repeat top center/100%;
}

#ar3waqvmu35rd0bpmmh4 .main_btn a:hover:before {
  opacity:1;
}

#ar3waqvmu35rd0bpmmh4 .design_block.block1 {
  top:0;
  height: 100%;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/top_block01_ttl.png) no-repeat center top;
  z-index: 1;
}

#ar3waqvmu35rd0bpmmh4 .design_block.block2 {
  top:0;
  height: 400px;
  transform:translateX(100px);/* 右からフェードイン */
  background:url(/files/top_block01_img01.png) no-repeat center top;
}

#ar3waqvmu35rd0bpmmh4 .design_block.block3 {
  top: 0px;
  height: 1000px;
  transform:translateX(-100px);/* 左からフェードイン */
  background:url(/files/top_block01_img02.png) no-repeat center top;
}

#ar3waqvmu35rd0bpmmh4 .design_block.block4 {
  top: 900px;
  height: 600px;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/top_block01_img03.png) no-repeat center top;
}


/*長年の歴史が安定の証しです！宮崎県の未来を一緒に創りませんか？
---------------------------------------------------------------------------------------------------- */

#vzg9gn23r8h3351lxmqa {
  height: 1500px;
  background:url(/files/top_block02_bg.jpg) no-repeat center top;
}

#vzg9gn23r8h3351lxmqa:before {
  content:" ";
  display:block;
  position:absolute;
  top: 870px;
  left: calc(50% - 270px);
  z-index:1;
  width: 180px;
  height: 180px;
  transform-origin: center center;
  background:url(/files/top_block02_turn_logo.png) no-repeat top center;
  animation: circle linear 60s infinite;
}

@keyframes circle {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

#vzg9gn23r8h3351lxmqa .text_box {
  width: 400px;
  margin: 570px 0 0 450px;
}

#vzg9gn23r8h3351lxmqa .post_data {
  text-align:left;
}

#vzg9gn23r8h3351lxmqa .main_btn {
  top: 835px;
  left: 725px;
}

#vzg9gn23r8h3351lxmqa .main_btn a {
  display:block;
  width: 230px;
  height: 61px;
  padding:0;
  text-indent:-9999px;
  border-radius:0;
  background:url(/files/top_block02_btn_def.png) no-repeat center top;
}

#vzg9gn23r8h3351lxmqa .main_btn a:before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0;
  background:url(/files/top_block02_btn_hov.png) no-repeat top center/100%;
}

#vzg9gn23r8h3351lxmqa .main_btn a:hover:before {
  opacity:1;
}


#vzg9gn23r8h3351lxmqa  .design_block.block1 {
  top:0;
  height: 100%;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/top_block02_ttl.png) no-repeat center top;
}

#vzg9gn23r8h3351lxmqa  .design_block.block2 {
  top: 0px;
  height: 1000px;
  transform:translateX(-100px);/* 左からフェードイン */
  background:url(/files/top_block02_img01.png) no-repeat center top;
}

#vzg9gn23r8h3351lxmqa  .design_block.block3 {
  top: 900px;
  height: 600px;
  transform:translateX(100px);/* 右からフェードイン */
  background:url(/files/top_block02_img02.png) no-repeat center top;
}

/*新着情報
---------------------------------------------------------------------------------------------------- */

/* =====タイトルリンク===== */
#g1tti3n35c1cf5py6q2a {
  position:relative;
  z-index:1;
}

#g1tti3n35c1cf5py6q2a div {
  margin-bottom:0;
  padding-bottom:0;
  background:none transparent;
}
#g1tti3n35c1cf5py6q2a h2 ,
#g1tti3n35c1cf5py6q2a h3 ,
#g1tti3n35c1cf5py6q2a h4 ,
#g1tti3n35c1cf5py6q2a img {
  display:none;
}

/* =====共通ボタン-READMORE===== */
#g1tti3n35c1cf5py6q2a .entry_post > [class*="title"] {
  margin:0;
  padding:0;
  text-indent:-99999px;
}
#g1tti3n35c1cf5py6q2a [class*="read_more_btn"] {
  position:absolute;
  top: 830px;
  left:0;
  right:0;
  z-index:1;
  width: 230px;
  height: 60px;
  margin:auto;
}
#g1tti3n35c1cf5py6q2a [class*="read_more_btn"] a {
  display:block;
  width:100%;
  height:100%;
  transition:none;
  background:url(/files/top_news_btn_def.png) no-repeat center top;
}
#g1tti3n35c1cf5py6q2a [class*="read_more_btn"] a:hover {
  opacity:1;
}
#g1tti3n35c1cf5py6q2a [class*="read_more_btn"] a::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  opacity:0;
  background:url(/files/top_news_btn_hov.png) no-repeat center / 100%;
}
#g1tti3n35c1cf5py6q2a [class*="read_more_btn"] a:hover::after {
  opacity:1;
}

/* =====ブログブロック===== */
#mcjm4i1sgutqg0x0egdd {
  position:relative;
  min-height: 900px;
  margin:-60px 0 0 0;
  padding:0px 0px 100px 0px;
  overflow:hidden;
  background:url(/files/top_news_bg.jpg) repeat-y;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner {
  display:flex;
  width:960px;
  padding: 350px 0 0 0;
  flex-wrap:wrap;
  justify-content:flex-start;
}


/* 投稿別ポスト */
#mcjm4i1sgutqg0x0egdd .blog_post {
  display:block;
  width: 270px;
  margin: 0px 0px 10px;
  float:left;
  text-align:center;
  border:none;
  background-color:transparent;
}
#mcjm4i1sgutqg0x0egdd .blog_post:nth-child(1) {
  margin-left: 30px;
}

#mcjm4i1sgutqg0x0egdd .blog_post:nth-child(2){margin: 0 35px;}
#mcjm4i1sgutqg0x0egdd .blog_post:nth-child(3){

} 


/* 画像 */
#mcjm4i1sgutqg0x0egdd .eyecatch {
  position:relative;
  width: 100%;
  height: 210px;
  max-height:none;
  margin:0 0 10px;
  float:none;
}

#mcjm4i1sgutqg0x0egdd .eyecatch img {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);

  object-fit:cover;
}

/* 全体テキスト調整 */
#mcjm4i1sgutqg0x0egdd .blog_list_text_size {
  width:100%;
  padding:0;
  text-align: left;
}

/* 日付 */
#mcjm4i1sgutqg0x0egdd .date_area{

}

/* タイトル */
#mcjm4i1sgutqg0x0egdd .post_title_list {
  width:100%;
  height:25px;
  margin-bottom:10px;
  box-sizing:border-box;
  line-height:1.5;
  overflow:hidden;
}
#mcjm4i1sgutqg0x0egdd .post_title_list a{
}

/* 本文 */
#mcjm4i1sgutqg0x0egdd .news_small_text {
  display:block;
  position:relative;
  width:100%;
  margin:0 auto;
  font-size:14px;
  line-height:1.8;
  word-break:break-all;
}

/* 続きを読む */
#mcjm4i1sgutqg0x0egdd .news_small_text a{
  
}

#mcjm4i1sgutqg0x0egdd  .design_block.block1 {
  background: url(/files/top_news_ttl.png) no-repeat center top;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: 150px;
  transform: translateY(100px);/* 下からフェードイン */
}



/*代表メッセージ
---------------------------------------------------------------------------------------------------- */

#oersaxrko6rnzuz9rdh7 {
    background: url(/files/20_block01_bg.jpg) no-repeat center top;
    height: 1300px;
}

#oersaxrko6rnzuz9rdh7 .text_box {
    width: 560px;
    margin: 235px 0 0 350px;
}

#oersaxrko6rnzuz9rdh7 .post_data {
    text-align: left;
}


#oersaxrko6rnzuz9rdh7  .design_block.block1 {
    background: url(/files/20_block01_ttl.png) no-repeat center top;
    top: 0;
  height: 100%;
    transform: translateX(-100px);/* 左からフェードイン */
  }

  #oersaxrko6rnzuz9rdh7  .design_block.block2 {
    background: url(/files/20_block01_img01.png) no-repeat center top;
    top: 0px;
    height: 100%;
    transform: translateX(100px);/* 右からフェードイン */
  }


/*歴史を守り、新たな改革を
---------------------------------------------------------------------------------------------------- */

#qjw60f2j98qxdzp4tk9f {
  height: 1500px;
  background:url(/files/20_block02_bg.jpg) no-repeat center top;
  margin-bottom: 70px;
}

#qjw60f2j98qxdzp4tk9f .text_box {
  width: 500px;
  margin: 600px 0 0 515px;
}

#qjw60f2j98qxdzp4tk9f .post_data {
  text-align:left;
}


#qjw60f2j98qxdzp4tk9f  .design_block.block1 {
  top:0;
  height: 100%;
  transform:translateX(100px);/* 右からフェードイン */
  background:url(/files/20_block02_ttl.png) no-repeat center top;
  z-index: 1;
}

#qjw60f2j98qxdzp4tk9f  .design_block.block2 {
  top: 650px;
  height: 850px;
  transform:translateX(100px);/* 右からフェードイン */
  background:url(/files/20_block02_img01.png) no-repeat center top;
}

#qjw60f2j98qxdzp4tk9f  .design_block.block3 {
  top:0;
  height: 1000px;
  transform:translateX(-100px);/* 左からフェードイン */
  background:url(/files/20_block02_img02.png) no-repeat center top;
}

#qjw60f2j98qxdzp4tk9f  .design_block.block4 {
  top: 870px;
  left: calc(50% - 440px);
  width: 270px;
  height: 380px;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/20_block02_img03.png) no-repeat center top;
}


/*コンテンツ画像＞We are professional
---------------------------------------------------------------------------------------------------- */

#wmlqtqpduhz40hy1szo8 div{
margin-bottom: 0;
padding-bottom: 0;
}

#wmlqtqpduhz40hy1szo8{
  position: relative;
  margin-bottom: 70px;
}




/*挑戦者求む！
---------------------------------------------------------------------------------------------------- */

#w2r86q8g27jned20ksgy {
    background: url(/files/50_block01_bg.jpg) no-repeat center top;
    height: 1300px;
}

#w2r86q8g27jned20ksgy .text_box {
    width: 600px;
    margin: 240px 0 0 350px;
}

#w2r86q8g27jned20ksgy .post_data {
    text-align: left;
}

#w2r86q8g27jned20ksgy .design_block.block1 {
  top:0;
  height: 100%;
  transform:translateX(-100px);/* 左からフェードイン */
  background:url(/files/50_block01_ttl.png) no-repeat center top;
  z-index: 1;
}

#w2r86q8g27jned20ksgy .design_block.block2 {
  top:0;
  height: 100%;
  transform:translateY(100px);/* 下からフェードイン */
  background:url(/files/50_block01_img01.png) no-repeat center top;
}


/*資格試験も全力サポート
---------------------------------------------------------------------------------------------------- */

#lkzz2a26jyqxxf3we73t {
    background: url(/files/50_block02_bg.jpg) no-repeat center top;
    height: 1200px;
}

#lkzz2a26jyqxxf3we73t .text_box {
    width: 480px;
    margin: 700px 0 0 520px;
}

#lkzz2a26jyqxxf3we73t .post_data {
    text-align: left;
}


#lkzz2a26jyqxxf3we73t .design_block.block1 {
  top:0;
  height: 100%;
  transform:translateX(100px);/* 右からフェードイン */
  background:url(/files/50_block02_ttl.png) no-repeat center top;
  z-index: 1;
}

#lkzz2a26jyqxxf3we73t .design_block.block2 {
  top:0;
  height: 1200px;
  transform:translateX(-100px);/* 左からフェードイン */
  background:url(/files/50_block02_img01.png) no-repeat center top;
}

/*背景指定
---------------------------------------------------------------------------------------------------- */

#page_81 #rf8jvyojuils00h86sxy,
#d1iqjccsrrdf5m8hr244{
  background-color: #000;
  padding: 70px 0 50px;
}

.grecaptcha-badge { visibility: hidden; }