@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color:#fcfdfe;
  --body_text_color:#000000;
  --link_color:#46a8e0;
  --border_color:#46a8e0;
  --table_border_color:#46a8e0;
  --th_background_color:transparent;
  --td_background_color:transparent;
  --th_character_color:#000000;
  --td_character_color:#000000;
  --required_color:#46a8e0;
  --top_h1_color:#ffffff;
  --header_navigation_color:transparent;
  --top_entry_title_color:#2a2a2a;
  --entry_title_bg_color:#000000;
  --blog_title_color:#000000;
  --sub_entry_title_bg_color:#46a8e0;
  --entry_title_bg_w570_color:#ffffff;
  --sub_entry_title_bg_w570_color:#46a8e0;
  --half_entry_title_bg_color:#ffffff;
  --half_sub_entry_title_bg_color:#46a8e0;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#000000;
  --footnavi_color:#c0c0c0;
  --address_color:#c0c0c0;
  --copy_color:#616161;
  --kdb_background_color: #91d2f7;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1080;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 880;/* 中ページメインのオリジナル高さ(単位なし) */
  --fixed_side_btn_bottom:150px; /* サイド固定ボタンの下端からの距離 */
  --fixed_side_btn_side:0px; /* サイド固定ボタン、左右の距離 */
  --fixed_side_btn_width_full:240px; /* サイド固定ボタンの全幅 */
  --fixed_side_btn_width_collapsed:55px; /* サイド固定ボタンのホバー前の幅 */
  --fixed_side_btn_height:50px; /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin:10px; /* サイド固定ボタンの間隔 */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,1);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #000000;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #46a8e0;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_15: 15px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;
  --font_size_23: 23px;
  --font_size_28: 28px;
}
/* =================================================================================================================== */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
::before,
::after {
  pointer-events: none;
}

html {
  background: var(--basic_background_color) url("../files/html_bg.jpg") repeat center top;

  /* background: none var(--basic_background_color); */

  scroll-padding-top: 0;

/* scroll-padding-top: var(--easys_access_h); */
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#main {
  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 {
  position: relative;
  z-index: 500;
  padding: 0;
  /*height: 195px; ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
  background: none transparent;

}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* height: 195px; */
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
  background: url("../files/top_header_cover.png") no-repeat center top/ 100%;

}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description{
  margin: 0 auto;
  position: absolute;
  width: auto;
  z-index: 2;
  bottom: calc(50 / var(--easys_naka_main_h) * 100%);
  left: 2%;
  line-height: 1;
  text-align: center;
}

#page_6 #site-description{
  bottom: calc(50 / var(--easys_top_main_h) * 100%);
  height: max-content;
  margin: auto;
  width: max-content;
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  background: url("../files/main_logo.png") no-repeat center top;
  height: 128px;
  left: 40px;
  position: absolute;
  top: 20px;
  width: 193px;
  z-index: 1;
}
/* #page_6 #header_information{
  background: none;
  height: 15%;
  width: 22%;
} */
#header_information .post-data{
  height: 100%;
  width: 100%;
}
#header_information .main_header{
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header_information .main_header a{
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
#header_information .main_header a img{
  display: block;
  height: 100%;
  width: 100%;
}
/* gナビ固定 */
/* #header_information:has(~ #access.open){
  scale: var(--easys_scale);
  transform-origin: left top;
  position: fixed;
  z-index: 1001;
}

@media( min-width: 2000px ){
  #header_information:has(~ #access.open){
    left: calc(50% - 1000px + 50px);
  }
} */

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access{
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 2000px;
  /* min-width: 1300px; */
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: z-index 0s .8s;
  width: 100%;
  z-index: 499; /* .site-description より上 */
}

#access.open{
  pointer-events: all;
  /* z-index: 951; */
}

.menuWrap{
  height: max-content;
  margin: auto;
  max-width: 2000px;
  /* min-width: 1300px; */
  pointer-events: none;
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 999;
}

#menuTrigger{
  background: #f6dd04;
  border-radius: 4px;
  cursor: pointer;
  height: 62px;
  margin-left: auto;
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 21px;
  width: 62px;
}

#menuTrigger button{
  background: none transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

#menuTrigger span {
  position: absolute;
  top: 0;
  inset-inline: 0;
  margin: auto;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 28px;
  height: 1px;
  background-color: transparent;
  transition: transform 0.3s;
}

#menuTrigger span:nth-of-type(1) {
  transform: translate3d(0,22px,0);
}
#menuTrigger span:nth-of-type(2) {
  transform: translate3d(0,30px,0);
}
#menuTrigger span:nth-of-type(3) {
  transform: translate3d(0,38px,0);
}
#menuTrigger button {
  position: relative;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#menuTrigger span:after,
#menuTrigger span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  transition: transform 0.6s cubic-bezier(0,0.55,0.45,1) 0.2s;
}

#menuTrigger span:before {
  transform: translate3d(0,0,0);
}
#menuTrigger span:after {
  transform: translate3d(-100%,0,0);
}
#menuTrigger.open span:before,
#menuTrigger:hover span:before {
  transform: translate3d(100%,0,0);
}
#menuTrigger.open span:after,
#menuTrigger:hover span:after {
  transform: translate3d(0,0,0);
}

#menuTrigger:hover span:nth-of-type(1):before {
  transition-delay: 0.2s;
}
#menuTrigger:hover span:nth-of-type(1):after {
  transition-delay: 0.3s;
}
#menuTrigger:hover span:nth-of-type(2):before {
  transition-delay: 0.4s;
}
#menuTrigger:hover span:nth-of-type(2):after {
  transition-delay: 0.5s;
}
#menuTrigger:hover span:nth-of-type(3):before {
  transition-delay: 0.6s;
}
#menuTrigger:hover span:nth-of-type(3):after {
  transition-delay: 0.7s;
}

/* アクティブ時 */
#menuTrigger.open span:nth-of-type(1) {
  transform: translate3d(0px,31px,0) rotate(45deg);
}
#menuTrigger.open span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(20px,7px,0);
  /* transition:none; */
}
#menuTrigger.open span:nth-of-type(3) {
  transform: translate3d(0px,31px,0) rotate(-45deg);
}

/*ナビ開いてるとき hoverで×回転*/
#menuTrigger.open button {
  transition: 0.3s;
  transform: rotate(0deg);
}
#menuTrigger.open button:hover {
  transition: 0.3s;
  transform: rotate(90deg);
}

#access .menu-header{
  background: rgba(246, 221, 4, .9) url(../files/info_bg.png) no-repeat center center;
  height: 100%;
  transform: translateY(-100%);
  transition: opacity .4s ease 0s, transform .4s ease 0s;
  width: 100%;
}

#access.open .menu-header{
  opacity: 1;
  transform: none;
}

/* モーダルナビゲーション */
#access .menu-header ul#menu-gnavi{
  align-items: center;
  box-sizing: border-box;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 204px);
  grid-template-rows: repeat(3, 40px);
  /* transition: clip-path 1s 0s ease; */
  
  /* ナビ高さ */
  height: 230px;
  inset: 0;
  padding-left: calc(1100px - 692px);
  
  /* ナビ表示位置 */
  position: absolute;
  
  /*ナビ横幅　↓　★*/
  width: 1100px;
  margin: auto;
}

/* 縦長のデバイス */
@media (orientation: portrait){
  #access .menu-header ul#menu-gnavi{
    justify-content: center;
    padding-top: 0;
  }
}

/* リストアイテム */
div#access li.menu-item{
  height: 40px;
}

div#access li.menu-item:last-child{
  height: 70px;
  width: 400px;
  margin-top: calc(70px - 40px);
}

div#access .menu-item a{
  bottom: 0;
  height: 100%;
  left: 0;
  position: relative;
  transition: opacity .3s;
  width: 100%;
}

div#access .menu-item a:hover{
  background-position-y: bottom;
}

div#access .menu-item a::before{
  background: url("../files/topnavi_arr.png") no-repeat center center;
  content: "";
  position: absolute;
  height: 10px;
  right: 10px;
  top: 16px;
  transition: transform .3s;
  width: 10px;
}

div#access .menu-item a:hover::before{
  transform: translateX(8px);
}

div#access .menu-item:last-child a::before{
  background: url("../files/btn_blog_arr.png") no-repeat center center;
  inset-block: 0;
  margin-block: auto;
  right: 40px;
}

/* ナビメニュー背景画像 ポジション */
div#access .menu-item:nth-of-type(1) > a{
  background: url("../files/topnavi01.png") no-repeat;
}
div#access .menu-item:nth-of-type(1) > a:hover{

}
div#access .menu-item:nth-of-type(2) > a{
  background: url("../files/topnavi02.png") no-repeat;
}
div#access .menu-item:nth-of-type(2) > a:hover{

}
div#access .menu-item:nth-of-type(3) > a{
  background: url("../files/topnavi03.png") no-repeat;
}
div#access .menu-item:nth-of-type(3) > a:hover{

}
div#access .menu-item:nth-of-type(4) > a{
  background: url("../files/topnavi04.png") no-repeat;
}
div#access .menu-item:nth-of-type(4) > a:hover{

}
div#access .menu-item:nth-of-type(5) > a{
  background: url("../files/topnavi05.png") no-repeat;
}
div#access .menu-item:nth-of-type(5) > a:hover{

}
div#access .menu-item:nth-of-type(6) > a{
  background: url("../files/topnavi06.png") no-repeat;
}
div#access .menu-item:nth-of-type(6) > a:hover{

}
div#access .menu-item:nth-of-type(7) > a{
  background: url("../files/btn_blog.png") no-repeat;
}
div#access .menu-item:nth-of-type(7) > a:hover{

}

/* プルダウンメニュー */
#access ul li ul li {
  border-bottom: 1px dotted var(--border_color);
}
#access ul li ul li a {
  padding: 15px 10px;
  background-color: var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em;
}
#access ul li ul li a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

/* カレントページのメニュー */
#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);
}
#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);
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  /* メインとブランディングボックスを重ねる時  */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  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%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  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 {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  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 {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block{
  background: url(/files/footer_bg.jpg) repeat-x center top;
  height: 650px;
  position: relative;
}

#footer_box{
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 650px;
}

#footer-widget-area{
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/* フッターに記載されナビに当たる部分です。
中央 or 中央以外のどちらかを必ず選択してください。　★ */

/*中央寄せの場合*/
#footer_sitemap_block{
  margin: 0 auto;
  position: absolute;
  right: calc(50% - 1100px / 2);

/* right: 0; */
  top: 160px;
  width: auto;

  /* LP フッターメニュー非表示
  display: none; */
}

/* 中央以外 */
/*
#footer-widget-area .widget-area{
  position: absolute;
  top: 320px;
  left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area{
  display: block;
  text-align: right;
  width: max-content;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu{
  border: none;
  border-color: var(--footnavi_color);
}

#footer-widget-area .widget-area .menu-item{
  float: none;
  text-align: right;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a{
  border: none;
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
  padding-right: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover{
  background-color: transparent;
}

/*ナビ・装飾*/
/* #footer-widget-area .widget-area .menu-item {
  position: relative;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #ccc;
  position: absolute;
} */

/*ナビ縦*/
/* #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
} */

/*ナビ２列*/
/* #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  align-content: space-between;
  width: 425px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/* フッターに記載される住所や電話番号に当たる部分です。
中央 or 中央以外のどちらかを必ず選択してください。　★ */

/*中央寄せの場合*/
.footer_infomation{
  display: block;
  margin: 0 auto;
  width: 1100px;
}

#footer_information .entry-post{
  margin: 210px auto 0 0;
  padding-left: 200px;
  position: relative;
  text-align: left;
  width: max-content;
}

/* 中央以外 */
/*
#footer_information{
  position: absolute;
  top: 180px;
  left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p{
  color: var(--address_color);
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
*/
}

#footer_information .entry-post .post-data > p.name{
  font-size: 16px;
}

#footer_information .entry-post .post-data > p.contact{
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 200px;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn{
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
*/
}

#footer_sns_btn .footer_sns_inner{
  height: 25px;
  width: 250px;
}

#footer_sns_btn div{
  height: 25px;
  width: 25px;
}

#footer_sns_btn div a:hover{
  opacity: .8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright{
  color: var(--copy_color);
}

/* フッターに記載されるコピーライトに当たる部分です。
中央 or 中央以外のどちらかを必ず選択してください。　★ */

/*中央寄せの時*/
#copyright{
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  width: 1100px;
}

/* 中央以外 */
/*
#copyright {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
/* .fixed_side_btn {
  position:fixed;
  bottom:var(--fixed_side_btn_bottom);
  right:var(--fixed_side_btn_side);
  z-index:1000;
  pointer-events:none;
}
.fixed_side_btn div {
  position:relative;
  width:var(--fixed_side_btn_width_full);
  height:var(--fixed_side_btn_height);
  margin-bottom:var(--fixed_side_btn_margin);
  overflow:hidden;
  transition:transform 0.3s ease;
  transform:translateX(calc(var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)));
  pointer-events:auto;
}
.fixed_side_btn div:last-child {
  margin-bottom:0;
}
.fixed_side_btn div:hover {
  transition:transform 0.5s ease;
  transform:translateX(0px);
} */

.fixed_side_btn {
  box-sizing: border-box;
  display: flex;
  inset-inline: 0;
  justify-content: flex-end;
  position:fixed;
  top: 20px;
  margin-inline: auto;
  padding-right: 100px;
  pointer-events:none;
  width: clamp(960px, 100%, 2000px);
  z-index:1000;
}

.fixed_side_btn div {
  background-color: #fff;
  box-sizing: border-box;
  position:relative;
  height:62px;
  overflow:hidden;
  pointer-events:auto;
  width: 62px;
}


.fixed_side_btn div a {
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
  transition: opacity 0.3s ease;
}

.fixed_side_btn div:hover a{
  opacity: .7;
}

/* デフォルトボタン */
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten.png);
}
.fixed_side_btn .map a {
  background-image:url(../files/btn_map.png);
}
.fixed_side_btn .contact a {
  background-image:url(../files/btn_contact.png);
}
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog.png);
}

/* SNSボタン */
.fixed_side_btn .line a {
  background-image:url(../files/btn_line.png);
}
.fixed_side_btn .instagram a {
  background-image:url(../files/btn_insta.png);
}
.fixed_side_btn .facebook a {
  background-image:url(../files/btn_fb.png);
}
.fixed_side_btn .youtube a {
  background-image:url(../files/btn_youtube.png);
}
.fixed_side_btn .tiktok a {
  background-image:url(../files/btn_tiktok.png);
}

/* 個別ボタンの調整 */
.fixed_side_btn > div:first-child{
  border-radius: 4px 0 0 4px;
  border: 1px solid #ebebeb;
}

.fixed_side_btn > div:nth-child(n + 2):nth-last-child(n + 2){
  border-block: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.fixed_side_btn > div:nth-last-child(2){
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #ebebeb;
  border-left: none;
}

.fixed_side_btn .gaten {
  background-color: transparent;
  margin-left: 10px;
  width: 182px;
}

/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}

@media (min-width: 2000px) {
  .fixed_side_btn {
    left:calc(50% + 1000px - var(--fixed_side_btn_width_collapsed));
    width:var(--fixed_side_btn_width_collapsed);
  }
  .fixed_side_btn div {
    transform:translateX(0);
  }

  .fixed_side_btn div:hover {
    transform:translateX(calc((var(--fixed_side_btn_width_full) - var(--fixed_side_btn_width_collapsed)) * -1));
  }
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img{
  opacity: 1;
}
:root{
  /* トップに戻るボタン */
  --float_top_btn_w: 70px;
  --float_top_btn_x: 20px;
}
@media(min-width:2000px){
  #float_top_btn{
    left: calc(50% + (1000px - var(--float_top_btn_w) - var(--float_top_btn_x)));
  }
}
#float_top_btn{
  bottom: 20px;
  right: var(--float_top_btn_x);
  width: var(--float_top_btn_w);
}

#float_top_btn a img{
  transition: transform 0.4s ease;
}

#float_top_btn a::after {
  background: url(../files/top_btn_arr.png) no-repeat center top;
  content: "";
  height: 10px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 10px;
  transition: transform 0.3s ease;
}

#float_top_btn a:hover::after {
  transform: translateY(-5px);
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title{
  background-image: none;
  color: var(--top_entry_title_color);
  height: 90px;
  line-height: 90px;
  margin-inline: auto;
  padding-inline: 24px;
  position: relative;
  width: max-content;
}

.headline_title::before,
.headline_title::after{
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 18px;
}

.headline_title::before{
  background-image: url(../files/top_entry_title_before.png);
  left: 0;
}

.headline_title::after{
  background-image: url(../files/top_entry_title_after.png);
  right: 0;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
  text-align: center;
}
h3.entry_title,
.entry_title {
  box-sizing: border-box;
  padding: 0 20px;
  width: 960px;
}
.entry_title h3 {
  box-sizing: border-box;
  padding: 0 0 0 120px;
  width: 800px;
}
/*フォントサイズはこちら
.headline_title{
  font-size: 32px;
}*/

h3.entry_title,
.entry_title {
  box-sizing: border-box;
  padding: 0;
  width: 960px;
}
.entry_title h3 {
  box-sizing: border-box;
  padding: 0 0 0 160px;
  width: 800px;
}
/* 見出しリンクボタン */
.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: var(--font_size_20);
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

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

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



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .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: var(--font_size_20);
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

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

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

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


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

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

/*  置きEASYS専用（html.okieasys時のみ適用）
---------------------------------------------------------------------------------------------------- */
/* ヘッダー */
html.okieasys #header_information .main_header a {
  font-size: 24px;
  color: var(--body_text_color);
  padding-block: 10px;
  text-decoration: none;
  font-weight: bold;
  z-index: 500;
}
html.okieasys #branding_box {
  background: none;
}
/* フッター */
html.okieasys #footer_box {
  background: none;
}
html.okieasys #footer_information .entry-post .post-data .footer_sitename {
  font-size: 20px;
}

/* GOLD DBが一番上の時 #outer_block の余白相殺 */
.ndb_01:first-child{
  margin-top: -70px;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin){
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"]{
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* リンク画像ホバー時 opacity調整 */
.field_1col a:hover img,
.field_2col a:hover img,
.field_3col a:hover img,
.field_4col a:hover img,
.field_5col a:hover img{
  opacity: 1;
}

/*全体フェードイン　DB,Dブロックは解除*/
.ndb_01 .post_data,
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner{
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}

.ndb_01 .post_data.moved,
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner.moved{
  opacity: 1;
  transform: none;
}

/* アニメーション画像 */
.add-image,
.add-image img{
  display: block;
  pointer-events: none;
  width: max-content;
}

.add-image{
  transition: clip-path 1s ease,
  filter 1s ease,
  opacity 1s ease,
  scale 1s ease,
  transform 1s ease;
}

/* スクロールアニメーション一律 */
.add-image{
  position: absolute;
  z-index: 1;
}

/* スクロールアニメーション一律 */
.animation-rotate3d{
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
}

/* フェードイン後 */
.add-image.moved{
  filter: none;
  opacity: 1;
  scale: 1;
  transform: none;
}

/* DB共通 */
.ndb_01 [class*="headline_title"]{
  display: none;
}

.ndb_01 .text_box{
  overflow: visible;
}

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

/* デザインブロック 線のギミック */
.db_items.dline{
  height: 100%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: none;
  width: 100%;
  z-index: 0;
}
.db_items.dline span{
  background-color: rgba(0, 0, 0, .2);
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 1s;
  width: 0;
}
.db_items.dline.moved span{
  width: 100%;
}
.db_items.dline span.line01{
  transition-delay: calc(.2s * 1);
}
.db_items.dline span.line02{
  transition-delay: calc(.2s * 2);
}
.db_items.dline span.line03{
  transition-delay: calc(.2s * 3);
}
.db_items.dline span.line04{
  transition-delay: calc(.2s * 4);
}
.db_items.dline span.line05{
  transition-delay: calc(.2s * 5);
}

/* DB共通 */
.ndb_01 .easys_content_inner{
  width: 1100px;
}

.ndb_01 .entry_post{
  inset-inline: 0;
  margin-inline: auto;
  position: relative;
  width: 1000px;
}

.ndb_01 .post_data{
  font-size: 16px;
  line-height: 2.1;
}

.ndb_01 .main_btn{
  background: url(../files/link_btn.png) no-repeat left top;
  height: 62px;
  margin-bottom: 0;
  margin-top: 52px;
  padding-top: 0;
  position: relative;
  width: 248px;
}

.ndb_01 .main_btn a::after{
  background: url(../files/link_btn_arr.png) no-repeat center center;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 0;
  transition: clip-path .4s ease 0s, transform .4s ease 0s, opacity .4s ease 0s;
  width: 10px;
}

.ndb_01 .main_btn a:hover::after{
  transform: translateX(8px);
}

.ndb_01 .main_btn a{
  background: none;
  border-radius: 0;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  width: 100%;
}

/* ===========================================================================
   トップページ   pageID：6
=========================================================================== */

/*DB > 福岡県を拠点に、給排水設備工事を中心に設備関係のお仕事を行なっております。
ehfduw3folwlduz3mcem
--------------------------------------- */
#ehfduw3folwlduz3mcem{
  background: url(../files/design01_bg.png) no-repeat center top;
  height: 1216px;
  position: relative;
}

#ehfduw3folwlduz3mcem::before{
  animation: loop_design01_catch 40s linear 0s infinite;

/* ループさせる画像 */
  background: url(../files/design01_catch.png) repeat-x left top;
  content: "";
  display: block;
  height: 114px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 180px;
  width: 100%;
}
@keyframes loop_design01_catch{
  to{
    background-position: top left -1122px;
  }
}

#ehfduw3folwlduz3mcem::after{
  background: url(../files/design01_cover.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#ehfduw3folwlduz3mcem .easys_content_inner,
#ehfduw3folwlduz3mcem .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#ehfduw3folwlduz3mcem  .easys_content_inner{
  position: relative;
}

#ehfduw3folwlduz3mcem .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#ehfduw3folwlduz3mcem .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#ehfduw3folwlduz3mcem .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 508px;
  width: 530px;
}

#ehfduw3folwlduz3mcem .post_data,
#ehfduw3folwlduz3mcem .post_data :last-child{
  margin-bottom: 0;
}

#ehfduw3folwlduz3mcem .post_data{
  color: currentColor;
}

/* 追加画像 */
.design01_ttl{
  top: 0px;
  left: 0;
}
.design01_img01{
  left: calc(50% + 130px);
  top: 240px;
  z-index: 1;
}
.design01_img02{
  top: 655px;
  left: calc(50% + 130px);
}

/* 線 */
#ehfduw3folwlduz3mcem .db_items{
  top: 0;
}

#ehfduw3folwlduz3mcem .line01{
  top: 360px;
}

#ehfduw3folwlduz3mcem .line02{
  top: 370px;
}

#ehfduw3folwlduz3mcem .line03{
  top: 400px;
}

#ehfduw3folwlduz3mcem .line04{
  top: 467px;
}

/*DB > 給排水設備工事とは？
qp9glfqx8ftrl5s3fumz
--------------------------------------- */
#qp9glfqx8ftrl5s3fumz{
  background: url(../files/design02_bg.png) no-repeat center top,
  url(../files/block_bg01.jpg) repeat center top;
  height: 1101px;
  position: relative;
}

#qp9glfqx8ftrl5s3fumz::before{
  animation: loop_design02_catch 40s linear 0s infinite;

/* ループさせる画像 */
  background: url(../files/design02_catch.png) repeat-x left top;
  content: "";
  display: block;
  height: 114px;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 180px;
  width: 100%;
}
@keyframes loop_design02_catch{
  to{
    background-position: top left -860px;
  }
}

#qp9glfqx8ftrl5s3fumz::after{
  background: url(../files/design02_cover.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#qp9glfqx8ftrl5s3fumz .easys_content_inner,
#qp9glfqx8ftrl5s3fumz .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#qp9glfqx8ftrl5s3fumz  .easys_content_inner{
  position: relative;
}

#qp9glfqx8ftrl5s3fumz .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#qp9glfqx8ftrl5s3fumz .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#qp9glfqx8ftrl5s3fumz .text_box{
  right: -100px;
  margin-inline: auto;
  position: absolute;
  top: 317px;
  width: 530px;
}

#qp9glfqx8ftrl5s3fumz .post_data,
#qp9glfqx8ftrl5s3fumz .post_data :last-child{
  margin-bottom: 0;
}

#qp9glfqx8ftrl5s3fumz .post_data{
  color: currentColor;
}

/* ボタン */
#qp9glfqx8ftrl5s3fumz .main_btn{
  background-image: url(../files/link_btn02.png);
}

/* 追加画像 */
.design02_ttl{
  top: -15px;
  left: -150px;
}

.design02_img01{
  left: calc(50% - 700px);
  top: 326px;
  z-index: 1;
}

/* 線 */
#qp9glfqx8ftrl5s3fumz .db_items{
  top: 0;
}

#qp9glfqx8ftrl5s3fumz .line01{
  top: 180px;
}

#qp9glfqx8ftrl5s3fumz .line02{
  top: 190px;
}

#qp9glfqx8ftrl5s3fumz .line03{
  top: 220px;
}

#qp9glfqx8ftrl5s3fumz .line04{
  top: 246px;
}

/*DB > 求人募集中！
m2zhgyotna0j5vao3m6n
--------------------------------------- */
#m2zhgyotna0j5vao3m6n{
  background: #fffffc url(../files/design03_bg.png) no-repeat center top;
  height: 960px;
  position: relative;
}

#m2zhgyotna0j5vao3m6n::before{
  animation: loop_design03_img 40s linear 0s infinite;

/* ループさせる画像 */
  background: url(../files/design03_img.png) repeat-y left top;
  content: "";
  display: block;
  height: 100%;
  right: calc(50% - 700px);
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 540px;
  z-index: 1;
}
@keyframes loop_design03_img{
  to{
    background-position: left top -1390px;
  }
}

#m2zhgyotna0j5vao3m6n::after{
  background: url(../files/design03_cover.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#m2zhgyotna0j5vao3m6n .easys_content_inner,
#m2zhgyotna0j5vao3m6n .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#m2zhgyotna0j5vao3m6n  .easys_content_inner{
  position: relative;
}

#m2zhgyotna0j5vao3m6n .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#m2zhgyotna0j5vao3m6n .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#m2zhgyotna0j5vao3m6n .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 287px;
  width: 540px;
}

#m2zhgyotna0j5vao3m6n .post_data,
#m2zhgyotna0j5vao3m6n .post_data :last-child{
  margin-bottom: 0;
}

#m2zhgyotna0j5vao3m6n .post_data{
  color: currentColor;
}

/* 追加画像 */
.design03_ttl{
  top: 0;
  left: 0;
}

/* 線 */
#m2zhgyotna0j5vao3m6n .db_items{
  top: 0;
}

#m2zhgyotna0j5vao3m6n .line01{
  top: 180px;
}

#m2zhgyotna0j5vao3m6n .line02{
  top: 190px;
}

#m2zhgyotna0j5vao3m6n .line03{
  top: 220px;
}

#m2zhgyotna0j5vao3m6n .line04{
  top: 246px;
}

/*イメージ画像(※top)
s4d87endmsx7ufxfls62
--------------------------------------- */
#s4d87endmsx7ufxfls62{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

#s4d87endmsx7ufxfls62 div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#s4d87endmsx7ufxfls62 .easys_content_inner{
  clip-path: inset(0);
  height: 100%;
  width: 100%;
}

#s4d87endmsx7ufxfls62 .eyecatch{
  display: block;
}

#s4d87endmsx7ufxfls62 .field_1col:last-child{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#s4d87endmsx7ufxfls62 .field_1col:last-child img{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
  width: clamp(1300px, 100vw, 2000px);
} 

/*会社概要 (top)
rf8jvyojuils00h86sxy
--------------------------------------- */
#s4d87endmsx7ufxfls62 + *{
  margin-top: 160px;
}

#rf8jvyojuils00h86sxy:last-child{
  margin-bottom: 160px;
}

/* ===========================================================================
   事業内容   pageID：9
=========================================================================== */

/*DB > 幅広い対応力
mky8cpe3o7ih41t0ci07
--------------------------------------- */
#mky8cpe3o7ih41t0ci07{
  background: url(../files/design04_bg.png) no-repeat center top,
  url(../files/block_bg01.jpg) repeat center top;
  height: 1420px;
  position: relative;
}

#mky8cpe3o7ih41t0ci07::before{
  animation: loop_design04_catch 40s linear 0s infinite;

/* ループさせる画像 */
  background: url(../files/design04_catch.png) repeat-x left top;
  content: "";
  display: block;
  height: 114px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 180px;
  width: 100%;
}
@keyframes loop_design04_catch{
  to{
    background-position: top left -1329px;
  }
}

#mky8cpe3o7ih41t0ci07::after{
  background: url(../files/design04_cover.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#mky8cpe3o7ih41t0ci07 .easys_content_inner,
#mky8cpe3o7ih41t0ci07 .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#mky8cpe3o7ih41t0ci07  .easys_content_inner{
  position: relative;
}

#mky8cpe3o7ih41t0ci07 .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#mky8cpe3o7ih41t0ci07 .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#mky8cpe3o7ih41t0ci07 .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 490px;
  width: 530px;
}

#mky8cpe3o7ih41t0ci07 .post_data,
#mky8cpe3o7ih41t0ci07 .post_data :last-child{
  margin-bottom: 0;
}

#mky8cpe3o7ih41t0ci07 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design04_ttl{
  top: 0px;
  left: -80px;
}

.design04_img01{
  left: calc(50% + 110px);
  top: 240px;
  z-index: 1;
}

.design04_img02{
  left: -80px;
  top: 880px;
  z-index: 1;
}

/* 線 */
#mky8cpe3o7ih41t0ci07 .db_items{
  top: 0;
}

#mky8cpe3o7ih41t0ci07 .line01{
  top: 374px;
}

#mky8cpe3o7ih41t0ci07 .line02{
  top: 385px;
}

#mky8cpe3o7ih41t0ci07 .line03{
  top: 414px;
}

#mky8cpe3o7ih41t0ci07 .line04{
  top: 440px;
}

/*DB > 施工の流れ
zgiv3mloxv5xgxhb13mo
--------------------------------------- */
#zgiv3mloxv5xgxhb13mo{
  background: url(../files/design05_bg.png) no-repeat center 307px;
  height: 1030px;
  position: relative;
}

#zgiv3mloxv5xgxhb13mo .easys_content_inner,
#zgiv3mloxv5xgxhb13mo .entry_post{
  height: 100%;
  margin-bottom: 0;
  width: 1100px;
}

#zgiv3mloxv5xgxhb13mo  .easys_content_inner{
  opacity: 1;
  position: relative;
  transform: none;
}

#zgiv3mloxv5xgxhb13mo .entry_post{
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}

#zgiv3mloxv5xgxhb13mo .easys_content_inner.moved .entry_post{
  opacity: 1;
  transform: none;
}

#zgiv3mloxv5xgxhb13mo .entry_post{
  box-sizing: border-box;
  padding-top: 307px;
}

#zgiv3mloxv5xgxhb13mo .headline_title{
  display: none;
}

#zgiv3mloxv5xgxhb13mo .text_box{
  inset-inline: 0;
  margin-inline: auto;
  position: absolute;
  top: 818px;
  width: max-content;
}

#zgiv3mloxv5xgxhb13mo .post_data,
#zgiv3mloxv5xgxhb13mo .post_data :last-child{
  margin-bottom: 0;
}

#zgiv3mloxv5xgxhb13mo .post_data{
  color: currentColor;
  font-size: 16px;
  line-height: 2.3;
}

#zgiv3mloxv5xgxhb13mo .text_box .post_data{
  color: #17215a;
  font-weight: 700;
  text-align: center;
}

#zgiv3mloxv5xgxhb13mo .sub_post{
  box-sizing: border-box;
  height: 120px;
  margin: 0;
  padding: calc(119px / 4 - .5em) 330px calc(119px / 4 - .5em) 172px;
}

#zgiv3mloxv5xgxhb13mo .sub_post .entry_title{
  display: none;
}

/* 追加画像 */
.design05_ttl{
  top: 0px;
  left: 0;
}

/* 線 */
#zgiv3mloxv5xgxhb13mo .db_items{
  top: 0;
}

#zgiv3mloxv5xgxhb13mo .line01{
  top: 180px;
}

#zgiv3mloxv5xgxhb13mo .line02{
  top: 190px;
}

#zgiv3mloxv5xgxhb13mo .line03{
  top: 220px;
}

#zgiv3mloxv5xgxhb13mo .line04{
  top: 246px;
}

/* ===========================================================================
   採用情報   pageID：15
=========================================================================== */

/*DB > 私たちと一緒に働きませんか？
c9tjbima93e7jljg7le0
--------------------------------------- */
#c9tjbima93e7jljg7le0{
  background: url(../files/design06_bg.png) no-repeat center top;
  height: 1233px;
  position: relative;
}

#c9tjbima93e7jljg7le0::before{
  animation: loop_design06_img02 60s linear 0s infinite;

/* ループさせる画像 */
  background: url(../files/design06_img02.jpg) repeat-x left top;
  content: "";
  display: block;
  height: 380px;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@keyframes loop_design06_img02{
  to{
    background-position: top left 2000px;
  }
}

#c9tjbima93e7jljg7le0 .easys_content_inner,
#c9tjbima93e7jljg7le0 .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#c9tjbima93e7jljg7le0  .easys_content_inner{
  position: relative;
}

#c9tjbima93e7jljg7le0 .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#c9tjbima93e7jljg7le0 .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#c9tjbima93e7jljg7le0 .text_box{
  right: -100px;
  margin-inline: auto;
  position: absolute;
  top: 378px;
  width: 530px;
}

#c9tjbima93e7jljg7le0 .post_data,
#c9tjbima93e7jljg7le0 .post_data :last-child{
  margin-bottom: 0;
}

#c9tjbima93e7jljg7le0 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design06_ttl{
  top: 0px;
  left: 0;
}
.design06_img01{
  left: calc(50% - 550px);
  top: 308px;
  z-index: 1;
}

/* 線 */
#c9tjbima93e7jljg7le0 .db_items{
  top: 0;
}

#c9tjbima93e7jljg7le0 .line01{
  top: 180px;
}

#c9tjbima93e7jljg7le0 .line02{
  top: 190px;
}

#c9tjbima93e7jljg7le0 .line03{
  top: 220px;
}

#c9tjbima93e7jljg7le0 .line04{
  top: 247px;
}

/*DB > あなたの新しい挑戦を全力応援！
nkwdtc4zg79txobbumfc
--------------------------------------- */
#nkwdtc4zg79txobbumfc{
  background: url(../files/design07_bg.jpg) no-repeat center top;
  height: 920px;
  position: relative;
}

#nkwdtc4zg79txobbumfc + *[class*="kd_"]{
  background: var(--kdb_background_color);
  padding-block: 160px;
  margin-top: 0;
}

#nkwdtc4zg79txobbumfc .easys_content_inner,
#nkwdtc4zg79txobbumfc .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#nkwdtc4zg79txobbumfc  .easys_content_inner{
  position: relative;
}

#nkwdtc4zg79txobbumfc .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#nkwdtc4zg79txobbumfc .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#nkwdtc4zg79txobbumfc .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 298px;
  width: 530px;
}

#nkwdtc4zg79txobbumfc .post_data,
#nkwdtc4zg79txobbumfc .post_data :last-child{
  margin-bottom: 0;
}

#nkwdtc4zg79txobbumfc .post_data{
  color: #ffffff;
}

/* 追加画像 */
.design07_ttl{
  top: 0px;
  left: 0;
}
.design07_img{
  left: calc(50% + 100px);
  top: 307px;
  z-index: 1;
}

/* 線 */
#nkwdtc4zg79txobbumfc .db_items{
  top: 0;
}

#nkwdtc4zg79txobbumfc .db_items span{
  background-color: rgba(255, 255, 255, .2);
}

#nkwdtc4zg79txobbumfc .line01{
  top: 180px;
}

#nkwdtc4zg79txobbumfc .line02{
  top: 190px;
}

#nkwdtc4zg79txobbumfc .line03{
  top: 220px;
}

#nkwdtc4zg79txobbumfc .line04{
  top: 247px;
}

/* ===========================================================================
   会社概要   pageID：81
=========================================================================== */

/*DB > 代表挨拶
kue30e030a7xd2b8or1v
--------------------------------------- */
#kue30e030a7xd2b8or1v{
  background: url(../files/design08_bg.png) no-repeat center top,
  url(../files/block_bg01.jpg) repeat center top;
  height: 1020px;
  position: relative;
}

#kue30e030a7xd2b8or1v::before{
  animation: loop_design08_catch 40s linear 0s infinite;

/* ループさせる画像 */
  background: url(../files/design08_catch.png) repeat-x left top;
  content: "";
  display: block;
  height: 114px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 180px;
  width: 100%;
}
@keyframes loop_design08_catch{
  to{
    background-position: top left -910px;
  }
}

#kue30e030a7xd2b8or1v::after{
  background: url(../files/design08_cover.png) no-repeat center top;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#kue30e030a7xd2b8or1v .easys_content_inner,
#kue30e030a7xd2b8or1v .entry_post{
  height: 100%;
  margin-bottom: 0;
}

#kue30e030a7xd2b8or1v  .easys_content_inner{
  position: relative;
}

#kue30e030a7xd2b8or1v .easys_content_inner::before{
  content: "";
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}

#kue30e030a7xd2b8or1v .easys_content_inner.moved::before{
  opacity: 1;
  transform: none;
}

#kue30e030a7xd2b8or1v .text_box{
  left: 0;
  margin-inline: auto;
  position: absolute;
  top: 488px;
  width: 530px;
}

#kue30e030a7xd2b8or1v .post_data,
#kue30e030a7xd2b8or1v .post_data :last-child{
  margin-bottom: 0;
}

#kue30e030a7xd2b8or1v .post_data{
  color: currentColor;
}

/* 追加画像 */
.design08_ttl{
  top: 0px;
  left: 0;
}
.design08_img{
  left: calc(50% + 110px);
  top: 240px;
  z-index: 1;
}

/* 線 */
#kue30e030a7xd2b8or1v .db_items{
  top: 0;
}

#kue30e030a7xd2b8or1v .line01{
  top: 374px;
}

#kue30e030a7xd2b8or1v .line02{
  top: 385px;
}

#kue30e030a7xd2b8or1v .line03{
  top: 414px;
}

#kue30e030a7xd2b8or1v .line04{
  top: 440px;
}