@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff;
  --body_text_color: #000;
  --link_color: #00c9ff;
  --border_color: #00c9ff;
  --table_border_color: #000;
  --th_background_color: #3ebdff;
  --td_background_color: transparent;
  --th_character_color: #fff;
  --td_character_color: #000;
  --required_color: #fff600;
  --top_h1_color: #fff;
  --header_navigation_color: rgba(255,255,255,0.8);
  --top_entry_title_color: #000;
  --entry_title_bg_color: #000;
  --blog_title_color: #000;
  --sub_entry_title_bg_color: #000;
  --entry_title_bg_w570_color: #fff;
  --sub_entry_title_bg_w570_color: #000;
  --half_entry_title_bg_color: #fff;
  --half_sub_entry_title_bg_color: #000;
  --column3_title_bg_color: #fff;
  --widget_title_bg_color: #fff;
  --widget_list_bg_color: #000;
  --footnavi_color: #000;
  --address_color: #000;
  --copy_color: #000;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1000;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 640;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #fff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #fff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #fff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #fff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000;/* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 0;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 55px;  /*初期ナビ高*/
  --easys_fixed_h: 0px;  /*固定ナビ高*/
  --custom_padding: 150px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
  --custom_transition: .3s;   /*フェードの基本時間*/
}


/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  background: none transparent no-repeat center top calc(var(--header_h) * 1px) / 100%;
  /* background: url(../files/body_bg.jpg) no-repeat center top calc(var(--header_h) * 1px) / 100%; */
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  word-break: break-word;
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
}

/* ※最初のブロックが背景ありになった場合の余白処理はfooter_common.jsに記述しています */
#outer_block {
  background: none transparent;
}


#main {
  display: flow-root;
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  background: none transparent;
  height: calc(var(--header_h) * 1px);
  padding: calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%) 0 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  /* background: url(../files/top_header_cover.png) no-repeat center bottom / 100%; */
  padding-top: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  /* CSSレスポンシブ用
  position: absolute;
  top: 26%;
  left: 48%;
  z-index: 1;
  background: url("../files/main_logo.png");
  transform-origin: top left;
  */
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  height: auto;
  /* CSSレスポンシブ用
  top: 26%;
  */
}
#header_information .main_header {
  width : 300px;
  height: 80px;
  position: absolute;
  top : 40px;
  left: 40px;
  background: url(../files/main_logo.png) no-repeat no-repeat left top;
  pointer-events: none;
  z-index: 700;
}
#header_information .main_header a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
#header_information .main_header a img {
  width: 100%;
  height: 100%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
:root {
  --gnavi01: 120px;
  --gnavi02: 100px;
  --gnavi03: 100px;
  --gnavi04: 100px;
  --gnavi05: 100px;
  --gnavi06: 130px;
}
#access {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: var(--easys_navi_h);
  z-index: 1;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi { height: 100%;}
div#access .menu-header {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
div#access .menu-header #menu-gnavi { display: inline-block;}

div#access .menu-item a {
  background: url(../files/topnavi.png) no-repeat left top;
  height: var(--easys_navi_h) !important;
  line-height: var(--easys_navi_h) !important;
  padding: 0;
}
div#access .gnavi11 a { width: var(--gnavi01) !important;}
div#access .gnavi12 a { width: var(--gnavi02) !important;}
div#access .gnavi13 a { width: var(--gnavi03) !important;}
div#access .gnavi14 a { width: var(--gnavi04) !important;}
div#access .gnavi15 a { width: var(--gnavi05) !important;}
div#access .gnavi16 a { width: var(--gnavi06) !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a {
  background-position-x: calc(var(--gnavi01) * -1);}
div#access .gnavi13 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02)) * -1);}
div#access .gnavi14 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03)) * -1);}
div#access .gnavi15 a {
  background-position-x: calc((var(--gnavi01) + var(--gnavi02) + var(--gnavi03) + var(--gnavi04)) * -1);}
div#access .gnavi16 a {background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}

/* プルダウンメニューのサイズ */
#access ul li:hover > ul {
  display: flex;
}
#access ul.menu ul.sub-menu {
  flex-direction: column;
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  background: none var(--easys_standard_value002);
  box-sizing: border-box;
  color: var(--easys_standard_value003);
  padding: 15px 10px;
  line-height: 1.2em !important;
  text-align: left;
  white-space: nowrap;
  width: 100% !important;
  height: auto !important;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: var(--easys_standard_value003);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
  color: var(--easys_standard_value004);
}

/* Gナビ上部固定(最大2000pxを維持) */
/* body.fixed #header_information {
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
body.fixed #header_information .main_header {
  display: block;
  pointer-events: all;
  top: 0;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  background: var(--header_navigation_color);
  width: clamp(960px, 100%, calc(var(--easys_max_width)*1px));
  height: var(--easys_fixed_h);
} */


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: calc(var(--header_h) * 1px);
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}
#video_teaser,
#jquery_slider_pc .viewer {
  height: var(--easys_main_h) !important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  padding: 0;
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  background: none transparent;
  border-color: var(--border_color);
  border-style: dotted;
  border-width: 0 0 1px;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}


/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(../files/footer_bg.png) no-repeat center top;
  height: 600px;
  position: relative;
}
#footer_box {
  background: none transparent;
  /* background: url(../files/footer_box_bg.png) no-repeat center top; */
  height: 505px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 15px 0 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  display: none;
  border-color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: var(--footnavi_color);
  color: var(--footnavi_color);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  width: 100%;
  text-align: center;
  top: 340px;
  left: 0;

  /* width: 480px;
  text-align: left;
  top: 200px;
  left: calc(50% - 480px); */
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner,
#footer_sns_btn div {
  width: fit-content;
  height: auto;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}



/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  bottom: 120px;
  z-index: 1000;
}
.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 50px;
}
/* .fixed_btn div#fixed_btn_gtn {
  height: 150px !important;
} */

/* デフォルト動作 */
.fixed_btn {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  overflow: hidden;
}
.fixed_btn div a {
  pointer-events: all;
  overflow: visible !important;
}

.fixed_btn > div {
  position: relative;
}

/* .fixed_btn div,.fixed_btn div a,.fixed_btn div a:hover {
  width: auto !important;
  height: auto !important;
}
.fixed_btn div {
  margin-bottom: 0;
}
.fixed_btn div a {
  position: relative !important;
} */

#fixed_btn_now {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
  z-index: 1000;
}
#fixed_btn_now a {
  pointer-events: all;
}
/* #fixed_btn_now a:hover img {
  animation: bounce 0.6s ease-in-out forwards;
}
@keyframes bounce {
  0%, 30%, 100% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-30px);
  }
} */
#fixed_btn_now a img {
  transform-origin: left center;
}
#fixed_btn_now a:hover img {
  animation: bounceSingle 0.75s forwards;
}
@keyframes bounceSingle {
  0%, 60%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
    opacity:1;
  }
  to {
    transform: scaleX(1);
    opacity:1;
  }
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  box-sizing: border-box;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  text-align: right;
  width: clamp(0px, 100%, calc(var(--easys_max_width)*1px));
}
#float_top_btn > a {
  position: absolute;
  right: 20px;
  bottom: 0;
  pointer-events: all;
  width: fit-content;
  height: fit-content;
  display: block;
}
#float_top_btn > a:hover img {
  opacity: 0.8;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 50px;
  line-height: 50px;
  padding-top: 40px;
}
h3.entry_title,
.entry-title,
.entry_title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/* * .sub_entry_title,
* .sub_entry_title h4,
* .sub_entry_title h4 a {
  フォントサイズはこちら
} */
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none var(--th_background_color);
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  color: var(--th_character_color);
  font-size: 15px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  color: var(--link_color) !important;
  padding: 5px 0;
  text-align: center !important;
  width: 100%;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border: 3px solid var(--table_border_color);
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border-color:var(--table_border_color);
  border-top:none !important;
  border-right:none !important;
  background: var(--td_background_color) !important;
  color: var(--td_character_color);
}
.table_area td.td_name,
.post_data .wpcf7 table th {
  background: var(--th_background_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  border-left:none !important;
  background-color: var(--th_background_color) !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;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  vertical-align:top;
  border-color:var(--border_color);
}

.table_area table tr td {
  border:solid 1px var(--table_border_color) !important;
  border-right:none !important;
  background: var(--td_background_color);
}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: var(--link_color);
  color: var(--link_color) !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  background: none transparent;
  border: 1px solid var(--easys_standard_value007);
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  background-color: var(--link_color);
  border-color: var(--link_color);
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  background: none var(--link_color);
  border-color: var(--link_color);
  border-style: solid;
  color: var(--easys_standard_value008) !important;
}


/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  background-color: transparent;
  border: 1px solid var(--link_color);
  color: var(--link_color);
}
div.link_list a:hover {
  background-color: var(--link_color);
  border: 1px solid var(--link_color);
  color: #fff;
}

.faq-title {
  background-color: var(--link_color);
  color: #fff;
  font-weight: normal;
}


/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}


/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
  width: 8em;
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}


/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  height: auto;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  flow矢印余白*/
.flow_arr {
  margin: 10px auto !important;
}

/* メール更新ブロック */
.nj_03 .cu_mail_block {
  padding-bottom: 20px;
}
.nj_03 .img_size_thumb {
  height: 100px;
}
.nj_03 .img_size_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 会社概要 */
#content [class*="nf_"] small + iframe {
  margin-top: 30px !important;
}

/* フェードのipad対応 */
.easys_content:not(.ni_01) div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 背景と余白調整 */
.easys_content.no_margin { margin-bottom: 0 !important;}
.easys_content.no_margin + .easys_content:not(.no_margin) { margin-top: var(--custom_padding);}
.easys_content.no_margin.nk_01 { padding-bottom: 25px;}
.easys_content.no_margin.nk_01 [class*="title"] {  margin-bottom: 0;}
.shosai #outer_block { padding-top: 70px !important;}

/* テーマ余白調整 */
.easys_content,
.easys_content_inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.easys_content.no_margin + .easys_content:not(.no_margin),
.easys_content:not(.no_margin):not(.nk_01) + .easys_content:not(.no_margin),
.easys_content:not(.no_margin) + .easys_content.no_margin {
  margin-top: var(--custom_padding);
}
#content > .easys_content:last-of-type:not(.no_margin) { margin-bottom: var(--custom_padding) !important;}

/* ローディング（PCのみの設定） */
#progress_bar {
  width: 450px !important;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
/* ※GSAPにて実装済（footer_pc.js） */

.easys_content_inner {
  position: relative;
  height: 100%;
}

/* #outer_block .easys_content_inner {
  top: calc(var(--custom_fade) * 1px);
  opacity: 0;
  transition: all 1.3s ease 0s;
}
#outer_block .easys_content_inner.moved {
  opacity: 1;
  top: 0px;
}
#outer_block .nd_01 .easys_content_inner {
  opacity: 1;
  top: 0px;
} */


/*  追加画像
---------------------------------------------------------------------------------------------------- */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transition: all 1.3s ease 0s;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* ホバーで縮小 */
#eik04mwzlv4nn8vtwpvm a img,
#nw89y7oic250cn5enl9n a img,
#k53v0qbe9kz0fftsze7i a img,
#mxig0kwrptzn7xjk3r98 a img,
#t53gmm2carner8fodczc a img {
  transition: var(--custom_transition);
}
#eik04mwzlv4nn8vtwpvm a:hover img,
#nw89y7oic250cn5enl9n a:hover img,
#k53v0qbe9kz0fftsze7i a:hover img,
#mxig0kwrptzn7xjk3r98 a:hover img,
#t53gmm2carner8fodczc a:hover img {
  transform: scale(0.9);
}

/* ON画像 */
#iciybijqbi51n6eusfyi a::after,
#j2oy87a7821ih2wll3tr a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: var(--custom_transition);
  opacity: 0;
}
#iciybijqbi51n6eusfyi a:hover::after,
#j2oy87a7821ih2wll3tr a:hover::after {
  opacity: 1;
}

/* ホバーでバウンド */
#iciybijqbi51n6eusfyi a:hover,
#j2oy87a7821ih2wll3tr a:hover {
  animation: bnrbounce 0.8s ease-out;
}
@keyframes bnrbounce {
  0% {
    transform: translate(0, 0);
  }

  16.6% {
    transform: translate(0, -20px);
    animation-timing-function: ease-in;
  }

  33.3% {
    transform: translate(0, 0);
  }

  49.8% {
    transform: translate(0, -14px);
    animation-timing-function: ease-in;
  }

  66.4% {
    transform: translate(0, 0);
  }

  83% {
    transform: translate(0, -4px);
    animation-timing-function: ease-in;
  }

  100% {
    transform: translate(0, 0);
  }
}


/*  セカンドメイン、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#eik04mwzlv4nn8vtwpvm,
#nw89y7oic250cn5enl9n,
#k53v0qbe9kz0fftsze7i,
#iciybijqbi51n6eusfyi,
#j2oy87a7821ih2wll3tr,
#mxig0kwrptzn7xjk3r98,
#t53gmm2carner8fodczc,
#knberjkmjmjaqzbehp12,
#apeogr86yle3o7z1h5qg,
#r17puty6gvfev80x60dx {
  margin-bottom: var(--custom_padding);
  position: relative;
  overflow: hidden;
}
#eik04mwzlv4nn8vtwpvm div,
#nw89y7oic250cn5enl9n div,
#k53v0qbe9kz0fftsze7i div,
#iciybijqbi51n6eusfyi div,
#j2oy87a7821ih2wll3tr div,
#mxig0kwrptzn7xjk3r98 div,
#t53gmm2carner8fodczc div,
#knberjkmjmjaqzbehp12 div,
#apeogr86yle3o7z1h5qg div,
#r17puty6gvfev80x60dx div {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}
#eik04mwzlv4nn8vtwpvm img,
#nw89y7oic250cn5enl9n img,
#k53v0qbe9kz0fftsze7i img,
#iciybijqbi51n6eusfyi img,
#j2oy87a7821ih2wll3tr img,
#mxig0kwrptzn7xjk3r98 img,
#t53gmm2carner8fodczc img,
#knberjkmjmjaqzbehp12 img,
#apeogr86yle3o7z1h5qg img,
#r17puty6gvfev80x60dx img {
  position: relative;
}
#eik04mwzlv4nn8vtwpvm .design_block,
#nw89y7oic250cn5enl9n .design_block,
#k53v0qbe9kz0fftsze7i .design_block,
#iciybijqbi51n6eusfyi .design_block,
#j2oy87a7821ih2wll3tr .design_block,
#mxig0kwrptzn7xjk3r98 .design_block,
#t53gmm2carner8fodczc .design_block,
#knberjkmjmjaqzbehp12 .design_block,
#apeogr86yle3o7z1h5qg .design_block,
#r17puty6gvfev80x60dx .design_block {
  opacity: 0;
}
#eik04mwzlv4nn8vtwpvm .design_block[class*="block"].moved,
#nw89y7oic250cn5enl9n .design_block[class*="block"].moved,
#k53v0qbe9kz0fftsze7i .design_block[class*="block"].moved,
#iciybijqbi51n6eusfyi .design_block[class*="block"].moved,
#j2oy87a7821ih2wll3tr .design_block[class*="block"].moved,
#mxig0kwrptzn7xjk3r98 .design_block[class*="block"].moved,
#t53gmm2carner8fodczc .design_block[class*="block"].moved,
#knberjkmjmjaqzbehp12 .design_block[class*="block"].moved,
#apeogr86yle3o7z1h5qg .design_block[class*="block"].moved,
#r17puty6gvfev80x60dx .design_block[class*="block"].moved {
  margin: 0px;
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* リンク共通 */
#eik04mwzlv4nn8vtwpvm a,
#nw89y7oic250cn5enl9n a,
#k53v0qbe9kz0fftsze7i a,
#iciybijqbi51n6eusfyi a,
#j2oy87a7821ih2wll3tr a,
#mxig0kwrptzn7xjk3r98 a,
#t53gmm2carner8fodczc a {
  display: block;
  position: relative;
}
#eik04mwzlv4nn8vtwpvm a:hover img,
#nw89y7oic250cn5enl9n a:hover img,
#k53v0qbe9kz0fftsze7i a:hover img,
#iciybijqbi51n6eusfyi a:hover img,
#j2oy87a7821ih2wll3tr a:hover img,
#mxig0kwrptzn7xjk3r98 a:hover img,
#t53gmm2carner8fodczc a:hover img {
  opacity: 1;
}

/* “足場”って、実は一番かっこいい説 */
#page_6 #main {
  margin-top: -110px;
  position: relative;
  z-index: 99;
}
#eik04mwzlv4nn8vtwpvm {
  background: url(../files/bnr_design01_bg.png) no-repeat center center;
  box-sizing: border-box;
  height: 1400px;
  padding-top: 913px;
  z-index: 10;
}
#eik04mwzlv4nn8vtwpvm .easys_content_inner {
  width: 1300px;
}
#eik04mwzlv4nn8vtwpvm .eyecatch {
  margin-left: 695px;
}
#eik04mwzlv4nn8vtwpvm + .easys_content {
  /* margin-top: -70px; */
  margin-top: -160px;
  z-index: 0;
}

/* 募集要項/GATEN職 */
#nw89y7oic250cn5enl9n,
#k53v0qbe9kz0fftsze7i {
  background: url(../files/bnrhalf_bg.png) no-repeat center center;
  box-sizing: border-box;
  height: 920px;
  padding-top: 378px;
}
#nw89y7oic250cn5enl9n .easys_content_inner,
#k53v0qbe9kz0fftsze7i .easys_content_inner {
  width: 1300px;
}
#nw89y7oic250cn5enl9n::after,
#k53v0qbe9kz0fftsze7i::after {
  content: "";
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../files/bnrhalf_cover.png) no-repeat center center;
  pointer-events: none;
}
#nw89y7oic250cn5enl9n [class*="field_"],
#k53v0qbe9kz0fftsze7i [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#nw89y7oic250cn5enl9n .eyecatch,
#k53v0qbe9kz0fftsze7i .eyecatch {
  width: 100% !important;
}
#nw89y7oic250cn5enl9n .eyecatch img,
#k53v0qbe9kz0fftsze7i .eyecatch img {
  width: auto;
}
#wmpdmspvysmv4c4zop2f  {
  z-index: 10;
}
#wmpdmspvysmv4c4zop2f + #k53v0qbe9kz0fftsze7i {
  margin-top: -70px;
  z-index: 0;
}

/* 自信ない？/稼ぐ？ゆるくいく？/来ればわかる */
#iciybijqbi51n6eusfyi {
  background: url(../files/bnrmany_bg01.png) no-repeat center center;
  box-sizing: border-box;
  height: 1490px;
  padding-top: 550px;
}
#iciybijqbi51n6eusfyi .easys_content_inner {
  width: 1195px;
}
#iciybijqbi51n6eusfyi [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#iciybijqbi51n6eusfyi [class*="field_"].float_left {
  margin-right: 42px;
}
#iciybijqbi51n6eusfyi .eyecatch {
  width: 100% !important;
}
#iciybijqbi51n6eusfyi .eyecatch img {
  width: auto;
}
#iciybijqbi51n6eusfyi [class*="field_"]:nth-of-type(1) a::after {
  background-image: url(../files/bnrmany01_on.png);
}
#iciybijqbi51n6eusfyi [class*="field_"]:nth-of-type(2) a::after {
  background-image: url(../files/bnrmany02_on.png);
}
#iciybijqbi51n6eusfyi [class*="field_"]:nth-of-type(3) a::after {
  background-image: url(../files/bnrmany03_on.png);
}
#iciybijqbi51n6eusfyi > .design_block.block1 {
  background-image: url(../files/bnrmany_img01.png);
  width: 180px;
  height: 100px;
  top: 248px;
  left: calc(50% + 410px);
  opacity: 1;
  animation: anime-fuwa 1s ease-in-out 0s alternate infinite;
}
@keyframes anime-fuwa {
  0% { translate: 0px 0px; }
  100% { translate: 0px 10px; }
}
#iciybijqbi51n6eusfyi a > .design_block.block1 {
  width: 100%;
  height: 40px;
  bottom: 69px;
  left: 0;
  opacity: 1;
  overflow: hidden;
  z-index: 20;
}
#iciybijqbi51n6eusfyi a > .design_block.block1::before {
  content: "";
  width: calc(380 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 20s linear 0s infinite;
  background: url(../files/bnrmany_btn.png) repeat-x left top / auto 100%;
}
#iciybijqbi51n6eusfyi + .easys_content {
  margin-top: -120px;
  z-index: 0;
}

/* 不安より、誇り/支える側に立つ/目立たなくても */
#j2oy87a7821ih2wll3tr {
  background: url(../files/bnrmany_bg02.png) no-repeat center center;
  box-sizing: border-box;
  height: 1470px;
  padding-top: 636px;
  margin-top: -370px;
}
#j2oy87a7821ih2wll3tr .easys_content_inner {
  width: 1245px;
  left: -20px;
}
#j2oy87a7821ih2wll3tr [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#j2oy87a7821ih2wll3tr [class*="field_"].float_left {
  margin-right: 84px;
}
#j2oy87a7821ih2wll3tr .eyecatch {
  width: 100% !important;
}
#j2oy87a7821ih2wll3tr .eyecatch img {
  width: auto;
}
#j2oy87a7821ih2wll3tr > .design_block.block1 {
  width: 100%;
  height: 130px;
  bottom: 75px;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#j2oy87a7821ih2wll3tr > .design_block.block1::before {
  content: "";
  width: calc(730 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/bnrmany_img02.png) repeat-x left top / auto 100%;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}
#j2oy87a7821ih2wll3tr > .design_block.block2 {
  background-image: url(../files/bnrmany_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

/* 公式サイト */
#mxig0kwrptzn7xjk3r98 {
  background: url(../files/bnr_officialsite_bg.png) no-repeat center top;
  padding-top: 500px;
  padding-bottom: 25px;
}
#mxig0kwrptzn7xjk3r98 .easys_content_inner {
  width: 1230px;
}

/* Instagram/LINE */
#t53gmm2carner8fodczc {
  background: url(../files/bnr_officialsite_bg.png) no-repeat center bottom;
  padding-top: 25px;
  padding-bottom: 220px;
  overflow: visible !important;
}
#t53gmm2carner8fodczc .easys_content_inner {
  width: 1230px;
}
#t53gmm2carner8fodczc [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#t53gmm2carner8fodczc .eyecatch {
  width: 100% !important;
}
#t53gmm2carner8fodczc .eyecatch img {
  width: auto;
}
#t53gmm2carner8fodczc > .design_block.block1 {
  width: 100%;
  height: 140px;
  bottom: -52px;
  left: 0;
  opacity: 1;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
#t53gmm2carner8fodczc > .design_block.block1::before {
  content: "";
  width: calc(1410 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/bnr_officialsite_img.png) repeat-x left top / auto 100%;
}


/* コンテンツ画像共通 */
#apeogr86yle3o7z1h5qg .easys_content_inner,
#r17puty6gvfev80x60dx .easys_content_inner {
  margin-inline: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%) !important;
  width: fit-content;
}
#apeogr86yle3o7z1h5qg [class*="field_"],
#r17puty6gvfev80x60dx [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#apeogr86yle3o7z1h5qg .eyecatch,
#r17puty6gvfev80x60dx .eyecatch {
  width: 100% !important;
}
#apeogr86yle3o7z1h5qg .eyecatch img,
#r17puty6gvfev80x60dx .eyecatch img {
  width: auto;
}

/* 画像＞選べる！休みの制度　柔軟な働き方を取り入れています */
#apeogr86yle3o7z1h5qg {}

/* 画像＞20代で年収800万、狙えます。 */
#r17puty6gvfev80x60dx {
  z-index: 10;
}
#r17puty6gvfev80x60dx + .easys_content {
  margin-top: -280px;
  z-index: 0;
}

/* 画像＞イメージ（※） */
#knberjkmjmjaqzbehp12 {
  height: 935px;
}
#knberjkmjmjaqzbehp12 .easys_content_inner {
  overflow: hidden;
  width: 100%;
}
#knberjkmjmjaqzbehp12 [class*="field_"]:nth-of-type(1) {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  z-index: 0;
}
#knberjkmjmjaqzbehp12 [class*="field_"]:nth-of-type(1) img {
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  z-index: 0;
}
#knberjkmjmjaqzbehp12 [class*="field_"]:nth-of-type(2) {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#h5gehtbf7c0evebou5kv,
#sjgu9t7zxenummm9kxdo,
#o6h3arrj7p6rjsdtrm3f,
#wmpdmspvysmv4c4zop2f,
#ga62phc04nfttuvzxzch,
#ov6da1iixngqbrwydljb,
#tcmjy54gamm6rsufs3py {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#h5gehtbf7c0evebou5kv .easys_content_inner,
#sjgu9t7zxenummm9kxdo .easys_content_inner,
#o6h3arrj7p6rjsdtrm3f .easys_content_inner,
#wmpdmspvysmv4c4zop2f .easys_content_inner,
#ga62phc04nfttuvzxzch .easys_content_inner,
#ov6da1iixngqbrwydljb .easys_content_inner,
#tcmjy54gamm6rsufs3py .easys_content_inner {
  opacity: 1;
  top: 0px;
}
#h5gehtbf7c0evebou5kv .post_margin,
#sjgu9t7zxenummm9kxdo .post_margin,
#o6h3arrj7p6rjsdtrm3f .post_margin,
#wmpdmspvysmv4c4zop2f .post_margin,
#ga62phc04nfttuvzxzch .post_margin,
#ov6da1iixngqbrwydljb .post_margin,
#tcmjy54gamm6rsufs3py .post_margin {
  margin: 0;
}
#h5gehtbf7c0evebou5kv .entry_post,
#sjgu9t7zxenummm9kxdo .entry_post,
#o6h3arrj7p6rjsdtrm3f .entry_post,
#wmpdmspvysmv4c4zop2f .entry_post,
#ga62phc04nfttuvzxzch .entry_post,
#ov6da1iixngqbrwydljb .entry_post,
#tcmjy54gamm6rsufs3py .entry_post {
  box-sizing: border-box;
}
#h5gehtbf7c0evebou5kv .entry_post > [class*="title"],
#sjgu9t7zxenummm9kxdo .entry_post > [class*="title"],
#o6h3arrj7p6rjsdtrm3f .entry_post > [class*="title"],
#wmpdmspvysmv4c4zop2f .entry_post > [class*="title"],
#ga62phc04nfttuvzxzch .entry_post > [class*="title"],
#ov6da1iixngqbrwydljb .entry_post > [class*="title"],
#tcmjy54gamm6rsufs3py .entry_post > [class*="title"] {
  display: none;
}
#h5gehtbf7c0evebou5kv .text_box,
#sjgu9t7zxenummm9kxdo .text_box,
#o6h3arrj7p6rjsdtrm3f .text_box,
#wmpdmspvysmv4c4zop2f .text_box,
#ga62phc04nfttuvzxzch .text_box,
#ov6da1iixngqbrwydljb .text_box,
#tcmjy54gamm6rsufs3py .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#h5gehtbf7c0evebou5kv .post_data,
#sjgu9t7zxenummm9kxdo .post_data,
#o6h3arrj7p6rjsdtrm3f .post_data,
#wmpdmspvysmv4c4zop2f .post_data,
#ga62phc04nfttuvzxzch .post_data,
#ov6da1iixngqbrwydljb .post_data,
#tcmjy54gamm6rsufs3py .post_data {
  box-sizing: border-box;
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#h5gehtbf7c0evebou5kv .post_data p:last-of-type,
#sjgu9t7zxenummm9kxdo .post_data p:last-of-type,
#o6h3arrj7p6rjsdtrm3f .post_data p:last-of-type,
#wmpdmspvysmv4c4zop2f .post_data p:last-of-type,
#ga62phc04nfttuvzxzch .post_data p:last-of-type,
#ov6da1iixngqbrwydljb .post_data p:last-of-type,
#tcmjy54gamm6rsufs3py .post_data p:last-of-type {
  margin-bottom: 0;
}
_::-webkit-full-page-media, _:future, :root #h5gehtbf7c0evebou5kv .post_data p,
_::-webkit-full-page-media, _:future, :root #sjgu9t7zxenummm9kxdo .post_data p,
_::-webkit-full-page-media, _:future, :root #o6h3arrj7p6rjsdtrm3f .post_data p,
_::-webkit-full-page-media, _:future, :root #wmpdmspvysmv4c4zop2f .post_data p,
_::-webkit-full-page-media, _:future, :root #ga62phc04nfttuvzxzch .post_data p,
_::-webkit-full-page-media, _:future, :root #ov6da1iixngqbrwydljb .post_data p,
_::-webkit-full-page-media, _:future, :root #tcmjy54gamm6rsufs3py .post_data p {
  line-height: 2;
  letter-spacing: -1px;
}
#h5gehtbf7c0evebou5kv .design_block,
#sjgu9t7zxenummm9kxdo .design_block,
#o6h3arrj7p6rjsdtrm3f .design_block,
#wmpdmspvysmv4c4zop2f .design_block,
#ga62phc04nfttuvzxzch .design_block,
#ov6da1iixngqbrwydljb .design_block,
#tcmjy54gamm6rsufs3py .design_block {
  opacity: 0;
}
#h5gehtbf7c0evebou5kv .design_block[class*="block"].moved,
#sjgu9t7zxenummm9kxdo .design_block[class*="block"].moved,
#o6h3arrj7p6rjsdtrm3f .design_block[class*="block"].moved,
#wmpdmspvysmv4c4zop2f .design_block[class*="block"].moved,
#ga62phc04nfttuvzxzch .design_block[class*="block"].moved,
#ov6da1iixngqbrwydljb .design_block[class*="block"].moved,
#tcmjy54gamm6rsufs3py .design_block[class*="block"].moved {
  margin: 0px;
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
  filter: none;
}

/* “足場”って、実は一番かっこいい説。 */
#h5gehtbf7c0evebou5kv {
  background-image: url(../files/design01_bg.png);
  height: 1040px;
  z-index: 20;
}
#h5gehtbf7c0evebou5kv .entry_post {
  padding: 430px 260px 0 88px;
}
#h5gehtbf7c0evebou5kv .post_data {
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#h5gehtbf7c0evebou5kv > .design_block.block1 {
  background-image: url(../files/design01_img01.png);
  width: 160px;
  height: 120px;
  top: 120px;
  left: calc(50% + 103px);
  transform: translateX(calc(var(--custom_fade) * 1px));
}
#h5gehtbf7c0evebou5kv + .easys_content {
  margin-top: -145px;
  z-index: 10;
}

/* 自信ない？伸びしろしかないよ。 */
#sjgu9t7zxenummm9kxdo {
  height: 1170px;
}
#sjgu9t7zxenummm9kxdo .entry_post {
  padding: 560px 0 0 440px;
}
#sjgu9t7zxenummm9kxdo > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#sjgu9t7zxenummm9kxdo > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design02_03_04_bg.png) no-repeat center center / cover;
  z-index: -1;
}
#sjgu9t7zxenummm9kxdo > .design_block.block2 {
  background-image: url(../files/design02_bg.png);
  width: 100%;
  height: 950px;
  bottom: 0;
  left: 0;
  opacity: 1;
}
#sjgu9t7zxenummm9kxdo > .design_block.block3 {
  width: 1223px;
  height: 40px;
  bottom: 183px;
  left: calc(50% - 612px);
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
}
#sjgu9t7zxenummm9kxdo > .design_block.block3::before {
  content: "";
  width: calc(770 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design02_img01.png) repeat-x left top / auto 100%;
}
#sjgu9t7zxenummm9kxdo > .design_block.block4 {
  background-image: url(../files/design02_img02.png);
  width: 280px;
  height: 330px;
  top: 804px;
  left: calc(50% + 414px);
  transform: translateX(calc(var(--custom_fade) * 1px));
}

/* 稼ぐ？ゆるくいく？どっちでもいい。人生は自分で決めろ。 */
#o6h3arrj7p6rjsdtrm3f {
  height: 950px;
}
#o6h3arrj7p6rjsdtrm3f .entry_post {
  padding: 385px 470px 0 0;
}
#o6h3arrj7p6rjsdtrm3f > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#o6h3arrj7p6rjsdtrm3f > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design02_03_04_bg.png) no-repeat center center / cover;
  z-index: -1;
}
#o6h3arrj7p6rjsdtrm3f > .design_block.block2 {
  background-image: url(../files/design03_bg.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
}
#o6h3arrj7p6rjsdtrm3f > .design_block.block3 {
  width: 1223px;
  height: 40px;
  bottom: 163px;
  left: calc(50% - 612px);
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
}
#o6h3arrj7p6rjsdtrm3f > .design_block.block3::before {
  content: "";
  width: calc(750 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design03_img01.png) repeat-x left top / auto 100%;
}
#o6h3arrj7p6rjsdtrm3f > .design_block.block4 {
  background-image: url(../files/design03_img02.png);
  width: 280px;
  height: 330px;
  top: 610px;
  left: calc(50% - 740px);
  transform: translateX(calc(var(--custom_fade) * -1px));
}

/* 来ればわかる。うちは、続く自信があります。 */
#wmpdmspvysmv4c4zop2f {
  height: 1100px;
}
#wmpdmspvysmv4c4zop2f .entry_post {
  padding: 415px 0 0 440px;
}
#wmpdmspvysmv4c4zop2f > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path:         inset(0 0 0 0);
}
#wmpdmspvysmv4c4zop2f > .design_block.block1::before {
  content: "";
  width: clamp(calc(var(--easys_min_width)*1px), 100%, calc(var(--easys_max_width)*1px));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left : auto;
  margin-right: auto;
  background: url(../files/design02_03_04_bg.png) no-repeat center center / cover;
  z-index: -1;
}
#wmpdmspvysmv4c4zop2f > .design_block.block2 {
  background-image: url(../files/design04_bg.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
}
#wmpdmspvysmv4c4zop2f > .design_block.block3 {
  width: 1223px;
  height: 40px;
  bottom: 358px;
  left: calc(50% - 612px);
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
}
#wmpdmspvysmv4c4zop2f > .design_block.block3::before {
  content: "";
  width: calc(660 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design04_img01.png) repeat-x left top / auto 100%;
}
#wmpdmspvysmv4c4zop2f > .design_block.block4 {
  background-image: url(../files/design04_img02.png);
  width: 340px;
  height: 260px;
  top: 680px;
  left: calc(50% + 400px);
  transform: translateX(calc(var(--custom_fade) * 1px));
}
#wmpdmspvysmv4c4zop2f > .design_block.block5 {
  width: 100%;
  height: 140px;
  bottom: -70px;
  left: 0;
  opacity: 1;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
#wmpdmspvysmv4c4zop2f > .design_block.block5::before {
  content: "";
  width: calc(1410 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design04_img03.png) repeat-x left top / auto 100%;
}

/* 高所の景色は、不安より“誇り”が大きかった。 */
#ga62phc04nfttuvzxzch {
  background-image: url(../files/design05_bg.png);
  height: 950px;
}
#ga62phc04nfttuvzxzch .entry_post {
  padding: 380px 50px 0 260px;
}
#ga62phc04nfttuvzxzch > .design_block.block1 {
  background-image: url(../files/design05_img02.png);
  width: 190px;
  height: 140px;
  top: 580px;
  left: calc(50% + 417px);
  opacity: 0;
}
#ga62phc04nfttuvzxzch > .design_block.block1.moved {
  opacity: 0;
  animation: anime-bounceElastic 0.6s cubic-bezier(.81,1.36,.96,.99) 0.8s forwards;
}
@keyframes anime-bounceElastic {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  30% {
    opacity: 1;
    scale: 1.1;
  }
  50% {scale: 0.93;}
  60% {scale: 1.02;}
  85% {scale: 0.98;}
  100% {
    opacity: 1;
    scale: 1;
  }
}

/* 支える側に立つという誇り。 */
#ov6da1iixngqbrwydljb {
  background-image: url(../files/design06_bg.png);
  height: 860px;
}
#ov6da1iixngqbrwydljb .entry_post {
  padding: 295px 220px 0 103px;
}
#ov6da1iixngqbrwydljb > .design_block.block1 {
  background-image: url(../files/design06_img02.png);
  width: 190px;
  height: 160px;
  top: 490px;
  left: calc(50% - 410px);
  opacity: 0;
}
#ov6da1iixngqbrwydljb > .design_block.block1.moved {
  opacity: 0;
  animation: anime-bounceElastic 0.6s cubic-bezier(.81,1.36,.96,.99) 0.8s forwards;
}

/* 目立たなくても、なくてはならない存在へ。 */
#tcmjy54gamm6rsufs3py {
  background-image: url(../files/design07_bg.png);
  height: 960px;
  z-index: 10;
}
#tcmjy54gamm6rsufs3py .entry_post {
  padding: 308px 10px 0 250px;
}
#tcmjy54gamm6rsufs3py > .design_block.block1 {
  background-image: url(../files/design07_img02.png);
  width: 210px;
  height: 120px;
  top: 535px;
  left: calc(50% + 417px);
  opacity: 0;
}
#tcmjy54gamm6rsufs3py > .design_block.block1.moved {
  opacity: 0;
  animation: anime-bounceElastic 0.6s cubic-bezier(.81,1.36,.96,.99) 0.8s forwards;
}
#tcmjy54gamm6rsufs3py + #apeogr86yle3o7z1h5qg {
  margin-top: -180px;
  z-index: 0;
}