@charset "utf-8";

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

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

/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #3a3b3d url(../files/html_bg.jpg) repeat left top;
  --body_text_color: #fff;
  --link_color: #dfbf40;
  --border_color: #8e8e8e;
  --table_border_color: #000;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #fff;
  --td_character_color: #fff;
  --required_color: #dfbf40;
  --top_h1_color: #fff;
  --header_navigation_color: url(../files/menu_bg.png) repeat-x center top;
  --top_entry_title_color: #fff;
  --entry_title_bg_color: #fff;
  --blog_title_color: #fff;
  --sub_entry_title_bg_color: #fff;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #fff;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #fff;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #000;
  --widget_list_bg_color: #fff;
  --footnavi_color: #fff;
  --address_color: #fff;
  --copy_color: #fff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300; /* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000; /* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1070; /* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 1040; /* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff; /* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(0, 0, 0, 0.8); /* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #fff; /* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #dfbf40; /* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #fff; /* カレンダーの本日＞文字色 */
  --easys_standard_value006: #fff; /* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #fff; /* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #fff; /* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000; /* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 0; /*brandingbox外ヘッダー高*/
  --easys_navi_h: 95px; /*初期ナビ高*/
  --easys_fixed_h: 0px; /*固定ナビ高*/
  --custom_padding: 70px; /*ブロック間余白*/
  --custom_fade: 100; /*フェードイン範囲*/
  --custom_transition: 0.3s; /*フェードの基本時間*/
}

/* =================================================================================================================== */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  background: none transparent;
  position: relative; /* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width) * 1px);
  max-width: calc(var(--easys_max_width) * 1px);
  word-break: break-word;
}
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;
}

/* ※最初のブロックが背景ありになった場合の余白処理はfooter_common.jsに記述しています */
#outer_block {
  background: none transparent;
}

#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  /* height: calc(var(--header_h) * 1px); */
  height: calc(var(--easys_naka_main_h) * 1px);
  /* padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0; */
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: url(../files/top_header_cover.png) no-repeat center bottom / 100%;
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
  height: 0;
}

#page_6 #branding_box::after {
  content: "";
  position: absolute;
  background: url(../files/top_img01.png) no-repeat center top / 100%;
  top: calc(182 / var(--easys_top_main_h) * 100%);
  left: calc(1613 / var(--easys_max_width) * 100%);
  width: calc(145 / var(--easys_max_width) * 100%);
  height: calc(500 / var(--easys_top_main_h) * 100%);
  pointer-events: none;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: 150px;
  left: 60px;
  width: auto;
  white-space: nowrap;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("../files/main_logo.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  width: 350px;
  height: 100px;
  position: fixed;
  top: 50px;
  left: 0px;
  background: url(../files/main_logo.png) no-repeat no-repeat left top;
  pointer-events: none;
  z-index: 800;
}
#header_information .main_header a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
#header_information .main_header a img {
  width: 100%;
  height: 100%;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
div#access .menu-item {
  opacity: 0;
  transition: 1.3s;
  transform: translateY(50px);
}
.opened div#access .menu-item {
  opacity: 1;
  transform: translateY(0);
}

div#access .menu-item a {
  background: url(../files/topnavi.png) no-repeat left top;
  height: 185px !important;
  line-height: 185px !important;
  width: var(--easys_navi_h) !important;
  padding: 0;
}
div#access .gnavi11 a {
  background-position-x: left !important;
}
div#access .gnavi12 a {
  background-position-x: calc(var(--easys_navi_h) * -1) !important;
}
div#access .gnavi13 a {
  background-position-x: calc(var(--easys_navi_h) * -2) !important;
}
div#access .gnavi14 a {
  background-position-x: calc(var(--easys_navi_h) * -3) !important;
}
div#access .gnavi15 a {
  background-position-x: calc(var(--easys_navi_h) * -4) !important;
}
div#access .gnavi16 a {
  background-position-x: calc(var(--easys_navi_h) * -5) !important;
}
div#access .gnavi17 a {
  background-position-x: right !important;
}
div#access .menu-item a:hover {
  background-position-y: bottom;
}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  flex-direction: column;
  top: 0;
  left: -100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  background: none var(--easys_standard_value002);
  box-sizing: border-box;
  color: var(--easys_standard_value003);
  padding: 15px 10px;
  line-height: 1.2em !important;
  text-align: left;
  white-space: nowrap;
  width: 100% !important;
  height: auto !important;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: var(--easys_standard_value003);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
  color: var(--easys_standard_value004);
}

/* ハンバーガーメニュー */
#access {
  width: 100%;
  height: 620px;
  position: fixed;
  top: -620px;
  right: 0;
  background: var(--header_navigation_color);
  transition: 0.5s;
  overflow: visible;
}
.opened #access {
  top: 0px;
  z-index: 700;
}
#access .menu-header {
  width: 570px;
  height: 185px;
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#menuTrigger {
  background: url(../files/menu_btn.png) no-repeat center top;
  width: 185px;
  height: 100px;
  position: fixed;
  top: 60px;
  right: 0px;
  /* margin: auto; */
  z-index: 900;
  cursor: pointer;
}
#menuTrigger button {
  background: rgba(0, 0, 0, 0);
  border: none;
  pointer-events: none;
}

#menuTrigger span:nth-child(1),
#menuTrigger span:nth-child(2) {
  height: 2px;
  width: 35px;
  background-color: #fff;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 27px;
  transition: 0.5s;
}

#menuTrigger span:nth-child(1) {
  top: 40px;
}
#menuTrigger span:nth-child(2) {
  top: 47px;
}

.opened #menuTrigger span:nth-child(1) {
  transform: rotate(45deg);
  top: 43px;
}
.opened #menuTrigger span:nth-child(2) {
  transform: rotate(-45deg);
  top: 43px;
}

/* Gナビ上部固定(最大2000pxを維持) */
/* body.fixed #header_information {
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
body.fixed #header_information .main_header {
  display: block;
  pointer-events: all;
  top: 0;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  background: var(--header_navigation_color);
  width: clamp(960px, 100%, calc(var(--easys_max_width)*1px));
  height: var(--easys_fixed_h);
} */

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(var(--header_h) * 1px);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: calc(var(--easys_min_width) * 1px);
  max-width: calc(var(--easys_max_width) * 1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}
#video_teaser,
#jquery_slider_pc .viewer {
  /* height: var(--easys_main_h) !important; */
}

/* 中ページティザー */
#main_teaser {
  height: calc(var(--easys_naka_main_h) * 1px) !important;
  overflow: hidden;
}
#main_teaser img {
  width: auto;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  transition: 1.3s;
}
.loaded #main_teaser img {
  opacity: 1;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
}
body > .design_block {
  width: 100%;
  height: calc(var(--easys_naka_main_h) * 1px); /* 正確な高さはJqueryで設定 */
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
body > .design_block::before {
  content: "";
  width: clamp(calc(var(--easys_min_width) * 1px), 100%, calc(var(--easys_max_width) * 1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(../files/body_bg07.jpg) no-repeat center center / auto;
  z-index: -1;
}
#page_6 > .design_block {
  display: none;
}
#page_9 > .design_block::before {
  background-image: url(../files/body_bg02.jpg);
}
#page_12 > .design_block::before {
  background-image: url(../files/body_bg03.jpg);
}
#page_15 > .design_block::before {
  background-image: url(../files/body_bg04.jpg);
}
#page_81 > .design_block::before {
  background-image: url(../files/body_bg05.jpg);
}
#page_18 > .design_block::before {
  background-image: url(../files/body_bg06.jpg);
}

/* トップメインパララ */
#video_teaser,
#jquery_slider_pc {
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  z-index: -1;
}
#video_teaser > div,
#jquery_slider_pc > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#video_teaser div,
#jquery_slider_pc div {
  height: 100% !important;
}
#video_teaser video,
#jquery_slider_pc img {
  height: 100%;
  object-fit: cover;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  padding: 0;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  background: none transparent;
  border-color: var(--border_color);
  border-style: dotted;
  border-width: 0 0 1px;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(../files/footer_bg.png) no-repeat center top;
  height: 950px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  height: 845px;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 310px 0 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 100%;
  text-align: right;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  /* border-color: var(--footnavi_color); */
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px 45px;
  width: 385px;
  height: 480px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  box-sizing: border-box;
  height: 60px;
  width: 145px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  /* border-color: var(--footnavi_color); */
  border: none;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  color: var(--footnavi_color);
  padding: 0 0 3px 1px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-59 > a {
  background-image: url(../files/footer_navi01.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-60 > a {
  background-image: url(../files/footer_navi02.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-61 > a {
  background-image: url(../files/footer_navi03.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-62 > a {
  background-image: url(../files/footer_navi04.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-87 > a {
  background-image: url(../files/footer_navi05.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-63 > a {
  background-image: url(../files/footer_navi06.png);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-64 > a {
  background-image: url(../files/footer_navi07.png);
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  /* width: 100%;
  text-align: center;
  top: 200px;
  left: 0; */

  width: 500px;
  text-align: left;
  top: 420px;
  left: calc(50% - 480px);
}

/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner,
#footer_sns_btn div {
  width: fit-content;
  height: auto;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
  text-align: left;
  width: 960px;
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 40px;
  right: 100px;
  z-index: 1000;
  display: flex;
  gap: 0 10px;
}

/* .fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
} */

.fixed_btn div,
.fixed_btn div a,
.fixed_btn div a:hover {
  width: auto !important;
  height: auto !important;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  position: relative !important;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 20px;
}
.fixed_btn div a:hover,
#float_top_btn > a:hover img {
  opacity: 0.8;
}

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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
}
h3.entry_title,
.entry-title,
.entry_title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 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,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  フォントサイズはこちら
} */
* .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 {
  background: none var(--th_background_color);
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  color: var(--th_character_color);
  font-size: 15px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

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

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

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: var(--link_color);
  color: var(--link_color) !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  background: none transparent;
  border: 1px solid var(--easys_standard_value007);
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  background-color: var(--link_color);
  border-color: var(--link_color);
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  background: none var(--link_color);
  border-color: var(--link_color);
  border-style: solid;
  color: var(--easys_standard_value008) !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  background-color: transparent;
  border: 1px solid var(--link_color);
  color: var(--link_color);
}
div.link_list a:hover {
  background-color: var(--link_color);
  border: 1px solid var(--link_color);
  color: #fff;
}

.faq-title {
  background-color: var(--link_color);
  color: #fff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
  width: 8em;
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  height: auto;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"]
{
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

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

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* メール更新ブロック */
.nj_03 .cu_mail_block {
  padding-bottom: 20px;
}
.nj_03 .img_size_thumb {
  height: 100px;
}
.nj_03 .img_size_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* フェードのipad対応 */
div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: var(--custom_padding);
}
.easys_content.no_margin.nk_01 {
  padding-bottom: 25px;
}
.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
}
.shosai #outer_block {
  padding-top: 70px !important;
}

/* テーマ余白調整 */
.easys_content,
.easys_content_inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin):not(.nk_01) + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: var(--custom_padding);
}
#content > .easys_content:last-of-type:not(.no_margin) {
  margin-bottom: var(--custom_padding) !important;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
#outer_block .easys_content_inner {
  position: relative;
  top: calc(var(--custom_fade) * 1px);
  height: 100%;
  opacity: 0;
  transition: all 1.5s ease 0s;
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  top: 0px;
}
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
}

/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  position: absolute;
  transition: all 1.5s ease 0s;
}
.design_block.moved {
  opacity: 1;
}

/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* マウスストーカー */
#stalker {
  background-color: rgba(102, 95, 67, 0.6);
  border-radius: 10px;
  height: 10px;
  margin: -6px 0 0 -6px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: background-color 0.2s, opacity 0.2s, transform 0.2s;
  width: 10px;
  z-index: 1001;
}

#stalker.active {
  opacity: 0.7;
  transform: scale(4);
}

/* リンクボタン */
.design_btn {
  position: relative;
}
.design_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: var(--custom_transition);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}
.design_btn:hover::before {
  -webkit-clip-path: inset(0 0 0 0) !important;
  clip-path: inset(0 0 0 0) !important;
}

/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#h8vbb29uqqusmp4rgggn,
#ym1qiwvzuljxawduja8t,
#cadgf0plxstvxdyqyfln {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#h8vbb29uqqusmp4rgggn div,
#ym1qiwvzuljxawduja8t div,
#cadgf0plxstvxdyqyfln div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#h8vbb29uqqusmp4rgggn img,
#ym1qiwvzuljxawduja8t img,
#cadgf0plxstvxdyqyfln img {
  position: relative;
}
#h8vbb29uqqusmp4rgggn .design_block[class*="block"].moved,
#ym1qiwvzuljxawduja8t .design_block[class*="block"].moved,
#cadgf0plxstvxdyqyfln .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  filter: none;
}

/* リンク共通 */
#h8vbb29uqqusmp4rgggn a,
#ym1qiwvzuljxawduja8t a {
  display: block;
  position: relative;
}
#h8vbb29uqqusmp4rgggn a:hover img,
#ym1qiwvzuljxawduja8t a:hover img {
  opacity: 1;
}

/* 一期一会 */
#h8vbb29uqqusmp4rgggn {
  background: url(../files/bnr_contact_bg.jpg) repeat left top;
  box-sizing: border-box;
  height: 490px;
  padding-top: 242px;
}
#h8vbb29uqqusmp4rgggn .eyecatch {
  margin-left: 160px;
}
#h8vbb29uqqusmp4rgggn > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 1px 0) !important;
  clip-path: inset(0 0 1px 0) !important;
}
#h8vbb29uqqusmp4rgggn > .design_block.block1::before {
  content: "";
  width: calc(965 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 60s linear 0s infinite;
  background: url(../files/bnr_contact_img.png) repeat-x left top / auto 100%;
}
@keyframes anime-bg {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}
#h8vbb29uqqusmp4rgggn > .design_block.block2 {
  background-image: url(../files/bnr_contact_cover.png);
  background-size: cover;
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  opacity: 1;
}

/* 業務内容/会社概要 */
#ym1qiwvzuljxawduja8t {
  background: url(../files/bnrhalf_bg.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 630px;
  padding-top: 240px;
}
#ym1qiwvzuljxawduja8t [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#ym1qiwvzuljxawduja8t .eyecatch {
  width: 100% !important;
}
#ym1qiwvzuljxawduja8t .design_btn::before {
  background: url(../files/bnrhalf_on.png) no-repeat center top;
}

/* 画像＞イメージ */
#cadgf0plxstvxdyqyfln .easys_content_inner {
  overflow: hidden;
  width: 100%;
}
#cadgf0plxstvxdyqyfln [class*="field_"]:nth-of-type(1) {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(1px 0);
  clip-path: inset(1px 0);
  z-index: 0;
}
#cadgf0plxstvxdyqyfln [class*="field_"]:nth-of-type(1) img {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
#cadgf0plxstvxdyqyfln [class*="field_"]:nth-of-type(2) {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
  z-index: 1;
}

/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#crsergzjao9u9kttazq0,
#ax04zdi0my5pn570t7ob,
#kyxkcimmo7uqu1h6g03q,
#m1o3631fwdr2cs79u7rn,
#c1qlgzsm7b4xxdiq6fu0,
#qf6yredkpa310d6f2czr,
#l9xugvci7pvh0x22gpr8,
#nq2ayjyz3waijznskdyx {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#crsergzjao9u9kttazq0 .easys_content_inner,
#ax04zdi0my5pn570t7ob .easys_content_inner,
#kyxkcimmo7uqu1h6g03q .easys_content_inner,
#m1o3631fwdr2cs79u7rn .easys_content_inner,
#c1qlgzsm7b4xxdiq6fu0 .easys_content_inner,
#qf6yredkpa310d6f2czr .easys_content_inner,
#l9xugvci7pvh0x22gpr8 .easys_content_inner,
#nq2ayjyz3waijznskdyx .easys_content_inner {
  opacity: 1;
  top: 0px;
}
#crsergzjao9u9kttazq0 .post_margin,
#ax04zdi0my5pn570t7ob .post_margin,
#kyxkcimmo7uqu1h6g03q .post_margin,
#m1o3631fwdr2cs79u7rn .post_margin,
#c1qlgzsm7b4xxdiq6fu0 .post_margin,
#qf6yredkpa310d6f2czr .post_margin,
#l9xugvci7pvh0x22gpr8 .post_margin,
#nq2ayjyz3waijznskdyx .post_margin {
  margin: 0;
}
#crsergzjao9u9kttazq0 .entry_post,
#ax04zdi0my5pn570t7ob .entry_post,
#kyxkcimmo7uqu1h6g03q .entry_post,
#m1o3631fwdr2cs79u7rn .entry_post,
#c1qlgzsm7b4xxdiq6fu0 .entry_post,
#qf6yredkpa310d6f2czr .entry_post,
#l9xugvci7pvh0x22gpr8 .entry_post,
#nq2ayjyz3waijznskdyx .entry_post {
  box-sizing: border-box;
}
#crsergzjao9u9kttazq0 .entry_post > [class*="title"],
#ax04zdi0my5pn570t7ob .entry_post > [class*="title"],
#kyxkcimmo7uqu1h6g03q .entry_post > [class*="title"],
#m1o3631fwdr2cs79u7rn .entry_post > [class*="title"],
#c1qlgzsm7b4xxdiq6fu0 .entry_post > [class*="title"],
#qf6yredkpa310d6f2czr .entry_post > [class*="title"],
#l9xugvci7pvh0x22gpr8 .entry_post > [class*="title"],
#nq2ayjyz3waijznskdyx .entry_post > [class*="title"] {
  display: none;
}
#crsergzjao9u9kttazq0 .text_box,
#ax04zdi0my5pn570t7ob .text_box,
#kyxkcimmo7uqu1h6g03q .text_box,
#m1o3631fwdr2cs79u7rn .text_box,
#c1qlgzsm7b4xxdiq6fu0 .text_box,
#qf6yredkpa310d6f2czr .text_box,
#l9xugvci7pvh0x22gpr8 .text_box,
#nq2ayjyz3waijznskdyx .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  /* margin: 0; */
  margin: calc(var(--custom_fade) * 1px) 0 0;
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#crsergzjao9u9kttazq0 .text_box.moved,
#ax04zdi0my5pn570t7ob .text_box.moved,
#kyxkcimmo7uqu1h6g03q .text_box.moved,
#m1o3631fwdr2cs79u7rn .text_box.moved,
#c1qlgzsm7b4xxdiq6fu0 .text_box.moved,
#qf6yredkpa310d6f2czr .text_box.moved,
#l9xugvci7pvh0x22gpr8 .text_box.moved,
#nq2ayjyz3waijznskdyx .text_box.moved {
  margin-top: 0px;
  opacity: 1;
}
#crsergzjao9u9kttazq0 .post_data,
#ax04zdi0my5pn570t7ob .post_data,
#kyxkcimmo7uqu1h6g03q .post_data,
#m1o3631fwdr2cs79u7rn .post_data,
#c1qlgzsm7b4xxdiq6fu0 .post_data,
#qf6yredkpa310d6f2czr .post_data,
#l9xugvci7pvh0x22gpr8 .post_data,
#nq2ayjyz3waijznskdyx .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
  font-style: italic;
}
#crsergzjao9u9kttazq0 .design_block[class*="block"].moved,
#ax04zdi0my5pn570t7ob .design_block[class*="block"].moved,
#kyxkcimmo7uqu1h6g03q .design_block[class*="block"].moved,
#m1o3631fwdr2cs79u7rn .design_block[class*="block"].moved,
#c1qlgzsm7b4xxdiq6fu0 .design_block[class*="block"].moved,
#qf6yredkpa310d6f2czr .design_block[class*="block"].moved,
#l9xugvci7pvh0x22gpr8 .design_block[class*="block"].moved,
#nq2ayjyz3waijznskdyx .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  filter: none;
}

/* 共通ボタン-ブロック内リンク */
/* ※遷移先でのボタン非表示処理はfooter_common.jsで行っています※ */
#crsergzjao9u9kttazq0 [class*="_btn"],
#ax04zdi0my5pn570t7ob [class*="_btn"],
#kyxkcimmo7uqu1h6g03q [class*="_btn"],
#m1o3631fwdr2cs79u7rn [class*="_btn"] {
  margin: 50px 0 0;
  padding: 0;
  width: fit-content;
  height: fit-content;
}
#crsergzjao9u9kttazq0 [class*="_btn"] a,
#ax04zdi0my5pn570t7ob [class*="_btn"] a,
#kyxkcimmo7uqu1h6g03q [class*="_btn"] a,
#m1o3631fwdr2cs79u7rn [class*="_btn"] a {
  background: url(../files/design01_btn.png) no-repeat center top;
  font-size: 0;
  display: block;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 60px;
  height: 310px;
}

/* 磁気探査のプロフェッショナル */
#crsergzjao9u9kttazq0 {
  background-image: url(../files/design01_bg.jpg);
  height: 1020px;
}
#crsergzjao9u9kttazq0 .entry_post {
  padding: 200px 330px 0 0;
}
#crsergzjao9u9kttazq0 .text_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  height: 460px;
}
#crsergzjao9u9kttazq0 .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 3;
}
#crsergzjao9u9kttazq0 .design_btn::before {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
#crsergzjao9u9kttazq0 > .design_block.block1 {
  background-image: url(../files/design01_ttl01.png);
  width : 120px;
  height: 120px;
  top: 200px;
  left: calc(50% + 288px);
  transform: scale(2);
}
#crsergzjao9u9kttazq0 > .design_block.block2 {
  background-image: url(../files/design01_ttl02.png);
  width : 120px;
  height: 120px;
  top: 310px;
  left: calc(50% + 288px);
  transform: scale(2);
}
#crsergzjao9u9kttazq0 > .design_block.block3 {
  width: 100%;
  height: 240px;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 1px 0) !important;
  clip-path: inset(0 0 1px 0) !important;
}
#crsergzjao9u9kttazq0 > .design_block.block3::before {
  content: "";
  width: calc(1105 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 60s linear 0s infinite;
  background: url(../files/design01_img01.png) repeat-x left top / auto 100%;
}

/* 使命を胸に */
#ax04zdi0my5pn570t7ob {
  background-image: url(../files/design02_bg.jpg);
  height: 1350px;
}
#ax04zdi0my5pn570t7ob .entry_post {
  padding: 850px 230px 0 140px;
}
#ax04zdi0my5pn570t7ob [class*="_btn"] a {
  background-image: url(../files/design02_btn.png);
  width: 580px;
  height: 60px;
}
#ax04zdi0my5pn570t7ob > .design_block.block1 {
  background-image: url(../files/design02_img01.png);
  width: 295px;
  height: 295px;
  top: 113px;
  left: calc(50% + 265px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#ax04zdi0my5pn570t7ob > .design_block.block2 {
  background-image: url(../files/design02_img02.png);
  width: 875px;
  height: 470px;
  top: 330px;
  left: calc(50% - 626px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-delay: 0.3s;
}
#ax04zdi0my5pn570t7ob > .design_block.block3 {
  background-image: url(../files/design02_img03.png);
  width: 538px;
  height: 183px;
  top: 506px;
  left: calc(50% + 27px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-delay: 0.6s;
}
#ax04zdi0my5pn570t7ob > .design_block.block4 {
  background-image: url(../files/design02_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#ax04zdi0my5pn570t7ob > .design_block.block5 {
  background-image: url(../files/design02_ttl01.png);
  width : 120px;
  height: 120px;
  top: 776px;
  left: calc(50% - 486px);
  transform: scale(2);
}
#ax04zdi0my5pn570t7ob > .design_block.block6 {
  background-image: url(../files/design02_ttl02.png);
  width : 120px;
  height: 120px;
  top: 886px;
  left: calc(50% - 486px);
  transform: scale(2);
}
#ax04zdi0my5pn570t7ob > .design_block.block7 {
  border: 1px solid #fff;
  border-radius: 100vmax;
  width: 10px;
  height: 10px;
  top: 1148px;
  left: calc(50% + 305px);
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  animation: plus-loop 3.5s cubic-bezier(0, 0, 0.25, 0.99) infinite;
}
@keyframes plus-loop {
  99% {
    width: 400px;
    height: 400px;
  }
  0%,
  2%,
  90%,
  99% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}

/* 実績が語る */
#kyxkcimmo7uqu1h6g03q {
  height: 1160px;
}
#kyxkcimmo7uqu1h6g03q .entry_post {
  padding: 630px 145px 0;
}
#kyxkcimmo7uqu1h6g03q .post_data {
  text-align: center;
}
#kyxkcimmo7uqu1h6g03q [class*="_btn"] {
  margin-inline: auto;
}
#kyxkcimmo7uqu1h6g03q [class*="_btn"] a {
  background-image: url(../files/design03_btn.png);
  width: 650px;
  height: 60px;
}
#kyxkcimmo7uqu1h6g03q > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(1px 0) !important;
  clip-path: inset(1px 0) !important;
}
#kyxkcimmo7uqu1h6g03q > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width) * 1px), 100%, calc(var(--easys_max_width) * 1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(../files/design03_bg.jpg) no-repeat center center / cover;
  z-index: -1;
}
#kyxkcimmo7uqu1h6g03q > .design_block.block2 {
  background-image: url(../files/design03_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#kyxkcimmo7uqu1h6g03q > .design_block.block3 {
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 1px 0) !important;
  clip-path: inset(0 0 1px 0) !important;
}
#kyxkcimmo7uqu1h6g03q > .design_block.block3::before {
  content: "";
  width: calc(1440 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 60s linear 0s infinite reverse;
  background: url(../files/design03_img01.png) repeat-x left top / auto 100%;
}
#kyxkcimmo7uqu1h6g03q > .design_block.block4 {
  background-image: url(../files/design03_ttl01.png);
  width : 110px;
  height: 110px;
  top: 286px;
  left: calc(50% - 50px);
  transform: scale(2);
}
#kyxkcimmo7uqu1h6g03q > .design_block.block5 {
  background-image: url(../files/design03_ttl02.png);
  width : 110px;
  height: 110px;
  top: 386px;
  left: calc(50% - 50px);
  transform: scale(2);
}

/* 沖縄で働く */
#m1o3631fwdr2cs79u7rn {
  background-image: url(../files/design04_bg.jpg);
  height: 1600px;
}
#m1o3631fwdr2cs79u7rn .entry_post {
  padding: 760px 40px 0 350px;
}
#m1o3631fwdr2cs79u7rn [class*="_btn"] a {
  background-image: url(../files/design04_btn.png);
  width: 570px;
  height: 60px;
}
#m1o3631fwdr2cs79u7rn > .design_block.block1 {
  background-image: url(../files/design04_img01.png);
  width: 1200px;
  height: 470px;
  top: 200px;
  left: calc(50% - 200px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#m1o3631fwdr2cs79u7rn > .design_block.block2 {
  background-image: url(../files/design04_img02.png);
  width: 320px;
  height: 360px;
  top: 708px;
  left: calc(50% - 570px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#m1o3631fwdr2cs79u7rn > .design_block.block3 {
  background-image: url(../files/design04_img03.png);
  width: 685px;
  height: 320px;
  top: 1112px;
  left: calc(50% - 500px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#m1o3631fwdr2cs79u7rn > .design_block.block4 {
  background-image: url(../files/design04_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#m1o3631fwdr2cs79u7rn > .design_block.block5 {
  background-image: url(../files/design04_ttl01.png);
  width : 120px;
  height: 120px;
  top: 332px;
  left: calc(50% - 413px);
  transform: scale(2);
}
#m1o3631fwdr2cs79u7rn > .design_block.block6 {
  background-image: url(../files/design04_ttl02.png);
  width : 120px;
  height: 120px;
  top: 442px;
  left: calc(50% - 413px);
  transform: scale(2);
}

/* 安全なまちづくりを支える */
#c1qlgzsm7b4xxdiq6fu0 {
  background-image: url(../files/design05_bg.png);
  height: 1100px;
}
#c1qlgzsm7b4xxdiq6fu0 .entry_post {
  padding: 510px 310px 0 0;
}
#c1qlgzsm7b4xxdiq6fu0 > .design_block.block1 {
  background-image: url(../files/design05_img01.png);
  width: 450px;
  height: 220px;
  top: 558px;
  left: calc(50% + 105px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#c1qlgzsm7b4xxdiq6fu0 > .design_block.block2 {
  background-image: url(../files/design05_ttl01.png);
  width : 120px;
  height: 120px;
  top: 213px;
  left: calc(50% - 493px);
  transform: scale(2);
}
#c1qlgzsm7b4xxdiq6fu0 > .design_block.block3 {
  background-image: url(../files/design05_ttl02.png);
  width : 120px;
  height: 120px;
  top: 323px;
  left: calc(50% - 493px);
  transform: scale(2);
}
#c1qlgzsm7b4xxdiq6fu0 > .design_block.block4 {
  border: 1px solid #fff;
  border-radius: 100vmax;
  width: 10px;
  height: 10px;
  top: 452px;
  left: calc(50% + 211px);
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  animation: plus-loop 3.5s cubic-bezier(0, 0, 0.25, 0.99) infinite;
}

/* 施行実績のご紹介 */
#qf6yredkpa310d6f2czr {
  background-image: url(../files/design06_bg.png);
  height: 1200px;
}
#qf6yredkpa310d6f2czr .entry_post {
  padding: 570px 0 0 340px;
}
#qf6yredkpa310d6f2czr > .design_block.block1 {
  background-image: url(../files/design06_img01.png);
  width: 435px;
  height: 635px;
  top: 220px;
  left: calc(50% - 650px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#qf6yredkpa310d6f2czr > .design_block.block2 {
  background-image: url(../files/design06_ttl01.png);
  width : 120px;
  height: 120px;
  top: 420px;
  left: calc(50% + 23px);
  transform: scale(2);
}
#qf6yredkpa310d6f2czr > .design_block.block3 {
  background-image: url(../files/design06_ttl02.png);
  width : 120px;
  height: 120px;
  top: 420px;
  left: calc(50% + 138px);
  transform: scale(2);
}

/* 未経験から歓迎します 磁気探査スタッフ募集中 */
#l9xugvci7pvh0x22gpr8 {
  background-image: url(../files/design07_bg.png);
  height: 995px;
}
#l9xugvci7pvh0x22gpr8 .entry_post {
  padding: 650px 40px 0 230px;
}
#l9xugvci7pvh0x22gpr8 > .design_block.block1 {
  background-image: url(../files/design07_img01.png);
  width: 1003px;
  height: 160px;
  top: 370px;
  left: calc(50% - 498px);
  opacity: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#l9xugvci7pvh0x22gpr8 > .design_block.block2 {
  background-image: url(../files/design07_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#l9xugvci7pvh0x22gpr8 > .design_block.block3 {
  background-image: url(../files/design01_ttl01.png);
  width : 120px;
  height: 120px;
  top: 450px;
  left: calc(50% - 420px);
  transform: scale(2);
}
#l9xugvci7pvh0x22gpr8 > .design_block.block4 {
  background-image: url(../files/design01_ttl02.png);
  width : 120px;
  height: 120px;
  top: 560px;
  left: calc(50% - 420px);
  transform: scale(2);
}

/* 責任ある仕事で地域に貢献し、次世代へとつなぐ技術を育てる */
#nq2ayjyz3waijznskdyx {
  background-image: url(../files/design08_bg.png);
  height: 1030px;
}
#nq2ayjyz3waijznskdyx .entry_post {
  padding: 235px 260px 0 0;
}
#nq2ayjyz3waijznskdyx .text_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  height: 460px;
}
#nq2ayjyz3waijznskdyx .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 3;
}
#nq2ayjyz3waijznskdyx > .design_block.block1 {
  width: 100%;
  height: 175px;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 1px 0) !important;
  clip-path: inset(0 0 1px 0) !important;
}
#nq2ayjyz3waijznskdyx > .design_block.block1::before {
  content: "";
  width: calc(1840 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 60s linear 0s infinite;
  background: url(../files/design08_img01.png) repeat-x left top / auto 100%;
}
