@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がwebpになるなら background-image: url("../files/xx_bg.webp");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #f1f1f1;
  --body_text_color: #000;
  --link_color: #003eb0;
  --border_color: #666;
  --table_border_color: #003eb0;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #000;
  --td_character_color: #000;
  --required_color: #003eb0;
  --top_h1_color: #b8b8b8;
  --header_navigation_color: #1c273c;
  --top_entry_title_color: #003eb0;
  --entry_title_bg_color: #fff;
  --blog_title_color: #003eb0;
  --sub_entry_title_bg_color: #003eb0;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #003eb0;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #003eb0;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #003eb0;
  --footnavi_color: #fff;
  --address_color: #fff;
  --copy_color: #fff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 985;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 530;/* 中ページメインのオリジナル高さ(単位なし) */
  --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: 0;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 60px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 160px; /*ブロック間余白*/
  --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/60blog_body_bg.webp) no-repeat center top calc(var(--header_h) * 1px) / auto;
  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-image: none;}
body#page_9  { background-image: url(../files/10business_body_bg.webp);}
body#page_12 { background-image: url(../files/40works_body_bg.webp);}
body#page_15 { background-image: url(../files/20recruit_body_bg.webp);}
body#page_81 { background-image: url(../files/30about_body_bg.webp);}
body#page_18 { background-image: url(../files/50contact_body_bg.webp);}

#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; */
  padding-top: calc(var(--easys_naka_main_h) * 1px);;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: url(../files/pc_top_movie_upper.webp) no-repeat center center / auto;
  /* padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%); */
  padding-top: 0;
  min-height: 340px;
  height: 100svh;
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top : 120px;
  left: 60px;
  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.webp");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  width : 360px;
  height: 120px;
  position: absolute;
  top : 0;
  left: 0;
  background: url(../files/main_logo.webp) 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%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
div#access .menu-item a {
  background: url(../files/topnavi.webp) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  width: 400px !important;
  padding: 0;
}
div#access .gnavi11 a { background-position-y: top !important;}
div#access .gnavi12 a { background-position-y: calc(var(--easys_navi_h) * -1) !important;}
div#access .gnavi13 a { background-position-y: calc(var(--easys_navi_h) * -2) !important;}
div#access .gnavi14 a { background-position-y: calc(var(--easys_navi_h) * -3) !important;}
div#access .gnavi15 a { background-position-y: calc(var(--easys_navi_h) * -4) !important;}
div#access .gnavi16 a { background-position-y: calc(var(--easys_navi_h) * -5) !important;}
div#access .gnavi17 a { background-position-y: bottom !important;}
div#access .menu-item a:hover { background-position-x: right;}

div#access #menu-gnavi > .menu-item > a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/topnavi_on.webp) no-repeat left top;
  opacity: 0;
}
div#access #menu-gnavi > .menu-item > a:hover::after {
  opacity: 1;
}
div#access .gnavi11 > a::after { background-position-y: top !important;}
div#access .gnavi12 > a::after { background-position-y: calc(var(--easys_navi_h) * -1) !important;}
div#access .gnavi13 > a::after { background-position-y: calc(var(--easys_navi_h) * -2) !important;}
div#access .gnavi14 > a::after { background-position-y: calc(var(--easys_navi_h) * -3) !important;}
div#access .gnavi15 > a::after { background-position-y: calc(var(--easys_navi_h) * -4) !important;}
div#access .gnavi16 > a::after { background-position-y: calc(var(--easys_navi_h) * -5) !important;}
div#access .gnavi17 > a::after { background-position-y: bottom !important;}


/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  flex-direction: column;
  top: 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);
}

/* ハンバーガーメニュー */
#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: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -400px;
  transition: .5s;
  background: var(--header_navigation_color);
}
.opened #access .menu-header {
  right: 0;
}
#access #menu-gnavi {
  width: 400px;
  height: 360px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#menuTrigger {
  background: none transparent;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  height: fit-content;
  position: fixed;
  top  : 60px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 900;
}
#menuTrigger button {
  background: url(../files/hamberger_btn.webp) no-repeat right top;
  border: none;
  pointer-events: all;
  cursor: pointer;
  width : 150px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 60px;
}
.opened #menuTrigger button {
  background-image: url(../files/hamberger_btn_on.webp);
}

/* 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);
} */


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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;
}

/* メインレスポなし */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  overflow: hidden;
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
/* #jquery_slider_pc {
  height: calc(var(--easys_top_main_h) * 1px);
} */
#jquery_slider_pc .entry_post,
#jquery_slider_pc .viewer {
  height: 100% !important;
}
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer {
  width: calc(var(--easys_max_width) * 1px) !important;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

/* トップページ */
#video_teaser,
#jquery_slider_pc {
  min-height: 340px !important;
  height: 100svh !important;
}
#video_teaser #video_teaser_inner,
#video_teaser #video_teaser_inner video {
  height: 100%;
}
#video_teaser #video_teaser_inner video {
  object-fit: cover;
}

/* 中ページ */
#main_teaser img {
  width: auto !important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  background-image: url(../files/widget_title_bg.webp);
  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.webp);
  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: none transparent;
  height: 900px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.webp) no-repeat center top; */
  height: 770px;
}

#footer_block > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: -1;
}
#footer_block > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 900px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/footer_bg_para.webp) no-repeat center bottom / auto;
  z-index: -1;
}
#footer_block > .design_block.block2 {
  background: url(../files/footer_bg.webp) no-repeat center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}



/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 550px 0 0;
  position: relative;
  /*絶対値指定する時
  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: center;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  height: 140px;
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  /* width: 100%;
  text-align: center;
  top: 200px;
  left: 0; */

  /* width: 480px;
  text-align: left;
  top: 200px;
  left: calc(50% - 480px); */
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#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);
  position: relative;
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 50px;
  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-start;
  align-items: flex-end;
  gap: 0 10px;
  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;
  box-sizing: border-box;
  padding-left: 50px;
}
.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;
}

.fixed_btn div 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;
}
.fixed_btn div a:hover::after {
  opacity: 1;
}
.fixed_btn div#fixed_btn_gtn a::after {
  background-image: url(../files/btn_gaten_on.webp);
}
.fixed_btn div#fixed_btn_blog a::after {
  background-image: url(../files/btn_blog_on.webp);
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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;
}
#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.webp);
  color: var(--top_entry_title_color);
  height: 90px;
  line-height: 90px;
  margin-bottom: 60px;
}
h3.entry_title,
.entry-title,
.entry_title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.webp);
  color: var(--entry_title_bg_color);
  margin-bottom: 60px;
}
/*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.webp);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.webp);
  font-size: 20px;
  margin-bottom: 40px;
}
* .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.webp);
  margin-bottom: 40px;
}
* .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.webp);
  margin-bottom: 40px;
}
* .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.webp) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
  margin-bottom: 40px;
}
/* * .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.webp);
}
.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.webp);
  font-size: 20px;
  margin-bottom: 40px;
}
* .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.webp);
  margin-bottom: 40px;
}
* .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;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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: var(--table_border_color);
  border-right: none;
  border-left: none;
  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: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: 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: 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.webp);
  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;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */

/* ※GSAPにて実装済（footer_pc.js） */

.easys_content_inner {
  position: relative;
  height: 100%;
}
/* #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,
.design_block span {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transition: all 1.3s ease 0s;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* 2段階イン 別途クラス付与済 */
.clipIn {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path:         inset(0 100% 0 0);
  opacity: 1 !important;
  transition: .6s !important;
}
.clipIn.moved {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
.clipIn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003eb0;
  transition: .6s !important;
}
.clipIn.moved::after {
  transform: translateX(100%);
  transition-delay: .6s !important;
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#q9x96uenp0tgtgwpf5rs,
#q9x96uenp0tgtgwpf5rs {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#q9x96uenp0tgtgwpf5rs div,
#q9x96uenp0tgtgwpf5rs div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#q9x96uenp0tgtgwpf5rs img,
#q9x96uenp0tgtgwpf5rs img {
  position: relative;
}
#q9x96uenp0tgtgwpf5rs .design_block,
#q9x96uenp0tgtgwpf5rs .design_block {
  opacity: 0;
}
#q9x96uenp0tgtgwpf5rs .design_block[class*="block"].moved,
#q9x96uenp0tgtgwpf5rs .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;
}

/* リンク共通 */
#q9x96uenp0tgtgwpf5rs a,
#q9x96uenp0tgtgwpf5rs a {
  display: block;
  position: relative;
}
#q9x96uenp0tgtgwpf5rs a:hover img,
#q9x96uenp0tgtgwpf5rs a:hover img {
  opacity: 1;
}

/* お問い合わせ */
#q9x96uenp0tgtgwpf5rs .easys_content_inner,
#q9x96uenp0tgtgwpf5rs a {
  position: static;
}
#q9x96uenp0tgtgwpf5rs a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/bnr_contact_hover.webp) no-repeat center center / cover;
  transition: var(--custom_transition);
  -webkit-clip-path: inset(0 50%);
  clip-path:         inset(0 50%);
  pointer-events: none;
}
#q9x96uenp0tgtgwpf5rs a:hover::before {
  -webkit-clip-path: inset(0 0);
  clip-path:         inset(0 0);
}
#q9x96uenp0tgtgwpf5rs .design_block.block1 {
  background-image: url(../files/bnr_contact_bg.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 50%);
  clip-path:         inset(0 50%);
}
#content #q9x96uenp0tgtgwpf5rs.nd_01:last-of-type {
  margin-bottom: 10px !important;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#qj16512qnc9ah4r4v1z9,
#z3qrt0booci4mbhxy2ka,
#lryvznjyl2s2q5htxgl5,
#d4g7jkkhu7gbiqgiuwqk,
#ssecodgxinfyu0hxx6sb,
#cbqys0ubuxdc0urav2vw,
#kjlqpdwzo5jvgbmcu9i1,
#kyg466gyp9d7pfl433ht,
#b5qslgl626823yubl7h3,
#rzvpb38c3il1yw3dn9h3,
#rcf2rnd9xpddn5yqbdm2,
#fm927d4pluuotld785mo,
#rdus8tjc5qdjw011fbsn {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#qj16512qnc9ah4r4v1z9 .easys_content_inner,
#z3qrt0booci4mbhxy2ka .easys_content_inner,
#lryvznjyl2s2q5htxgl5 .easys_content_inner,
#d4g7jkkhu7gbiqgiuwqk .easys_content_inner,
#ssecodgxinfyu0hxx6sb .easys_content_inner,
#cbqys0ubuxdc0urav2vw .easys_content_inner,
#kjlqpdwzo5jvgbmcu9i1 .easys_content_inner,
#kyg466gyp9d7pfl433ht .easys_content_inner,
#b5qslgl626823yubl7h3 .easys_content_inner,
#rzvpb38c3il1yw3dn9h3 .easys_content_inner,
#rcf2rnd9xpddn5yqbdm2 .easys_content_inner,
#fm927d4pluuotld785mo .easys_content_inner,
#rdus8tjc5qdjw011fbsn .easys_content_inner {
  opacity: 1;
  top: 0px;
  width: 1300px;
}
#qj16512qnc9ah4r4v1z9 .post_margin,
#z3qrt0booci4mbhxy2ka .post_margin,
#lryvznjyl2s2q5htxgl5 .post_margin,
#d4g7jkkhu7gbiqgiuwqk .post_margin,
#ssecodgxinfyu0hxx6sb .post_margin,
#cbqys0ubuxdc0urav2vw .post_margin,
#kjlqpdwzo5jvgbmcu9i1 .post_margin,
#kyg466gyp9d7pfl433ht .post_margin,
#b5qslgl626823yubl7h3 .post_margin,
#rzvpb38c3il1yw3dn9h3 .post_margin,
#rcf2rnd9xpddn5yqbdm2 .post_margin,
#fm927d4pluuotld785mo .post_margin,
#rdus8tjc5qdjw011fbsn .post_margin {
  margin: 0;
}
#qj16512qnc9ah4r4v1z9 .entry_post,
#z3qrt0booci4mbhxy2ka .entry_post,
#lryvznjyl2s2q5htxgl5 .entry_post,
#d4g7jkkhu7gbiqgiuwqk .entry_post,
#ssecodgxinfyu0hxx6sb .entry_post,
#cbqys0ubuxdc0urav2vw .entry_post,
#kjlqpdwzo5jvgbmcu9i1 .entry_post,
#kyg466gyp9d7pfl433ht .entry_post,
#b5qslgl626823yubl7h3 .entry_post,
#rzvpb38c3il1yw3dn9h3 .entry_post,
#rcf2rnd9xpddn5yqbdm2 .entry_post,
#fm927d4pluuotld785mo .entry_post,
#rdus8tjc5qdjw011fbsn .entry_post {
  box-sizing: border-box;
}
#qj16512qnc9ah4r4v1z9 .entry_post > [class*="title"],
#z3qrt0booci4mbhxy2ka .entry_post > [class*="title"],
#lryvznjyl2s2q5htxgl5 .entry_post > [class*="title"],
#d4g7jkkhu7gbiqgiuwqk .entry_post > [class*="title"],
#ssecodgxinfyu0hxx6sb .entry_post > [class*="title"],
#cbqys0ubuxdc0urav2vw .entry_post > [class*="title"],
#kjlqpdwzo5jvgbmcu9i1 .entry_post > [class*="title"],
#kyg466gyp9d7pfl433ht .entry_post > [class*="title"],
#b5qslgl626823yubl7h3 .entry_post > [class*="title"],
#rzvpb38c3il1yw3dn9h3 .entry_post > [class*="title"],
#rcf2rnd9xpddn5yqbdm2 .entry_post > [class*="title"],
#fm927d4pluuotld785mo .entry_post > [class*="title"],
#rdus8tjc5qdjw011fbsn .entry_post > [class*="title"] {
  display: none;
}
#qj16512qnc9ah4r4v1z9 .text_box,
#z3qrt0booci4mbhxy2ka .text_box,
#lryvznjyl2s2q5htxgl5 .text_box,
#d4g7jkkhu7gbiqgiuwqk .text_box,
#ssecodgxinfyu0hxx6sb .text_box,
#cbqys0ubuxdc0urav2vw .text_box,
#kjlqpdwzo5jvgbmcu9i1 .text_box,
#kyg466gyp9d7pfl433ht .text_box,
#b5qslgl626823yubl7h3 .text_box,
#rzvpb38c3il1yw3dn9h3 .text_box,
#rcf2rnd9xpddn5yqbdm2 .text_box,
#fm927d4pluuotld785mo .text_box,
#rdus8tjc5qdjw011fbsn .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#qj16512qnc9ah4r4v1z9 .post_data,
#z3qrt0booci4mbhxy2ka .post_data,
#lryvznjyl2s2q5htxgl5 .post_data,
#d4g7jkkhu7gbiqgiuwqk .post_data,
#ssecodgxinfyu0hxx6sb .post_data,
#cbqys0ubuxdc0urav2vw .post_data,
#kjlqpdwzo5jvgbmcu9i1 .post_data,
#kyg466gyp9d7pfl433ht .post_data,
#b5qslgl626823yubl7h3 .post_data,
#rzvpb38c3il1yw3dn9h3 .post_data,
#rcf2rnd9xpddn5yqbdm2 .post_data,
#fm927d4pluuotld785mo .post_data,
#rdus8tjc5qdjw011fbsn .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
_::-webkit-full-page-media, _:future, :root #qj16512qnc9ah4r4v1z9 .post_data p,
_::-webkit-full-page-media, _:future, :root #z3qrt0booci4mbhxy2ka .post_data p,
_::-webkit-full-page-media, _:future, :root #lryvznjyl2s2q5htxgl5 .post_data p,
_::-webkit-full-page-media, _:future, :root #d4g7jkkhu7gbiqgiuwqk .post_data p,
_::-webkit-full-page-media, _:future, :root #ssecodgxinfyu0hxx6sb .post_data p,
_::-webkit-full-page-media, _:future, :root #cbqys0ubuxdc0urav2vw .post_data p,
_::-webkit-full-page-media, _:future, :root #kjlqpdwzo5jvgbmcu9i1 .post_data p,
_::-webkit-full-page-media, _:future, :root #kyg466gyp9d7pfl433ht .post_data p,
_::-webkit-full-page-media, _:future, :root #b5qslgl626823yubl7h3 .post_data p,
_::-webkit-full-page-media, _:future, :root #rzvpb38c3il1yw3dn9h3 .post_data p,
_::-webkit-full-page-media, _:future, :root #rcf2rnd9xpddn5yqbdm2 .post_data p,
_::-webkit-full-page-media, _:future, :root #fm927d4pluuotld785mo .post_data p,
_::-webkit-full-page-media, _:future, :root #rdus8tjc5qdjw011fbsn .post_data p {
  line-height: 2;
  letter-spacing: -1px;
}
#qj16512qnc9ah4r4v1z9 .design_block,
#z3qrt0booci4mbhxy2ka .design_block,
#lryvznjyl2s2q5htxgl5 .design_block,
#d4g7jkkhu7gbiqgiuwqk .design_block,
#ssecodgxinfyu0hxx6sb .design_block,
#cbqys0ubuxdc0urav2vw .design_block,
#kjlqpdwzo5jvgbmcu9i1 .design_block,
#kyg466gyp9d7pfl433ht .design_block,
#b5qslgl626823yubl7h3 .design_block,
#rzvpb38c3il1yw3dn9h3 .design_block,
#rcf2rnd9xpddn5yqbdm2 .design_block,
#fm927d4pluuotld785mo .design_block,
#rdus8tjc5qdjw011fbsn .design_block,
#qj16512qnc9ah4r4v1z9 .design_block span,
#z3qrt0booci4mbhxy2ka .design_block span,
#lryvznjyl2s2q5htxgl5 .design_block span,
#d4g7jkkhu7gbiqgiuwqk .design_block span,
#ssecodgxinfyu0hxx6sb .design_block span,
#cbqys0ubuxdc0urav2vw .design_block span,
#kjlqpdwzo5jvgbmcu9i1 .design_block span,
#kyg466gyp9d7pfl433ht .design_block span,
#b5qslgl626823yubl7h3 .design_block span,
#rzvpb38c3il1yw3dn9h3 .design_block span,
#rcf2rnd9xpddn5yqbdm2 .design_block span,
#fm927d4pluuotld785mo .design_block span,
#rdus8tjc5qdjw011fbsn .design_block span {
  opacity: 0;
}
#qj16512qnc9ah4r4v1z9 .design_block[class*="block"].moved,
#z3qrt0booci4mbhxy2ka .design_block[class*="block"].moved,
#lryvznjyl2s2q5htxgl5 .design_block[class*="block"].moved,
#d4g7jkkhu7gbiqgiuwqk .design_block[class*="block"].moved,
#ssecodgxinfyu0hxx6sb .design_block[class*="block"].moved,
#cbqys0ubuxdc0urav2vw .design_block[class*="block"].moved,
#kjlqpdwzo5jvgbmcu9i1 .design_block[class*="block"].moved,
#kyg466gyp9d7pfl433ht .design_block[class*="block"].moved,
#b5qslgl626823yubl7h3 .design_block[class*="block"].moved,
#rzvpb38c3il1yw3dn9h3 .design_block[class*="block"].moved,
#rcf2rnd9xpddn5yqbdm2 .design_block[class*="block"].moved,
#fm927d4pluuotld785mo .design_block[class*="block"].moved,
#rdus8tjc5qdjw011fbsn .design_block[class*="block"].moved,
#qj16512qnc9ah4r4v1z9 .design_block[class*="block"].moved span,
#z3qrt0booci4mbhxy2ka .design_block[class*="block"].moved span,
#lryvznjyl2s2q5htxgl5 .design_block.block1.moved span,
#d4g7jkkhu7gbiqgiuwqk .design_block[class*="block"].moved span,
#ssecodgxinfyu0hxx6sb .design_block[class*="block"].moved span,
#cbqys0ubuxdc0urav2vw .design_block[class*="block"].moved span,
#kjlqpdwzo5jvgbmcu9i1 .design_block[class*="block"].moved span,
#kyg466gyp9d7pfl433ht .design_block[class*="block"].moved span,
#b5qslgl626823yubl7h3 .design_block[class*="block"].moved span,
#rzvpb38c3il1yw3dn9h3 .design_block[class*="block"].moved span,
#rcf2rnd9xpddn5yqbdm2 .design_block[class*="block"].moved span,
#fm927d4pluuotld785mo .design_block[class*="block"].moved span,
#rdus8tjc5qdjw011fbsn .design_block[class*="block"].moved span {
  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で行っています※ */
#qj16512qnc9ah4r4v1z9 [class*="_btn"],
#z3qrt0booci4mbhxy2ka [class*="_btn"],
#lryvznjyl2s2q5htxgl5 [class*="_btn"],
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] {
  margin: 30px 0 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
}
#z3qrt0booci4mbhxy2ka [class*="_btn"] a,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a {
  background: url(../files/design02_btn.webp) no-repeat left top;
  font-size: 0;
  display: block;
  padding: 0 60px 0 0;
  position: relative;
  text-indent: -9999px;
  width: 210px;
  height: 60px;
}
#z3qrt0booci4mbhxy2ka [class*="_btn"] a::before,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a::before,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a::before,
#z3qrt0booci4mbhxy2ka [class*="_btn"] a::after,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a::after,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a::after {
  content: "";
  position: absolute;
  top: 0;
  transition: var(--custom_transition);
}
#z3qrt0booci4mbhxy2ka [class*="_btn"] a::before,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a::before,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a::before {
  width: 60px;
  height: 60px;
  right: 0;
  background: url(../files/btn_icon.webp) no-repeat center center;
  z-index: 10;
}
#z3qrt0booci4mbhxy2ka [class*="_btn"] a:hover::before,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a:hover::before,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a:hover::before {
  transform: translateX(10px);
}
#z3qrt0booci4mbhxy2ka [class*="_btn"] a::after,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a::after,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../files/design02_btn_hover.webp) no-repeat left top;
  opacity: 0;
}
#z3qrt0booci4mbhxy2ka [class*="_btn"] a:hover::after,
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a:hover::after,
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a:hover::after {
  opacity: 1;
}

/* インフラ工事で時代を創る仲間募集 */
#qj16512qnc9ah4r4v1z9 {
  background: url(../files/design01_bg01.webp) no-repeat center top;
  height: calc(684px + 450px);
}
#qj16512qnc9ah4r4v1z9 .entry_post {
  padding: 500px 170px 0;
}
#qj16512qnc9ah4r4v1z9 .post_data {
  height: 184px;
}
#qj16512qnc9ah4r4v1z9 [class*="_btn"] {
  margin-top: 0;
  position: relative;
  top: 0;
  left: calc(50% - 800px);
  z-index: 10;
}
#qj16512qnc9ah4r4v1z9 [class*="_btn"] a {
  background: url(../files/design01_btn.webp) no-repeat left top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 1600px;
  height: 450px;
}
#qj16512qnc9ah4r4v1z9 [class*="_btn"]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/design01_btn_hover.webp) no-repeat center center / cover;
  transition: var(--custom_transition);
  -webkit-clip-path: inset(0 50%);
  clip-path:         inset(0 50%);
}
#qj16512qnc9ah4r4v1z9 [class*="_btn"]:hover::before {
  -webkit-clip-path: inset(0 0);
  clip-path:         inset(0 0);
}
#qj16512qnc9ah4r4v1z9 .design_block.block1 {
  width: 1600px;
  height: 450px;
  top: 684px;
  left: calc(50% - 800px);
  display: flex;
  opacity: 1;
}
#qj16512qnc9ah4r4v1z9 .design_block.block1 span {
  width: 533px;
  height: 100%;
  position: relative;
  opacity: 1;
}
#qj16512qnc9ah4r4v1z9 .design_block.block1 span:nth-of-type(1) {
  background-image: url(../files/design01_bg02-01.webp);
}
#qj16512qnc9ah4r4v1z9 .design_block.block1 span:nth-of-type(2) {
  background-image: url(../files/design01_bg02-02.webp);
}
#qj16512qnc9ah4r4v1z9 .design_block.block1 span:nth-of-type(3) {
  background-image: url(../files/design01_bg02-03.webp);
}

/* 次の時代に残る、土木型枠の仕事 */
#z3qrt0booci4mbhxy2ka {
  background-image: url(../files/design02_bg01.webp);
  height: 785px;
}
#z3qrt0booci4mbhxy2ka .entry_post {
  padding: 330px 760px 0 170px;
}
#z3qrt0booci4mbhxy2ka > .design_block.block1 {
  background-image: url(../files/design02_bg02.webp);
  width: 800px;
  height: 340px;
  top: 200px;
  left: calc(50% - 0px);
  transform: translateY(calc(var(--custom_fade) * 1px));
}

/* 人が主役の現場。山中興業で働くということ */
#lryvznjyl2s2q5htxgl5 {
  height: 1035px;
}
#lryvznjyl2s2q5htxgl5 .entry_post {
  padding: 620px 170px 0 450px;
}
#lryvznjyl2s2q5htxgl5 [class*="_btn"] {
  margin-left: auto;
}
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a {
  background-image: url(../files/design03_btn.webp);
  width: 185px;
}
#lryvznjyl2s2q5htxgl5 [class*="_btn"] a::after {
  background-image: url(../files/design03_btn_hover.webp);
}
#lryvznjyl2s2q5htxgl5 > .design_block.block1 {
  background-image: url(../files/design03_bg01.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#lryvznjyl2s2q5htxgl5 > .design_block.block2 {
  width: 1100px;
  height: 450px;
  top: 0px;
  left: calc(50% - 800px);
  opacity: 0;
  transition: opacity 0s 1.3s;
}
#lryvznjyl2s2q5htxgl5 > .design_block.block2.moved {
  opacity: 1;
}
#lryvznjyl2s2q5htxgl5 > .design_block.block2 span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#lryvznjyl2s2q5htxgl5 > .design_block.block2 span.slide1 {
  background-image: url(../files/design03_bg02_slide01.webp);
}
#lryvznjyl2s2q5htxgl5 > .design_block.block2 span.slide2 {
  background-image: url(../files/design03_bg02_slide02.webp);
}
#lryvznjyl2s2q5htxgl5 > .design_block.block2 span.slide3 {
  background-image: url(../files/design03_bg02_slide03.webp);
}
#lryvznjyl2s2q5htxgl5 > .design_block.block3 {
  background-image: url(../files/design03_bg03.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* 30年以上、土木型枠一筋の会社です */
#d4g7jkkhu7gbiqgiuwqk {
  background-image: url(../files/design04_bg01.webp);
  height: 892px;
}
#d4g7jkkhu7gbiqgiuwqk .entry_post {
  padding: 480px 510px 0 170px;
}
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a {
  background-image: url(../files/design04_btn.webp);
  width: 165px;
}
#d4g7jkkhu7gbiqgiuwqk [class*="_btn"] a::after {
  background-image: url(../files/design04_btn_hover.webp);
}
#d4g7jkkhu7gbiqgiuwqk > .design_block.block1 {
  background-image: url(../files/design04_bg02.webp);
  width: 1600px;
  height: 400px;
  top: 0px;
  left: calc(50% - 800px);
}
#d4g7jkkhu7gbiqgiuwqk > .design_block.block2 {
  background-image: url(../files/design04_bg03.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* 地域の基盤を支える、型枠工事 */
#ssecodgxinfyu0hxx6sb {
  height: 1240px;
}
#ssecodgxinfyu0hxx6sb .entry_post {
  padding: 830px 750px 0 170px;
}
#ssecodgxinfyu0hxx6sb > .design_block.block1 {
  background-image: url(../files/design05_bg01.webp);
  width: 1600px;
  height: 450px;
  top: 100px;
  left: calc(50% - 800px);
}
#ssecodgxinfyu0hxx6sb > .design_block.block2 {
  background-image: url(../files/design05_bg02.webp);
  width: 912px;
  height: 257px;
  top: 834px;
  left: calc(50% - 0px);
}
#ssecodgxinfyu0hxx6sb > .design_block.block3 {
  background-image: url(../files/design05_bg03.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* とび・土工工事業 */
#cbqys0ubuxdc0urav2vw {
  background-image: url(../files/design06_bg01.webp);
  height: 951px;
}
#cbqys0ubuxdc0urav2vw .entry_post {
  padding: 445px 750px 0 170px;
}
#cbqys0ubuxdc0urav2vw > .design_block.block1 {
  background-image: url(../files/design06_bg02.webp);
  width: 911px;
  height: 256px;
  top: 445px;
  left: calc(50% - 0px);
}
#cbqys0ubuxdc0urav2vw > .design_block.block2 {
  background-image: url(../files/design06_bg03.webp);
  width: 316px;
  height: 390px;
  top: 12px;
  left: calc(50% - 900px);
}

/* 大工工事業 */
#kjlqpdwzo5jvgbmcu9i1 {
  background-image: url(../files/design07_bg01.webp);
  height: 1487px;
}
#kjlqpdwzo5jvgbmcu9i1 .entry_post {
  padding: 434px 750px 0 170px;
}
#kjlqpdwzo5jvgbmcu9i1 > .design_block.block1 {
  background-image: url(../files/design07_bg02.webp);
  width: 316px;
  height: 390px;
  top: 0px;
  left: calc(50% + 285px);
}
#kjlqpdwzo5jvgbmcu9i1 > .design_block.block2 {
  background-image: url(../files/design07_bg03.webp);
  width: 911px;
  height: 256px;
  top: 435px;
  left: calc(50% - 0px);
}
#kjlqpdwzo5jvgbmcu9i1 > .design_block.block3 {
  background-image: url(../files/design07_bg04.webp);
  width: 1600px;
  height: 450px;
  top: 835px;
  left: calc(50% - 800px);
}
#cbqys0ubuxdc0urav2vw + #kjlqpdwzo5jvgbmcu9i1 {
  margin-top: -40px;
}

/* 私たちと共に創造し、チャレンジしていく仲間を募集しています。 */
#kyg466gyp9d7pfl433ht {
  background-image: url(../files/design08_bg.webp);
  height: 850px;
}
#kyg466gyp9d7pfl433ht .entry_post {
  padding: 350px 580px 0 120px;
}

/* 土木に特化した型枠工事 */
#b5qslgl626823yubl7h3 {
  background-image: url(../files/design09_bg.webp);
  height: 775px;
}
#b5qslgl626823yubl7h3 .entry_post {
  padding: 350px 640px 0 120px;
}
#kyg466gyp9d7pfl433ht + #b5qslgl626823yubl7h3 {
  margin-top: -150px;
}

/* 充実した手当・福利厚生 */
#rzvpb38c3il1yw3dn9h3 {
  background-image: url(../files/design10_bg01.webp);
  height: 854px;
}
#rzvpb38c3il1yw3dn9h3 .entry_post {
  padding: 185px 50px 0 650px;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 {
  width: 1200px;
  height: 202px;
  top: 455px;
  left: calc(50% - 600px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-clip-path: none !important;
  clip-path:         none !important;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span {
  display: block;
  position: relative;
  width: 195px;
  height: 100%;
  transform: translateY(calc(var(--custom_fade) * 1px));
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span:nth-of-type(1) {
  background-image: url(../files/design10_bg02-01.webp);
  transition-delay: 0s;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span:nth-of-type(2) {
  background-image: url(../files/design10_bg02-02.webp);
  transition-delay: .2s;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span:nth-of-type(3) {
  background-image: url(../files/design10_bg02-03.webp);
  transition-delay: .4s;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span:nth-of-type(4) {
  background-image: url(../files/design10_bg02-04.webp);
  transition-delay: .6s;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span:nth-of-type(5) {
  background-image: url(../files/design10_bg02-05.webp);
  transition-delay: .8s;
}
#rzvpb38c3il1yw3dn9h3 > .design_block.block1 span:nth-of-type(6) {
  background-image: url(../files/design10_bg02-06.webp);
  transition-delay: 1s;
}
#rzvpb38c3il1yw3dn9h3 + .easys_content {
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
  background-color: #d8d8d8;
}

/* 募集要項 */
#rcf2rnd9xpddn5yqbdm2 {
  padding: var(--custom_padding) 0;
}
#rcf2rnd9xpddn5yqbdm2 .easys_content_inner {
  background: url(../files/design11_bg.png) no-repeat center top;
  background-color: rgba(255,255,255,0.95);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 215px 170px 100px;
}
#rcf2rnd9xpddn5yqbdm2 .table_area table tr > * {
  border-color: #000 !important;
}
#rcf2rnd9xpddn5yqbdm2 > .design_block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#rcf2rnd9xpddn5yqbdm2 > .design_block.block1 {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#rcf2rnd9xpddn5yqbdm2 > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design11_bg_para.webp) no-repeat center center / cover;
  z-index: -1;
}
#rcf2rnd9xpddn5yqbdm2 > .design_block.block2 {
  background-image: url(../files/design12_bg02.webp);
}

/* 代表挨拶 */
#fm927d4pluuotld785mo {
  height: 880px;
}
#fm927d4pluuotld785mo .entry_post {
  padding: 590px 450px 0 170px;
}
#fm927d4pluuotld785mo > .design_block.block1 {
  background-image: url(../files/design12_bg01.webp);
  width: 999px;
  height: 450px;
  top: 100px;
  left: calc(50% - 200px);
}
#fm927d4pluuotld785mo > .design_block.block2 {
  background-image: url(../files/design12_bg02.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* 並列記事 */
#rdus8tjc5qdjw011fbsn {
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
}
#rdus8tjc5qdjw011fbsn .easys_content_inner {
  width: 960px;
}
#rdus8tjc5qdjw011fbsn .entry_post {
  color: #fff;
}
#rdus8tjc5qdjw011fbsn .entry_post + .entry_post {
  margin-left: 30px;
}
#rdus8tjc5qdjw011fbsn .entry_post > .inline_title {
  background: none transparent;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  margin-top: 20px;
  text-align: left;
}
#rdus8tjc5qdjw011fbsn .entry_post > .post_data {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 190px;
}
#rdus8tjc5qdjw011fbsn .entry_post:nth-of-type(1) > .post_data {
  background-image: url(../files/design13_img01.webp);
}
#rdus8tjc5qdjw011fbsn .entry_post:nth-of-type(2) > .post_data {
  background-image: url(../files/design13_img02.webp);
}
#rdus8tjc5qdjw011fbsn .entry_post:nth-of-type(3) > .post_data {
  background-image: url(../files/design13_img03.webp);
}
#rdus8tjc5qdjw011fbsn > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#rdus8tjc5qdjw011fbsn > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design13_bg_para.webp) no-repeat center center / cover;
  z-index: -1;
}


/*  その他
---------------------------------------------------------------------------------------------------- */
/* トップページ＞会社概要 */
#page_6 #rf8jvyojuils00h86sxy {
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
  background-color: #d8d8d8;
}