@charset "utf-8";

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

:root {
  --xx_slider_xx: 1050;
  --xx_teaser_xx: 700;
  --xx_navi_xx: 100px;

  /*カラー設定*/
  --text: #ffffff;
  --link: #51bdea;
  --border: #555555;
  --table_border: #555555;
  --th_bg: transparent;
  --td_bg: transparent;
  --th_txt: #ffffff;
  --td_txt: #ffffff;
  --must: #ff0000;
  --h1: #ffffff;
  --top_entry_title: #ffffff;
  --entry_title_bg: #ffffff;
  --blog_title: #ffffff;
  --sub_entry_title_bg: #aadaff;
  --entry_title_bg_w570: #ffffff;
  --sub_entry_title_bg_w570: #aadaff;
  --half_entry_title_bg: #ffffff;
  --half_sub_entry_title_bg: #aadaff;
  --column3_title_bg: #ffffff;
  --widget_title_bg: #ffffff;
  --widget_list_bg: #ffffff;
  --footer_navi: #51bdea;
  --address: #ffffff;
  --copyright: #ffffff;

}

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

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #111111;
  /* scroll-padding-top: var(--xx_navi_xx); */
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: none no-repeat center top;
  word-break: break-word;
  /* 游ゴシック */
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-weight: 500;
}

body,
.wpcf7c-conf {
  color:
    var(--text);
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    var(--link);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    var(--link);
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (var(--xx_teaser_xx)/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (var(--xx_slider_xx)/2000)) 0;
  background: none transparent;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 110px;
  left: 7px;
  z-index: 752;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*
  top: calc(145 / var(--xx_teaser_xx) * 100%);
  left: calc(105 / 2000 * 100%);
  */
}

#page_6 #site-description {
  /* top: calc(110 / var(--xx_slider_xx) * 100%);
  left: calc(7 / 2000 * 100%); */
}

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

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

/*ロゴ*/
#header_information .main_header a img {
  position: fixed;
  z-index: 752;
  width: 140px;
  height: 80px;
  top: 19px;
  left: 30px;
  background: url("/files/logo.png")no-repeat center top;
  /*
background: none;
top: calc(0 / var(--xx_teaser_xx) * 100%);
left: calc(0 / 2000 * 100%);
width: calc(300 / 2000 * 100%);
height: calc(150 / var(--xx_teaser_xx) * 100%);
*/
}

/*
#page_6 #header_information .main_header a img {
top: calc(0 / var(--xx_slider_xx) * 100%);
left: calc(0 / 2000 * 100%);
width: calc(300 / 2000 * 100%);
height: calc(150 / var(--xx_slider_xx) * 100%);
}
*/

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

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

/*ナビ内のロゴ*/
#access .main_header {
  width: 310px;
  height: 310px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 410px);
}

#access .main_header a {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#access .main_header a img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: url(/files/topnavi_info.png) no-repeat center;
}

/*  ナビ／ハンバーガー関連
---------------------------------------------------- */
/*ボタンエリアの指定*/
#menu_btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
}

/*オフ画像*/
#menu_btn::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/files/hamburger_open.png) no-repeat center top;
  background-size: cover;
  transition: all 0.3s;
}

/*オン画像*/
body.open #menu_btn::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/files/hamburger_close.png) no-repeat center top;
  background-size: cover;
}

/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  font-size: 0;
  transition: left 0.4s ease-in-out 0s;
}

#access.open {
  left: 0;
}

div#access .menu-header {
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  width: 360px;
  transform: translateY(-50%);
}

div#access .menu-header #menu-gnavi {
  display: flex;
  flex-flow: column wrap;
  width: 360px;
}

div#access .menu-header #menu-gnavi .menu-item a {
  padding: 0;
  width: 360px;
  height: 100px !important;
}

div#access .menu-item a {
  background: url(/files/topnavi.png) no-repeat center top;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: left -100px;
}

div#access .gnavi13 a {
  background-position: left -200px;
}

div#access .gnavi14 a {
  background-position: left -300px;
}

div#access .gnavi15 a {
  background-position: left -400px;
}

div#access .gnavi16 a {
  background-position: left bottom;
}

div#access .gnavi11 a:hover {
  background-position: right top;
}

div#access .gnavi12 a:hover {
  background-position: right -100px;
}

div#access .gnavi13 a:hover {
  background-position: right -200px;
}

div#access .gnavi14 a:hover {
  background-position: right -300px;
}

div#access .gnavi15 a:hover {
  background-position: right -400px;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
}

#access ul.menu ul.sub-menu {
  top: var(--xx_navi_xx);
}

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

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none #000;
  color: #fff;
}

#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: #fff;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #000;
  color: #f2e579;
}

#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: #f2e579;
}

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

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

#jquery_slider_pc::before,
#main_teaser::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100%*((2000*3)/2000));
  height: calc(100%*(80/1050));
  background: url(/files/wave.png) repeat-x left bottom/ auto 100%;
  content: '';
  animation: loop 40s linear 0s infinite;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(calc(-100%/3));
  }
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color:
    var(--widget_title_bg);
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    var(--widget_title_bg);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    var(--widget_list_bg);
  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 {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color:
    var(--text);
  background: none transparent;
  line-height: 2;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color:
    var(--link);
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block::after {
  /* position: absolute;
  top: 0;
  left: 0; */
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  height: 80px;
  background: url(/files/wave.png) repeat-x left bottom;
  content: '';
  animation: loop_f 40s linear 0s infinite;
  bottom: 0;
}

@keyframes loop_f {

  to {
    background-position: top left -2000px;
  }
}

#footer_block {
  position: relative;
  height: 500px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
  overflow: visible;
}

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

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
#footer_sitemap_block {
  position: absolute;
  bottom: 95px;
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}

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

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

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

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color:
    var(--footer_navi);
  color:
    var(--footer_navi);
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ・装飾*/
/* #footer-widget-area .widget-area .menu-item {
  position: relative;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #ccc;
  position: absolute;
} */

/*ナビ縦*/
/* #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
} */

/*ナビ２列*/
/* #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  align-content: space-between;
  width: 425px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information {
  position: absolute;
  top: 205px;
  left: 400px;
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

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

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

/*中央寄せの時*/
#copyright {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  z-index: 99;
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  right: 5px;
}

.fixed_btn div,
.fixed_btn div a {
  width: 60px;
  height: 60px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

.fixed_btn div:last-child {
  margin-bottom: 0;
}

.fixed_btn div {
  transition: all .2s;
}

.fixed_btn div:hover {
  transform: translateX(-5px);
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 20px;
  bottom: 30px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    var(--top_entry_title);
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    var(--entry_title_bg);
}

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

/* 見出しリンクボタン */
.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);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
}

* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color:
    var(--half_entry_title_bg);
}

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

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

/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color:
    var(--sub_entry_title_bg);
}

/* 小見出しリンクボタン */
.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);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    var(--column3_title_bg);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border);
  border-radius: 5px;
  background: none var(--th_bg);
  color:
    var(--th_txt);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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

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

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

small a:hover {
  background-color:
    var(--link) !important;
  color: #ffffff !important;
}

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

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

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  background: none transparent !important;
  border-color:
    var(--table_border);
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  color:
    var(--th_txt);
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child>* {
  border-top: 1px solid var(--table_border) !important;
  color:
    var(--th_txt);
}

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

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

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

.table_area td.td_name {
  font-weight: bold;
}

.table_area td.td_name,
.table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  padding: 25px 15px;
}

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

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    var(--link);
  background: none transparent;
  color:
    var(--link) !important;
}

/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    var(--link);
  background-color:
    var(--link);
}

.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color:
    var(--link);
  background: none var(--link);
  color: #ffffff !important;
}

/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color:
    var(--text);
}

/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}

.c_04 {
  margin: 0 0 20px;
}

/* Dブロック */
.menu-list table {
  border-collapse: separate;
}

/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}

.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}

/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}

/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}

/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}

.banner_box img {
  max-width: 100%;
  width: auto;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.Z_l1 .news_small_text {
  font-size: 12px;
}

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}

.z_m1 div.link_list {
  margin-bottom: 10px;
}

div.link_list a {
  border: 1px solid var(--link);
  background-color: transparent;
  color:
    var(--link);
}

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

.faq-title {
  background-color:
    var(--link);
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    var(--must);
}

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

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    var(--th_bg);
  color:
    var(--th_txt);
}

.coupon_box table tr td.coupon_meta {
  background-color:
    var(--td_bg);
  color:
    var(--td_txt);
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
  background-repeat: repeat-y;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    var(--blog_title);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
/* .black-screen {
  background-color: #000000;
}

.black-screen>.inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
} */

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===========================================================================
     トップページ
=========================================================================== */
/*セカンドメイン＞ABOUT US
dqtunnvqqs5oxorqmn6m
--------------------------------------- */
#dqtunnvqqs5oxorqmn6m {
  position: relative;
  overflow: hidden;
}

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

#dqtunnvqqs5oxorqmn6m .easys_content_inner {
  width: 100%;
}

#dqtunnvqqs5oxorqmn6m [class*='field_'] {
  background: url(/files/secondmain.jpg) no-repeat center top / 100%;
  padding: calc(1150 / 2000 * 100%) 0 0;
}

#dqtunnvqqs5oxorqmn6m .eyecatch {
  display: block;
  position: absolute;
  top: calc(780 / 1150 * 100%);
  left: calc(850 / 2000 * 100%);
  width: calc(300 / 2000 * 100%);
}

#dqtunnvqqs5oxorqmn6m .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(80 / 300 * 100%);
  height: 0;
}

#dqtunnvqqs5oxorqmn6m .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease 0s;
}

#dqtunnvqqs5oxorqmn6m .eyecatch a:hover img {
  opacity: 0;
}

/*▼ON/OFF　疑似要素2枚*/
#dqtunnvqqs5oxorqmn6m .eyecatch a {
  position: relative;
}

#dqtunnvqqs5oxorqmn6m .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/secondmain_btn_on.png)no-repeat center top/100%;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#dqtunnvqqs5oxorqmn6m .eyecatch a:hover::before {
  opacity: 1;
}

#dqtunnvqqs5oxorqmn6m .eyecatch a::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ace7ff;
  transition: 0.2s;
}

#dqtunnvqqs5oxorqmn6m .eyecatch a:hover::after {
  width: 100px;
}

#dqtunnvqqs5oxorqmn6m::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: calc(100%*((2000*3)/2000));
  height: calc(100%*(80/1150));
  background: url(/files/wave.png) repeat-x left top / auto 100%;
  content: '';
  animation: loop 40s linear 0s infinite;
}

/*DB>未経験からプロフェッショナルに
c6827i2vw4c84kaxj042
--------------------------------------- */
#c6827i2vw4c84kaxj042 {
  position: relative;
  background: url(/files/design_block.jpg) no-repeat center top;
}

#c6827i2vw4c84kaxj042,
#c6827i2vw4c84kaxj042 .easys_content_inner,
#c6827i2vw4c84kaxj042 .entry_post {
  height: 1240px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

#c6827i2vw4c84kaxj042 .text_box {
  width: 590px;
  margin: 504px auto 0 0;
}

#c6827i2vw4c84kaxj042 .text_box p {
  font-size: 16px;
}

#c6827i2vw4c84kaxj042 .post_data {
  margin-bottom: 40px;
}

#page_15 #c6827i2vw4c84kaxj042 .main_btn {
  display: none;
}

#c6827i2vw4c84kaxj042 .main_btn {
  display: block;
  width: 210px;
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 500;
}

#c6827i2vw4c84kaxj042 .main_btn::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ace7ff;
  transition: 0.2s;
}

#c6827i2vw4c84kaxj042 .main_btn:hover::after {
  width: 100px;
}

#c6827i2vw4c84kaxj042 .main_btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
}

#c6827i2vw4c84kaxj042 .main_btn a::before,
#c6827i2vw4c84kaxj042 .main_btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#c6827i2vw4c84kaxj042 .main_btn a::after {
  opacity: 1;
}

#c6827i2vw4c84kaxj042 .main_btn a:hover::before {
  opacity: 1;
}

#c6827i2vw4c84kaxj042 .main_btn a:hover::after {
  opacity: 0;
}

#c6827i2vw4c84kaxj042 .main_btn a::after {
  background: url(/files/design_block_btn_off.png) no-repeat center top;
}

#c6827i2vw4c84kaxj042 .main_btn a::before {
  background: url(/files/design_block_btn_on.png) no-repeat center top;
}

/*バナー＞事業内容／会社概要（※top）z4273b20l2q4vg0pj08m
バナー＞採用情報／GATEN（※top）x9cxc8jlt5deplzo662q
バナー＞事業内容／GATEN（※recruit）wkoy0ek6g2zw13cni2wb
--------------------------------------- */
.bnr_block {
  padding-bottom: calc(50 / 2000 * 100%);
}

.bnr_block .easys_content_inner {
  width: calc(1820 / 2000 * 100%);
  padding: 0 !important;
}

.bnr_block .field_2col {
  width: calc(880 / 1820 * 100%) !important;
}

.bnr_block .eyecatch {
  width: 100%;
}

.bnr_block .margin-bottom_30 {
  margin-bottom: 0;
}

.bnr_block .eyecatch a img {
  display: block;
  position: relative;
  opacity: 1;
}

.bnr_block .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
}

.bnr_block .eyecatch a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0 solid #111;
  content: "";
  transition: border 0.3s ease 0s;
}

.bnr_block a:hover::after {
  border-width: 10px;
}

.bnr_block .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: grayscale(1);
  transition: all .3s;
}

.bnr_block .eyecatch a:hover:before {
  filter: none;
}

#z4273b20l2q4vg0pj08m .float_left .eyecatch a::before {
  background: url(/files/half_banner_business_bg.jpg)no-repeat center top/100%;
}

#z4273b20l2q4vg0pj08m .float_right .eyecatch a::before {
  background: url(/files/half_banner_company_bg.jpg)no-repeat center top/100%;
}

#x9cxc8jlt5deplzo662q .float_left .eyecatch a::before {
  background: url(/files/half_banner_recruit_bg.jpg)no-repeat center top/100%;
}

#x9cxc8jlt5deplzo662q .float_right .eyecatch a::before {
  background: url(/files/half_banner_gaten_bg.jpg)no-repeat center top/100%;
}

/*バナー＞お問い合わせ（※top）
qobbepjafzmnbkirvptz
--------------------------------------- */
#qobbepjafzmnbkirvptz {}

#qobbepjafzmnbkirvptz .easys_content_inner {
  width: calc(1900 / 2000 * 100%);
  padding: 0;
  position: relative;
}

#qobbepjafzmnbkirvptz .easys_content_inner::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/banner_contact_bg.jpg)no-repeat center top/100%;
  /* filter: grayscale(1); */
  transition: all .3s;
}

#qobbepjafzmnbkirvptz .easys_content_inner:hover:before {
  filter: none;
}

#qobbepjafzmnbkirvptz .eyecatch {
  width: 100%;
}

#qobbepjafzmnbkirvptz .margin-bottom_30,
#qobbepjafzmnbkirvptz .margin-bottom_50 {
  margin-bottom: 0;
}

#qobbepjafzmnbkirvptz .eyecatch a:hover img {
  opacity: 1;
}

#qobbepjafzmnbkirvptz .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
}

#qobbepjafzmnbkirvptz .eyecatch a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0 solid #111;
  content: "";
  transition: border 0.3s ease 0s;
}

#qobbepjafzmnbkirvptz .eyecatch a:hover::after {
  border-width: 10px;
}

/* イメージ画像
zd2wztvfkmdraqyvs3cw
--------------------------------------- */
#zd2wztvfkmdraqyvs3cw {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  margin-bottom: 0;
  margin-top: 50px;
}

#zd2wztvfkmdraqyvs3cw [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#zd2wztvfkmdraqyvs3cw .easys_content_inner {
  width: 100%;
  padding: 0;
}

#zd2wztvfkmdraqyvs3cw .margin-bottom_50 {
  margin-bottom: 0;
  line-height: 0;
}

#zd2wztvfkmdraqyvs3cw::before,
#zd2wztvfkmdraqyvs3cw::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #111;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

#zd2wztvfkmdraqyvs3cw::before {
  top: -1px;
}

#zd2wztvfkmdraqyvs3cw::after {
  bottom: -1px;
}