@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
    background: none #ffffff;
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

body {
    position: relative;
    /*2000pxを超える画面の対策*/
    margin: 0 auto;
    min-width: 1300px;
    max-width: 2000px;
    background: none no-repeat center top;
}

body,
.wpcf7c-conf {
    color: #000000;
}

/*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;
    padding-top: 100px;
}

#page_6 #outer_block,
#page_1018 #outer_block {
    padding-top: 0;
}



a:link,
a:visited,
a:hover,
a:active {
    color: #0169a3;
}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
    position: relative;
    z-index: 500;
    background: none;
    height: 0px;
    /*ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
    padding: calc(100% * (700/2000)) 0 0 0;
}

#page_6 #branding_box {
    height: 0px;
    /*ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
    padding: calc(100% * (1035/2000)) 0 0 0;
    background: url(/files/body_bg_top.png)no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
/*自由に位置設定したいとき*/
#site-description {
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

#site-description a {
    display: inline;
    color: #000000;
}

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

/*ロゴ*/
#header_information .main_header a img {
    position: absolute;
    z-index: 751;
    /*ナビより重ね順上*/
    width: 340px;
    height: 100px;
    top: 0;
    left: 0;
    top: calc(180 / 700 * 100%);
    left: calc(760 / 2000 * 100%);
    width: calc(480 / 2000 * 100%);
    height: calc(200 / 700 * 100%);
}

#page_6 #header_information .main_header a img {
    top: calc(280 / 1035 * 100%);
    left: calc(760 / 2000 * 100%);
    width: calc(480 / 2000 * 100%);
    height: calc(200 / 1035 * 100%);
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
    margin: 0 auto;
    position: absolute;
    top:calc(640 / 700 * 100%);
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 120px;
    background: url(/files/access_bg.jpg)no-repeat right top/48%;
}
#page_6 #access {
    top:calc(895 / 1035 * 100%);
}

div#access .menu-header {
    margin: 0 50px 0 auto;
    width: 800px;
    height: 80px;
    padding-top: 20px;
}

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

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

div#access .gnavi12 a {
    background-position: -140px top;
}

div#access .gnavi13 a {
    background-position: -280px top;
}

div#access .gnavi14 a {
    background-position: -420px top;
}

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


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

div#access .gnavi12 a:hover {
    background-position: -140px top;
}

div#access .gnavi13 a:hover {
    background-position: -280px top;
}

div#access .gnavi14 a:hover {
    background-position: -420px top;
}

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



/*ナビ下に線を出す*/
div#access .menu-item {
    position: relative;
}

div#access .menu-item a:after {
    display: block;
    content: "";
    background: none #fff;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    transition: all 0.25s ease 0s;
}

div#access a:hover:after {
    width: 80%;
}


/*プルダウンはナビ下線非表示*/
div#access .menu-item .sub-menu a:after {
    display: none;
}



/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
    top: 80px;
    padding-top: 26px;
    box-shadow: none;
}


#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 {
    width: 100%;
    background: none rgba(255, 255, 255, 0.9);
    color: #2a93d5;
}

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

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
    background: none rgba(255, 255, 255, 0.9);
    color: #135589;
}

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

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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;
}

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

/*レスポンシブ無し----------------------------------*/
/*ティザー画像右寄せ*/
/*
body:not(#page_6) #main_teaser{
    text-align: right;
}

body:not(#page_6) #main_teaser img{
    width: 960px;
}
*/


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

.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 {
    overflow: hidden;
    background-image: url(/files/widget_list_bg.jpg);
    color: #000000;
    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: #0169a3;
    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: #0169a3;
}

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

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
    position: relative;
    height: 450px;
    background: url(/files/footer_bg.jpg) no-repeat center top;
}

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


#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
    width: 100%;
    margin: 0 auto;
}

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


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/* 中央以外 */
#footer-widget-area .widget-area {
    position: absolute;
    top: 344px;
    left: calc(50% - 337px);
}

#footer_sitemap_block #footer-widget-area {
    width: 1020px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
    border: none;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
    border: none;
    color: #ffffff;
}

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


/*プルダウンナビはすべて横並び*/
#footer_block .sub-menu {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 10px;
}


/* ナビ前につけるマーク　■　- */
#footer-widget-area .widget-area .menu-item {
    position: relative;
}

/*サブナビ*/
#footer-widget-area .widget-area .sub-menu li::before {
    content: "┗";
    position: absolute;
    left: 20px;
    color: #ffffff;
}

#footer-widget-area .widget-area .sub-menu a {
    padding: 0 0 0 36px;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/* 中央以外 */
#footer_information {
    position: absolute;
    top: 236px;
    left: calc(50% + -324px);
}

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


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



/*  フッター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: #ffffff;
}

/* 中央以外 */
#copyright {
    position: absolute;
    bottom: 300px;
    left: calc(50% - -250px);
}



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

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

.fixed_btn #fixed_btn_access,
.fixed_btn #fixed_btn_access a {
    height: 180px;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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.jpg);
    color: #000000;
    height: 85px;
    padding-top: 15px;
}

h3.entry_title,
.entry_title,
.entry-title {
    /* サイズ、背景、余白などはこちら */
    background-image: url(/files/entry_title_bg.jpg);
    color: #ffffff;
    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: #ffffff;
}

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

* .mid_entry_title,
* .mid_entry_title a {
    color: #ffffff;
}

/* 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: #000000;
}

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

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
    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 {
    padding: 10px;
    height: auto;
    border: 1px solid #000000;
    border-radius: 5px;
    background: none transparent;
    color: #000000;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
}

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


/* 大きな地図で見る */
small {
    border-color: #0169a3;
}

small a {
    padding: 5px 0;
    width: 100%;
    color: #0169a3 !important;
    text-align: center !important;
}

small a:hover {
    background-color: #0169a3 !important;
    color: #ffffff !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.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: #000000;
    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: #0169a3 !important;
}

/* Dメニュー下線 */
.td_cell {
    border-color: #0169a3;
    vertical-align: top;
}

.table_area table tr td {
    border: solid 1px #000000 !important;
    border-right: none !important;
    border-left: none !important;
    background: none transparent;
}




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

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
    border-style: solid;
    border-color: #0169a3;
    background: none transparent;
    color: #0169a3 !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: #0169a3;
    background-color: #0169a3;
}

.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: #0169a3;
    background: none #0169a3;
    color: #ffffff !important;
}



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


/* 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 #0169a3;
    background-color: transparent;
    color: #0169a3;
}

div.link_list a:hover {
    border: 1px solid #0169a3;
    background-color: #0169a3;
    color: #ffffff;
}


.faq-title {
    background-color: #0169a3;
    color: #ffffff;
    font-weight: normal;
}



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

/* 必須項目 */
.iqfm-req_color {
    color: #0169a3;
}

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

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
    width: 8em;
    background-color: transparent;
    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 {
    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.jpg);
    background-position: center bottom;
    line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
    color: #000000;
}

.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はこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right,
.fadein {
    opacity: 0;
    transform-origin: center;
    transition: 1s ease 0s;
}

.moved {
    top: 0;
    opacity: 1;
}

.f_up {
    transform: translate(0px, -100px);
}

.f_down {
    transform: translate(0px, 100px);
}

.f_left {
    transform: translate(-100px, 0px);
}

.f_right {
    transform: translate(100px, 0px);
}

.fadein {
    transform: translate(0px, 0px);
}

.moved {
    transform: translate(0px, 0px);
}




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

/*float 解除*/
#vhsv44zm4xams6h6zqb1 .entry_post:first-of-type .float_left,
#vhsv44zm4xams6h6zqb1 .entry_post:first-of-type .float_right,
#m8hav9vmu4c2z7wu5y5k .entry_post:first-of-type .float_left,
#m8hav9vmu4c2z7wu5y5k .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;
}



/*  ボタン
---------------------------------------------------------------------------------------------------- */
/*ボタン共通*/
#vhsv44zm4xams6h6zqb1 .main_btn a {
    display: block;
    width: 250px;
    height: 70px;
    padding: 0;
    border-radius: 0;
    text-indent: -99999px;
    float: left;
    position: relative;
    background: url(/files/btn.png)no-repeat center top;
}

#vhsv44zm4xams6h6zqb1 .main_btn a:hover {
    background-position: center bottom;
}


/*ギミック*/
/*== 外の線が伸びる */
/*線の設定*/
#vhsv44zm4xams6h6zqb1 .main_btn a::before,
#vhsv44zm4xams6h6zqb1 .main_btn a::after {
  content:'';
  position:absolute;
  border:solid #2a93d5;
  width:10px;
  height:10px;
  transition:all 0.3s ease-in-out;
}

/*線の位置と形状*/
#vhsv44zm4xams6h6zqb1 .main_btn a::before{
  top:-6px;
  left:-6px;
  border-width:2px 0 0 2px;
}

/*線の位置と形状*/
#vhsv44zm4xams6h6zqb1 .main_btn a::after{
  bottom:-6px;
  right:-6px;
  border-width:0 2px 2px 0;
}

/*hoverした際の線の形状*/
#vhsv44zm4xams6h6zqb1 .main_btn a:hover::before,
#vhsv44zm4xams6h6zqb1 .main_btn a:hover::after{
  width:calc(100% + 10px);
  height:calc(100% + 10px);
  border-color:#2a93d5;
}


/*ボタン位置調整*/
#vhsv44zm4xams6h6zqb1 .main_btn {
    position: absolute;
    top: 215px;
    left: calc(50% - 310px);
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*　1 -------------------------------*/
#vhsv44zm4xams6h6zqb1 {
    background: url(/files/top_bg_01.jpg) no-repeat center top;
    height: 2200px;
    position: relative;
    z-index: 200;
}

#vhsv44zm4xams6h6zqb1 *[class*="title"] {
    display: none;
}

#vhsv44zm4xams6h6zqb1 .text_box {
    position: absolute;
    width: 660px;
    top: 320px;
    left: calc(50% - 265px);
    overflow: visible;
    /*ボタン表示させるため*/
}

/*上下左右フェードイン　画像*/
#vhsv44zm4xams6h6zqb1 span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -5;
}

#vhsv44zm4xams6h6zqb1 #bg01 {
    background: url(/files/top_bg_02.png) no-repeat center top;
    z-index: -3;
    width: 1200px;
    height: 800px;
    top: 600px;
    left: calc(50% - 230px);
}

#vhsv44zm4xams6h6zqb1 #bg02 {
    background: url(/files/top_bg_03.png) no-repeat center top;
    z-index: -1;
    width: 1100px;
    height: 1000px;
    top: 1108px;
    left: calc(50% - 1000px);
}

/*  建設事業ページ
---------------------------------------------------------------------------------------------------- */
/*　1 -------------------------------*/
#m8hav9vmu4c2z7wu5y5k {
    background: url(/files/4p_bg_01.jpg) no-repeat center top;
    height: 2100px;
    position: relative;
    z-index: 200;
    margin-bottom: 70px;
}

#m8hav9vmu4c2z7wu5y5k *[class*="title"] {
    display: none;
}

#m8hav9vmu4c2z7wu5y5k .text_box {
    position: absolute;
    width: 680px;
    top: 1190px;
    left: calc(50% - 585px);
    overflow: visible;
    /*ボタン表示させるため*/
}

/*上下左右フェードイン　画像*/
#m8hav9vmu4c2z7wu5y5k span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -5;
}

#m8hav9vmu4c2z7wu5y5k #bg01 {
    background: url(/files/4p_bg_02.jpg) no-repeat center top;
    z-index: -3;
    width: 450px;
    height: 600px;
    top: 1300px;
    left: calc(50% - -270px);
}

#m8hav9vmu4c2z7wu5y5k #bg02 {
    background: url(/files/4p_bg_03.jpg) no-repeat center top;
    z-index: -1;
    width: 350px;
    height: 400px;
    top: 1610px;
    left: calc(50% - -10px);
}



/*  バナー
---------------------------------------------------------------------------------------------------- */
/* 1列バナーレスポンシブ有　採用情報 */
#ge88w6lvebs462mfy5qk {
    margin-bottom: 50px;
}

#page_6 #ge88w6lvebs462mfy5qk {
    margin-bottom: 70px;
}

/*レスポンシブ*/
#ge88w6lvebs462mfy5qk .easys_content_inner {
    width: 100%;
    padding: 0;
}

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

/*バナー画像*/
#ge88w6lvebs462mfy5qk .eyecatch a {
    background: url("/files/banner_recruit_para.jpg") no-repeat left center / cover fixed;
    display: block;
    width: 100%;
    position: relative;
}

/*塗りつぶす色*/
#ge88w6lvebs462mfy5qk .eyecatch a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    background: rgba(19, 85, 137, 0.8);
    transition: 0.5s ease 0s;
}

#ge88w6lvebs462mfy5qk .eyecatch a:hover:before {
    left: 0;
}

#ge88w6lvebs462mfy5qk .eyecatch a img {
    position: relative;
    z-index: 2;
}

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




/*2列バナー*/
#fof94xf4dv1w0lm1kxq3 {
    margin-bottom: 50px;
}

#fof94xf4dv1w0lm1kxq3 .easys_content_inner {
    position: relative;
    padding: 0;
    z-index: 10;
    width: 100%
}

#fof94xf4dv1w0lm1kxq3 .field_2col {
    width: 48.5% !important;
    margin: 0;
    position: relative;
}


#fof94xf4dv1w0lm1kxq3 .field_2col .eyecatch {
    width: 100% !important;
}

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

/*バナー画像*/
#fof94xf4dv1w0lm1kxq3 .float_left .eyecatch a {
    background: url("/files/banner_h_cleaning_bg.jpg") no-repeat center center/100%;
    display: block;
    width: 100%;
    position: relative;
}

#fof94xf4dv1w0lm1kxq3 .float_right .eyecatch a {
    background: url("/files/banner_h_construction_bg.jpg") no-repeat center center/100%;
    display: block;
    width: 100%;
    position: relative;
}

/*塗りつぶす色*/
#fof94xf4dv1w0lm1kxq3 .eyecatch a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    background: rgba(19, 85, 137, 0.8);
    transition: 0.5s ease 0s;
}

#fof94xf4dv1w0lm1kxq3 .eyecatch a:hover:before {
    left: 0;
}

#fof94xf4dv1w0lm1kxq3 .eyecatch a img {
    position: relative;
    z-index: 2;
}

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