@charset "utf-8";



/* =================================================================================================================== */
/* SPカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #ff0000;
  --border_color: #ff2499;
  --table_border_color: #000000;
  --th_background_color: #e3e3e3;
  --td_background_color: #ffffff;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #d30000;
  --navigation_background_color: #00b4ff;
  --navi_characters_color: #000000;
  --navigation_sub_color: #000000;
  --medium_page_background_color: #000;
  --inside_page_text_color: #fff;
  --middle_page_border_color: transparent;
  --h2_heading_background_color: transparent;
  --h2_heading_text_color: #ffffff;
  --h2_heading_link_color: #ffffff;
  --h2_heading_border_color: transparent;
  --h3_heading_background_color: transparent;
  --h3_heading_text_color: #000000;
  --h3_heading_link_color: #000000;
  --h3_heading_border_color: #000000;
  --h4_subheading_background_color: transparent;
  --h4_subheading_text_color: #000000;
  --h4_subheading_link_color: #000000;
  --h4_subheading_border_color: #000000;
  --inline_background_color: #09e6db;
  --inline_characters_color: #000000;
  --inline_link_color: #000000;
  --inline_border_color: transparent;
  --widget_heading_background_color: transparent;
  --widget_heading_text_color: transparent;
  --widget_heading_link_color: transparent;
  --widget_heading_border_color: transparent;
  --blog_heading_background_color: transparent;
  --blog_heading_text_color: transparent;
  --blog_heading_link_color: transparent;
  --blog_heading_border_color: transparent;
  --copyright_background_color: #000000;
  --copyright_characters_color: #ffffff;
}

/* =================================================================================================================== */
/* 置換以外 */
:root {
  --easys_base_width: 640;

/* EASYSの基準横幅(単位なし) */
  --easys_padding: 5%;

/* EASYSの基本余白 */
  --easys_menu_size: calc(100vw * (80 / var(--easys_base_width)));

/* メニューボタンサイズ */
  --easys_footer_h: calc(100vw * (112 / var(--easys_base_width)));

/* スクロールフッタ高さ */
  --easys_standard_value001: #ffffff;

/* スクロールフッタ＞背景色 */
  --easys_standard_value002: #ffffff;

  /* カレンダーの本日＞文字色 */
}


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

/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(80 / 640 * 100vw);
}

body {
  word-break: break-word;
}

/* リンク */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}


/* ページ送り */
.tablenav {
  clear: both;
}

.sp_gallery {
  text-align: center;
}

.sp_gallery img {
  max-width: 100%;
  /* width: auto; */
}

.img_border {
  border: 0 none;
}

/* ロゴの上下余白調整 */
#h1_teaser_image {
  margin: 0;
}

/* SP余白設定
---------------------------------------------------------------------------------------------------- */
/* アウターブロック */
#main > #outer_block:not(#page-6 #main > #outer_block) {
  padding-top: 5%;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0 !important;
}

/* 余白を付ける(「D-01 ギャラリーブロック」を除いたスライドショーとギャラリーは除外) */
/* #main>#outer_block>section:not(.has_nk_01) {
  padding-bottom: var(--easys_padding);
} */

#main > #outer_block > section:not(.device_width):not(.has_c_07):not(.has_c_08):not(.has_c_09):not(.has_np_04):not(.has_z_j6) {
  padding-right: 5%;
  padding-left: 5%;
}

/* 見出しだけ全幅にする時 
  #main > #outer_block > section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #main > #outer_block > section .content_area {
    margin-right: var(--easys_padding);
    margin-left: var(--easys_padding);
  }*/

/* ブログページ */
#main > #container,
#main > #rSide {
  padding: var(--easys_padding);
}

/* 見出しだけ全幅にする時 
  #main > #container,
  #main > #rSide {
    padding-right: 0;
    padding-left: 0;
  }
  #main > #container > #content > .post > *:not(.entry_title) {
    padding-right: var(--easys_padding);
    padding-left: var(--easys_padding);
  }
  #main > #rSide > #primary > .xoxo #searchform,
  #main > #rSide > #primary > .xoxo li ul li,
  #main > #rSide > #primary > .xoxo #calendar_wrap {
    margin-right: var(--easys_padding);
    margin-left: var(--easys_padding);
  }*/

/* ===================================================================================================================
   ■ナビ
------------------------------------------------------------------------------------------------------------------- */
/*左寄せのとき*/
/* #Side .xoxo li .menu-item a {
    text-align: left;
    padding: 0px 15%;
} */

/* メニューON時　メニューの文字色変更 */
#Side .xoxo li .menu-item a {
  color: var(--navi_characters_color) !important;
}

/* ブログ下部 ブログメニュー部分　文字色変更 */
#primary ul.xoxo li ul li a {
  color: var(--link_color) !important;
  /* 全体のリンクカラー */
}

/* ブログ下部 ブログメニュー部分　下線色変更 */
#Side .xoxo li .menu-item a,
#primary ul.xoxo li ul li {
  border-color: var(--border_color) !important;
}

#rSide_wrap {
  background: none transparent !important;
}

#searchform input[type="text"] {
  max-width: 77%;
}

/* SPメニュークリックで一番上にスクロールさせない */
.scroll-prevent {
  position: static !important;
  overflow: hidden !important;
}

#Side_wrap,
#rSide_wrap,
#Side {
  height: 100% !important;
}

/*ブログ　前後投稿リンク　ボーダー削除*/
#nav-below .nav-previous a {
  border: none;
}

/* ===================================================================================================================
   ■見出し
------------------------------------------------------------------------------------------------------------------- */
/* 中ページ ページタイトル */
/* #naka_page_title {
  margin: 0;
} */
#naka_page_title h1 {
  padding: 1em 5%;
  background: var(--medium_page_background_color);
  color: var(--inside_page_text_color);
  text-align: center;
}

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
th,
td {
  vertical-align: top;
  white-space: initial !important;
}

.mobile_e1 .icon_list_block {
  box-sizing: border-box;
  width: 100%;
}

.mobile_e1 .entry_post:not(:last-of-type) .icon_list_block {
  padding-bottom: 0 !important;
}

.img_thumb,
.column_1,
.column_2,
.column_3,
.column_4 {
  text-align: center;
}

.img_thumb img,
.column_1 img,
.column_2 img,
.column_3 img,
.column_4 img {
  max-width: 100%;

/*width: auto;*/
  vertical-align: top;
}

.menu_area td,
.menu_td_text,
.bottom_border {
  /* Dブロック　メニュー部点線 */
  border-color: var(--border_color) !important;
}

.menu_area td,
.menu_td_text {
  vertical-align: top !important;
}

.flow_arr {
  background-size: contain !important;
}

/* K-01、K-02 メール投稿ブロック */
.k_01 .content_area,
.k-02 .content_area {
  line-height: 2;
}

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

.gallery_box {
  display: inline-block;
  width: 100%;
  height: auto;
}

.j_01 .sub-post {
  margin: 0 10px 20px;
}

.j_01 .content_area .sub-post {
  margin: 0;
}

.z_d1 {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
  max-height: 75vh;
}

/* 必須項目 */
.iqfm-req_color {
  display: block;
  color: var(--required_color);
}

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

/* お問合せフォーム整形 */
table.iqfm-table {
  margin: 0 auto 1em;
}

table.iqfm-table th,
table.iqfm-table td {
  vertical-align: middle !important;
  white-space: normal !important;
}

table.iqfm-table td {
  min-width: 16em;
}

table.iqfm-table td span.wpcf7-list-item {
  display: block;
  margin: 0;
}

input[type="text"],
input[type="email"],
textarea {
  width: 95%;
}

table.iqfm-table td input[type="text"]:not([size]) {
  width: 96%;
}

table.iqfm-table td input[type="text"][size="4"] {
  width: 4em;
}

/* プライバシーポリシー整形 */
.privacy_block strong {
  font-size: 130%;
  line-height: 2;
}

.privacy_block ul li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: square outside none;
  line-height: 1.7;
}

.z_g1 .content_area {
  box-shadow: none;
}

/* テーブルブロックのはみ出し禁止 */
.z_g1 .column1,
.z_g1 .column2,
.z_g1 .column3,
.z_g1 .column4 {
  vertical-align: top;
  text-align: left;
  white-space: normal !important;
  word-break: break-all;
}

/* テーブルセルの最小幅設定 */
.menu_area td:before,
.menu_td_text:before,
td.td_name:before,
.z_g1 .column1:before,
.z_g1 .column2:before,
.z_g1 .column3:before,
.z_g1 .column4:before {
  display: block;
  min-width: 4em;
  content: "";
}

#nav-below div a {
  background-size: cover !important;
}

.category-blog .entry-content img:not([src*="wp-social-book"]) {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content .photo img {
  min-width: 0;
  max-width: 80%;
  width: auto;
}

.entry-content .alignleft {
  text-align: left;
}

.entry-content .aligncenter {
  text-align: center;
}

.entry-content .alignright {
  text-align: right;
}

.z_m1 {
  margin: 0 10px 10px;
}

#video_teaser_sp,
#jquery_slider_sp {
  position: relative;
  margin: 0;
  font-size: 0;
}

#jquery_slider_sp::before {
  position: absolute;
  top: 0;
  z-index: 11;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/sp_top_catch.png) center center / cover;
  content: "";
}

#jquery_slider_sp::after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/sp_top_bg.png) center center / cover;
  content: "";
}

#jquery_slider_sp .img_01 {
  position: absolute;
  top: calc(105 / 640 * 100vw);
  left: calc(370 / 640 * 100vw);
  z-index: 12;
  width: calc(225 / 640 * 100vw);
  height: calc(174 / 640 * 100vw);
  background: url(../files/sp_top_ani_01.png) no-repeat center top/100%;
}
#jquery_slider_sp .img_02 {
  position: absolute;
  top: calc(737 / 640 * 100vw);
  left: calc(192 / 640 * 100vw);
  z-index: 12;
  width: calc(445 / 640 * 100vw);
  height: calc(334 / 640 * 100vw);
  background: url(../files/sp_top_ani_02.png) no-repeat center top/100%;
}
#jquery_slider_sp .img_03 {
  position: absolute;
  top: calc(105 / 640 * 100vw);
  left: calc(5 / 640 * 100vw);
  z-index: 12;
  width: calc(308 / 640 * 100vw);
  height: calc(207 / 640 * 100vw);
  background: url(../files/sp_top_fuki.png) no-repeat center top/100%;
  animation-name: loopRubberBand;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}


/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニューアイコン */
#float_header #btn_menu {
  top: 0;
  right: 0;
  width: var(--easys_menu_size);
  height: auto;
}

/* アクセスマップボタン */
#float_header #menu_access_btn {
  top: 20px;
  right: calc(20px + var(--easys_menu_size));

/* 12.5％=ハンバーガーメニューの横幅 */
  width: var(--easys_menu_size);
  height: auto;
}

/* メニュー左上のロゴの位置
  ※ハンバーガーメニューのtop指定と同じ値を入れる */
#menu-sp_side {
  background-position: center 20px;
}

/*  scrollfooter（最下部固定 お問い合わせ･TELボタン）
---------------------------------------------------------------------------------------------------- */
/* contact2ボタン */
body.has_scroll_footer {
  padding: 0 0 var(--easys_footer_h);
}

.scroll_footer ul {
  background: none transparent;
}

.scroll_footer,
.scroll_footer ul {
  height: var(--easys_footer_h);
}

.scroll_footer ul li {
  width: 100%;
  height: var(--easys_footer_h);
}

.scroll_footer ul li a {
  display: block;
}

.scroll_footer ul li.footer_tel_link {
  left: 0;
}

.scroll_footer ul li.footer_contact_link {
  right: 0;
}

/*  その他
---------------------------------------------------------------------------------------------------- */
#foot #copy {
  background: none;
  /* height: calc(540 / 640 * 100vw);
  position: relative; */
}

/* #copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
} */


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
/* .black-screen {
    background-color: #000000;
}

.black-screen>.inner {
    top: calc(50vh - (5vw / 2));
    width: 3vw;
    height: 3vw;
    background-image: url("/files/loading.svg");
} */

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

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
.z_h1 iframe[src^="https://calendar.google.com"] {
  display: block !important;
  margin: 0 0 20px;
  max-width: 100%;
  width: 1000px !important;
  height: 500px;
  border: none !important;
}

/* Contact Form 7 　バグ対応
---------------------------------------------------------------------------------------------------- */
input[type="tel"].wpcf7c-conf {
  min-width: 4em;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        ▼SPサイトデザイン▼ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*  タイトルロゴ
===============================================================■■■■■*/
#h1_teaser_image {
  margin: 0;

/* ロゴの上下余白調整 */
  background: transparent url(../files/sp_main_logo.png) no-repeat center top / 100% auto;
}

/* fixする場合(ハンバーガーメニューの高さ)  */
#h1_teaser_image {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: url(../files/sp_main_logo02.png) no-repeat center top / 100% !important;
}

/*スライダーの上にロゴを重ねる*/
#page-6 #slide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  margin: auto;
}
#page-6 #jquery_slider_sp {
  position: relative;
  z-index: 1;
  margin: 0;
}
#page-6 #h1_teaser_image {
  position: relative;
  z-index: 10;
}

#h1_teaser_image h1 a img {
  width: 100%;
  height: calc(100vw * (80/ var(--easys_base_width)));
}

/* 追尾時 */
#h1_teaser_image.fixed {
  height: calc(100vw * (80 / var(--easys_base_width)));
  background: url(../files/sp_main_logo02.png) no-repeat center top / 100% #ffffff !important;
}

/*	メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
  ===============================================================■■■■■*/
/* body#page-6 div#main #top_slide {
    padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
    background: transparent url(../files/sp_top_bg.png) no-repeat center bottom / 100% auto;
} */

/*	メイン背景画像 - 中ページ用
  ===============================================================■■■■■
  body:not(#page-6) div#main #top_slide {
    padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
    background: transparent url(../files/sp_naka_bg.png) no-repeat center bottom / 100% auto;
  }*/

/*	フッター - コピーライト
  ===============================================================■■■■■*/
address#copyright {
  display: block;
  background-color: var(--copyright_background_color);
  color: var(--copyright_characters_color);
  font-style: normal;
  font-size: 12px;
}

/*	■メインコンテンツ背景
  ===============================================================■■■■■*/
html,
body,
#Wrap {
  background-color: var(--basic_background_color);
  /*background: var(--basic_background_color) url(../files/sp_html_bg.png);*/
}

/*	○ 両サイドナビゲーション背景
  ===============================================================■■■■■*/
#Side_wrap {
  background-color: var(--navigation_background_color);
  /*background: var(--navigation_background_color) url(../files/sp_navi_bg.png);*/
}

#Side_wrap ul#menu-sp_side {
  padding: 30% 0 5%;
}


/*  サイト全体 テキストカラー：文字色
  ===============================================================■■■■■*/
body {
  color: var(--body_text_color);
}

/*	サイト全体 リンクカラー：リンク文字色
  ===============================================================■■■■■*/
* a {
  color: var(--link_color);
}

/*	サイト全体 リンクカラー：リンク文字色（マウスオーバー）
  ===============================================================■■■■■*/
* a:hover {
  color: var(--link_color);
}

/*	大見出し(h2見出し)
  ===============================================================■■■■■*/
* .headline_title {
  box-sizing: border-box;
  border: solid 1px var(--h2_heading_border_color);
  background: transparent url(../files/sp_headline_title_bg.png) repeat center bottom / 100% auto;

/* background: var(--h2_heading_background_color); */
  color: var(--h2_heading_text_color);

  /*background: linear-gradient(#555555,#555555);*/
}

/*  大見出し(h2見出し)：リンクカラー
  ===============================================================■■■■■*/
* .headline_title a {
  color: var(--h2_link);
  font-weight: bold;
}

* .headline_title a:hover {
  color: var(--h2_link);
}

/*  見出し(h3見出し)
  ===============================================================■■■■■*/
/*  ウィジェットタイトル(ウィジェット見出し)
  ===============================================================■■■■■*/
/*  ブログ見出し：グラデーション
  ===============================================================■■■■■*/
* .entry_title,
* .widget-title,
* .widget-title2,
.top-back.unity_title,
#content .type-post .entry_title {
  box-sizing: border-box;

/*background: transparent url(../files/sp_entry_title_bg.png) no-repeat center bottom / 100% auto;*/
  /*background: linear-gradient(#888888,#888888);*/
  /*左寄せ*/
  padding: 15px 5%;
  border: solid 1px var(--h3_heading_border_color);
  background: var(--h3_heading_background_color);
  color: var(--h3_heading_text_color);
  text-align: left;

  border-inline: none;
}

/*ブログタイトル*/
.widget-title2 {
  padding: 0;
}

/*	見出し(h3見出し)：リンクカラー
  ===============================================================■■■■■*/
/*	ウィジェットタイトル(ウィジェット見出し)：リンクカラー
  ===============================================================■■■■■*/
/*	ブログ見出し：リンクカラー
  ===============================================================■■■■■*/
* .entry_title a,
* .widget-title a,
* .widget-title2 a,
.top-back.unity_title a,
#content .type-post .entry_title a {
  color: var(--h3_heading_link_color);
  font-weight: bold;
}

* .entry_title a:hover,
* .widget-title a:hover,
* .widget-title2 a:hover,
.top-back.unity_title a:hover,
#content .type-post .entry_title a:hover {
  color: var(--h3_heading_link_color);
}

/*	小見出し(h4小見出し)
  ===============================================================■■■■■*/
* .sub_post_title {
  box-sizing: border-box;

/*background: transparent url(../files/sp_sub_title_bg.png) no-repeat center bottom / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
  /*左寄せ*/
  padding: 15px 5%;
  border-bottom: solid 1px var(--h4_subheading_border_color);
  background: var(--h4_subheading_background_color);
  color: var(--h4_subheading_text_color);
  text-align: left;
}

/*  小見出し(h4小見出し)：リンクカラー
  ===============================================================■■■■■*/
* .sub_post_title a {
  color: var(--h4_link);
  font-weight: bold;
}

* .sub_post_title a:hover {
  color: var(--h4_link);
}

/*  インラインタイトル(インライン)
  ===============================================================■■■■■*/
.inline_title,
small a,
.tablenav .page-numbers,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  box-sizing: border-box;
  border: solid 1px var(--inline_border_color);
  background: var(--inline_background_color);
  color: var(--inline_characters_color);
  /*background: transparent url(../files/sp_inline_title_bg.png) repeat center top / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
}

.inline_title,
small a {
  border-radius: 30px !important;
  box-shadow: 0 5px 0 0 #0eaea6;
  text-align: center;
}

.comment_title {
  border-left: 5px solid var(--inline_border_color);
}

/*	インラインタイトル(インライン)：リンクカラー
  ===============================================================■■■■■*/
.inline_title a {
  color: var(--inline_link_color);
}

small a,
.tablenav a,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  color: var(--inline_link_color) !important;
  font-weight: bold;
}

.inline_title a:hover,
small a:hover,
.tablenav a:hover,
.navigation .nav-next a:hover,
.navigation .nav-previous a:hover,
.pageback a:hover,
.permalink_in a:hover {
  color: var(--inline_link_color) !important;
}

/*	ページ共通：テーブル
  ===============================================================■■■■■*/
/* テーブル背景 */
.iqfm-table tr th,
.iqfm-table tr td,
td.td_name,
td.td_value,
td.coupon_meta_title,
td.coupon_meta,
td.coupon_data {
  box-sizing: border-box;
  border: solid 1px var(--table_border_color);
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

td.coupon_data {
  color: var(--td_character_color);
}

/* テーブルセル左 */
.iqfm-table tr th,
td.td_name,
td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

/* テーブルセル右 */
.iqfm-table tr td,
.iqfm-table tr td input.wpcf7c-conf,
.iqfm-table tr td textarea.wpcf7c-conf,
td.td_value,
td.coupon_meta,
td.coupon_data {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

/* ▼テーブル設定▼ここから(※案件毎にテーブルデザインを設定する) */
/*テーブル設定*/
.iqfm-table tr th {
  width: 25%;
}
.iqfm-table tr th,
.iqfm-table tr td,
td.td_name,
td.td_value,
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: 1px solid var(--table_border_color);
  background: none transparent;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child,
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > th {
  background: none var(--th_background_color) !important;
  color: var(--th_character_color);
}
/*	新着リスト：ベースカラー
  ===============================================================■■■■■*/
.nq_01 .list_block {
  border: 1px solid var(--link_color);
}

/* インデント */
.nq_01 h2.post_read_title .border_line {
  border-left: 5px solid var(--link_color);
}

/* リスト見出し */
.nq_01 h2.post_read_title {
  padding: 10px;
  border-bottom: 1px solid var(--link_color);
}

/* リストボーダー */
.nq_01 .list_box {
  border-bottom: 1px dotted var(--link_color);
}

/* 日付ボーダー */
.nq_01 .list_box .date,
.nq_01 .list_box_last .date {
  border-bottom: 1px dashed var(--link_color);
}

/* 新着リスト：文字色 */
.nq_01 .list_block {
  color: var(--link_color);
}

/*	投稿カレンダー：今日のテーブルセル背景色
  ===============================================================■■■■■*/
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}

#calendar_wrap table tr td a {
  text-decoration: underline;
}

#calendar_wrap table tr td a:hover {
  text-decoration: none;
}

/* fffか333かサイト背景色 */
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value002);
}

/*	HTMLリセット
  ===============================================================■■■■■*/
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

/*  ブロックレイアウト調整　追記部分
---------------------------------------------------------------------------------------------------- */
/* スライドショー下余白 */
.np_04 {
  margin-bottom: 5vw;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          ▲SPサイトデザイン▲ここまで
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* デザインブロック共通
--------------------------------------- */
.db_block *[class*="title"] {
  display: none;
}

.db_block .margin-bottom_20 {
  margin-top: calc(40 / 640 * 100vw);
}

.db_block .content_area {
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
}

/*追加画像*/
.add_images,
.design_block {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
}

.design_block.moved {
  opacity: 1;
  transform: translate(0) !important;
}

section.no_margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section.no_margin + section:not(.no_margin) {
  margin-top: 5vw;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.easys_content:not(#mzmyrkra1it6h642fl5w .easys_content ),
.headline_title,
.entry_title,
.widget-title,
.widget-title2,
.top-back.unity_title,
.sub_post_title {
  height: 100%;
  opacity: 0;
  transition: all 1.3s ease 0s;
  transform: translateY(5vw);
}
.easys_content.moved:not(#mzmyrkra1it6h642fl5w .easys_content.moved),
.headline_title.moved,
.entry_title.moved,
.widget-title.moved,
.widget-title2.moved,
.top-back.unity_title.moved,
.sub_post_title.moved {
  opacity: 1;
  transform: translate(0);
}

/* バナー一括
--------------------------------------- */
.bnr_block {
  padding: 0 !important;
}

.bnr_block div {
  margin-bottom: 0;
}

@keyframes loopRubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  13.3% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  16.6% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  21.6% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  25% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  33.3% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*セカンドメイン
fee9jniftkdut9rt3p0u
--------------------------------------- */
#fee9jniftkdut9rt3p0u {
  position: relative;
  padding: 0 !important;
  height: calc(1541 / 640 * 100vw);
  background: url(../files/sp_secondmain_bg.png) no-repeat center top / 100%;
}
#fee9jniftkdut9rt3p0u div {
  margin-bottom: 0;
}
#fee9jniftkdut9rt3p0u .eyecatch {
  position: absolute;
  top: calc(1300 /640 * 100vw);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: calc(420 / 640 * 100vw);
  height: calc(100 / 640 * 100vw);
}
#fee9jniftkdut9rt3p0u::before {
  position: absolute;
  top: calc(532 /640 * 100vw);
  left: 50%;
  display: block;
  width: calc(482/ 640 * 100vw);
  height: calc(90/ 640 * 100vw);
  background: url(../files/sp_secondmain_h_ani.png)no-repeat center top/100%;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

/*解体足場の専門業者です
fgyq6dow5m3nquswkl1q
--------------------------------------- */

/*バナー＞お問い合わせ(※)
n4n2sbl5mlvclh5nskd5
--------------------------------------- */
.contact_block {
  position: relative;
  padding: 0 !important;
  height: calc(579 / 640 * 100vw);
  background: url(../files/sp_bnr_contact_bg.png) no-repeat center top / 100%;
}
.contact_block div {
  margin-bottom: 0;
}
.contact_block .eyecatch {
  position: absolute;
  top: calc(90 /640 * 100vw);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: calc(576 / 640 * 100vw);
  height: calc(334 / 640 * 100vw);
}
.contact_block::before {
  position: absolute;
  bottom: 0;
  left: calc(450 / 640 * 100vw);
  z-index: 12;
  display: block;
  width: calc(180 / 640 * 100vw);
  height: calc(356 / 640 * 100vw);
  background: url(../files/sp_bnr_contact_ani.png)no-repeat center top/100%;
  content: "";
  pointer-events: none;
}

/*DB＞今後の更なる飛躍や拡大を目指すため 共に成長できる仲間を募集いたします
p65do2pb4qnckwk07i0s
--------------------------------------- */
#p65do2pb4qnckwk07i0s {
  position: relative;
  overflow: hidden;
  padding: 236vw 0 10vw !important;
  background: url(../files/sp_DB_01_bg.png) no-repeat center top / 100% #ffe63f;
}
#p65do2pb4qnckwk07i0s *[class*="title"] {
  display: none;
}
#p65do2pb4qnckwk07i0s::before {
  position: absolute;
  top: calc(100vw*(0/640));
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100vw*((1494*4)/640));
  height: calc(100vw*(122/640));
  background: url(../files/sp_DB_01_txt.png) repeat-x left top / auto 100%;
  content: "";
  animation: loop 40s linear 0s infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100%/4));
  }
}
#p65do2pb4qnckwk07i0s .img_01 {
  position: absolute;
  top: calc(432 / 640 * 100vw);
  left: calc(485 / 640 * 100vw);
  width: calc(136 / 640 * 100vw);
  height: calc(169 / 640 * 100vw);
  background: url(../files/sp_DB_01_illust_01.png) no-repeat center top/100%;
  animation: fuwafuwa 2s infinite -1s;
}
#p65do2pb4qnckwk07i0s .img_02 {
  position: absolute;
  top: calc(480 / 640 * 100vw);
  left: calc(0 / 640 * 100vw);
  width: calc(146 / 640 * 100vw);
  height: calc(168 / 640 * 100vw);
  background: url(../files/sp_DB_01_illust_02.png) no-repeat center top/100%;
  animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(30 / var(--easys_base_width) * 100vw));
  }
  100% {
    transform: translateY(0px);
  }
}

/*バナー＞3つのポイント
iw96n6bbmra9slmg42g1
--------------------------------------- */
#iw96n6bbmra9slmg42g1 {
  position: relative;
  padding: 0 !important;
  height: calc(1690 / 640 * 100vw);
  background: url(../files/sp_3column_bnr_h.png) no-repeat center top / 100%,url(../files/sp_3column_bnr_html.png) repeat center top / 100%;
}
#iw96n6bbmra9slmg42g1 div {
  margin: 0;
}
#iw96n6bbmra9slmg42g1 .img_display {
  position: absolute;
  top: calc(460 / 640 * 100vw);
  display: flex;
  flex-wrap: wrap;
}
#iw96n6bbmra9slmg42g1 .column_1 {
  margin: 0 auto calc(64 / 640 * 100vw);
  width: calc(576 / 640 * 100vw) !important;
  height: calc(325 /640 * 100vw);
}
#iw96n6bbmra9slmg42g1 .eyecatch {
  height: 100%;
}
#iw96n6bbmra9slmg42g1 .eyecatch img {
  height: 100%;

  object-fit: cover;
}

/*DB＞頑張りではなく「成果」をしっかり評価します！
ny5a0tap26uwerwhtjct
--------------------------------------- */
#ny5a0tap26uwerwhtjct {
  position: relative;
  padding: 162vw 0 7vw !important;
  background: url(../files/sp_DB_02_p.png) no-repeat center top / 100%,url(../files/sp_DB_02_html_bg.png) repeat center top / 100%;
}
#ny5a0tap26uwerwhtjct *[class*="title"] {
  display: none;
}

/*バナー＞お問い合わせ(clone1)
cfhqpte17cfd0o73utru
--------------------------------------- */
#cfhqpte17cfd0o73utru .img_display {
  height: 0;
}

/*DB＞社員寮完備！住み込みで働けます
za0zyn9eoxjc0gkvpehf
--------------------------------------- */
#za0zyn9eoxjc0gkvpehf {
  position: relative;
  padding: 152vw 0 7vw !important;
  background: url(../files/sp_DB_03_p.png) no-repeat center top / 100%,url(../files/sp_DB_03_html_bg.png) repeat-y center top / 100%;
}
#za0zyn9eoxjc0gkvpehf *[class*="title"] {
  display: none;
}

/*DB＞資格取得支援あり！着実にステップアップしていこう
dd806iik4z9uqxuucfld
--------------------------------------- */
#dd806iik4z9uqxuucfld {
  position: relative;
  padding: 163vw 0 7vw !important;
  background: url(../files/sp_DB_04_p.png) no-repeat center top / 100%,url(../files/sp_DB_04_html_bg.png) repeat-y center top / 100%;
  color: #ffffff;
}
#dd806iik4z9uqxuucfld *[class*="title"] {
  display: none;
}

/*バナー＞お問い合わせ(clone2)
c1hqhp083epgyw7pbdrq
--------------------------------------- */
#c1hqhp083epgyw7pbdrq .img_display {
  height: 0;
}

.textwidget a img {
  width: 100%;
}


/* ブログ追加 2025/7/3 上本
--------------------------------------- */
#naka_page_title {
  margin-top: calc(100vw * (80/ var(--easys_base_width)));
}
