@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #fff6e6;
  --body_text_color: #333;
  --link_color: #f55600;
  --border_color: #666;
  --table_border_color: none;
  --th_background_color: #fff;
  --td_background_color: #fff;
  --th_character_color: #333;
  --td_character_color: #333;
  --required_color: #f55600;
  --top_h1_color: #000;
  --header_navigation_color: url(../files/header_bg.jpg) no-repeat left -30px top / auto;
  /* --header_navigation_color: #fff; */
  --top_entry_title_color: #000;
  --entry_title_bg_color: #000;
  --blog_title_color: #333;
  --sub_entry_title_bg_color: #333;
  --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: #2c2c2c;
  --footnavi_color: #000;
  --address_color: #000;
  --copy_color: #fff;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 950;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 720;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #fff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,1);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #000;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #f55600;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #fff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #fff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #fff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #fff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000;/* ブログ＞ページング＞線色 */
}
/* 個人追加 */
:root {
  --header_h: 80;          /*brandingbox外ヘッダー高*/
  --easys_navi_h : 80px;  /*初期ナビ高*/
  --easys_fixed_h: 80px;  /*固定ナビ高*/
  --custom_padding: 70px; /*ブロック間余白*/
  --custom_fade: 100;   /*フェードイン範囲*/
  --custom_transition: .4s;   /*フェードの基本時間*/
}

/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--easys_fixed_h);
  scroll-behavior: smooth;
}
body {
  /* background: none transparent; */
  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 {
  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: 0 0 calc(var(--easys_naka_main_h) / var(--easys_max_width) * 100%);
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  background: url(../files/top_header_cover.png) no-repeat center bottom / 100%;
  padding-bottom: calc(var(--easys_top_main_h) / var(--easys_max_width) * 100%);
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left  : 0;
  width: 100%;
  height: calc(60 / var(--easys_naka_main_h) * 100%);
  padding-left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#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 : 250px;
  height: 80px;
  position: absolute;
  top : 0;
  left: 0;
  background: url(../files/main_logo.jpg) 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%;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: var(--easys_navi_h);
  background: var(--header_navigation_color);
  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: right;
  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: 145px !important;}
div#access .gnavi12 a { width: 120px !important;}
div#access .gnavi13 a { width: 155px !important;}
div#access .gnavi14 a { width: 135px !important;}
div#access .gnavi15 a { width: 100px !important;}
div#access .gnavi16 a { width: 75px !important;}
div#access .gnavi17 a { width: 50px !important;}
div#access .gnavi18 a { width: 200px !important;}
div#access .gnavi11 a { background-position-x: left;}
div#access .gnavi12 a { background-position-x: -145px;}
div#access .gnavi13 a { background-position-x: -265px;}
div#access .gnavi14 a { background-position-x: -420px;}
div#access .gnavi15 a { background-position-x: -555px;}
div#access .gnavi16 a { background-position-x: right;}
div#access .gnavi17 a { background-position-x: right;}
div#access .gnavi18 a { background-position-x: right;}
div#access .menu-item a:hover { background-position-y: bottom;}
div#access #menu-gnavi > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transform: scale(0);
  transform-origin: center;
  background: none #fde231;
  transition: transform var(--custom_transition);
}
div#access #menu-gnavi > .menu-item > a:hover::before {
  transform:scale(1, 1);
}
div#access .gnavi17,
div#access .gnavi18 {
  margin-left: 20px !important;
}
div#access .gnavi17 > a {
  background-image: url(../files/btn_line.png);
  height: 53px !important;
  margin-top: 10px;
}
div#access .gnavi18 {
  position: relative;
}
div#access .gnavi18 > a {
  background: url(../files/btn_entry.jpg) no-repeat center center !important;
}
div#access .gnavi18::before {
  background-image: url(../files/btn_entry_on.jpg);
}
div#access .gnavi18::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0;
}
div#access .gnavi18:hover::before {
  opacity: 1;
}
div#access .gnavi18 > a .design_block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
div#access .gnavi18 > a span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
}
div#access .gnavi18 > a span::before,
div#access .gnavi18 > a span::after {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
div#access .gnavi18 > a span::after {
  opacity: 0;
}
div#access .gnavi18 > a:hover span::after {
  opacity: 1;
}
@keyframes anime-bg {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-25%);}
}
div#access .gnavi18 > a span:nth-of-type(1) { top: 20px;}
div#access .gnavi18 > a span:nth-of-type(1)::before,
div#access .gnavi18 > a span:nth-of-type(1)::after {
  width: calc(85 * 16px);
}
div#access .gnavi18 > a span:nth-of-type(1)::before {
  background-image: url(../files/btn_entry_txt1.png);
}
div#access .gnavi18 > a span:nth-of-type(1)::after {
  background-image: url(../files/btn_entry_txt1_on.png);
}
div#access .gnavi18 > a span:nth-of-type(2) { bottom: 20px;}
div#access .gnavi18 > a span:nth-of-type(2)::before,
div#access .gnavi18 > a span:nth-of-type(2)::after {
  width: calc(95 * 16px);
  animation-direction: reverse;
}
div#access .gnavi18 > a span:nth-of-type(2)::before {
  background-image: url(../files/btn_entry_txt2.png);
}
div#access .gnavi18 > a span:nth-of-type(2)::after {
  background-image: url(../files/btn_entry_txt2_on.png);
}

/* プルダウンメニューのサイズ */
#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;
}
body.fixed div#access {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: clamp(1300px, 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.jpg) 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: 470px;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 355px 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 {
  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-widget-area .widget-area #menu-footer_navi > .menu-item > a {
  padding: 0 10px;
}
#menu-footer_navi > #menu-item-59.menu-item {
  display: block;
  width: 100%;
}
#menu-footer_navi > #menu-item-59.menu-item > .sub-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#menu-footer_navi > #menu-item-59.menu-item,
#menu-footer_navi > #menu-item-59.menu-item a {
  border: none !important;
  font-size: 13px;
  letter-spacing: -1px;
  margin-top: 5px;
  height: 50px;
  line-height: 50px;
}
#menu-footer_navi > #menu-item-59.menu-item a {
  background: url(../files/footer_icon.png) no-repeat left center;
  padding-left: 15px;
  padding-right: 14px;
}
#menu-footer_navi > #menu-item-59.menu-item > a {
  display: none;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 0;
  position: absolute;

  /* width: 100%;
  text-align: center;
  top: 200px;
  left: 0; */

  /* width: 500px;
  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 #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  /* height: 150px; */
}

.fixed_left_btn {
  position: fixed;
  bottom: 120px;
  left: 0;
  z-index: 1000;
}
.fixed_left_btn div + div {
  margin-top: 10px;
}
.fixed_left_btn div a {
  display: block;
  position: relative;
}
.fixed_left_btn div a img {
  position: relative;
  transform: translateX(-10px);
  transition: var(--custom_transition);
}
.fixed_left_btn div a:hover img {
  transform: translateX(0px);
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 20px;
}
#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);
  padding-top: 60px;
}
h3.entry_title,
.entry-title,
.entry_title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
  height: 55px;
  line-height: 55px;
  padding-bottom: 5px;
}
/*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);
  height     : 48px;
  line-height: 48px;
  padding-bottom: 2px;
}
* .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;
}


/*テーブル設定*/
.iqfm-table tr th {width: 25%;}
.iqfam-table tr th, .iqfm-table tr td, td.td_name, td.td_value,
td.coupon_meta_title, td.coupon_meta, td.coupon_data {box-sizing: border-box;}
.easys_content:not(.ne_01) table:not(#wp-calendar) th { width: 25% !important;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  box-sizing: border-box !important;
  border: none !important;
  background: none var(--td_background_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  background-color: var(--th_background_color);
  border-left: solid 1px var(--table_border_color) !important;
  color: var(--th_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}


/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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;
}

/* フェードのipad対応 */
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;}


/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
/* #outer_block .easys_content_inner {
  position: relative;
  top: calc(var(--custom_fade) * 1px);
  height: 100%;
  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;
  opacity: 0;
  position: absolute;
  transition: all 1s ease 0s;
}
.design_block.moved {
  opacity: 1;
}


/*  共通ギミック
---------------------------------------------------------------------------------------------------- */
/* ON画像onga */
#af8wsafn80s288cxoeb2 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;
}
#af8wsafn80s288cxoeb2 a:hover::after {
  opacity: 1;
}


/* バウンス共通 */
.bounce.moved {
  opacity: 1;
  animation-duration: .5s;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* バウンス＞上から */
.bounce.top.moved {
  animation-name: poyoyon_top;
}
@keyframes poyoyon_top {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}
/* バウンス＞下から */
.bounce.bottom.moved {
  animation-name: poyoyon_bottom;
}
@keyframes poyoyon_bottom {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}
/* バウンス＞左から */
.bounce.left.moved {
  animation-name: poyoyon_left;
}
@keyframes poyoyon_left {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}
/* バウンス＞右から */
.bounce.right.moved {
  animation-name: poyoyon_right;
}
@keyframes poyoyon_right {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}

/* 左右に傾く */
.kurukuru {
  opacity: 1;
  animation: kurukuru 1s ease-in-out infinite alternate;
}
@keyframes kurukuru {
  0% ,
  100% {
    transform:rotate(0);
  }

  40% ,
  60% {
    transform:rotate(5deg);
  }
}


/*  セカンド、バナー、コンテンツ画像、パララックス
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#lag0tyglt8si6mnfjwgo,
#af8wsafn80s288cxoeb2,
#m25t6z45uf8l5tf8odnt,
#h9fn0ijlfsap63suirqb,
#j9wtviqqpbnwzephl523,
#un1lwk3nbczlbyj9ti20,
#kwr6wngj5tdaegmia7na,
#p63fd50kzhxy8otauzjt,
#o3zr3gi3wnv5zaurxx98 {
  margin-bottom: var(--custom_padding);
  position: relative;
}
#lag0tyglt8si6mnfjwgo div,
#af8wsafn80s288cxoeb2 div,
#m25t6z45uf8l5tf8odnt div,
#h9fn0ijlfsap63suirqb div,
#j9wtviqqpbnwzephl523 div,
#un1lwk3nbczlbyj9ti20 div,
#kwr6wngj5tdaegmia7na div,
#p63fd50kzhxy8otauzjt div,
#o3zr3gi3wnv5zaurxx98 div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#lag0tyglt8si6mnfjwgo img,
#af8wsafn80s288cxoeb2 img,
#m25t6z45uf8l5tf8odnt img,
#h9fn0ijlfsap63suirqb img,
#j9wtviqqpbnwzephl523 img,
#un1lwk3nbczlbyj9ti20 img,
#kwr6wngj5tdaegmia7na img,
#p63fd50kzhxy8otauzjt img,
#o3zr3gi3wnv5zaurxx98 img {
  position: relative;
}
#lag0tyglt8si6mnfjwgo .design_block[class*="block"].moved,
#af8wsafn80s288cxoeb2 .design_block[class*="block"].moved,
#m25t6z45uf8l5tf8odnt .design_block[class*="block"].moved,
#h9fn0ijlfsap63suirqb .design_block[class*="block"].moved,
#j9wtviqqpbnwzephl523 .design_block[class*="block"].moved,
#un1lwk3nbczlbyj9ti20 .design_block[class*="block"].moved,
#kwr6wngj5tdaegmia7na .design_block[class*="block"].moved,
#p63fd50kzhxy8otauzjt .design_block[class*="block"].moved,
#o3zr3gi3wnv5zaurxx98 .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
}

/* リンク共通 */
#lag0tyglt8si6mnfjwgo a,
#af8wsafn80s288cxoeb2 a {
  display: block;
  position: relative;
}
#lag0tyglt8si6mnfjwgo a:hover img,
#af8wsafn80s288cxoeb2 a:hover img {
  opacity: 1;
}

/* 3連バナー */
#lag0tyglt8si6mnfjwgo {
  background: url(../files/bnrmany01_bg.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 570px;
  padding-top: 60px;
  overflow: hidden;
}
#lag0tyglt8si6mnfjwgo div {
  overflow: visible !important;
}
#lag0tyglt8si6mnfjwgo [class*="field_"] {
  margin: 0;
  width: fit-content !important;
}
#lag0tyglt8si6mnfjwgo [class*="field_"].float_left {
  margin-right: 24px;
}
#lag0tyglt8si6mnfjwgo .eyecatch {
  width: 100% !important;
}
#lag0tyglt8si6mnfjwgo a:hover img {
  animation: shake 1s ease-in-out 1;
}
@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);
  }
}

/* 営業マンインタビュー */
:root {
  --bnrInterview_h: 1455;
  --bnrInterview_w: 1802;
}
#af8wsafn80s288cxoeb2 {
  background: url(../files/bnrmany02_bg.jpg) no-repeat center top / 100%;
}
#af8wsafn80s288cxoeb2 .easys_content_inner {
  padding: calc(var(--bnrInterview_h) / var(--easys_max_width) * 100%) 0 0;
}
#af8wsafn80s288cxoeb2 .img_display {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(var(--bnrInterview_w) / var(--easys_max_width) * 100%);
  height: 100%;
  padding-top: calc(81 / var(--bnrInterview_h) * 100%);
  z-index: 10;
}
#af8wsafn80s288cxoeb2 .img_display .clear_float {
  padding-top: calc(40 / var(--bnrInterview_h) * 100%);
}
#af8wsafn80s288cxoeb2 [class*="field_"] {
  height: auto;
  margin: 0;
  position: relative;
  width: calc(430 / var(--bnrInterview_w) * 100%) !important;
}
#af8wsafn80s288cxoeb2 div:nth-child(1 of [class*="field_"]) {
  width: calc(450 / var(--bnrInterview_w) * 100%) !important;
  margin-left: calc(492 / var(--bnrInterview_w) * 100%);
}
#af8wsafn80s288cxoeb2 div:nth-child(6 of [class*="field_"]) {
  margin-right: calc(512 / var(--bnrInterview_w) * 100%);
}
#af8wsafn80s288cxoeb2 [class*="field_"] .eyecatch,
#af8wsafn80s288cxoeb2 [class*="field_"] .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#af8wsafn80s288cxoeb2 > .design_block {
  opacity: 1;
  pointer-events: none;
}
#af8wsafn80s288cxoeb2 div:nth-child(1 of [class*="field_"]) a::after {
  background-image: url(../files/bnrmany02_01_on.png);
}
#af8wsafn80s288cxoeb2 div:nth-child(2 of [class*="field_"]) a::after {
  background-image: url(../files/bnrmany02_02_on.png);
}
#af8wsafn80s288cxoeb2 div:nth-child(3 of [class*="field_"]) a::after {
  background-image: url(../files/bnrmany02_03_on.png);
}
#af8wsafn80s288cxoeb2 div:nth-child(4 of [class*="field_"]) a::after {
  background-image: url(../files/bnrmany02_04_on.png);
}
#af8wsafn80s288cxoeb2 div:nth-child(5 of [class*="field_"]) a::after {
  background-image: url(../files/bnrmany02_05_on.png);
}
#af8wsafn80s288cxoeb2 div:nth-child(6 of [class*="field_"]) a::after {
  background-image: url(../files/bnrmany02_06_on.png);
}
#af8wsafn80s288cxoeb2 > .design_block.block1 {
  width: 100%;
  height: calc(130 / var(--bnrInterview_h) * 100%);
  top: calc(12 / var(--bnrInterview_h) * 100%);
  left: 0;
  overflow: hidden;
  z-index: 0;
}
#af8wsafn80s288cxoeb2 > .design_block.block1::before {
  content: "";
  width: calc(2750 / var(--easys_max_width) * 400%);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/bnrmany02_mov_txt.png) repeat-x left top / auto 100%;
}
#af8wsafn80s288cxoeb2 > .design_block.block2 {
  background-image: url(../files/bnrmany02_bg_cover.png);
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

/* コンテンツ画像共通 */
#m25t6z45uf8l5tf8odnt .easys_content_inner,
#h9fn0ijlfsap63suirqb .easys_content_inner,
#j9wtviqqpbnwzephl523 .easys_content_inner,
#un1lwk3nbczlbyj9ti20 .easys_content_inner,
#kwr6wngj5tdaegmia7na .easys_content_inner,
#p63fd50kzhxy8otauzjt .easys_content_inner,
#o3zr3gi3wnv5zaurxx98 .easys_content_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
  /* width: fit-content; */
}

/* コンテンツ画像＞インセンティブ */
#m25t6z45uf8l5tf8odnt {}

/* コンテンツ画像＞昇給昇進 */
#h9fn0ijlfsap63suirqb {}

/* コンテンツ画像＞年次別平均年収 */
#j9wtviqqpbnwzephl523 {}

/* コンテンツ画像＞年収ランキング */
#un1lwk3nbczlbyj9ti20 {}

/* コンテンツ画像＞年収割合 */
#kwr6wngj5tdaegmia7na {}

/* コンテンツ画像＞もっともっと詳細をチェック！ */
#p63fd50kzhxy8otauzjt {}

/* コンテンツ画像＞魅力が盛りだくさん♪ */
#o3zr3gi3wnv5zaurxx98 {}


/*  デザインブロック
---------------------------------------------------------------------------------------------------- */
/* 共通レイアウト（記事ブロック） */
#ydw9e4iwy3jdd24f1vur,
#a1iov35gnimimpuom334,
#z9qmmculp8c67sb6u6y2,
#c1lhzcj9s4vexb8htxob,
#ofya0um0y9a36f5fuwxv,
#ai01ku9hmmzcjbcl6eky,
#xurv7k6mc2o9872mvjlc,
#mat76kauc442ih1advbe,
#slolm3vz2q1sex8bjqi1,
#xjzruir13oro193gkggx,
#u08xhjwt08dns8gejwh0,
#mwpbqki4p6k6n1cbvbhd,
#x395ztvph7royst0kkfx,
#i00h5y3bl6c5bvzslsfp {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: var(--custom_padding);
  position: relative;
}
#ydw9e4iwy3jdd24f1vur .easys_content_inner,
#a1iov35gnimimpuom334 .easys_content_inner,
#z9qmmculp8c67sb6u6y2 .easys_content_inner,
#c1lhzcj9s4vexb8htxob .easys_content_inner,
#ofya0um0y9a36f5fuwxv .easys_content_inner,
#ai01ku9hmmzcjbcl6eky .easys_content_inner,
#xurv7k6mc2o9872mvjlc .easys_content_inner,
#mat76kauc442ih1advbe .easys_content_inner,
#slolm3vz2q1sex8bjqi1 .easys_content_inner,
#xjzruir13oro193gkggx .easys_content_inner,
#u08xhjwt08dns8gejwh0 .easys_content_inner,
#mwpbqki4p6k6n1cbvbhd .easys_content_inner,
#x395ztvph7royst0kkfx .easys_content_inner,
#i00h5y3bl6c5bvzslsfp .easys_content_inner {
  opacity: 1;
  top: 0px;
  position: relative;
}
#ydw9e4iwy3jdd24f1vur .post_margin,
#a1iov35gnimimpuom334 .post_margin,
#z9qmmculp8c67sb6u6y2 .post_margin,
#c1lhzcj9s4vexb8htxob .post_margin,
#ofya0um0y9a36f5fuwxv .post_margin,
#ai01ku9hmmzcjbcl6eky .post_margin,
#xurv7k6mc2o9872mvjlc .post_margin,
#mat76kauc442ih1advbe .post_margin,
#slolm3vz2q1sex8bjqi1 .post_margin,
#xjzruir13oro193gkggx .post_margin,
#u08xhjwt08dns8gejwh0 .post_margin,
#mwpbqki4p6k6n1cbvbhd .post_margin,
#x395ztvph7royst0kkfx .post_margin,
#i00h5y3bl6c5bvzslsfp .post_margin {
  margin: 0;
}
#ydw9e4iwy3jdd24f1vur .entry_post,
#a1iov35gnimimpuom334 .entry_post,
#z9qmmculp8c67sb6u6y2 .entry_post,
#c1lhzcj9s4vexb8htxob .entry_post,
#ofya0um0y9a36f5fuwxv .entry_post,
#ai01ku9hmmzcjbcl6eky .entry_post,
#xurv7k6mc2o9872mvjlc .entry_post,
#mat76kauc442ih1advbe .entry_post,
#slolm3vz2q1sex8bjqi1 .entry_post,
#xjzruir13oro193gkggx .entry_post,
#u08xhjwt08dns8gejwh0 .entry_post,
#mwpbqki4p6k6n1cbvbhd .entry_post,
#x395ztvph7royst0kkfx .entry_post,
#i00h5y3bl6c5bvzslsfp .entry_post {
  box-sizing: border-box;
}
#ydw9e4iwy3jdd24f1vur .entry_post > [class*="title"],
#a1iov35gnimimpuom334 .entry_post > [class*="title"],
#z9qmmculp8c67sb6u6y2 .entry_post > [class*="title"],
#c1lhzcj9s4vexb8htxob .entry_post > [class*="title"],
#ofya0um0y9a36f5fuwxv .entry_post > [class*="title"],
#ai01ku9hmmzcjbcl6eky .entry_post > [class*="title"],
#xurv7k6mc2o9872mvjlc .entry_post > [class*="title"],
/* #mat76kauc442ih1advbe .entry_post > [class*="title"], */
#slolm3vz2q1sex8bjqi1 .entry_post > [class*="title"],
#xjzruir13oro193gkggx .entry_post > [class*="title"],
#u08xhjwt08dns8gejwh0 .entry_post > [class*="title"],
#mwpbqki4p6k6n1cbvbhd .entry_post > [class*="title"],
#x395ztvph7royst0kkfx .entry_post > [class*="title"],
#i00h5y3bl6c5bvzslsfp .entry_post > [class*="title"] {
  display: none;
}
#ydw9e4iwy3jdd24f1vur .text_box,
#a1iov35gnimimpuom334 .text_box,
#z9qmmculp8c67sb6u6y2 .text_box,
#c1lhzcj9s4vexb8htxob .text_box,
#ofya0um0y9a36f5fuwxv .text_box,
#ai01ku9hmmzcjbcl6eky .text_box,
#xurv7k6mc2o9872mvjlc .text_box,
#mat76kauc442ih1advbe .text_box,
#slolm3vz2q1sex8bjqi1 .text_box,
#xjzruir13oro193gkggx .text_box,
#u08xhjwt08dns8gejwh0 .text_box,
#mwpbqki4p6k6n1cbvbhd .text_box,
#x395ztvph7royst0kkfx .text_box,
#i00h5y3bl6c5bvzslsfp .text_box {
  float: none !important;
  height: auto;
  overflow: visible;
  width: 100%;
  margin: 0;
}
#ydw9e4iwy3jdd24f1vur .post_data,
#a1iov35gnimimpuom334 .post_data,
#z9qmmculp8c67sb6u6y2 .post_data,
#c1lhzcj9s4vexb8htxob .post_data,
#ofya0um0y9a36f5fuwxv .post_data,
#ai01ku9hmmzcjbcl6eky .post_data,
#xurv7k6mc2o9872mvjlc .post_data,
#mat76kauc442ih1advbe .post_data,
#slolm3vz2q1sex8bjqi1 .post_data,
#xjzruir13oro193gkggx .post_data,
#u08xhjwt08dns8gejwh0 .post_data,
#mwpbqki4p6k6n1cbvbhd .post_data,
#x395ztvph7royst0kkfx .post_data,
#i00h5y3bl6c5bvzslsfp .post_data {
  display: block;
  float: none !important;
  margin: 0;
  overflow: visible;
}
#ydw9e4iwy3jdd24f1vur .design_block[class*="block"].moved,
#a1iov35gnimimpuom334 .design_block[class*="block"].moved,
#z9qmmculp8c67sb6u6y2 .design_block[class*="block"].moved,
#c1lhzcj9s4vexb8htxob .design_block[class*="block"].moved,
#ofya0um0y9a36f5fuwxv .design_block[class*="block"].moved,
#ai01ku9hmmzcjbcl6eky .design_block[class*="block"].moved,
#xurv7k6mc2o9872mvjlc .design_block[class*="block"].moved,
#mat76kauc442ih1advbe .design_block[class*="block"].moved,
#slolm3vz2q1sex8bjqi1 .design_block[class*="block"].moved,
#xjzruir13oro193gkggx .design_block[class*="block"].moved,
#u08xhjwt08dns8gejwh0 .design_block[class*="block"].moved,
#mwpbqki4p6k6n1cbvbhd .design_block[class*="block"].moved,
#x395ztvph7royst0kkfx .design_block[class*="block"].moved,
#i00h5y3bl6c5bvzslsfp .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
}

/* あなたは今、悩んでますか？ */
#ydw9e4iwy3jdd24f1vur {
  background-image: url(../files/design01_bg.jpg);
  height: 475px;
}
#ydw9e4iwy3jdd24f1vur .entry_post {
  padding: 390px 0 0 0;
}
#ydw9e4iwy3jdd24f1vur .post_data {
  text-align: center;
}
#ydw9e4iwy3jdd24f1vur > .design_block.block1 {
  width: 100%;
  height: 135px;
  top: 70px;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
#ydw9e4iwy3jdd24f1vur > .design_block.block1::before {
  content: "";
  width: calc(1820 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design01_mov_txt.png) repeat-x left top / auto 100%;
}
#ydw9e4iwy3jdd24f1vur > .design_block.block2 {
  background-image: url(../files/design01_ttl.png);
  width: 500px;
  height: 130px;
  top: 250px;
  left: calc(50% - 250px);
}

/* アール・エムで、変わる！変わろう！！ */
#a1iov35gnimimpuom334 {
  background-image: url(../files/design02_bg.jpg);
  height: 1055px;
}
#a1iov35gnimimpuom334 .entry_post {
  padding: 845px 0 0 0;
}
#a1iov35gnimimpuom334 .post_data {
  text-align: center;
}
#a1iov35gnimimpuom334 > .design_block.block1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 1;
}
#a1iov35gnimimpuom334 > .design_block.block1 #particles-js {
  width: 100%;
  height: 100%;
}
#a1iov35gnimimpuom334 > .design_block.block2 {
  background-image: url(../files/design02_img01.png);
  width: 1107px;
  height: 700px;
  top: 78px;
  left: calc(50% - 554px);
  transform: scale(0);
}
#a1iov35gnimimpuom334 > .design_block.block3 {
  background-image: url(../files/design02_ttl.png);
  width: 750px;
  height: 160px;
  top: 667px;
  left: calc(50% - 375px);
}

/* 大丈夫！休みと収入のバランスが選べます！ */
#z9qmmculp8c67sb6u6y2 {
  background-image: url(../files/design03_bg.jpg);
  height: 1030px;
}
#z9qmmculp8c67sb6u6y2 .entry_post {
  padding: 425px 0 0 0;
}
#z9qmmculp8c67sb6u6y2 .post_data {
  text-align: center;
}
#z9qmmculp8c67sb6u6y2 > .design_block.block1 {
  background-image: url(../files/design03_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#z9qmmculp8c67sb6u6y2 > .design_block.block2 {
  background-image: url(../files/design03_ttl.png);
  width: 400px;
  height: 140px;
  top: 211px;
  left: calc(50% - 200px);
}
#z9qmmculp8c67sb6u6y2 > .design_block.block3 {
  background-image: url(../files/design03_img02.png);
  width: 510px;
  height: 460px;
  top: 505px;
  left: calc(50% - 602px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#z9qmmculp8c67sb6u6y2 > .design_block.block4 {
  background-image: url(../files/design03_img03.png);
  width: 510px;
  height: 460px;
  top: 505px;
  left: calc(50% + 104px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#z9qmmculp8c67sb6u6y2 > .design_block.block5 {
  background-image: url(../files/design03_img01.png);
  width: 360px;
  height: 560px;
  top: 470px;
  left: calc(50% - 177px);
}

/* 完全週休二日制の働き方／週休二日制の働き方 */
#c1lhzcj9s4vexb8htxob {
  background-image: url(../files/design04_bg.jpg);
  height: 830px;
}
#c1lhzcj9s4vexb8htxob .easys_content_inner {
  width: 890px;
}
#c1lhzcj9s4vexb8htxob .entry_post {
  padding: 80px 0 0 0;
}
#c1lhzcj9s4vexb8htxob .sub_post {
  box-sizing: border-box;
  margin-top: 0;
  width: 390px;
}
#c1lhzcj9s4vexb8htxob .sub_post .text_size_full {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#c1lhzcj9s4vexb8htxob .sub_post.sub_post_0 {
  padding: 80px 42px 20px;
}
#c1lhzcj9s4vexb8htxob .sub_post.sub_post_1 {
  float: right;
  padding: 80px 16px 20px 50px;
}
#c1lhzcj9s4vexb8htxob .sub_post > [class*="title"] {
  display: none;
}
#c1lhzcj9s4vexb8htxob .post_data {
  text-align: center;
}
#c1lhzcj9s4vexb8htxob > .design_block.block1 {
  background-image: url(../files/design04_img01.png);
  width: 180px;
  height: 230px;
  top: 100px;
  left: calc(50% - 650px);
}
#c1lhzcj9s4vexb8htxob > .design_block.block2 {
  background-image: url(../files/design04_img02.png);
  width: 180px;
  height: 230px;
  top: 100px;
  left: calc(50% + 460px);
}
#c1lhzcj9s4vexb8htxob > .design_block.block3 {
  background-image: url(../files/design04_img03.png);
  width: 1286px;
  height: 270px;
  top: 446px;
  left: calc(50% - 650px);
  margin-top: calc(var(--custom_fade) * 1px);
}

/* とことん遊ぶ！イベント行事もりだくさんなアール・エム */
#ofya0um0y9a36f5fuwxv {
  background-image: url(../files/design05_bg.jpg);
  height: 1220px;
}
#ofya0um0y9a36f5fuwxv .entry_post {
  padding: 350px 150px 0;
}
#ofya0um0y9a36f5fuwxv .post_data {
  text-align: center;
}
#ofya0um0y9a36f5fuwxv > .design_block.block1 {
  background-image: url(../files/design05_ttl.png);
  width: 660px;
  height: 200px;
  top: 140px;
  left: calc(50% - 330px);
}
#ofya0um0y9a36f5fuwxv > .design_block.block2 {
  background-image: url(../files/design05_img01.png);
  width: 280px;
  height: 250px;
  top: 102px;
  left: calc(50% - 606px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#ofya0um0y9a36f5fuwxv > .design_block.block3 {
  background-image: url(../files/design05_img02.png);
  background-position-y: bottom;
  padding-bottom: 97px;
  width: 280px;
  height: 370px;
  top: 102px;
  left: calc(50% + 354px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#ofya0um0y9a36f5fuwxv > .design_block.block4,
#ofya0um0y9a36f5fuwxv > .design_block.block5 {
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
}
#ofya0um0y9a36f5fuwxv > .design_block.block4::before,
#ofya0um0y9a36f5fuwxv > .design_block.block5::before {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
#ofya0um0y9a36f5fuwxv > .design_block.block4 {
  height: 453px;
  bottom: 180px;
}
#ofya0um0y9a36f5fuwxv > .design_block.block4::before {
  width: calc(2123 * 4px);
  background-image: url(../files/design05_mov_img.png);
  animation-direction: reverse;
}
#ofya0um0y9a36f5fuwxv > .design_block.block5 {
  height: 170px;
  bottom: 25px;
}
#ofya0um0y9a36f5fuwxv > .design_block.block5::before {
  width: calc(2850 * 4px);
  background-image: url(../files/design05_mov_txt.png);
}
#ofya0um0y9a36f5fuwxv > .design_block.block6 {
  background-image: url(../files/design05_bg_cover.png);
  width: 100%;
  height: 430px;
  bottom: 0;
  left: 0;
  opacity: 1;
}

/* 本音を暴露！従業員に聞いてみた。 */
#ai01ku9hmmzcjbcl6eky {
  background-image: url(../files/design06_bg.jpg);
  height: 700px;
}
#ai01ku9hmmzcjbcl6eky .entry_post {
  padding: 600px 150px 0;
}
#ai01ku9hmmzcjbcl6eky .post_data {
  text-align: center;
}
#ai01ku9hmmzcjbcl6eky > .design_block.block1 {
  background-image: url(../files/design06_ttl.png);
  width: 660px;
  height: 160px;
  top: 412px;
  left: calc(50% - 330px);
}

/* アール・エムの仕事 */
#xurv7k6mc2o9872mvjlc {
  background-image: url(../files/design07_bg.jpg);
  height: 1100px;
}
#xurv7k6mc2o9872mvjlc .easys_content_inner {
  width: 1300px;
}
#xurv7k6mc2o9872mvjlc .entry_post {
  padding: 540px 180px 0 705px;
}
#xurv7k6mc2o9872mvjlc > .design_block.block1 {
  background-image: url(../files/design07_img01.png);
  width: 300px;
  height: 250px;
  top: 106px;
  left: calc(50% - 602px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#xurv7k6mc2o9872mvjlc > .design_block.block2 {
  background-image: url(../files/design07_bg_cover.png);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 1;
}
#xurv7k6mc2o9872mvjlc > .design_block.block3 {
  background-image: url(../files/design07_ttl.png);
  width: 480px;
  height: 110px;
  top: 316px;
  left: calc(50% + 35px);
}
#xurv7k6mc2o9872mvjlc > .design_block.block4 {
  background-image: url(../files/design07_img02.png);
  width: 480px;
  height: 490px;
  top: 453px;
  left: calc(50% - 782px);
}
#xurv7k6mc2o9872mvjlc > .design_block.block5 {
  background-image: url(../files/design07_img03.png);
  width: 230px;
  height: 460px;
  top: 640px;
  left: calc(50% + 400px);
  margin-top: calc(var(--custom_fade) * 1px);
  pointer-events: none;
}

/* ブログ大見出し（全体） */
#g1tti3n35c1cf5py6q2a {
  background: 
  url(../files/news_bg.jpg) no-repeat center top,
  url(../files/news_bg_pattern.jpg) repeat center top;
  box-sizing: border-box;
  padding: 280px calc(100% - 1340px) 200px;
  position: relative;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(1) > .entry_title {
  background: none transparent;
  text-indent: -99999px;
  position: absolute;
  top: 110px;
  right: 0;
  left: 0;
  margin: auto;
  width: 800px;
  height: 150px;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(1) > .entry_title [class*="read_more_btn"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none transparent;
  text-indent: -99999px;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(1) > .entry_title [class*="read_more_btn"] a {
  width: 100%;
  height: 100%;
  display: block;
  background: none transparent;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(2) .easys_content {
  width: fit-content;
  margin: 30px 0 0;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(2) .easys_content_inner {
  width: 460px;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(2) .half_entry_title {
  box-sizing: border-box;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(2) .blog_post {
  width: 100%;
}
#g1tti3n35c1cf5py6q2a > .easys_content_inner:nth-of-type(2) .post_data {
  width: 300px;
}

/* ブログ小見出し（移動済） */
/* sc3i3vkik55fdbuoy0ik
b88ishijorvfry0pj65y
t1k5s2kyku65ansbxuk7
owdk4wv5d4l51gihsbjn
r3duhtp0wjcxlq1ao8jm
hhbo7njiyo126zgyit6v
dcmwm5v0hrk2ffvy95rl */

/* ブログ各カテゴリ */
/* mcjm4i1sgutqg0x0egdd
alysjeculg9ti7eza71t
z3vvrj7xokjxv3k0yoco
i9j7lp2keeq8b03kc9zv
a3kmrvrmz5ytvvey3yde
jq2mjkh9d7pd3jcdm8l6
j52bsogbz94h6n03iv2u */

/* よくある質問 */
#mat76kauc442ih1advbe {
  background: #b990de url(../files/faq_bg.jpg) no-repeat center top;
  padding-top: 340px;
  padding-bottom: 200px;
}
#mat76kauc442ih1advbe .entry_post + .entry_post {
  margin-top: var(--custom_padding);
}
#mat76kauc442ih1advbe .sub_post {
  background-color: #8861b4;
  border: 1px solid #000;
  border-radius: 15px;
  overflow: hidden;
}
#mat76kauc442ih1advbe .sub_post [class*="title"] {
  background: none transparent;
  margin-bottom: 0;
  height: 95px;
  line-height: 95px;
}
#mat76kauc442ih1advbe .sub_post [class*="title"] .btn_toggle {
  transition: .3s;
}
#mat76kauc442ih1advbe .sub_post [class*="title"] .btn_toggle:hover {
  transform: scale(1.1);
}
#mat76kauc442ih1advbe .sub_post .sub_post_texts,
#mat76kauc442ih1advbe .sub_post .post_data,
#mat76kauc442ih1advbe .sub_post .img_box {
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .2s;
  transform: translateY(-20px);
  padding-left: 20px;
  padding-right: 20px;
}
#mat76kauc442ih1advbe .sub_post [class*="title"],
#mat76kauc442ih1advbe .sub_post .sub_post_texts,
#mat76kauc442ih1advbe .sub_post .post_data {
  color: #fff;
}
#mat76kauc442ih1advbe .sub_post.active [class*="title"] {
  border-bottom: 1px solid #fff;
}
#mat76kauc442ih1advbe .sub_post.active .sub_post_texts,
#mat76kauc442ih1advbe .sub_post.active .post_data,
#mat76kauc442ih1advbe .sub_post.active .img_box {
  height: auto;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 20px;
  transform: translateY(0px);
}
#mat76kauc442ih1advbe .sub_post.active .sub_post_texts {
  padding: 20px;
}

/* ギャラリーブロック */
#ztt1eoknhjqo2sfses9y {
  background: url(../files/gallery_bg.jpg) repeat-y center top;
  padding-top: var(--custom_padding);
  padding-bottom: var(--custom_padding);
}

/* インタビュー記事共通 */
#slolm3vz2q1sex8bjqi1 .easys_content_inner,
#xjzruir13oro193gkggx .easys_content_inner,
#u08xhjwt08dns8gejwh0 .easys_content_inner,
#mwpbqki4p6k6n1cbvbhd .easys_content_inner,
#x395ztvph7royst0kkfx .easys_content_inner,
#i00h5y3bl6c5bvzslsfp .easys_content_inner {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--easys_max_width) * 1px);
}
#slolm3vz2q1sex8bjqi1 .sub_post,
#xjzruir13oro193gkggx .sub_post,
#u08xhjwt08dns8gejwh0 .sub_post,
#mwpbqki4p6k6n1cbvbhd .sub_post,
#x395ztvph7royst0kkfx .sub_post,
#i00h5y3bl6c5bvzslsfp .sub_post {
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0 calc(100% - 1550px);
  position: relative;
  width: 100%;
}
#slolm3vz2q1sex8bjqi1 .sub_post [class*="title"],
#xjzruir13oro193gkggx .sub_post [class*="title"],
#u08xhjwt08dns8gejwh0 .sub_post [class*="title"],
#mwpbqki4p6k6n1cbvbhd .sub_post [class*="title"],
#x395ztvph7royst0kkfx .sub_post [class*="title"],
#i00h5y3bl6c5bvzslsfp .sub_post [class*="title"],
#slolm3vz2q1sex8bjqi1 .sub_post .img_box,
#xjzruir13oro193gkggx .sub_post .img_box,
#u08xhjwt08dns8gejwh0 .sub_post .img_box,
#mwpbqki4p6k6n1cbvbhd .sub_post .img_box,
#x395ztvph7royst0kkfx .sub_post .img_box,
#i00h5y3bl6c5bvzslsfp .sub_post .img_box {
  display: none;
}
#slolm3vz2q1sex8bjqi1 .sub_post .sub_post_texts,
#xjzruir13oro193gkggx .sub_post .sub_post_texts,
#u08xhjwt08dns8gejwh0 .sub_post .sub_post_texts,
#mwpbqki4p6k6n1cbvbhd .sub_post .sub_post_texts,
#x395ztvph7royst0kkfx .sub_post .sub_post_texts,
#i00h5y3bl6c5bvzslsfp .sub_post .sub_post_texts {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  width: 100%;
}
#slolm3vz2q1sex8bjqi1 .sub_post .post_data,
#xjzruir13oro193gkggx .sub_post .post_data,
#u08xhjwt08dns8gejwh0 .sub_post .post_data,
#mwpbqki4p6k6n1cbvbhd .sub_post .post_data,
#x395ztvph7royst0kkfx .sub_post .post_data,
#i00h5y3bl6c5bvzslsfp .sub_post .post_data {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}
#slolm3vz2q1sex8bjqi1 .sub_post .post_data p,
#xjzruir13oro193gkggx .sub_post .post_data p,
#u08xhjwt08dns8gejwh0 .sub_post .post_data p,
#mwpbqki4p6k6n1cbvbhd .sub_post .post_data p,
#x395ztvph7royst0kkfx .sub_post .post_data p,
#i00h5y3bl6c5bvzslsfp .sub_post .post_data p {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.7;
}
#slolm3vz2q1sex8bjqi1 .sub_post[class*="sub_post_"] > .design_block[class*="block"].moved,
#xjzruir13oro193gkggx .sub_post[class*="sub_post_"] > .design_block[class*="block"].moved,
#u08xhjwt08dns8gejwh0 .sub_post[class*="sub_post_"] > .design_block[class*="block"].moved,
#mwpbqki4p6k6n1cbvbhd .sub_post[class*="sub_post_"] > .design_block[class*="block"].moved,
#x395ztvph7royst0kkfx .sub_post[class*="sub_post_"] > .design_block[class*="block"].moved,
#i00h5y3bl6c5bvzslsfp .sub_post[class*="sub_post_"] > .design_block[class*="block"].moved {
  margin: 0px;
  transform: none;
}
/* ＞一部記事をグループ化 */
#slolm3vz2q1sex8bjqi1 .group_block,
#xjzruir13oro193gkggx .group_block,
#u08xhjwt08dns8gejwh0 .group_block,
#mwpbqki4p6k6n1cbvbhd .group_block,
#x395ztvph7royst0kkfx .group_block,
#i00h5y3bl6c5bvzslsfp .group_block {
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
#slolm3vz2q1sex8bjqi1 .group_block .sub_post,
#xjzruir13oro193gkggx .group_block .sub_post,
#u08xhjwt08dns8gejwh0 .group_block .sub_post,
#mwpbqki4p6k6n1cbvbhd .group_block .sub_post,
#x395ztvph7royst0kkfx .group_block .sub_post,
#i00h5y3bl6c5bvzslsfp .group_block .sub_post {
  width: 1000px;
}
#slolm3vz2q1sex8bjqi1 .group_block .sub_post:nth-of-type(1),
#xjzruir13oro193gkggx .group_block .sub_post:nth-of-type(1),
#u08xhjwt08dns8gejwh0 .group_block .sub_post:nth-of-type(1),
#mwpbqki4p6k6n1cbvbhd .group_block .sub_post:nth-of-type(1),
#x395ztvph7royst0kkfx .group_block .sub_post:nth-of-type(1),
#i00h5y3bl6c5bvzslsfp .group_block .sub_post:nth-of-type(1) {
  padding: 0 0 0 calc(100% - 1550px);
}
#slolm3vz2q1sex8bjqi1 .group_block .sub_post:nth-of-type(2),
#xjzruir13oro193gkggx .group_block .sub_post:nth-of-type(2),
#u08xhjwt08dns8gejwh0 .group_block .sub_post:nth-of-type(2),
#mwpbqki4p6k6n1cbvbhd .group_block .sub_post:nth-of-type(2),
#x395ztvph7royst0kkfx .group_block .sub_post:nth-of-type(2),
#i00h5y3bl6c5bvzslsfp .group_block .sub_post:nth-of-type(2) {
  padding: 0 calc(100% - 1550px) 0 0;
}

/* インタビュー01 */
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_0 {
  background-image: url(../files/design08_bg.jpg);
  height: 530px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_0 .sub_post_texts {
  padding: 235px 0 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_0 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 240px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_1 {
  background-image: url(../files/design09_bg.jpg);
  height: 530px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_1 .sub_post_texts {
  padding: 121px 0 0 363px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_1 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 360px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_1 .design_block.block1 {
  background-image: url(../files/design09_img.png);
  width: 260px;
  height: 440px;
  top: 90px;
  left: calc(50% - 442px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_2 {
  background-image: url(../files/design10_bg.jpg);
  height: 480px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_2 .sub_post_texts {
  padding: 131px 0 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_2 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 300px;
}
#slolm3vz2q1sex8bjqi1 .group_block.sub_post_3 {
  background-image: url(../files/design11_bg.jpg);
  height: 1000px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_3 .sub_post_texts {
  padding: 216px 20px 0 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_3 .sub_post_texts .post_data {
  padding: 0 70px;
  height: 395px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_3 .design_block.block1 {
  background-image: url(../files/design11_img.png);
  width: 380px;
  height: 440px;
  top: 560px;
  left: calc(100% - 317px);
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_4 .sub_post_texts {
  padding: 316px 0 0 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_4 .sub_post_texts .post_data {
  padding: 70px 70px 0 100px;
  height: 555px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_5 {
  background-image: url(../files/design12_bg.jpg);
  height: 600px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_5 .sub_post_texts {
  padding: 152px 0 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_5 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 199px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_5 .design_block.block1 {
  background-image: url(../files/design12_img.png);
  width: 250px;
  height: 740px;
  top: -140px;
  left: calc(50% + 293px);
  opacity: 1;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_6 {
  background-image: url(../files/design13_bg.jpg);
  height: 610px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_6 .sub_post_texts {
  padding: 328px 0 0;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_6 .sub_post_texts .post_data {
  padding: 0 450px 0 70px;
  height: 249px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_6 .design_block.block1 {
  background-image: url(../files/design13_img.png);
  width: 470px;
  height: 610px;
  top: 0px;
  left: calc(50% + 75px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 {
  background-image: url(../files/design14_bg.jpg);
  height: 600px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .sub_post_texts {
  padding: 166px 30px 0 340px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 209px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .sub_post_texts .post_data p {
  font-size: 28px;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .design_block.block1 {
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  opacity: 1;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .design_block.block1::before {
  content: "";
  width: calc(2300 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design14_mov_txt.png) repeat-x left top / auto 100%;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .design_block.block2 {
  background-image: url(../files/design14_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#slolm3vz2q1sex8bjqi1 .sub_post.sub_post_7 .design_block.block3 {
  background-image: url(../files/design14_img.png);
  width: 220px;
  height: 220px;
  top: 150px;
  left: calc(50% - 463px);
  opacity: 1;
}

/* インタビュー02 */
#xjzruir13oro193gkggx .sub_post.sub_post_0 {
  background-image: url(../files/design15_bg.jpg);
  height: 490px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_0 .sub_post_texts {
  padding: 235px 224px 0 0;
}
#xjzruir13oro193gkggx .sub_post.sub_post_0 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 207px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_0 .design_block.block1 {
  background-image: url(../files/design15_img.png);
  width: 400px;
  height: 500px;
  top: 202px;
  left: calc(50% + 230px);
  z-index: 10;
}
#xjzruir13oro193gkggx .group_block.sub_post_1 {
  background-image: url(../files/design16_bg.jpg);
  height: 1000px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_1 .sub_post_texts {
  padding: 216px 20px 0 0;
}
#xjzruir13oro193gkggx .sub_post.sub_post_1 .sub_post_texts .post_data {
  padding: 0 50px 40px;
  height: 448px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_1 .design_block.block1 {
  background-image: url(../files/design16_img.png);
  width: 380px;
  height: 440px;
  top: 560px;
  left: calc(100% - 296px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#xjzruir13oro193gkggx .sub_post.sub_post_2 .sub_post_texts {
  padding: 418px 0 0 25px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_2 .sub_post_texts .post_data {
  padding: 0 70px;
  height: 505px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_3 {
  background-image: url(../files/design17_bg.jpg);
  height: 450px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_3 .sub_post_texts {
  padding: 112px 15px 0;
}
#xjzruir13oro193gkggx .sub_post.sub_post_3 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 309px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_4 {
  background-image: url(../files/design18_bg.jpg);
  height: 470px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_4 .sub_post_texts {
  padding: 150px 15px 0 407px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_4 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 280px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_4 .design_block.block1 {
  background-image: url(../files/design18_img.png);
  width: 550px;
  height: 470px;
  top: 0px;
  left: calc(50% - 637px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#xjzruir13oro193gkggx .sub_post.sub_post_4 .design_block.block2 {
  background-image: url(../files/design18_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#xjzruir13oro193gkggx .sub_post.sub_post_5 {
  background-image: url(../files/design19_bg.jpg);
  height: 690px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_5 .sub_post_texts {
  padding: 207px 270px 0 0;
}
#xjzruir13oro193gkggx .sub_post.sub_post_5 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 400px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_5 .design_block.block1 {
  background-image: url(../files/design19_img.png);
  width: 490px;
  height: 690px;
  top: 0px;
  left: calc(50% + 210px);
}
#xjzruir13oro193gkggx .sub_post.sub_post_6 {
  background-image: url(../files/design20_bg.jpg);
  height: 650px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_6 .sub_post_texts {
  padding: 162px 15px 0 238px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_6 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 199px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_6 .design_block.block1 {
  background-image: url(../files/design20_img.png);
  width: 330px;
  height: 670px;
  top: -20px;
  left: calc(50% - 627px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#xjzruir13oro193gkggx .sub_post.sub_post_7 {
  background-image: url(../files/design21_bg.jpg);
  height: 560px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_7 .sub_post_texts {
  padding: 308px 360px 0 70px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_7 .sub_post_texts .post_data {
  padding: 0 50px 0 0;
  height: 220px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_7 .design_block.block1 {
  background-image: url(../files/design21_img.png);
  width: 340px;
  height: 560px;
  top: 0px;
  left: calc(50% + 185px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 {
  background-image: url(../files/design22_bg.jpg);
  height: 600px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .sub_post_texts {
  padding: 166px 30px 0 340px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 209px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .sub_post_texts .post_data p {
  font-size: 28px;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .design_block.block1 {
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  opacity: 1;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .design_block.block1::before {
  content: "";
  width: calc(2300 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design22_mov_txt.png) repeat-x left top / auto 100%;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .design_block.block2 {
  background-image: url(../files/design22_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#xjzruir13oro193gkggx .sub_post.sub_post_8 .design_block.block3 {
  background-image: url(../files/design22_img.png);
  width: 200px;
  height: 270px;
  top: 126px;
  left: calc(50% - 442px);
  opacity: 1;
}

/* インタビュー03 */
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_0 {
  background-image: url(../files/design23_bg.jpg);
  height: 550px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_0 .sub_post_texts {
  padding: 234px 15px 0;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_0 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 257px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_1 {
  background-image: url(../files/design24_bg.jpg);
  height: 570px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_1 .sub_post_texts {
  padding: 124px 15px 0 362px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_1 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 389px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_1 .design_block.block1 {
  background-image: url(../files/design24_img.png);
  width: 350px;
  height: 570px;
  top: 0px;
  left: calc(50% - 512px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_2 {
  background-image: url(../files/design25_bg.jpg);
  height: 450px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_2 .sub_post_texts {
  padding: 129px 15px 0;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_2 .sub_post_texts .post_data {
  padding: 0 130px 0 50px;
  height: 227px;
}
#u08xhjwt08dns8gejwh0 .group_block.sub_post_3 {
  background-image: url(../files/design26_bg.jpg);
  height: 940px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_3 .sub_post_texts {
  padding: 115px 20px 0 0;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_3 .sub_post_texts .post_data {
  padding: 70px 50px;
  height: 538px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_3 .design_block.block1 {
  background-image: url(../files/design26_img1.png);
  width: 340px;
  height: 370px;
  top: -186px;
  left: calc(100% + 240px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_3 .design_block.block2 {
  background-image: url(../files/design26_img2.png);
  width: 420px;
  height: 400px;
  top: 520px;
  left: calc(100% - 442px);
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_4 .sub_post_texts {
  padding: 283px 0 0 25px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_4 .sub_post_texts .post_data {
  padding: 90px 50px 50px;
  height: 620px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_5 {
  background-image: url(../files/design27_bg.jpg);
  height: 600px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_5 .sub_post_texts {
  padding: 112px 275px 0 15px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_5 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 198px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_5 .design_block.block1 {
  background-image: url(../files/design27_img.png);
  width: 400px;
  height: 640px;
  top: -122px;
  left: calc(50% + 210px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_6 {
  background-image: url(../files/design28_bg.jpg);
  height: 530px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_6 .sub_post_texts {
  padding: 307px 415px 0 70px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_6 .sub_post_texts .post_data {
  padding: 0 50px 0 0;
  height: 190px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_6 .design_block.block1 {
  background-image: url(../files/design28_img.png);
  width: 410px;
  height: 530px;
  top: 0px;
  left: calc(50% + 126px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 {
  background-image: url(../files/design29_bg.jpg);
  height: 680px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .sub_post_texts {
  padding: 177px 30px 0 340px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 277px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .sub_post_texts .post_data p {
  font-size: 20px;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .design_block.block1 {
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  opacity: 1;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .design_block.block1::before {
  content: "";
  width: calc(2300 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design29_mov_txt.png) repeat-x left top / auto 100%;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .design_block.block2 {
  background-image: url(../files/design29_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#u08xhjwt08dns8gejwh0 .sub_post.sub_post_7 .design_block.block3 {
  background-image: url(../files/design29_img.png);
  width: 250px;
  height: 360px;
  top: 175px;
  left: calc(50% - 493px);
  opacity: 1;
}

/* インタビュー04 */
#mwpbqki4p6k6n1cbvbhd .group_block.sub_post_0 {
  background-image: url(../files/design30_bg.jpg);
  flex-direction: column;
  height: 830px;
}
#mwpbqki4p6k6n1cbvbhd .group_block.sub_post_0 .sub_post {
  width: 100%;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_0 .sub_post_texts {
  padding: 234px 462px 0 358px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_0 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 170px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_0 .design_block.block1 {
  background-image: url(../files/design30_bg.png);
  width: 480px;
  height: 640px;
  top: 190px;
  left: calc(50% - 695px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_1 .sub_post_texts {
  padding: 150px 15px 0 808px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_1 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 239px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_2 {
  background-image: url(../files/design31_bg.jpg);
  height: 470px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_2 .sub_post_texts {
  padding: 112px 405px 0 0;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_2 .sub_post_texts .post_data {
  padding: 0 50px 0 20px;
  height: 298px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_2 .design_block.block1 {
  background-image: url(../files/design31_img.png);
  width: 530px;
  height: 490px;
  top: 118px;
  left: calc(50% + 5px);
  margin-top: calc(var(--custom_fade) * 1px);
  z-index: 10;
}

#mwpbqki4p6k6n1cbvbhd .group_block.sub_post_3 {
  background-image: url(../files/design32_bg.jpg);
  display: block;
  height: 1350px;
  position: relative;
}
#mwpbqki4p6k6n1cbvbhd .group_block.sub_post_3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../files/design32_bg_cover.png) no-repeat center top;
  pointer-events: none;
  z-index: 1;
}
#mwpbqki4p6k6n1cbvbhd .group_block.sub_post_3 .design_block {
  z-index: 10;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_3 .sub_post_texts {
  padding: 135px 40px 0 10px;
  position: relative;
  z-index: 5;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_3 .sub_post_texts .post_data {
  padding: 100px 50px 100px 50px;
  height: 500px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_4 {
  top: 190px;
  position: relative;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_4 .sub_post_texts {
  padding: 0 20px 0 130px;
  position: relative;
  z-index: 5;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_4 .sub_post_texts .post_data {
  padding: 110px 50px 50px;
  height: 410px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_5 {
  width: 2000px;
  pointer-events: none;
  position: relative;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_5 .sub_post_texts {
  padding: 180px 320px 0 250px;
  position: relative;
  z-index: 5;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_5 .sub_post_texts .post_data {
  padding: 120px 50px 110px;
  height: 520px;
  pointer-events: all;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_3 .design_block.block1 {
  background-image: url(../files/design32_img1.png);
  width: 260px;
  height: 370px;
  top: 340px;
  left: calc(100% - 97px);
  margin-top: calc(var(--custom_fade) * -1px);
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_4 .design_block.block1 {
  background-image: url(../files/design32_img2.png);
  width: 430px;
  height: 390px;
  top: 240px;
  left: calc(100% - 700px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_5 .design_block.block1 {
  background-image: url(../files/design32_img3.png);
  width: 400px;
  height: 400px;
  top: 80px;
  left: calc(50% - 650px);
  transform: rotate(8deg);
  margin-top: calc(var(--custom_fade) * 1px);
  z-index: 0;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_6 {
  background-image: url(../files/design33_bg.jpg);
  height: 680px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_6 .sub_post_texts {
  padding: 152px 15px 0 360px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_6 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 268px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_7 {
  background-image: url(../files/design34_bg.jpg);
  height: 570px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_7 .sub_post_texts {
  padding: 327px 405px 0 70px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_7 .sub_post_texts .post_data {
  padding: 0 50px 0 0;
  height: 170px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_7 .design_block.block1 {
  background-image: url(../files/design34_img.png);
  width: 370px;
  height: 570px;
  top: 0px;
  left: calc(50% + 147px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 {
  background-image: url(../files/design35_bg.jpg);
  height: 590px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .sub_post_texts {
  padding: 157px 30px 0 340px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 209px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .sub_post_texts .post_data p {
  font-size: 28px;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .design_block.block1 {
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  opacity: 1;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .design_block.block1::before {
  content: "";
  width: calc(2300 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design35_mov_txt.png) repeat-x left top / auto 100%;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .design_block.block2 {
  background-image: url(../files/design35_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#mwpbqki4p6k6n1cbvbhd .sub_post.sub_post_8 .design_block.block3 {
  background-image: url(../files/design35_img.png);
  width: 280px;
  height: 380px;
  top: 110px;
  left: calc(50% - 442px);
  opacity: 1;
}

/* インタビュー05 */
#x395ztvph7royst0kkfx .sub_post.sub_post_0 {
  background-image: url(../files/design36_bg.jpg);
  height: 550px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_0 .sub_post_texts {
  padding: 234px 15px 0;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_0 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 269px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_1 {
  background-image: url(../files/design37_bg.jpg);
  height: 600px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_1 .sub_post_texts {
  padding: 122px 15px 0 365px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_1 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 420px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_1 .design_block.block1 {
  background-image: url(../files/design37_img.png);
  width: 410px;
  height: 600px;
  top: 0px;
  left: calc(50% - 600px);
}
#x395ztvph7royst0kkfx .sub_post.sub_post_2 {
  background-image: url(../files/design38_bg.jpg);
  height: 400px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_2 .sub_post_texts {
  padding: 121px 15px 0;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_2 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 230px;
}
#x395ztvph7royst0kkfx .group_block.sub_post_3 {
  background-image: url(../files/design39_bg.jpg);
  height: 1120px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_3 .sub_post_texts {
  padding: 140px 0 0;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_3 .sub_post_texts .post_data {
  padding: 97px 40px 90px 25px;
  height: 625px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_4 .sub_post_texts {
  padding: 500px 0 0;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_4 .sub_post_texts .post_data {
  padding: 65px 20px 50px 50px;
  height: 615px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_3 .design_block.block1 {
  background-image: url(../files/design39_img1.png);
  width: 550px;
  height: 470px;
  top: -107px;
  left: calc(100% - 0px);
}
#x395ztvph7royst0kkfx .sub_post.sub_post_3 .design_block.block2 {
  background-image: url(../files/design39_img2.png);
  width: 470px;
  height: 360px;
  top: 700px;
  left: calc(100% - 430px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#x395ztvph7royst0kkfx .sub_post.sub_post_5 {
  background-image: url(../files/design40_bg.jpg);
  height: 570px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_5 .sub_post_texts {
  padding: 111px 275px 0 15px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_5 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 170px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_5 .design_block.block1 {
  background-image: url(../files/design40_img.png);
  width: 440px;
  height: 630px;
  top: -62px;
  left: calc(50% + 255px);
  opacity: 1;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_6 {
  background-image: url(../files/design41_bg.jpg);
  height: 580px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_6 .sub_post_texts {
  padding: 286px 435px 0 71px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_6 .sub_post_texts .post_data {
  padding: 0 50px 0 0;
  height: 250px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_6 .design_block.block1 {
  background-image: url(../files/design41_img.png);
  width: 430px;
  height: 580px;
  top: 0px;
  left: calc(50% + 110px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 {
  background-image: url(../files/design42_bg.jpg);
  height: 650px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .sub_post_texts {
  padding: 155px 30px 0 340px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 258px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .sub_post_texts .post_data p {
  font-size: 28px;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .design_block.block1 {
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  opacity: 1;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .design_block.block1::before {
  content: "";
  width: calc(2300 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design42_mov_txt.png) repeat-x left top / auto 100%;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .design_block.block2 {
  background-image: url(../files/design42_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#x395ztvph7royst0kkfx .sub_post.sub_post_7 .design_block.block3 {
  background-image: url(../files/design42_img.png);
  width: 230px;
  height: 230px;
  top: 140px;
  left: calc(50% - 447px);
  opacity: 1;
}

/* インタビュー06 */
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_0 {
  background-image: url(../files/design43_bg.jpg);
  height: 580px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_0 .sub_post_texts {
  padding: 234px 15px 0;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_0 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 298px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_1 {
  background-image: url(../files/design44_bg.jpg);
  height: 530px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_1 .sub_post_texts {
  padding: 112px 15px 0 365px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_1 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 368px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_1 .design_block.block1 {
  background-image: url(../files/design44_img.png);
  width: 240px;
  height: 600px;
  top: -80px;
  left: calc(50% - 454px);
  margin-left: calc(var(--custom_fade) * -1px);
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_2 {
  background-image: url(../files/design45_bg.jpg);
  height: 540px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_2 .sub_post_texts {
  padding: 122px 15px 0;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_2 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 369px;
}
#i00h5y3bl6c5bvzslsfp .group_block.sub_post_3 {
  background-image: url(../files/design46_bg.jpg);
  height: 920px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_3 .sub_post_texts {
  padding: 147px 0 0;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_3 .sub_post_texts .post_data {
  padding: 97px 80px 90px 55px;
  height: 580px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_4 .sub_post_texts {
  padding: 370px 0 0;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_4 .sub_post_texts .post_data {
  padding: 0 50px 0 80px;
  height: 530px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_3 .design_block.block1 {
  background-image: url(../files/design46_img1.png);
  width: 320px;
  height: 360px;
  top: -110px;
  left: calc(100% + 230px);
  margin-left: calc(var(--custom_fade) * 1px);
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_3 .design_block.block2 {
  background-image: url(../files/design46_img2.png);
  width: 320px;
  height: 400px;
  top: 585px;
  left: calc(100% - 250px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_5 {
  background-image: url(../files/design47_bg.jpg);
  height: 630px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_5 .sub_post_texts {
  padding: 187px 340px 0 0;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_5 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 309px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_5 .design_block.block1 {
  background-image: url(../files/design47_img.png);
  width: 560px;
  height: 630px;
  top: 0px;
  left: calc(50% + 170px);
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_6 {
  background-image: url(../files/design48_bg.jpg);
  height: 589px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_6 .sub_post_texts {
  padding: 121px 15px 0;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_6 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 229px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_7 {
  background-image: url(../files/design49_bg.jpg);
  height: 740px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_7 .sub_post_texts {
  padding: 317px 370px 0 70px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_7 .sub_post_texts .post_data {
  padding: 0 50px 0 0;
  height: 380px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_7 .design_block.block1 {
  background-image: url(../files/design49_img.png);
  width: 480px;
  height: 740px;
  top: 0px;
  left: calc(50% + 168px);
  margin-top: calc(var(--custom_fade) * 1px);
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 {
  background-image: url(../files/design50_bg.jpg);
  height: 620px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .sub_post_texts {
  padding: 156px 30px 0 340px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .sub_post_texts .post_data {
  padding: 0 50px;
  height: 257px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .sub_post_texts .post_data p {
  font-size: 28px;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .design_block.block1 {
  width: 100%;
  height: 180px;
  top: 0;
  left: 0;
  opacity: 1;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .design_block.block1::before {
  content: "";
  width: calc(2300 * 4px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: anime-bg 40s linear 0s infinite;
  background: url(../files/design50_mov_txt.png) repeat-x left top / auto 100%;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .design_block.block2 {
  background-image: url(../files/design50_bg_cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
#i00h5y3bl6c5bvzslsfp .sub_post.sub_post_8 .design_block.block3 {
  background-image: url(../files/design50_img.png);
  width: 220px;
  height: 290px;
  top: 98px;
  left: calc(50% - 457px);
  opacity: 1;
}
