@charset "utf-8";

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


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


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color:#f1f3f7;
  --body_text_color:#333333;
  --link_color:#f79428;
  --border_color:#666666;
  --table_border_color:transparent;
  --th_background_color:#ffffff;
  --td_background_color:#ffffff;
  --th_character_color:#333333;
  --td_character_color:#333333;
  --required_color:#f79428;
  --top_h1_color:#bdc7d7;
  --header_navigation_color:transparent;
  --top_entry_title_color:#0a2754;
  --entry_title_bg_color:#0a2754;
  --blog_title_color:#0a2754;
  --sub_entry_title_bg_color:#0a2754;
  --entry_title_bg_w570_color:#0a2754;
  --sub_entry_title_bg_w570_color:#0a2754;
  --half_entry_title_bg_color:#0a2754;
  --half_sub_entry_title_bg_color:#0a2754;
  --column3_title_bg_color:#ffffff;
  --widget_title_bg_color:#ffffff;
  --widget_list_bg_color:#000000;
  --footnavi_color:transparent;
  --address_color:#ffffff;
  --copy_color:#ffffff;
  --kdb_background_color: #ffffff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 935;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 850;/* 中ページメインのオリジナル高さ(単位なし) */
  --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: #33568c;/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #ffffff;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #93bfd8;/* プルダウンメニュー＞文字色(ホバー時) */
  --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-x 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;
  /*
  background: url("../files/body_bg.jpg") no-repeat center top;
  */
}
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: 100px; /*　ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
  /* CSSレスポンシブ用  */
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  background: none transparent;

}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  /* 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 100px/ 100%;

}

body::before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}

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

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

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

/* 固定 */
/* #site-description:has(~ #access.open){
  bottom: 30px;
  position: fixed;
  z-index: 1001;
}

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

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information{
  background: url("../files/main_logo.png") no-repeat center top/ 100%;
  height: 155px;
  left: 100px;
  position: absolute;
  top: 40px;
  width: 210px;
  z-index: 2;
}
/* #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 .6s;
  width: 100%;
  z-index: 499; /* .site-description より上 */
}

#access.open{
  transition: z-index 0s .0s;
  pointer-events: all;
  z-index: 951;
}

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

.menuWrap{
  left: 0;
  margin-inline: auto;
  max-width: calc(var(--easys_max_width) * 1px);
  min-width: calc(var(--easys_min_width) * 1px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  z-index: 999;
}

#menuTrigger{
  background: url(../files/menu_off.png) no-repeat center top;
  cursor: pointer;
  height: 50px;
  margin-left: auto;
  margin-right: 100px;
  pointer-events: all;
  transition: background-image .3s, opacity .3s, scale .3s;
  width: 140px;
}

/* #menuTrigger:hover{
  scale: .9;
} */

#menuTrigger.open{
  background: url(../files/menu_on.png) no-repeat center top;
}

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

/* モーダルナビゲーション */
#access .menu-header{
  background: #33568c;
  box-sizing: border-box;

/* ナビ高さ */
  height: 100%;
  justify-content: center;

/* ナビ表示位置 */
  margin: auto;
  padding-top: 0;
  position: absolute;
  transform: translateY(-100%);
  transition: transform .6s;

/*ナビ横幅　↓　★*/
  width: 100%;
}

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

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

#access .menu-header ul#menu-gnavi{
  display: grid;
  grid-template-columns: repeat(3, 360px);

/* ナビ高さ */
  height: max-content;
  inset: 160px 0 0;
  position: absolute;
  margin: auto;
  width: max-content;
}

#access .menu-header ul#menu-gnavi::before{
  content: "";
  background: url(../files/navi_logo.png) no-repeat center top;
  inset-inline: 0;
  position: absolute;
  top: -190px;
  margin-inline: auto;
  height: 160px;
  width: 240px;
}

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

div#access .menu > .menu-item a{
  background-repeat: no-repeat;
  background-position-y: top;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

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

/* div#access .menu > .menu-item a::before{
  background-color: #4e25b7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width .3s;
  width: 0;
}

div#access .menu > .menu-item a:hover::before{
  width: 100%;
}

div#access li.menu-item:nth-last-child(-n + 2):hover{
  transform: translateY(-5px);
} */

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

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

div#access .menu > .menu-item:nth-of-type(3){
  margin-bottom: calc(35px * 5);
}

div#access .menu > .menu-item:nth-of-type(3) > a{
  background-image: url("../files/topnavi_c.png");
}
div#access .menu > .menu-item:nth-of-type(3) > a:hover{
  background-position-y: top;
  background-position-x: right;
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu{
  position: unset;
  display: block;
  width: 100%;
  box-shadow: none;
  background: none;
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li{
  border: none;
  background: none transparent;
  height: 35px;
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li a{
  background-color: transparent;
  text-indent: -9999px;
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li a:hover{
  background-position-x: right;
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li:nth-child(1) a{
  background-image: url("../files/topnavi_c.png");
  background-position-y: calc(-75px);
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li:nth-child(2) a{
  background-image: url("../files/topnavi_c.png");
  background-position-y: calc(-75px + -35px * 1);
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li:nth-child(3) a{
  background-image: url("../files/topnavi_c.png");
  background-position-y: calc(-75px + -35px * 2);
}

div#access .menu > .menu-item:nth-of-type(3) > .sub-menu li:nth-child(4) a{
  background-image: url("../files/topnavi_c.png");
  background-position-y: calc(-75px + -35px * 3);
}

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

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

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

/* Gナビ上部固定(最大2000pxを維持) 
#access.fixed {
  position: fixed;
  padding: 0;
  min-width: 960px;
}
#access.fixed .menu-header {
  display: flex;
  justify-content: center;
  max-width: calc(var(--easys_max_width)*1px);
  width: 100%;
  background-color: rgba(255,255,255,0.95);
}
#access.fixed .menu-header #menu-gnavi {
  margin-right: 0;
}*/

/* プルダウンメニュー */
#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: 100px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#video_teaser,
#jquery_slider_pc {
  background: url("../files/body_bg_top.jpg") no-repeat center top/ 100%;
  
}

#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{
  background: url("../files/body_bg.jpg") no-repeat center top/ 100%;
}
 */

#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 {
  position: relative;
  height: 650px;
  background: url(../files/footer_bg.png) no-repeat center top;
}
#footer_box {
  height: 650px;
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /*絶対値指定する時  */
  position: absolute;
  top: 155px;
  inset-inline: 0;
  margin: 0 auto;
  width: auto;
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  overflow: visible;
  text-align: right;
  width: 1184px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
  border: none;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu > li > a{
  position: relative;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu > li > a::before,
#footer_sitemap_block #footer-widget-area .widget-area ul.menu > li > a::after{
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 40px;
  height: 18px;
  transition: opacity .3s;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu > li > a::before{
  background: url(../files/fotter_btn_off.png) no-repeat center center;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu > li > a::after{
  background: url(../files/fotter_btn_on.png) no-repeat center center;
  opacity: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu > li > a:hover::after{
  opacity: 1;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  border: none;
  box-sizing: border-box;
  color: var(--footnavi_color);
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#menu-footer_navi{
  display: grid;
  gap: 0 18px;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 283px);
  grid-template-rows: repeat(3, 59px);
}

#footer-widget-area .widget-area .menu-item{
  margin: 0;
}

#footer-widget-area .widget-area .menu-item.menu-item-60 > .sub-menu{
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 17px;
}

#footer-widget-area .widget-area .menu-item.menu-item-60 > .sub-menu li{
  float: none;
  height: 20px;
}

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

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#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%);
  */
}

/*  フッター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 {
  width: 250px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}
/* 中央寄せの時 */
/*
#copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
*/
/* 中央以外 */
#copyright {
  bottom: 48px;
  left: calc(50% - 600px);
  line-height: 1;
  margin: 0;
  position: absolute;
}


/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */
.fixed_side_btn {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position:fixed;
  height: max-content;
  width: 100%;
  max-width: 2000px;
  top: 30px;
  z-index: 2300;
  pointer-events:none;
  padding-right: 250px;
  box-sizing: border-box;
}

.fixed_side_btn div{
  height: 50px;
  margin: 0;
  pointer-events: auto;
  transition:transform 0.5s ease;
  width: 50px;
}

/* .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:hover {
  transform:translateY(-5px);
}
.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;
  position: relative;
}
.fixed_side_btn div a::after{
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.fixed_side_btn div a:hover::after{
  opacity: 1;
}

/* デフォルトボタン */
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten.png);
}
.fixed_side_btn .gaten a::after{
  background-image:url(../files/btn_gaten_on.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);
}
.fixed_side_btn .weblog a::after{
  background-image:url(../files/btn_blog_on.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 .simulation a {
  background-image:url(../files/btn_simulation.png);
}
.fixed_side_btn .simulation a::after{
  background-image:url(../files/btn_simulation_on.png);
}

/* 個別ボタンの高さ調整 */
/* .fixed_side_btn .gaten {
  height: 150px;
} */

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img{
  opacity: .8;
}
:root{
  /* トップに戻るボタン */
  --float_top_btn_w: 60px;
  --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.3s ease;
}

#float_top_btn a:hover img{
  opacity: 1;
  transform: translateY(-10px);
} */

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 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;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: solid 1px var(--table_bordear_color);
  border-right: none;
  border-left: none;
  background: none var(--td_background_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  background-color: var(--th_background_color);
  border-left: solid 1px var(--table_border_color) !important;
  color: var(--th_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child {
  border-right: solid 1px var(--table_border_color) !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

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

/* リンク画像ホバー時 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;
}

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

/*全体フェードイン*/
.ndb_01 .post_data,
.easys_content:not(.nd_01):not(.ndb_01) .easys_content_inner{
  opacity: 0;
  transform: translateY(80px);
  transition: transform 1.3s ease 0s, opacity 1.3s 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,
.add-image img{
  transition: clip-path 1.3s ease,
  filter 1.3s ease,
  opacity 1.3s ease,
  scale 1.3s ease,
  transform 1.3s ease;
}

.add-image{
  position: absolute;
}

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

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip.moved{
  clip-path: inset(0);
}

.add-image img{
  height: auto;
}

/* blur */
.animation-blur{
  filter: blur(10px);
  opacity: 0;
}

.animation-blur.moved{
  filter: none;
  opacity: 1;
}

/* clip-path */
.animation-clip-from-bottom{
  clip-path: inset(100% 0 0 0);
}

.animation-clip-from-center-y{
  clip-path: inset(50% 0);
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip-from-top{
  clip-path: inset(0 0 100% 0);
}

/* general */
.animation-from-bottom{
  opacity: 0;
  transform: translateY(100px);
}

.animation-from-left{
  opacity: 0;
  transform: translateX(-100px);
}

.animation-from-right{
  opacity: 0;
  transform: translateX(100px);
}

.animation-from-top{
  opacity: 0;
  transform: translateY(-100px);
}

.animation-min-from-bottom{
  opacity: 0;
  transform: translateY(20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-right{
  opacity: 0;
  transform: translateX(20px);
}

.animation-min-from-top{
  opacity: 0;
  transform: translateY(-20px);
}

/* opacity */
.animation-opacity{
  opacity: 0;
}

.animation-opacity.moved{
  opacity: 1;
}

/* rotate */
.animation-rotate-from-bottom{
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
}

/* scale */
.animation-scale{
  opacity: 0;
  scale: 0;
}

.animation-scale-shrink{
  opacity: 0;
  overflow: hidden;
}

.animation-scale-shrink img{
  scale: 1.3;
  transition: scale 2.3s ease;
}

/* DB共通 */
.ndb_01 .post_data{
  line-height: 2;
}

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

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

/*DB > “建てる““建て替え“ “一部分のリフォーム“など 岡山県で建物のことなら作楽総建へ。
xptl3tgqf7rqcssmrlau
--------------------------------------- */
#xptl3tgqf7rqcssmrlau{
  background: url(../files/design01_bg.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}

#xptl3tgqf7rqcssmrlau::before{
  position: absolute;
  bottom: 152px;
  left: 0;
  z-index: auto;
  display: block;
  width: 100%;
  height: 140px;
/* ループさせる画像 */
  background: url(../files/design01_txt.png) repeat-x left top;
  content: "";
  animation: loop_design01_txt 60s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_design01_txt {
  to {
    background-position: top left -3150px;
  }
}

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

#xptl3tgqf7rqcssmrlau .easys_content_inner{
  position: relative;
}

#xptl3tgqf7rqcssmrlau [class*="headline_title"]{
  display: none;
}

/* マップピン */
#xptl3tgqf7rqcssmrlau .entry_post{
  display: block;
  margin-inline: auto;
}

#xptl3tgqf7rqcssmrlau .entry_post::before{
  animation: pulse-loop 2.8s cubic-bezier(0, 0, .15, .99) 1ms infinite;
  border: 1px solid #8a919b;
  border-radius: 50%;
  content: "";
  display: block;
  height: 120px;
  left: calc(50% + 512px);
  position: absolute;
  top: 152px;
  width: 120px;
  z-index: 1;
}

@keyframes pulse-loop{
  from{
    opacity: 1;
    transform: scale(1);
  }

  to{
    opacity: 0;
    transform: scale(3);
  }
}

#xptl3tgqf7rqcssmrlau .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 586px;
  width: 550px;
  z-index: 2;
}

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

#xptl3tgqf7rqcssmrlau .post_data{
  color: currentColor;
}

/* ボタン */
#xptl3tgqf7rqcssmrlau .main_btn{
  background: url(../files/design01_btn_off.png) no-repeat left center;
  height: 60px;
  margin: 40px 0 0 0;
  padding: 0;
  position: relative;
  width: 430px;
  z-index: 1;
}

#xptl3tgqf7rqcssmrlau .main_btn::after{
  background: url(../files/design01_btn_on.png) no-repeat left center;
  box-sizing: border-box;
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  transition: clip-path 0.7s ease-in-out, opacity 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#xptl3tgqf7rqcssmrlau .main_btn:hover::after{
  opacity: 1;
}

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

/* 追加画像 */
.design01_img01{
  left: calc(50% - 600px);
  top: 238px;
}

/*バナー > 事業内容×4
n597jyzyz1pwxlr5zk9c
--------------------------------------- */
#n597jyzyz1pwxlr5zk9c{
  overflow: hidden;
  position: relative;
}

#n597jyzyz1pwxlr5zk9c{
  --count: 4; /* 一応フォールバック追加 */
}

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

#n597jyzyz1pwxlr5zk9c .easys_content_inner{
  width: 100%;
}

#n597jyzyz1pwxlr5zk9c .img_display{
  display: flex;
  position: relative;
}

#n597jyzyz1pwxlr5zk9c .img_display::after{
  content: "";
  height: 100%;
  position: absolute;
  transition: opacity .8s;
  width: 100%;
  z-index: 3;
}

/* bgの間隔補正 */
#n597jyzyz1pwxlr5zk9c .img_display{
  --ratio: calc(var(--count) / (var(--count) - 1));
}

/* bg設定 */
#n597jyzyz1pwxlr5zk9c .img_display::after{
  background-image: url(../files/bnr_many_01_cover.png),
  url(../files/bnr_many_02_cover.png),
  url(../files/bnr_many_03_cover.png),
  url(../files/bnr_many_04_cover.png);
  background-position: left center,
  calc(100% / var(--count) * 1 * var(--ratio)) center,
  calc(100% / var(--count) * 2 * var(--ratio)) center,
  right center;
  background-repeat: no-repeat;
  background-size: calc(100% / var(--count));
}

#n597jyzyz1pwxlr5zk9c .img_display:hover::after{
  opacity: .4;
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]{
  transition: clip-path 1s;
  width: calc(100% / var(--count));
  z-index: 1;
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]::before{
  background: var(--bg) no-repeat center center / 100%;
  clip-path: inset(
  0
  calc(100% / var(--count) * (var(--count) - var(--i) - 1))
  0
  calc(100% / var(--count) * var(--i))
  );
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: background-size 1s, clip-path 1s, opacity 1s;
  width: 100%;
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]:hover::before{
  background-size: 110%;
  clip-path: inset(0);
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]::after{
  content: "";
  height: 100%;
  left: calc(100% / var(--count) * var(--i));
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: calc(100% / var(--count));
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]::after{
  border-inline: 1px solid rgba(255, 255, 255, .5);
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]:nth-child(1)::after{
  border-left: none;
}

/* z-indexの調整 */
#n597jyzyz1pwxlr5zk9c [class*="field_"].hovered{
  z-index: 2;
}

#n597jyzyz1pwxlr5zk9c a{
  display: block;
  position: relative;
  z-index: 1;
}

#n597jyzyz1pwxlr5zk9c [class*="field_"]:hover img{
  opacity: 1;
}

#n597jyzyz1pwxlr5zk9c .eyecatch{
  width: 100%;
}

/*DB > 建築確認申請の手間と負担を、まるごとサポート
bkjqll1z7w6kiitsmmhk
--------------------------------------- */
#bkjqll1z7w6kiitsmmhk{
  background: url(../files/design02_bg.jpg) no-repeat center top;
  height: 1150px;
  position: relative;
}

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

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

#bkjqll1z7w6kiitsmmhk .easys_content_inner{
  position: relative;
}

#bkjqll1z7w6kiitsmmhk [class*="headline_title"]{
  display: none;
}

#bkjqll1z7w6kiitsmmhk .text_box{
  inset-inline: 0;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  top: 747px;
  width: 700px;
  z-index: 2;
}

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

#bkjqll1z7w6kiitsmmhk .post_data{
  color: #ffffff;
}

/* ボタン */
#bkjqll1z7w6kiitsmmhk .main_btn{
  background: url(../files/design02_btn_off.png) no-repeat left center;
  height: 60px;
  margin: 40px auto 0;
  padding: 0;
  position: relative;
  width: 370px;
  z-index: 1;
}

#bkjqll1z7w6kiitsmmhk .main_btn::after{
  background: url(../files/design02_btn_on.png) no-repeat left center;
  box-sizing: border-box;
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  transition: clip-path 0.7s ease-in-out, opacity 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#bkjqll1z7w6kiitsmmhk .main_btn:hover::after{
  opacity: 1;
}

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

/* 追加画像 */
.design02_img{
  left: calc(50% - 480px);
  top: 294px;
}

/*DB > 住まいから店舗、施設まで。積み重ねてきた施工実績をご紹介
q5hi6htdtlaa055xjwpz
--------------------------------------- */
#q5hi6htdtlaa055xjwpz{
  background: url(../files/design03_bg.jpg) no-repeat center top;
  height: 1400px;
  position: relative;
}

#q5hi6htdtlaa055xjwpz::before{
  position: absolute;
  bottom: 152px;
  left: 0;
  z-index: auto;
  display: block;
  width: 100%;
  height: 140px;
/* ループさせる画像 */
  background: url(../files/design01_txt.png) repeat-x left top;
  content: "";
  animation: loop_design01_txt 60s linear 0s infinite;
  pointer-events: none;
}

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

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

#q5hi6htdtlaa055xjwpz .easys_content_inner{
  position: relative;
}

#q5hi6htdtlaa055xjwpz [class*="headline_title"]{
  display: none;
}

#q5hi6htdtlaa055xjwpz .text_box{
  left: 0;
  overflow: visible;
  position: absolute;
  top: 887px;
  width: 560px;
  z-index: 2;
}

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

#q5hi6htdtlaa055xjwpz .post_data{
  color: currentColor;
}

/* ボタン */
#q5hi6htdtlaa055xjwpz .main_btn{
  background: url(../files/design03_btn_off.png) no-repeat left center;
  height: 60px;
  margin: 40px 0 0 0;
  padding: 0;
  position: relative;
  width: 430px;
  z-index: 1;
}

#q5hi6htdtlaa055xjwpz .main_btn::after{
  background: url(../files/design03_btn_on.png) no-repeat left center;
  box-sizing: border-box;
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  opacity: 0;
  transition: clip-path 0.7s ease-in-out, opacity 0.3s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#q5hi6htdtlaa055xjwpz .main_btn:hover::after{
  opacity: 1;
}

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

/* 追加画像 */
.design03_img01{
  left: calc(50% - 710px);
  top: 177px;
}
.design03_img02{
  left: calc(50% - 380px);
  top: 177px;
  transition-delay: calc(0.4s * 1);
}
.design03_img03{
  left: calc(50% + 52px);
  top: 436px;
  transition-delay: calc(0.4s * 2);
}

/*イメージ画像
f30ih2pr8vku8s9qnmsn
--------------------------------------- */
#f30ih2pr8vku8s9qnmsn{
  overflow: hidden;
  padding-inline: 0;
  position: relative;
}

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

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

#f30ih2pr8vku8s9qnmsn .eyecatch{
  display: block;
}

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

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

/*会社概要 (top)
rf8jvyojuils00h86sxy
--------------------------------------- */

/*バナー > お問い合わせ(※top)
foyuq22a93g9grrg44gc
--------------------------------------- */
#foyuq22a93g9grrg44gc{
  position: relative;
}

#foyuq22a93g9grrg44gc:last-child{
  margin-top: 200px;
}

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

#foyuq22a93g9grrg44gc .easys_content_inner{
  width: 100%;
}

#foyuq22a93g9grrg44gc .field_1col:first-child{
  right: calc(50% - 297px);
  position: absolute;
  top: 310px;
  width: max-content;
}

#foyuq22a93g9grrg44gc .field_1col:first-child:after{
  background: url(../files/bnr_contact_on.png) no-repeat center center/ 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}

#foyuq22a93g9grrg44gc .field_1col:hover::after{
  opacity: 1;
}

#foyuq22a93g9grrg44gc a{
  display: block;
  position: relative;
  z-index: 1;
}

#foyuq22a93g9grrg44gc .field_1col:hover img{
  opacity: 1;
}

#foyuq22a93g9grrg44gc .eyecatch{
  width: 100%;
}

#foyuq22a93g9grrg44gc .field_1col:last-child{
  position: relative;
  width: 100%;
}

#foyuq22a93g9grrg44gc .field_1col:last-child img{
  margin-inline: calc(50% - 1000px);
  width: 2000px;
}

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

/*DB > 代表挨拶
spbyevctv8r8zmdrbx28
--------------------------------------- */
#spbyevctv8r8zmdrbx28{
  background: url(../files/design04_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
}

#spbyevctv8r8zmdrbx28::before{
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 140px;
/* ループさせる画像 */
  background: url(../files/design04_txt.png) repeat-x left top;
  content: "";
  animation: loop_design04_txt 60s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_design04_txt {
  to {
    background-position: top left -3450px;
  }
}

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

#spbyevctv8r8zmdrbx28 .easys_content_inner{
  position: relative;
}

#spbyevctv8r8zmdrbx28 [class*="headline_title"]{
  display: none;
}

#spbyevctv8r8zmdrbx28 .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 497px;
  width: 550px;
  z-index: 2;
}

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

#spbyevctv8r8zmdrbx28 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design04_img01{
  left: calc(50% - 1000px);
  top: 194px;
  z-index: 1;
}
.design04_img02{
  left: calc(50% + -200px);
  bottom: 145px;
  transition-delay: calc(0.4s * 1);
  z-index: 1;
}
.design04_img03{
  left: calc(50% - 840px);
  top: 870px;
  transition-delay: calc(0.4s * 2);
}

/*会社概要
c0c56w55c1s0s25ywa0l
--------------------------------------- */

/*会社概要 (※company)
rf8jvyojuils00h86sxy
--------------------------------------- */

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

/*DB > 岡山県の新築工事
f6mb6doh59ci059klv5v
--------------------------------------- */
#f6mb6doh59ci059klv5v{
  background: url(../files/design05_bg.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}

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

#f6mb6doh59ci059klv5v .easys_content_inner{
  position: relative;
}

#f6mb6doh59ci059klv5v [class*="headline_title"]{
  display: none;
}

#f6mb6doh59ci059klv5v .text_box{
  right: 0;
  overflow: visible;
  position: absolute;
  top: 650px;
  width: 550px;
  z-index: 2;
}

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

#f6mb6doh59ci059klv5v .post_data{
  color: currentColor;
}

/* 追加画像 */
.design05_img01{
  left: calc(50% + 0px);
  top: 118px;
}
.design05_img02{
  left: calc(50% + 331px);
  top: 117px;
  transition-delay: calc(0.4s * 1);
}
.design05_img03{
  left: calc(50% - 600px);
  top: 351px;
  transition-delay: calc(0.4s * 2);
}

/*DB > リフォーム・増築工事
ff9qgcxj0wp1fk6e7bbo
--------------------------------------- */
#ff9qgcxj0wp1fk6e7bbo{
  background: url(../files/design06_bg.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}

#ff9qgcxj0wp1fk6e7bbo + *{
  background: #33568c;
  margin:0;
  padding: 70px 0;
}

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

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

#ff9qgcxj0wp1fk6e7bbo .easys_content_inner{
  position: relative;
}

#ff9qgcxj0wp1fk6e7bbo [class*="headline_title"]{
  display: none;
}

#ff9qgcxj0wp1fk6e7bbo .text_box{
  left: 0;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  top: 380px;
  width: 620px;
  z-index: 2;
}

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

#ff9qgcxj0wp1fk6e7bbo .post_data{
  color: #ffffff;
}

/* 追加画像 */
.design06_img01{
  right: calc(50% - 1000px);
  top: 240px;
}
.design06_img02{
  left: calc(50% - 650px);
  top: 718px;
  transition-delay: calc(0.4s * 1);
}
.design06_img03{
  left: calc(50% - 320px);
  top: 718px;
  transition-delay: calc(0.4s * 2);
}

/*DB > 建築確認申請代行
y0phei6nwho004gl68o2
--------------------------------------- */
#y0phei6nwho004gl68o2{
  background: url(../files/design07_bg.jpg) no-repeat center top;
  height: 1200px;
  position: relative;
}

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

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

#y0phei6nwho004gl68o2 .easys_content_inner{
  position: relative;
}

#y0phei6nwho004gl68o2 [class*="headline_title"]{
  display: none;
}

#y0phei6nwho004gl68o2 .text_box{
  right: 0;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  top: 713px;
  width: 640px;
  z-index: 2;
}

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

#y0phei6nwho004gl68o2 .post_data{
  color: currentColor;
}

/* 追加画像 */
.design07_img01{
  left: calc(50% - 600px);
  top: 240px;
}
.design07_img02{
  left: calc(50% + 6px);
  top: 240px;
}

/*DB > 現場管理代行
otgy7pv2v93qmmx9o99s
--------------------------------------- */
#otgy7pv2v93qmmx9o99s{
  background: url(../files/design08_bg.jpg) no-repeat center top;
  height: 1160px;
  position: relative;
}

#otgy7pv2v93qmmx9o99s + *{
  background: #ffffff;
  margin:0;
  padding: 70px 0;
}

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

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

#otgy7pv2v93qmmx9o99s .easys_content_inner{
  position: relative;
}

#otgy7pv2v93qmmx9o99s [class*="headline_title"]{
  display: none;
}

#otgy7pv2v93qmmx9o99s .text_box{
  right: 0;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  top: 376px;
  width: 610px;
  z-index: 2;
}

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

#otgy7pv2v93qmmx9o99s .post_data{
  color: currentColor;
}

/* 追加画像 */
.design08_img01{
  left: calc(50% - 600px);
  top: 210px;
}
.design08_img02{
  right: calc(50% - 1000px);
  top: 660px;
}

/* ===========================================================================
   ご依頼について/よくあるご質問   pageID：1088
=========================================================================== */

/*バナー > 会社概要/事業内容
qp21wbfexdpkzha7s55h
--------------------------------------- */
/* #qp21wbfexdpkzha7s55h{
  margin-block: 80px;
} */

#qp21wbfexdpkzha7s55h:last-child{
  margin-top: 150px;
}

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

#qp21wbfexdpkzha7s55h .easys_content_inner{
  width: 100%;
}

#qp21wbfexdpkzha7s55h [class*="field_"]{
  position: relative;
  width: 50% !important;
}

#qp21wbfexdpkzha7s55h [class*="field_"]::before,
#qp21wbfexdpkzha7s55h [class*="field_"]::after{
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: filter .5s, opacity .5s, scale .5s;
  width: 100%;
}

#qp21wbfexdpkzha7s55h [class*="field_"]::after{
  opacity: 0;
  z-index: 1;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:hover::before{
  scale: 1.1;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:hover::after{
  opacity: 1;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:nth-child(1)::before{
  background: url(../files/bnr_half_company_bg.jpg) no-repeat center center/ 100%;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:nth-child(2)::before{
  background: url(../files/bnr_half_business_bg.jpg) no-repeat center center/ 100%;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:nth-child(1)::after{
  background: url(../files/bnr_half_company_on.png) no-repeat center center/ 100%;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:nth-child(2)::after{
  background: url(../files/bnr_half_business_on.png) no-repeat center center/ 100%;
}

#qp21wbfexdpkzha7s55h a{
  display: block;
  position: relative;
  z-index: 1;
}

#qp21wbfexdpkzha7s55h [class*="field_"]:hover img{
  opacity: 1;
}

#qp21wbfexdpkzha7s55h .eyecatch{
  width: 100%;
}

/* ===========================================================================
   施工実績   pageID：12
=========================================================================== */

/*DB > 施工実績のご紹介
urwlc491jb224pbabwpk
--------------------------------------- */
#urwlc491jb224pbabwpk{
  background: url(../files/design09_bg.jpg) no-repeat center top;
  height: 1000px;
  position: relative;
}

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

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

#urwlc491jb224pbabwpk .easys_content_inner::before{
  position: absolute;
  top: 782px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 140px;
/* ループさせる画像 */
  background: url(../files/design09_txt.png) repeat-x left top;
  content: "";
  animation: loop_design09_txt 80s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_design09_txt {
  to {
    background-position: top left -2800px;
  }
}

#urwlc491jb224pbabwpk .easys_content_inner::after{
  position: absolute;
  top: 192px;
  left: 0;
  z-index: 1;
  display: block;
  width: 47%;
  height: 580px;
/* ループさせる画像 */
  background: url(../files/design09_img.png) repeat-x left top;
  content: "";
  animation: loop_design09_img 40s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop_design09_img {
  to {
    background-position: top left 1180px;
  }
}

#urwlc491jb224pbabwpk .entry_post{
  display: block;
  margin-inline: auto;
  position: relative;
}

#urwlc491jb224pbabwpk [class*="headline_title"]{
  display: none;
}

#urwlc491jb224pbabwpk .text_box{
  right: 0;
  /* margin: 0 auto; */
  overflow: visible;
  position: absolute;
  top: 494px;
  width: 550px;
  z-index: 2;
}

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

#urwlc491jb224pbabwpk .post_data{
  color: currentColor;
}

/* 追加画像 */
.design09_img01{
  left: calc(50% - 1000px);
  top: 210px;
}
.design09_img02{
  left: calc(50% + 0px);
  top: 236px;
}