@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #e4deda;
  --body_text_color: #000000;
  --link_color: #4a62b6;
  --border_color: #9a9a9a;
  --table_border_color: transparent;
  --th_background_color: #ffffff;
  --td_background_color: #ffffff;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #4a62b6;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #2b3f59;
  --entry_title_bg_color: #000000;
  --blog_title_color: #000000;
  --sub_entry_title_bg_color: #2b3f59;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #2b3f59;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #2b3f59;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #000000;
  --footnavi_color: #cacaca;
  --address_color: #cacaca;
  --copy_color: #243356;
  --kdb_background_color:#a79d8e;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 957;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 970;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,1);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #000;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #4a62b6;/* プルダウンメニュー＞文字色(ホバー時) */
  --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;
  --transition-duration: 0.3s;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color) url("../files/html_bg.jpg") ;
  background: none var(--basic_background_color);

  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

/*トップページ----------------------------------*/
body#page_6 {
  background: none transparent;
  /* background: url("../files/body_top_bg.jpg") no-repeat center top/100%;*/
  /*background-position-y:100px;*/
}

/*中ページ----------------------------------*/
body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
  background: none no-repeat center top;
  background: url("../files/body_bg.png") no-repeat center top/100%;
  /*background-position-y:100px;*/

}
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;
}

#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);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
/*トップページ----------------------------------*/
#page_6 #branding_box {
  background: none transparent;
}

/*中ページ*/
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0 0 calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0;
  height: 0px;
  /*height: 100px;*/
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  z-index: 753;
  margin: 0 auto;
  width: auto;
  top:110px;
  left: 0;right: 0;
  margin: 0 auto;
  text-align: center;
}



#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ @logo
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}
/*ロゴ----------------------------------*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  top: 30px;
  left: 30px;
  background: url("../files/main_logo.png")no-repeat center top;
  width: 290px;
  height: 64px;
}


#page_6 #header_information .main_header a img {
    opacity: 0;
    visibility: hidden;
}




/*  グローバルナビ　@navi
---------------------------------------------------------------------------------------------------- */
#menuTrigger {
  position: fixed;
  top: 25px;
  left: calc(50% - 22px);
  z-index: 999;
  width: 46px;
  height: 46px;
  background: none transparent;
}

#menuTrigger button {
  position: relative;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#menuTrigger span {
  position: absolute;
  top: -6px;
  left: 0;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 46px;
  height: 2px;
  background-color: transparent;
  transition: transform 0.3s;
}

#menuTrigger span:nth-of-type(1) {
  transform: translate3d(0, 19px, 0);
}

#menuTrigger span:nth-of-type(2) {
  transform: translate3d(0, 27px, 0);
}

#menuTrigger span:nth-of-type(3) {
  transform: translate3d(0, 35px, 0);
}

#menuTrigger span::before,
#menuTrigger span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0b2261;
  content: "";
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1) 0.2s;
  pointer-events: none;
}
#menuTrigger span:before {
  transform: translate3d(0, 0, 0);
}
#menuTrigger span:after {
  transform: translate3d(-100%, 0, 0);
}
#menuTrigger.opened span:before,
#menuTrigger:hover span:before {
  transform: translate3d(100%, 0, 0);
}
#menuTrigger.opened 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.opened span:nth-of-type(1) {
  transform: translate3d(-2px, 26px, 0) rotate(45deg);
}
#menuTrigger.opened span:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(20px, 7px, 0);
}
#menuTrigger.opened span:nth-of-type(3) {
  transform: translate3d(-3px, 26px, 0) rotate(-45deg);
}

/*ナビ開いてるとき hoverで×回転*/
#menuTrigger.opened button {
  transition: 0.3s;
  transform: rotate(0deg);
}
#menuTrigger.opened button:hover {
  transition: 0.3s;
  transform: rotate(90deg);
}

/* 上からの位置は#accessで、左右の位置はdiv#access .menu-headerで ★*/
#access {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 400;
  margin: 0 auto;
  padding: 0;
  width: 440px;
  height: 64px;
  background: url("/files/menu_text.png") no-repeat left top,#fff;
  transition: 0.5s;
  border-radius: 32px;
  outline: 4px solid #000;
  outline-offset:-4px;
}

#access.opened {
  top: 16px;
  height: 374px;
}

/* #access::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 440px;
  height: 0;
  background: url("/files/menu_text.png") no-repeat left top,#fff;
  content: "";
  pointer-events: none;
  border-radius: 32px;
  transition: 0.5s;
}

#access.opened::before {
  height: 374px;
  
}
 */

div#access .menu-header {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  height: 0;
  transition: 0.5s;
  clip-path: inset(0);
}

div#access.opened .menu-header {
  top: 104px;
  height: 240px;
}

div#access .menu-item a {
  background: url("/files/topnavi.png") no-repeat left top;
  padding: 0;
  width: 400px;
  height: 40px;
}



#access .menu-header #menu-gnavi > li:nth-of-type(1) > a,
#access .menu-header #menu-gnavi > li:nth-of-type(1) > a:hover {
  background-position-y: top;
}
#access .menu-header #menu-gnavi > li:nth-of-type(2) > a,
#access .menu-header #menu-gnavi > li:nth-of-type(2) > a:hover {
  background-position-y: -40px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(3) > a,
#access .menu-header #menu-gnavi > li:nth-of-type(3) > a:hover {
  background-position-y: -80px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(4) > a,
#access .menu-header #menu-gnavi > li:nth-of-type(4) > a:hover {
  background-position-y: -120px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(5) > a,
#access .menu-header #menu-gnavi > li:nth-of-type(5) > a:hover {
  background-position-y: -160px;
}
#access .menu-header #menu-gnavi > li:nth-of-type(6) > a,
#access .menu-header #menu-gnavi > li:nth-of-type(6) > a:hover {
  background-position-y: -200px;
}


div#access .menu-item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px; /*下線の高さ*/
  background: none #4a62b6; /*下線の色*/
  content: "";
  transition: all 0.3s ease 0s;
}
div#access .menu-item a:hover::after {
  width: 100%;
}
div#access .menu-item ul.sub-menu a::after {
  height: 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:hoverc#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
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  /*top: 100px;*/
  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%;
}
#page_6 #branding_box {
    padding-bottom: 100vh;
}

#video_teaser{
  height:100vh;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#video_teaser div {
  display: block;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#video_teaser div {
  height: 100vh !important;
  width: 100vw;
}

/* スライダーの子要素をフィックスする */
#video_teaser > div {
  position: fixed;
  top: 0;
  z-index: -1;
}

#video_teaser_inner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#video_teaser::after {
  content: "";
  position: absolute;
  background: url(../files/top_header_cover.png) no-repeat center bottom/100%;
  top: 0;
  right: 0;
  width: 100%;
  height: 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 
------------------------------------------------------------------------------------------------------------------- */
:root {
  --footer_h: 650px;
  --footer_navi_bottom: 210px;
  --footer_navi_left: 65px;
  --footer_add_bottom: 260px;
  --footer_add_left: 550px;
  --footer_copy_bottom: 90px;
  --footer_copy_left: 550px;
}
 
#footer_block {
  position: relative;
  height: var(--footer_h);
  background: url(../files/footer_bg.png) ;
}

#footer_box {
  height:  var(--footer_h);
  background: none transparent;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}

#footer-widget-area {
  display: block;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */


#footer-widget-area .widget-area{
position: absolute;
bottom: var(--footer_navi_bottom);
left: calc(50% -  var(--footer_navi_left));
}


#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border:0;
  display: grid;
  grid-template: repeat(4, 50px) / repeat(2, 300px);
  gap: 40px 15px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border:0;
  color:var(--footnavi_color);
  text-align: left;
  height: 50px;
  line-height: 78px;
  padding: 0;
  background: url(/files/footer_navi_bg_01.png) no-repeat center right;
  position: relative;
}

#footer-widget-area .widget-area .menu-item:nth-of-type(2) a{
 background-image: url(/files/footer_navi_bg_02.png) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(3) a{
 background-image: url(/files/footer_navi_bg_03.png) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(4) a{
 background-image: url(/files/footer_navi_bg_04.png) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(5) a{
 background-image: url(/files/footer_navi_bg_05.png) !important; }
#footer-widget-area .widget-area .menu-item:nth-of-type(6) a{
 background-image: url(/files/footer_navi_bg_06.png) !important;
  }
#footer-widget-area .widget-area .menu-item:nth-of-type(7) a{
 background-image: url(/files/footer_navi_bg_07.png) !important;
  }
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}



/*  フッター情報
---------------------------------------------------------------------------------------------------- */

.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}





#footer_information{
  position: absolute;
  bottom: var(--footer_add_bottom);
  left: calc(50% - var(--footer_add_left));
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}

/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}
/*#footer_information .entry-post .post-data > p:nth-of-type(2) {
  font-size: 20px;font-weight: bold;
}*/


/*  フッター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: var(--footer_copy_bottom);
left: calc(50% - var(--footer_copy_left));
}

/*  サイドメニュー @sidebtn
---------------------------------------------------------------------------------------------------- */
/* サイド固定ボタン：通常時は右端から185px隠れ、ホバーで全体表示 */

.fixed_side_btn {
  position:fixed;
  top: 24px;
  left: calc(50% + 80px);
  z-index:1000;
  width: 130px;
  height: 48px;
}
.fixed_side_btn div a {
  display:block;
  width: 130px;
  height: 48px;
  overflow:hidden;
  text-indent:-9999px;
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}
.fixed_side_btn div a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: 1;
    opacity:0;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:left center;
}
.fixed_side_btn div a:hover:before{
  opacity:1;
}
/* デフォルトボタン */
.fixed_side_btn .weblog a {
  background-image:url(../files/btn_blog_off.png);
}
.fixed_side_btn .weblog a:before{
  background-image:url(../files/btn_blog_on.png);

}



/*gaten*/
.fixed_side_btn .gaten{
position: fixed;
z-index: 9999;
bottom: 150px;
right: 20px;
  width: 180px;
  height: 180px;
  transform:none !important;
  transition: 0.3s;
}
#page_6 .fixed_side_btn .gaten{
  bottom: 2vh;
}
body.fixed .fixed_side_btn .gaten{
  bottom: unset !important;top:20px;
}
.fixed_side_btn .gaten:hover{
  transform:none !important;
  scale:0.9;
}
.fixed_side_btn .gaten a {
  background-image:url(../files/btn_gaten_bg.png);
  width: 180px;
  height: 180px;

}

.fixed_side_btn .gaten::before {
  content:"";
  display:block;
  position:absolute;
  top:0px;
  left:0;
  z-index:1;
  width:180px;
  height:180px;
  animation:circle 60s linear 0s infinite;
  animation-direction:reverse;
  pointer-events:none;
  background:url(../files/btn_gaten_catch.png) no-repeat center top;
}
@keyframes circle {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}

@media screen and (min-width: 2000px) {
.fixed_side_btn .gaten{right: calc(50% - 980px);}
}


/* 2000幅を超えた時 */
#wrapper {
  -webkit-clip-path:inset(0);
          clip-path:inset(0);
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}
#float_top_btn{
  bottom: 20px;
  right: 20px;
}

@media (min-width: 2000px) {
#float_top_btn {
  right:calc(50% - 980px);
}
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し @ttl
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 80px;
  line-height: 80px;
  padding-bottom: 50px;
  background-position-y: bottom;
}
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;
}





/*  テーブル @table
---------------------------------------------------------------------------------------------------- */



/*  塗り
-------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: var(--th_background_color);
  color: var(--th_character_color);
  box-sizing: border-box;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate; border-spacing : 0 10px !important;
}
table.iqfm-table td {
  min-width: 7em;
}



/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}



/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  transition: 1.3s ease 0s;
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner) {
  opacity: 1;
  transform: translateY(0) rotate3d(0, 0, 1, 0);
}



.nd_01.contents_block div{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.nd_01.contents_block .easys_content_inner{
width: 2000px;
position: relative;
left: calc(50% - 1000px);
padding:0 !important;
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 160px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}




/* デザインブロック共通設定
--------------------------------------- */


.ndb_01 {
  margin-top: 0 !important;position: relative;
}

.ndb_01 *[class*="title"] {
  display: none;
}
.ndb_01,
.ndb_01 .easys_content_inner,
.ndb_01 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ndb_01 .post_data {
  text-align:justify;
}

.ndb_01 .easys_content .sub_post .float_left {
  float: left !important;
}

.ndb_01 .easys_content .sub_post .float_right {
  float: right !important;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}


/*btn*/
/*body:not(#page_6) .ndb_01  .main_btn{display: none;}*/

.ndb_01  .main_btn {
  position: relative;
  display: block;
  padding: 0;
  width: 343px;
  height: 161px;
}
.ndb_01  .main_btn a {
  position: absolute;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  text-indent: -9999px;
  background: url(/files/design01_link_btn.png) no-repeat center top;
}
.ndb_01  .main_btn a:hover{
  animation: shakebtn 1s ease-in-out 1;
}
@keyframes shakebtn {
  16.65% {transform: translateY(16px)}
  33.3% {transform: translateY(-12px)}
  49.95% {transform: translateY(8px)}
  66.6% {transform: translateY(-4px)}
  83.25% {transform: translateY(2px)}
  100% {transform: translateY(0)}
}

/*追加画像*/
.design_block{
  position: absolute;
  z-index: 9;
  display: block;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
}

 /*fade in down------------------------------------*/

.f_down{
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  transition: 1.3s ease 0s;
}

.f_down.moved
 {transform: translate(0px, 0px);opacity: 1;}

/*zoom --------------------------- */
 .f_zoom  {
  transform: scale(0);opacity: 0;
}

.f_zoom.moved {
  transform: scale(1);
  animation: vibe 0.5s linear forwards 0.5s;
}

@keyframes vibe {
  0% {
    opacity: 0;
    transform: scale(5);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  65% {
    opacity: 1;
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  85% {
    opacity: 1;
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  95% {
    opacity: 1;
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

/*poyon --------------------------- */
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/*shake --------------------------- */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-20px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(20px);
  }
}

/*heartbeat --------------------------- */
@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/*buruburu --------------------------- */

@keyframes buruburu {
  0% {
    transform: translateX(0);
  }
  7% {
    transform: translateX(-10px);
  }
  14% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(-10px);
  }
  32% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0px);
  }
}
/* ===========================================================================
     トップページ @db
=========================================================================== */

/*コンテンツ画像
lzepo1yn42fzizmbdf2q
--------------------------------------- */

/*DB1>諸藤防水が選ばれる3つの理由
sexl5h10h6jr1ed996mq
--------------------------------------- */
#sexl5h10h6jr1ed996mq {
  background: 
  url(../files/design01_bg.png) no-repeat center top,
  url(../files/design01_bg_bottom.png) no-repeat center bottom;
  
}
#sexl5h10h6jr1ed996mq{height: 1486px;position: relative;z-index: 2;}

#sexl5h10h6jr1ed996mq .easys_content_inner{width: 1100px;}
#sexl5h10h6jr1ed996mq .entry_post{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 410px;
}
#sexl5h10h6jr1ed996mq .sub_post {
  position:relative;
  width:340px;
  height:auto;
  margin:0;
  padding:290px 45px 30px;
  box-sizing:border-box;
  
}

#sexl5h10h6jr1ed996mq .sub_post::before {
content: '';
display: block;
position: absolute;
top: 35px;
left: 0;
z-index: -1;pointer-events: none;
background-color:#fff !important;
width: 100%;
height: calc(100% - 50px);
}

#sexl5h10h6jr1ed996mq .sub_post_0{
background: url(/files/design01_subttl01.png) no-repeat left top,
url(/files/design01_content_top.png) no-repeat left top,
url(/files/design01_content_bottom.png) no-repeat left bottom;}
#sexl5h10h6jr1ed996mq .sub_post_1{
background: 
url(/files/design01_subttl02.png) no-repeat left top,
url(/files/design01_content_top.png) no-repeat left top,
url(/files/design01_content_bottom.png) no-repeat left bottom;
}

#sexl5h10h6jr1ed996mq .sub_post_2{
background: 
url(/files/design01_subttl03.png) no-repeat left top,
url(/files/design01_content_top.png) no-repeat left top,
url(/files/design01_content_bottom.png) no-repeat left bottom;
}
#sexl5h10h6jr1ed996mq .main_btn{
  position:absolute;
  bottom: -347px;
  right: 50px;
}
#sexl5h10h6jr1ed996mq #img01 {
  top:0px;
  left:calc(50% - 550px);
  width:1100px;
  height:410px;
  background-image:url(../files/design01_ttl.png);
}
#sexl5h10h6jr1ed996mq::before {
  content:"";
  display:block;
  position:absolute;
  top:180px;
  left:calc(50% - 340px);
  z-index:1;
  width:136px;
  height:174px;
  animation:shake 6s ease-in-out infinite;
  pointer-events:none;
  background:url(../files/design01_anime01.png) no-repeat center top;
}
#sexl5h10h6jr1ed996mq::after {
  content:"";
  display:block;
  position:absolute;
  top:0px;
  left:calc(50% - 1000px);
  z-index: -1;
  width:2000px;
  height:calc(100% - 130px);
  pointer-events:none;
  
  background: 
  url(../files/design01_bg.png) no-repeat center top;
  background-color:#2B4059;
}
/*DB2>諸藤防水の施工メニュー
qlyfzbll4fcxksl9vdxt
--------------------------------------- */
#qlyfzbll4fcxksl9vdxt {
  background: 
  url(../files/design02_bg.png) no-repeat center top,
  url(../files/block_bg_01.jpg);
  height: 1674px;
  margin-top: -130px !important;
  position: relative;
  z-index: 1;
  }
#qlyfzbll4fcxksl9vdxt .main_btn{
  position:absolute;
  z-index: 11;
  bottom: -1676px;
  right: 707px;
  width: 322px;
  height: 167px;
}
#qlyfzbll4fcxksl9vdxt .main_btn a {
  background-image: url(../files/design02_link_btn.png);
}
#qlyfzbll4fcxksl9vdxt .sub_post{
display: none;
}

#qlyfzbll4fcxksl9vdxt #ttl {
background-image: url(../files/design02_ttl.png);
width: 1100px;
height: 364px;
top: 0px;
left: calc(50% - 550px);
}
#qlyfzbll4fcxksl9vdxt #img01 {
background-image: url(../files/design02_img01.png);
width: 2000px;
height: 446px;
top: 365px;
left: calc(50% - 1000px);
animation: heartbeat 1.2s ease-in-out infinite;
}

#qlyfzbll4fcxksl9vdxt #img02 {
  top:700px;
  left:calc(50% - 1000px);
  z-index:8;
  width:2000px;
  height:437px;
  animation:heartbeat 0.9s ease-in-out infinite;
  animation-delay:0.2s;
  background-image:url(../files/design02_img02.png);
}
#qlyfzbll4fcxksl9vdxt #img03 {
background-image: url(../files/design02_img03.png);
width: 2000px;
height: 460px;
top: 1055px;
left: calc(50% - 1000px);
animation: heartbeat 1.5s ease-in-out infinite;
}

#qlyfzbll4fcxksl9vdxt::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design02_cover.png) no-repeat center top;
pointer-events: none;
}

#qlyfzbll4fcxksl9vdxt #amine01 {
background-image: url(../files/design02_anime01.png);
width: 163px;
height: 195px;
top: 150px;
left: calc(50% + 350px);
  animation: poyon 1.2s infinite;
}
#qlyfzbll4fcxksl9vdxt #amine02 {
  top:1395px;
  left:calc(50% - 480px);
  z-index:0;
  width:170px;
  height:224px;
  animation:buruburu 1s linear infinite;
  background-image:url(../files/design02_anime02.png);
}
/*DB3>建物を守る技術を、その手に。
nwlm44kjo12e10z5qpqk
--------------------------------------- */
#nwlm44kjo12e10z5qpqk {background: url(../files/design03_bg.png) no-repeat center top,url(../files/block_bg02.jpg );}
#nwlm44kjo12e10z5qpqk,
#nwlm44kjo12e10z5qpqk .easys_content_inner,
#nwlm44kjo12e10z5qpqk .entry_post {height: 1180px;}
#nwlm44kjo12e10z5qpqk .text_box {
  margin: 390px -70px 0 auto;
  width: 530px;
  overflow: visible;
}
#nwlm44kjo12e10z5qpqk .main_btn{
margin: 100px 0 0 250px;
  width: 287px;
  height: 171px;
}
#nwlm44kjo12e10z5qpqk .main_btn a {
  background-image: url(../files/design03_link_btn.png);

}
#nwlm44kjo12e10z5qpqk #ttl {
background-image: url(../files/design03_ttl.png);
width: 530px;
height: 388px;
top: 0px;
left: calc(50% + 20px);
}
#nwlm44kjo12e10z5qpqk #img01 {
background-image: url(../files/design03_anime01.png);
width: 94px;
height: 137px;
top: 150px;
left: calc(50% + 390px);
animation: poyon 1.2s infinite;
}

#nwlm44kjo12e10z5qpqk #img02 {
background-image: url(../files/design03_anime02.png);
width: 180px;
height: 219px;
top: 720px;
left: calc(50% + 490px);
animation: shake 6s ease-in-out infinite;
}

#nwlm44kjo12e10z5qpqk #img03 {
background-image: url(../files/design03_img.png);
width: 750px;
height: 1180px;
top: 0px;
left: calc(50% - 770px);
animation: heartbeat 1.2s ease-in-out infinite;
}
#nwlm44kjo12e10z5qpqk::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design03_cover.png) no-repeat center top;
pointer-events: none;
}
/*イメージ動画
g2dbhxq5apidrn3hzrsw
--------------------------------------- */

#g2dbhxq5apidrn3hzrsw {
  position: relative;
  display: block;
  overflow: hidden;
  padding: calc(100% * (680/2000)) 0 0 0;
}
#g2dbhxq5apidrn3hzrsw [class*="field_"]:nth-of-type(1) img {
  position: absolute;
  top: 0;
  left: 0;
}

#g2dbhxq5apidrn3hzrsw .easys_content_inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;

}
#g2dbhxq5apidrn3hzrsw .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}
#g2dbhxq5apidrn3hzrsw .para_movie{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#g2dbhxq5apidrn3hzrsw video{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}


/*バナー＞お問い合わせ（※top）
g5yp18li0q4bn0or81ux
--------------------------------------- */

#g5yp18li0q4bn0or81ux{overflow: hidden;}

#g5yp18li0q4bn0or81ux .easys_content_inner{
width: 100%;
padding:0px 0px 0px;
}
#g5yp18li0q4bn0or81ux .margin-bottom_50 { margin-bottom: 0px;}
   
#g5yp18li0q4bn0or81ux .eyecatch a{
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      overflow: hidden;
}
   
#g5yp18li0q4bn0or81ux .eyecatch a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("/files/bnr_contact_bg.jpg") no-repeat center top /cover transparent;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    z-index: 1;
    transform: scale(1.01);
}
#g5yp18li0q4bn0or81ux .eyecatch a:hover:before {
    transform: scale(1.1);
}
#g5yp18li0q4bn0or81ux .eyecatch a img{
    position: relative;
    z-index: 10;
}
   
#g5yp18li0q4bn0or81ux .eyecatch a:hover img{ opacity: 1; }
  
  

/*naka------------------------------------------------------------------------------------ */
#page_9 {background:none;}
#page_9 #main_teaser{
    background: url(../files/body_bg.png) no-repeat center top/100%,#2b4059;
}
/*DB4>防水工事のプロとして、建物を雨水から守る。
i7anzvmca0z0vb3uunjy
--------------------------------------- */
#i7anzvmca0z0vb3uunjy {background: url(../files/design04_bg.png) no-repeat center top,#2b4059;}
#i7anzvmca0z0vb3uunjy,
#i7anzvmca0z0vb3uunjy .easys_content_inner,
#i7anzvmca0z0vb3uunjy .entry_post {height: 1030px;}
#i7anzvmca0z0vb3uunjy .text_box {
  margin: 280px auto 0 -70px;
  width: 530px;
}
#i7anzvmca0z0vb3uunjy .post_data{
color: #ffffff;
}
#i7anzvmca0z0vb3uunjy #ttl {
background-image: url(../files/design04_ttl.png);
width: 720px;
height: 280px;
top: 0px;
left: calc(50% - 700px);
}
#i7anzvmca0z0vb3uunjy #img01 {
background-image: url(../files/design04_img.png);
width: 980px;
height: 1030px;
top: 0px;
left: calc(50% + 20px);
animation: heartbeat 1.2s ease-in-out infinite;
}
#i7anzvmca0z0vb3uunjy::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design04_cover.png) no-repeat center top;
pointer-events: none;
}
#i7anzvmca0z0vb3uunjy #img02 {
  top:655px;
  left:calc(50% - 185px);
  z-index:11;
  width:205px;
  height:254px;
  animation:buruburu 1s linear infinite;
  background-image:url(../files/design04_anime.png);
}
/*コンテンツ画像2
j74vcxc21vrh5l07pj0h
--------------------------------------- */

/*バナー＞ halfbnr_block
施工実績/採用情報（※）
ymf628z203vjtl1bp6r3
バナー＞会社概要/事業内容（※）
vbniyzsmpmpytortql9v
--------------------------------------- */
body .halfbnr_block{
background:url(../files/bnrhalf_bg.jpg) ;
height: 600px;
}
body .halfbnr_block .easys_content_inner{padding: 150px 0px 0px;}

body .halfbnr_block .field_2col{width: 460px !important; margin: 0;}

body .halfbnr_block .field_2col .eyecatch{width: 100% !important;}

body .halfbnr_block .eyecatch a{
display: block;
width: 100%;
height: 100%;
position: relative;
background-size:100% !important;
}
body .halfbnr_block .eyecatch a img{transition: var(--transition-duration);}

body .halfbnr_block .eyecatch a:hover img{ opacity: 1;scale: 0.95; }



/*DB5>手に職をつけて、未来を変えよう
njg1zs5iyia1gercsj0i
--------------------------------------- */
#page_15 {background:none;}
#page_15 #main_teaser{
    background: url(../files/body_bg.png) no-repeat center top/100%;
    z-index: 100;
}
#page_15 #main{margin-top:-150px;}
#njg1zs5iyia1gercsj0i {background: url(../files/design05_bg.png) no-repeat center top;}
#njg1zs5iyia1gercsj0i,
#njg1zs5iyia1gercsj0i .easys_content_inner,
#njg1zs5iyia1gercsj0i .entry_post {height: 1080px;position: relative;z-index: 0;}
#njg1zs5iyia1gercsj0i .text_box {
  margin: 420px auto 0 -70px;
  width: 530px;
}

#njg1zs5iyia1gercsj0i #ttl {
background-image: url(../files/design05_ttl.png);
width: 530px;
height: 268px;
top: 150px;
left: calc(50% - 550px);
}
#njg1zs5iyia1gercsj0i #img01 {background-image: url(../files/design05_anime.png);width: 171px;height: 166px;top: 240px;left: calc(50% - 135px);animation: heartbeat 1.2s ease-in-out infinite;}
#njg1zs5iyia1gercsj0i::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% + 180px);
  z-index: 1;
  display: block;
  width: 369px;
  height: 100%;
  background: url(../files/design05_img.png) repeat-y left top;
  content: '';
  animation: db5 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes db5 {
  to {
    background-position: top -1234px left;
  }
}
#njg1zs5iyia1gercsj0i::after {
content: '';
display: block;
position: absolute;
top: 0px;
left: calc(50% - 1000px);
width: 2000px;
height: 100%;
z-index: 10;
background: url(../files/design05_cover.png) no-repeat center top;
pointer-events: none;
}
/*DB6>代表挨拶
h5gjdcthgo1tgr3usvem
--------------------------------------- */
#page_81 {background:none;}
#page_81 #main_teaser{
    background: url(../files/body_bg.png) no-repeat center top/100%,#2b4059;
}
#h5gjdcthgo1tgr3usvem {background: url(../files/design06_bg.png) no-repeat center top,#2b4059;}
#h5gjdcthgo1tgr3usvem,
#h5gjdcthgo1tgr3usvem .easys_content_inner,
#h5gjdcthgo1tgr3usvem .entry_post {height: 1030px;}
#h5gjdcthgo1tgr3usvem .text_box {
  margin: 275px -70px 0 auto;
  width: 530px;
}
#h5gjdcthgo1tgr3usvem .post_data{
color: #ffffff;
}
#h5gjdcthgo1tgr3usvem #ttl {
background-image: url(../files/design06_ttl.png);
width: 530px;
height: 276px;
top: 0px;
left: calc(50% + 20px);
}
#h5gjdcthgo1tgr3usvem #img01 {
background-image: url(../files/design06_img.png);
width: 380px;
height: 480px;
top: 160px;
left: calc(50% - 510px);
  animation: heartbeat 1.2s ease-in-out infinite;
}
#h5gjdcthgo1tgr3usvem #img02 {
background-image: url(../files/design06_anime.png);
width: 299px;
height: 163px;
top: 575px;
left: calc(50% - 630px);
  animation: buruburu 1s linear infinite;
}

/*bg*/
#page_81 #rf8jvyojuils00h86sxy {
  padding: 180px 0 130px;
  background: url(../files/block_bg02.jpg);
}