@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');
/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #000000;
  --link_color: #12619a;
  --border_color: #869194;
  --table_border_color: #8e8e8e;
  --th_background_color: transparent;
  --td_background_color: transparent;
  --th_character_color: #000000;
  --td_character_color: #000000;
  --required_color: #ff1515;
  --top_h1_color: #8e8e8e;
  --header_navigation_color: transparent;
  --top_entry_title_color: #12619a;
  --entry_title_bg_color: #191919;
  --blog_title_color: #191919;
  --sub_entry_title_bg_color: #12619a;
  --entry_title_bg_w570_color: #191919;
  --sub_entry_title_bg_w570_color: #12619a;
  --half_entry_title_bg_color: #191919;
  --half_sub_entry_title_bg_color: #12619a;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #191919;
  --footnavi_color: #ffffff;
  --address_color: #ffffff;
  --copy_color: #8e8e8e;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 1920;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 940;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 820;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */

  --easys_access_fixed_h: 80px;
  --animation_speed01: 0.3s;
  --animation_speed02: 0.6s;
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none var(--basic_background_color);
  scroll-padding-top: var(--easys_access_fixed_h);
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: url("../files/body_bg.jpg") no-repeat center top 140px / 100%;
}
body::before {
  content: '';
  display: block;
  width: 80px;
  height: 100%;
  background: url(/files/sidenavi_bg.png) repeat-y center top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
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: url(/files/top_body_bg.jpg) no-repeat center top 140px / 100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
  padding-top: 0;
}
#outer_block .easys_content:first-of-type:not(.nd_01, .ndb_01),
#blog_main {
  padding-top: 70px;
}
#main {
  overflow: clip;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width)) + 140px) 0 0 0;
  height: 0;
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width)) + 140px) 0 0 0;
  background: url(/files/top_header_cover.png) no-repeat center top 140px / 100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  bottom: 0;
  right: 116px;
  height: clamp(calc(100px * (1300 / var(--easys_max_width))), calc(100vw * ( 100 / var(--easys_max_width))), 100px);
  width: auto;
  display: flex;
  align-items: center;
  text-align: right;
  padding-bottom: 5px;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: url("../files/main_logo.png") no-repeat left top;
  transform-origin: top left;
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  display: none;
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 305px;
  height: 140px;
}
/* Gナビ上部固定*/
#header_information.fixed,
#page_6 #header_information.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: unset;
  background: url(/files/main_logo02.png) no-repeat center top;
}
#header_information.fixed .main_header a img {
  width: 275px;
  height: 101px;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 764px;
  height: 60px;
  padding-top: 20px;
  margin-right: 116px;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header {
  float: right;
  width: 764px;
}
div#access .menu-item a {
  padding: 0;
  width: 96px;
  height: 60px !important;
  background: url("../files/topnavi.png") no-repeat center top;
  line-height: 60px !important;
}
div#access .gnavi11 a {
  background-position-x: left;
  width: 74px;
}
div#access .gnavi12 a {
  background-position-x: calc(-74px);
}
div#access .gnavi13 a {
  background-position-x: calc(-74px - 96px);
  width: 142px;
}
div#access .gnavi14 a {
  background-position-x: calc(-74px - 96px - 142px);
}
div#access .gnavi15 a {
  background-position-x: calc(-74px - 96px - 142px - 96px);
}
div#access .gnavi16 a {
  background-position-x: calc(-74px - 96px - 142px - 96px - 96px);
  width: 140px;
}
div#access .gnavi17 a {
  background-position-x: calc(-74px - 96px - 142px - 96px - 96px - 140px);
  width: 60px;
}
div#access .gnavi18 a {
  background-position-x: right;
  width: 60px;
}
div#access .menu-item a:hover {
  background-position-y: bottom;
}
/* Gナビ上部固定(最大2000pxを維持)*/
div#access.fixed {
  position: fixed;
  top: 0;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: url(/files/access_bg.png) no-repeat right bottom;
}
@media screen and (min-width: 1920px) {
  div#access.fixed {right: calc(50% - 960px);}
}
div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: calc(var(--easys_max_width)*1px);
  width: 100%;
}
div#access.fixed .menu-header #menu-gnavi {
  float: right;
  margin-right: 0;
}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value003);
  line-height: 1.2em !important;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: var(--easys_standard_value003);
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none var(--easys_standard_value002);
  color: var(--easys_standard_value004);
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
  color: var(--easys_standard_value004);
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 640px;
  background: none #404040;
}
#footer_box {
  height: 560px;
  background: url(../files/footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0;
  width: auto;
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#footer_sitemap_block #footer-widget-area {
  display: inline-block;
  width: auto;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: none #ff1515;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: width var(--animation_speed02);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item:hover::before {
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: var(--footnavi_color);
  width: 550px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 500;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before,
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: 1;
  transition: all var(--animation_speed02);
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before {
  background: url(/files/footer_link_arr_off.png) no-repeat center top;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  background: url(/files/footer_link_arr_on.png) no-repeat center top;
  opacity: 0;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::before,
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {
  right: 0;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {opacity: 1;}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
  text-decoration: none;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 320px;
  left: calc(50% - 550px);
}
#footer_information .entry-post {
  margin: 0;
  width: 100%;
  text-align: left;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#footer_information{
    position: absolute;
    top: 180px;
    left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: var(--address_color);
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  width: 1100px;
  text-align: left;
  height: 80px;
  display: flex;
  align-items: center;
}
/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
  bottom: 80px;
  right: 0;
}

.fixed_btn div,
.fixed_btn div a {
  width: 79px;
  height: 80px;
  margin-bottom: 0;
}
.fixed_btn div {margin-bottom: 0;}
.fixed_btn div a:hover {opacity: 0.8;}

.fixed_btn #fixed_btn_contact,
.fixed_btn #fixed_btn_contact a {
  height: 130px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 0;
  right: 0;
}
#float_top_btn a:hover img {
  opacity: 0.8;
}


@media screen and (min-width: 1920px) {
  .fixed_btn,
  #float_top_btn {right: calc(50% - 960px);}
}



/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  height: 105px;
  line-height: 105px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
  padding-left: 0;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title h3 {
  padding-left: 120px;
  width: 700px;
}
.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;
  text-align: center;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
  padding-left: 0;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
.sub_entry_title h4 {
  padding-left: 120px;
  width: 700px;
}
* .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;
  text-align: center;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}


/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}



/* title */
.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title {/*3列タイトル*/
  font-weight: 500;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}
/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}


.table_wrapper tr > * {position: relative;}
.table_wrapper tr > *:not(:last-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 24px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1;
  background: none var(--table_border_color);
}
.table_wrapper tr:first-of-type > * {border-top: none !important;}
.table_wrapper tr:last-of-type > * {
  border-bottom: none !important;
}
.table_wrapper {
  border: 1px solid var(--table_border_color);
  padding: 0 10px;
  box-sizing: border-box;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid var(--easys_standard_value007);
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}


/* Dブロック */
.menu-list table {
  border-collapse: separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}


/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}


/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}



/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}


.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
  width: 700px;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ローディング画面
---------------------------------------------------------------------------------------------------- */
#progress {}
#progress #progress_image {bottom: calc(50% + 40px) !important;}
#progress #progress_bar {}
#progress #progress_text {top: calc(50% + 40px) !important;}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

.nf_02 {padding-bottom: 20px;}

/* DBブロック直下に通常ブロックが来る場合の余白 */
.ndb_01 + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}


/*スクロールダウン
---------------------------------------------------------------------------------------------------- */
#scroll_down {
  position: fixed;
  top: 0;
  right: 36px;
  z-index: 999;
  display: block;
  margin: 0 auto;
  width: 9px;
  height: 184px;
  background: url(/files/scroll_down.png) no-repeat bottom center / 100%;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  writing-mode: vertical-rl;
}
#scroll_down:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 90px;
  background: none #eb4c44;
  content: "";
  animation: scroll_down 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll_down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 1920px) {
  #scroll_down {
    right: calc(50% - 924px);
  }
}


/* 二段階イン---------------------------------------------------------------------------------------------------- */
:root {
  --clipin_speed01: 0.6s;
  --clipin_speed_later: 0.3s;
}
.easys_content .clipin {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transition: clip-path var(--clipin_speed01);
}
.easys_content .clipin.moved {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.easys_content .clipin::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: none #12619a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width var(--clipin_speed01);
}
.easys_content .clipin.moved::after {
  transition-delay: var(--clipin_speed_later);
  width: 0;
  left: unset;
  right: 0;
}

.easys_content .clipin.clipin_later {
transition-delay: var(--clipin_speed_later);
}
.easys_content .clipin.clipin_later::after {
transition-delay: calc(var(--clipin_speed_later) * 2);
}



/*  .btngmk
---------------------------------------------------------------------------------------------------- */
.btngmk {
  display: block;
  position: absolute;
  width: clamp(calc(267px * (1300 / var(--easys_max_width))), calc(100vw * ( 267 / var(--easys_max_width))), 267px) !important;
  height: clamp(calc(100px * (1300 / var(--easys_max_width))), calc(100vw * ( 100 / var(--easys_max_width))), 100px);
  top: calc(267 /  640 * 100%);
  left: calc(1209 / var(--easys_max_width) * 100%);
  z-index: 10;
}
.main_btn.btngmk {
  width: 267px !important;
  height: 100px;
  position: relative;
  top: unset;
  left: unset;
  margin: 50px auto 0;
  padding: 0;
}
.btngmk::before {
  content: 'CONTACT US';
  font-family: "Rajdhani", serif !important;
  font-weight: 600 !important;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  font-size: clamp(16px, calc(24 / var(--easys_max_width) * 100vw), 24px);
  top: 0;
  letter-spacing: 0.2em;
  transition: letter-spacing .6s cubic-bezier(.22,1,.36,1);
  color: #fff;
}
.main_btn.btngmk::before {
  font-size: 24px;
  text-align: center;
}
.btngmk:hover::before {
  letter-spacing: 0.1em;
}
.btngmk::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(25 / 267 * 100%);
  height: calc(25 /  100 * 100%);
  top: calc(40 /  100 * 100%);
  left: calc(120 / 267 * 100%);
  background: url(../files/link_btn_arr.png) no-repeat center top / 100%;
}
.btngmk:hover::after {
  animation: slideOutIn 1.1s ease-in-out;
}
.btngmk a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background:none;
}
.main_btn.btngmk a {
  text-align: center;
  padding: 0;
  text-indent: -9999px;
}
.btngmk a::before,
.btngmk a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: calc(98 / 267 * 100%);
  height: 1px;
  pointer-events: none;
  transition: clip-path 0.3s ease 0s;
  clip-path: inset(0 0 0 0);
  background-color: #fff;
}
.btngmk a::before {
  left: 0;
}
.btngmk a::after {
  right: 0;
}
.btngmk a:hover::before {
  clip-path: inset( 0 100% 0 0);
}
.btngmk a:hover::after {
  clip-path: inset(0 0 0 100%);
}
@keyframes slideOutIn {
  0% {
    transform: translate(0, 0); /* 初期状態（元の位置） */
    opacity: 1;
  }
  50% {
    transform: translate(50%, -50%); /* 右斜め上に移動 */
    opacity: 0;
  }
  51% {
    transform: translate(-50%, 50%); /* 左斜め下に瞬時に移動 */
    opacity: 0;
  }
  100% {
    transform: translate(0, 0); /* 元の位置に戻る */
    opacity: 1;
  }
}
.btngmk a:hover img {
  opacity: 1;
}



/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン */
#vy23uozaqctfmr4vg2st {
  background: url(/files/second_bg.jpg) no-repeat center top / cover;
  height: clamp(calc(900px * (1300 / var(--easys_max_width))), calc(100vw * ( 900 / var(--easys_max_width))), 900px);
  position: relative;
}
#vy23uozaqctfmr4vg2st::before {
  content: '';
  display: block;
  width: calc(100vw * (1109 / var(--easys_max_width)) * 4);
  height: calc(100vw * (120 / var(--easys_max_width)));
  position: absolute;
  top: clamp(calc(15px * (1300 / var(--easys_max_width))), calc(100vw * ( 15 / var(--easys_max_width))), 15px);
  left: 0;
  z-index: 1;
  background: url(/files/second_catch.png) repeat-x left center / 25% auto;
  animation: second_text_loop 20s linear infinite;
}
@keyframes second_text_loop {
  to {left: calc(-100vw * (1109 / var(--easys_max_width)));}
}
#vy23uozaqctfmr4vg2st::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/second_cover.png) no-repeat center top / 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#vy23uozaqctfmr4vg2st div {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
#vy23uozaqctfmr4vg2st .design_block {position: absolute;}
#vy23uozaqctfmr4vg2st .design_block.block1 {
  background: url(/files/second_img.jpg) no-repeat center top / 100%;
  width: clamp(calc(880px * (1300 / var(--easys_max_width))), calc(100vw * ( 880 / var(--easys_max_width))), 880px);
  height: clamp(calc(580px * (1300 / var(--easys_max_width))), calc(100vw * ( 580 / var(--easys_max_width))), 580px);
  top: clamp(calc(100px * (1300 / var(--easys_max_width))), calc(100vw * ( 100 / var(--easys_max_width))), 100px);
  left: 0;
  z-index: 11;
}
#vy23uozaqctfmr4vg2st .easys_content_inner {
  width: clamp(calc(267px * (1300 / var(--easys_max_width))), calc(100vw * ( 267 / var(--easys_max_width))), 267px);
  height: clamp(calc(100px * (1300 / var(--easys_max_width))), calc(100vw * ( 100 / var(--easys_max_width))), 100px);
  position: absolute;
  top: clamp(calc(725px * (1300 / var(--easys_max_width))), calc(100vw * ( 725 / var(--easys_max_width))), 725px);
  left: 0;
  right: 0;
  margin: auto;
}
#vy23uozaqctfmr4vg2st .btngmk {
  top: 0;
  left: unset;
}
#vy23uozaqctfmr4vg2st .btngmk::before {
  content: "CAREERS";
}
#vy23uozaqctfmr4vg2st a img {display: none;}
#vy23uozaqctfmr4vg2st + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}



/* DB1 */
#gbmblieujzjhfisjnk45 {
  background: url(/files/design01_bg.png) no-repeat center top;
  height: 1420px;
  position: relative;
}
#gbmblieujzjhfisjnk45::before {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 580px;
  left: 0;
  z-index: 1;
  background: url(/files/design01_catch.png) repeat-x left center;
  animation: db1_loop 40s linear infinite;
}
@keyframes db1_loop {
  to {background-position: -1534px center;}
}
#gbmblieujzjhfisjnk45::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/design01_cover.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
#gbmblieujzjhfisjnk45 div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#gbmblieujzjhfisjnk45 .design_block {position: absolute;}
#gbmblieujzjhfisjnk45 .design_block.block1 {
  background: url(/files/design01_img01.jpg) no-repeat center top;
  width: 530px;
  height: 340px;
  top: 180px;
  left: calc(50% + 20px);
  z-index: 5;
}
#gbmblieujzjhfisjnk45 .design_block.block2 {
  background: url(/files/design01_img02.jpg) no-repeat center top;
  width: 450px;
  height: 600px;
  top: 640px;
  left: calc(50% - 564px);
  z-index: 5;
}
#gbmblieujzjhfisjnk45 .easys_content_inner {
  width: 530px;
  position: absolute;
  top: 784px;
  left: calc(50% + 20px);
}
#gbmblieujzjhfisjnk45 [class*='title'] {display: none;}
#gbmblieujzjhfisjnk45 .btngmk::before {
  content: "COMMITMENT";
  color: #000;
}
#gbmblieujzjhfisjnk45 .btngmk a::before,
#gbmblieujzjhfisjnk45 .btngmk a::after {background-color: #000;}
#gbmblieujzjhfisjnk45 + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}




/* DB2 */
#rrd9q54ecvnio19bzulg {
  height: 860px;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#rrd9q54ecvnio19bzulg::before {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background: url(/files/design02_para_bg.jpg) no-repeat center top / cover;
  content: '';
}
#rrd9q54ecvnio19bzulg::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/design02_para_cover.png) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#rrd9q54ecvnio19bzulg div {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible !important;
}
#rrd9q54ecvnio19bzulg .easys_content_inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
#rrd9q54ecvnio19bzulg [class*='title'] {display: none;}
#rrd9q54ecvnio19bzulg .post_data {
  width: 530px;
  margin-top: 385px;
}
#rrd9q54ecvnio19bzulg .btngmk {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
}
#rrd9q54ecvnio19bzulg .btngmk::before {
  content: "COMPANY";
}
#rrd9q54ecvnio19bzulg + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}



/* パララックス */
#zm9e15qptrssbfkodizq {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: auto;
}
#zm9e15qptrssbfkodizq div {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
  opacity: 1;
  translate: unset;
}
#zm9e15qptrssbfkodizq [class*="field_"]:nth-of-type(1) {height: 0;}
#zm9e15qptrssbfkodizq [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
#zm9e15qptrssbfkodizq + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}




/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 並列 */
#gmkxs097zkogozgpqohb,
#fz5pm8a8z2z9fpqp9lto {
  width: calc(100% - 80px);
}
#gmkxs097zkogozgpqohb div,
#fz5pm8a8z2z9fpqp9lto div {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
#gmkxs097zkogozgpqohb .field_2col,
#fz5pm8a8z2z9fpqp9lto .field_2col {width: 50% !important;}
#gmkxs097zkogozgpqohb a,
#fz5pm8a8z2z9fpqp9lto a {
  position: relative;
  display: block;
  z-index: 1;
}
#gmkxs097zkogozgpqohb a::before,
#fz5pm8a8z2z9fpqp9lto a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: scale var(--animation_speed01);
}
[class*='bnrhalf_commitment'] a::before {
  background: url(/files/bnrhalf_commitment_bg.jpg) no-repeat center top / 100%;
}
[class*='bnrhalf_company'] a::before {
  background: url(/files/bnrhalf_company_bg.jpg) no-repeat center top / 100%;
}
[class*='bnrhalf_careers'] a::before {
  background: url(/files/bnrhalf_careers_bg.jpg) no-repeat center top / 100%;
}
#gmkxs097zkogozgpqohb a:hover::before,
#fz5pm8a8z2z9fpqp9lto a:hover::before {scale: 1.1;}
#gmkxs097zkogozgpqohb a:hover img,
#fz5pm8a8z2z9fpqp9lto a:hover img {opacity: 1;}
#gmkxs097zkogozgpqohb + .easys_content:not(.nd_01, .ndb_01),
#fz5pm8a8z2z9fpqp9lto + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}



/* 大バナー　お問い合わせ */
#wtxjvs1irdjuopxxr1lc {
  background: url(/files/bnr_contact_bg.jpg) no-repeat center top / cover;
  width: calc(100% - 80px);
  height: clamp(calc(640px * (1300 / var(--easys_max_width))), calc(100vw * ( 640 / var(--easys_max_width))), 640px);
  position: relative;
}
#wtxjvs1irdjuopxxr1lc::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/files/bnr_contact.png) no-repeat center top / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#wtxjvs1irdjuopxxr1lc div {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}



/*  背景変更
---------------------------------------------------------------------------------------------------- */
#g1tti3n35c1cf5py6q2a,
#mcjm4i1sgutqg0x0egdd,
#page_12 .easys_content:first-of-type,
#page_15 .easys_content.nb_01,
#page_81 .easys_content:first-of-type {
  background: url(/files/block_bg_01.jpg) repeat center top;
  margin-bottom: 70px;
  padding-bottom: 50px;
}
#g1tti3n35c1cf5py6q2a {
  padding-top: 70px;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mcjm4i1sgutqg0x0egdd {margin-bottom: 0;}
#mcjm4i1sgutqg0x0egdd + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}

/*  中ページ
---------------------------------------------------------------------------------------------------- */
/* 仕事のこだわり　コンテンツ画像 */
#l22cwfe4peapa0bav3fh {
  background: none #404040;
  padding-top: 160px;
  padding-bottom: 160px;
}
#l22cwfe4peapa0bav3fh div {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
#l22cwfe4peapa0bav3fh .easys_content_inner {}
#l22cwfe4peapa0bav3fh .eyecatch {
  display: flex;
  justify-content: center;
  align-items: center;
}
#l22cwfe4peapa0bav3fh .eyecatch img {width: auto;}
#l22cwfe4peapa0bav3fh + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}


/* 求人情報　コンテンツ画像 */
#ic7pgazur2mkk89atzi1 {
  background: url(/files/block_bg_01.jpg) repeat center top;
  padding-top: 160px;
  padding-bottom: 160px;
}
#ic7pgazur2mkk89atzi1 div {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}
#ic7pgazur2mkk89atzi1 .easys_content_inner {}
#ic7pgazur2mkk89atzi1 .eyecatch {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ic7pgazur2mkk89atzi1 .eyecatch img {width: auto;}
#ic7pgazur2mkk89atzi1 + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}

/* 求人情報 募集要項 */
#uhwjcn6q68p2e1v8jagm {
  background: none #dbdedf;
  padding-top: 70px;
}
#uhwjcn6q68p2e1v8jagm + .easys_content:not(.nd_01, .ndb_01) {
  padding-top: 70px;
}


