@charset "utf-8";

/*
 * PC用スタイルCSS
 */
 @import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
 @import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
scroll-behavior: smooth;
scroll-padding-top: 0px; 
background:#ffffff;
}

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

body {
  background: none transparent;
  color: #333333;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;/*2000pxを超える画面の対策*/
}
body#page_6 {
  background: none transparent;
}

h2,h3,h4,h5,.widget-title2,.entry_title{font-family: 'Zen Old Mincho', serif;font-weight: 500 !important;}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

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

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



/* ===================================================================================================================
   ■ ヘッダー　メインの高さ｜メインに被せる画像（ロゴやキャッチ）
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  padding: calc(100% * (700/2000)) 0 0 0;/*メインの高さ*/
  position: relative;
  z-index: 500;
  height: 0;
  background: url("/files/branding_box_bg.png") no-repeat left top;
}

#page_6 #branding_box {
  padding: calc(100% * (1035/2000)) 0 0 0;/*メインの高さ*/
  background: url("/files/branding_box_bg_top.png") no-repeat left top;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}



/* 翻訳 */
#glt-translate-trigger {
  background: url(/files/btn_translate.jpg) no-repeat center top;
  width: 100px;
  height: 100px;
  padding: 0;
  top: 0;
  right: 100px !important;
  left: auto !important;
  box-shadow: none !important;
}
@media(min-width:2000px) {

#glt-translate-trigger {
right: calc(50% - 900px) !important;
}
}

#glt-translate-trigger > span {display: none;}
.tool-container.tool-top {
  top: 120px !important;
}
.tool-container.tool-top {
  top: 70px !important;
  bottom: auto !important;
}
.tool-items {
  height: 25px !important;
  display: block;
  vertical-align: top;
}
.tool-container.tool-top .arrow {
  border-color: #e9e5e5 transparent transparent;
  left: 50%;
  top: -14px;
  margin-left: -7px;
  transform: rotate(180deg);
}
.tool-container.tool-top {
  top: 70px !important;
  bottom: auto !important;
  background: #e9e5e5;
}

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

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


/*  サイトロゴ　※ロゴリンク範囲
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 260px; 
  margin: 0 ;
  padding: 0;
}
.main_header img ,
.header_class img {
  position:absolute;
  top:0px;
  z-index: 500;
  width:260px;
  height:100px;
}




/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
/*ハンバーガーメニュー
------------------------------------------------*/
.menu_btn{
  position:fixed;
  top:0;
  right:0;
  display:block;
  width:100px;
  height:100px;
  background-color:#118ec4;
  z-index: 999;
}
@media(min-width:2000px) {
.menu_btn {
  right: calc(50% - 1000px);
  }
  .menu-trigger {
  right: calc(50% - 970px) !important;
  }
}

/*三本線------------------------------------------------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  top: 40px;
  right: 30px;
  width: 35px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -2px;
}

.menu-trigger.inactive span:nth-of-type(1) {
  animation: menu-bar01 .75s backwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.inactive span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger.inactive span:nth-of-type(3) {
  animation: menu-bar02 .75s backwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

/*↑ここまで三本線------------------------------------------------*/


#access {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background:
    linear-gradient( 270deg, #fff 0%, #fff 60%, transparent 60%, transparent 100%),
    url(/files/menu_bg.jpg) no-repeat center center/cover;
  z-index: 590;
  transition: transform .4s;
  transform: translateY(-110%);
}


#access.open {/*出てきた時*/
  transform: translateY(0%);
}

#access .menu-header {
  width: 500px;
  height: 425px;
  position: absolute;
  top: calc(50vh - 250px);
  left: calc(50% - 20px);
  z-index: 2;
  background: url("/files/menu_bg02.png") no-repeat left top 64px;
  border-bottom: 1px solid #c5c6cb;
}
#menu-gnavi {
  width: 500px;
  height: 415px;
  display: flex;
  flex-wrap: wrap;
}

div#access .menu-item a {
  background: url("/files/topnavi.png") no-repeat left top;
  padding: 0;
}

div#access .snavi a{
  width: 250px ;height: 25px;
}
/*-----------------top*/
div#access .gnavi11 a {
  width: 500px;
  height: 60px;
  border-bottom: 1;
 
}
/*-----------------company*/
div#access .gnavi12 a {
  width: 250px;
  height: 60px;
  background-position: left top -65px !important;
}
div#access .snavi01 a{
  background-position: left top -130px;
}
div#access .snavi02 a{
  background-position: left top -156px;
}
/*-----------------business*/
div#access .gnavi13 a {
  width: 250px;
  height: 60px;
  background-position: left -250px top -65px !important;
}
div#access .snavi03 a{
  background-position: left -250px top -130px;
}
div#access .snavi04 a{
  background-position: left -250px top -156px;
}

/*-----------------works*/
div#access .gnavi14 a {
  width: 250px ;height: 60px;
  background-position: left top -195px !important;

}
div#access .snavi05 a{
  width: 500px;
  background-position: left top -257px;
}
/*-----------------recruit*/
div#access .gnavi15 a { 
  width: 250px ;height: 60px;
  background-position: left -250px top  -195px !important;

  
}
/*-----------------contact*/
div#access .gnavi16 a {
  width: 500px;
  height: 60px;
  background-position: left top -300px !important;

  
}
div#access .snavi06 a{
  width: 500px;
  background-position: left top -365px;
}
div#access .snavi07 a{
  width: 500px;
  background-position: left top -387px;
  
}

/*hover ===========================================*/

/*-----------------top*/
div#access .gnavi11 a:hover {
  background-position: right top;
}
/*-----------------company*/
div#access .gnavi12 a:hover {
  background-position: left -500px top -65px !important;
}
div#access .snavi01 a:hover{
  background-position: left -500px top -130px;
}
div#access .snavi02 a:hover{
  background-position: left -500px top -156px;
}
/*-----------------business*/
div#access .gnavi13 a:hover {
  background-position: right top -65px !important;
}
div#access .snavi03 a:hover{
  background-position: right top -130px;
}
div#access .snavi04 a:hover{
  background-position: right top -156px;
}

/*-----------------works*/
div#access .gnavi14 a:hover {
  background-position: left -500px top -195px !important;
}
div#access .snavi05 a:hover{
  background-position: left -500px top -257px;
}
/*-----------------recruit*/
div#access .gnavi15 a:hover { 
  background-position: right top  -195px !important;
}
/*-----------------contact*/
div#access .gnavi16 a:hover {
  background-position: left -500px top -300px !important;
}
div#access .snavi06 a:hover{
  background-position: left -500px top -365px;
}
div#access .snavi07 a:hover{
  background-position: left -500px top -387px;
}




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

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, 
#jquery_slider_pc,
#video_teaser {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}


#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: #222222;
  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 {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #b6b9bf;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a {
  text-decoration: underline;
  color: #fff;
}
#wp-calendar tbody td a:hover { text-decoration: none; }

#calendar_wrap table tr td#today {
  background-color: #118ec4;
  color: #fff;
}



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

#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;
  top: 200px;
  left: calc(50% + 0px);
  margin: 0;
  width: 500px;
}


#footer-widget-area .widget-area ul.menu {
  border-color:  transparent !important;
  column-count: 3;
  column-fill: auto;
  column-gap: 20px;
  border: none;
  -webkit-column-count: 3;
  -moz-column-count: 2;
  height: 150px;
  width: 500px;
}
#menu-item-1035{
  margin-bottom: 34px !important;
}

#footer-widget-area .widget-area .menu-item a {
  width:130px;
  margin-bottom:5px;
  padding:0;
  text-align:left;
  color:#FFFFFF;
  border-color:transparent;
  background:url(/files/footer_arr.png) no-repeat right center;
}

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

.footer_infomation {
  display: block;
  margin: 0;
  width: 400px;
  position: absolute;
  top: 285px;
  left: calc(50% - 470px);
}

#footer_information .entry-post {
  width: 100%;
  margin:  0;
  text-align: left;
  color: #ffffff;

}

/*  フッター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: #93979f;
  display: block;
  width: auto;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 470px);
  margin: 0;
  width:auto;
  text-align: left;

}


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

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 50px;}


#float_top_btn {
    bottom: 38px;
    position: fixed;
    right: 20px;
    z-index: 999;
}





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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #1e4caa;
}
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: #ffffff;
}

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

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



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

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

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

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


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

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

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

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


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

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






/*  テーブル　不要な方を削除　bg｜line
---------------------------------------------------------------------------------------------------- */
/*--------------------------line */

table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #85878e;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #85878e !important;
}

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

/* Dメニュー下線 */
.td_cell {
  border-color: #b6b9bf;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}




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




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


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

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




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #118ec4;
}
.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: #85878e;
}
/* 有効期限の部分 */
.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: #222222;
}

.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

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


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

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

small {
  box-sizing: border-box;
}

.flow_arr {  height: 40px;}

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }

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

/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
._db .entry_post:first-of-type .eyecatch
{display: none;}
/*  float 解除
---------------------------------------------------------------------------------------------------- */
._db  .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;}

/*デザインブロック　共通*/
._db
{
position: relative;
z-index: 200;
}
._db *[class*='title']
{ display: none;}

body:not(#page_6) ._db .main_btn a{display: none;}

#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block,
#page_15 #outer_block,
#page_81 #outer_block,
#page_1011 #outer_block,
#page_1013 #outer_block,
#page_1015 #outer_block,
#page_1017 #outer_block,
#page_1019 #outer_block,
#page_1021 #outer_block,
#page_1023 #outer_block
{padding: 0;}

  /* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
.easys_content_inner{
  opacity: 0;
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
   transform:  rotate3d(-1, -1, 0, -10deg) translateY(30px);
}
.easys_content_inner.moved2{
  opacity: 1 !important;
 transform: rotate3d(0, 0, 1, 0) translate(0px, 0px);
}

/*解除　バナーの.easys_content_innerのフェードインだけ*/
.nd_01 .easys_content_inner{
  opacity: 1 !important;
 transform: rotate3d(0, 0, 1, 0) translate(0px, 0px);
}

/*上下左右フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}
.moved{opacity: 1;}
.f_up {transform: translateY(-100px);}
.f_down {transform: translateY(100px);}
.f_left {transform: translateX(-100px);}
.f_right {transform: translateX(100px);}
.moved {transform: translate(0px, 0px);}

/* 文字がランダム */
.js_typing {
  color: #118dc4;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 10px;
}
/*デザインブロック　ボタン共通------------------------------------*/
._db .main_btn a{
display: block;
width: 280px;
height: 50px;
padding: 0;margin: 0;
border-radius: 0;
text-indent: -99999px;
float: left;
position: relative;
transition: 0.2s;
background: url(/files/10top_block01_btn.png) no-repeat center top;
overflow: hidden;
}

._db .main_btn a:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  height:100%;
  transition:opacity 0.2s ease 0s;
  pointer-events:none;
  opacity:0;
  background: url(/files/10top_block01_btn_on.png) no-repeat center top;
}
._db .main_btn a:hover:before
{opacity: 1;}

._db .main_btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: .2s;
  background: #0291cf;
}
._db .main_btn a:hover:after
{left: 0%;}

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

/*  1 DB>ALC工事の最高峰“株式会社明将”
#je1u5s5nicqd5pjpec48
--------------------------------------------------------------- */
#je1u5s5nicqd5pjpec48
{
height: 1315px;
position: relative;
z-index: 200;
background: url(/files/10top_block01_bg01.jpg) no-repeat center top;
}
#je1u5s5nicqd5pjpec48 *[class*='title']
{ display: none;}
#je1u5s5nicqd5pjpec48 .text_box
{
position: absolute;
width: 480px;
top: 420px;
left: calc(50% - 480px);
}
#je1u5s5nicqd5pjpec48 .text_box .post_data 
{text-align: left;}

.translated-ltr #je1u5s5nicqd5pjpec48 .text_box .post_data 
{line-height: 1.5;}



#je1u5s5nicqd5pjpec48 #f_right
{
display: block;
position: absolute;
width:885px;
height: 540px;
top: 500px;
right: calc(50% - 1000px);
z-index: -5;
background: url(/files/10top_block01_bg02.jpg) no-repeat center top;
}
#je1u5s5nicqd5pjpec48 #f_left
{
display: block;
position: absolute;
width: 1290px;
height: 305px;
top: 1010px;
left: calc(50% - 1000px);
z-index: -4;
background: url(/files/10top_block01_bg03.png) no-repeat center top;
}
#je1u5s5nicqd5pjpec48 #f_left2
{
display: block;
position: absolute;
width: 2000px;
height: 1180px;
bottom: 0px;
left: calc(50% - 1000px);
z-index: -3;
background: url(/files/10top_block01_bg04.png) no-repeat center top;
}
#je1u5s5nicqd5pjpec48 #f_up
{
display: block;
position: absolute;
width: 550px;
height: 340px;
top: 165px;
left: calc(50% - 480px);
z-index: -2;
background: url(/files/10top_block01_bg05.png) no-repeat center top;
}


/*  2 DB>匠の技術で、未来の街づくり（業務内容ページ併用）15
#l1cnuzkq9w4c1urgdz91
--------------------------------------------------------------- */
#l1cnuzkq9w4c1urgdz91
{height: 2190px;position: relative;z-index: 200;background: 
url(/files/10top_block02_bg01.png) no-repeat center top / auto scroll,
url(/files/10top_block02_para.jpg) no-repeat center center / cover fixed;margin-bottom: 60px;}

#l1cnuzkq9w4c1urgdz91 *[class*='title']
{ display: none;}
#l1cnuzkq9w4c1urgdz91 .text_box
{position: absolute;width: 560px;top: 900px;left: calc(50% - 65px);}
#l1cnuzkq9w4c1urgdz91 .text_box .post_data 
{text-align: left;color: #fff;}

#l1cnuzkq9w4c1urgdz91 .main_btn a
{ background: url(/files/10top_block02_btn.png) no-repeat center top;}
#l1cnuzkq9w4c1urgdz91 .main_btn a:before
{ background: url(/files/10top_block02_btn_on.png) no-repeat center top;}
#l1cnuzkq9w4c1urgdz91 .main_btn a:after{background: #fff;}


#l1cnuzkq9w4c1urgdz91 #f_right
{
display: block;
position: absolute;
width: 1385px;
height: 910px;
top: 550px;
right: calc(50% - 1000px);
z-index: -5;
background: url(/files/10top_block02_bg02.png) no-repeat center top;
}
body:not(#page_6) #l1cnuzkq9w4c1urgdz91 #f_right
{display: block;position: absolute;width: 2000px;height: 2090px;top: 0px;left: calc(50% - 1000px);z-index: -5;background: url(/files/10top_block02_naka.png) no-repeat center top;}

#page_6 #l1cnuzkq9w4c1urgdz91 #f_up
{
display: block;
position: absolute;
width: 580px;
height: 230px;
top: 700px;
left: calc(50% - 70px);
z-index: -4;
background: url(/files/10top_block02_bg03.png) no-repeat center top;
}

#page_6 #l1cnuzkq9w4c1urgdz91 #f_left
{
display: block;
position: absolute;
width: 1480px;
height: 1350px;
top: 710px;
left: calc(50% - 1000px);
z-index: -3;
background: url(/files/10top_block02_bg04.png) no-repeat center top;
}

#page_6 #l1cnuzkq9w4c1urgdz91 #f_right2
{
display: block;
position: absolute;
width: 1110px;
height: 540px;
bottom: 0px;
right: calc(50% - 1000px);
z-index: -2;
background: url(/files/10top_block02_bg05.png) no-repeat center top;
}

/*para #lhc0vk2t186iiflspwta */
#lhc0vk2t186iiflspwta {
background: 
url(/files/para_bg.png) no-repeat center top / auto scroll,
url(/files/para.jpg) no-repeat center center / cover fixed;
height: 600px;
}

/*  3 DB>変わりゆく時代に、変わらない安心を（取り組みページ併用）9
#akroi8egntixpwlv2kkb
--------------------------------------------------------------- */
#akroi8egntixpwlv2kkb
{
height: 1430px;
position: relative;
z-index: 200;
background: url(/files/10top_block03_bg01.jpg) no-repeat center top;
}

body:not(#page_6) #akroi8egntixpwlv2kkb{
  background: url(/files/10top_block03_naka.jpg) no-repeat center top;
  height: 1350px;
  margin-bottom:60px;
}

#akroi8egntixpwlv2kkb *[class*='title']
{ display: none;}
#akroi8egntixpwlv2kkb .text_box
{
position: absolute;
width: 480px;
top: 760px;
left: calc(50% - 480px);
}
#akroi8egntixpwlv2kkb .text_box .post_data 
{text-align: left;}

#page_6 #akroi8egntixpwlv2kkb #f_left
{
display: block;
position: absolute;
width: 2000px;
height: 1215px;
top: 0px;
left: calc(50% - 1000px);
z-index: -5;
background: url(/files/10top_block03_bg02.png) no-repeat center top;
}

#page_6 #akroi8egntixpwlv2kkb #f_up {
  display:block;
  position:absolute;
  top:470px;
  left:calc(50% - 576px);
  z-index:-4;
  width:570px;
  height:290px;
  background:url(/files/10top_block03_bg03.png) no-repeat center top;
}
#page_6 #akroi8egntixpwlv2kkb #f_right
{
display: block;
position: absolute;
width: 1000px;
height: 355px;
bottom: 0px;
right: calc(50% - 1000px);
z-index: -3;
background: url(/files/10top_block03_bg04.png) no-repeat center top;
}


/*  4 DB>培ってきた豊富な実績（施工実績ページ併用）1015
#fppx9cc9f2ouw8i8cwvb
--------------------------------------------------------------- */
#fppx9cc9f2ouw8i8cwvb {
  position:relative;
  z-index:200;
  height:930px;
  background:url(/files/10top_block04_bg01.jpg) no-repeat center bottom;
}
body:not(#page_6) #fppx9cc9f2ouw8i8cwvb{
  height: 1060px;
  background: url(/files/10top_block04_naka.jpg) no-repeat center bottom;
  margin-bottom:60px;
}

#fppx9cc9f2ouw8i8cwvb *[class*='title']
{ display: none;}
#fppx9cc9f2ouw8i8cwvb .text_box
{
position: absolute;
width: 480px;
top: 360px;
left: calc(50% - 0px);
}

body:not(#page_6) #fppx9cc9f2ouw8i8cwvb .text_box{
  top: 440px;left: calc(50% + 5px);
}
#fppx9cc9f2ouw8i8cwvb .text_box .post_data 
{text-align: left;}

/*slide*/
#idvp24svhxx8yf7v5riq{
  height: 580px;
  background: url(/files/10top_block04_bg04.jpg) no-repeat center bottom;
  margin: 0;
}

#page_6 #fppx9cc9f2ouw8i8cwvb #f_left
{
  display: block;
  position: absolute;
  width: 750px;
  height: 730px;
  top: 80px;
  left: calc(50% - 835px);
  z-index: -5;
  background: url(/files/10top_block04_bg02.png) no-repeat center top;
}

#page_6 #fppx9cc9f2ouw8i8cwvb #f_up {
  display:block;
  position:absolute;
  top:80px;
  left:calc(50% - 55px);
  z-index:-4;
  width:350px;
  height:260px;
  background:url(/files/10top_block04_bg03.png) no-repeat center top;
}

#page_6 #fppx9cc9f2ouw8i8cwvb #f_right
{
display: block;
position: absolute;
width: 1000px;
height: 1270px;
top: 240px;
left: calc(50% - 0px);
z-index: -3;
background: url(/files/10top_block04_bg05.png) no-repeat center top;
}

/*  5 新着情報 #kcxgnvcwbebee02i5nxv
--------------------------------------------------------------- */
#kcxgnvcwbebee02i5nxv{
  background: url(/files/10top_block05_para.jpg) no-repeat center center/cover fixed;
  margin-bottom:60px;
  position:relative;
}

#kcxgnvcwbebee02i5nxv .easys_content_inner{
  padding: 400px 0 160px;
  width: 905px;margin: 0 auto;
}

#kcxgnvcwbebee02i5nxv h3{display:none;}

#kcxgnvcwbebee02i5nxv .list_block .list_box {
    border-bottom: none;
    display: flex;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 auto 10px;
    padding: 30px 35px 30px;
    width: 905px;
    background: #fff;
    box-sizing: border-box;
}

#kcxgnvcwbebee02i5nxv .date_area{
  width:20%;
}
#kcxgnvcwbebee02i5nxv .news_small_text{
  width:80%;
}

#kcxgnvcwbebee02i5nxv #f_up {
  display:block;
  position:absolute;
  top:150px;
  left:calc(50% - 130px);
  z-index:1;
  width:360px;
  height:240px;
  background:url(/files/10top_block05_bg.png) no-repeat center top;
}

/*  ◆【会社概要ページ】
---------------------------------------------------------------------------------------------------- */
/*  6 DB>ご挨拶
#p8rxeufrirqzh7c7adbf
--------------------------------------------------------------- */
#p8rxeufrirqzh7c7adbf
{
height: 960px;
position: relative;
z-index: 200;
background: url(/files/20company_block01_bg.jpg) no-repeat center top;
}
#p8rxeufrirqzh7c7adbf *[class*='title']
{ display: none;}
#p8rxeufrirqzh7c7adbf .text_box
{
position: absolute;
width: 600px;
top: 380px;
left: calc(50% - 480px);
}
#p8rxeufrirqzh7c7adbf .text_box .post_data 
{text-align: left;}

.translated-ltr #p8rxeufrirqzh7c7adbf .text_box .post_data 
{line-height: 1.5;}

/*  7 DB>経営方針
#xr405u0a6643thtqsxo8
--------------------------------------------------------------- */
#xr405u0a6643thtqsxo8
{
height: 1400px;
position: relative;
z-index: 200;
background: 
url(/files/20company_block02_bg.png) no-repeat center top / auto scroll,
url(/files/20company_para.jpg) no-repeat center center / cover fixed;
}

#xr405u0a6643thtqsxo8 *[class*='title']
{ display: none;}
#xr405u0a6643thtqsxo8 .text_box {
  position:absolute;
  top:440px;
  left:0;
  right:0;
  width:775px;
  margin:0 auto;
}
#xr405u0a6643thtqsxo8 .text_box .post_data {
  line-height:2.1;
  text-align:center;
  color:#FFFFFF;
}

/*  ◆【数字で見る明将ページ】
---------------------------------------------------------------------------------------------------- */
/*  8-10 DB>数字
#wtz43w0hxs65sc1qh6pk
--------------------------------------------------------------- */
#wtz43w0hxs65sc1qh6pk {
  position:relative;
  z-index:200;
  height:1830px;
  margin-bottom: 4px;
  background:url(/files/40numbers_block01_bg.jpg) no-repeat center top;
}
#wtz43w0hxs65sc1qh6pk .easys_content_inner{
  opacity: 1 !important;
 transform: rotate3d(0, 0, 1, 0) translate(0px, 0px);
}
#wtz43w0hxs65sc1qh6pk .sub_post{
  margin: 0;
}
#wtz43w0hxs65sc1qh6pk .sub_post_0 {
  position:absolute;
  top:175px;
  left:calc(50% - 376px);
  width:100px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_0 p {
  font-size:120px;
  font-weight:500;
  letter-spacing:-6px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_1 {
  position:absolute;
  top:139px;
  left:calc(50% - 80px);
  width:100px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_1 p {
  font-size:170px;
  font-weight:500;
}
#wtz43w0hxs65sc1qh6pk .sub_post_2 {
  position:absolute;
  top:142px;
  left:calc(50% + 231px);
  width:120px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_2 p {
  font-size:150px;
  font-weight:500;
  letter-spacing:-6px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_3 {
  position:absolute;
  top:662px;
  left:calc(50% - 355px);
  width:250px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_4 {
  position:absolute;
  top:613px;
  left:calc(50% + 120px);
  width:250px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_5 {
  position:absolute;
  top:1075px;
  left:calc(50% - 411px);
  width:150px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_5 p {
  font-size:120px;
  font-weight:500;
  letter-spacing: -10px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_6 {
  position:absolute;
  top:1045px;
  left:calc(50% - 87px);
  width:180px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_6 p {
  font-size:100px;
  font-weight:500;
  letter-spacing:-2px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_7 {
  position:absolute;
  top:1017px;
  left:calc(50% + 312px);
  width:100px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_7 p {
  font-size:150px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_8 {
  position:absolute;
  top:1430px;
  left:calc(50% - 340px);
  width:115px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_8 p {
  font-size:110px;
  font-weight:600;
}
#wtz43w0hxs65sc1qh6pk .sub_post_9 {
  position:absolute;
  top:1450px;
  left:calc(50% + 170px);
  width:120px;
}
#wtz43w0hxs65sc1qh6pk .sub_post_9 p {
  font-size:100px;
  letter-spacing:-1px;
}

/*  ◆【海外事業ページ】
---------------------------------------------------------------------------------------------------- */
/*  11 DB>海外進出で、グローバルな街づくり
#iqa4na5z62p25sypkopj
--------------------------------------------------------------- */
#iqa4na5z62p25sypkopj
{
height: 1350px;
position: relative;
z-index: 200;
background: url(/files/60overseas_block01_bg.jpg) no-repeat center top;
margin-bottom: 60px;
}
#iqa4na5z62p25sypkopj *[class*='title']
{ display: none;}
#iqa4na5z62p25sypkopj .text_box
{position: absolute;width: 480px;top: 520px;left: calc(50% - 0px);}
#iqa4na5z62p25sypkopj .text_box .post_data 
{text-align: left;}

/*  ◆【工事経歴ページ】
---------------------------------------------------------------------------------------------------- */
/*  12 DB>ただひたすらに街づくり
#p1okgbrutex96aho36g2
--------------------------------------------------------------- */
#p1okgbrutex96aho36g2
{
height: 1200px;
position: relative;
z-index: 200;
background: url(/files/70experience_block01_bg.jpg) no-repeat center top;
}
#p1okgbrutex96aho36g2 *[class*='title']
{ display: none;}
#p1okgbrutex96aho36g2 .text_box
{
position: absolute;
width: 480px;
top: 450px;
left: calc(50% - 480px);
}
#p1okgbrutex96aho36g2 .text_box .post_data 
{text-align: left;}

/*  ◆【仕事の流れページ】
---------------------------------------------------------------------------------------------------- */
/*  13 DB>ALC工事とは
#fl0hi3qqrwz2tre28dra
--------------------------------------------------------------- */
#fl0hi3qqrwz2tre28dra
{
height: 1290px;
position: relative;
z-index: 200;
background: url(/files/90flow_block01_bg.jpg) no-repeat center top;
}
#fl0hi3qqrwz2tre28dra *[class*='title']
{ display: none;}
#fl0hi3qqrwz2tre28dra .text_box
{
position: absolute;
width: 480px;
top: 480px;
left: calc(50% - 0px);
}
#fl0hi3qqrwz2tre28dra .text_box .post_data 
{text-align: left;}

/*  14 DB>ALC工事の流れ
#sz1699jld40536rr25bl
--------------------------------------------------------------- */
#sz1699jld40536rr25bl {
  position:relative;
  z-index:200;
  height:1560px;
  margin-bottom: 4px;
  background:url(/files/90flow_block02_bg.png) no-repeat center top / auto scroll,
  url(/files/90flow_block02_para.jpg) no-repeat center center / cover fixed;
}

#sz1699jld40536rr25bl *[class*='title']
{ display: none;}
#sz1699jld40536rr25bl .sub_post{
  width: 830px;
  height: 180px;
  margin: 0 0 40px 132px;
  display: flex;
}
#sz1699jld40536rr25bl .sub_post p{
  width: 500px;
  margin: 70px 0 0;
  color: #fff;
  line-height:1.8;
  box-sizing: border-box;
  padding-left: 5px;
}

#sz1699jld40536rr25bl .img_size_small {
  height: auto;
  overflow: hidden;
  width: 280px;
  float: none !important;
  margin: 0 0 0 auto;
}

#sz1699jld40536rr25bl .sub_post .float_right{
  float: none !important;
  width: 500px;
  margin: 0;
}

#sz1699jld40536rr25bl .sub_post_0
{margin-top: 358px;height: 160px;}
#sz1699jld40536rr25bl .sub_post_0 p{
  margin: 60px 0 0;
}
#sz1699jld40536rr25bl .sub_post_1
{height: 190px;}
#sz1699jld40536rr25bl .sub_post_1 p{
  margin: 40px 0 0;
}
#sz1699jld40536rr25bl .sub_post_3 p{
  margin: 30px 0 0;
}
#sz1699jld40536rr25bl .sub_post_4 p{
  margin: 30px 0 0;
}


/*  ◆【協力会社募集ページ】
---------------------------------------------------------------------------------------------------- */
/*  15 DB>挑戦と成長を共にするパートナー
#iuuyncqz9tu9e7xipmn8
--------------------------------------------------------------- */
#iuuyncqz9tu9e7xipmn8
{
height: 1300px;
position: relative;
z-index: 200;
background: url(/files/100partner_block01_bg.jpg) no-repeat center top;
margin-bottom: 60px;
}
#iuuyncqz9tu9e7xipmn8 *[class*='title']
{ display: none;}
#iuuyncqz9tu9e7xipmn8 .text_box
{
position: absolute;
width: 480px;
top: 480px;
left: calc(50% - 480px);
}
#iuuyncqz9tu9e7xipmn8 .text_box .post_data 
{text-align: left;color: #fff;}

/*  ◆【ご依頼についてページ】
---------------------------------------------------------------------------------------------------- */
/*  16 DB>建設の強い味方、ALC工事は明将へ
#dpyhveq0uc8srsvg0ipx
--------------------------------------------------------------- */
#dpyhveq0uc8srsvg0ipx
{
height:1280px;
position: relative;
z-index: 200;
background: url(/files/110request_block01_bg.jpg) no-repeat center top;
}
#dpyhveq0uc8srsvg0ipx *[class*='title']
{ display: none;}
#dpyhveq0uc8srsvg0ipx .text_box
{
position: absolute;
width: 620px;
top: 780px;
left: calc(50% - 120px);
}
#dpyhveq0uc8srsvg0ipx .text_box .post_data 
{text-align: left;}


/*  17 DB>ご依頼の流れ
#ayzpixot81lf4ajqrgev
--------------------------------------------------------------- */
#ayzpixot81lf4ajqrgev {
  position:relative;
  z-index:200;
  height:1200px;
  margin-bottom:60px;
  background:url(/files/110request_block02_bg.png) no-repeat center top / auto scroll,
  url(/files/110request_block02_para.jpg) no-repeat center center / cover fixed;
}

#ayzpixot81lf4ajqrgev *[class*='title']
{ display: none;}
#ayzpixot81lf4ajqrgev .sub_post{
  width: 810px;
  margin: 0 0 40px 150px;
  box-sizing: border-box;
  padding-left: 8px;
}
#ayzpixot81lf4ajqrgev .sub_post p{
  color: #fff;
}

#ayzpixot81lf4ajqrgev .sub_post_0
{margin-top: 410px;}
#ayzpixot81lf4ajqrgev .sub_post_1
{margin-top: 42px;}
#ayzpixot81lf4ajqrgev .sub_post_2
{margin-top: 33px;}
#ayzpixot81lf4ajqrgev .sub_post_3
{margin-top: 61px;}
#ayzpixot81lf4ajqrgev .sub_post_4
{margin-top: 40px;}

/*翻訳ページ*/

.translated-ltr #ayzpixot81lf4ajqrgev .sub_post p{
  line-height: 1.5;
}

/*  ◆【採用情報ページ】
---------------------------------------------------------------------------------------------------- */
/*  18 DB>一緒に未来を創る
#pf6tga51oe2d3wbcsbgh
--------------------------------------------------------------- */
#pf6tga51oe2d3wbcsbgh
{
height: 1430px;
position: relative;
z-index: 200;
background: url(/files/120recruit_block01_bg.jpg) no-repeat center top;
margin-bottom: 60px;
}
#pf6tga51oe2d3wbcsbgh *[class*='title']
{ display: none;}
#pf6tga51oe2d3wbcsbgh .text_box
{position: absolute;width: 480px;top: 730px;left: calc(50% - 0px);}
#pf6tga51oe2d3wbcsbgh .text_box .post_data 
{text-align: left;}

/*  ◆背景設定
---------------------------------------------------------------------------------------------------- */
/*  □ block_bg_01.jpg	
業務内容　ALCパネルの特徴	bq1f6sf2enp5viqo7m4g
工事経歴　2022年度工事経歴 q569poua15bfyw6wgdfn
採用情報　募集要項 sz347q3arv5yrs8lyc1y
--------------------------------------------------------------- */
#bq1f6sf2enp5viqo7m4g,
#q569poua15bfyw6wgdfn,
#sz347q3arv5yrs8lyc1y {
  margin-bottom:4px;
  padding:80px 0 50px;
  background:url(/files/block_bg_01.jpg);
}
#q569poua15bfyw6wgdfn{margin-bottom: 50px;}

/*  □ #ecf4f9
工事経歴　2020年度工事経歴 ro83rm0401x1frxo0j4v
--------------------------------------------------------------- */
#ro83rm0401x1frxo0j4v
{
background: #ecf4f9;
padding: 80px 0 50px; margin-bottom: 50px;
}

/*  □ #f9f5e9
工事経歴　2018年度工事経歴 thyj4k4984itgvy7buw6
--------------------------------------------------------------- */
#thyj4k4984itgvy7buw6
{background: #f9f5e9;padding: 80px 0 50px;margin-bottom: 4px;}

/*  大バナー　お問い合わせ
#e2svduqlrqbem0jbhcjw
---------------------------------------------------------------------------------------------------- */

body:not(#page_6):not(#page_1021) #e2svduqlrqbem0jbhcjw{
  margin-bottom:calc(100% * (4/2000));
}

#e2svduqlrqbem0jbhcjw .easys_content_inner
{
    width: 100%;
    padding:0;
}
#e2svduqlrqbem0jbhcjw .margin-bottom_50
{
    margin-bottom: 0;
}
/*バナー画像*/
#e2svduqlrqbem0jbhcjw .eyecatch a
{
  background:url("/files/banner_contact_bg.jpg") no-repeat center top/100%;
  display: block;
  width: 100%;/*画像幅フルじゃない時、ここ変える*/
position:relative;
}
/*塗りつぶす色*/
#e2svduqlrqbem0jbhcjw .eyecatch a::before
 {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: url("/files/banner_contact_on.png") no-repeat center top/100%;
  transition: 0.3s ease 0s;
}
#e2svduqlrqbem0jbhcjw .eyecatch a:hover:before
{left: 0;}
#e2svduqlrqbem0jbhcjw .eyecatch a img{
  position: relative;
  z-index: 10;
}
#e2svduqlrqbem0jbhcjw .eyecatch a:hover img
{opacity: 1;}


  

/*  ハーフバナー
#utlu0bj2b7jjcy45qjqa
---------------------------------------------------------------------------------------------------- */
#utlu0bj2b7jjcy45qjqa{
  margin-bottom:calc(100% * (4/2000));
}
#page_81 #utlu0bj2b7jjcy45qjqa{
   margin-bottom:60px;
}
#utlu0bj2b7jjcy45qjqa .easys_content_inner {
  width: 100%;
  padding:0;
}
#utlu0bj2b7jjcy45qjqa div {
  margin-bottom: 0 !important; padding-bottom: 0 !important;}

#utlu0bj2b7jjcy45qjqa .field_2col {
    width: 50% !important;
    margin: 0;
}
#utlu0bj2b7jjcy45qjqa .field_2col .eyecatch{width: 100% !important;}
 
#utlu0bj2b7jjcy45qjqa .eyecatch a
 {
  display: block;
  width: 100%;
  position: relative;
}
 
#utlu0bj2b7jjcy45qjqa .eyecatch a img{
  position: relative;
  z-index: 2;
}
 
#utlu0bj2b7jjcy45qjqa .eyecatch a:hover img
{
  opacity: 1;
}
 

/*塗りつぶす色*/
#utlu0bj2b7jjcy45qjqa .float_left a::after,
#utlu0bj2b7jjcy45qjqa .float_right a::after
 {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.4s ease 0s;
  background:url(/files/banner_left_on.png) no-repeat left top/100%;
  z-index: 0;
}
#utlu0bj2b7jjcy45qjqa .float_right a::after{
  background:url(/files/banner_right_on.png) no-repeat left top/100%;
}

#utlu0bj2b7jjcy45qjqa .float_left a:hover::after,
#utlu0bj2b7jjcy45qjqa .float_right a:hover::after
{left: 0;}

#utlu0bj2b7jjcy45qjqa .img_display .clear_float {
    display: none;
}


/*  取り組み/数字でみる明将　（会社／協力）81.1019
--------------------------------------------------------------- */
body:not(#page_81):not(#page_1019) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(1),
body:not(#page_81):not(#page_1019) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(2)
{display: none;}

#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(1) > div >  a
{ display: block;background: url("/files/banner_initiatives_bg.jpg") no-repeat center top/100%;}
#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(2) > div >  a
{ display: block;background: url("/files/banner_numbers_bg.jpg") no-repeat center top/100%;}


/*  業務内容/海外事業　（取り組み）9
--------------------------------------------------------------- */
body:not(#page_9) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(4),
body:not(#page_9) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(5)
{display: none;}

#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(4) > div >  a
{ background: url("/files/banner_business_bg.jpg") no-repeat center top/100%;}
#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(5) > div >  a
{ background: url("/files/banner_overseas_bg.jpg") no-repeat center top/100%;}

/*  工事経歴/施工実績　（数字／仕事の流れ）12.1017
--------------------------------------------------------------- */
body:not(#page_12):not(#page_1017) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(7),
body:not(#page_12):not(#page_1017) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(8)
{display: none;}

#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(7) > div >  a
{ background: url("/files/banner_experience_bg.jpg") no-repeat center top/100%;}
#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(8) > div >  a
{ background: url("/files/banner_works_bg.jpg") no-repeat center top/100%;}

/*  仕事の流れ/ご依頼びついて　（業務／海外／工事／施工）15.1011.1013.1015
--------------------------------------------------------------- */
body:not(#page_15):not(#page_1011):not(#page_1013):not(#page_1015) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(10),
body:not(#page_15):not(#page_1011):not(#page_1013):not(#page_1015) #utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(11)
{display: none;}

#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(10) > div >  a
{ background: url("/files/banner_flow_bg.jpg") no-repeat center top/100%;}
#utlu0bj2b7jjcy45qjqa .img_display > div:nth-child(11) > div >  a
{ background: url("/files/banner_request_bg.jpg") no-repeat center top/100%;}

