@charset "utf-8";



/* =================================================================================================================== */
/* SPカスタムプロパティ ★*/
:root{
  --basic_background_color: #202020;
  --blog_heading_background_color: transparent;
  --blog_heading_border_color: transparent;
  --blog_heading_link_color: transparent;
  --blog_heading_text_color: transparent;
  --body_text_color: #ffffff;
  --border_color: #ffffff;
  --copyright_background_color: #000000;
  --copyright_characters_color: #ffffff;
  --h2_heading_background_color: #c21dff;
  --h2_heading_border_color: transparent;
  --h2_heading_link_color: #ffffff;
  --h2_heading_text_color: #ffffff;
  --h3_heading_background_color: #091076;
  --h3_heading_border_color: transparent;
  --h3_heading_link_color: #ffffff;
  --h3_heading_text_color: #ffffff;
  --h4_subheading_background_color: #039cf6;
  --h4_subheading_border_color: transparent;
  --h4_subheading_link_color: #ffffff;
  --h4_subheading_text_color: #ffffff;
  --inline_background_color: #11d6b2;
  --inline_border_color: transparent;
  --inline_characters_color: #ffffff;
  --inline_link_color: #ffffff;
  --inside_page_text_color: #ffffff;
  --link_color: #fcf926;
  --medium_page_background_color: #ff65d3;
  --middle_page_border_color: transparent;
  --navi_characters_color: #091076;
  --navigation_background_color: #fcf926;
  --navigation_sub_color: #091076;
  --required_color: #e30013;
  --table_border_color: #202020;
  --td_background_color: #ffffff;
  --td_character_color: #000000;
  --th_background_color: #c8c8c8;
  --th_character_color: #000000;
  --widget_heading_background_color: transparent;
  --widget_heading_border_color: transparent;
  --widget_heading_link_color: transparent;
  --widget_heading_text_color: transparent;
}

/* =================================================================================================================== */
/* 置換以外 */
:root{
  --easys_base_width: 640;

/* メニューボタンサイズ */
  --easys_footer_h: calc(100vw * (112 / var(--easys_base_width)));

/* EASYSの基本余白 */
  --easys_menu_size: calc(100vw * (80 / var(--easys_base_width)));

/* EASYSの基準横幅(単位なし) */
  --easys_padding: 5%;

/* スクロールフッタ高さ */
  --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-left: 5%;
  padding-right: 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{
  overflow: hidden !important;
  position: static !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{
  background: var(--medium_page_background_color);
  color: var(--inside_page_text_color);
  padding: 1em 5%;
  text-align: center;
}

/*追加　詳細記事へのリンクボタン等*/
.pageback a,
.permalink_in a{
  border: none transparent !important;
}

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
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;
  height: auto;
  width: 100%;
}

.j_01 .sub-post{
  margin: 0 10px 20px;
}

.j_01 .content_area .sub-post{
  margin: 0;
}

.z_d1{
  margin-bottom: 20px;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 必須項目 */
.iqfm-req_color{
  color: var(--required_color);
  display: block;
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
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{
  line-height: 1.7;
  list-style: square outside none;
  margin: 0 0 0 20px;
  padding: 0;
}

.z_g1 .content_area{
  box-shadow: none;
}

/* テーブルブロックのはみ出し禁止 */
.z_g1 .column1,
.z_g1 .column2,
.z_g1 .column3,
.z_g1 .column4{
  text-align: left;
  vertical-align: top;
  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{
  content: "";
  display: block;
  min-width: 4em;
}

#nav-below div a{
  background-size: cover !important;
}

.category-blog .entry-content img:not([src*="wp-social-book"]){
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content .photo img{
  max-width: 80%;
  min-width: 0;
  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{
  font-size: 0;
  margin: 0;
  position: relative;
}

/* トップに画像を重ねる時 */
#video_teaser_sp::before,
#jquery_slider_sp::before{
  background: url(../files/sp_main_logo_top.png) no-repeat left top / calc(224 / 640 * 100vw);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* 追加画像 */
.sp_top_header_cover01{
  bottom: calc(30 / 640 * 100vw);
  right: 0;
  width: calc(528 / 640 * 100vw);
  z-index: 1;
}

.sp_top_header_cover02{
  left: 0;
  top: calc(150 / 640 * 100vw);
  width: calc(602 / 640 * 100vw);
  z-index: 1;
}

.sp_top_header_cover03{
  left: 0;
  margin-inline: auto;
  right: 0;
  top: 0;
  z-index: 1;
}

/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニューアイコン */
#float_header #btn_menu{
  height: auto;
  right: calc(0 / 640 * 100vw);
  top: calc(0 / 640 * 100vw);
  width: var(--easys_menu_size);

  /* LP ハンバーガーアイコン非表示
  display: none; */
}

/* アクセスマップボタン */
#float_header #menu_access_btn{
  height: auto;
  right: calc(20px + var(--easys_menu_size));
  top: 20px;

/* 12.5％=ハンバーガーメニューの横幅 */
  width: var(--easys_menu_size);
}

/* メニュー左上のロゴの位置
  ※ハンバーガーメニューのtop指定と同じ値を入れる */
#menu-sp_side{
  background-position: center 20px;
}

#menu-sp_side{
  background: url(../../../../files/sp_main_logo.png) no-repeat center top;
}

/* オフィシャルサイト ボタン */
.top_fixed_banner{
  background: url(../files/sp_menu_official_btn.png) no-repeat center / 100%;
  height: calc(80 / 640 * 100vw);
  position: fixed;
  right: calc(80 / 640 * 100vw);
  text-indent: -9999px;
  top: calc(0 / 640 * 100vw);
  width: calc(80 / 640 * 100vw);
  z-index: 999;
}

/*  scrollfooter（最下部固定 お問い合わせ･TELボタン）
---------------------------------------------------------------------------------------------------- */
/* contact2ボタン */
body.has_scroll_footer{
  padding: 0 0 var(--easys_footer_h);
}

.scroll_footer ul{
  background: none;
}

.scroll_footer,
.scroll_footer ul{
  background-color: var(--easys_standard_value001);
  height: var(--easys_footer_h);
}

.scroll_footer ul li{
  height: var(--easys_footer_h);
  width: 50%;
}

.scroll_footer ul li:only-child{
  width: 100%;
}

.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{
  height: 450px;
  width: 100%;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
.z_h1 iframe[src^="https://calendar.google.com"]{
  border: none !important;
  display: block !important;
  height: 500px;
  margin: 0 0 20px;
  max-width: 100%;
  width: 1000px !important;
}

/* Contact Form 7 　バグ対応
---------------------------------------------------------------------------------------------------- */
input[type="tel"].wpcf7c-conf{
  min-width: 4em;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        ▼SPサイトデザイン▼ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*  タイトルロゴ
===============================================================■■■■■*/
#h1_teaser_image{
  /* ロゴの上下余白調整 */
  background: transparent url(../files/sp_main_logo.png) no-repeat center top / 100% auto;
  margin: 0;
}

/* 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{
  height: calc(100vw * (160 / var(--easys_base_width)));
  width: 100%;
  /*「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{
  background-color: var(--copyright_background_color);
  color: var(--copyright_characters_color);
  display: block;
  font-size: 12px;
  font-style: normal;
}

/*	■メインコンテンツ背景 ★
  ===============================================================■■■■■*/
html,
body,
#Wrap{
  /* 背景色のみなら↓　 */
  background-color: var(--basic_background_color);

  /*画像なら↓
  background: url(../files/sp_html_bg.png);*/
}

/*	○ 両サイドナビゲーション背景 ★
  ===============================================================■■■■■*/
#Side_wrap{
  /* 背景色のみなら↓　 */
  background-color: var(--navigation_background_color);
  /*画像なら↓
  background: url(../files/sp_navi_bg.png)no-repeat center / cover;*/
}

#Side_wrap ul#menu-sp_side{
  padding: clamp(160px, calc(300 / 640 * 100vw), 200px) 0 8%;
}

/*  サイト全体 テキストカラー：文字色
  ===============================================================■■■■■*/
body{
  color: var(--body_text_color);
}

/*	サイト全体 リンクカラー：リンク文字色
  ===============================================================■■■■■*/
* a{
  color: var(--link_color);
}

/*	サイト全体 リンクカラー：リンク文字色（マウスオーバー）
  ===============================================================■■■■■*/
* a:hover{
  color: var(--link_color);
}

/*	大見出し(h2見出し) ★
  ===============================================================■■■■■*/
* .headline_title{
  background: var(--h2_heading_background_color);
  border: solid 1px var(--h2_heading_border_color);
  box-sizing: border-box;
  color: var(--h2_heading_text_color);
  /*background: transparent url(../files/sp_headline_title_bg.png) no-repeat center bottom / 100% auto;*/
  /*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{
  background: var(--h3_heading_background_color);
  border: solid 1px var(--h3_heading_border_color);
  box-sizing: border-box;
  color: var(--h3_heading_text_color);
  font-weight: bold;

/*左寄せ
  text-align: left;*/
  padding: 15px 5%;

/*background: transparent url(../files/sp_entry_title_bg.png) no-repeat center bottom / 100% auto;*/
  /*background: linear-gradient(#888888,#888888);*/
  text-align: center;
}

/*ブログタイトル*/
.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{
  background: var(--h4_subheading_background_color);
  border: solid 1px var(--h4_subheading_border_color);
  box-sizing: border-box;
  color: var(--h4_subheading_text_color);
  font-weight: bold;

/*左寄せ
  text-align: left;*/
  padding: 15px 5%;

/*background: transparent url(../files/sp_sub_title_bg.png) no-repeat center bottom / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
  text-align: center;
}

/*  小見出し(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{
  background: var(--inline_background_color);
  border: solid 1px var(--inline_border_color);
  box-sizing: border-box;
  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{
  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{
  background-color: var(--td_background_color);
  border: solid 1px var(--table_border_color);
  box-sizing: border-box;
  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 > *{
  background: none var(--td_background_color);
  border: 1px solid var(--table_border_color);
  color: var(--td_character_color);
}
.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{
  border-bottom: 1px solid var(--link_color);
  padding: 10px;
}

/* リストボーダー */
.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サイトデザイン▲ここまで
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* デザインブロック共通
--------------------------------------- */
.db_block *[class*="title"]{
  display: none;
}

.db_block .content_area{
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
}

.db_block .margin-bottom_20{
  margin-top: calc(40 / 640 * 100vw);
}

/*追加画像*/
.add_images,
.design_block{
  display: block;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 1s;
  width: 100%;
}

.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;
}

/* 中ページDB 余白消し */
#naka_page_title + #outer_block{
  padding-top: 0;
}
/* 中ページ #outer_block最初のブロックがDB以外の時は余白追加 */
#naka_page_title + #outer_block > *:first-child:not([class*="ndb_01"]),
#main_teaser + #outer_block > *:first-child:not([class*="ndb_01"]){
  padding-top: 5%;
}

/* アニメーション画像 */
.add-image,
.add-image img{
  display: block;
  pointer-events: none;
}

.add-image{
  position: absolute;
}

.add-image img{
  height: auto;
  width: 100%;
}

.animation-fade-in{
  opacity: 0;
  transition: opacity 1s;
}

.animation-fade-in.moved{
  opacity: 1;
}

.animation-from-right{
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s, transform 1s;
}

.animation-from-right.moved{
  opacity: 1;
  transform: none;
}

.animation-from-left{
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s;
}

.animation-from-left.moved{
  opacity: 1;
  transform: none;
}

.animation-from-bottom{
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}

.animation-from-bottom.moved{
  opacity: 1;
  transform: none;
}

.animation-from-top{
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 1s, transform 1s;
}

.animation-from-top.moved{
  opacity: 1;
  transform: none;
}

/* clip-path */
.animation-clip-from-bottom{
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1s, opacity 1s .1s, transform 1s;
}

.animation-css-bounce{
  opacity: 0;
}

.animation-css-bounce.moved{
  animation: css-bounce 1.1s linear 0s forwards;
}

@keyframes css-bounce{
  0%{
    opacity: 1;
    transform: scale(1);
  }
  5%{
    opacity: 1;
    transform: scale(2.5);
  }
  10%{
    opacity: 1;
    transform: scale(2.5);
  }
  15%{
    opacity: 1;
    transform: scale(2.5);
  }
  20%{
    opacity: 1;
    transform: scale(1);
  }
  25%{
    opacity: 1;
    transform: scale(1.3);
  }
  30%{
    opacity: 1;
    transform: scale(1);
  }
  35%{
    opacity: 1;
    transform: scale(1.3);
  }
  40%{
    opacity: 1;
    transform: scale(1);
  }
  45%{
    opacity: 1;
    transform: scale(1.1);
  }
  50%{
    opacity: 1;
    transform: scale(1);
  }
  55%{
    opacity: 1;
    transform: scale(1.08);
  }
  60%{
    opacity: 1;
    transform: scale(1);
  }
  65%{
    opacity: 1;
    transform: scale(1.05);
  }
  70%{
    opacity: 1;
    transform: scale(1);
  }
  75%{
    opacity: 1;
    transform: scale(1.03);
  }
  80%{
    opacity: 1;
    transform: scale(1);
  }
  85%{
    opacity: 1;
    transform: scale(1.01);
  }
  90%{
    opacity: 1;
    transform: scale(1);
  }
  95%{
    opacity: 1;
    transform: scale(1);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}

.animation-css-float{
  animation: css-float 4s ease-in-out 0s infinite;
}

@keyframes css-float{
  50%{
    transform: translateY(20px);
  }
}

.has_ndb_01 .content_area,
.has_ndb_01 .entry_title,
.add_ndb_01 .content_area,
.add_ndb_01 .entry_title{
  position: relative;
  z-index: 2;
}

.has_ndb_01 .post_data,
.add_ndb_01 .post_data{
  color: #000000;
}

/* クローンバナー共通 */
#guc7ff31jk1uyzz1nb9q,
#hdfub9evxvw632f9o12n,
#gqtyjot5ehn7mjvej0a3{
  padding: 0 !important;
}

#guc7ff31jk1uyzz1nb9q div,
#hdfub9evxvw632f9o12n div,
#gqtyjot5ehn7mjvej0a3 div{
  margin-bottom: 0;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*DB > 稼ぎたい！それだけの理由でもいい！
vorxmcd4nlhpkc1ve3hp
--------------------------------------- */
#vorxmcd4nlhpkc1ve3hp{
  background-color: #8ce23e;
  padding-inline: 0 !important;
  position: relative;
  z-index: 1;
}

#vorxmcd4nlhpkc1ve3hp div{
  margin-bottom: 0;
}

#vorxmcd4nlhpkc1ve3hp [class*="headline_title"]{
  background: url(../files/sp_design01_ttl.png) no-repeat center bottom / 100%;
  border: 0;
  height: calc((320 + 40) / 640* 100vw);
  margin: 0 5% 0 auto;
  text-indent: -9999px;
  width: calc(525 / 640* 100vw);
  z-index: 1;
}

#vorxmcd4nlhpkc1ve3hp .content_area{
  padding-bottom: 0;
}

#vorxmcd4nlhpkc1ve3hp .post_data{
  box-sizing: border-box;
  padding: 0 5% 15%;
}

#vorxmcd4nlhpkc1ve3hp .post_data :last-child{
  margin-bottom: 0;
}

/* 追加画像 */
.sp_design01_illust{
  left: 0;
  top: calc(60 / 640* 100vw);
  width: calc(255 / 640* 100vw);
}

.sp_design01_image{
  left: 0;
  position: unset;
  top: 0;
}

/*バナー > お問い合わせフォーム(※)
rpni0s9st5f3hfzl6iyp
--------------------------------------- */
#rpni0s9st5f3hfzl6iyp{
  padding: 0 !important;
}
#rpni0s9st5f3hfzl6iyp div{
  margin-bottom: 0;
}

/*バナー > 合同会社COLORで働く魅力 ×4
ji6ibdwcui6yontxt7bf
--------------------------------------- */
#ji6ibdwcui6yontxt7bf{
  background: #fcf926 url(../files/sp_banner_02_bg.png) no-repeat center bottom / 100%;
  overflow-x: hidden;
  padding: 0 !important;
  padding-bottom: calc(370 / 640* 100vw) !important;
}

#ji6ibdwcui6yontxt7bf div{
  margin: 0;
  overflow: visible;
  padding: 0;
}

#ji6ibdwcui6yontxt7bf .headline_title{
  background: none;
  border: 0;
  height: calc((224 + 170) / 640* 100vw);
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
}

#ji6ibdwcui6yontxt7bf .img_display{
  display: flex;
  flex-wrap: wrap;
  gap: 5vw 2.5%;
  justify-content: center;
  overflow: visible !important;
}

#ji6ibdwcui6yontxt7bf [class*="column_"]{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .8s, transform .8s;
  width: calc(278 / 640* 100vw);
}

#ji6ibdwcui6yontxt7bf [class*="column_"].moved{
  opacity: 1;
  transform: none;
}

#ji6ibdwcui6yontxt7bf [class*="column_"].moved:nth-of-type(2){
  transition-delay: calc(.3s * 1);
}
#ji6ibdwcui6yontxt7bf [class*="column_"].moved:nth-of-type(4){
  transition-delay: calc(.3s * 2);
}
#ji6ibdwcui6yontxt7bf [class*="column_"].moved:nth-of-type(5){
  transition-delay: calc(.3s * 3);
}

/* 追加画像 */
.sp_banner_02_ttl{
  left: 0;
  margin-inline: auto;
  right: 0;
  top: calc(120 / 640* 100vw);
  width: calc(436 / 640* 100vw);
}

.sp_banner_02_illust01{
  bottom: 0;
  left: 0;
  width: calc(179 / 640* 100vw);
}

.sp_banner_02_illust02{
  right: 0;
  top: calc(40 / 640* 100vw);
  width: calc(163 / 640* 100vw);
  z-index: 1;
}

/*DB > お仕事探し中の方へ
p3qreoy1y6p3ixrf40vi
--------------------------------------- */
#p3qreoy1y6p3ixrf40vi{
  background: url(../files/sp_design02_bg_bottom.png) no-repeat center bottom / 100%;
  overflow-y: hidden;
  padding-bottom: calc(390 / 640* 100vw) !important;
  padding-inline: 0 !important;
  position: relative;
}

#p3qreoy1y6p3ixrf40vi div{
  margin-bottom: 0;
}
#p3qreoy1y6p3ixrf40vi [class*="headline_title"]{
  background: url(../files/sp_design02_bg_top.png) no-repeat center bottom / 100%;
  border: 0;
  height: calc(890 / 640* 100vw);
  margin: 0;
  position: relative;
  text-indent: -9999px;
}

#p3qreoy1y6p3ixrf40vi .content_area{
  background-color: #dcf8ff;
  margin-top: -1px;
  padding-bottom: 0;
}

#p3qreoy1y6p3ixrf40vi .post_data{
  box-sizing: border-box;
  padding: 0 5% 10%;
}

#p3qreoy1y6p3ixrf40vi .post_data :last-child{
  margin-bottom: 0;
}

/* 追加画像 */
.sp_design02_ttl{
  left: 0;
  margin-inline: auto;
  right: 0;
  top: calc(140 / 640* 100vw);
  width: calc(537 / 640* 100vw);
}

.sp_design02_illust01{
  bottom: calc(60 / 640* 100vw);
  left: calc(120 / 640* 100vw);
  margin-inline: auto;
  width: calc(304 / 640* 100vw);
  z-index: 1;
}

.sp_design02_illust02{
  bottom: 0;
  right: 7.5%;
  width: calc(293 / 640* 100vw);
  z-index: 1;
}

/*DB > 業務内容ご紹介
hrhd7kxzvnxsr13ic957
--------------------------------------- */
#hrhd7kxzvnxsr13ic957{
  background-color: #8ce23e;
  overflow-y: hidden;
  padding-inline: 0 !important;
  position: relative;
}

#hrhd7kxzvnxsr13ic957 div{
  margin-bottom: 0;
}

#hrhd7kxzvnxsr13ic957 [class*="headline_title"]{
  background: none;
  border: 0;
  height: calc((298 + 120) / 640* 100vw);
  margin: 0;
  position: relative;
  text-indent: -9999px;
}

#hrhd7kxzvnxsr13ic957 .content_area:last-of-type{
  background: url(../files/sp_design03_image03.png) no-repeat center bottom / 100%;
  padding-bottom: calc(344 / 640* 100vw);
}

#hrhd7kxzvnxsr13ic957 .entry_title:nth-of-type(1){
  background: url(../files/sp_design03_image01.png) no-repeat center bottom / 100%;
  border: 0;
  height: calc(463 / 640* 100vw);
  margin: 0;
  text-indent: -9999px;
}

#hrhd7kxzvnxsr13ic957 .entry_title:nth-of-type(2){
  background: url(../files/sp_design03_image02.png) no-repeat center bottom / 100%;
  border: 0;
  height: calc(606 / 640* 100vw);
  margin: 0;
  text-indent: -9999px;
}

#hrhd7kxzvnxsr13ic957 .post_data{
  background: url(../files/sp_design03_html_bg.png) repeat-y center bottom / 100%;
  box-sizing: border-box;
  padding: 0 10% 0;
}

#hrhd7kxzvnxsr13ic957 .post_data :last-child{
  margin-bottom: 0;
}

/* 追加画像 */
.sp_design03_ttl{
  left: 5%;
  margin-inline: auto;
  top: calc(140 / 640* 100vw);
  width: calc(365 / 640* 100vw);
}

.sp_design03_illust01{
  bottom: calc(0 / 640* 100vw);
  margin-inline: auto;
  right: 0;
  width: calc(248 / 640* 100vw);
}


/*バナー > GATEN職(※)
il8szz0pvna5l9k8sp72
--------------------------------------- */
#il8szz0pvna5l9k8sp72{
  padding: 0 !important;
}
#il8szz0pvna5l9k8sp72 div{
  margin-bottom: 0;
}

/*バナー > 公式サイトはこちら！
pie8dghybu55ag04ttdt
--------------------------------------- */
#pie8dghybu55ag04ttdt{
  padding: 0 !important;
}
#pie8dghybu55ag04ttdt div{
  margin-bottom: 0;
}

/*会社概要
om0jjr1jq11xedzq05lx
--------------------------------------- */

/*バナー > お問い合わせフォーム(clone_1)
guc7ff31jk1uyzz1nb9q
--------------------------------------- */

/*イメージ画像(1)
uuuwzsd6f890k2kf6jy1
--------------------------------------- */
#uuuwzsd6f890k2kf6jy1{
  overflow: hidden;
  padding-inline: 0!important;
  position: relative;
}

#uuuwzsd6f890k2kf6jy1 div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#uuuwzsd6f890k2kf6jy1 .easys_content{
  clip-path: inset(0);
  height: 100%;
  width: 100%;
}

#uuuwzsd6f890k2kf6jy1 .column_1:first-of-type img{
  position: relative;
  width: 100%;
}

#uuuwzsd6f890k2kf6jy1 .column_1:last-child{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#uuuwzsd6f890k2kf6jy1 .column_1:last-child img{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
} 

/*DB > (1)先輩からのサポートが手厚い！
wwfluvj0x4ljsupqejb6
--------------------------------------- */
#wwfluvj0x4ljsupqejb6{
  background: url(../files/sp_design04_html_bg.png) repeat center bottom / 100%;
  overflow-y: hidden;
  padding-inline: 0 !important;
  position: relative;
}

#wwfluvj0x4ljsupqejb6 div{
  margin-bottom: 0;
}

#wwfluvj0x4ljsupqejb6 [class*="headline_title"]{
  background: url(../files/sp_design04_ttl.png) no-repeat center bottom / 100%;
  border: 0;
  height: calc((367 + 80) / 640* 100vw);
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
  width: calc(465 / 640* 100vw);
}

#wwfluvj0x4ljsupqejb6 .content_area{
  background: url(../files/sp_design04_img01.png) no-repeat center top / 100%,
  url(../files/sp_design04_img02.png) no-repeat center bottom / 100%;
  padding-bottom: calc(241 / 640* 100vw);
  padding-top: calc(516 / 640* 100vw);
}

#wwfluvj0x4ljsupqejb6 .post_data{
  background: url(../files/sp_design03_html_bg.png) repeat-y center top / 100%;
  box-sizing: border-box;
  padding: 0 10% 0;
}

#wwfluvj0x4ljsupqejb6 .post_data :last-child{
  margin-bottom: 0;
}

/*コンテンツ画像_1 > (2)成長と共に収入UP！
orlqjo2x3fnvk70cutui
--------------------------------------- */
#orlqjo2x3fnvk70cutui{
  padding: 0 !important;
}
#orlqjo2x3fnvk70cutui div{
  margin-bottom: 0;
}

/*バナー > GATEN職(clone_1)
gqtyjot5ehn7mjvej0a3
--------------------------------------- */

/*DB > (3)業務に必要な資格は会社負担で！
ijod6wnr6sns183nvu0u
--------------------------------------- */
#ijod6wnr6sns183nvu0u{
  background: url(../files/sp_design05_html_bg.png) repeat center bottom / 100%;
  overflow-y: hidden;
  padding-inline: 0 !important;
  position: relative;
}

#ijod6wnr6sns183nvu0u div{
  margin-bottom: 0;
}

#ijod6wnr6sns183nvu0u [class*="headline_title"]{
  background: none;
  border: 0;
  height: calc((257 + 360 + 80) / 640* 100vw);
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
}

#ijod6wnr6sns183nvu0u .content_area{
  background: url(../files/sp_design05_img01.png) no-repeat center top / 100%,
  url(../files/sp_design05_img02.png) no-repeat center bottom / 100%;
  padding-bottom: calc(244 / 640* 100vw);
  padding-top: calc(416 / 640* 100vw);
}

#ijod6wnr6sns183nvu0u .post_data{
  background: url(../files/sp_design03_html_bg.png) repeat-y center top / 100%;
  box-sizing: border-box;
  padding: 0 10% 0;
}

#ijod6wnr6sns183nvu0u .post_data :last-child{
  margin-bottom: 0;
}

/* 追加画像 */
.sp_design05_ttl{
  left: 0;
  margin-inline: auto;
  right: 0;
  top: calc(80 / 640* 100vw);
  width: calc(581 / 640* 100vw);
}

.sp_design05_illust{
  bottom: calc(0 / 640* 100vw);
  margin-inline: auto;
  right: 0;
}

/*コンテンツ画像_2 > (4)全国どこからでも稼ぎたい方募集！
fsqszn97uzbn4lpv48fi
--------------------------------------- */
#fsqszn97uzbn4lpv48fi{
  padding: 0 !important;
}
#fsqszn97uzbn4lpv48fi div{
  margin-bottom: 0;
}

/*バナー > お問い合わせフォーム(clone_2)
hdfub9evxvw632f9o12n
--------------------------------------- */

/*タイトル＞新着情報
g1tti3n35c1cf5py6q2a
--------------------------------------- */

/*新着情報
mcjm4i1sgutqg0x0egdd
--------------------------------------- */

/*DB > 従業員インタビュー！
tc2vzn9q6p4cj0akbzrf
--------------------------------------- */
#tc2vzn9q6p4cj0akbzrf{
  background: #fcf926 url(../files/sp_design06_image02.png) no-repeat center bottom / calc(283 / 640* 100vw);
  overflow-y: hidden;
  padding-bottom: calc(339 / 640* 100vw) !important;
  padding-inline: 0 !important;
  position: relative;
}

#tc2vzn9q6p4cj0akbzrf div{
  margin-bottom: 0;
}

#tc2vzn9q6p4cj0akbzrf [class*="headline_title"]{
  background: none;
  border: 0;
  height: calc((592 + 315 + 140) / 640* 100vw);
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
}


#tc2vzn9q6p4cj0akbzrf .content_area,
#tc2vzn9q6p4cj0akbzrf .entry_title{
  margin-inline: 5%;
  width: 90%;
}

#tc2vzn9q6p4cj0akbzrf .entry_title{
  background-color: #091076;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

#tc2vzn9q6p4cj0akbzrf .post_data{
  box-sizing: border-box;
  padding: 0 0 5%;
}

#tc2vzn9q6p4cj0akbzrf .post_data :last-child{
  margin-bottom: 0;
}

/* 追加画像 */
.sp_design06_ttl{
  left: 0;
  margin-inline: auto;
  right: 0;
  top: calc(80 / 640* 100vw);
  width: calc(528 / 640* 100vw);
}

.sp_design06_image01{
  bottom: calc(0 / 640* 100vw);
  left: 0;
  margin-inline: auto;
  right: 0;
  width: calc(578 / 640* 100vw);
}

/*イメージ画像(2)
o2s13908o2it0k88huhx
--------------------------------------- */
#o2s13908o2it0k88huhx{
  overflow: hidden;
  padding-inline: 0!important;
  position: relative;
}

#o2s13908o2it0k88huhx div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#o2s13908o2it0k88huhx .easys_content{
  clip-path: inset(0);
  height: 100%;
  width: 100%;
}

#o2s13908o2it0k88huhx .column_1:first-of-type img{
  position: relative;
  width: 100%;
}

#o2s13908o2it0k88huhx .column_1:last-child{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#o2s13908o2it0k88huhx .column_1:last-child img{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
} 

/*お問い合わせフォーム_1
ril4946vl5m1pyxluekb
--------------------------------------- */

/* ===========================================================================
    ページ名01
=========================================================================== */


/* ===========================================================================
    ページ名02
=========================================================================== */


/* ===========================================================================
    ページ名03
=========================================================================== */


/* ===========================================================================
    会社概要
=========================================================================== */


/* ===========================================================================
    お問い合わせ
=========================================================================== */








/* 
--------------------------------------- */