@charset "utf-8";

/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #f3f3f3;
  --body_text_color: #333333;
  --link_color: #f55600;
  --border_color: #666666;
  --table_border_color: transparent;
  --th_background_color: #ffffff;
  --td_background_color: #ffffff;
  --th_character_color: #333333;
  --td_character_color: #333333;
  --required_color: #f55600;
  --top_h1_color: #000000;
  --header_navigation_color: transparent;
  --top_entry_title_color: #000000;
  --entry_title_bg_color: #000000;
  --blog_title_color: #333333;
  --sub_entry_title_bg_color: #333333;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #000000;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #000000;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #2c2c2c;
  --footnavi_color: #000000;
  --address_color: #000000;
  --copy_color: #ffffff;
}

/* 置換以外 */
:root {
  /* EASYSの最小幅(単位なし) */
  --easys_min_width: 1300;

/* EASYSの最大幅(単位なし) */
  --easys_max_width: 2000;

/*ナビ*/
  --easys_access_h: 80px;

/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value001: #ffffff;

/* プルダウンメニュー＞背景色 */
  --easys_standard_value002: rgba(255, 255, 255, 0.75);

/* プルダウンメニュー＞文字色 */
  --easys_standard_value003: #333333;

/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value004: #666666;

/* カレンダーの本日＞文字色 */
  --easys_standard_value005: #ffffff;

/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value006: #ffffff;

/* ページ遷移ボタン＞線色 */
  --easys_standard_value007: #ffffff;

/* ページ遷移ボタン＞文字色 */
  --easys_standard_value008: #ffffff;

/* ブログ＞ページング＞線色 */
  --easys_standard_value009: #000000;
}

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

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_access_h);
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  /* background: url("/files/body_bg.jpg") no-repeat center top/100%;  */
}

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;
}

#outer_block {
  background: none transparent;
}

#main {
  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 {
  position: relative;
  z-index: 500;
  padding: 0 0 800px 0;
  height: 0;
  background: none transparent;
}

#page_6 #branding_box {
  padding: 0 0 1000px 0;
  height: 0;
  /* background: url("/files/branding_box_bg_top.png") no-repeat center top/100%; */
  /* background: none transparent; */
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  bottom: 13px;
  left: 15px;
  z-index: 753;
  margin: 0 auto;
  width: auto;
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
  /* text-align: right; */
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  top: 165px;
  left: calc(50% - 570px);
  z-index: 752;
  width: 530px;
  height: 60px;
  background: none;
}

#page_6 #header_information .main_header a img {
  top: 310px;
  left: calc(50% - 615px);
  width: 535px;
  height: 67px;
}

.official_blog #header_information .main_header a img {
  top: 220px;
  left: calc(50% - 570px);
  width: 535px;
  height: 67px;
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}
*/

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: var(--easys_access_h);
  background: url(../files/topnavi_bg.jpg) repeat-x center top;
}

div#access .menu-header {
  margin: 0 auto 0 30px;
  width: 685px;
  height: var(--easys_access_h);
}

div#access .menu-item a {
  background-image: url('../files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 180px;
  height: var(--easys_access_h);
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  width: 165px;
  background-position-x: left;
}

div#access .gnavi12 a {
  width: 140px;
  background-position-x: calc(-165px);
}

div#access .gnavi13 a {
  width: 180px;
  background-position-x: calc(-165px - 140px);
}

div#access .gnavi14 a {
  width: 112px;
  background-position-x: calc(-165px - 140px - 180px);
}

div#access .gnavi15 a {
  width: 88px;
  background-position-x: right;
}

div#access .menu-item a:hover {
  background-position-y: bottom;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: var(--easys_access_h);
  width: 100%;
  max-width: calc(var(--easys_max_width)*1px);
  min-width: calc(var(--easys_min_width)*1px);
  padding: 0;
  top: 0 !important;
  bottom: inherit;
  right: 0;
  left: 0;
  z-index: 999;
}

#access.fixed .menu-header {
  margin: 0 auto 0 30px;
  float: none;
  max-width: calc(var(--easys_max_width)*1px);
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 100%;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !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);
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  margin: 0;
  min-width: 1300px !important;
  max-width: 2000px;
  width: 100%;
  height: 1000px !important;
  text-align: center;
}
#video_teaser_inner {
  position: absolute;
  top: 50px;
  left: calc(50% - 950px);
  overflow: hidden;
  width: 1900px !important;
  height: 900px !important;
}

/*追記*/
#main_teaser {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  min-width: 1300px !important;
  max-width: 2000px;
  width: 100%;
  height: 800px !important;
  text-align: center;
}
#main_teaser img {
  position: relative;
  top: 0;
  left: calc(50% - 1000px) !important;
  overflow: hidden;
  margin: 0 auto;
  width: 2000px !important;
  height: 800px !important;
  text-align: left;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  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 {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}

#wp-calendar caption {
  text-align: center;
}

#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}

#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 {
  position: relative;
  height: 700px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height: 700px;
  background: url(../files/footer_box_bg.png) no-repeat center top;
}

#footer-widget-area {
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area {
  position: absolute;
  top: 353px;
  left: calc(50% - 480px);
  width: 500px;
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: var(--footnavi_color);
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 15px;
}

#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_information {
  position: absolute;
  top: 280px;
  left: calc(50% - 476px);
}
#footer_information .entry-post {
  margin: 0;
  width: 400px;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}

#copyright {
  position: absolute;
  bottom: 172px;
  left: calc(50% - 480px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  width: 330px;
}
.fixed-btn div {
  margin-bottom: 0;
}
#fixed-btn_line {
  margin-top: 20px;
  width: 105px;
  height: 105px;
  background: url(../files/btn_line.png) no-repeat center top;
}
#fixed-btn_entry {
  width: 225px;
  height: 200px;
  background: url(../files/btn_entry.png) no-repeat center top;
}
.fixed-btn div:hover {
  background-position-y: bottom !important;
}
.fixed-btn div a {
  display: block;
  width: 100%;
  height: 100%;
}

.fixed_btn {
  z-index: 1000;
  /* opacity: 0;
  transition: ease-in-out .4s; */
}

/* .fixed_btn.first_view {
  opacity: 1;
} */

.fixed_btn div,
.fixed_btn div a {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
}

.fixed_btn div:last-child {
  margin-bottom: 0;
}
/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 20px;
  bottom: 30px;
}

#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);
}

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 h4 {
  フォントサイズはこちら
}
*/
* .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 {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}

small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}

[class*="nf_"] {
  padding-bottom: 50px;
}

.np_04 {
  margin-bottom: 70px;
}

#rf8jvyojuils00h86sxy .html_post small {
  margin: 10px auto;
  height: 36px;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  box-sizing: border-box;
  border: none !important;
  background: none var(--th_background_color);
  color: var(--th_character_color);
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-spacing: 0 10px !important;
  border-collapse: separate;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  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 {
  border: 1px solid var(--easys_standard_value007);
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-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 {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  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 {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}

div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}

.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  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 {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

.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 {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#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"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.moved {
  top: 0;
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translate(0px, 0px) scale(1) !important;
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transition: 1.3s ease 0s;
  transform: translateY(100px);
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  opacity: 1;
  transform: translateY(0);
}

/*パララックス除外*/
/* #ydw9e4iwy3jdd24f1vur .easys_content_inner {
  opacity: 1;
  transition: none;
  transform: none !important;
  filter: none !important;
} */

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.design_block,
.add_image {
  position: absolute;
  top: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease 0s;
  pointer-events: none;
}

.add_image {
  opacity: 1;
}

.db_block {
  margin-top: 0 !important;
}

.db_block *[class*="title"] {
  display: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*DB＞あなたは今、悩んでますか？
ydw9e4iwy3jdd24f1vur
--------------------------------------- */
#ydw9e4iwy3jdd24f1vur {
  position: relative;
  background: url(../files/db01_bg03.png) no-repeat center top;
}
#ydw9e4iwy3jdd24f1vur,
#ydw9e4iwy3jdd24f1vur .easys_content_inner,
#ydw9e4iwy3jdd24f1vur .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1000px;
}
#ydw9e4iwy3jdd24f1vur .text_box {
  margin: 510px auto 0;
  width: 510px;
}
#ydw9e4iwy3jdd24f1vur .text_box p {
  text-align: center;
}
#ydw9e4iwy3jdd24f1vur .img01 {
  position: absolute;
  top: 357px;
  left: calc(50% - 200px);
  width: 400px;
  height: 130px;
  background: url(../files/db01_bg02.png) no-repeat center top;
  transform: translate(0, -100px);
}
#ydw9e4iwy3jdd24f1vur::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(..//files/db01_bg01.png) repeat-x left top;
  content: "";
  animation: loop1 40s linear 0s infinite;
}
@keyframes loop1 {
  to {
    background-position: top left -1350px;
  }
}

/*3連バナー＞インセンティブ制度／選べる休みの制度／イベント行事／社員インタビュー（※top）
lag0tyglt8si6mnfjwgo
--------------------------------------- */
#lag0tyglt8si6mnfjwgo {
  position: absolute;
  top: 621px;
  right: 0;
  left: 0;
  z-index: 9;
  margin: 0 auto;
  height: 450px;
}
#lag0tyglt8si6mnfjwgo div {
  margin-bottom: 0;
}
#lag0tyglt8si6mnfjwgo .easys_content_inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 450px;
}
#lag0tyglt8si6mnfjwgo .img_display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lag0tyglt8si6mnfjwgo .eyecatch {
  width: 100%;
}
#lag0tyglt8si6mnfjwgo .field_1col {
  position: relative;
  overflow: hidden;
  width: 222px !important;
}
#lag0tyglt8si6mnfjwgo .eyecatch a img {
  position: relative;
  z-index: 99;
  opacity: 1;
}
#lag0tyglt8si6mnfjwgo a:hover img {
  opacity: 1;
  animation: shake 1s ease-in-out 1;
}
#lag0tyglt8si6mnfjwgo .easys_content_inner,
#lag0tyglt8si6mnfjwgo .img_display,
#lag0tyglt8si6mnfjwgo [class*="field_"],
#lag0tyglt8si6mnfjwgo [class*="field_"] .eyecatch {
  overflow: visible !important;
}
@keyframes shake {
  16.65% {
    transform: translateY(16px);
  }
  33.3% {
    transform: translateY(-12px);
  }
  49.95% {
    transform: translateY(8px);
  }
  66.6% {
    transform: translateY(-4px);
  }
  83.25% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}

/*DB＞アール・エムで、変わる！変わろう！！
a1iov35gnimimpuom334
--------------------------------------- */
#a1iov35gnimimpuom334 {
  position: relative;
  background: url(../files/db02_bg03.png) no-repeat center top;
}
#a1iov35gnimimpuom334,
#a1iov35gnimimpuom334 .easys_content_inner,
#a1iov35gnimimpuom334 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1000px;
}
#a1iov35gnimimpuom334 .text_box {
  margin: 475px auto 0;
  width: 500px;
}
#a1iov35gnimimpuom334 .img01 {
  position: absolute;
  top: 321px;
  left: calc(50% - 270px);
  width: 540px;
  height: 120px;
  background: url(../files/db02_bg01.png) no-repeat center top;
  transform: translate(0, -100px);
}
#a1iov35gnimimpuom334 .img02 {
  position: absolute;
  top: 460px;
  left: calc(50% - 712px);
  width: 730px;
  height: 540px;
  background: url(../files/db02_bg02.png) no-repeat center top;
  transform: translate(-100px,0);
}

/*コンテンツ画像＞昇給昇進
h9fn0ijlfsap63suirqb
--------------------------------------- */
#h9fn0ijlfsap63suirqb,
#h9fn0ijlfsap63suirqb .easys_content_inner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 1050px;
}
#h9fn0ijlfsap63suirqb .margin-bottom_50 {
  margin-bottom: 0;
}
#h9fn0ijlfsap63suirqb .eyecatch,
#h9fn0ijlfsap63suirqb .eyecatch a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2000px;
  height: 1050px;
  transform: translatex(-50%);
}

/*コンテンツ画像＞インセンティブ
m25t6z45uf8l5tf8odnt
--------------------------------------- */
#m25t6z45uf8l5tf8odnt,
#m25t6z45uf8l5tf8odnt .easys_content_inner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 1350px;
}
#m25t6z45uf8l5tf8odnt .margin-bottom_50 {
  margin-bottom: 0;
}
#m25t6z45uf8l5tf8odnt .eyecatch,
#m25t6z45uf8l5tf8odnt .eyecatch a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2000px;
  height: 1350px;
  transform: translatex(-50%);
}

/*コンテンツ画像＞年次別平均年収
j9wtviqqpbnwzephl523
--------------------------------------- */
#j9wtviqqpbnwzephl523,
#j9wtviqqpbnwzephl523 .easys_content_inner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 900px;
}
#j9wtviqqpbnwzephl523 .margin-bottom_50 {
  margin-bottom: 0;
}
#j9wtviqqpbnwzephl523 .eyecatch,
#j9wtviqqpbnwzephl523 .eyecatch a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2000px;
  height: 900px;
  transform: translatex(-50%);
}

/*コンテンツ画像＞2023年年収ランキング
un1lwk3nbczlbyj9ti20
--------------------------------------- */
#un1lwk3nbczlbyj9ti20,
#un1lwk3nbczlbyj9ti20 .easys_content_inner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 1175px;
}
#un1lwk3nbczlbyj9ti20 .margin-bottom_50 {
  margin-bottom: 0;
}
#un1lwk3nbczlbyj9ti20 .eyecatch,
#un1lwk3nbczlbyj9ti20 .eyecatch a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2000px;
  height: 1175px;
  transform: translatex(-50%);
}

/*DB＞大丈夫！休みと収入のバランスが選べます！
z9qmmculp8c67sb6u6y2
--------------------------------------- */
#z9qmmculp8c67sb6u6y2 {
  position: relative;
  background: url(../files/db03_bg03.png) no-repeat center top;
}
#z9qmmculp8c67sb6u6y2,
#z9qmmculp8c67sb6u6y2 .easys_content_inner,
#z9qmmculp8c67sb6u6y2 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 900px;
}
#z9qmmculp8c67sb6u6y2 .text_box {
  margin: 380px auto 0;
  width: 480px;
}
#z9qmmculp8c67sb6u6y2 .text_box p {
  text-align: center;
}
#z9qmmculp8c67sb6u6y2 .img01 {
  position: absolute;
  top: 454px;
  left: calc(50% - 521px);
  width: 507px;
  height: 432px;
  background: url(../files/db03_bg01.png) no-repeat center top;
  transform: translate(-100px,0);
}
#z9qmmculp8c67sb6u6y2 .img02 {
  position: absolute;
  top: 454px;
  left: calc(50% + 13px);
  width: 507px;
  height: 432px;
  background: url(../files/db03_bg02.png) no-repeat center top;
  transform: translate(100px,0);
}

/*DB＞完全週休二日制の働き方／週休二日制の働き方
c1lhzcj9s4vexb8htxob
--------------------------------------- */
#c1lhzcj9s4vexb8htxob {
  position: relative;
  background: url(../files/db04_bg03.png) no-repeat center top;
}
#c1lhzcj9s4vexb8htxob,
#c1lhzcj9s4vexb8htxob .easys_content_inner,
#c1lhzcj9s4vexb8htxob .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1000px;
}
#c1lhzcj9s4vexb8htxob .text_box {
  margin: 440px 0 0 auto;
  width: 480px;
}
#c1lhzcj9s4vexb8htxob .sub_post {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 270px;
}
#c1lhzcj9s4vexb8htxob .sub_post p {
  text-align: center;
}
#c1lhzcj9s4vexb8htxob .sub_post_0 {
  top: 220px;
  left: calc(50% - 390px);
}
#c1lhzcj9s4vexb8htxob .sub_post_1 {
  top: 216px;
  left: calc(50% + 141px);
}
#c1lhzcj9s4vexb8htxob .img01 {
  position: absolute;
  top: 190px;
  left: calc(50% - 580px);
  width: 172px;
  height: 211px;
  background: url(../files/db04_bg01.png) no-repeat center top;
  opacity: 1;
  animation: yura 0.8s ease-in-out 0s infinite alternate;
}
#c1lhzcj9s4vexb8htxob .img02 {
  position: absolute;
  top: 185px;
  left: calc(50% + 425px);
  width: 142px;
  height: 211px;
  background: url(../files/db04_bg02.png) no-repeat center top;
  opacity: 1;
  animation: yura 0.8s ease-in-out 0s infinite alternate;
}
@keyframes yura {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

/*DB＞とことん遊ぶ！イベント行事もりだくさんなアール・エム
ofya0um0y9a36f5fuwxv
--------------------------------------- */
#ofya0um0y9a36f5fuwxv {
  position: relative;
  background: url(../files/db05_bg03.png) no-repeat center top;
  color: #ffffff;
}
#ofya0um0y9a36f5fuwxv,
#ofya0um0y9a36f5fuwxv .easys_content_inner,
#ofya0um0y9a36f5fuwxv .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1200px;
}
#ofya0um0y9a36f5fuwxv .text_box {
  margin: 580px auto 0;
  width: 840px;
}
#ofya0um0y9a36f5fuwxv .text_box p {
  text-align: center;
}
#ofya0um0y9a36f5fuwxv::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db05_bg01.png) repeat-x left top;
  content: "";
  animation: loop2 40s linear 0s infinite;
}
@keyframes loop2 {
  to {
    background-position: top left -1100px;
  }
}
#ofya0um0y9a36f5fuwxv::after {
  position: absolute;
  top: 759px;
  left: -50px;
  z-index: 1;
  display: block;
  width: calc(100% + 100px);
  height: 290px;
  background: url(../files/db05_bg02.jpg) repeat-x left top;
  content: "";
  transform: rotate(8deg);
  animation: loop3 40s linear 0s infinite;
}
@keyframes loop3 {
  to {
    background-position: top left 2000px;
  }
}

/*タイトル＞新着情報 カスタマイズ
--------------------------------------- 
.news_title_block .entry_title{
  width: auto;
  background: #f55700;
  color: #Fff;
  border: solid 2px #000200;
  height: 50px;
  line-height: 50px;
  // box-sizing: border-box;
}
.news_title_block h3{
  width: auto;
  font-size: 18px;
}
.news_title_block .entry_title span {
  height: 54px;
}
.news_title_block .entry_title span.read_more_btn a, 
.news_title_block .entry_title span.read_more_btn a:hover {
  background: url(../files/news_btn.png) no-repeat center top;
  height: 54px;
}
.news_title_block .entry_title img {
  display: none;
}*/
/*新着情報 カスタマイズ
--------------------------------------- */
/* カスタマイズ：ブログカテゴリを横並びにする(トップページのみ) */
#page_6 #g1tti3n35c1cf5py6q2a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px auto 0 auto;
  padding: 350px calc((100% - 960px)/2) 150px calc((100% - 960px)/2);
  background: url(../files/db06_bg01.png) no-repeat center top #ff994e;
}
#page_6 #g1tti3n35c1cf5py6q2a .clear_float {
  display: none;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner {
  margin: 0;
  width: 470px;
}
/* タイトル */
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner > *[class*="_title"] {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0;
  padding: 0 0 0 20px;
  width: 100%;
  height: 54px;
  border: solid 2px #000200;
  background: #f55700;
  color: #ffffff;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner > *[class*="_title"] > *:not(span) {
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 50px;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner > *[class*="_title"] > .read_more_btn {
  height: 100%;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner > *[class*="_title"] > .read_more_btn a {
  height: 100%;
  background: url(../files/news_btn.png) no-repeat center top;
  vertical-align: top;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner > *[class*="_title"] > .read_more_btn img {
  height: 100%;
  vertical-align: top;
}
/* スクロールバー */
#page_6 #g1tti3n35c1cf5py6q2a div.easys_content_inner:nth-of-type(4n+3),
#page_6 #g1tti3n35c1cf5py6q2a div.easys_content_inner:nth-of-type(4n+4) {
  overflow-y: scroll;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  height: 300px;
  border: 2px solid #000200;
  border-top: none;
  background-color: #ffc499;
}
/* ブログ */
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner .blog_post {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner .blog_post .post_data {
  width: calc(100% - 160px);
}
/* 日付とタイトルのみにする(コメントアウトで通常表示) 
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner .blog_post .eyecatch,
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner .blog_post .post_data .news_small_text {
  display: none;
}*/
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner .blog_post .post_data {
  width: 100%;
}
#page_6 #g1tti3n35c1cf5py6q2a .easys_content_inner .blog_post .post_data .post_title_list {
  width: 100%;
  white-space: normal;
  line-height: 1.5;
}
/* タイトルのリンクエリア */
#page_6 #g1tti3n35c1cf5py6q2a > .read_more_btn {
  position: absolute;
  top: 118px;
  left: calc(50% - 244px);
  width: 500px;
  height: 160px;
}
#page_6 #g1tti3n35c1cf5py6q2a > .read_more_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
#page_6 #g1tti3n35c1cf5py6q2a > .read_more_btn a img {
  width: 100%;
  height: 100%;
}

/*DB＞本音を暴露！従業員に聞いてみた。
ai01ku9hmmzcjbcl6eky
--------------------------------------- */
#ai01ku9hmmzcjbcl6eky {
  position: relative;
  background: url(../files/db07_bg03.png) no-repeat center top;
}
#ai01ku9hmmzcjbcl6eky,
#ai01ku9hmmzcjbcl6eky .easys_content_inner,
#ai01ku9hmmzcjbcl6eky .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 800px;
}
#ai01ku9hmmzcjbcl6eky .text_box {
  margin: 673px auto 0;
  width: 560px;
}
#ai01ku9hmmzcjbcl6eky .text_box p {
  text-align: center;
}
#ai01ku9hmmzcjbcl6eky::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db07_bg01.png) repeat-x left top;
  content: "";
  animation: loop4 40s linear 0s infinite;
}
@keyframes loop4 {
  to {
    background-position: top left -1060px;
  }
}
#ai01ku9hmmzcjbcl6eky::after {
  position: absolute;
  top: 365px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 450px;
  height: 240px;
  background: url(../files/db07_bg02.png)no-repeat center top;
  content: "";
  animation: 1.5s ease-in-out infinite alternate huwahuwa;
  pointer-events: none;
}
@keyframes huwahuwa {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
/*バナー＞営業マンインタビュー①（※top）
af8wsafn80s288cxoeb2
--------------------------------------- */
#af8wsafn80s288cxoeb2 {
  background: #3ecb23;
}
#af8wsafn80s288cxoeb2 .easys_content_inner {
  padding: 0;
  width: calc(1800 / 2000 * 100%);
  background: url(../files/bnr_half01_bg.png) no-repeat center top / 100%;
}
#af8wsafn80s288cxoeb2 .eyecatch {
  width: 100%;
}
#af8wsafn80s288cxoeb2 .margin-bottom_30,
#af8wsafn80s288cxoeb2 .margin-bottom_50 {
  margin-bottom: 0;
}
#af8wsafn80s288cxoeb2 .img_display {
  display: flex;
  justify-content: end;
}
#af8wsafn80s288cxoeb2 .field_1col {
  position: relative;
  width: calc(450 / 1800 * 100%) !important;
}
#af8wsafn80s288cxoeb2 .field_1col::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
#af8wsafn80s288cxoeb2 .field_1col:hover::before {
  opacity: 1;
}

#af8wsafn80s288cxoeb2 div:nth-child(1 of [class*="field_"])::before {
  background: url(../files/bnr_half01_oc_on.png) no-repeat center top / 100%;
}
#af8wsafn80s288cxoeb2 div:nth-child(2 of [class*="field_"])::before {
  background: url(../files/bnr_half01_or_on.png) no-repeat center top / 100%;
}
#af8wsafn80s288cxoeb2 .eyecatch a img {
  opacity: 1;
}

/*バナー＞営業マンインタビュー②（※top）
ctzfp9slqf52i5jcmzy1
--------------------------------------- */
#ctzfp9slqf52i5jcmzy1 {
  padding: 20px 0 150px;
  background: url(../files/db07_bg04.png)no-repeat center bottom #3ecb23;
}
#ctzfp9slqf52i5jcmzy1 .easys_content_inner {
  padding: 0;
  width: calc(1800 / 2000 * 100%);
  background: url(../files/bnr_half02_bg.png) no-repeat center top / 100%;
}
#ctzfp9slqf52i5jcmzy1 .eyecatch {
  width: 100%;
}
#ctzfp9slqf52i5jcmzy1 .margin-bottom_30,
#ctzfp9slqf52i5jcmzy1 .margin-bottom_50 {
  margin-bottom: 0;
}
#ctzfp9slqf52i5jcmzy1 .img_display {
  display: flex;
  justify-content: start;
}
#ctzfp9slqf52i5jcmzy1 .field_1col {
  position: relative;
  width: calc(450 / 1800 * 100%) !important;
}
#ctzfp9slqf52i5jcmzy1 .field_1col::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
#ctzfp9slqf52i5jcmzy1 .field_1col:hover::before {
  opacity: 1;
}

#ctzfp9slqf52i5jcmzy1 div:nth-child(1 of [class*="field_"])::before {
  background: url(../files/bnr_half02_ym_on.png) no-repeat center top / 100%;
}
#ctzfp9slqf52i5jcmzy1 div:nth-child(2 of [class*="field_"])::before {
  background: url(../files/bnr_half02_fr_on.png) no-repeat center top / 100%;
}
#ctzfp9slqf52i5jcmzy1 .eyecatch a img {
  opacity: 1;
}

/*DB＞アール・エムの仕事
xurv7k6mc2o9872mvjlc
--------------------------------------- */
#xurv7k6mc2o9872mvjlc {
  position: relative;
  background: url(../files/db08_bg03.png) no-repeat center top;
}
#xurv7k6mc2o9872mvjlc,
#xurv7k6mc2o9872mvjlc .easys_content_inner,
#xurv7k6mc2o9872mvjlc .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 1000px;
}
#xurv7k6mc2o9872mvjlc .text_box {
  margin: 315px auto 0 0;
  width: 480px;
}
#xurv7k6mc2o9872mvjlc::before {
  position: absolute;
  top: 627px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db08_bg02.png) repeat-x left top;
  content: "";
  animation: loop5 40s linear 0s infinite;
}
@keyframes loop5 {
  to {
    background-position: top left -1060px;
  }
}
#xurv7k6mc2o9872mvjlc .img01 {
  position: absolute;
  top: 160px;
  left: calc(50% - 93px);
  width: 920px;
  height: 800px;
  background: url(../files/db08_bg01.png) no-repeat center top;
  transform: translate(0, -100px);
}

/*コンテンツ画像＞もっともっと詳細をチェック！
p63fd50kzhxy8otauzjt
--------------------------------------- */
#p63fd50kzhxy8otauzjt,
#p63fd50kzhxy8otauzjt .easys_content_inner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 1070px;
}
#p63fd50kzhxy8otauzjt .margin-bottom_50 {
  margin-bottom: 0;
}
#p63fd50kzhxy8otauzjt .eyecatch,
#p63fd50kzhxy8otauzjt .eyecatch a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2000px;
  height: 1070px;
  transform: translatex(-50%);
}

/*コンテンツ画像＞魅力が盛りだくさん♪
o3zr3gi3wnv5zaurxx98
--------------------------------------- */
#o3zr3gi3wnv5zaurxx98,
#o3zr3gi3wnv5zaurxx98 .easys_content_inner {
  position: relative;
  padding: 0;
  width: 100%;
  height: 930px;
}
#o3zr3gi3wnv5zaurxx98 .margin-bottom_50 {
  margin-bottom: 0;
}
#o3zr3gi3wnv5zaurxx98 .eyecatch,
#o3zr3gi3wnv5zaurxx98 .eyecatch a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2000px;
  height: 930px;
  transform: translatex(-50%);
}

/* ===========================================================================
     インタビュー01
=========================================================================== */
/*DB＞インタビュー01
slolm3vz2q1sex8bjqi1
--------------------------------------- */
#slolm3vz2q1sex8bjqi1 {
  position: relative;
  background: url(../files/db09_bg05.jpg) no-repeat center top;
}
#slolm3vz2q1sex8bjqi1::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db09_bg01.png) repeat-x left top;
  content: "";
  animation: loop6 40s linear 0s infinite;
}
@keyframes loop6 {
  to {
    background-position: top left -1190px;
  }
}
#slolm3vz2q1sex8bjqi1,
#slolm3vz2q1sex8bjqi1 .easys_content_inner,
#slolm3vz2q1sex8bjqi1 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 3460px;
}
#slolm3vz2q1sex8bjqi1 .text_box {
  margin: 440px 0 0 auto;
  width: 480px;
}
#slolm3vz2q1sex8bjqi1 .sub_post {
  position: absolute;
  margin: 0;
  padding: 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post_0 {
  top: 639px;
}
#slolm3vz2q1sex8bjqi1 .sub_post_1 {
  top: 1049px;
  left: calc(50% - 190px);
  width: 670px;
}
#slolm3vz2q1sex8bjqi1 .sub_post_2 {
  top: 1464px;
  left: 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post_3 {
  top: 1844px;
  left: 0;
  width: 580px;
}
#slolm3vz2q1sex8bjqi1 .sub_post_4 {
  top: 2344px;
  left: 0;
  width: 440px;
}
#slolm3vz2q1sex8bjqi1 .sub_post_5 {
  top: 2344px;
  left: calc(50% + 40px);
  width: 440px;
}
#slolm3vz2q1sex8bjqi1 .sub_post_6 {
  top: 3054px;
  left: 0;
  width: 740px;
}
#slolm3vz2q1sex8bjqi1 .img01 {
  position: absolute;
  top: 960px;
  left: calc(50% - 620px);
  width: 380px;
  height: 330px;
  background: url(../files/db09_bg02.png) no-repeat center top;
  transform: translate(0, 100px);
}
#slolm3vz2q1sex8bjqi1 .img02 {
  position: absolute;
  top: 1714px;
  left: calc(50% + 240px);
  width: 400px;
  height: 410px;
  background: url(../files/db09_bg03.png) no-repeat center top;
  transform: translate(100px,0);
}
#slolm3vz2q1sex8bjqi1 .img03 {
  position: absolute;
  top: 2780px;
  left: calc(50% + 280px);
  width: 220px;
  height: 430px;
  background: url(../files/db09_bg04.png) no-repeat center top;
  transform: translate(0, -100px);
}
/* ===========================================================================
     インタビュー02
=========================================================================== */
/*DB＞インタビュー02
xjzruir13oro193gkggx
--------------------------------------- */
#xjzruir13oro193gkggx {
  position: relative;
  background: url(../files/db10_bg04.jpg) no-repeat center top;
}
#xjzruir13oro193gkggx::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db09_bg01.png) repeat-x left top;
  content: "";
  animation: loop6 40s linear 0s infinite;
}
#xjzruir13oro193gkggx,
#xjzruir13oro193gkggx .easys_content_inner,
#xjzruir13oro193gkggx .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 3560px;
}
#xjzruir13oro193gkggx .text_box {
  margin: 440px 0 0 auto;
  width: 480px;
}
#xjzruir13oro193gkggx .sub_post {
  position: absolute;
  margin: 0;
  padding: 0;
}
#xjzruir13oro193gkggx .sub_post_0 {
  top: 639px;
}
#xjzruir13oro193gkggx .sub_post_1 {
  top: 1049px;
  left: calc(50% - 480px);
  width: 700px;
}
#xjzruir13oro193gkggx .sub_post_2 {
  top: 1464px;
  left: 0;
}
#xjzruir13oro193gkggx .sub_post_3 {
  top: 1901px;
  left: 0;
  width: 580px;
}
#xjzruir13oro193gkggx .sub_post_4 {
  top: 2424px;
  left: 0;
  width: 440px;
}
#xjzruir13oro193gkggx .sub_post_5 {
  top: 2424px;
  left: calc(50% + 40px);
  width: 440px;
}
#xjzruir13oro193gkggx .sub_post_6 {
  top: 2614px;
  left: calc(50% + 40px);
  width: 440px;
}
#xjzruir13oro193gkggx .sub_post_7 {
  top: 3144px;
  left: calc(50% - 480px);
  width: 700px;
}
#xjzruir13oro193gkggx .img01 {
  position: absolute;
  top: 850px;
  left: calc(50% + 139px);
  width: 430px;
  height: 440px;
  background: url(../files/db10_bg01.png) no-repeat center top;
  transform: translate(0, 100px);
}
#xjzruir13oro193gkggx .img02 {
  position: absolute;
  top: 1795px;
  left: calc(50% + 180px);
  width: 440px;
  height: 400px;
  background: url(../files/db10_bg02.png) no-repeat center top;
  transform: translate(100px,0);
}
#xjzruir13oro193gkggx .img03 {
  position: absolute;
  top: 2931px;
  left: calc(50% + 232px);
  width: 340px;
  height: 390px;
  background: url(../files/db10_bg03.png) no-repeat center top;
  transform: translate(0, -100px);
}
/* ===========================================================================
     インタビュー03
=========================================================================== */
/*DB>インタビュー03
u08xhjwt08dns8gejwh0
--------------------------------------- */
#u08xhjwt08dns8gejwh0 {
  position: relative;
  background: url(../files/db12_bg04.jpg) no-repeat center top;
}
#u08xhjwt08dns8gejwh0::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db09_bg01.png) repeat-x left top;
  content: "";
  animation: loop6 40s linear 0s infinite;
}
#u08xhjwt08dns8gejwh0,
#u08xhjwt08dns8gejwh0 .easys_content_inner,
#u08xhjwt08dns8gejwh0 .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 3460px;
}
#u08xhjwt08dns8gejwh0 .text_box {
  margin: 440px 0 0 auto;
  width: 480px;
}
#u08xhjwt08dns8gejwh0 .sub_post {
  position: absolute;
  margin: 0;
  padding: 0;
}
#u08xhjwt08dns8gejwh0 .sub_post_0 {
  top: 639px;
}
#u08xhjwt08dns8gejwh0 .sub_post_1 {
  top: 1049px;
  width: 680px;
}
#u08xhjwt08dns8gejwh0 .sub_post_2 {
  top: 1464px;
  left: 0;
}
#u08xhjwt08dns8gejwh0 .sub_post_3 {
  top: 1844px;
  left: 0;
  width: 580px;
}
#u08xhjwt08dns8gejwh0 .sub_post_4 {
  top: 2344px;
  left: 0;
  width: 440px;
}
#u08xhjwt08dns8gejwh0 .sub_post_5 {
  top: 2344px;
  left: calc(50% + 40px);
  width: 440px;
}
#u08xhjwt08dns8gejwh0 .sub_post_6 {
  top: 3044px;
  left: 0;
  width: 740px;
}
#u08xhjwt08dns8gejwh0 .img01 {
  position: absolute;
  top: 961px;
  left: calc(50% + 210px);
  width: 363px;
  height: 330px;
  background: url(../files/db12_bg01.png) no-repeat center top;
  transform: translate(0, 100px);
}
#u08xhjwt08dns8gejwh0 .img02 {
  position: absolute;
  top: 1705px;
  left: calc(50% + 230px);
  width: 380px;
  height: 410px;
  background: url(../files/db12_bg02.png) no-repeat center top;
  transform: translate(100px,0);
}
#u08xhjwt08dns8gejwh0 .img03 {
  position: absolute;
  top: 2780px;
  left: calc(50% + 46px);
  width: 500px;
  height: 430px;
  background: url(../files/db12_bg03.png) no-repeat center top;
  transform: translate(0, -100px);
}

/* ===========================================================================
     インタビュー04
=========================================================================== */
/*DB>インタビュー04
mwpbqki4p6k6n1cbvbhd
--------------------------------------- */
#mwpbqki4p6k6n1cbvbhd {
  position: relative;
  background: url(../files/db11_bg04.jpg) no-repeat center top;
}
#mwpbqki4p6k6n1cbvbhd::before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 170px;
  background: url(../files/db09_bg01.png) repeat-x left top;
  content: "";
  animation: loop6 40s linear 0s infinite;
}
#mwpbqki4p6k6n1cbvbhd,
#mwpbqki4p6k6n1cbvbhd .easys_content_inner,
#mwpbqki4p6k6n1cbvbhd .entry_post {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 3160px;
}
#mwpbqki4p6k6n1cbvbhd .text_box {
  margin: 440px 0 0 auto;
  width: 480px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post {
  position: absolute;
  margin: 0;
  padding: 0;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_0 {
  top: 639px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_1 {
  top: 1049px;
  left: calc(50% - 190px);
  width: 670px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_2 {
  top: 1464px;
  left: 0;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_3 {
  top: 1897px;
  left: 0;
  width: 530px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_4 {
  top: 2245px;
  left: 0;
  width: 440px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_5 {
  top: 2704px;
  left: 0;
  width: 700px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post_6 {
  top: 3044px;
  left: 0;
  width: 690px;
}
#mwpbqki4p6k6n1cbvbhd .img01 {
  position: absolute;
  top: 966px;
  left: calc(50% + -571px);
  width: 345px;
  height: 325px;
  background: url(../files/db11_bg01.png) no-repeat center top;
  transform: translate(0, 100px);
}
#mwpbqki4p6k6n1cbvbhd .img02 {
  position: absolute;
  top: 1875px;
  left: calc(50% + 230px);
  width: 380px;
  height: 410px;
  background: url(../files/db11_bg02.png) no-repeat center top;
  transform: translate(100px,0);
}
#mwpbqki4p6k6n1cbvbhd .img03 {
  position: absolute;
  top: 2501px;
  left: calc(50% + 232px);
  width: 330px;
  height: 390px;
  background: url(../files/db11_bg03.png) no-repeat center top;
  transform: translate(0, -100px);
}