@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #22273c;
  --link_color: #e60013;
  --border_color: #666;
  --table_border_color: #22273c;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #22273c;
  --td_character_color: #22273c;
  --required_color: #e60013;
  --top_h1_color: #fff;
  --header_navigation_color: rgba(255,255,255,0.8);
  --top_entry_title_color: #222;
  --entry_title_bg_color: #fff;
  --blog_title_color: #222;
  --sub_entry_title_bg_color: #222;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #222;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #222;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #222;
  --footnavi_color: #333;
  --address_color: #333;
  --copy_color: #333;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 980;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 720;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #fff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #fff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #fff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #fff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000;/* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 80;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 50px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 150px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
  --custom_transition: .3s;   /*フェードの基本時間*/
}


/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  background: none transparent no-repeat center top calc(var(--header_h) * 1px) / 100%;
  /* background: url(../files/body_bg.jpg) no-repeat center top calc(var(--header_h) * 1px) / 100%; */
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
}
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;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}

/* ※最初のブロックが背景ありになった場合の余白処理はfooter_common.jsに記述しています */
#outer_block {
  background: none transparent;
}


#main {
  display: flow-root;
  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);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  height: calc(var(--header_h) * 1px);
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  /* background: url(../files/top_header_cover.png) no-repeat center bottom / 100%; */
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top : calc(var(--header_h) * 1px + 10px);
  left: 40px;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("../files/main_logo.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  width : 320px;
  height: 80px;
  position: absolute;
  top : 0;
  left: 0;
  background: url(../files/main_logo.png) no-repeat no-repeat left top;
  pointer-events: none;
  z-index: 700;
}
#header_information .main_header a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
#header_information .main_header a img {
  width: 100%;
  height: 100%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
:root {
  --gnavi01: 50px;
  --gnavi02: 50px;
  --gnavi03: 30px;
  --gnavi04: 30px;
  --gnavi05: 30px;
  --gnavi06: 30px;
  --gnavi07: 60px;
  --gnavi08: 58px;
  --gnavi09: 58px;
  --gnavi10: 58px;
  --gnavi11: 60px;
  --gnavi12: 58px;
  --gnavi13: 58px;
}
div#access .menu-item a {
  background: url(../files/topnavi_01.png) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  width: 160px !important;
  padding: 0;
}
div#access .gnavi01 a { height: var(--gnavi01) !important;}
div#access .gnavi02 a { height: var(--gnavi02) !important;}
div#access .gnavi03 a { height: var(--gnavi03) !important;}
div#access .gnavi04 a { height: var(--gnavi04) !important;}
div#access .gnavi05 a { height: var(--gnavi05) !important;}
div#access .gnavi06 a { height: var(--gnavi06) !important;}
div#access .gnavi07 a { height: var(--gnavi07) !important;}
div#access .gnavi08 a { height: var(--gnavi08) !important;}
div#access .gnavi09 a { height: var(--gnavi09) !important;}
div#access .gnavi10 a { height: var(--gnavi10) !important;}
div#access .gnavi11 a { height: var(--gnavi11) !important;}
div#access .gnavi12 a { height: var(--gnavi12) !important;}
div#access .gnavi13 a { height: var(--gnavi13) !important;}
div#access .gnavi01 a { background-position-y: top !important;}
div#access .gnavi02 a {
  background-position-y: calc(var(--gnavi01) * -1) !important;}
div#access .gnavi03 a {
  background-position-y: calc((var(--gnavi01) + var(--gnavi02)) * -1) !important;}
div#access .gnavi04 a {
  background-position-y: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1) !important;}
div#access .gnavi05 a {
  background-position-y: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1) !important;}
div#access .gnavi06 a {
  background-position-y: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04) + var(--gnavi05)) * -1) !important;}
div#access .gnavi07 a {
  background-position-y: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04) + var(--gnavi05) + var(--gnavi06)) * -1) !important;}
div#access .gnavi07 {
  margin-bottom: 20px !important;
}
div#access .gnavi08 a,
div#access .gnavi09 a,
div#access .gnavi10 a,
div#access .gnavi11 a,
div#access .gnavi12 a,
div#access .gnavi13 a {
  background-image: url(../files/topnavi_02.png);
}
div#access .gnavi08 a { background-position-y: top !important;}
div#access .gnavi09 a {
  background-position-y: calc(var(--gnavi08) * -1) !important;}
div#access .gnavi10 a {
  background-position-y: calc((var(--gnavi08) + var(--gnavi09)) * -1) !important;}
div#access .gnavi11 a {
  background-position-y: calc((var(--gnavi08) + var(--gnavi09) + var(--gnavi10)) * -1) !important;}
div#access .gnavi12 a {
  background-position-y: calc((var(--gnavi08) + var(--gnavi09) + var(--gnavi10) + var(--gnavi11)) * -1) !important;}
div#access .gnavi13 a {
  background-position-y: calc((var(--gnavi08) + var(--gnavi09) + var(--gnavi10) + var(--gnavi11) + var(--gnavi12)) * -1) !important;}
div#access .menu-item a:hover { background-position-x: right !important;}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  flex-direction: column;
  top: 0;
  left: -100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  background: none var(--easys_standard_value002);
  box-sizing: border-box;
  color: var(--easys_standard_value003);
  padding: 15px 10px;
  line-height: 1.2em !important;
  text-align: left;
  white-space: nowrap;
  width: 100% !important;
  height: auto !important;
}
#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: var(--easys_standard_value003);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}
#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: var(--easys_standard_value004);
}

/* Gナビ上部固定(最大2000pxを維持) */
/* body.fixed #header_information {
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
body.fixed #header_information .main_header {
  display: block;
  pointer-events: all;
  top: 0;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  background: var(--header_navigation_color);
  width: clamp(960px, 100%, calc(var(--easys_max_width)*1px));
  height: var(--easys_fixed_h);
} */

/* ハンバーガーメニュー */
#access {
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  pointer-events: none;
}
#access a {
  pointer-events: all;
}
#access .menu-header {
  width: 900px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -900px;
  transition: .5s;
  background: var(--header_navigation_color);
}
.opened #access .menu-header {
  right: 0;
}
#access #menu-gnavi {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#menuTrigger {
  background: none transparent;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  height: fit-content;
  position: fixed;
  top  : 22px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 900;
}

#menuTrigger button {
  background: none transparent;
  border: none;
  pointer-events: all;
  cursor: pointer;
  width : 60px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 25px;
}

#menuTrigger span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  /* background-color: #2795db; */
  background-color: #e60013;
  transition: all .5s;
}
#menuTrigger span:nth-child(1) {
  top: 5px;
  width: 42px;
  max-width: 42px !important;
  animation: equalizer01 7000ms infinite;
}
#menuTrigger span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
#menuTrigger span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
.opened #menuTrigger span {
  /* background-color: #fff; */
  width: 30px;
}
.opened #menuTrigger span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.opened #menuTrigger span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.opened #menuTrigger span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(var(--header_h) * 1px);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}
#video_teaser,
#jquery_slider_pc .viewer {
  height: var(--easys_main_h) !important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  padding: 0;
  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 {
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  overflow: hidden;
  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-color: var(--border_color);
  border-style: dotted;
  border-width: 0 0 1px;
  line-height: 2;
  padding: 5px;
}
#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_block {
  background: url(../files/footer_bg.jpg) no-repeat center top;
  height: 800px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  height: 760px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 310px 0 0;
  width: 1010px;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 100%;
  text-align: right;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 30px;
  width: 350px;
  height: 350px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  border-bottom: #dddddd 1px solid;
  box-sizing: border-box;
  color: var(--footnavi_color);
  display: block;
  font-size: 14px;
  text-align: left;
  position: relative;
  padding: 0 0 0 1em;
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  float: none;
  margin-bottom: 20px;
  position: relative;
  width: 160px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before {
  content: "■";
  position: relative;
  display: inline-block;
  top: 0;
  left: 0px;
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item .sub-menu {
  margin-top: 10px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item .sub-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item .sub-menu li {
  margin-bottom: 10px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item .sub-menu a {
  padding-left: 41px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item .sub-menu a::before {
  content: "・";
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  /* width: 100%;
  text-align: center;
  top: 200px;
  left: 0; */

  width: 500px;
  text-align: left;
  top: 310px;
  left: calc(50% - 500px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner,
#footer_sns_btn div {
  width: fit-content;
  height: auto;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
  text-align: right;
  width: 960px;
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 120px;
  z-index: 1000;
}
/* .fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}
.fixed_btn div#fixed_btn_gtn {
  height: 150px !important;
} */

/* デフォルト動作 */
.fixed_btn {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  overflow: hidden;
}
.fixed_btn div a {
  pointer-events: all;
  overflow: visible !important;
}

.fixed_btn > div {
  position: relative;
}

.fixed_btn div,.fixed_btn div a,.fixed_btn div a:hover {
  width: auto !important;
  height: auto !important;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  position: relative !important;
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  box-sizing: border-box;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
}
#float_top_btn > a {
  position: absolute;
  right: 20px;
  bottom: 0;
  pointer-events: all;
  width: fit-content;
  height: fit-content;
  display: block;
}
.fixed_btn div a:hover,
#float_top_btn > a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 75px;
  line-height: 75px;
  padding-top: 35px;
}
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: 20px;
}
* .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,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  フォントサイズはこちら
} */
* .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: 20px;
}
* .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 {
  background: none var(--th_background_color);
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  color: var(--th_character_color);
  font-size: 15px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  color: var(--link_color) !important;
  padding: 5px 0;
  text-align: center !important;
  width: 100%;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none var(--td_background_color) !important;
  border-color: var(--table_border_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child,
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > th {
  background: none var(--th_background_color) !important;
  color: var(--th_character_color);
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: var(--link_color);
  color: var(--link_color) !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 {
  background: none transparent;
  border: 1px solid var(--easys_standard_value007);
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  background-color: var(--link_color);
  border-color: var(--link_color);
}
.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 var(--link_color);
  border-color: var(--link_color);
  border-style: solid;
  color: var(--easys_standard_value008) !important;
}


/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* 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 {
  background-color: transparent;
  border: 1px solid var(--link_color);
  color: var(--link_color);
}
div.link_list a:hover {
  background-color: var(--link_color);
  border: 1px solid var(--link_color);
  color: #fff;
}

.faq-title {
  background-color: var(--link_color);
  color: #fff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.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: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
  width: 8em;
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  height: auto;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* メール更新ブロック */
.nj_03 .cu_mail_block {
  padding-bottom: 20px;
}
.nj_03 .img_size_thumb {
  height: 100px;
}
.nj_03 .img_size_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 会社概要 */
#content [class*="nf_"] small + iframe {
  margin-top: 30px !important;
}

/* フェードのipad対応 */
.easys_content:not(.ni_01) div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin { margin-bottom: 0 !important;}
.easys_content.no_margin + .easys_content:not(.no_margin) { margin-top: var(--custom_padding);}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}
.shosai #outer_block { padding-top: 70px !important;}

/* テーマ余白調整 */
.easys_content,
.easys_content_inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin):not(.nk_01) + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: var(--custom_padding);
}
#content > .easys_content:last-of-type:not(.no_margin) { margin-bottom: var(--custom_padding) !important;}


/*  扉ページのレイアウト
---------------------------------------------------------------------------------------------------- */
body#page_1016 {
  background: #f3f3f3;
  min-width: 1100px;
}

#page_1016 #main_teaser,
#page_1016 #branding_box,
#page_1016 #footer_block {
  display: none;
}

#page_1016 #container_top {
  height: 100svh;
}
#page_1016 #content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}



/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  height: 100%;
}
/* GSAPで実装済 */
/* #outer_block .easys_content_inner {
  top: calc(var(--custom_fade) * 1px);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  top: 0px;
}
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
} */


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transition: all 1.3s ease 0s;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* ON画像 */
#c4o3srljz7m8x2c2gr4q [class*="_btn"] a::after,
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] a::after,
#v9ynofyqv8esp3ldsmpg [class*="_btn"] a::after,
#hu8sgv8s9mv3uw7xvshe a::after,
#cig754xb7eqbt8dli2iq a::after,
#e8y7s28i2lx8uv2wo9u1 a::after,
#r1ek4p0ad1xqb04qb2qa a::after,
#l24hpklccmsoszdmhb84 a::after,
#avllax4vkn8w7qsoomn6 a::after,
#xhis3phj8xoy3834b30s a::after,
#c0gzblvfknatzgf2yi2f a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  /* transition: var(--custom_transition); */
  opacity: 0;
}
#c4o3srljz7m8x2c2gr4q [class*="_btn"] a:hover::after,
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] a:hover::after,
#v9ynofyqv8esp3ldsmpg [class*="_btn"] a:hover::after,
#hu8sgv8s9mv3uw7xvshe a:hover::after,
#cig754xb7eqbt8dli2iq a:hover::after,
#e8y7s28i2lx8uv2wo9u1 a:hover::after,
#r1ek4p0ad1xqb04qb2qa a:hover::after,
#l24hpklccmsoszdmhb84 a:hover::after,
#avllax4vkn8w7qsoomn6 a:hover::after,
#xhis3phj8xoy3834b30s a:hover::after,
#c0gzblvfknatzgf2yi2f a:hover::after {
  opacity: 1;
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#hu8sgv8s9mv3uw7xvshe,
#cig754xb7eqbt8dli2iq,
#e8y7s28i2lx8uv2wo9u1,
#r1ek4p0ad1xqb04qb2qa,
#l24hpklccmsoszdmhb84,
#avllax4vkn8w7qsoomn6,
#xhis3phj8xoy3834b30s,
#c0gzblvfknatzgf2yi2f,
#vbieutt9hy2vxptapnml {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#hu8sgv8s9mv3uw7xvshe div,
#cig754xb7eqbt8dli2iq div,
#e8y7s28i2lx8uv2wo9u1 div,
#r1ek4p0ad1xqb04qb2qa div,
#l24hpklccmsoszdmhb84 div,
#avllax4vkn8w7qsoomn6 div,
#xhis3phj8xoy3834b30s div,
#c0gzblvfknatzgf2yi2f div,
#vbieutt9hy2vxptapnml div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#hu8sgv8s9mv3uw7xvshe img,
#cig754xb7eqbt8dli2iq img,
#e8y7s28i2lx8uv2wo9u1 img,
#r1ek4p0ad1xqb04qb2qa img,
#l24hpklccmsoszdmhb84 img,
#avllax4vkn8w7qsoomn6 img,
#xhis3phj8xoy3834b30s img,
#c0gzblvfknatzgf2yi2f img,
#vbieutt9hy2vxptapnml img {
  position: relative;
}
#hu8sgv8s9mv3uw7xvshe .design_block,
#cig754xb7eqbt8dli2iq .design_block,
#e8y7s28i2lx8uv2wo9u1 .design_block,
#r1ek4p0ad1xqb04qb2qa .design_block,
#l24hpklccmsoszdmhb84 .design_block,
#avllax4vkn8w7qsoomn6 .design_block,
#xhis3phj8xoy3834b30s .design_block,
#c0gzblvfknatzgf2yi2f .design_block,
#vbieutt9hy2vxptapnml .design_block {
  opacity: 0;
}
#hu8sgv8s9mv3uw7xvshe .design_block[class*="block"].moved,
#cig754xb7eqbt8dli2iq .design_block[class*="block"].moved,
#e8y7s28i2lx8uv2wo9u1 .design_block[class*="block"].moved,
#r1ek4p0ad1xqb04qb2qa .design_block[class*="block"].moved,
#l24hpklccmsoszdmhb84 .design_block[class*="block"].moved,
#avllax4vkn8w7qsoomn6 .design_block[class*="block"].moved,
#xhis3phj8xoy3834b30s .design_block[class*="block"].moved,
#c0gzblvfknatzgf2yi2f .design_block[class*="block"].moved,
#vbieutt9hy2vxptapnml .design_block[class*="block"].moved {
  margin: 0px;
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* リンク共通 */
#hu8sgv8s9mv3uw7xvshe a,
#cig754xb7eqbt8dli2iq a,
#e8y7s28i2lx8uv2wo9u1 a,
#r1ek4p0ad1xqb04qb2qa a,
#l24hpklccmsoszdmhb84 a,
#avllax4vkn8w7qsoomn6 a,
#xhis3phj8xoy3834b30s a,
#c0gzblvfknatzgf2yi2f a {
  display: block;
  position: relative;
}
#hu8sgv8s9mv3uw7xvshe a:hover img,
#cig754xb7eqbt8dli2iq a:hover img,
#e8y7s28i2lx8uv2wo9u1 a:hover img,
#r1ek4p0ad1xqb04qb2qa a:hover img,
#l24hpklccmsoszdmhb84 a:hover img,
#avllax4vkn8w7qsoomn6 a:hover img,
#xhis3phj8xoy3834b30s a:hover img,
#c0gzblvfknatzgf2yi2f a:hover img {
  opacity: 1;
}

/* 扉 */
#hu8sgv8s9mv3uw7xvshe {
  background: url(../files/tobira_bg.jpg) no-repeat center top -170px;
  padding-top: 200px;
}
#hu8sgv8s9mv3uw7xvshe .easys_content_inner {
  width: 1030px;
}
#hu8sgv8s9mv3uw7xvshe [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#hu8sgv8s9mv3uw7xvshe .eyecatch {
  width: 100% !important;
}
#hu8sgv8s9mv3uw7xvshe .eyecatch img {
  width: auto;
}
#hu8sgv8s9mv3uw7xvshe [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/tobira_btn_japanese_on.png);
}
#hu8sgv8s9mv3uw7xvshe [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/tobira_btn_english_on.png);
}

/* レスポ有ボタンバナー共通 */
#cig754xb7eqbt8dli2iq,
#e8y7s28i2lx8uv2wo9u1,
#r1ek4p0ad1xqb04qb2qa {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#cig754xb7eqbt8dli2iq .easys_content_inner,
#e8y7s28i2lx8uv2wo9u1 .easys_content_inner,
#r1ek4p0ad1xqb04qb2qa .easys_content_inner {
  padding: 0;
  width: 100%;
}
#cig754xb7eqbt8dli2iq .img_display,
#e8y7s28i2lx8uv2wo9u1 .img_display,
#r1ek4p0ad1xqb04qb2qa .img_display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cig754xb7eqbt8dli2iq [class*="field_"],
#e8y7s28i2lx8uv2wo9u1 [class*="field_"],
#r1ek4p0ad1xqb04qb2qa [class*="field_"] {
  position: absolute;
}
#cig754xb7eqbt8dli2iq [class*="field_"] .eyecatch,
#e8y7s28i2lx8uv2wo9u1 [class*="field_"] .eyecatch,
#r1ek4p0ad1xqb04qb2qa [class*="field_"] .eyecatch,
#cig754xb7eqbt8dli2iq [class*="field_"] .eyecatch a,
#e8y7s28i2lx8uv2wo9u1 [class*="field_"] .eyecatch a,
#r1ek4p0ad1xqb04qb2qa [class*="field_"] .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 採用特設サイト */
:root {
  --bnrJob_h: 500;
}
#cig754xb7eqbt8dli2iq {
  background-image: url(../files/bnr_recruit_bg.jpg);
}
#cig754xb7eqbt8dli2iq .easys_content_inner {
  padding-top: calc(var(--bnrJob_h) / var(--easys_max_width) * 100%);
}
#cig754xb7eqbt8dli2iq [class*="field_"] {
  width: calc(800 / var(--easys_max_width) * 100%);
  height: calc(100 / var(--bnrJob_h) * 100%);
  top: calc(200 / var(--bnrJob_h) * 100%);
  left: calc(600 / var(--easys_max_width) * 100%);
}
#cig754xb7eqbt8dli2iq a::after {
  background-image: url(../files/bnr_recruit_btn_on.png);
}

/* お問い合わせ */
:root {
  --bnrContact_h: 500;
}
#e8y7s28i2lx8uv2wo9u1 {
  background-image: url(../files/bnr_contact_bg.jpg);
}
#e8y7s28i2lx8uv2wo9u1 .easys_content_inner {
  padding-top: calc(var(--bnrContact_h) / var(--easys_max_width) * 100%);
}
#e8y7s28i2lx8uv2wo9u1 [class*="field_"] {
  width: calc(800 / var(--easys_max_width) * 100%);
  height: calc(100 / var(--bnrContact_h) * 100%);
  top: calc(200 / var(--bnrContact_h) * 100%);
  left: calc(600 / var(--easys_max_width) * 100%);
}
#e8y7s28i2lx8uv2wo9u1 a::after {
  background-image: url(../files/bnr_contact_btn_on.png);
}

/* iPROS */
:root {
  --bnrIpros_h: 400;
}
#r1ek4p0ad1xqb04qb2qa {
  background-image: url(../files/bnr_ipros_bg.jpg);
}
#r1ek4p0ad1xqb04qb2qa .easys_content_inner {
  padding-top: calc(var(--bnrIpros_h) / var(--easys_max_width) * 100%);
}
#r1ek4p0ad1xqb04qb2qa [class*="field_"] {
  width: calc(600 / var(--easys_max_width) * 100%);
  height: calc(100 / var(--bnrIpros_h) * 100%);
  top: calc(150 / var(--bnrIpros_h) * 100%);
  left: calc(700 / var(--easys_max_width) * 100%);
}
#r1ek4p0ad1xqb04qb2qa a::after {
  background-image: url(../files/bnr_ipros_btn_on.png);
}

/* 精密加工編/金型編/装置編/サービス編（※top） */
#l24hpklccmsoszdmhb84 {
  background: url(../files/bnrmany_01_bg.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 700px;
  padding-top: 250px;
}
#l24hpklccmsoszdmhb84 .easys_content_inner {
  width: 1000px;
}
#l24hpklccmsoszdmhb84 [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#l24hpklccmsoszdmhb84 [class*="field_"].float_left {
  margin-left: 2px;
}
#l24hpklccmsoszdmhb84 .eyecatch {
  width: 100% !important;
}
#l24hpklccmsoszdmhb84 .eyecatch img {
  width: auto;
}
#l24hpklccmsoszdmhb84 [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/bnrmany_01_btn_01_on.png);
}
#l24hpklccmsoszdmhb84 [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/bnrmany_01_btn_02_on.png);
}
#l24hpklccmsoszdmhb84 [class*="field_"]:nth-of-type(3) a::after {
  background-image: url(../files/bnrmany_01_btn_03_on.png);
}
#l24hpklccmsoszdmhb84 [class*="field_"]:nth-of-type(4) a::after {
  background-image: url(../files/bnrmany_01_btn_04_on.png);
}

/* →のうち３つを表示 精密加工編/金型編/装置編/サービス編 */
#avllax4vkn8w7qsoomn6 .easys_content_inner {
  width: 100%;
}
#avllax4vkn8w7qsoomn6 .img_display {
  display: flex;
}
#avllax4vkn8w7qsoomn6 [class*="field_"] {
  height: 100%;
  position: relative;
  width: calc( 100% / 3 ) !important;
}
#avllax4vkn8w7qsoomn6 .eyecatch {
  width: 100%;
}
#avllax4vkn8w7qsoomn6 [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/bnrmany_02_01_on.png);
}
#avllax4vkn8w7qsoomn6 [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/bnrmany_02_02_on.png);
}
#avllax4vkn8w7qsoomn6 [class*="field_"]:nth-of-type(3) a::after {
  background-image: url(../files/bnrmany_02_03_on.png);
}
#avllax4vkn8w7qsoomn6 [class*="field_"]:nth-of-type(4) a::after {
  background-image: url(../files/bnrmany_02_04_on.png);
}

/* ハーフサイズ */
#xhis3phj8xoy3834b30s .easys_content_inner,
#c0gzblvfknatzgf2yi2f .easys_content_inner {
  width: 100%;
}
#xhis3phj8xoy3834b30s [class*="field_"],
#c0gzblvfknatzgf2yi2f [class*="field_"] {
  height: 100%;
  position: relative;
  width: calc( 100% / 2 ) !important;
}
#xhis3phj8xoy3834b30s .eyecatch,
#c0gzblvfknatzgf2yi2f .eyecatch {
  width: 100%;
}

/* 製品紹介/企業案内 */
#xhis3phj8xoy3834b30s [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/bnrhalf_product_on.png);
}
#xhis3phj8xoy3834b30s [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/bnrhalf_company_on.png);
}

/* 業務紹介/企業案内 */
#c0gzblvfknatzgf2yi2f [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/bnrhalf_business_on.png);
}
#c0gzblvfknatzgf2yi2f [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/bnrhalf_company_on.png);
}

/* 画像＞イメージ */
#vbieutt9hy2vxptapnml .easys_content_inner {
  overflow: hidden;
  width: 100%;
}
#vbieutt9hy2vxptapnml [class*="field_"]:nth-of-type(1) {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#vbieutt9hy2vxptapnml [class*="field_"]:nth-of-type(1) img {
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  z-index: 0;
}
#vbieutt9hy2vxptapnml [class*="field_"]:nth-of-type(2) {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
  z-index: 1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#c4o3srljz7m8x2c2gr4q,
#gp0v0fp3f1drckwvhkv8,
#v9ynofyqv8esp3ldsmpg,
#y8gd2d75rdkgdxog9zc7,
#jyhsvq2bqo10238nertg {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#c4o3srljz7m8x2c2gr4q .easys_content_inner,
#gp0v0fp3f1drckwvhkv8 .easys_content_inner,
#v9ynofyqv8esp3ldsmpg .easys_content_inner,
#y8gd2d75rdkgdxog9zc7 .easys_content_inner,
#jyhsvq2bqo10238nertg .easys_content_inner {
  opacity: 1;
  top: 0px;
  width: 1300px;
}
#c4o3srljz7m8x2c2gr4q .post_margin,
#gp0v0fp3f1drckwvhkv8 .post_margin,
#v9ynofyqv8esp3ldsmpg .post_margin,
#y8gd2d75rdkgdxog9zc7 .post_margin,
#jyhsvq2bqo10238nertg .post_margin {
  margin: 0;
}
#c4o3srljz7m8x2c2gr4q .entry_post,
#gp0v0fp3f1drckwvhkv8 .entry_post,
#v9ynofyqv8esp3ldsmpg .entry_post,
#y8gd2d75rdkgdxog9zc7 .entry_post,
#jyhsvq2bqo10238nertg .entry_post {
  box-sizing: border-box;
}
#c4o3srljz7m8x2c2gr4q .entry_post > [class*="title"],
#gp0v0fp3f1drckwvhkv8 .entry_post > [class*="title"],
#v9ynofyqv8esp3ldsmpg .entry_post > [class*="title"],
#y8gd2d75rdkgdxog9zc7 .entry_post > [class*="title"],
#jyhsvq2bqo10238nertg .entry_post > [class*="title"] {
  display: none;
}
#c4o3srljz7m8x2c2gr4q .text_box,
#gp0v0fp3f1drckwvhkv8 .text_box,
#v9ynofyqv8esp3ldsmpg .text_box,
#y8gd2d75rdkgdxog9zc7 .text_box,
#jyhsvq2bqo10238nertg .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#c4o3srljz7m8x2c2gr4q .post_data,
#gp0v0fp3f1drckwvhkv8 .post_data,
#v9ynofyqv8esp3ldsmpg .post_data,
#y8gd2d75rdkgdxog9zc7 .post_data,
#jyhsvq2bqo10238nertg .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#c4o3srljz7m8x2c2gr4q .design_block,
#gp0v0fp3f1drckwvhkv8 .design_block,
#v9ynofyqv8esp3ldsmpg .design_block,
#y8gd2d75rdkgdxog9zc7 .design_block,
#jyhsvq2bqo10238nertg .design_block {
  opacity: 0;
}
#c4o3srljz7m8x2c2gr4q .design_block[class*="block"].moved,
#gp0v0fp3f1drckwvhkv8 .design_block[class*="block"].moved,
#v9ynofyqv8esp3ldsmpg .design_block[class*="block"].moved,
#y8gd2d75rdkgdxog9zc7 .design_block[class*="block"].moved,
#jyhsvq2bqo10238nertg .design_block[class*="block"].moved {
  margin: 0px;
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* 共通ボタン-ブロック内リンク */
/* ※遷移先でのボタン非表示処理はfooter_common.jsで行っています※ */
#c4o3srljz7m8x2c2gr4q [class*="_btn"],
#gp0v0fp3f1drckwvhkv8 [class*="_btn"],
#v9ynofyqv8esp3ldsmpg [class*="_btn"] {
  margin: 30px 0 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
}
#c4o3srljz7m8x2c2gr4q [class*="_btn"] a,
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] a,
#v9ynofyqv8esp3ldsmpg [class*="_btn"] a {
  background: url(../files/design_01_btn_off.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 280px;
  height: 60px;
}
#c4o3srljz7m8x2c2gr4q [class*="_btn"] a::after,
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] a::after,
#v9ynofyqv8esp3ldsmpg [class*="_btn"] a::after {
  background: url(../files/design_01_btn_on.png) no-repeat center top;
}

/* 創業以来、多種多様な業種で培った開発技術でお客様が本当に必要としている物を製作いたします。 */
#c4o3srljz7m8x2c2gr4q {
  background-image: url(../files/design_01_bg.jpg);
  height: 1100px;
}
#c4o3srljz7m8x2c2gr4q .entry_post {
  padding: 630px 660px 0 150px;
}
#c4o3srljz7m8x2c2gr4q > .design_block.block1 {
  background-image: url(../files/design_01_ttl.png);
  width: 540px;
  height: 230px;
  top: 380px;
  left: calc(50% - 498px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path:         inset(0 100% 0 0);
}
#c4o3srljz7m8x2c2gr4q > .design_block.block2 {
  background-image: url(../files/design_01_img.png);
  width: 900px;
  height: 500px;
  top: 393px;
  left: calc(50% + 100px);
  margin-left: calc(var(--custom_fade) * -1px);
}

/* 小ロット生産、試作型に対応。細かなニーズにお応えします */
#gp0v0fp3f1drckwvhkv8 {
  background-image: url(../files/design_02_bg.jpg);
  height: 1200px;
}
#gp0v0fp3f1drckwvhkv8 .entry_post {
  padding: 260px 150px 0 650px;
}
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] {
  position: absolute;
  top: 145px;
  left: -500px;
}
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] a {
  background-image: url(../files/design_02_btn_off.png);
}
#gp0v0fp3f1drckwvhkv8 [class*="_btn"] a::after {
  background-image: url(../files/design_02_btn_on.png);
}
#gp0v0fp3f1drckwvhkv8 > .design_block.block1 {
  background-image: url(../files/design_02_ttl.png);
  width: 450px;
  height: 160px;
  top: 260px;
  left: calc(50% - 500px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path:         inset(0 100% 0 0);
}
#gp0v0fp3f1drckwvhkv8 > .design_block.block2 {
  background-image: url(../files/design_02_img_01.png);
  width: 500px;
  height: 450px;
  top: 557px;
  left: calc(50% - 500px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#gp0v0fp3f1drckwvhkv8 > .design_block.block3 {
  background-image: url(../files/design_02_img_02.png);
  width: 500px;
  height: 450px;
  top: 557px;
  left: calc(50% + 1px);
  margin-left: calc(var(--custom_fade) * 1px);
}

/* 1986年創業　福岡を拠点に日本・東南・東アジアを中心に11か国に展開するリーディングカンパニー */
#v9ynofyqv8esp3ldsmpg {
  background-image: url(../files/design_03_bg.jpg);
  height: 1100px;
}
#v9ynofyqv8esp3ldsmpg .entry_post {
  padding: 600px 150px 0 680px;
}
#v9ynofyqv8esp3ldsmpg [class*="_btn"] a {
  background-image: url(../files/design_03_btn_off.png);
}
#v9ynofyqv8esp3ldsmpg [class*="_btn"] a::after {
  background-image: url(../files/design_03_btn_on.png);
}
#v9ynofyqv8esp3ldsmpg > .design_block.block1 {
  background-image: url(../files/design_03_ttl.png);
  width: 500px;
  height: 260px;
  top: 340px;
  left: calc(50% - 0px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path:         inset(0 100% 0 0);
}
#v9ynofyqv8esp3ldsmpg > .design_block.block2 {
  background-image: url(../files/design_03_img.png);
  width: 900px;
  height: 450px;
  top: 355px;
  left: calc(50% - 1000px);
  margin-left: calc(var(--custom_fade) * -1px);
}

/* 既設の設備でも、図面がなくても大丈夫・カスタマイズ・開発・改善のお手伝い */
#y8gd2d75rdkgdxog9zc7 {
  background-image: url(../files/design_05_bg.jpg);
  height: 1200px;
}
#y8gd2d75rdkgdxog9zc7 .entry_post {
  padding: 730px 640px 0 150px;
}
#y8gd2d75rdkgdxog9zc7 > .design_block.block1 {
  background-image: url(../files/design_05_ttl.png);
  width: 610px;
  height: 160px;
  top: 550px;
  left: calc(50% - 500px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path:         inset(0 100% 0 0);
}
#y8gd2d75rdkgdxog9zc7 > .design_block.block2 {
  background-image: url(../files/design_05_img.png);
  width: 850px;
  height: 450px;
  top: 557px;
  left: calc(50% + 150px);
  margin-left: calc(var(--custom_fade) * -1px);
}

/* エヌエフティの生い立ち */
#jyhsvq2bqo10238nertg {
  background-image: url(../files/design_06_bg.jpg);
  height: 1100px;
}
#jyhsvq2bqo10238nertg .entry_post {
  padding: 730px 320px 0;
}
#jyhsvq2bqo10238nertg > .design_block.block1 {
  background-image: url(../files/design_06_ttl.png);
  width: 440px;
  height: 100px;
  top: 250px;
  left: calc(50% - 220px);
  opacity: 1;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path:         inset(0 0 100% 0);
}
#jyhsvq2bqo10238nertg > .design_block.block2 {
  background-image: url(../files/design_06_img.png);
  width: 950px;
  height: 290px;
  top: 387px;
  left: calc(50% - 475px);
  margin-left: calc(var(--custom_fade) * -1px);
}