@charset "utf-8";

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


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

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

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
.grecaptcha-badge { visibility: hidden; }

html {
  background: none #111;
  width: calc(100% - 110px);
}
body {
  background: none transparent;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  min-width: 1300px !important;
  max-width: 1890px;
  margin: 0 auto;
  position: relative;
}
/*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;
}

body .teaser_para {
  position: absolute;
  top: 340px;
  left: 0;
  width: 100%;
  height: 760px;
  background: url(/files/pc_teaser_08_parallax_h760.jpg) no-repeat center / cover fixed;
  z-index: -1;
}
body#page_6 .teaser_para  { display: none;}
body#page_9 .teaser_para  { background-image: url(/files/pc_teaser_02_parallax_h760.jpg);}
body#page_12 .teaser_para { background-image: url(/files/pc_teaser_03_parallax_h760.jpg);}
body#page_15 .teaser_para { background-image: url(/files/pc_teaser_04_parallax_h760.jpg);}
body#page_81 .teaser_para { background-image: url(/files/pc_teaser_05_parallax_h760.jpg);}
body#page_18 .teaser_para { background-image: url(/files/pc_teaser_07_parallax_h760.jpg);}

body#page_1004 .teaser_para {
  background: 
  url(/files/pc_teaser_06_parallax_cover.png) no-repeat right bottom / 100%,
  url(/files/pc_teaser_06_parallax_h760.jpg) no-repeat center / cover fixed;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  margin-bottom: 180px;
  padding-top: 180px;
}

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #ffc82c;
  color: #111;
}
.main_btn a {
  background-image: none;
  padding-left: 30px;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 1100px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: url(/files/branding_box_bg.png) no-repeat left 70px top 50px;
}
#page_6 #branding_box {
  max-height: calc(60px + 1080px);
  min-height: calc(60px + (1080px * (1300 / 1890)));
  height: calc(60px + (995 / 1890 * 100vw) - 6px);
  background: url(/files/branding_box_bg_top.png) no-repeat center top / 100%;
}
#page_6 #branding_box a.tiger {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -90px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 500;
}
#page_6 #branding_box a.tiger::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/scroll_down_link.png) no-repeat center;
  animation: anime-kuru 60s linear infinite;
}
@keyframes anime-kuru {
  0%{ transform: rotate(0); }
  100%{ transform: rotate(360deg); }
}

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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: auto;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 70px;
}
#site-description a {
  display: inline;
  color: #FFF;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.main_header img {
  width: 190px;
  height: 120px;
}
#page_6 .main_header img {
  width: 10%;
  height: 10%;
  position: absolute;
  top: 27%;
  left: 19%;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  width: 130px;
  background-image: url(/files/topnavi_off.png);
  padding: 0;
}
div#access #menu-gnavi > .menu-item > a {
  position: relative;
}
div#access #menu-gnavi > .menu-item > a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/files/topnavi_on.png);
  background-color: #ffc82c;
  transition: .3s;
  opacity: 0;
}
div#access #menu-gnavi > .menu-item > a:hover::after {
  opacity: 1;
}
div#access .gnavi21 a,div#access .gnavi21 a:hover,div#access .gnavi21 a::after { background-position: center top; }
div#access .gnavi22 a,div#access .gnavi22 a:hover,div#access .gnavi22 a::after { background-position: center -40px; }
div#access .gnavi23 a,div#access .gnavi23 a:hover,div#access .gnavi23 a::after { background-position: center -80px; }
div#access .gnavi24 a,div#access .gnavi24 a:hover,div#access .gnavi24 a::after { background-position: center -120px; }
div#access .gnavi25 a,div#access .gnavi25 a:hover,div#access .gnavi25 a::after { background-position: center -160px; }
div#access .gnavi26 a,div#access .gnavi26 a:hover,div#access .gnavi26 a::after { background-position: center -200px; }
div#access .gnavi27 a,div#access .gnavi27 a:hover,div#access .gnavi27 a::after { background-position: center bottom; }

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 0;
  left: -130px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #ffc82c;
  width: 100%;
  color: #111;
}
#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: #111;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #ffc82c;
  color: #111;
}
#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: #111;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #ffc82c;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #ffc82c;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/* ハンバーガーメニュー */
#access {
  width: 110px;
  height: 100%;
  transition: .5s;
  position: fixed;
  top: 0;
  right: 0;
  background: url(/files/side_navi_bg.jpg) repeat-y right #ffc82c;
  overflow: visible;
  z-index: 700;
}
#access.open {
  width: 530px;
  /* height: 85px; */
}

#access .menu-header {
  width: 130px;
  height: 280px;
  display: none;
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: 0;
  margin: auto;
}
#access.open .menu-header {
  display: block;
}

#btn_nav {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: none;
  position: fixed;
  top: 40%;
  right: 20px;
  padding: 0;
  transform: translate(-50%, -50%);
}
#btn_nav .bar {
	display: block;
	position: absolute;
	top: 17px;
	left: 0;
	width: 36px;
	height: 1px;
	background: #fff;
}
#btn_nav .bar::before,
#btn_nav .bar::after {
	position: absolute;
	display: block;
	left: 0;
	width: 36px;
	height: 1px;
	background-color: #fff;
	content: " ";
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}
#btn_nav .bar::before {
	top: -7px;
	transition-property: top, transform;
}
#btn_nav .bar::after {
	width: 18px;
	bottom: -7px;
	left: 18px;
	transition-property: width, bottom, left, transform;
	transition-delay: 0, 0.3s;
	transition-timing-function: ease-out;
}
#btn_nav .bar::after {
	width: 18px;
	right: 0;
}
#btn_nav:hover .bar::after {
	width: 36px;
	left: 0;
}

#btn_nav .bar::before,
#btn_nav .bar::after {
	transition-delay: 0, 0.4s;
}
#btn_nav.open .bar {
	background: none;
}
#btn_nav.open .bar::before {
	top: 0;
	transform: rotate(45deg);
}
#btn_nav.open .bar::after {
  width: 36px;
  left: 0;
	bottom: 0;
	transform: rotate(-45deg);
}

/*  scroll
---------------------------------------------------------------------------------------------------- */
.scroll_down {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 24px;
  transform: translate(-50%);
  z-index: -1;
  padding: 90px 10px;
  overflow: hidden;
  color: #e0e0e0;
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
}
.scroll_down::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff100;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sdl2 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}


#jquery_slider_pc {
  top: 60px;
  margin: 0;
}




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

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

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #fff100;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 219px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 450px;
  position: relative;
  left: -26px;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  margin: 0;
  text-align: left;
  width: 217px;
  height: 40px;
}
#footer-widget-area .widget-area .menu-item a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background: url(/files/footer_link_btn.png) no-repeat center;
}

#footer-widget-area .widget-area ul.menu > .menu-item:nth-of-type(1) {
  width: 100%;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: auto;
  margin: 0;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 225px;
  left: calc(50% + 260px);
}
#footer_information .entry-post .ttl {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer_btn {
  margin-top: 30px;
}
#footer_btn a:hover {
  opacity: 0.8;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff;
  text-align: left;
  position: absolute;
  left: calc(50% - 560px);
  top: 510px;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 110px;
}

.fixed_btn div,
.fixed_btn div a {height: 150px;width: 110px;}

.fixed_btn div { margin-bottom: 0;}
.fixed_btn div a:hover { opacity: 0.8;}

#float_top_btn {
  bottom: 0;
  right: 0;
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: none;
  color: #fff100;
  height: 120px;
  line-height: 120px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #fff;
}
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: #fff;
}
/* 見出しリンクボタン */
.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;
  color: #fff;
}


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

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



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


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

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

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

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


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

small a:hover {
  background-color: #ffc82c;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #fff;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #fff !important;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #fff100 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #fff100;
  vertical-align: top;
}



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



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


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.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-size: 13px;
  font-weight: bold;
}
.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;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #ffc82c;
  color: #ffc82c;
}
div.link_list a:hover {
  background-color: #ffc82c;
  border: 1px solid #ffc82c;
  color: #fff;
}


.faq-title {
  background-color: #ffc82c;
  font-weight: normal;
  color: #111;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ffc82c;
}
.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; }

/* 背景黒の時のフォーム確認 */
.wpcf7c-conf,input.wpcf7c-conf {
  color: #ccc !important;
}


/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
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: #fff;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #fff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #fff;}

/* ブログ-今日の背景色 */
#wp-calendar tbody td#today,
#wp-calendar tbody td#today a {
  background: #ffc82c;
  color: #111;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  height: 40px;
  margin: 10px auto !important;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  top: 100px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -20deg);
  transform-origin: center;
  transition: all 1.3s ease 0s;
}
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
  transform: translateY(0) rotate3d(0, 0, 1, 0);
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#yadouk6maxolxh3ru59a,
#io4r5s7dksc75w97avkc,
#fkaljvad3gp5wgqbl4ix,
#qlmhqqfyc0tdhbc4hk48,
#z8x5963cfw4upb0kpn2e {
  margin-bottom: 70px;
  position: relative;
}
#yadouk6maxolxh3ru59a .easys_content_inner,
#io4r5s7dksc75w97avkc .easys_content_inner,
#fkaljvad3gp5wgqbl4ix .easys_content_inner,
#qlmhqqfyc0tdhbc4hk48 .easys_content_inner,
#z8x5963cfw4upb0kpn2e .easys_content_inner {
  overflow: visible;
}
#yadouk6maxolxh3ru59a div,
#io4r5s7dksc75w97avkc div,
#fkaljvad3gp5wgqbl4ix div,
#qlmhqqfyc0tdhbc4hk48 div,
#z8x5963cfw4upb0kpn2e div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#yadouk6maxolxh3ru59a a img,
#io4r5s7dksc75w97avkc a img,
#fkaljvad3gp5wgqbl4ix a img,
#qlmhqqfyc0tdhbc4hk48 a img,
#z8x5963cfw4upb0kpn2e a img {
  opacity: 0;
}
#yadouk6maxolxh3ru59a a,
#io4r5s7dksc75w97avkc a,
#fkaljvad3gp5wgqbl4ix a,
#qlmhqqfyc0tdhbc4hk48 a,
#z8x5963cfw4upb0kpn2e a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  transition-duration: .3s;
  transition-property: border-color,background-color,transform;
  transition-timing-function: cubic-bezier(.5,0,0,.5);
  border: 1px solid #fff;
  border-radius: 50%;
}
#yadouk6maxolxh3ru59a a:hover,
#io4r5s7dksc75w97avkc a:hover,
#fkaljvad3gp5wgqbl4ix a:hover,
#qlmhqqfyc0tdhbc4hk48 a:hover,
#z8x5963cfw4upb0kpn2e a:hover {
  border-color: #fff;
  transform: scale(1.25);
}
#yadouk6maxolxh3ru59a a [class*="bar-"],
#io4r5s7dksc75w97avkc a [class*="bar-"],
#fkaljvad3gp5wgqbl4ix a [class*="bar-"],
#qlmhqqfyc0tdhbc4hk48 a [class*="bar-"],
#z8x5963cfw4upb0kpn2e a [class*="bar-"] {
  display: block;
  width: 70%;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  transition-duration: .3s;
  transition-property: background-color,transform;
  transition-timing-function: cubic-bezier(.5,0,0,.5);
}
#yadouk6maxolxh3ru59a a span.bar-2,
#io4r5s7dksc75w97avkc a span.bar-2,
#fkaljvad3gp5wgqbl4ix a span.bar-2,
#qlmhqqfyc0tdhbc4hk48 a span.bar-2,
#z8x5963cfw4upb0kpn2e a span.bar-2 {
  transform: translate(-50%, -50%) rotate(-90deg)
}

#yadouk6maxolxh3ru59a a::after,
#io4r5s7dksc75w97avkc a::after,
#fkaljvad3gp5wgqbl4ix a::after,
#qlmhqqfyc0tdhbc4hk48 a::after,
#z8x5963cfw4upb0kpn2e a::after {
  animation: plus-loop 1.2s cubic-bezier(0,0,.15,.99) 1ms infinite;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px rgb(255 255 255 / 25%);
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% + 2px);
}
@keyframes plus-loop {
  0% {
      box-shadow: 0 0 4px 1px rgba(255, 255, 255, .25);
      opacity: 1;
      transform: translate(-50%, -50%) scale(1)
  }
  to {
      box-shadow: 0 0 4px rgba(255, 255, 255, .25);
      opacity: 0;
      transform: translate(-50%, -50%) scale(2.5)
  }
}

/* 最後のバナー */
#content .nd_01:last-of-type {
  margin-bottom: 0 !important;
}

/* Tigress */
#yadouk6maxolxh3ru59a {
  background: url(/files/banner_tigress.png) no-repeat center;
  background-color: #ffc82c;
  height: 540px;
  margin-bottom: 0;
}
#yadouk6maxolxh3ru59a a {
  width: 40px;
  height: 40px;
  top: 250px;
  left: 180px;
}
#yadouk6maxolxh3ru59a a span {
  background-color: #e4007f;
}


/* アンカー */
#io4r5s7dksc75w97avkc {
  background: url(/files/banner_anchor.png) no-repeat center top / 100%;
  max-height: 600px;
  min-height: calc(600px * (1300 / 1890));
  height: calc(100vw * ((600 - 50) / 1890));
}
#io4r5s7dksc75w97avkc .easys_content_inner {
  width: 100%;
}
#io4r5s7dksc75w97avkc::before,
#io4r5s7dksc75w97avkc::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#io4r5s7dksc75w97avkc::before {
  background:  url(/files/banner_anchor_bg.jpg) no-repeat center top / 100%;
  z-index: -1;
  transition: .3s;
}
#io4r5s7dksc75w97avkc:hover::before {
  transform: scale(1.1);
}
#io4r5s7dksc75w97avkc::after {
  content: "掲載情報はこちら";
  color: #fff100;
  position: absolute;
  padding-top: calc(344 / 1890 * 100%);
  padding-left: calc(950 / 1890 * 100%);
  width: auto;
  height: auto;
  font-size: 160%;
}
#io4r5s7dksc75w97avkc .eyecatch {
  display: block;
  padding-top: calc(335 / 1890 * 100%);
  padding-left: calc(1200 / 1890 * 100%);
  width: calc(40 / 1890 * 100vw);
  max-width: 40px;
  min-width: calc(40px * (1300 / 1890));
  height: calc(40 / 1890 * 100vw);
  min-height: calc(40px * (1300 / 1890));
  max-height: 40px;
}
#io4r5s7dksc75w97avkc a {
  background-color: #000;
  width: 100%;
  height: 100%;
}
#io4r5s7dksc75w97avkc a span {
  background-color: #fff100;
}

/* 求人情報 */
#fkaljvad3gp5wgqbl4ix,
#qlmhqqfyc0tdhbc4hk48 {
  background: 
  url(/files/banner_recruit.png) no-repeat center top / 100%,
  url(/files/banner_recruit_parallax_h600.jpg) no-repeat center / cover fixed;
  max-height: 600px;
  min-height: calc(600px * (1300 / 1890));
  height: calc(100vw * ((600 - 15) / 1890));
}
#fkaljvad3gp5wgqbl4ix::after,
#qlmhqqfyc0tdhbc4hk48::after {
  content: "求人情報";
  color: #fff100;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(344 / 1890 * 100%);
  padding-left: calc(410 / 1890 * 100%);
  width: auto;
  height: auto;
  font-size: 160%;
}
#fkaljvad3gp5wgqbl4ix .easys_content_inner,
#qlmhqqfyc0tdhbc4hk48 .easys_content_inner {
  width: 100%;
}
#fkaljvad3gp5wgqbl4ix .eyecatch,
#qlmhqqfyc0tdhbc4hk48 .eyecatch {
  display: block;
  padding-top: calc(335 / 1890 * 100%);
  padding-left: calc(570 / 1890 * 100%);
  width: calc(40 / 1890 * 100vw);
  max-width: 40px;
  min-width: calc(40px * (1300 / 1890));
  height: calc(40 / 1890 * 100vw);
  min-height: calc(40px * (1300 / 1890));
  max-height: 40px;
}
#fkaljvad3gp5wgqbl4ix a,
#qlmhqqfyc0tdhbc4hk48 a {
  background-color: #000;
  width: 100%;
  height: 100%;
}
#fkaljvad3gp5wgqbl4ix a span,
#qlmhqqfyc0tdhbc4hk48 a span {
  background-color: #fff100;
}


/* お問い合わせ */
#z8x5963cfw4upb0kpn2e {
  background: 
  url(/files/banner_contact.png) no-repeat center top / 100%,
  url(/files/banner_contact_bg.jpg) no-repeat center top / 100%;
  max-height: 600px;
  min-height: calc(600px * (1300 / 2000));
  height: calc(100vw * ((600 - 15) / 2000));
}
#z8x5963cfw4upb0kpn2e::after {
  content: "お問い合わせ";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(344 / 1890 * 100%);
  padding-left: calc(410 / 1890 * 100%);
  width: auto;
  height: auto;
  font-size: 160%;
}
#z8x5963cfw4upb0kpn2e .easys_content_inner {
  width: 100%;
}
#z8x5963cfw4upb0kpn2e .eyecatch {
  display: block;
  padding-top: calc(335 / 1890 * 100%);
  padding-left: calc(590 / 1890 * 100%);
  width: calc(40 / 1890 * 100vw);
  max-width: 40px;
  min-width: calc(40px * (1300 / 1890));
  height: calc(40 / 1890 * 100vw);
  min-height: calc(40px * (1300 / 1890));
  max-height: 40px;
}
#z8x5963cfw4upb0kpn2e a {
  background-color: #dfaf27;
  width: 100%;
  height: 100%;
}
#z8x5963cfw4upb0kpn2e a span {
  background-color: #111;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（動画・ブログ・バナー除） */
#hzwq25xf7m3h9szoy3ko,
#ggomezzo0uve2y25hfb7,
#pi8xwubks59tux4c8jzw,
#pnyejy34w4oh2ok2t2ps,
#apos6h3fngyfy2i2m6af,
#yo6lph5qjp8gy2ejizhn {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 160px;
}
#hzwq25xf7m3h9szoy3ko .easys_content_inner,
#ggomezzo0uve2y25hfb7 .easys_content_inner,
#pi8xwubks59tux4c8jzw .easys_content_inner,
#pnyejy34w4oh2ok2t2ps .easys_content_inner,
#apos6h3fngyfy2i2m6af .easys_content_inner,
#yo6lph5qjp8gy2ejizhn .easys_content_inner {
  width: 1100px;
  position: relative;
}
#hzwq25xf7m3h9szoy3ko .post_margin,
#ggomezzo0uve2y25hfb7 .post_margin,
#pi8xwubks59tux4c8jzw .post_margin,
#pnyejy34w4oh2ok2t2ps .post_margin,
#apos6h3fngyfy2i2m6af .post_margin,
#yo6lph5qjp8gy2ejizhn .post_margin {
  margin: 0;
}
#hzwq25xf7m3h9szoy3ko .eyecatch,
#ggomezzo0uve2y25hfb7 .eyecatch,
#pi8xwubks59tux4c8jzw .eyecatch,
#pnyejy34w4oh2ok2t2ps .eyecatch,
#apos6h3fngyfy2i2m6af .eyecatch,
#yo6lph5qjp8gy2ejizhn .eyecatch {
  display: none;
  float: none !important;
}
#hzwq25xf7m3h9szoy3ko [class*="title"],
#ggomezzo0uve2y25hfb7 [class*="title"],
#pi8xwubks59tux4c8jzw [class*="title"],
#pnyejy34w4oh2ok2t2ps [class*="title"],
#apos6h3fngyfy2i2m6af [class*="title"],
#yo6lph5qjp8gy2ejizhn [class*="title"] {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: left;
  position: relative;
}
#hzwq25xf7m3h9szoy3ko .text_box,
#ggomezzo0uve2y25hfb7 .text_box,
#pi8xwubks59tux4c8jzw .text_box,
#pnyejy34w4oh2ok2t2ps .text_box,
#apos6h3fngyfy2i2m6af .text_box,
#yo6lph5qjp8gy2ejizhn .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
}
#hzwq25xf7m3h9szoy3ko .post_data,
#ggomezzo0uve2y25hfb7 .post_data,
#pi8xwubks59tux4c8jzw .post_data,
#pnyejy34w4oh2ok2t2ps .post_data,
#apos6h3fngyfy2i2m6af .post_data,
#yo6lph5qjp8gy2ejizhn .post_data {
  float: none !important;
  overflow: visible;
  display: block;
}

/* 共通ボタン-ブロック内リンク */
#hzwq25xf7m3h9szoy3ko [class*="_btn"],
#mzpk4cufliv2zq4lbcnz [class*="_btn"],
#ggomezzo0uve2y25hfb7 [class*="_btn"],
#pnyejy34w4oh2ok2t2ps [class*="_btn"] {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] a,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] a,
#ggomezzo0uve2y25hfb7 [class*="_btn"] a,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 300;
  background: none transparent;
  width: auto;
  padding: 0;
  margin: 0;
  color: #fff100;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] a:hover,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] a:hover,
#ggomezzo0uve2y25hfb7 [class*="_btn"] a:hover,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] a:hover {
  text-decoration: none;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: -120px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: .3s;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar:hover,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar:hover,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar:hover,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar:hover {
  transform: scale(1.25)
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar span,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar span,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar span,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar span {
  background: #fff100;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
  transition-property: background-color, transform;
  transition-timing-function: cubic-bezier(0.5,0,0,.5);
  width: 50%;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar span.bar-2,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar span.bar-2,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar span.bar-2,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar span.bar-2 {
  transform: translate(-50%, -50%) rotate(-90deg)
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar::before,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar::before,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar::before,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar::before,
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar::after,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar::after,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar::after,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar::after {
  content: "";
  position: absolute;
  transition-duration: .3s;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] .bar::after,
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar::after,
#ggomezzo0uve2y25hfb7 [class*="_btn"] .bar::after,
#pnyejy34w4oh2ok2t2ps [class*="_btn"] .bar::after {
  animation: plus-loop 1.2s cubic-bezier(0,0,.15,.99) 1ms infinite;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px rgb(255 255 255 / 25%);
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% + 2px);
}



/* 追加画像 */
.blockimg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
}
.img_catch01 {
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_catch01.moved,
#ggomezzo0uve2y25hfb7 .blockimg.img_catch01.moved,
#pi8xwubks59tux4c8jzw .blockimg.img_catch01.moved,
#pnyejy34w4oh2ok2t2ps .blockimg.img_catch01.moved,
#apos6h3fngyfy2i2m6af .blockimg.img_catch01.moved,
#yo6lph5qjp8gy2ejizhn .blockimg.img_catch01.moved {
  opacity: 1;
  margin: 0;
}
.img_line {
  background-color: #ffc82c;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1.3s ease 0s;
}
.img_line.moved {
  width: 100%;
}

/* フルリノベーション工事に対応！ */
#hzwq25xf7m3h9szoy3ko {
  height: 1940px;
}
#hzwq25xf7m3h9szoy3ko [class*="title"] {
  width: 330px;
  top: 685px;
}
#hzwq25xf7m3h9szoy3ko .text_box {
  width: 680px;
  margin: 570px 0 0 auto;
}
#hzwq25xf7m3h9szoy3ko [class*="_btn"] {
  position: absolute;
  top: 850px;
  left: 0;
}
#hzwq25xf7m3h9szoy3ko .blockimg[class*="img_01"]  {
  width: 340px;
  height: 430px;
  top: 155px;
  right: 0;
  left: 0;
  margin: auto;
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_01_01 {
  background-image: url(/files/top_services_img_01_b.jpg);
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_01_02 {
  background-image: url(/files/top_services_img_01_t.png);
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_02 {
  background-image: url(/files/top_services_img_02.jpg);
  width: 540px;
  height: 350px;
  top: 1050px;
  left: calc(50% - 590px);
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_03 {
  background-image: url(/files/top_services_img_03.png);
  width: 700px;
  height: 460px;
  top: 1310px;
  left: calc(50% - 100px);
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_ttl {
  background-image: url(/files/top_services_title.png);
  width: 78px;
  height: 15px;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_catch01 {
  background-image: url(/files/top_services_catch_01.png);
  width: 858px;
  height: 90px;
  top: 405px;
  left: calc(50% - 430px);
  margin-left: 100px;
}
#hzwq25xf7m3h9szoy3ko .blockimg.img_catch02 {
  background-image: url(/files/top_services_catch_02.png);
  width: 399px;
  height: 154px;
  top: 1500px;
  left: calc(50% - 330px);
}


/* ブログ */
#mcjm4i1sgutqg0x0egdd,
#mzpk4cufliv2zq4lbcnz {
  background-color: #41413c;
}
#mcjm4i1sgutqg0x0egdd {
  background-image: url(/files/top_blog_title.png);
  background-repeat: no-repeat;
  background-position: left calc(50% - 550px) top 160px;
  padding-top: 160px;
  margin-bottom: 0;
}
#mzpk4cufliv2zq4lbcnz {
  padding-top: 50px;
  padding-bottom: 160px;
}
#mzpk4cufliv2zq4lbcnz [class*="title"] {
  background: none transparent;
  color: #fff100;
  line-height: 1.2em;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  height: 1.5em;
  overflow: visible;
  left: calc(50% - 100px);
}
#mzpk4cufliv2zq4lbcnz [class*="title"] h3 {
  width: auto;
  font-size: 16px;
}
#mzpk4cufliv2zq4lbcnz [class*="_btn"] .bar {
  right: 0;
}
#mcjm4i1sgutqg0x0egdd .easys_content_inner {
  width: 680px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#mcjm4i1sgutqg0x0egdd.nm_01 .easys_content_inner > .blog_post {
  width: 50%;
  height: 480px;
  position: relative;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mcjm4i1sgutqg0x0egdd.nm_01 .easys_content_inner > .blog_post .blog_list_text_size {
  width: 100%;
  height: 240px;
  padding: 15px 30px;
  box-sizing: border-box;
}
#mcjm4i1sgutqg0x0egdd.nm_01 .easys_content_inner > .blog_post + .blog_post {
  margin-top: -240px;
}
#mcjm4i1sgutqg0x0egdd.nm_01 .easys_content_inner > .blog_post:nth-of-type(2) {
  margin-left: 50%;
}
#mcjm4i1sgutqg0x0egdd.nm_01 .easys_content_inner > .blog_post .blog_thumb {
  width: 340px;
  height: 240px;
  max-height: inherit;
}
#mcjm4i1sgutqg0x0egdd.nm_01 .easys_content_inner > .blog_post .blog_thumb img {
  height: 240px;
  object-fit: cover;
}

/* Recruite */
#ggomezzo0uve2y25hfb7 {
  height: 1795px;
}
#ggomezzo0uve2y25hfb7 [class*="title"] {
  width: 530px;
  top: 315px;
  left: calc(50% + 20px);
}
#ggomezzo0uve2y25hfb7 .text_box {
  width: 530px;
  margin: 260px 0 0 auto;
}
#ggomezzo0uve2y25hfb7 [class*="_btn"] {
  position: relative;
  top: 50px;
  left: 0;
}
#ggomezzo0uve2y25hfb7 .blockimg.img_line {
  top: 160px;
}
#ggomezzo0uve2y25hfb7 .blockimg.img_ttl {
  background-image: url(/files/top_careers_title.png);
  width: 71px;
  height: 15px;
  top: 240px;
  right: 0;
  left: 0;
  margin: auto;
}
#ggomezzo0uve2y25hfb7 .blockimg.img_01 {
  background-image: url(/files/top_careers_img_01.jpg);
  width: 860px;
  height: 640px;
  top: 315px;
  left: calc(50% - 1000px);
}
#ggomezzo0uve2y25hfb7 .blockimg[class*="img_02"] {
  background-image: url(/files/top_careers_img_01.jpg);
  width: 670px;
  height: 450px;
  top: 1085px;
  left: calc(50% - 210px);
}
#ggomezzo0uve2y25hfb7 .blockimg.img_02_01 {
  background-image: url(/files/top_careers_img_02_b.png);
}
#ggomezzo0uve2y25hfb7 .blockimg.img_02_02 {
  background-image: url(/files/top_careers_img_02_t.png);
}
#ggomezzo0uve2y25hfb7 .blockimg.img_03 {
  background-image: url(/files/top_careers_img_03.jpg);
  width: 440px;
  height: 320px;
  top: 1475px;
  left: calc(50% - 550px);
}
#ggomezzo0uve2y25hfb7 .blockimg.img_catch01 {
  background-image: url(/files/top_careers_catch_01.png);
  width: 1022px;
  height: 117px;
  top: 1305px;
  left: calc(50% - 390px);
  margin-left: -100px;
}
#ggomezzo0uve2y25hfb7 .blockimg.img_catch02 {
  background-image: url(/files/top_careers_catch_02.png);
  width: 400px;
  height: 126px;
  top: 1430px;
  left: calc(50% + 170px);
}

/* 代表あいさつ */
#pi8xwubks59tux4c8jzw {
  height: 1205px;
}
#pi8xwubks59tux4c8jzw [class*="title"] {
  width: 100%;
  top: 155px;
  left: 0;
  text-align: center;
}
#pi8xwubks59tux4c8jzw .text_box {
  width: 800px;
  margin: 160px auto 0;
}
#pi8xwubks59tux4c8jzw .post_data {
  text-align: center;
}
#pi8xwubks59tux4c8jzw .blockimg.img_ttl {
  background-image: url(/files/company_01_title.png);
  width: 78px;
  height: 18px;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
}
#pi8xwubks59tux4c8jzw .blockimg.img_01 {
  background-image: url(/files/company_01_img.jpg);
  width: 480px;
  height: 410px;
  top: 570px;
  left: calc(50% - 240px);
}
#pi8xwubks59tux4c8jzw .blockimg.img_catch01 {
  background-image: url(/files/company_01_catch_01.png);
  width: 627px;
  height: 89px;
  top: 935px;
  left: calc(50% - 320px);
  margin-left: -100px;
}
#pi8xwubks59tux4c8jzw .blockimg.img_catch02 {
  background-image: url(/files/company_01_catch_02.png);
  width: 455px;
  height: 105px;
  top: 980px;
  left: calc(50% + 90px);
}

/* 会社概要 */
#hy2wgmj20eatar84bung {
  background: url(/files/block_bg_02.png) repeat;
  padding: 160px 0;
}

/* リフォームやリノベーション工事における幅広い事業展開 */
#pnyejy34w4oh2ok2t2ps {
  height: 1617px;
}
#pnyejy34w4oh2ok2t2ps [class*="title"] {
  width: 530px;
  height: 155px;
  top: 140px;
  left: calc(50% - 550px);
}
#pnyejy34w4oh2ok2t2ps [class*="title"] br {
  display: block;
}
#pnyejy34w4oh2ok2t2ps .text_box {
  width: 530px;
  margin: 170px 0 0;
}
#pnyejy34w4oh2ok2t2ps [class*="_btn"] {
  position: relative;
  top: 50px;
  left: 0;
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_ttl {
  background-image: url(/files/services_01_title.png);
  width: 109px;
  height: 14px;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_01 {
  background-image: url(/files/services_01_img_01.jpg);
  width: 520px;
  height: 640px;
  top: 285px;
  left: calc(50% + 85px);
}
#pnyejy34w4oh2ok2t2ps .blockimg[class*="img_02"] {
  background-image: url(/files/top_careers_img_01.jpg);
  width: 650px;
  height: 450px;
  top: 960px;
  left: calc(50% - 670px);
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_02_01 {
  background-image: url(/files/services_01_img_02_b.png);
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_02_02 {
  background-image: url(/files/services_01_img_02_t.png);
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_03 {
  background-image: url(/files/services_01_img_03.jpg);
  width: 540px;
  height: 350px;
  top: 1267px;
  left: calc(50% + 90px);
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_catch01 {
  background-image: url(/files/services_01_catch_01.png);
  width: 995px;
  height: 90px;
  top: 1138px;
  left: calc(50% - 720px);
  margin-left: 100px;
}
#pnyejy34w4oh2ok2t2ps .blockimg.img_catch02 {
  background-image: url(/files/services_01_catch_02.png);
  width: 546px;
  height: 118px;
  top: 1187px;
  left: calc(50% - 0px);
}

/* reform、リノベ */
#lhgo7dufmy4vrltagcu2 {
  background: url(/files/block_bg_02.png) repeat;
  padding: 160px 0;
}

/* 一緒に楽しく仕事しませんか？未経験の方も歓迎！ */
#apos6h3fngyfy2i2m6af {
  height: 1730px;
}
#apos6h3fngyfy2i2m6af [class*="title"] {
  width: 330px;
  top: 717px;
}
#apos6h3fngyfy2i2m6af [class*="title"] br {
  display: block;
}
#apos6h3fngyfy2i2m6af .text_box {
  width: 625px;
  margin: 600px 0 0 auto;
}
#apos6h3fngyfy2i2m6af .blockimg[class*="img_01"]  {
  width: 745px;
  height: 460px;
  top: 155px;
  right: 0;
  left: 0;
  margin: auto;
}
#apos6h3fngyfy2i2m6af .blockimg.img_01_01 {
  background-image: url(/files/careers_01_img_01_b.jpg);
}
#apos6h3fngyfy2i2m6af .blockimg.img_01_02 {
  background-image: url(/files/careers_01_img_01_t.png);
}
#apos6h3fngyfy2i2m6af .blockimg.img_02 {
  background-image: url(/files/careers_01_img_02.jpg);
  width: 450px;
  height: 350px;
  top: 1115px;
  left: calc(50% - 430px);
}
#apos6h3fngyfy2i2m6af .blockimg.img_03 {
  background-image: url(/files/careers_01_img_03.png);
  width: 700px;
  height: 460px;
  top: 1349px;
  left: calc(50% - 130px);
}
#apos6h3fngyfy2i2m6af .blockimg.img_ttl {
  background-image: url(/files/careers_01_title.png);
  width: 71px;
  height: 15px;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
}
#apos6h3fngyfy2i2m6af .blockimg.img_catch01 {
  background-image: url(/files/careers_01_catch_01.png);
  width: 1017px;
  height: 117px;
  top: 447px;
  left: calc(50% - 510px);
  margin-left: -100px;
}
#apos6h3fngyfy2i2m6af .blockimg.img_catch02 {
  background-image: url(/files/careers_01_catch_02.png);
  width: 500px;
  height: 149px;
  top: 1512px;
  left: calc(50% + 145px);
}

/* 求人情報ページ＞2段目ブロック */
#apos6h3fngyfy2i2m6af + .easys_content {
  background: url(/files/block_bg_02.png) repeat;
  padding: 160px 0;
  margin-bottom: 70px;
}

/* CasualBar Tigress */
#yo6lph5qjp8gy2ejizhn {
  height: 1497px;
}
#yo6lph5qjp8gy2ejizhn [class*="title"] {
  width: 330px;
  top: 157px;
  left: 50%;
}
#yo6lph5qjp8gy2ejizhn .text_box {
  width: 550px;
  margin: 135px 0 0 auto;
}
#yo6lph5qjp8gy2ejizhn .blockimg.img_01 {
  background-image: url(/files/tigresss_01_img_01.jpg);
  width: 860px;
  height: 640px;
  top: 157px;
  left: calc(50% - 1000px);
}
#yo6lph5qjp8gy2ejizhn .blockimg.img_02 {
  background-image: url(/files/tigresss_01_img_02.jpg);
  width: 450px;
  height: 350px;
  top: 867px;
  left: calc(50% + 88px);
}
#yo6lph5qjp8gy2ejizhn .blockimg.img_03 {
  background-image: url(/files/tigresss_01_img_03.png);
  width: 540px;
  height: 380px;
  top: 1117px;
  left: calc(50% - 520px);
}
#yo6lph5qjp8gy2ejizhn .blockimg.img_ttl {
  background-image: url(/files/tigresss_01_title.png);
  width: 98px;
  height: 15px;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto;
}
#yo6lph5qjp8gy2ejizhn .blockimg.img_catch02 {
  background-image: url(/files/tigress_01_catch.png);
  width: 408px;
  height: 127px;
  top: 1275px;
  left: calc(50% - 85px);
}

/* tigressページ＞2段目ブロック */
#yo6lph5qjp8gy2ejizhn + .easys_content {
  background: url(/files/block_bg_02.png) repeat;
  padding: 160px 0;
  margin-bottom: 160px;
}