@charset "utf-8";

/*
 * PC用スタイルCSS
 */

/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */
/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #167f48;
  --border_color: #8a8a8a;
  --table_border_color: #393939;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #ff5d5b;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #167f48;
  --entry_title_bg_color: #111111;
  --blog_title_color: #111111;
  --sub_entry_title_bg_color: #167f48;
  --entry_title_bg_w570_color: #111111;
  --sub_entry_title_bg_w570_color: #167f48;
  --half_entry_title_bg_color: #111111;
  --half_sub_entry_title_bg_color: #167f48;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #111111;
  --footnavi_color: #ffffff;
  --address_color: #ffffff;
  --copy_color: #393939;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300; /* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000; /* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1240; /* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 920; /* 中ページメインのオリジナル高さ(単位なし) */
  --easys_sec_main_h: 1250; /* セカンドメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff; /* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255, 255, 255, 0.75); /* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333; /* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666; /* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff; /* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff; /* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff; /* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff; /* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000; /* ブログ＞ページング＞線色 */
}

/* 個人追加 */
:root {
  --main_nav_h: 60px; /* Gナビのheight */
  --fixed_nav_h: 60px; /* 固定ナビのheight */
  --btn_transition: 0.3s; /* ホバーでONOFFふわっと切替 */
  --custom_fade: 50; /*フェードイン範囲*/
}

/* =================================================================================================================== */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color) /*url("../files/html_bg.jpg") repeat-x center top*/;
  /* background: none var(--basic_background_color); */
  scroll-padding-top: var(--fixed_nav_h);
  scroll-behavior: smooth;
}

body {
  position: relative; /*2000pxを超える画面の対策*/
  margin: 0 auto;
  min-width: calc(var(--easys_min_width) * 1px);
  max-width: calc(var(--easys_max_width) * 1px);
  background: none no-repeat center top;
  word-break: break-word;
}

body,
.wpcf7c-conf {
  color: var(--body_text_color);
}

/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
  width: calc(100% - 50px);
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

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;
  height: calc((100vw - 50px) * (938 / 1950));
  min-height: calc(938px * (1300 / 1950));
  max-height: 938px;
  margin: 0;
  padding: 0;
  background: none transparent;
}
#page_6 #branding_box {
  height: calc((100vw - 50px) * (1104 / 1950));
  min-height: calc(1104px * (1300 / 1950));
  max-height: 1104px;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  margin: 0 auto;
  width: auto;
  top: calc(270 / var(--easys_naka_main_h) * 100%);
  left: calc(20 / var(--easys_max_width) * 100%);
}

#page_6 #site-description {
  top: calc(35 / var(--easys_top_main_h) * 100%);
  left: calc(50 / var(--easys_max_width) * 100%);
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
  ---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  top: calc(20 / var(--easys_naka_main_h) * 100%);
  left: calc(20 / var(--easys_max_width) * 100%);
  z-index: 751; /*ナビより重ね順上*/
  width: 281px;
  height: 57px;
  background: url("../files/main_logo.png") no-repeat center top;
}

#page_6 #header_information .main_header a img {
  display: none;
}

/*  ハンバーガーメニュー
---------------------------------------------------------------------------------------------------- */
#menu-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 100vh;
  z-index: 999;
  background: url(../files/sidenavi_bg.png) repeat-y center top;
}

#menuTrigger button {
  background: none transparent;
  border: none;
  width: 10px;
  height: 15px;
  pointer-events: all;
  margin: 0 auto;
  display: block;
  position: relative;
}

#menuTrigger button span {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  transition: 0.3s;
  pointer-events: all;
  border-radius: 10px;
  background-color: #000;
}

#menuTrigger button span:nth-child(2) {
  top: 6px;
}

#menuTrigger button span:nth-child(3) {
  top: 12px;
}

#menuTrigger:hover button span {
  top: 6px;
}

.open #menuTrigger button span:nth-child(2) {
  display: none;
}

.open #menuTrigger button span:nth-child(1) {
  top: 3px;
  transform: rotate(45deg);
}

.open #menuTrigger button span:nth-child(3) {
  top: 3px;
  transform: rotate(-45deg);
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#menuTrigger {
  background: none transparent;
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 0px;
  width: 50px;
  height: 100px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
}
/* チラつき防止 */
#menuTrigger::before {
  position: absolute;
  top: 32px;
  left: 0px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 41px;
  background: url(/files/btn_menu_text_on.png) no-repeat bottom center;
  content: " ";
  opacity: 0;
  transition: 0.2s;
}

.open #menuTrigger::before {
  transform: translateX(20px);
  opacity: 1;
}

#menuTrigger::after {
  position: absolute;
  top: 32px;
  left: 20px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 36px;
  background: url(/files/btn_menu_text_off.png) no-repeat bottom center;
  content: " ";
  opacity: 1;
  transition: 0.2s;
}

.open #menuTrigger::after {
  transform: translateX(-20px);
  opacity: 0;
}

#access {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 995;
  width: 100%;
  height: 100vh;
  margin: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
  opacity: 0;
  background: none #00bfff;
}

.open #access {
  visibility: visible;
  pointer-events: painted;
  opacity: 1;
}

#access .menu-header {
  width: 560px;
  height: 240px;
  margin: calc((100vh - 240px) / 2) auto;
}

@media screen and (min-width: 2000px) {
  #access,
  #menu-bar {
    right: calc(50% - 1000px);
  }

  #menuTrigger {
    right: calc(50% - 1000px);
  }
}

div#access .menu-item a {
  display: block;
  transform: translateY(500px);
  transition: 0.3s ease 0s;
  opacity: 0;
}

.open div#access .menu-item a {
  transform: translateY(0px);
  opacity: 1;
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a,
div#access .menu-item a:hover {
  background-image: url(/files/topnavi.png);
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 560px;
  height: 40px;
  margin: 0px;
  padding: 0px;
}
div#access .menu-item a #text {
  display: none;
}

/*6列ナビ 縦*/
div#access .gnavi11 a {
  background-position: left top;
}
div#access .gnavi12 a {
  background-position: left -40px;
}
div#access .gnavi13 a {
  background-position: left -80px;
}
div#access .gnavi14 a {
  background-position: left -120px;
}
div#access .gnavi15 a {
  background-position: left -160px;
}
div#access .gnavi16 a {
  background-position: left bottom;
}

div#access .gnavi11 a:hover {
  background-position: right top;
}
div#access .gnavi12 a:hover {
  background-position: right -40px;
}
div#access .gnavi13 a:hover {
  background-position: right -80px;
}
div#access .gnavi14 a:hover {
  background-position: right -120px;
}
div#access .gnavi15 a:hover {
  background-position: right -160px;
}
div#access .gnavi16 a:hover {
  background-position: right bottom;
}

div#access .menu-item a {
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

div#access .menu-item a:link,
div#access .menu-item a:visited,
div#access .menu-item a:hover,
div#access .menu-item a:active {
  color: transparent !important;
}

div#access .menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 102.2%;
  height: 1px;
  pointer-events: none;
  bottom: -4px;
  background-color: #ff5d5b;
  transition: 0.4s;
  clip-path: inset(0 100% 0 0);
}

div#access .yushin a::after {
  display: none;
}

div#access .menu-item a:hover::after {
  clip-path: inset(0 0% 0 0);
}

div#access .menu-item a .arr::before,
div#access .menu-item a .arr::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  pointer-events: none;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateX(0px);
}

div#access .yushin a .arr::before,
div#access .yushin a .arr::after {
  display: none;
}

div#access .menu-item a .arr::before {
  background: url(../files/topnavi_arr_off.png) no-repeat center center;
  opacity: 1;
}

div#access .menu-item a .arr::after {
  background: url(../files/topnavi_arr_on.png) no-repeat center center;
  opacity: 0;
}

div#access .menu-item a:hover .arr::before,
div#access .menu-item a:hover .arr::after {
  transform: translateX(10px);
}
div#access .menu-item a:hover .arr::after {
  opacity: 1;
}
div#access .menu-item a:hover .arr::before {
  opacity: 0;
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !important;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: var(--easys_standard_value003);
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}

#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
  color: var(--easys_standard_value004);
}

/*スクロールバー
---------------------------------------*/
#scrollBar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.scrollBar_text {
  background: url(../files/scroll_down.png) no-repeat top center/100%;
  width: 9px;
  height: 44px;
  display: block;
  margin: 0 auto;
}

/* --------------------------------------- scrollBar line */
@keyframes scrollBar-anime {
  0% {
    transform: translate3d(0, -115%, 0);
  }
  100% {
    transform: translate3d(0, 150%, 0);
  }
}
.scrollBar_line {
  position: relative;
  width: 2px;
  height: 140px;
  margin: 20px auto 0;
  overflow: hidden;
}
.scrollBar_line::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  width: 100%;
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.3;
  background-color: #fff;
}

.scrollBar_line_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: scrollBar-anime 2s cubic-bezier(0.41, 0.12, 0.26, 0.97) 0s infinite;
  animation: scrollBar-anime 2s cubic-bezier(0.41, 0.12, 0.26, 0.97) 0s infinite;
  background: linear-gradient(rgba(243, 247, 79, 0), #fff);
}

/*トップへ戻る
---------------------------------------*/

#top_back_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

#top_back_btn .scrollBar_text {
  background: url(../files/top_btn.png) no-repeat top center;
  width: 9px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

#top_back_btn .scrollBar_line_inner {
  animation-direction: reverse;
}

.open #top_back_btn,
.open #scrollBar {
  visibility: hidden;
  opacity: 0;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#video_teaser,
#main_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0; /*★メイン上にヘッダー部分がくる場合位置指定*/
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}

#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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 {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  line-height: 2;
  padding: 5px;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: none #00bfff;
  height: 645px;
  position: relative;
}

#footer_box {
  background: url(../files/footer_box_bg.png) no-repeat center top;
  height: 465px;
  position: relative;
}

#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  width: 100%;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 15px 0 0;
}

#footer-widget-area .widget-area {
  position: absolute;
  top: 160px;
  left: 50%;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 540px;
  margin: 0;
  padding: 0;
  height: 14px;
  line-height: 14px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 102.2%;
  height: 1px;
  pointer-events: none;
  bottom: -4px;
  background-color: #ff5d5b;
  transition: 0.4s;
  clip-path: inset(0 100% 0 0);
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item:hover::after {
  clip-path: inset(0 0% 0 0);
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: transparent;
  color: var(--footnavi_color);
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  text-decoration: none;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before,
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  pointer-events: none;
  top: 0;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateX(0px);
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before {
  background: url(../files/footer_link_arr_off.png) no-repeat center center;
  opacity: 1;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  background: url(../files/footer_link_arr_on.png) no-repeat center center;
  opacity: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::before,
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {
  transform: translateX(10px);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {
  opacity: 1;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::before {
  opacity: 0;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0;
  width: 400px;
  position: absolute;
  top: 265px;
  left: calc(50% - 550px);
}

#footer_information .entry-post {
  width: 100%;
  margin: 0;
  text-align: left;
  color: var(--address_color);
}

#footer_information .entry-post .post-data p.name {
  font-size: 16px;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}

#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}

#footer_sns_btn div {
  width: 25px;
  height: 25px;
}

#footer_sns_btn div a:hover {
  opacity: 0.8;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
  text-align: left;
  position: absolute;
  bottom: 37px;
  left: calc(50% - 550px);
  margin: 0;
  width: 510px;
}

/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn1 {
  z-index: 1000;
  position: fixed;
  top: 35%;
  right: 50px;
  width: 315px;
  height: 315px;
  -webkit-clip-path: inset(0 33.5% 0 0);
  clip-path: inset(0 0 0 33.5%);
  pointer-events: none;
}

.fixed_btn1 div a {
  position: absolute;
  top: 131px;
  right: 0px;
  width: 104px;
  height: 27px;
  pointer-events: all;
}

.fixed_btn1 a::before {
  position: absolute;
  top: -131px;
  right: -105px;
  z-index: -1;
  width: 315px;
  height: 315px;
  border-radius: 100%;
  background: none #000000;
  content: "";
  pointer-events: none;
  transform-origin: center;
  transform: scale(0);
  transition: 0.3s;
}

.fixed_btn1 a:hover::before {
  transform: scale(1);
}

.fixed_btn2 {
  width: 184px;
  height: 42px;
  position: fixed;
  top: 20px;
  margin: auto;
  right: 70px;
  z-index: 999;
}

.fixed_btn2::before {
  content: "";
  position: absolute;
  background: url(../files/btn_header_bg.png) no-repeat center top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#fixed_btn_contact,
#fixed_btn_access {
  width: 92px;
  height: 42px;
  position: absolute;
  top: 0;
  z-index: 999;
}

#fixed_btn_contact {
  left: 0;
}

#fixed_btn_access {
  right: 0;
}

.fixed_btn3 {
  width: 240px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  margin: auto;
  right: 70px;
  z-index: 999;
  overflow: hidden;
}

.fixed_btn3::before {
  content: "";
  position: absolute;
  background: url(../files/btn_blog_bg.png) no-repeat center top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
}

.fixed_btn3::after {
  position: absolute;
  top: 0px;
  left: 0;
  width: calc(179px * 3);
  height: 60px;
  background: url(../files/btn_blog_text.png) repeat-x center top;
  content: "";
  animation: loop1 40s linear 0s infinite;
  pointer-events: none;
  z-index: -1;
}

#float_top_btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
}

#float_top_btn a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 2000px) {
  #float_top_btn {
    right: calc(50% - 980px);
  }

  #fixed_btn_gtn {
    right: calc(50% - 950px);
  }

  .fixed_btn1 {
    right: calc(50% - 950px);
  }

  .fixed_btn2 {
    right: calc(50% - 930px);
  }

  .fixed_btn3 {
    right: calc(50% - 930px);
  }
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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);
  padding: 72px 0 0;
}

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: 20px;
}

* .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: 20px;
}

* .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: 15px;
  line-height: 1.7;
}

/*--------------h3以降中央寄せ-----------------------*/
/* 見出し用 */
.entry_title,
.sub_entry_title,
.mid_entry_title,
.mid_sub_entry_title {
  text-align: center;
  padding: 0;
  width: 960px;
}

.mid_entry_title {
  width: 570px;
}

.mid_sub_entry_title {
  width: 550px;
}

/*----リンク有---*/
.entry_title h4 {
  width: 840px;
  padding-left: -120px;
}
/*-見出しリンクボタン-*/
.entry_title span.read_more_btn {
  margin-left: -120px;
}

/* 詳細画面の下部「コメント」見出し */
.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: #ffffff !important;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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: 15px;
  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: #ffffff !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: var(--table_border_color);
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid var(--table_border_color) !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  vertical-align: top;
  border-color: var(--border_color);
}

/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
/* input.wpcf7c-conf {
  color: #ffffff;
}textarea.wpcf7c-conf {
  color: #ffffff;
} */

.table_area table tr td {
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !important;
}

/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/

.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid var(--easys_standard_value007);
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}

.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
}
/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}

.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}

.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}

.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}

.z_m1 div.link_list {
  margin-bottom: 10px;
}

div.link_list a {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}

div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}

.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}

.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}

.iqfm-table .post_data {
  margin: 0 0 30px;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"]
{
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb {
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {
  height: 40px;
}

/*コンタクトフォームスパム*/
.grecaptcha-badge {
  visibility: hidden;
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.widget-title,
.widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title {
  font-family: "Zen Old Mincho", serif;
}

/* 自動マージン */
/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 70px;
}

/* ＝＝＝全体フェードイン共通＝＝＝ */
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  position: relative;
  top: calc(var(--custom_fade) * 1px);
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner) {
  opacity: 1;
  top: 0px;
}

/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block:not(.nogmk) {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  width: 2000px;
  opacity: 0;
  transition: 1s ease 0s;
}

.design_block.moved:not(.nogmk.moved) {
  opacity: 1;
  transform: translate(0px, 0px) rotate3d(0, 0, 1, 0) !important;
}

.nogmk {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  width: 2000px;
}

/*btn*/
.ndb_01 .main_btn,
#mcjm4i1sgutqg0x0egdd .main_btn {
  position: relative;
  display: block;
  padding: 0;
}

.ndb_01 .main_btn a,
#mcjm4i1sgutqg0x0egdd .main_btn a {
  position: absolute;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: url(../files/link_btn01_off.png) no-repeat right 10px top 10px,
    url(../files/design01_link_btn_off.png) no-repeat center top;
  text-indent: -9999px;
}

#oxguhdqrl09manl738o7 .main_btn a {
  background: url(../files/link_btn02_off.png) no-repeat right 10px top 10px,
    url(../files/design02_link_btn_off.png) no-repeat center top;
}

#mcjm4i1sgutqg0x0egdd .main_btn a {
  background: url(../files/link_btn02_off.png) no-repeat right 10px top 10px,
    url(../files/design03_link_btn_off.png) no-repeat center top;
}

.ndb_01 .main_btn a::before,
#mcjm4i1sgutqg0x0egdd .main_btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
  z-index: 2;
}

.ndb_01 .main_btn a::before {
  background: url(../files/link_btn01_on.png) no-repeat right 10px top 10px,
    url(../files/design01_link_btn_on.png) no-repeat center top;
}

#oxguhdqrl09manl738o7 .main_btn a::before {
  background: url(../files/link_btn02_on.png) no-repeat right 10px top 10px,
    url(../files/design02_link_btn_on.png) no-repeat center top;
}

#mcjm4i1sgutqg0x0egdd .main_btn a::before {
  background: url(../files/link_btn02_on.png) no-repeat right 10px top 10px,
    url(../files/design03_link_btn_on.png) no-repeat center top;
}

.ndb_01 .main_btn a:hover::before,
#mcjm4i1sgutqg0x0egdd .main_btn a:hover::before {
  opacity: 1;
}

.ndb_01 .main_btn,
#mcjm4i1sgutqg0x0egdd .main_btn {
  width: 304px;
  height: 78px;
}

/*btn common*/
a svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
  transform: rotate(-90deg);
  z-index: 10;
}

a circle {
  opacity: 1;
  fill: transparent;
  stroke: #ff5d5b;
  stroke-width: 2px;
  stroke-dasharray: 0 366;
  transition: stroke-dasharray 0.7s ease, opacity 0.2s ease;
}

a:hover circle {
  stroke-dasharray: 366 366;
}

/*  top-page
---------------------------------------------------------------------------------------------------- */
/* 2nd #e0vzr015a85yuvm4rxqq */
#e0vzr015a85yuvm4rxqq {
  position: relative;
}

#e0vzr015a85yuvm4rxqq div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#e0vzr015a85yuvm4rxqq .easys_content_inner {
  width: 100%;
}

#e0vzr015a85yuvm4rxqq [class*="field_"] {
  background: url(../files/secondmain_bg.jpg) no-repeat center top / 100%;
  padding: calc(var(--easys_sec_main_h) / var(--easys_max_width) * 100%) 0 0;
}

#e0vzr015a85yuvm4rxqq .eyecatch {
  display: block;
  position: absolute;
  top: calc(300 / var(--easys_sec_main_h) * 100%);
  left: calc(500 / var(--easys_max_width) * 100%);
  width: calc(180 / var(--easys_max_width) * 100%);
}

#e0vzr015a85yuvm4rxqq .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(45 / 180 * 100%);
  height: 0;
}

#e0vzr015a85yuvm4rxqq .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*ON/OFF*/
#e0vzr015a85yuvm4rxqq .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  background: url(../files/btn_on.png) no-repeat center top / 100%;
}

#e0vzr015a85yuvm4rxqq .eyecatch a img {
  transition: var(--btn_transition);
}

#e0vzr015a85yuvm4rxqq .eyecatch a:hover img {
  opacity: 0;
}

/*  DB
---------------------------------------------------------------------------------------------------- */
.db {
  position: relative;
}

.db *[class*="title"] {
  display: none;
}

.db .text_box {
  overflow: visible;
}

.db .post_data {
  text-align: justify;
}

.db .main_btn {
  margin: 0;
  padding: 0;
}

/*  DB1
#u4r4cjbee1butn5uhr6r
--------------------------------------------------------------- */
#u4r4cjbee1butn5uhr6r {
  background: none transparent;
  height: 960px;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#u4r4cjbee1butn5uhr6r::after {
  content: "";
  position: absolute;
  background: none #fff;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  z-index: -1;
}

#u4r4cjbee1butn5uhr6r > .design_block.block1 {
  position: absolute;
  top: 0;
  height: 960px;
  background: none transparent;
}

#u4r4cjbee1butn5uhr6r > .design_block.block1::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(/files/design01_para_bg.jpg) no-repeat center center / cover;
  content: "";
}

#u4r4cjbee1butn5uhr6r > .design_block.block2 {
  top: 177px;
  left: 0;
  width: calc(1236px * 3);
  height: 114px;
  background: url(../files/design01_catch.png) repeat-x center top;
  content: "";
  animation: loop1 40s linear 0s infinite;
  pointer-events: none;
}

#u4r4cjbee1butn5uhr6r > .design_block.block3 {
  position: absolute;
  top: 0;
  height: 960px;
  background: url(../files/design01_cover.png) no-repeat center top;
}

#u4r4cjbee1butn5uhr6r > .design_block.block4 {
  background: url(/files/design01_ttl.png) no-repeat center top;
  top: 357px;
  left: calc(50% - 550px);
  width: 530px;
  height: 117px;
  transform: translateX(-100px);
}

#u4r4cjbee1butn5uhr6r .text_box {
  width: 600px;
  margin: 348px 0 0 502px;
}

#u4r4cjbee1butn5uhr6r .post_data {
  color: #fff;
}

#u4r4cjbee1butn5uhr6r .main_btn {
  margin: -36px 0 0 -570px;
}

/*  DB2
#oxguhdqrl09manl738o7
--------------------------------------------------------------- */
#oxguhdqrl09manl738o7 {
  background: url(../files/design02_bg.png) no-repeat center top;
  height: 1386px;
}

#oxguhdqrl09manl738o7 > .design_block.block1 {
  top: 415px;
  left: 0;
  width: calc(1007px * 3);
  height: 114px;
  background: url(../files/design02_catch.png) repeat-x center top;
  content: "";
  animation: loop1 40s linear 0s infinite;
  pointer-events: none;
}

#oxguhdqrl09manl738o7 > .design_block.block2 {
  background: url(/files/design02_cover.png) no-repeat center top;
  top: 75px;
  height: 1311px;
}

#oxguhdqrl09manl738o7 > .design_block.block3 {
  background: url(/files/design02_ttl.png) no-repeat center top;
  top: 589px;
  left: calc(50% - -22px);
  width: 530px;
  height: 117px;
  transform: translateX(100px);
}

#oxguhdqrl09manl738o7 > .design_block.block4 {
  background: url(/files/design02_img01.jpg) no-repeat center top;
  top: -105px;
  left: calc(50% - -20px);
  width: 640px;
  height: 420px;
  transform: translateX(100px);
}

#oxguhdqrl09manl738o7 > .design_block.block5 {
  background: url(/files/design02_img02.jpg) no-repeat center top;
  top: 679px;
  left: calc(50% - 589px);
  width: 480px;
  height: 320px;
  transform: translateX(-100px);
}

#oxguhdqrl09manl738o7 > .design_block.block6 {
  background: url(/files/design02_img03.jpg) no-repeat center top;
  top: 947px;
  left: calc(50% - 904px);
  width: 660px;
  height: 440px;
  transform: translateX(-100px);
}

#oxguhdqrl09manl738o7 .text_box {
  width: 533px;
  margin: 756px 0 0 500px;
}

#oxguhdqrl09manl738o7 .main_btn {
  margin: 25px 0 0 0;
}

/*  DB3
#mcjm4i1sgutqg0x0egdd
--------------------------------------------------------------- */
#g1tti3n35c1cf5py6q2a {
  display: none;
  position: relative;
}

#mcjm4i1sgutqg0x0egdd *[class*="title"] {
  display: block;
  font-size: 18px;
}

#mcjm4i1sgutqg0x0egdd {
  background: url(/files/block_bg01.jpg) repeat;
  height: 100%;
  min-height: 860px;
  padding: 312px 0 320px;
  box-sizing: border-box;
  margin-bottom: 160px;
  position: relative;
  color: #fff;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner {
  padding: 0 0 0px;
  width: 1100px;
}

#mcjm4i1sgutqg0x0egdd .design_block.block1 {
  background: url(/files/design03_ttl.png) no-repeat center top;
  top: 182px;
  left: calc(50% - 550px);
  width: 134px;
  height: 72px;
  transform: translateX(-100px);
}

#mcjm4i1sgutqg0x0egdd .blog_post {
  position: relative;
  width: 1100px;
  right: 0;
  min-height: 170px;
  border: none;
  margin: 0;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner::before,
#mcjm4i1sgutqg0x0egdd .easys_content_inner::after {
  content: "";
  position: absolute;
  background: none #8a8a8a;
  top: 0;
  left: 0;
  width: 300px;
  height: 1px;
  pointer-events: none;
}

#mcjm4i1sgutqg0x0egdd .blog_post::before,
#mcjm4i1sgutqg0x0egdd .blog_post::after {
  content: "";
  position: absolute;
  background: none #8a8a8a;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
  pointer-events: none;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner::after,
#mcjm4i1sgutqg0x0egdd .blog_post::after {
  left: inherit;
  right: 0;
  width: 720px;
}

#mcjm4i1sgutqg0x0egdd .date_area {
  color: #ff5d5b;
  margin-top: 5px;
  margin-left: -381px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
  font-family: "Rajdhani", serif;
  font-size: 17px;
  line-height: 1;
  width: 300px;
}

#mcjm4i1sgutqg0x0egdd .date_area span {
  font-size: 42px;
}

#mcjm4i1sgutqg0x0egdd .post_data {
  position: absolute;
  width: 540px;
  left: 380px;
  margin-top: 10px;
  overflow: visible;
}

#mcjm4i1sgutqg0x0egdd .post_title_list {
  margin-top: -65px;
}

#mcjm4i1sgutqg0x0egdd .post_title_list a {
  color: #fff;
  font-size: 18px;
}

#mcjm4i1sgutqg0x0egdd .eyecatch {
  position: absolute;
  right: 0;
  margin-top: 20px;
  width: 160px;
  height: 140px;
  overflow: hidden;
}

#mcjm4i1sgutqg0x0egdd .eyecatch a {
  background-position: center center;
}

#mcjm4i1sgutqg0x0egdd .eyecatch img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#mcjm4i1sgutqg0x0egdd .main_btn {
  position: absolute;
  bottom: 180px;
  left: calc(50% - 152px);
}

/*  DB4
#am3uj03ac5fosryau9ez
--------------------------------------------------------------- */
#am3uj03ac5fosryau9ez {
  background: none #00bfff;
  height: 960px;
  overflow: hidden;
  margin-bottom: 160px;
}

#am3uj03ac5fosryau9ez > .design_block.block1 {
  background: url(/files/design04_img01.png) repeat-y center top;
  top: -500px;
  left: calc(50% - -370px);
  width: 360px;
  height: calc(1560px * 3);
  animation: loop2 38s linear 0s infinite;
}

@keyframes loop2 {
  0% {
    transform: rotate(-25deg) translateY(0%);
  }
  100% {
    transform: rotate(-25deg) translateY(calc(-100% / 3));
  }
}

#am3uj03ac5fosryau9ez > .design_block.block2 {
  background: url(/files/design04_img02.png) repeat-y center top;
  top: -500px;
  left: calc(50% - -797px);
  width: 360px;
  height: calc(1560px * 3);
  animation: loop2 38s linear 0s infinite;
}

#am3uj03ac5fosryau9ez > .design_block.block3 {
  background: url(/files/design04_img01.png) repeat-y center top;
  top: -500px;
  left: calc(50% - -1220px);
  width: 360px;
  height: calc(1560px * 3);
  animation: loop2 38s linear 0s infinite;
}

#am3uj03ac5fosryau9ez > .design_block.block4 {
  background: url(/files/design04_cover.png) no-repeat center top;
  top: 0;
  height: 960px;
}

#am3uj03ac5fosryau9ez > .design_block.block5 {
  background: url(/files/design04_ttl.png) no-repeat center top;
  top: 180px;
  left: calc(50% - 550px);
  width: 530px;
  height: 117px;
  transform: translateX(-100px);
}

#am3uj03ac5fosryau9ez .text_box {
  width: 530px;
  margin: 350px 0 0 -70px;
}

#am3uj03ac5fosryau9ez .post_data {
  color: #fff;
}

/*  DB5
#xtzp94uqal05a9o96jgc
--------------------------------------------------------------- */
#xtzp94uqal05a9o96jgc {
  background: url(../files/design05_bg.jpg) no-repeat center top;
  height: 1265px;
}

#xtzp94uqal05a9o96jgc > .design_block.block1 {
  background: url(/files/design05_ttl.png) no-repeat center top;
  top: 180px;
  left: calc(50% - 100px);
  width: 203px;
  height: 65px;
  transform: translateX(-100px);
}

#xtzp94uqal05a9o96jgc .easys_content_inner {
  top: 344px;
}

#xtzp94uqal05a9o96jgc .sub_post {
  width: 715px;
}

#xtzp94uqal05a9o96jgc .sub_post_0 {
  margin: 0 0 0 245px;
}

#xtzp94uqal05a9o96jgc .sub_post_1 {
  margin: 80px 0 0 245px;
}

#xtzp94uqal05a9o96jgc .sub_post_2 {
  margin: 30px 0 0 245px;
}

#xtzp94uqal05a9o96jgc .sub_post_3 {
  margin: 39px 0 0 245px;
}

#xtzp94uqal05a9o96jgc .sub_post_4 {
  margin: 35px 0 0 245px;
}

#xtzp94uqal05a9o96jgc .post_data {
  color: #fff;
}

/*  DB6
#r2omrt3y0g8z7kjnumbn
--------------------------------------------------------------- */
#r2omrt3y0g8z7kjnumbn {
  background: url(../files/design06_bg.jpg) no-repeat center top;
  height: 1239px;
  margin-bottom: 160px;
}

#r2omrt3y0g8z7kjnumbn > .design_block.block1 {
  top: 179px;
  left: calc(50% - 1000px);
  width: 980px;
  height: 340px;
  overflow: hidden;
}

#r2omrt3y0g8z7kjnumbn > .design_block.block1::before {
  content: "";
  position: absolute;
  background: url(../files/design06_img01.png) repeat-x center top;
  top: 0;
  left: 0;
  width: calc(1760px * 3);
  height: 100%;
  pointer-events: none;
  animation: loop1 80s linear 0s infinite;
}

#r2omrt3y0g8z7kjnumbn > .design_block.block2 {
  background: url(/files/design06_ttl.png) no-repeat center top;
  top: 180px;
  left: calc(50% - -20px);
  width: 530px;
  height: 340px;
  transform: translateX(100px);
}

#r2omrt3y0g8z7kjnumbn > .design_block.block3 {
  background: url(/files/design06_img02.jpg) no-repeat center top;
  top: 620px;
  left: calc(50% - -100px);
  width: 650px;
  height: 440px;
  transform: translateX(100px);
}

#r2omrt3y0g8z7kjnumbn > .design_block.block4 {
  background: url(/files/design06_catch.png) no-repeat center top;
  top: 1020px;
  left: calc(50% - -135px);
  width: 505px;
  height: 170px;
}

#r2omrt3y0g8z7kjnumbn .text_box {
  width: 530px;
  margin: 610px 0 0 -70px;
}

#r2omrt3y0g8z7kjnumbn .post_data {
  color: #fff;
}

/*  DB7
#xnf3sifs6n6okr5d9hx6
--------------------------------------------------------------- */
#xnf3sifs6n6okr5d9hx6 {
  background: url(../files/design07_bg.jpg) no-repeat center top;
  height: 1430px;
  margin-bottom: 160px;
}

#xnf3sifs6n6okr5d9hx6 > .design_block.block1 {
  background: url(/files/design07_ttl.png) no-repeat center top;
  top: 180px;
  left: calc(50% - 248px);
  width: 496px;
  height: 65px;
  transform: translateY(100px);
}

#xnf3sifs6n6okr5d9hx6 > .design_block.block2 {
  background: url(/files/design07_img01.jpg) no-repeat center top;
  top: 620px;
  left: calc(50% - 630px);
  width: 520px;
  height: 340px;
  transform: translateX(-100px);
}

#xnf3sifs6n6okr5d9hx6 > .design_block.block3 {
  background: url(/files/design07_img02.png) no-repeat center top;
  top: 930px;
  left: calc(50% - 2px);
  width: 770px;
  height: 320px;
  transform: translateX(100px);
}

#xnf3sifs6n6okr5d9hx6 > .design_block.block4 {
  background: url(/files/design07_cover.png) no-repeat center top;
  top: 0;
  height: 1430px;
}

#xnf3sifs6n6okr5d9hx6 .text_box {
  width: 825px;
  margin: 295px 0 0 68px;
}

#xnf3sifs6n6okr5d9hx6 .post_data {
  color: #fff;
  text-align: center;
}

/*  DB8
#cvabh33jn1vvsani3hsz
--------------------------------------------------------------- */
#cvabh33jn1vvsani3hsz {
  background: none transparent;
  height: 920px;
}

#cvabh33jn1vvsani3hsz > .design_block.block1 {
  background: url(/files/design08_ttl.png) no-repeat center top;
  top: 180px;
  left: calc(50% - 550px);
  width: 530px;
  height: 65px;
  transform: translateX(-100px);
}

#cvabh33jn1vvsani3hsz > .design_block.block2 {
  background: url(/files/design08_img.jpg) no-repeat center top;
  top: 180px;
  left: calc(50% - -80px);
  width: 420px;
  height: 560px;
  transform: translateX(100px);
}

#cvabh33jn1vvsani3hsz > .design_block.block3 {
  background: url(/files/design08_cover.png) no-repeat center top;
  top: 0;
  height: 920px;
  pointer-events: none;
}

#cvabh33jn1vvsani3hsz .text_box {
  width: 530px;
  margin: 294px 0 0 -70px;
}

#cvabh33jn1vvsani3hsz .post_data {
  position: relative;
}

#cvabh33jn1vvsani3hsz .post_data .design_block.block1 {
  background: url(/files/design08_sign.png) no-repeat center top;
  top: 370px;
  left: calc(50% - -40px);
  width: 230px;
  height: 56px;
  transform: translateX(-100px);
}

/*  DB9
#wii4zkowqbrptq8yu8b2
--------------------------------------------------------------- */
#wii4zkowqbrptq8yu8b2 {
  background: url(../files/design09_bg.jpg) no-repeat center top;
  height: 960px;
  margin-bottom: 160px;
}

#wii4zkowqbrptq8yu8b2 > .design_block.block1 {
  background: url(/files/design09_ttl.png) no-repeat center top;
  top: 80px;
  left: calc(50% - -20px);
  width: 530px;
  height: 117px;
  transform: translateX(100px);
}

#wii4zkowqbrptq8yu8b2 > .design_block.block2 {
  background: url(/files/design09_img01.jpg) no-repeat center top;
  top: 80px;
  left: calc(50% - 740px);
  width: 660px;
  height: 440px;
  transform: translateX(-100px);
}

#wii4zkowqbrptq8yu8b2 > .design_block.block3 {
  background: url(/files/design09_img02.jpg) no-repeat center top;
  top: 640px;
  left: calc(50% - -20px);
  width: 480px;
  height: 320px;
  transform: translateX(100px);
}

#wii4zkowqbrptq8yu8b2 .text_box {
  width: 530px;
  margin: 247px 0 0 499px;
}

#wii4zkowqbrptq8yu8b2 .post_data {
  color: #fff;
}

/*  バナー bnr
---------------------------------------------------------------------------------------------------- */
/* 余分なコードを削除 */
#r3zql55pz984ltemj4n1 div,
#r2cha9r22je524a7xvsj div,
#wnmaxx7m473zx6p5uq0g div {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* 親要素 */
#r3zql55pz984ltemj4n1,
#r2cha9r22je524a7xvsj,
#wnmaxx7m473zx6p5uq0g {
  position: relative;
  box-sizing: border-box;
}
#r3zql55pz984ltemj4n1 .easys_content_inner,
#r2cha9r22je524a7xvsj .easys_content_inner,
#wnmaxx7m473zx6p5uq0g .easys_content_inner {
  width: 100%;
  height: 100%;
  padding: 0;
}

/*  bnr1 バナー＞お問い合わせ
#r3zql55pz984ltemj4n1
--------------------------------------------------------------- */
#r3zql55pz984ltemj4n1 {
  height: 0;
  padding-top: calc(660 / var(--easys_max_width) * 100%);
  overflow: hidden;
  background: url(/files/bnr_contact.png) no-repeat center top / 100%;
}

#r3zql55pz984ltemj4n1 .scale-bg {
  background: url("/files/bnr_contact_bg.jpg") no-repeat center center / cover;
}

#r3zql55pz984ltemj4n1 .eyecatch {
  display: block;
  position: absolute;
  top: calc(656 / 840 * 100%);
  left: calc(1609 / 2000 * 100%);
  width: calc(304 / 2000 * 100%);
}

#r3zql55pz984ltemj4n1 .eyecatch a {
  display: block;
  overflow: hidden;
  padding-top: calc(78 / 304 * 100%);
  height: 0;
  position: relative;
  background: url("/files/bnr_contact_link_btn_on.png") no-repeat center top / 100%;
}

#r3zql55pz984ltemj4n1 .eyecatch a img {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

#r3zql55pz984ltemj4n1 .eyecatch a:hover img {
  opacity: 0;
}

#r3zql55pz984ltemj4n1 .eyecatch a::before,
#r3zql55pz984ltemj4n1 .eyecatch a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(12 / 78 * 100%);
  right: calc(12 / 304 * 100%);
  z-index: 1;
  width: calc(54 / 304 * 100%);
  height: calc(54 / 78 * 100%);
  transition: opacity 0.5s ease 0s;
  opacity: 0;
}
#r3zql55pz984ltemj4n1 .eyecatch a::after {
  background: url(../files/link_btn01_off.png) no-repeat center center / 100%;
}
#r3zql55pz984ltemj4n1 .eyecatch a::before {
  background: url(../files/link_btn01_on.png) no-repeat center center / 100%;
}

#r3zql55pz984ltemj4n1 .eyecatch a::after {
  opacity: 1;
}
#r3zql55pz984ltemj4n1 .eyecatch a:hover::before {
  opacity: 1;
}
#r3zql55pz984ltemj4n1 .eyecatch a:hover::after {
  opacity: 0;
}

#r3zql55pz984ltemj4n1 a svg {
  top: calc(12 / 78 * 100%);
  right: calc(12 / 304 * 100%);
  width: calc(54 / 304 * 100%);
  height: calc(54 / 78 * 100%);
}

/*  bnr2 バナー＞会社概要/GATEN職/業務内容/施工実績/求人情報
#r2cha9r22je524a7xvsj
--------------------------------------------------------------- */
#r2cha9r22je524a7xvsj {
  padding: 250px 0 180px;
  background: url(../files/bnr_half_bg01.jpg) repeat center top;
}

#page_12 #r2cha9r22je524a7xvsj,
#page_81 #r2cha9r22je524a7xvsj {
  background: url(../files/bnr_half_bg02.jpg) repeat center top;
}

#page_12 #r2cha9r22je524a7xvsj,
#page_15 #r2cha9r22je524a7xvsj {
  margin-top: 160px;
}

#r2cha9r22je524a7xvsj::before {
  position: absolute;
  top: 179px;
  left: 0;
  width: calc(1342px * 3);
  height: 114px;
  background: url(../files/bnrhalf_catch.png) repeat-x center top;
  content: "";
  animation: loop1 40s linear 0s infinite;
  pointer-events: none;
}

@keyframes loop1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% / 3));
  }
}

#r2cha9r22je524a7xvsj div {
  overflow: hidden !important;
}

#r2cha9r22je524a7xvsj .easys_content_inner {
  width: 900px;
}

#r2cha9r22je524a7xvsj .img_display {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 0 100px;
}

#r2cha9r22je524a7xvsj .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
}

#r2cha9r22je524a7xvsj *[class*="field_"] {
  position: relative;
  width: 100% !important;
  height: 300px;
}

#r2cha9r22je524a7xvsj .eyecatch {
  position: absolute;
  top: 0;
  width: 400px;
  height: 220px;
  left: 0;
}

#r2cha9r22je524a7xvsj *[class*="field_"] .eyecatch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  transition: all 0.5s ease 0s;
}

#r2cha9r22je524a7xvsj *[class*="field_"]:hover .eyecatch::before {
  transform: scale(1.1);
}

#r2cha9r22je524a7xvsj .field_1col:nth-of-type(1) .eyecatch::before {
  background: url(/files/bnrhalf_company_img.png) no-repeat top center/cover;
}

#r2cha9r22je524a7xvsj .field_1col:nth-of-type(2) .eyecatch::before {
  background: url(/files/bnrhalf_gaten_img.png) no-repeat top center/cover;
}

#r2cha9r22je524a7xvsj .field_1col:nth-of-type(3) .eyecatch::before {
  background: url(/files/bnrhalf_wwd_img.png) no-repeat top center/cover;
}

#r2cha9r22je524a7xvsj .field_1col:nth-of-type(4) .eyecatch::before {
  background: url(/files/bnrhalf_projects_img.png) no-repeat top center/cover;
}

#r2cha9r22je524a7xvsj .field_1col:nth-of-type(5) .eyecatch::before {
  background: url(/files/bnrhalf_careers_img.png) no-repeat top center/cover;
}

#r2cha9r22je524a7xvsj .eyecatch::after {
  content: "";
  position: absolute;
  background: url(../files/bnrhalf_img_cover.png) no-repeat center top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

#r2cha9r22je524a7xvsj a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 400px;
  height: 100%;
  overflow: visible;
}

#r2cha9r22je524a7xvsj a img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#r2cha9r22je524a7xvsj a:hover img {
  opacity: 1;
}

#page_6 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(2),
#page_9 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(4),
#page_12 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(4),
#page_15 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(1),
#page_81 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(3) {
  margin-top: 140px;
}

#page_6 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(3),
#page_6 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(4),
#page_6 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(5),
#page_9 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(1),
#page_9 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(2),
#page_9 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(5),
#page_12 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(1),
#page_12 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(2),
#page_12 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(3),
#page_15 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(2),
#page_15 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(4),
#page_15 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(5),
#page_81 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(1),
#page_81 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(2),
#page_81 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(4) {
  display: none;
}

#page_12 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(4),
#page_15 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(1),
#page_81 #r2cha9r22je524a7xvsj [class*="field_"]:nth-of-type(3) {
  order: 2;
}

/*  para パララックス
#wnmaxx7m473zx6p5uq0g
--------------------------------------------------------------- */
#wnmaxx7m473zx6p5uq0g {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: 0;
  padding: calc(760 / var(--easys_max_width) * 100%) 0 0;
  background: none transparent;
  margin-bottom: -1px;
}

#page_6 #wnmaxx7m473zx6p5uq0g {
  margin-top: 160px;
}

#wnmaxx7m473zx6p5uq0g video {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#wnmaxx7m473zx6p5uq0g .img_display {
  position: absolute;
  top: 0;
}

/*  背景設定
---------------------------------------------------------------------------------------------------- */
#zfnnlx99oe88oa82c6w2,
#page_81 #rf8jvyojuils00h86sxy {
  background: none #eeeeee;
  padding: 160px 0;
  margin: 160px 0 0;
}
