@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: url("/files/body_bg.jpg") no-repeat center top 80px/100%;
}

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

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

body#page_6 {
    background: none transparent;
}

#wrapper {
    background: none transparent;
}

#outer_block {
    background: none transparent;
}

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

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


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

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

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

#page_6 #site-description {
    top: 5px;
    z-index: 751;
}

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

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

/*ロゴ*/
#header_information .main_header a img {
    position: absolute;
    z-index: 756;
    /*ナビより重ね順上*/
    width: 250px;
    height: 80px;
    top: 0;
    left: 0;
    background: url("/files/branding_box_bg.png")no-repeat center top;
}

/*トップページだけ最初非表示*/
#page_6 #header_information .main_header a img {
    opacity: 0;
    height: 0;
    /*リンク範囲なくすため*/
}

/*固定時*/
#header_information .main_header a img.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px !important;
    height: 80px !important;
    opacity: 1 !important;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 80px;
    transition: opacity 0.3s ease 0s;
    /*ふわっと表示*/
}

/*トップページは最初ナビ非表示*/
#page_6 #access:not(.fixed) {
    opacity: 0;
}

/*リンク範囲非表示*/
#page_6 #access .menu-header {
    display: none;
}

/*#access入れないとフッターナビも消えるので注意！*/
/*固定時はリンク範囲表示*/
#page_6 #access.fixed .menu-header {
    display: block;
}

/*固定ナビの時表示*/
#access.fixed {
    opacity: 1;
    z-index: 755;
    /*h1より上、ロゴより下　重ね順*/
}


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

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

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

div#access .gnavi12 a {
    background-position: -100px top;
    width: 120px;
}

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

div#access .gnavi14 a {
    background-position: right top;
    width: 200px;
    background-image: url('/files/topnavi_entry.png');
    height: 100px;
}


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

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

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

div#access .gnavi14 a:hover {
    background-position: right bottom;
    width: 200px;
    background-image: url('/files/topnavi_entry.png');
    height: 100px;
}



/*Gナビ上部固定---------------------------------------------------------*/
div#access.fixed {
    position: fixed;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 2000px;
    min-width: 900px;
    /*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
    top: 0 !important;
    left: 0;
    right: 0;
    margin: auto;
}

div#access.fixed .menu-header {
    position: relative;
    float: none;
    /*ロゴが左端にある時、ナビがロゴに重ならないように調整するために float: none;にする*/
    margin: 0 0 0 auto;
    max-width: 2000px;
    transform: none !important;
    /*レスポンシブ無しにするため*/
}




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

#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.95);
    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.95);
    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 {
    top: 80px;
}


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


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
    padding: 0;
    background-image: url(/files/widget_title_bg.png);
    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: #2c2c2c;
    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: #666666;
    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: #d888ec;
}

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

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

#footer_box {
    height: 320px;
    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: 260px;
    left: calc(50% - 470px);
}

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



/*  フッター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: 0px;
    left: calc(50% - 470px);
}



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

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

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

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#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: #000000;
}

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

/*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 a,
.entry_title span.read_more_btn a:hover {
    background-image: url(/files/read_more_btn.jpg);
}

.entry_title span.read_more_btn a:hover {
    opacity: 0.8;
}

* .mid_entry_title {
    background-image: url(/files/entry_title_bg_w570.png);
    font-size: 20px;
}

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

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

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



/* B-03など小見出し用 */
* .sub_entry_title {
    background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
    color: #333333;
}

* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
    color: #333333;
}

/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
    background-image: url(/files/sub_read_more_btn.png);
}

.sub_entry_title span.read_more_btn a:hover {
    opacity: 0.8;
}

* .mid_sub_entry_title {
    background-image: url(/files/sub_entry_title_bg_w570.png);
    font-size: 20px;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
    color: #000000;
}

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

* .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 transparent;
    border-radius: 5px;
    background: none #f7f7f7;
    color: #333333;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
}

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


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

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

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





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
    border: none !important;
    background: none #f7f7f7;
    color: #333333;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
    border-collapse: separate;
    border-spacing: 0 10px !important;
}

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

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




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

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

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



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


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

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


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



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

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

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

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
    width: 8em;
    background-color: #f7f7f7;
    color: #333333;
}

.coupon_box table tr td.coupon_meta {
    background-color: #f7f7f7;
    color: #333333;
}

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

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



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

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

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

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

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

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

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



/*  ボタン
---------------------------------------------------------------------------------------------------- */
/*ボタン共通*/
#p11jbaqvmjmfd1gzvtui .main_btn a {
    display: block;
    width: 570px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    text-indent: -99999px;
    float: left;
    position: relative;
    background: none;
}

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

/*ホバー時*/
/*Off画像非表示*/
#p11jbaqvmjmfd1gzvtui .main_btn a:hover:after {
    opacity: 0;
}

/*OFF画像*/
#p11jbaqvmjmfd1gzvtui .main_btn a:after {
    background: url("/files/block_btn.png") no-repeat center top;
}

/*ON画像*/
#p11jbaqvmjmfd1gzvtui .main_btn a:before {
    background: url("/files/block_btn_on.png") no-repeat center top;
}


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


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

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

#p11jbaqvmjmfd1gzvtui .text_box {
    position: absolute;
    width: 440px;
    top: 280px;
    left: calc(50% - 350px);
    overflow: visible;
}

#p11jbaqvmjmfd1gzvtui .post_data {
    text-align: center;
}

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

#p11jbaqvmjmfd1gzvtui #bg01 {
    background: url(/files/block_title.png) no-repeat center top;
    z-index: -3;
    width: 831px;
    /*画像幅*/
    height: 130px;
    /*画像高さ*/
    top: 130px;
    left: calc(50% - 400px);
}

#p11jbaqvmjmfd1gzvtui #bg02 {
    background: url(/files/block_insta.png) no-repeat center top;
    z-index: 0;
    /*ボタンより上*/
    width: 360px;
    height: 550px;
    top: 170px;
    left: calc(50% - -67px);
}



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

#tydi6ar83arbos49xgz3 {
    margin-bottom: 70px;
}

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

#tydi6ar83arbos49xgz3 .easys_content_inner {
    width: 100%;
}


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



/*  バナー
---------------------------------------------------------------------------------------------------- */
/*2列バナー　レスポンシブ*/
#v696f96ei164sd4zosxq {
    background: url(/files/half_banner_bg.jpg) no-repeat center top/100%;
    padding-top: calc(110 / 2000 * 100%);
    padding-bottom: calc(85 / 2000 * 100%);
    margin-bottom: 70px;
}

#v696f96ei164sd4zosxq .easys_content_inner {
    width: 100%;
}

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

#v696f96ei164sd4zosxq .field_2col {
    width: 50% !important;
}

#v696f96ei164sd4zosxq .eyecatch {
    width: 100%;
}

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

#v696f96ei164sd4zosxq .eyecatch a {
    display: block;
    position: relative;
    width: 100%;
    height: 18.5vw;
    min-height: 246px;
}

#v696f96ei164sd4zosxq .eyecatch a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.5s ease 0s;
}

/*ホバー時に、beforeに入れてるON画像表示*/
#v696f96ei164sd4zosxq .eyecatch a:hover:before {
    opacity: 1;
}

/*OFF画像*/
#v696f96ei164sd4zosxq .float_left a {
    background: url("/files/half_banner_recruit.png") no-repeat center top/100%;
}

#v696f96ei164sd4zosxq .float_right a {
    background: url("/files/half_banner_company.png") no-repeat center top/100%;
}

/*ON画像*/
#v696f96ei164sd4zosxq .float_left a:before {
    background: url("/files/half_banner_recruit_on.png") no-repeat center top /100%;
}

#v696f96ei164sd4zosxq .float_right a:before {
    background: url("/files/half_banner_company_on.png") no-repeat center top /100%;
}




/*1列バナー　レスポンシブ-----------------------------*/
#e088ybu3udow6ljl958o {
    background: url(/files/banner_bg.jpg) no-repeat center top/100%;
    padding-top: calc(110 / 2000 * 100%);
    padding-bottom: calc(100 / 2000 * 100%);
}
#page_18 #e088ybu3udow6ljl958o {
    margin-bottom: 70px;
}

#e088ybu3udow6ljl958o .easys_content_inner {
    width: 100%;
    height: 31.2vw;
    min-height: 410px;
    padding: 0;
}

#e088ybu3udow6ljl958o .eyecatch {
    width: 100%;
}

#e088ybu3udow6ljl958o .eyecatch a {
    display: block;
    position: relative;
    width: 100%;
    height: 31.2vw;
    /*バナー画像高さ*/
    min-height: 410px;
}

#e088ybu3udow6ljl958o .eyecatch a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.5s ease 0s;
}

/*ホバー時に、beforeに入れてるON画像表示*/
#e088ybu3udow6ljl958o .eyecatch a:hover:before {
    opacity: 1;
}

/*OFF画像*/
#e088ybu3udow6ljl958o .eyecatch a {
    background: url("/files/banner_recruit.png") no-repeat center top/100%;
}

/*ON画像*/
#e088ybu3udow6ljl958o .eyecatch a:before {
    background: url("/files/banner_recruit_on.png") no-repeat center top /100%;
}

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