@charset "utf-8";

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


/* =================================================================================================================== */
/* SPカスタムプロパティ */
:root {
  --basic_background_color:#fdfeff;
  --body_text_color:#032f15;
  --link_color:#97c739;
  --border_color:#a9a9a9;
  --table_border_color:#a9a9a9;
  --th_background_color:#e3e3e3;
  --td_background_color:#ffffff;
  --th_character_color:#032f15;
  --td_character_color:#032f15;
  --required_color:#d60000;
  --navigation_background_color: #fdfeff;
  --navi_characters_color: #333333;
  --navigation_sub_color: transparent;
  --medium_page_background_color: transparent;
  --inside_page_text_color: transparent;
  --middle_page_border_color: transparent;
  --h2_heading_background_color: transparent;
  --h2_heading_text_color: #ffffff;
  --h2_heading_link_color: #ffffff;
  --h2_heading_border_color: transparent;
  --h3_heading_background_color: transparent;
  --h3_heading_text_color: #008c3c;
  --h3_heading_link_color: #008c3c;
  --h3_heading_border_color: transparent;
  --h4_subheading_background_color: transparent;
  --h4_subheading_text_color: #008c3c;
  --h4_subheading_link_color: #008c3c;
  --h4_subheading_border_color: #085c55;
  --inline_background_color: #97c739;
  --inline_characters_color: #ffffff;
  --inline_link_color: #ffffff;
  --inline_border_color: transparent;
  --widget_heading_background_color: transparent;
  --widget_heading_text_color: transparent;
  --widget_heading_link_color: transparent;
  --widget_heading_border_color: transparent;
  --blog_heading_background_color: transparent;
  --blog_heading_text_color: transparent;
  --blog_heading_link_color: transparent;
  --blog_heading_border_color: transparent;
  --copyright_background_color: #064520;
  --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 * (86 / var(--easys_base_width)));/* メニューボタンサイズ */
  --easys_menu_size_span_w: calc(100vw * (40 / var(--easys_base_width)));/* メニューボタン罫線幅 */
  --easys_menu_size_span_h: calc(100vw * (2 / var(--easys_base_width)));/* メニューボタン罫線高さ */
  --easys_menu_off_background_color: #008c3c;/* メニューボタンOFFカラー */
  --easys_menu_on_background_color: #008c3c;/* メニューボタンONカラー */
  --easys_menu_off_span_color: #ffffff;/* メニューボタンOFF罫線色 */
  --easys_menu_on_span_color: #ffffff;/* メニューボタンON罫線色 */
  --easys_menu_x: calc(100vw * (30 / var(--easys_base_width)));/* メニューボタン位置 X軸 */
  --easys_menu_y: calc(100vw * (20 / var(--easys_base_width)));/* メニューボタン位置 Y軸 */
  /*サイドボタン*/
  --fixed_side_btn_size_w: calc(100vw * (60 / var(--easys_base_width))); /* サイド固定ボタンの幅 */
  --fixed_side_btn_size_h: calc(100vw * (60 / var(--easys_base_width))); /* サイド固定ボタンの高さ */
  --fixed_side_btn_margin: 2vw; /* サイド固定ボタンの間隔 */
  --fixed_side_btn_gaten_size_w: calc(100vw * (300 / var(--easys_base_width))); /* サイドGATEN職ボタンの幅 */
  --fixed_side_btn_gaten_size_h: calc(100vw * (80 / var(--easys_base_width))); /* サイドGATEN職ボタンの高さ */
}

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


/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
html {
  overflow-x: hidden;

  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: "";
}*/

#video_teaser_sp,
#jquery_slider_sp{
  background: url(../files/sp_main_logo02.png) no-repeat left top/ contain,
  url(../files/sp_top_body_bg.png) no-repeat center center / cover;
  box-sizing: border-box;
  font-size: 0;
  margin: 0;
  position: relative;
}

/* 追加画像 */
.sp_top_header_cover01{
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  top: calc(744 / 640 * 100vw);
  width: calc(470 / 640 * 100vw);
  z-index: 1;
}

.sp_top_header_cover02{
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  top: calc(0 / 640 * 100vw);
  width: calc(640 / 640 * 100vw);
  z-index: 1;
}

.moved .sp_top_header_cover02{
  clip-path: inset(0);
  transition-delay: .6s;
}


/*  ハンバーガーメニューアイコン 
---------------------------------------------------------------------------------------------------- */
/*=============================
  ボタンOFF
  =============================*/
#menuTrigger {
  border-radius: 50vh;
  position: fixed;
  top: var(--easys_menu_y);
  right: var(--easys_menu_x);
  z-index: 10001;
  width: var(--easys_menu_size);
  height: calc(32 / var(--easys_base_width) * 100vw);
  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: 40%;
}

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

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

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

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

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

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

/*=============================
  ナビ開閉
  =============================*/
#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;
}
/* okieasys：ロゴ画像の非表示 */
html.okieasys #h1_teaser_image,
html.okieasys #Side_wrap ul#menu-sp_side {
  background-image: none !important;
}
/* okieasys：サイドメニューのサイト名テキスト */
html.okieasys #Side_wrap ul#menu-sp_side {
  padding-top: calc(100vw * (20 / var(--easys_base_width))) !important;
}
#Side_wrap ul#menu-sp_side .oki_side_title {
  list-style: none;
  padding: calc(100vw * (20 / var(--easys_base_width))) var(--easys_padding);
  font-size: calc(100vw * (30 / var(--easys_base_width)));
  font-weight: bold;
  color: var(--body_text_color);
}
/* okieasys：中ページヘッダーロゴ */
#h1_teaser_image .oki_header_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(100vw * (56 / var(--easys_base_width))) 0;
  text-decoration: none;
}
#h1_teaser_image .oki_header_logo_text {
  font-size: calc(100vw * (30 / var(--easys_base_width)));
  font-weight: bold;
  color: var(--body_text_color);
}

/*  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);
}

/*  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);
}

.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 {
  display: none;
}
#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 1px 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 / cover;
  /*background: linear-gradient(#555555,#555555);*/
}
/*	大見出し(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 1px 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 / cover;
  font-weight: 700;
  /*background: linear-gradient(#888888,#888888);*/
}
/*	見出し(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-bottom: solid 1px var(--h4_subheading_border_color);
  border-top: solid 2px var(--h4_subheading_border_color);
  background: var(--h4_subheading_background_color);
  color: var(--h4_subheading_text_color);
  font-weight: 700;
  /*background: transparent url(../files/sp_sub_title_bg.png) no-repeat center top / 100% auto;*/
  /*background: linear-gradient(#cccccc,#cccccc);*/
}
/*	小見出し(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 1px 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);*/
}
.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,
.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 input.wpcf7c-conf,
.iqfm-table tr 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);
  color: var(--td_character_color);
  border: 1px solid var(--table_border_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 {
  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サイトデザイン▲ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 中ページ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%;
}

.add-image,
.add-image img{
  transition: clip-path 1.3s ease,
  filter 1.3s ease,
  opacity 1.3s ease,
  scale 1.3s ease,
  transform 1.3s ease;
}

.add-image{
  position: absolute;
}

/* フェードイン後 */
.moved .add-image,
.moved .add-image img,
.add-image.moved,
.add-image.moved img{
  filter: none;
  opacity: 1;
  scale: 1;
  transform: none;
}

.add-image img{
  height: auto;
}

.moved .animation-clip,
.animation-clip.moved{
  clip-path: inset(0);
}

/* blur */
.animation-blur{
  filter: blur(10px);
  opacity: 0;
}

.animation-blur.moved{
  filter: none;
  opacity: 1;
}

/* clip-path */
.animation-clip-from-bottom{
  clip-path: inset(100% 0 0 0);
}

.animation-clip-from-center-y{
  clip-path: inset(50% 0);
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip-from-top{
  clip-path: inset(0 0 100% 0);
}

/* scale */
.animation-scale{
  opacity: 0;
  scale: 0;
}

.animation-scale-shrink{
  opacity: 0;
  overflow: hidden;
}

.animation-scale-shrink img{
  scale: 1.3;
  transition: scale 2.3s ease;
}

/* clip-path */
.animation-clip-from-bottom{
  clip-path: inset(100% 0 0 0);
}

.animation-clip-from-center-y{
  clip-path: inset(50% 0);
}

.animation-clip-from-left{
  clip-path: inset(0 100% 0 0);
}

.animation-clip-from-top{
  clip-path: inset(0 0 100% 0);
}

/* general */
.animation-from-bottom{
  opacity: 0;
  transform: translateY(100px);
}

.animation-from-left{
  opacity: 0;
  transform: translateX(-100px);
}

.animation-from-right{
  opacity: 0;
  transform: translateX(100px);
}

.animation-from-top{
  opacity: 0;
  transform: translateY(-100px);
}

.animation-min-from-bottom{
  opacity: 0;
  transform: translateY(20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-left{
  opacity: 0;
  transform: translateX(-20px);
}

.animation-min-from-right{
  opacity: 0;
  transform: translateX(20px);
}

.animation-min-from-top{
  opacity: 0;
  transform: translateY(-20px);
}

/* css animation */

.css-bounce-in{
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}

.css-bounce-in.moved{
  animation: css-bounce-in .8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  transition: none;
}

@keyframes css-bounce-in {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20%,
  40%,
  60%,
  80%,
  to{
    opacity: 1;
  }
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

.css-falling-down{
  opacity: 0;
  transform: translate(0);
  transition: none;
}

.css-falling-down.moved {
  animation: css-falling-down 2.5s forwards ease-out 0s;
}

@keyframes css-falling-down {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 0;
    transform: translate(0, -40px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(0, -15px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.css-floating{
  animation: css-floating 2s infinite alternate ease-in-out;
}

@keyframes css-floating{
  to{
    translate: 0 25px;
  }
}

#outer_block{
  overflow: hidden;
}

/* フェードイン */
.post_data{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.post_data.moved{
  opacity: 1;
  transform: none;
}

#page_6 #main > #outer_block{
  padding-top: 0;
}

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

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

/* トップへ戻るボタン非表示 */
#thirdly{
  display: none;
}

/* ===========================================================================
   トップページ   pageID：6
=========================================================================== */

/*DB > 自然と共に歩む森づくりに挑戦しませんか？
m2w9p0ba74ucwwajabmk
--------------------------------------- */
#m2w9p0ba74ucwwajabmk{
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#m2w9p0ba74ucwwajabmk div{
  margin-bottom: 0;
}

#m2w9p0ba74ucwwajabmk .easys_content_inner{
  background: url(../files/sp_design01_image_bottom.png) no-repeat center bottom / 100%;
  padding-bottom: calc(786 / 640 * 100vw);
}

#m2w9p0ba74ucwwajabmk [class*="headline_title"]{
  background: url(../files/sp_design01_image_top.png) no-repeat center top / 100%;
  border: 0;
  height: calc(690 / 640* 100vw);
  margin: 0;
  position: relative;
  text-indent: -9999px;
}

/* 追加画像 */
.sp_design01_ttl01{
  inset-inline: 0;
  margin-inline: auto;
  top: calc(168 / 640 * 100vw);
  width: calc(180 / 640 * 100vw);
}
.sp_design01_ttl02{
  right: calc(14 / 640 * 100vw);
  bottom: calc(96 / 640 * 100vw);
  width: calc(228 / 640 * 100vw);
}

#m2w9p0ba74ucwwajabmk .entry_post{
  padding-bottom: 0;
}

#m2w9p0ba74ucwwajabmk .post_data{
  box-sizing: border-box;
  padding: 5% 5% 0;
}

#m2w9p0ba74ucwwajabmk .post_data :last-child{
  margin-bottom: 0;
}

/*DB > A伸林業で働く3つのメリット
td5yhojusl7oe4uzy8r2
--------------------------------------- */
#td5yhojusl7oe4uzy8r2{
  background: #f5ffc8;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#td5yhojusl7oe4uzy8r2 div{
  margin-bottom: 0;
}

#td5yhojusl7oe4uzy8r2 .easys_content_inner{
  padding-top: calc(312 / 640 * 100vw);
  padding-bottom: 10%;
}

#td5yhojusl7oe4uzy8r2 [class*="headline_title"]{
  display: none;
}

#td5yhojusl7oe4uzy8r2 .entry_post{
  padding-bottom: 0;
  padding-inline: 3%;
}

#td5yhojusl7oe4uzy8r2 .sub_post{
  background: #ffffff;
  padding: 0;
}

#td5yhojusl7oe4uzy8r2 .sub_post .post_data{
  padding: 5%;
}

#td5yhojusl7oe4uzy8r2 .sub_post + .sub_post{
  margin-top: 7.5%;
}

#td5yhojusl7oe4uzy8r2 .sub_post .entry_title{
  display: none;
}

#td5yhojusl7oe4uzy8r2 .sp_gallery {
  background: #ffffff;
  border-radius: 4px 4px 0 0;
  padding: 0;
}

#td5yhojusl7oe4uzy8r2 .post_data{
  box-sizing: border-box;
  padding: 5% 5% 0;
}

#td5yhojusl7oe4uzy8r2 .post_data :last-child{
  margin-bottom: 0;
}

/* 追加画像 */
.sp_design02_ttl01{
  inset-inline: 0;
  margin-inline: auto;
  top: calc(130 / 640 * 100vw);
  width: calc(320 / 640 * 100vw);
}
.sp_design02_ttl02{
  left: calc(353 / 640 * 100vw);
  top: calc(186 / 640 * 100vw);
  width: calc(180 / 640 * 100vw);
  z-index: 1;
}

/*DB > 主な仕事内容
ekalp7z7esp3jjdeqkeh
--------------------------------------- */
#ekalp7z7esp3jjdeqkeh{
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#ekalp7z7esp3jjdeqkeh div{
  margin-bottom: 0;
}

#ekalp7z7esp3jjdeqkeh .easys_content_inner{
  padding-bottom: calc(1164 / 640 * 100vw);
}

/* 追加画像 */
.sp_design03_image_bottom{
    left: 0;
    bottom: calc(0 / 640 * 100vw);
    width: calc(640 / 640 * 100vw);
}

#ekalp7z7esp3jjdeqkeh [class*="headline_title"]{
  background: url(../files/sp_design03_bg_top.png) no-repeat center top / 100%;
  border: 0;
  height: calc(571 / 640* 100vw);
  margin: 0;
  position: relative;
  text-indent: -9999px;
}

/* 追加画像 */
.sp_design03_image_top{
  left: 0;
  top: calc(140 / 640 * 100vw);
  width: calc(488 / 640 * 100vw);
}
.sp_design03_ttl{
  right: 0;
  top: calc(127 / 640 * 100vw);
  width: calc(120 / 640 * 100vw);
}

#ekalp7z7esp3jjdeqkeh .entry_post{
  padding-bottom: 0;
}

#ekalp7z7esp3jjdeqkeh .post_data{
  box-sizing: border-box;
  padding: 5% 5% 0;
}

#ekalp7z7esp3jjdeqkeh .post_data :last-child{
  margin-bottom: 0;
}

/*コンテンツ画像 > 林業で働く1日とは？
nj9ivdx47jw0d5wf3qw6
--------------------------------------- */
#nj9ivdx47jw0d5wf3qw6{
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#nj9ivdx47jw0d5wf3qw6 div{
  margin-bottom: 0;
  padding-bottom: 0;
}

/*DB > MT乗れない方でも大丈夫！
c5uj4p80vcskwnmh3zq6
--------------------------------------- */
#c5uj4p80vcskwnmh3zq6{
  backface-visibility: hidden;
  clip-path: inset(0);
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#c5uj4p80vcskwnmh3zq6::before{
  background: url(../files/sp_design04_bg.png) no-repeat center top / cover;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#c5uj4p80vcskwnmh3zq6 div{
  margin-bottom: 0;
}

#c5uj4p80vcskwnmh3zq6 .easys_content_inner{
  padding-block: calc(334 / 640 * 100vw) calc(474 / 640 * 100vw);
}

/* 追加画像 */
.sp_design04_bg_cover{
  height: 100%;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.sp_design04_bg_cover img{
  height: 100%;
  width: 100%;
}

.sp_design04_ttl_top{
  inset-inline: 0;
  margin-inline: auto;
  top: calc(180 / 640 * 100vw);
  width: calc(371 / 640 * 100vw);
}
.sp_design04_ttl_bottom{
  right: 0;
  bottom: calc(210 / 640 * 100vw);
  width: calc(352 / 640 * 100vw);
}

#c5uj4p80vcskwnmh3zq6 .sp_design04_ttl_top{
  transition-delay: calc(1.3s);
}

#c5uj4p80vcskwnmh3zq6 .sp_design04_ttl_bottom{
  transition-delay: calc(1.3s + 0.3s * 1);
}

#c5uj4p80vcskwnmh3zq6 [class*="headline_title"]{
  display: none;
}

#c5uj4p80vcskwnmh3zq6 .entry_post{
  padding-bottom: 0;
}

#c5uj4p80vcskwnmh3zq6 .post_data{
  box-sizing: border-box;
  color: #ffffff;
  padding: 5% 5% 0;
}

#c5uj4p80vcskwnmh3zq6 .post_data :last-child{
  margin-bottom: 0;
}

/*DB > 半日職場体験も可能！
yaig23s1prsrbjbzgyid
--------------------------------------- */
#yaig23s1prsrbjbzgyid{
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#yaig23s1prsrbjbzgyid div{
  margin-bottom: 0;
}

#yaig23s1prsrbjbzgyid .easys_content_inner{
  padding-bottom: calc(811 / 640 * 100vw);
}

/* 追加画像 */
.sp_design05_image_bottom{
  left: 0;
  bottom: calc(0 / 640 * 100vw);
  width: calc(640 / 640 * 100vw);
}

#yaig23s1prsrbjbzgyid [class*="headline_title"]{
  background: url(../files/sp_design05_bg_top.png) no-repeat center top / 100%;
  border: 0;
  height: calc(674 / 640* 100vw);
  margin: 0;
  position: relative;
  text-indent: -9999px;
}

/* 追加画像 */
.sp_design05_image_top{
  right: 3%;
  top: calc(140 / 640 * 100vw);
  width: calc(332 / 640 * 100vw);
}
.sp_design05_ttl01{
  left: calc(82 / 640 * 100vw);
  top: calc(190 / 640 * 100vw);
  width: calc(110 / 640 * 100vw);
  z-index: 1;
}
.sp_design05_ttl02{
  left: calc(47 / 640 * 100vw);
  top: calc(480 / 640 * 100vw);
  width: calc(197 / 640 * 100vw);
}

#yaig23s1prsrbjbzgyid .easys_content{
  padding-bottom: 0;
}

#yaig23s1prsrbjbzgyid .post_data{
  box-sizing: border-box;
  padding: 5% 5% 0;
}

#yaig23s1prsrbjbzgyid .post_data :last-child{
  margin-bottom: 0;
}

/*DB > 林業のアレコレ
jflgrtpa30dx9zf2mj1w
--------------------------------------- */
#jflgrtpa30dx9zf2mj1w{
  background: url(../files/sp_design06_html_bg.png) repeat center top / 100%;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#jflgrtpa30dx9zf2mj1w div{
  margin-bottom: 0;
}

#jflgrtpa30dx9zf2mj1w .easys_content_inner{
  padding-bottom: 10%;
}

#jflgrtpa30dx9zf2mj1w [class*="headline_title"]{
  background: url(../files/sp_design06_ttl.png) no-repeat center 70% / calc(291 / 640* 100vw);
  border: 0;
  height: calc(344 / 640* 100vw);
  margin: 0;
  position: relative;
  text-indent: -9999px;
}

#jflgrtpa30dx9zf2mj1w .entry_post{
  counter-reset: number 0;
  padding-bottom: 0;
}

#jflgrtpa30dx9zf2mj1w .sub_post{
  margin: 0 3%;
}

#jflgrtpa30dx9zf2mj1w .sub_post + .sub_post{
  margin-top: 5%;
}

#jflgrtpa30dx9zf2mj1w .sub_post .inline_title{
  background: #085c2b;
  border: 0;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 3% 5%;
  text-align: left;
}

#jflgrtpa30dx9zf2mj1w .sub_post .q_title::before{
  color: #d5eaa4;
  counter-increment: number 1;
  content: "Q"counter(number)": ";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: normal;
  font-variation-settings:
  "wdth" 100;
  font-weight: 600;
}

#jflgrtpa30dx9zf2mj1w .post_data{
  background: #dcefce;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  padding: 2.5% 2.5% 5%;
}

#jflgrtpa30dx9zf2mj1w .post_data :last-child{
  margin-bottom: 0;
}

/*DB > 安心して働ける制度も充実
ipixospflrjgufw92da8
--------------------------------------- */
#ipixospflrjgufw92da8{
  background: #085c55;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#ipixospflrjgufw92da8 div{
  margin-bottom: 0;
}

#ipixospflrjgufw92da8 .easys_content_inner{
  padding-block: calc(676 / 640 * 100vw) calc(942 / 640 * 100vw);
}

/* 追加画像 */
.sp_design07_image_top{
  inset-inline: 0;
  margin-inline: auto;
  top: calc(320 / 640 * 100vw);
  width: calc(600 / 640 * 100vw);
}
.sp_design07_image_bottom{
  left: 0;
  bottom: calc(0 / 640 * 100vw);
  width: calc(640 / 640 * 100vw);
}
.sp_design07_ttl{
  inset-inline: 0;
  margin-inline: auto;
  top: calc(126 / 640 * 100vw);
  width: calc(501 / 640 * 100vw);
}

#ipixospflrjgufw92da8 [class*="headline_title"]{
  display: none;
}

#ipixospflrjgufw92da8 .easys_content{
  padding-bottom: 0;
}

#ipixospflrjgufw92da8 .post_data{
  box-sizing: border-box;
  color: #ffffff;
  padding: 5% 5% 0;
}

#ipixospflrjgufw92da8 .post_data :last-child{
  margin-bottom: 0;
}

/*DB > 求人メッセージ
oohw23frn39ny3h9nky9
--------------------------------------- */
#oohw23frn39ny3h9nky9{
  background: #d2eef7;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

#oohw23frn39ny3h9nky9 div{
  margin-bottom: 0;
}

#oohw23frn39ny3h9nky9 .easys_content_inner{
  padding-block: calc(779 / 640 * 100vw) calc((822 - 100) / 640 * 100vw);
  background: url(../files/sp_design08_image_bottom.png) no-repeat center bottom / 100%;
}

/* 追加画像 */
.sp_design08_image_top{
  inset-inline: 0;
  margin-inline: auto;
  top: calc(140 / 640 * 100vw);
  width: calc(600 / 640 * 100vw);
}
.sp_design08_ttl{
  right: calc(50 / 640 * 100vw);
  top: calc(800 / 640 * 100vw);
  transition-delay: calc(.8s);
  width: calc(153 / 640 * 100vw);
}

#oohw23frn39ny3h9nky9 [class*="headline_title"]{
  display: none;
}

#oohw23frn39ny3h9nky9 .easys_content{
  padding-bottom: 0;
}

#oohw23frn39ny3h9nky9 .post_data{
  box-sizing: border-box;
  padding: 5% 35% 0 3%;
}

#oohw23frn39ny3h9nky9 .post_data :last-child{
  margin-bottom: 0;
}

/*イメージ動画
tzevs00wh5rc1h5d30l0
--------------------------------------- */
#tzevs00wh5rc1h5d30l0{
  overflow: hidden;
  padding-inline: 0 !important;
  position: relative;
}

#tzevs00wh5rc1h5d30l0 div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#tzevs00wh5rc1h5d30l0 .easys_content_inner{
  backface-visibility: hidden;
  clip-path: inset(0);
  height: calc(400 / 640 * 100vw);
  width: 100%;
}

#tzevs00wh5rc1h5d30l0 .field_1col:first-child{
  margin-inline: auto;
  width: max-content;
}

#tzevs00wh5rc1h5d30l0 .eyecatch{
  display: block;
}

#tzevs00wh5rc1h5d30l0 a:hover::before{
  opacity: 1;
}

#tzevs00wh5rc1h5d30l0 .field_1col:first-child,
#tzevs00wh5rc1h5d30l0 video{
  left: 0;
  margin-inline: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#tzevs00wh5rc1h5d30l0 video{
  height: 100vh;
  object-fit: cover;
  width: 100vw;
} 

#tzevs00wh5rc1h5d30l0 .field_1col:first-child{
  width: 100%;
  z-index: -2;
}

/*会社概要 (※top)
i8frdtaaituram4kjs13
--------------------------------------- */

/*募集要項
orio6prfg7o1hpbhmo1q
--------------------------------------- */

/*お問い合わせフォーム_1
mnoxxk7dn5abpqtr20hx
--------------------------------------- */
