@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background:
    url(/files/hml.jpg) repeat center top;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  /* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
}

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

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

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

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

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


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

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1035/2000)) 0;
  background: none transparent;
}


#page_12 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (800/2000)) 0;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 90px;
  right: 35px;
  text-align: right;
}

#site-description a {
  display: inline;
  color:
    #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: url("/files/branding_box_bg.png")no-repeat center top/100%;
  width: 320px;
  height: 80px;
  top: 0;
  left: 0;
}

#page_12 #header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: none transparent;
  top: calc(500 / 800 * 100%);
  left: calc(820 / 2000 * 100%);
  width: calc(380 / 2000 * 100%);
  height: calc(110 / 800 * 100%);
}

/*ロゴ固定指定*/
#header_information .main_header a img.fixed {
  position: fixed !important;
  transform: none !important;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}
#page_12 #header_information .main_header a img.fixed {
  position: absolute;
  z-index: 752;
  background: url("/files/branding_box_bg.png")no-repeat center top/100%;
  width: 320px;
  height: 80px;
  top: 0;
  left: 0;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 0;
  /*スライダー下にナビある場合はbottom:0;*/
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 80px;
  /*ナビ画像の高さ*/
}

div#access .menu-header {
  margin: 0 35px 0 auto;
  /*右寄せ*/
  width: 640px;
  /*ナビ画像の幅*/
  height: 80px;
  /*ナビ画像の高さ*/
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 90px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -90px top;
}

div#access .gnavi13 a {
  background-position: -180px top;
}

div#access .gnavi14 a {
  background-position: -270px top;
  width: 120px;
}

div#access .gnavi15 a {
  background-position: -390px top;
}

div#access .gnavi16 a {
  background-position: right top;
  width: 160px;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -90px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -180px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -270px bottom;
  width: 120px;
}

div#access .gnavi15 a:hover {
  background-position: -390px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
  width: 160px;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  /*固定時のナビの高さ*/
  height: 80px;
  background: rgba(0, 0, 0, 1);
  max-width: 2000px;
  /*最大2000pxを維持*/
  min-width: 1200px;
  /*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
  transform: translateX(-50%);
}

#access.fixed .menu-header {
  margin: 0 35px 0 auto;
  float: none;
  /*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
  max-width: 2000px;
  transform: none !important;
  /*レスポンシブ無しにするため*/
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 80px;
}

#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(0, 0, 0, 1);
  color: #fff;
}

#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: #fff;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(0, 0, 0, 1);
  color: #22bce9;
}

#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: #22bce9;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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:
    #ffffff;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #3d2412;
  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:
    #666666;
  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:
    #007ec2;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

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

#footer_box {
  height: 360px;
  background: none transparent;
}

#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  width: 100%;
  margin: 0 auto;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}



/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
#footer_sitemap_block {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}

#footer_sitemap_block #footer-widget-area {
  width: 1020px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color:
    #a7a2a2;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color:
    #a7a2a2;
  color:
    #a7a2a2;
}

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




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
.footer_infomation {
  display: block;
  margin: 0 auto;
}

#footer_information .entry-post {
  width: 450px;
  margin: 150px auto 0;
  text-align: center;
}


/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #a7a2a2;
}


/*  フッター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:
    #ffffff;
}


/*中央寄せの時*/
#copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/* 中央以外 */
/*
#copyright {
position: absolute;
bottom: 0px;
left: calc(50% - 100px);
}
*/
/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_side_btn {
  width: 520px;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 9999;
}

.fixed_side_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

#fixed_side_btn_Instagram {
  width: 160px;
  height: 70px;
  background: url(/files/btn_ig.png) no-repeat center top;
}

#fixed_side_btn_Instagram:hover {
  background-position: center bottom;
}

#fixed_side_btn_access {
  width: 170px;
  height: 70px;
  background: url(/files/btn_map.png) no-repeat center top;
}

#fixed_side_btn_access:hover {
  background-position: center bottom;
}

#fixed_side_btn_contact {
  width: 190px;
  height: 70px;
  background: url(/files/btn_contact.png) no-repeat center top;
}

#fixed_side_btn_contact:hover {
  background-position: center bottom;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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:
    #000000;
  padding-top: 50px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #ffffff;
}

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

/* 見出しリンクボタン */
.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:
    #000000;
}

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

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



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #000000;
}

* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color:
    #000000;
}

/* 小見出しリンクボタン */
.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:
    #000000;
}

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

* .inline_title,
* .inline_title a {
  color:
    #ffffff;
}

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

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


/* 大きな地図で見る */
small {
  border-color:
    #007ec2;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #007ec2 !important;
  text-align: center !important;
}

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

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  background: none transparent !important;
  border-color: #cccccc;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color: #333333;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child>* {
  border-top: 1px solid #cccccc !important;
  color: #333333;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  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:
    #007ec2;
  background: none transparent;
  color:
    #007ec2 !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:
    #007ec2;
  background-color:
    #007ec2;
}

.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:
    #007ec2;
  background: none #007ec2;
  color: #ffffff !important;
}



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


/* 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 #007ec2;
  background-color: transparent;
  color:
    #007ec2;
}

div.link_list a:hover {
  border: 1px solid #007ec2;
  background-color:
    #007ec2;
  color: #ffffff;
}


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



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #007ec2;
}

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

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    transparent;
  color:
    #333333;
}

.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color:
    #333333;
}

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

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #000000;
}

.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はこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */

/* デザインブロック共通設定
--------------------------------------- */

#nssw8m6u0lmhpza6ou67 *[class*="title"],
#c9mjkq9kvd62gzi7x9w1 *[class*="title"],
#zbc6wu6603chmf4t0lpp *[class*="title"],
#k8l12p46do6sk4rh8st8 *[class*="title"] {
  display: none;
}

#nssw8m6u0lmhpza6ou67 .entry_post:first-of-type .eyecatch,
#c9mjkq9kvd62gzi7x9w1 .entry_post:first-of-type .eyecatch,
#zbc6wu6603chmf4t0lpp .entry_post:first-of-type .eyecatch,
#k8l12p46do6sk4rh8st8 .entry_post:first-of-type .eyecatch {
  display: none;
}

#nssw8m6u0lmhpza6ou67 .entry_post:first-of-type .float_left,
#nssw8m6u0lmhpza6ou67 .entry_post:first-of-type .float_right,
#c9mjkq9kvd62gzi7x9w1 .entry_post:first-of-type .float_left,
#c9mjkq9kvd62gzi7x9w1 .entry_post:first-of-type .float_right,
#zbc6wu6603chmf4t0lpp .entry_post:first-of-type .float_left,
#zbc6wu6603chmf4t0lpp .entry_post:first-of-type .float_right,
#k8l12p46do6sk4rh8st8 .entry_post:first-of-type .float_left,
#k8l12p46do6sk4rh8st8 .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;
}

/* セカンドメイン＞古き良きは残し、
時代にあった技術は取り入れる
#hzzgybi1876twxg8i1k5
--------------------------------------- */
#page_6 #outer_block {
  padding-top: 0;
  /*スライダー下の余白を消す*/
}

#hzzgybi1876twxg8i1k5 {
  background: url(/files/pc_second_bcg.jpg) no-repeat center top / 100%;
  max-height: 1185px;
  /*セカンドメイン画像の高さ*/
  min-height: 760px;
  /* 950＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((1185 - 15) / 2000));
  /* 950＝セカンドメイン画像の高さ*/
  position: relative;
  /*ボタン位置調整用*/
  z-index: 200;
  overflow: hidden;
}

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

#hzzgybi1876twxg8i1k5 .easys_content_inner {
  width: 100%;
}

/*スマホ用画像非表示*/
#hzzgybi1876twxg8i1k5 .eyecatch img {
  display: none;
}

/*上下左右フェードイン　画像---------------------------------*/
#hzzgybi1876twxg8i1k5 span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

/*画像*/
#hzzgybi1876twxg8i1k5 #bg01 {
  display: block;
  background: url(/files/scond_round.png) no-repeat center top / 100%;
  width: calc(3537 / 2000 * 100%);
  height: calc(3537 / 1185 * 100%);
  margin: 0;
  top: calc(510 / 1185 * 100%);
  left: 50%;
  transform: translateX(-50%) rotate(0);
  animation: rotation 190s linear 0s infinite;
  transform-origin: center;
}

@keyframes rotation {
  0% {
    transform: translateX(-50%) rotate(0);
  }

  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

/* デザインブロック＞楽しむ！働く！成長する！楽しむ！働く！成長する！
#nssw8m6u0lmhpza6ou67
--------------------------------------- */
/*背景画像　レスポなし、高さ固定値*/
#nssw8m6u0lmhpza6ou67 {
  background: url(/files/pc_db01.png) no-repeat center top;
  /*背景画像の高さ*/
  height: 575px;
  position: relative;
}

/*テキスト部分の幅、位置はマージン調整*/
#nssw8m6u0lmhpza6ou67 .text_box {
  width: 465px;
  margin: 210px auto 0 0;
}


/* バナー＞詳しい採用情報はこちら
#nf5gg5oc7vkjhjmmvv7x
--------------------------------------- */

#nf5gg5oc7vkjhjmmvv7x {
  margin-bottom: 70px;
}

#page_9 #nf5gg5oc7vkjhjmmvv7x {
  margin-bottom: 20px;
}

#page_81 #nf5gg5oc7vkjhjmmvv7x {
  margin-bottom: 20px;
}

#nf5gg5oc7vkjhjmmvv7x div {
  margin: 0;
  padding: 0;
}

/*1列バナー　レスポンシブ*/
#nf5gg5oc7vkjhjmmvv7x .easys_content_inner {
  width: 95.75vw;
  min-width: 1245px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
}

#nf5gg5oc7vkjhjmmvv7x .easys_content_inner::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/pc_banner_recruit_bcg.png)no-repeat center top/100%;
  z-index: -1;
  transition: all .3s ease-out;
}

#nf5gg5oc7vkjhjmmvv7x .easys_content_inner:hover:after {
  opacity: .95;
  -moz-transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

/* デザインブロック＞内装工の将来性
#c9mjkq9kvd62gzi7x9w1
--------------------------------------- */

/*デザイン背景画像*/
#c9mjkq9kvd62gzi7x9w1 {
  background: url(/files/pc_db02_bcg.jpg) no-repeat center top;
  height: 760px;
  /*背景画像の高さ*/
  position: relative;
  margin-bottom: 50px;
}

#page_12 #c9mjkq9kvd62gzi7x9w1 {
  margin-bottom: 0;
}

#page_15 #c9mjkq9kvd62gzi7x9w1 {
  margin-bottom: 70px;
}

/*記事部分位置調節*/
#c9mjkq9kvd62gzi7x9w1 .text_box {
  width: 960px;
  margin: 240px auto 0;
  color: #fff;
}

#c9mjkq9kvd62gzi7x9w1 .text_box p {
  text-align: center;
  margin-bottom: 20px;
}

/*ボタンの調節*/
#c9mjkq9kvd62gzi7x9w1 .main_btn a {
  border-radius: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  width: 250px;
  height: 50px;
  background: url(/files/pc_dbl02_btn.png) no-repeat center top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 71%;
}

#c9mjkq9kvd62gzi7x9w1 .main_btn a:hover {
  background-position: center bottom;
}

/* バナー＞Instagram／会社概要
#n20i8w44l9r8txrt1a8v
--------------------------------------- */
#n20i8w44l9r8txrt1a8v {
  margin-bottom: 20px;
}

#n20i8w44l9r8txrt1a8v div {
  margin: 0;
  padding: 0;
}

#n20i8w44l9r8txrt1a8v .easys_content_inner {
  width: 95.75vw;
  min-width: 1245px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
}

#n20i8w44l9r8txrt1a8v .clear_float {
  display: none;
}

#n20i8w44l9r8txrt1a8v .img_display {
  overflow: hidden;
  display: flex;
  column-gap: 25px;
  justify-content: center;
}

#n20i8w44l9r8txrt1a8v .field_2col {
  width: 50% !important;
}

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

#n20i8w44l9r8txrt1a8v .float_left,
#n20i8w44l9r8txrt1a8v .float_right {
  position: relative;
  float: none;
  border-radius: 10px;
}

/*疑似要素で背景画像指定　左*/
#n20i8w44l9r8txrt1a8v .float_left::before {
  display: block;
  content: "";
  background: url(/files/pc_banner_instagram_bcg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 97.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*疑似要素で背景画像指定　右*/
#n20i8w44l9r8txrt1a8v .float_right::before {
  display: block;
  content: "";
  background: url(/files/pc_banner_company_bcg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 97.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-out;
}

/*ホバー時拡大*/
#n20i8w44l9r8txrt1a8v .float_left:hover::before,
#n20i8w44l9r8txrt1a8v .float_right:hover::before {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* バナー＞オフィシャルサイトはこちら
#ptckq45oo0yg5cc2eo82
--------------------------------------- */
#ptckq45oo0yg5cc2eo82 {
  margin-bottom: 70px;
}

/* #page_9 #ptckq45oo0yg5cc2eo82 {
  margin-bottom: 20px;
} */

/*1列バナー　レスポンシブ*/
#ptckq45oo0yg5cc2eo82 .easys_content_inner {
  width: 95.75vw;
  max-width: 2000px;
  min-width: 1245px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
}

#ptckq45oo0yg5cc2eo82 div {
  margin: 0;
  padding: 0;
}

#ptckq45oo0yg5cc2eo82 .easys_content_inner::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/pc_banner_web_bcg.png)no-repeat center top/100%;
  z-index: -1;
  transition: all .3s ease-out;
}

#ptckq45oo0yg5cc2eo82 .easys_content_inner:hover:after {
  opacity: .95;
  -moz-transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

/*  採用情報ページ
---------------------------------------------------------------------------------------------------- */

/* セカンドメイン＞新３Kの時代
#wrafkf4eb9d3ebkbd1v2
--------------------------------------- */
#page_12 #outer_block {
  padding-top: 0;
  /*スライダー下の余白を消す*/
}

#wrafkf4eb9d3ebkbd1v2 {
  background: url(/files/pc_recruit_second.jpg) no-repeat center top / 100%;
  max-height: 795px;
  /*セカンドメイン画像の高さ*/
  min-height: 300px;
  /* 950＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((795 - 15) / 2000));
  /* 950＝セカンドメイン画像の高さ*/
  position: relative;
  /*ボタン位置調整用*/
  z-index: 200;
  overflow: hidden;
}

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

#wrafkf4eb9d3ebkbd1v2 .easys_content_inner {
  width: 100%;
}

/*スマホ用画像非表示*/
#wrafkf4eb9d3ebkbd1v2 .eyecatch img {
  display: none;
}


/* デザインブロック＞空間をカタチに
#zbc6wu6603chmf4t0lpp
--------------------------------------- */

/*デザイン背景画像*/
#zbc6wu6603chmf4t0lpp {
  background: url(/files/pc_dbl03.png) no-repeat center top;
  height: 560px;
  /*背景画像の高さ*/
  position: relative;
}

/*記事部分位置調節*/
#zbc6wu6603chmf4t0lpp .text_box {
  width: 455px;
  margin: 200px 0 0 auto;
}

/* デザインブロック＞改修工事や内装工事の現場で輝きませんか？
#k8l12p46do6sk4rh8st8
--------------------------------------- */
/*背景画像　レスポなし、高さ固定値*/
#k8l12p46do6sk4rh8st8 {
  background: url(/files/pc_dbl04.jpg) no-repeat center top;
  /*背景画像の高さ*/
  height: 700px;
  position: relative;
  margin-bottom: 70px;
}

/*テキスト部分の幅、位置はマージン調整*/
#k8l12p46do6sk4rh8st8 .text_box {
  width: 490px;
  margin: 200px 0 0 auto;
}

/* パララックス＞採用
--------------------------------------- */
#zvclg94bmghnhf5xuxza {
  background: url(/files/pc_para01_bcg.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  height: 25vw;
  min-height: 325px;
  max-height: 500px;
  position: relative;
  margin-bottom: 70px;
}

#zvclg94bmghnhf5xuxza:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/files/pc_para01_top.png) no-repeat center center/100%;
  transform: scale(1.01);
}

/* パララックス＞共通
#iqouwqijbuk0ss12t0ti
--------------------------------------- */
#iqouwqijbuk0ss12t0ti {
  background: url(/files/pc_para02_bcg.jpg) no-repeat center center fixed transparent;
  background-size: cover;
  height: 30vw;
  max-height: 600px;
  min-height: 390px;
  position: relative;
}

#iqouwqijbuk0ss12t0ti:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/files/pc_para02_bcg.png) no-repeat center center/100%;
  transform: scale(1.01);
}

/* 背景指定
--------------------------------------- */
#wuwxtm7ubbztveois5l2 .entry_post {
  background-color: #2386cd;
  color: #fff;
  padding: 10px 20px 10px;
  box-sizing: border-box;
}

#wuwxtm7ubbztveois5l2 .half_entry_title {
  width: 416px !important;
  color: #fff;
  background: none;
  margin-bottom: 10px;
}

#wuwxtm7ubbztveois5l2 .margin-bottom_40 {
  margin-bottom: 20px !important;
}

#qe5wjr37q8sdyscackxo {
  padding: 70px 0 0 0;
  background-color: #e5edf7;
  margin-bottom: 70px;
}

/* 
--------------------------------------- */