@charset "utf-8";

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


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




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

body {
    position: relative;
    /*2000pxを超える画面の対策*/
    margin: 0 auto;
    min-width: 1300px;
    max-width: 2000px;
    background: none no-repeat center top;
    /* 游ゴシック */
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

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

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

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


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

#page_6 #branding_box {
    height: 80px;
    /*ナビの高さ（メイン画像にナビ重ねないときのみ、ナビの高さ入力）*/
    padding: calc(100% * (900/2000)) 0 0 0;
}

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

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

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

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

#page_6 #header_information .main_header a img {
    top: calc(610 / 900 * 100%);
    left: calc(380 / 2000 * 100%);
    width: calc(500 / 2000 * 100%);
    height: calc(150 / 900 * 100%);
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
    margin: 0 auto;
    position: absolute;
    top: calc(100% - 80px);
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 80px;
    background: rgba(3, 67, 141, 1);
}

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

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

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

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

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

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

div#access .gnavi15 a {
    background-position: -548px top;
}

div#access .gnavi16 a {
    background-position: -685px top;
}

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

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

div#access .gnavi12 a:hover {
    background-position: -137px bottom;
}

div#access .gnavi13 a:hover {
    background-position: -274px bottom;
}

div#access .gnavi14 a:hover {
    background-position: -411px bottom;
}

div#access .gnavi15 a:hover {
    background-position: -548px bottom;
}

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

div#access .gnavi17 a:hover {
    background-position: right bottom;
    width: 138px;
}



/*ナビ下に線を出す*/
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: 10px;
    margin: 0 auto;
    transition: all 0.25s ease 0s;
}

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

/*線の長さ*/


/*Gナビ上部固定---------------------------------------------------------*/
/*
div#access.fixed {
    position: fixed;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 2000px;
    min-width: 1200px;
    top: 0 !important;
    left: 0;
    right: 0;
    margin: auto;
}

div#access.fixed .menu-header {
    position: relative;
    float: none;
    margin: 0 auto;
    max-width: 2000px;
    transform: none !important;
}
*/




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

#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.75);
    color: #333333;
}

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

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.75);
    color: #666666;
}

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

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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.png);
    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: #ffb400;
    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: #ffb400;
}

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

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

#footer_box {
    height: 425px;
    background: none;
}


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

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


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

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

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

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

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


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
.footer_infomation {
    display: block;
    margin: 0 auto;
}

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


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



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


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


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

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

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

/*画面右下に固定ボタン*/
.fixed_side_btn {
    z-index: 1000;
    right: 0;
    bottom: 130px;
    position: fixed;
    /*    display: flex;横並びにする場合*/
}
.fixed_side_btn div,
.fixed_side_btn div a {margin-bottom: 20px;}

/*ボタン1*/
#fixed_btn1 a{
    background: url(/files/line_btn.png)no-repeat left top;
    display: block;
    height: 106px;
    width: 71px;
}

/*ボタン2*/
#fixed_btn2 a{
    background: url(/files/wechat_btn.png)no-repeat left top;
    display: block;
    height: 106px;
    width: 71px;
}



/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
    opacity: 0.8;
}

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

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

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

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

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

/* 見出しリンクボタン */
.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.jpg);
    font-size: 20px;
}

* .mid_entry_title,
* .mid_entry_title a {
    color: #18b2de;
}

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

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

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

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


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

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

small a:hover {
    background-color: #ffb400 !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: #333333;
    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: #ffb400 !important;
}

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

.table_area table tr td {
    border: solid 1px #333333 !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: #ffb400;
    background: none transparent;
    color: #ffb400 !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: #ffb400;
    background-color: #ffb400;
}

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



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


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

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


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



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

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

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

/* 有効期限の部分 */
.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: #18b2de;
}

.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 {
    opacity: 0;
    transform-origin: center;
    transition: transform 1s ease 0s, opacity 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);
}

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

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

#lo1djw4r9oeyf4hqcqzp {
    background: url(/files/second_main_bg.jpg) no-repeat center top / 100%;
    max-height: 800px;
    min-height: calc(800px * (1300 / 2000));
    height: calc(100vw * ((800 - 15) / 2000));
    margin-bottom: 70px;
    position: relative;
    z-index: 200;
}

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

#lo1djw4r9oeyf4hqcqzp .easys_content_inner {
    width: 100%;
}


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

#lo1djw4r9oeyf4hqcqzp .eyecatch {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(232 / 2000 * 100%);
    height: calc(51 / 800 * 100%);
    margin-top: calc(550 / 2000 * 100%);
    margin-left: calc(378 / 2000 * 100%);
}

#lo1djw4r9oeyf4hqcqzp .eyecatch a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/files/link.jpg)no-repeat center top/100%;
}

/*上下オンオフの時*/
#lo1djw4r9oeyf4hqcqzp .eyecatch a:hover {
    background-position: center bottom;
}




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

/*画像*/
#lo1djw4r9oeyf4hqcqzp #bg01 {
    background: url(/files/second_main_image.jpg) no-repeat center top / 100%;
    width: calc(637 / 2000 * 100%);
    /*画像幅÷背景画像幅*/
    height: calc(487 / 800 * 100%);
    /*画像高さ÷背景画像高さ*/
    margin-top: calc(154 / 2000 * 100%);
    /* PSD上での上と左余白を入力 */
    margin-left: calc(284 / 2000 * 100%);
    /* PSD上での上と左余白を入力 */
    z-index: -3;
}



/*飾りパララックス*/
#l0wpkakpy2xtwyc9xor8 {
    background: url(/files/parallax.png) no-repeat center top / auto scroll, url(/files/parallax_bg.jpg) no-repeat center center / cover fixed;
    height: 600px;
    margin: 0 0 70px;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/*2列バナー レスポンシブ無し*/
#ggwhgn1ikpygslttqttj,
#df8vq2r3ffwifpo3nz9w {
    height: 227px;
    margin-bottom: 80px;
}

/*固定ページで入れたSP用バナー画像消す*/
#ggwhgn1ikpygslttqttj img,
#df8vq2r3ffwifpo3nz9w img {
    display: none;
}

#ggwhgn1ikpygslttqttj a,
#df8vq2r3ffwifpo3nz9w a {
    display: block;
    height: 227px;
}

/*バナー＞業務内容/会社概要*/
/*左*/
#ggwhgn1ikpygslttqttj .float_left a {
    background: url("/files/busness_banner.png") center top no-repeat;
}
/*右*/
#ggwhgn1ikpygslttqttj .float_right a {
    background: url("/files/company_banner.png") center top no-repeat;
}

/*バナー＞求人情報/ガテン職*/
/*左*/
#df8vq2r3ffwifpo3nz9w .float_left a {
    background: url("/files/recruit_banner.png") center top no-repeat;
}
/*右*/
#df8vq2r3ffwifpo3nz9w .float_right a {
    background: url("/files/gtn_banner.png") center top no-repeat;
}

/*ホバーで上下ONOFF*/
#ggwhgn1ikpygslttqttj a:hover,
#df8vq2r3ffwifpo3nz9w a:hover {
    background-position: center bottom;
}


/*1列バナー 求人情報　レスポンシブ無し*/
#d6218iptuu4fevcv9is2 {
    background: url(/files/recruit_banner.jpg) no-repeat center top;
    height: 600px;
    /*    margin-bottom: 70px;*/
    position: relative;
    z-index: 200;
}

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

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

#d6218iptuu4fevcv9is2 .eyecatch {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
    height: 51px;
    margin-top: 396px;
    margin-left: calc(50% - 117px);
}

#d6218iptuu4fevcv9is2 .eyecatch a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/files/link.jpg)no-repeat center top;
}

/*上下オンオフの時*/
#d6218iptuu4fevcv9is2 .eyecatch a:hover {
    background-position: center bottom;
}


/*1列バナー お問い合わせ　レスポンシブ無し*/
#o4n980ml3fgo2yjpbjp5 {
    background: url(/files/contact_banner.jpg) no-repeat center top;
    height: 600px;
    position: relative;
    z-index: 200;
}

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

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

#o4n980ml3fgo2yjpbjp5 .eyecatch {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
    height: 51px;
    margin-top: 396px;
    margin-left: calc(50% - 117px);
}

#o4n980ml3fgo2yjpbjp5 .eyecatch a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/files/link.jpg)no-repeat center top;
}

/*上下オンオフの時*/
#o4n980ml3fgo2yjpbjp5 .eyecatch a:hover {
    background-position: center bottom;
}
