@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}

/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: none transparent;
  color: #000000;
  min-width: 1300px !important;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

a:link, a:visited, a:hover, a:active {
color: #93b510;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #93b510;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 700px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: url("/files/branding_box_bg.png") no-repeat center top/100%;
}
#page_6 #branding_box {
  height: 1035px;
}

/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: calc(100 / 2000 * 100%);}
#page_6 #header_information {height: calc(60 / 2000 * 100%);}


/*画面幅以下の時*/
@media screen and (max-width: 1550px) {
    #header_information {height: calc(50 / 2000 * 100%);}
    #page_6 #header_information {height: calc(30 / 2000 * 100%);}
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #000000/*要変更：H1テキストカラー*/;
  position: absolute;
  top: calc(272 / 2000 * 100%);
  left: calc(330 / 2000 * 100%);
  z-index: 1;
}
#page_6 #site-description a {
  top: calc(185 / 2000 * 100%);
}


/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 280px;
  height: 100px;
  position: absolute;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 80px;
  margin: 0 auto;
}

#access .menu-header{
  width: 900px;
  height: 80px;
  margin: 0 0 0 auto;
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi2.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 150px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -150px top;}
div#access .gnavi13 a { background-position: -300px top;}
div#access .gnavi14 a { background-position: -450px top;}
div#access .gnavi15 a { background-position: -600px top;}
div#access .gnavi16 a { background-position: right top;}

div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -150px bottom;}
div#access .gnavi13 a:hover { background-position: -300px bottom;}
div#access .gnavi14 a:hover { background-position: -450px bottom;}
div#access .gnavi15 a:hover { background-position: -600px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;}


/*固定ナビ*/
#access.fixed {
  width: 100%;
  z-index: 590;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
}
#access.fixed .menu-header {
  margin: 0 0 0 auto;
}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 80px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#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: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#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: #666;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

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

/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser,
#jquery_slider_pc {
  margin: 0 auto;
  top: 0;
  max-width: 2000px;
  min-width: 1300px !important;
}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.jpg);
  color: #000000;
  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-width: 0 0 1px;
  border-style: dotted;
  border-color: #93b510;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
  height: 500px;
  position: relative;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 460px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  margin: 0 auto;
}

/* フッターナビ位置調整 */
#footer-widget-area .widget-area{
    position: absolute;
    top: 240px;
    left: calc(50% - -70px);
}


#footer-widget-area .widget-area ul.menu {
  border:none;
}
#footer-widget-area .widget-area .menu-item {
  margin: 0 0 25px;
}
#footer-widget-area .widget-area .menu-item a {
  border:
  none;
  color: #fff;
  text-align: left;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*ナビ縦並び２列*/
#footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;/*表示させたいナビまでの高さ*/
  align-content: space-between;
  width: 275px;/*2列間の隙間の広さ調整*/
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
}

#footer_information{
    position: absolute;
    top: 280px;
    left: calc(50% + -420px);
}

#footer_information .entry-post {
  width: 450px;
  margin: 0;/*住所の上からの位置*/
  text-align: left;
  color: #000;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#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: #000000;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 420px);
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

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

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



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

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.jpg);
  color: #000000;
  height: 85px;
  padding-top: 75px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #000000;
  height: 80px;
  line-height: 80px;
}
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: #000000;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn{height: 80px;}
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.jpg);
  height: 80px;
  line-height: 80px;
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.jpg);
  font-size: 20px;
  color: #000000;
}


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

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.jpg);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #000000;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top transparent;
  color: #000000;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000000;
}
/* 小見出しリンクボタン */
.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.jpg);
}
.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.jpg);
  font-size: 20px;
  color: #000000;
}


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


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

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


/* 大きな地図で見る */
small {
  border-color: #93b510;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #93b510 !important;
}

small a:hover {
  background-color: #93b510 !important;
  color: #FFF !important;
}



/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: solid 1px #88a029;
  border-right: none;
  border-left: none;
  background: none transparent;
  color: #000;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 5px !important;}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  border-left: solid 1px #88a029;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child {
  border-right: solid 1px #88a029;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #93b510 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #93b510;
  vertical-align: top;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #93b510;
  color: #93b510 !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 #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #93b510;
  border-color: #93b510;
}
.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 #93b510;
  border-style: solid;
  border-color: #93b510;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #93b510;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.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-size: 13px;
  font-weight: bold;
}
.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;
  _width: 100%;
}



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


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.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 #93b510;
  color: #93b510;
}
div.link_list a:hover {
  background-color: #93b510;
  border: 1px solid #93b510;
  color: #fff;
}


.faq-title {
  background-color: #93b510;
  font-weight: normal;
  color: #fff;
}



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

/* 必須項目 */
.iqfm-req_color {
  color: #93b510;
}
.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: #88a029;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #000000;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #000000;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.jpg);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #000000;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

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


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

/*contactフォーム用セキュリティマーク　非表示*/
.grecaptcha-badge { visibility: hidden; }


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン --------------------------------------------------------*/
#page_6 #outer_block {
  padding-top: 0;/*スライダー下の余白を消す*/
}

#xszf8bl3ed4b02eke715 {
  background: url(/files/wrapper_bg.jpg) no-repeat center top / 100%;
  max-height: 1350px;/*セカンドメイン画像の高さ*/
  min-height: calc(1350px * (1300 / 2000));/* 1350＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((1350 - 15) / 2000));/* 1350＝セカンドメイン画像の高さ*/
  position: relative;/*ボタン位置調整用*/
}

#xszf8bl3ed4b02eke715 div { margin-bottom: 0; padding-bottom: 0;}
#xszf8bl3ed4b02eke715 .easys_content_inner { width: 100%;}


/*ボタン　管理画面ではなくCSSで入れる場合--------------------------------------------*/
/*スマホ用画像非表示*/
#xszf8bl3ed4b02eke715 .eyecatch img{display: none;}

#xszf8bl3ed4b02eke715 .eyecatch{
    display: block;
    position: absolute;
    top: 0;/*marginで調整するためにいったん位置リセット*/
    left: 0;/*marginで調整するためにいったん位置リセット*/
    width: calc(400 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(80 / 1350 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(1227 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(1452 / 2000 * 100%);/* 左余白を入力 */
}
#xszf8bl3ed4b02eke715 .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
}


/*== ボタン共通設定 */
a.btn02 {
    /*背景の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    width:100%;
    max-width: 400px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    outline: none;
    background: 0;
    padding: 0;
    margin: 0;
}

/*ボタン内側の設定*/
.btn02 span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #bfdd49;
    /* 重なりを3Dで表示 */
    transform-style: preserve-3d;
    /* アニメーションの設定 数字が少なくなるほど早く回転 */
    transition: 0.5s;
    font-size: 1.3vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

/*ボタン　レスポンシブ無し*/
#by6nrstktdpbfgd4pokz .rotatefront span:nth-of-type(1),
#by6nrstktdpbfgd4pokz .rotatefront span:nth-of-type(2){
    transform-origin: 0 50%  -40px;/* 回転する起点 ボタン高さ÷2*/
}

#by6nrstktdpbfgd4pokz a.btn02 span {
    font-size: 25px;
}

/*ボタン　位置調整*/
#by6nrstktdpbfgd4pokz a.btn02{
    top: 55px;
}




/*== くるっと回転（手前に） */
/* 回転前 */
.rotatefront span:nth-of-type(1) {
    background: #fff;
    color: #000;
    transform: rotateX(0deg);/*はじめは回転なし*/
    transform-origin: 0 50% -2vw;/* 回転する起点 ボタン高さ80px÷2=40px ÷2000px=0.02=2vw */
}

/*hoverをした後の形状*/
.rotatefront:hover span:nth-of-type(1) {
    transform: rotateX(-90deg);/* X軸に-90度回転 */
}

/* 回転後 */
.rotatefront span:nth-of-type(2) {
    background: #bfdd49;
    color: #fff;
    transform: rotateX(90deg);/*はじめはX軸に90度回転*/
    transform-origin: 0 50% -2vw;/* 回転する起点*/
/*    transform-origin: 0 50%  -40px;*/
}

/*hoverをした後の形状*/
.rotatefront:hover span:nth-of-type(2) {
    transform: rotateX(0deg);/* X軸に0度回転 */
}



/*  飾りパララックス
---------------------------------------------------------------------------------------------------- */
#his70i2yrwf7ima0g18i {
  background: url(/files/para_01.png) no-repeat left center / auto scroll,url(/files/para_01_bg.jpg) no-repeat center center / cover fixed;
  height: 600px;
}

#g3pc6iewi43sw5sl85iy {
  background: url(/files/para_02.png) no-repeat center top / auto scroll,url(/files/para_02_bg.jpg) no-repeat center center / cover fixed;
  height: 700px;
  margin: 0 0 60px;
}



/*--------------------------
  デザインブロック
--------------------------*/
/*PC 背景付きブロックの記事画像 非表示*/
#by6nrstktdpbfgd4pokz .entry_post:first-of-type .eyecatch
{display: none;}

/*float 解除*/
#by6nrstktdpbfgd4pokz .entry_post:first-of-type .float_left,
#by6nrstktdpbfgd4pokz .entry_post:first-of-type .float_right {float: none;}

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


/*　1 -------------------------------*/
#by6nrstktdpbfgd4pokz{
  height: 1250px;
  position: relative;
  z-index: 100;/*上のブロックより重ね順下*/
  /* background: url(/files/top_bg_01.png) no-repeat center top; */
}
#by6nrstktdpbfgd4pokz *[class*="title"]{
    display: none;
}
#by6nrstktdpbfgd4pokz .text_box{
  position: absolute;
  width: 500px;
  top: 620px;
  left: calc(50% - 315px);
  margin: auto;
  overflow: visible;/*ボタン表示させるため*/
}


/*流れるテキスト画像*/
#by6nrstktdpbfgd4pokz::after{
  content: '';
  display: block;
  background: url(/files/moji.png) repeat-x left top;
  height: 220px;
  width:2000px;
  z-index: -4;/*重ね順下*/
  overflow: hidden;
  animation: slide01 300s linear 0s infinite;
  position: absolute;
  top: 120px;
  left: calc(50% - 1000px);
}

@keyframes slide01 {
  0% { background-position: 20000px 0px; }
  100% { background-position: 0 0; }
}



/*上下左右フェードイン　画像*/
#by6nrstktdpbfgd4pokz #bg01 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
    background: url(/files/top_bg_01.png) no-repeat center top;
    z-index: -3;
    width: 2000px;/*画像幅*/
    height: 1250px;/*画像高さ*/
    top: 0px;
    left: calc(50% - 1000px);
}



/*  バナー
---------------------------------------------------------------------------------------------------- */
/*2列バナー　レスポンシブ*/
#ketrdmzziwbblizdu3g2,
#a62ee35nzf75uo8cte9x,
#v7mn7sw8lr2ue6e26njv{
    margin-bottom: 60px;
}

#ketrdmzziwbblizdu3g2 div,
#a62ee35nzf75uo8cte9x div,
#v7mn7sw8lr2ue6e26njv div{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    overflow: visible!important;;
}

/*レスポンシブ*/
#ketrdmzziwbblizdu3g2 .easys_content_inner,
#a62ee35nzf75uo8cte9x .easys_content_inner,
#v7mn7sw8lr2ue6e26njv .easys_content_inner {width: 100%;}


/*固定画面で入れたSPバナー画像非表示*/
.img_display_1102 .eyecatch a img{display: none;}


.img_display_1102 .field_2col {
    width: 50% !important;
    height: 25vw;
    min-height: 335px;
    position: relative;
}
.img_display_1102 .eyecatch{width: 100%;}

/*ボタン*/
/*募集要項/仕事内容*/
.img_display_1102 .float_left a{
    position: absolute;/*子*/
    display: block;
    width: calc(400 / 1000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(80 / 500 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    bottom: calc(15 / 500 * 100%);/*位置調整*/
    left: 0;/*位置調整*/
    right: 0;
    margin: auto;
}
.img_display_1102 .float_right a{
    position: absolute;/*子*/
    display: block;
    width: calc(400 / 1000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(80 / 500 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    bottom: calc(15 / 500 * 100%);/*位置調整*/
    left: 0;/*位置調整*/
    right: 0;
    margin: auto;
}

/*背景画像*/
.img_display_1102 .float_left{ background: url("/files/banner_h_compan_bg.jpg") no-repeat center top/100%;}
.img_display_1102 .float_right{ background: url("/files/banner_h_recruit_bg.jpg") no-repeat center top/100%;}




/*1列バナー*/
#v4az4v9pilifv68u5376,
#ar1crc87rxauf0aa3j97,
#t88hrrok1gfz0idk0adk,
#ur7l2hfuwbhg6rqqo2dk,
#zbcyih3hp61yl91k5y3b {
  background: url(/files/banner_contact.jpg) no-repeat center top / 100%;
  max-height: 700px;/*セカンドメイン画像の高さ*/
  min-height: calc(700px * (1300 / 2000));/* 700＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((700 - 10) / 2000));/* 700＝セカンドメイン画像の高さ*/
  position: relative;/*ボタン位置調整用*/
  margin-bottom: 70px;
}

#t88hrrok1gfz0idk0adk,
#zbcyih3hp61yl91k5y3b {
  margin-bottom: 0px;
}


#v4az4v9pilifv68u5376 div,
#ar1crc87rxauf0aa3j97 div,
#t88hrrok1gfz0idk0adk div,
#ur7l2hfuwbhg6rqqo2dk div,
#zbcyih3hp61yl91k5y3b div { margin-bottom: 0; padding-bottom: 0;}

#v4az4v9pilifv68u5376 .easys_content_inner,
#ar1crc87rxauf0aa3j97 .easys_content_inner,
#t88hrrok1gfz0idk0adk .easys_content_inner,
#ur7l2hfuwbhg6rqqo2dk .easys_content_inner,
#zbcyih3hp61yl91k5y3b .easys_content_inner { width: 100%;}


/*スマホ用画像非表示*/
.img_display_1100 .eyecatch img{display: none;}

.img_display_1100 .eyecatch{
    display: block;
    position: absolute;
    top: 0;/*marginで調整するためにいったん位置リセット*/
    left: 0;/*marginで調整するためにいったん位置リセット*/
    width: calc(400 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(80 / 700 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(500 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(590 / 2000 * 100%);/* 左余白を入力 */
}

.img_display_1100 .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
}

