@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background: url("/files/company_top.jpg") no-repeat center top / 100%;
  color: #383f47;
  min-width: 1200px; 
  max-width: 2000px;
  margin: 0 auto;
  font-family: "Noto Sans JP","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body#page_18   { background-image: url(/files/contact_top.jpg);}
body#page_1004 { background-image: url(/files/recruit_top.jpg);}
body#page_81   { background-image: url(/files/company_top.jpg);}
body#page_15   { background-image: url(/files/commitment_top.jpg);}
body#page_12   { background-image: url(/files/laser_top.jpg);}
body#page_9    { background-image: url(/files/gus_top.jpg);}
body#page_6    { background: none transparent;}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

body#page_81 #outer_block,
body#page_15 #outer_block,
body#page_12 #outer_block,
body#page_9 #outer_block,
body#page_6 #outer_block {
  padding-top: 0;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 195px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 195px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  z-index: 700;
}
#site-description a {
  display: inline;
  color: #FFF;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 0;
}
.main_header img, .header_class img {
  width: 281px;
  height: 55px;
  background: url(/files/logo.png) no-repeat center;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 60px;
  line-height: 60px;
  width: 118px;
  background-image: url(/files/topnavi2.png);
  padding: 0;
}

div#access .gnavi21 a,div#access .gnavi21 a:hover { background-position: center top; }
div#access .gnavi22 a,div#access .gnavi22 a:hover { background-position: center -60px; }
div#access .gnavi23 a,div#access .gnavi23 a:hover { background-position: center -120px; }
div#access .gnavi24 a,div#access .gnavi24 a:hover { background-position: center -180px; }
div#access .gnavi25 a,div#access .gnavi25 a:hover { background-position: center -240px; }
div#access .gnavi26 a,div#access .gnavi26 a:hover { background-position: center -300px; }
div#access .gnavi27 a,div#access .gnavi27 a:hover { background-position: center bottom; }

/* hoverで下線出す */
div#access #menu-gnavi > .menu-item > a::before,
div#access #menu-gnavi > .menu-item > a::after {
  position: absolute;
  bottom: 10px;
  content: '';
  width: 0;
  height: 1px;
  background: none #fff;
  display: inline-block;
  transition: .3s;
  left: 0;
  right: 0;
  margin: auto;
}
div#access #menu-gnavi > .menu-item > a:hover::before,
div#access #menu-gnavi > .menu-item > a:hover::after {
  width: 100%;
}

/* ハンバーガ */
#access {
  width: 118px;
  height: 424px;
  margin: auto;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  transition: .5s;
}
#access .menu-header {
  width: auto;
}
#access.open {
  top: calc(300px + 7vw);
}
#nav_btn {
  background: url(/files/menu-on.jpg) no-repeat center #fff;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 10px;
  right: 10px;
  margin: auto;
  z-index: 900;
}
#nav_btn.open {
  background-image: url(/files/menu-off.jpg);
}

#nav_float {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s;
  position: fixed;
  top: -100%;
  left: 0;
  background: url(/files/access_bg.jpg) no-repeat center top / cover;
}
#nav_float.open {
  height: 100%;
  top: 0;
}

.nav_float_logo {
  background: url(/files/main_logo.png) no-repeat center top / 100%;
  width: 275px;
  height: 275px;
  margin: 5% auto 0;
}

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

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 150px;
  color: #ffcc00;
}
#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: #ffcc00;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #ffcc00;
}
#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: #ffcc00;
}

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

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

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#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;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
}

/* ティザーのレスポンシブ */
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #239cd5;
  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: #ffcc00;
  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: 510px;
}
#footer_box {
  background: none transparent;
  height: 470px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  padding: 155px 0 0;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
  width: 23em;
  height: 13em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #fff;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
  margin-bottom: 10px;
}
#footer-widget-area .widget-area .menu-item:nth-of-type(1) a {
  padding-left: 0;
}
#footer-widget-area .widget-area .menu-item:nth-of-type(n+2)::before {
  content: "-";
  float: left;
  color: #fff;
}
#footer-widget-area .widget-area .menu-item:nth-of-type(6) {
  margin-top: 30px;
}
#footer-widget-area {
  display: block;
  width: 780px;
  text-align: right;
}

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

/* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}



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


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.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: 150px;}

@media all and (-ms-high-contrast: none) {
  .fixed_btn div,
  .fixed_btn div a {
    transition: .5s;
  }
  .fixed_btn div a:hover {
    width: 240px !important;
  }
}


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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #239cd5;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  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.jpg);
  font-size: 20px;
  color: #fff;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
}
* .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.jpg);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #fff;}



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


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


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

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


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

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





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, 
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value,
table.iqfm-table th, table.iqfm-table td  {
  border-color: #383f47;
  border-right: none;
  border-left: none;
  border-top: none !important;
  background: none transparent;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  background: none transparent;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #ffcc00 !important;
}

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

.table_area table tr td {
  border: solid 1px #383f47 !important;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #ffcc00;
  color: #ffcc00 !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: #ffcc00;
  border-color: #ffcc00;
}
.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 #ffcc00;
  border-style: solid;
  border-color: #ffcc00;
  color: #fff !important;
} 



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


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


.faq-title {
  background-color: #ffcc00;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #ffcc00;
}
.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: #383f47;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #383f47;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #383f47;
}
.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.jpg);
  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: #ffcc00;
  color: #fff;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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はこちらに記述↓↓ ============================== */

/*  バナー、画像などにフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  opacity: 0;
}
.easys_content_inner.moved {
  animation: fadeIn 2.5s ease forwards;
}

/*  ギミック01アニメーション-終了処理
---------------------------------------------------------------------------------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*  ギミック02アニメーション-終了処理
---------------------------------------------------------------------------------------------------- */
@keyframes fadeInUp {
  from {
    margin-top: 100px;
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    margin-top: 0px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*  ギミック03アニメーション
---------------------------------------------------------------------------------------------------- */
.anime_outer {
  transition: 2s;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.anime_outer::before {
  background: none #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 2.5s cubic-bezier(.165,.84,.44,1);/*出てくる遅さ*/
  width: 100%;
  z-index: 1000;
}
.anime_inner {
  display: block;
  position: relative;
  transition: all 2.6s cubic-bezier(.165,.84,.44,1);/*出てくる遅さ*/
  z-index: 0;
}
.anime_outer.active {opacity: 1;}
.anime_outer.active::before {transform: translateX(100%);}

.anime_slideIn {
  position: relative;
  left: -50px;
  transition: all 2.6s cubic-bezier(.165,.84,.44,1);
}
.anime_slideIn.active {left: 0;}

/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（動画・ブログ・バナー除） */
#ctz9tjz8e8jpc06zwe56,
#papi9mczc9jbjm2xehix,
#ceuyeszb6ktn7w1rt7l9,
#q8yw95dmltlc5poqg92w,
#d0w1zs251jurbqjl3zr0,
#iwn4j44fp2k7endwd4i0,
#ukz6xvtn9kyiz1euymm6,
#b65rnhp7mxkyipzzhxkt {
  position: relative;
}
#ctz9tjz8e8jpc06zwe56 .post_margin,
#papi9mczc9jbjm2xehix .post_margin,
#ceuyeszb6ktn7w1rt7l9 .post_margin,
#q8yw95dmltlc5poqg92w .post_margin,
#d0w1zs251jurbqjl3zr0 .post_margin,
#iwn4j44fp2k7endwd4i0 .post_margin,
#ukz6xvtn9kyiz1euymm6 .post_margin,
#b65rnhp7mxkyipzzhxkt .post_margin {
  margin: 0;
}
#ctz9tjz8e8jpc06zwe56 .post_data,
#papi9mczc9jbjm2xehix .post_data,
#ceuyeszb6ktn7w1rt7l9 .post_data,
#q8yw95dmltlc5poqg92w .post_data,
#d0w1zs251jurbqjl3zr0 .post_data,
#iwn4j44fp2k7endwd4i0 .post_data,
#ukz6xvtn9kyiz1euymm6 .post_data,
#b65rnhp7mxkyipzzhxkt .post_data {
  /* display: none; */
  float: none !important;
}
#ctz9tjz8e8jpc06zwe56 .eyecatch,
#papi9mczc9jbjm2xehix .eyecatch,
#ceuyeszb6ktn7w1rt7l9 .eyecatch,
#q8yw95dmltlc5poqg92w .eyecatch,
#d0w1zs251jurbqjl3zr0 .eyecatch,
#iwn4j44fp2k7endwd4i0 .eyecatch,
#ukz6xvtn9kyiz1euymm6 .eyecatch,
#b65rnhp7mxkyipzzhxkt .eyecatch {
  display: none;
  float: none !important;
}
#ctz9tjz8e8jpc06zwe56 .text_box,
#papi9mczc9jbjm2xehix .text_box,
#ceuyeszb6ktn7w1rt7l9 .text_box,
#q8yw95dmltlc5poqg92w .text_box,
#d0w1zs251jurbqjl3zr0 .text_box,
#iwn4j44fp2k7endwd4i0 .text_box,
#ukz6xvtn9kyiz1euymm6 .text_box,
#b65rnhp7mxkyipzzhxkt .text_box {
  float: none !important;
  overflow: visible;
}
#ctz9tjz8e8jpc06zwe56 [class*="title"],
#papi9mczc9jbjm2xehix [class*="title"],
#ceuyeszb6ktn7w1rt7l9 [class*="title"],
#q8yw95dmltlc5poqg92w [class*="title"],
#d0w1zs251jurbqjl3zr0 [class*="title"],
#iwn4j44fp2k7endwd4i0 [class*="title"],
#ukz6xvtn9kyiz1euymm6 [class*="title"],
#b65rnhp7mxkyipzzhxkt [class*="title"] {
  display: none;
}
#ctz9tjz8e8jpc06zwe56 .easys_content_inner,
#papi9mczc9jbjm2xehix .easys_content_inner,
#ceuyeszb6ktn7w1rt7l9 .easys_content_inner,
#q8yw95dmltlc5poqg92w .easys_content_inner,
#d0w1zs251jurbqjl3zr0 .easys_content_inner,
#iwn4j44fp2k7endwd4i0 .easys_content_inner,
#ukz6xvtn9kyiz1euymm6 .easys_content_inner,
#b65rnhp7mxkyipzzhxkt .easys_content_inner {
  transition: unset;
}

/* 共通ボタン-ブロック内リンク */
#papi9mczc9jbjm2xehix .main_btn,
#ceuyeszb6ktn7w1rt7l9 .main_btn {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}
#papi9mczc9jbjm2xehix .main_btn a,
#ceuyeszb6ktn7w1rt7l9 .main_btn a {
  display: block;
  position: relative;
  z-index: 500;
  font-size: 0;
  text-indent: -9999px;
  background: url(/files/top_link.png) no-repeat top center;
  width: 250px;
  height: 50px;
  padding: 0;
  overflow: visible;
  margin: 0;
}
#papi9mczc9jbjm2xehix .main_btn a:hover,
#ceuyeszb6ktn7w1rt7l9 .main_btn a:hover {
  opacity: 1;
}
#papi9mczc9jbjm2xehix .main_btn a,
#ceuyeszb6ktn7w1rt7l9 .main_btn a {
  position: relative;
  display: block;
}
.main_btn a.anime_outer.active::before {
  transform: translateX(110%);
  opacity: 0;
}
#papi9mczc9jbjm2xehix .main_btn a::after,
#ceuyeszb6ktn7w1rt7l9 .main_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/top_link.png) no-repeat bottom center;
  opacity: 0;
  transition: .5s;
}
#papi9mczc9jbjm2xehix .main_btn a:hover::after,
#ceuyeszb6ktn7w1rt7l9 .main_btn a:hover::after {
  opacity: 1;
  transform: scale(1.1);
}

/* デザインブロック追加画像 */
.blockimg {
  position: absolute;
}
.blockimg.bg {
  opacity: 0;
}
.blockimg.bg.moved {
  animation: fadeIn 2.5s ease forwards;
}
.blockimg.ttl {
  margin-top: 100px;
  opacity: 0;
}
.blockimg.ttl.moved {
  animation: fadeInUp 2.5s ease forwards;
}

/* 信正鋼材株式会社は「スピード感」と「柔軟な判断力」でニーズに合わせた鋼材加工を手掛けます */
#ctz9tjz8e8jpc06zwe56 {
  height: 1635px;
}
#ctz9tjz8e8jpc06zwe56 .text_box {
  width: 560px;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  top: 1160px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#ctz9tjz8e8jpc06zwe56 .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#ctz9tjz8e8jpc06zwe56 .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
}

#ctz9tjz8e8jpc06zwe56 .blockimg.ttl {
  width: 546px;
  height: 82px;
  top: 1040px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/top_title01.png) no-repeat left top;
  padding-left: 410px;
}
/* #ctz9tjz8e8jpc06zwe56 .blockimg.catch {
  width: 424px;
  height: 195px;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/top01_catch.png) no-repeat center;
  animation: fadeInUp 2.5s ease forwards;
} */
#ctz9tjz8e8jpc06zwe56 .blockimg.img01 {
  width: 2000px;
  height: 600px;
  background: url(/files/top01_img01.png) no-repeat left top;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}
#ctz9tjz8e8jpc06zwe56 .blockimg.img02 {
  width: 2000px;
  height: 600px;
  background: url(/files/top01_img02.png) no-repeat right top;
  top: 390px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#ctz9tjz8e8jpc06zwe56 .blockimg.img03 {
  width: 531px;
  height: 701px;
  background: url(/files/top01_img03.png) no-repeat center top;
  top: 860px;
  left: 60%;
  right: 0;
  margin: auto;
}

/* パララックス */
#qqnyi2hm6u0r5gigptyc {
  background: url(/files/parallax_bg.jpg) no-repeat center center / cover fixed;
  height: 700px;
}

/* ガスシステム */
#papi9mczc9jbjm2xehix {
  height: 1070px;
}
#papi9mczc9jbjm2xehix .text_box {
  width: 560px;
  height: auto;
  margin: 100px 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  top: 230px;
  left: 0;
  opacity: 0;
  margin-top: 100px;
  opacity: 0;
}
#papi9mczc9jbjm2xehix .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#papi9mczc9jbjm2xehix .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
  text-align: right;
}
#papi9mczc9jbjm2xehix .main_btn {
  top: 300px;
}
#papi9mczc9jbjm2xehix .main_btn a {
  margin-left: auto;
}
#papi9mczc9jbjm2xehix .blockimg.bg {
  width: 2000px;
  height: 1070px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/top02_bg.jpg) no-repeat center;
  z-index: -1;
}
#papi9mczc9jbjm2xehix .blockimg.ttl {
  width: 164px;
  height: 52px;
  top: 140px;
  left: 780px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/top_title02.png) no-repeat left top;
}
#papi9mczc9jbjm2xehix .blockimg.img01 {
  width: 2000px;
  height: 387px;
  background: url(/files/top02_img01.png) no-repeat left 59% top;
  top: 670px;
  left: 50%;
  transform: translateX(-50%);
}

/* レーザーシステム */
#ceuyeszb6ktn7w1rt7l9 {
  height: 943px;
}
#ceuyeszb6ktn7w1rt7l9 .text_box {
  width: 560px;
  height: auto;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
  top: 180px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#ceuyeszb6ktn7w1rt7l9 .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#ceuyeszb6ktn7w1rt7l9 .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
}
#ceuyeszb6ktn7w1rt7l9 .main_btn {
  top: 210px;
}
#ceuyeszb6ktn7w1rt7l9 .main_btn a {
  /* margin-left: auto; */
}
#ceuyeszb6ktn7w1rt7l9 .blockimg.bg {
  width: 2000px;
  height: 943px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/top03_bg.jpg) no-repeat center;
  z-index: -1;
}
#ceuyeszb6ktn7w1rt7l9 .blockimg.ttl {
  width: 216px;
  height: 56px;
  top: 100px;
  left: -740px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/top_title03.png) no-repeat left top;
}
#ceuyeszb6ktn7w1rt7l9 .blockimg.img01 {
  width: 2000px;
  height: 350px;
  background: url(/files/top03_img01.png) no-repeat left 22% top;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
}

/* バナー＞こだわり/会社概要 */
#str0vnrpf28rl78ete2s {
  animation: fadeInUp 2.5s ease forwards;
}
#str0vnrpf28rl78ete2s div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#str0vnrpf28rl78ete2s .easys_content_inner {
  width: 100%;
}
#str0vnrpf28rl78ete2s .img_display {
  display: flex;
}
#str0vnrpf28rl78ete2s .field_2col {
  margin: 0;
  width: 100% !important;
}
#str0vnrpf28rl78ete2s .eyecatch {
  width: 100% !important;
}
#str0vnrpf28rl78ete2s a {
  display: block;
  position: relative;
  max-height: 550px;
  min-height: 330px;
  height: 27.2vw;
}
#str0vnrpf28rl78ete2s a img {
  position: absolute;
  top: 0;
  left: 0;
}
#str0vnrpf28rl78ete2s a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  opacity: 0;
}
#str0vnrpf28rl78ete2s a:hover::after {
  opacity: 1;
  transform: scale(1.1);
}
#str0vnrpf28rl78ete2s .field_2col:nth-of-type(1) a::after {
  background: url(/files/commitment_banner.jpg) center bottom / 100%;
}
#str0vnrpf28rl78ete2s .field_2col:nth-of-type(2) a::after {
  background: url(/files/company_banner.jpg) center bottom / 100%;
}

/* 会社概要 */
#waotowawpsob4jrq06l8,
#ch9x2kunh4niv0bkl1kt {
  position: relative;
  min-height: calc(1350px - 310px);
  padding-top: 240px;
  padding-bottom: 50px;
  color: #fff;
}
#waotowawpsob4jrq06l8 .easys_content_inner,
#ch9x2kunh4niv0bkl1kt .easys_content_inner {
  transition: unset;
}
#waotowawpsob4jrq06l8 [class*="title"],
#ch9x2kunh4niv0bkl1kt [class*="title"] {
  display: none;
}
#waotowawpsob4jrq06l8 .table_area table tr td,
#ch9x2kunh4niv0bkl1kt .table_area table tr td {
  border-color: #fff !important;
}
#waotowawpsob4jrq06l8 small,
#ch9x2kunh4niv0bkl1kt small {
  border-color: #fff;
}
#waotowawpsob4jrq06l8 small a,
#ch9x2kunh4niv0bkl1kt small a {
  color: #fff !important;
}
#waotowawpsob4jrq06l8 small a:hover,
#ch9x2kunh4niv0bkl1kt small a:hover {
  background-color: #239cd5 !important;
}
#waotowawpsob4jrq06l8 .blockimg.bg,
#ch9x2kunh4niv0bkl1kt .blockimg.bg {
  width: 2000px;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/top04_bg.jpg) no-repeat center / cover;
  z-index: -1;
}
#waotowawpsob4jrq06l8 .blockimg.ttl,
#ch9x2kunh4niv0bkl1kt .blockimg.ttl {
  width: 226px;
  height: 57px;
  top: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/top_title04.png) no-repeat left top;
}

/* 厚みのある鋼板溶断加工も迅速で正確に */
#q8yw95dmltlc5poqg92w {
  height: 1590px;
  margin-bottom: 70px;
}
#q8yw95dmltlc5poqg92w .text_box {
  width: 560px;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  top: 1160px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#q8yw95dmltlc5poqg92w .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#q8yw95dmltlc5poqg92w .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
}

#q8yw95dmltlc5poqg92w .blockimg.ttl {
  width: 496px;
  height: 27px;
  top: 1070px;
  left: -50px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/gus_title01.png) no-repeat left top;
  padding-left: 410px;
}
/* #q8yw95dmltlc5poqg92w .blockimg.catch {
  width: 466px;
  height: 200px;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/gus_catch.png) no-repeat center;
  animation: fadeInUp 2.5s ease forwards;
} */
#q8yw95dmltlc5poqg92w .blockimg.img01 {
  width: 2000px;
  height: 600px;
  background: url(/files/gus_img01.png) no-repeat left top;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}
#q8yw95dmltlc5poqg92w .blockimg.img02 {
  width: 2000px;
  height: 600px;
  background: url(/files/gus_img02.png) no-repeat right top;
  top: 390px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#q8yw95dmltlc5poqg92w .blockimg.img03 {
  width: 531px;
  height: 701px;
  background: url(/files/gus_img03.png) no-repeat center top;
  top: 860px;
  left: 60%;
  right: 0;
  margin: auto;
}

/* 繊細で緻密な溶断で高品質な製品を */
#d0w1zs251jurbqjl3zr0 {
  height: 1630px;
  margin-bottom: 70px;
}
#d0w1zs251jurbqjl3zr0 .text_box {
  width: 560px;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  top: 1160px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#d0w1zs251jurbqjl3zr0 .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#d0w1zs251jurbqjl3zr0 .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
}

#d0w1zs251jurbqjl3zr0 .blockimg.ttl {
  width: 452px;
  height: 27px;
  top: 1070px;
  left: -100px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/laser_title01.png) no-repeat left top;
  padding-left: 410px;
}
/* #d0w1zs251jurbqjl3zr0 .blockimg.catch {
  width: 695px;
  height: 200px;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/laser_catch.png) no-repeat center;
  animation: fadeInUp 2.5s ease forwards;
} */
#d0w1zs251jurbqjl3zr0 .blockimg.img01 {
  width: 2000px;
  height: 600px;
  background: url(/files/laser_img01.png) no-repeat left top;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
}
#d0w1zs251jurbqjl3zr0 .blockimg.img02 {
  width: 2000px;
  height: 600px;
  background: url(/files/laser_img02.png) no-repeat right top;
  top: 390px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#d0w1zs251jurbqjl3zr0 .blockimg.img03 {
  width: 531px;
  height: 701px;
  background: url(/files/laser_img03.png) no-repeat center top;
  top: 860px;
  left: 60%;
  right: 0;
  margin: auto;
}

/* 品質向上に向けてのこだわり */
#iwn4j44fp2k7endwd4i0 {
  height: 1070px;
}
#iwn4j44fp2k7endwd4i0 .text_box {
  width: 560px;
  height: auto;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  top: 220px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#iwn4j44fp2k7endwd4i0 .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#iwn4j44fp2k7endwd4i0 .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
  text-align: right;
}

#iwn4j44fp2k7endwd4i0 .blockimg.bg {
  width: 2000px;
  height: 1070px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/commitment01_bg.jpg) no-repeat center;
  z-index: -1;
}
#iwn4j44fp2k7endwd4i0 .blockimg.ttl {
  width: 358px;
  height: 53px;
  top: 150px;
  left: 600px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/commitment01_title.png) no-repeat left top;
}
#iwn4j44fp2k7endwd4i0 .blockimg.img01 {
  width: 2000px;
  height: 387px;
  background: url(/files/commitment01_img.png) no-repeat left 65% top;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
}

/* ニーズに対して一貫して対応します！ */
#ukz6xvtn9kyiz1euymm6 {
  height: 933px;
  margin-bottom: 70px;
}
#ukz6xvtn9kyiz1euymm6 .text_box {
  width: 560px;
  height: auto;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
  top: 220px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#ukz6xvtn9kyiz1euymm6 .text_box.moved {
  animation: fadeInUp 2.5s ease forwards;
}
#ukz6xvtn9kyiz1euymm6 .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
}

#ukz6xvtn9kyiz1euymm6 .blockimg.bg {
  width: 2000px;
  height: 933px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/commitment02_bg.jpg) no-repeat center;
  z-index: -1;
}
#ukz6xvtn9kyiz1euymm6 .blockimg.ttl {
  width: 466px;
  height: 53px;
  top: 150px;
  left: -490px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/commitment02_title.png) no-repeat left top;
}

#ukz6xvtn9kyiz1euymm6 .blockimg.img01 {
  width: 2000px;
  height: 350px;
  background: url(/files/commitment02_img.png) no-repeat left 22% top;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
}

/* 代表挨拶 */
#b65rnhp7mxkyipzzhxkt {
  height: 842px;
  margin-bottom: 70px;
}
#b65rnhp7mxkyipzzhxkt .text_box {
  width: 560px;
  height: auto;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
  top: 250px;
  left: 0;
  margin-top: 100px;
  opacity: 0;
}
#b65rnhp7mxkyipzzhxkt .text_box {
  animation: fadeInUp 2.5s ease forwards;
}
#b65rnhp7mxkyipzzhxkt .text_box .post_data {
  overflow: visible;
  display: block;
  margin: 0;
}

#b65rnhp7mxkyipzzhxkt .blockimg.bg {
  width: 2000px;
  height: 842px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/company_bg.jpg) no-repeat center;
  z-index: -1;
}
#b65rnhp7mxkyipzzhxkt .blockimg.ttl {
  width: 298px;
  height: 53px;
  top: 150px;
  left: -660px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/files/company_title.png) no-repeat left top;
}

.grecaptcha-badge { visibility: hidden; }

