@charset "utf-8";

/* =================================================================================================================== */
/* SPカスタムプロパティ */
:root {
	--basic_background_color: #ffffff;
	--body_text_color: #333333;
	--link_color: #66bb99;
	--border_color: #666666;
	--table_border_color: #4e4e4e;
	--th_background_color: transparent;
	--td_background_color: transparent;
	--th_character_color: #333333;
	--td_character_color: #333333;
	--required_color: #66bb99;
	--navigation_background_color: #ffffff;
	--navi_characters_color: #333333;
	--navigation_sub_color: #66bb99;
	--medium_page_background_color: transparent;
	--inside_page_text_color: #333333;
	--middle_page_border_color: #aaaaaa;
	--h2_heading_background_color: transparent;
	--h2_heading_text_color: #333333;
	--h2_heading_link_color: #333333;
	--h2_heading_border_color: transparent;
	--h3_heading_background_color: #66bb99;
	--h3_heading_text_color: #ffffff;
	--h3_heading_link_color: #ffffff;
	--h3_heading_border_color: transparent;
	--h4_subheading_background_color: transparent;
	--h4_subheading_text_color: #ffffff;
	--h4_subheading_link_color: #ffffff;
	--h4_subheading_border_color: transparent;
	--inline_background_color: transparent;
	--inline_characters_color: #333333;
	--inline_link_color: #333333;
	--inline_border_color: #66bb99;
	--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: #333333;
	--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;
}

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: url(/files/sp_body_bg_naka_ttl.png) repeat-x 100%;
	color: var(--inside_page_text_color);

	border-block: solid 1px #aaaaaa;
}

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
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;
}

#video_teaser_sp::before,
#jquery_slider_sp::before {
	position: absolute;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../files/sp_top_header_cover.png) center center / cover;
	content: '';
}
/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニューアイコン */
#float_header #btn_menu {
	top: calc(20 / 640 * 100vw);
	right: calc(20 / 640 * 100vw);
	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: 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;
	/* 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;
  }*/

/* TOPロゴ非表示 */
#page-6 #h1_teaser_image {
	display: none;
}

#h1_teaser_image h1 a img {
	width: 100%;
	height: calc(100vw * (150 / var(--easys_base_width)));
	/*「150」はロゴ画像の高さに変更*/
}

/*	メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
  ===============================================================■■■■■*/
/* 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;
	/*background: url(../files/sp_footer_bg.jpg);*/
}

/*	■メインコンテンツ背景
  ===============================================================■■■■■*/
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 8%;
}

/*  サイト全体 テキストカラー：文字色
  ===============================================================■■■■■*/
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: var(--h2_heading_background_color);
	background: transparent url(../files/sp_headline_title_bg.png) no-repeat center bottom / 100% auto;
	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: #353535;
	color: var(--h3_heading_text_color);
	/*text-align: left;*/
}

/*ブログタイトル*/
.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: linear-gradient(#cccccc,#cccccc);*/
	/*左寄せ*/
	padding: 15px 5%;
	border: solid 1px var(--h4_subheading_border_color);
	background: transparent url(../files/sp_sub_title_bg.png) no-repeat center bottom / 100% auto;
	/* 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: transparent url(../files/sp_inline_title_bg.png) repeat center top / 100% auto;*/
	/*background: linear-gradient(#cccccc,#cccccc);*/
	border-radius: 0;
	background: var(--inline_background_color);
	color: var(--inline_characters_color);

	/*border-inline: none;*/
}

.inline_title,
small a {
	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,
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);
	border-top: none !important;
	border-right: none !important;
	background: none transparent !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
	border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
	border-top: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:last-child > * {
	border-bottom: none !important;
}
/*	新着リスト：ベースカラー
  ===============================================================■■■■■*/
.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;
}

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

.bnr_block div {
	margin-bottom: 0;
}

/* ===========================================================================
　　トップページ　　pageID：6
=========================================================================== */
/*DB>出来高制も時給制も。あなたに合った働き方を。（※top）
gytk283vapsj4mkzt1lo
--------------------------------------- */
#gytk283vapsj4mkzt1lo {
	position: relative;
	/* margin-bottom: calc(70 / 640 * 100vw) !important; */
	padding: 72vw 0 0vw !important;
	background: url(../files/sp_design_top.png) no-repeat center top / 100% #499e7c;
	color: #ffffff;
}

#page-15 #gytk283vapsj4mkzt1lo {
	padding-bottom: calc(70 / 640 * 100vw) !important;
}
#gytk283vapsj4mkzt1lo *[class*='title'] {
	display: none;
}
#gytk283vapsj4mkzt1lo .post_data {
	box-sizing: border-box;
	padding: 0 10%;
}
#gytk283vapsj4mkzt1lo .content_area {
	margin: 0 !important;
}
#gytk283vapsj4mkzt1lo .margin-bottom_20 {
	margin-bottom: 0;
}
#gytk283vapsj4mkzt1lo .margin-bottom_20 a {
	margin: 0 auto 0 calc(0 / 640 * 100vw);
	padding: 0;
	width: calc(640 / 640 * 100vw);
	height: calc(680 / 640 * 100vw);
	border: none;
	border-radius: 0;
	background: url(../files/sp_design_bottom.png) no-repeat center top/100%;
	text-indent: -9999px;
}

/*イメージ画像（※top）
bmqmlnyqzatq2ixv51k7
--------------------------------------- */
#bmqmlnyqzatq2ixv51k7 {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}
/* #bmqmlnyqzatq2ixv51k7::before,
#bmqmlnyqzatq2ixv51k7::after {
	position: absolute;
	left: 50%;
	z-index: 10;
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: '';
	transform: translateX(-50%);
	pointer-events: none;
}
#bmqmlnyqzatq2ixv51k7::before {
	top: -1px;
}
#bmqmlnyqzatq2ixv51k7::after {
	bottom: -1px;
} */
#bmqmlnyqzatq2ixv51k7 .easys_content {
	padding: calc(500 / 640 * 100vw) 0 0 0 !important;

	clip-path: inset(0);
	-webkit-clip-path: inset(0);
}
#bmqmlnyqzatq2ixv51k7 div {
	margin-bottom: 0;
}
#bmqmlnyqzatq2ixv51k7 .img_display {
	height: 0;
}
#bmqmlnyqzatq2ixv51k7 [class*='column_']:nth-of-type(1) img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;

	object-fit: cover;
}
#bmqmlnyqzatq2ixv51k7 [class*='column_']:nth-of-type(2) img {
	position: absolute;
	top: 0;
	left: 0;
}
#progress > #progress_image {
	bottom: calc(50% + 73px) !important;
}
#progress_bar::before {
	position: absolute;
	top: -70px;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 290px;
	height: 60px;
	background: url(../files/loading_logo2.png) no-repeat center top;
	content: '';
	pointer-events: none;
}
#progress_bar {
	position: relative;
}
