@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #292929;
  --body_text_color: #f3f3f3;
  --link_color: #b89632;
  --border_color: #869194;
  --table_border_color: #8e8e8e;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #f3f3f3;
  --td_character_color: #f3f3f3;
  --required_color: #b89632;
  --top_h1_color: #fff;
  --header_navigation_color: rgba(248, 223, 75, 0.8);
  --top_entry_title_color: #b89632;
  --entry_title_bg_color: #f3f3f3;
  --blog_title_color: #f3f3f3;
  --sub_entry_title_bg_color: #b89632;
  --entry_title_bg_w570_color: #f3f3f3;
  --sub_entry_title_bg_w570_color: #b89632;
  --half_entry_title_bg_color: #f3f3f3;
  --half_sub_entry_title_bg_color: #b89632;
  --column3_title_bg_color: #9a9a9a;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #f3f3f3;
  --footnavi_color: #fff;
  --address_color: #fff;
  --copy_color: #222;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_max_width02: 1920;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1080;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 880;/* 中ページメインのオリジナル高さ(単位なし) */
  --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 : 40px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 160px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
  --custom_transition: .3s;   /*フェードの基本時間*/
  --custom_right: 80px;   /*ページ全体に入れる余白*/

}

/* フォントサイズ調整 */
#footer-widget-area .widget-area .menu-item a,
#footer_information .entry-post .post-data p {
  font-size: 14px;
}
#copyright {
  font-size: 12px;
}
p,
tr > *,
ul,
.post_data,
.text_box,
.html_post {
  font-size: 17px;
}


/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
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%;
  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;
  box-sizing: border-box;
  padding-right: var(--custom_right);
}
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; */
  position: relative;
}
body:not(#page_6) #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: var(--easys_main_h);
  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;
  left: calc(90 / var(--easys_max_width) * 100%);
  bottom: 40px;
  width: auto;
  white-space: nowrap;
}
#page_6 #site-description {
  left: 40px;
}
#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 : 310px;
  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%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
div#access .menu-item a {
  background: url(../files/topnavi.png) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  width: 260px !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;}

/* プルダウンメニューのサイズ */
#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);
}

/* ハンバーガーメニュー */
#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::after {
  content: "";
  width: var(--custom_right);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../files/sidenavi_bg.png) repeat-y center top;
}
#access a {
  pointer-events: all;
}
#access .menu-header {
  width: 490px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -490px;
  transition: .5s;
  background: var(--header_navigation_color);
}
.opened #access .menu-header {
  right: 0;
}
#access #menu-gnavi {
  width: 230px;
  height: 280px;
  position: absolute;
  top: 240px;
  left: 90px;
}

/* ＞ボタン */
#menuTrigger {
  background: none transparent;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  height: fit-content;
  position: fixed;
  top   : 0;
  bottom: 0;
  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 : 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 20px;
}
#menuTrigger span {
  display:inline-block;
  position:absolute;
  right:0;
  width:40px;
  height:1px;
  box-sizing:border-box;
  transition:all 0.5s;
  -webkit-transition-delay:0.3s, 0;
          transition-delay:0.3s, 0;
  -webkit-transition-duration:0.3s, 0.3s;
          transition-duration:0.3s, 0.3s;
  border-radius:3px;
  background-color:#FFFFFF;
}
#menuTrigger span:nth-of-type(1) {
  top:10px;
  transition-property:top, transform;
}
#menuTrigger span:nth-of-type(2) {
  top: 20px;
  margin:auto;
}
#menuTrigger span:nth-of-type(3) {
  top: 30px;
  width:18px;
  transition-delay:0, 0.3s;
  transition-timing-function:ease-out;
  transition-property:width, bottom, left, transform;
}
#menuTrigger:hover span:nth-of-type(3) {
  width:40px;
}
.opened #menuTrigger span:nth-of-type(1) {
  top: 20px;
  transform:rotate(45deg);
}
.opened #menuTrigger span:nth-of-type(2) {
  width:0;
  opacity:0;
}
.opened #menuTrigger span:nth-of-type(3) {
  top: 20px;
  width: 40px;
  transform:rotate(-45deg);
}

/* ＞スクロールダウン */
#scroll_down {
  display: block;
  position: absolute;
  top: 0px;
  right: 35px;
  width: 1em;
  height: 220px;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-rl;
  cursor: pointer;
  background: url(/files/scroll_down.png) no-repeat bottom center/100%;
  z-index: 999;
}
#scroll_down:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none #fcc900;
  width: 1px;
  height: 100px;
  margin: 0 auto;
  animation: scroll_down 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll_down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* 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 {
  background: url(../files/body_bg.jpg) no-repeat center top calc(var(--header_h) * 0px) / cover;
}
#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,
#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_width02)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner,
#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; */
}


/* メインパララ */
#video_teaser,
#jquery_slider_pc {
  /* padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%); */
  padding-top: calc(var(--easys_branding_box_h) + 635px) !important;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: -1;
}
#video_teaser > div,
#jquery_slider_pc > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#video_teaser div,
#jquery_slider_pc div {
  height: 100% !important;
}
#video_teaser video,
#jquery_slider_pc img {
  height: 100%;
  max-height: calc(var(--easys_branding_box_h) + 635px);
  object-fit: cover;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: #404040;
  /* background: url(../files/footer_bg.png) no-repeat center top; */
  height: 560px;
  position: relative;
}
#footer_box {
  /* background: none transparent; */
  background: url(../files/footer_box_bg.png) no-repeat center top;
  height: 520px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 160px 0 0;
  width: 1100px;
  /*絶対値指定する時
  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;
  width: 550px;
  height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  color: var(--footnavi_color);
  text-align: left;
  padding-left: 1px;
  padding-right: 0;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
}
#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 {
  width: 100%;
  margin-bottom: 10px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  text-decoration: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before,
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  content: "";
  position: absolute;
  transition: var(--custom_transition);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before {
  width: 14px;
  height: 14px;
  background: url(../files/footer_link_arr_off.png) no-repeat left top;
  position: absolute;
  top: 0;
  right: 10px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::before {
  background-image: url(../files/footer_link_arr_on.png);
  right: 0px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  height: 1px;
  width: 0%;
  background-color: #b89632;
  bottom: 0;
  left: 0;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {
  width: 100%;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.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: 550px;
  text-align: left;
  top: 325px;
  left: calc(50% - 550px);
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#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: left;
  width: 1100px;
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 80px;
  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;
  box-sizing: border-box;
  padding-right: 0px;
}
.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_top {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  height: fit-content;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 115px;
  z-index: 1000;
}
.fixed_top a {
  pointer-events: all;
}
#fixed_btn_contact {
  background: url(../files/btn_header_bg.png) no-repeat left top;
  margin-left: 10px;
}
#fixed_btn_blog {
  background: url(../files/btn_header_bg.png) no-repeat right top;
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  box-sizing: border-box;
  bottom: 0px;
  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: 0px;
  bottom: 0;
  pointer-events: all;
  width: fit-content;
  height: fit-content;
  display: block;
}
.fixed_btn div a:hover,
.fixed_top a:hover,
#float_top_btn > a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
/* read-more時の中央揃え*/
.entry_title {
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.entry_title h3 {
  padding-left: 120px;
  width: 700px;
}
.sub_entry_title {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.sub_entry_title h4 {
  padding-left: 120px;
  width: 700px;
}

.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}
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 {
  font-size: 27px;
}
.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: 22px;
  text-align: center;
}
* .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);
  font-size: 22px;
}

/* 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);
  text-align: center;
}
* .sub_entry_title,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  font-size: 22px;
}
* .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: 22px;
  text-align: center;
}
* .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);
  font-size: 17px;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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) {
  border: 1px solid var(--table_border_color);
  border-collapse: inherit;
  box-sizing: border-box;
  padding: 10px;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: var(--table_border_color);
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  position: relative;
color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * + *::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--table_border_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:last-child > * {
  border-bottom: none !important;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--link_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--link_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;
  font-size: 22px;
}
#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;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content_inner {
  position: relative;
  height: 100%;
}
#outer_block .easys_content_inner {
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -20deg);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  transform: none;
}
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  transform: none;
}


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transition: all 1.3s ease 0s;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* リンクボタン */
.design_btn {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible !important;
}
.design_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/bnr_contact_link_btn_on.png) no-repeat center center / 100%;
  transition: var(--custom_transition);
  opacity: 0;
  pointer-events: none;
}
.design_btn:hover::after {
  opacity: 1;
}
.design_btn span {
  position: absolute;
  height: calc(54 / 78 * 100%);
  width : calc(54 / 304 * 100%);
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 10;
}
.design_btn span:nth-of-type(1) {
  margin: auto;
  background: url(../files/link_btn_arr_off.png) no-repeat center center / 100%;
  pointer-events: none;
  transition: var(--custom_transition);
}
.design_btn:hover span:nth-of-type(1) {
  background-image: url(../files/link_btn_arr_on.png);
  transform: scale(1.3);
}
.design_btn svg {
  position: absolute;
  height: calc(54 / 78 * 100%);
  width : calc(54 / 304 * 100%);
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  transition: var(--custom_transition);
  z-index: 10;
}
.design_btn circle {
  opacity: 1;
  fill: transparent;
  stroke: #b89632;
  stroke-width: 2px;
  stroke-dasharray: 0 366;
  transition: stroke-dasharray 0.7s ease, opacity 0.2s ease;
}
.design_btn:hover circle {
  stroke-dasharray: 366 366;
}
.design_btn:hover svg {
  transform: scale(1.3);
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#wc0xqlw76qrhx5ggekw1,
#x8e7k1x12y8tr53amwbx,
#cpvz75t4rwrniljlm7w7 {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#wc0xqlw76qrhx5ggekw1 div,
#x8e7k1x12y8tr53amwbx div,
#cpvz75t4rwrniljlm7w7 div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#wc0xqlw76qrhx5ggekw1 img,
#x8e7k1x12y8tr53amwbx img,
#cpvz75t4rwrniljlm7w7 img {
  position: relative;
}
#wc0xqlw76qrhx5ggekw1 .design_block,
#x8e7k1x12y8tr53amwbx .design_block,
#cpvz75t4rwrniljlm7w7 .design_block {
  opacity: 0;
}
#wc0xqlw76qrhx5ggekw1 .design_block[class*="block"].moved,
#x8e7k1x12y8tr53amwbx .design_block[class*="block"].moved,
#cpvz75t4rwrniljlm7w7 .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;
}

/* リンク共通 */
#wc0xqlw76qrhx5ggekw1 a,
#x8e7k1x12y8tr53amwbx a {
  display: block;
  position: relative;
}
#wc0xqlw76qrhx5ggekw1 a:hover img,
#x8e7k1x12y8tr53amwbx a:hover img {
  opacity: 1;
}

/* お問い合わせ */
:root {
  --bnrContact_h: 640;
}
#wc0xqlw76qrhx5ggekw1 {
  background: url(../files/bnr_contact_bg.jpg) no-repeat center top / 100%;
  overflow: hidden;
}
#wc0xqlw76qrhx5ggekw1 .easys_content_inner {
  padding: calc(var(--bnrContact_h) / var(--easys_max_width02) * 100%) 0 0;
  width: 100%;
}
#wc0xqlw76qrhx5ggekw1 .img_display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wc0xqlw76qrhx5ggekw1 [class*="field_"] {
  position: absolute;
  width: calc(304 / 1920 * 100%);
  height: calc(78 / var(--bnrContact_h) * 100%);
  top: calc(360 / var(--bnrContact_h) * 100%);
  left: calc(410 / var(--easys_max_width02) * 100%);
}
#wc0xqlw76qrhx5ggekw1 [class*="field_"] .eyecatch,
#wc0xqlw76qrhx5ggekw1 [class*="field_"] .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
}
#wc0xqlw76qrhx5ggekw1 > .design_block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-size: 100%;
}
#wc0xqlw76qrhx5ggekw1 > .design_block.block1 {
  background-image: url(../files/bnr_contact_bg.jpg);
  transition: var(--custom_transition);
}
#wc0xqlw76qrhx5ggekw1.active > .design_block.block1 {
  transform: scale(1.1) !important;
}
#wc0xqlw76qrhx5ggekw1 > .design_block.block2 {
  background-image: url(../files/bnr_contact.png);
}

/* 施工事例/会社概要 */
#x8e7k1x12y8tr53amwbx {
  /* background: url(../files/block_bg_02.jpg) repeat center top; */
  background: url(../files/bnrhalf_bg.jpg) repeat center top;
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
}
#x8e7k1x12y8tr53amwbx .easys_content_inner {
  width: 905px;
}
#x8e7k1x12y8tr53amwbx [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#x8e7k1x12y8tr53amwbx .eyecatch {
  width: 100% !important;
}
#x8e7k1x12y8tr53amwbx [class*="field_"] a > .design_block {
  height: 220px;
  overflow: hidden;
  position: relative;
}
#x8e7k1x12y8tr53amwbx [class*="field_"] a > .design_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transition: var(--custom_transition);
  pointer-events: none;
}
#x8e7k1x12y8tr53amwbx [class*="field_"] a:hover > .design_block::before {
  transform: scale(1.1);
}
#x8e7k1x12y8tr53amwbx [class*="field_"]:nth-of-type(1) a > .design_block::before {
  background-image: url(../files/bnrhalf_projects_img.jpg);
}
#x8e7k1x12y8tr53amwbx [class*="field_"]:nth-of-type(2) a > .design_block::before {
  background-image: url(../files/bnrhalf_company_img.jpg);
}

/* 動画＞イメージ */
#cpvz75t4rwrniljlm7w7 .easys_content_inner {
  overflow: hidden;
  opacity: 1;
  transform: none;
  width: 100%;
}
#cpvz75t4rwrniljlm7w7 #html_video01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#cpvz75t4rwrniljlm7w7 #html_video01 video {
  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;
  object-fit: cover;
  z-index: -1;
}
#cpvz75t4rwrniljlm7w7 #html_catch01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width02) * 1px);
  z-index: 1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#q2wouwajqlshrvbzzm03,
#etgofm53nqiz0l3g3keh {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#q2wouwajqlshrvbzzm03 .easys_content_inner,
#etgofm53nqiz0l3g3keh .easys_content_inner {
  opacity: 1;
  top: 0px;
  width: 1100px;
}
#q2wouwajqlshrvbzzm03 .post_margin,
#etgofm53nqiz0l3g3keh .post_margin {
  margin: 0;
}
#q2wouwajqlshrvbzzm03 .entry_post,
#etgofm53nqiz0l3g3keh .entry_post {
  box-sizing: border-box;
}
#q2wouwajqlshrvbzzm03 .entry_post > [class*="title"],
#etgofm53nqiz0l3g3keh .entry_post > [class*="title"] {
  display: none;
}
#q2wouwajqlshrvbzzm03 .text_box,
#etgofm53nqiz0l3g3keh .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: calc(var(--custom_fade) * 1px) 0 0;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#q2wouwajqlshrvbzzm03 .text_box.moved,
#etgofm53nqiz0l3g3keh .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#q2wouwajqlshrvbzzm03 .post_data,
#etgofm53nqiz0l3g3keh .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#q2wouwajqlshrvbzzm03 .design_block,
#etgofm53nqiz0l3g3keh .design_block {
  opacity: 0;
}
#q2wouwajqlshrvbzzm03 .design_block[class*="block"].moved,
#etgofm53nqiz0l3g3keh .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で行っています※ */
#q2wouwajqlshrvbzzm03 [class*="_btn"],
#etgofm53nqiz0l3g3keh [class*="_btn"] {
  margin: 50px 0 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
}
#q2wouwajqlshrvbzzm03 [class*="_btn"] a,
#etgofm53nqiz0l3g3keh [class*="_btn"] a {
  background: url(../files/design01_link_btn_off.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 304px;
  height: 78px;
}
#q2wouwajqlshrvbzzm03 .design_btn::after,
#etgofm53nqiz0l3g3keh .design_btn::after {
  background: url(../files/design01_link_btn_on.png) no-repeat center top;
}

/* 合同会社K.S.Pが手がける工事とは */
#q2wouwajqlshrvbzzm03 {
  background-image: url(../files/desogn01_bg.png);
  box-sizing: border-box;
  height: 1265px;
  padding-top: 335px;
  overflow: hidden;
}
#q2wouwajqlshrvbzzm03 .easys_content_inner {
  width: 2040px;
  position: relative;
  left: calc(50% - 40px);
  transform: translateX(-50%) !important;
}
#q2wouwajqlshrvbzzm03 [class*="_btn"] {
  position: absolute;
  top: 670px;
  left: calc(50% - 152px);
  margin: 0;
}
#q2wouwajqlshrvbzzm03 .sub_post {
  width: 660px !important;
  height: 580px !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-color: transparent;
  box-sizing: border-box;
  box-shadow: 0px 5px 46px 4px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  margin: 0 0 0 auto !important;
  display: block !important;
  padding: 430px 30px 10px;
}
#q2wouwajqlshrvbzzm03 .sub_post.sub_post_0 { background-image: url(../files/design01_frame01.png);}
#q2wouwajqlshrvbzzm03 .sub_post.sub_post_1 { background-image: url(../files/design01_frame02.png);}
#q2wouwajqlshrvbzzm03 .sub_post.sub_post_2 { background-image: url(../files/design01_frame03.png);}
#q2wouwajqlshrvbzzm03 .sub_post > [class*="title"] {
  display: none;
}
#q2wouwajqlshrvbzzm03 .sub_post .post_data {
  margin-bottom: 0;
  color: #333;
}
#q2wouwajqlshrvbzzm03 .slick-slide {
  width: 715px !important;
}
#q2wouwajqlshrvbzzm03 .slick-prev,
#q2wouwajqlshrvbzzm03 .slick-next {
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 23px;
  text-indent: -99999px;
  z-index: 10;
  top: 260px;
}
#q2wouwajqlshrvbzzm03 .slick-prev {
  left: calc(50% - 337px);
  background-image: url(../files/design01_arr_prev.png);
}
#q2wouwajqlshrvbzzm03 .slick-next {
  left: calc(50% + 382px);
  background-image: url(../files/design01_arr_next.png);
}
#q2wouwajqlshrvbzzm03 .slick-dots {
  width: 960px;
  left: 40px;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
#q2wouwajqlshrvbzzm03 .slick-dots li,
#q2wouwajqlshrvbzzm03 .slick-dots li button {
  width: 11px;
  height: 11px;
  position: relative;
}
#q2wouwajqlshrvbzzm03 .slick-dots li button:before {
  font-size: 0px;
}
.slick-dots li button:before {
  background-color: #d1d1d1;
  border-radius: 0;
  width : 100% !important;
  height: 100% !important;
}
.slick-dots li.slick-active button:before {
  background-color: #d6ae3a;
}

/* 辞めたくならない。そんな会社を本気でつくっています。  */
#etgofm53nqiz0l3g3keh {
  background-image: url(../files/design02_bg.jpg);
  height: 1520px;
}
#etgofm53nqiz0l3g3keh .entry_post {
  padding: 840px 0 0 570px;
}
#etgofm53nqiz0l3g3keh [class*="_btn"] a {
  background-image: url(../files/design02_link_btn_off.png);
}
#etgofm53nqiz0l3g3keh .design_btn::after {
  background-image: url(../files/design02_link_btn_on.png);
}
#etgofm53nqiz0l3g3keh > .design_block.block1 {
  background-image: url(../files/design02_ttl.png);
  width: 530px;
  height: 247px;
  top: 180px;
  left: calc(50% - 550px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -20deg);
}
#etgofm53nqiz0l3g3keh > .design_block.block2 {
  background-image: url(../files/design02_img01.jpg);
  width: 640px;
  height: 420px;
  top: 180px;
  left: calc(50% + 20px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -20deg);
}
#etgofm53nqiz0l3g3keh > .design_block.block3 {
  width: 100%;
  height: 124px;
  top: 660px;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#etgofm53nqiz0l3g3keh > .design_block.block3::before {
  content: "";
  width: calc(769 * 8px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 60s linear 0s infinite;
  background: url(../files/design02_catch.png) repeat-x left top / auto 100%;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}
#etgofm53nqiz0l3g3keh > .design_block.block4 {
  background-image: url(../files/design02_img02.png);
  width: 600px;
  height: 770px;
  top: 740px;
  left: calc(50% - 680px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -20deg);
}
#etgofm53nqiz0l3g3keh > .design_block.block5 {
  background-image: url(../files/design02_catch02.png);
  width: 345px;
  height: 146px;
  top: 1295px;
  left: calc(50% + 280px);
  transform: translateY(calc(var(--custom_fade) * 1px)) rotate3d(-1, -1, 0, -20deg);
}


/*  背景
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#mcjm4i1sgutqg0x0egdd,
#zc8h12jd3kprjs58nqa7,
#rf8jvyojuils00h86sxy {
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
}

/* ブログ */
#mcjm4i1sgutqg0x0egdd {
  background: url(../files/block_bg_01.jpg) repeat left top;
}

/* 採用メッセージ */
/* 該当なし */

/* 募集要項 */
#zc8h12jd3kprjs58nqa7 {
  background-color: #222;
}

/* 会社概要 */
#rf8jvyojuils00h86sxy {
  background-color: #222;
}