@charset "utf-8";

/*
 * スマホ用スタイルCSS
 */


/* =================================================================================================================== */
/* SPカスタムプロパティ */
:root {
  --basic_background_color: #e8f8f0;
  --body_text_color: #333333;
  --link_color: #2fb66b;
  --border_color: #9f9f9f;
  --table_border_color: #111111;
  --th_background_color: #fffee5;
  --td_background_color: #ffffff;
  --th_character_color: #111111;
  --td_character_color: #111111;
  --required_color: #ef0000;
  --navigation_background_color: transparent;
  --navi_characters_color: transparent;
  --navigation_sub_color: transparent;
  --medium_page_background_color: transparent;
  --inside_page_text_color: transparent;
  --middle_page_border_color: transparent;
  --h2_heading_background_color: #298b55;
  --h2_heading_text_color: #ffffff;
  --h2_heading_link_color: #ffffff;
  --h2_heading_border_color: #111111;
  --h3_heading_background_color: #2fb66b;
  --h3_heading_text_color: #ffffff;
  --h3_heading_link_color: #ffffff;
  --h3_heading_border_color: #111111;
  --h4_subheading_background_color: #e1ff91;
  --h4_subheading_text_color: #111111;
  --h4_subheading_link_color: #111111;
  --h4_subheading_border_color: #001111;
  --inline_background_color: #fef11e;
  --inline_characters_color: #001111;
  --inline_link_color: #001111;
  --inline_border_color: #111111;
  --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: #298b55;
  --copyright_characters_color: #ffffff;
    --kdb_background_color:transparent;
}
/* 置換以外 */
:root {
  --easys_base_width: 640;/* EASYSの基準横幅(単位なし) */
  --easys_padding: 5%;/* EASYSの基本余白 */
  --easys_footer_h: calc(100vw * (112 / var(--easys_base_width)));/* スクロールフッタ高さ */
  --easys_standard_value001: #ffffff;/* スクロールフッタ＞背景色 */
  --easys_standard_value002: #ffffff;/* カレンダーの本日＞文字色 */
  --font_size_10: 10px;
  --font_size_11: 11px;
  --font_size_12: 12px;
  --font_size_13: 13px;
  --font_size_14: 14px;
  --font_size_16: 16px;
  --font_size_17: 17px;
  --font_size_18: 18px;
  --font_size_20: 20px;

/*ハンバーガーメニューボタン*/
  --easys_menu_size: calc(100vw * (80 / var(--easys_base_width)));/* メニューボタンサイズ */
  --easys_menu_size_span_w: calc(100vw * (40 / var(--easys_base_width)));/* メニューボタン罫線幅 */
  --easys_menu_size_span_h: calc(100vw * (1 / var(--easys_base_width)));/* メニューボタン罫線高さ */
  --easys_menu_off_background_color: #333333;/* メニューボタンOFFカラー */
  --easys_menu_on_background_color: #111111;/* メニューボタンONカラー */
  --easys_menu_off_span_color: #eeeeee;/* メニューボタンOFF罫線色 */
  --easys_menu_on_span_color: #ffffff;/* メニューボタンON罫線色 */
  --easys_menu_x: calc(100vw * (20 / var(--easys_base_width)));/* メニューボタン位置 X軸 */
  --easys_menu_y: calc(100vw * (20 / var(--easys_base_width)));/* メニューボタン位置 Y軸 */
  /*サイドボタン*/
  --fixed_side_btn_size_w: calc(100vw * (74 / var(--easys_base_width))); /* サイド固定ボタンの幅 */
  --fixed_side_btn_size_h: calc(100vw * (74 / var(--easys_base_width))); /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin: 2vw; /* サイド固定ボタンの間隔 */
  --fixed_side_btn_gaten_size_w: calc(100vw * (480 / var(--easys_base_width))); /* サイドGATEN職ボタンの幅 */
  --fixed_side_btn_gaten_size_h: calc(100vw * (150 / var(--easys_base_width))); /* サイドGATEN職ボタンの高さ */
}
/* =================================================================================================================== */



/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
html {
  overflow-x: hidden;
scroll-padding-top: 20vw;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  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;
}


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

/* 余白を付ける */
/* 「K-01 見出しブロック」は下余白を除外) */
/* 「P-01～04 スライドショー」と「Z-J6 スライドショーブロック」は左右余白を除外) */
/* 「SP-01 スペーサーブロック」と「KD-0X 簡易デザインブロック」は全余白を除外) */
#main > #outer_block > section:not(.nk_01):not([class^="sp_"]):not([class^="kd_"]) {
  padding-bottom: var(--easys_padding);
}
#main > #outer_block > section:not(.device_width):not([class^="sp_"]):not([class^="kd_"]) {
  padding-right: var(--easys_padding);
  padding-left: var(--easys_padding);
}

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


/* ===================================================================================================================
   ■ナビ
------------------------------------------------------------------------------------------------------------------- */
/* メニュー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;
}

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


/*  トップメイン
---------------------------------------------------------------------------------------------------- */
#video_teaser_sp,
#jquery_slider_sp {
  position: relative;
  margin: 0;
  font-size: 0;
}
/* トップに画像を重ねる時 
#video_teaser_sp::before,
#jquery_slider_sp::before {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../files/sp_top_cover_bg.png) center center / cover;
  content: "";
}*/


/*  ハンバーガーメニューアイコン 
---------------------------------------------------------------------------------------------------- */
/*=============================
  ボタンOFF
  =============================*/
#menuTrigger {
  position: fixed;
  top: var(--easys_menu_y);
  right: var(--easys_menu_x);
  z-index: 10001;
  width: var(--easys_menu_size);
  height: var(--easys_menu_size);
  outline: none;
  background-color: var(--easys_menu_off_background_color);
  cursor: pointer;
}

.opened #menuTrigger {
  background-color: var(--easys_menu_on_background_color);
}

#menuTrigger span {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  margin: auto;
  width: var(--easys_menu_size_span_w);
  height: var(--easys_menu_size_span_h);
  background-color: var(--easys_menu_off_span_color);
  transition: all 0.5s;
}

#menuTrigger span:nth-of-type(1) {
  top: 33%;
}

#menuTrigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#menuTrigger span:nth-of-type(3) {
  top: 66%;
}

/*=============================
  ボタンON
  =============================*/
.opened #menuTrigger span {
  background-color: var(--easys_menu_on_span_color);
}

.opened #menuTrigger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.opened #menuTrigger span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}

.opened #menuTrigger span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*=============================
  ナビ開閉
  =============================*/
#Side_wrap {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

body.opened #Side_wrap {
  visibility: visible;
  opacity: 1;
}

/* アクセスマップボタン */
#float_header #menu_access_btn {
  top: var(--easys_menu_y);
  right: calc(5vw + var(--easys_menu_size));
  width: var(--easys_menu_size);
  height: auto;
}
/* メニュー左上のロゴの位置 ※ハンバーガーメニューのtop指定と同じ値を入れる */
#Side_wrap ul#menu-sp_side {
  background-position: center 20px;
}

/*  PC共通サイドボタン
---------------------------------------------------------------------------------------------------- */
/* ウィジェット内設定タイトル削除 */
#thirdly .widget-container > h3,
#Side .widget-container > h3{
  display: none;
}

/* PCのみ表示ボタン非表示 */
.pconly {
  display: none;
}

/* SPサイドメニュー内のside_btnメニュー */
#menu-side_btn {
  /* margin: 0; */
  /* padding: 0; */
  /* list-style: none; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-flow: wrap-reverse; */
}

#menu-side_btn li {
  margin: 1vw;
}

#menu-side_btn li a {
  display: block;
  width: var(--fixed_side_btn_size_w);
  height: var(--fixed_side_btn_size_h) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
}

/* 幅広のGATENボタン */
#menu-side_btn li.gaten {
  /* width: 100%; */
  /* height: fit-content; */
  /* margin-top: var(--fixed_side_btn_margin); */
  padding: 0;
  /* text-align: center; */
}

#menu-side_btn li.gaten a {
  /* display: inline-block; */
  /* width: var(--fixed_side_btn_gaten_size_w); */
  /* height: var(--fixed_side_btn_gaten_size_h) !important; */
}

/* デフォルトボタン */
#menu-side_btn li.gaten a {
  background-image: url(../files/gtn_bnr.png);
}

#menu-side_btn li.map a {
  background-image: url(../files/sp_btn_map.png);
}

#menu-side_btn li.contact a {
  background-image: url(../files/sp_btn_contact.png);
}

#menu-side_btn li.blog a {
  background-image: url(../files/sp_btn_blog.png);
}

/* SNSボタン */
#menu-side_btn li.line a {
  background-image: url(../files/sp_sns_line.png);
}

#menu-side_btn li.instagram a {
  background-image: url(../files/sp_sns_insta.png);
}

#menu-side_btn li.facebook a {
  background-image: url(../files/sp_sns_fb.png);
}

#menu-side_btn li.youtube a {
  background-image: url(../files/sp_sns_youtube.png);
}

#menu-side_btn li.tiktok a {
  background-image: url(../files/sp_sns_tiktok.png);
}

#menu-side_btn li.official a{
  background-image:url(../files/sp_bnr_official.png);
  width: calc(100vw*(256/640));
}

/*  scrollfooter（最下部固定 お問い合わせ･TELボタン）
     ※画像差し替えはFTPにてそれぞれ上書き
---------------------------------------------------------------------------------------------------- */
/* 最下部までスクロールした時用の余白 =.scroll_footerの高さと同じ値にする */
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);
  box-shadow: none;
}

.scroll_footer ul li {
  width: 50%;
  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;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
		▼SPサイトデザイン▼ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*	タイトルロゴ
===============================================================■■■■■*/
#h1_teaser_image {
  margin: 0;/* ロゴの上下余白調整 */
  background: transparent url(../files/sp_main_logo.png) center / cover;
}
/* fixする場合(ハンバーガーメニューの高さ) 
#h1_teaser_image {
  position: fixed;
  top: 0;
  z-index: 1000;
}*/
/* TOPロゴ非表示 */
html:not(.shosai) #page_6 #h1_teaser_image {position: absolute;top: 0;left: 0;right: 0;margin: auto;z-index: 1;}
#h1_teaser_image h1 a img {
  width: 100%;
  height: calc(100vw * (150 / var(--easys_base_width)));/*「150」はロゴ画像の高さに変更*/
}
/*	メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
===============================================================■■■■■
html:not(.shosai) body#page_6 div#main #top_slide {
  padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
  background: transparent url(../files/sp_top_bg.png) center / cover;
}*/
/*	メイン背景画像 - 中ページ用
===============================================================■■■■■
body:not(#page_6) div#main #top_slide,
html.shosai body div#main #top_slide {
  padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
  background: transparent url(../files/sp_naka_bg.png) center / cover;
}*/
/*	フッター - コピーライト
===============================================================■■■■■*/
address#copyright {
  display: block;
  background-color: var(--copyright_background_color);
  color: var(--copyright_characters_color);
  font-style: normal;
  font-size: var(--font_size_12);
}
/*	■メインコンテンツ背景
===============================================================■■■■■*/
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);*/
}
/*	サイト全体 テキストカラー：文字色
===============================================================■■■■■*/
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 4px var(--h2_heading_border_color);
  background: var(--h2_heading_background_color);
  color: var(--h2_heading_text_color);
  /*background: transparent url(../files/sp_headline_title_bg.png) no-repeat center top / 100% auto;*/
  /*background: linear-gradient(#555555,#555555);*/
  box-sizing: border-box;
}
/*	大見出し(h2見出し)：リンクカラー
===============================================================■■■■■*/
* .headline_title a {
  color: var(--h2_heading_link_color);
  font-weight: bold;
}
* .headline_title a:hover {
  color: var(--h2_heading_link_color);
}
/*	見出し(h3見出し)
===============================================================■■■■■*/
/*	ウィジェットタイトル(ウィジェット見出し)
===============================================================■■■■■*/
/*	ブログ見出し：グラデーション
===============================================================■■■■■*/
* .entry_title,
* .widget-title,
* .widget-title2,
.top-back.unity_title,
#content .type-post .entry_title {
  box-sizing: border-box;
  border: solid 4px var(--h3_heading_border_color);
  background: var(--h3_heading_background_color);
  color: var(--h3_heading_text_color);
  /*background: transparent url(../files/sp_entry_title_bg.png) no-repeat center top / 100% auto;*/
  /*background: linear-gradient(#888888,#888888);*/
  box-sizing: border-box;
}
/*	見出し(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_entry_title {
  box-sizing: border-box;
  border: solid 4px var(--h4_subheading_border_color);
  background: var(--h4_subheading_background_color);
  color: var(--h4_subheading_text_color);
  /*background: transparent url(../files/sp_sub_title_bg.png) no-repeat center top / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
  box-sizing: border-box;
}
/*	小見出し(h4小見出し)：リンクカラー
===============================================================■■■■■*/
* .sub_entry_title a {
  color: var(--h4_subheading_link_color);
  font-weight: bold;
}
* .sub_entry_title a:hover {
  color: var(--h4_subheading_link_color);
}
/*	インラインタイトル(インライン)
===============================================================■■■■■*/
.inline_title,
.main_btn a,
small a,
.tablenav .page-numbers,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  box-sizing: border-box;
  border: solid 4px var(--inline_border_color);
  background: var(--inline_background_color);
  color: var(--inline_characters_color);
  /*background: transparent url(../files/sp_inline_title_bg.png) no-repeat center top / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
  border-radius: 50px;
  box-sizing: border-box;
}
.inline_title,
.main_btn a,
small a {
  text-align: center;
}
.comment_title {
  border-left: 5px solid var(--inline_border_color);
}
/*	インラインタイトル(インライン)：リンクカラー
===============================================================■■■■■*/
.inline_title a {
  color: var(--inline_link_color);
}
.main_btn a,
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,
.main_btn 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 {width: 25%;}
.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;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: solid 1px var(--table_border_color);
  background: none var(--td_background_color);
  color: var(--td_character_color);
}


.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  background: none var(--th_background_color);
  color: var(--th_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child {
  border-right: solid 1px var(--table_border_color);
}

/* ▲テーブル設定▲ここまで */
/*	新着リスト：ベースカラー
===============================================================■■■■■*/
.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;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
		▲SPサイトデザイン▲ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/





/*SP見出し一括指定
---------------------------------------------------------------------------------------------------- */

* .headline_title,
* .entry_title,
* .entry_title a,
* .widget-title, * .widget-title2, .top-back.unity_title,
* .sub_post_title,
* .inline_title{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}


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

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


/*バージョン12対策
---------------------------------------*/
#thirdly{
  margin: 0;
}

/* トップページ
---------------------------------------------------------------------------------------------------- */

/*LP
---------------------------------------*/
#menuTrigger{
  display:none!important;
}
#menu-side_btn {
  position: fixed;
  top: 3vw;
  right: 5vw;
  width: 53vw;
  height: var(--fixed_side_btn_size_h);
  z-index: 999;
  display: flex;
  justify-content: space-between;
}

#menu-side_btn li{
  display: block;
    width: var(--fixed_side_btn_size_w);
    height: var(--fixed_side_btn_size_h);
  margin: 0;
}
#menu-side_btn li a{
  display: block;
}
#menu-side_btn li.official a{
  
}

/*アニメーション
---------------------------------------*/
@keyframes mv-appear1 {
  0% { transform: scale(1); opacity: 1;}
  5% { transform: scale(2.5); opacity: 1;}
  10%{ transform: scale(2.5); opacity: 1;}
  15%{ transform: scale(2.5); opacity: 1;}
  20%{ transform: scale(1); opacity: 1;}
  25%{ transform: scale(1.3); opacity: 1;}
  30%{ transform: scale(1); opacity: 1;}
  35%{ transform: scale(1.3); opacity: 1;}
  40%{ transform: scale(1); opacity: 1;}
  45%{ transform: scale(1.1); opacity: 1;}
  50% { transform: scale(1); opacity: 1;}
  55% { transform: scale(1.08); opacity: 1;}
  60% { transform: scale(1); opacity: 1;}
  65% { transform: scale(1.05); opacity: 1;}
  70% { transform: scale(1); opacity: 1;}
  75% { transform: scale(1.03); opacity: 1;}
  80% { transform: scale(1); opacity: 1;}
  85% { transform: scale(1.01); opacity: 1;}
  90% { transform: scale(1); opacity: 1;}
  95% { transform: scale(1); opacity: 1;}
  100%{ transform: scale(1); opacity: 1;}
}


/*メイン
---------------------------------------*/
#video_teaser_sp,
#jquery_slider_sp{
overflow: hidden;
}


#jquery_slider_sp .design_block.block1 {
  opacity:1;
}
#jquery_slider_sp .design_block.block1::before {
  content:" ";
  display:block;
  position:absolute;
  bottom: 15vw;
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width:calc(100vw*(594/640));
  height:calc(100vw*(250/640));
  pointer-events:none;
  opacity: 0;
  background:url(../files/sp_top_header_cover01.png) no-repeat top center/100%;
}
#jquery_slider_sp .design_block.block1.moved::before{
  animation: mv-appear1 1.1s linear 0s forwards;
  animation-delay: 0.5s;
}

#jquery_slider_sp .design_block.block2 {
  top: 80vw;
  left: 2vw;
  z-index: 5;
  width: calc(100vw*(191/640));
  height: calc(100vw*(191/640));
  opacity:1;
  background:url(../files/sp_top_header_cover02_txt.png) no-repeat top center/100%;
}
#jquery_slider_sp .design_block.block3 {
  opacity:1;
}

#jquery_slider_sp .design_block.block3::before {
  content:" ";
  display:block;
  position:absolute;
  top: 80vw;
  left: 2vw;
  z-index:1;
  width:calc(100vw*(191/640));
  height:calc(100vw*(191/640));
  animation:circle linear 60s infinite;
  pointer-events:none;
  background:url(../files/sp_top_header_cover02_bg.png) no-repeat top center/100%;
  transform-origin: center;
}

@keyframes circle {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}

/*バナー＞4連（※）
n5keyf7n0u7l8u557zl8
--------------------------------------- */
#n5keyf7n0u7l8u557zl8{
  padding: calc(100vw*(350/640)) 5vw 0!important;
  position: relative;
    background-image: url(../files/sp_4column_bnr_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    height: calc(100vw*(1379/640));
    box-sizing: border-box;
}
#n5keyf7n0u7l8u557zl8 .post_margin,
#n5keyf7n0u7l8u557zl8 .content_area,
#n5keyf7n0u7l8u557zl8 .margin-bottom_10:last-child{
  margin: 0;
}
#n5keyf7n0u7l8u557zl8 .design_block.block1 {
  top: calc(100vw*(120/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width:calc(100vw*(556/640));
  height:calc(100vw*(174/640));
  clip-path: none!important;
  opacity: 1;
}
#n5keyf7n0u7l8u557zl8 .design_block.block1::before {
  content:" ";
  display:block;
  position:absolute;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity: 0;
  background:url(../files/sp_4column_bnr_ttl.png) no-repeat top center/100%;
}
#n5keyf7n0u7l8u557zl8 .design_block.block1.moved::before{
  animation: mv-appear1 1.1s linear 0s forwards;
}

/*バナー＞お問い合わせ（※）
lpo5hevc01ffdo4b72cx
--------------------------------------- */
/*バナー＞お問い合わせ（clone01）
shdsppjozkzhfitkkt5u
--------------------------------------- */
#outer_block .big_bnr{
  padding: 0!important;
}
#outer_block .big_bnr .post_margin,
#outer_block .big_bnr .content_area,
#outer_block .big_bnr .margin-bottom_10{
  margin: 0;
}


/*コンテンツ画像＞一日の流れ
qycma6qeao0tbcfnfygu
--------------------------------------- */
#qycma6qeao0tbcfnfygu{
  padding: 0!important;
}
#qycma6qeao0tbcfnfygu .post_margin,
#qycma6qeao0tbcfnfygu .content_area,
#qycma6qeao0tbcfnfygu .margin-bottom_10{
  margin: 0;
}






/*コンテンツ画像＞みんなの声をまとめてみました！！
bthbf27orvbs4w7mhdsd
--------------------------------------- */
#bthbf27orvbs4w7mhdsd{
  padding: 0!important;
}
#bthbf27orvbs4w7mhdsd .post_margin,
#bthbf27orvbs4w7mhdsd .content_area,
#bthbf27orvbs4w7mhdsd .margin-bottom_10{
  margin: 0;
}



/*
---------------------------------------*/
.design_block {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  transition:1s ease 0s;
  pointer-events:none;
  opacity:0;
  height: 100%;
  z-index: 1;
}

.design_block.moved {
  transform:translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
  opacity:1;
  filter: blur(0px)!important;
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}
/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition:all 1s ease 0s;
  transform:translate(0px, 100px);
  opacity:0;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform:translate(0px, 0px);
  opacity:1;
}


/*
---------------------------------------*/

#cyg28j5rj2ac369x72me,
#rwa1046vs3zht1q2o9pf,
#i28lb14omyhdvtdtd9vi,
#rodgeraee6ep9sp841q6,
#j6bx4yh4123admnvzgd6,
#c8x3ox7xp21e0epi1kik,
#hnwo17kafoio0nj0a2db{
  position: relative;
  font-weight: 500;
}

#cyg28j5rj2ac369x72me .sp_gallery,
#rwa1046vs3zht1q2o9pf .sp_gallery,
#i28lb14omyhdvtdtd9vi .sp_gallery,
#rodgeraee6ep9sp841q6 .sp_gallery,
#j6bx4yh4123admnvzgd6 .sp_gallery,
#c8x3ox7xp21e0epi1kik .sp_gallery,
#hnwo17kafoio0nj0a2db .sp_gallery,
#cyg28j5rj2ac369x72me *[class*='title'],
#rwa1046vs3zht1q2o9pf *[class*='title'],
#i28lb14omyhdvtdtd9vi *[class*='title'],
#rodgeraee6ep9sp841q6 *[class*='title'],
#j6bx4yh4123admnvzgd6 *[class*='title'],
#c8x3ox7xp21e0epi1kik *[class*='title'],
#hnwo17kafoio0nj0a2db *[class*='title']{
display: none;
}

/*DB＞塗装って、ただ色を塗る仕事だと思っていませんか？
cyg28j5rj2ac369x72me
--------------------------------------- */
#cyg28j5rj2ac369x72me {
  padding: 110vw 5vw calc(100vw*(150/640))!important;
  background:url(../files/sp_design01_html_bg_top.png) no-repeat top center/100%,
  url(../files/sp_design01_html_bg_bottom.png) no-repeat bottom center/100% #2fb66b;
  color: #fff;
}

#cyg28j5rj2ac369x72me .design_block.block1 {
  top: calc(100vw*(470/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(537/640));
  height: calc(100vw*(203/640));
  clip-path: none!important;
  opacity: 1;
}
#cyg28j5rj2ac369x72me .design_block.block1::before {
  content:" ";
  display:block;
  position:absolute;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity: 0;
  background:url(../files/sp_design01_ttl.png) no-repeat top center/100%;
}
#cyg28j5rj2ac369x72me .design_block.block1.moved::before{
  animation: mv-appear1 1.1s linear 0s forwards;
}


#cyg28j5rj2ac369x72me::before {
  position: absolute;
  top: calc(100vw*(0/640));
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100vw*((1128*3)/640));
  height: calc(100vw*(503/640));
  background: url(../files/sp_design01_image.png) repeat-x left top / auto 100%;
  content: '';
  animation: loop 40s linear 0s infinite;
  pointer-events: none;
}
@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100%/3));
  }
}


/*DB＞未経験から“手に職”をつけられる仕事
rwa1046vs3zht1q2o9pf
--------------------------------------- */
#rwa1046vs3zht1q2o9pf{
  padding: 102vw 8vw calc(100vw*(85/640))!important;
  background: url(../files/sp_design02_html_bg_box_top.png) no-repeat top center/100%,
url(../files/sp_design02_html_bg_box_bottom.png) no-repeat bottom center/100%;
}

#rwa1046vs3zht1q2o9pf::before{
content:' ';
display:block;
position:absolute;
top:calc(100vw*(90/640));
left:0;
z-index:-1;
width:100%;
height:calc(100% - calc(100vw*(180/640)));
background:     url(../files/sp_design02_html_bg_box_bg.png) repeat-y center center/100%;
pointer-events: none;
 }
#rwa1046vs3zht1q2o9pf::after{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:-10;
width:100%;
height:100%;
background: url(../files/sp_design02_html_bg.png) repeat-y center center/100%;
pointer-events: none;
 }


#rwa1046vs3zht1q2o9pf .design_block.block1 {
  top: calc(100vw*(40/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(576/640));
  height: calc(100vw*(375/640));
  clip-path: none!important;
  background-image: url(../files/sp_design02_image.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateY(100px);/* 下からフェードイン */
}
#rwa1046vs3zht1q2o9pf .design_block.block2 {
  top: calc(100vw*(470/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(538/640));
  height: calc(100vw*(157/640));
  background-image: url(../files/sp_design02_ttl.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#rwa1046vs3zht1q2o9pf .design_block.block3 {
  top: calc(100vw*(300/640));
  left: 75vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(137/640));
  height: calc(100vw*(168/640));
  clip-path: none!important;
  background-image: url(../files/sp_design02_illust.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateX(100px);/* 右からフェードイン */
}

#rwa1046vs3zht1q2o9pf .design_block.block4 {
  top: calc(100vw*(280/640));
  left: 6vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  clip-path: none!important;
  background-image: url(../files/sp_design02_point_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 1;
}


#rwa1046vs3zht1q2o9pf .design_block.block5 {
  opacity:1;
}

#rwa1046vs3zht1q2o9pf .design_block.block5::before {
  content:" ";
  display:block;
  position:absolute;
  top: calc(100vw*(280/640));
  left: 6vw;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  animation:circle linear 60s infinite;
  pointer-events:none;
  background:url(../files/sp_design02_point_txt.png) no-repeat top center/100%;
  transform-origin: center;
}


/*DB＞頑張った分だけ、しっかり評価される世界
i28lb14omyhdvtdtd9vi
--------------------------------------- */
#i28lb14omyhdvtdtd9vi{
  padding: 102vw 8vw calc(100vw*(85/640))!important;
  background: url(../files/sp_design03_html_bg_box_top.png) no-repeat top center/100%,
url(../files/sp_design03_html_bg_box_bottom.png) no-repeat bottom center/100%;
}

#i28lb14omyhdvtdtd9vi::before{
content:' ';
display:block;
position:absolute;
top:calc(100vw*(90/640));
left:0;
z-index:-1;
width:100%;
height:calc(100% - calc(100vw*(180/640)));
background:     url(../files/sp_design03_html_bg_box_bg.png) repeat-y center center/100%;
pointer-events: none;
 }
#i28lb14omyhdvtdtd9vi::after{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:-10;
width:100%;
height:100%;
background: url(../files/sp_design03_html_bg.png) repeat-y center center/100%;
pointer-events: none;
 }


#i28lb14omyhdvtdtd9vi .design_block.block1 {
  top: calc(100vw*(40/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(576/640));
  height: calc(100vw*(375/640));
  clip-path: none!important;
  background-image: url(../files/sp_design03_image.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateY(100px);/* 下からフェードイン */
}
#i28lb14omyhdvtdtd9vi .design_block.block2 {
  top: calc(100vw*(470/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(547/640));
  height: calc(100vw*(157/640));
  background-image: url(../files/sp_design03_ttl.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#i28lb14omyhdvtdtd9vi .design_block.block3 {
  top: calc(100vw*(370/640));
  left: 70vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(168/640));
  height: calc(100vw*(171/640));
  clip-path: none!important;
  background-image: url(../files/sp_design03_illust.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
transform:translateX(-100px);/* 左からフェードイン */
}

#i28lb14omyhdvtdtd9vi .design_block.block4 {
  top: calc(100vw*(280/640));
  left: 6vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  clip-path: none!important;
  background-image: url(../files/sp_design03_point_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 1;
}


#i28lb14omyhdvtdtd9vi .design_block.block5 {
  opacity:1;
}

#i28lb14omyhdvtdtd9vi .design_block.block5::before {
  content:" ";
  display:block;
  position:absolute;
  top: calc(100vw*(280/640));
  left: 6vw;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  animation:circle linear 60s infinite;
  pointer-events:none;
  background:url(../files/sp_design03_point_txt.png) no-repeat top center/100%;
  transform-origin: center;
}


/*DB＞休みの相談もしやすい環境、整っています
rodgeraee6ep9sp841q6
--------------------------------------- */
#rodgeraee6ep9sp841q6{
  padding: 106vw 8vw calc(100vw*(85/640))!important;
  background: url(../files/sp_design04_html_bg_box_top.png) no-repeat top center/100%,
url(../files/sp_design04_html_bg_box_bottom.png) no-repeat bottom center/100%;
}

#rodgeraee6ep9sp841q6::before{
content:' ';
display:block;
position:absolute;
top:calc(100vw*(90/640));
left:0;
z-index:-1;
width:100%;
height:calc(100% - calc(100vw*(180/640)));
background:     url(../files/sp_design04_html_bg_box_bg.png) repeat-y center center/100%;
pointer-events: none;
 }
#rodgeraee6ep9sp841q6::after{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:-10;
width:100%;
height:100%;
background: url(../files/sp_design04_html_bg.png) repeat-y center center/100%;
pointer-events: none;
 }


#rodgeraee6ep9sp841q6 .design_block.block1 {
  top: calc(100vw*(40/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(576/640));
  height: calc(100vw*(375/640));
  clip-path: none!important;
  background-image: url(../files/sp_design04_image.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateY(100px);/* 下からフェードイン */
}
#rodgeraee6ep9sp841q6 .design_block.block2 {
  top: calc(100vw*(490/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(539/640));
  height: calc(100vw*(157/640));
  background-image: url(../files/sp_design04_ttl.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#rodgeraee6ep9sp841q6 .design_block.block3 {
  top: calc(100vw*(240/640));
  left: 69vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(152/640));
  height: calc(100vw*(239/640));
  clip-path: none!important;
  background-image: url(../files/sp_design04_illust.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateX(100px);/* 右からフェードイン */
}

#rodgeraee6ep9sp841q6 .design_block.block4 {
  top: calc(100vw*(280/640));
  left: 6vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  clip-path: none!important;
  background-image: url(../files/sp_design04_point_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 1;
}


#rodgeraee6ep9sp841q6 .design_block.block5 {
  opacity:1;
}

#rodgeraee6ep9sp841q6 .design_block.block5::before {
  content:" ";
  display:block;
  position:absolute;
  top: calc(100vw*(280/640));
  left: 6vw;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  animation:circle linear 60s infinite;
  pointer-events:none;
  background:url(../files/sp_design04_point_txt.png) no-repeat top center/100%;
  transform-origin: center;
}


/*DB＞風通しのいい職場
j6bx4yh4123admnvzgd6
--------------------------------------- */
#j6bx4yh4123admnvzgd6{
  padding: 90vw 8vw calc(100vw*(85/640))!important;
  background: url(../files/sp_design05_html_bg_box_top.png) no-repeat top center/100%,
url(../files/sp_design05_html_bg_box_bottom.png) no-repeat bottom center/100%;
}

#j6bx4yh4123admnvzgd6::before{
content:' ';
display:block;
position:absolute;
top:calc(100vw*(90/640));
left:0;
z-index:-1;
width:100%;
height:calc(100% - calc(100vw*(180/640)));
background:     url(../files/sp_design05_html_bg_box_bg.png) repeat-y center center/100%;
pointer-events: none;
 }
#j6bx4yh4123admnvzgd6::after{
content:' ';
display:block;
position:absolute;
top:0;
left:0;
z-index:-10;
width:100%;
height:100%;
background: url(../files/sp_design05_html_bg.png) repeat-y center center/100%;
pointer-events: none;
 }


#j6bx4yh4123admnvzgd6 .design_block.block1 {
  top: calc(100vw*(40/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(576/640));
  height: calc(100vw*(375/640));
  clip-path: none!important;
  background-image: url(../files/sp_design05_image.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateY(100px);/* 下からフェードイン */
}
#j6bx4yh4123admnvzgd6 .design_block.block2 {
  top: calc(100vw*(470/640));
  left: 8vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(440/640));
  height: calc(100vw*(71/640));
  background-image: url(../files/sp_design05_ttl.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#j6bx4yh4123admnvzgd6 .design_block.block3 {
  top: calc(100vw*(270/640));
  left: 53vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(275/640));
  height: calc(100vw*(193/640));
  clip-path: none!important;
  background-image: url(../files/sp_design05_illust.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateX(-100px);/* 左からフェードイン */
}

#j6bx4yh4123admnvzgd6 .design_block.block4 {
  top: calc(100vw*(280/640));
  left: 6vw;
  margin: auto;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  clip-path: none!important;
  background-image: url(../files/sp_design05_point_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 1;
}


#j6bx4yh4123admnvzgd6 .design_block.block5 {
  opacity:1;
}

#j6bx4yh4123admnvzgd6 .design_block.block5::before {
  content:" ";
  display:block;
  position:absolute;
  top: calc(100vw*(280/640));
  left: 6vw;
  z-index:1;
  width: calc(100vw*(181/640));
  height: calc(100vw*(181/640));
  animation:circle linear 60s infinite;
  pointer-events:none;
  background:url(../files/sp_design05_point_txt.png) no-repeat top center/100%;
  transform-origin: center;
}


/*DB＞安心して働ける福利厚生や手当も充実！
c8x3ox7xp21e0epi1kik
--------------------------------------- */
#c8x3ox7xp21e0epi1kik{
  padding: 98vw 8vw calc(100vw*(85/640))!important;
  background: url(../files/sp_design06_html_bg.png) repeat-y center center/100%;
}


#c8x3ox7xp21e0epi1kik .design_block.block1 {
  top: calc(100vw*(450/640));
  left:0;
  right: 0;
  margin: auto;
  width: calc(100vw*(565/640));
  height: calc(100vw*(138/640));
  clip-path: none!important;
  opacity: 1;
  z-index: 10;
}
#c8x3ox7xp21e0epi1kik .design_block.block1::before {
  content:" ";
  display:block;
  position:absolute;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity: 0;
  background:url(../files/sp_design06_ttl.png) no-repeat top center/100%;
}
#c8x3ox7xp21e0epi1kik .design_block.block1.moved::before{
  animation: mv-appear1 1.1s linear 0s forwards;
}


#c8x3ox7xp21e0epi1kik .design_block.block2 {
  top: calc(100vw*(120/640));
  left: 0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(576/640));
  height: calc(100vw*(375/640));
  clip-path: none!important;
  background-image: url(../files/sp_design06_image.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  transform:translateY(100px);/* 下からフェードイン */
}


/*DB＞代表挨拶
hnwo17kafoio0nj0a2db
--------------------------------------- */
#hnwo17kafoio0nj0a2db{
  padding: 81vw 5vw calc(100vw*(355/640))!important;
  background:url(../files/sp_design07_image_bottom.png) no-repeat bottom center/100%,
url(../files/sp_design07_html_bg.png) repeat-y center center/100%;
}


#hnwo17kafoio0nj0a2db .design_block.block1 {
  top: calc(100vw*(120/640));
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width: calc(100vw*(423/640));
  height: calc(100vw*(353/640));
  clip-path: none!important;
  opacity: 1;
}
#hnwo17kafoio0nj0a2db .design_block.block1::before {
  content:" ";
  display:block;
  position:absolute;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
  z-index:1;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity: 0;
  background:url(../files/sp_design07_image.png) no-repeat top center/100%;
}
#hnwo17kafoio0nj0a2db .design_block.block1.moved::before{
  animation: mv-appear1 1.1s linear 0s forwards;
}