@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #111111;
  --body_text_color: #eeeeee;
  --link_color: #999999;
  --border_color: #666666;
  --table_border_color: #666666;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #ffffff;
  --td_character_color: #eeeeee;
  --required_color: #666666;
  --top_h1_color: #cccccc;
  --header_navigation_color: transparent;
  --top_entry_title_color: #ffffff;
  --entry_title_bg_color: #ffffff;
  --blog_title_color: #ffffff;
  --sub_entry_title_bg_color: #ffffff;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #ffffff;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #ffffff;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #ffffff;
  --footnavi_color: transparent;
  --address_color: #ffffff;
  --copy_color: #333333;
  --kdb_background_color:#000000;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1035;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 700;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:0px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:240px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:50px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height:50px; /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin:10px; /* サイド固定ボタンの間隔 */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;

  --transition-duration: 0.3s;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color) url("../files/html_bg.jpg") ;
  background: none var(--basic_background_color);

  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

/*トップページ----------------------------------*/
body#page_6 {
  background: none transparent;
  /* background: url("../files/body_top_bg.jpg") no-repeat center top/100%;*/
  /*background-position-y:100px;*/
}

/*中ページ----------------------------------*/
body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none no-repeat center top;
  background: url("../files/body_bg.jpg") no-repeat center top;
  /*background-position-y:100px;*/

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

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
/*トップページ----------------------------------*/
#page_6 #branding_box {
  padding: 0 0 1035px 0;
  background: url("../files/top_header_cover.png") no-repeat center top; 
  /*background-position-y:100px;*/
}

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

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  top:140px;
  right:75px; 
  text-align: right;
}

/*#page_6 #site-description {
  bottom: calc(145 / var(--easys_top_main_h) * 100%);
}*/



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


/*  サイトロゴ @logo
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}
/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  top: 60px;
  left: 70px;
  background: url("../files/main_logo.png")no-repeat center top;
  width: 520px;
  height: 150px; 

}


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


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

#jquery_slider_pc {
    overflow: hidden;
    height: 1035px;
}
#jquery_slider_pc .entry_post ,
#jquery_slider_pc .viewer {
  display:block;
  position:absolute;
  left:50%;
  width:2000px;
  height:1035px !important;
  margin:0 auto;
  transform:translateX(-50%);
}
#jquery_slider_pc img {
  display:block;
  position:absolute;
  left: 0;
  width:2000px;
  height:1035px;
  margin:0 auto;
}

body#page_6 #jquery_slider_pc  img{
  transform: scale(1.3);
  transform-origin: center;
  /* opacity: 0;transition: 0.3s; */
}
body#page_6 #jquery_slider_pc.loaded  img{
  animation: loadSlider 3s ease 0s forwards;
  opacity: 1;
}
@keyframes loadSlider {
  100% {
    transform: scale(1);
  }
}

#main_teaser {
  width:100%;
  height:700px;
  overflow:hidden;
}

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




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

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

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

/* ===================================================================================================================
   ■ フッター　@footer 
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footer_h: 700px;
  --footer_navi_bottom: 150px;
  /*--footer_navi_left: 480px;*/
  --footer_add_bottom: 234px;
  /*--footer_add_left: 480px;*/
  --footer_copy_bottom: 140px;
  /*--footer_copy_left: 480px;*/
}
 
#footer_block {
  position: relative;
  height: var(--footer_h);
  background: url(../files/footer_bg.jpg) no-repeat center top;
}

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

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
display: none;
}
/* 
#footer_sitemap_block {
  position: absolute;
  bottom: var(--footer_navi_bottom);
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}
 


#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
} */



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

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



#footer_information{
  position: absolute;
  bottom: var(--footer_add_bottom);
  left: 0;
  right: 0;
}

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



/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}
#footer_information .entry-post .post-data > p:nth-of-type(1) {
  font-size: 20px;
}


/*  フッター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;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



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

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

/*  サイドメニュー @sidebtn
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  position:fixed;
  bottom:var(--fixed_side_btn_bottom);
  right:var(--fixed_side_btn_side);
  z-index:1000;
  pointer-events:none;
}
.fixed_side_btn div {
  position:relative;
  width:var(--fixed_side_btn_width_full);
  height:var(--fixed_side_btn_height);
  margin-bottom:var(--fixed_side_btn_margin);
  overflow:hidden;
  transition:transform 0.3s ease;
  transform:translateX(calc(var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)));
  pointer-events:auto;
}
.fixed_side_btn div:last-child {
  margin-bottom:0;
}
.fixed_side_btn div:hover {
  transition:transform 0.5s ease;
  transform:translateX(0px);
}
.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}

/* デフォルトボタン */
/*.fixed_side_btn .gaten {
  height: 150px;
}*/
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten.png);
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
}
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog.png);
}

/* official site */



.fixed_side_btn .hp{position: fixed;z-index: 9999;bottom: 340px;right: 0;width: 50px;height: 170px;transform:none !important;}
.fixed_side_btn .hp:hover{
  transform:none !important;
}
.fixed_side_btn .hp a {
  background-image:url(../files/btn_corporate.png);
  background-position: left top;
  width: 50px;
  height: 170px;
  background-size: auto;
}
.fixed_side_btn .hp a:hover {
  background-position: right top;
}

/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}

@media (min-width: 2000px) {
  
  .fixed_side_btn {
    left:calc(50% + 1000px - var(--fixed_side_btn_width_collapsed));
    width:var(--fixed_side_btn_width_collapsed);
  }
  .fixed_side_btn div {
    transform:translateX(0);
  }

  .fixed_side_btn div:hover {
    transform:translateX(calc((var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)) * -1));
  }

  .fixed_side_btn .hp{
    right: calc(50% - 994px);
  }

}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}
/*#float_top_btn{
  bottom: 50px;
  right: 50px;
}*/

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


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

/*  見出し @ttl
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 80px;line-height: 80px;
  /*padding-top: 40px*/
  font-weight: 600;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: var(--font_size_20);
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: var(--font_size_20);
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

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

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

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


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

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}





/*  テーブル @table
---------------------------------------------------------------------------------------------------- */


/*  横線
-------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: var(--table_border_color);
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid var(--table_border_color) !important;
}




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

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}



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

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

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




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

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

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 150px;
}
.post_margin,
.nm_01 {
  margin-bottom: 150px;
}
.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}
/* デザインブロック共通設定
--------------------------------------- */


.ndb_01 {
  margin-top: 0 !important;position: relative;
}

.ndb_01 *[class*="title"] {
  display: none;
}
.ndb_01,
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ndb_01 .post_data {
  text-align:justify;
}

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

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

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}


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


 /*fade in f_blur------------------------------------*/

.f_blur{
  opacity: 0;
  filter: blur(15px);
  transition: 1.3s ease 0s;
}

.f_blur.moved {
  opacity:1;
  filter:blur(0px);
}

/*View from left --------------------------- */

.f_img{
  overflow:hidden;
  transition:1s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.f_img.moved {
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}

/*fade in w/mask --------------------------- */

.f_mask{
  overflow: hidden;
  opacity: 0;transition: 1.3s ease 0s;
  -webkit-mask-image: linear-gradient(90deg, #888471 0, #888471 80%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  mask-image: linear-gradient(90deg, #888471 0, #888471 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 200% 100%;
  mask-position: 200% 0;
}

.f_mask.moved {
animation: 1s linear 0s 1 normal forwards maskFadeIn;
opacity:1;
}
@keyframes maskFadeIn {
  0% {
    -webkit-mask-position: 200% 0;
            mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

/*View from left + scale --------------------------- */

.f_img_scale{
  overflow:hidden;
  transition:1s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.f_img_scale.moved {
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}
.f_img_scale::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/design01_img1.jpg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  scale: 1.4;
  opacity: 0;
  transition: all 2s ease-out;
}
.f_img_scale.moved::after{
  scale: 1;
  opacity: 1;
}
/* ===========================================================================
     トップページ @db
=========================================================================== */


/*DB1>モノづくりの中心へ。その達成感を、仕事にしよう。
c82ad4g9f7gwefpv0vex
--------------------------------------- */
#c82ad4g9f7gwefpv0vex,
#c82ad4g9f7gwefpv0vex .easys_content_inner,
#c82ad4g9f7gwefpv0vex .entry_post {height: 1000px;}
#c82ad4g9f7gwefpv0vex .text_box {
  margin: 690px auto 0 0px;
  width: 755px;
}


#c82ad4g9f7gwefpv0vex #img01 {top: 150px;left: calc(50% - 775px);width: 430px;height: 330px;}

#c82ad4g9f7gwefpv0vex #img02 {width: 230px;height: 330px;top: 150px;left: calc(50% - 330px);}
#c82ad4g9f7gwefpv0vex #img02::after{
  background-image: url(../files/design01_img2.jpg);
}

#c82ad4g9f7gwefpv0vex #img03 {
top: 570px;
left: calc(50% + 390px);
  width: 610px;
  height: 280px;
}
#c82ad4g9f7gwefpv0vex #img03::after{
  background-image: url(../files/design01_img3.jpg);
}

#c82ad4g9f7gwefpv0vex #img04 {
background-image: url(../files/design01_ttl1.jpg);
width: 270px;
height: 30px;
top: 585px;
left: calc(50% - 480px);
}

#c82ad4g9f7gwefpv0vex #img05 {
background-image: url(../files/design01_ttl2.jpg);
width: 380px;
height: 30px;
top: 628px;
left: calc(50% - 480px);
transition-delay: 0.2s;
}

#c82ad4g9f7gwefpv0vex #bg {
background-image: url(../files/design01_bg.jpg);
width: 2000px;
height: 1000px;
top: 0px;
left: calc(50% - 1000px);
z-index: 0;
}
/*DB2>施工管理で空間をカタチにする
owehfc4eggcm4q7oirxk
--------------------------------------- */
#owehfc4eggcm4q7oirxk {background: url(../files/design02_bg.jpg) no-repeat center top;}
#owehfc4eggcm4q7oirxk,
#owehfc4eggcm4q7oirxk .easys_content_inner,
#owehfc4eggcm4q7oirxk .entry_post {height: 1000px;}
#owehfc4eggcm4q7oirxk .text_box {
  margin: 630px 5px 0 auto;
  width: 675px;
}
#owehfc4eggcm4q7oirxk #img01 {
background-image: url(../files/design02_ttl.png);
width: 280px;
height: 80px;
top: 505px;
left: calc(50% - 205px);
}

#owehfc4eggcm4q7oirxk #img02 {top: 170px;left: calc(50% + 170px);width: 700px;height: 360px;}
#owehfc4eggcm4q7oirxk #img02::after{
background-image: url(../files/design02_img1.jpg);

}
#owehfc4eggcm4q7oirxk #img03 {
top: 365px;
left: calc(50% - 755px);
width: 450px;
height: 520px;
}
#owehfc4eggcm4q7oirxk #img03::after{
background-image: url(../files/design02_img2.jpg);
}
/*バナー＞お問い合わせ/GATEN（※top） common_rp_bnr wrap_bnr
--------------------------------------- */
.common_rp_bnr div{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#wrap_bnr .easys_content_inner{
width: 1140px;
padding:100px 0px 200px !important;}

#wrap_bnr .field_2col{width:550px !important; margin: 0;}

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

#wrap_bnr .eyecatch a{
display: block;
width: 100%;
height: 100%;
position: relative;
background-size:100% !important;
}
#wrap_bnr .eyecatch a img{transition: var(--transition-duration);position: relative;z-index: 10;}

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

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

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

#wrap_bnr .eyecatch a:after {content: '';display: block;position: absolute;z-index: 0;top: 0;bottom: 0;right: 95px;margin: auto;width: 60px;height: 60px;pointer-events: none;transition: 0.5s ease 0s;background-color: #fff;border-radius: 50%;}
#wrap_bnr .eyecatch a:hover:after{
 scale:20;
}
/*
jonamhn6cxmdar5c9kiv
pk620eilmeylea3ewpyu
l22gmy3okwligpbm9jcn
i5ytishn08yyk6fmvu9n
--------------------------------------- */
#jonamhn6cxmdar5c9kiv{background-color: #000;}

#l22gmy3okwligpbm9jcn #wrap_bnr  .easys_content_inner,
#i5ytishn08yyk6fmvu9n #wrap_bnr  .easys_content_inner{
padding:0px 0px 200px !important;}

/*会社概要
aghkpee5cvdr4a9o28os
--------------------------------------- */
#aghkpee5cvdr4a9o28os{
background: #000;
padding: 100px 0 50px;
}

/*バナー＞公式サイト（※top）
yfrqzyx02lpaa4rve34g
--------------------------------------- */

#yfrqzyx02lpaa4rve34g{overflow: hidden;}

#yfrqzyx02lpaa4rve34g .easys_content_inner{
width: 2000px;
position: relative;
left: calc(50% - 1000px);
padding:0;
}
#yfrqzyx02lpaa4rve34g .margin-bottom_50 { margin-bottom: 0px;}
   
#yfrqzyx02lpaa4rve34g .eyecatch a{
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      overflow: hidden;
}
   
#yfrqzyx02lpaa4rve34g .eyecatch a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("/files/bnr_corporate_bg.jpg") no-repeat center top /cover transparent;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: 1;
    transform: scale(1.01);
}
#yfrqzyx02lpaa4rve34g .eyecatch a:hover:before {
    transform: scale(1.1);
}
#yfrqzyx02lpaa4rve34g .eyecatch a img{
    position: relative;
    z-index: 10;
}
   
#yfrqzyx02lpaa4rve34g .eyecatch a:hover img{ opacity: 1; }
  
  
/*バナー＞4連（※top）
v4p4n0no3cnl3joe2a97
--------------------------------------- */
#v4p4n0no3cnl3joe2a97{
background:url(../files/bnrmany_bg.jpg) no-repeat center top;
height: 800px;position: relative;
}

#v4p4n0no3cnl3joe2a97 .easys_content_inner{
width: 1140px;
padding:280px 0px 0px;}
 
#v4p4n0no3cnl3joe2a97 .field_2col {
  width:550px !important;
  margin:0;
}

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

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

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

#v4p4n0no3cnl3joe2a97 [class*="field_"]:nth-of-type(1) a{
  background: url("/files/bnrmany_01_on.png") no-repeat center top; 
  margin-bottom: 50px;
}
 
#v4p4n0no3cnl3joe2a97 [class*="field_"]:nth-of-type(2) a{
  background: url("/files/bnrmany_02_on.png") no-repeat center top; 
  margin-bottom: 50px;
}
 
#v4p4n0no3cnl3joe2a97 [class*="field_"]:nth-of-type(4) a{
  background: url("/files/bnrmany_03_on.png") no-repeat center top; 
}
#v4p4n0no3cnl3joe2a97 [class*="field_"]:nth-of-type(5) a{
  background: url("/files/bnrmany_04_on.png") no-repeat center top; 
}

#v4p4n0no3cnl3joe2a97 .img_display .clear_float {
    display: none;
}
#v4p4n0no3cnl3joe2a97 .eyecatch a img{transition: 0.3s;}
    
#v4p4n0no3cnl3joe2a97 .eyecatch a:hover img{ opacity: 0; }

#v4p4n0no3cnl3joe2a97 .eyecatch a::after{
  border-block: 1px solid #fff;
  box-sizing: border-box;
  content: "";
  clip-path: inset(0 50%);
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: clip-path 0.7s ease-in-out, opacity 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#v4p4n0no3cnl3joe2a97 .eyecatch a:hover::after{
  clip-path: inset(0);
}
    
#v4p4n0no3cnl3joe2a97 .easys_content_inner{
  display: block;
  transform-origin: center;
  transition: 1s ease 0s;
  transform: translateY(100px);
}
#v4p4n0no3cnl3joe2a97 .easys_content_inner.moved{
  transform: translateY(0) !important;
}

#v4p4n0no3cnl3joe2a97 #img01 {
background-image: url(../files/bnrmany_ttl.png);
width: 590px;
height: 50px;
top: 185px;
left: 0;right: 0;
margin: 0 auto;
}

/*DB3>頑張り次第で収入アップ
h3ug1c2j5v2sl9jz0x0g
--------------------------------------- */
#h3ug1c2j5v2sl9jz0x0g {background: url(../files/design03_bg.jpg) no-repeat center top;}
#h3ug1c2j5v2sl9jz0x0g,
#h3ug1c2j5v2sl9jz0x0g .easys_content_inner,
#h3ug1c2j5v2sl9jz0x0g .entry_post {height: 760px;}
#h3ug1c2j5v2sl9jz0x0g .text_box {
  margin: 430px auto 0 0;
  width: 440px;
}
#h3ug1c2j5v2sl9jz0x0g #img01 {
background-image: url(../files/design03_ttl.png);
width: 250px;
height: 80px;
top: 260px;
left: calc(50% - 295px);
}
#h3ug1c2j5v2sl9jz0x0g #img02 {
background-image: url(../files/design03_img1.jpg);
width: 660px;
height: 480px;
top: 200px;
left: calc(50% + 65px);
}
/*DB4>自由度の高い働き方
voznulauorq9g65l98ph
--------------------------------------- */
#voznulauorq9g65l98ph {background: url(../files/design04_bg.jpg) no-repeat center top;}
#voznulauorq9g65l98ph,
#voznulauorq9g65l98ph .easys_content_inner,
#voznulauorq9g65l98ph .entry_post {height: 630px;}
#voznulauorq9g65l98ph .text_box {
  margin: 290px 0 0 auto;
  width: 480px;
}
#voznulauorq9g65l98ph #img01 {
background-image: url(../files/design04_ttl.png);
width: 290px;
height: 40px;
top: 155px;
left: calc(50% + 195px);
}
#voznulauorq9g65l98ph #img02 {
  top:70px;
  left:calc(50% - 775px);
  width:660px;
  height:480px;
  background-image:url(../files/design04_img1.jpg);
}
/*DB5>福利厚生も充実
k7bfk4a1suqmfvq1vpa7
--------------------------------------- */
#k7bfk4a1suqmfvq1vpa7 {background: url(../files/design05_bg.jpg) no-repeat center top;}
#k7bfk4a1suqmfvq1vpa7,
#k7bfk4a1suqmfvq1vpa7 .easys_content_inner,
#k7bfk4a1suqmfvq1vpa7 .entry_post {height: 630px;}
#k7bfk4a1suqmfvq1vpa7 .text_box {
  margin: 315px auto 0 0;
  width: 440px;
}
#k7bfk4a1suqmfvq1vpa7 #img01 {
background-image: url(../files/design05_ttl.png);
width: 230px;
height: 40px;
top: 160px;
left: calc(50% - 305px);
}
#k7bfk4a1suqmfvq1vpa7 #img02 {
  top:70px;
  left:calc(50% + 65px);
  background-image:url(../files/design05_img1.jpg);
  width: 660px;
  height: 480px;
}
/*DB6>仲の良さが自慢です
ktjdvy0pfy4t9yd349vq
--------------------------------------- */
#ktjdvy0pfy4t9yd349vq {background: url(../files/design06_bg.jpg) no-repeat center top;}
#ktjdvy0pfy4t9yd349vq,
#ktjdvy0pfy4t9yd349vq .easys_content_inner,
#ktjdvy0pfy4t9yd349vq .entry_post {height: 750px;}
#ktjdvy0pfy4t9yd349vq .text_box {
  margin: 300px 0 0 auto;
  width: 480px;
}
#ktjdvy0pfy4t9yd349vq #img01 {
background-image: url(../files/design06_ttl.png);
width: 290px;
height: 40px;
top: 155px;
left: calc(50% + 180px);
}
#ktjdvy0pfy4t9yd349vq #img02 {
  top:70px;
  left:calc(50% - 775px);
  background-image:url(../files/design06_img1.jpg);
  width: 660px;
  height: 480px;
}
/*募集要項
ezg0rt2we1pyeyxfknnl
--------------------------------------- */
#ezg0rt2we1pyeyxfknnl{
background: #000;
padding: 100px 0 50px;
}
/*DB7>空間づくりの未来を担う仲間へ
ffcfgutl78mdfczmbuyz
--------------------------------------- */
#ffcfgutl78mdfczmbuyz {background: url(../files/design07_bg.jpg) no-repeat center top;}
#ffcfgutl78mdfczmbuyz,
#ffcfgutl78mdfczmbuyz .easys_content_inner,
#ffcfgutl78mdfczmbuyz .entry_post {height: 999px;}
#ffcfgutl78mdfczmbuyz .text_box {
  margin: 690px auto 0 0;
  width: 560px;
}
#ffcfgutl78mdfczmbuyz #img01 {
background-image: url(../files/design07_img1.jpg);
width: 2000px;
height: 500px;
top: 0px;
left: calc(50% - 1000px);
transition-duration: 2s;
}

#ffcfgutl78mdfczmbuyz #img02 {
background-image: url(../files/design07_ttl.png);
width: 450px;
height: 40px;
top: 610px;
left: calc(50% - 490px);
}

#ffcfgutl78mdfczmbuyz #img03 {
top: 240px;
left: calc(50% + 175px);
width: 530px;
height: 320px;
}
#ffcfgutl78mdfczmbuyz #img03::after{
background-image: url(../files/design07_img2.jpg);

}
#ffcfgutl78mdfczmbuyz #img04 {
top: 580px;
left: calc(50% + 175px);
width: 530px;
height: 390px;
}
#ffcfgutl78mdfczmbuyz #img04::after{
background-image: url(../files/design07_img3.jpg);

}
/*DB8>空間の先にある笑顔を想って
drdkx1v7vuogsvxjpx5c
--------------------------------------- */
#drdkx1v7vuogsvxjpx5c {background: url(../files/design08_bg.jpg) no-repeat center top;}
#drdkx1v7vuogsvxjpx5c,
#drdkx1v7vuogsvxjpx5c .easys_content_inner,
#drdkx1v7vuogsvxjpx5c .entry_post {height: 1000px;}
#drdkx1v7vuogsvxjpx5c .text_box {
  margin: 430px 0 0 auto;
  width: 450px;
}
#drdkx1v7vuogsvxjpx5c #img01 {background-image: url(../files/design08_ttl.png);width: 450px;height: 40px;top: 355px;left: calc(50% + 26px);}
#drdkx1v7vuogsvxjpx5c #img02 {
background-image: url(../files/design08_img1.png);
width: 720px;
height: 590px;
top: 220px;
left: calc(50% - 785px);
}
/*イメージ画像
tx85dl4mbnrv9steyt2c
--------------------------------------- */
#tx85dl4mbnrv9steyt2c {position: relative;}
#tx85dl4mbnrv9steyt2c .easys_content_inner {clip-path: inset(0);-webkit-clip-path: inset(0);}
#tx85dl4mbnrv9steyt2c .easys_content_inner,#tx85dl4mbnrv9steyt2c .img_display,
#tx85dl4mbnrv9steyt2c .eyecatch,#tx85dl4mbnrv9steyt2c .field_1col {
  position: relative;
  top: 0;margin-bottom: 0;
  padding: 0;width: 100%;height: 800px;
}
#tx85dl4mbnrv9steyt2c div {margin-bottom: 0;line-height: 0;}
#tx85dl4mbnrv9steyt2c .img_display .field_1col {position: absolute;top: 0;}
#tx85dl4mbnrv9steyt2c [class*='field_']:nth-of-type(1) img {
  position: fixed;
  top: 0;left: 0;z-index: -1;
  width: 100vw;height: 100vh;
  object-fit: cover;
}
#tx85dl4mbnrv9steyt2c .img_display div:nth-of-type(2) .eyecatch img {
  position: absolute;left: calc(50% - 1000px);
  width: 2000px;height: 800px;
}
/*DB9>ここまでお読みいただきありがとうございます
nwjoub1ntz1k64zw2wql
--------------------------------------- */
#nwjoub1ntz1k64zw2wql {background: url(../files/design09_bg.jpg) no-repeat center top;}
#nwjoub1ntz1k64zw2wql,
#nwjoub1ntz1k64zw2wql .easys_content_inner,
#nwjoub1ntz1k64zw2wql .entry_post {height: 750px;}
#nwjoub1ntz1k64zw2wql .text_box {
  margin: 400px auto 0;
  width: 690px;
}
#nwjoub1ntz1k64zw2wql .post_data{text-align: center;}
#nwjoub1ntz1k64zw2wql #img01 {
background-image: url(../files/design09_ttl.png);
width: 690px;
height: 40px;
top: 320px;
left: 0;right: 0;
margin: 0 auto;
}